@font-face {
    font-family: "Roboto";
    src: URL("./../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-bold";
    src: URL("./../fonts/Roboto-Bold.ttf");
}

*,
body {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: Roboto;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header */

header {
    background: var(--Linear, linear-gradient(0deg, #CFF3FF 0%, #FFF 44.72%));
    box-shadow: 0px 1.138px 1.138px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

header .wp-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.wp-header .logo-slogan {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.logo-slogan .thumb-nail {
    width: 310px;
    height: auto;
}

.logo-slogan .thumb-nail img {
    width: 100%;
    height: auto;
}

.logo-slogan span {
    color: #00a3c6;
    font-size: 20px;
    font-family: "Roboto-bold";
}


.menu-header ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

.menu-header ul li {
    width: auto;
}

.menu-header ul li .btn-inside {
    background: #6BB0C8;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto-bold";
    transition: all 0.3s ease 0s;
}

.menu-header ul li .btn-inside:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.menu-header ul li a img {
    width: 35px;
    height: 35px;
}

/* End Header */

/* Main content */
.supporter .title {
    position: relative;
}

.supporter .title h2 {
    color: #337C9D;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    left: auto;
    right: auto;
    font-family: "Roboto-bold";
}

.supporter .icon-title {
    background-image: url(./../images/icon-title.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 81px;
    margin-top: 50px;
}

.suport-list {
    display: flex;
    justify-content: center;
    max-width: 850px;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 30px;
    margin-top: 50px;
}

.suport-list li {
    width: 48%;
    transition: .3s;
}

.suport-list li a,
.suport-list li a img {
    width: 100%;
    height: auto;
}

.suport-list li:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.supporter-v2 .title h2 {
    line-height: 1.2;
    margin-top: -20px;
}

.supporter-v2 .icon-title {
    margin-top: 70px;
}

/* supporter-promotion */

.supporter-promotion {
    background-image: url(./../images/bg-promotion.png);
    background-position: center;
    background-size: 100% 100%;
    min-height: 200px;
    background-repeat: no-repeat;
}

.wp-promotion {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    width: 90%;
    margin: auto;
}

.wp-promotion .list-btn-promotion {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.list-btn-promotion .btn-promotion {
    background-image: url(./../images/bg-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

.list-btn-promotion .btn-promotion:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.list-btn-promotion .btn-promotion img {
    height: 70px;
    width: 70px;
}

.list-btn-promotion .btn-promotion span {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Roboto-bold";
}

.wp-promotion .ambassador {
    width: 60%;
}

.wp-promotion .ambassador img {
    width: 100%;
    height: auto;
}

/* supporter-promotion */

.supporter-promotion2 .wp-promotion {
    flex-direction: row-reverse;
}

.supporter-promotion2 .list-btn-promotion .btn-promotion {
    background-image: url(./../images/bt-radius.png);
}

.supporter-promotion2 .list-btn-promotion .btn-promotion img {
    margin-top: 10px;
    height: 60px;
    width: 60px;
}

.supporter-intro {
    background-color: rgb(51, 124, 157);
    min-height: 200px;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

/* Btn Thay đổi TT */
.btn-change-info {
    width: auto;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}

.btn-change-info:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-change-info a {
    width: auto;
    padding: 20px 70px;
    margin: 25px 0px 0px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #fff;
    font-family: "Roboto-bold";
    font-weight: 700;
    width: 600px;
}

/* End btn */

/* Footer */
.footer {
    background: #CEF2FF;
    padding: 20px 0px;
}

.thumbnail-ft {
    max-width: 700px;
    width: 80%;
    height: auto;
    margin: auto;
}

.thumbnail-ft img {
    width: 100%;
    height: auto;
}

.menu-fix-sp {
    display: none;
}

@media screen and (max-width: 1200px) {
    .supporter .title h2 {
        font-size: 25px;
    }

    .supporter .icon-title {
        height: 60px;
    }

    .wp-header .logo-slogan {
        display: flex;
        justify-content: space-around;
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
}


@media screen and (max-width: 1024px) {
    .supporter .title h2 {
        font-size: 22px;
    }

    .supporter .icon-title {
        height: 50px;
    }

    .menu-header ul {
        display: flex;
        gap: 10px;
    }

    .logo-slogan span {
        font-size: 15px;
    }

    .wp-header .logo-slogan {
        max-width: 330px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .suport-list li {
        width: 43%;
    }

    .supporter .title h2 {
        font-size: 2.6vw;
    }

    .menu-header ul li .btn-inside {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .supporter .title h2 {
        color: #337C9D;
        background: linear-gradient(90deg, #CEF2FF 0%, #CEF2FF 59.23%, rgba(129, 222, 255, 0.00) 102.46%);
        padding: 5px;
        margin-bottom: 20px;
        position: relative;
        margin-top: 20px;
    }

    .supporter .icon-title {
        background-image: unset;
        height: 42px;
        margin-top: 25px;
        display: none;
    }

    .logo-slogan .thumb-nail {
        width: unset;
        height: unset;
    }

    .menu-header ul li .btn-inside {
        background: #6BB0C8;
        padding: 7px 5px;
    }

    .wp-header .logo-slogan {
        width: 158px;
    }


    .logo-slogan .thumb-nail img {
        width: 158px;
        height: auto;
    }

    .logo-slogan span {
        font-size: 10px;
    }

    .wp-promotion .list-btn-promotion {
        gap: 15px;
    }

    .wp-promotion .ambassador {
        width: 100%;
    }

    .list-btn-promotion .btn-promotion {
        width: 100%;
        height: 65px;
    }

    .list-btn-promotion .btn-promotion span {
        font-size: 4vw;
    }

    .wp-promotion {
        display: flex;
        justify-content: space-around;
        padding-top: 40px;
        width: 90%;
        margin: auto;
        flex-direction: column-reverse;
    }

    .list-btn-promotion .btn-promotion img {
        height: 50px;
        width: 61px;
    }

    .supporter-promotion2 .wp-promotion {
        flex-direction: column-reverse;
        display: flex;
    }

    .suport-list {
        margin-top: 30px;
        gap: 15px;
        row-gap: 15px;
    }

    .supporter .title h2 {
        font-size: 5vw;
    }

    .supporter-v2 .icon-title {
        margin-top: 45px;
    }

    .redirect-link {
        padding-top: 15px;
    }

    .wp-promotion {
        padding-top: 10px;
    }

    .list-btn-promotion .btn-promotion {
        max-width: 320px;
        width: 100%;
    }

    .list-btn-promotion .btn-promotion span {
        font-size: 16px;
    }

    .menu-header ul li .btn-inside {
        font-size: 10px;
    }

    .supporter-promotion2 .list-btn-promotion .btn-promotion img {
        margin-top: 10px;
        height: 45px;
        width: 50px;
    }

    .supporter-v2 .title h2 {
        margin-top: -10px;
    }

    .icon-speedtest span {
        font-size: 14px;
    }

    .supporter .container {
        padding: 0px 10px;
    }

    .supporter-intro {
        padding: 15px;
        font-size: 4vw;
    }

    .reload_btn {
        width: 244px;
        height: 45px;
        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);
    }

    .supporter-promotion {
        background-image: unset;
    }

    .menu-fix-sp {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .menu-fix-sp.fixed {
        display: block;
    }

    .footer {
        margin-bottom: 60px;
    }

    .menu-fix-sp {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from: #7bbfd4;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(123 191 212 / 0));
        --tw-gradient-to: #2d7699;
    }

    .menu-fix-sp .list-menu {
        display: flex;
        align-items: stretch;
        justify-content: space-between;

    }

    .menu-fix-sp .list-menu .item-ft {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        border-right: 1px solid #ffffff;
        padding: 7px 0px 2px;
        text-decoration: none;
        justify-content: space-between;
    }

    .menu-fix-sp .list-menu .item-ft:last-child {
        border-right: none;
    }

    .menu-fix-sp .list-menu .item-ft.active,
    .menu-fix-sp .list-menu .item-ft:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(45 118 153 / var(--tw-bg-opacity));
    }

    .menu-fix-sp .list-menu .item-ft:nth-child(2) span {
        padding-top: 5px;
    }

    .menu-fix-sp .list-menu .item-ft img {
        max-width: auto;
        width: 24px;
        height: auto;
    }

    .menu-fix-sp .list-menu .item-ft img.ct {
        width: 30px;
        margin-top: 3px;
    }

    .menu-fix-sp .list-menu .item-ft img.ct2 {
        width: 21px;
    }

    .menu-fix-sp .list-menu .item-ft span {
        font-size: 10px;
        text-align: center;
        font-weight: 700;
    }

    /* Btn Thay đổi TT */
    .btn-change-info {
        padding-bottom: 25px;
    }

    .btn-change-info a {
        padding: 0px;
        margin: 12px 0px 0px;
        text-align: center;
        font-size: 3.5vw;
        border-radius: 50px;
        font-family: "Roboto";
        width: 80%;
    }

    /* End btn */

    .supporter-v2 .icon-title {
        margin-top: 35px;
    }
}

@media screen and (max-width: 425px) {
    .logo-slogan .thumb-nail img {
        width: 110px;
        height: auto;
    }

    .logo-slogan span {
        font-size: 6px;
        text-align: center;
    }

    .menu-header ul {
        gap: 7px;
    }

    .menu-header ul li a img {
        width: 30px;
        height: 30px;
    }

    .menu-header ul li .btn-inside {
        font-size: 9px;
    }

    .supporter .icon-title {
        height: 30px;
    }

    .suport-list {
        margin-top: 28px;
    }
}

@media screen and (max-width: 344px) {
    .logo-slogan .thumb-nail img {
        width: 100px;
        height: auto;
    }

    .logo-slogan span {
        font-size: 5px;
        text-align: center;
    }

    .menu-header ul {
        gap: 4px;
    }

    .menu-header ul li .btn-inside {
        font-size: 8px;
    }

    .menu-fix-sp .list-menu .item-ft span {
        font-size: 9px;
    }
}

/* Talk chat */
#draggable {
    background: #fff;
}

.code-iframe {
    display: none;
}

.code-iframe.sp-btn-tab,
.code-iframe.pc-btn-tab {
    display: none !important;
}

.code-iframe.active {
    display: block !important;
    overflow-y: scroll;
    height: 600px !important;
    border-bottom: 1px solid rgb(158 207 229);
    border-left: 1px solid rgb(158 207 229);
    border-right: 1px solid rgb(158 207 229);
    overflow-x: hidden;
}

.code-iframe.active .chat-dialog {
    display: block !important;
}

.code-iframe.active .checkvip.disable {
    display: none !important;
}

.chat-dialog {
    margin-top: 40px;
    min-height: 600px !important;
    min-width: 350px !important;
    max-height: 600px !important;
    max-width: 350px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 350px !important;
    height: 650px !important;
    z-index: auto !important;
    border-radius: 5px !important;
    overflow: hidden;

}

.code-iframe.active::-webkit-scrollbar {
    width: 3px;
}

.code-iframe.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: lightgrey;
}

#draggable {
    background: #fff;
}


#btn-tawk-small {
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #000;
}

#box-iframe {
    border-radius: 5px !important;
    padding-top: 50px;
}

.chat-dialog {
    min-height: 600px !important;
    min-width: 350px !important;
    max-height: 600px !important;
    max-width: 350px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 350px !important;
    height: 700px !important;
    z-index: auto !important;
    border-radius: 5px !important;
}

.close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -40px;
    border-radius: 50%;
    border: 1px;
    background-color: rgba(0, 0, 0, 0.211);
    bottom: 587px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.chat-close-btn {
    width: 92px;
    height: 30px;
    position: fixed;
    right: 60px;
    border-radius: 50%;
    border: 1px;
    bottom: 546px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .cursor-move {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        /*height: 100vh;*/
        width: 100%;
        background-color: #fff;
    }

    .close-btn {
        top: 5px;
        right: 12%;
    }

    .chat-close-btn {
        top: 44px;
    }

    #box {
        padding-top: 0px !important;
    }

    .close-btn {
        top: 3px;
        right: 45%;
        background-color: rgb(251 250 250);
        color: #000;
        width: 25px;
        height: 25px;
    }

    #draggable {
        margin-top: -10px;
    }
}

@media screen and (max-width:600px) {
    iframe body {
        overflow-x: hidden;
    }
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.285);
}


.tawk-button {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1rem;
    border: 1px solid #03a84e;
    border-color: var(--tawk-header-background-color);
    line-height: 1.5rem;
    text-decoration: none;
    background-color: #03a84e;
    background-color: var(--tawk-header-background-color);
    color: #fff;
    color: var(--tawk-header-text-color)
}

.tawk-badge {
    height: 1.25rem;
    width: 1.25rem;
    font-size: .687rem;
    line-height: 1.25rem;
    background: #bf1212;
    color: #fff;
    border-radius: 50%
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 60px;
    height: 60px
}

.tawk-badge {
    height: 1.25rem;
    width: 1.25rem;
    font-size: .687rem;
    line-height: 1.25rem;
    background: #bf1212;
    color: #fff;
    border-radius: 50%
}

.tawk-badge,
.tawk-button {
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center
}

.tawk-button-circle.tawk-button-large {
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.75rem
}

.tawk-button-circle {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    border-radius: 100%
}

.tawk-min-chat-icon {
    fill: #fff;
    fill: var(--tawk-header-text-color);
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-name: iconAnimation;
    animation-name: iconAnimation
}

.tawk-badge.tawk-min-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100
}

.tawk-min-container .tawk-button-circle.tawk-button-small {
    width: 40px;
    height: 40px
}

#show-iframe-open iframe {
    border: none !important;
}

#box-iframe {
    height: 650px !important
}

.code-iframe p {
    margin-bottom: 0rem;
}

.show-btn-fix {
    width: 30px;
    height: 79px;
    position: fixed;
    left: -3px;
    bottom: 135px;
    z-index: 0;
    display: none;
    animation: code-pro-rung-lac 1.5s ease infinite;
    border-radius: 50%;
}


@-webkit-keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-7deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(7deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-7deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(7deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.show-btn-fix img {
    width: 100%;
    height: 100%;
}


#feature-section {
    background: url(./../images/feature-section-bg.png) lightgray 50% / cover no-repeat;
    width: 100%;
    height: 557px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
}

#feature-section .feature-section-promotion {
    width: 30%;
    max-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#feature-section .feature-section-ambassador {
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#feature-section .ambassador-img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#feature-section .ambassador-img img {
    width: 100%;
    height: auto;
}

#feature-section .feature-section-userguide {
    width: 30%;
    max-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#feature-section .feature-section-userguide a:hover,
#feature-section .feature-section-promotion a:hover {
    animation: bounce 1s infinite ease-in-out;
}

.mb {
    display: none;
}

.pc {
    display: block;
}

@keyframes bounce {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 768px) {

    .mb {
        display: block;
    }

    .pc {
        display: none;
    }

    #readmorebtn {
        width: 100%;
        text-align: center;
        cursor: pointer;
        color: #CEF2FF;
    }

    #feature-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    #feature-section .feature-section-promotion {
        width: 80%;
        gap: 10px;
    }

    #feature-section .feature-section-ambassador {
        width: 80%;
    }

    #feature-section .feature-section-userguide {
        width: 80%;
        gap: 10px;
    }


    .close-btn {
        top: 18px;
        right: 3%;
        background-color: rgb(251 250 250);
        color: #000;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #000;
        line-height: 1.2;
    }

    .chat-dialogchat-dialog {
        padding-top: 0 !important
    }

    #box-iframe {
        padding-top: 0px !important;
        height: 100dvh !important;
        z-index: 9999;
    }

    .chat-dialog {
        position: fixed !important;
        outline: none !important;
        visibility: visible !important;
        resize: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        background: 0 0 !important;
        opacity: 1 !important;
        top: auto !important;
        right: 0px !important;
        top: 0px !important;
        left: auto !important;
        border: 0 !important;
        min-height: 100% !important;
        min-width: 320px !important;
        max-height: 100dvh !important;
        max-width: 768px !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: auto !important;
        background-color: transparent !important;
        float: none !important;
        border-radius: 5px !important;
        pointer-events: auto !important;
        clip: auto !important;
        color-scheme: light !important;
        z-index: 30 !important;
        padding: 0 !important;
        background-color: #fff !important;
        overflow-y: hidden !important;
        padding-bottom: 0px !important;
    }

    .code-iframe.active {
        position: sticky !important;
        border-bottom: unset;
        border-left: unset;
        min-height: 100dvh !important;
        height: 100dvh !important;
    }

    .supporter-promotion {}
}


/* End Talk chat */