﻿
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #cacacaf1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #606060;
    }

html {
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    behavior: revert;
}

body {
    background: #06133a;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Open Sans", sans-serif;
    overflow: auto;
    overflow-x: hidden;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
    behavior: revert;
}

.clear-both {
    clear: both;
}

.ct-size-h1  {
    font-size: 1.7rem;
}

#cskh-icon {
    position: fixed;
    right: 20px;
    bottom: 0px;
}

    #cskh-icon img {
        width: 120px;
    }

#tags {
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 10px;
    }

    .ct-size-h1  {
        font-size: 1.1rem;
    }

    #cskh-icon {
        position: fixed;
        right: 0px;
        bottom: 0px;
    }

        #cskh-icon img {
            width: 60px;
        }

    #tags {
        font-size: 13px;
    }
}

.wrapper-bg {
    margin: auto;
}

.banner-content {
    background: #1c2026 !important;
    text-align: left;
    color: white !important;
    border-radius: 0px !important;
}

.btn-banner-content {
    background: linear-gradient(to bottom, #ff7c02 0%, #ff860d 47%, #ffcb52 100%);
    border: none;
    padding: 2px 8px;
    border-radius: 14px;
    margin-top: 24px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    width: 25%;
    margin: auto;
    margin-top: 10px;
}

#links-container {
    width: 66%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

    #links-container h1 {
        font-size: 45px;
        color: white;
        font-weight: bold;
        padding-top: 40px;
    }

    #links-container h2 {
        background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
        padding: 8px 0px 8px 0px;
        border-radius: 10px;
    }

#domains-list {
    background: rgba(84, 84, 84, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.link {
    background-color: #1c2026;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 4px;
    border-radius: 42px;
}

    .link .link-number {
        float: left;
    }

        .link .link-number .yellow-circle {
            background: linear-gradient(to bottom, #ff7c02 0%, #ff860d 47%, #ffcb52 100%);
            position: relative;
            width: 38px;
            height: 38px;
            border-radius: 50%;
        }

            .link .link-number .yellow-circle .black-circle {
                background-color: #1c2026;
                position: absolute;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                top: 4px;
                left: 4px;
                text-align: center;
            }

                .link .link-number .yellow-circle .black-circle p {
                    color: white;
                    font-size: 20px;
                    margin-top: 2px;
                }

    .link:hover {
        box-shadow: 0 0 8px rgb(255 124 2 / 50%);
        cursor: pointer;
    }


    .link .button {
        background: linear-gradient(to bottom, #ff7c02 0%, #ff860d 47%, #ffcb52 100%);
        border: none;
        padding: 2px 8px;
        border-radius: 14px;
        margin-top: 5px;
        margin-right: 12px;
        transition: all 0.5s;
        cursor: pointer;
        display: inline-block;
    }

        .link .button span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: 0.5s;
        }

            .link .button span:after {
                content: '>>';
                position: absolute;
                opacity: 0;
                top: 0;
                right: 20px;
                transition: 0.5s;
            }

        .link .button:hover span {
            padding-right: 25px;
        }

            .link .button:hover span:after {
                opacity: 1;
                right: 0;
            }

    .link .link-info {
        margin-top: 8px;
        margin-left: 5px;
    }

#pc-banners {
    margin-top: 2%;
    /*overflow: auto;*/
    /*max-height: 375px;*/
}

    #pc-banners .banner-container {
        /*width: 80%;*/
        margin: 0 auto;
        margin-top: 20px;
    }

        #pc-banners .banner-container .banner {
            width: 100%;
        }

/*.h-custom-1 {
    max-height: 575px !important;
}

.h-custom-2 {
    max-height: 500px !important;
}*/

#mobile-banners {
    display: none;
    margin-top: 5%;
    overflow: auto;
    /*max-height: 320px;*/
}

    #mobile-banners .banner-container {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

        #mobile-banners .banner-container .banner {
            width: 100%;
        }
