: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: #D9FFD9; 
    --clr-btn: #008C00;
    --clr-tone: #008C00; 
    --font-title: "Roboto-bl"; 
    --font-bold: "Roboto-b"; 
    --font-regular: "Roboto"; 
    --font-medium: "Roboto-m"; 
    --font-svn: "SVN-Days"; 
    --font-alex: "Alex"; 
}
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h1,
.main__title h2,
.main__title h3,
.main__title h4 { font-family: var(--font-title); font-size: clamp(24px, 3.5vw, 30px); color: var(--clr-tone); text-transform: uppercase; }
.main__title h2.title__lq {font-family: var(--font-bold); font-size: 16px;}
.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; }
.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; }
.swiper [class*="__item"] {display: block;}

/* ? 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;background: var(--clr-tone);-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 {-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;max-width: 870px;}
.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: 10px;height: 50px;background: url(../images/i-menu2.png) no-repeat center/ 100% 100%;left: 0px;top: 0; opacity: 0;;}
.navigation nav ul li .navigation__name::after {position: absolute;content: '';width: 10px;height: 50px;background: url(../images/i-menu.png) no-repeat center/ 100% 100%;right: 0px;top: 0; opacity: 0;}
.navigation nav ul li:hover .navigation__name::before,.navigation nav ul li.active .navigation__name::before,
.navigation nav ul li:hover .navigation__name::after,.navigation nav ul li.active .navigation__name::after {opacity: 1;}
.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 {}
.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-medium);font-size: 15px;color: var(--clr-white);text-transform: uppercase;padding: .77rem 1.45rem .97rem;text-decoration: none;overflow: hidden;}
.navigation nav ul li.active>.navigation__name, .navigation nav ul li:hover>.navigation__name {color: var(--clr-tone);background: var(--clr-active);}
.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); }

/* ? 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 { background: url(../images/bg-footer.jpg) no-repeat center / cover; }
.footer-article__inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.footer-article--1 { width: 44.58%;}
.footer-article--2 { width: 53.33333%;} 
.footer__title {font-size: 16px;color: var(--clr-white);position: relative;margin-bottom: 10px;text-transform: uppercase;}
.footer__title.has-line:before { content: ''; width: 50px; height: 3px; background: var(--clr-tone); position: absolute; bottom: 0; left: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.footer__name {font-size: clamp(18px, calc(26 / 1200 * 100vw), 26px);font-family: var(--font-title);color: var(--clr-white);text-transform: uppercase;margin-bottom: 9px;}
.footer-powered {padding: 20px 0;background: var(--color-red);color: var(--clr-white); position: relative; z-index: 10;}
.footer__goto {position: absolute; top: 0;left: 50%; transform: translateX(-50%);}
.footer-powered .wrap-content { display: flex; align-items: center; justify-content: space-between; }
.footer-powered { font-size: 13px; }
.footer-statistic { text-align: right; font-size: 13px; }
.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: 300px;}
.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); }

/* 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; }
.wrap-toc {margin: .5rem 0;}
.wrap-toc .btn-toc {display: flex;align-items: center;justify-content: space-between;background: var(--clr-gray);padding: 5px 0 6px 1.5rem;border-radius: 10px 10px 0 0;font-size: 18px;font-family: var(--font-bold);} 
.wrap-toc .icon {width: 20px;height: 25px;}
.wrap-toc .meta-toc--title {display: flex; align-items: center; gap: 10px;}
.wrap-toc .btn-toc--inner {width: 40px;height: 40px;display: grid;place-items: center;}
.wrap-toc .meta-toc--title, .wrap-toc .btn-toc--inner {cursor: pointer;}
/* ? 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 { border: 1px solid #E3E3E3; background: var(--clr-white); }
.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: 14px; color: #414346; -webkit-line-clamp: 1; }
.product__name:hover { color: var(--clr-active); }
.price-product { margin-bottom: 0px; }
.price-new { font-size: clamp(15px, calc(17 / 1200 * 100vw), 17px); font-family: var(--font-bold); color: #C21717; }
.price-old { padding-left: 10px; font-size: 14px; 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; }

.grid-pro-detail { margin-bottom: 3rem; }
.left-pro-detail {position: relative;text-align: center;} 
.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); }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0; }
.control-pro-detail button { background-color: transparent; color: var(--clr-black); opacity: 1; width: 25px; font-size: 23px; }
.control-pro-detail button:hover { opacity: 0.7; }
.control-pro-detail button.owl-prev { left: 0px; }
.control-pro-detail button.owl-next { right: 0px; }
.thumb-pro-detail { border: 1px solid var(--clr-gray); padding: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; background-color: var(--clr-white); }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: var(--clr-secondary); }
.thumb-pro-detail img { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; }
.comment-pro-detail { 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: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { margin-bottom: 1rem; }
.attr-pro-detail { list-style: none; padding: 0px; }
.attr-pro-detail li { margin-bottom: 0.5rem; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.brand-pro-detail a { background: var(--color-red); color: var(--clr-white); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 2px 5px; }
.price-new-pro-detail { font-weight: 700; font-size: 23px; color: var(--color-red); }
.price-old-pro-detail { font-weight: 400; color: var(--clr-secondary); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { cursor: pointer; vertical-align: top; position: relative; width: 48px; height: 32px; margin: 0 8px 5px 0; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; background-position: center center; border: 1px solid var(--clr-gray); -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.size-pro-detail { cursor: pointer; 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; height: 32px; width: 48px; position: relative; margin: 0 8px 0 0; border: 1px solid var(--clr-gray); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 12px; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
.size-pro-detail.active, .color-pro-detail.active { border-color: var(--color-red); }
.size-pro-detail.active:after, .color-pro-detail.active:after { content: ""; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); }
.color-pro-detail input[type="radio"], .size-pro-detail input[type="radio"] { display: none; }
.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-tone); color: var(--clr-white); }
.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; }
.tags-pro-detail a { font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 2rem; }
#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%;}

/* !--------! */
/* ? Header */
.header-top {background: var(--clr-active);padding: 9px 0px;text-align: center;font-size: 15px;}
.header-bottom {padding: 1px 0;}
.header-bottom .header-lang p:hover {cursor: pointer;}

