: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-active: #F0B605; 
    --clr-btn: #F0B605; 
    --clr-main: #F0B605; 
    --font-title: "Tangerine"; 
    --font-bold: "Mulish-b"; 
    --font-regular: "Mulish"; 
    --font-medium: "Mulish-m"; 
    --font-semibold: "Mulish-s"; 
    --font-slogan: "Alyamore"; }
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) !important; }
.ff-bold { font-family: var(--font-bold) !important; }
.ff-regular { font-family: var(--font-regular) !important; }
.ff-medium { font-family: var(--font-medium) !important; }
.ff-semibold { font-family: var(--font-semibold) !important; }
.ff-slogan { font-family: var(--font-slogan) !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; }
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; }
.mt-7 {margin-top: 7rem;}

/* 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-100 { --bs-gutter-x: 100px; }
.gutter-x-40 { --bs-gutter-x: 40px; }
.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 */
.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; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li > span i { transition: transform 0.3s ease; /* Adjust duration and easing as needed */ }
.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: 13px;}
.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; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: var(--clr-main); }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.head-menu img { max-width: 80px; }
.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;background: linear-gradient(180deg, rgba(255, 247, 222, 0.00) -36.97%, rgba(255, 214, 89, 0.44) 58.84%, rgba(255, 204, 48, 0.50) 100%);-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>.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; }
.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.dotted {width: 5px;height: 5px;background: #222222;border-radius: 50%;/* top: -5px; */}
.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: 17px;color: #6B1A17;text-transform: uppercase;padding: .87rem 2rem .67rem;text-decoration: none;overflow: hidden;}
.navigation nav#menu ul li.active>.navigation__name, .navigation nav#menu ul li:hover>.navigation__name {color: 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-active); padding: .7rem 0; }
.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: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { 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 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: #f00; }
.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: 1188px; 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; }
.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(2, 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.2); 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 { border-radius: 10px; overflow: hidden; }


/* ? Navigation*/
.navigation__abs {position: absolute;z-index: 199;padding: 23px 0;background: #FFF7E2;-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;height: 0;background: linear-gradient(180deg, rgba(255, 247, 222, 0.00) -36.97%, rgba(255, 214, 89, 0.44) 58.84%, rgba(255, 204, 48, 0.50) 100%);backdrop-filter: blur(2.5px);width: 100%;height: auto;bottom: 0; border-top: 1px solid var(--clr-main);}
.navigation__abs:before {content: '';width: 260px;height: 137px;background: url(../images/i-logo.png) no-repeat center center;position: absolute;top: 0;left: 50%;transform: translate(-50%, -8px);z-index: 1;}
.navigation__abs.has-scroll { height: fit-content; }
.navigation__abs.has-scroll>.navigation__inner { transform: none; }
.navigation__abs>.navigation__inner { -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; /* transform: translateY(-110%); */ }
.navigation__abs .menu__logo {top: -25px;left: 8px;width: 160px;}
.navigation__abs .menu__logo a {display: block;width: fit-content; margin: auto;}
.navigation__abs nav#menu { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.navigation__abs nav#menu ul { list-style: none; padding: 0; margin: 0; }
.navigation__abs 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__abs nav#menu ul li { position: relative; z-index: 1; }
.navigation__abs nav#menu ul li.dotted { width: 5px; height: 5px; background: #222222; border-radius: 50%;}
.navigation__abs 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__abs 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__abs nav#menu ul li ul li .navigation__name::before { content: none; }
.navigation__abs nav#menu ul li.active .navigation__name::before, .navigation nav#menu ul li:hover > .navigation__name::before { transform-origin: left; transform: scaleX(1); }
.navigation__abs 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__abs nav#menu ul li .navigation__name {display: block;position: relative;font-family: var(--font-bold);font-size: 16px;color: var(--clr-black);text-transform: uppercase;padding: .75rem 0 .5rem;text-decoration: none;overflow: hidden;}
.navigation__abs 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__abs 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__abs nav#menu ul li ul li>ul { left: 100%; top: 0 !important; }
.navigation__abs nav#menu ul li ul li { isolation: isolate; padding: 0 0.75rem; }
.navigation__abs nav#menu ul li ul li a.navigation__name { color: var(--clr-active); padding: .7rem 0; }
.navigation__abs nav#menu ul li ul li:hover>.navigation__name { background: transparent; color: var(--clr-active); }
.navigation__abs 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); }

