:root { 
    --color-red: #ff0000; 
    --clr-primary: #393939; 
    --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:  #FF8B20; 
    --gradient:  linear-gradient(180deg, #FFB120 0%, #FF8B20 100%); 
    --clr-btn: linear-gradient(180deg, #FFB120 0%, #FF8B20 100%);
    --clr-tone: #573B2D; 
    --font-title: "Plus-m"; 
    --font-bold: "Plus-b"; 
    --font-regular: "Plus"; 
    --font-semi: "Plus-s"; 
    --font-extra: "Plus-e"; 
    --font-blackword: "Blacksword"; 
}
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h4 { font-family: var(--font-title); font-size: clamp(24px, 3.5vw, 30px); color: var(--clr-tone); text-transform: uppercase; }
.font-title { font-family: var(--font-title) !important; }
.font-bold { font-family: var(--font-bold) !important; }
.font-regular { font-family: var(--font-regular) !important; }
.rps-xl--visible, .rps-lg--visible, .rps-md--visible { display: none; }
.rps-xl--hidden, .rps-lg--hidden, .rps-md--hidden { display: block; }
[x-cloak] { display: none !important; } 

/* ? 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; }

/* ? Navigation*/
.navigation {position: relative;z-index: 199;padding: 10px 0;background: rgba(87, 59, 45, 0.801);-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: 4rem; -moz-column-gap: 4rem; column-gap: 4rem; }
.navigation__logo {width: 204px;}
.navigation nav {-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;max-width: 865px;}
.navigation nav ul { list-style: none; padding: 0; margin: 0; }
.navigation nav 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 ul li { position: relative; z-index: 1; }
.navigation nav 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 ul li .navigation__name::before { position: absolute; content: ''; width: 100%; height: 1px; background: var(--gradient); border-radius: 5px; left: 0px; bottom: 14px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; }
.navigation nav ul li ul li .navigation__name::before { content: none; }
.navigation nav ul li.active .navigation__name::before, .navigation nav ul li:hover > .navigation__name::before { transform-origin: left; transform: scaleX(1); }
.navigation nav 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 ul li .navigation__name {display: block;position: relative;font-family: var(--font-semi);font-size: 16px;color: var(--clr-white);text-transform: capitalize;padding: .87rem 0rem .67rem;text-decoration: none;overflow: hidden;}
.navigation nav ul li.active>.navigation__name, .navigation nav ul li:hover>.navigation__name { color: var(--clr-white); }
.navigation nav 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 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 ul li ul li>ul { left: 100%; top: 0 !important; }
.navigation nav ul li ul li { isolation: isolate; padding: 0 0.75rem; }
.navigation nav ul li ul li a.navigation__name { color: var(--clr-active); padding: .7rem 0; }
.navigation nav ul li ul li:hover>.navigation__name { background: transparent; color: var(--clr-active); }
.navigation nav 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); }
.navigation nav ul>li a.btn-contact {padding: 8px 21px;background: var(--gradient);text-transform: uppercase;border-radius: 5px;}
.navigation nav ul>li a span {padding-left: 10px;} 