/* Translate */
body { top:0px !important; } 
.skiptranslate iframe { display:none !important; } 
.goog-te-banner-frame { display: none; } 
.goog-logo-link { display:none !important; } 
.goog-te-gadget { color: transparent !important; height: 30px !important; } 
.goog-te-gadget .goog-te-combo { color: #3b3b3b !important; padding: 9px 4px; font-size: 13px; width: 125px; border: 1px solid var(--c1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
.goog-te-gadget span { display: none; } 
#google_language_translator>div,
#google_language_translator>div>div select { height: 100% !important; width: 100% !important; max-width: 100%; height: 38px !important; cursor: pointer; } 

/* TODO: Search Block */
.search__block {--child-height: 32px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.search__block .search__block-inner {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;width: 236px;height: var(--child-height);background: var(--clr-white);border-radius: 5px;}
.search__block .search__button {display: grid;place-items: center;width: 40px;height: 32px;font-size: 16px;color: var(--clr-tone);background: none;}
.search__block .search__input {-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;font-size: 13px;color: var(--clr-black);text-indent: 10px;background: none;padding: 0 0 0 15px;}
.search__block .search__input::-webkit-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input:-moz-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
.search__block .search__input::placeholder { /* autoprefixer: off */ color: var(--clr-silver); }

/* ? Title */
.title__main {font-family: var(--font-title); font-size: clamp(20px, calc(32 / 1200 * 100vw), 32px); color: var(--clr-primary); text-transform: uppercase;}
.title__slogan {font-size: 15px;}
.text-white .title__main  {color: var(--clr-white);}
.btn__main {width: max-content;}
.btn__main p {padding: 7px 27px;background: var(--color-red);color: var(--clr-white);font-family: var(--font-medium);text-transform: uppercase;letter-spacing: 1.4px;border-radius: 5px; transition: all 300ms ease;}
.btn__main p:hover {background: var(--clr-white);color: var(--color-red);transition: all 300ms ease;}


/* ? Field */
.field__info-inner {padding: 17px 5px 16px 15px;}
.field__name {font-family: var(--font-bold); font-size: clamp(14px, calc(17 / 1200 * 100vw), 17px);}
.field__name a {--line-clamp:1;}
.field__name:hover {color: var(--color-red); }

/* ? Intro */
.wrap-intro {background:url(../images/bg-intro.jpg) no-repeat center / cover;}
.intro-left:before { content: '';width: 90%; max-width: 450px; height: 245px; border: 8px solid var(--clr-white); position: absolute; top: 0; left: 0; z-index: -1;}
.intro__quote {font-family: var(--font-alex);font-size: clamp(30px, calc(50 / 1200 * 100vw), 50px);color: var(--clr-white);line-height: 1;}
.intro__name {font-family: var(--font-svn);font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);color: var(--color-red);text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;margin-bottom: 1.5rem;line-height: 1;}
.intro__desc {color: var(--clr-white);line-height: 24px;margin-bottom: 2rem;}
.intro__photo1 {max-width: 410px;margin-left: auto;padding: 0 20px 20px 0;position: relative;z-index: 10;margin-top: -35px;}
.intro__photo1:before { content: '';width: 90%; max-width: 400px; height: 232px; border: 8px solid var(--clr-white); position: absolute; bottom: 0; right: 0; z-index: -1;}

/* ? Criteria */
.criteria__main {background: url(../images/bg-tc.jpg) no-repeat center / cover;padding: 37px 10px;max-width: 805px;margin-top: -140px;position: relative;z-index: 10;}
.criteria__item {text-align: center;}
.criteria__photo {width: 65px; margin: auto;}
.criteria__info {margin-top: 1rem; font-family: var(--font-bold);}

/* ? Construction */
.construction__grid {display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,autoprefixer); gap: 35px 20px;}
.construction__grid .constructionMain__item { grid-column: 1/3;}
.constructionMain__info,
.construction__info {margin-top: 1rem;}
.constructionMain__item .constructionMain__name {font-family: var(--font-bold);font-size: clamp(18px, calc(24 / 1200 * 100vw), 24px);margin-bottom: .5rem; color: var(--clr-primary);}
.constructionMain__item .constructionMain__name a {--line-clamp: 1;}
.constructionMain__item .constructionMain__desc {font-size: 17px; line-height: 24px;}
.constructionMinor__item .constructionMain__name {font-size: 17px; font-family: var(--font-bold); margin-bottom: 1rem;}
.constructionMinor__item .constructionMain__desc {--line-clamp:2;}
.constructionMain__name:hover {color: var(--color-red); transition: all 300ms ease;} 
.construction__name {font-size: 17px; font-family: var(--font-bold); margin-bottom: 1rem; line-height: 24px;}
.construction__name:hover {color: var(--color-red); transition: all 300ms ease;} 
.construction__desc {line-height: 20px;}

