:root { --color-red: #ff0000; --clr-primary: #333333; --clr-secondary: #666666; --clr-white: #ffffff; --clr-black: #000000; --clr-active: #E24918; --clr-btn: #0F1E36; --clr-main: #E24918; --font-title: "Poppins"; --font-title-semi: "Poppins-s"; --font-title-light: "Poppins-l"; --font-title-medium: "Poppins-m"; --font-bold: "Inter-b"; --font-regular: "Inter"; --font-medium: "Inter-m"; --font-semi: "Inter-s"; --font-slogan: "Montserrat"; --font-gillroy: "Gilroy-b"; --font-gillroy2:"Gilroy-s"; }
body { font-size: 14px; line-height: 1.5; }
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h1 { font-family: var(--font-title); font-size: clamp(24px, 3.5vw, 30px); color: var(--clr-main); text-transform: uppercase; }
.main__title p { font-family: var(--font-title); font-size: clamp(24px, 3.5vw, 30px); color: var(--clr-main); text-transform: uppercase; }
.title-main { position: relative; text-align: center; }
.title-main span { font-size: 1.5em; font-weight: bold; text-transform: uppercase; }
.ff-title { font-family: var(--font-title); }
.ff-bold { font-family: var(--font-bold); }
.ff-regular { font-family: var(--font-regular); }

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover>ul, .scale-img img, .scale-img:hover>img, .support-online .kenit-alo-circle-fill { transition: 0.3s all; }
.gutter-x-20 { --bs-gutter-x: 20px; }
.gutter-x-13 { --bs-gutter-x: 13px; }
.gutter-x-10 { --bs-gutter-x: 10px; }
.gutter-x-5 { --bs-gutter-x: 5px; }
.gutter-x-0 { --bs-gutter-x: 0px; }

/* slideshow */
.slideshow { position: relative; }
.slideshow .swiper-slide img { transform: scale(1.05); transition: transform 5s linear; }
.slideshow .swiper-slide-active img { transform: scale(1); }

/* Search */
.search { width: 50%; max-width: 400px; background: #fff; position: relative; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; }
.search input { width: calc(100% - 35px); font-size: 13px; color: #333; border-radius: 10px; border: none; }
.search input:focus { border: none; box-shadow: none; }
.search label { height: 35px; cursor: pointer; text-align: center; font-size: 16px; background: #f00; color: #fff; border-radius: 10px; margin-right: 3px; padding: 5px 10px; }
.search label i { font-weight: bold; color: #999; }
.box-search { padding: 10px; border-bottom: 1px solid #f1f1f1; display: flex; justify-content: space-between; align-items: center; }
.ds-item-search { width: calc(100% - 70px); }
.ds-item-search a { font-size: 14px; color: #333; }
.show-search { position: absolute; z-index: 9999; top: 100%; background: #fff; width: 100%; border-radius: 10px; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
.box-search .price-product { width: 100%; margin: 0px; text-align: left; }
.box-search .price-product .price-new { color: #f00; font-size: 14px; font-weight: bold; }
.box-search .price-product .price-old { color: #999; text-decoration-line: line-through; }

/* Mmenu */
.offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow: scroll; }
.offcanvas-body::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-thumb { background-color: #0d6efd; border-radius: 5px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-track { background: #fff; width: 4px; height: 4px; transition: all 1s; }
.btn-close-menu { position: absolute; right: 20px; top: 20px; }
.menu-mobile ul { padding: 0px;list-style: none; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li>span i { transition: transform 0.3s ease; }
.menu-mobile ul li a { display: block; padding-right: 30px; color: #333; font-size: 15px; padding: 10px 0px; border-bottom: 1px solid #f1f1f1; }
.menu-mobile ul li a i { margin-right: 10px; }
.menu-mobile ul li li a { font-weight: normal; }
.menu-mobile ul li a:hover { color: #f00; }
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: var(--clr-main); font-size: 17px; line-height: 18px; height: 25px; color: #fff; width: 35px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; padding-right: 14px; }
.menu-mobile ul li:hover { color: #f00; }
.menu-mobile ul ul li .scroll { background: none; color: var(--clr-main); }
.menu-mobile ul li ul { padding-left: 10px; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: var(--clr-main); }
.search-menu { width: 100%; position: relative; margin: 10px 0px; }
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; }
.search-menu p { position: absolute; right: 10px; bottom: 8px; }

/* ? Navigation*/
.navigation { position: relative; padding: 3px 0px 11px 0px; --position: sticky; z-index: 501; background: var(--clr-white); -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.navigation.not-index { --position: fixed; }
.navigation.scroll-active { padding: 0; }
.navigation>.navigation__inner { -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; }
.navigation nav#menu { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 1020px; }
.navigation nav#menu ul { list-style: none; padding: 0; margin: 0; }
.navigation nav#menu ul:has(.level-0) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.navigation nav#menu ul li { position: relative; z-index: 1; }
.navigation nav#menu ul li .navigation__name::before { position: absolute; content: ''; width: 100%; height: 1px; background: transparent; border-radius: 5px; left: 0px; bottom: 14px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; }
.navigation nav#menu ul li ul li .navigation__name::before { content: none; }
.navigation nav#menu ul li.active .navigation__name::before, .navigation nav#menu ul li:hover>.navigation__name::before { transform-origin: left; transform: scaleX(1); }
.navigation nav#menu ul li .navigation__name { display: block; position: relative; font-family: var(--font-bold); font-size: 15px; color: var(--clr-black); text-transform: uppercase; padding: 9px 15px; text-decoration: none; overflow: hidden; border-radius: 50px; background: transparent; }
.navigation nav#menu ul li.active>.navigation__name, .navigation nav#menu ul li:hover>.navigation__name { color: var(--clr-white); background: var(--clr-active); }
.navigation nav#menu ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 250px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; background: var(--clr-white); -webkit-box-shadow: 1px 1px 15px var(--clr-black)26; -moz-box-shadow: 1px 1px 15px var(--clr-black)26; box-shadow: 1px 1px 15px var(--clr-black)26; padding: 0.75rem 0; margin-top: -5px; -webkit-transform: perspective(600px) scaleY(1.5) translateY(15px); -moz-transform: perspective(600px) scaleY(1.5) translateY(15px); transform: perspective(600px) scaleY(1.5) translateY(15px); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.navigation nav#menu ul li:hover>ul { opacity: 1; visibility: visible; -webkit-transform: perspective(600px) scaleY(1) translateY(0); -moz-transform: perspective(600px) scaleY(1) translateY(0); transform: perspective(600px) scaleY(1) translateY(0); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; top: -webkit-calc(100% + 10px); top: -moz-calc(100% + 10px); top: calc(100% + 10px); }
.navigation nav#menu ul li ul li>ul { left: 100%; top: 0 !important; }
.navigation nav#menu ul li ul li { isolation: isolate; padding: 0 0.75rem; }
.navigation nav#menu ul li ul li a.navigation__name { color: var(--clr-black); padding: .7rem 0; overflow: unset;}
.navigation nav#menu ul li ul li:hover>.navigation__name { background: transparent; color: var(--clr-active); }
.navigation nav#menu ul li ul li:not(:last-child):before { content: ''; position: absolute; right: 0.75rem; bottom: 0; left: 0.75rem; z-index: -1; height: 1px; background: var(--clr-silver); }

/* News */
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; text-align: start; }
.share b { display: block; margin-bottom: 5px; }

/* Toc */
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-family: var(--font-bold); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul>li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul>li:before { content: counters(item, '.') ' '; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; display: none; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, '.') '. '; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }

/* Video */
.video-main { position: relative; }
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; }
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.video-item:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.video-name { text-align: center; font-size: 16px; margin-top: 10px; }

/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; }
.sort-select .click-sort { border: 1px solid #e0e0e0; border-radius: 4px; cursor: pointer; font-size: 14px; padding: 6px 10px 6px 8px; margin: 0px; }
.sort-select-main { display: grid; background-color: #fff; border-radius: 4px; box-shadow: 0 4px 6px rgb(0 0 0 / 20%); position: absolute; padding: 0 7px; top: 30px; right: 0; width: 160px; z-index: 2; }
.sort-select-main p { border-bottom: 1px solid #f1f1f1; margin: 0px; order: 2; }
.sort-select-main p:has(.check) { order: 1; }
.sort a { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; }
.sort a.check i { box-sizing: border-box; position: relative; display: inline-block; transform: scale(var(--ggs, 1)); width: 22px; height: 16px; border: 2px solid transparent; border-radius: 100px; vertical-align: middle; }
.sort a.check i::after { content: ''; display: block; box-sizing: border-box; position: absolute; left: 3px; top: -4px; width: 6px; height: 10px; border-width: 0 2px 2px 0; border-style: solid; transform-origin: bottom left; transform: rotate(45deg); }
.sort-select .sort-show { padding-right: 12px; position: relative; }
.sort-select .sort-show::before { content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333; content: ''; height: 0; position: absolute; top: 6px; right: 0; width: 0; }

/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; }
.flex-product-main { display: flex; gap: 20px; }
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; }
.flex-product-main .right-product { width: calc(100% - 250px); }
.wr-search p { font-weight: bold; text-transform: uppercase; }

/* product detail */
.left-pro-detail .MagicZoom { border: 1px solid #7e7e7e; padding: 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: var(--clr-white); }
.left-pro-detail .MagicZoom img { border-radius: 20px; }
.tabs-pro-detail .tab-content { border: 1px solid #ddd; border-top: none; padding: 20px; }
.nav-tabs li a { text-transform: uppercase; font-weight: 500; color: #333; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #f00; }
.attr-pro-detail { margin: auto; padding: 0; list-style: none; }
.title-pro-detail { text-transform: capitalize; display: block; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00; }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px; }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: #232323; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; margin-right: 20px; font-weight: 500; }
.quantity-pro-detail span { line-height: 40px; padding: 0; width: 30px; height: 40px; color: #000; cursor: pointer; font-size: 22px; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0; }
.quantity-pro-detail input { height: 40px; width: calc(100% - 60px); text-align: center; font-size: 20px; padding: 5px; font-weight: 700; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: center; justify-content: flex-start; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 8px 15px; cursor: pointer; border-radius: 5px; font-weight: bold; }
.cart-pro-detail a.addnow { margin-right: 10px; color: #fff; border-radius: 5px; }
.cart-pro-detail a.addnow:hover { background-color: #f00; color: #fff; border-color: #f00; }
.cart-pro-detail a.buynow { background-color: #000; }
.cart-pro-detail a.buynow:hover { background-color: #f00; color: #fff; }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }

/* Contact */
.contact-map { position: relative; height: 500px; margin-top: 30px; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.frm_contact { border: 1px solid #ddd; padding: 30px; }

/*  breadCrumbs */
.breadCrumbs { padding: 10px 0px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }

/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; text-align: center; }
.pagination li span { cursor: pointer; }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: #1182fc; opacity: 0.5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { animation-name: pulse; }
.grid-properties { display: flex; gap: 10px; }
.grid-properties span { position: relative; border: 1px solid #ddd; padding: 5px 15px; cursor: pointer; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid #f00; color: #f00; }
.grid-properties span:hover:after, .grid-properties span.active:after { content: ''; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; }
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }

/* News */
.grid-news { --col: 3; --gap-x: 15px; --gap-Y: 15px; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 a { font-size: 16px; margin: 0; color: #000; font-weight: 500; text-transform: uppercase; -webkit-line-clamp: 2 !important; }
.ds-news .desc { color: #333; }
.item-news-all { display: flex; justify-content: space-between; }
.item-news-all .ds-news { width: calc(100% - 110px); }
.item-news-all .ds-news h3 { text-transform: capitalize; font-size: 15px; }
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 20px; width: 30%; background: #f1f1f1cc; padding: 20px; box-shadow: 0px 0px 5px #99999978; }

/* Popup */
.modal-title { font-size: 20px; }

/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; z-index: 999; }
.loading { width: 50px; height: 50px; border: 5px solid rgba(0, 0, 0, 0.1); border-radius: 50%; border-top: 5px solid #3498db; animation: spin 1s linear infinite; }

/* Album */
.grid-album { --col: 4; --gap-x: 15px; --gap-y: 15px; }
.album-item { position: relative; z-index: 1; }
.album-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00000082; z-index: 1; display: grid; place-content: center; padding: 10px 15px; opacity: 0; transition: all 300ms ease; }
.album-name a { font-family: var(--font-bold); font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px); color: var(--clr-white); width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.album-item:hover .album-info { opacity: 1; transition: all 300ms ease; }
.album-item:hover .album-name a { width: 100%; transition: all 300ms ease; }

/* Footer */
.footer-article { background: url(../images/bg-footer.jpg) no-repeat center center / cover; }
.footer-article__inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 50px 0 0; }
.footer-article--1 { width: 27.75%; }
.footer-article--2 { width: 21.833333%; }
.footer-article--3 { width: 18.25%; }
.footer-article--4 { width: 25.416667%; }
.footer-top { display: flex; align-items: center; justify-content: center; gap: 27px; }
.footer-logo { max-width: 136px; width: 100%; }
.footer-name { font-family: var(--font-title); }
.footer-name span { display: block; }
.footer-name span:first-child { font-size: clamp(20px, calc(34 / 1200 * 100vw), 34px); color: #FFF7C6; line-height: 1; margin-bottom: 2px; }
.footer-name span:last-child { font-size: clamp(40px, calc(64 / 1200 * 100vw), 64px); color: var(--clr-main); line-height: 1; }
.footer-title { font-family: var(--font-bold); font-size: clamp(16px, calc(18 / 1200 * 100vw), 18px); color: var(--clr-main); position: relative; margin-bottom: 20px; text-transform: uppercase; padding-left: 10px; }
.footer-title:before { content: ''; width: 3px; height: 20px; background: var(--clr-main); position: absolute; top: 4px; left: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.footer-info { color: var(--clr-white); font-family: var(--font-medium); }
.footer-policy { list-style: none; padding: 0; margin: 0; }
.footer-policy li:not(:last-child) { margin-bottom: 10px; }
.footer-policy li a { color: var(--clr-white); transition: all 300ms ease; }
.footer-policy li a:hover { color: var(--clr-active); transition: all 300ms ease; }
.footer-powered {padding: 14px 0;background: var(--clr-main);color: var(--clr-white); font-size: 14px;}
.footer-powered .wrap-content { display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--font-title-medium);text-transform: uppercase; } 
 

/* TODO Search Toggle */
.search__toggle { --height: 40px; position: relative; }
.search__toggle .search__icon { display: grid; place-items: center; width: 40px; height: var(--height); font-size: 17px; color: var(--clr-white); cursor: pointer; background: var(--clr-btn); border-radius: 50%; }
.search__toggle .search__icon.active { color: var(--clr-active); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-white); }
.search__toggle .search__grid { opacity: 1; width: 230px; overflow: hidden; position: absolute; top: 50px; right: 0px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: var(--height); border: 1px solid var(--clr-active); -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; background: var(--clr-white); padding: 0rem 0.25rem; }
.search__toggle .search__grid .search__button { display: grid; place-items: center; width: 35px; font-size: 17px; color: var(--clr-active); background: none; }
.search__toggle .search__grid .search__input { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; color: var(--clr-active); text-indent: 10px; width: 100%; }
.search__toggle .search__grid input, .search__toggle .search__grid input:focus { box-shadow: none; border: none; }
.search__toggle .search__grid input::-webkit-input-placeholder {    /* autoprefixer: off */
color: var(--clr-silver); }
.search__toggle .search__grid input::-moz-placeholder {    /* autoprefixer: off */
color: var(--clr-silver); }
.search__toggle .search__grid input::-ms-input-placeholder {    /* autoprefixer: off */
color: var(--clr-silver); }

/* ? About */
.about-quote { background: #FEF6F3; padding: 6px 17px; width: fit-content; border-radius: 50px; display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.about-quote .line { display: block; width: 28px; height: 2px; background: var(--clr-main); }
.about-quote .quote { font-family: var(--font-gillroy); line-height: 20px; color: var(--clr-main); }
.about-name { font-family: var(--font-title); line-height: 1; }
.about-name span:first-child { font-size: clamp(20px, calc(34 / 1200 * 100vw), 34px); color: var(--clr-btn); display: block; margin-bottom: 5px; }
.about-name span:last-child { font-size: clamp(40px, calc(64 / 1200 * 100vw), 64px); color: var(--clr-main); }

/* ? Whychoose */
.wrap-whychooseParameter { background: url(../images/bg-tc.jpg) no-repeat center center / cover; }
.whychooseParameter-quote { color: #FFF7C6; font-family: var(--font-slogan); font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px); }
.whychooseParameter-title { font-family: var(--font-title); font-size: clamp(30px, calc(45 / 1200 * 100vw), 45px); text-shadow: 5px 0 0 rgba(0, 0, 0, 0.20); color: var(--clr-white); line-height: 1; }
.whychooseParameter-left { min-height: 422px; overflow: hidden; border-radius: 0 10px 10px 0; }
.bannerW-photo-inner { aspect-ratio: 1141/422; width: 100%; height: 100%; }
.whychooseParameter-left img { height: 100%; object-fit: cover; }
.whychoose__main { display: flex; flex-wrap: wrap; align-items: start; gap: 12px; max-width: 580px; }
.whychoose-item { display: flex; align-items: center; gap: 10px; width: calc(50% - 6px); background: url(../images/khung-wc.png) no-repeat center center / 100% 100%; padding: 20px 15px; min-height: 111px; }
.whychoose-item:nth-child(1) { margin-top: 12px; }
.whychoose-item:nth-child(4) { margin-top: -12px; }
.whychoose-photo { width: 50px; }
.whychoose-info { flex: 1; }
.whychoose-name { margin-bottom: 0; font-family: var(--font-bold); font-size: 15px; color: #FFF7C6; }
.parameter__main { display: flex; gap: 12px; margin-top: 20px; max-width: 580px; }
.parameter-item { width: calc(33.333333% - 5px); background: rgb(13, 13, 13, .2); border-radius: 10px; position: relative; z-index: 1; padding: 20px; color: var(--clr-white); }
.parameter-item::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border-radius: 10px; padding: 2px; background: linear-gradient(90deg, rgba(234, 191, 86, 1) 0%, rgba(254, 243, 149, 1) 50%, rgba(234, 191, 86, 1) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.parameter-numb { width: fit-content; margin: 0 auto; background: var(--trai_mau, linear-gradient(270deg, #EABF56 0%, #FEF395 50%, #EABF56 100%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: var(--font-bold); font-size: clamp(18px, calc(28 / 1200 * 100vw), 28px); }
.parameter-name { color: var(--clr-white); text-align: center; font-size: 16px; font-family: var(--font-bold); margin-bottom: 0.25rem; --line-clamp: 2; }
.parameter-content { margin-bottom: 0; --line-clamp: 2; text-align: center; }

/* ? Title */
.title__company { display: flex; align-items: center; justify-content: start; gap: 10px; margin-bottom: -.125rem; }
.title__company .square { width: 10px; height: 10px; background: var(--clr-main); border-radius: 3px; display: block; }
.title__company .title { color: var(--clr-main); font-size: clamp(15px, calc(20 / 1200 * 100vw), 20px); font-family: var(--font-slogan); }
.title__main { font-family: var(--font-title); font-size: clamp(20px, calc(43 / 1200 * 100vw), 43px); color: var(--clr-btn); }

/* ? Product */
.grid-product {--col:3; --gap-x:30px; --gap-y:30px;}
.product-photo {overflow: hidden; border-radius: 10px;}
.product-info {padding: 10px; text-align: center;}
.product-name a {font-family: var(--font-bold); font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px); --line-clamp:2; color: var(--clr-btn); transition: all 300ms ease; margin-bottom: .5rem;}
.product-name a:hover {color: var(--clr-active); transition: all 300ms ease;}
.product-price { font-family: var(--font-title-semi); font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px); color: var(--clr-main);  margin-bottom: 0;}

.productHome-item { position: relative; z-index: 1; overflow: hidden; border-radius: 10px; }
.productHome-item:before { content: ''; width: calc(100% - 40px); height: calc(100% - 40px); left: 20px; top: 20px; position: absolute; z-index: 2; opacity: 0; transition: all 300ms ease; border: 2px solid var(--clr-white); border-radius: 10px; }
.productHome-item:hover:before { opacity: 1; transition: all 300ms ease; }
.productHome-item:hover .productHome-info2 { opacity: 0; transition: all 300ms ease; }
.productHome-info2 { position: absolute; padding: 40px; top: 0; left: 0; z-index: 2; transition: all 300ms ease; }
.productHome-item:hover .productHome-info { opacity: 1; transition: all 300ms ease; }
.productHome-info { position: absolute; padding: 40px; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; }
.productHome-name a { font-family: var(--font-title); font-size: 16px; color: var(--clr-white); transition: all 300ms ease; }
.productHome-name a:hover { color: var(--clr-active); transition: all 300ms ease; }
.productHome-photo { position: relative; z-index: 1; }
.productHome-photo:before { content: ''; top: 0; left: 0; right: 0; bottom: 0; background: rgb(0, 0, 0, .6); position: absolute; z-index: 1; opacity: 0; transition: all 300ms ease; }
.productHome-item:hover .productHome-photo:before { opacity: 1; transition: all 300ms ease; }

/* ? Feedback */
.wrap-feedback { background: #FDFDFF url(../images/bg-feedback.png) no-repeat center center / cover; }
.wrap-feedback .swiper-slide { padding: 10px 0 !important; overflow: unset !important; }
.feedback-item { background: var(--clr-white); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05); border-radius: 10px; }
.feedback-info { padding: 15px 10px; text-align: center; }
.feedback-name { font-family: var(--font-title-semi); font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px); color: var(--clr-btn); --line-clamp: 1; margin-bottom: .25rem; }
.feedback-desc { color: #333; font-family: var(--font-title-light); margin-bottom: 0.5rem; --line-clamp: 2; }
.-prev-feedback, .-next-feedback { width: 63px; height: 63px; opacity: 1; background: transparent; border: none; box-shadow: none; }
.-prev-feedback { left: calc(50% - 70px); top: calc(100% - 63px); }
.-next-feedback { right: calc(50% - 70px); top: calc(100% - 63px); }
.-prev-feedback:after { content: url(../images/i-prev.png); }
.-next-feedback:after { content: url(../images/i-next.png); }

/* ? Brand */
.wrap-branchHome { position: relative; z-index: 1; }
.desc-branch { font-family: var(--font-semi); font-size: clamp(20px, calc(36 / 1200 * 100vw), 36px); color: var(--clr-btn); padding-right: 50px; }
.branch-item { margin-bottom: 10px; }
.branch-inner { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 10px; background: linear-gradient(270deg, rgba(245, 245, 247, 0.00) -24.94%, #F5F5F7 99%); transition: all 300ms ease; color: var(--clr-btn); }
.branch-inner:hover { color: var(--clr-active); transition: all 300ms ease; }
.branch-inner span:first-child { width: 36px; height: 36px; background: rgba(26, 40, 68, 0.1); border-radius: 50%; display: grid; place-content: center; }
.branch-inner span:last-child { font-family: var(--font-semi); }
.branchHome-list {height: 680px; overflow: auto; } 
.branchHome-list::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.branchHome-list::-webkit-scrollbar-thumb { background-color: var(--clr-main); border-radius: 5px; transition: all 1s; }
.branchHome-list::-webkit-scrollbar-track { background: #a5a5a5; width: 4px; height: 4px; transition: all 1s; }


/* ? Partner */
.wrap-partner { position: relative; }
.wrap-partner:after { content: ''; width: 100%; min-height: 750px; aspect-ratio: 1920 / 750; background: url(../images/bg-partner.png) no-repeat center center / cover; position: absolute; bottom: 0; left: 0; z-index: -1; }
.partner-header-name { text-align: center; font-family: var(--font-title-semi); font-size: clamp(20px, calc(45 / 1200 * 100vw), 45px); color: var(--clr-main); margin-bottom: .5rem; }
.partner-header-desc { text-align: center; font-size: clamp(20px, calc(32 / 1200 * 100vw), 32px); max-width: 860px; margin-left: auto; margin-right: auto; font-family: var(--font-title-medium); color: var(--clr-btn); line-height: 50px; }
.partner-header-desc span { font-size: clamp(30px, calc(64 / 1200 * 100vw), 64px); font-family: var(--font-semi); }
.partner-item { padding: 4px 8px; border-radius: 5px; }

/* ? Form */
.newsletter-quote { background: #FEF6F3; padding: 6px 17px; width: fit-content; border-radius: 50px; display: flex; align-items: center; gap: 10px; margin-bottom: 8px; margin-left: auto; margin-right: auto; }
.newsletter-quote .line { display: block; width: 28px; height: 2px; background: var(--clr-main); }
.newsletter-quote .quote { font-family: var(--font-gillroy); line-height: 20px; color: var(--clr-main); }
.newsletter__main { background: url(../images/bg-form.jpg) no-repeat center center /cover; background-attachment: fixed; }
.wrap-newsletter .title__home { padding: 50px 0; }
.wrap-newsletter .title__main { font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px); }
.wrap-newsletter .title__slogan { font-family: var(--font-title-light); font-size: 15px; margin-top: .5rem; margin-bottom: 0; }
.newsletter-flex-social { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.newsletter-hotline-flex p:first-child { font-family: var(--font-title-medium); color: #616161; margin-bottom: 0; }
.newsletter-hotline-flex p:last-child { display: flex; gap: 10px; align-items: center; margin-bottom: 0; }
.newsletter-hotline-flex a { font-family: var(--font-title); font-size: clamp(20px, calc(32 / 1200 * 100vw), 32px); color: var(--clr-main); }
.newsletter-social { list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; margin-left: 15px; }

/* Form Newsletter */
.newsletter__input, .newsletter__button { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 10px; }
.newsletter__input input { height: 45px; font-size: 14px; color: var(--clr-secondary); border: 1px solid #0F1E36; background: var(--clr-white); }
.newsletter__input input::placeholder, .newsletter__input input:focus {    /* autoprefixer: off */
font-size: 14px; color: var(--clr-secondary); background: var(--clr-white); box-shadow: none !important; }
.newsletter__button { width: fit-content; margin: 1rem auto 0; overflow: hidden; border-radius: 50px; }
.newsletter__button input { border-radius: 0; height: 45px; font-family: var(--font-title); font-size: 15px; color: var(--clr-white); text-transform: uppercase; outline: none; border: 1px solid var(--clr-btn); background: var(--clr-btn); padding: 0px 44px 0 15px; width: 100%; }
.newsletter__button input::placeholder, .newsletter__button input:focus {    /* autoprefixer: off */
box-shadow: none !important; }
.newsletter__button input:hover { color: var(--clr-white); background: var(--clr-active); border-color: var(--clr-active); }
.newsletter__button span { position: absolute; top: 50%; right: 7px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--clr-white); }

/* ? Procedure */
.wrap-procedure { background: url(../images/bg-procedure.jpg) no-repeat center center / cover; }
.wrap-procedure .swiper-slide { padding: 10px 0 !important; overflow: unset !important; }
.procedure-item { position: relative; }

/* .procedure-item:before {content: '';width: 37px;height: 37px;background: url(../images/i-next-qt.png) no-repeat center center / 100% 100%;position: absolute;top: 50%;left: calc(100% - 20px);z-index: 1;}
.procedure-item.odd:before {top: calc(50% - 2rem);} */
.procedure-item.odd { margin-top: 2.75rem; left: -10px; }
.procedure-item.even { margin-top: .65rem; }
.procedure-item.even:not(.first) { left: -10px; }
.procedure__main { height: 264px; background: url(../images/i-line-dote2.png) no-repeat center center / 100% 100%; }
.procedure-inner { max-width: 175px; margin: 0 auto; text-align: center; padding: 20px; position: relative; z-index: 1; }
.procedure-item.even .procedure-inner:before { content: ''; width: 100%; height: 100%; max-height: 175px; background: var(--clr-white); border-radius: 50%; position: absolute; bottom: 0; left: 0; z-index: -1; }
.procedure-item.odd .procedure-inner:before { content: ''; width: 100%; height: 100%; max-height: 175px; background: var(--clr-white); border-radius: 50%; position: absolute; top: 0; left: 0; z-index: -1; }
.procedure-photo { width: 55px; height: 55px; background: var(--clr-main); border-radius: 100%; margin: auto; display: grid; place-content: center; box-shadow: 0 0 0px 4px lch(100% 0.01 296.81 / 0.1); }
.procedure-numb { font-size: clamp(20px, calc(48 / 1200 * 100vw), 48px); color: rgb(26, 40, 68, 0.5); font-family: var(--font-title); line-height: 1; margin-bottom: 0; }
.procedure-photo.photo-top { margin-bottom: .25rem !important; }
.procedure-name { font-size: clamp(13px, calc(16 / 1200 * 100vw), 16px); font-family: var(--font-gillroy2); color: var(--clr-btn); padding: 0 20px; --line-clamp: 2; }

/* ? Video */
.wrap-videoKnowledge { background: url(../images/bg-video-knowledge.jpg) no-repeat center center / cover; }
.videoHome-photo { position: relative; }
.videoHome-home .videoHome-photo:before { content: ''; width: 97px; height: 102px; background: url(../images/i-play.png) no-repeat center center / 100% 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; z-index: 1; }
.videoHome-item .videoHome-photo:before { content: ''; width: 33px; height: 34px; background: url(../images/i-play.png) no-repeat center center / 100% 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; z-index: 1; }

/* ? Knowledge */
.grid-news { --col:2;}
.videoKnowledge-right .swiper { height: 520px; }
.knowledge-item { display: flex; justify-content: space-between; gap: 22px; }
.knowledge-photo { max-width: 38.070175%; width: 100%; }
.knowledge-info { flex: 1; }
.knowledge-flex { display: flex; justify-content: space-between; align-items: start; gap: 10px; margin-bottom: 10px; }
.knowledge-time { width: 55px; background-color: var(--clr-main); border-radius: 5px; color: var(--clr-white); display: grid; place-content: center; padding: 10px 10px; }
.knowledge-time span:first-child { display: block; font-size: clamp(16px, calc(24 / 1200 * 100vw), 24px); font-family: var(--font-title-semi); line-height: 1; }
.knowledge-time span:last-child { display: block; font-size: clamp(13px, calc(15 / 1200 * 100vw), 15px); font-family: var(--font-semi); line-height: 1; }
.knowledge-name { flex: 1; }
.knowledge-name a { font-family: var(--font-title-semi); font-size: 14px; line-height: 26px; color: #0F1E36; --line-clamp: 2; }
.knowledge-desc { --line-clamp: 4; color: #333333; line-height: 22px; margin-bottom: 0; }

/* ? News */
.flipster2 { position: relative; padding-bottom: 0;    /* overflow: hidden; */ }
.flip-items2 { list-style: none; margin: 0 auto; width: 100%; display: flex; justify-content: space-around; align-items: center; }
.flip-items2 li { flex: 1; transform-origin: center center; }
.newsHome__main { margin-top: 2.25rem; }
.newsHome__main .flipster { overflow: unset !important; }
.newsHome__main .flipster--carousel .flip-current { transform: translateX(70%) scale(1) translateY(0px); opacity: 1 !important; }
.newsHome__main .flipster--carousel .flip-prev { transform: translateX(20%) scale(.8) rotateY(0deg); opacity: 1 !important; }
.newsHome__main .flipster--carousel .flip-next { transform: translateX(120%) scale(.8) rotateY(0deg); opacity: 1 !important; }
.newsHome__main .flipster--carousel .flip-past { transform: translateX(-15%) scale(0.6) rotateY(0deg); opacity: 1 !important; }
.newsHome__main .flipster--carousel .flip-future { transform: translateX(155%) scale(0.6) rotateY(0deg); opacity: 1 !important; }
.flipster2 .flip-items2 li { margin: 0 10px; transition: all 0.5s ease; text-align: center; }
.flipster2 .flip-items2 li img { max-width: 100%; height: auto !important; object-fit: cover; height: 100% !important; }
.flipster2 .flipto-next { background: url('../images/arrow-right.png'); background-size: 100% 100%; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; right: -80px !important;  z-index: 10 !important;}
.flipster2 .flipto-next i { display: none; }
.flipster2 .flipto-prev { background: url('../images/arrow-left.png'); background-size: 100% 100%; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; left: -60px !important;  z-index: 10 !important; }
.flipster2 .flipto-prev i { display: none; }
.newsHome-item { overflow: hidden; border-radius: 10px; }
.newsHome-info { position: absolute; bottom: 0; left: 0; right: 0; background: #F5F5F7; padding: 14px 23px; z-index: 11; }
.newsHome-name { line-height: normal; margin: 0; }
.newsHome-name a { color: var(--clr-btn); font-family: var(--font-title-semi); font-size: clamp(15px, calc(20 / 1200 * 100vw), 20px); line-height: 30px; }
.newsHome-desc { color: #333; font-size: 14px; line-height: 25px; min-height: 75px; }
.newsHome-time { color: var(--Gray-5, #A8A6AC); font-family: var(--f-r); font-size: 14px; line-height: 1.5; }
.newsHome-btn { color: var(--clr-main); font-family: var(--font-title-medium); font-size: 14px; line-height: 20px; display: flex; align-items: center; gap: 10px; padding: 16px 0 5px; border-top: 1px solid rgba(26, 40, 68, 0.2); }
.flip-item .newsHome-info { opacity: 0; }
.flip-current .newsHome-info { opacity: 1; }

/* .wrap-newsHome {background: #cdcdcd;}
.wrap-newsHome .swiper-slide {overflow: unset !important; }
.wrap-newsHome .swiper-slide .newsHome-item {opacity: 0;}
.wrap-newsHome .swiper-slide:has(+ .swiper-slide-prev) .newsHome-item {transform: translateX(90%); transition: all 300ms ease; opacity: 1;}
.wrap-newsHome .swiper-slide.swiper-slide-prev .newsHome-item {transform: translateX(50%); transition: all 300ms ease; opacity: 1;}
.wrap-newsHome .swiper-slide.swiper-slide-next .newsHome-item {transform: translateX(-50%); transition: all 300ms ease; opacity: 1;}
.wrap-newsHome .swiper-slide.swiper-slide-next+.swiper-slide  .newsHome-item {transform: translateX(-90%); transition: all 300ms ease; opacity: 1;}
.wrap-newsHome .swiper-slide.swiper-slide-active .newsHome-item {opacity: 1;}
.wrap-newsHome .wrap-content {--w:1400px;} */

/* .newsHome-info { background: #FFFCF3; padding: 30px 20px; }
.newsHome-name a { color: var(--Style, #333); font-family: var(--f-b); font-size: 16px; line-height: 1.5; letter-spacing: -0.64px; }
.newsHome-desc { color: var(--Style, #333); font-family: var(--f-r); font-size: 14px; line-height: 1.5; height: calc(1.5em * 3); }
.newsHome-time { color: var(--Gray-5, #A8A6AC); font-family: var(--f-r); font-size: 14px; line-height: 1.5; }
.newsHome-btn { color: var(--Style, #333); font-family: var(--f-r); font-size: 16px; line-height: 1.5; text-transform: capitalize; } */

/* ? Btn Contact */

.btn-contact-fixed { padding: 4px 49px; min-height: 33px; position: fixed; right: -60px; top: 50%; display: block; color: var(--clr-white); font-family: var(--font-bold); font-size: 16px; z-index: 100; transform: rotate(90deg); }
.btn-contact-fixed:before { content: ''; position: absolute; top: 0; left: 0; aspect-ratio: 154/33; width: 154px; height: 33px; background: url(../images/i-fixed.png) no-repeat center center / 100% 100%; z-index: -1; }
.btn-contact-fixed:hover {color: var(--clr-white);}
.btn-contact-fixed:hover:before {filter: brightness(0) saturate(100%) invert(10%) sepia(28%) saturate(1573%) hue-rotate(181deg) brightness(100%) contrast(97%);}
.hc-loading { 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    background: rgba(0, 0, 0, 0.95); 
    z-index: 99999999; 
    display: grid; 
    place-content: center;
}

.hc-loading img { 
    width: 150px; 
    animation: light 1.5s ease-in-out infinite, pulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

@keyframes light {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 
.content-main img {
    height: auto !important;
}