/* ? Slider */
.slideshow { position: relative; }
.slideshow-item { display: block; cursor: pointer; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: -webkit-calc(50% - 45px / 2); top: -moz-calc(50% - 45px / 2); top: calc(50% - 45px / 2); }
.control-owl button { opacity: 0.3; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: var(--clr-white); width: 45px; height: 45px; text-align: center; font-size: 25px; margin: 0px; background-color: var(--clr-black); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.slideshow .owl-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); }
.slideshow .owl-dots .owl-dot.active span { width: 34px; height: 6px; background: #222222; }
.slideshow .owl-dots .owl-dot span { width: 14px; height: 6px; background: var(--clr-white); }

/* ? Footer */ 
.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: 29.040404%; }
.footer-article--2 { width: 8.417508%; }
.footer-article--3 ,
.footer-article--4 { width: 23.569024%; }
.footer__info p {line-height: 24px;}
.footer__title {font-family: var(--font-semi);font-size: 15px;color: var(--clr-white);position: relative;margin-bottom: 15px;text-transform: uppercase;padding-bottom: .5rem;}
.footer__title:before {content: '';width: 30px;height: 2px;background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);position: absolute;bottom: 0;left: 0;}
.footer__name {font-size: clamp(20px, calc(30 / 1180 * 100vw), 30px);font-family: var(--font-title);color: var(--clr-white);text-transform: uppercase;margin-bottom: 9px;background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.footer-powered {padding: 20px 0;color: var(--clr-white); text-align: center;}
.footer-statistic { text-align: right; }
.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__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); }
.footer__newsletter {color: var(--clr-white);margin-bottom: 1rem;}
.box-newsletter {background: #351B0E; border-radius: 10px; padding: 40px 20px;}
.newsletter__form {display: flex; align-items: center;}
.footer-article--4 .social__photo {border-radius: 10px; overflow: hidden;}


/* ? FormNewsletter */
.newsletter__box {background: var(--clr-white); border: 5px solid var(--clr-active);box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);} 
.newsletter__input {width: 100%;position: relative;}
.newsletter__input input { height: 45px; }
.newsletter__input input {font-size: 14px;color: var(--clr-white);border-top: none;border-right: none;border-left: none;border-bottom: 1px solid #E9E9E9;background: transparent;}
.newsletter__input input::placeholder, .newsletter__input input:focus { /* autoprefixer: off */ font-size: 14px; color: var(--clr-white); background: transparent; box-shadow: none !important; }
.newsletter__button {position: relative; z-index: 10;}
.newsletter__button:before {content: ''; width: 46px; height: 46px; background: url(../images/i-btn-form.png) no-repeat center / cover; position: absolute; top: 0;left: 0;}
.newsletter__button input {border-radius: 0;height: 45px;font-family: var(--font-bold);font-size: 18px;color: var(--clr-white);text-transform: uppercase;outline: none;border: 1px solid var(--clr-tone);background: var(--clr-tone);padding: 0 20px;width: 30px; opacity: 0;}
.newsletter__button input::placeholder, .newsletter__button input:focus { /* autoprefixer: off */ box-shadow: none !important; }
.newsletter__button input:hover { color: var(--clr-tone); background: transparent; }
.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); }


/* News */
.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; }
.social-plugin { display: flex; margin-top: 10px; }
.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: #5172fd; }

/* ? Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul>li { margin: 0; margin-bottom: 8px }
.box-readmore li ul>li:before { content: counters(item, ".") " " }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.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; }

/* ? Social */
.social { gap: 0.25rem; list-style: none; padding: 0; margin: 0; }
.social li a img { -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.social li a:hover img { -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotate(360deg); -o-transform: rotateZ(360deg); transform: rotateZ(360deg); }

/* ? Product */
.product__list.flex-list { --columns: 4; --space-horizontal: 10px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); }
.product__item { background: var(--clr-white); padding: 8px;  border-radius: 14px;background: #FFF;box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);  transition: all 300ms ease;}
.product__item:hover {box-shadow: 0px 5px 15px rgba(255, 140, 32, 0.678); transition: all 300ms ease;}
.product__photo picture,
.product__photo img {border-radius: 10px; overflow: hidden;}
.product__info { text-align: center; margin-top: 1rem; padding: 0px 15px 15px; }
.product__info-inner { position: relative; display: block; }
.product__name {margin-bottom: .25rem;font-size: 15px;font-family: var(--font-semi);color: #414346;-webkit-line-clamp: 1;}
.product__name:hover { color: var(--clr-active); }
.price-product {margin-bottom: 0px;color: #666666;}
.price-new {font-size: clamp(15px, calc(16 / 1188 * 100vw), 16px);font-family: var(--font-bold);color: var(--clr-active);}
.price-old {padding-left: 10px;font-size: 12px;color: var(--clr-secondary);text-decoration: line-through;}
.price-per { position: absolute; top: 15px; right: -11px; color: var(--clr-white); background: #C21717; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; width: 63px; height: 40px; padding: 8px; 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)); background: url(../images/item2.png) no-repeat center / cover; }
.attr-pro-detail {padding: 0 !important;}
.quantity-pro-detail { width: 150px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; height: 45px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden; border: 1px solid var(--clr-gray); }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 45px; height: 100%; color: var(--clr-black); cursor: pointer; font-size: 22px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 500; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; }
.quantity-pro-detail input { height: 100%; border: none; width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px); width: calc(100% - 90px); text-align: center; font-size: 15px; }
.cart-pro-detail { max-width: 400px; }
.cart-pro-detail a { text-align: center; color: var(--clr-white); text-transform: uppercase; cursor: pointer; width: -webkit-calc(100% / 2 - 5px); width: -moz-calc(100% / 2 - 5px); width: calc(100% / 2 - 5px); height: 45px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.cart-pro-detail a.addnow { background: var(--clr-white); color: var(--clr-active); }
.cart-pro-detail a.addnow:hover { color: var(--clr-white); background: var(--clr-active); }
.cart-pro-detail a.buynow { background: var(--clr-btn); }
.cart-pro-detail a.buynow:hover { background: var(--clr-btn); color: var(--clr-white); }
.cart-pro-detail a i { vertical-align: top; margin-right: 8px; font-size: 24px; position: relative; top: -2px; }
#tabsProDetail { display: flex; }
#tabsProDetailContent { background: rgb(255 255 255 / 1); border: 1px solid #ccc; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; position: relative; top: -1px }
.tab-control { border: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; padding: .5rem 1rem; background-color: rgb(255 255 255 / 1); cursor: pointer; position: relative; z-index: 2; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; }
.tab-control.active { border-color: #ccc; border-bottom-color: #fff }

/* Contact */
.contact-map { position: relative; height: 500px; margin-top: 30px; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

/*  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 */
.pagination { margin: 20px 0px; }
.pagination li a { cursor: pointer; }
.grid-properties { display: flex; gap: 10px; margin: 10px 0px; }
.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; }

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

/* Contact */
.form-floating.form-floating-cus > input, .form-floating-cus > select { height: 45px; font-size: .875rem; }
.form-floating.form-floating-cus > textarea { height: 100px; }
.form-floating.form-floating-cus > label { padding: 10px 10px; color: var(--clr-primary); }
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 20px; }
.contact-input input, .contact-input textarea { border-radius: 0; border-top: none; border-left: none; border-right: none; }
.contact-input input:focus, .contact-input textarea:focus { box-shadow: none; outline: none; }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }

/* ? Button Frame */
.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; }
.btn-frame {display: block;width: 50px;height: 50px;position: fixed;right: 19px;z-index: 200;cursor: pointer;}
.btn-frame i { width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-btn); position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: var(--clr-btn); opacity: 0.5; }
.btn-frame .zoomIn { -webkit-animation-name: zoomIn; -moz-animation-name: zoomIn; -o-animation-name: zoomIn; animation-name: zoomIn; }
.btn-frame .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { -webkit-animation-name: pulse; -moz-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; }
 
/* ? Btn */
.btn-zalo {bottom: 310px;}
.btn-phone {bottom: 225px;}
.btn-mess {bottom: 140px;}
.btn-map {bottom: 400px;}

/* ? Mmenu */
#hamburger { position: relative; display: block; width: 40px; height: 23px; }
#hamburger:before, #hamburger:after, #hamburger span { content: ''; position: absolute; left: 0px; display: block; width: 100%; height: 3px; background: var(--clr-white); }
#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; -o-transition: none 0.5s ease 0.5s; -moz-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; -o-transition-property: top, bottom, left, opacity, -o-transform; -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform, -o-transform; }

/* TODO: Paging */
.pagination-home { margin-top: 2.5rem; }
.pagination-home .pagination .page-item .page-link { color: var(--clr-primary); font-size: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: var(--clr-white); background-color: var(--clr-primary); border-color: var(--clr-primary); }

/* TODO: Paging Ajax */
.pagination-ajax { text-align: center; margin-top: 30px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: var(--clr-secondary) !important; border: 1px solid var(--clr-gray); font-size: 13px; cursor: pointer; text-decoration: none !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: var(--clr-white); font-family: var(--font-bold); }
.pagination-ajax a.current, .pagination-ajax a:hover { color: var(--clr-white) !important; border-color: var(--clr-american-green); background-color: var(--clr-american-green); }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: var(--clr-white) !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }
.pagination-ajax a:nth-child(1), .pagination-ajax a:nth-child(2) { display: none; }
 
