/* ═══ VNT THEME - MAIN CSS ═══ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* ── Reset & Base ── */
*{margin:0;padding:0;box-sizing:border-box;list-style-type:none;text-decoration:none}
html,body{font-family:"Manrope",sans-serif!important;scroll-behavior:smooth}
p{color:#575757}
li{list-style:none}
.my-pd-15{padding:15px!important}
.my-flex{display:flex;justify-content:center;align-items:center}
.z-100{position:relative;z-index:100!important}
.z-1000{position:relative;z-index:1000!important}
.w-70{width:70%}
.mt-none{margin-top:unset!important}
.mb-30{margin-bottom:30px!important}
.mb-50{margin-bottom:50px}
.fw-7{font-weight:700}
.gach-ngang{background-color:red;height:3px;width:100px}
.container{position:relative!important}

/* ── Scrollbar ── */
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#f9fafb;border-radius:10px}
::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:#64748b}

/* ── Lazyload ── */
.lazyload,.lazyloading{opacity:0}
.lazyloaded{opacity:1;transition:opacity .3s}

/* ══════════ HEADER ══════════ */
#header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}
#header .header__logo img{width:10rem}
#header .header__nav ul{margin:0;padding:0}
#header .header__nav ul>li{list-style:none;display:inline-block;padding:.3225rem 1.25rem;margin-bottom:unset!important;transition:all .3s ease-in-out;position:relative;line-height:1.25rem}
#header .header__nav ul>li a{text-decoration:none;color:#323232;font-weight:600;padding-top:.4375rem;padding-bottom:.4375rem;border-bottom:3px solid transparent}
#header .header__nav ul>li a:hover{color:#27c7cd;border-bottom:3px solid #27c7cd!important}
#header .header__nav ul>li>ul a{border-bottom:unset!important}
#header .header__nav ul>li>ul li{border-left:3px solid transparent}
#header .header__nav a svg{transform:rotate(90deg)}
#header .header__support{display:flex;flex-direction:row;align-items:center}
#header .header__support .header___bar{display:none;margin-right:15px;cursor:pointer}

/* Dropdown submenu */
.header__nav .submenu__transfer,.header__nav .submenu__quote{position:absolute;top:100%;left:0;width:15.625rem;background-color:#fff;display:none;z-index:9999;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.header__nav .submenu__transfer>li,.header__nav .submenu__quote>li{display:block!important;padding:.625rem 1.25rem!important;transition:all .5s ease-in-out!important}
.header__nav .submenu__transfer>li:hover,.header__nav .submenu__quote>li:hover{border-left:3px solid #27c7cd!important}
.header__nav .submenu__transfer>li:hover a,.header__nav .submenu__quote>li:hover a{color:#27c7cd!important}
.header__nav .submenu__transfer li a,.header__nav .submenu__quote li a{color:#323232!important}
.header__nav .transfer__li:hover .submenu__transfer,.header__nav .quote__li:hover .submenu__quote{display:block}
#header .header__nav .submenu__transfer>li.li-submenu svg,
#header .header__nav .submenu__quote>li.li-submenu svg{opacity:0;transform:translateX(-10px);transition:opacity .3s ease,transform .3s ease;margin-left:5px}
#header .header__nav .submenu__transfer>li.li-submenu:hover svg,
#header .header__nav .submenu__quote>li.li-submenu:hover svg{opacity:1!important;transform:translateX(0)!important}
#header .header__nav .submenu__transfer>li.li-submenu>a:hover,
#header .header__nav .submenu__quote>li.li-submenu>a:hover{border-bottom:unset!important}

/* Search */
.header__search__item{display:flex;justify-content:space-between;align-items:center}
.header__search__item a{border-bottom:none;text-decoration:none}
.header__search__item button{padding:unset}
.header__search__item button svg{width:30px;height:30px}
.search-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999999}
.search-container{padding:20px;border-radius:10px;width:80%;max-width:100%!important;text-align:center;position:relative}
.input-search-home{width:100%!important;background:none!important;border:none!important;border-bottom:1px solid #fff!important;outline:none!important;padding:0 10px!important;height:35px!important;color:#fff!important;border-radius:unset!important}
.btn-search{position:absolute!important;right:7%!important;top:0!important;background:none!important;outline:none!important;border:none!important;margin-right:25px!important}
.btn-close-custom{top:0!important;position:absolute!important;background:none!important;outline:none!important;border:none!important;right:3%!important}

/* Sticky header */
.head__fixed{position:fixed;top:0;left:0;z-index:100000;background:#fff;width:100%;transition:top .5s ease,background .5s ease}
.head__fixed.slide-down{top:0;background:#fff;opacity:.95;box-shadow:0 3px 5px rgba(191,191,191,.4)}

/* ══════════ MOBILE MENU ══════════ */
.modal-navbar{width:60%;max-height:100%;overflow:hidden;position:fixed;transition:transform .25s ease;z-index:10104;display:flex;flex-direction:column;transform:translateX(-100%)}
.modal-navbar.show{transform:translateX(0)}
.modal-navbar-dialog{box-shadow:0 2px 4px rgba(0,0,0,.25);max-width:100vw;overflow:hidden;position:relative;background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column}
.modal-navbar-content{overflow:auto;flex:1}
.modal-navbar-body{max-width:calc(100vw - 64px);padding:40px 0 0 24px;width:100%;background-color:#fff;color:#000}
.modal-navbar-backdrop{background:rgba(0,0,0,.4);opacity:.8;z-index:10104;height:100%;right:0;top:0;bottom:0;left:0;width:100%;position:fixed;display:none}
.navbar-nav-mobi .nav-item{padding:20px 0!important;border-bottom:1px solid #e0e0e0;width:100%}
.nav-link-mobi{background:transparent;color:#333;text-decoration:none;display:flex;gap:4px;font-size:16px;border-radius:4px;line-height:18px;cursor:pointer;align-items:center;font-weight:700}
.nav-link-mobi svg{transform:rotate(90deg);fill:#323232}
.btn-navbar-close{color:#000;width:66px;height:35px;z-index:1;right:14px;top:14px;text-align:center;position:absolute;align-items:center;display:flex;justify-content:center;background-color:transparent;font-weight:700;pointer-events:auto}
.nav-item .mobi__sub__transfer,.nav-item .mobi__sub__quote,.nav-item .mobi__sub__project{display:none;margin:15px 0 0 25px;padding:0}
.nav-item .mobi__sub__transfer a,.nav-item .mobi__sub__quote a,.nav-item .mobi__sub__project a{text-decoration:none;color:#323232}
.nav-item .mobi__sub__transfer li,.nav-item .mobi__sub__quote li,.nav-item .mobi__sub__project li{padding-bottom:10px;list-style:none}
.no-scroll{overflow:hidden}

/* ══════════ HERO PRODUCT SECTIONS ══════════ */
.mbt__show__prod__one{position:relative;width:100%;min-height:850px;height:100%;margin-top:-93px;display:flex;align-items:center;background-color:#fff;z-index:99}
.mbt__show__prod__true{position:relative;width:100%;min-height:750px;height:100%;margin-top:-17px;display:flex;align-items:center;background-color:#fff;z-index:99}
.mbt__show__prod__other{position:relative;width:100%;min-height:750px;height:100%;margin-top:-93px;display:flex;align-items:center;background-color:#fff;z-index:99}
.mbt__show__prod__one .center__div{width:100%;display:flex;flex-direction:column;align-items:center;height:560px;justify-content:space-between}
.mbt__show__prod__true .center__div,.mbt__show__prod__other .center__div{width:100%;display:flex;flex-direction:column;align-items:center;height:560px;justify-content:space-between;margin-top:-32px}
.center__div .info__type__one__item{z-index:1}
.center__div .info__type__one__item h1.mbt__type__one,.center__div .info__type__one__item h2.mbt__type__one{text-align:center;color:#464646;font-size:42px;font-weight:1000;position:relative;z-index:99}
.center__div .info__type__one__item p{text-align:center;color:#464646;position:relative;z-index:99;font-size:18px}

/* Hero background overlays */
.mbt__show__prod__one::before,.mbt__show__prod__true::before,.mbt__show__prod__other::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.1;z-index:1}
.mbt__show__prod__one::before{background-image:url(https://vietnamtransformer.vn/wp-content/themes/vnt-theme/assets/images/slider-1/new-image-1%20_11zon.jpg)}
.mbt__show__prod__true::before{background-image:url(https://vietnamtransformer.vn/wp-content/themes/vnt-theme/assets/images/slider-2/%E1%BA%A2nh%20ch%C3%ADnh%20MBA%20KHO%20MBT%20logo%20phu%20kien.jpg)}
.mbt__show__prod__other::before{background-image:url(https://vietnamtransformer.vn/wp-content/uploads/2025/06/tu-tram-04-scaled.png)}

/* CTA Buttons */
.info__type__true{z-index:99}
.info__type__true .configue-btn{border:none;outline:none;font-size:16px;font-weight:500;color:#fff;background-color:#323232;border-radius:4px;padding:10px 50px;margin:10px;cursor:pointer}
.info__type__true .view__btn{color:#323232;background-color:#c6c6c6;border:1px solid #c6c6c6;font-size:16px;font-weight:500;border-radius:4px;padding:10px 50px;margin:10px;cursor:pointer}

/* ══════════ SLIDER / SWIPER ══════════ */
.tranding-slide{width:370px;height:420px;position:relative}
.tranding-slide .tranding-slide-img .image_show{width:100%;height:300px;border-radius:30px;object-fit:contain;cursor:pointer}
.swiper-slide{transition:transform .3s,opacity .3s;width:100%;text-align:center}
.swiper-slide:hover{cursor:grabbing}
.swiper-slide-shadow-left,.swiper-slide-shadow-right{display:none}
.my-tranding-slide-img img{margin-top:50px}
.my-swiper-slide-show img{transform:scale(.8);transition:transform .5s cubic-bezier(.25,1,.5,1);will-change:transform}
.tranding-slider .slick-center img{transform:scale(1.2);transition:transform .5s cubic-bezier(.25,1,.5,1)}
.mbt2000,.mbtBAK{display:none}
.mySwiperMobileSlider1{display:none}

/* ══════════ ABOUT SECTION ══════════ */
.container-box-content-header{position:relative;width:100%;min-height:750px;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:99;overflow:hidden}
.mbt_forces_factories{justify-content:center;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;height:auto}
.mbt_forces_factories::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff!important;z-index:0;pointer-events:none;opacity:.9}
.mbt_forces_factories .z-100{margin-top:50px}
.title-span h2{font-size:42px;font-weight:1000;color:#464646;margin:0}
.box-title-about-home-mbt .content-row-center{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}
.box-title-about-home-mbt h1{margin:0}
.box-title-about-home-mbt img{display:block}
.content-item{width:100%;display:flex;justify-content:center;align-items:center}
.content-item .content-about-home{width:50%;display:flex;flex-direction:column;align-items:center}
.content-item p,.description-certificate,.description-product-good,.description-partner{font-size:18px;color:#464646;margin-bottom:3px}
.content-about-home p{font-weight:500}
.see_more{text-align:center;margin:15px 0 25px 0}
.btn-see-more{display:inline-block;padding:10px 30px;font-weight:500;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);font-size:20px;border-radius:10px;background:#da251c;color:#ffffffd9;text-decoration:none}

/* ══════════ MODULE CARDS ══════════ */
.module__item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;margin-bottom:23px}
.module__item .module_avatar{width:35%}
.module__item .module_avatar img{width:100%}
.module__item .module_content{width:64%}
.module_content p{color:#333;font-size:18px}

/* ══════════ CERTIFICATES ══════════ */
.myCertificate .slick-certificate img{width:100%;max-height:300px;object-fit:contain;border-radius:10px;padding:10px}
.myCertificate .slick-slide{padding:5px}
.myCertificate .swiper-slide .iconCertificate{border:none!important;width:58px;height:58px;position:absolute;top:-10px;left:-8px;transform:rotate(-42deg)}

/* ══════════ PRODUCTS ══════════ */
.mbt__best__seller{margin:0}
.mbt__best__seller .slick-product .slick-slide{padding:0 8px}
.mbt__best__seller .best_product_item{width:100%;height:auto;padding:15px;border-radius:5px;border:1px solid #e0e0e0;text-align:center;background:#fff}
.mbt__best__seller .best_product_item img{width:100%;height:250px;border-radius:5px;object-fit:contain}
.mbt__best__seller .best_product_item .product_good_title,.product_good_price{margin:10px 0}
.product_good_price{font-size:15px;color:#888;font-weight:500}
.mbt__best__seller .best_product_item .product_good_title h3{font-size:1rem;font-weight:600}
.mbt__best__seller .best_product_item .product_good_title h3 a{text-decoration:none;color:#323232}
.mbt__best__seller .best_product_item .product_good_title h3 a:hover{color:#1f6a9d}
.mbt__best__seller .best_product_item .product_good_action button{background-color:#1b2c38;color:#fff!important;padding:10px 30px;border-radius:50px;font-weight:500;border:none;cursor:pointer;font-size:13px}
.mbt__best__seller .best_product_item .product_good_action button:hover{background-color:#27c7cd}
.mbt__best__seller .product_item{display:grid;gap:8px;grid-template-rows:1fr 40px 28px 45px}
.box-good_product{background-color:#fff}
img.item-product_good_img{padding:10px}

/* ══════════ NEWS ══════════ */
.box-news-main h2{font-size:18px}
.side-news-item h3{font-size:14px;margin:5px 0}
.side-news-item span{font-size:16px;color:gray}
.box-image{width:35%;height:auto;border-radius:10px}
.title-news{width:48%}
.box-image-main{width:100%;height:75%;border-radius:10px}
.image-main-news{width:100%;height:100%;border-radius:7px;object-fit:cover}
.read-more a{font-weight:900;color:#323232;text-decoration:none;display:flex;margin-top:7px;font-size:16px}
.read-more a:hover{color:#1f6a9d}
.mbt_title_home{margin-bottom:10px;text-align:center}
.description-one-new-main,.description-item-new-main{font-size:16px;color:#464646}
.h-152{height:7.5rem}

/* ══════════ PARTNERS ══════════ */
.myCustomerPartner .slick-partner img,.myCustomerPartner .slick-partner-2 img{width:120px;height:80px;object-fit:contain;border-radius:10px;padding:5px;margin:0 auto}
.myCustomerPartner .slick-slide{display:flex!important;justify-content:center;align-items:center}
.myCustomerPartner .slick-partner-2{direction:rtl}

/* ══════════ CONTACT CTA ══════════ */
.contact_with_mbt{position:relative;width:100%;height:430px;background-image:url(https://vietnamtransformer.vn/wp-content/themes/vnt-theme/assets/images/hava__three.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}
.contact_with_mbt::before{content:"";width:100%;height:100%;position:absolute;background-color:#000;opacity:.8;z-index:99}
.contact_with_mbt .flex-item{display:flex;justify-content:center;align-items:center;height:100%}
.contact_with_mbt .col-inner h3{color:#fff!important}
.contact_with_mbt .col-inner p{color:#fff!important;font-size:18px}
.title-contact-footer-home{text-align:center;font-size:50px}
.btn-contact-mbt{display:inline-block;padding:10px 25px;font-weight:500;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);font-size:22px;border-radius:5px;background:#fff;color:#000;text-decoration:none}
.btn-contact-mbt:hover{border:1px solid #000;background-color:#000;color:#fff}
.contact_for{bottom:5px}

/* ══════════ FOOTER ══════════ */
.bgr-footer{background-color:#181e23;color:#949da5;padding:70px 50px 30px 50px!important}
.heading-title-col-1{margin-bottom:20px;line-height:1.3em;font-weight:700;color:#fff;font-size:42px}
.w-custom{width:75%}
.text-size-1-1-rem{font-size:1.1rem;color:#949da5}
.text-italic-custom{font-size:14px;font-style:italic;padding:15px 0;color:#949da5;margin:0}
ul.mbt-socials{padding:0;margin:20px 0}
ul.mbt-socials li{display:inline-block}
ul.mbt-socials li:not(li:first-child){margin:0 15px}
.heading-title-col-2{color:#fff;font-size:1.875rem;font-weight:500}
.text-size-18px{color:#fff;font-size:1.1rem}
.title-col-2{fill:#727272;padding:0 0 10px 0}
.nav-col-2-footer .title-col-2 a:hover{color:#fff;transition:color .3s ease}
.contacts-item{display:flex;align-items:center;padding:40px 0;gap:15px}
.contacts-item .sub-title{font-weight:500;font-size:16px;color:#949da5}
.contacts-item .title{font-weight:500;font-size:20px;color:#1b2c38}
.contacts-item .title.c-white{color:#fff;text-decoration:none}
.c-yellow-themes{color:#ffcb05}
.sub-footer{padding:20px 15px;background-color:#12171b;text-align:center;font-size:14px}
.copyright{color:#727272;font-size:.9375rem}
.padding-0{margin:0}

/* ══════════ FLOATING CONTACT ══════════ */
.wrap{max-width:1216px;padding:0 40px;margin:0 auto;width:100%}
.float-contact{position:fixed;bottom:70px;right:29px;z-index:100}
.float-contact img{width:50px;height:50px;border-radius:50%}
.chat-zalo,.chat-facebook,.call-hotline{display:block;margin-bottom:15px;line-height:0;animation:rotateSocial .6s ease-in-out infinite;animation-delay:2s}
@keyframes rotateSocial{0%,100%{transform:rotate(0)}20%{transform:rotate(15deg)}40%{transform:rotate(-15deg)}60%{transform:rotate(10deg)}80%{transform:rotate(-10deg)}}

/* ══════════ SCROLL TO TOP ══════════ */
#scroll_btn{display:none;position:fixed;right:29px;bottom:25px;z-index:1000;padding:5px 10px;background-color:#d12839;height:50px;width:50px;border-radius:50%;border:none;outline:none;font-size:20px;color:#fff;cursor:pointer}

/* ══════════ ANIMATIONS ══════════ */
.anm__drop__down{opacity:0;transform:translateY(150px);animation:dropDown 1s ease-out forwards}
.anmUp{opacity:0;transform:translateY(60px);will-change:transform,opacity}
.anm__left__right{opacity:0;transform:translateX(-100px);animation:leftRight 1s ease-out forwards}
@keyframes dropDown{0%{opacity:0;transform:translateY(60px)}100%{opacity:1;transform:translateY(0)}}
@keyframes leftRight{0%{opacity:0;transform:translateX(-100px)}100%{opacity:1;transform:translateX(0)}}

/* ══════════ RESPONSIVE ══════════ */
@media(max-width:1200px){.title-span h2{font-size:calc(1.3875rem + 1.65vw)!important}}

@media(max-width:1024px){
#app_vnt{position:fixed;top:0;z-index:99999;box-shadow:4px 4px 10px rgba(163,177,198,.6);background-color:#fff;width:100%;will-change:transform}
#header{padding:15px 0!important;height:60px}
#header .header__logo img{width:7.5rem!important}
#header .header__support .header___bar{display:block}
#header .header__support .header___bar svg{width:28px;height:28px}
#header .header__nav{display:none}
.header__search__item.desktop button.search-icon{display:none}
.box__container{margin-top:80px}
.overhd{overflow:hidden}
.menu-mobi .header__search__item{margin-top:15px;justify-content:center!important}
.modal-navbar-body .navigation-search{text-align:center}
}

@media(max-width:992px){
.mySwiper-container{display:none!important}
.mySwiperMobileSlider1{display:flex!important;justify-content:space-between}
.row.flex-custom{align-items:center}
.row.flex-custom .box-news-main{margin-bottom:30px}
}

@media(max-width:768px){
.mbt__show__prod__one .center__div,.mbt__show__prod__true .center__div,.mbt__show__prod__other .center__div{height:100%}
.center__div .info__type__one__item h1.mbt__type__one{font-size:30px}
.center__div .info__type__one__item p{font-size:16px}
.module__item{flex-direction:column}
.module__item .module_avatar{width:50%;text-align:center}
.module__item .module_content{width:100%}
.module__item .module_content h5{text-align:center}
.content-item{width:100%!important;padding:0 30px}
.content-about-home{width:100%!important}
.title-span h2{font-size:1.9rem!important}
.heading-title-col-1{text-align:center;font-size:30px}
.w-custom{width:100%}
.heading-title-col-2{margin-top:20px}
.bgr-footer{padding:30px 35px!important}
.contact_with_mbt{width:100%!important;height:auto!important}
.contact_with_mbt .flex-item{padding:30px 0}
.flex-item .col-inner{width:93%}
.title-contact-footer-home{font-size:40px!important;margin-bottom:20px!important}
.box-image-main,.image-main-news{padding:unset!important}
.see_more{margin-top:45px;margin-bottom:45px}
.mbt__best__seller .best_product_item img{height:240px}
.description-certificate,.description-product-good,.description-partner,.description-one-new-main,.description-item-new-main,.contact_with_mbt .col-inner p{font-size:16px!important}
.module_content p{margin-bottom:0!important;font-size:16px!important}
.mbt__show__prod__one{margin-top:unset!important}
#scroll_btn{left:29px;bottom:80px!important}
.float-contact{bottom:55px;right:20px}
.myCustomerPartner .swiper-slide img{width:100px;height:100px!important}
.info__type__true{width:100%;display:flex;flex-direction:column;padding:0 20px}
.box-title-about-home-mbt .content-row-center{padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}
.content-row-center img{width:100%;height:98px;object-fit:contain}
}

@media(max-width:500px){
.tranding-slide{width:280px!important;height:360px!important}
.tranding-slide .tranding-slide-img .image_show{width:280px!important;height:360px!important}
}

@media(min-width:1023px){
.info-detail{height:unset!important}
.content-about-home{margin:20px 0 0 0;font-size:20px}
}

@media(min-width:992px){.box-image-main{max-height:66%}}
