:root {
    --main: #e9d8bf;
    --main2: #f7f0e5;
    --active: #bb221d;
    --social: #bb221d;
    --line: #cccccc;
    --hover: #bb221d;
    --title: #1e1e1e;
    --title1: #313131;
    --regular: "Mulish Regular";
    --medium: "Mulish Medium";
    --semi: "Mulish SemiBold";
    --bold: "Mulish Bold";
    --titleMain: "Cormorant Garamond";
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: var(--text2);
    border-style: solid;
    border-width: 1px;
}
body {
    font-size: 14px;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    overflow-x: hidden;
}
.wrap-container {
    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;
}

/* Header Social Icons */
.header-bottom .social-footer {
    padding: 10px 0;
}
.header-bottom .social-footer li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-bottom .social-footer li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.header-bottom .social-footer li img {
    max-height: 18px;
    width: auto;
    object-fit: contain;
}

.bg-main {
    background: var(--main);
}
.regular {
    font-family: var(--regular) !important;
}
.medium {
    font-family: var(--medium) !important;
}
.semi {
    font-family: var(--semi) !important;
}
.bold {
    font-family: var(--bold) !important;
}
.cap {
    text-transform: capitalize !important;
}
.up {
    text-transform: uppercase !important;
}

.text-split {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 10;
}
.text-split1 {
    -webkit-line-clamp: 1;
}
.text-split2 {
    -webkit-line-clamp: 2;
}
.text-split3 {
    -webkit-line-clamp: 3;
}
.text-split4 {
    -webkit-line-clamp: 4;
}
.text-split5 {
    -webkit-line-clamp: 5;
}
.text-split6 {
    -webkit-line-clamp: 6;
}
.text-split7 {
    -webkit-line-clamp: 7;
}
.text-split8 {
    -webkit-line-clamp: 8;
}
.text-split9 {
    -webkit-line-clamp: 9;
}

/*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;
}

/* 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(--main2);
    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(--main2);
    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(--bold);
    color: var(--title);
    font-size: 30px;
    line-height: 1.25;
}
.title-main {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}
.title-main h1,
.title-main h2,
.title-main span {
    margin-bottom: 0px;
    font-family: var(--titleMain);
    color: var(--title);
    font-size: 45px;
    line-height: 1.5;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.slogan {
    font-size: 31px;
    color: var(--title);
    font-family: "1FTV VIP Eleanor Goenka";
    text-transform: capitalize;
}

.tt-week {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-custom {
    font-family: var(--regular);
    display: block;
    border: 1px solid var(--active);
    color: var(--title);
    background: white;
    padding: 7px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.btn-custom:hover,
.btn-custom.active {
    background: var(--active);
    color: white;
    border: none;
    transition: ease-in-out 0.5s;
}

/* Search */
.search {
    width: 50%;
    border: 1px solid var(--line);
    background: white;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search input {
    font-family: var(--medium);
    width: calc(100% - 35px);
    font-size: 15px;
    color: var(--title);
    border-radius: 10px;
    border: none;
}
.search input::placeholder {
    font-family: var(--medium);
    font-size: 15px;
}
.search input:focus {
    border: none;
    box-shadow: none;
}
.search label {
    font-family: var(--medium);
    height: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    background: var(--active);
    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: var(--title);
}
.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: 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(--active);
    font-size: 14px;
    font-weight: bold;
}
.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through;
}
.pic-search {
    width: 60px;
    flex-shrink: 0;
    margin-right: 10px;
}
.pic-search img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}
.suggest-group-label {
    padding: 6px 10px 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #aaa;
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}
.suggest-view-all {
    justify-content: center;
    background: #fafafa;
    border-radius: 0 0 10px 10px;
}
.suggest-view-all a {
    font-size: 13px;
    color: var(--active);
}

/* 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: white;
    width: 4px;
    height: 4px;
    transition: all 1s;
}
.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}
.menu-mobile ul {
    padding: 0px;
    list-style-type: none;
}
.menu-mobile ul li {
    position: relative;
}
.menu-mobile ul li > span i {
    transition: transform 0.3s ease;
}
.menu-mobile ul li a {
    display: block;
    color: var(--title);
    font-family: var(--bold);
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid var(--line);
}
.menu-mobile ul li a i {
    margin-right: 10px;
}
.menu-mobile ul li li a {
    font-family: var(--semi);
    padding: 10px 0px 10px 15px;
}
.menu-mobile ul li a:hover {
    color: var(--active);
}
.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: black;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: white;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-mobile ul li:hover {
    color: var(--active);
}
.menu-mobile ul ul li .scroll {
    background: none;
    color: black;
}
/* .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: var(--main);
    font-family: var(--bold);
}
.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: 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: white;
    border-radius: 2px;
}
.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}
.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: 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: var(--title);
    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(--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: 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;
}
/* .flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; }  */
.flex-product-main .right-product {
    width: 100%;
}

.wr-search p {
    font-weight: bold;
    text-transform: uppercase;
}

