﻿@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/utm-avobold.ttf");
}

body {
    margin: 0;
    background-image: url("/assets/images/bg-new88-hd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Arial";
    width: 100%;
    height: 100vh;
}

.dp-pc {
    display: block !important;
}

.dp-mb {
    display: none !important;
}

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

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

/* home */
.container-speed {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.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 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 64%;
}

    .brand-ambassador .dai-su-mobi {
        display: none;
    }

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

.title-link-redirect {
    color: #252b38;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

    .title-link-redirect::before {
        content: "";
        background-image: url("/assets/images/line-left.png");
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 20px;
        left: -230px;
        z-index: 9;
        width: 30%;
        height: 10px;
    }

    .title-link-redirect::after {
        content: "";
        background-image: url("/assets/images/line-right.png");
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 20px;
        right: -230px;
        z-index: 9;
        width: 30%;
        height: 10px;
    }

.list-link-accept {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    column-gap: 100px;
    padding-bottom: 20px;
}

    .list-link-accept a {
        font-size: 20px;
        width: 100%;
        background-color: #fff;
        color: #252b38;
        margin-top: 10px;
        text-align: center;
        border-radius: 100px;
        padding: 8px;
        font-weight: 700;
        text-decoration: none;
        position: relative;
        overflow: auto;
        border: 1px solid #ffad01;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

        .list-link-accept a:hover {
            background: #ffad01;
            color: #fff;
        }

.home-link {
    padding: 0 50px;
}
/* endhome */
.box-form-search.menu-search {
    width: 97%;
    margin: auto;
    z-index: 9999;
}

.menu-search .searchInput {
    border-radius: 20px;
    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: 40px 0px 40px 40px;
    transition: 2s ease;
}

.bg-menu-sidebar {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    border: 2.89px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 3.85px 3.85px 0px rgba(0, 0, 0, 0.5);
    background: #252b38;
    border-radius: 20px;
}

.main-sidebar {
    height: 100%;
    width: 95%;
    margin: auto;
    padding-top: 20px;
}

.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: 6px;
    }

    .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: 8px 12px;
    position: relative;
}

    .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,
    .item-link-nav .item-link-ct {
        color: #fff;
        font-family: "Arial";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

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

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

header {
    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: #252b38;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

main {
    height: 100%;
    position: relative;
    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.05)
    }

.frame-step {
    border-radius: 16px;
    background: #FFF;
    padding: 8px;
    display: flex;
    min-height: 86px;
    overflow: hidden;
    margin-top: 20px;
    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: 17px;
    font-style: normal;
    font-weight: 300;
    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;
}

.no-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.no-slider .item {
    max-width: 25%;
}

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

    .content-category span {
        color: #000 !important;
    }

.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: 3px;
        height: 12px;
        background: #ffffff;
        border-radius: 2px;
    }

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

    .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 0;
    padding-right: 0;
    position: relative;
    max-width: 350px;
}

.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: #000;
    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: #252b38;
    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: 15px;
        padding: 5px;
        text-align: left;
    }

    .item-media-y img {
        width: 100%;
    }

    .item-media-y::before {
        background: rgba(125, 125, 125, 0.7);
        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;
}