/* TODO: Cart Fix */
.cart-fixed {position: fixed;right: 20px;bottom: 490px;z-index: 200;background: var(--clr-tone);width: 50px;height: 50px;text-align: center;color: var(--clr-white) !important;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center;}
.cart-fixed i { font-size: 20px; }
.cart-fixed span {z-index: 10;position: absolute;top: 0px;right: -5px;color: var(--clr-white);width: 25px;height: 25px;background: #ec2d3f;text-align: center;line-height: 25px;font-size: 11px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}

/* TODO: Search Toggle */
.search__toggle { --height: 40px; position: relative; }
.search__toggle .search__icon {display: grid;place-items: center;width: 40px;height: var(--height);font-size: 17px;color: var(--clr-white);cursor: pointer;}
.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); }
 

/* ? Slide */
.slideshow__info {position: absolute;top: calc(50% - 350px / 2 );left: calc(50% - 1200px / 2);z-index: 100; text-align: center;}
.slideshow__quote {background: var(--clr-active);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;width: max-content;padding-left: 2rem;font-family: var(--font-semi);font-size: clamp(14px, calc(25 / 1188 * 100vw), 25px);position: relative;}
.slideshow__quote:before {content: '';width: 30px;height: 1px;background: #FFB120;position: absolute;top: 20px;left: 0;}
.slideshow__name {font-family: var(--font-semi);font-size: clamp(18px, calc(35 / 1188 * 100vw), 35px); color: var(--clr-white);}
.slideshow__info-inner {display: flex; align-items: center; justify-content: space-between;}
.slideshow__info-left {width: 100%;max-width: 560px;}
.slideshow__info-right {min-height: 440px; position: relative; max-width: 610px; width: 100%;}
.slideshow__info-right:before {content: ''; width: 380px; height: 100%; background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%); border-radius: 20px; position: absolute; top: 0;right: 35px; z-index: -1;}
.swiper-slide .slideshow__quote {position: relative;top: 23px;transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;opacity: 0;visibility: hidden;}
.swiper-slide .slideshow__name {position: relative;bottom: 23px;transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;opacity: 0;visibility: hidden;}
.slideshow__photoChild {position: absolute; top: 35px; left: -35px; max-width: 370px; border-radius: 15px; overflow: hidden;}
.slideshow__photoChild1 {position: absolute;top: calc(50% - 300px / 2);right: 0px;max-width: 230px;  border-radius: 15px; overflow: hidden;}

.swiper-slide .slideshow__photoChild,
.swiper-slide .slideshow__photoChild1 {transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;opacity: 1;visibility: hidden;}
.swiper-slide .slideshow__info-right:before {transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;opacity: 1;}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slideshow__photoChild {left: 0;opacity: 1;visibility: visible;}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slideshow__photoChild1 {right: 50px;opacity: 1;visibility: visible;}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slideshow__info-right:before {right: 0px;opacity: 1;visibility: visible;}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slideshow__quote {top: 0px;opacity: 1;visibility: visible;}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slideshow__name {bottom: 0px;opacity: 1;visibility: visible;}

/* ? Intro */
.wrap-intro {background: url(../images/bg-it.jpg) no-repeat center / cover;}
.intro__quote {font-family: var(--font-semi);font-size: 16px;padding-left: 2.5rem;position: relative;color: var(--clr-active);letter-spacing: 1.6px;text-transform: uppercase;margin-bottom: .5rem;}
.intro__quote:before {content: '';width: 30px;height: 1px;background: var(--clr-active);position: absolute;top: 10px;left: 0;}
.intro__name {font-family: var(--font-bold);font-size: clamp(25px, calc(34 / 1188 * 100vw), 34px);color: var(--clr-tone);text-transform: uppercase; margin-bottom: 1rem;}
.intro__desc2 ul {list-style: revert; padding-left: 2rem;}
/* ? Btn - Title */
.intro__btn {width: max-content;}
.intro__btn p {font-family: var(--font-semi);font-size: 15px;text-transform: uppercase;color: var(--clr-white);padding: 9px 20px;background: var(--gradient);border-radius: 5px; transition: all 300ms linear;}
.intro__btn:hover p {letter-spacing: 1.5px; transition: all 300ms linear;}

.title__main {font-family: var(--font-semi); font-size: clamp(20px, calc(40 / 1188 * 100vw), 40px); color: var(--clr-tone); text-transform: uppercase; position: relative; left: -2rem;}
.title__main2 {width: max-content;font-family: var(--font-blackword);font-size: clamp(20px, calc(50 / 1188 * 100vw), 50px);background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: relative;left: 5rem;margin: auto;}
.title__slogan {font-size: 16px;}

