
:root { 
--color-main:#FFC972; 
--color-gradient:linear-gradient(90deg, #FBD184 0%, #FFE7BC 49.04%, #FBD184 100%); 
--color-main-v2:#BB221D; 
--color-active:#BB221D; 
--color-social:#BB221D; 
--color-hover:#BB221D; 
--color-title:#252A2D; 
--color-white:#fff; 
--font-regular:"Bai Jamjuree Regular"; 
--font-medium:"Bai Jamjuree Medium"; 
--font-semi:"Bai Jamjuree SemiBold"; 
--font-light:"Bai Jamjuree Light"; 
--font-bold:"Bai Jamjuree Bold"; 
--font-black:"Bai Jamjuree Black"; 
--font-extra:"Bai Jamjuree ExtraBold"; 
--font-custom:"Bai Jamjuree SemiBold";
} 

body { font-size:14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } 
.wrap-container { overflow: hidden; margin: auto; max-width: 1920px; } 
.wrap-content { margin:auto; max-width:1330px; padding-left: 15px; padding-right: 15px; } 
.wrap-main { margin:auto; max-width:1330px; padding-left: 15px; padding-right: 15px; } 
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 { display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; margin-top:10px; } 
.social-plugin iframe { z-index: 1 !important; } 
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; } 


/* 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; } 
.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); } 
.text-split { overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space:normal; -webkit-box-orient:vertical; display:-webkit-box; -webkit-line-clamp: 3; } 


/* scrollToTop */
.scrollToTop { position:fixed; bottom:65px; right:35px; height:50px; width:50px; cursor:pointer; display:block; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; z-index:1001010; opacity:0; visibility:hidden; -webkit-transform:translateY(20px); -ms-transform:translateY(20px); -moz-transform:translateY(20px); -o-transform:translateY(20px); transform:translateY(20px); -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 
.scrollToTop.active-progress { opacity:1; visibility:visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0) } 
.scrollToTop::before { position:absolute; font-family: "Font Awesome 6 Pro"; content:"\f102"; text-align:center; line-height:50px; font-size:20px; color:var(--color-main); left:0; top:0; height:50px; width:50px; cursor:pointer; display:block; z-index:1; -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 
.scrollToTop svg path { fill:none } 
.scrollToTop svg.progress-circle path { stroke:var(--color-main); stroke-width:4; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 


/* 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{ transition: 0.3s all; } 



/* TITLE */
.title-detail { position: relative; margin: 20px 0px; text-align: center; } 
.title-main { position: relative; text-align: center; margin-bottom: 1.5rem; } 

.title-detail h1,.title-detail h2,.title-detail span { margin-bottom: 0px; font-family: var(--font-custom); color: var(--color-title); font-size: clamp(20px,3.5vw,44px); line-height: normal; text-transform: uppercase; } 
.title-main h1,.title-main h2,.title-main span { margin-bottom: 0px; font-family: var(--font-custom); color: var(--color-title); font-size: clamp(25px,3.5vw,44px); line-height: normal; text-transform: uppercase; } 


/* 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; background: var(--color-active); color: var(--color-white); border-radius: 10px; margin-right: 3px; padding: 5px 10px; } 
.search label i { font-weight: bold; color: #999; } 
.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-weight: 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; } 


/* 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; } 
.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; text-transform: capitalize; 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-weight: normal; } 
.menu-mobile ul li a:hover { color: var(--color-active); } 
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: var(--color-main-v2); font-size: 17px; line-height: 18px; height: 25px; color: var(--color-white); 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-v2); } 
.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-v2); } 
.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-res { height: 55px; z-index: 501; background: var(--color-title); position: relative; display: none; } 
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; } 
#menu { display: none; } 
#hamburger { display: block; width: 35px; height: 23px; position: relative; } 
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-white); content: ""; display: block; width: 100%; height: 3px; 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; -o-transition: none 0.5s ease 0.5s; -moz-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; -o-transition-property: top, bottom, left, opacity, -o-transform; -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform, -o-transform; transition-property: transform, top, bottom, left, opacity, -webkit-transform; } 
.search-res-w100 { width: -webkit-calc(100% - 45px) !important; width: -moz-calc(100% - 45px) !important; width: calc(100% - 45px) !important; -webkit-border-radius: 0.25rem !important; -moz-border-radius: 0.25rem !important; border-radius: 0.25rem !important; } 
.search-res-w100 input { width:-webkit-calc(100% - 35px); width:-moz-calc(100% - 35px); width:calc(100% - 35px); height:35px; outline:none; padding:0px; border:0px; background:transparent; text-indent:10px; font-size:13px; color:#131313; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; } 
.search-res-w100 p { width:35px; height:35px; cursor:pointer; line-height:35px; text-align:center; font-size:13px; background:var(--color-main); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; color: var(--color-white); } 
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; } 
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; } 
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 
.mm-menu_opened { display: block !important; } 
.mm-slideout { z-index: unset; } 

/* Menu */
#menu { display: none; } 
#hamburger { display: none; width: 25px; height: 15px; position: relative; cursor: pointer; } 
#hamburger:before,
#hamburger:after,
#hamburger span { background: var(--color-white); content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; } 
#hamburger:before { top: 0px; } 
#hamburger span { top: 5px; } 
#hamburger:after { top: 10px; } 
#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; } 
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after { top: 10px; } 
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; } 
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } 
.mm-menu_opened { display: block !important; } 
.mm-slideout { z-index: unset; } 





