
:root { --color-main:#C53B84; --color-main-v2:#FF9ECC; --color-active:#BB221D; --color-social:#BB221D; --color-hover:#BB221D; --color-title:#333; --color-white:#fff; --font-regular:"Quicksand Regular"; --font-medium:"Quicksand Medium"; --font-semi:"Quicksand SemiBold"; --font-bold:"Quicksand Bold"; --font-light:"Quicksand Light"; --font-custom:"Arima"; --font-custom-v2:"1FTV VIP Archiga"; } 

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:1230px; padding-left: 15px; padding-right: 15px; } 
.wrap-main { margin:auto; max-width:1230px; padding-left: 15px; padding-right: 15px; } 
.max-width { max-width:1230px; margin: auto; 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; } 
@media only screen and (max-width: 991px){
 .img-auto img { width: auto !important; height: auto !important; } 
 }
* { -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; } 

.bg-main { background: var(--color-main); } 
.regular { font-family:var(--font-regular) !important } 
.medium { font-family:var(--font-medium) !important } 
.semi { font-family:var(--font-semi) !important } 
.bold { font-family:var(--font-bold) !important } 
.extra { font-family:var(--font-extra) !important } 
.custom { font-family:var(--font-custom) !important } 
.custom-v2 { font-family:var(--font-custom-v2) !important } 
.custom-v3 { font-family:var(--font-custom-v3) !important } 
.cap { text-transform: capitalize !important; } 
.up { text-transform: uppercase !important; } 


 /*PADDING MEDIA*/
 .py-70 { padding-top: 70px; padding-bottom: 70px; } 
 .py-60 { padding-top: 60px; padding-bottom: 60px; } 
 .py-50 { padding-top: 50px; padding-bottom: 50px; } 
 .py-30 { padding-top: 30px; padding-bottom: 30px; } 
 .mb-50 { margin-bottom: 50px; } 
 .mb-30 { margin-bottom: 30px; } 
 @media only screen and (max-width: 991px){
 .mgb-res { margin-bottom: 30px; } 
 .mb-none { display: none !important; } 
 .mb-block { display: block !important; } 
 .py-70 { padding-top: 40px; padding-bottom: 40px; } 
 .py-60 { padding-top: 30px; padding-bottom: 30px; } 
 .py-50 { padding-top: 30px; padding-bottom: 30px; } 
 .mb-50 { margin-bottom: 30px; } 
 }

/* Lazyload */
/* img.lazy { opacity: 0; } */
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); } 
.hover-img { position:relative; overflow:hidden; display:block; } 
.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 { 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; } */
 .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-v2); 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-v2); 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 } 
 @media only screen and (max-width: 991px){
 .scrollToTop { right: 15px; } 
 }

/* 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; } 


/* Title */
.title-detail { position: relative; margin: 20px 0px; } 
.title-detail h1,.title-detail h2,.title-detail span { margin-bottom: 0px; font-family: var(--font-custom); color: var(--color-main); font-size: clamp(25px,3.5vw,40px); line-height: normal; text-transform: uppercase; } 
.title-main { position: relative; text-align: center; margin-bottom: 1rem; } 
.title-main h1,.title-main h2,.title-main span { margin-bottom: 0px; font-family: var(--font-custom); color: var(--color-main); font-size: clamp(25px,3.5vw,45px); line-height: normal; text-transform: capitalize; } 
.slogan { font-size: 16px; color: var(--color-title); font-family: var(--font-regular); text-transform: capitalize; letter-spacing: 1.6px; margin-top: -8px; } 

.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: var(--color-white); font-weight: 700; text-transform: uppercase; } 
.btn-custom { font-family: var(--font-regular); display: block; border: 1px solid var(--color-active); color: var(--color-title); background: var(--color-white); padding: 7px 15px; border-radius: 10px; cursor: pointer; } 
.btn-custom:hover,
.btn-custom.active { background: var(--color-active); color: var(--color-white); border: none; transition: ease-in-out 0.5s; } 


/* Search */
.search { width: 50%; border: 1px solid #ccc; 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; } 
.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; } 

/* 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: 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 > 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: var(--color-active); } 
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: #0253a4; font-size: 17px; line-height: 18px; height: 25px; color: var(--color-white); width: 35px; border-radius: 5px; 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: #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: #007bff; } 
.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: 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; } 

/* MENU TAB */
.menu-product-list { position: absolute; z-index: 99; top: 100%; width: 250px; background: var(--color-white); border-radius: 2px; } 
.menu-product-list ul { padding: 0px; margin-bottom: 0px; } 
.menu-product-list ul ul { position: absolute; width: 750px; background: var(--color-white); 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: var(--color-active); } 
.menu-product-list ul ul li a { border-bottom: none; font-weight: bold; } 
.menu-product-list ul ul ul li a { font-weight: normal; } 