/* ? Commit */
.wrap-parameterCommit {background: url(../images/bg-commit.jpg) no-repeat center / cover; position: relative;}
.wrap-parameterCommit:before {content: url(../images/i-g1.png);position: absolute;top: -5rem;right: 9rem;}
.parameter__photo {border-radius: 0 15px 15px 0;overflow: hidden;}
.parameter__item {width: 240px;display: grid;place-content: center;justify-content: center;text-align: center;color: var(--clr-white);padding: 20px 10px;font-family: var(--font-bold);border-radius: 10px;}
.parameter__item:nth-child(2) {right: 285px;border-radius: 10px; background: linear-gradient(180deg, rgba(255, 177, 32, 0.80) 0%, rgba(255, 139, 32, 0.80) 100%);}
.parameter__item:nth-child(3) {right: 30px; background: rgb(87, 59, 45, .8);}
.parameter__numb {font-size: clamp(20px, calc(50 / 1188 * 100vw), 50px);}
.parameter__text {font-size: clamp(10px, calc(16 / 1188 * 100vw), 16px);}

.commit__company {font-family: var(--font-semi);font-size: 16px;padding-left: 2.5rem;position: relative;letter-spacing: 1.6px;text-transform: uppercase;margin-bottom: 1rem;background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1;}
.commit__company:before {content: '';width: 30px;height: 1px;background: var(--clr-active);position: absolute;top: 10px;left: 0;}
.commit__title {font-family: var(--font-bold);font-size: clamp(30px, calc(38 / 1188 * 100vw), 38px);color: var(--clr-white);text-transform: capitalize;margin-bottom: 1rem;}
.commit__desc {font-size: 16px;color: var(--clr-white);}
.criteria__item {display: flex;gap: 20px;padding: 26px 0;}
.criteria__item:not(:last-child) {border-bottom: 1px solid rgb(255, 255, 255, 0.2);}
.criteria__numb {font-family: var(--font-extra);font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px);background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;width: 30px;} 
.criteria__name {font-family: var(--font-semi);font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px); color: var(--clr-white);}
.construction__main {display: grid; grid-template-columns: repeat(2,1ft); grid-template-rows: repeat(2, 1fr); gap: 20px;}
.construction__main .album__item:nth-child(1) {grid-row: 1/2; grid-column: 1/2; }
.construction__main .album__item:nth-child(2) {grid-row: 1/2; grid-column: 2/3; }
.construction__main .album__item:nth-child(3) {grid-row: 2/3; grid-column: 1/2; }
.construction__main .album__item:nth-child(4) {grid-row: 2/3; grid-column: 2/3; }