.link-info h5 {
    font-size: 18px !important;
}


@media screen and (max-width: 768px) {



    #links-container {
        width: 100%;
    }

        #links-container h1 {
            font-size: 30px;
        }

        #links-container h2 {
            font-size: 22px;
        }

    #domains-list {
        padding: 10px 0px 10px 0px;
    }

    .link {
        padding: 4px;
        border-radius: 42px;
        margin-bottom: 5px;
    }

        .link .link-number .yellow-circle {
            width: 30px;
            height: 30px;
        }

            .link .link-number .yellow-circle .black-circle {
                background-color: #1c2026;
                width: 24px;
                height: 24px;
                top: 3px;
                left: 3px;
            }

                .link .link-number .yellow-circle .black-circle p {
                    font-size: 16px;
                    margin-top: 0px;
                }

        .link .link-info {
            margin-top: 3px;
        }

            .link .link-info h5 {
                font-size: 14px;
            }

        .link .button {
            margin-top: 5px;
            font-size: 12px;
            margin-right: 5px;
        }

            .link .button span:after {
                right: 10px;
            }

            .link .button:hover span {
                padding-right: 25px;
            }

    #pc-banners {
        display: none;
    }

    #mobile-banners {
        display: block;
    }

        #mobile-banners .banner-container {
            width: 100%;
            margin-top: 10px;
        }
}



@media screen and (max-width: 1542px) {
    .link-info h5 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1310px) {
    .link-info h5 {
        font-size: 15px !important;
    }
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #bcc1f8;
    font-size: 12px;
    padding: 10px 6px;
    display: inline-table;
    transition: .3s;
    font-weight: bold;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: transparent !important;
}

    .custom-toggler.navbar-toggler:hover {
        border-color: transparent;
    }

.topbanner {
    background: #14142b;
    color: #6e7191;
}

    .topbanner .menutopbar ul {
        margin: 0;
        padding: 0;
    }

        .topbanner .menutopbar ul li {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
        }

            .topbanner .menutopbar ul li a {
                color: #bcc1f8;
                font-size: 13px;
                display: block;
                transition: .3s;
            }

                .topbanner .menutopbar ul li a:hover {
                    color: #fff;
                }

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #656565;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: 1px solid #656565;
}

.btn-dang-nhap {
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff !important;
    border-color: transparent;
    display: inline-block;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 80px;
}

.btn-dang-ky {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
    border-radius: 5px;
    color: #fff !important;
    border-color: transparent;
    display: inline-block;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 80px;
}


.nav > li > a {
    font-weight: 700;
    text-decoration: none;
}

.navbar {
    padding: 0rem 0.5rem;
}

.margin-auto {
    margin: auto !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #effe00;
}

