@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('https://ae888sp1.com/assets/images/bg-tet.png?v=1');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Times New Roman", sans-serif;
    width: 100%;
    height: 100%;
}

/*.category_page #sidebar {
    background: #d3d3d3b3;
}

.category_page #rightSideWrapper {
    background: #d3d3d3b3;
}*/

.bg-body-phu {
    background: linear-gradient(180deg, #000 0.01%, rgba(0, 0, 0, 0.25) 114.89%);
}

a {
    text-decoration: none;
}

/* 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;
    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: 900px;
    width: 100%;
    display: flex;
}

.box-form-search {
    position: relative;
    min-height: 48px;
    margin-bottom: 40px;
}


.searchInput {
    position: absolute;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.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: #8C8C8C;
        font-family: Arial;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .searchInput.active input {
        border-radius: 26px 26px 0 0;
        color: #000;
    }

    .searchInput .resultBox {
        padding: 0;
        opacity: 0;
        pointer-events: none;
        max-height: 280px;
        overflow-y: auto;
    }

    .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: #000;
        font-family: "Arial";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 16px;
    top: 8px;
    cursor: pointer;
}

.icon-svg-search svg {
    max-width: 28px;
}

.searchInput.active .icon svg path {
    fill: #000;
}

/* endhome */

.box-form-search.menu-search {
    width: 90%;
    margin: auto;
    z-index: 9999;
}

.menu-search .searchInput {
    border-radius: 8px;
    border: 1px solid #FFF;
}

    .menu-search .searchInput input {
        height: 36px;
        font-size: 16px;
        padding: 0 40px 0 16px;
    }

    .menu-search .searchInput .icon {
        right: 8px;
        top: 2px;
    }

.menu-search .icon-svg-search svg {
    max-width: 20px;
}

.menu-search .searchInput.active .resultBox {
    background-color: #fff;
    padding: 0;
}

.menu-search .resultBox li a {
    font-size: 14px;
}


.menu-toggle {
    display: none;
}

.back-mobi {
    display: none;
}

#sidebar {
    position: fixed;
    height: 100%;
    width: 450px;
    max-width: 450px;
    margin: 0px;
    padding: 20px 30px;
    transition: 2s ease;
}

.main-sidebar {
    height: 100%;
    border-radius: 6px;
    border: 2px solid #b61414;
    background: linear-gradient(180deg, #18737d 0.01%, #18737dd9 114.89%);
}

.image-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

    .image-logo a {
        max-width: 65%;
        width: 100%;
    }

.nav-sidebar {
    height: calc(100% - 200px);
    overflow-y: overlay;
}

    .nav-sidebar::-webkit-scrollbar {
        width: 8px;
    }

    .nav-sidebar::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 6px;
    }

    .nav-sidebar::-webkit-scrollbar-track {
        background-color: #333;
        margin-top: 10px;
    }

    .nav-sidebar::-webkit-scrollbar-corner {
        background-color: #333;
    }

ul.list-item-nav {
    margin: 0;
    padding: 0;
    position: relative;
}

.item-link-nav {
    list-style: none;
    padding: 12px 16px;
    margin: 12px 0;
    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%, rgba(255, 184, 0, 0.6) 50%, transparent 100%);
        background-position: 0 bottom;
        background-size: 100% 2px;
        background-repeat: no-repeat;
    }



    .item-link-nav .item-link {
        color: #FFF;
        font-family: 'Times New Roman', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.item-link.active {
    color: #FFA800;
}

#rightSideWrapper {
    width: calc(100% - 450px);
    float: right;
    height: 100%;
    min-height: 100vh;
    padding-right: 30px;
    overflow-y: auto;
}

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: "Times New Roman", sans-serif;
    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: "Arial";
    color: #e90f0f;
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

main {
    height: 100%;
    padding-top: 40px;
}

.main-content {
    overflow: hidden;
}

.list-item-buoc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.item {
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}

