/* @keyframe */
@keyframes spin {
to { transform: rotate(360deg); }
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes shake-anim {
0% { transform: rotate(0) scale(1) skew(1deg); }
10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@keyframes rotate {
from { transform: rotate(0); }
to { transform: rotate(360deg); }
}
@keyframes fadeup {
from { opacity: 0; transform: translateX(-20px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse-animation {
0% { transform: scale3d(1, 1, 1); opacity: 0; }
10% { transform: scale3d(1.1, 1.1, 1.1); opacity: 1; }
100% { transform: scale3d(1.6, 1.6, 1.6); opacity: 0; }
}
@keyframes border-animation {
0% { transform: scale3d(0.6, 0.6, 0.6); opacity: 0; }
20% { transform: scale3d(1.2, 1.2, 1.2); opacity: 1; }
100% { transform: scale3d(1.4, 1.4, 1.4); opacity: 0; }
}
:root { --color-main: #071d33; --color-social: #071d33; --color-hover: #f00; --color-text: #071d33; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body { font-size: 14px; line-height: 1.5; font-family: "Roboto"; color: #fff; background-image: url("../images/bg-main.jpg"); }
.seo-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; }
.w-clear:after { display: block; content: ""; clear: both; }
.max-width, .wrap-content { margin: 0px auto; max-width: 1300px; }
.container-custom { padding: 0px 10px; margin: 0px auto; }
img { max-width: 100%; display: inline-block; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; }
.scale-img img, .scale-img picture { transition: all 0.5s; }
.scale-img:hover img, .scale-img:hover picture { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.hover-img:before { bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; z-index: 1; border: 100px double transparent; opacity: 1; visibility: visible; box-sizing: border-box; }
.hover-img:hover:before { opacity: 0; border: 0 double rgba(255, 255, 255, 0.7); visibility: hidden; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.line-clamp-2 { -webkit-line-clamp: 2; }
.p-relative { position: relative; }
.pct { padding: 20px 0px; }
.mct { margin: 20px 0px; }
.m-top { margin-top: 20px; }
.p-top { padding-top: 20px; }
.p-content { background-color: #fff; padding: 10px; border-radius: 10px; }
.scrollbar::-webkit-scrollbar { width: 5px; }
.scrollbar::-webkit-scrollbar-track { background-color: #7b7e81; border-radius: 5px; }
.scrollbar::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); border-radius: 5px; }
.jconfirm-holder { color: #000; }
.jconfirm-content { color: #000; }
/* title home */
.title-home { margin-bottom: 15px; }
.title-home-name { text-transform: capitalize; font-size: 22px; font-style: normal; font-weight: 700; }
.home-slogan { font-size: 15px; margin-bottom: 0; }
.row-home { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.left-home { width: 270px; position: sticky; top: 57px; z-index: 9; }
.right-home { width: calc(100% - 290px); }
.border-gradient-main { padding: 1px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
/* 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-20 { --bs-gutter-x: 20px; }
.gutter-x-5 { --bs-gutter-x: 5px; }
/*   Header   */
.header { background: transparent; position: relative; z-index: 999; }
.flex-header { display: flex; justify-content: space-between; align-items: center; }
.header-cart { border: 1px solid #f0df74; padding: 0; border-radius: 100px; position: relative; color: #f0df74; width: 35px; height: 35px; text-align: center; line-height: 35px; }
.header-cart:hover { color: #fed402; }
.header-cart i { font-size: 15px; }
.header-cart .count-cart { position: absolute; z-index: 2; color: #fff; background: #f00; border-radius: 50%; top: -10px; right: -2px; width: 20px; height: 20px; text-align: center; line-height: 20px; }
.header-top { }
.header-top-slogan { text-align: center; font-size: 24px; font-weight: 700; text-transform: uppercase; background-image: url("../images/bg-slogan.jpg"); background-repeat: no-repeat; background-size: cover; color: #fff; padding: 12px 0px; }
.header-top-slogan marquee span { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.header-top-contact { background: #071d33; padding: 11px 0px; }
.left-header-top-contact { }
.header-info { color: #fff; font-size: 15px; font-weight: 400; line-height: normal; display: flex; align-items: center; gap: 5px; }
.header-info svg { animation: tada; animation-duration: 2s; animation-iteration-count: infinite; }
.header-info i { font-size: 11px; margin-left: 5px; }
.header-info b { background: linear-gradient(0deg, #f0df74 0%, #f0df74 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 15px; font-weight: 700; line-height: normal; }
.right-header-top-contact { display: flex; gap: 54px; }
.header-bottom { padding: 12px 0px; }
.tags-header { max-width: 870px;     /* overflow-x: auto; */     /* white-space: nowrap; */
margin: 7px auto 0 auto; padding-bottom: 3px; color: #fff; display: flex; align-items: center; }
.slide-timkiem { width: calc(100% - 129px); }
.tags-header::-webkit-scrollbar { height: 3px; background-color: #f5f5f5; }
.tags-header::-webkit-scrollbar-track { background-color: #f5f5f5; border-radius: 30px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.tags-header::-webkit-scrollbar-thumb { background-color: #cdad59; border-radius: 30px; }
.tags-header span { font-weight: 700; margin: 0px 10px; }
.tags-header span.line { width: 1px; height: 16px; background: #a8a8a8; margin: 0 15px; }
.tags-header a { display: inline-block; color: #fff; font-size: 14px; font-weight: 400; line-height: normal; text-transform: capitalize; transition: 0.3s; }
.tags-header a:hover { color: #f0df74; }
.btn-tuvan { border-radius: 10px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); color: #071d33; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 4px 28.5px; cursor: pointer; }
.btn-tuvan i { font-size: 16px; display: none; }
.btn-tuvan span { display: block; }
.box-header-info { position: relative; }
.header-hethong { max-width: 480px; width: 1000px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); padding: 10px; box-shadow: 0 0 15px #00000057; border-radius: 5px; max-height: 343px; overflow-y: auto; position: absolute; left: 0; top: 100%; z-index: 192; display: none; }
.hethong-item { display: flex; align-items: center; justify-content: space-between; color: #1a1a1a; border-bottom: 1px solid #1a1a1a; padding-bottom: 10px; transition: 0.5s; }
.hethong-item + .hethong-item { margin-top: 15px; }
.hethong-item:hover { background-color: #f0df74; color: #1a1a1a; }
.hethong-img { }
.hethong-img img { max-width: 29px; }
.hethong-info { width: calc(100% - 43px); }
.hethong-name { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.hethong-desc { }
.header-file { left: unset; right: 0; }
.header-file .hethong-item { flex-direction: row-reverse; text-align: right; }
.header-hethong-cursor:hover .header-hethong { display: block; }
.right-header-des { display: flex; align-items: center; gap: 10px; display: none; }
/* slideshow */
.slideshow { position: relative; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.left-slide { width: 69.3%; }
.right-slide { width: 29.71%; }
.slideshow a { border-radius: 10px; overflow: hidden; }
.slideshow a img { }
/* Search */
.search { width: 870px; background: #fff; position: relative; display: flex; justify-content: space-between; align-items: center; border-radius: 30px; border: 1px solid #b3b3b3; padding: 2px 2px 2px 2px; }
.search input { width: calc(100% - 35px); font-size: 13px; color: #333; border-radius: 30px 0 0px 30px; border: none; height: 45px; }
.search input:focus { border: none; box-shadow: none; outline: none; }
.search label { height: 45px; width: 120px; cursor: pointer; text-align: center; font-size: 16px; color: #071d33; border-radius: 40px; line-height: 45px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); font-weight: 700; text-transform: uppercase; }
.search label i { font-weight: bold; color: #fff; }
.search label.search-icon { width: 45px; background: transparent; }
.search label.search-icon i { color: #333; font-size: 20px; }
.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; }
.search-res { position: relative; }
.search-res .icon-search { width: 35px; height: 35px; cursor: pointer; text-align: center; line-height: 35px; color: var(--color-main); font-size: 15px; margin: 0px; border: 1px solid var(--color-main); border-radius: 50%; }
.search-res .icon-search.active { color: var(--color-main); background: #ffffff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search-res .search-grid p { float: left; width: 40px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-main); line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 40px); float: right; outline: none; border: none; color: #333; box-shadow: none; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }
/* Search autocomplate */
.search-clear { position: absolute; right: 135px; top: calc(50% - 13px / 2); color: #ff0101; font-size: 13px; cursor: pointer; display: none; }
.search-clear.active { display: block; }
.search-loading { text-align: center; }
.search-loading span { border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid blue; border-right: 5px solid green; border-bottom: 5px solid red; width: 30px; height: 30px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; display: inline-block; }
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.search-autocomplate { position: absolute; left: 0px; top: calc(100% + 5px); right: 0px; background: #fff; border: 1px solid #e9e9e9;     /* border-top: none; */ display: none; z-index: 99; padding: 10px; border-radius: 10px; }
.search-product-show { max-height: 400px; }
.search-count-show { border-top: 1px solid #cdd0d5; padding: 15px 5px 3px; font-size: 13px; }
.search-autocomplate.active { display: block; }
.search-item { display: block; padding: 7px 0px; border-bottom: 1px solid #ebebeb; }
.search-item:last-child { border-bottom: 0px; }
.search-item:hover { background: #f0f2f5; }
.search-img { width: 70px; display: block; }
.search-info { width: calc(100% - 82px); display: block; }
.search-name { font-size: 14px; font-weight: 700; color: #333; }
.search-name.text-split { -webkit-line-clamp: 2; }
.search-price { display: block; font-size: 14px; color: #333; }
.search-price .search-price-new { color: #ff0101; font-weight: 700; }
.search-price .search-price-old { color: #8f8f8f; text-decoration: line-through; font-weight: 400; font-size: 12px; }
.search-address { font-size: 13px; }
.custom-scroll-bar { overflow-y: auto; overflow-x: hidden; }
.custom-scroll-bar::-webkit-scrollbar { background-color: #0003; width: 5px; border-radius: 5px; }
.custom-scroll-bar::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); }
.search-productlist { display: flex; flex-wrap: wrap; gap: 5px; }
.search-productlist.show { border-bottom: 1px solid #cdd0d5; padding-bottom: 5px; margin-bottom: 5px; }
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.search-autocomplate { position: absolute; left: 0px; top: calc(100% + 5px); right: 0px; background: #fff; border: 1px solid #e9e9e9;     /* border-top: none; */ display: none; z-index: 99; padding: 10px; border-radius: 10px; }
.search-product-show { max-height: 400px; }
.search-count-show { border-top: 1px solid #cdd0d5; padding: 15px 5px 3px; font-size: 13px; }
.search-autocomplate.active { display: block; }
.search-item { display: block; padding: 7px 0px; border-bottom: 1px solid #ebebeb; }
.search-item:last-child { border-bottom: 0px; }
.search-item:hover { background: #f0f2f5; }
.search-img { width: 70px; display: block; }
.search-info { width: calc(100% - 82px); display: block; }
.search-name { font-size: 14px; font-weight: 700; color: #333; }
.search-name.text-split { -webkit-line-clamp: 2; }
.search-price { display: block; font-size: 14px; color: #333; }
.search-price .search-price-new { color: #ff0101; font-weight: 700; }
.search-price .search-price-old { color: #8f8f8f; text-decoration: line-through; font-weight: 400; font-size: 12px; }
.search-address { font-size: 13px; }
.custom-scroll-bar { overflow-y: auto; overflow-x: hidden; }
.custom-scroll-bar::-webkit-scrollbar { background-color: #0003; width: 5px; border-radius: 5px; }
.custom-scroll-bar::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); }
/* Mmenu */
.offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow: scroll; }
.offcanvas-body::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-thumb { background-color: #0d6efd; border-radius: 5px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-track { background: #fff; width: 4px; height: 4px; transition: all 1s; }
.btn-close-menu { position: absolute; right: 20px; top: 20px; }
.menu-mobile ul { padding: 0px; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li > span i { transition: transform 0.3s ease;     /* Adjust duration and easing as needed */ }
/* .menu-mobile ul li:last-child a{
border-bottom: none;
} */
.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: #0253a4; 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; }
.menu-mobile ul li:hover { color: #f00; }
.menu-mobile ul ul li .scroll { background: none; color: #0253a4; }
.menu-mobile ul li ul { padding-left: 10px; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: #333; font-weight: 700; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.head-menu img { max-width: 80px; }
.search-menu { width: 100%; position: relative; margin: 10px 0px; }
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; }
.search-menu p { position: absolute; right: 10px; bottom: 8px; }
/* Menu */
/* #menu {
display: none;
} */
#hamburger { display: none; width: 35px; height: 23px; position: relative; cursor: pointer; }
#hamburger:before, #hamburger:after, #hamburger span { background: #f0df74; content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
.menu-head-left { position: relative; }
.title-menu { color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; line-height: 40px; display: block; }
.menu-product-list { position: absolute; z-index: 99; top: 100%; width: 250px; background: #fff; border-radius: 2px; }
.menu-product-list ul { padding: 0px; margin-bottom: 0px; }
.menu-product-list ul ul { position: absolute; width: 750px; background: #fff; left: 100%; top: 0px; border: 1px solid #999; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; height: 100%; overflow-x: hidden; }
.menu-product-list ul ul ul { position: relative; left: 0px; top: 0px; width: 100%; border: none; display: block; height: auto; }
.menu-product-list ul li a { position: relative; display: block; color: #333; font-size: 14px; font-weight: 500; padding: 5px 10px 5px 10px; border-bottom: 1px solid #ddd; }
.menu-product-list ul li a .icon-down { position: absolute; right: 10px; top: 10px; }
.menu-product-list ul ul li a span { position: absolute; right: 10px; font-size: 13px; font-weight: 500; color: #00a3ff; }
.menu-product-list ul li a:hover { color: #f00; }
.menu-product-list ul ul li a { border-bottom: none; font-weight: bold; }
.menu-product-list ul ul ul li a { font-weight: normal; }
.menu { position: sticky; top: 0; z-index: 998; width: 100%; background-color: #071d33; }
.menu .wrap-content {     /* position: relative; */ }
.fix_menu { position: fixed !important; box-shadow: 0 0 1px #999; background: #fff; }
.menu ul { padding: 0px 40px; margin: 0; list-style: none; }
.menu ul li {     /* position: relative; */
/* z-index: 99; */
/* flex: 1; */ }
.menu ul > li {     /* position: relative; */
z-index: 10; }
.menu ul > li:hover { z-index: 1000; }
.menu ul.ulmn > li { flex: auto; }
.menu ul li.line { width: 12px; height: 12px; flex: none; }
.menu ul li a { font-size: 15px; color: #f0df74; margin: 0px; padding: 0 0px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 50px; text-transform: capitalize; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.menu > div > ul > li > a::after { content: ""; position: absolute; width: 100%; height: 2px; background-color: #f0df74; left: 0; bottom: 7px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; }
.menu > div > ul > li > a:hover::after { transform-origin: left; transform: scaleX(1); }
.menu ul li a i { font-size: 12px; color: #666; margin-left: 5px; }
.menu ul li a img { vertical-align: middle; }
.menu ul li a.active, .menu ul li:hover > a { color: #f0df74; }
.menu ul li ul { position: absolute; min-width: 250px; left: 0; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; padding: 15px; background: #071d33; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; }
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); }
.menu ul li ul li:last-child { border-bottom: 0px; }
.menu ul li ul li a { font-size: 15px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; text-transform: capitalize; color: #fff; font-weight: 600; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li a:before { position: absolute; content: ""; top: 50%; left: 0; width: 0; height: 1px; background: #fed402; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; visibility: hidden; opacity: 0; }
.menu ul li ul li ul li a { font-size: 14px; font-weight: 500; color: #f0df74; }
.menu ul li ul li ul li ul li a { font-size: 14px; font-weight: 400; color: #fff; }
.menu ul li ul.menu-full { width: 100%; border-radius: 0 0 10px 10px; position: absolute; padding: 15px calc(50% - 1300px / 2); display: flex; align-items: flex-start; justify-content: space-between; }
.menu ul li ul.menu-full .left-menu-full { width: calc(840 / 1400 * 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; height: 379px; overflow-y: auto; padding-right: 5px; }
.menu ul li ul.menu-full .right-menu-full { width: 38.5714%; }
.scroll-menu::-webkit-scrollbar { width: 5px; }
.scroll-menu::-webkit-scrollbar-track { background-color: #f5f5f5; border-radius: 5px; }
.scroll-menu::-webkit-scrollbar-thumb { background-color: #f0df74; border-radius: 5px; }
.menu ul li ul.menu-full li ul { position: relative; left: unset; top: unset; transform: unset; opacity: 1; visibility: visible; box-shadow: none; padding: 0; }
.menu ul li ul.menu-full > div > li > ul { height: 240px; width: 100%; overflow-y: auto; padding-right: 5px; }
a.cart-header { position: relative; }
a.cart-header span { position: absolute; top: 0px; right: 0px; color: #fff; font-size: 11px; width: 17px; height: 17px; text-align: center; border-radius: 50%; }
/* Menu-left */
.menu.fix .menu-left, .menu-left.no-index { display: none; }
.box-menu-left { position: relative; width: 100%; text-align: center; border-radius: 10px; border: 1px solid #f0df74; background: #fff; }
.box-right { width: 76%; }
.box-right .grid-product { grid-template-columns: repeat(4, 1fr); }
.box-menu-left.isSticky { position: sticky; top: 60px; }
.box-menu-right { width: 76%; }
.title-menu-bar { display: flex; font-size: 17px; font-weight: 700; text-transform: uppercase; color: #071d33 !important; height: 50px; line-height: 50px; align-items: center; justify-content: flex-start; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); border-radius: 10px 10px 0px 0px; gap: 10px; padding: 0px 15px; }
.title-menu-bar i { margin-right: 15px; font-size: 22px; }
.menu-left { position: relative; z-index: 18; top: 100%; left: 0; right: 0; }
.menu-left.menu-product { position: relative; }
.menu-left.no-index { }
.box-menu-left:hover .menu-left { display: block !important; }
.menu-left ul { max-height: 405px; overflow: auto; background: #ffffff; padding: 0; direction: rtl; }
.box-menu-left ul { margin: 0px; width: 100%; font-size: 14px; border: 1px solid #cccccc; border-radius: 0px 0px 10px 10px; }
.menu-left ul::-webkit-scrollbar { width: 5px; }
.menu-left ul::-webkit-scrollbar-track { background: #ccc; border-radius: 5px; }
.menu-left ul::-webkit-scrollbar-thumb { border-radius: 5px; background: var(--main-color); }
.box-menu-left ul li { list-style: none; border-top: none; padding: 0 0; text-align: left; direction: ltr; }
.box-menu-left ul > li { border-bottom: 1px solid #cccccc; }
.box-menu-left ul li:last-child { border-bottom: none; }
.box-menu-left ul li a { display: block; color: #333; font-size: 14px; font-weight: 700; padding: 13px 14px; display: flex; align-items: center; gap: 10px; }
.box-menu-left ul li a i { color: #737373; font-size: 12px; margin-left: auto; margin-right: 0; }
.box-menu-left ul li i { color: rgba(0, 51, 153, 1); font-size: 15px; margin-right: 10px; }
.box-menu-left ul > li:hover > .sub-menu-left { display: block; }
.box-menu-left ul > li:hover > a { color: #fff; background: linear-gradient(90deg, #14314d 0%, #071828 100%); }
.box-menu-left ul > li:hover > a i { color: #fff; }
/* .box-menu-left ul > li > ul { display: none; z-index: 9999; position: absolute; left: 100%; top: 0; background: #fff; border-radius: 0; padding: 0; border-left: 0; } */
.box-menu-left ul > li > .sub-menu-left { display: none; z-index: 9999; position: absolute; left: 100%; top: 0; background: #fff; border-radius: 0; padding: 0; border-left: 0; width: 270px; border: 1px solid #cccccc; border-radius: 0px 0px 10px 10px; }
.box-menu-left ul li ul li { padding: 13px 14px; }
.box-menu-left ul li ul li a { font-size: 14px; font-weight: 700; padding: 0; align-self: center; }
.box-menu-left ul li ul li:hover a { background: none; color: #333; }
.box-list-menuleft { flex-direction: column; display: flex; gap: 10px; }
.img-list-menuleft { background: #071d33; border-radius: 10px; padding: 10px; margin: 0 -10px; }
.box-menu-left ul li ul li a.box-list-menuleft .img-list-menuleft .title-list-menuleft { color: #fff; font-weight: 400; font-size: 13px; margin-bottom: 10px; display: inline-block; }
.box-menu-left ul li ul li a.box-list-menuleft .img-list-menuleft img { border-radius: 10px; }
.box-menu-left ul > li > ul > li { position: relative; }
.product-menu-left-item { border: 1px solid #fff; padding: 3px; }
/*   SLider */
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 2px solid #fff; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: #00a3ff; display: flex; align-items: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
/* DT */
.item-partner { border: 1px solid #f1f1f1; display: block; }
.box-photo-ct { border-radius: 20px; overflow: hidden; }
.heade-productpage { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; background-color: #fff; padding: 5px 10px; border-radius: 5px; flex-wrap: wrap; }
.heade-productpage-right { display: flex; align-items: center; gap: 20px; }
.filter-mb { display: flex; align-items: center; gap: 20px; display: none; }
.filter-mb .line { width: 1px; height: 35px; background-color: #dbdbdb; }
.btn-filter-productpage { padding: 5px; cursor: pointer; color: #333; }
.title-detail { position: relative; margin: 20px 0px; }
.title-detail h1 { font-size: 20px; color: #333; font-weight: 700; text-align: left; text-transform: uppercase; margin-bottom: 0; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.title-main { position: relative; margin-bottom: 20px; }
.title-main span { font-size: 20px; font-weight: bold; text-transform: uppercase; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-weight: 700; text-transform: uppercase; }
.title-cat-main { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.title-cat-main span { display: block; color: #999; background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); background-color: #fff; padding: 10px; border-radius: 10px; cursor: pointer; }
.title-cat-main span:hover, .title-cat-main span.active { background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); color: #000; }
/* News */
.row-news { margin: 0px -12px; }
.col-news { padding: 0px 12px; margin-bottom: 25px; }
.news-box { background-color: #fff; padding: 10px; border-radius: 10px; }
.news-box .news-pic { display: block; border-radius: 10px; }
.news-box .news-info { padding-top: 15px; }
.news-box .news-name { margin-bottom: 10px; }
.news-box .news-name a { color: #282828; font-size: 18px; text-transform: capitalize; line-height: 1.5; }
.news-box .news-name a.text-split { -webkit-line-clamp: 2; }
.news-box .news-name a:hover { color: var(--color-hover); }
.news-box .news-date { color: #818181; font-size: 13px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; text-transform: capitalize; }
.news-box .news-date i { color: var(--color-main); font-size: 16px; }
.news-box .news-desc { color: #464646; font-size: 13px; line-height: 2; margin-bottom: 5px; text-align: justify; }
.news-box .news-desc.text-split { -webkit-line-clamp: 3; }
.news-box .news-view { text-align: right; }
.news-box .news-view a { color: #434343; font-size: 13px; display: inline-flex; align-items: center; gap: 10px; font-style: italic; }
.news-box .news-view a span { width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: var(--color-main); font-weight: 400; font-style: normal; }
.news-box .news-view a:hover { color: var(--color-hover); }
.news-box-2 { padding: 10px; border-radius: 5px; background: rgb(0 0 0 / 5%); }
.news-box-2 .news-pic { margin-bottom: 1rem; display: block; }
.news-box-2 .news-name a { font-weight: 700; color: #333; font-size: 16px; text-transform: uppercase; line-height: 1.5; }
.news-box-2 .news-name a.text-split { -webkit-line-clamp: 2; }
.news-box-2 .news-name a:hover { color: var(--color-main); }
.news-box-2 .news-time { display: flex; align-items: center; color: #fff; }
.news-box-2 .news-time svg { width: 14px; margin-right: 5px; fill: #fff; }
.news-box-2 .news-desc { color: #333; font-size: 14px; line-height: 1.7; }
.news-box-2 .news-desc.text-split { -webkit-line-clamp: 3; }
.news-box-2 .news-date { display: flex; justify-content: space-between; align-items: center; background: var(--color-main); padding: 13px 10px; border-radius: 5px; margin-top: 10px; }
.news-box-2 .news-view { color: #fff; font-size: 14px; display: flex; align-items: center; }
.news-box-2 .news-view svg { width: 14px; margin-left: 5px; fill: #fff; transition: 0.5s; }
.news-box-2 .news-view:hover { color: #fff; }
.news-box-2 .news-view:hover svg { margin-left: 10px; }
.item-news .ds-news { width: 100%; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 { font-size: 16px; margin: 0; color: #000; font-weight: 500; text-transform: uppercase; -webkit-line-clamp: 3 !important; }
.ds-news h3:hover { color: var(--color-main); }
.ds-news .desc { color: #333; margin-bottom: 0px; }
.item-news:hover h3 { color: #f00; }
.item-news-all a { display: flex; justify-content: space-between; gap: 8px; }
.item-news-all a .scale-img { max-width: 120px; }
.item-news-all a .ds-news h3 { text-transform: capitalize; font-size: 15px; }
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.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; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #fed402; }
/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee00; }
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-weight: 700; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul > li:before { content: counters(item, ".") " "; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; display: none; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li span { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li span:hover { color: #767676; }
/* Partner */
.info-partner { background: #f8f8f8; padding: 15px 0px; }
/* Footer */
.footer-tags { padding: 40px 0px; }
.title-tags { color: var(--color-main); font-size: 30px; font-weight: 500; margin-bottom: 15px; text-transform: uppercase; }
.item-tags { display: inline-block; background: #f1f1f1; color: #525252; font-size: 15px; font-weight: 500; padding: 8px 15px 8px 12px; border-radius: 3px; margin: 0px 10px 10px 0px; }
.item-tags i { margin-right: 7px; color: var(--color-main); font-size: 18px; vertical-align: middle; }
.item-tags:hover { color: #fff; background: var(--color-main); }
.item-tags:hover i { color: #fff; }
.footer-article { padding: 40px 0px; }
.footer-title { text-transform: uppercase; font-size: 15px; margin-bottom: 15px; font-weight: 700; color: #fff; }
a.footer-title:hover { color: #f0df74; }
.name-company { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 700; }
.footer-info { color: #fff; font-size: 14px; }
.box-footer-info + .box-footer-info { margin-top: 30px; }
.footer-news:nth-child(1) { width: 25%; }
.footer-news:nth-child(2) { width: 15%; }
.footer-news:nth-child(3) { width: 23%; }
.footer-news:nth-child(4) { width: 20%; }
.footer-ul { list-style: none; padding: 0px; margin: 0px; }
.footer-ul .scrollbar { max-height: 200px; overflow-y: auto; }
.footer-ul li { margin-bottom: 15px; padding-left: 10px; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #fff; font-size: 14px; }
.footer-ul li a i { font-size: 3px; vertical-align: middle; margin-right: 5px; }
.footer-ul li a:hover { text-decoration: none; color: #f0df74; }
.item-icon-footer img { max-height: 35px; margin: 0px 10px 10px 0px; }
.footer-powered { padding: 14px 0px; text-align: center; transition: 0.7s; background: #071d33; }
.footer-copyright { color: #ffff; font-size: 14px; }
.footer-copyright span { text-transform: uppercase; font-weight: 700; }
.footer-copyright a { color: #fff; font-weight: 700; }
.footer-statistic { text-align: right; }
.footer-statistic span { padding-right: 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
.productlist-footer { background: #071d33; padding: 35px 0px; }
.grid-productlist-footer { display: grid; grid-template-columns: repeat(5, 1fr); gap: 35px; }
#footer-map { position: relative; height: 236px; margin-top: 0px; border-radius: 10px; overflow: hidden; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
.social-footer { gap: 5px; margin-bottom: 20px; }
.qr-footer { margin-bottom: 28px; }
#facebookComponent { height: 200px; }
#tiktokComponent { height: 403px; position: relative; }
#tiktokComponent .tiktok-embed { margin: 0px; height: 403px; position: relative; }
#tiktokComponent .tiktok-embed iframe { margin: 0px; position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
/* Tags */
.title-tags { position: relative; font-size: 1em; font-weight: 600; padding-bottom: 15px; margin-bottom: 15px; color: #777; }
.title-tags:after { content: ""; position: absolute; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.1); display: block; height: 3px; width: 30px; }
.flex-tags { display: flex; gap: 5px; }
.flex-tags a { color: #333; border: 1px solid; border-radius: 3px; display: inline-block; font-size: 0.8em !important; opacity: 0.8; padding: 2px 5px; }
.flex-tags a:hover { background-color: #446084; border-color: #446084; color: #fff; opacity: 1; }
/*   TC   */
.item-criteria a { display: flex; align-items: center; color: #333; }
.item-criteria a .ds-criteria { width: calc(100% - 60px); margin-left: 10px; }
.item-criteria a .ds-criteria h3 { -webkit-line-clamp: 2; font-size: 16px; color: var(--color-main); }
.item-criteria a .ds-criteria p { -webkit-line-clamp: 2; margin: 0px; }
/* Service */
.item-service { position: relative; }
.item-service h3 { position: absolute; left: 0px; right: 0px; bottom: 0px; color: #fff; text-transform: uppercase; padding: 10px; font-size: 17px; margin: 0px; }
/* 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: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.wrap-video { margin-bottom: 60px; }
.row-video { margin: 0px -10px; }
.col-video { padding: 0px 10px; margin-bottom: 20px; }
.item-video { cursor: pointer; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; }
.swiper-video { margin-top: 20px; }
.box-video-best { cursor: pointer; position: relative; }
.box-video-best::after { position: absolute; width: 90px; height: 90px; top: calc(50% - 90px / 2); left: calc(50% - 90px / 2); background: url(../images/video.webp) center center no-repeat; background-size: contain; content: ""; }
.box-video { cursor: pointer; position: relative; }
.box-video::after { position: absolute; width: 60px; height: 60px; top: calc(50% - 60px / 2); left: calc(50% - 60px / 2); background: url(../images/video.webp) center center no-repeat; background-size: contain; content: ""; }
/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; color: #333; }
.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 span { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; }
.sort span.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 span.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; align-items: flex-start; }
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 5px; border-radius: 5px; background-color: #fff; color: #333; }
.flex-product-main .right-product { width: calc(100% - 250px); }
.wrap-product-sale { background-color: #ffa09e; border-radius: 10px; overflow: hidden; }
.wr-search p { font-weight: bold; text-transform: uppercase; }
.wr-search ul { max-height: 200px; overflow-y: auto; }
.box-price-filter { }
.group-price-filter { width: calc(50% - 8px); align-items: center; }
.box-price-filter .line { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); }
.price-range { position: relative; height: 30px; margin-top: 12px; width: 100%; }
.price-range input[type="range"] { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; pointer-events: none; -webkit-appearance: none; background: none; z-index: 1; }
.price-range input[type="range"]::-webkit-slider-thumb { pointer-events: auto; -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%; background: var(--color-main); cursor: pointer; }
.price-range input[type="range"]::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--color-main); cursor: pointer; }
.range-track { position: absolute; top: 50%; transform: translateY(-50%); height: 4px; width: 100%; background: #ddd; border-radius: 5px; }
#search_filter_submit_button { width: 100%; background-color: var(--color-main); color: #fff; font-size: 16px; font-weight: 600; padding: 5px 10px; margin-top: 10px; border-radius: 5px; transition: 0.3s; border: none; }
#search_filter_submit_button:hover { background-color: var(--color-hover); }
.row-product { margin: 0px -5px; }
.col-product { padding: 0px 5px; margin-bottom: 10px; }
.product { display: block; position: relative; border-radius: 10px; border: 1px solid #e9e9e9; height: 100%; background: #fff; }
.product-pic { background: #fff; display: block; position: relative; overflow: hidden; border-radius: 10px; padding: 10px; }
.product-name { margin-bottom: 0px; font-weight: normal; }
.product-name a { font-size: 14px; color: #333; line-height: 25px; font-weight: 700; height: 50px; }
.product-name a:hover { color: var(--color-hover); }
.product-name a.text-split { -webkit-line-clamp: 2; }
.product-slogan { display: flex; align-items: center; font-size: 13px; color: #071d33; font-weight: 700; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); text-transform: uppercase; padding: 8px 5px; }
.product-bestchoise { background: #8fff00; color: #111; font-size: 14px; font-weight: 700; line-height: normal; text-transform: capitalize; position: absolute; top: 10px; left: 0; padding: 4px 7px; }
.product-info { padding: 10px; }
.product-info-left { width: calc(100% - 50px); }
.product-price { color: #555; min-height: 48px; }
.price-new { font-size: 18px; font-weight: 700; color: #071d33; display: block; text-transform: uppercase; }
.price-old { font-size: 14px; text-decoration: line-through; display: block; color: #747474; text-transform: uppercase; }
.price-per { color: #ff2e00; font-size: 13px; text-align: center; font-weight: 700; }
.product-star-view { display: flex; align-items: center; flex-wrap: wrap; }
.product-star { font-size: 9px; position: relative; color: #999; margin-right: 15px; }
.product-star .star-active { position: absolute; left: 0px; top: 0px; width: var(--star-width); white-space: nowrap; overflow: hidden; color: #ffcd00; }
.product-view { color: #999; font-size: 13px; }
.product-cart { width: 40px; height: 40px; text-align: center; background-color: #071d33; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; bottom: 10px; left: 10px; }
.product-cart span { display: inline-block; cursor: pointer; }
.product-cart:hover { animation: heartBeat; animation-duration: 2s; }
.cart-add { margin-left: 10px; background-color: #00a5d9; width: 155px; }
.cart-add:hover { background-color: #1d1d1d; }
.cart-buy { background-color: #ff2e00; width: 93px; height: 33px; }
.cart-buy:hover { background-color: #5172fd; }
.view--product { border-radius: 30px; background: #e8dbc7; position: relative; margin-top: 10px; }
.view--product::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 0; height: 100%; z-index: 1; transition: all 1.5s ease-in; border-radius: 30px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
.view--product.run-score::before { width: calc(var(--w) * 1%); transition: all 1.5s ease-in; }
.view--product-score { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 10px; color: #071d33; text-align: center; font-size: 12px; font-weight: 500; line-height: normal; padding: 3px 5px; }
/* product detail */
.grid-pro-detail { display: flex; justify-content: space-between; color: #000; }
.grid-pro-detail .left-pro-detail { width: 40%; }
.grid-pro-detail .right-pro-detail { width: 56.5%; }
.grid-pro-detail .right-pro-detail ul { list-style: none; padding: 0px; }
.grid-pro-detail .right-pro-detail ul li { margin-bottom: 20px; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; }
.grid-pro-detail .right-pro-detail .title-pro-detail { font-size: 25px; font-weight: 700; margin-bottom: 10px; }
.title-product-detail { background: #eeeeee; color: #1c1b19; padding: 12px 18px; border-radius: 3px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.album-product { position: relative; max-width: 550px; margin: 10px auto 0px; }
.row-pro-detail { margin: 0px -5px; }
.col-pro-detail { padding: 0px 5px; }
.thumb-pro-detail { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
.thumb-pro-detail { border: 1px solid #ddd; overflow: hidden; border-radius: 5px; }
.thumb-pro-detail.mz-thumb-selected { border-color: var(--color-hover); }
.swiper-button-next, .swiper-button-prev { padding: 7px; background: rgb(0 0 0 / 20%); color: #fff; border-radius: 5px; box-shadow: unset; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 20px; }
.swiper-pro-detail .swiper-button-prev { left: 0px; }
.swiper-pro-detail .swiper-button-next { right: 0px; }
.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next { top: calc(50% - 15px); width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background: rgb(0 0 0 / 50%); border-radius: 5px; color: #fff; }
.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after { font-size: 15px; }
.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover { background: var(--color-main); color: #fff; }
.item-detail { color: #8e8e8e; font-size: 14px; padding: 0px 1rem; position: relative; }
.item-detail:first-child { padding-left: 0px; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8e8e8e; content: ""; }
.item-detail:last-child::after { display: none; }
.item-detail i { margin-right: 5px; }
.item-detail-comment-star { position: relative; font-size: 13px; margin-right: 19px; }
.item-detail-comment-star::after { position: absolute; right: -19px; top: 3px; width: 1px; height: 14px; background: #8e8e8e; content: ""; }
.item-detail-comment-star span { position: absolute; left: 0px; top: 0px; color: #ffcd00; white-space: nowrap; overflow: hidden; }
.comment-page { color: #000; }
.comment-page .card-header { }
.comment-page .card-body { }
.comment-more { background-color: #071d33; border-color: #071d33; }
.product-sold-detail { color: #9f9f9f; font-size: 14px; }
.product-sold-detail span { color: #474747; font-weight: 600; }
.product-price-detail { background: #f5f5f5; padding: 12px 20px; border-radius: 6px; }
.product-price-detail strong { color: #474747; font-size: 16px; font-weight: 500; margin-right: 15px; }
.product-price-detail .attr-content-pro-detail { display: flex; align-items: center; }
.product-price-detail .price-new-pro-detail { color: var(--color-main); font-size: 20px; }
.product-price-detail .price-old-pro-detail { color: #9e9e9e; font-size: 15px; margin-right: 35px; }
.product-price-detail .percent-pro-detail { color: #fff; font-size: 13px; padding: 1px 10px; border-radius: 2px; background: var(--color-main); }
.attr-label-pro-detail { font-weight: 500; color: #474747; margin-bottom: 5px; }
.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; }
.wrap-show-content { position: relative; color: #000; }
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #fff); padding-top: 100px; }
.btn-show-content span { background: var(--color-main); color: #fff; padding: 8px 20px; border-radius: 5px; cursor: pointer; display: inline-block; }
.btn-show-content span i { margin-left: 10px; }
.MagicZoom.zoom-gallery-slide { display: none; }
.MagicZoom.zoom-gallery-slide.active { display: block; }
#Zoom-video { }
#Zoom-video #youtube-video-container { aspect-ratio: 600/488; }
#Zoom-video #youtube-video-container iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
/* css brand */
.wrap-brand { background-color: #ffffff; border-radius: 10px; padding: 13px; }
.title-brandhome { font-size: 20px; color: #071d33; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }
.brand-item { text-align: center; }
.brand-pic { margin-bottom: 1rem; }
.brand-name { font-size: 16px; }
.brand-name a { font-weight: 700; color: #333; }
.brand-name a:hover { color: var(--color-main); }
/* css album */
.row-album { margin: 0px -10px; }
.col-album { padding: 0px 10px; margin-bottom: 20px; }
.album-pic { margin-bottom: 10px; }
.album-name { font-size: 15px; color: #333; font-weight: 700; text-align: center; }
.album-name a { font-weight: 700; color: #333; }
.album-name:hover, .album-name a:hover { color: var(--color-main); }
/* css block actions  */
.ul-actions { display: flex; justify-content: center; margin: 20px; gap: 15px; align-items: flex-start; }
.ul-actions li, .ul-actions > div { list-style-type: none; margin: 0; padding: 0; width: 80px; text-align: center; }
.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover { border-color: #fd6e1d; }
.ul-actions .box__tabr { align-items: center; border: 1px solid #e0e0e0; border-radius: 2px; display: flex; justify-content: center; min-height: 55px; padding: 4px; height: 60px; width: 80px; }
.icon-action { background-image: url("../images/icon_chitiet@2x-min.png"); background-repeat: no-repeat; display: inline-block; height: 30px; width: 30px; line-height: 30px; vertical-align: middle; background-size: 300px 180px; }
.icon-dnb { background-position: 0 0; height: 28px; width: 28px; }
.icon-tskt { background-position: -105px 0; height: 30px; width: 30px; }
.icon-ttsp { background-position: -140px 0; height: 19px; width: 23px; }
.ul-actions p { font-size: 14px; line-height: 1.3; margin-top: 5px; white-space: normal; color: #000; }
/* modal-detail */
.modal-detail::-webkit-scrollbar { width: 10px; }
.modal-detail::-webkit-scrollbar-thumb { width: 10px; background: #4d90e0; border-radius: 10px; height: 50px; }
.modal-detail { position: fixed; z-index: 999; background: #000000c4; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: scroll; }
.content-modal-detail { background: #fff; max-width: 1200px; margin: 0px auto; min-height: 100vh; }
.content-modal-detail .tabs { display: flex; cursor: pointer; padding: 0; list-style: none; justify-content: center; border-bottom: 1px solid #e0e0e0; position: sticky; top: 0px; background: #fff; z-index: 99; }
.content-modal-detail .tabs li { padding: 20px 20px; margin-right: 5px; font-weight: bold; position: relative; border-bottom: 4px solid #fff; }
.content-modal-detail .tabs li.active { color: #2d9cdb; border-bottom: 4px solid #2d9cdb; }
.content-modal-detail .tab-content { padding: 20px; max-width: 900px; margin: 0px auto; }
.content-modal-detail .tab-content.active { display: block; }
.close-tab { position: fixed; top: 15px; right: 20px; z-index: 10; }
.btn-closemenu { position: fixed; top: 10px; right: 20px; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 4px; color: #333; cursor: pointer; line-height: 21px; padding: 7px; text-align: right; width: 72px; }
.btn-closemenu::before { transform: rotate(45deg); }
.btn-closemenu::after { transform: rotate(-45deg); }
.btn-closemenu::before, .btn-closemenu::after { background-color: #333; content: ""; left: 13px; height: 14px; position: absolute; top: 10px; width: 1px; }
.cursor-pointer { cursor: pointer; }
/* Contact */
.contact-detail { display: flex; justify-content: space-between; }
.left-contact-detail { width: 60%; }
.right-contact-detail { width: calc(100% - 60% - 60px); border-radius: 15px; padding: 15px; background: #fff; box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%); color: #1a1a1a; }
.contact-map { position: relative; height: 385px; border-radius: 10px; overflow: hidden; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.row-contact { display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; }
.social-contact { text-align: center; }
.social-contact > div { display: inline-flex; align-items: center; justify-content: center; background: var(--color-main); padding: 5px 30px; margin-top: 30px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.social-contact > div a { display: inline-block; margin: 0 2px; }
.contact-item { width: calc((100% / 3) - 10px); text-align: center; font-size: 15px; }
.contact-item i { display: inline-block; margin-bottom: 10px; }
.contact-item img { width: 40px; height: 40px !important; }
.contact-item p { margin-bottom: 10px; font-weight: 700; }
.contact-item span { font-size: 14px; }
.row-contact-input { display: flex; justify-content: space-between; align-items: end; }
.row-contact-input .contact-input:nth-child(1) { width: 80%; }
.row-contact-input .contact-input:nth-child(2) { width: calc(100% - 80% - 8px); }
.row-contact-input .contact-input:nth-child(2) label { margin-bottom: 15px; }
.contact-input label { font-size: 12px; font-weight: 600; color: #22292f; transition: all 0.8s; }
.contact-input input { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 45px; margin-bottom: 15px; overflow: hidden; }
.contact-input input::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-input textarea { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 70px; margin-bottom: 20px; }
.contact-input textarea::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; max-width: 300px; width: 100%; height: 40px; background: var(--color-main); border-radius: 30px; margin: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 0.3s; border: none; }
.contact-form button:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; background: #000; }
.contact-input { display: flex; flex-direction: column-reverse; }
.contact-input .form-control { overflow: hidden; }
.contact-input .form-control:focus { color: #212529; border-color: var(--color-main); outline: 0; box-shadow: unset !important; }
.contact-input .form-control:focus::placeholder { transform: translateY(-200%); }
.contact-input .form-control:focus + label { color: var(--color-main); }
.contact-input input input[type="number"]::-webkit-inner-spin-button, .contact-input input input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.contact-input input[type="file"] { display: none; }
.custom-file-upload { display: inline-block; padding: 10px; cursor: pointer; transition: all 0.4s; font-size: 20px; display: block; text-align: center; }
.file-input.has-file label { color: var(--color-main); }
.custom-file-upload i { font-size: 25px; }
.custom-file-upload:hover { color: var(--color-main); }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
/*  breadCrumbs */
.breadCrumbs { padding: 10px 10px; 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; justify-content: center; flex-wrap: wrap; }
.pagination li span { cursor: pointer; }
.pagination .page-item .page-link { color: var(--color-main); }
.pagination .page-item.active .page-link { color: #fff; background-color: var(--color-main); border-color: var(--color-main); }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; 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; flex-wrap: wrap; }
.grid-properties .properties-iem { position: relative; border: 1px solid #dddddd8c; padding: 5px 15px; cursor: pointer; border-radius: 5px; color: #1d1d20; display: inline-block; }
.grid-properties .properties-iem:hover, .grid-properties .properties-iem.active { border: 1px solid #d70018; color: #d70018; }
.grid-properties .properties-iem:hover:after, .grid-properties .properties-iem.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 .properties-iem.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }
.item-properties { margin-bottom: 10px; }
.grid-properties .row-properties-item { display: flex; align-items: center; gap: 10px; padding: 5px 10px; }
/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }
/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }
/* CSSS T */
a.views_dm { width: 140px; height: 38px; }
.effect_button { transform-style: preserve-3d; transform: translateZ(-25px); transition: transform 0.25s; position: relative; display: inline-flex; z-index: 1; }
.effect_button:after, .effect_button:before { position: absolute; content: "xem thÃƒÂªm"; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #f00; box-sizing: border-box; border-radius: 5px; z-index: -1; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.effect_button:before { color: #fff; background: #f00; transform: rotateY(0deg) translateZ(25px); }
.effect_button:after { color: #f00; transform: rotateX(90deg) translateZ(25px); }
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); }
/* News */
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 61px; width: 30%; background: #f1f1f1; padding: 20px; box-shadow: 0px 0px 5px #99999978; border: 1px solid #fff; border-radius: 10px; }
.news-right .title-main { margin-bottom: 15px; }
.news-right .title-main span { font-size: 25px; line-height: 30px; }
a.btn_link { position: relative; margin: 5px; height: 36px; width: 140px; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before { content: "facebook"; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before, .btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(0 165 217 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(0 165 217 / var(--tw-bg-opacity)); }
.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { content: "google map"; }
div.slick.in-page:not(.slick-initialized) { display: flex; gap: 10px; overflow: hidden; white-space: nowrap; }
.attr-pro-detail { margin: auto; padding: 0; }
.baonoidung table { display: table; border-collapse: separate; box-sizing: border-box; text-indent: initial; unicode-bidi: isolate; border-spacing: 2px; border-color: gray; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; }
.baonoidung tbody { display: table-row-group; vertical-align: middle; unicode-bidi: isolate; border-color: inherit; }
.baonoidung tr { display: table-row; vertical-align: inherit; unicode-bidi: isolate; border-color: inherit; }
.baonoidung td { display: table-cell; vertical-align: inherit; unicode-bidi: isolate; border-width: 1px; border-style: revert-layer; }
.baonoidung ul, .baonoidung ol { list-style: auto; padding-left: 2rem; }
.baonoidung ul li, .baonoidung ol li { margin-bottom: 0.75rem; list-style-type: auto; }
.baonoidung iframe { max-width: 100% !important; }
.baonoidung img { height: auto !important; max-width: 100% !important; }
.baonoidung * { max-width: 100% !important; }
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive table { max-width: 100%; }
.table-responsive table.table-auto { min-width: 600px; }
div.desc-pro-detail ul li { margin-bottom: 0.75rem; list-style-type: circle; }
div.desc-pro-detail ul li:last-child { margin-bottom: 0 !important; }
div.baonoidung ul li { margin-bottom: 0.75rem; list-style-type: disc; }
div.baonoidung ol li { margin-bottom: 0.75rem; list-style-type: decimal; }
/* Swipper */
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; overflow: hidden; }
/* Popup */
#popup { }
#popup .modal-body { background-image: url("../images/bg-popup.jpg"); padding: 0; }
#popup .row-popup { display: flex; align-items: center; justify-content: space-between; }
#popup .btn-close { position: absolute; border-radius: 100px; background: linear-gradient(0deg, rgba(240, 223, 116, 1) 0%, rgba(175, 128, 66, 1) 100%); display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; top: 20px; right: 20px; font-size: 26px; }
.left-popup { padding: 23px 40px 50px; width: calc(100% - 400px); }
.right-popup { }
.popup-logo { margin-bottom: 10px; }
.popup-name { font-size: 24px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; }
.popup-desc { font-size: 14px; margin-bottom: 18px; }
.sub-title-popup { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
@media (min-width:576px) {
#popup .modal-dialog { max-width: 1000px; margin: 1.75rem auto; }
}
/* 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; }
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* About */
.wrap-about { padding: 55px 0px; background: #e7f5ee; margin-bottom: 50px; }
.left-about { width: 46.4%; }
.right-about { width: 47.6%; }
.video-about { width: 100%; margin-top: 60px; }
.title-about { padding-left: 14px; position: relative; margin-bottom: 20px; }
.title-about::after { position: absolute; left: 0px; top: 6px; bottom: 9px; width: 3px; background: #15aa5a; content: ""; border-radius: 5px; }
.title-about p { color: #15aa5a; font-size: 22px; margin-bottom: 0px; font-style: italic; text-transform: uppercase; line-height: 30px; }
.title-about span { color: #e5020d; font-size: 35px; margin-bottom: 0px; font-weight: 800; display: block; text-transform: uppercase; line-height: 45px; }
.right-about .title-about span { color: #15aa5a; }
.desc-about { color: #333; font-size: 15px; line-height: 1.7; text-align: justify; margin-bottom: 30px; }
.desc-about.text-split { -webkit-line-clamp: 6; }
.view-about { display: inline-block; padding: 14px 24px; color: #fff; background: #15aa5a; font-size: 15px; text-transform: uppercase; text-align: center; }
.view-about:hover { color: #fff; background: #e5020d; }
.wrap-criteria { padding: 10px 0px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
.row-criteria { margin: 0px -13.5px; }
.col-criteria { padding: 0px 13.5px; }
.box-criteria { text-align: center; }
.img-criteria img { transition: 0.7s; }
.box-criteria:hover .img-criteria img { transform: rotateY(180deg); }
.info-criteria { padding-top: 15px; }
.info-criteria h3 { color: #071d33; font-weight: 700; text-transform: capitalize; margin-bottom: 15px; font-size: 15px; }
.info-criteria p { color: #515151; font-weight: 300; font-size: 15px; line-height: 1.7; margin-bottom: 0px; }
.row-criteria-item { display: flex; align-items: center; gap: 10px; }
.row-criteria-item .info-criteria { padding: 0; }
.row-criteria-item .info-criteria h3 { margin-bottom: 0; }
/* Product */
.wrap-product { overflow: hidden; }
.wrap-bg-content { border-radius: 10px; background: #1f252b; padding: 14px 10px 20px; }
.wrap-product .swiper-button-prev { left: -30px; }
.wrap-product .swiper-button-next { right: -30px; }
.tab-product { margin-bottom: 5px; }
.item-tab-product { cursor: pointer; color: #fff; border-radius: 5px; margin: 0px 5px 5px; font-weight: 700; display: inline-flex; gap: 5px; align-items: center; }
.item-tab-product:hover, .item-tab-product.active { color: #f0df74; }
.product-list-tags { margin-bottom: 20px; }
.list-product-tags-item { display: flex; align-items: center; gap: 7px; margin-right: 10px; border-radius: 31px; padding: 8px 10px; background-color: #071d33; font-size: 13px; font-weight: 600; }
.list-product-tags-item span { }
.box-brand { text-align: center; }
.name-brand { margin-top: 10px; }
.name-brand a { color: #333; font-size: 15px; }
.name-brand a:hover { color: var(--color-main); }
.wrap-readmore, .wrap-btn-more { text-align: center; margin-top: 15px; }
.wrap-readmore .readmore-show, .wrap-btn-more .btn-more { color: #fff; background: #071d33; padding: 10px 20px; font-size: 15px; text-transform: capitalize; border-radius: 5px; cursor: pointer; position: relative; overflow: hidden; display: inline-block; }
.wrap-readmore span:hover, .wrap-btn-more .btn-more:hover { color: #fff; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
.wrap-readmore span:hover span.text-gradient, .wrap-btn-more .btn-more:hover span.text-gradient { background: #071d33; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.wrap-readmore span.active::before { position: absolute; inset: 0px; content: ""; color: #fff; background: var(--color-main); transition: 0.7s; }
.wrap-readmore span.active::after { position: absolute; left: calc(50% - 10px); top: calc(50% - 10px); width: 20px; height: 20px; content: "\e4bb"; color: #fff; font-family: "Font Awesome 6 Pro"; font-size: 20px; display: flex; justify-content: center; align-items: center; transition: 0.7s; animation: rotate 1.5s linear infinite; }
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.wrap-newsletter { padding: 80px 0px; }
.left-newsletter { width: 38.5%; border-radius: 20px; background: #fff; box-shadow: 0 0 8px 4px #ededed; padding: 29px 45px 33px; }
.right-newsletter { width: 57.3%; }
.title-newsletter { text-align: center; margin-bottom: 15px; }
.title-newsletter span { display: block; color: #171717; font-size: 30px; font-weight: 700; text-transform: uppercase; line-height: 1.3; margin-top: 15px; }
.title-newsletter p { color: #313131; font-size: 14px; margin-bottom: 0px; }
.title-news { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.title-news-left { border-left: 3px solid #fcd657; padding-left: 15px; }
.title-news-left span { display: block; color: #171717; font-size: 40px; font-weight: 700; line-height: 40px; text-transform: uppercase; margin-bottom: 10px; }
.title-news-left p { margin-bottom: 0px; color: #222; font-size: 18px; line-height: 20px; }
.arrows-news { display: flex; align-items: center; gap: 10px; }
.arrows-news span { width: 36px; height: 36px; display: flex; justify-content: center; align-items: center; border: 1px solid #ebeaea; border-radius: 50%; color: #727272; font-size: 16px; }
.arrows-news span:hover { color: #000; background: #fcd657; }
.left-news { width: 44%; }
.right-news { width: 54.2%; }
.swiper-news .swiper-slide { overflow: unset !important; }
.news-best-pic { border-radius: 4px; overflow: hidden; display: block; }
.news-best-info { padding-top: 15px; }
.news-best-date { font-size: 13px; padding-left: 25px; min-height: 16px; background: url(../images/date.webp) left center no-repeat; color: #979797; margin-bottom: 7px; text-transform: capitalize; }
.news-best-info h3 { margin-bottom: 7px; }
.news-best-info h3 a { color: #1e1e1e; font-size: 14px; font-weight: 700; }
.news-best-info h3 a:hover { color: var(--color-hover); }
.news-best-info h3 a.text-split { -webkit-line-clamp: 2; }
.news-best-desc { margin-bottom: 0px; color: #727272; font-size: 14px; line-height: 1.7; }
.news-best-view { display: inline-flex; align-items: center; gap: 8px; color: #272727; font-size: 16px; text-transform: capitalize; }
.news-best-view:hover { color: var(--color-hover); }
.blog-box { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; }
.blog-box-1 { flex-direction: row-reverse; }
.blog-pic { width: 174px; border-radius: 4px; overflow: hidden; }
.blog-info { width: calc(100% - 184px); }
.blog-name { margin-bottom: 7px; }
.blog-name a { color: #1e1e1e; font-size: 14px; font-weight: 700; }
.blog-name a:hover { color: var(--color-hover); }
.blog-name a.text-split { -webkit-line-clamp: 2; }
.blog-date { color: #979797; font-size: 13px; font-style: italic; padding-left: 25px; background: url(../images/date.webp) left center no-repeat; min-height: 16px; text-transform: capitalize; margin-bottom: 7px; }
.blog-desc { color: #7c7c7c; font-size: 13px; line-height: 1.7; margin-bottom: 0px; }
.blog-desc.text-split { -webkit-line-clamp: 2; }
.blog-view { text-align: right; }
.blog-view a { display: inline-flex; align-items: center; gap: 9px; color: #424242; font-size: 13px; font-style: italic; }
.blog-view a span { display: inline-block; width: 25px; height: 25px; text-align: center; line-height: 25px; background: #e0110b; border-radius: 50%; color: #fff; font-size: 13px; font-style: normal; }
.blog-view a:hover { color: #e0110b; }
.wrap-partner { padding: 80px 0px; background: #faf5e2; }
.item-partner { display: block; border-radius: 8px; border: 1px solid #eee; background: #fff; }
/* gia vang */
.wrap-giavang { margin-top: 60px; }
.giavang-title { color: #fff; text-align: center; font-size: 20px; font-weight: 700; line-height: 30px;     /* 150% */ text-transform: capitalize; margin-bottom: 35px; }
.box-giavang + .box-giavang { margin-top: 45px; }
.box-giavang-title { }
.text-gradient { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.box-giavang-title { text-align: center; font-size: 20px; margin-bottom: 15px; font-weight: 700; text-transform: uppercase; }
.giavang-iframe { margin-bottom: 20px; border: 2px solid #f0df74; background-color: #fff; }
.tradingview-chart { height: 650px; }
.row-giavang { padding: 0 40px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.col-giavang { width: 48%; border: 1px solid #f0df74; }
.gold-table { width: 100%; border-collapse: collapse; background: #071828; color: #fff; font-size: 14px; border: 1px solid #f4d35e; }
.gold-table th { font-size: 15px; }
.gold-table th, .gold-table td { padding: 12px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.15); }
.gold-table td { font-weight: 400; }
.gold-title { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); color: #071d33; font-weight: bold; font-size: 15px; }
.gold-table thead tr:nth-child(2) th { background: #031726; font-weight: 600; }
.gold-table tbody tr:nth-child(odd) { background: #071d33; }
.gold-table tbody tr:hover { background: rgba(244, 211, 94, 0.15); }
/* danh muc san pham home */
.wrap-listproduct-home { }
.grid-listhome { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid #d6b25e; border-top: 1px solid #d6b25e; }
.listhome-item { text-align: center; color: #fff; display: block; padding: 7px; position: relative; }
.listhome-box { background: #071828; border: 1px solid #f0df74; margin-left: -1px; margin-top: -1px; position: relative; overflow: hidden; }
.line-listhome-box { content: ""; position: absolute; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); pointer-events: none; width: 29%; height: 180%; clip-path: polygon(0 0, 100% 0, 68% 100%, 0% 100%); left: -15%; bottom: -63%; transform-origin: center; transform: rotate(0deg); opacity: 0; transition: all 0.5s ease-in-out; }
.listhome-box:hover .line-listhome-box { opacity: 1; left: calc(-65 / 621 * 100%); transform: rotate(9deg); }
.listhome-img { display: inline-block; margin-top: 5px; }
.listhome-name { color: #fff; font-size: 14px; font-weight: 700;     /* 142.857% */ text-transform: uppercase; }
.listhome-desc { font-size: 13px; }
/* san pham da xem */
.wrap-product-viewed { }
.product-viewed { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; border-radius: 5px; border: 1px solid #f0df74; padding: 5px; position: relative; }
.product-viewed-pic { width: 70px; border-radius: 5px; overflow: hidden; }
.product-viewed-name { margin-bottom: 0; width: calc(100% - 80px); }
.product-viewed-name a { color: #fff; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; transition: 0.3s; }
.product-viewed:hover .product-viewed-name a { color: #f0df74; }
.btn-del-product-viewed { position: absolute; right: 3px; top: 1px; }
/* quang cao */
.wrap-quangcao { }
.quangcao-item { display: block; border-radius: 5px; overflow: hidden; }
/* product hot  */
.title-producthot { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 22px; font-weight: 700; line-height: normal; text-transform: uppercase; margin-bottom: 10px; }
.title-producthot img { animation: bounce;     /* referring directly to the animation's @keyframe declaration */ animation-duration: 2s;     /* don't forget to set a duration! */ animation-iteration-count: infinite; }
@keyframes bounce {
0%, 20%, 53%, to { -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0); transform: translateZ(0) }
40%, 43% { -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); animation-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -7px, 0) scaleY(1.1); transform: translate3d(0, -7px, 0) scaleY(1.1) }
70% { -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); animation-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05); transform: translate3d(0, -5px, 0) scaleY(1.05) }
80% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0) scaleY(.95); transform: translateZ(0) scaleY(.95) }
90% { -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02); transform: translate3d(0, -4px, 0) scaleY(1.02) }
}
.wrap-tieuchi-product { margin-bottom: 15px; }
.box-tieuchi-product { display: inline-flex; align-items: center; gap: 5px; }
.img-tieuchi-product { }
.info-tieuchi-product { margin-bottom: 0; font-size: 14px; font-weight: 700; }
/* san pham theo danh muc  */
.banner-list-product { border-radius: 10px; overflow: hidden; }
.list-product-head { }
.list-product-title { font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
/* newsletter */
.wrap-newsletter { background-color: #000; }
.newsletter-slogan { color: #000; font-size: 14px; margin-bottom: 10px; font-style: italic; font-weight: 300; }
.form-newsletter { }
.col-newsletter { width: 100%; margin-bottom: 10px; }
.col-newsletter label { font-size: 15px; color: #fff; margin-bottom: 5px; font-weight: 700; }
.col-newsletter label span { color: #f44; }
.form-newsletter input { width: 100%; margin-bottom: 0px; height: 48px; padding: 0px 15px; outline: none; border-radius: 8px; border: 1px solid #bababa; background: rgb(255 255 255); font-size: 14px; color: #727272; }
.form-newsletter input::placeholder { color: #727272; }
.col-newsletter .upload-wrapper label { border-radius: 8px; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%); font-family: Roboto; font-size: 14px; color: #071d33; font-weight: 600; padding: 9px 17px; margin-bottom: 0; cursor: pointer; }
.col-newsletter .upload-wrapper label:hover { background: linear-gradient(0deg, rgba(240, 223, 116, 1) 0%, rgba(175, 128, 66, 1) 100%); }
.form-newsletter textarea { }
.form-newsletter textarea::placeholder { color: #727272; }
.form-newsletter button { width: 100%; border-radius: 10px; outline: none; background: linear-gradient(0deg, rgba(240, 223, 116, 1) 0%, rgba(175, 128, 66, 1) 100%); color: #071d33; border: none; max-width: 190px; height: 50px; margin-top: 17px; font-size: 16px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.form-newsletter button i { margin-left: 10px; font-size: 19px; }
.form-newsletter button:hover { color: #fff; background: #ae0009; }
.newsletter-productlist-box { max-height: 130px; overflow-y: auto; }
.productList-newsletter { position: relative; display: flex; align-items: center; gap: 5px; }
.form-newsletter input.radio-custom { position: absolute; opacity: 0; width: 100%; height: 100%; }
.col-newsletter .productList-newsletter label { margin: 0; font-weight: 400; }
.checkmark { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #e0bc4e; display: inline-block; position: relative; transition: all 0.2s ease; }
.radio-custom:checked + .checkmark { border-color: #e0bc4e; background-color: #fff; }
.radio-custom:checked + .checkmark::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); border-radius: 50%; }
/* cau hoi */
.cauhoi-banner { display: flex; justify-content: space-between; align-items: center; color: #fff; background-color: var(--color-main); }
.cauhoi-banner-pic { width: 290px; }
.cauhoi-banner-name { color: #fff; font-size: 18px; font-weight: 700;     /* 166.667% */ width: 201px; margin: 0 auto; text-transform: uppercase; }
.wrap-cauhoi { position: relative; }
.voprosnik h3 { text-align: center; }
.wrap-cauhoi .faq { margin: 0 -12px; }
.voprosnik { max-height: 320px; overflow-y: auto; padding-right: 5px; padding: 0px 7px 0 12px; }
.col-cauhoi { }
.klundesaga-item { margin-bottom: 0; color: #fff; border-radius: 0; border-bottom: 1px solid #ffffff3d; }
.klundesaga-item + .klundesaga-item { margin-top: 0px; }
.klundesaga-item .klundesaga-title { cursor: pointer; transition: transform 0.4s ease-in-out; margin-bottom: 0; color: #fff; font-size: 16px; font-weight: 600;     /* 125% */ padding: 17px 0px 17px 35px; border-radius: 5px; }
.klundesaga-item .klundesaga-title.active-title { border-radius: 5px;     /* background: var(--color-main); */ }
.klundesaga-item .klundesaga-title a { color: #000000; }
.klundesaga-item .klundesaga-title .cauhoi-name { margin: 0; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.klundesaga-item .klundesaga-title .cauhoi-name svg { fill: rgba(26, 26, 26, 0.6); }
.klundesaga-item .klundesaga-title.active-title .cauhoi-name svg { fill: rgb(255 255 255 / 1); }
.klundesaga-item .klundesaga-title.active-title .cauhoi-name .cauhoi-title { color: #fff; }
.cauhoi-icon { display: inline-block; width: 25px; height: 25px; border-radius: 50px; background-color: var(--color-main); text-align: center; line-height: 25px; font-size: 12px; color: #fff; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); }
.cauhoi-title { width: calc(100% - 64px); color: #fff; font-size: 16px; font-weight: 600;     /* 426.667% */ display: block; }
.klundesaga-item .klundesaga-title i.fa-chevron-right { transform: rotate(0); transition: 0.4s; }
.klundesaga-item .klundesaga-content { display: none; line-height: 1.7; border-radius: 0 0 5px 5px; color: #fff; padding: 0px 30px 20px 50px; }
.klundesaga-item .klundesaga-content.active { display: block; }
.klundesaga-item .klundesaga-content .scrollbar { margin: 0; font-size: 15px; max-height: 90px; overflow-y: auto; color: #fff; line-height: 24px; padding-right: 5px; }
.klundesaga-item .klundesaga-content .scrollbar i { color: #f0df74; font-size: 23px; margin-right: 5px; margin-left: 5px; }
.klundesaga-item .klundesaga-title.active-title .cauhoi-icon { color: #fff; }
.klundesaga-item .klundesaga-title.active-title .cauhoi-icon i { transition: 0.5s; }
.klundesaga-item .klundesaga-title.active-title .cauhoi-icon i { transform: rotate(45deg); }
.cauhoi-main .klundesaga-item .klundesaga-content p { max-height: unset; overflow-y: none; }
.klundesaga-item .klundesaga-content .scrollbar.max-height-news { max-height: 500px; }
.title-cauhoi { color: #071d33; font-size: 18px; font-style: normal; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; border-radius: 10px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); padding: 12px 20px; }
.wrap-cauhoi.p-content .klundesaga-item .klundesaga-title { color: #000; }
.wrap-cauhoi.p-content .cauhoi-title { color: #000; }
.wrap-cauhoi.p-content .klundesaga-item .klundesaga-title.active-title .cauhoi-name .cauhoi-title { color: #000; }
.wrap-cauhoi.p-content .klundesaga-item .klundesaga-content { color: #000; }
.wrap-cauhoi.p-content .klundesaga-item .klundesaga-content .scrollbar { color: #000; }
/* Danh sach menu san pham */
.fixed { position: fixed !important; left: 0; right: 0; top: 0; z-index: 999; animation: slideInDown1 1s 0s; background: #92c73ebd !important; width: 100%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); }
.hdanhmucdrops { position: relative; z-index: 19; margin-bottom: 20px; }
.hdanhmucdrops > .nicescl { top: 100%; position: relative; }
.home .hdanhmucdrops .nicescl { display: block; }
.fixed .hdanhmucdrops > .nicescl, .hdanhmucdrops.ver1 > .nicescl { display: none; top: 100%; }
.fixed .hdanhmucdrops:hover .nicescl { display: block; }
.hdanhmucdrops:hover .nicescl { display: block; }
.hdanhmucdrops.ver1 > .nicescl { display: none; top: 100%; }
.hdanhmucdrops .title { display: block; line-height: 30px; height: 100%; cursor: pointer; text-decoration: none; font-size: 19px; text-transform: uppercase; text-align: center; color: #fff; font-family: "UTMImpact"; }
.hdanhmucdrops ul { padding: 0px; margin: 0; list-style: none; text-align: left; }
.hdanhmucdrops ul.content > li { border-bottom: solid 1px var(--color-main); color: #fff; position: relative; }
.hdanhmucdrops ul > li.line { border-bottom: solid 1px #fff; width: 100%; margin: 0 auto; }
.hdanhmucdrops .nicescl { position: absolute; box-sizing: border-box; width: 100%; left: 0px; background: #fff; top: 100%; margin: auto; border: solid 1px var(--color-main);     /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */ z-index: 999; margin-top: 0px; border-radius: 0px 0px 7px 7px; display: none; }
.hdanhmucdrops ul.content { overflow: auto; font-size: 14px; height: 420px; }
.hdanhmucdrops li a { display: block; position: relative; font-weight: normal; font-size: 13px !important; color: #333; text-transform: capitalize !important; text-decoration: none; font-weight: 500; }
.hdanhmucdrops .content > li > a { margin-right: 25px; padding: 8px 0px 8px 11px !important; }
.hdanhmucdrops ul ul { display: none; padding: 0px 0px 0px 0px; margin: 0px; z-index: 9999; }
.hdanhmucdrops ul ul li { position: relative; border-bottom: solid 1px var(--color-main); }
.hdanhmucdrops ul ul a { padding: 10px 10px 10px 20px; }
.hdanhmucdrops ul > li:last-child { border-bottom: none; }
.hdanhmucdrops ul ul ul { left: 100%; top: 0 !important; }
.hdanhmucdrops ul ul ul a { padding: 10px 10px 10px 30px; }
.hdanhmucdrops i.right { position: absolute; right: 13px; font-size: 16px; }
.hdanhmucdrops i.left { font-size: 6px; margin-right: 10px; }
.hdanhmucdrops li:hover > a { color: var(--color-main) !important; background: none !important; }
.hdanhmucdrops .fa-angle-right:before { font-size: 15px; }
@-webkit-keyframes scale-up-hor-left {
0% { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
100% { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
}
.title-proList { background: var(--color-main); text-transform: uppercase; font-size: 14px; color: #fff; display: flex; align-items: center; gap: 10px; justify-content: center; padding: 10px 10px; border-radius: 7px 7px 0px 0px; font-weight: 700; }
span.icon-down { position: absolute; right: 15px; top: 9px; cursor: pointer; color: #333; }
.custom_category_menu { scrollbar-width: thin; scrollbar-color: #d39d17 #ffffff; }
.custom_category_menu::-webkit-scrollbar { width: 3px; }
.custom_category_menu::-webkit-scrollbar-track { background: #ffffff; }
.custom_category_menu::-webkit-scrollbar-thumb { background-color: #d39d17; border-radius: 3px; border: 0px solid #ffffff; }
.left-productpage { width: 262px; position: sticky; top: 77px; margin-top: 12px; }
.right-productpage { width: calc(100% - 279px); }
.title-home2 { font-size: 22px; }
.row-productpage { display: flex; align-items: center; justify-content: space-between; }
.menu-productpage { }
.menu-productpage .nicescl { display: block; position: relative; z-index: 914; }
.menu-productpage ul.content { height: auto; }
/* tieu chi */
.wrap-tieuchi { border-radius: 10px; border: 1px solid #f0df74; background: #fff; padding: 24px 16px; }
.tieuchi-item { }
.tieuchi-item + .tieuchi-item { margin-top: 10px; }
.tieuchi-item .info-criteria { width: calc(100% - 36px); text-align: left; }
.row-criteria-item .info-criteria h3.tieuchi-name { color: #071d33; font-size: 13px; font-style: normal; font-weight: 700; line-height: normal; }
.btn-hotline-tieuchi { border-radius: 8px; background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); display: flex; align-items: center; justify-content: space-between; padding: 16px; margin-top: 23px; }
.btn-hotline-info { width: calc(100% - 50px); color: #071d33; font-size: 14px; font-weight: 700; line-height: normal; }
.btn-hotline-info div:nth-child(2) { color: #071d33; font-size: 20px; font-weight: 900; }
/* kiem tra bao hanh */
.check-baohanh { color: #1a1a1a; }
.check-baohanh input.form-control { font-size: 14px; }
.btn-checkbaohanh { background: linear-gradient(90deg, #f0df74 0%, #af8042 100%); color: #071d33; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 8px 28.5px; }
.btn-checkbaohanh:hover { box-shadow: 0 0 5px #0000004a; background: var(--color-main); color: #fff; }
/* Google dich */
body { top: 0 !important; }
.skiptranslate iframe { display: none !important; }
.box_changelang { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; border-radius: 5px; background: #071d33; }
.box_changelang .lang_current img { max-width: 25px; }
.box_changelang .lang_current { position: relative; display: flex; justify-content: start; align-items: center; gap: 8px; cursor: pointer; padding: 5px 13px; font-size: 14px; font-weight: 500; color: #fff; }
.box_changelang .box_solang { position: absolute; top: 105%; right: 0; width: -webkit-max-content; width: -moz-max-content; width: max-content; background: #fff; -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); padding: 5px 10px; display: none; z-index: 10000; border-radius: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.box_changelang .box_solang a { display: flex; justify-content: start; align-items: center; padding: 5px 0px; color: #2d2d2d; }
.box_changelang .box_solang a img { max-width: 25px; margin-right: 10px; }
.box_changelang .box_solang a:hover { color: var(--color-hover); }
#google_language_translator { clear: both; width: auto !important; text-align: right; display: none; }
.goog-te-banner-frame { display: none !important; visibility: visible !important; }
#google_language_translator { height: 30px; overflow: hidden; font-size: 0; }
#google_language_translator span { display: none; }
.goog-te-gadget { font-size: 0 !important; }
#google_language_translator { clear: both; width: auto !important; text-align: right; display: none; }
#goog-gt-tt { display: none !important; }
