:root { --color-red: #ff0000; --clr-primary: #333333; --clr-secondary: #666666; --clr-white: #ffffff; --clr-black: #000000; --clr-active: #08a73d; --clr-btn: #08a73d; --clr-main: #08a73d; --font-title: "Roboto-b"; --font-bold: "Roboto-b"; --font-regular: "Roboto"; --font-medium: "Roboto-m"; --font-svn: "SVN-m"; --font-xbold: "XBold"; }
body { font-size: 14px; line-height: 1.5; }
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h1 { font-family: var(--font-title); font-size: 30px; color: var(--clr-main); text-transform: uppercase; }
.main__title p { font-family: var(--font-title); font-size: 30px; color: var(--clr-main); text-transform: uppercase; }
.title-main { position: relative; text-align: center; }
.title-main span { font-size: 1.5em; font-weight: bold; text-transform: uppercase; }
.ff-title { font-family: var(--font-title); }
.ff-bold { font-family: var(--font-bold); }
.ff-regular { font-family: var(--font-regular); }

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover>ul, .scale-img img, .scale-img:hover>img, .support-online .kenit-alo-circle-fill { transition: 0.3s all; }
.gutter-x-24 { --bs-gutter-x: 24px; }
.gutter-x-20 { --bs-gutter-x: 20px; }
.gutter-x-10 { --bs-gutter-x: 10px; }
.gutter-x-9 { --bs-gutter-x: 9px; }
.gutter-x-5 { --bs-gutter-x: 5px; }

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

/* Search */
.search { width: 50%; max-width: 400px; background: #fff; position: relative; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; }
.search input { width: calc(100% - 35px); font-size: 13px; color: #333; border-radius: 10px; border: none; }
.search input:focus { border: none; box-shadow: none; }
.search label { height: 35px; cursor: pointer; text-align: center; font-size: 16px; background: #f00; color: #fff; border-radius: 10px; margin-right: 3px; padding: 5px 10px; }
.search label i { font-weight: bold; color: #999; }
.box-search { padding: 10px; border-bottom: 1px solid #f1f1f1; display: flex; justify-content: space-between; align-items: center; }
.ds-item-search { width: calc(100% - 70px); }
.ds-item-search a { font-size: 14px; color: #333; }
.show-search { position: absolute; z-index: 9999; top: 100%; background: #fff; width: 100%; border-radius: 10px; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
.box-search .price-product { width: 100%; margin: 0px; text-align: left; }
.box-search .price-product .price-new { color: #f00; font-size: 14px; font-weight: bold; }
.box-search .price-product .price-old { color: #999; text-decoration-line: line-through; }

/* Mmenu */
.offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow: scroll; }
.offcanvas-body::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-thumb { background-color: #0d6efd; border-radius: 5px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-track { background: #fff; width: 4px; height: 4px; transition: all 1s; }
.btn-close-menu { position: absolute; right: 20px; top: 20px; }
.menu-mobile ul { padding: 0px; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li>span i { transition: transform 0.3s ease; }
.menu-mobile ul li a { display: block; padding-right: 30px; color: #333; font-size: 15px; padding: 10px 0px; border-bottom: 1px solid #f1f1f1; }
.menu-mobile ul li a i { margin-right: 10px; }
.menu-mobile ul li li a { font-weight: normal; }
.menu-mobile ul li a:hover { color: #f00; }
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: var(--clr-main); font-size: 17px; line-height: 18px; height: 25px; color: #fff; width: 35px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; padding-right: 14px; }
.menu-mobile ul li:hover { color: #f00; }
.menu-mobile ul ul li .scroll { background: none; color: var(--clr-main); }
.menu-mobile ul li ul { padding-left: 10px; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: var(--clr-main); }
.search-menu { width: 100%; position: relative; margin: 10px 0px; }
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; }
.search-menu p { position: absolute; right: 10px; bottom: 8px; }

/* ? Navigation*/
.navigation { position: relative; z-index: 501; background: 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>.navigation__inner { -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; }
.navigation nav#menu { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 1036px; }
.navigation nav#menu ul { list-style: none; padding: 0; margin: 0; }
.navigation nav#menu ul:has(.level-0) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.navigation nav#menu ul li { position: relative; z-index: 1; }
.navigation nav#menu ul li .navigation__name::before { position: absolute; content: ''; width: 5px; height: 5px; background: var(--clr-main); border-radius: 100%; left: 1.5rem; top: calc(50% - 2.5px); transition: all 300ms ease; opacity: 0; }
.navigation nav#menu ul li ul li .navigation__name::before { content: none; }
.navigation nav#menu ul li.active .navigation__name::before { opacity: 1; transition: all 300ms ease; }
.navigation nav#menu ul li .navigation__name { display: block; position: relative; font-family: var(--font-medium); color: #2F4858; padding: 10px; text-decoration: none; overflow: hidden; border: 1px solid transparent; border-radius: 50px; text-transform: capitalize; }
.navigation nav#menu ul li .navigation__name:hover { color: var(--clr-main); transition: all 300ms ease; }
.navigation nav#menu ul li.active>.navigation__name { border-color: var(--clr-main); color: var(--clr-main); background: var(--clr-white); padding: 9px 21px 8px 43px; }
.navigation nav#menu ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 250px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; background: var(--clr-white); -webkit-box-shadow: 1px 1px 15px var(--clr-black)26; -moz-box-shadow: 1px 1px 15px var(--clr-black)26; box-shadow: 1px 1px 15px var(--clr-black)26; padding: 0.75rem 0; margin-top: -5px; -webkit-transform: perspective(600px) scaleY(1.5) translateY(15px); -moz-transform: perspective(600px) scaleY(1.5) translateY(15px); transform: perspective(600px) scaleY(1.5) translateY(15px); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.navigation nav#menu ul li:hover>ul { opacity: 1; visibility: visible; -webkit-transform: perspective(600px) scaleY(1) translateY(0); -moz-transform: perspective(600px) scaleY(1) translateY(0); transform: perspective(600px) scaleY(1) translateY(0); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; top: -webkit-calc(100% + 10px); top: -moz-calc(100% + 10px); top: calc(100% + 10px); }
.navigation nav#menu ul li ul li>ul { left: 100%; top: 0 !important; }
.navigation nav#menu ul li ul li { isolation: isolate; padding: 0 0.75rem; }
.navigation nav#menu ul li ul li a.navigation__name { color: var(--clr-black); padding: .7rem 0; }
.navigation nav#menu ul li ul li:hover>.navigation__name { background: transparent; color: var(--clr-active); }
.navigation nav#menu ul li ul li:not(:last-child):before { content: ''; position: absolute; right: 0.75rem; bottom: 0; left: 0.75rem; z-index: -1; height: 1px; background: var(--clr-silver); }

/* TODO: Search Toggle */
.search__toggle { margin-left: 2rem; --height: 50px; position: relative; }
.search__toggle:before { content: url(../images/i-line-search.png); position: absolute; top: calc(50% - 20px); left: -2rem; }
.search__toggle .search__icon { display: grid; place-items: center; width: 50px; height: var(--height); font-size: 17px; color: var(--clr-white); cursor: pointer; background: var(--clr-main); border-radius: 100%; }
.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: 60px; 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; height: 40px; }
.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%; height: 40px; }
.search__toggle .search__grid input, .search__toggle .search__grid input:focus { box-shadow: none; border: 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); }

/* News */
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; text-align: start; }
.share b { display: block; margin-bottom: 5px; }

/* Toc */
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-family: var(--font-bold); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.box-readmore { 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; display: none; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, '.') '. '; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }

/* Video */
.video-main { position: relative; }
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; }
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);border-radius: 50%; width: 66px; height: 66px; display: flex; justify-content: center; align-items: center;  cursor: pointer; transition: all 1s;}
.video__photo {position: relative; z-index: 1;}
.video__photo span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);border-radius: 50%; width: 66px; height: 66px; display: flex; justify-content: center; align-items: center;  cursor: pointer; transition: all 1s;}
.video-item:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.video-name { text-align: center; font-size: 16px; margin-top: 10px; }

/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; }
.sort-select .click-sort { border: 1px solid #e0e0e0; border-radius: 4px; cursor: pointer; font-size: 14px; padding: 6px 10px 6px 8px; margin: 0px; }
.sort-select-main { display: grid; background-color: #fff; border-radius: 4px; box-shadow: 0 4px 6px rgb(0 0 0 / 20%); position: absolute; padding: 0 7px; top: 30px; right: 0; width: 160px; z-index: 2; }
.sort-select-main p { border-bottom: 1px solid #f1f1f1; margin: 0px; order: 2; }
.sort-select-main p:has(.check) { order: 1; }
.sort a { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; }
.sort a.check i { box-sizing: border-box; position: relative; display: inline-block; transform: scale(var(--ggs, 1)); width: 22px; height: 16px; border: 2px solid transparent; border-radius: 100px; vertical-align: middle; }
.sort a.check i::after { content: ''; display: block; box-sizing: border-box; position: absolute; left: 3px; top: -4px; width: 6px; height: 10px; border-width: 0 2px 2px 0; border-style: solid; transform-origin: bottom left; transform: rotate(45deg); }
.sort-select .sort-show { padding-right: 12px; position: relative; }
.sort-select .sort-show::before { content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333; content: ''; height: 0; position: absolute; top: 6px; right: 0; width: 0; }

/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; }
.flex-product-main { display: flex; gap: 20px; }
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; }
.flex-product-main .right-product { width: calc(100% - 250px); }
.wr-search p { font-weight: bold; text-transform: uppercase; }

/* product detail */
.left-pro-detail .MagicZoom { border: 1px solid #7e7e7e; padding: 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: var(--clr-white); }
.left-pro-detail .MagicZoom img { border-radius: 20px; }
.tabs-pro-detail .tab-content { border: 1px solid #ddd; border-top: none; padding: 20px; }
.nav-tabs li a { text-transform: uppercase; font-weight: 500; color: #333; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #f00; }
.attr-pro-detail { margin: auto; padding: 0; list-style: none; }
.title-pro-detail { text-transform: capitalize; display: block; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00; }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px; }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: #232323; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; margin-right: 20px; font-weight: 500; }
.quantity-pro-detail span { line-height: 40px; padding: 0; width: 30px; height: 40px; color: #000; cursor: pointer; font-size: 22px; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0; }
.quantity-pro-detail input { height: 40px; width: calc(100% - 60px); text-align: center; font-size: 20px; padding: 5px; font-weight: 700; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: center; justify-content: flex-start; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 8px 15px; cursor: pointer; border-radius: 5px; font-weight: bold; }
.cart-pro-detail a.addnow { margin-right: 10px; color: #fff; border-radius: 5px; }
.cart-pro-detail a.addnow:hover { background-color: #f00; color: #fff; border-color: #f00; }
.cart-pro-detail a.buynow { background-color: #000; }
.cart-pro-detail a.buynow:hover { background-color: #f00; color: #fff; }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }

/* Contact */
.contact-map { position: relative; height: 500px; margin-top: 30px; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.frm_contact { border: 1px solid #ddd; padding: 30px; }

/*  breadCrumbs */
.breadCrumbs { padding: 10px 0px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }

/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; text-align: center; }
.pagination li span { cursor: pointer; }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: #1182fc; opacity: 0.5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { animation-name: pulse; }
.grid-properties { display: flex; gap: 10px; }
.grid-properties span { position: relative; border: 1px solid #ddd; padding: 5px 15px; cursor: pointer; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid #f00; color: #f00; }
.grid-properties span:hover:after, .grid-properties span.active:after { content: ''; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; }
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }

/* News */
.grid-news { --col: 3; --gap-x: 15px; --gap-Y: 15px; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 { font-size: 16px; margin: 0; color: #000; font-weight: 500; text-transform: uppercase; -webkit-line-clamp: 2 !important; }
.ds-news .desc { color: #333; }
.item-news-all { display: flex; justify-content: space-between; }
.item-news-all .ds-news { width: calc(100% - 110px); }
.item-news-all .ds-news h3 { text-transform: capitalize; font-size: 15px; }
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 20px; width: 30%; background: #f1f1f1cc; padding: 20px; box-shadow: 0px 0px 5px #99999978; }

/* Popup */
.modal-title { font-size: 20px; }

/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; z-index: 999; }
.loading { width: 50px; height: 50px; border: 5px solid rgba(0, 0, 0, 0.1); border-radius: 50%; border-top: 5px solid #3498db; animation: spin 1s linear infinite; }

/* Album */
.album__item-inner { position: relative; z-index: 1; }
.album__info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00000082; z-index: 1; display: grid; place-content: center; padding: 10px 15px; opacity: 0; transition: all 300ms ease; }
.album__name { font-family: var(--font-bold); font-size: 20px; color: var(--clr-white); width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.album__item:hover .album__info { opacity: 1; transition: all 300ms ease; }
.album__item:hover .album__name { width: 100%; transition: all 300ms ease; }
.album__photo { border-radius: 10px; overflow: hidden; }

/* ? Header */
.header {background: #08a73d;}
.flex_selection { display: flex; flex-direction: column; gap: 15px; }
.title_selection { font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.selection_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 calc(0% - 10px); }
.item_selection { display: block; padding: 10px; transition: .3s; position: relative; border-radius: 5px; }
.item_selection:hover { background: rgba(0, 0, 0, .07); }
.flex_item_selection { display: flex; justify-content: space-between; align-items: center; }
.selection__pic { width: 25px; border-radius: 100px; overflow: hidden; border: solid 1px #8d8d8d; }
.selection__name { width: calc(100% - 35px); text-align: left; display: flex; align-items: center; justify-content: space-between; }
.selection__name span { font-size: 13px; display: inline-block; }
.selection__name svg { width: 18px; opacity: 0; }
.item_selection.active .selection__name svg { opacity: 1; fill: #006ce4; }
.skiptranslate iframe { display: none; }
body { top: 0px !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; }

/* ? About */
.about-left:before {content: '';width: 50px;height: 414px;background: url(../images/i-about.png) no-repeat center center / cover;position: absolute;bottom: 0;left: -90px;}
.about-quote { font-size:  17px; color: #717171; letter-spacing: 0.85px; }
.about-name { font-size: 96px; background: linear-gradient(90deg, #0E7445 0%, #13A763 50.96%, #0E7445 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: var(--font-xbold); width: fit-content; line-height: 1.24; }
.about-desc {font-size: 13px; color: #383838; line-height: 30px; text-align: justify;}
.about-btn {display: flex; border: 1px solid #4A4A4A; border-radius: 50px; padding: 3px; width: fit-content; align-items: center; gap: 15px; color: #4A4A4A; padding-left: 40px; transition: all 300ms ease;}
.about-btn:hover {background: var(--clr-active); transition: all 300ms ease; color: var(--clr-white); }
.about-btn:hover span:last-child { background: var(--clr-active);}
.about-btn span:last-child {width: 44px; height: 44px; background: var(--clr-main); display: grid; place-content: center; border-radius: 100%; color: var(--clr-white);}

/* ? Parameter */
.parameter__main { display: flex; justify-content: space-between;}
.parameter-item {flex: 1 0 20%;max-width: 20%;width: 20%;display: grid;place-content: center;text-align: center;min-height: 200px;background: #F5F8FA;padding: 20px;position: relative;}
.parameter-item:not(:last-child):before {content: '';width: 20px;height: 20px;background: #F5F8FA;position: absolute;top: 50%;right: -3px;transform: rotate(45deg) translateY(-50%);z-index: 1;}
.parameter-item:not(:last-child):nth-child(2n):before {content: '';width: 20px;height: 20px;background: var(--clr-main);position: absolute;top: 50%;right: -3px;transform: rotate(45deg) translateY(-50%);z-index: 1;}
.parameter-item:nth-child(2n) {background: var(--clr-main); color: var(--clr-white);}
.parameter-item:nth-child(2n) .parameter-numb {color: var(--clr-white);}
.parameter-item:nth-child(2n) .parameter-name {color: var(--clr-white);}
.parameter-numb {color: var(--clr-main);  font-family: var(--font-medium); font-size: 55px; margin-bottom: 0; line-height: 1.3;}
.parameter-name {font-family: var(--font-medium); font-size: 15px; color: #2D3348; margin-bottom: 0;}

/* ? Title */
.title__home {text-align: center;}
.title__main {font-family: var(--font-bold);font-size: 50px;}
.title__main.has-gradient {background: linear-gradient(90deg, #0E7445 0%, #13A763 50.96%, #0E7445 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.title__slogan {font-size: 16px; letter-spacing: 0.8px; color: #3C3C3C;}
.title__slogan2 {color: #3C3C3C; font-size: 15px; line-height: 30px; text-align: start;}
.title__line {display: block ; width: fit-content; margin-left: auto; margin-right: auto;}

/* ? Service */
.grid-service {--col:3; --gap-x:24px; --gap-y:24px;}
.wrap-serviceHome {background: url(../images/bg-service.jpg) repeat center center / cover;}
.wrap-serviceHome .swiper-slide {padding: 10px 0 !important; overflow: unset !important;}
.serviceHome__main {margin-top: 1.25rem;}
.service-item {border-radius: 5px; overflow: hidden; background: var(--clr-white); box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);}
.service-info {padding: 13px 22px;} 
.service-name a {font-size: 18px; font-family: var(--font-bold); color: var(--clr-main);  margin-bottom: .3rem; transition: all 300ms ease;}
.service-name a:hover {color: #006562; transition: all 300ms ease;}
.service-desc {--line-clamp:2;color: #727272;font-size: 13px;line-height: 25px;margin-bottom: 0;}

/* ? Procedure */
.wrap-procedure {background: url(../images/bg-procedure.jpg) no-repeat center center / cover; position: relative;z-index: 1;}
/* .wrap-procedure:before {content: url(../images/i-maybay.png);position: absolute;bottom: -7px;left: 45%;z-index: -1;transform: translateX(-50%);} */
.procedure__main {margin-top: 145px; }
.procedure-item {display: flex; align-items: start; max-width: 470px; gap: 10px; position: relative; z-index: 1;}
.procedure-item:nth-child(1) {margin-bottom: 30px; margin-right: 53px;}
.procedure-item:nth-child(2) {margin-bottom: 55px;  margin-left: 20px;}
.procedure-item:nth-child(3) {margin-bottom: 90px; margin-right: 75px;}
.procedure-item:nth-child(4) {margin-bottom: -40px; margin-left: 20px;} 
.procedure-item:nth-child(2n) {flex-direction: row-reverse;}
.procedure-item:nth-child(2n + 1) {margin-left: auto;}
.procedure-item:nth-child(2n):before {content: ''; width: 13px; height: 13px; background: var(--clr-white); clip-path: polygon(100% 0, 0 0, 100% 100%); position: absolute; top: 0; right: 0;}
.procedure-item:nth-child(2n + 1):before {content: ''; width: 13px; height: 13px; background: var(--clr-white); clip-path: polygon(0 0, 100% 0, 0 100%); position: absolute; top: 0; left: 0;}
.procedure-item:hover .procedure-photo {transform: rotateY(360deg); transition: all 700ms ease;}
.procedure-photo {width: 100px; height: 100px; border: 2px solid #FFF; box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25) inset; border-radius: 100%; padding: 26px; background: var(--clr-white);  transition: all 700ms ease;}
.procedure-info {flex: 1 0 calc(100% - 110px); color: var(--clr-white);}
.procedure-name {font-family: var(--font-bold); font-size: 20px; --line-clamp:2; margin-bottom: 0;}
.procedure-desc {font-size: 13px; line-height: 25px; --line-clamp:2;}

/* ? Tab content */
.formNewsletter-tab .nav-tabs {gap: 10px; border: none;}
.formNewsletter-tab .nav-tabs .nav-link:hover,
.formNewsletter-tab .nav-tabs .nav-link.active {background: linear-gradient(90deg, #0E7546 0%, #17935B 50%, #0E7546 100%);color: var(--clr-white);}
.formNewsletter-tab .nav-tabs .nav-link {font-size: 13px; text-transform: none; border-radius: 0; padding: 14px 43px; border: 1px solid #777;}
.formNewsletter-tab .content-main {font-size: 13px; color: #383838; line-height: 30px; margin-top: 1.5rem;}

/* ? FormNewsletter */
.formNewsletter-box {border-radius: 10px; background: #D6D6D6; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); padding: 38px 42px;}
.newsletter__input, .newsletter__button { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 10px; }
.newsletter__input input,
.newsletter__input select { height: 50px; }
.newsletter__input select {font-size: 14px;color: var(--clr-secondary);border: 1px solid transparent;background: var(--clr-white); width: 100%; border-radius: 0;}
.newsletter__input input {font-size: 14px;color: var(--clr-secondary);border: 1px solid transparent;background: var(--clr-white); border-radius: 0;}
.newsletter__textarea textarea {font-size: 14px;color: var(--clr-secondary);border: 1px solid transparent;background: var(--clr-white); width: 100%; resize: none; height: 100px; border-radius: 0;}
.newsletter__input select::placeholder, .newsletter__input select:focus, 
.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__button {width: fit-content;}
.newsletter__button input {border-radius: 0;height: 50px;font-size: 13px;color: var(--clr-white);text-transform: uppercase;outline: none;padding: 0 20px;width: 180px;border: 1px solid #777;background: linear-gradient(90deg, #0E7546 0%, #17935B 50%, #0E7546 100%); }
.newsletter__button input::placeholder, .newsletter__button input:focus { /* autoprefixer: off */ box-shadow: none !important; }
.newsletter__button input:hover { color: var(--clr-white); background: var(--clr-active); border-color: var(--clr-active); }
.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); }
.contact-form input, .contact-form select,.contact-form textarea {border: 1px solid #cdcdcd;}
/* ? Album Home */
.wrap-albumVideoHome {background: url(../images/bg-service.jpg) repeat center center / cover; }
.albumVideoHome__main {margin-top: 25px;} 
.-prev-album { left: -75px; }
.-next-album { right: -75px; }
.-next-album, .-prev-album { width: 60px; height: 60px; background: transparent; box-shadow: none;  }
.-next-album:after { content: ''; width: 60px; height: 60px; background: url(../images/i-next.png) no-repeat center / cover; }
.-prev-album:after { content: ''; width: 60px; height: 60px; background: url(../images/i-prev.png) no-repeat center / cover; }
.video__name {font-size: 18px; text-align: center;}

/* ? NewsHome */
.newsHome-item {overflow: hidden; border-radius: 10px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);}
.newsHome-info {padding: 20px 15px 15px 28px;}
.newsHome-name a {font-size: 15px; font-weight: 600; color: #242424; --line-clamp:2;  transition: all 300ms ease;}
.newsHome-name a:hover {color: var(--clr-main); transition: all 300ms ease;}
.newsHome-time {display: flex; align-items: center; font-size: 13px; color: #159259; gap: 7px; margin: .5rem 0;}
.newsHome-desc {font-size: 13px; line-height: 25px; color: #7C7C7C; --line-clamp:2;}

.newsHome-right {display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.news-item {overflow: hidden; border-radius: 10px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);}
.news-info {padding: 10px;}
.news-name a {font-size: 15px; font-weight: 600; color: #242424; --line-clamp:2;  transition: all 300ms ease;}
.news-name a:hover {color: var(--clr-main); transition: all 300ms ease;}
.news-time {display: flex; align-items: center; font-size: 13px; color: #159259; gap: 7px; margin: .5rem 0;}
.news-desc {font-size: 13px; line-height: 25px; color: #7C7C7C; --line-clamp:2; margin-bottom: 0;}

/* Footer */
.footer { background: #08a73d; }
.footer-article__inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.footer-article--1 { width: 23.989899%; }
.footer-article--2 { width: 30.723906%; }
.footer-article--3 { width: 12.205387%; }
.footer-article--4 { width: 15.993266%; }
.footer-name1 {font-weight: 600; color: var(--clr-white); margin-bottom: 0;}
.footer-name { font-size: 50px; font-family: var(--font-title); color: var(--clr-white);  margin-bottom: .75rem;}
.footer-info {color: var(--clr-white); font-size: 13px;}
.footer-list {display: flex; align-items: center; gap: 20px; font-family: var(--font-medium); color: var(--clr-white); margin-top: 1.5rem;}
.footer-list ul {list-style: none; padding: 0; margin: 0; gap: 10px;}
.footer-title { font-family: var(--font-medium); font-size: 15px; color: var(--clr-white); position: relative; margin-bottom: 20px; text-transform: uppercase; }
.footer-policy { padding: 0 0 0 1rem; margin: 0;  color: var(--clr-white); font-size: 10px;}
.footer-policy li:not(:last-child) { margin-bottom: 10px;}
.footer-policy li a { color: var(--clr-white); transition: all 300ms ease; font-size: 13px;}
.footer-policy li a:hover {  transition: all 300ms ease; text-decoration: underline;}
.footer-powered {background: transparent;color: var(--clr-white);font-size: 13px;}
.footer-copyright span {font-family: var(--font-bold);}
.footer-powered .wrap-content { display: flex; align-items: center; justify-content: space-between;  padding: 25px 0; border-top: 1px solid rgb(255, 255, 255, .4);}
.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; } */
.wrap-procedure {position: relative; z-index: 1; overflow: hidden;}
.uudiem_middle {position: absolute; bottom: 0px; left: 40%;}
.uudiem_middle #linesvg {overflow: unset !important;}