/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; } 
.flex-product-main { display: flex; gap: 20px; } 
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; } 
.flex-product-main .right-product { width: calc(100% - 250px); } 
.wr-search p { font-weight: bold; text-transform: uppercase; } 


/* Product */
.cart-product { margin:5px 0 0 0px; } 
.cart-product span { cursor:pointer; color:var(--color-white); text-align:center; padding:0px 5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:inline-block; line-height:34px; font-size:13px; font-weight:700; } 
.cart-add { margin-left:10px; background:#00A5D9; width:155px; } 
.cart-add:hover { background:var(--color-main); } 
.cart-buy { background:var(--color-active); width:93px; height:33px; } 
.cart-buy:hover { background:var(--color-main); } 
.btn-product { background: var(--color-main); color: var(--color-white) !important; text-transform: capitalize; font-family: var(--font-bold); font-size: 15px; padding: 0.5rem 1.5rem; } 
.btn-product:hover { background: var(--color-hover); } 


/* News */
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; } 
.share b { display: block; margin-bottom: 5px; } 
.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: var(--color-active); } 





/* Product Detail */
.grid-pro-detail { margin-bottom:3rem; } 
.left-pro-detail { position:relative; text-align:center; } 
.left-pro-detail .MagicZoom { border:1px solid #eee; padding:7px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:var(--color-white); } 
.gallery-thumb-pro { position:relative; margin-top:10px; } 
.owl-pro-detail { padding:0px 30px; } 
.control-owl.control-pro-detail { top:-webkit-calc(50% - 12.5px); top:-moz-calc(50% - 12.5px); top:calc(50% - 12.5px); opacity: 1; } 
.control-pro-detail button { color:#222222; opacity:1; width:25px; height:25px; font-size:23px; } 
.control-pro-detail button:hover { opacity:0.7; } 
.control-pro-detail button.owl-prev { left:0px; } 
.control-pro-detail button.owl-next { right:0px; } 
.thumb-pro-detail { display:block!important; border:1px solid #eee; padding:5px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; cursor:pointer; background:var(--color-white); } 
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color:#cecfd2; } 
.thumb-pro-detail img { -webkit-box-shadow:none!important; -moz-box-shadow:none!important; box-shadow:none!important; -webkit-filter:brightness(100%)!important; filter:brightness(100%)!important; border-bottom:0px!important; padding-bottom:0px!important; } 
.title-pro-detail { text-transform:capitalize; font-size:20px; display:block; font-family:var(--font-bold); color: var(--color-main); } 
.comment-pro-detail { display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -moz-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:start; -webkit-justify-content:flex-start; -moz-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } 
.social-plugin-pro-detail { margin-bottom:1rem; margin-top:0px!important; } 
.desc-pro-detail { margin-bottom:1rem; } 
.attr-pro-detail { list-style:none; padding:0px; } 
.attr-pro-detail li { margin-bottom:0.5rem; } 
.attr-label-pro-detail { margin:0px 5px 0px 0px; } 
.attr-label-pro-detail.d-block { display:block; margin:0px 0px 5px 0px; } 
.attr-content-pro-detail { display:inline-block; margin-bottom:0px; } 
.price-new-pro-detail { font-weight:700; font-size:20px; color:var(--color-main); } 
.price-old-pro-detail { font-weight:500; color:#ccc; text-decoration:line-through; padding-left:10px; } 
.color-pro-detail { cursor:pointer; display:inline-block; vertical-align:top; position:relative; width:35px; height:30px; margin:0px 0px 3px 0px; border:1px solid transparent; background-repeat:no-repeat; -webkit-background-size:contain; -moz-background-size:contain; -o-background-size:contain; background-size:contain; background-position:center center; } 
.size-pro-detail { cursor:pointer; border:1px solid #ccc; padding:3px 10px 4px 10px; display:inline-block; position:relative; } 
.size-pro-detail.active,.color-pro-detail.active { border-color:#e5101d; color:#e5101d; } 
.size-pro-detail.active:after,.color-pro-detail.active:after { content:''; position:absolute; bottom:0px; right:0px; width:13px; height:13px; background-repeat:no-repeat; background-image:url(../images/check-cart.png); } 
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio] { display:none; } 
.quantity-pro-detail { width:100%; max-width:110px; line-height:normal; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -moz-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify; -webkit-justify-content:space-between; -moz-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; text-align:center; } 
.quantity-pro-detail span { line-height:25px; padding:0px; width:30px; height:30px; color:#5f5f5f; cursor:pointer; font-size:22px; border:1px solid #cccccc; } 
.quantity-pro-detail span.quantity-plus-pro-detail { border-left:0px; } 
.quantity-pro-detail span.quantity-minus-pro-detail { border-right:0px; } 
.quantity-pro-detail input { height:30px; border:1px solid #cccccc; width:-webkit-calc(100% - 60px); width:-moz-calc(100% - 60px); width:calc(100% - 60px); text-align:center; font-size:14px; padding:5px; } 
.cart-pro-detail { margin-bottom:1rem; } 
.cart-pro-detail a { font-size:14px; color:var(--color-white)!important; text-transform:uppercase; } 
.tags-pro-detail a { float:left; font-size:13px; padding-bottom:0.375rem; margin:0px 5px 5px 0px; } 
.tags-pro-detail a i { font-size:11px; margin:5px 5px 0px 0px; } 
.tabs-pro-detail { margin-top:2rem; } 
.tabs-pro-detail .nav-tabs { border-bottom:0px; } 
.tabs-pro-detail .nav-tabs .nav-link { border-top-width:0; font-size:14px; color: #333; font-family: var(--font-bold); border-color: #e9ecef #e9ecef #dee2e6; isolation: isolate; } 
.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border: none; background: var(--color-main); color: var(--color-white); font-family: var(--font-bold); text-transform: capitalize; } 


/* 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: var(--color-white); 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: var(--color-white); z-index: 99; } 
.content-modal-detail .tabs li { padding: 20px 20px; margin-right: 5px; font-weight: bold; position: relative; border-bottom: 4px solid var(--color-white); } 
.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: var(--color-white); 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-map { position: relative; height: 500px; margin-top: 30px; } 
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; } 
.frm_contact { border: 1px solid #ddd; padding: 30px; } 

/* breadCrumbs */
.breadCrumbs { padding: 10px 0px; background: #ddd; } 
.breadCrumbs ol { margin: 0px; } 
.breadCrumbs ol li a { color: #333; } 
.breadCrumbs ol li a:hover { color: var(--color-active); } 

/* paging */
.paging-product { position: relative; } 
.pagination { margin: 20px 0 0 0; } 
.pagination li span { cursor: pointer; } 

/* paging */
.pagination { margin:20px 0px; } 
.pagination li a { cursor:pointer; } 
.btn-frame { display:block; width:50px; height:50px; position:fixed; right:20px; z-index:10; cursor:pointer; } 
.btn-frame i { width:50px; height:50px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#1182fc; position:relative; z-index:1; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -moz-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -webkit-justify-content:center; -moz-box-pack:center; -ms-flex-pack:center; justify-content:center; } 
.btn-frame i img { vertical-align:middle; width:70%; } 
.btn-frame .animated.infinite { -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -o-animation-iteration-count:infinite; animation-iteration-count:infinite; } 
.btn-frame .kenit-alo-circle { width:60px; height:60px; top:-5px; right:-5px; position:absolute; background:transparent; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; border:2px solid rgba(7,41,103,0.8); opacity:0.1; border-color:#1182fc; opacity:0.5; } 
.btn-frame .zoomIn { -webkit-animation-name:zoomIn; -moz-animation-name:zoomIn; -o-animation-name:zoomIn; animation-name:zoomIn; } 
.btn-frame .animated { -webkit-animation-duration:1s; -moz-animation-duration:1s; -o-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; } 
.btn-frame .kenit-alo-circle-fill { width:70px; height:70px; top:-10px; right:-10px; position:absolute; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; border:2px solid transparent; background:rgba(7,41,103,0.35); opacity:0.4; } 
.btn-frame .pulse { -webkit-animation-name:pulse; -moz-animation-name:pulse; -o-animation-name:pulse; animation-name:pulse; } 
.page-link { color:var(--color-main) !important; } 
.page-item.active .page-link { background:var(--color-main); border-color:var(--color-main); color: var(--color-white) !important; } 
.page-link:hover { color: var(--color-hover) !important; } 

.grid-properties { display: flex; gap: 10px; } 
.grid-properties span { position: relative; border: 1px solid #ddd; padding: 5px 15px; cursor: pointer; } 
.grid-properties span:hover,
.grid-properties span.active { border: 1px solid var(--color-active); color: var(--color-active); } 
.grid-properties span:hover:after,
.grid-properties span.active:after { content: ''; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; } 
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; } 


/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; } 
[x-cloak] { display: none !important; } 

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; } 
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-family: var(--font-bold); display: flex; justify-content: space-between; align-items: center; cursor: pointer; } 
.box-readmore li ul > li { margin: 0; margin-bottom: 8px; } 
.box-readmore li ul > li:before { content: counters(item, '.') ' '; } 
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; display: none; } 
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; } 
.box-readmore ul li:before { content: counters(item, '.') '. '; display: table-cell; padding-right: 5px; } 
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; } 
.box-readmore ul li a:hover { color: #767676; } 


/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; } 
.sort-select .click-sort { min-width: 160px; font-family: var(--font-bold); 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: var(--color-white); 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; font-family: var(--font-regular); } 
.sort a.check { font-family: var(--font-medium); } 
.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: ''; border-color: #000; 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; } 


/* CSSS T */
.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 var(--color-active); box-sizing: border-box; border-radius: 5px; z-index: -1; text-transform: uppercase; font-weight: 700; font-size: 15px; } 
.effect_button:before { color: var(--color-white); background: var(--color-active); transform: rotateY(0deg) translateZ(25px); } 
.effect_button:after { color: var(--color-active); transform: rotateX(90deg) translateZ(25px); } 
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); } 

/* BUTTON */
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; } 
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; } 
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: var(--color-active); } 
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px; } 
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover { color: var(--color-white) !important; background: #232323; } 
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; margin-right: 20px; font-weight: 500; } 
.quantity-pro-detail span { line-height: 40px; padding: 0; width: 30px; height: 40px; color: #000; cursor: pointer; font-size: 22px; } 
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0; } 
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0; } 
.quantity-pro-detail input { height: 40px; width: calc(100% - 60px); text-align: center; font-size: 20px; padding: 5px; font-weight: 700; } 
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: center; justify-content: flex-start; } 
.cart-pro-detail a { text-align: center; color: var(--color-white); padding: 8px 15px; cursor: pointer; border-radius: 5px; font-weight: bold; } 
.cart-pro-detail a.addnow { margin-right: 10px; color: var(--color-white); border-radius: 5px; } 
.cart-pro-detail a.addnow:hover { background-color: var(--color-active); color: var(--color-white); border-color: var(--color-active); } 
.cart-pro-detail a.buynow { background-color: #000; } 
.cart-pro-detail a.buynow:hover { background-color: var(--color-active); color: var(--color-white); } 
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; } 

