/* START GLOBAL STYLE */
body {
	overflow-x: hidden;
}
/* MAIN BTN */
.main-btn a {
    display: flex;
    width: 172px;
    height: 58px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media(max-width: 767px) {
	main-btn a {
		width: 150px;
    	height: 55px;
	}
}
/* PAGE TITLE */
.page-title {
    height: 450px;
}
/* FLIP ICON */
.flip-icon * svg {
    font-size: 22px;
}
:dir(ltr) .flip-icon * svg {
	transform: scaleX(-1);
}
/* TEXT START */
.text-start,
.text-start * {
	text-align: start !important;
}
:dir(ltr) .text-left,
:dir(ltr) .text-left * {
	text-align: left !important;
}
/* TEXT LIMIT (1) */
.text-limit-1 ,
.text-limit-1 * {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* TEXT LIMIT (2) */
.text-limit-2,
.text-limit-2 * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* TEXT LIMIT (3) */
.text-limit-3,
.text-limit-3 * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* SWIPER DOTS */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px !important;
    border-radius: 10px !important;
}
/* END GLOBAL STYLE */
/* START HEADER */
/* SIDEBAR */
.sidebar {
    height: 0;
}
/* HEADER */
.wpml-ls-statics-shortcode_actions {
    padding: 0;
}
.wpml-ls-statics-shortcode_actions a {
    padding: 0;
}
.header a.has-submenu .sub-arrow svg {
    opacity: 0;
}
.header a.has-submenu .sub-arrow {
    background-image: url('https://dev.mronh2030.com/wp-content/uploads/2025/08/arrow-down-01-round.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    margin-inline-start: 2px;
}
.header #menu-1-417c508 > li.menu-item:last-child a {
    padding: 8px 18px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    background: #FAFAFA;
}
.header .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END HEADER */
/* START HERO SECTION */
@media(min-width: 1024px) {
    .icon-box-hero {
        transform: translateY(calc(-100% + 2px));
    }
    .icon-box-hero--item {
        border-color: white !important;
    }
    .icon-box-hero--item h3 {
        color: white !important;
    }
}
/* END HERO SECTION */
/* START ABOUT PAGE */
/* TITLE */
.about-title::before {
    content: '';
    position: absolute;
    inset-inline-start: -145px;
    inset-block-start: 0;
    height: 100%;
    width: 130px;
    background-color: #52a7bb;
}
/* IMAGE */
.about-img::before,
.about-img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 99%;
    border-radius: 40px;
}
.about-img::before {
    inset-inline-end: -18px;
    inset-block-end: -6px;
    background-color: transparent;
    border: 5px solid #1B4872;
}
@media(min-width: 767px) {
    .about-img::before {
            inset-inline-end: -40px;
    }
}
.about-img::after {
    inset-inline-end: -4px;
    inset-block-start: -6px;
    z-index: -1;
    background-color: #52a7bb;
    border: 0.5px solid #444;
}
/* ITEMS */
.about-item:hover .elementor-icon-box-icon .elementor-icon {
	transition: .25s all ease;
	background-color: #52a7bb;
}
.about-item:hover .elementor-icon-box-icon .elementor-icon svg {
   transition: .25s all ease; 
   filter: brightness(0) invert(1) 
}
/* END ABOUT PAGE */
/* START OUR BANK ACCOUNTS */
.copy__num--btn {
	cursor: pointer;
}
.num__copied svg path {
	fill: green !important;
}
/* END OUR BANK ACCOUNTS */
/* START SERVICE SINGLE PAGE */
/* FEATURED TITLES */
.featured_titles .uc-items-wrapper {
    padding-top: 80px
}
.featured_titles .owl-dots {
    position: absolute;
    width: 80%;
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: space-between;
}
.featured_titles .owl-dots::after {
    content: '';
    position: absolute;
    inset-inline-start: 20px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
    height: 4px;
    background-color: #1B4872;
    z-index: -1;
}
.featured_titles .owl-dots .owl-dot {
    border: 2px solid #1B4872;
    outline: 5px solid white;
}
.featured_titles .owl-dots .owl-dot.active {
    border: 4px solid #4EA3B7;
}
/* WHAT WE OFFER */
.what_we_offer .uc-items-wrapper {
    padding-top: 30px;
}
.what_we_offer .owl-dots {
    position: absolute;
    width: 80%;
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: center;
    gap: 0;
}
.what_we_offer .owl-dots .owl-dot {
    border: 2px solid #00000040;
    height: 2px !important;
    min-height: 2px !important;
    width: 120px !important;
    min-width: 100px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background-color: #00000040 !important;
}
.what_we_offer .owl-dots .owl-dot.active {
    border-color: #225476;
}
/*ARROW*/
.what_we_offer .owl-nav button {
    border: 1px solid #00000040 !important;
}
.what_we_offer .owl-nav .owl-next,
.what_we_offer .owl-nav .owl-prev {
    left: unset !important;
    right: unset !important;
}
.what_we_offer .owl-nav .owl-next {
    inset-inline-start: -100px !important;
}
.what_we_offer .owl-nav .owl-prev {
    inset-inline-start: -60px !important;
}
/* END SERVICE SINGLE PAGE */
/*START PACKAGES PAGE*/
@media(min-width: 767px) {
.packages__tabs .e-n-tabs-heading {
    width: fit-content;
    position: relative;
    margin: 0 auto;
    border-radius: 73px;
    border: 2px solid #F1F1F1;
    box-shadow:  0 0 12px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.packages__tabs .e-n-tabs-heading::before {
    content: '';
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(50%, -50%);
    height: 20px;
    width: 1px;
    background-color: #ccc;
    z-index: 3;
}
}
@media(max-width: 767px) {
    .packages__tabs .e-n-tabs-heading  button {
        border-radius: 73px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
        margin: 10px 0;
    }
    .packages__tabs .e-n-tabs-heading  button[aria-selected="true"] {
        background-color: #225476 !important;
        color: white;
    }
}

/*CARDS*/
.package__price .price {
    font-size: 30px;
    color: #225476;
}
@media(min-width: 767px) {
    .package__price .price {
    font-size: 36px;
    }
}
/*END PACKAGES PAGE*/
/* START CONTACT FORM */
/* FORM */
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"] {
    padding-inline-start: 38px;
}
.contact-section .elementor-field-group:has(input) {
    position: relative;
}
.contact-section .elementor-field-group:has(input)::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 13px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
:dir(ltr) .contact-section .elementor-field-group:has(input)::before {
    right: unset;
    left: 20px;
}
.contact-section .elementor-field-group:has(input[type='text'])::before {
   background-image: url('https://dev.mronh2030.com/wp-content/uploads/2025/08/Icon.svg');
}
.contact-section .elementor-field-group:has(input[type='email'])::before {
   background-image: url('https://dev.mronh2030.com/wp-content/uploads/2025/08/Icon3.svg');
}
.contact-section .elementor-field-group:has(input[type='tel'])::before {
   background-image: url('https://dev.mronh2030.com/wp-content/uploads/2025/08/tablet-01.svg');
}
/* MAP */
.contact-section .map, 
.contact-section .map .elementor-custom-embed,
.contact-section .map iframe {
    height: 100%;
}
/* FORM CHINA */
.contact-ch {
    direction: ltr;
}
/* FORM FILE UPLOAD */
.with-upload form input[type="file"] {
  padding-block: 9px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-form-fields-wrapper #form-field-attachment::after {
  content: "请选择要上传的多个文件 ";
  height: 100%;
  padding-inline: 45px;
  padding-block-start: 10px;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: 2;
  transition: all 0.5s;
  border: 2px solid #1B4872;
  background: #FFFFFF;
  color: #1B4872;
  text-align: center;
  font-family: "custom font", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.elementor-form-fields-wrapper #form-field-attachment::before {
  content: url("https://dev.mronh2030.com/wp-content/uploads/2025/08/Vector.svg");
  position: absolute;
  inset-block-start: 60%;
  inset-inline-start: 15px;
 transform: translateY( -50%);
  z-index: 4;
  transition: all 0.5s;
  font-size: 18px;
  color: #F9B233;
}
.elementor-form-fields-wrapper input[type="file"].active {
  border: 1px solid #d9d9d9;
}
.elementor-form-fields-wrapper
  .elementor-field-type-upload:has(#form-field-attachment.active)
  #form-field-attachment::after {
  background: transparent;
  opacity: 0;
}
.elementor-form-fields-wrapper
  .elementor-field-type-upload:has(#form-field-attachment.active)
  [for="form-field-attachment"]::before {
  background: transparent;
  opacity: 0;
}
[dir="ltr"] .elementor-form-fields-wrapper input[type="file"]::before {
  content: "未選擇文件";
}
.elementor-form-fields-wrapper input[type="file"].active::before {
  opacity: 0;
}
.elementor-file-field::-webkit-file-upload-button,
.elementor-upload-field::-webkit-file-upload-button {
  visibility: hidden;
  opacity: 0;
}
[lang="en-US"] .elementor-form-fields-wrapper #form-field-attachment::after {
  content: "请选择要上传的多个文件";
}
.cv .elementor-form-fields-wrapper #form-field-attachment::after {
	content: "请选择要上传的多个文件";
}
:dir(ltr) .cv .elementor-form-fields-wrapper #form-field-attachment::after {
	content: "请选择要上传的多个文件";
}
/* END CONTACT FORM */
/* START SUBSCRIBE */
.subscribe .elementor-field-group:has(button) {
    display: none;
}
.subscribe input[type="email"] {
    padding-inline-start: 40px;
}
.subscribe .elementor-field-group:has(input) {
    position: relative;
}
.subscribe .elementor-field-group:has(input)::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 13px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
:dir(ltr) .subscribe .elementor-field-group:has(input)::before {
    right: unset;
    left: 20px;
}
.subscribe .elementor-field-group:has(input[type='email'])::before {
   background-image: url('https://dev.mronh2030.com/wp-content/uploads/2025/08/mail-02.svg');
}
/* END SUBSCRIBE */
/* START FOOTER */
.footer * a {
    width: fit-content;
}
/* END FOOTER */