:root {
    --color-main: #223892;
    --color-main-v2: #1da7ed;
    --color-active: #e31d1a;
    --color-social: #e31d1a;
    --color-hover: #e31d1a;
    --color-title: #333;
    --color-white: #fff;
    --color-gradient: linear-gradient(127deg, #66cbff 22.4%, #11a4ef 98.76%);
    --font-regular: "Public Sans Regular";
    --font-medium: "Public Sans Medium";
    --font-semi: "Public Sans SemiBold";
    --font-bold: "Public Sans Bold";
    --font-black: "Public Sans Black";
    --font-extra: "Public Sans ExtraBold";
    --font-custom: "Racing Sans One";
}

body {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    top: 0 !important;
}
.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;
}

/* 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);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scrollToTop svg path {
    fill: none;
}
.scrollToTop svg.progress-circle path {
    stroke: var(--color-main);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
}
@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-bold);
    color: var(--color-title);
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
}
.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(--font-bold);
    color: var(--color-title);
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
}
.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;
}

.title-detail-product h1,
.title-detail-product h2,
.title-detail-product span {
    margin-bottom: 0px;
    font-family: var(--font-medium);
    color: var(--color-title);
    font-size: 25px;
    line-height: normal;
}
.title-detail-product {
    margin-bottom: 20px;
    min-height: 60px;
}

/* Search */
.search {
    width: 330px;
    border: 1px solid #ccc;
    background: var(--color-white);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    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 p {
    width: 40px;
    height: 40px;
    background: var(--color-hover);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.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: var(--color-main);
    border-radius: 5px;
    transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-track {
    background: var(--color-white);
    width: 4px;
    height: 4px;
    transition: all 1s;
}
.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}
.menu-mobile ul {
    padding: 0px;
}
.menu-mobile ul li {
    position: relative;
}
.menu-mobile ul li img {
}
.menu-mobile ul li > span i {
    transition: transform 0.3s ease;
}
.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
    font-family: var(--font-medium);
}
.menu-mobile ul li a i {
    margin-right: 10px;
}
.menu-mobile ul li li a {
    font-weight: normal;
}
.menu-mobile ul li a:hover {
    color: var(--color-active);
}
.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: var(--color-main);
    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: var(--color-main);
}
.menu-mobile ul li ul {
    padding-left: 10px;
}
.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    font-family: var(--font-regular);
}
.company p {
    margin-bottom: 5px;
    font-size: 13px;
}
.company p span {
    color: var(--color-main);
}
.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}
.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}
.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

/* Menu */

#menu {
    display: none;
}
#hamburger {
    display: none;
    width: 25px;
    height: 15px;
    position: relative;
    cursor: pointer;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--color-white);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}
#hamburger:before {
    top: 0px;
}
#hamburger span {
    top: 5px;
}
#hamburger:after {
    top: 10px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property:
        top,
        bottom,
        left,
        opacity,
        -webkit-transform;
    transition-property:
        top,
        bottom,
        left,
        opacity,
        -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property:
        transform,
        top,
        bottom,
        left,
        opacity,
        -webkit-transform;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}
.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-menu_opened {
    display: block !important;
}
.mm-slideout {
    z-index: unset;
}

/* Product */
.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none;
}
.flex-product-main {
    display: flex;
    gap: 20px;
}
.flex-product-main .left-product {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
.flex-product-main .right-product {
    width: calc(100% - 250px);
}
.wr-search p {
    font-weight: bold;
    text-transform: uppercase;
}

/* Product */
.grid-product {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-product > * {
    max-width: 100%;
    min-width: 0;
}

.product {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 1px;
}
.product:hover {
    border-radius: 0;
    border: none;
}
.info-product {
    padding: 20px 10px 10px 10px;
}
.product .product-pic {
    background: var(--color-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.product .name-product {
    margin-bottom: 0;
    font-weight: normal;
    min-height: 38px;
}
.product .name-product a {
    font-size: 16px;
    color: #3d4852;
    text-transform: capitalize;
    line-height: normal;
    font-family: var(--font-medium);
}
.product .name-product a:hover {
    color: var(--color-hover);
}
.product .name-product .text-split {
    -webkit-line-clamp: 2;
}
.product .price-product {
    color: var(--color-active);
}
.product .price-text {
    color: #333333;
    font-size: 13px;
    line-height: 1.6;
}
.product .price-new {
    font-size: 16px;
    font-family: var(--font-medium);
    color: var(--color-active);
    display: inline-block;
}
.product .price-old {
    padding: 0 0 0 10px;
    font-size: 16px;
    font-family: var(--font-regular);
    text-decoration: line-through;
    display: inline-block;
    color: #a1aab4;
}
.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;
}
.contact-product {
    height: 37px;
    border: 1px solid var(--color-main-v2);
    align-content: center;
}
.contact-product:hover {
    border: none;
    background: var(--color-main);
    color: var(--color-white);
}

.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 */
.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;
}

/* tìm kiếm gợi ý */
.show-search {
    position: absolute;
    background-color: white;
    width: 100%;
    right: 0;
    top: 45px;
    border: 1px solid #d3d3d3;
    border-top: unset;
    display: none;
    z-index: 9999;
}
.search-result {
    list-style: none;
    padding: 5px;
    max-height: 360px;
    overflow: auto;
}
.search-result::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.search-result::-webkit-scrollbar-track {
    background: #00000050;
}
.search-result::-webkit-scrollbar-thumb {
    background: var(--color-main);
}
.search-result::-webkit-scrollbar-thumb:hover {
    background: var(--color-main);
}
.box__search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
}
.box__search:first-child {
    padding-top: 5px;
}
.box__search:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}
.box__search a {
    padding: 0 !important;
}
.pic__search a {
    width: 100px;
}
.ds-item-search {
    flex: 1;
    text-align: left;
}