/* 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; } 


/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; z-index: 9999; } 
.loading { display: flex; gap: 8px; } 
.loading div { width: 14px; height: 14px; background-color: #3498db; border-radius: 50%; animation: bounce 1.2s infinite ease-in-out; } 
.loading div:nth-child(2) { animation-delay: 0.2s; } 
.loading div:nth-child(3) { animation-delay: 0.4s; } 
@keyframes bounce { 0%, 80%, 100% { transform: scale(0.8); opacity: 0.6; } 
40% { transform: scale(1.4); opacity: 1; } 
}

/*Sticky*/
.box-sticky { position:sticky; position:-webkit-sticky; top:80px; } 
.category-box .title-category { margin:0; text-align:left; padding:8px 15px; background:var(--color-main); -webkit-border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; border-radius:5px 5px 0px 0px; } 
.title-category span { color:var(--color-white)!important; font-size:16px; text-transform:uppercase; font-family:var(--font-bold); } 
.category-box ul { padding:0px; margin:0; list-style:none; } 
.category-box i { margin-right:5px; } 
.category-list { max-height:500px; overflow-y:auto; padding:0; list-style:inside; background:var(--color-white); border:solid 1px #eee; border-top:none; -webkit-border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px; border-radius:0px 0px 5px 5px; } 
.category-list li { /*border-top:solid 1px #ccc; */position:relative; list-style:none; } 
.category-list > li:first-child { border-top:none; } 
.category-list li a { font-size:14px; color:#666;; text-transform:capitalize; line-height:1.5; padding:5px 15px; } 
.category-list li a:hover { color:var(--color-hover); } 
.category-list li span { margin-top:5px; } 
.category-list li span i { color:#ccc !important; } 
.category-list li .toggle { position:absolute; right:0; text-align:center; top:0; right:5px; cursor:pointer } 
.category-list li .toggle i { color:#ccc } 
.category-list li ul { display:block; } 
.category-list li ul li { padding:0px 15px; } 
.category-list li ul li a { text-transform:capitalize; } 

/* width */
.box-sticky::-webkit-scrollbar { width:3px; } 
/* Track */
.box-sticky::-webkit-scrollbar-track { background:#ccc; } 
/* Handle */
.box-sticky::-webkit-scrollbar-thumb { background:var(--color-main); } 
/* Handle on hover */
.box-sticky::-webkit-scrollbar-thumb:hover { background:var(--color-hover); } 