/* ? Newsletter */
.wrap-newsletter {background: url(../images/bg-nlt.jpg) no-repeat center / cover ;background-attachment: fixed; }
.newsletter__form {display: grid;grid-template-columns: repeat(1,270px);grid-template-rows: repeat(3,auto);gap: 10px;max-width: 835px;margin: 35px auto 0;}
.newsletter__input:nth-child(1) {grid-column: 1/2; grid-row: 1/2;}
.newsletter__input:nth-child(2) {grid-column: 2/3; grid-row: 1/2;}
.newsletter__input:nth-child(3) {grid-column: 3/4; grid-row: 1/2;}
.newsletter__input:nth-child(4) {grid-column: 1/2; grid-row: 2/3;}
.newsletter__textarea:nth-child(5) {grid-column: 2/4; grid-row: 2/4;}
.newsletter__button:nth-child(6) {grid-column: 1/2; grid-row: 3/4;}

/* ? 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, .newsletter__button { width: 100%; position: relative; }
.newsletter__input input {height: 40px;}
.newsletter__input input {font-size: 14px;color: var(--clr-secondary);border: 1px solid #E9E9E9;background: var(--clr-white);border-radius: 5px;}
.newsletter__input input::placeholder, .newsletter__input input:focus,.newsletter__textarea textarea::placeholder, .newsletter__textarea textarea:focus { /* autoprefixer: off */ font-size: 14px; color: var(--clr-secondary); background: var(--clr-white); box-shadow: none !important; }
.newsletter__textarea textarea {height: 96px; resize: none;}
.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: 100%;border-radius: 5px;}
.newsletter__button input::placeholder, .newsletter__button input:focus { /* autoprefixer: off */ box-shadow: none !important; }
.newsletter__button input:hover { color: var(--clr-white); background: var(--color-red);border-color: var(--color-red); }
.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); }

/* ? Video */
.newsVideo-home {margin-bottom: 40px;}
.newsVideo__title {font-family: var(--font-title); font-size: clamp(25px, calc(34 / 1200 * 100vw), 34px); color: #00A651; text-transform: uppercase;}
.newsVideo__line {width: 80px; height: 2px; background: #00A651;}
.videoHome {width: 100%;margin: 10px 0;border-color: #9B9696;}

/* ? News */
.newsHome__item {min-height: 135px;border-bottom: 1px solid #D9D9D9;}
.newsHome__main .swiper-container {height: 415px;}
.newsHome__name {font-family: var(--font-medium);}
.newsHome__name a {--line-clamp:2;}
.newsHome__name:hover {color: var(--color-red);}
.newsHome__time {font-size: 13px;font-style: italic;margin: .25rem 0;}
.newsHome__desc {line-height: 24px; font-size: 13px; --line-clamp:2; color: #555555;}

.othernews { position: -webkit-sticky; position: sticky; top: 60px; z-index: 11; }
.othernews b { margin-bottom: 10px; }
.news-other { margin-bottom: 15px; }
.pic-news-other { width: 40%; }
.info-news-other { width: 60%; padding-left: 10px; }
.name-news-other { color: var(--clr-black); font-size: 14px; line-height: normal; font-weight: 600; }
.name-news-other:hover { color: var(--clr-tone); }