.h-\[380px\] {
    height: 380px;
}

.w-\[35px\] {
    width: 35px;
}

.h-\[5px\] {
    height: 5px;
}

.w-\[5px\] {
    width: 5px;
}

.text-\[\#3E4B5E\] {
    --tw-text-opacity: 1;
    color: rgb(62 75 94 / var(--tw-text-opacity));
}

.bg-\[\#3E4B5E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(62 75 94 / var(--tw-bg-opacity));
}

.text-\[\#8999AF\] {
    --tw-text-opacity: 1;
    color: rgb(137 153 175 / var(--tw-text-opacity));
}

.bg-\[\#8999AF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(137 153 175 / var(--tw-bg-opacity));
}

.max-w-\[250px\] {
    max-width: 250px;
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.items-start-important {
    align-items: flex-start !important;
}

.flex-direction-row {
    flex-direction: row;
}

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

.bg-\[\#FAF2F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 242 246 / var(--tw-bg-opacity));
}

.slider-9 .slide-img {
    height: 360px !important;
    width: 100% !important;
}

.style-menu1 .branch-box {
    font-size: 14px;
}

.style-menu1 .branch-box h4 {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}

.style-menu1 .branch-box div {
    margin-bottom: 6px;
}

.style-menu1 .branch-box div ul li {
    margin-bottom: 6px;
}

.style-menu8 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

.style-menu6 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.style-menu5 {
    left: 0px;
    right: 0px;
}

.style-menu4,
.style-menu7 {
    left: -32px !important;
    right: -32px !important;
}

.style-menu9 {
    left: -48px !important;
    right: -48px !important;
}


.style-menu4 .skin-care-box,
.style-menu5 .functional-foods-box,
.style-menu7 .hair-box,
.style-menu8 .make-up-box,
.style-menu9 .skin-treatment-box {
    font-size: 14px;
    /* padding: 0 32px; */
    display: flex;
    justify-content: center;
}

.style-menu6 .perfume-box {
    font-size: 14px;
    padding: 0 12px;
}

.style-menu4 .skin-care-box div ul li,
.style-menu5 .functional-foods-box div ul li,
.style-menu6 .perfume-box div ul li,
.style-menu7 .hair-box div ul li,
.style-menu8 .make-up-box div ul li,
.style-menu9 .skin-treatment-box div ul li {
    margin-bottom: 6px;
}

/**Style3 Menu Start**/
#style-menu9:hover .style-menu9,
#style-menu8:hover .style-menu8,
#style-menu7:hover .style-menu7,
#style-menu6:hover .style-menu6,
#style-menu5:hover .style-menu5,
#style-menu4:hover .style-menu4 {
    display: block;
}

.style-menu9,
.style-menu8,
.style-menu7,
.style-menu6,
.style-menu5,
.style-menu4 {
    display: none;
}

.border-333333 {
    border: 1px solid #333333;
}

.mr-\[4px\] {
    margin-right: 4px;
}

.ml-\[4px\] {
    margin-left: 4px;
}

.pl-\[4px\] {
    padding-left: 4px;
}

.pb-\[36px\] {
    padding-bottom: 36px;
}

.mr-\[8px\] {
    margin-right: 8px;
}

.mx-\[4px\] {
    margin-right: 4px;
    margin-left: 4px;
}

.mt-\[16px\] {
    margin-top: 16px;
}

.font-size-\[14px\] {
    font-size: 14px;
}

.font-size-\[16px\] {
    font-size: 16px;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper input[type=checkbox] {
        --active: #EF5BA1;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #EF5BA1;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer !important;
        border: 1px solid var(--bc, var(--border));
        border-radius: 40px;
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper * {
    box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
    box-sizing: inherit;
}

.sidebar .style {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D1D1D1;
}

.sidebar .style ul.category-level1 li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding-right: 20px;
}

/* .sidebar .style ul.category-level1 li a div input {
    width: 18px;
    height: 18px;
} */

.sidebar .style ul.category-level1 li a div {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 8px;
}

.sidebar .style ul.category-level1 li,
.sidebar .style ul.level2 li ul li {
    display: flex;
    align-items: center;
    padding: 8px 28px 8px 0;
    cursor: pointer;
}


.sidebar .style ul.category-level1 {
    overflow-y: scroll;
    height: 200px;
}

.sidebar .style ul.category-level1::-webkit-scrollbar,
.box-open ul.category-level1::-webkit-scrollbar,
.sidebar .style ul.level2::-webkit-scrollbar,
.box-open ul.level2::-webkit-scrollbar {
    width: 4px;
}

.sidebar .style ul.category-level1::-webkit-scrollbar-track,
.box-open ul.category-level1::-webkit-scrollbar-track,
.sidebar .style ul.level2::-webkit-scrollbar-track,
.box-open ul.level2::-webkit-scrollbar-track {
    background: #ffffff;
}

.sidebar .style ul.category-level1::-webkit-scrollbar-thumb,
.box-open ul.category-level1::-webkit-scrollbar-thumb,
.sidebar .style ul.level2::-webkit-scrollbar-thumb,
.box-open ul.level2::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 5px;
}