/* Construction */
.wrap-construction {background: url(../images/bg-ct.jpg) no-repeat center / cover;}
.album__item {position: relative; z-index: 1;}
.album__item:before {content: '';width: 100%;height:66%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #573B2D 80%);opacity: .8;position: absolute;bottom: 0;left: 0;z-index: 1;border-radius: 15px;}
.album__photo {border-radius: 15px; overflow: hidden;}
.album__info {position: absolute;bottom: 0;left: 0;width: 100%;height: auto; padding: 0 35px 35px;z-index: 10;}
.album__name {font-family: var(--font-bold); font-size: clamp(16px, calc(22 / 1188 * 100vw), 22px);color: var(--clr-white); margin-bottom: .75rem;}
.album__btn {font-family: var(--font-bold);font-size: 15px;background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-transform: uppercase;  transition: all 300ms ease;}
.album__btn:hover {letter-spacing: 1.5px; transition: all 300ms ease;}


/* ? Product List */
.productList__scroll {padding: 0;margin: 0;white-space: nowrap;overflow: auto;/* margin-right: 10px; */line-height: 45px;}
.productList__scroll .productCatChoose__item {display: inline-block;padding: 10px 25px 10px 0;line-height: 1;margin-bottom: -1rem;/* margin-left: 2rem; */}
.productListGroup .wrap-productListHome:nth-child(2n) {background: url(../images/bg-prolist2.jpg) no-repeat center / cover; position: relative;}
.productListGroup .wrap-productListHome:nth-child(2n + 1) {background: url(../images/bg-prolist.jpg) no-repeat center / cover;position: relative;}
.productListGroup .wrap-productListHome:not(:last-child):before {content: url(../images/i-g2.png);position: absolute;bottom: -5rem;right: 0;z-index: 1;}
.productList__quote {font-family: var(--font-semi);font-size: clamp(25px, calc(38 / 1188 * 100vw), 38px);text-transform: capitalize;color: var(--clr-tone);}
.productList__main {font-family: var(--font-blackword);font-size: clamp(30px, calc(50 / 1188 * 100vw), 50px);background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: end;padding-right: 20px;}
.productList-flex {margin-top: -1.5rem;}
.productCatChoose__item {font-size: clamp(16px, calc(18 / 1188 * 100vw), 18px); font-family: var(--font-semi);}
.productList-Cat {padding-bottom: 1rem;position: relative;}
.productList-Cat:before {content: ''; width: 100%; height: 3px; background: linear-gradient(270deg, #FFB120 0%, #FF8B20 100%); position: absolute; bottom: 0;left: 0;}

/* ? consHome */
.wrap-consHome {background: url(../images/bg-cttb.jpg) no-repeat center / cover; position: relative;}
.wrap-consHome:before {content: url(../images/i-g3.png);position: absolute;top: -7rem;left: 10rem;}
.wrap-consHome .title__quote {color: var(--clr-active); text-transform: uppercase; font-size: 16px; font-family: var(--font-semi); letter-spacing: 1.6px; position: relative; width: max-content; margin-left: auto; margin-right: auto;}
.wrap-consHome .title__quote:before {content: ''; width: 30px; height: 2px ; background: var(--clr-active); position: absolute; top: 10px; left: calc(100% + 20px); }
.wrap-consHome .title__quote:after {content: ''; width: 30px; height: 2px ; background: var(--clr-active); position: absolute; top: 10px; right: calc(100% + 20px); }
.wrap-consHome .title__main {color: var(--clr-white);}
.consHome__main {display: grid;grid-template-columns: 28.619529% 28.619529% 9.090909% 28.619529%;grid-template-rows: 260px 270px;gap: 20px;}
.consHome__item {position: relative;z-index: 1;border-radius: 15px;overflow: hidden;}
.consHome__item:nth-child(1) {grid-column: 1/2; grid-row: 1/2;}
.consHome__item:nth-child(2) {grid-column: 2/4; grid-row: 1/2;}
.consHome__item:nth-child(3) {grid-column: 4/5; grid-row: 1/2;}
.consHome__item:nth-child(4) {grid-column: 1/2; grid-row: 2/3;}
.consHome__item:nth-child(5) {grid-column: 2/3; grid-row: 2/3;}
.consHome__item:nth-child(6) {grid-column: 3/5; grid-row: 2/3;}
.consHome__item-inner:before {content: '';width: 100%;height: 100%;border-radius: 0px 0px 14px 14px;opacity: 0.85;background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #573B2D 80%);position: absolute;bottom: 0px;left: 0;opacity: 0; transition: all 300ms ease;}  
.consHome__item-inner:hover:before {content: ''; opacity: 1; transition: all 300ms ease;}
.consHome__info {opacity: 0; position: absolute; bottom:  0; left: 0; padding: 0 35px 35px; opacity: 0;}
.consHome__item-inner:hover .consHome__info{opacity: 1; transition: all 300ms ease;}
.consHome__name {font-family: var(--font-bold);font-size: clamp(16px, calc(22 / 1188 * 100vw), 22px);color: var(--clr-white);margin-bottom: .5rem;}
.consHome__desc {background:linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent; font-family: var(--font-bold); }

/* ? Step home */
.wrap-stepAndHotline {background: url(../images/bg-step.jpg) no-repeat center / cover;}
.stepAndHotline__main {position: relative;z-index: 10;}
.stepAndHotline__main:before {content: '';width: 42%;background: var(--clr-active);height: 2px;position: absolute;top: 48px;left: 0;z-index: 0;} 
.stepAndHotline__main:after {content: '';width: calc(100% - 50vw );position: absolute;top: 48px;height: 2px;right: 100%;z-index: 0;background: var(--clr-active);} 
.stepAndHotline-left {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));grid-template-rows: minmax(min-content,max-content);column-gap: 32px;row-gap: 65px;position: relative;/* z-index: 10; */}
.stepAndHotline-left:before {content: "";position: absolute;right: 0;top: 48px;width: 100%;height: 58%;border-radius: 0 17px 17px 0;border: 2px solid #C5C5C5;border-left: 0;z-index: -19;}
.stepHome__item {padding: 0 54px;position: relative;/* z-index: 10000; */}
.stepHome__item:nth-child(3) {grid-column: 2/3; grid-row: 2/3;}
.stepHome__item:nth-child(4) {grid-column: 1/2; grid-row: 2/3;}
.stepHome__numb {width: max-content;margin-left: auto;margin-right: auto;padding: 5px;background: var(--clr-white);border-radius: 100%;}
.stepHome__numb span {width: 70px;height: 70px;display: grid;place-content: center;align-items: center;background: var(--clr-tone);border-radius: 100%;padding: 5px;border: 1px solid var(--clr-white);}
.stepHome__numb span span {background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: var(--font-bold); font-size: clamp(20px, calc(30 / 1188 * 100vw), 30px);}
.stepHome__name {font-family: var(--font-semi); text-align: center; font-size: clamp(16px, calc(22 / 1188 * 100vw), 22px); margin-top: .5rem;}
.hotline__title {font-family: var(--font-bold); font-size: clamp(16px, calc(22 / 1188 * 100vw), 22px); margin-bottom: 1rem;}

/* ? NewsHome */
.newsHome__title {font-family: var(--font-semi); font-size: clamp(20px, calc(40 / 1188 * 100vw), 40px); color: var(--clr-tone); text-transform: uppercase;}
.newsHome__quote {font-family: var(--font-blackword);font-size: clamp(40px, calc(50 / 1188 * 100vw), 50px);background: linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;width: max-content;position: relative;left: 8.5rem;margin-top: -3rem;}
.newsHome-flex {border-bottom: 1px solid rgba(0, 0, 0, 0.15);margin-bottom: 40px;padding-bottom: 1rem;}
.news__photo {border-radius: 15px; overflow: hidden;}
.news__info {margin-top: 1.5rem;}
.newsFlex-dateview {display: flex;align-items: center;font-size: 15px;color: #FF8B20;margin-bottom: 1rem;}
.newsFlex-dateview p:first-child {width: 40%;}
.news__name {font-family: var(--font-bold);font-size: clamp(16px, calc(18 / 1188 * 100vw), 18px); margin-bottom: .5rem;}
.news__name:hover {color: var(--clr-active);}
.news__desc {font-size: 15px; line-height: 28px; color: #666666; margin-bottom: .5rem;}
.news__btn {width: max-content; text-transform: uppercase; font-size: 18px;}
.news__btn span {padding-right: 10px}
.news__btn:hover {filter: brightness(0) saturate(100%) invert(69%) sepia(23%) saturate(6528%) hue-rotate(343deg) brightness(102%) contrast(103%);}

/* ? Infomation */
.flex__information {display: flex;align-items: start;justify-content: space-between;flex-wrap: wrap;}
.info__item {display: flex;align-items: center;gap: 10px;padding:11.14px 17.86px;border-radius: 10px;background: var(--MAU-TEXT-2, linear-gradient(180deg, #FEDB83 0%, #FF8B20 100%));width: calc(33.33% - 10px);}
.footer {background: url(../images/bg-footer.jpg) no-repeat center / cover;}
.wrap_map .wrap-content {position: relative;}
.flex_map {display: flex;flex-direction: column;gap: 10px;position: absolute;top: 2rem;right: 0;z-index: 10;}
.map_items {background: var(--clr-tone); color: var(--clr-white); border: none; font-family: var(--font-semi); border: 2px solid var(--clr-tone);}
.map_items.active,
.map_items:hover {background: var(--clr-white); color: var(--clr-tone);border: 2px solid var(--clr-tone);}
.album__list.flex-list  { --columns: 2; --space-horizontal: 10px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); }
[class*="-template"] ol,
[class*="-template"] ul {list-style: revert; padding: 0 0 0 2rem;}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
hr:not([size]) {
    height: 1px;
}

.product-template ul {list-style: none;}