/* Product */
.grid-product {
    display: grid;
    gap: 24px 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-product > * {
    max-width: 100%;
    min-width: 0;
}
.product {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}
.product .pic-product {
    display: block;
    position: relative;
}
.pic-product .scale-img {
    display: flex;
    height: 100%;
}

.pic-product .img1 {
    opacity: 1;
    transition: all 0.5s linear;
}
.pic-product .img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s linear;
}
.product:hover .pic-product .img1 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.product:hover .pic-product .img2 {
    opacity: 1;
    transition: all 0.5s linear;
}

.info-product {
    padding: 20px 10px 24px;
}
.info-product .flex__main {
    justify-content: center;
    gap: 10px;
}
/* .info-product .flex__main {justify-content: center;gap: 1rem;opacity: 0; transition: all 0.3s linear;}
.product:hover .info-product .flex__main{opacity: 1; transition: all 0.3s linear;} */
.product:hover {
    border-color: #dddcdc;
    transition: all 0.3s linear;
}
.product .name-product {
    margin-bottom: 10px;
}
.product .name-product a {
    font-size: 15px;
    font-family: var(--semi);
    color: var(--title);
    line-height: 1.5;
    text-transform: uppercase;
}
.product .name-product a:hover {
    color: var(--hover);
}
.btn__product {
    padding: 10px 20px 8px;
    font-size: 16px;
    color: var(--title1);
    font-family: var(--medium);
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
}
.btn__product:hover {
    text-decoration: none;
}
.product .price-product {
    margin-bottom: 0px;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.product .price-new {
    font-size: 18px;
    color: var(--hover);
    font-family: var(--semi);
    display: inline-block;
    text-transform: capitalize;
}
.product .price-old {
    font-size: 14px;
    text-decoration: line-through;
    display: block;
    color: var(--title2);
    text-transform: capitalize;
    font-style: italic;
}
.product .price-per {
    color: white;
    font-size: 13px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: var(--bold);
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    background: var(--main);
}

/* .pic-product svg {height: 100%;left: 0;position: absolute;top: 0;width: 100%;border-radius: 0px;}
.pic-product rect {fill: none;stroke: transparent;border-radius: 0px; stroke-width: 5px;stroke-dasharray: 422, 0;transition: all 0.7s linear;}
.product:hover .pic-product rect {stroke: var(--active); stroke-width: 5px;stroke-dasharray: 15, 310;stroke-dashoffset: 48;transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s linear;}  */

.cart-product {
    margin: 5px 0 0 0px;
}
.cart-product span {
    cursor: pointer;
    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(--main);
}
.cart-buy {
    background: var(--active);
    width: 93px;
    height: 33px;
}
.cart-buy:hover {
    background: var(--main);
}
.btn-product {
    background: var(--main);
    color: white !important;
    text-transform: capitalize;
    font-family: var(--bold);
    font-size: 15px;
    padding: 0.5rem 1.5rem;
}
.btn-product:hover {
    background: var(--hover);
}

.right-pro-detail .flex__main {
    justify-content: start;
    gap: 1rem;
    margin-top: 1rem;
    transition: all 0.3s linear;
}

@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 var(--line);
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
}
a.views:hover {
    border: solid 1px var(--active);
    color: var(--active);
}
.name-news {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 22px;
}
a.name-news.name1 {
    font-size: 25px;
    line-height: 32px;
    max-height: 64px;
}
.name-news:hover {
    color: var(--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: var(--title);
}
.list-news-other li a:hover {
    color: var(--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(--title);
    font-size: 17px;
    margin: 0px;
}
.search-res .icon-search.active {
    color: black;
    background: 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: white;
    border: 1px solid black;
    z-index: 2;
    opacity: 0;
    border-radius: 0;
    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: black;
    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(--title);
}
.search-res .search-grid input::-webkit-input-placeholder {
    color: var(--title);
}
.search-res .search-grid input:-moz-placeholder {
    color: var(--title);
}
.search-res .search-grid input::-moz-placeholder {
    color: var(--title);
}
.search-res .search-grid input:-ms-input-placeholder {
    color: var(--title);
}

/* Mmenu */
@media only screen and (max-width: 1001px) {
    .menu-res {
        display: block !important;
    }
}
.menu-res.fixed-res .logo-mmenu {
    zoom: 0.75;
}
.menu-res {
    height: 55px;
    z-index: 501;
    background: white;
    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: black;
    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;
}
.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: var(--title);
}
.search-res-w100 p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    background: var(--main);
    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: 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: 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(--bold);
    color: var(--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(--main);
}
.price-old-pro-detail {
    font-weight: 500;
    color: var(--line);
    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 var(--line);
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
    border-color: var(--active);
    color: var(--active);
}
.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 var(--line);
}
.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 var(--line);
    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: 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: var(--title);
    font-family: var(--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: black;
    color: white;
    font-family: var(--bold);
    text-transform: capitalize;
}