.box-image {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


    .box-image img {
        max-width: 100%;
        height: auto;
        max-height: 580px;
        width: auto;
        transition: transform 0.3s ease-in-out;
    }

    .box-image:hover img {
        transform: scale(1.2)
    }

.frame-step {
    border-radius: 16px;
    background: #FFF;
    padding: 8px;
    display: flex;
    min-height: 86px;
    overflow: hidden;
    margin-top: 50px;
    border: 2.2px solid #abababe8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.text-step {
    font-family: "Times New Roman", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto;
}

/* 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 {
    padding-top: 20px;
}

.mySwiper .swiper-wrapper {
    display: flex;
}

.mySwiper .swiper-slide {
    flex-shrink: 0;
    width: 25%;
}

.swiper-pagination-bullets {
    display: none;
}
/* endslide */
.content-category {
    font-family: "Times New Roman", sans-serif;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 8px;
}

    .content-category iframe.att_video {
        border: 0;
        max-width: 900px;
        margin: auto;
        display: flex;
    }

    .content-category table p {
        margin-bottom: 0;
    }

.nav-link {
    position: absolute;
    transform: translateZ(1px);
    z-index: 1;
    right: -8px;
    width: 100%;
    height: 32px;
    cursor: pointer;
}

    .nav-link:before,
    .nav-link:after {
        transition: all 150ms ease-out;
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 12px;
        background: #A6ADA7;
        border-radius: 2px;
    }



    .nav-link:before,
    .nav-link:after {
        transform-origin: center 11px;
        top: 16px;
        margin-top: -6px;
        right: 20px;
    }


    .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 {
    margin-top: -16px;
}

.nav-link.click_shows:before {
    transform: rotate(-135deg);
}

.nav-link.click_shows:after {
    transform: rotate(135deg);
}

.link-menu-sub {
    padding: 10px;
    padding-right: 0;
    position: relative;
}

.silde-media {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    /*display: flex;*/
    margin: 0 auto;
}

.box-video-media {
    max-width: 900px;
    margin: 0 auto;
    height: 508px;
    max-height: 508px;
    width: 100%;
}

.box-title-cmt {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box-comment-video {
    cursor: pointer;
    color: #FFF;
    font-family: Arial;
    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;
}

.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%;
}

.item-boxx-children {
    max-width: 285px;
    margin: 0 auto 0px;
    text-align: center;
    padding: 12px 18px;
    border-radius: 24px;
    flex-basis: 100%;
    box-sizing: border-box;
    height: 100%;
   
    display: flex;
    align-items: center;
}

.item-box-children {
    max-width: 450px;
    margin: 0 auto 34px;
    text-align: center;
    padding: 12px 18px;
    border-radius: 24px;
    flex-basis: 50%;
    box-sizing: border-box;
    height: 100%;
    background-color: #ffffff;
    transition: .3s;
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-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;
}

.item-boxs-children {
    max-width: 450px;
    margin: 0 auto 34px;
    text-align: center;
    padding: 12px 0px;
    border-radius: 24px;
    flex-basis: 100%;
    box-sizing: border-box;
    height: 100%;
   
    transition: .3s;
    
    
    display: flex;
    align-items: center;
}

    .item-box-children:hover {
        transform: translateY(-12px);
    }
    .item-boxs-children:hover {
        transform: translateY(-12px);
    }
    .item-boxx-children:hover {
        transform: translateY(-12px);
    }

.title-chidden-category .box {
    font-size: 20px;
    text-align: center;
}

.title-chidden-category.text-avatar .box {
    text-align: left;
    margin: 0;
}

.title-chidden-category {
    width: 100%;
}

    .title-chidden-category.text-avatar {
        width: calc(100% - 76px);
        margin-left: auto;
    }

.image-avatar {
    max-width: 68px;
    width: 68px;
}

.avatar-category {
    width: 100%;
    height: auto;
}

/* .info-image-cate {
    margin: auto;
} */
/*modal-warning  */
.modal-main-warning .modal-warning {
    left: 180px;
    width: 1000px;
    --bs-modal-width: 1000px;
    top: 42%;
    transform: translateY(-50%) !important;
}

.modal-warning .modal-header {
    color: #fff;
    background-color: #ff9000;
    text-align: center;
    word-break: break-all;
    padding: 0;
    border-bottom: none;
}

.modal-warning .modal-title {
    text-align: center;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-warning .modal-body {
    height: 560px;
    padding: 0;
    display: flex;
}

.modal-warning .modal-left {
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-warning .modal-right {
    -ms-flex: 3;
    flex: 3;
    background-color: #fff;
    overflow: auto;
}

.image-warning {
    margin: 0 0 10px;
}

    .image-warning img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

.list-text-warning {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

    .list-text-warning .item-warning {
        width: 100%;
        height: 50px;
        padding: 0 12px;
        color: #ff9000;
        line-height: 49px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }

        .list-text-warning .item-warning span {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

.modal-right::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #535353;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.modal-right::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

.modal-right::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #ededed;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.modal-warning .modal-footer {
    color: #fff;
    background-color: #ff9000;
    height: 10px;
    border-radius: 0 0 4px 4px;
    border-top: none;
}

.modal-warning .btn-close-m {
    position: absolute;
    right: 10px;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 26px;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .modal-warning .btn-close-m:hover, .modal-warning .btn-close-m:focus {
        color: #23527c;
        background-color: transparent;
    }

.list-text-warning .item-warning:hover, .list-text-warning .item-warning.active {
    color: #fff;
    background-color: #ff9000;
}

@media screen and (max-width: 1439px) {
    .item {
        flex: 1 0 33%;
        max-width: 33%;
    }

    .modal-main-warning .modal-warning {
        left: 0;
        top: unset;
        transform: none !important;
    }
}

@media screen and (max-width: 1024px) {
    #sidebar {
        position: fixed;
        top: 0;
        left: -380px;
        width: 380px;
        height: 100%;
        background-color: #333;
        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: #18737d;
    }

    .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: 16px;
        display: inline-flex;
        flex-direction: column;
        height: calc(100% - 100px);
        width: 100%;
    }

    .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;
    }

    .image-logo a {
        display: flex;
        justify-content: center;
    }

    .image-logo img {
        max-width: 168px;
    }

    .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: #FFA800;
            border-radius: 10px;
            transition: 0.5s;
        }

            .toggle span:nth-child(1) {
                transform: translateY(-10px);
                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(10px);
            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: 22%;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding: 2px 0;
    }

    .header-top {
        max-height: 55px;
        height: 55px;
    }

    .item {
        flex: 1 0 48%;
        max-width: 48%;
    }

    .back-home {
        display: none;
    }

    .cau-doi img {
        max-width: 100px;
        width: 100%;
    }

    /* #sidebar {
        background: #d3d3d3b3;
    }*/

    #rightSideWrapper {
        /*background: #d3d3d3b3;*/
        padding-right: 0;
    }

    .mySwiper .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .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 iframe.att_video {
        border: 0;
        max-width: 100%;
        width: 100%;
        margin: auto;
        display: flex;
        max-height: 213px;
        border-radius: 8px
    }

    .content-category table {
        max-width: 100%;
    }

        .content-category table td p {
            max-width: 100%;
            height: auto;
        }

    .content-category p img {
        max-width: 100%;
        height: auto;
    }

    .content-category table td p img {
        max-width: 100%;
        height: auto;
    }

    .item-box-children {
        flex-basis: 100%;
        padding: 12px;
    }

        .item-box-children:first-child {
            margin-top: 30px;
        }

    .main-sidebar {
        padding-top: 4px;
    }

    .image-logo img {
        max-width: 140px;
    }
}