p.ds-ip {
    background: linear-gradient(90deg, #f7ba22, #f49a25 50%, #f7ba22) 0/200%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border-radius: 7px;
}

.text-detail-cach-choi {
    margin-top: 1rem;
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #ff5e00 0%, #ff5e00 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 24px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@keyframes filterBg {
    /* 0% {filter: blur(1px)} */
    50% {
        filter: opacity(0.7)
    }

    100% {
        filter: unset
    }
}

.support-link-title {
    color: white !important;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: center;
}

.footer-col {
    align-items: center;
    text-align: center;
}

.footer {
    background: rgba(84,84,84,.5);
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    width: 100%;
    padding-top: 30px;
}

.footer-title {
    font-size: 1.7em;
    line-height: 1.3;
}

.full-width-image {
    width: 100%;
}

.card {
    background-color: rgb(244 213 213);
}


.modal-body h6 {
    font-size: 20px;
}

.modal-body img {
    width: 170px !important;
}

@media screen and (max-width: 768px) {
    .modal-body h6 {
        font-size: 1rem;
    }

    .modal-body img {
        width: 100px !important;
    }
}



.card-deck {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .card-deck {
        padding: 0px;
    }

    .card-body {
        padding: 5px;
    }

    .card-title, card-text {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .card-title {
        text-align: justify;
    }

    .card-text {
        text-align: right;
    }

    .c-card-image {
        padding-right: 5px;
    }

    .c-card-text {
        padding-left: 5px;
    }

    .stretch {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1000px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

.embed-iframe {
    outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    position: center !important;
    border: 0 !important;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    width: 100% !important;
    height: calc(100vh - 63px) !important;
    z-index: auto !important;
    background-color: transparent !important;
    cursor: none !important;
    float: none !important;
    border-radius: 5px !important;
    pointer-events: auto !important;
    clip: auto !important;
    color-scheme: light !important;
}

@media screen and (max-width: 768px) {
    .embed-iframe {
        outline: none !important;
        visibility: visible !important;
        resize: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        background: none !important;
        position: center !important;
        border: 0 !important;
        padding: 10px 0 0 0 !important;
        margin: 0 !important;
        -moz-transition-property: none !important;
        -webkit-transition-property: none !important;
        -o-transition-property: none !important;
        transition-property: none !important;
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        width: 100% !important;
        height: calc(100vh) !important;
        z-index: auto !important;
        background-color: transparent !important;
        cursor: none !important;
        float: none !important;
        border-radius: 5px !important;
        pointer-events: auto !important;
        clip: auto !important;
        color-scheme: light !important;
    }
}

.footer-top {
    background-color: #1E1E1E;
    padding: 1rem;
}

.footer-bottom {
    background-color: #171717;
    padding: 1rem;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
}

    #summary p.collapse:not(.show) {
        height: 150px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #summary p.collapsing {
        min-height: 150px !important;
    }

    #summary a.collapsed:after {
        content: '...Xem thêm';
        color: #f79a04
    }

    #summary a:not(.collapsed):after {
        content: '...Thu gọn';
        color: #f79a04
    }

    #summary a.summary-headline {
        color: #f79a04;
    }

    #summary a.summary-headline:after {
        content: '';
    }



.img-footer {
    height: 43px;
    padding: 5px;
}

.footer-bottom .title-ft {
    text-align: center;
    padding: 5px 0px 15px;
    font-size: 20px;
    font-weight: 500;
}

.footer-bottom .ft-menu {
    list-style: none;
    color: #fff;
    padding-left: 80px;
}

    .footer-bottom .ft-menu.last-child {
        padding-left: 105px;
    }

    .footer-bottom .ft-menu .ft-item {
        padding: 5px 3px;
    }

    .footer-bottom .ft-menu a {
        color: #fff;
    }

    .footer-bottom .ft-menu .ft-item:hover > a {
        color: #f79a04;
    }

.footer-bottom .intro span {
    padding: 5px 0px;
    display: block;
    font-size: 0.98rem;
}

@media screen and (max-width: 1200px) {
    .footer-bottom .ft-menu {
        list-style: none;
        color: #fff;
        padding-left: 40px;
    }

        .footer-bottom .ft-menu.last-child {
            padding-left: 90px;
        }
}

@media screen and (max-width: 991px) {
    .footer-bottom .ft-menu {
        list-style: none;
        color: #fff;
        padding-left: 15px;
    }

        .footer-bottom .ft-menu.last-child {
            padding-left: 50px;
        }
}

@media screen and (max-width: 768px) {
    .footer-bottom .title-ft {
        font-size: 18px;
    }

    .footer-bottom .ft-menu {
        padding-left: 0px;
    }

        .footer-bottom .ft-menu.last-child {
            padding-left: 20px;
        }

        .footer-bottom .ft-menu a {
            font-size: 0.9rem;
        }
}

@media screen and (max-width: 576px) {
    .footer-bottom .ft-menu .ft-item {
        padding: 3px 3px;
        text-align: left;
    }

    .footer-bottom .title-ft {
        font-size: 17px;
        padding: 10px 0px 6px;
    }

    .footer-bottom .ft-menu {
        padding-left: 5px;
    }
}

