:root { --color-main:#CE1A2D;--color-main-v2:#FCCE16;--color-main-v3:#CE1A2D;--color-gradient:linear-gradient(180deg, #DF5F31 0%, #FCCE16 100%);--color-active:#CE1A2D;--color-social:#CE1A2D;--color-hover:#CE1A2D;--color-title:#333;--color-white:#fff;--font-regular:"Roboto Regular";--font-medium:"Roboto Medium";--font-semi:"Roboto SemiBold";--font-bold:"Roboto Bold";--font-black:"Roboto Black";--font-light:"Roboto Light";--font-custom:"UTM Neutra"; } 
body { font-size:14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; top: 0 !important; } 
.container-wrapper { margin: auto; max-width: 1920px; overflow: hidden; } 
.wrap-content { margin:auto; max-width:1330px; padding-left: 15px; padding-right: 15px; } 
.wrap-main { margin:auto; max-width:1330px; margin-top: 40px; margin-bottom: 40px; } 
.spacer { margin: clamp(30px, calc(60 / 1200 * 100vw), 60px) 0 } 
.splide { visibility: unset !important; } 

/* Image */
img { display:inline-block; max-width:100% !important; height:auto !important; } 
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; } 
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } 
a { text-decoration:none; } 
.social-plugin iframe { z-index: 1 !important; } 
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; } 
.h-card, .hidden-seo { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } 

/* Lazyload */
img:not(.initial) { -webkit-transition: opacity 1s; -o-transition: opacity 1s; -moz-transition: opacity 1s; transition: opacity 1s; } 
img.initial, img.loaded, img.error { opacity: 1; } 
img:not([src]) { visibility: hidden; } 
.scale-img { overflow: hidden; display: block; transition: all .3s; } 
.scale-img img { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 
.scale-img:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); transition: all .3s; } 
.text-split { overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space:normal; -webkit-box-orient:vertical; display:-webkit-box; } 

