﻿/* Font tùy chọn — dùng font hệ thống nếu chưa có file font */
/*
@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/utm-avobold.ttf");
}

@font-face {
    font-family: "SFU Helvetica";
    src: url("../fonts/SFUHelveticaRegular.TTF");
}

@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVNGilroy.otf");
}

@font-face {
    font-family: "UTM HelvetIns";
    src: url("../fonts/UTMHelvetIns.ttf");
}
*/

body {
    margin: 0;
    background-image: url('/assets/images/bg-main.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100vh;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

/* home */
.main-home {
    max-width: 720px;
    margin: auto;
    padding-top: 20px;
}

.desc-title {
    margin-top: 20px;
}

.partner-okevip {
    margin: 30px 0;
}

.image-partner {
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 330px;
    width: 100%;
}

.brand-ambassador {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.cau-doi {
    position: absolute;
}

    .cau-doi.cau-doi-left {
        left: 0;
    }

    .cau-doi.cau-doi-right {
        right: 0;
    }

.image-suarez {
    max-width: 750px;
    width: auto;
    display: flex;
}

.box-form-search {
    position: relative;
    min-height: 48px;
    margin-bottom: 40px;
}


.searchInput {
    position: absolute;
    box-shadow: 0px 1px 5px 3px rgb(255 255 255 / 12%);
    border-radius: 32px;
    border: 2px solid #FFF;
    width: 100%;
}


    .searchInput.active {
        background: rgba(255, 255, 255, 0.85);
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
    }

    .searchInput input {
        height: 48px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 32px;
        padding: 0 60px 0 30px;
        background: unset;
        color: #FFF;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .searchInput.active input {
        border-radius: 26px 26px 0 0;
        color: #B8B8B8;
    }

    .searchInput .resultBox {
        padding: 0;
        opacity: 0;
        pointer-events: none;
        max-height: 280px;
        overflow-y: auto;
        position: fixed;
        margin: 10px;
    }

    .searchInput.active .resultBox {
        padding: 10px 8px;
        opacity: 1;
        pointer-events: auto;
    }

.resultBox li {
    list-style: none;
    padding: 8px 20px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

    .resultBox li a {
        color: #FFF;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.searchInput.active .resultBox li {
    display: block;
}



.searchInput .icon {
    position: absolute;
    right: 16px;
    top: 8px;
    cursor: pointer;
}

.icon-svg-search svg {
    max-width: 28px;
}

.searchInput .icon svg path {
    fill: #B8B8B8;
}

.searchInput.active .icon svg path {
    fill: #B8B8B8;
}

/* endhome */

.box-form-search.menu-search {
    width: 85%;
    margin: auto;
    z-index: 9999;
}

.menu-search .searchInput {
    border-radius: 50px;
    border: 1px solid #ffffff;
    background: #FFF;
}

    .menu-search .searchInput input {
        height: 36px;
        font-size: 16px;
        padding: 0 40px 0 16px;
    }

        .menu-search .searchInput input::placeholder {
            color: #B8B8B8;
            font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 18.857px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .menu-search .searchInput .icon {
        right: 8px;
        top: 2px;
    }

.menu-search .icon-svg-search svg {
    max-width: 20px;
}

.menu-search .searchInput.active .resultBox {
    background-color: #31852a;
    padding: 0;
}

.menu-search .resultBox li a {
    font-size: 14px;
}


.menu-toggle {
    display: none;
}

.back-mobi {
    display: none;
}

#sidebar {
    position: fixed;
    height: 100%;
    width: 480px;
    max-width: 480px;
    margin: 0px;
    padding: 20px 40px;
    transition: 2s ease;
}

.main-sidebar {
    padding-top: 10%;
    height: 100%;
    border-radius: 27px;
    background: linear-gradient(0.01deg, rgba(20, 122, 3, 0) -69.48%, #0B6F02 103.16%);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.20);
}

.image-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

    .image-logo a {
        max-width: 65%;
        width: 100%;
    }

.nav-sidebar {
    height: calc(100% - 180px);
    overflow-y: overlay;
}

    .nav-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .nav-sidebar::-webkit-scrollbar-thumb {
        background-color: #f8e64f;
        border-radius: 12px;
    }

    .nav-sidebar::-webkit-scrollbar-track {
        background-color: #0B6F02;
        margin-top: 10px;
        border-radius: 12px;
    }

    .nav-sidebar::-webkit-scrollbar-corner {
        background-color: #fff;
    }

ul.list-item-nav {
    margin: 0;
    padding: 0;
    position: relative;
}

.item-link-nav {
    list-style: none;
    padding: 12px 0px;
    position: relative;
}

    /*  .item-link-nav.active {
        background: linear-gradient(180deg, rgb(255 198 51 / 91%) 0%, rgba(217, 217, 217, 0.00) 100%);
    }*/

    .item-link-nav:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1.5px;
        background: linear-gradient(to right, transparent 0%, rgb(255,255,102) 50%, transparent 100%);
        background-position: 0 bottom;
        background-size: 100% 2px;
        background-repeat: no-repeat;
    }



    .item-link-nav .item-link {
        color: #fff;
        font-family: "Arial";
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 17px 0;
        padding-left: 45px;
    }

.item-link.active {
    width: 100%;
    color: #0c9142;
    display: flex;
    border-radius: 25px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 0) 100%);
}

.collapse .link-menu-sub {
    padding: 6px 8px 2px 20px;
}

    .collapse .link-menu-sub .item-link {
        font-size: 16px;
    }

#rightSideWrapper {
    width: calc(100% - 480px);
    float: right;
    height: 100%;
    padding-right: 40px;
}

header {
    /* position: fixed;
	width: calc(100% - 380px); */
    width: 100%;
    padding: 20px;
    display: none;
}

.header-top {
    display: flex;
    justify-content: space-between;
}

.back-home {
    max-width: 130px;
    width: 100%;
    display: flex;
    align-items: center;
}

.back-home-link {
    position: relative;
    color: #FFF;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    .back-home-link span {
        position: absolute;
        right: 0;
        top: 0;
    }

.logo-header-top {
    display: none;
}

.image-qr {
    max-height: 130px;
    height: 130px;
}

    .image-qr img {
        max-height: 100%;
        height: 100%;
        width: auto;
    }

.title-page {
    display: flex;
    align-items: flex-end;
}

.title {
    margin: 0;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0C9142;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

main {
    height: 100%;
    padding-top: 40px;
}

.main-content {
    overflow: hidden;
}

    .main-content.home-page {
        overflow: unset;
    }

.list-item-buoc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.item {
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}

.no-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.no-slider .item {
    max-width: 33%;
}

.box-image {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


    .box-image img {
        max-width: 300px;
        max-height: 565px;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .box-image:hover img {
        transform: scale(1.07)
    }

.frame-step {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    min-height: 100px;
    overflow: hidden;
    margin-top: 20px;
    width: 313px;
}

.text-step {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    padding: 20px;
    text-align: justify;
}

/* slide */
.slide-list-imgae .modal-content {
    background: unset;
}

.slide-list-imgae .carousel-control-next,
.slide-list-imgae .carousel-control-prev {
    opacity: 0.8;
}

.carousel-item.active img {
    height: 90vh !important;
    width: auto !important;
    margin: auto;
}

.mySwiper.swiper {
    overflow: unset;
}


.swiper-css[data-slider_pc="2"], .swiper-css[data-slider_pc="1"], .swiper-css[data-slider_pc="3"] {
    padding-top: 6%;
}

.mySwiper .swiper-wrapper {
    display: flex;
}

.mySwiper .swiper-slide {
    flex-shrink: 0;
    width: 25%;
}

.swiper-pagination-bullets {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    display: none !important;
}
/* endslide */
.content-category {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: rgba(255, 255, 255, 0.85);*/
    padding: 15px;
    border-radius: 8px;
}

.nav-link {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    right: 25px;
    cursor: pointer;
}

    .nav-link.click_shows {
        top: 3px;
    }

    .nav-link:before,
    .nav-link:after {
        transition: all 150ms ease-out;
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 12px;
        background: #ffffff;
        border-radius: 2px;
        transform-origin: center 11px;
        top: 10px;
        margin-top: -6px;
        right: 20px;
    }

        .nav-link:before:active,
        .nav-link:after:active {
            background: #26A8DF;
        }


    .nav-link:before {
        transform: rotate(-45deg);
    }

    .nav-link:after {
        transform: rotate(45deg);
    }

.collapse {
    display: none;
}

    .collapse.shows {
        display: block;
    }


.nav-link.click_shows:before,
.nav-link.click_shows:after {
    top: 15px;
}

.nav-link.click_shows:before {
    transform: rotate(-135deg);
}

.nav-link.click_shows:after {
    transform: rotate(135deg);
}

.link-menu-sub {
    position: relative;
}

.silde-media {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    /*display: flex;*/
    margin: 0 auto;
}

.box-video-media {
    max-width: 1200px;
    margin: 0 auto;
    height: 675px;
    max-height: 675px;
    width: 100%;
}

.box-title-cmt {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box-comment-video {
    cursor: pointer;
    color: #FFF;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.icon-comment svg {
    max-width: 32px;
}

.title-video-meida {
    /*display: none;*/
    color: white;
    font-size: 22px;
}

.swiper-media {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.item-media-y {
    max-width: 24%;
    width: max-content;
    cursor: pointer;
}

    .item-media-y .slide-title {
        z-index: 99;
        position: absolute;
        bottom: 0;
        text-align: center;
        background: #606060b0;
        width: 100%;
        color: #fff;
        height: auto;
        font-size: 18px;
    }

    .item-media-y img {
        width: 100%;
    }

    .item-media-y::before {
        background: rgba(125, 125, 125, 0.70);
        z-index: 99;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }

    .item-media-y:hover::before {
        content: unset;
    }

    .item-media-y.swiper-slide-active::before {
        content: unset;
    }
/*comment*/
.modal-comment .modal-content {
    width: 100%;
    background: unset;
}

.modal-comment .modal-dialog {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 100%;
}

.modal-comment .modal-content {
    border: none;
}

.grecaptcha-badge {
    display: none !important;
}

.block {
    max-width: 360px;
    width: 100%;
    padding: 8px;
    background: #d9d9d9;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: grid;
    align-content: space-between;
}

.block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .block-header .title {
        display: flex;
        align-items: flex-start;
    }

        .block-header .title .tag {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 4px;
            background: #f7f7f7;
            color: #1c1c1c;
            text-align: center;
            padding: 0 4px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 10px;
            line-height: 16px;
            border: 1px solid #e8e8e8;
            border-radius: 96px;
        }

.comment {
    display: grid;
    gap: 8px;
}

.is-mute {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.comment .user-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .comment .user-banner .user {
        gap: 8px;
        align-items: center;
        display: flex;
    }

.comment {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e8e8e8;
}

    .comment + .comment {
        padding-top: 12px;
    }

.username {
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-text-cmt p {
    line-height: 24px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1c1c1c;
}

* {
    box-sizing: border-box;
}

.load {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .load span {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #969696;
    }

        .load span i {
            margin-right: 6px;
        }

.writing input, .writing textarea {
    background-color: unset;
}

.input-user {
    padding: 8px 0;
    border-bottom: 3px solid #989898;
}

    .input-user input::placeholder {
        color: #2f2f2f;
    }

    .input-user input {
        color: #101010;
        font-family: Inter;
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        padding: 4px 0;
        border: none;
    }

        .input-user input:focus-visible {
            outline: 0;
        }

.input-text-cmt {
    padding-top: 12px;
    position: relative;
}

.text-nd textarea {
    border: none;
    outline: 0;
    color: #414141;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.send-comment {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.send-comment {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    background-color: #30aaef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-send {
    margin: auto;
}

.content-comment {
    max-height: 500px;
    overflow-y: auto;
    padding: 0 16px;
    margin-bottom: 16px;
}

    .content-comment::-webkit-scrollbar {
        width: 3px;
    }

.footer-comment {
    border-radius: 10px;
    background: #FFF;
    padding: 0 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content-comment::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.send-comment:disabled {
    background-color: #dddddd;
    color: #555555;
    cursor: not-allowed;
}

.toast-error {
    z-index: 99999;
}


.CategoryListChildren {
    min-height: 60vh;
    display: flex;
}

.box-category-children {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
    width: 100%;
    gap: 0 40px;
}

.item-box-children {
    max-width: 400px;
    border-radius: 32px;
    background: linear-gradient(220deg, #17ca60 7.33%, #0C9142 90.04%);
    margin: 0 auto 34px;
    padding: 4px;
    flex-basis: 50%;
    box-sizing: border-box;
    height: 100%;
    transition: .3s;
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}

    .item-box-children:hover {
        transform: translateY(-12px);
    }

.title-chidden-category .box {
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #0C9142;
}

.title-chidden-category {
    width: 100%;
    border-radius: 34.5px;
    background: linear-gradient(268deg, #FFF 5.31%, #DEDEDE 101.94%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 23px;
}

    .title-chidden-category.text-avatar {
        padding-left: 58px;
    }

.image-avatar {
    max-width: 80px;
    width: 80px;
    position: absolute;
    top: -5px;
    left: -20px;
}

.avatar-category {
    width: 100%;
    height: auto;
}

.info-image-cate {
    margin: auto;
    text-align: -webkit-center;
}

/*CSS Update NEW Interface*/
.home-page-title {
    padding: 45px 0;
    text-align: center;
}

    .home-page-title img {
        width: 70%;
    }

.image-suarez {
}

.link-left a, .link-right a {
    display: block;
    position: relative;
    margin: 35px 0;
}

.link-right {
    text-align: end;
}

.link-1 {
    left: 0%;
}

.link-2 {
    left: -15%;
}

.link-3 {
    left: 0%;
}


.link-4 {
    right: 10%;
}

.link-5 {
    right: -5%;
}

.link-6 {
    right: 10%;
}

.content-mb, .footer-button {
    display: none;
}

@media screen and (max-width: 1600px) {
    .home-page-title {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .link-left img, .link-right img {
    }
}

@media screen and (max-width: 1439px) {
    .item {
        flex: 1 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background-image: url('/assets/images/bg-main.png');
        background-position: bottom
    }

    .link-1 {
        left: 5%;
    }

    .link-2 {
        left: 5%;
    }

    .link-3 {
        left: 5%;
    }

    .link-4 {
        right: 5%;
    }

    .link-5 {
        right: 5%;
    }

    .link-6 {
        right: 5%;
    }

    .home-page-title {
        padding: 15px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #sidebar {
        position: fixed;
        top: 0;
        left: -380px;
        width: 380px;
        height: 100%;
        background-color: #a3e2fe;
        opacity: 0;
        transition: left 1.2s ease, opacity 0.5s ease;
        padding: 0px;
    }

        #sidebar.show {
            left: 0;
            opacity: 1;
            z-index: 99;
        }

    .main-sidebar {
        border-left: 0;
        border-radius: 0;
        padding-top: 15px;
    }

    header {
        padding: 11px 0;
        display: block;
        background-color: #398933;
    }

    .header-top {
        max-height: 75px;
        height: 75px;
        align-items: center;
        position: relative
    }

    .back-home {
        align-items: stretch;
        margin-left: 40px;
    }

    .cau-doi img {
        max-width: 200px;
        width: 100%;
    }

    main {
        padding-top: 0px;
        height: calc(100% - 100px);
    }

    .logo-header-top.show {
        display: block;
        display: flex;
        margin: auto;
        height: 100%;
    }

    .logo-header-top a {
        display: flex;
        justify-content: center;
    }

    .logo-header-top img {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

    .back-home-link {
        width: 90px;
        font-size: 18px;
    }

    .code-qr {
        margin-left: auto;
    }

    .image-qr {
        max-height: 60px;
        height: 90px;
    }

    #rightSideWrapper {
        width: 100%;
    }

    #rightSideWrapper {
        width: 100%;
        transition: margin-left 0.2s ease;
        padding-right: 0;
    }

    .image-logo a {
        display: flex;
        justify-content: center;
    }

    .image-logo img {
        max-width: 230px;
        height: auto;
    }

    .menu-toggle {
        z-index: 999;
        display: block;
        position: absolute;
        left: 0;
    }

    .toggle {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /* overflow: hidden; */
    }


        .toggle span {
            position: absolute;
            width: 30px;
            height: 3.5px;
            background: #f8e64f;
            border-radius: 10px;
            transition: 0.5s;
        }

            .toggle span:nth-child(1) {
                transform: translateY(-12px);
                width: 30px;
            }

        .toggle.active span:nth-child(1) {
            width: 30px;
            transform: translateY(0) rotate(45deg);
            transition-delay: 0.125s;
        }

        .toggle span:nth-child(2) {
            transform: translateY(12px);
            width: 30px;
        }



        .toggle.active span:nth-child(2) {
            width: 30px;
            transform: translateY(0) rotate(315deg);
            transition-delay: 0.25s;
        }

        .toggle.active span:nth-child(3) {
            transform: translateX(-100px);
        }

    .mySwiper .swiper-slide {
        width: 33%;
    }

    .brand-ambassador {
        top: 20%;
        transform: unset;
    }

    .swiper-css[data-slider_pc="2"], .swiper-css[data-slider_pc="1"], .swiper-css[data-slider_pc="3"] {
        padding-top: 30px;
    }

    .image-suarez img {
        width: 500px !important;
    }
}


@media screen and (max-width: 991px) {
    .image-suarez img {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .box-form-search.menu-search {
        margin-top: 35px;
    }

    .home-page-title, .link-left, .link-right {
        display: none;
    }

    .content-mb {
        display: block;
        border-radius: 27px;
        padding: 20px 40px;
        max-width: 400px;
        margin: 0 auto 7px;
        text-align: center;
        background: linear-gradient(179.4deg, rgba(164, 200, 163, 0.28) 29.77%, rgba(235, 236, 240, 0.4) 93.25%);
    }

        .content-mb p {
            color: #000000;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
        }


    .footer-button {
        display: flex;
        justify-content: center;
        column-gap: 15px;
    }

    .button-left, .button-right {
        display: flex;
        flex-direction: column;
    }

        .button-left img, .button-right img {
            margin-bottom: 5px;
        }

    header {
        position: fixed;
        z-index: 99;
    }

    #content_category {
        margin-top: 100px;
    }

    .image-suarez {
        justify-content: center;
    }

        .image-suarez img {
            width: 425px !important;
        }

    #rightSideWrapper {
        padding-right: 0;
    }

    .item {
        flex: 1 0 48%;
        max-width: 48%;
    }

    .back-home {
        display: none;
    }

    .cau-doi img {
        max-width: 100px;
        width: 100%;
    }

    .mySwiper .swiper-slide {
        width: 33%;
    }

    .swiper-css {
        height: 100%;
    }

    .searchInput input {
        height: 36px;
        font-size: 18px;
    }

    .searchInput .icon {
        right: 8px;
        top: 4px;
    }

    .icon-svg-search svg {
        max-width: 22px;
    }

    .resultBox li a {
        font-size: 16px;
    }

    .partner-okevip {
        display: none;
    }

    .home .box-form-search {
        margin-top: 30px;
    }

    .swiper-wrapper.d-block .frame-step {
        max-width: 100%;
    }

    .frame-step {
        min-height: 30px;
        margin-top: 8px;
        max-width: 80%;
        margin: auto;
        margin-top: 16px;
    }

    .main-content {
        overflow: unset;
    }

    .mySwiper.swiper {
        overflow: hidden;
    }

    .box-image:hover img {
        transform: scale(1)
    }

    .silde-media {
        width: 100%;
        padding: 15px;
        margin-top: 0px;
        max-height: 60%;
        overflow-y: scroll;
        display: block;
        background: #96afc54d;
    }

    .item-media-y {
        width: 100%;
        max-width: 100%;
        height: max-content;
        max-height: 350px;
    }

    .box-video-media {
        max-width: 100%;
        max-width: 100%;
        margin: 0 auto;
        max-height: 250px;
    }

    .box-title-cmt {
        max-width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .title-video-meida {
        display: block;
        color: #fff;
        font-size: 20px;
        font-family: system-ui;
        font-weight: 600;
        text-transform: capitalize;
    }

    .item-media-y::before {
        content: unset;
    }

    .swiper-media {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .item-media-y img {
        border-radius: 8px;
    }

    .item-media-y.active_video {
        display: none !important;
    }

    .swiper-pagination-bullets {
        display: block;
    }

    .swiper-pagination-bullet {
        background-color: #ffffff !important;
        opacity: 1 !important;
    }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #ffa800 !important;
            opacity: 1 !important;
        }

    .content-category {
        padding: 0px;
    }

        .content-category p img {
            max-width: 100%
        }

        .content-category p span {
            font-weight: 400;
            font-size: 22px !important;
        }

    .item-box-children {
        flex-basis: 100%;
        max-width: calc(100% - 20px);
    }

        .item-box-children:first-child {
            margin-top: 30px;
        }

    .title-chidden-category .box {
        font-size: 15px;
    }

    .image-avatar {
        max-width: 70px;
        top: 0px;
        left: -10px;
    }

    .main-sidebar {
        padding-top: 4px;
    }

    .image-logo img {
        max-width: 212px;
        height: auto;
    }

    .slider-anh {
        height: calc(100vh - 20px);
    }

    .no-slider .swiper-wrapper {
        justify-content: unset;
    }

    .no-slider .item {
        max-width: 100%;
    }
}



@media screen and (max-width: 575px) {

    #sidebar {
        left: -100%;
        width: 100%;
        height: 100%;
    }

    .mySwiper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .main-content {
        max-height: calc(100vh - 150px);
        height: 100%;
    }

    .title-cate-parent {
        padding-top: 30px;
        margin-bottom: 0 !important;
    }

    .box-category-children {
        max-width: 330px;
    }

    .item-link-nav .item-link {
        font-size: 17px;
    }

    .swiper-css {
        height: 100%;
        padding-top: 4px;
    }

        .swiper-css[data-slider_pc="2"], .swiper-css[data-slider_pc="1"], .swiper-css[data-slider_pc="3"] {
            padding-top: 6px;
        }

        .swiper-css .swiper-button-prev {
            display: none !important;
        }

        .swiper-css .swiper-button-next {
            display: none !important;
        }

    .code-qr {
        display: none;
    }

    .back-mobi {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 999;
        display: block;
    }

    .title {
        font-size: 20px;
    }

    .list-item-buoc {
        margin-top: 20px;
        justify-content: space-between;
        padding: 0;
    }

    .text-step {
        font-size: 14px;
        text-align: center;
    }

    .item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .box-image {
        padding: 0;
        max-height: 80%;
        height: 100%
    }

        .box-image img {
            max-height: 70vh;
            width: auto;
            height: 100%;
            object-fit: cover;
        }

    .list-item-buoc .slick-prev {
        left: 10px;
    }

    .list-item-buoc .slick-next {
        right: 10px;
    }

        .list-item-buoc .slick-prev:before,
        .list-item-buoc .slick-next:before {
            font-size: 28px;
        }

    .modal-comment .modal-dialog {
        right: 0;
        margin: auto;
        bottom: auto;
    }

    .box-title-cmt {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .title-video-meida {
        font-size: 18px;
    }

    .text-comment-title {
        display: none;
    }

    .content-comment {
        max-height: 350px;
    }
}

@media screen and (max-width: 475px) {
    .header-top {
        max-height: 69px;
        height: 69px;
    }

    .image-suarez img {
        width: 400px !important;
    }

    .title {
        font-size: 20px;
        margin: 10px 0 15px;
    }

    .box-image img {
        max-height: 68vh;
    }
}

@media screen and (max-width: 375px) {
    .text-header {
        font-size: 8px;
    }

    .title {
        margin: 5px 0 5px;
    }

    .box-image img {
        max-height: 65vh;
    }

    .image-suarez img {
        width: 350px !important;
    }

    .content-mb {
        padding: 20px;
    }

        .content-mb p {
            font-size: 14px;
        }
}
