/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.message-form-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    width: 210px;
}

/* 底部触发按钮样式 */
.message-trigger {
    background: #c40e25;
    color: white;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.message-trigger.hidden {
    display: none;
}

/* 弹出框样式 */
.message-popup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.message-popup.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

/* 头部样式 */
.message-header {
    background:#C40E25!important;
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.message-popup .wpforms-submit{ background:#C40E25!important;}
.radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.message-header b {
    flex-grow: 1;
}

.arrow-toggle {
    transition: transform 0.3s ease;
}
.wpf-captcha-container{ margin:0 0 20px 0!important}
.wpf-captcha-container label{ display:none}
.wpf-captcha-field{ display:flex;white-space: nowrap;align-items: center;gap: 10px;}
/* 表单容器样式 */
.message-form {
    padding: 20px;
    background: white;
    max-height: 80vh;
    overflow-y: auto;
}

/* WPForms 样式优化 */
.message-form .wpforms-container {
    margin: 0;
}

.message-form .wpforms-field {
    padding: 8px 0;
}

.message-form .wpforms-field input,
.message-form .wpforms-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}

.message-form .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}

/* hCaptcha 验证码优化 */
.message-form .h-captcha {
    margin: 10px 0;
    transform-origin: left;
    transform: scale(0.9);
}

/* 提交按钮样式 */
.message-form .wpforms-submit {
    width: 100%;
    background: #20B2AA;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.message-form .wpforms-submit:hover {
    background: #1a9690;
}

/* 移动端适配 */
@media (max-width: 480px) {
    .message-form-box {
        width: 100%;
    }
    
    .message-form .h-captcha {
        transform: scale(0.8);
    }
}
.home-banner .swiper{ padding-bottom:0!important}
.home-banner .swiper-pagination{ bottom:20px!important; top:auto;}
.num-box{width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #554c53;
    margin: 0 auto;
    background: #f2eae2; transition: all 0.3s ease-in-out;}
.num-section:hover .num-box{background:url(/wp-content/uploads/xl_imgs.jpg) center center no-repeat; background-size:cover;transform: scale(1.15); cursor:pointer}
.num-box .e-con-inner{justify-content:center!important; align-items:center!important;}
.num-box:before{ content:''; background:rgba(0,0,0,.4); width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; border-radius:50%;display:block; z-index:1}
.num-section:hover .num-box:before{ opacity:1}
.num-section:hover .num-box .elementor-heading-title{ color:#fff!important;}
.num-section:hover .num-box img{filter: grayscale(100%); -webkit-filter: grayscale(100%);  filter: brightness(0%) invert(100%);  -webkit-filter: brightness(0%) invert(100%);}
.num-box .e-con-inner{ position:relative; z-index:2}
.sub-title:before{content: '';display: block; width: 100%;border-bottom: 4px solid #f0e6da;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%)}
.sub-title:after{content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
   top: 50%;transform: translateY(-50%);margin:0 auto}
.sub-title .elementor-heading-title{ position:relative; z-index:3}
.action-card{transition: all .5s;}
.action-card:hover{transform: translateY(-10px);}
.home-about-tit{ position:relative; padding-left:85px;}
.home-about-tit:before {
    content: '';
    display: block;
    width: 80px;
    height: 25px;
    background: #f2ebe2;
    position: absolute;
    top: 50%;
    left: 0;transform: translateY(-50%)}
.home-about-section{ position:relative}
.home-about-section:after {
    content: '';
    display: block;
    width: 31%;
    height: 100%;
    background: url(/wp-content/uploads/about_us_backs.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;}
.home-about-section .swiper-slide-image{ width:100%; height:500px; object-fit:cover}
.img-hover .elementor-widget-image{ overflow:hidden}
.img-hover img{ -webkit-transition: all linear .3s;transition: all linear .3s; z-index: 10;}
.img-hover:hover img{webkit-transform: scale(1.1);-moz-transform: scale(1.1); transform: scale(1.1);}
.loop-item01 .elementor-heading-title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }

a{ color:#000}
.home-banner{ position:relative}
.home-banner:after{ content:''; position: absolute; bottom: -1px;left: 0; width: 100%; height:371px; background:url(/wp-content/uploads/2025/07/banner-bg01.png) bottom center no-repeat; background-size:100%; z-index:10} 
.home-banner .banner-plan-img{ position:absolute; top:45%; left:30%;width: 382px; height:323px;opacity: 0; 
    transform: translateX(-280%); 
    animation: fadeIn .5s forwards;}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0); 
 }
}
.li-disc ul,.li-disc li{ list-style:none; padding:0; margin:0}
.li-disc li{ position:relative; padding-left:10px;}
.li-disc li:before{ content:''; width:6px; height:6px; position:absolute; left:0; top:50%;transform: translateY(-50%);display: block;background: #9A8544;}
.hk-carousel.elementor-widget-n-carousel .swiper-pagination-bullet{ background:#e6e6e6;opacity: 1;}
.hk-carousel.elementor-widget-n-carousel  .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#134d70}
.area-carousel.elementor-widget-n-carousel .swiper-pagination-bullet{ background:#fff;opacity: 1;}
.area-carousel.elementor-widget-n-carousel  .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#134d70}
.area-carousel .elementor-cta{ border-radius:20px}
.gold-txt{color:#BD9D74}
.advantage-tab .e-n-tab-title-text{ text-align:left;flex-direction: column; text-align: center;}
.advantage-tab .e-n-tab-title{ padding-bottom:50px;}
.advantage-tab .e-n-tab-title-text b{ width:58px; height:58px; border-radius:50%; background:#134E70; color:#eae8ea; font-size:36px; text-align:center; margin-top:10px; position:relative;order: 2;}
.advantage-tab .e-n-tab-title-text b:before{ content:''; position:absolute; left:50%; bottom:-50px; width:15px; height:15px; border-radius:50%; background:#134E70;transform: translateX(-50%);display:block;z-index:1}
.advantage-tab .e-n-tab-title-text b:after{ content:''; width:2px; height:35px;background:#134E70; position:absolute;bottom:-35px; left:50%;transform: translateX(-50%); display:block}
.advantage-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text b,.advantage-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text b:before,.advantage-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text b:after{background:#bd9d74; }
.img-carousel{ padding-bottom:40px;}
.home-advantage-section .e-con-inner{ position:relative;}
.home-advantage-section .stk-img{ position:absolute; right:0; top:296px; width:450px}
.home-advantage-section:after{ content:''; position:absolute; left:0; bottom:57px; width:100%; height:2px;background:#134E70;}
.honor-section{background: radial-gradient(rgb(255,224,111) 64%,rgb(142,101,0) 93%);}
.award-carousel .swiper-slide-image{ max-height:100px; width:auto; max-width:100%}
.head-top-menu .menu-item{ z-index:10}
.sub-forms .wpforms-submit{ width:100%}
.loop-item01 .elementor-cta{ border-radius:25px 25px 0 0}
.year-tab .e-n-tabs-heading{ border-bottom:1px solid #ddd}
.elementor-widget-image a {display: block;}
.post-title .elementor-heading-title a,.line-txt .elementor-post-info__terms-list-item,.single-con-txt a,.link-txt-white a,.line-txt a{ text-decoration:none;color: #BC9B73;}
.single-con-txt a{ color:#000}
.post-title .elementor-heading-title a:hover,.line-txt .elementor-post-info__terms-list-item:hover,.single-con-txt a:hover,.link-txt-white a:hover,.line-txt a:hover{text-decoration: underline;text-underline-offset: .25em;text-decoration-thickness: .02em !important;}
.film-menu .menu-item{ border-radius:8px; color:#fff;}
.film-menu .menu-item a{ padding:0 15px!important;}
.film-menu .links-01{background: #e67e22}
.film-menu .links-01:hover{background: #DF6E0C}
.film-menu .links-02{background: #3498db}
.film-menu .links-02:hover{background: #1F8BD3}
.film-menu .links-03{background:#5cccb4}
.film-menu .links-03:hover{background: #4AC3A9}
.film-menu .links-04{background:#dd7373}
.film-menu .links-04:hover{background: #D56262}
.film-menu .elementor-nav-menu{ gap:15px}
.post-tag .elementor-post-info__terms-list,.post-tag01 .elementor-post-info__terms-list{ font-size:0}
.post-tag .elementor-post-info__terms-list .elementor-post-info__terms-list-item,.post-tag01 .elementor-post-info__terms-list .elementor-post-info__terms-list-item{ font-size:16px!important; margin-right:10px; background:#FEF3E6; border-radius:5px;padding: 5px 10px; font-weight: normal;}
.post-tag .elementor-post-info__terms-list .elementor-post-info__terms-list-item:hover,.post-tag01 .elementor-post-info__terms-list .elementor-post-info__terms-list-item:hover{ background:#F9E6BE; text-decoration:none; cursor:pointer}
.single-con-txt h2,.single-con-txt h3,.single-con-txt h4{color:#9A8546;}
.single-con-txt h2{ font-size:26px;}
.single-con-txt h3{ font-size:20px!important;}
.single-con-txt h4{ font-size:18px!important;}
.single-con-txt strong{font-weight: 500;}
.single-con-txt p,.single-con-txt ul,.single-con-txt ol{ font-size:16px!important}
.single-con-txt .stk-highlight{ font-size:18px;font-weight: 500;}
.faq-accordion .e-n-accordion-item-title{ background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.05); padding:16px 32px}
.expertise-description .strong-title { font-size: 28px;}
.sub-btn-icon .elementor-button .elementor-button-icon svg{ width:24px; height:24px;}
.link-txt-white a{ color:#fff}
.gold-txt-link a{ color:#CAAA81}
.hk-table td strong{ font-weight:500}
.hk-table table tbody>tr:nth-child(odd)>td{ background:#EDF3FF}
.hk-table table td{vertical-align: middle;}
.hk-table table{ margin:0}
.hk-table table td, .hk-table table th{ border-color:rgba(0,0,0,.1)}
.hk-table table tr td:first-child,.hk-table table tr th{ white-space:nowrap}
.head-top-section{ position:relative; z-index:10}
.head-top-section .sub-arrow{ display:none!important}
.head-top-section .sub-menu{ width:100vw!important; max-width:inherit!important; text-align:center;background: linear-gradient(90deg, rgb(188, 155, 115) 55%, rgb(255, 227, 164) 100%) !important; padding:15px 0!important}
.head-top-section .sub-menu li{ display:inline-block}
.head-top-section li a:hover{ text-decoration:underline;text-underline-offset: .25em;text-decoration-thickness: .02em}
.head-top-section .sub-menu li a:hover,.head-top-section .sub-menu li a.elementor-item-active{ background:none!important}
.elementor-pagination{ padding-top:50px}
.single-con-txt .btn-row{ padding:20px 0}
.single-con-txt .btn-row a{ text-decoration:none!important}
.page-numbers{ background:#eee; border-radius:5px; width: 38px;height: 38px;line-height: 38px;display: inline-block;text-align: center;color:#333;border-radius: 50%}
.page-numbers.current,.page-numbers:hover{ background:#9a8545; color:#fff}
.elementor-widget-image-box .elementor-image-box-content{ width:auto}
.award-carousel .swiper-slide{background: rgba(255, 255, 255, .7);padding: 10px;
    border-radius: 20px;
    height: 165px;
    display: flex;justify-content: center;align-items: flex-start; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);}
.award-carousel .swiper-slide-inner{ position:relative; display:flex; justify-content:center; align-items:center; width: 100%;height:100px;}
.award-carousel .elementor-image-carousel-caption{ position:absolute; left:0; bottom:-45px; width:100%;}
.award-carousel .elementor-image-carousel{ padding:10px 0}
.customer-img-txt .elementor-image-box-title b,.mar-15{ font-weight:inherit; margin-right:15px}
.customer-tab .customer-card-r{ width:538px; height:583px}
.customer-tab .e-n-tab-title-text{align-items: flex-start;flex-direction: column;gap:10px;text-align:left}
.customer-tab .user-txt{ display:flex; align-items:center; color:#c7ae85}
.customer-tab .user-txt img{ margin-right:15px;}
.customer-tab .e-n-tab-title-text .tit{ font-size:18px}
.customer-tab .e-n-tab-title-text .desc{ opacity:.8}
.loop-item-03 .post-tag .elementor-post-info__terms-list{font-size:0}
.loop-item-03 .post-tag .elementor-post-info__terms-list-item{font-size:16px!important; border:1px solid #A7975B; padding:10px; border-radius:8px;display: inline-block !important;margin-right: 15px;}
.loop-item-03 .post-tag{ padding-top:5px}
.topic-section .page-numbers{ background:#fff}
.topic-section .page-numbers.current, .topic-section .page-numbers:hover {
	background: #9a8545;}
.topic-single-rel .swiper{ overflow:inherit}
.topic-single-rel{ overflow:hidden}
.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{ left:50%}
.contact-form .wpforms-field-label,.contact-form .wpforms-field b{ font-weight:500!important}
.contact-form .wpforms-required-label,.contact-form .wpforms-field b .gold-txt{ color:#a6975c!important;font-style: italic;}
.contact-form .wpforms-required-label:after{ content:'(必填)'; font-style: italic; font-size: 14px;}
.contact-form .wpforms-submit{background: linear-gradient(90deg, #906904, #e9c354, #906904)!important; width:115px; height:40px;}
.contact-form .wpforms-submit:hover{ background:#906904!important}
.country-accordion .e-n-accordion-item{border: 1px solid rgba(0, 0, 0, .125); border-radius:8px; box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.country-accordion .e-n-accordion-item:nth-child(odd) { background: rgba(233,220,203,.7);}
.country-accordion .e-n-accordion-item:nth-child(even) {background: #E3DDCD;}
.country-accordion .e-n-accordion-item .e-n-accordion-item-title-text{transition: font-size .5s;}
.country-accordion .e-n-accordion-item [aria-expanded="true"] .e-n-accordion-item-title-text{font-size: 2rem!important;}
.country-accordion .elementor-widget-text-editor .strong,.country-accordion .elementor-widget-text-editor .ugb-highlight{color: #9A8545;font-size: 1.5rem;font-weight: 500;}
.country-accordion .elementor-widget-text-editor ul {
    font-size: 1.1rem;
    list-style-type: square; line-height: 30px;margin-bottom: 1rem;}
.migrate-tab .desc-txt ul{list-style-type: square;padding-left: 1.2rem !important;}
.migrate-tab .desc-txt ul li { margin-bottom: 8px;}
.migrate-tab .desc-txt ul li::marker{ color:#9A8545!important;}
.ym-advantage-card .elementor-image-box-img img{ width:40px; height:40px;}
.educationInf {position: relative;}
.educationInf-img{
    position: absolute;
    top: 5%;left:calc(50% - 50px);
    width: 60%;border-radius: 12px;}
.educationInf-img img{ width:100%; border-radius: 12px;}
.schoolTable table td, table th {
    border: 1px solid hsla(0, 0%, 50%, .1);padding: 20px 15px;vertical-align: middle;}
.schoolTable table tr td:first-child,.schoolTable table tr td:nth-child(2){ text-align:center}
.schoolTable table tr th:nth-child(3){ text-align:left}
.profile-tab table,.profile-tab table td{ border:0; background:none!important; padding:0}
.profile-tab table tbody tr:hover>td, .profile-tab table tbody tr:hover>th{ background:none!important}
.profile-tab table tr td:first-child{ white-space:nowrap}
.migrate-tab .e-n-tab-title{ position:relative; display:block;min-width: 240px; }
.migrate-tab .e-n-tab-title:before{ content:''; background:url(/wp-content/uploads/2025/07/tab-icon01.png) top center no-repeat; background-size:60px; width:100%; height:60px; display:block;margin-bottom: 10px;}
.migrate-tab.elementor-widget-n-tabs .e-n-tab-title-text{ display:block}
.migrate-tab .e-n-tab-title#tab02:before{ content:''; background:url(/wp-content/uploads/2025/07/tab-icon02.png) top center no-repeat; background-size:60px;}
.migrate-tab .e-n-tab-title#tab03:before{ content:''; background:url(/wp-content/uploads/2025/07/tab-icon03.png) top center no-repeat; background-size:60px;}
.floating-buttons{position: fixed;
    bottom: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;width: 72px;}
.floating-buttons .elementor-widget-icon-box{ height:72px;}
.floating-buttons .elementor-icon-box-wrapper{ height:100%; display:flex!important;flex-direction: column!important; justify-content: center;}
.floating-buttons .elementor-widget-icon-box .elementor-icon-box-content {flex-grow: inherit;}
.home-banner-info.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper{ padding-bottom:0!important}
.home-banner-info .swiper-pagination{ padding-bottom:30px; z-index:30}
.home-banner-info .swiper-pagination-bullet{ opacity:.5!important}
.home-banner-info .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:52px; border-radius:12px; background:#c9ad86; opacity:1!important}
.advantage-tab .desc p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; margin:0 }
.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper { width: calc(100% - 100px);}
.faq-cc strong,.faq-cc h3{ color:#184C73}
.gold-bg-txt{ position:relative; padding:60px 0; margin-top:50px}
.gold-bg-txt:before{ content:''; width:150vw; height:100%; background:#F4E2BC; position:absolute; left:-50%; top:0; display:block; z-index:-1}
[data-elementor-type="single-post"] { overflow-x:hidden}
.home-banner-sec{ position:relative}
.banner-plane{ position:absolute; left:0; bottom:0; width:100%;z-index:30}
.hk-carousel{ overflow:hidden}
.hk-carousel .swiper{ overflow:inherit;padding: 0 130px;}
.contact-side-txt strong{ font-weight:normal; display:inline-block; background:#D7AC39; padding:0 5px; margin-bottom:10px; color:#fff}
.img-carousel .swiper{ padding:30px;}
.img-carousel .swiper-slide-image{transition: all linear .3s}
.img-carousel .swiper-slide-image:hover{ transform: scale(1.1);}
.single-con-txt p{ margin-bottom:25px}
.foot-honor-carousel .elementor-image-box-wrapper{background: rgba(255, 255, 255, .7);
    padding: 15px;
    border-radius: 20px;height: 165px;display: flex; flex-direction: column; justify-content: center; align-items: flex-start; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);}
.foot-honor-carousel .elementor-image-box-img{ height:100px;align-items: center;}
.foot-honor-carousel .elementor-image-box-img img{ max-height:100px;width: auto;}
.foot-honor-carousel .elementor-image-box-img,.foot-honor-carousel .elementor-image-box-content{display: flex;justify-content: center;width: 100%;}


@media screen and (max-width: 1680px) {
.e-con.e-flex>.e-con-inner{ padding-left:30px; padding-right:30px;}	
.e-con.e-flex>.e-con-inner .e-con-inner{ padding-left:inherit; padding-right:inherit;}	
.hk-carousel .swiper{ padding:0}
	.floating-buttons .e-con-inner{ padding-left:0!important; padding-right:0!important;}
} 
@media screen and (max-width: 1360px) {
.head-top-section .elementor-nav-menu .elementor-item,.head-bottom-menu .elementor-nav-menu .elementor-item{ font-size:16px!important;}	
	.head-phone-txt .elementor-image-box-description{ font-size:14px!important}
	.pg-form-section{padding: 25px!important;}
	.pg-form-section h2.elementor-heading-title{font-size: 32px!important;}
	.head-bottom-menu .elementor-nav-menu--main .elementor-nav-menu a{ padding:13px 10px;}
	}
@media screen and (max-width: 1180px) {
.head-top-section .elementor-nav-menu .elementor-item,.head-bottom-menu .elementor-nav-menu .elementor-item{ font-size:14px!important;}	
	.head-phone-txt .elementor-image-box-description{ font-size:12px!important}
	.pg-form-section h2.elementor-heading-title{font-size: 26px!important;}
	
	}

@media screen and (max-width:1024px){
.head-top-section .elementor-menu-toggle{ margin:-40px 0 0 15px}
	
}
@media screen and (max-width:480px){	
	.advantage-tab .e-n-tab-title-text b:before,.advantage-tab .e-n-tab-title-text b:after{ display:none}	
.advantage-tab .e-n-tab-title-text{flex-direction: row;text-align: left;}
	.advantage-tab .e-n-tab-title-text b{order: inherit;margin:0 10px 0 0;}
	.advantage-tab .e-n-tab-title-text br{ display:none}
	.advantage-tab .e-n-tab-title{justify-content: flex-start;padding: 10px 0;}
.home-advantage-section:after{ display:none}		
	.elementor-widget-image a {display:inline-block;}
.year-tab.elementor-widget-n-tabs .e-n-tabs-heading,.sub-table.elementor-widget-n-tabs .e-n-tabs-heading{ display:flex}
.elementor.elementor .year-tab.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true],.elementor.elementor .sub-table.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {margin-block-end: 0; }
	    .elementor.elementor .year-tab.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) ,.elementor.elementor .sub-table.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {margin-block-start: 0;}
	.year-tab .e-n-tabs-heading,.sub-table .e-n-tabs-heading{ margin-bottom:30px}
	.icon-box-card .elementor-image-box-wrapper{ display:flex;text-align: left;align-items: center;}
	.icon-box-card .elementor-image-box-content{ padding-left:10px}
	 table,.hk-table{display: block;overflow-x: auto;}
	.customer-tab .customer-card-r{ width:100%; height:auto;background:#FCFBF9 !important; padding: 20px!important; border:5px solid #f2ebe1!important; border-radius:16px}
	.customer-tab .e-n-tabs-content .e-active{ padding:0!important}
	.migrate-tab .e-n-tab-title{min-width: inherit;}
	.country-accordion .e-n-accordion-item [aria-expanded="true"] .e-n-accordion-item-title-text {font-size: 1.5rem !important;}
	.country-accordion .elementor-widget-text-editor ul {	font-size: 16px;}
	.schoolTable table td, table th{ padding:10px}
	.country-accordion .elementor-widget-text-editor .strong, .country-accordion .elementor-widget-text-editor .ugb-highlight {font-size: 22px;}
	.advantage-tab .e-n-tab-title-text b { width: 40px;	height: 40px; font-size:26px;}
	.home-banner-info .swiper-pagination { padding-bottom: 0px;}
	.home-banner-info .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 26px;}
	
	.hk-carousel .swiper{ padding:0}
	.e-con.e-flex>.e-con-inner{ padding-left:inherit; padding-right:inherit;}	
	.advantage-tab.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{ color:#bd9d74!important}
	.advantage-tab .e-n-tab-title-text b{ background:#bd9d74}
	.advantage-tab.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]{ color:#134d70!important}
	.advantage-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text b{ background:#134d70}
	.elementor-location-header{ z-index:999; position:relative}
	.elementor-widget-image-box .elementor-image-box-content{ width:100%}
	.head-top-section .sub-menu{ background:#d2b28c!important}
	.head-top-section .sub-menu li {display: block!important;}
	.head-top-section .elementor-nav-menu .elementor-item{font-size: 16px !important;}
	.head-top-section .elementor-item-active{ color:#EDE6B6!important; text-decoration:underline}
	.area-column .elementor-widget{ width:calc(50% - 8px)}
	.area-column {flex-direction:row!important; gap:16px}
	.advantage-tab.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-block-end: 20px!important;}
}