.box__search .name__search {
    margin-bottom: 0;
}
.box__search .name__search a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--color-text);
    line-height: 1.25;
    text-transform: uppercase;
    text-align: left;
}
.box__search .name__search a:hover {
    color: var(--color-hover);
}
.box__search .price__search {
    margin-bottom: 10px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}
.box__search .price__new-search {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    display: inline-block;
    text-transform: capitalize;
}
.box__search .price__old-search {
    font-size: 13px;
    text-decoration: line-through;
    font-style: italic;
    display: inline-block;
    color: #757575;
}
.box__search .price__per-search {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 10px;
    color: #d00;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
}
.info-result-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.show-search .close-search {
    background: var(--color-main);
    display: inline-block;
    vertical-align: top;
    color: white;
    padding: 5px 8px 3px;
    border-radius: 3px;
    cursor: pointer;
}
.show-search .count-search {
    color: var(--color-main);
    margin-bottom: 0;
    font-size: 16px;
}
.show-search .count-search span {
    font-weight: 700;
}
.show-search .close-search:hover {
    background: var(--color-hover);
}

/* Mmenu */
@media only screen and (max-width: 991px) {
    .menu-res {
        display: block !important;
    }
}
.menu-res {
    height: 55px;
    z-index: 99999;
    background: var(--color-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: var(--color-main);
    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;
}
.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;
    gap: 10px;
}
.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 0;
    font-size: 14px;
    color: #333;
    font-family: var(--font-bold);
    background: #f3f3f3;
    border-color: none;
    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;
}

/* 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 0 0 0;
}
.pagination li span {
    cursor: pointer;
}

/* paging */
.pagination {
    margin: 20px 0px;
}
.pagination li a {
    cursor: pointer;
}
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}
.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}
.btn-frame .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}
.btn-frame .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
.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;
}
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: 35px;
    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-family: var(--font-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) !important;
    color: var(--color-white) !important;
    border-color: var(--color-active) !important;
}
.cart-pro-detail a.buynow {
    background-color: #000;
}
.cart-pro-detail a.buynow:hover {
    background-color: var(--color-main) !important;
    background: var(--color-main) !important;
    color: var(--color-white) !important;
}
.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%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loading {
    display: flex;
    gap: 8px;
}
.loading div {
    width: 14px;
    height: 14px;
    background-color: #3498db;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}
.loading div:nth-child(2) {
    animation-delay: 0.2s;
}
.loading div:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes bounce {
    0%,
    80%,
    100% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    40% {
        transform: scale(1.4);
        opacity: 1;
    }
}

/*Sticky*/
.box-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
}
.category-box .title-category {
    margin: 0;
    text-align: left;
    padding: 8px 15px;
    background: var(--color-main);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.title-category span {
    color: var(--color-white) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-bold);
}
.category-box ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}
.category-box i {
    margin-right: 5px;
}
.category-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
    list-style: inside;
    background: var(--color-white);
    border: solid 1px #eee;
    border-top: none;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.category-list li {
    /*border-top:solid 1px #ccc; */
    position: relative;
    list-style: none;
}
.category-list > li:first-child {
    border-top: none;
}
.category-list li a {
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    line-height: 1.5;
    padding: 5px 15px;
}
.category-list li a:hover {
    color: var(--color-hover);
}
.category-list li span {
    margin-top: 5px;
}
.category-list li span i {
    color: #ccc !important;
}
.category-list li .toggle {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    right: 5px;
    cursor: pointer;
}
.category-list li .toggle i {
    color: #ccc;
}
.category-list li ul {
    display: block;
}
.category-list li ul li {
    padding: 0px 15px;
}
.category-list li ul li a {
    text-transform: capitalize;
}
/* width */
.box-sticky::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.box-sticky::-webkit-scrollbar-track {
    background: #ccc;
}
/* Handle */
.box-sticky::-webkit-scrollbar-thumb {
    background: var(--color-main);
}
/* Handle on hover */
.box-sticky::-webkit-scrollbar-thumb:hover {
    background: var(--color-hover);
}

.thongbaoao {
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 10000;
    height: 105px;
    min-width: 350px;
}

.items_mh {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    width: 100%;
    height: 100%;

    padding: 5px;
    border-radius: 10px;
    background: #ffffff;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.items_mh {
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.items_mh.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) !important;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.img_mh {
    aspect-ratio: 1 / 1;
    width: 50px;
    height: auto;
    flex-shrink: 0;
    border-radius: 9999px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .img_mh {
        width: 80px;
    }
}

.img_mh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    border-radius: 9999px;
    background: #e5e7eb;
    transition: background 0.2s ease;
}

.close:hover {
    background: #d1d5db;
}

.rounded-full {
    border-radius: 9999px;
}

/* ========== line clamp ========== */
.line-clamp-1,
.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.items_mh.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) !important;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.items_mh .name {
    font-size: 16px;
    font-weight: 600;
}
.items_mh .price {
    font-size: 14px;
    color: red;
    font-weight: 400;
}
.cover-star-pro{
    margin: 10px 0;
    i{
        color: rgb(230, 230, 0);
    }
}