#pc-banners .banner-container button, 
#mobile-banners .banner-container button {
    border: none;
    padding: 0px;
    outline: none;
    width: 100%;
}

.rung-ring {
    animation: code-pro-rung-lac 1.5s ease infinite
}

@-webkit-keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

#section_950928863 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(40, 40, 40);
}

    #section_950928863 .ux-shape-divider--top svg {
        height: 150px;
        --divider-top-width: 100%;
    }

    #section_950928863 .ux-shape-divider--bottom svg {
        height: 150px;
        --divider-width: 100%;
    }

.bg {
    background: rgba(84,84,84,.5);
}

.title-nhanthuong {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.register-code {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.btn-receive-code {
    border-radius: 103.463px;
    border: 2.406px solid var(--Linear, #F8BF4E);
    background: var(--Linear, linear-gradient(180deg, #FF9A00 0%, #FF4929 100%));
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.receive-code {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.hide {
    display: none;
}

@media (max-width: 1200px) {
    .giftcode-btn.scroll-to-div {
        right: 50px !important;
        bottom: 150px;
    }
}

@media screen and (max-width: 767px) {
    .btn-receive-code {
        padding: 12px;
    }

    .receive-code {
        font-size: 18px;
    }

    .giftcode-btn.scroll-to-div {
        right: 15px !important;
        bottom: 150px;
    }

    .giftcode-btn {
        width: 100px !important;
        height: 71px !important;
    }

    .section {
        padding: 20px 10px;
    }

    #section_950928863 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.wp-checkcode {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.thumbnail-img {
    width: 40px;
    height: 40px;
}

    .thumbnail-img img {
        width: 100%;
        height: 100%;
    }

#get-check-code {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #ff7008;
    padding: 10px;
    width: 250px;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}

.text-code {
    font-size: 15px;
    font-weight: bold;
}

.btn-giftcode {
    width: 200px;
}

.title-gifcode {
    color: rgb(255, 66, 54);
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-giftcode-copy {
    display: none;
    font-weight: bold;
    font-size: 15px;
    background: #ff7008;
    border: none;
    border-radius: 50px;
}

.tab-content .loading {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px 5px;
    margin-top: -15px;
    background-image: linear-gradient( -225deg, #ff7008 70%, #ff7008 70%, #ff7008 67%, #ff7008 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

#exampleModalLongTitle {
    color: #000;
}

.modal-body p {
    text-align: left;
    color: #000;
}

.loading_icon {
    display: flex;
    justify-content: center;
}

.redirect-link {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 8px 33px;
    background: #337ab7;
    color: #ffff !important;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none !important;
}

.hide-show {
    display: none !important;
}

@media (min-width: 768px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 767px) {
    .receive-code {
        font-size: 15px;
    }

    #get-check-code {
        width: 190px;
    }

    .list-icon03 img
    .list-icon04 img {
        width: 40px !important;
        height: 40px !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 768px !important;
    }
}

@media screen and (max-width: 460px) {
    .sm-size-img img {
        max-width: 30%;
        height: auto !important;
    }

    .footer-bottom {
        padding: 1rem 0.5rem;
    }

    .footer-top {
        padding: 1rem 0rem;
    }
}


footer {
    background: #0e0e0e;
    padding: 10px 0 15px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

#footer-mb {
    display: none;
}

footer .main-wrap {
    position: relative;
    z-index: 2;
}

footer .footer-curve {
    display: none
}

footer .title-partner h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 10px;
}

.title-partner.fix-pd {
    padding-top: 5px;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.group-team {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.group-team-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.group-team-logo .team-partner {
    max-width: 60px;
    width: 100%;
    padding-right: 20px;
}

.group-team-logo .team-partner img,
.group-team-logo .team-company img {
    width: 100%;
    height: auto
}

.group-team-logo .team-company {
    max-width: 170px;
    width: 100%;
    padding-left: 20px;
    border-left: 2px solid #FFFFFF;
}

.title-partner {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 8px;
    font-weight: 400;
}

/* ambassador */
footer .footer-endorser h2 {
    padding-top: 3px;
}

.group-ambassador {
    display: flex;
    gap: 50px;
    margin-top: 12px;
}

.group-ambassador .ambassador {
    width: 100%;
    display: flex;
}

.ambassador-sign {
    width: 55%;
}

.ambassador-avatar {
    width: 42%;
    position: relative;
}

.ambassador-avatar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 54.76%, #0e0e0e 109.52%);
}

.ambassador-name {
    line-height: 1.2;
    font-size: 16px;
    color: #FFFFFF;
}

.group-ambassador .ambassador .logo {
    padding-top: 0px;
    max-width: 80px;
    margin-bottom: 8px;
}

.group-ambassador .ambassador img {
    width: 100%;
    height: auto;
}

footer .title-ft {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    padding-top: 7px;
    color: #FFFFFF;
}

footer .footer-main,
footer .footer-main-middle {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

footer .footer-main .footer-cont {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    width: 100%;
}

footer .footer-logo {
    margin-bottom: 15px;
}

footer .footer-main .left {
    width: 66.6%;
}

footer .footer-main .right {
    width: 33.3%;
}

.middle-layout {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

footer .footer-main .footer-cont>* {
    padding: 30px 0
}

footer .footer-main .footer-cont .pure-u-3-5 {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 100%
}

footer .footer-main .footer-cont .pure-u-1-5 {
    width: 33.333%
}

footer .footer-main .footer-cont .footer-head {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

footer .footer-main .footer-cont .provider-list-box {
    padding-right: 40px
}

footer .footer-main .footer-cont .provider-list-box img {
    filter: grayscale(100%) brightness(600%);
    margin-right: 4px;
    margin-top: -2px;
    transform: scale(.9);
    transition: .5s
}

footer .footer-main .footer-cont .provider-list-box img:hover {
    filter: grayscale(0) brightness(100%)
}

footer .footer-main .footer-cont .footer-links {
    display: flex;
    flex-direction: column
}

footer .footer-main .footer-cont .footer-links a {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none
}

footer .footer-main .footer-cont .footer-links a:hover {
    opacity: .5
}

footer .copy {
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    width: 100%
}

footer .footer-intro {
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: justify;
}

footer .footer-logo>img {
    display: block;
    height: 70px;
    width: auto;
}

footer .footer-intro span {
    color: #ef653d;
    cursor: pointer;
    padding: 0 1px;
    text-decoration: underline;
}

footer .footer-main2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 10px;
}

footer .footer-main2 .left {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    width: 100%;
    gap: 10px;
}

footer .footer-main2 .item-icon-ft {
    width: auto;
    height: auto;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.4s;
}

footer .footer-main2 .item-icon-ft img {
    width: auto;
    height: 40px;
    transition: all 0.4s;
}

footer .footer-main2 .item-icon-ft img:last-child {
    display: block;
}

footer .footer-main2 .item-icon-ft:hover img:first-child {
    display: block;
}

footer .footer-main2 .item-icon-ft:hover img:last-child {
    display: block;
}

footer .footer-main2 .right {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    width: 100%;
    gap: 10px;
}

footer .footer-main-middle .left {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    width: 100%;
}

footer .footer-main-middle .right {
    width: 100%;
    max-width: 620px;
}

footer .footer-okvip {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

footer .footer-okvip .tl-top {
    font-size: 27px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 10px 0px;
}

footer .footer-okvip .tl-button {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}

footer .footer-okvip .okvip-title {
    font-size: 15px;
    line-height: 1.6;
    text-transform: capitalize;
    width: auto;
}

footer .footer-okvip .okvip-title>h5 {
    font-weight: 700;
    width: auto;
    line-height: 25px;
}

footer .footer-okvip .okvip-img {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    max-width: 335px;
    width: 100%;
}

footer .footer-okvip .okvip-img img {
    display: block;
    height: 62px;
    width: auto;
}

footer .footer-okvip .okvip-img .hr {
    background: #FFFFFF;
    display: block;
    height: 62px;
    width: 1px;
}

footer .footer-link {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 25px;
    text-align: center;
}

footer .footer-link a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    padding: 0px;
    line-height: 1.3;
    width: auto;
}

footer .footer-link .hr {
    background: #FFFFFF;
    display: block;
    height: 18px;
    width: 1px;
}

footer .footer-copy {
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
}

footer .footer-okvip {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.w-17 {
    width: 17%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

@media screen and (max-width: 1200px) {
    footer .footer-okvip .okvip-img {
        gap: 10px;
        max-width: 235px;
    }

    .group-team-logo .team-partner {
        max-width: 60px;
        padding-right: 10px;
    }

    .group-team-logo .team-company {
        max-width: 145px;
        padding-left: 10px;
    }

    .group-ambassador {
        gap: 25px;
    }

    .group-team-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer .title-partner h2 {
        font-size: 20px;
    }

    footer .footer-main2 .item-icon-ft img {
        height: 30px;
    }
}

@media only screen and (max-width: 990px) {
    .title-partner {
        font-size: 14px;
    }

    .group-team-logo .team-partner {
        max-width: 43px;
    }

    footer .footer-link a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
    footer .footer-okvip .okvip-img img {
        height: 57px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        background: #3C3C3C;
        margin: 0px;
    }

    #footer {
        display: none;
    }

    #footer-mb {
        display: block;
    }

    .footer-mb-wrap .wp-title h2 {
        color: #ffffff;
        font-size: 4vw;
        font-weight: 700;
        padding-bottom: 0px;
        line-height: 1.4;
        margin: 0px;
    }

    .group-ambassador-sp,
    .group-partner-sp {
        display: flex;
        align-items: center;
        padding-bottom: 8px;
        gap: 20px;
    }

    .tt-ambassador {
        width: 50%;
        display: flex;
    }

    .ambassador-sign {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .ambassador-sign {
        width: 50%;
        height: auto;
    }

    .tt-ambassador h3 {
        font-size: 4vw;
        color: #ffffff;
        display: flex;
        align-items: center;
        line-height: 1.7;
        font-weight: 400;
    }

    .ambassador-sign .logo-sign {
        width: 22vw;
        padding-left: 15px;
    }

    .tt-ambassador,
    .ambassador-logo {
        width: 50%;
        display: flex;
    }

    .ambassador-logo .logo-okvip {
        width: 60%;
        height: auto;
    }

    .ambassador-logo .logo-okvip {
        width: 77%;
        height: auto;
    }

    .ambassador-logo .logo-partner {
        width: 23%;
        height: auto;
    }

    .ambassador-logo .logo-partner img {
        width: 8.5vw;
    }

    .ambassador-logo .logo-okvip img {
        width: 33vw;
        height: auto;
        padding-left: 15px;
        border-left: 2px solid #ffffff;
    }

    .list-multimedia {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding: 5px 0px 10px;
        row-gap: 10px;
    }

    .list-multimedia .item-media {
        width: calc(50% - 10px);
        list-style: none !important;
    }

    .list-multimedia .item-media .title {
        font-size: 3.5vw;
        color: #ffffff;
        padding-bottom: 8px;
    }

    .media-image {
        width: auto;
    }

    .media-image {
        display: flex;
        gap: 20px;
    }
}

@media screen and (max-width: 425px) {
    .ambassador-logo .logo-okvip img,
    .ambassador-sign .logo-sign {
        padding-left: 7px;
    }
}