/* News Detail */
.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.item-news:hover h3 {
    color: var(--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 var(--line);
    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: var(--title);
}

/* 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: 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 var(--line);
    position: sticky;
    top: 0px;
    background: white;
    z-index: 99;
}
.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid 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: white;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: var(--title);
    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: var(--title);
    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: transparent;
}
.breadCrumbs ol {
    margin: 0px;
}
.breadCrumbs ol li a {
    color: var(--title);
}
.breadCrumbs ol li a:hover {
    color: var(--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(--active);
    color: var(--active);
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
    content: "";
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(--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(--title1) !important;
    font-family: var(--bold);
    border: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #b8935699;
    border-radius: 0;
}
.page-item:hover .page-link,
.page-item.active .page-link {
    background: transparent;
    border-bottom: 2px solid var(--main2);
    color: var(--title) !important;
}
.page-link:hover {
    color: var(--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(--active);
    color: var(--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 var(--line);
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: var(--line);
}
.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--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: var(--title);
    cursor: pointer;
}
.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(--bold);
    border: 1px solid var(--line);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px;
}
.sort-select-main {
    display: grid;
    background-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(--regular);
}
.sort a.check {
    font-family: var(--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 var(--title);
    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(--active);
    box-sizing: border-box;
    border-radius: 5px;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.effect_button:before {
    color: white;
    background: var(--active);
    transform: rotateY(0deg) translateZ(25px);
}
.effect_button:after {
    color: var(--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(--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: 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: var(--title);
    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: white;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: white;
    border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
    background-color: var(--active);
    color: white;
    border-color: var(--active);
}
.cart-pro-detail a.buynow {
    background-color: var(--title);
}
.cart-pro-detail a.buynow:hover {
    background-color: var(--active);
    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(--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: white !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--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: 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 var(--line); */
    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(--hover);
}
.category-list li span {
    margin-top: 5px;
}
.category-list li span i {
    color: var(--line) !important;
}
.category-list li .toggle {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    right: 5px;
    cursor: pointer;
}
.category-list li .toggle i {
    color: var(--line);
}
.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: var(--line);
}
/* Handle */
.box-sticky::-webkit-scrollbar-thumb {
    background: var(--main);
}
/* Handle on hover */
.box-sticky::-webkit-scrollbar-thumb:hover {
    background: var(--hover);
}

/* ========================================
   Image height constraints to prevent layout breaking
   ======================================== */

/* Slider banner images */
.slideshow .img-slideshow {
    position: relative;
    overflow: hidden;
    height: 520px;
    width: 100%;
    background: #f5f5f5;
}
.slideshow .img-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Product images - maintain aspect ratio */
.pic-product {
    position: relative;
    overflow: hidden;
}
.pic-product .scale-img {
    aspect-ratio: 398 / 423;
    display: block;
    width: 100%;
}
.pic-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* News images - maintain aspect ratio */
.pic-news {
    position: relative;
    overflow: hidden;
    aspect-ratio: 410 / 275;
}
.pic-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Social footer icons uniform sizing */
.header-bottom .social-footer {
    padding: 10px 0;
}
.header-bottom .social-footer li img {
    max-height: 18px;
    width: auto;
    object-fit: contain;
}

/* Mobile responsive */
@media only screen and (max-width: 991px) {
    .slideshow .img-slideshow {
        height: 400px;
    }
    .slideshow .img-slideshow img {
        width: 100%;
        height: 100%;
    }
    .pic-product .scale-img {
        aspect-ratio: 1 / 1;
    }
}

/* ===== FOOTER ===== */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "nav brand social";
    align-items: center;
    gap: 20px 40px;
}
.footer-block--nav {
    grid-area: nav;
}
.footer-block--brand {
    grid-area: brand;
    text-align: center;
}
.footer-block--social {
    grid-area: social;
    display: flex;
    justify-content: flex-end;
}

.footer-block--nav .footer-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    align-items: center;
}
.footer-block--nav .footer-ul a {
    font-size: 14px;
    color: var(--title1);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.footer-block--nav .footer-ul a:hover {
    color: var(--hover);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-logo img {
    max-width: 160px;
    height: auto;
}

.footer-block--brand .copyright {
    font-size: 13px;
    color: var(--title2);
}
.footer-block--brand .copyright span {
    font-family: var(--semi);
}

.footer-block--social .social-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.footer-block--social .social-footer li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-block--social .social-footer li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.footer-block--social .social-footer li img {
    max-height: 18px;
    width: auto;
    object-fit: contain;
}

/* ===== Pagination Active State ===== */
.pagination .page-item.active .page-link {
    background-color: var(--active, #fed402) !important;
    border-color: var(--active, #fed402) !important;
    color: #fff !important;
    font-weight: 700;
    z-index: 1;
}
.pagination .page-item .page-link {
    color: var(--title, #1a1a1a);
    border-radius: 4px;
}
.pagination .page-item .page-link:hover {
    background-color: var(--active, #fed402);
    border-color: var(--active, #fed402);
    color: #fff;
}

/* ===== Product Thumbnail 1:1 Ratio ===== */
.product .pic-product .hover_sang2 {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    display: block;
}
.product .pic-product .img1 {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
}
.product .pic-product .img2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.product .pic-product .img1 img,
.product .pic-product .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