@media screen and (max-width: 167px) {
    body {
        background-image: url('https://subngay.online/assets/images/dai-su-tet.png');
    }

        body.category_page {
            background-image: url('https://789bethd.com/assets/images/bg-mobi-category.webp');
        }

    .brand-ambassador {
        display: none;
    }

    #sidebar {
        background: unset;
    }

    #rightSideWrapper {
        background: unset;
    }

    /*.category_page #sidebar {
        background: #d3d3d3b3;
    }

    .category_page #rightSideWrapper {
        background: #d3d3d3b3;
    }*/
    .category_page header {
        padding: 0;
    }

    .category_page .header-top {
        height: 0;
    }

    .category_page .logo-header-top.show {
        display: none;
    }

    .category_page .menu-toggle {
        top: 10px;
    }

    .title-chidden-category.text-avatar {
        width: calc(100% - 62px);
    }

    .image-avatar {
        max-width: 52px;
        width: 52px;
    }
    .images-avatar {
        max-width: 250px;
        width: 250px;
    }

    .title-chidden-category .box {
        font-size: 18px;
    }

    .modal-main-warning .modal-warning {
        max-width: 96%;
    }

    .modal-mobi-warning .modal-warning {
        max-width: 96%;
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .modal-image-warning .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .modal-warning .modal-body {
        display: block;
    }

    .modal-mobi-warning .modal-warning .modal-body {
        height: auto;
        background-color: #fff;
        overflow: auto;
        box-shadow: 0 -50px 124px -50px #0006 inset;
    }

    .modal-mobi-warning .list-text-warning .title-item {
        padding: 10px;
        font-size: 15px;
        border-bottom: 1px solid #d6d6d6;
    }

    .modal-image-warning .modal-header {
        padding: 16px 12px;
        background-color: rgb(252, 143, 0);
        display: flex;
        justify-content: center;
        position: relative;
    }

    .modal-image-warning .modal-title {
        font-size: 18px;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        display: flex;
    }

    .modal-image-warning .modal-content, .modal-image-warning .modal-body {
        max-height: 100%;
    }

    .modal-image-warning .close-image-warning {
        border: unset;
        background: unset;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 576px) {
    .slider-anh {
        height: calc(100vh - 20px);
    }

    #sidebar {
        left: -100%;
        width: 100%;
        height: 100%;
    }

    .mySwiper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .main-content {
        /*max-height: calc(100vh - 150px);*/
        height: 100%;
    }

    .main-content-home {
        max-height: 600px;
        min-height: 480px;
    }

    .swiper-css {
        height: 100%;
    }

        .swiper-css .swiper-button-prev {
            display: none !important;
        }

        .swiper-css .swiper-button-next {
            display: none !important;
        }

    .code-qr {
        display: none;
    }

    .nav-sidebar {
        margin-top: 10px;
    }

    .back-mobi {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 999;
        display: block;
    }

    .title {
        font-size: 20px;
        padding: 0px 36px;
    }

    .swiper-css {
        padding-top: 0px;
    }

    .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;
        height: max-content;
    }

        .box-image img {
            max-height: 70vh;
            object-fit: cover;
            max-width: 100%;
            height: auto;
        }

    .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;
    }

    .item-link-nav {
        padding: 4px 12px;
        margin: 8px 0;
    }

        .item-link-nav .item-link {
            font-size: 18px;
        }
}