.gap-\[8px\] {
    gap: 8px;
}

.gap-\[20px\] {
    gap: 20px;
}

.font-size-\[20px\] {
    font-size: 20px !important;
}

.border-radius-\[4px\] {
    border-radius: 4px;
}

.bg-\[\#EF5BA10D\] {
    background-color: #EF5BA10D;
}

.bg-\[\#EF5BA1\] {
    background-color: #EF5BA1;
}

.my-\[12px\] {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mx-\[20px\] {
    margin-right: 20px;
    margin-left: 20px;
}

.h-fit-content {
    height: fit-content;
}

.h-\[232px\] {
    height: 232px;
}

.maxh-\[232px\] {
    max-height: 232px;
}

.h-\[170px\] {
    height: 170px;
}


.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.viewmore-button-gradien {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 47.73%, rgba(249, 249, 249, 0) 101.55%);
}

.color-\[\#0180C7\] {
    color: #0180C7
}

.mr-\[40px\] {
    margin-right: 40px
}

.bg-\[url\(\'\.\.\/img\/category\/new2024\/bg\.svg\'\)\] {
    background-image: url('../img/category/new2024/bg.svg');
}


.bg-\[url\(\'\.\.\/img\/thuonghieu\/new2024\/bg\.svg\'\)\] {
    background-image: url('../img/thuonghieu/new2024/bg.svg');
}

.top-16 {
    top: 16px;
}

.py-\[36px\] {
    padding-top: 36px;
    padding-bottom: 36px;
}

.h-\[312px\] {
    height: 312px;
}

.radio {
    margin: 0.25rem;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}


.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #000000;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #000000;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}





.radio2 {
    margin: 0.5rem;
}

.radio2 input[type="radio"] {
    position: absolute;
    opacity: 0;
}


.radio2 input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio2 input[type="radio"]:checked+.radio-label:before {
    background-color: #000000;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio2 input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #000000;
}

.radio2 input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio2 input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.box-\[270px\] {
    height: 270px;
    overflow-y: scroll;
}

.more-info-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.h-\[400px\] {
    height: 400px;
}

.mt-\[80px\] {
    margin-top: 80px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.color-\[\#fff\] {
    color: #fff;
}

.pb-\[40px\] {
    padding-bottom: 40px;
}

.mt-\[40px\] {
    margin-top: 40px;
}

.font-size-\[40px\] {
    font-size: 40px;
}

.top-\[-50px\] {
    top: -220px;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[190px\] {
    height: 190px;
}

.z-index-\[100\] {
    z-index: 100;
}

.w-100 {
    width: 100%;
}

.w-\[100\%-200px\] {
    width: calc(100% - 200px);
}

.gap-\[40px\] {
    gap: 40px;
}

.gap-\[32px\] {
    gap: 32px;
}

.tab-thuong-hieu-new ul li {
    float: center;
}

.tab-thuong-hieu-new ul li a {
    width: 179px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    border-radius: 40px;
    background: white;
    display: flex;
}

.bottom-\[10px\] {
    bottom: 10px;
}

.bottom-\[8px\] {
    bottom: 8px;
}

.bottom-\[-10px\] {
    bottom: -10px;
}

.flex-1 {
    flex: 1;
}

.border-radius-\[10px\] {
    border-radius: 10px;
}

.mt-\[36px\] {
    margin-top: 36px;
}

@media(min-width: 696px) {
    .category-brand-height {
        height: 460px !important;
    }
}

@media(min-width: 907px) {
    .category-brand-height {
        height: 310px !important;
    }
}

@media(min-width: 1118px) {
    .category-brand-height {
        height: 240px !important;
    }
}


@media(min-width: 1330px) {
    .category-brand-height {
        height: 170px !important;
    }
}

.category-breadcrum li:not(:last-child)::after {
    content: ">";
    margin-right: 8px;
    color: #dcd8e4;
}


.mx-\[12px\] {
    margin-right: 12px;
    margin-left: 12px;
}

.bg-\[fff\] {
    background-color: white;
}

.more-info-category {
    overflow-y: scroll;
    height: 400px;
    width: 100%;
}

.more-info-category::-webkit-scrollbar {
    width: 6px;
}

.more-info-category::-webkit-scrollbar-track {
    background: #ffffff;
}

.more-info-category::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 5px;
}

.my-\[16px\] {
    margin-top: 32px;
    margin-bottom: 32px;
}

.h1-tin-tuc {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 8px;
}

.blog-category {
    border: 1px solid #CACACA;
    border-radius: 50px;
    box-shadow: 0px 2px 0px 0px #0000000B;
    background-color: #FFF;
    padding: 4px 16px;
    margin-bottom: 12px;
}

.blog-category:hover {
    text-decoration: underline;
}

.menu ul li.top {
    position: relative !important;
}

.menu ul li.top>a {
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}

.branch-box ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-box li a {
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
}

.branch-box li a:hover {
    text-decoration: underline;
}