:root {
    --color-red: #ff0000; 
    --clr-primary: #333333; 
    --clr-secondary: #555555; 
    --clr-white: #ffffff; 
    --clr-black: #000000; 
    --clr-silver: #cccccc; 
    --clr-gray: #eeeeee; 
    --clr-china-silver: #C7C7C7; 
    --clr-quick-silver: #A1A1A1; 
    --clr-active2: #f00; 
    --clr-active: #09763b; 
    --clr-btn: #044522;
    --clr-main: #044522; 
    --font-title: "mohave-b"; 
    --font-medium: "medium"; 
    --font-bold: "bold"; 
    --font-regular: "regular"; 
    --font-semi: "semibold"; 
    --font-heavy: "heavy";  
    --font-afa: "afa";  
    --font-afab: "afab";  
}
body {font-size: 16px;line-height: 1.5;font-family: var(--font-afa);top: 0 !important;}
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h1,.main__title h2{ 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) !important; }
.ff-bold { font-family: var(--font-bold) !important; }
.ff-regular { font-family: var(--font-regular) !important; }
.ff-semi { font-family: var(--font-semi) !important; }
.ff-heavy { font-family: var(--font-heavy) !important; }
.rps-xl--visible, .rps-lg--visible, .rps-md--visible { display: none; }
.rps-xl--hidden, .rps-lg--hidden, .rps-md--hidden { display: block; }
.swiper [class*="__item"] {display: block;}
.our-album{}
.our-album img{display: inline-block;}
img { max-width: 100%; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; }
.scale-img img, .scale-img picture { transition: all 0.5s; }
.scale-img:hover img, .scale-img:hover picture { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.p-relative { position: relative; }
.header-top{}
.header-bottom{}
.header-logo-banner{}
.header-logo{
    transition: 0.3s;max-width: 360px;
}
/* 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-5 { --bs-gutter-x: 5px; }

/* Header */
.header { background: #4a90e2; }
.flex-header { display: flex; justify-content: space-between; align-items: center; }
.cart-head { border: 1px solid #fff; padding: 10px; border-radius: 5px; position: relative; color: #fff; }
.cart-head:hover { color: #fed402; }
.cart-head i { font-size: 20px; }
.cart-head .count-cart { position: absolute; z-index: 999; color: #fff; background: #f00; border-radius: 50%; top: -10px; right: 20px; width: 20px; height: 20px; text-align: center; }
.menu-head { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.menu-head a { color: #fff; }
.menu-head a:hover { color: #fed402; }
.line-head { background-color: #72b2fd; height: 32px; width: 1px; }

/* slideshow */
.slideshow { position: relative; }

/* 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 */
.mobile-logo{display: none;}
.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; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p {margin-bottom: 5px;font-size: 16px;}
.company p span { color: var(--clr-main); }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.head-menu img {max-width: 180px;}
.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;z-index: 501;padding: 5px 0;-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;width: 66%;}
.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;margin: 0 auto;max-width: 1200px;}
.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: end;-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.icon-search{}
.navigation nav#menu ul li.icon-search a{}
.navigation nav#menu ul li.icon-search a i{}
.navigation nav#menu ul li:is(.has-child) { 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-align: baseline; -webkit-align-items: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.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:is(.has-child)>.navigation__name { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.navigation nav#menu ul li .navigation__name {display: block;position: relative;font-family: var(--font-medium);font-size: 16px;color: #000;text-transform: uppercase;padding: 0.5rem 37px .5rem;text-decoration: none;overflow: hidden;border-radius: 50px;}
.navigation nav#menu ul li.active>.navigation__name, .navigation nav#menu ul li:hover>.navigation__name {color: var(--clr-white);background: var(--clr-main);}
.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) translateY(15px);-moz-transform: perspective(600px) scaleY(1.5) translateY(15px);transform: perspective(600px) scaleY(1) 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-primary);padding: 5px 0 5px 5px;}
.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); }

/* Menu */ 
#hamburger { display: none; width: 35px; height: 23px; position: relative; cursor: pointer; }
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
 
/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #fed402; }

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.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 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 */
.flex-video { display: flex; justify-content: space-between; }
.wr-video { width: 49%; }
.wr-form { width: 49%; }
.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: rgb(255 255 255); font-size: 27px; cursor: pointer; transition: all 1s; z-index: 4;}
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; }
.img-video #ring,.img-video #ring2{
    height: 140px;
    width: 140px;
    background-color: #febb0a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 2;
}
.img-video #ring{
    -webkit-animation:pulseEffect 2s infinite linear;
}
.img-video #ring2{
    -webkit-animation:pulseEffect2 2s infinite linear;
}
@-webkit-keyframes pulseEffect{
    from{
        transform: translate(-50%,-50%) scale(0.2);
        opacity: 0.4;
    }
    to{
        transform: translate(-50%,-50%) scale(0.4);
        opacity: 0;
    }
}
@-webkit-keyframes pulseEffect2{
    from{
        transform: translate(-50%,-50%) scale(0);
        opacity: 0.6;
    }
    to{
        transform: translate(-50%,-50%) scale(1.2);
        opacity: 0;
    }
}
/* 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-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 var(--clr-gray); padding: 7px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: var(--clr-white); }
.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: var(--clr-main); }
.attr-pro-detail { margin: auto; padding: 0; }
.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; }
  
/* modal-detail */
.modal-detail::-webkit-scrollbar { width: 10px; }
.modal-detail::-webkit-scrollbar-thumb { width: 10px; background: #4d90e0; border-radius: 10px; height: 50px; }
.modal-detail { position: fixed; z-index: 999; background: #000000c4; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: scroll; }
.content-modal-detail { background: #fff; max-width: 1200px; margin: 0px auto; min-height: 100vh; }
.content-modal-detail .tabs { display: flex; cursor: pointer; padding: 0; list-style: none; justify-content: center; border-bottom: 1px solid #e0e0e0; position: sticky; top: 0px; background: #fff; z-index: 99; }
.content-modal-detail .tabs li { padding: 20px 20px; margin-right: 5px; font-weight: bold; position: relative; border-bottom: 4px solid #fff; }
.content-modal-detail .tabs li.active { color: #2d9cdb; border-bottom: 4px solid #2d9cdb; }
.content-modal-detail .tab-content { padding: 20px; max-width: 900px; margin: 0px auto; }
.content-modal-detail .tab-content.active { display: block; }
.close-tab { position: fixed; top: 15px; right: 20px; z-index: 10; }
.btn-closemenu { position: fixed; top: 10px; right: 20px; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 4px; color: #333; cursor: pointer; line-height: 21px; padding: 7px; text-align: right; width: 72px; }
.btn-closemenu::before { transform: rotate(45deg); }
.btn-closemenu::after { transform: rotate(-45deg); }
.btn-closemenu::before, .btn-closemenu::after { background-color: #333; content: ''; left: 13px; height: 14px; position: absolute; top: 10px; width: 1px; }
.cursor-pointer { cursor: pointer; }

/* 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;flex-wrap: wrap; }
.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; }

/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }

/* CSSS T */
a.views_dm { width: 140px; height: 38px; }
.effect_button { transform-style: preserve-3d; transform: translateZ(-25px); transition: transform 0.25s; position: relative; display: inline-flex; z-index: 1; }
.effect_button:after, .effect_button:before { position: absolute; content: 'xem thÃƒÆ’Ã‚Âªm'; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #f00; box-sizing: border-box; border-radius: 5px; z-index: -1; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.effect_button:before { color: #fff; background: #f00; transform: rotateY(0deg) translateZ(25px); }
.effect_button:after { color: #f00; transform: rotateX(90deg) translateZ(25px); }
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); }

/* News */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.grid-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-processes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.grid-wedo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.grid-videos {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.item-news { --tw-bg-opacity: 1; background-color: #f1f1f1; padding: 1rem; box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; }
.item-news:hover { transform: translateY(-0.25rem); box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); }
.item-news .ds-news { width: 100%; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 { 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:hover h3 { color: #f00; }
.item-news-all a { display: flex; justify-content: space-between; }
.item-news-all a .ds-news { width: calc(100% - 110px); }
.item-news-all a .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; }

/* Swipper */
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; overflow: hidden; }

/* 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 */ 
.album__item-inner {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 {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 {width: 100%; transition: all 300ms ease;}
.album__photo { overflow: hidden;}
 

/* TODO: Search Block */
.search__block {--child-height: 53px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border: 1px solid #D4D4D4;}
.search__block .search__block-inner {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;width: 340px;height: var(--child-height);padding: 4px 5px;}
.search__block .search__button {display: grid;place-items: center;width: 46px;font-size: 16px;color: var(--clr-white);background: var(--clr-active);height: 46px;border-radius: 100%;}
.search__block .search__input { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 13px; color: var(--clr-black); text-indent: 10px; background: none; padding: 0 0 0 15px; }
.search__block .search__input:focus {box-shadow: none; border: none; }
.search__block .search__input::-webkit-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input:-moz-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input::placeholder { /* autoprefixer: off */ color: var(--clr-silver); }

/* ? Header */
.header-hotline {display: flex;align-items: center;justify-content: center;gap: 18px;background: url(../images/i-hotline1.png) no-repeat center center / 100% 100%;min-width: 265px;padding: 7px 0;}
.header-hotline .icon {width: 50px; height: 50px; padding: 5px; background: var(--clr-main); border-radius: 100%; display: grid; place-content: center; margin: 0;}
.header-hotline .text {padding: 7px 10px;background: var(--clr-main);border-radius: 50px;min-width: 175px;text-align: center;}
.header-hotline .hotline-numb {font-family: var(--font-heavy);font-size: 19px;color: var(--clr-active);line-height: 1;text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0px 0px 4px rgba(0, 0, 0, 0.25);}
.header-hotline a {display: block;}

/* ? Intro */
.wrap-intro {background: url(../images/bgabout.png) no-repeat left bottom;position: relative;z-index: 11;overflow: hidden;padding-top: 160px;}
/*.wrap-intro:after {content: url(../images/i-it2.webp); position: absolute; top: 1rem; right: 0; animation: mover 2s infinite 0s linear;}
.wrap-intro:before {content: url(../images/i-it3.webp); position: absolute; bottom: 25%; right: -76px; animation: xoayvong 10s infinite 0s linear;}*/
.intro__main{}
.intro-left {width: 47.5%;position: relative;z-index: 11;padding-bottom: 97px;}
.intro-right {width: 51.5%;position: relative;z-index: 11;}
/*.intro-right:before {content: url(../images/i-it4.webp); position: absolute; bottom: -50px; left: 0; animation: mover 2s infinite 0s linear; z-index: -11;}*/

.intro-quote-old {background: var(--clr-main);color: var(--clr-white);text-transform: uppercase;font-size: 17px;width: fit-content;padding: 12px 20px;/* filter: drop-shadow(0px 4px 0px #00AA47); */min-width: 270px;text-align: center;margin-bottom: 60px;font-family: var(--font-heavy);}

.intro-quote {text-transform: uppercase;padding: 12px 0px 4px 0;/* filter: drop-shadow(0px 4px 0px #00AA47); */min-width: 270px;margin-bottom: 60px;font-family: var(--font-title);font-size: clamp(30px, calc(61 / 1200 * 100vw), 61px);color: var(--clr-main);border-bottom: 2px solid;line-height: 59px;}

.intro-name {font-family: var(--font-title);font-size: clamp(30px, calc(36 / 1200 * 100vw), 36px); color: var(--clr-active);}
.intro-desc {--line-clamp:13;font-size: 15px;line-height: 28px;margin-bottom: 50px;}
.intro-btn {width: fit-content;padding: 10px 10px;background: var(--clr-main);display: flex;align-items: center;gap: 10px;text-transform: uppercase;color: var(--clr-white);font-size: 20px;font-family: var(--font-afab);justify-content: center;min-width: 195px;transition: all 300ms ease;}
.intro-btn:hover {color: var(--clr-white); background: var(--clr-active); transition: all 300ms ease;}
.intro-photo{
    text-align: right;
}
.intro-photo a{
    max-width: 455px;
    display: inline-block;position:relative;
}
.intro-photo a:nth-child(1){padding:38px 0 0 38px;}
.intro-photo a:nth-child(1):before,.intro-photo a:nth-child(1):after{content:'';position:absolute;background:var(--clr-main);}
.intro-photo a:nth-child(1):before{width:70%;height:10px;top:0;left:0}
.intro-photo a:nth-child(1):after{width:10px;height:70%;top:0;left:0}
.intro-photo a img{}
.intro-photo a:nth-child(2){position: absolute;bottom: 0;left: 0;border: 8px solid #fff;}
.counter-value {font-family: var(--font-title);font-size: clamp(30px, calc(60 / 1200 * 100vw), 60px);color: var(--clr-main);line-height: 1;}
.counter-name {font-size: 15px;margin-bottom: 1rem !important; color: var(--clr-primary);}
.counter-profile {font-family: var(--font-bold); font-size: 17px; display: flex; align-items: center; color: var(--clr-main); gap: 10px;}

/* ? ProductList */
.grid-product {display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;}
.grid-product-4 {display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;}
.productList-title {position: relative ;z-index: 1;}
.productList-title:before {content: ''; width: calc(100% - 50px); height: 1px; background: var(--clr-main); position: absolute; bottom: 0; left: 30px;}
.productList-title-left {background: var(--clr-main); display: flex; align-items: center; padding: 3px 50px 3px 5px; min-width: 325px; border-radius: 50px; gap: 20px;}
.productList-title-name {font-family: var(--font-title); font-size: clamp(20px, calc(27 / 1200 * 100vw), 27px); color: var(--clr-white);}
.productList-title-right a {width: fit-content;min-width: 155px;padding: 10px 10px;border: 1px solid var(--clr-btn);display: flex;align-items: center;justify-content: center;gap: 10px; font-size: 15px; text-transform: capitalize; color: var(--clr-main); border-radius: 50px;}
.productList-title-right a:hover {background: var(--clr-main); color: var(--clr-white);}
.productList-title-right a:hover svg {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(105%) contrast(101%);}

.productList__main {margin-top: 20px;}
.product-item {position: relative;}
.product-photo{}
.product-photo-inner{}
.product-info {text-align: center;position: absolute;bottom: 10px;left: 10px;width: calc(100% - 20px);background: rgb(4 69 34 / 56%);padding: 10px 20px;opacity: 0;transition: 0.3s;}
.product-item:hover .product-info{opacity: 1;}
.product-name a {font-size: 17px; font-family: var(--font-semi); color: #fff; transition: all 300ms ease; --line-clamp:1;}
.product-name a:hover {color: #fff; transition: all 300ms ease;}
.product-info:hover{background: var(--clr-active);}
.product-price { margin-bottom: 0px; margin-top: 5px;}
.price-new {font-size: clamp(15px, calc(17 / 1200 * 100vw), 17px);font-family: var(--font-bold);color: var(--clr-active);text-transform: uppercase;}
.price-old { padding-left: 10px; font-size: 14px; color: var(--clr-secondary); text-decoration: line-through; }
.price-per {position: absolute;top: 20px;right: 20px;color: var(--clr-white);background: var(--clr-active);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 8px;padding: 3px 10px;font-size: 14px;text-align: center;line-height: 25px;-webkit-filter: drop-shadow(0px 4px 4px rgba(35, 35, 35, 0.15));filter: drop-shadow(0px 4px 4px rgba(35, 35, 35, 0.15));}
.banner-detail{position: relative;}
.banner-detail:before{content: '';z-index: 1;width: 100%;height: 100%;background: rgb(0 0 0 / 74%);left: 0;top: 0;position: absolute;}
.banner-detail img{object-fit: cover;}
.banner-detail div{position: absolute;font-size: clamp(20px, calc(60 / 1200 * 100vw), 60px);font-family: var(--font-medium);color: #fff;text-align: center;z-index: 2;top: calc(50% - 45px);width: 100%;}
.banner-detail h1{font-size: clamp(20px, calc(60 / 1200 * 100vw), 60px);display: inline-block;}
.banner-detail i{
    font-size: clamp(18px, calc(32 / 1200 * 100vw), 32px);
}
/* ? Title */
.slogan-main-old{max-width: 1065px;margin:auto;text-align: center;font-size: 16px;}
.slogan-main{margin:auto;text-align: center;font-size: 16px;}
.title__home {position: relative;z-index: 2;padding-bottom: 7px;}
.title__main {font-family: var(--font-title);font-size: clamp(30px, calc(61 / 1200 * 100vw), 61px);color: var(--clr-main);text-transform: uppercase;}
/*.title__main:before {content: url(../images/i-title.png); position: absolute; bottom: 0; right:calc(100% + 10px);}
.title__main:after {content: url(../images/i-title2.png); position: absolute; bottom: 0; left:calc(100% + 10px);}*/
.slogan__main{}
/* ? AlbumHome */
.wrap-albumHome {background: #F9F9F9;}
.albumHome__main {display: grid;grid-template-columns: repeat(7,1fr);gap: 35px 25px;margin-top: 40px;}
.albumHome__main .album__item{transition:0.3s; }
.albumHome__main .album__item:hover{box-shadow: 0 0 20px #666;}
.albumHome__main .album__item:nth-child(1){grid-row: 1/2;grid-column: 1/4;}
.albumHome__main .album__item:nth-child(2){grid-row: 1/2;grid-column: 4/6;}
.albumHome__main .album__item:nth-child(3){grid-row: 1/2;grid-column: 6/8;}
.albumHome__main .album__item:nth-child(4){grid-row: 2/3;grid-column: 1/3;}
.albumHome__main .album__item:nth-child(5){grid-row: 2/3; grid-column: 3/6;}
.albumHome__main .album__item:nth-child(6){grid-row: 2/3; grid-column: 6/8;}
.album-btn {width: fit-content;min-width: 190px;padding: 10px 10px;border: 1px solid var(--clr-btn);display: flex;align-items: center;justify-content: center;gap: 10px;font-size: clamp(17px, calc(20 / 1200 * 100vw), 20px);font-family: var(--font-semi);text-transform: uppercase;color: #fff;margin: 40px auto 0;background: var(--clr-main);transition: 0.3s;}
.album-btn:hover {background: var(--clr-active); color: var(--clr-white);}
.album-btn:hover svg {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(105%) contrast(101%);}

/* ? NewsletterVideo */
.wrap-NewsletterVideo {position: relative; z-index: 1;}
.wrap-NewsletterVideo:before {content: '';width: 100%;height: 0px;position: absolute;top: -1px;left: 0;}
.NewsletterVideo__main {display: flex; justify-content: space-between;}
.newsletter-title{color: #fff;text-transform: uppercase;text-align: center;font-family: var(--font-title);
    font-size: clamp(30px, calc(45 / 1200 * 100vw), 45px);}
/* ? FormNewsletter */
.NewsletterVideo__main {margin-top: 40px;}
.newsletter__input, .newsletter__button, .newsletter__textarea { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 20px; }
.newsletter__input span,
.newsletter__textarea span {position: absolute;right: 20px;}
.newsletter__textarea span  {top: 10px;}
.newsletter__input span {top: 50%; transform: translateY(-50%);}
.newsletter__input input { height: 45px; }
.newsletter__input input[type='date'],.newsletter__input input[type='time']{padding-right:20px}
.newsletter__input input,
.newsletter__textarea textarea {font-size: 14px;color: var(--clr-primary);border: 1px solid #FEFEFE;background: rgb(254, 254, 254, .5);resize: none;border-radius: 0;padding-right: 3rem;}
.newsletter__input input:focus, .newsletter__textarea textarea:focus { /* autoprefixer: off */ font-size: 14px; color: var(--clr-primary); background: rgb(254, 254, 254, .5); box-shadow: none !important;  box-shadow: rgb(254, 254, 254, .5); border-color: rgb(254, 254, 254, .5);}
.newsletter__textarea textarea::placeholder, .newsletter__input input::placeholder {background: transparent;}
.newsletter__button input {border-radius: 0;height: 58px;font-family: var(--font-bold);font-size: 15px;color: var(--clr-white);text-transform: uppercase;outline: none;border: 1px solid var(--clr-active);background: var(--clr-active);padding: 0 20px;width: 100%;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.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-active2);  border-color: var(--clr-active2);}
.newsletter__button span { position: absolute; top: 50%; right: 22%; -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); }

.nlt-right {width: 48.916667%;}
.video-first {position: relative; z-index: 1; max-height: 340px;}
.video-first img {object-fit: cover;max-height: 340px;}
.video-first span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer;}
.video__item span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer;}

/* ? News */
.newsHome__main {margin: -10px 0; padding-top: 40px;}
.newsHome__main .swiper-slide {overflow: unset !important;padding: 10px 0 !important;}
.news-item {position: relative; z-index: 1;}
.news-item:before {content: '';width: 100%;position: absolute;top: 0;left: 0;z-index: -1;}
.news-info {padding: 30px 20px 25px;background: #f7f7f7;}
.news-name {margin-bottom: 0.5rem;}
.news-name a {font-family: var(--font-semi);font-size: 19px;color: var(--clr-main);line-height: 25px;--line-clamp: 2; height: 50px;  transition: all 300ms ease;}
.news-name a:hover {color: var(--clr-active); transition: all 300ms ease;}
.news-desc {font-size: 16px;line-height: 30px;height: 90px;}
.news-btn {width: fit-content;padding: 9px 10px;background: var(--clr-main);margin-top: 15px;display: block;font-size: 15px;color: var(--clr-white);text-transform: capitalize;min-width: 115px;text-align: center;  transition: all 300ms ease;}
.news-btn:hover {color: var(--clr-white); background: var(--clr-active); transition: all 300ms ease;}
.news-photo {padding: 0;position: relative;}
.news-time {position: absolute;right: -38px;top: 87px;display: flex;gap: 10px;color: var(--clr-main);font-size: 15px;transform: rotate(270deg);}

/*process*/
.process-item-old {position: relative;z-index: 1;border:1px solid #000;border-radius:20px;transition:0.3s;text-align:center;padding:30px;background: #fff;}
.process-item-old:hover{box-shadow:0 0 16px #666;}
.process-item {position: relative;z-index: 1;text-align:center;padding:30px 0 0 0;}
.process-item:before {content: '';width: 100%;position: absolute;top: 0;left: 0;z-index: -1;}
.process-info {padding: 30px 10px 15px 10px;}
.process-name {margin-bottom: 17px;}
.process-name a {font-family: var(--font-semi);font-size: clamp(18px, calc(27 / 1200 * 100vw), 27px);color: var(--clr-main);--line-clamp: 1;transition: all 300ms ease;}
.process-name a:hover {color: var(--clr-active); transition: all 300ms ease;}
.process-desc {font-size: 15px;line-height: 23px;height: 90px;}
.process-btn {width: fit-content;padding: 3px 10px;margin-top: 0;display: inline-block;font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);color: var(--clr-main);text-transform: uppercase;min-width: 115px;text-align: center;transition: all 300ms ease;font-family: var(--font-medium);}
.process-btn svg{display:inline-block;}
.process-btn:hover {color: var(--clr-white); background: var(--clr-active); transition: all 300ms ease;}
.process-photo {padding: 0px 0 0 0px;position: relative;max-width:87px;display:inline-block;}

.process-photo:before{content:'';width:87px;height:87px;background:#E6ECE9;border-radius:50%;position:absolute;left:0;bottom: 0;display: none;}
.process-item:hover .process-photo:before{
    animation:zoomIn 0.3s ease;
}
.process-photo img{max-width: 90px;}

/* why */
.why-item {position: relative;z-index: 1;transition:0.3s;text-align:center;padding:30px 0 10px 0;background: #fff;box-shadow:4px 4px 16px #ccc;}
.why-item:hover{box-shadow:4px 4px 16px #000;}
.why-item:before {content: '';width: 100%;position: absolute;top: 0;left: 0;z-index: -1;}
.why-info {padding: 30px 10px 15px 10px;}
.why-name {margin-bottom: 17px;}
.why-name a {font-family: var(--font-semi);font-size: clamp(16px, calc(27 / 1200 * 100vw), 27px);color: var(--clr-main);--line-clamp: 1;transition: all 300ms ease;text-transform: uppercase;}
.why-name a:hover {color: var(--clr-active); transition: all 300ms ease;}
.why-desc {font-size: 16px;line-height: 23px;--line-clamp: 2;margin-bottom: 20px;}
.why-btn {width: fit-content;padding: 3px 10px;margin-top: 0;display: inline-block;font-size: 16px;background: var(--clr-main);text-transform: uppercase;min-width: 115px;text-align: center;transition: all 300ms ease;font-family: var(--font-medium);color: #fff;}
.why-btn:hover {color: var(--clr-white); background: var(--clr-active); transition: all 300ms ease;}
.why-photo {position: relative;max-width:80px;display:inline-block;height: 80px;}
.why-photo img{max-width: 80px;}

/* Footer */
.footer-group {background: var(--clr-main);}
.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; }
.footer-article--1 {width: 23%;}
.footer-article--2 {width: 21.2%;color: #fff;}
.footer-article--3 {width: 11%;}
.footer-article--4 {width: 27%;color: #fff;text-align: center;}
.footer-article--4 .address{margin-top: 20px;font-size: 15px;font-family: var(--font-afa);}
.footer-article--4 .address span{
    font-family: var(--font-afab);
    text-transform: uppercase;
}
.footer__name { font-size: clamp(20px, calc(27 / 1200 * 100vw), 27px); font-family: var(--font-title); color: var(--clr-white); text-transform: uppercase; margin-bottom: 9px;}
.footer__info {font-size: 15px; line-height: 20px; color: var(--clr-white);}
.footer__social {display: flex;align-items: center;font-size: 15px;color: var(--clr-white);text-transform: uppercase;gap: 10px;justify-content: center;margin-top: 20px;}
.footer__social ul {margin: 0; padding: 0; gap: 10px;}
.footer__social p {margin: 0;}
.footer__title {font-family: var(--font-bold);font-size: 15px;color: var(--clr-white);position: relative;margin-bottom: 10px;text-transform: uppercase;padding-bottom: 15px;}
.footer__title:before {content: '';width: 0;height: 0;bottom: 0;left: 0;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.footer__policy {list-style: none;padding: 0;margin: 0;color: var(--clr-white);}
.footer__policy li:not(:last-child) { margin-bottom: 10px; }
.footer__policy li a {color: var(--clr-white);font-size: 15px;line-height: 30px;font-family: var(--font-afa);}
.footer__policy li a:hover {text-decoration: underline; color: var(--clr-active);}
.footer-powered {background: #003D1C;color: var(--clr-white);text-align: center;}
.footer-powered .wrap-content { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; padding: 18px 0;}
.footer-powered .wrap-content:before {content: '';width: 0;height: 0;position: absolute;top: 0;left: 0;transform: translateY(-100%);}
.footer-powered .i-goto {position: absolute; top: 0; left: 50%; transform: translateX(-50%); cursor: pointertype;}
.footer-copyright{width:100%;font-size: 16px;}
.footer-statistic {text-align: right;display: none;}
.footer-statistic span { padding: 0 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
.footer-statistic span:not(:last-child) { border-right: 1px solid var(--clr-white); }
.footer__map { position: relative; height: 415px; }
.footer__map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
.footer-copyright a{color: #fff;}
/* TODO: FOOTER MAPS TAB */
.footer_map_tab {width: 100%;height: 250px;clear:both;position: relative;} 
.map_frame .show {width: 100%;height: 250px;} 
.map_frame .show iframe { width: 100%; height: 100%; } 
.wrap_map { width: 100%; position: absolute; top: 30px; left: 0; z-index: 10;} 
.flex_map .map_items {background: var(--clr-btn);-webkit-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;border: 1px solid var(--clr-web-btn);min-width: 160px;min-height: 60px;display: grid;place-content: center;font-size: 15px;font-family: var(--font-bold);} 
.flex_map .map_items.active,
.flex_map .map_items:hover {background: var(--clr-active2) !important;border: 1px solid var(--clr-active2) !important;webkit-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;} 

/* Category Toggle */
 
.category-toggle__title {font-family: var(--font-bold);font-size: 18px;color: #fff;line-height: 50px;text-align: center;text-transform: uppercase;border-radius: 5px 5px 0px 0px;background: var(--clr-main);height: 50px;} 
.category-toggle__list { width: 100%; list-style: none; padding: 0px; margin: 0; } 
.category-toggle__list.level-1 { border-right: 1px solid #dedede; border-left: 1px solid #dedede; } 
.category-toggle__list li { display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #dedede; padding: 10px 10px 10px 20px; } 
.category-toggle__list:not(.level-1) li:last-child { border-bottom: none; } 
.category-toggle__list li a { flex: 1; font-family: var(--font-bold); font-size: 15px; color: var(--clr-primary); text-transform: uppercase; } 
.category-toggle__list li a.text-split { -webkit-line-clamp: 1; } 
.category-toggle__list li:has(.category-toggle__btn.active)>a,
.category-toggle__list li a:hover,.category-toggle__list li a.active { color: var(--clr-main); } 
.category-toggle__list li span { flex-shrink: 0; display: grid; place-items: center; width: 20px; height: 20px; cursor: pointer; } 
.category-toggle__list li span i { font-size: 16px; transform: rotateZ(0deg); } 
.category-toggle__list li span i.active { transform: rotateZ(-90deg); } 
.category-toggle__list li span i:hover,
.category-toggle__list li span i.active { color: var(--clr-main); } 
.category-toggle__list li ul { padding: 0; } 
.category-toggle__list li ul li:last-child { padding-bottom: 0; } 

/* TODO: Default */
.chat-nav { position: fixed; right: 18px; width: auto; z-index: 999; bottom: 150px;}
@media only screen and (max-width:600px) {   
    .phone-mobile { display: block !important }
}

.call-dropdown {
    position: relative;
}

.call-options {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 99;
    min-width: 150px;
    padding: 5px 0;
}

.call-options li {
    list-style: none;
}

.call-options li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.call-options li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* album  3-4-5*/
.albumltc__main{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;height: 360px;width:100%;margin-top: 0;}
.albumltc__item{position:absolute;height:100%;opacity:0;object-fit:cover;transition:1s;overflow: hidden;z-index: 1;}
.albumltc__item.left{transform: translateX(-104%);opacity:1;z-index: 2;}
.albumltc__item.right{transform: translateX(104%);opacity:1;z-index: 2;}
.albumltc__item.active{transform:translateX(0) scale(1);opacity:1;width: 920px;z-index: 3;}
.albumltc__item a{border-radius: 0;overflow:hidden;}
.title-slide{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 14%);display: flex;flex-wrap: wrap;align-items: center;text-align: center;justify-content: center;z-index: 3;}
.title-slide .title-inner{color: #fff;font-size: 63px;font-family: "Playfair Display", serif;}
.albumltc__item-inner {
    position: relative;
    z-index: 1;
}
.albumltc__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: 1;
    transition: all 300ms ease;
}
.albumltc__name {
    font-family: var(--font-bold);
    font-size: clamp(20px, calc(40 / 1188 * 100vw), 40px);
    color: var(--clr-white);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.albumltc__item:hover .albumltc__info {opacity: 1;transition: all 300ms ease;}
.albumltc__item:hover .albumltc__name {width: 100%;transition: all 300ms ease;}
.albumltc__photo {overflow: hidden;height: 100%;}
.btn-prev-ltc,
.btn-next-ltc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 50px;
  border-radius: 6px;
  }
.btn-prev-ltc {left: 10px;background: rgb(9 118 59 / 28%) url(../images/arrow-left.png) no-repeat center;}
.btn-next-ltc {right: 10px;background: rgb(9 118 59 / 28%) url(../images/arrow-right.png) no-repeat center;}

.wap-danhgia{background: #000;padding: clamp(30px, 30px, 60px) 0;}

/* danh gia khach hang 3 chay doc*/
.feedack-item {padding-bottom: 80px;position: relative;z-index: 1;}
.feedack-photo {position: absolute;bottom: 12px;width: 100%;padding-left: 30px;display: flex;flex-wrap: wrap;align-items: center;}
.feedack-photo-inner {overflow: hidden;border-radius: 50%;max-width: 100px;border: 7px solid #fff;margin-right: 12px;}
.fee-right{width: calc(100% - 120px);}
.feedback__main .swiper{height: 508px;}
.feedack-info {background: var(--clr-white);border-radius: 20px;padding: 12px 20px;margin-left: auto;display: flex;gap: 30px;min-height: 155px;}
.feedack-info-inner {flex: 1;}
.feedack-info-inner .sao{color: #ffa600;margin-bottom: 0px;}
.feedack-info-inner .sao i{
    margin-right: 3px;
}
.feedback-icon {width: 58px;position: absolute;bottom: -5px;right: 0;}
.feedack-desc {font-size: 15px;line-height: 27px;min-height: 72px;margin-bottom: 0;}
.feedack-name {margin: 0;font-size: clamp(13px, calc(18 / 1200 * 100vw), 18px);font-family: var(--font-semi);color: #fff;margin-top: 25px;}
.feedack-chucvu {margin: 0;font-size: 14px;color: #fff;font-weight: 400;}
/*.feedack-item.reverse .feedack-info {margin-left: 0; margin-right: auto;}
.feedack-item.reverse .feedack-photo {right: 0;}
.feedack-item.reverse .feedack-info {flex-direction: row-reverse;}
.feedack-item.reverse .feedack-info-inner { text-align: end;}*/
/* danh gia khach hang 3 chay doc*/

/* 3 tin tuc chay doc*/
.blog-run .swiper{height:530px;}
.blog-item{border-radius:10px;padding:9px;display:grid;grid-template-columns:210px calc(100% - 225px);justify-content:space-between;align-items:center;background:#fff;}
.swiper-slide:nth-child(2n) .blog-item{grid-template-columns:calc(100% - 225px) 210px;}
.swiper-slide:nth-child(2n) .blog-item > a{order:1;}
.blog-item > a{border-radius:10px;}
.blog-item > a img{width: 100%;}
.blog-item-name a{color:#1E2A38;font-family: var(--font-semi);font-size:15px;line-height:25px;--line-clamp:2;}
.blog-item-name a:hover{color:#2c9ce1;}
.blog-item-date{display:flex;align-items:center;gap:5px;color: #1085D7;font-size:13px;line-height:25px;padding:2px 0 0px 0;}
.blog-item-desc span{color: #262626;font-size: 14px;line-height:25px;--line-clamp:2;}
.blog-item-btn a{color:#303030;font-family:Roboto-Regular;font-size:13px;font-style:italic;line-height:25px;display:flex;align-items:center;gap:10px;justify-content:end;}
.blog-item-btn a span{width:25px;height:25px;border-radius:250px;background:#2C9CE1;display:flex;align-items:center;justify-content:center;font-style:normal;color:#fff;}
.blog-item-desc{margin-bottom:6px;}
.blog-item .blog-item-info{padding-right:10px;}
.swiper-slide:nth-child(2n) .blog-item .blog-item-info{padding-left:10px;}
.blog-item-btn a:hover{color:#2c9ce1;}
.swiper-slide:nth-child(2n) .blog-item .blog-item-info .blog-item-btn a{justify-content:start;}
.swiper-slide:nth-child(2n) .blog-item .blog-item-info .blog-item-name a,.swiper-slide:nth-child(2n) .blog-item .blog-item-info .blog-item-desc span{}
.swiper-slide:nth-child(2n) .blog-item .blog-item-info .blog-item-date{/* justify-content:end; */}
/* 3 tin tuc chay doc*/

.btn-datban{
  position: fixed;
  right: 10px;
  bottom: 365px;
  width: 130px;
  height: 54px;
  background: #CFA625;
  border-radius: 6px;
  z-index: 99;
  border: 3px #B37F28 solid;
  line-height: 48px;
  transition: 0.3s;
  cursor: pointer;
  }
.btn-datban:hover{background:#B37F28;border-color: #CFA625;}
.btn-datban span{color: #fff;font-size: 16px;font-family: var(--font-semi);display: block;text-align: center;text-transform: uppercase;}
.btn-datban span svg{display:inline-block;margin-right: 5px;}
.wrap-wedo{background: url(../images/bgtodo.png) no-repeat right bottom;}
.wrap-process{background: #F9F9F9;}
.langCon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.goog-te-banner-frame{visibility:hidden !important;}
  #google_language_translator { width:auto !important;display: none; }
  .goog-te-gadget .goog-te-combo {margin: 4px 0px !important;}
  .goog-tooltip {display: none !important;}
  .goog-tooltip:hover {display: none !important;}
  .goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}  
  #google_language_translator { clear:both; width:auto !important; text-align:right; display:none; }  
  p.hello { text-align:right; float:right; clear:both; color:#666;  font-size:12px; color:darkgray;}
  .glt-clear { height:0px; clear:both; margin:0px; padding:0px; }      
  #flags {}
  #flags a {display:inline-block;width: 24px;margin: 0 2px;}  
  .skiptranslate{display: none !important}
  .css-wedo{}
  .css-wedo .process-item-old{display: flex;flex-wrap:wrap;justify-content: space-between;align-items: center;padding: 20px;}
  .css-wedo .process-photo{width: 100px;}
  .css-wedo .process-info{text-align: left;width: 100%;padding: 0;}
  .css-wedo .process-btn{text-align: left;padding:5px 0;}
  .css-wedo .process-btn:hover{padding: 5px 10px;}
  .css-wedo .process-name a{text-align: center;}
.header-banner{display: block;text-align: center;}
.header-banner img{display: inline-block;}