.footer-comment {
    border-radius: 10px;
    background: #fff;
    padding: 0 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content-comment::-webkit-scrollbar {
    width: 3px;
}

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

.list-link {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.link-item {
    position: relative;
}

.link-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

.speed-item {
    position: relative;
    text-align: center;
}

    .speed-item img {
        object-fit: fill !important;
        width: 80%;
    }

img {
    vertical-align: middle;
}

.speed-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient( 180deg, #f9cb52 27.46%, #f0dc2a 42.31%, #faff00 58.85%, #ebe203 74.71%, #fff500 92.25% );
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.svg-list-bg {
    position: absolute;
    top: 96px;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate3d(-50%, 0, 0);
    border-radius: 50%;
}

    .svg-list-bg .svg-item {
        display: block;
        position: absolute;
        top: -148px;
        left: 50%;
        transform-origin: center 135px;
        width: 8px;
        height: 14px;
    }

.link-item .linkok {
    background: #fff;
    padding: 0.25rem;
    border-radius: 15px;
    width: 90%;
    font-size: 20px;
    color: #212529;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: auto;
}

.reload_btn {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    padding: 0 10px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    background: rgb(51, 124, 157);
}

.icon-speedtest {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #1f607d;
}

    .icon-speedtest svg {
        width: 50px;
        height: 50px;
    }

    .icon-speedtest span {
        font-size: 24px;
        font-weight: 700;
        gap: 20px;
        color: #fff;
        text-align: center;
        font-family: "Roboto-bold";
    }

.title-heading,
.content-heading {
    display: none;
}

.content-category img {
    margin: auto;
    display: flex;
    max-width: 800px !important;
    width: auto;
    /*width: -webkit-fill-available;*/
    /*    width: revert-layer;
    height: auto;*/
}

@keyframes swing {
    20% {
        /* -webkit-transform: rotate3d(0, 0, 1, 15deg); */
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        /* -webkit-transform: rotate3d(0, 0, 1, 15deg); */
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        /* -webkit-transform: rotate3d(0, 0, 1, 15deg); */
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        /* -webkit-transform: rotate3d(0, 0, 1, 15deg); */
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        /* -webkit-transform: rotate3d(0, 0, 1, 15deg); */
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.wp-back {
    position: absolute;
    top: 40px ;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    /*width: 150px;*/
    height: auto;
    line-height: 52px;
    text-align: center;
    animation: drift 0.5s infinite alternate;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 18px;
}

    .wp-back svg {
        /*width: 52%;*/
        height: auto;
    }

@-webkit-keyframes drift {
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}

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

    .title-link-redirect {
        font-size: 24px;
    }

        .title-link-redirect::before {
            top: 16px;
            width: 28%;
            left: -150px;
        }

        .title-link-redirect::after {
            top: 16px;
            width: 28%;
            right: -150px;
        }

    .brand-ambassador {
        width: 100%;
    }

    .list-link-accept a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    main {
        height: calc(100% - 125px);
    }

    #sidebar {
        position: fixed;
        top: 0;
        left: -380px;
        width: 380px;
        height: 100%;
        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: 5px 0 0 0;
        display: block;
    }

    .header-top {
        max-height: 120px;
        height: 120px;
        align-items: center;
        position: relative;
    }

    .back-home {
        align-items: stretch;
        margin-left: 40px;
    }

    main {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
    }

    .logo-header-top.show {
        display: flex;
        margin: auto;
        height: 100%;
        justify-content: center;
    }

    .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%;
        transition: margin-left 0.2s ease;
    }

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

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

    .bg-menu-sidebar {
        margin: 15px;
        height: 95%;
        width: fit-content;
        box-sizing: border-box;
    }

    .menu-toggle {
        z-index: 999;
        display: block;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .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: rgba(150, 162, 194, 1);
            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: 33%;
    }

    .list-link-accept {
        column-gap: 60px;
    }

        .list-link-accept a {
            font-size: 18px;
            padding: 6px;
        }

    .title-link-redirect::after {
        top: 18px;
    }

    .title-link-redirect::before {
        top: 18px;
    }

    .home-link {
        width: 920px;
    }

    .title-link-redirect {
        display: none;
    }

    .brand-ambassador {
        width: 100%;
        bottom: 0px;
    }

    .container-speed {
        padding-top: 20px;
    }

    .content-category img {
        width: -webkit-fill-available !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    /* Btn Link */
    .btn-redirect-list {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

        .btn-redirect-list .btn-redirect-mobi {
            width: 48%;
        }

    .wp-back {
        display: flex;
        right: 0;
        top: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .dp-pc {
        display: none !important;
    }

    .dp-mb {
        display: block !important;
    }

    #rightSideWrapper {
        padding-right: 0;
    }

    .content-category p iframe {
        width: 100% !important;
        height: auto !important;
    }

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

    .back-home {
        display: none;
    }

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

    .frame-step {
        min-height: 30px;
        margin-top: 8px;
        max-width: 80%;
        margin: auto;
        margin-top: 16px;
        max-width: 259px;
        width: 100%;
    }

    .main-content {
        overflow: unset;
        margin-top: 0;
    }

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

    .title-link-redirect {
        font-size: 4.5vw;
    }

        .title-link-redirect::before {
            width: 10%;
        }

        .title-link-redirect::after {
            width: 10%;
        }

    .list-link-accept {
        gap: 10px;
        column-gap: 10px;
        padding-bottom: 20px;
    }

    .brand-ambassador .dai-su-pc {
        display: none;
    }

    .brand-ambassador .dai-su-mobi {
        display: block;
    }

    .brand-ambassador {
        width: 100%;
    }

    .no-slider .item {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    main {
        height: calc(100% - 20px);
        padding-top: 0;
    }

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

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

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

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

    .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-width: 350px;
    }

    .bg-menu-sidebar {
        max-width: 90%;
    }

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

    .title-heading {
        display: block;
        text-align: center;
        padding: 10px;
        background: #ececec;
        border-radius: 50px;
        width: 82%;
        align-self: center;
        border: 2px solid #fff;
    }

        .title-heading a {
            font-weight: 700;
            color: #252b38;
            margin-bottom: 0;
            font-size: 18px;
        }

    .content-heading {
        display: block;
        margin: 15px 0;
        background: #5d667e;
        padding: 20px 10px;
        width: 95%;
        align-self: center;
        border-radius: 20px;
    }

        .content-heading a,
        .content-heading p {
            color: #fff;
            text-align: center;
            margin-bottom: 0;
        }

    .highlight {
        font-size: 20px;
        color: #fead00;
        font-weight: 700;
    }

    .brand-ambassador {
        margin-top: 10px;
        position: relative;
        width: 80%;
        left: unset;
        transform: unset;
        bottom: 0;
    }

    .bg-menu-sidebar {
        width: 100%;
    }
}

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

    .bg-menu-sidebar {
        max-width: 90%;
    }

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

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

    .title-heading {
        padding: 8px;
    }

        .title-heading a {
            font-size: 16px;
        }

    .content-heading p {
        font-size: 14px;
    }

    .title-heading:last-child {
        margin-bottom: 10px;
    }

    .highlight {
        font-size: 16px;
    }

    .container-speed {
        padding-top: 3px;
    }
}

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