/* Cart */
a.cart-header { position: relative; } 
a.cart-header span { position: absolute; top: 0px; right: 0px; color: var(--color-white); font-size: 11px; width: 17px; height: 17px; text-align: center; border-radius: 50%; } 


/* 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 */
.grid-product { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); } 
.grid-product > * { max-width: 100%; min-width: 0; } 

.grid-product .product .pic-product { border: 1px solid #ddd; } 
.product { display:block; position:relative; } 

.info-product { padding: 10px 0; text-align: center; } 
.product .pic-product {border-radius:20px; display:block; position:relative; overflow:hidden; } 
.product .name-product { margin-bottom:5px; font-weight:normal; } 
.product .name-product a { font-size:15px; color:var(--color-title); text-transform: capitalize; line-height:normal; font-family: var(--font-semi); } 
.product .name-product a:hover { color:var(--color-hover); } 
.product .name-product .text-split { -webkit-line-clamp:1; }
.product .price-product { margin-bottom:0; color:var(--color-active); } 
.product .price-text { color: #333333; font-size: 13px; line-height: 1.6; } 
.product .price-new { font-size:15px; font-family:var(--font-semi); color:var(--color-active); display:inline-block; } 
.product .price-old { padding:0 10px; font-size:14px; font-family: var(--font-regular); text-decoration:line-through; display:inline-block; color:#616060; }
.product .price-per { color: var(--color-white); background: var(--color-main); font-size:13px; font-family: var(--font-medium); text-align:center; position: absolute; right: 5px; top: 5px; padding: 5px 10px; } 


.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); } 

@media only screen and (max-width: 991px){
 .btn-buy { font-size: 14px; } 
.btn-product { font-size: 13px; } 
 }


/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; } 
.news { display: block; margin-bottom: 20px; display: block; } 
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; } 
.pic-news img { width: 100%; } 
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #ccc; padding: 7px 20px; border-radius: 20px; color: #000; font-size: 16px; } 
a.views:hover { border: solid 1px var(--color-active); color: var(--color-active); } 
.name-news { color: #1b1b1b; font-size: 18px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; } 
a.name-news.name1 { font-size: 25px; line-height: 32px; max-height: 64px; } 
.name-news:hover { color: var(--color-active); } 
.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); } 


/* 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 */
 @media only screen and (max-width: 991px){
 .menu-res { display: block !important; } 
 }
 .menu-res { height: 55px; z-index: 501; background: var(--color-main); 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; } 
 
 
 /* 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; } 
 

/* News Detail */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } 
.item-news:hover h3 { color: var(--color-active); } 
.item-news-all a { display: flex; justify-content: space-between; } 
.item-news-all a .info-news { width: calc(100% - 110px); } 
.item-news-all a .info-news h3 { text-transform: capitalize; font-size: 15px; } 
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; } 
.news-left { width: 68%; } 
.news-right { position: sticky; top: 20px; width: 30%; background: #f1f1f1cc; padding: 20px; box-shadow: 0px 0px 5px #99999978; } 


/* 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: 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 0px; } 
.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; } 
 .grid-properties { display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; gap:10px; margin:10px 0px; } 
 .grid-properties span { position:relative; border:1px solid #ddd; padding:5px 15px; cursor:pointer; overflow: hidden; } 
 .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(--color-active); bottom:0; position:absolute; right:-0.9375rem; } 
 .grid-properties span.outstock { pointer-events:none; background:#fafafa; color:rgba(0,0,0,0.26); cursor:not-allowed; } 
 .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; } 

/* scrollToTop */
/* .scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: block; 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; } 



/* 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; } 
.baonoidung iframe { max-width: 100% !important; } 
.baonoidung img { height: auto !important; } 
.baonoidung * { max-width: 100% !important; } 
.baonoidung table { display: block; overflow-y: auto; } 
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; } 

/* Popup */
.modal-title { font-size: 20px; } 
/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; z-index: 999; } 

.loading { width: 50px; height: 50px; border: 5px solid rgba(0, 0, 0, 0.1); border-radius: 50%; border-top: 5px solid #3498db; animation: spin 1s linear infinite; } 

@keyframes spin { 
 0% { transform: rotate(0deg); } 
100% { transform: rotate(360deg); } 
 }



 /*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); } 