: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: #0D2943; 
    --clr-btn: #BE0000;
    --clr-tone: #DB0000; 
    --font-title: "SVN-a"; 
    --font-bold: "SVN-b"; 
    --font-regular: "SVN"; 
    --font-medium: "SVN-m"; 
    --font-semi: "SVN-s"; 
}
.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; }
.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;}
.body-container,
.navigation { min-width: 1366px; margin: 0 auto; }  

/* ? 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-white);-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.navigation.has-scroll .navigation__logo {zoom: .65;}
.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: 930px;}
.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: transparent; 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-bold);font-size: 17px;color: var(--clr-black);text-transform: uppercase;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-tone);}
.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-black); padding: .7rem 0; }
.navigation nav ul li ul li:hover>.navigation__name { background: transparent; color: var(--clr-tone); }
.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 {background: #F3F3F3;}  
.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: 35.41666667%; } 
.footer-article--2 { width: 13.33333333%; }
.footer-article--3 { width: 12.08333333%; }
.footer-article--4 { width: 26.25%; } 
.footer__title {font-family: var(--font-title);font-size: 18px;color: var(--clr-black);position: relative;margin-bottom: 20px;}
.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(20px, calc(32 / 1180 * 100vw), 32px); font-family: var(--font-title); color: var(--clr-white); text-transform: uppercase; margin-bottom: 9px; text-shadow: 2px 2px 0px rgba(117, 116, 116, 0.35); -webkit-text-stroke-width: 1; -webkit-text-stroke-color: #1C1C20; }
.footer-powered {background: transparent;color: var(--clr-black);font-family: var(--font-medium);}
.footer-powered .wrap-content {display: flex;align-items: center;justify-content: space-between;background: var(--clr-white);padding: 30px;border-radius: 10px;border: 1px solid #E2E2E2;}
.footer-powered .wrap-content span {font-family: var(--font-bold);}
.footer-powered .wrap-content .footer-social {font-family: var(--font-title); font-size: 18px;}
.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: 210px; }
.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: 15px;}
.footer__policy li a {color: var(--clr-black);font-family: var(--font-medium); transition: all 300ms ease;}
.footer__policy li a:hover {color: var(--clr-tone); transition: all 300ms ease; text-decoration: underline;}

/* 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-template .product__list.flex-list {--columns: 4;--space-horizontal: 7px;--space-vertical: -webkit-calc(var(--space-horizontal) * 2);--space-vertical: -moz-calc(var(--space-horizontal) * 2);--space-vertical: calc(var(--space-horizontal) * 2);}
.product__list.flex-list {--columns: 4;--space-horizontal: 15px;--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); }
.product__photo {padding: 6px;border: 1px solid #db0000c2;display: block;border-radius: 8px; box-shadow: rgba(226, 27, 27, 0.2) 0px 2px 8px 0px;}
.product__info {text-align: center;margin-top: 1.5rem;padding: 0px 15px 15px;}
.product__info-inner { position: relative; display: block; }
.product__name {margin-bottom: .25rem;font-size: 16px;font-family: var(--font-medium);color: #414346;-webkit-line-clamp: 2;}
.product__name:hover { color: var(--clr-tone); }
.price-product { margin-bottom: 0px; }
.price-new {font-size: 16px;font-family: var(--font-medium);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-new-pro-detail:hover {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; flex-wrap:wrap; }
.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: 60px;height: 60px;position: fixed;right: 19px;z-index: 200;cursor: pointer;}
.btn-frame i { width: 60px; height: 60px; -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: 70px; height: 70px; 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: 80px; height: 80px; 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 .wrap-content {position: relative;}
.header .wrap-content:before {content: '';position: absolute;top: 0;left: 100%;right: calc(-1 * calc(50vw - 580px - 1vw));bottom: 0;background: var(--clr-btn);}
.header-contact {padding: 11.5px;}
.header-contact .info {font-family: var(--font-semi);}
.header-right .flex {gap: 10px;}
.header-right p {padding: 11.5px;color: var(--clr-white);font-family: var(--font-bold);text-transform: capitalize;}
.header-right p.profile {background: var(--clr-btn);padding-left: 35px;clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0% 100%);}

/* ? Intro */
.intro-mask { -webkit-mask-image: url(../images/i-mask.png);mask-image: url(../images/i-mask.png);mask-size: 100%;mask-repeat: no-repeat;}
.intro__quote {font-family: var(--font-bold);color: #7C858C;text-transform: uppercase;letter-spacing: 2.8px;position: relative;margin-bottom: 1rem;margin-top: .75rem;}
.intro__quote:before {content: ''; width: 40px; height: 2px; background: var(--clr-tone); position: absolute; top: -10px; left: 0;}
.intro__desc {font-family: var(--font-medium); line-height: 30px; margin-bottom: 1.5rem;}
.intro__btn {width: max-content;}
.intro__btn p {padding: 4px;width: 175px;display: flex;justify-content: end;gap: 20px;align-items: center;background: var(--clr-tone);border-radius: 6px;color: var(--clr-white); font-family: var(--font-bold); text-transform: capitalize; transition: all 300ms ease;}
.intro__btn p:hover {background: #ED3237; transition: all 300ms ease;}
.intro__btn span {width: 53px;height: 42px;padding: 10px 20px;background: #ED3237;color: var(--clr-white);clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);}

/* ? Service */
.service__item {padding: 10px 22px;background: #F3F3F3;border-radius: 8px;min-height: 135px;align-items: center;}
.service__item .service__photo {transition: all 600ms ease;}
.service__item:hover .service__photo {transform: rotateY(360deg); transition: all 600ms ease;}
.service__info {font-family: var(--font-medium);}
.service__name {font-size: 16px; -webkit-line-clamp: 2;  transition: all 300ms ease;}
.service__name:hover {color: var(--clr-tone); transition: all 300ms ease;}
.service__desc {color: #737673; font-size: 13px; line-height: 25px;}

/* ? Product List */
.productList-header {border-bottom: 2px solid var(--clr-tone);}
.productList-header .title {font-family: var(--font-title);font-size: 20px;text-transform: uppercase;color: var(--clr-white);background: var(--clr-tone);width: max-content;padding: 10px 41px 10px 15px;clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);border-radius: 10px 0 0;}
.productList-cate-banner {--wl: 275px;margin-top: 2rem;}
.productList-cate {width: var(--wl);background: #F3F3F3;border-radius: 8px;padding: 15px 10px 15px 30px;}
.productList-cate ul {height: 400px;overflow: auto;}
.productList-cate ul::-webkit-scrollbar { width: 3px; } 
.productList-cate ul::-webkit-scrollbar-track { background: var(--clr-silver); } 
.productList-cate ul::-webkit-scrollbar-thumb { background: var(--clr-tone); } 
.productList-cate ul::-webkit-scrollbar-thumb:hover { background: var(--clr-active); }
.productList-cate ul li {transition: all 300ms ease;}
.productList-cate ul li:hover {color: var(--clr-tone); transition: all 300ms ease;}
.productList-cate a {padding: 10px 0px;display: block;font-family: var(--font-semi);}
.productList-banner {width: calc(100% - var(--wl) - 30px); border-radius: 10px; overflow: hidden;}
 
.page-item.page-item-ajax.disabled {display: none;}
.page-link {min-width: 44px; min-height: 44px;padding: 11px 18px;background: var(--clr-white);border-color: #BFBFBF;border-radius: 5px; color: #595959;}
.page-item.active .page-link { background: var(--clr-white); border-color: var(--clr-tone) ; color: #595959;} 
.pagination {gap: 10px;}

/* ? Project Home */
.wrap-projectHome {background: #F3F3F3; }
.project__photo picture,
.project__photo img {border-radius: 10px; overflow: hidden;}
.project__info {margin-top: 1.5rem;}
.project__name {font-family: var(--font-semi);font-size: 24px;color: var(--clr-active);margin-bottom: .75rem; transition: all 300ms ease;}
.project__name:hover {color: var(--clr-tone); transition: all 300ms ease;}
.project__desc {font-family: var(--font-medium);}


/* ? Title */
.title__main {font-family: var(--font-title); text-transform: uppercase;}
.title__slogan {font-family: var(--font-medium);}

/* ? Newsletter Form */
.wrap-newsletterForm {background: #F3F3F3;}
.wrap-newsletterForm .wrap-content {--w: 1120px;}
.wrap-newsletterForm:before {content: '';width: 100%;height: 288px;background: url(../images/bg-form.jpg) no-repeat center / cover;background-attachment: fixed;position: absolute;top: 0;left: 0;z-index: -1;}
.newsletterForm__main {background: var(--clr-white); border-radius: 8px; padding: 45px 30px 30px;} 
.newsletter__input { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 30px; }
.newsletter__input input { height: 45px; }
.newsletter__input span {position: absolute; top: 10px; right: 10px;}
.newsletter__input input {font-size: 14px;color: var(--clr-secondary);border: 1px solid #E9E9E9;background: var(--clr-white);padding-right: 30px;border-radius: 5px;}
.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 input {border-radius: 0;height: 44px;font-family: var(--font-bold);font-size: 13px;color: var(--clr-white);text-transform: uppercase;outline: none;border: 1px solid var(--clr-tone);background: var(--clr-tone);padding: 0 20px;width: 160px;border-radius: 5px;}
.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); }
.newsletter__button {display: flex; justify-content: end; align-items: center; gap: 20px;}
.newsletter__contact {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px;}
.newsletter__contact .icon {width: 60px; height: 60px;}
.newsletter__contact .content {font-size: 16px;}

/* ? Document */
.documentHome__main {margin-top: 40px;}
.documentHome__main .document__item:not(:last-child) {margin-bottom: 50px;}
.document__name {font-family: var(--font-semi); font-size: 18px; transition: all 300ms ease; -webkit-line-clamp: 1;}
.document__name:hover {color: var(--clr-tone); transition: all 300ms ease; }
.document__desc {font-family: var(--font-medium); font-size: 13px; color: #737673; --line-clamp:2; line-height: 25px;}
.-prev-document { left: calc(100% - 100px); }
.-next-document { right: 0; }
.-next-document, .-prev-document { width: 47px; height: 47px; background: transparent; box-shadow: none; top: calc(100% - 47px); }
.-next-document:after { content: ''; width: 47px; height: 47px; background: url(../images/i-next.png) no-repeat center / cover; }
.-prev-document:after { content: ''; width: 47px; height: 47px; background: url(../images/i-prev.png) no-repeat center / cover; }

/* ? Partner Home */
.partner__item {border: 1px solid #E2E2E2; border-radius: 10px;}
.partner__photo picture,
.partner__photo img {border-radius: 10px; overflow: hidden;}

/* 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: 32px !important;
    cursor: pointer;
    margin: 0;
}
#google_language_translator>div>div select {
    padding: 0 10px;
}

/* Left Menu Float */
.product-inner-left {width: 23%;}
.product-inner-right {width: calc(77% - 20px);}
.left-menu-float-list {border: 1px solid var(--clr-tone);}
.left-menu-float { width: 100%; position: relative; z-index: 9; } 
.left-menu-float-box { position: sticky; top: 60px; } 
.left-menu-float-title { font-family: var(--font-bold); font-size: 18px; color: var(--clr-white); height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; background: var(--clr-tone);} 
.left-menu-float-list ul { list-style: none; padding: 0; margin: 0; } 
.left-menu-float-list ul li { position: relative; } 
.left-menu-float-list ul li:last-child a { border-bottom: none; } 
.left-menu-float-list ul li a { display: block; font-family: var(--font-bold); font-size: 16px; color: #333; padding: 10px; border-bottom: 1px solid var(--clr-tone); } 
.left-menu-float-list ul li a:hover { color: #ec2d3f; } 
.left-menu-float-list ul li ul { position: absolute; left: 100%; top: 0; width: 270px; background: #fff; display: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1); -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1); box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1); z-index: 9; } 
.left-menu-float-list>ul>li:hover>ul { display: block}
.left-menu-float-list>ul>li>ul>li:hover>ul { display: block; } 
.product-tpl-right { width: calc(100% - 290px); }

.navigation.has-scroll {border-bottom: 2px solid var(--clr-tone);}
.navigation__hotline {text-align: center;}
.navigation__hotline .price-new-pro-detail {font-size: 14px;}
.navigation__hotline p {font-size: 16px; font-family: var(--font-bold);}

/* Category Toggle */

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