@font-face {
    font-family: "UTM-HelvetIns";
    src: url("../fonts/00119-UTM-HelvetIns.ttf");
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}

html {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

body {
    background-image: url('../images/background-site.html');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    height: 100% !important;
    position: relative;
    width: 100% !important;
    overflow: hidden !important;
    display: block;
    object-fit: cover;
}

    body.swal2-height-auto {
        height: 100vh !important;
    }

a {
    text-decoration: none;
}

.container {
    max-width: 628px;
}

.ttht .logo-jun88 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 424px;
    max-height: 154px;
    width: 100%;
    height: 100%;
}

.title-header {
    text-align: center;
    webkit-text-stroke: 1px #fff;
    font-family: UTM-HelvetIns;
    font-size: 29px;
    font-style: normal;
    margin-bottom: 5px;
    background: linear-gradient(180deg, #03AEF8 0%, #016DE3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 430px;
}

    .title-header img {
        width: 100%;
        height: auto;
    }

.list-option-left {
    position: absolute;
    top: -50px;
    left: -140px;
    width: 180px;
    z-index: 2;
}

    .list-option-left ul {
        list-style-type: none;
    }

        .list-option-left ul a {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            text-decoration: none;
        }

        .list-option-left ul h3 {
            font-size: 20px;
            font-style: normal;
            font-weight: 900;
            text-align: center;
            font-family: Roboto;
            color: #ffffff;
        }

    .list-option-left img {
        width: 80px;
        height: 80px;
    }

.list-option-right {
    position: absolute;
    top: -50px !important;
    right: -95px !important;
    left: unset;
    width: 180px;
    height: 0;
    display: none;
    transition: width 2s, opacity 0.6s;
}

    .list-option-right.active {
        display: block;
    }

    .list-option-right .tab-control {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        position: relative;
    }

.tab-control.active::after {
    content: '';
    background: url(../images/icon-chose.png);
    background-position: center;
    background-size: 100% 100%;
    height: 40px;
    width: 30px;
    position: absolute;
    bottom: 60px;
    left: -5px;
}
/* Footer */
.wp-footer-option {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .wp-footer-option {
        flex-direction: column-reverse;
        margin-top: -220px;
    }
}

.wp-footer-option .text-note {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: var(--Linear, linear-gradient(142deg, #26A9E0 19.63%, #0B87BA 83.01%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.btn-gmail {
    border-radius: 90.443px;
    background-image: url(../images/bg-btn-email.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 400px;
    width: 100%;
    height: 100%;
    min-height: 70px;
    margin-bottom: 20px;
}

    .btn-gmail span {
        color: #FFF;
        text-shadow: 0px 3.813px 3.813px rgba(0, 0, 0, 0.25);
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        width: 100%;
        text-align: center;
        display: inline-block;
        line-height: 2;
        font-family: SF Pro Display;
    }

.btn-show-controll {
    position: absolute;
    right: -65px;
    bottom: 20px;
    cursor: pointer;
}

    .btn-show-controll img {
        width: 70px;
        height: 70px;
        display: none;
    }

    .btn-show-controll .btn-show.active {
        display: block;
        transition: 1s;
    }

    .btn-show-controll .btn-close.active {
        display: block;
        transition: 1s;
    }

.btn-email {
    max-height: 60px;
}

.image-bg-home {
    display: flex;
    max-width: 80%;
    justify-content: center;
    margin: auto;
    margin-top: 0px;
}

.custom-button {
    width: 100%;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 28px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s;
    border: 2px solid #888888;
}

.item-btn.active {
    content: '';
    border-radius: 28px;
    padding: 1px 2px;
    background: linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%);
}

.custom-button:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

.button1 {
    color: #000;
    /* Text color */
}

.custom-button.button1 {
    min-width: 92px;
    min-height: 92px;
    outline: none;
}

.info-btn {
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 28%;
}

.button2 {
    border-radius: 26.512px;
    padding: 5px;
    border: 0.842px solid #242424;
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%);
    box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
}

    .button2 span {
        color: #FFF;
        text-align: center;
        font-family: "Roboto";
        font-size: 14.523px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

.text-btn-1 {
    padding-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
}

    .text-btn-1 h2 {
        margin-bottom: 0;
        color: #202020;
        text-align: center;
        font-family: "Roboto";
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

.content {
    margin-top: 20px;
    padding-bottom: 16px;
}

.footer {
    margin-bottom: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.che-do {
    width: calc(100% / 4 + -20px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -56%);
    top: 20%;
}

.download-app-km {
    gap: 70px;
    justify-content: center;
}

.w-bottom-btn {
    width: 42%;
}

.footer-mb-b {
    /* max-height: 134px;
     */
    height: 134px;
}

.fixed-bottom {
    height: 134px;
    z-index: 0 !important;
}

.main {
    max-height: 100%;
    position: relative;
}

.item-tab {
    height: 0;
    opacity: 0;
    width: 80%;
    overflow: hidden;
    transition: width 1s, opacity 0.6s;
}

    .item-tab.active {
        opacity: 1;
        height: auto;
        width: 100%;
    }

.icon-btn-main img {
    width: 100%;
    height: auto;
}

.bd-btn {
    margin-bottom: 16px;
}

.btn-content {
    border-radius: 94.5px;
    padding: 5px 10px;
    cursor: pointer;
}

.btn-content-1 {
    display: flex;
    margin: auto;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    gap: 17px;
}

    .btn-content-1:hover {
        text-decoration: none;
    }

.icon-btn-main {
    margin-top: 4px;
    max-width: 65px;
    max-height: 57px;
}

    .icon-btn-main img {
        width: 100%;
        height: 100%;
    }

.text-btn-main {
    padding-left: 33px;
    color: #161616;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: unset;
    border-radius: 35.766px;
    padding: 15px 25px;
    background: var(--Linear, linear-gradient(180deg, #D9D9D9 0%, #FFF 100%));
    box-shadow: 0px 7.153px 3.577px 0px rgba(0, 0, 0, 0.25), 0px -3.577px 0px 0px rgba(0, 0, 0, 0.25) inset;
    display: inline-block;
    width: 80%;
}

.item-tab.custiom.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: var(--Linear, #26A9E0);
    overflow: hidden;
    border-radius: 20px;
    height: 80%;
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: var(--Linear, #26A9E0);
    display: none;
}

.code-iframe.active::-webkit-scrollbar {
    width: 3px;
}

.code-iframe.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: lightgrey;
}

.text-btn-main span {
    color: #26A9E0;
}

.list-btn-funcion {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.item-btn {
    width: 100%;
    flex-grow: 0;
}

    .item-btn.active {
        border: none;
        outline: none;
    }

        .item-btn.active .button1 {
            background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%) !important;
        }

    .item-btn:hover .button1 {
        background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%);
    }

    .item-btn.active .text-btn-1 h2 {
        background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .item-btn:hover .text-btn-1 h2 {
        background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.link-redirect {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.bottom-truy-cap {
    width: 30%;
    border-radius: 26.512px;
    padding: 15px 10px;
    border: 0.842px solid #242424;
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    fill: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    text-decoration: none;
}

    .bottom-truy-cap:hover {
        text-decoration: none;
    }

    .bottom-truy-cap span {
        width: 100%;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
    }

.footer-mb-b {
    height: 142.029px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

#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: 650px !important;
        border-bottom: 10px solid #fff;
        border-left: 10px solid #fff;
        overflow-x: hidden;
    }

        .code-iframe.active .chat-dialog {
            display: block !important;
        }

        .code-iframe.active .checkvip.disable {
            display: none !important;
        }

.tab-content {
    position: relative;
}

    .tab-content.active {
        max-height: 450px;
        overflow-y: scroll;
        box-sizing: content-box;
    }

.item-tab.custiom.active {
    margin-bottom: 200px;
    background: red;
    padding: 40px 35px;
    border-radius: 20px;
    border: 2px solid var(--Linear, #26A9E0);
    background: linear-gradient(90deg, rgba(92, 207, 255, 0.70) -0.02%, rgba(38, 168, 223, 0.70) 99.98%);
    backdrop-filter: blur(10px);
    width: 85%;
    margin: auto;
    max-height: 400px;
    min-height: 399px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*position: absolute;
    top: -31px;
    left: 40px;*/
    position: relative;
    z-index: 5;
    overflow-y: auto;
    margin-top: -25px;
}

.tab-content::-webkit-scrollbar {
    display: none;
}

body div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 4em !important;
    height: 4em !important;
    margin: 1em 31px 1em !important;
    border: 0.25em solid rgba(0,0,0,0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 3em;
    cursor: default;
    user-select: none;
}

.btn-redirectVip {
    text-align: center;
    background: #3085d6;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
}

    .btn-redirectVip:hover {
        text-decoration: none;
        background: #3085d6;
        color: #fff;
    }

body div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.7rem !important;
    left: 1.2em !important;
    width: 1em !important;
    transform: rotate(45deg) !important;
}

body div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: 0em;
}

body div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em !important;
    right: 0.5em !important;
    width: 1.9375em !important;
}

body div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 1.9em;
    width: 2em;
}

body .swal2-title {
    display: block;
    margin-top: -55px;
}

#box-iframe {
    z-index: 99;
}

.close-bottom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    display: none;
}

.list-option-right .close-bottom-icon img {
    width: 100% !important;
    height: 100% !important;
}

.wp-control-icon {
    position: absolute;
    top: 5px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 5px;
    display: none;
}

    .wp-control-icon .botton-back-icon, .wp-control-icon .close-bottom-task {
        width: 35px;
        height: 35px;
    }

        .wp-control-icon .botton-back-icon img, .wp-control-icon .close-bottom-task img {
            width: 100%;
            height: 100%;
        }

.position-relative {
    display: none !important;
}

.btn-vip {
    background-size: 100% 100%;
    background-image: url("../images/che-do-vip-bt.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 145px;
    height: 50px;
    display: block;
    padding: 10px 15px;
}

.btn-mailbox {
    background-image: url("../images/thu-gop-y-bt.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 145px;
    height: 50px;
    display: block;
    padding: 10px 15px;
}

.btn-button-cn .w-bottom-btn {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.btn-cn {
    background-image: url("../images/email-jun88.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 274px;
    height: 50px;
    display: block;
}

.btn-phone {
    font-size: 30px;
    text-align: center;
    color: #26A9E0;
    margin-bottom: 22px;
    font-weight: bold;
    display: inline-block;
    animation: my 1s infinite;
    text-decoration: none;
}

    .btn-phone:hover {
        /*color: #26A9E0;*/
        color: #fff;
    }

@keyframes my {
    0% {
        color: #fff;
    }

    50% {
        color: #fff;
    }

    to {
        color: #fff;
    }
}

.btn-luckey {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 100px;
    height: 100px;
}

    .btn-luckey .icon-gift-code {
        width: 100px;
        height: 100px;
    }

.icon-close-giftcode {
    top: -50px !important;
    right: -10px !important;
    border-radius: 50%;
    border: 2px solid red;
}

@keyframes spaceboots {
    0% {
        transform: translate(2px,1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px,-2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px) rotate(1deg)
    }

    30% {
        transform: translateY(2px) rotate(0deg)
    }

    40% {
        transform: translate(1px,-1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px,2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px,1px) rotate(0deg)
    }

    70% {
        transform: translate(2px,1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px,-1px) rotate(1deg)
    }

    90% {
        transform: translate(2px,2px) rotate(0deg)
    }

    to {
        transform: translate(1px,-2px) rotate(-1deg)
    }
}

.icon-gift-code {
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: spaceboots;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 50%;
    cursor: pointer;
}

#luckyDraw {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
    display: none;
}

.wapper-lucky {
    max-width: 800px;
    width: 100%;
    position: fixed;
    z-index: 99;
    border: unset;
    overflow: hidden;
    min-height: 500px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#luckyDraw iframe {
    width: 100%;
    height: 100%;
    border: unset;
    overflow: hidden;
}

#luckyDraw .icon-close-popup {
    top: 87px;
    right: 55px;
    border-radius: 50%;
    border: 2px solid #26A9E0;
}

@media screen and (max-width: 1024px) {
    .ttht .logo-jun88 {
        max-width: 300px;
        max-height: 120px;
    }

        .ttht .logo-jun88 img {
            width: 100%;
        }

    .title-header {
        font-size: 20px;
    }

    .list-option-left {
        position: absolute;
        left: -70px;
        width: 157px;
    }

    .list-option-right {
        position: absolute;
        right: -32px !important;
        left: unset;
        width: 157px;
    }

    .list-option-left img {
        width: 65px;
        height: 65px;
    }

    .list-option-left ul h3 {
        font-size: 16px;
    }

    .image-bg-home {
        max-width: 70%;
    }

    .btn-show-controll {
        position: absolute;
        right: -16px;
    }

        .btn-show-controll img {
            width: 65px;
            height: 65px;
        }

    .wp-footer-option .text-note {
        font-size: 18px;
    }

    .btn-gmail span {
        font-size: 25px;
        line-height: 2.5;
    }

    .btn-gmail {
        max-width: 370px;
        min-height: 60px;
    }

    .item-tab.custiom.active {
        width: 75%;
        top: -45px;
        left: 0px;
        max-height: 336px;
        padding: 37px 10px;
    }

    .tab-control.active::after {
        bottom: 53px;
        left: 2px;
        height: 30px;
        width: 19px;
    }

    .text-btn-main {
        width: 84%;
    }

    .icon-btn-main {
        max-width: 60px;
        max-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .text-btn-main {
        font-size: 20px;
    }

    .code-iframe.active {
        height: 94vh !important;
    }

    body .swal2-title {
        display: block;
        margin-top: -30px;
    }

    body div:where(.swal2-container) h2:where(.swal2-title) {
        padding: .8em 0.2em 0;
    }

    body div:where(.swal2-icon) {
        margin: 1em auto 1em !important;
    }

    .tab-content.active {
        opacity: 1;
        height: auto;
        width: 100%;
        width: 100%;
        height: 400px;
        margin-top: 10px;
        box-sizing: content-box;
        overflow-y: scroll;
    }

    .item-tab.custiom.active {
        margin-bottom: 200px;
        max-height: 336px;
    }

    .btn-email {
        max-height: 52px;
    }

    .custom-button.button1 {
        min-width: 92px;
        min-height: 80px;
    }

    .home-page-popup {
        height: auto;
    }

    .image-bg-home {
        display: flex;
        max-width: 68%;
    }

    #luckyDraw .icon-close-popup {
        top: 115px;
        right: 23px;
    }

    .btn-luckey {
        position: fixed;
        bottom: 120px;
        right: 21px;
        width: 60px;
        height: 69px;
    }

        .btn-luckey .icon-gift-code {
            width: 60px;
            height: 60px;
        }

    .icon-close-giftcode {
        width: 25px !important;
        height: 25px !important;
        top: -28px !important;
    }

    #luckyDraw .icon-close-popup {
        width: 30px !important;
        height: 30px !important;
    }
}

@media screen and (max-width: 680px) {
    .list-option-left {
        display: none;
    }

    .tab-control.active::after {
        content: unset;
    }

    .list-option-right {
        display: none;
        margin-bottom: 200px;
        background: red;
        padding: 60px 25px 25px;
        border-radius: 20px;
        border: 2px solid var(--Linear, #26A9E0);
        /* background: linear-gradient(90deg, rgba(92, 207, 255, 0.70) -0.02%, rgba(38, 168, 223, 0.70) 99.98%); */
        background: #3ab9e5;
        backdrop-filter: blur(10px);
        width: 85%;
        margin: auto;
        max-height: 280px;
        min-height: 280px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: -31px;
        right: 0 !important;
        left: 0 !important;
        max-width: unset !important;
        z-index: 5;
        overflow-y: hidden;
    }

    .btn-phone {
        position: absolute;
        top: 18px;
        font-size: 18px;
        text-align: center;
        width: 88%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }

    .list-option-left ul {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .list-option-left ul li {
            width: 46%;
        }

    .list-option-left img {
        width: 60px !important;
        height: 60px !important;
    }

    .item-tab.custiom {
        display: none;
    }

    .item-tab.custiom {
        display: none;
    }

        .item-tab.custiom.active {
            width: 95%;
            right: 0px;
            margin: auto;
            display: flex;
            max-height: 330px;
            min-height: 330px;
            padding: 45px 2px 35px;
            position: fixed;
            opacity: 1;
            justify-content: start;
            transform: translate(-50%, -50%);
            top: 50% !important;
            left: 50% !important;
            background: #3ab9e5;
        }

    .list-option-left {
        position: fixed;
        left: 0px;
        max-width: 100px;
    }

    .list-option-right.active {
        width: calc(100% - 20px);
        margin: auto;
        transform: translate(-50%, -50%);
        max-width: 490px !important;
        top: 50% !important;
        left: 50% !important;
    }

    .image-bg-home {
        max-width: 85%;
        margin-top: -15px;
    }

    .list-option-left ul h3 {
        font-size: 18px;
        color: #fff;
        -webkit-text-fill-color: unset;
    }

    .tab-control.active::after {
        bottom: 45px;
        left: 23px;
        height: 20px;
        width: 10px;
    }

    .ttht .logo-jun88 {
        max-width: 297px;
        max-height: 95px;
    }

    .title-header {
        font-size: 19px;
    }

    .list-option-left {
        top: -25px !important;
        display: none;
    }

        .list-option-left img {
            width: 45px;
            height: 45px;
        }

    .wp-footer-option .text-note {
        font-size: 16px;
    }

    .btn-show-controll {
        right: auto !important;
        bottom: 135px;
        left: auto !important;
    }

        .btn-show-controll img {
            width: 40px;
            height: 40px;
        }

    .btn-show-controll {
        right: 10px;
    }

    .btn-gmail {
        max-width: 235px;
        min-height: 50px;
        margin-bottom: 25px;
        display: none;
    }

        .btn-gmail span {
            font-size: 20px;
        }

    .text-btn-main {
        font-size: 16px;
        padding: 13px 30px;
    }

    .bd-btn {
        margin-bottom: 0px;
    }

    .btn-content-1 {
        gap: 5px;
    }

    .list-option-right .tab-control {
        gap: 15px;
    }

    .close-bottom-icon, .wp-control-icon {
        display: flex;
        cursor: pointer;
    }

    .position-relative {
        display: block !important;
    }

    .footer {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .btn-show-controll {
        bottom: 123px;
    }
}

@media screen and (max-width: 460px) {
    .title-header {
        margin-bottom: 10px;
    }

    .link-redirect {
        margin-top: 15px;
        gap: 5px;
    }

    .bottom-truy-cap {
        width: 32%;
        border-radius: 26.512px;
        padding: 7px 3px;
    }

        .bottom-truy-cap span {
            font-size: 3vw;
        }

    .icon-btn-main {
        max-width: 50px !important;
    }

    .text-btn-1 {
        padding-top: 5px;
    }

        .text-btn-1 h2 {
            margin-top: 5px;
        }

    .image-bg-home {
        max-width: 85% !important;
    }

    .main.container.mt-4 {
        margin-top: 1rem !important;
    }

    .text-btn-main {
        padding-left: 16px;
    }
}

@media screen and (max-width: 394px) {
    .text-btn-1 h2 {
        font-size: 15px;
    }

    .btn-content {
        padding: 2px 6px;
    }

    .icon-btn-main {
        max-width: 35px;
    }

    .info-btn {
        padding-bottom: 38%;
    }

    .che-do {
        width: calc(100% / 4 + -15px);
        width: calc(100% / 4 + -15px);
    }

    .download-app-km {
        gap: 50px;
        justify-content: center;
    }

    .w-bottom-btn {
        width: 44%;
    }

    .item-tab.custiom.active {
        max-height: 48vh;
        min-height: 48vh;
    }
}

@media screen and (max-width: 350px) {

    .btn-phone {
        font-size: 16px;
        width: 82%;
    }
}

@media screen and (max-width: 321px) {
    .custom-button.button1 {
        min-width: auto;
        min-height: auto;
    }
}

.pc-btn-tab2 {
    display: block;
}

.sp-btn-tab2 {
    display: none;
}

.image-bg-home {
    position: relative;
    z-index: 0;
}

.home.item-tab .content-popup {
    display: none;
}

.home.item-tab.active {
    position: relative;
}

.home.active-img {
    position: absolute;
    display: block;
    left: 0px;
    top: -15px;
    right: 0px;
}

.content-popup.pc-btn-tab {
    display: none;
}

.home.item-tab.active .content-popup {
    display: block;
}

.home.item-tab.active {
    position: relative;
}

.content-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 20px;
    margin: auto 0px;
    padding: 20px 20px 20px;
    margin-top: 50px;
    max-width: 490px;
    width: calc(100% - 20px);
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    height: 350px;
    overflow-y: auto;
    background: #3ab9e5;
    overflow-x: hidden;
}

.icon-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

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

.content-popup::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: lightgrey;
}

::-webkit-scrollbar-thumb {
    background-color: lightgrey;
}

.code-iframe.active::-webkit-scrollbar {
    width: 10px;
}

.code-iframe.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background-color: lightgrey;
}

@media screen and (max-width: 374px) {
    .title-header {
        font-size: 4vw;
    }

    .list-option-left ul a {
        gap: 5px;
    }

    .list-option-left ul h3 {
        font-size: 12px;
    }

    .wp-footer-option .text-note {
        font-size: 12px;
    }

    .list-option-left {
        top: -25px !important;
    }

    .btn-gmail {
        max-width: 192px;
        min-height: 40px;
    }

        .btn-gmail span {
            font-size: 18px;
        }

    .btn-show-controll img {
        width: 40px;
        height: 40px;
    }

    .text-btn-main {
        font-size: 13px;
    }
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}
/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

@media screen and (max-width: 394px) {
    .btn-vip {
        width: 125px;
        height: 45px;
    }

    .btn-mailbox {
        width: 125px;
        margin-left: 8px;
        height: 45px;
    }

    .btn-cn {
        width: 240px;
        height: 45px;
    }
}