@keyframes sliderZoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 10500ms linear 0s;
        transition: -webkit-transform 10500ms linear 0s;
        transition: transform 10500ms linear 0s;
        transition: transform 10500ms linear 0s,-webkit-transform 10500ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform 10500ms linear 0s;
        transition: -webkit-transform 10500ms linear 0s;
        transition: transform 10500ms linear 0s;
        transition: transform 10500ms linear 0s,-webkit-transform 10500ms linear 0s;
    }
}  
.slideshow .item img {
    -webkit-animation: sliderZoom 10500ms linear 0s infinite alternate;
    animation: sliderZoom 10500ms linear 0s infinite alternate;
}


/* ? Intro */
.intro__main {display: flex; justify-content: space-between; flex-wrap: wrap;}
.intro__main {position: relative; z-index: 1;}
.intro__main:before {content:'';width: 688px;height: 635px;background: url(../images/i-it.webp) no-repeat center center / cover;position: absolute;bottom: 0rem;left: 0;z-index: -1; animation: mover 2s  infinite 0s ease;}
.intro__main:after {content:'';width: 655px;height: 455px;background: url(../images/i-it2.webp) no-repeat center center / cover;position: absolute;bottom: 0rem;left: 20rem;z-index: -1;}
.intro__main .intro-left {width: 49.583333%;padding: 0 39px;}
.intro__main .intro-right {width: 47.916667%;}
.intro-info {text-align: end;margin-bottom: 5rem;}
.intro-quote {font-family: var(--font-slogan);font-size: clamp(35px, calc(44 / 1188 * 100vw), 44px);color: var(--clr-primary);margin: 0;line-height: 1;margin-bottom: -0.75rem;}
.intro-name {font-family: var(--font-title);font-size: clamp(35px, calc(50 / 1188 * 100vw), 50px);background: linear-gradient(90deg, rgba(217,181,71,1) 0%, rgba(255,210,73,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;width: fit-content;margin-left: auto;}
.intro-desc {line-height: 28px; color: var(--clr-primary);}
.intro-btn {width: fit-content; margin-left: auto;}
.intro-btn p {margin: 0;display: flex;align-items: center;gap: 10px;padding: 11px 28px; border-radius: 50px; border: 1px solid #FFF; background: linear-gradient(90deg, #FFD249 0%, #FFE79E 23.52%, #FFD249 47.35%, #FFE79E 72.41%, #FFD249 100%); color: var(--clr-primary); font-family: var(--font-medium); transition: all 300ms ease;} 
.intro-btn p:hover {letter-spacing: 1.5px; transition: all 300ms ease;}
.intro-photo1 {background: url("../images/i-it-photo1.webp") no-repeat;background-size: 100% 100%;display: inline-flex;align-items: center;justify-content: center;padding-top: 27px;padding-left: 45px;padding-right: 60px;padding-bottom: 57px;margin-left: -13%;top: -155px;position: relative;z-index: 4;}
.intro-photo1 img {-webkit-mask-image: url('../images/i-mark.webp');mask-image: url('../images/i-mark.webp');-webkit-mask-size: 100%;mask-size: 100%;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;mask-size: 100% 100%;position: relative;top: -1px;left: -7px;transform: rotate(1deg);}
.intro-photo2 {background: url("../images/i-it-photo2.webp") no-repeat;background-size: 100% 100%;display: inline-flex;align-items: center;justify-content: center;padding-top: 71px;padding-left: 89px;padding-right: 56px;padding-bottom: 54px;position: absolute;right: -3%;bottom: -7%;z-index: 2;zoom: .9;}
.intro-photo2 img {-webkit-mask-image: url('../images/i-mark2.webp');mask-image: url('../images/i-mark2.webp');-webkit-mask-size: 100%;mask-size: 100%;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;mask-size: 100% 100%;position: relative;top: -1px;left: -7px;transform: rotate(1deg);}

/* ? Header */
.title__home>p {margin: 0;}
.title__main {text-align: center;font-family: var(--font-slogan);font-size: clamp(38px, calc(39 / 1188 * 100vw), 39px);color: rgb(34, 34, 34, .5);text-transform:capitalize;}
.title__nameCompany {width: fit-content;margin: 0 auto .5rem !important;font-family:var(--font-title);font-size: clamp(30px, calc(40 / 1188 * 100vw), 40px);color: var(--clr-main);line-height: 1;text-align: center;}
.title__slogan {text-align: center; font-size: 15px; color: #222;}

/* ? Service */
.wrap-serviceHome {padding: 70px 0; background: linear-gradient(0deg, rgba(255, 210, 73, 0.07) 24.96%, rgba(255, 255, 255, 0.00) 100%);}
.grid-service {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.serviceHome__main {position: relative; z-index: 1; margin-top: 30px;}
.serviceHome__main .grid-service {display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 19px; }
.serviceHome__main .service-item {width:32.239057%;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 500ms;padding: 0 12px;}
.service-item {position: relative;z-index: 1;filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.20));padding: 0 12px;}
.service-item:before {content: ''; width: calc(100% - 60px); height: 100%; background: var(--clr-white); border-radius: 35px; position: absolute; top: 0; left: 30px; z-index: -1;}
.service-item:after {content: '';width: 100%;height: 330px;background: var(--clr-white);border-radius: 35px;position: absolute;top: 70px;left: 0px;z-index: -1;}
.service-logo {max-width: 266px;margin: auto; padding: 13px 0;}
.service-photo {overflow: hidden; border-radius: 30px;}
.service-info {text-align: center;padding: 0 40px;margin: 1.375rem 0  0;}
.service-name a{font-family: var(--font-bold);font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px);color: var(--clr-black);margin-bottom: .375rem; transition: color 300ms ease;} 
.service-name a:hover {color: var(--clr-main); transition: all 300ms ease;}
.service-desc {color: var(--clr-primary);text-align: start;margin-bottom: 1.25rem;}
.service-btn {display: flex;justify-content: center;gap: 10px;padding-bottom: 27px;}
.service-btn-modal {display: flex;align-items: center;gap: 5px;padding: 0px 23px;border-radius: 50px;background: linear-gradient(90deg, #FFD249 0%, #FFE79E 23.52%, #FFD249 47.35%, #FFE79E 72.41%, #FFD249 100%);color: var(--clr-black);text-decoration: none;margin: 0;font-size: 13px; cursor: pointer;}
.service-btn-link { margin: 0;}
.service-btn-link a {display: flex;align-items: center;gap: 5px;padding: 8px 21px;background: var(--clr-white);border: 1px solid var(--clr-main);color: var(--clr-black);border-radius: 50px;text-decoration: none;margin: 0;font-size: 13px;}

/* ? Criteria */
.wrap-criteria {background: rgba(255, 210, 73, 0.07) url(../images/bg-tc.png) no-repeat center center / cover;padding: 70px 0;}
.wrap-criteria .title__nameCompany {color: var(--clr-black); text-shadow: 1px 1px 0px #DCAA11;}
.criteria__main {margin-top: 30px;}
.criteria-item {padding: 2.5rem 0 0; position: relative; z-index: 1;}
.criteria-item:before {content: '';width: 120px;height: 110px;border: 2px solid #222222;border-bottom: 0;border-radius: 300px 300px 0 0;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.criteria-item:after {content: '';width: 120px;height: 30px;border: 2px solid #222222;border-top: 0;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.criteria-item:hover .criteria-photo {animation: shake-anim 2s infinite 0s linear;}
.criteria-photo {width: 60px;margin: 0 auto 1rem;}
.criteria-name {font-family: var(--font-bold);font-size: clamp(14px, calc(18 / 1188 * 100vw), 18px);text-align: center;color: #1a1a1a;--line-clamp: 1;}
.criteria-icon {width: fit-content; margin: 1rem auto 0;}

/* ? Menu service */
.wrap-menuService {padding: 60px 0 0;position: relative;}
.i-1 {position: absolute;top: 0;left: -2rem;} 
.menuService__main .swiper-slide {padding: 10px 0 !important;}
.menuService__photo {filter: drop-shadow(0px 0px 15px #FFD249);box-shadow: 0px 0px 8px #FFD249;background: var(--clr-white);}
.menuService__item-inner {padding: 15px;}
.menuService__photo {padding: 40px 27px;}
 
/* ? Product */
.wrap-productHome {background: url(../images/bg-sp.png) no-repeat center center/ cover; padding: 140px 0 0; }
.productHome__main {margin-top: 1.75rem;}
.grid-product {display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;}
.flex-ajax {display: flex; justify-content: space-between; flex-wrap: wrap;}
.product-ajax-left {width: 52.693603%; }
.product-ajax-right {width: 45.622896%; }
.product-ajax-left .grid-product {display: grid;grid-template-columns: repeat(2,1fr); gap: 17px 21px;}
.product-photo-inner {overflow: hidden; border-radius: 10px 10px 0 0;}
.product-info {padding: 15px 30px;background: var(--clr-white);filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)); text-align: center; font-family: var(--font-medium);  border-radius:  0 0 10px 10px;}
.product__name a {color: #222;--line-clamp:2;transition:  all 300ms ease;margin-bottom: .55rem;font-size: 15px;}
.product__name a:hover {color: var(--clr-active); transition:  all 300ms ease;}
.price-product {margin-bottom: .25rem;}
.price-product span {color: var(--clr-active);}
.product-ajax-banner {overflow: hidden; border-radius: 10px; position: relative; z-index: 1;}
.product-ajax-banner:before {content: '';width: 100%;height: 100%;background: linear-gradient(0deg, #1A1A1A 0%, rgba(54, 54, 54, 0.87) 27.02%, rgba(82, 82, 82, 0.76) 36.5%, rgba(255, 255, 255, 0.00) 100%);position: absolute;top: 0;left: 0;z-index: 1;}
.product-banner-info {position: absolute;z-index: 2;bottom: 0;left: 0;width: 100%;height: auto;padding: 0 70px 30px;text-align: center;}
.product-banner-name {font-size: clamp(18px, calc(25 / 1188 * 100vw), 25px); line-height: 35px; font-family: var(--font-medium); color: var(--clr-white);}
.product-banner-btn {font-size: clamp(15px, calc(20 / 1188 * 100vw), 20px);display: flex;align-items: center;justify-content: center;gap: 5px;padding: 13px 41px;width: fit-content;margin: 0 auto;border-radius: 50px;background: linear-gradient(90deg, #FFD249 0%, #FFE79E 23.52%, #FFD249 47.35%, #FFE79E 72.41%, #FFD249 100%);cursor: pointer;}
 
/* ? Album */
.wrap-albumHome {background: url(../images/bg-ab.png) no-repeat center bottom / cover;padding: 40px 0 150px;}
.albumHome__main {margin-top: 2.5rem;}
.grid-album {display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,auto); gap: 10px;}
.grid-album .album__item-inner {position: relative; z-index: 1; overflow: hidden;}
.grid-album .album__item-inner:nth-child(1) {grid-column: 1/2; grid-row: 1/2;}
.grid-album .album__item-inner:nth-child(2) {grid-column: 2/3; grid-row: 1/2;}
.grid-album .album__item-inner:nth-child(3) {grid-column: 1/3; grid-row: 2/4;}
.grid-album .album__item-inner:nth-child(4) {grid-column: 3/5;grid-row: 1/3;}
.grid-album .album__item-inner:nth-child(5) {grid-column: 4/5; grid-row: 3/4;}
.grid-album .album__item-inner:nth-child(6) {grid-column: 3/4;grid-row: 3/4;}

/* ? Feedback */
.wrap-feedback {margin-top: -70px;position: relative;z-index: 1;}
.feedback__main {min-height: 530px; margin-top: 2rem;}
.wrap-feedback .swiper-slide {overflow: unset !important; padding: 10px 0 !important;}
.feedback-item {border-radius: 30px; background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), linear-gradient(0deg, rgba(255, 249, 229, 0.80) 0%, rgba(255, 249, 229, 0.80) 100%), url(<path-to-image>) lightgray -128px 1px / 157.104% 111.059% no-repeat; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);}
.feedback-logo {padding: 27px 40px;}
.feedback-photo {display: flex;align-items: center;justify-content: center;gap: 12px; position: relative;}
.feedback-photo:before {content: url(../images/i-mt.png);position: absolute;top: 95%;left: 8rem;}
.feedback__main .swiper-slide .feedback-photo-left { max-width: 131px; flex: 1;overflow: hidden; border-radius: 0 60px;} 
.feedback__main .swiper-slide .feedback-photo-right { max-width: 176px; flex: 1; overflow: hidden; border-radius: 60px 0;} 
.feedback__main .swiper-slide.swiper-slide-active .feedback-item {background: url(../images/bg-active.jpg) no-repeat center center / cover;}
.feedback__main .swiper-slide.swiper-slide-active .feedback-photo-left {max-width: 150px;} 
.feedback__main .swiper-slide.swiper-slide-active .feedback-photo-right {max-width: 203px;} 
.feedback__main .swiper-slide {margin: auto !important;}
.feedback__main .swiper-slide.swiper-slide-active .feedback-item {padding: 30px 0 100px;}
.feedback__main .swiper-slide .feedback-item {padding: 0px 0 90px;}

/* ? Video Form */
.wrap-formNewsletter {background: url(../images/bg-form.jpg) no-repeat center center / cover;overflow: hidden;}
.formNewsletter__main {display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 1;}
.formNewsletter__main:before {content: url(../images/i-dongho.png); position: absolute; bottom: -5px; left: 0;}
.formNewsletter-left {width: 50.084175%;}
.video-photo {position: relative;z-index: 4;padding: 70px;}
.video-photo:before {content: url(../images/i-video.png);position: absolute;top: 25px;left: -2rem;}
.video-photo-inner {transform: rotate(-2deg);}
.video-photo img {-webkit-mask-image: url('../images/i-mark3.png');mask-image: url('../images/i-mark3.png');-webkit-mask-size: 100%;mask-size: 100%;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;mask-size: 100% 100%;position: relative;top: 12px;left: 39px;transform: rotate(358deg);}
.formNewsletter-left .img-video:after {content: '';width: 77px;height: 77px;background: url(../images/i-play.png) no-repeat center center / cover;position: absolute;top: 10rem;right: 10rem;cursor: pointer;}
.formNewsletter-right {width: 42.929293%;}
.formNewsletter-header p {text-align: center;}
.formNewsletter-title {font-size: clamp(20px, calc(32 / 1188 * 100vw), 32px);font-family: var(--font-title);margin-bottom: .65rem !important;}
.formNewsletter-slogan {margin-bottom: 1.5rem;}

/* ? FormNewsletter */
.formNewsletter-box {border: 3px dashed #BE6313;border-radius: 300px 300px 0 0 ;border-bottom: 0; padding: 15px 15px 0;}
.formNewsletter-inner {border-radius: 300px 300px 0px 0px;border: 1px solid #FFF;background: linear-gradient(180deg, #E9C350 20%, rgba(255, 255, 255, 0.00) 100%);box-shadow: 0px 0px 15px 0px #FFF;padding: 70px 50px;}
.newsletter__input,.newsletter__textarea { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 10px; }
.newsletter__input input {height: 50px;}
.newsletter__textarea textarea {height: 110px; resize: none;}
.newsletter__input input,
.newsletter__textarea textarea {font-size: 14px;color: var(--clr-secondary);border: 1px solid #E9E9E9;background: var(--clr-white);border-radius: 30px;}
.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;}
.newsletter__button input {border-radius: 50px;height: 40px;font-family: var(--font-semibold);font-size: 15px;color: var(--clr-white);text-transform: uppercase;outline: none;border: 1px solid #6B1A17;background: #6B1A17;padding: 0px 31px;}
.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-main); border-color: var(--clr-main); }
.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); }
.newsletter__button {position: absolute; bottom: 10px; right: 10px;}

/* ? News Home */
.wrap-newsHome {padding: 70px 0;}
.newsHome__main {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 2rem;}
.newsHome-left {width: 41.498316%;}
.newsHome-right {width: 55.13468%;}
.news-main-photo {border-radius: 250px 250px 0 0; overflow: hidden;}
.news-main-info {margin-top: 1.25rem;text-align: center;max-width: calc(100% - 60px);margin-left: auto;margin-right: auto;}
.news-main-name {padding-bottom: .25rem;border-bottom: 1px solid #ABABAB;margin-bottom: .5rem;}
.news-main-name a{font-size: 16px;font-family: var(--font-bold);color: #222;--line-clamp: 2; transition: all 300ms ease;}
.news-main-name a:hover {color: var(--clr-active); transition: all 300ms ease;}
.newsHome-right .swiper {height: 610px;}
.news-item {min-height: 185px; padding-bottom: 15px;}
.news-item a {display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #222;}
.news-item .news-photo {width: 36.183206%;}
.news-item .news-info {flex: 1;}
.news-photo-inner {overflow: hidden;border-radius: 200px 200px 15px 15px;}
.news-item:hover .news-time {color: #6B1A17;}
.news-item:hover .month:before {background: #6B1A17;}
.news-time {display: flex;align-items: end;gap: 7px;color: rgb(34, 34, 34, .3);margin-bottom: .75rem;}
.news-time .day {padding-bottom: 1rem;font-family: var(--font-title);font-size: clamp(25px, calc(34 / 1188 * 100vw), 34px);line-height: 1;}
.news-time .month {padding-left: 1rem; position: relative; font-size: 16px; font-family: var(--font-medium);}
.news-time .month:before {content: '';width: 2px;height: 30px;background: rgb(34, 34, 34, .3);position: absolute;bottom: 4px;left: 6px;transform: rotate(24deg);}
.news-name {font-family: var(--font-bold);font-size: 16px;padding: 0 5px;border-bottom: 1px solid #6B1A17;margin-bottom: .5rem;padding-bottom: .25rem; --line-clamp:2;}
.news-name:hover {color: #6B1A17;}
.news-desc {margin: 0;line-height: 23px;}


 

/* Footer */
.footer-article { background: url(../images/bg-footer.jpg) no-repeat center center / cover; padding-top: 60px;}
.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-bottom: 4rem;}
.footer-article--1 {text-align: center;width: 33.299663%;position: relative;z-index: 1;padding-top: 6.5rem;}
.footer-article--1:before {content: url(../images/i-logo-footer.png);position: absolute;top: -4rem;left: 50%;transform: translateX(-50%);}
.footer-article--1 .footer__info {line-height: 23px;font-size: 15px;margin-bottom: 2rem;}
.footer-article--2 { width: 21.515152%; }
.footer-article--3 { width: 22.356902%; }
.footer-article--4 { width: 15%; }
.footer-logo {position: absolute;width: fit-content;margin: auto;top: -3.5rem;left: 50%;transform: translateX(-50%);}
.footer__title {display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 15px; }
.footer__title .title { font-family: var(--font-bold); font-size: 15px; color: #222222; position: relative; text-transform: uppercase; }
.footer__title .line {flex: 1; width: 100%; height: 1px; background: #CCA429;}
.footer__title.has-line:before { content: ''; width: 50px; height: 3px; background: var(--clr-main); position: absolute; bottom: 0; left: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.footer-social ul {padding: 0;margin: 0;align-items: center;justify-content: center; gap: 19px;}
.footer-slogan {display: flex;justify-content: space-between;gap: 15px;align-items: center;margin-top: -4rem;}
.footer-slogan p {margin: 0;}
.footer-slogan .slogan {font-family: var(--font-slogan); font-size: clamp(35px, calc(45 / 1188 * 100vw), 45px); }
.footer-slogan .line {width: 100%; flex: 1; height: 1px; background: #222222;}
.footer-copyright {text-align: center;padding-bottom: 1.5rem;}
.footer-copyright a {color: #000;}
.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-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: #F96D09; transition: all 300ms ease;}


/* 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-black);cursor: pointer;}
.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:focus {box-shadow: 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::-moz-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__toggle .search__grid input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
 