/* TRANSITION All */
.transition { transition: .3s all } 
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, .15); margin-top: 15px; border-radius: 5px; display: flex; align-items: center; gap: 10px; } 
.pagination { margin: 30px 0 0 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px } 
.pagination li a,
.pagination li span { cursor: pointer; border-radius: 0px !important; border: 1px solid #cacaca; background: #ffff; min-width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: #4d4d4d; font-size: 14px; padding: 5px } 
.pagination li a:hover { color: var(--color-main); border-color: var(--color-main) } 
.pagination .page-item.active .page-link { background: #4BAA4A; border-color: #4BAA4A; color: #fff } 


/* BREADCRUMBS */
.breadCrumbs { padding: 10px 0; margin-bottom: 30px; } 
.breadCrumbs ol { margin: 0px; } 
.breadCrumbs ol li a { color: #333; font-family: var(--font-regular); } 
.breadCrumbs ol li a:hover { color: var(--color-active); } 
.breadcrumb li { display: flex; align-items: center; gap: 15px } 
.breadcrumb li a { flex: 1 1 0%; color: #666; transition: .2s; } 
.breadcrumb li a:hover { color: var(--color-main) } 
.breadcrumb li.active a { font-family:var(--font-medium); color: var(--color-main) } 
.breadcrumb li svg { width: 7px; color: #666; margin-top: 2px } 
.breadCrumbs .breadcrumb { background: #fff; padding: 10px 18px; border-radius: 999px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); display: inline-flex; align-items: center; gap: 15px; } 
.breadCrumbs .breadcrumb-item { font-size: 14px; color: #64748b; position: relative; } 
.breadCrumbs .breadcrumb-item + .breadcrumb-item::before { content: "›"; padding: 0 8px; color: #cbd5e1; font-family: var(--font-bold); } 
.breadCrumbs .breadcrumb a { color: #334155; font-family:var(--font-medium); transition: color 0.25s ease; } 
.breadCrumbs .breadcrumb a:hover { color: #2563eb; } 
.breadCrumbs .breadcrumb-item.active span { color: #2563eb; font-family: var(--font-bold); } 
.breadcrumb-item+.breadcrumb-item { padding-left: 0; } 


/* SEARCH */
.search-inline { display: flex; align-items: center; gap: 5px; max-width: 230px; border-radius: 5px; border: 1px solid #bababa; background: #fff } 
.search-inline p { width: 30px; height: 30px; cursor: pointer; text-align: center; margin: 0; color: var(--color-main); display: flex; align-items: center; justify-content: center; padding: 8px } 
.search-inline input { width: calc(100% - 30px); height: 30px; outline: 0; padding: 0; border: 0; background: 0; text-indent: 12px; font-size: 14px } 
.search-inline input::-webkit-input-placeholder { color: #7d7d7d } 
.search-inline input:-moz-placeholder { color: #7d7d7d } 
.search-inline input::-moz-placeholder { color: #7d7d7d } 
.search-inline input:-ms-input-placeholder { color: #7d7d7d } 
.search-popup { position: relative } 
.search-popup .icon-search { width: 40px; height: 40px; border-radius: 40px; cursor: pointer; text-align: center; color: #fff; font-size: 17px; display: flex; align-items: center; justify-content: center; margin: 0 } 
.search-popup .icon-search.active { background: #fff; color: var(--color-main); border: solid 1px var(--color-main) } 
.search-popup .search-grid { position: absolute; top: 50px; right: 0; width: 0; height: 40px; overflow: hidden; background: #fff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; border-radius: 25px; display: flex; align-items: center } 
.search-popup .search-grid p { width: 35px; height: 35px; cursor: pointer; outline: 0; border: none; margin: 0; font-size: 17px; display: flex; align-items: center; justify-content: center; color: var(--color-main) } 
.search-popup .search-grid input { width: calc(100% - 35px); float: right; line-height: 35px; outline: 0; border: none; color: #000; font-size: 14px } 
.search-popup .search-grid input::placeholder { color: #ccc } 
.search-popup .search-grid input:focus { --tw-ring-color: unset !important; --tw-ring-shadow: unset !important; } 
.search-inline-header input:focus { --tw-ring-color: unset !important; --tw-ring-shadow: unset !important; } 

/* LANGUAGE */
.header__lang { position: relative; z-index: 101 } 
.header__lang-button { display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: clamp(12px, calc(120 / 1200 * 100vw), 120px); background: #dae1e7; backdrop-filter: blur(8px); padding: 10px } 
.header__lang-flag { max-width: 35px; border-radius: 3px; overflow: hidden } 
.header__lang-country { font-family: var(--font-bold); font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px) } 
.header__lang-box { position: absolute; right: 0; margin-top: 10px; background: #fff; box-shadow: rgba(0, 0, 0, .35) 0 5px 15px; padding: 10px; border-radius: 10px; display: flex; flex-direction: column; gap: 10px; min-width: 150px } 
.header__lang-picker { display: flex; align-items: center; gap: 5px; cursor: pointer } 
.header__lang-icon { display: inline-block; width: 25px } 
.header__lang-name { font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px); font-family:var(--font-medium); flex: 1 1 0% } 
.header__lang-picker:hover .header__lang-name { color: orange } 
#google_translate_element { clear: both; width: auto !important; text-align: right; display: none } 
.skiptranslate { display: none !important } 



/* TITLE */
.title-main { text-align: center; margin-bottom: 30px } 
.title-main h1,
.title-main h2 { margin-bottom: 0; font-size: clamp(18px, calc(30 / 1200 * 100vw), 30px); font-family: var(--font-bold); color: #184A5B; text-transform: capitalize } 
.title-detail { margin-bottom: 20px } 
.title-detail h1 { font-size: clamp(22px, calc(30/1200*100vw), 30px); font-family: var(--font-bold); color: #184A5B; margin-bottom: 0 } 

/* PRODUCT */


.splide.procategory:not(.is-overflow) .splide__list { justify-content: center } 
.category-nav { margin-bottom: 30px } 
.category-nav__item { font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px); text-transform: uppercase; color: inherit; display: inline-block; vertical-align: top; padding-block: 7px; padding-inline: clamp(10px, calc(20 / 1200 * 100vw), 20px); transition: .2s; border: 1px solid #1a1918; background-color: #fff } 
.category-nav__item.active { background: #1a1918; color: #fff } 

/* WIDGET */
.main-widget { position: fixed; right: 14px; bottom: 20px; z-index: 99; top: auto !important } 

.main-widge .img svg { width: 100%; height: 100% } 
.main-widget .img { width: 25px; height: 25px } 
.main-icon svg { width: 20px; height: 20px; fill: #fff; margin-bottom: 5px } 
.main-icon p { font-size: 10px; color: #fff; margin: 0 } 
.out-circle { overflow: hidden; padding: 17px; border-radius: 100%; background: var(--color-main); width: 60px; height: 60px } 
.main-icon { line-height: 0; color: #fff; width: 100%; height: 32px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; top: 43%; left: 50%; transform: translate(-50%, -50%); text-align: center } 
.main-icon i { width: 26px; height: 26px; transform: translateX(2px) } 
.ser-icon { display: inline-flex; position: absolute; font-size: 30px; top: 0; left: 0; padding: 10%; background: #fff; max-width: 100%; overflow: hidden; border-radius: 100%; color: var(--color-main); width: 70%; height: 70%; margin: 15%; transition: .2s all } 
.unsee { opacity: 0; transform: scale(0) } 
.process { display: inline-flex; transform: translateX(0); transition: .15s linear transform; line-height: 0 } 
.ser-icon .item { margin-right: 40px; width: 30px; height: 30px; color: var(--color-main); display: flex; justify-content: center; align-items: center } 
.ser-icon .item svg { width: 25px; height: 25px; color: var(--color-main) } 
.ser-icon i:nth-child(2n) { color: #000 } 
.def-content { position: absolute; bottom: 62px; right: 0; background: #fff; border-radius: 8px; transition: .2s all; box-shadow: 0 0 10px rgba(0, 0, 0, .2); width: 300px; z-index: 1 } 
.def-content:before { position: absolute; bottom: -8px; right: 22px; left: auto; display: inline-block !important; border-right: 8px solid transparent; border-top: 8px solid #fff; border-left: 8px solid transparent; content: '' } 
.def-content .def-header { background: var(--color-main); padding: 10px; border-radius: 8px 8px 0 0; color: #fff; position: relative; font-size: 16px; font-family:var(--font-bold); } 
.def-content .def-header .close-icon { display: flex; justify-content: center; align-items: center; position: absolute; right: 10px; top: 10px; left: initial; padding: 0; margin: 0; border: 0 none; background: 0 0; line-height: 1; width: 26px; height: 26px; cursor: pointer; color: #fff; background: var(--color-main); border-radius: 50%; text-align: center } 
.def-content .item>a { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 5px 10px; transition: .3s linear all } 
.def-content .item>a .img { flex-grow: 0; flex: none; height: 34px; width: 34px; display: flex; justify-content: center; align-items: center; margin-right: 10px; border-radius: 50%; color: #fff !important } 
.def-content .item>a .img svg { height: 20px; width: 20px } 
.def-content .item>a .detail { flex-grow: 1; line-height: normal } 
.def-content .item>a .detail .arcu-item-title { font-family: var(--font-bold); font-size: 15px; display: block; line-height: normal; color: #000 } 
.def-content .item>a .detail .arcu-item-subtitle { font-size: 14px; color: #787878 } 
.def-content .item.phone>a .img { background: #4eb625 } 
.def-content .item.mess>a .img { background: #31adff } 
.def-content .item.zalo>a .img { background: #0165f8 } 
.def-content .item.map>a .img { background: #d94234 } 
.def-content .item:last-child { margin-bottom: 0 } 
.main-widget .close-icon { display: flex; justify-content: center; align-items: center; position: absolute; font-size: 25px; top: 0; padding: 10px; left: 0; width: 60px; height: 60px; line-height: 1; text-align: center; color: #fff; background: var(--color-main); border-radius: 100%; transition: .2s all; transform: rotate(0); cursor: pointer } 
.main-widget .close-icon svg { width: 25px; height: 25px } 
.close-icon.unsee { transform: rotate(180deg) } 
.pregan { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #e53b16; z-index: -2; border-radius: 100%; opacity: .6; animation: zoomzoom 3s linear .2s infinite } 
.pregan:nth-child(1) { animation-delay: .5s } 
.main-widget .item svg { fill: var(--color-main) } 
.def-content .item svg { fill: #fff } 
.def-content .item:hover { background: #f1f1f1 } 
@keyframes zoomzoom { 
 from { transform: scale(0) } 
 to { transform: scale(1.2) } 
 }

 /* BACK TO TOP */
.scrollToTop { position: fixed; bottom: 80px; right: 20px; z-index: 98; top: auto; width: 40px; height: 40px; display: flex; background: 0 0; text-decoration: none; transition: all .3s ease-out 0s; transform: translateY(-20px); background-color: color-mix(in srgb, var(--color-main) 10%, #fff); border-radius: 7px; cursor: pointer } 
@media (max-width: 870px){
 .scrollToTop { bottom: 140px } 
 }
.scrollToTop svg { width: 100%; height: 100%; transform: rotate(270deg) } 
.scrollToTop svg path { stroke: var(--color-main) } 
.scrollToTop:hover { background: var(--color-main) } 
.scrollToTop:hover svg path { stroke: color-mix(in srgb, var(--color-main) 10%, #fff) } 


/* FORM */
.form-group,
.form-group-select { position: relative; margin-bottom: 15px } 
.form-group input,
.form-group textarea { width: 100%; font-size: 14px; transition: .1s ease; resize: vertical; background: #fff !important; box-shadow: none !important; border-radius: 5px; border: 1px solid #cacaca } 
.form-group.novalidate input,
.form-group.novalidate textarea { border: 1px solid #e2e2e2 !important } 
.form-group input { height: 45px } 
.form-group input.date-picker { padding-right: 35px } 
.form-group input:hover,
.form-group textarea:hover { border-color: #7799d0 !important } 
.form-group label,
.form-group-select>label { position: absolute; left: 12px; top: 12px; font-size: 14px; color: #777; transition: .1s ease; pointer-events: none; background-color: transparent; margin: 0; line-height: 1.5 } 
.form-group>span { position: absolute; right: 12px; top: 12px; transition: .1s ease; pointer-events: none; display: inline-block; max-width: 20px } 
.form-group input:focus,
.form-group textarea:focus { border-color: var(--main-color); outline: 0 } 
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,
.form-group-select>label { top: -10px; font-size: 12px; background: #fff; padding: 0 5px; left: 8px; transform: none } 
.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + .75rem + 2px); margin-bottom: 0 } 
.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + .75rem + 2px); margin: 0; overflow: hidden; opacity: 0 } 
.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; overflow: hidden; font-family:var(--font-medium); line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: .25rem } 
.custom-file-label::after { content: attr(title); position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + .75rem); padding: .375rem .75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 .25rem .25rem 0 } 

/* MODAL */
.modal { backdrop-filter: blur(4px); background: rgba(0, 0, 0, 0.7); } 
.modal-header { border-bottom: 1px solid #d1d5db; background: rgba(249, 250, 251, .6) } 
.modal-title { font-family:var(--font-medium); letter-spacing: .05em; color: #111827 } 
.modal-footer { border-top: 1px solid #d1d5db; background: rgba(249, 250, 251, .6) } 
.modal-btn--close { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; font-size: 14px; color: #fff; background: red; position: absolute; top: -10px; right: -10px; z-index: 1; overflow: hidden; border-radius: 50% } 
.invalid-feedback { font-size: 13px; margin-top: 10px; } 



/* TOC */
.box-toc { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 2rem; overflow: hidden; width: 100%; max-width: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) } 
.box-toc__header { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; background: #f8fafc; cursor: pointer; border-bottom: 1px solid transparent; user-select: none } 
.box-toc__header:hover { background: #f1f5f9 } 
.box-toc__title { font-family: var(--font-bold); font-size: 16px; color: var(--color-text); text-transform: uppercase; display: flex; align-items: center; gap: 10px } 
.box-toc__title i { font-size: 20px } 
.box-toc__toggle-icon { color: #64748b } 
.box-toc__body { max-height: 0; overflow: hidden } 
.box-toc--open .box-toc__body { max-height: 1000px; border-top: 1px solid #e2e8f0 } 
.box-toc--open .box-toc__toggle-icon { transform: rotate(180deg) } 
.box-toc__list { list-style: none; padding: 12px 0; margin: 0 } 
.box-toc__item { margin: 0; position: relative } 
.box-toc__link { display: block; padding: 8px 20px; color: #64748b; text-decoration: none; font-size: .95rem; line-height: 1.5; border-left: 3px solid transparent } 
.box-toc__link:hover { color: var(--color-main) !important; background: #eff6ff !important } 
.box-toc__link--active { color: var(--color-main); font-family:var(--font-medium); background: #eff6ff; border-left-color: var(--color-main) } 
.box-toc__item--h2 .box-toc__link { padding-left: 10px; font-family:var(--font-medium); color: #334155; font-size: 15px } 
.box-toc__item--h3 .box-toc__link { padding-left: 20px; font-size: 14px } 
.box-toc__item--h4 .box-toc__link { padding-left: 30px; font-size: 13px; font-style: italic } 

/* NEWS DETAIL */
.content-main { line-height: 26px } 
.content-main h1 { text-align: center; font-size: 22px; margin-bottom: 30px } 
.content-main h2 { margin: 20px 0; font-size: 19px } 
.content-main h3 { margin: 15px 0 20px; font-size: 17px } 
.content-main h4 { margin: 10px 0 20px; font-size: 15px } 
.content-main table { width: 100%; margin: 10px 0 20px; font-size: 13px } 
.content-main table th { background: #444; color: #fff; text-align: center; padding: 12px 7px } 
.content-main table tr td { padding: 10px 7px } 
.content-main tr:nth-child(even) { background: #f4f4f4 } 
.content-main tr:nth-child(odd) { background: #fff } 
.content-main ol li,
.content-main ul li { margin-bottom: 10px } 
.content-main a { color: #05f; font-family: var(--font-bold); display: contents } 
.content-main iframe { width: 100% !important; display: block; margin: 10px auto 20px } 
.content-main tr:nth-child(even) { background-color: #f2f2f2 } 
.content-main tr:hover { background-color: #ddd } 
.content-main th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: var(--color-main); color: #fff } 
.content-main td,
.content-main th { border: 1px solid #ddd; padding: 8px } 
.content-main figcaption { text-align: center } 
.content-main a img { max-width: 100%; height: auto !important } 
.content-main blockquote { border-left: solid 3px #ccc; padding-left: 20px; margin-left: 20px; font-style: italic } 
.skeleton-item { box-shadow: 0 2px 5px rgba(0, 0, 0, .05) } 
.skeleton-box { background: #eee; background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%); background-size: 200% 100%; animation: 1.5s shine linear infinite; border-radius: 4px } 
.skeleton-img { width: 100%; margin-bottom: 10px } 
.skeleton-title { height: 20px; width: 80%; margin-bottom: 8px } 
.skeleton-price { height: 20px; width: 50% } 
.newsDetail__related { margin-top: 40px } 
.newsDetail__related-title h2 { font-size: clamp(18px, calc(24/1200*100vw), 24px); font-family: var(--font-bold); text-transform: uppercase; margin-bottom: 20px; border-left: 4px solid var(--color-main); padding-left: 10px } 

@keyframes shine { to { background-position-x: -200% } 
 }

 .translate-box { position: relative; display: inline-block } 
 .translate-box__toggle { display: flex; align-items: center; justify-content: center; background: 0 0; border: none; padding: 0; cursor: pointer; font-size: 16px; color: inherit } 
 .translate-box__icon { margin-right: 6px } 
 .translate-box__dropdown { position: absolute; z-index: 15; top: 100%; left: 0; margin-top: 10px; min-width: 150px; background-color: #fff; padding: 8px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) } 
 .translate-box__item { display: flex; align-items: center; cursor: pointer; color: #000; margin-bottom: 10px; transition:
 color .2s } 
 .translate-box__item:last-child { margin-bottom: 0 } 
 .translate-box__item:hover { color: #c0392b } 
 .translate-box__flag { margin-right: 7px; display: inline-block; max-width: 22px } 
 .translate-box__flag img { width: 100%; display: block } 

/* SIDEBOX */
.sidebox-group { position: sticky; top: 60px; border: 1px solid #dee2e6; border-radius: clamp(5px, calc(10/1200*100vw), 10px); padding: clamp(10px, calc(15/1200*100vw), 15px) } 
.sidebox-group__header { display: flex; font-size: clamp(15px, calc(16/1200*100vw), 16px); font-family: var(--font-bold); text-transform: uppercase; align-items: center; gap: 7px; font-family:var(--font-medium); padding: 0 0 8px; border-bottom: .5px dashed #ebe0e0; margin-bottom: 10px } 
.sidebox-group__icon { font-size: 22px } 
.sidebox-group__list { margin: 0; padding: 0; list-style: none } 
.sidebox-group__item { position: relative } 
.sidebox-group__link { color: #252a2b; position: relative; font-size: 15px; font-family:var(--font-medium); display: block; text-transform: capitalize; transition: .3s; padding: 5px 0 } 
.sidebox-group__item--has-child>.sidebox-group__link { padding-right: 30px } 
.sidebox-group__link--active,
.sidebox-group__link:hover { color: var(--color-main) !important } 
.sidebox-group__toggle { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid transparent; display: none } 
.sidebox-group__item--has-child .sidebox-group__toggle { display: block } 
.sidebox-group__toggle:hover { border: 1px solid #e7e7e7 } 
.sidebox-group__toggle::after,
.sidebox-group__toggle::before { background: rgba(9, 9, 9, .6); content: ''; display: block; position: absolute; margin-right: 7px; top: 50%; right: 0; transition: all .25s linear } 
.sidebox-group__toggle::before { width: 9px; height: 1px; transform: translateY(-50%) } 
.sidebox-group__toggle::after { width: 1px; height: 9px; right: 4px; transform: translateY(-50%) scale(1, 1) } 
.sidebox-group__item.opened>.sidebox-group__link .sidebox-group__toggle::after { transform: translateY(-50%) scale(1, 0) } 
.sidebox-group__sublist { margin: 0; padding-left: 10px; list-style: none; display: none } 

/* PRODUCT DETAIL */
.prodetail { display: block; width: 100% } 
.prodetail__gallery { position: relative } 
.prodetail__info { position: relative } 
.prodetail__thumb { margin-bottom: 10px; border: solid 1px #eee; background: #fff; border-radius: 10px; overflow: hidden } 
.prodetail__nav .splide__slide { opacity: .6; transition: opacity .3s; border: 1px solid transparent; border-radius: 10px; overflow: hidden; } 
.prodetail__nav .splide__slide.is-active { opacity: 1; border: solid 1px var(--color-main) !important; overflow: hidden; } 
.prodetail__price-discount { background: var(--color-main); color: #fff; padding: 5px 10px; border-radius: 5px; font-size: 12px; position: relative; } 

.prodetail__price-discount::before { content: ""; border-right: 6px solid var(--color-main); border-bottom: 6px solid transparent; border-top: 6px solid transparent; position: absolute; top: 50%; left: -4px; transform: translate(0, -50%) } 

.prodetail__qty-btn svg { width: 14px; height: 14px } 
.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 } 
.prodetail__btn:hover { color: #fff !important; background: color-mix(in srgb, var(--color-main) 70%, #000) !important } 
.prodetail__btn--add { color: #d0021b; background: #fff; border-color: #d0021b } 
.prodetail__btn--buy { color: #fff; background: #d0021b; border-color: #d0021b } 
.prodetail__btn-text { font-family: var(--font-medium); text-transform: uppercase } 
.prodetail__btn-subtext { display: block; font-size: 13px; font-weight: 300; text-transform: none } 
.prodetail__tab-header { display: flex; gap: 40px; border-bottom: 2px solid #eee; margin-bottom: 20px; padding: 0; list-style: none } 
.prodetail__tab-header li { padding: 10px 0; font-size: clamp(14px, calc(18/1200*100vw), 18px); cursor: pointer; font-family: var(--font-bold); text-transform: capitalize; position: relative; transition: color .3s } 
.prodetail__tab-header li:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--color-main); transition: width .3s } 
.prodetail__tab-header li.active { color: var(--color-main) } 
.prodetail__tab-header li.active:after { width: 100% } 
.prodetail__tab-body { display: none } 
.prodetail__tab-body[x-show] { display: block } 
.prodetail__related { margin-top: 40px } 
.prodetail__related-title h2 { font-size: clamp(18px, calc(24/1200*100vw), 24px); font-weight: 700; text-transform: uppercase; margin-bottom: 20px; border-left: 4px solid var(--color-main); padding-left: 10px } 
.prodetail__related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 15px } 
.prodetail__attribute { margin-bottom: 20px } 
.prodetail__attribute-label { display: block; font-size: clamp(14px, calc(16/1200*100vw), 16px); font-weight: 700; margin-bottom: 10px } 
.prodetail__attribute-list { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px } 
.prodetail__attribute-btn { position: relative; display: flex; align-items: center; justify-content: center; min-height: 35px; padding: 5px 12px; border: 1px solid #dadada; border-radius: 2px; background: #fff; color: #111; font-size: clamp(12px, 1.5vw, 14px); cursor: pointer; overflow: hidden } 
.prodetail__attribute-btn:hover { border-color: var(--color-main) } 
.prodetail__attribute-btn.active { border-color: var(--color-main); color: var(--color-main) } 
.prodetail__attribute-check { position: absolute; bottom: -1px; right: -1px; z-index: 1; width: 20px; height: 20px; display: none; align-items: flex-end; justify-content: flex-end; clip-path: polygon(100% 0, 0 100%, 100% 100%); color: #fff; background-color: var(--color-main) } 
.prodetail__attribute-btn.active .prodetail__attribute-check { display: flex } 
.contact-flex { display: grid; grid-template-columns: 40% 1fr; gap: 20px } 
.contact-map { position: relative; border-radius: 10px; overflow: hidden; height: 100% } 
.contact-map iframe { width: 100%; height: 100%; min-height: 450px } 
.contact-input input,
.contact-input textarea { border-radius: 7px; width: 100%; border: 1px solid #e1e1e1; text-indent: 0; color: #000; font-size: 13px; min-height: 40px } 
/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; } 
.sort-select .click-sort { border: 1px solid #e0e0e0; border-radius: 4px; cursor: pointer; font-size: 14px; padding: 6px 10px 6px 8px; margin: 0px; } 
.sort-select-main { display: grid; background-color: #fff; border-radius: 4px; box-shadow: 0 4px 6px rgb(0 0 0 / 20%); position: absolute; padding: 0 7px; top: 30px; right: 0; width: 160px; z-index: 2; } 
.sort-select-main p { border-bottom: 1px solid #f1f1f1; margin: 0px; order: 2; } 
.sort-select-main p:has(.check) { order: 1; } 
.sort a { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; } 
.sort a.check i { box-sizing: border-box; position: relative; display: inline-block; transform: scale(var(--ggs, 1)); width: 22px; height: 16px; border: 2px solid transparent; border-radius: 100px; vertical-align: middle; } 
.sort a.check i::after { content: ''; display: block; box-sizing: border-box; position: absolute; left: 3px; top: -4px; width: 6px; height: 10px; border-width: 0 2px 2px 0; border-style: solid; transform-origin: bottom left; transform: rotate(45deg); } 
.sort-select .sort-show { padding-right: 12px; position: relative; } 
.sort-select .sort-show::before { content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333; content: ''; height: 0; position: absolute; top: 6px; right: 0; width: 0; } 
::-webkit-scrollbar { width: 5px; height: 5px } 
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%) } 
::-webkit-scrollbar-thumb { background: var(--color-main) } 
[x-cloak] { display: none !important } 


/* 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: var(--color-main); border-radius: 5px; transition: all 1s; } 
.offcanvas-body::-webkit-scrollbar-track { background: var(--color-white); width: 4px; height: 4px; transition: all 1s; } 
.btn-close-menu { position: absolute; right: 20px; top: 20px; } 
.menu-mobile ul { padding: 0px; list-style: none; } 
.menu-mobile ul li { position: relative; } 
.menu-mobile ul li img { filter: brightness(0) saturate(100%) invert(21%) sepia(53%) saturate(3317%) hue-rotate(350deg) brightness(95%) contrast(91%); } 
.menu-mobile ul li > span i { transition: transform 0.3s ease; } 
.menu-mobile ul li a { display: block; padding-right: 30px; color: #333; font-size: 15px; padding: 10px 0px; border-bottom: 1px solid #f1f1f1; font-family: var(--font-medium); } 
.menu-mobile ul li a i { margin-right: 10px; } 
.menu-mobile ul li li a { font-family:var(--font-regular); } 
.menu-mobile ul li a:hover { color: var(--color-active); } 
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; font-size: 17px; line-height: 18px; height: 25px; color: var(--color-main); width: 25px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; } 
.menu-mobile ul li:hover { color: var(--color-active); } 
.menu-mobile ul ul li .scroll { background: none; color: var(--color-main); } 
.menu-mobile ul li ul { padding-left: 10px; } 
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; font-family: var(--font-regular); } 
.company p { margin-bottom: 5px; font-size: 13px; } 
.company p span { color: var(--color-main); } 
.search-menu { width: 100%; position: relative; margin: 10px 0px; } 
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; } 
.search-menu p { position: absolute; right: 10px; bottom: 8px; } 

/* Search */
.search { width: 100%; border: 1px solid #ccc; overflow: hidden; background: var(--color-white); position: relative; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; } 
.search input { font-family: var(--font-medium); width: calc(100% - 35px); font-size: 15px; color: #333; border-radius: 10px; border: none; } 
.search input::placeholder { font-family: var(--font-medium); font-size: 15px; } 
.search input:focus { border: none; box-shadow: none; } 
.search label { font-family: var(--font-medium); height: 35px; cursor: pointer; text-align: center; font-size: 16px; color: var(--color-white); border-radius: 10px; padding: 5px 10px; } 
.search-default button { width: 40px; background: var(--color-main); height: 40px; color: var(--color-white); } 
.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: var(--color-white); 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: var(--color-active); font-size: 14px; font-family:var(--font-bold); } 
.box-search .price-product .price-old { color: #999; text-decoration-line: line-through; } 

/* Search Responsive */
.search-res { position: relative; } 
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 37px; color: var(--color-title); font-size: 17px; margin: 0px; } 
.search-res .icon-search.active { color: var(--color-main); background: var(--color-white); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } 
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: var(--color-white); border: 1px solid var(--color-main); z-index: 2; opacity: 0; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; line-height: normal; } 
.search-res .search-grid p { float: left; width: 35px; 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 { border: none; box-shadow: unset; padding: 0; width: -webkit-calc(100% - 35px); width: -moz-calc(100% - 35px); width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: var(--color-main); } 
.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 VOICE */
.output-voice { max-width: 600px; padding: 0; background: #f8f9fa; border-radius: 10px; display: flex; flex-direction: column; gap: 10px; font-family: var(--font-regular) } 
.voice-input-group { display: flex; align-items: center; gap: 10px; } 
.search-auto { flex: 1; padding: 10px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px; transition: border-color 0.3s; } 
.search-auto:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); } 
.volume { background-color: #007bff; border: none; padding: 10px; border-radius: 50%; cursor: pointer; transition: background-color 0.3s; display: flex; align-items: center; justify-content: center; } 
.volume:hover { background-color: #0056b3; } 
.volume svg { width: 20px; height: 20px; fill: #fff; } 
#output { padding: 10px 14px; border: 1px dashed #ccc; background-color: #fff; border-radius: 6px; font-size: 15px; min-height: 40px; color: #333; line-height: 1.5; } 


/* FILTER SIDEBAR */
.filter { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; } 
.flex-product-main { display: flex; gap: 20px; } 
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; } 
.flex-product-main .right-product { width: calc(100% - 250px); } 
.wr-search p { font-family:var(--font-bold); text-transform: uppercase; } 
.wr-search { background: #fff; border-radius: 14px; padding: 14px 16px; border: 1px solid #e5e7eb; box-shadow: 0 6px 18px rgba(0,0,0,.06); } 
.text-search { font-size: 14px; margin: 15px; font-family:var(--font-medium); color: #111827; margin-bottom: 10px; position: relative; padding-bottom: 6px; } 
.text-search::after { content: ""; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: #111827; border-radius: 2px; } 
.wr-search ul { list-style: none; margin: 0; padding: 0; } 
.item-search { padding: 6px 8px; border-radius: 8px; transition: .2s; } 
.item-search:hover { background: #f9fafb; } 
.ip-search { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid #d1d5db; background: #fff; cursor: pointer; position: relative; transition: all .2s ease; } 
.ip-search:checked { background: #111827; border-color: #111827; } 
.ip-search:checked::after { content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -52%); font-size: 12px; font-family: var(--font-bold); color: #fff; } 
.item-search label { font-size: 14px; color: #111827; cursor: pointer; user-select: none; font-family: var(--font-regular); } 
.noUi-primary { border-radius: 999px; } 
.noUi-connect { background: #111827 !important; } 
.noUi-handle { border-radius: 50%; width: 18px; height: 18px; border: 2px solid #111827; box-shadow: 0 4px 10px rgba(0,0,0,.25); } 
.item-search-price { border-radius: 999px; padding: 6px 16px; font-size: 13px; font-family:var(--font-medium); } 
.you-search { background: linear-gradient(135deg, #f9fafb, #fff); border: 1px dashed #d1d5db; border-radius: 14px; padding: 14px; } 
.text__choose { font-size: 14px; font-family:var(--font-medium); color: #111827; } 
.you-search .btn__custom { border-radius: 999px; font-size: 12px; padding: 4px 12px; background: #111827; color: #fff; border: none; transition: .2s; } 
.you-search .btn__custom:hover { background: #000; transform: translateY(-1px); } 
.you-search a.text-dark { font-size: 12px; font-family:var(--font-medium); opacity: .7; } 
.you-search a.text-dark:hover { opacity: 1; } 
