﻿:root {
    --var-dark-primary: #521C99;
    --var-primary: #5530BE;
    --var-light-primary: #a98aff;
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    src: url("/DesktopModules/MVC/TrinhDienSanPhamTrangChu/lib/fonts/Mulish/Mulish-VariableFont_wght.ttf") format('truetype');
}

body {
    /*margin-left: 80px;*/
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #FFF;
}

    body#Body > form {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

footer {
    margin-top: auto;
    background: var(--Background-bg-blue-lighter, #f6f0ff);
    border-top: 1px solid var(--Border-border-blue-01, #E6E7F0);
    padding: 0;
}

footer .topfooter {
    padding: 24px 0;
}

.footerContentTitle {
    color: var(--var-primary);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
}

.footerContentDetail > div {
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
}

.footerContentDetail .orangetext {
    color: var(--var-primary);
    font-weight: 700;
}

.appTitle {
    color: var(--var-primary);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
    margin-bottom: 8px;
}

.appLogo {
    gap: 8px;
    justify-content: flex-start;
}

.appLogo .appLogoItem {
    width: 120px;
}

.bottomfooter {
    background: var(--Background-bg-blue-bottom-footer, #e6d5ff);
    padding: 8px 0;
}

.bottomfooter span {
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
}

.bottomfooter span a {
    color: var(--var-primary);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.bottomfooter .container {
    display: flex;
    justify-content: space-between;
}

.navbar-home {
    position: relative;
    /* background: var(--Linear-linear-03, linear-gradient(180deg, #D22922 0%, #F26722 100%)); */
    background: var(--Linear-linear-03, linear-gradient(180deg, #521C99 0%, #7b5dd1 100%));
    width: 100%;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    /*padding-right: 0;*/
}

    .navbar-home:before {
        content: '';
        position: absolute;
        width: calc(100% + 50px);
        height: 23px;
        left: -25px;
        right: 0;
        bottom: -23px;
        /* background-color: #FFF; */
    }

.navbar-home-wrapper {
    /* background: var(--Linear-linear-03, linear-gradient(180deg, #D22922 0%, #F26722 100%)); */
    background: var(--Linear-linear-03, linear-gradient(180deg, #521C99 0%, #7b5dd1 100%));
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.bg-section-1 {
    padding-top: 0;
    padding-bottom: 32px;
    margin-top: 100px;
}

.listSanPhamWarpper {
    position: relative;
    --spacing: 24px;
    --columns: 4;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
    transition: all 0.3s ease-in-out;
}


    .listSanPhamWarpper::-webkit-scrollbar {
        height: 0;
        width: 0;
        display: none;
    }

    .listSanPhamWarpper .sanPhamItem {
        overflow: unset;
        flex: unset;
        width: calc(calc(100% / var(--columns)) - var(--spacing));
        margin-left: var(--spacing);
        margin-bottom: var(--spacing);
        text-overflow: ellipsis;
        word-break: break-word;
        border-radius: 8px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        border: 1px solid transparent;
        transition: all 0.3s ease-in-out;
        border-radius: 12px;
        border: 1px solid var(--Border-border-blue-01, #E6E7F0);
        background: var(--Background-bg-white, #FFF);
    }

        .listSanPhamWarpper .sanPhamItem:hover {
            border: 1px solid #FEC473;
            box-shadow: 0px 0px 16px 0px rgba(0, 18, 61, 0.20);
        }

.listSanPhamWarpper-total {
    /*max-height: 1500px;
    overflow-x: hidden;
    overflow-y: scroll;*/
}

    .listSanPhamWarpper-total::-webkit-scrollbar {
        height: 0;
        width: 0;
        display: none;
    }

@media screen and (max-width: 1366px) {
    .listSanPhamWarpper .sanPhamItem {
        --columns: 4;
    }
}

@media screen and (max-width: 991px) {
    .listSanPhamWarpper .sanPhamItem {
        --columns: 3;
    }
}

@media screen and (max-width: 767px) {
    .listSanPhamWarpper .sanPhamItem {
        --columns: 2;
    }
}

#sanPhamGoiY {
    --spacing: 22px;
    --columns: 6;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
}

    #sanPhamGoiY .sanPhamItem {
        overflow: unset;
        flex: unset;
        width: calc(calc(100% / var(--columns)) - var(--spacing));
        margin-left: var(--spacing);
        margin-bottom: var(--spacing);
        text-overflow: ellipsis;
        word-break: break-word;
        border-radius: 8px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        border: 1px solid transparent;
        transition: all 0.3s ease-in-out;
        border-radius: 12px;
        border: 1px solid var(--Border-border-blue-01, #E6E7F0);
        background: var(--Background-bg-white, #FFF);
    }

    #sanPhamGoiY .sanPhamItem:nth-child(n+7) {
        display: none;
    }

        #sanPhamGoiY .sanPhamItem:hover {
            border: 1px solid var(--var-primary);
            box-shadow: 0px 0px 16px 0px rgba(0, 18, 61, 0.20);
        }

@media screen and (max-width: 1366px) {
    #sanPhamGoiY .sanPhamItem {
        --columns: 5;
    }
}

@media screen and (max-width: 1100px) {
    #sanPhamGoiY .sanPhamItem {
        --columns: 4;
    }
}

@media screen and (max-width: 991px) {
    #sanPhamGoiY .sanPhamItem {
        --columns: 3;
    }
}

@media screen and (max-width: 767px) {
    #sanPhamGoiY .sanPhamItem {
        --columns: 2;
    }
}

@media screen and (max-width: 767px) {
    .listSanPhamWarpper .sanPhamItem {
        --columns: 2;
    }
}

.sanPhamItem .sanPhamItem-image img {
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.navbar-home input {
    height: 48px;
    max-width: 850px;
    border-radius: 999px;
    padding: 10px 24px;
    outline: none !important;
    color: var(--Content-gray-text-primary, #00123D) !important;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
}

#navbarSupportedContent {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 850px;
    gap: 8px;
}

#navbarSupportedContent .top-keyword {
    gap: 8px;
    display: flex;
    justify-content: space-between !important;
    width: 100%;
}

#navbarSupportedContent .top-keyword .keywords {
    color: var(--Content-white-text-primary, #FFF);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
    cursor: pointer;
}

    #navbarSupportedContent a {
        line-height: 1.5;
        font-size: 21px;
    }

    #navbarSupportedContent .icon-search {
        background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="18" fill="%235530BE"/><g clip-path="url(%23clip0_1627_1264)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.9941 21.9941C22.3195 21.6687 22.8472 21.6687 23.1726 21.9941L26.9226 25.7441C27.248 26.0695 27.248 26.5972 26.9226 26.9226C26.5972 27.248 26.0695 27.248 25.7441 26.9226L21.9941 23.1726C21.6687 22.8472 21.6687 22.3195 21.9941 21.9941Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.83334 17.1667C8.83334 12.5643 12.5643 8.83334 17.1667 8.83334C21.769 8.83334 25.5 12.5643 25.5 17.1667C25.5 21.769 21.769 25.5 17.1667 25.5C12.5643 25.5 8.83334 21.769 8.83334 17.1667ZM17.1667 10.5C13.4848 10.5 10.5 13.4848 10.5 17.1667C10.5 20.8486 13.4848 23.8333 17.1667 23.8333C20.8486 23.8333 23.8333 20.8486 23.8333 17.1667C23.8333 13.4848 20.8486 10.5 17.1667 10.5Z" fill="white"/></g><defs><clipPath id="clip0_1627_1264"><rect width="20" height="20" fill="white" transform="translate(8 8)"/></clipPath></defs></svg>') !important;
    }

.paginationjs-pages li a {
    color: #000 !important;
}

.paginationjs .paginationjs-pages {
    float: none !important;
    display: flex;
    justify-content: center;
}

.contraC .contentpane a.tenSanPham {
    font-family: 'Mulish', sans-serif;
    color: #00123D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.nganhHangItem {
    cursor: pointer
}

.groupMenuDanhMuc {
    border-radius: 12px;
    border: 1px solid var(--Border-border-blue-01, #E6E7F0);
    padding: 16px 0px;
}

.menuDanhMucWrapper {
    padding: 12px 24px;
    background-color: #fff;
    /*position: fixed;*/
    /* max-width: 212px; */
    /*min-height: 368px;*/
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--Border-border-blue-01, #E6E7F0);
}

.menuDanhMucWrapper:first-child {
    padding-top: 0
}

.menuDanhMucWrapper.fix-height-sidebar {
    height: 205px;
}

.sideBar {
    /*padding-left: 0;*/
}

    .sideBar .menuDanhMucWrapper:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    @media screen and (min-width: 1440px) {
        .navbar-home {
            padding-right: 0;
        }
    }

.contentBar {
    /*padding: 0 0 0 9px;*/
    /*overflow: hidden;
    min-height: 100vh;*/
}

.menuSanThuongMai {
    padding-top: 12px;
}

.sideBar .sidebarMenuTitle {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #00123D;
    padding: 0 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-bottom: 12px;
}

.menuDanhMuc {
    display: flex;
    flex-direction: column;
}

.menuDanhMuc .danhMucItem {
    padding: 8px 0;
    color: #00123D;
    border-radius: 8px;
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .menuDanhMuc .danhMucItem:hover {
        color: var(--var-primary);
        font-weight: 700;
    }

.menuKhoangGia .danhMucItem {
    padding: 8px 0;
    color: #00123D;
    border-radius: 8px;
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .menuKhoangGia .danhMucItem:hover {
        color: var(--var-primary);
        font-weight: 700;
    }

.menuSanThuongMai .form-check {
    color: #00123D;
    border-radius: 8px;
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .menuSanThuongMai .form-check:hover {
        color: var(--var-primary);
        font-weight: 700;
    }

.sanThuongMaiItem {
    position: relative;
    display: inline-block !important;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 5px;
    cursor: pointer;
}

.sanThuongMaiWrapper {
    /*margin-top: auto;*/
}

    .sanThuongMaiWrapper .sanThuongMaiItem:not(:last-child) {
        margin-right: 8px;
    }

.sanPhamInfoWrapper {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1;
}

    .sanPhamInfoWrapper .tenDoanhNghiep {
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.42; /* 142.857% */
        color: #00123D;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        margin-bottom: 8px;
    }

    .sanPhamInfoWrapper .tenSanPham {
        font-family: Mulish;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #00123D;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        margin-bottom: 8px;
    }

    .sanPhamInfoWrapper .donGiaSanPham {
        color: var(--var-dark-primary);
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5; /* 150% */
        margin-bottom: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
    }

        .sanPhamInfoWrapper .donGiaSanPham > div {
            margin-right: 4px;
            padding-top: 4px;
        }

        .vnd {
            color: var(--var-dark-primary);
            font-family: Mulish;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 16px; /* 133.333% */
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

    .sanPhamInfoWrapper .muaNgay {
        display: inline-block;
        position: relative;
        cursor: pointer;
        border-radius: 999px;
        border: 1px solid var(--Orange-300, #FEC473);
        background: var(--Background-bg-white, #FFF);
        padding: 8px 24px;
        color: var(--var-primary);
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .sanPhamInfoWrapper a:hover~.muaNgay {
        background: var(--var-primary);
        color: var(--Background-bg-white, #FFF);
    }

    .sanPhamInfoWrapper button.muaNgay:focus {
        outline: none;
    }

        .sanPhamInfoWrapper .muaNgay:before {
            position: absolute;
            /* content: ''; */
            display: inline-block;
            width: 18px;
            height: 18px;
            left: 8px;
            top: 50%;
            transform: translateY(-50%);
            background-image: url('../images/shopping_cart.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

        .sanPhamInfoWrapper .muaNgay:after {
            display: none;
        }

        .sanPhamInfoWrapper .muaNgay:hover {
            background-color: var(--var-primary);
            color: #FFF
        }

.sanThuongMaiWrapper-dropdown.dropdown .dropdown-menu {
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 8px 0px rgba(0, 18, 61, 0.12);
    padding: 4px;
}

    .sanThuongMaiWrapper-dropdown.dropdown .dropdown-menu .dropdown-item {
        padding: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.dongia-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sanIcon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    border-radius: 5px;
}

.giaKM-label {
    display: inline-block;
    margin-left: 0;
    padding: 4px;
    border-radius: 4px;
    background: #e4dafd;
    color: var(--var-dark-primary);
    font-family: Mulish;
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 133.333% */
}

.donGiaSanPham .giaKM-label {
    padding: 2px 4px;
}

.giaSan-title {
    display: inline-block;
    color: var(--var-dark-primary);
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5; /* 150% */
    margin-right: 8px;
}

.sanThuongMaiWrapper-dropdown .dropdown-item:active {
    color: var(--var-dark-primary);
    text-decoration: none;
    background-color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1540px !important;
        max-width: 1540px !important;
    }

    /* .sideBar {
        padding-left: 0;
    } */
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1320px !important;
        max-width: 1320px !important;
    }

    .sideBar {
        padding-left: 0;
    }
}

.blankWrapper {
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.htmlBlank {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Mulish;
    color: #00123D;
    position: relative;
    margin-top: -16px;
}

.imageBlank {
    /*content: '';
    position: absolute;*/
    width: auto;
    height: auto;
    /*top: 0;
    left: 50%;
    transform: translateX(-50%);*/
    margin: 0 auto;
    background-image: url('../images/no_product.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 60%;
    aspect-ratio: 1.86;
}

@media screen and (max-width: 991px) {
    .htmlBlank {
        margin-top: -10px;
    }
}

@media screen and (max-width: 767px) {
    .imageBlank {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {

    .htmlBlank {
        margin-top: -5px;
    }
}

.danhMucItem.activeMenu {
    color: var(--var-primary);
    font-weight: 700;
}/* Ẩn checkbox mặc định */
.form-check-input {
    opacity: 0;
    position: absolute;
  }
  
  /* Tùy chỉnh vùng checkbox */
  .form-check {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0d1741;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  /* Tạo ô vuông thay thế */
  .form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd3f9;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    transition: 0.2s;
  }
  
  /* Khi checkbox được check */
  .form-check-input:checked + .form-check-label::before {
    background-color: #4c6fff;
    border-color: #4c6fff;
  }
  
  /* Dấu tick khi checked */
  .form-check-input:checked + .form-check-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  

/* loading overlay */
#loadingoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    display: block;
}

.sb-nav-fixed #loadingoverlay {
    left: 256px;
    width: calc(100% - 256px);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .cv-spinner > p {
        font-family: Mulish;
    font-weight: 500;
        font-size: 20px;
    }

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fix-height {
    height: 100vh;
    overflow: hidden;
}

/* CHI TIET SAN PHAM */
.infoSanPhamWrapper-content {
    /*max-height: 70vh;
    overflow-y: scroll;*/
}

.infoSanPhamWrapper {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px;
}

.detailInfoWrapper-content {
    display: flex;
    flex-flow: row nowrap;
}

    .detailInfoWrapper-content .detailInfoWrapper-content-title {
        width: 25%;
    }

@media screen and (max-width: 991px) {
    .detailInfoWrapper-content .detailInfoWrapper-content-title {
        width: 40%;
    }

    .infoSanPhamWrapper-content {
        margin-top: 16px;
    }
}

.detail-sanPhamTitle {
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #00123D;
    margin-bottom: 8px;
}

.danhGia-chatLuong {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.danhGia-chatLuong .loaiSP {
    overflow: hidden;
    color: var(--var-primary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42; /* 142.857% */
}

.danhGia-chatLuong .noiDungDonhang {
    display: flex;
    gap: 16px;
}

.danhGia-chatLuong .noiDungDonhang > div {
    color: var(--Content-gray-text-secondary, #66718B);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.danhGia-chatLuong .noiDungDonhang > div span {
    color: var(--Content-gray-text-primary, #00123D);
    font-weight: 700;
}

.detail-sanPhamGia {
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--var-dark-primary);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    /* margin-right: 8px;
    padding-right: 8px; */
    position: relative;
    border-right: none
}

    .detail-sanPhamGia:before {
        position: absolute;
        /* content: ''; */
        display: inline-block;
        width: 1px;
        height: 16px;
        background-color: rgba(0, 18, 61, 0.20);
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .detail-sanPhamGia .giaKM-label {
        margin-left: 12px;
        font-size: 14px;
        line-height: 1.5;
        padding: 0 4px;
    }

.detail-doanhNghiep {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}

.detail-doanhNghiep .doanhnghiep-name {
    color: var(--var-primary);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
}

.detail-muaNgay-label {
    overflow: hidden;
    color: #00123D;
    text-overflow: ellipsis;
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 150% */
    margin-bottom: 8px
}

.detail-muaNgay {
    /*display: flex;*/
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    color: #00123D;
    margin-bottom: 40px;
    position: relative;
}

    .detail-muaNgay::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #E6EBF1;
        left: 0;
        right: 0;
        bottom: -16px;
    }

.detail-listSanTm {
    display: flex;
    flex-flow: row wrap;
}

    .detail-listSanTm .sanThuongMaiItem:not(:last-child) {
        margin-right: 8px;
    }

    .detail-listSanTm .dongia-item {
        padding: 8px;
        border-radius: 8px;
        border: 1px solid #E6EBF1;
        margin-bottom: 8px;
    }

    .detail-listSanTm .dongia-item:not(:last-child) {
        margin-right: 8px;
    }

.detailInfoWrapper-title {
    font-family: Mulish;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    color: var(--var-primary);
    margin-bottom: 16px;
}

.detailInfoWrapper-content-sp-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .detailInfoWrapper-content-sp-wrapper #doanhNghiep-logo {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: var(--var-primary);
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: Mulish;
    font-weight: 700;
        font-size: 22px;
    }

.detailInfoWrapper-content-sanpham.doanhnghiep-name {
    font-family: Mulish;
    font-weight: 700;
}

.detailInfoWrapper {
    position: relative;
    margin-bottom: 0;
    margin-top: 48px;
}

    .detailInfoWrapper:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #E6EBF1;
        left: 0;
        right: 0;
        top: -24px;
        /*display: none;*/
    }

    .detailInfoWrapper .detailInfoWrapper-content:not(:last-child) {
        margin-bottom: 12px;
    }

.detailInfoWrapperMota {
    position: relative;
    /*margin-bottom: 48px;*/
}

    .detailInfoWrapperMota:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #E6EBF1;
        left: 0;
        right: 0;
        bottom: -24px;
        display: none;
    }

    .detailInfoWrapperMota.hidi {
        height: 415px;
        overflow: hidden;
    }

    .detailInfoWrapperMota .more {
        display: block;
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-bottom: -10px;
        padding: 90px 0 10px 0;
        background-image: linear-gradient(to bottom, transparent, white);
        cursor: pointer;
    }

        .detailInfoWrapperMota .more.toClose {
            display: block;
            position: absolute;
            z-index: 9;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            text-align: center;
            margin-bottom: -10px;
            background-image: none;
            padding: 0;
        }

    .detailInfoWrapperMota .more,
    .detailInfoWrapperMota .less {
        font-family: Mulish;
        color: var(--var-primary);
        font-size: 16px;
        font-weight: 700;
    }

    .detailInfoWrapper-content-title {
        font-family: Mulish;
        font-size: 16px;
        line-height: 1.5;
        color: #00123D;
        opacity: 0.5
    }

#moTa.hasClose {
    padding-bottom: 10px;
}

.detailInfoWrapperMota #moTa,
.detailInfoWrapperMota #moTa p,
.detailInfoWrapperMota #moTa span {
    font-family: Mulish;
    font-size: 16px !important;
    line-height: 1.5;
    color: #00123D !important;
}

.detailInfoWrapper-content-sanpham {
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    color: #00123D;
}

/*.splide__slide {
    opacity: 0.3;
}

    .splide__slide.is-active {
        opacity: 1;
    }*/

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*#image-gallery li {
    height: 100%;
}*/

#image-gallery li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
    aspect-ratio: 1/1;
}

.lSPager.lSGallery li {
    height: 100%;
    aspect-ratio: 1/1;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 100% !important;
    object-fit: cover;
    margin: 0 auto;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 4px solid transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 4px !important;
}

    .lSSlideOuter .lSPager.lSGallery li.active {
        height: 100% !important;
        object-fit: cover;
        border-radius: 4px !important;
        border: 4px solid var(--var-primary);
    }

    .lSSlideOuter .lSPager.lSGallery li:hover {
        border: 4px solid var(--var-primary);
    }

.lSSlideOuter .lSPager.lSGallery {
    margin-top: 16px !important
}

.danhMucName {
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    color: var(--var-primary) !important;
}

.detail-listSanTm .sanThuongMaiItem:not(:first-child) {
    /*margin-left: 8px;*/
}

.lSSlideWrapper {
    aspect-ratio: 1/1;
}

    .lSSlideWrapper .lslide {
        background-color: #000;
        border-radius: 5px;
    }

.detailInfoWrapperAll {
    padding: 0;
}

.groupSearch {
    border-radius: 999px;
    background: var(--Background-bg-white, #FFF);
    display: flex;
    padding-right: 4px;
    align-items: center;
    align-self: stretch;
    position: relative;
}

/* .searchDanhMuc {
    position: absolute;
    right: 44px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
} */

    .searchDanhMuc > button {
        background-color: transparent;
        border-radius: 0;
        border-right: 1px solid #E6EBF1;
        display: flex;
        width: max-content;
        padding: 10px 30px 10px 24px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        color: var(--Content-gray-text-primary, #00123D);
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .searchDanhMuc button:focus {
        outline: none;
        box-shadow: none;
    }

    .searchDanhMuc .dropdown-menu {
        top: 36px;
        background-color: #fff !important;
        color: #00123D;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0px 0px 8px 0px rgba(0, 18, 61, 0.12);
        border: none;
        min-width: 200px;
        right: -44px;
        /*display: flex;
        flex-direction: column;*/
    }

        .searchDanhMuc .dropdown-menu button {
            border-radius: 8px;
            transition: all 0.3s ease-in-out;
            display: flex;
            padding: 8px 24px;
            align-items: flex-start;
            gap: 8px;
            align-self: stretch;
            color: var(--Content-gray-text-primary, #00123D);
            font-family: Mulish;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

            .searchDanhMuc .dropdown-menu button:hover {
                background-color: #F0F4F8;
                cursor: pointer;
            }

#dropdownDanhMuc .dropdown-item.activeMenu {
    font-weight: 700;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    color: #00123D;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 18, 61, 0.12);
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}

.tooltip.fade {
    transition: opacity 0s linear;
}

.countImgWrapper {
    position: absolute;
    z-index: 99;
    padding: 5px;
    color: #fff;
    background-color: #000;
    right: 31px;
    top: 16px;
    padding: 2px 9px;
    border-radius: 6px;
}

/* SIDEBAR */

.openbtn {
    display: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    position: absolute;
    right: 15px;
    z-index: 1;
}

    .openbtn:hover {
        background-color: #444;
    }

@media screen and (max-width: 1199px) {
    .openbtn {
        display: inline-block;
    }

    .sideBar {
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        width: 250px;
        padding: 0;
        transform: translateX(calc(-100% - 15px));
        background-color: #fff;
    }

    .menuDanhMucWrapper {
        max-width: 100%;
    }

    #mySidebar {
        display: none;
    }

        #mySidebar.toggleSideBar {
            width: 250px;
            transform: translateX(0);
            box-shadow: 0px 0px 8px 0px rgba(0, 18, 61, 0.12);
            display: block !important;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }
}

.btn.btn-outline-primary.btnKhoangGia {
    margin: 8px 0;
    width: 100%
}

.menuKhoangGia .form-control {
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    height: 36px;
    border-color: #E6EBF1;
    color: #00123D;
}

    .menuKhoangGia .form-control::placeholder {
        color: #00123D;
        /*opacity: 0.7;*/
    }

.menuKhoangGia .btn.btn-outline-primary.btnKhoangGia {
    border-radius: 4px;
    background: var(--var-primary);
    margin-bottom: 8px;
    border: none;
    color: var(--Content-white-text-primary, #FFF);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 16px;
    border: 1px solid var(--var-primary);
}

    .menuKhoangGia .btn.btn-outline-primary.btnKhoangGia:hover {
        color: var(--var-primary);
        background-color: #FFF;
    }

.giaTienWrapper {
    position: relative;
}

    .giaTienWrapper::after {
        content: 'đ';
        position: absolute;
        font-family: Mulish;
        font-size: 16px;
        line-height: 1.5;
        display: inline-block;
        right: 24px;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        color: #00123D;
        background-color: #fff;
    }

.danhGia-SoLuong {
    margin-top: auto;
    margin-bottom: 8px;
    font-family: Mulish;
    font-size: 14px;
    line-height: 1.42;
    color: rgba(0, 18, 61, 0.50);
    display: flex;
    flex-flow: row nowrap;
}

    .danhGia-SoLuong .danhGia {
        padding-right: 20px;
        margin-right: 6px;
        position: relative;
        display: none;
    }

        .danhGia-SoLuong .danhGia::after {
            content: '';
            position: absolute;
            width: 1px;
            background-color: rgba(0, 18, 61, 0.20);
            height: 12px;
            right: 0;
            top: 45%;
            transform: translateY(-50%)
        }

        .danhGia-SoLuong .danhGia::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            top: 0.5px;
            /*transform: translateY(-50%);*/
            background-image: url('../images/star.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

.infoSanPhamWrapper-content .danhGia-SoLuong {
    margin-bottom: 16px;
    font-family: Mulish;
    font-size: 16px;
    line-height: 1.5;
    align-items: center;
}

    .infoSanPhamWrapper-content .danhGia-SoLuong .danhGia {
        padding-right: 28px;
    }

        .infoSanPhamWrapper-content .danhGia-SoLuong .danhGia::after {
            content: '';
            position: absolute;
            width: 1px;
            background-color: rgba(0, 18, 61, 0.20);
            height: 16px;
            right: 0;
            top: 45%;
            transform: translateY(-50%)
        }

        .infoSanPhamWrapper-content .danhGia-SoLuong .danhGia::before {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            top: 40%;
            transform: translateY(-50%);
            background-image: url('../images/star24.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

.soLuongDaBan {
    color: var(--Content-gray-text-secondary, #66718B);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33; /* 133.333% */
}

/* loader */
.loader {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 80px;
    height: 80px;
    /*opacity: 1;*/
    display: none
}


    .loader.show {
        opacity: 1;
        display: block;
    }

    .loader div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: var(--var-primary);
        animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        border-radius: 10px;
    }

        .loader div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .loader div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .loader div:nth-child(3) {
            left: 56px;
            animation-delay: 0;
        }

@keyframes loader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.searchDanhMuc .dropdown-toggle::after {
    right: 0;
    top: 52%;
    transform: translateY(-50%);
}

.searchDanhMuc.show .dropdown-toggle::after {
    transform: rotate(180deg) translateY(50%);
}

.menuDanhMucWrapper.disabledClick {
    position: relative;
}

.menuDanhMucWrapper.disabledClick::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: transparent;
    z-index: 9;
    top: 0;
    left: 0;
}

.dropdown.sanThuongMaiWrapper-dropdown {
    width: 100%
}

    .dropdown.sanThuongMaiWrapper-dropdown .dropdown-menu {
        left: 50%;
        transform: translateX(-50%) !important;
    }

    .breadcrumb {
        margin-bottom: 0;
        padding: 12px 0;
    }

.breadcrumb .breadcrumb-item a {
    color: var(--Content-gray-text-primary, #00123D) !important;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42; /* 142.857% */
}

.breadcrumb .breadcrumb-item a.active {
    color: var(--var-primary) !important;
}

.DanhGiaSanPhamWrapper {
    border-radius: 12px;
    border: 1px solid var(--Border-border-blue-01, #E6E7F0);
    background: var(--Background-bg-white, #FFF);
    display: flex;
    padding: 16px;
    flex-direction: column;
    margin-bottom: 32px;
}

.DanhGiaSanPhamWrapper .detailInfoWrapper-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Border-border-blue-01, #E6E7F0);
}

.DanhGiaSanPhamWrapper .detailInfoWrapper-title h4 {
    color: var(--Content-gray-text-primary, #00123D) !important;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 140% */
    margin-bottom: 0;
}

.DanhGiaSanPhamWrapper .detailInfoWrapper-title button {
    color: var(--Content-white-text-primary, #FFF);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    border-radius: 999px;
    background: var(--var-primary);
    padding: 12px 24px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.DanhGiaSanPhamWrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.DanhGiaSanPhamWrapper ul li {
    border-bottom: 1px solid var(--Border-border-blue-01, #E6E7F0);
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.DanhGiaSanPhamWrapper ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.DanhGiaSanPhamWrapper ul li .tennguoidung {
    display: flex;
    align-items: center;
    gap: 8px;
}

.DanhGiaSanPhamWrapper ul li .tennguoidung .name {
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.DanhGiaSanPhamWrapper ul li .tennguoidung .date {
    color: var(--Content-gray-text-secondary, #66718B);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.DanhGiaSanPhamWrapper ul li .noidung {
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#modalComment .modal-dialog {
    width: 600px;
}

#modalComment .modal-dialog .modal-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--Background-bg-white, #FFF);
}

#modalComment .modal-dialog .modal-header h5 {
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

#modalComment .modal-dialog .modal-header,
#modalComment .modal-dialog .modal-body,
#modalComment .modal-dialog .modal-footer {
    border: none;
    padding: 0;
    width: 100%;
    justify-content: center;
}

#modalComment .modal-dialog .modal-header button {
    position: absolute;
    top: 24px;
    right: 24px;
}

#modalComment .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

#modalComment .modal-dialog .modal-body input {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--Border-border-blue-01, #E6E7F0);
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    height: auto;
}

#modalComment .modal-dialog .modal-body input::placeholder {
    color: var(--Content-gray-text-secondary, #66718B);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#modalComment .modal-dialog .modal-body textarea {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--Border-border-blue-01, #E6E7F0);
    color: var(--Content-gray-text-primary, #00123D);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    min-height: 150px;
}

#modalComment .modal-dialog .modal-footer button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    background: var(--var-primary);
    border: 1px solid var(--var-primary);
    color: var(--Content-white-text-primary, #FFF);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
}