@media screen and (max-width: 374px) {
    .text-header {
        font-size: 8px;
    }
}

.contact-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 34%;
}

.home-back-link.contact-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact-link-left, .contact-link-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 33%
}
.item-blacklink{
    display: flex;
    justify-content: center;
}
.contact-link-left .item-blacklink {
    justify-content: flex-end;
}
.contact-link-right .item-blacklink {
    justify-content: flex-start;
}
.contact-link-left .item-blacklink.blocking-left {
    justify-content: center;
}

.contact-link-right .item-blacklink.blocking-right {
    justify-content: center;
}

.btn-blacklink {
    display: flex;
    border-radius: 47.202px;
    border: 0.652px solid #A6A6A4;
    background: linear-gradient(90deg, #EA9A00 0%, #CE8800 50.52%, #EA9A00 100%);
    box-shadow: 0px 5.21741px 5.21741px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.btn-blacklink {
    transition: all 0.2s;
}

    .btn-blacklink:hover {
        transform: scale(1.05, 1.05);
    }

.icon-link {
    position: absolute;
    height: 100%;
}

    .icon-link img {
        height: 100%;
    }

.btn-blacklink-1 {
    padding: 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 47.202px;
    border-right: 1.304px solid #F38015;
    border-bottom: 2.609px solid #F38015;
    border-left: 1.304px solid #F38015;
    background: linear-gradient(180deg, #FFF 0%, #FFF 44.27%, #D8D8D8 100%);
    box-shadow: 0px 5.21741px 5.21741px 0px rgba(0, 0, 0, 0.25), 0px -5.21741px 3.91306px 0px rgba(0, 0, 0, 0.25) inset;
}

.btn-blacklink-1 {
    color: #141414;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.home-back-link.contact-link {
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
.home-back-link.contact-link {
    margin-top: -20px;
}
}
@media screen and (max-width: 1439px) {
.contact-link {
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
}
.contact-link {
    display: flex;
    gap: 25px;
    width: 100%;
    align-items: center
}

.zoom {
   padding: 10px;
   
   transition: transform .3s;
   border-radius: 45px;
   margin: 0 auto;
   font-size: 22px;
   color: white; 
 }
 .zoom:active {
    color: red;
}
 
 /*Hiá»‡u á»©ng zoom*/
 .zoom:hover {
   transform: scale(1.1);
   background: #48D1CC;
 }
 
 .kichthuoc-livechat {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 550px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
 @media screen and (max-width: 767px) {
 .kichthuoc-livechat {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 410px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
}
