@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

@font-face {
    font-family: "exo";
    src: url("../fonts/Exo2-Regular.ttf");
}

@font-face {
    font-family: "stac";
    src: url("../fonts/00171-UTM-Staccato.ttf");
}

@font-face {
    font-family: "exo-bold";
    src: url("../fonts/Exo2-SemiBold.ttf");
}

@keyframes wave {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300&display=swap');

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.13);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hihi {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }

    10%,
    20% {
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        -ms-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg);
        -ms-transform: rotate3d(0, 0, 1, 20deg);
        transform: rotate3d(0, 0, 1, 20deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
}

@keyframes tada {
    0% {
        transform: scaleZ(1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    20%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scaleZ(1);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1);
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.container {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

/* HEADER START */
.header {
    z-index: 2;
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
}

.header .header_desk {
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 80%);
}

.header .header_desk ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header .header_desk ul li {
    list-style: none;
    padding: 25px 0px 20px 0px;
}

.header .header_desk ul li a {
    margin-top: -8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-size: 20px;
}

.header .header_desk ul li a:hover {
    text-decoration: none;
}

.header .header_desk ul li a svg {
    /* margin: 0px 10px; */
    margin-right: 10px;
    width: 1.5vw;
}

.header .header_mobile {
    display: none;
}

@media (max-width: 767px) {

    .header .header_mobile {
        display: block;
    }

    .header .header_desk {
        display: none;
    }

    .header .header_mobile .menu_set {
        background-color: #27282A;
        padding: 10px 0px;
    }

    .header .header_mobile .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .header_mobile .container .link_download {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .header_mobile .container .link_download a img {
        width: 28vw;
        margin: 0 5px;
    }

    .header .header_mobile .container .link_download a img.android {
        width: 24vw;
        margin: 0 5px;
    }

    .header .header_mobile .logo {
        margin-left: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header .header_mobile .logo .img_logo {
        width: 12vw;
        border-radius: 5px;
    }

    .header .header_mobile .logo .img_logo img {
        border-radius: 5px;
    }

    .header .header_mobile .logo .name_game p {
        font-weight: 700;
        font-family: "exo";
        font-size: 3.5vw;
        margin-left: 7px;
        margin-bottom: 0;
        color: #FFF;
    }

    .header .header_mobile .btn_menu_mobile .item_menu {
        background-color: white;
        width: 35px;
        height: 5px;
        margin: 5px 0px;
        border-radius: 15px;
    }

    .header .header_mobile .btn_menu_mobile {
        margin-right: 10px;
    }

    .header .header_mobile .btn_menu_mobile.active {
        position: relative;
        top: 10px;
        width: 35px;
        height: 35px;
    }

    .header .header_mobile .btn_menu_mobile.active .top,
    .header .header_mobile .btn_menu_mobile.active .center,
    .header .header_mobile .btn_menu_mobile.active .bottom {
        transition: 0.8s ease-in-out;
    }

    .header .header_mobile .btn_menu_mobile.active .top {
        position: absolute;
        transform: rotate(45deg);
        transition: 0.8s ease-in-out;
    }

    .header .header_mobile .btn_menu_mobile.active .center {
        display: none;
    }

    .header .header_mobile .btn_menu_mobile.active .bottom {
        position: absolute;
        transform: rotate(134deg);
        transition: 0.8s ease-in-out;
    }

    .header .header_mobile .menu_move {
        background-color: black;
        padding: 10px;
        width: 130px;
        position: fixed;
        right: 0;
        z-index: 999;
        opacity: 0;
        border: 1px solid white;
        transform: translateX(130px);
        transition: 0.8s ease-in-out;
        border-radius: 10px;
    }

    .header .header_mobile .menu_move ul {
        padding: 0;
        margin: 0;
    }

    .header .header_mobile .menu_move ul li {
        list-style: none;
        font-family: "exo";
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid white;
        padding-bottom: 5px;
    }

    .header .header_mobile .menu_move ul li svg {
        width: 20px;
        margin: 0 5px;
    }

    .header .header_mobile .menu_move ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
        font-family: 'exo';
    }

    .header .header_mobile ul li a svg {
        margin: 0px 5px;
        width: 15px;
    }

    .header .header_mobile .menu_move.active {
        transform: translateX(0);
        opacity: 1;
        transition: 0.8s ease-in-out;
    }
}

/* HEADER END */

/* Footer start */


.footer {
    position: relative;
    text-align: center;
    background-color: #000E1D;
    color: white;
    padding: 15px 0px;
}

.footer p,
.footer a {
    font-family: "exo";
    margin: 0;
    font-size: 0.8vw;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    flex-wrap: wrap;
}

.footer .logo {
    width: 10vw;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer .warring_desk {
    width: 3.5vw;
}

.footer .warring_mobile {
    display: none;
}

@media (max-width:767px) {

    .footer p,
    .footer a {
        font-size: 2.3vw;
    }

    .footer .warring_mobile {
        display: block;
        margin-left: 10px;
    }

    .footer .logo {
        margin: 15px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .logo {
        width: 100%;
    }

    .footer .warring_desk {
        display: none;
    }
}

/* FOOTER END */


/* LOADING  */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D21E21;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading .spinner {
    position: relative;
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid #FFF;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    animation: spin 1s linear infinite;
}

.loading .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#content {
    visibility: hidden;
}

/* LOADING END  */

/* GENERAL SETTINGS */
body.active {
    overflow: hidden !important;
}

.landing {
    background-image: url("../images/background-desk.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:767px) {
    .landing {
        background-image: url("../images/background-mobi.png");
        background-position: top;
        background-size: cover;
        margin-top: -1px;
        overflow: hidden;
    }
}

::-webkit-scrollbar {
    display: none;
}

video.desk {
    display: block;
}

video.mob {
    display: none;
}

@media (max-width:767px) {
    video.desk {
        display: none;
    }

    video.mob {
        display: block;
    }
}

img.desk {
    display: block;
}

img.mob {
    display: none;
}

@media (max-width:767px) {
    img.desk {
        display: none;
    }

    img.mob {
        display: block;
    }
}

.desk {
    display: block;
}

.mob {
    display: none;
}

@media (max-width:767px) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }
}

.title {
    margin: auto;
}

/* END GENERAL SETTINGS */

/* TAB 1  */
.tab1 {
    position: relative;
}

.tab1 .warning-tab1 {
    width: 8%;
    position: fixed;
    top: 12%;
    left: 0;
    z-index: 99;
}

.tab1 .logo-tab1 {
    width: 8%;
    position: absolute;
    top: 10%;
    right: 2%;
}

.tab1 .slogan-left {
    width: 10%;
    position: absolute;
    top: 15%;
    left: 15%;
}

.tab1 .slogan-right {
    width: 12%;
    position: absolute;
    top: 15%;
    right: 15%;
}

.tab1 .chia-tab {
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}



@media(max-width:767px) {
    .tab1 {
        overflow: hidden;
    }

    .tab1 .warning-tab1 {
        display: none;
        width: 22%;
        position: absolute;
        top: 18%;
    }

    .tab1 .logo-tab1 {
        width: 30%;
        top: 10%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .tab1 .slogan-left {
        width: 20%;
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .tab1 .slogan-right {
        width: 23%;
        position: absolute;
        top: 20%;
        right: 10%;
    }

    .tab1 .list-item {
        width: 110%;
        left: -4%;
    }

    .tab1 .list-item .item-tab1 .gift {
        width: 100%;
    }

    .tab1 .list-item .item-tab1 .gift.tn {
        width: 90%;
    }

    .tab1 .title-tab1 {
        width: 90%;
        top: 85%;
    }

    .tab1 .btn-huong-dan {
        width: 35%;
        position: absolute;
        top: 19%;
        right: 0%;
        cursor: pointer;
    }

    .tab1 .btn-huong-dan .text {
        font-size: 3.5vw;
    }

    .tab1 .btn-huong-dan:hover .text {
        font-size: 3.75vw;
    }
}

/* TAB 1 END  */

/* TAB 2  */
.tab2 {
    position: relative;
    text-align: center;
    padding-top: 5vw;
}

.tab2 .text-tab2 {
    width: 60%;
    text-align: center;
    margin: 1vw auto;
    color: white;
    font-weight: bold;
    font-size: 1vw;
    text-shadow:
        -1.5px -1.5px 0 #000,
        1.5px -1.5px 0 #000,
        -1.5px 1.5px 0 #000,
        1.5px 1.5px 0 #000;
    padding: 10px;
    line-height: 1.2;
    text-align: center;
}

.tab2 .content-tab2 {
    width: 52%;
    margin: 0 auto;
    position: relative;
}

.tab2 .content-tab2 .lua {
    width: 8%;
    position: absolute;
    opacity: 0.4;
    animation: zoom 1.5s infinite linear;
}

.tab2 .content-tab2 .lua.active {
    opacity: 1;
    animation: zoom 1s infinite linear;
}

.tab2 .content-tab2 .lua-1 {
    top: 57%;
    left: 6%;
}

.tab2 .content-tab2 .lua-2 {
    top: 40%;
    left: 17%;
}

.tab2 .content-tab2 .lua-3 {
    top: 27%;
    left: 45%;
}

.tab2 .content-tab2 .lua-5 {
    top: 57%;
    right: 6%;
}

.tab2 .content-tab2 .lua-4 {
    top: 40%;
    right: 20%;
}

.tab2 .content-tab2 .btn-cat-dut-nhan-qua {
    width: 30%;
    position: absolute;
    top: 77%;
    left: 35%;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.tab2 .content-tab2 .btn-cat-dut-nhan-qua:hover {
    transform: scale(1.1);
}

.tab2 .list-btn {
    position: absolute;
    top: 86%;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab2 .list-btn .item-btn {
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.tab2 .list-btn .item-btn:hover {
    transform: scale(1.1);
}

.tab2 p {
    margin-top: 2vw;
    color: #FFF0B4;
    font-weight: bold;
    font-size: 1.2vw;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
    padding: 10px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}


@media(max-width:767px) {
    .tab2 {
        overflow: hidden;
        padding-top: 3vw;
    }

    .tab2 .content-tab2 {
        width: 100%;
        margin-top: 0vw;
    }

    .tab2 .text-tab2 {
        width: 95%;
        text-align: center;
        margin: 1.5vw auto;
        color: white;
        font-weight: bold;
        font-size: 2.5vw;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        padding: 10px;
        line-height: 1.6;
        text-align: center;
    }

    .tab2 .content-tab2 .lua {
        width: 10%;
    }

    .tab2 .content-tab2 .btn-cat-dut-nhan-qua {
        width: 35%;
        left: 33%;
    }

    .tab2 .content-tab2 .lua-3 {
        top: 24%;
        left: 44.5%;
    }

    .tab2 .list-btn {
        width: 100%;
        top: 81%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .tab2 .list-btn .item-btn {
        width: 30%;
    }

    .tab2 p {
        margin-top: 8vw;
        color: #FFF0B4;
        font-weight: bold;
        font-size: 3.5vw;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
}

/* TAB 2 END  */

/* TAB 3  */
.tab3 {
    margin-top: 3vw;
    position: relative;
}

.tab3 .content-tab3 {
    width: 50%;
    margin: 0 auto;
    margin-top: 2vw;
}

.tab3 .content-tab3 .background {
    cursor: pointer;
}

.tab3 .content-tab3 .background .img-act {
    display: none;
}

.tab3 .content-tab3 .background.active .img-act {
    display: block;
}

.tab3 .content-tab3 .background.active .img-def {
    display: none;
}


.tab3 .content-tab3 .btn-tram-ac-than {
    width: 30%;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.tab3 .content-tab3 .btn-tram-ac-than:hover {
    transform: scale(1.05);
}

.tab3 .content-tab3 p {
    color: #FFF0B4;
    font-weight: bold;
    font-size: 1.2vw;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
    padding: 10px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}

.tab3 .text-tab3 {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    margin: 1.5vw auto;
    color: white;
    font-weight: bold;
    font-size: 1vw;
    text-shadow:
        -1.5px -1.5px 0 #000,
        1.5px -1.5px 0 #000,
        -1.5px 1.5px 0 #000,
        1.5px 1.5px 0 #000;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
}

.tab3 .rank-point {
    width: 23%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: rotate(270deg);
}

.tab3 .rank-point .background {
    width: 100%;
    height: 1.1vh;
    border: 1.5px solid #000;
    background: rgba(33, 35, 30, 0.75);
}

.tab3 .rank-point .point-volume {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    max-width: 100%;
    background-color: #F1AA50;
    height: 1.1vh;
}

.tab3 .text-count {
    position: absolute;
    top: 45%;
    left: 22%;
    color: #FFF0B4;
    font-weight: bold;
    font-size: 1.1vw;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
    padding: 10px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}


@media(max-width:767px) {
    .tab3 {
        overflow: hidden;
        margin-top: 0;
    }

    .tab3 .content-tab3 {
        width: 100%;
    }

    .tab3 .content-tab3 p {
        font-size: 3.5vw;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .tab3 .text-tab3 {
        width: 100%;
        font-size: 2.2vw;
        top: 10%;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .tab3 .content-tab3 .btn-tram-ac-than {
        width: 35%;
        margin-top: 4vw;
    }

    .tab3 .rank-point {
        transform: rotate(0deg);
        width: 65%;
        top: 75%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .tab3 .text-count {
        position: absolute;
        top: 72%;
        left: 82%;
        color: #FFF0B4;
        font-weight: bold;
        font-size: 3vw;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        padding: 10px;
        line-height: 1.6;
        text-align: center;
        font-style: italic;
    }

}

/* TAB 3 END  */

/* TAB 4  */
.tab4 {
    margin-top: 4vw;
}

.tab4 .text-tab4 {
    margin: 0 auto;
    width: 56%;
    margin: 1.5vw auto;
    color: white;
    font-weight: bold;
    font-size: 1vw;
    text-shadow:
        -1.5px -1.5px 0 #000,
        1.5px -1.5px 0 #000,
        -1.5px 1.5px 0 #000,
        1.5px 1.5px 0 #000;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
}

.tab4 .content-tab4 {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.tab4 .content-tab4 .art-tab4-3 {
    cursor: pointer;
    width: 32%;
}

.tab4 .content-tab4 .art-tab4-2 {
    cursor: pointer;
    position: absolute;
    top: 17%;
    left: 65%;
    width: 32%;
}

.tab4 .content-tab4 .art-tab4-1 {
    cursor: pointer;
    width: 30%;
    margin-top: 10%;
    margin-left: 20%;
}

.tab4 .content-tab4 .art-tab4-3 img,
.tab4 .content-tab4 .art-tab4-2 img,
.tab4 .content-tab4 .art-tab4-1 img{
    animation: zoom 1.5s infinite linear;
}


.tab4 .content-tab4 .line-1 {
    position: absolute;
    top: 55%;
    left: 41%;
    width: 37%;
    transform: rotate(135deg);
}

.tab4 .content-tab4 .line-2 {
    position: absolute;
    top: 20%;
    left: 27%;
    width: 46%;
}

.tab4 .content-tab4 .count-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1vw;
    text-shadow:
        -1.5px -1.5px 0 #000,
        1.5px -1.5px 0 #000,
        -1.5px 1.5px 0 #000,
        1.5px 1.5px 0 #000;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
}

.tab4 .content-tab4 .count-500k {
    top: 59%;
    left: 52%;
    transform: rotate(333deg);
}

.tab4 .content-tab4 .count-1m {
    top: 29%;
    left: 45%;
    transform: rotate(19deg);
}

.tab4 .content-tab4 .btn-tu-hon {
    width: 25%;
    margin: 1vw auto;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.tab4 .content-tab4 .btn-tu-hon:hover {
    transform: scale(1.1);
}

.tab4 .content-tab4 .description {
    margin-bottom: 2vw;
    color: #FFF0B4;
    font-weight: bold;
    font-size: 1.2vw;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
    padding: 10px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}

@media(max-width:767px) {
    .tab4 .text-tab4 {
        width: 100%;
        font-size: 2.4vw;
    }

    .tab4 .content-tab4 {
        width: 100%;
    }

    .tab4 .content-tab4 .art-tab4-3 {
        width: 45%;
    }

    .tab4 .content-tab4 .art-tab4-2 {
        width: 45%;
        left: 60%;
    }

    .tab4 .content-tab4 .art-tab4-1 {
        cursor: pointer;
        width: 45%;
        margin-top: 10%;
        margin-left: 10%;
    }

    .tab4 .content-tab4 .line-1 {
        width: 40%;
        left: 45%;
        top: 53%;
    }

    .tab4 .content-tab4 .line-2 {
        position: absolute;
        top: 23%;
        left: 32%;
        width: 42%;
    }

    .tab4 .content-tab4 .count-text {
        font-size: 2.2vw;
    }

    .tab4 .content-tab4 .count-500k {
        top: 55%;
	left: 50%
    }

    .tab4 .content-tab4 .count-1m {
        top: 25.5%;
	left: 40%
    }

    .tab4 .content-tab4 .btn-tu-hon {
        width: 35%;
    }

    .tab4 .content-tab4 .description {
        font-size: 3vw;
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
    }
}

/* TAB 4 END  */


/* NAV RIGHT */
.nav-right {
    position: fixed;
    top: 23%;
    right: 0%;
    width: 13%;
    height: max-content;
    transition: 0.5s ease-in-out;
    z-index: 9999999;
}

.nav-right .list-item {
    width: 65%;
    position: absolute;
    top: 33%;
    left: 20%;
}

.nav-right .list-item a {
    display: block;
    width: 95%;
    margin: 0.5vw auto;
    transition: 0.35s ease-in-out;
}

.nav-right .btn-nap {
    width: 70%;
    position: absolute;
    top: 65%;
    left: 22%;
}

.nav-right .btn-nav {
    width: 10%;
    position: absolute;
    top: 35%;
    left: 0.5%;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.nav-right.active {
    transform: translateX(11.1vw);
    transition: 0.5s ease-in-out;
}

.nav-right.active .btn-nav img {
    transition: 0.5s ease-in-out;
}

.nav-right .content-nav-right .list-item a:hover,
.nav-right .content-nav-right .btn-nap a img:hover {
    filter: brightness(130%);
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .nav-right {
        display: none;
    }
}



/* POPUP  */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9995;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.75s ease;
}

.popup .background-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9996;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(3px);
}

.content-popup {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* height: 90%; */
}

.item-popup {
    position: absolute;
    z-index: 9997;
    opacity: 0;
    transform: scale(0);
    transition: 0.45s ease;
}

.popup .item-popup .content {
    position: absolute;
    top: 20%;
    max-height: 70%;
    bottom: 10%;
    left: 5%;
    right: 5%;
    color: #353252;
    text-align: left;
    overflow: auto;
    font-size: 15px;
}


/* close  */
.popup .item-popup .img-close {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    width: 7%;
}

/* active  */
.popup .item-popup.active {
    opacity: 1.2;
    transform: scale(1.35);
    transition: 0.5s ease;
}

.popup .item-popup.cap-nhat.active {
    opacity: 1.2;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.popup.active {
    z-index: 9995;
    opacity: 1;
    transition: 0.5s ease;
}

.popup.active .background {
    z-index: 9996;
}

/* thong-bao  */
.popup .item-popup .thongbao-popup {
    font-size: 1vw;
    text-align: center;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    color: #000;
}


.popup .item-popup .thongbao-popup p {
    font-family: 'exo';
}


/* the le  */
.popup .item-popup .thele-popup {
    font-size: 1vw;
    width: 80%;
    max-height: 75%;
    position: absolute;
    top: 15%;
    left: 12.5%;
}

.popup .item-popup .thele-popup .title-thele {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    margin-bottom: 0.5vw;
}


.popup .item-popup .thele-popup .title-thele .col-4 button,
.popup .item-popup .thele-popup .title-thele .col-3 button {
    padding: 10px 0;
    color: #FFF;
    border: none;
    background-color: transparent;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    outline: none;
    display: block;
    font-size: 0.9vw;
    font-family: 'exo';
}

.popup .item-popup .thele-popup .tl-content {
    font-family: 'exo';
    font-size: 0.9vw;
}


/* nhan luot  */
.popup .item-popup .nhanluot-popup {
    font-size: 1vw;
    margin-top: 1.5vw;
    text-align: center;
    width: 80%;
    max-height: 100%;
    position: absolute;
    top: 6%;
    left: 13%;
}

.popup .item-popup .nhanluot-popup span{
    font-style: italic;
    color: #BA0000;
    font-size: 0.75vw;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-1,
.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-2 {
    font-family: 'exo';
    font-size: 0.9vw;
    text-align: left;
    color: #000;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-1 {
    width: 40%;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-2 {
    width: 30%;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-3 {
    width: 25%;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-3:hover {
    transform: scale(1.1);
}

.popup .item-popup .nhanluot-popup .item-nhan-luot .cot-3 img {
    width: 80%;
}

/* đổi thưởng  */
.popup .item-popup .doithuong-popup {
    font-size: 1vw;
    margin-top: 1.5vw;
    text-align: center;
    width: 60%;
    max-height: 100%;
    position: absolute;
    top: 13%;
    left: 22%;
}

.popup .item-popup .doithuong-popup .item-doi-thuong,
.popup .item-popup .doithuong-popup .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup .item-popup .doithuong-popup .title .row-1,
.popup .item-popup .doithuong-popup .title .row-2 {
    font-family: 'exo';
    font-size: 0.9vw;
    text-align: center;
    color: #000;
}

.popup .item-popup .doithuong-popup .item-doi-thuong .cot-1,
.popup .item-popup .doithuong-popup .item-doi-thuong .cot-2 {
    font-family: 'exo';
    font-size: 0.9vw;
    text-align: center;
    color: #710D00;
}

.popup .item-popup .doithuong-popup .line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0.5vw 0;
}

.popup .item-popup .doithuong-popup .item-doi-thuong .cot-1,
.popup .item-popup .doithuong-popup .title .row-1 {
    width: 40%;
}

.popup .item-popup .doithuong-popup .item-doit-huong .cot-2,
.popup .item-popup .doithuong-popup .title .row-2 {
    width: 30%;
}

.popup .item-popup .doithuong-popup .item-doi-thuong .cot-3,
.popup .item-popup .doithuong-popup .title .row-3 {
    width: 30%;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.popup .item-popup .doithuong-popup .item-doi-thuong .cot-3:hover {
    transform: scale(1.1);
}

.popup .item-popup .doithuong-popup .item-doi-thuong .cot-3 img {
    width: 100%;
}


/* lich su  */
.popup .item-popup .lichsu-popup {
    position: absolute;
    top: 18%;
    left: 11%;
    width: 83%;
    height: 70%;
    text-align: center;
}

.popup .item-popup .lichsu-popup .title-lichsu {
    background-color: #005A81;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
}

.popup .item-popup .lichsu-popup .title-lichsu .col-3 {
    border-right: 2px solid white;
}

.popup .item-popup .lichsu-popup .title-lichsu .col-3 button {
    padding: 5px 0;
    color: #FFF;
    border: none;
    background-color: transparent;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    outline: none;
    display: block;
    font-size: 0.7vw;
    font-family: 'exo';
}

.popup .item-popup .lichsu-popup table {
    width: 100%;
    text-align: center !important;
}

.popup .item-popup .lichsu-popup table th.out-game {
    color: white;
    background-color: #F89A2B;
}

.popup .item-popup .lichsu-popup table th {
    color: #000;
    font-family: 'exo';
    background-color: #DBC9B3;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.popup .item-popup .lichsu-popup table td {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
    background-color: #e0d9d2;
    padding: 5px 1.7vw !important;
    font-size: 0.8vw;
    font-family: 'exo';
}

/* xac-nhan-share  */
.popup .item-popup .xacnhanshare-popup {
    text-align: center;
    width: 70%;
    position: absolute;
    top: 30%;
    left: 3%;
}

.popup .item-popup .xacnhanshare-popup p {
    font-size: 1vw;
    font-family: 'exo';
}

.popup .item-popup .xacnhanshare-popup img {
    width: 36%;
    margin: 1vw 0;
}

.popup .item-popup .xacnhanshare-popup .list-btn {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

/* nhan-the  */
.popup .item-popup .nhanthe-popup {
    text-align: center;
    width: 55%;
    position: absolute;
    top: 40%;
    left: 12%;
}

.popup .item-popup .nhanthe-popup input[type="text"] {
    background-color: #C65642;
    color: #FFF;
    font-family: 'exo';
    height: 2.5vw;
}

.popup .item-popup .nhanthe-popup input[type="text"]::placeholder {
    color: #FFF;
}

.popup .item-popup .nhanthe-popup img {
    width: 50%;
    margin-top: 2vw;
    cursor: pointer;
}

/* share the  */
.popup .item-popup .sharethe-popup {
    font-size: 1vw;
    margin: 1.5vw 0;
    width: 70%;
    height: 60%;
    position: absolute;
    top: 25%;
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.popup .item-popup .sharethe-popup .item-manh {
    position: relative;
    width: 30%;
}

.popup .item-popup .sharethe-popup .item-manh .item {
    width: 100%;
    cursor: pointer;
    filter: brightness(5%);
}

.popup .item-popup .sharethe-popup .item-manh .item.active {
    filter: brightness(100%);
}

.popup .item-popup .sharethe-popup .item-manh .count {
    position: absolute;
    width: 15%;
    top: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #FFF;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-size: 1.3vw;
}

/* Nhận mã hỗ trợ  */
.popup .item-popup .nhanmahotro-popup {
    font-size: 1vw;
    margin: 1.5vw 0;
    width: 90%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.popup .item-popup .nhanmahotro-popup p {
    color: #000;
    font-size: 0.9vw;
}

.popup .item-popup .nhanmahotro-popup input[type="text"] {
    background-color: #EAC49E;
    color: #FFF;
    font-family: 'exo';
    height: 2.5vw;
    outline: none;
    border: none;
    text-align: center;
    color: #BD1C00;
    width: 70%;
}

.popup .item-popup .nhanmahotro-popup .btn-nhap {
    cursor: pointer;
    width: 40%;
    margin: 1vw auto;
}

.popup .item-popup .phanthuong-popup .row-gift {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup .item-popup .phanthuong-popup .row-gift .background {
    width: 78%;
}

.popup .item-popup .phanthuong-popup .row-gift .btn-nhan-thuong {
    width: 21%;
    cursor: pointer;
    filter: grayscale();
    cursor: not-allowed;
}

.popup .item-popup .phanthuong-popup .row-gift .btn-nhan-thuong.active {
    filter: unset;
    cursor: pointer;
}

/* popup-tab 3  */
.popup .item-popup .tab3-popup {
    font-size: 0.8vw;
    width: 70%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -53%);
    color: #000;
}

.popup .item-popup .tab3-popup p {
    margin: 0;
}

/* popup tab 4  */
.popup .item-popup .tab4-1-popup,
.popup .item-popup .tab4-2-popup,
.popup .item-popup .tab4-3-popup {
    font-size: 0.8vw;
    width: 70%;
    height: 75%;
    position: absolute;
    top: 60%;
    left: 53%;
    transform: translate(-50%, -53%);
    color: #000;
}

.popup .item-popup .tab4-1-popup .btn-tab4,
.popup .item-popup .tab4-2-popup .btn-tab4,
.popup .item-popup .tab4-3-popup .btn-tab4 {
    width: 40%;
    margin: 2vw auto;
    cursor: pointer;
}

.popup .item-popup .tab4-1-popup p,
.popup .item-popup .tab4-2-popup p,
.popup .item-popup .tab4-3-popup p {
    font-family: 'exo';
}

@media(max-width:767px) {

    /* active  */
    .popup .item-popup.active {
        transform: scale(1.45);
        margin-left: -9%;
    }

    /* thong-bao  */
    .popup .item-popup .thongbao-popup {
        font-size: 3vw;
    }

    /* the le  */
    .popup .item-popup .thele-popup {
        top: 17%;
    }

    .popup .item-popup .thele-popup .title-thele .col-4 button,
    .popup .item-popup .thele-popup .title-thele .col-3 button {
        padding: 0;
    }

    .popup .item-popup .thele-popup .tl-content {
        font-size: 2vw;
    }

    .thele-popup .line img {
        width: 50%;
    }

    /* đổi thưởng  */
    .popup .item-popup .doithuong-popup {
        width: 65%;
        left: 20%;
        top: 16%;
    }

    .popup .item-popup .doithuong-popup .item-doi-thuong .cot-1,
    .popup .item-popup .doithuong-popup .item-doi-thuong .cot-2 {
        font-size: 2vw;
    }

    .popup .item-popup .doithuong-popup .title .row-1,
    .popup .item-popup .doithuong-popup .title .row-2 {
        font-size: 2vw;
    }

    .popup .item-popup .doithuong-popup .line {
        width: 100%;
    	height: 1px;
    	background-color: #000;
    	margin: 0.5vw 0;
    	transform: scaleY(0.5);
    	transform-origin: top;
    }

    /* tab 3  */
    .popup .item-popup .tab3-popup {
        width: 80%;
    }

    .popup .item-popup .tab3-popup p {
        font-size: 1.9vw;
    }

    /* tab 4  */
    .popup .item-popup .tab4-1-popup,
    .popup .item-popup .tab4-2-popup,
    .popup .item-popup .tab4-3-popup {
        top: 55%;
    }

    .popup .item-popup .tab4-1-popup p,
    .popup .item-popup .tab4-2-popup p,
    .popup .item-popup .tab4-3-popup p {
        font-size: 2vw;
        margin-bottom: 0.5rem;
    }

    /* lich su  */
    .popup .item-popup .lichsu-popup table th {
        font-size: 2.3vw;
    }

    .popup .item-popup .lichsu-popup table td {
        font-size: 2vw;
    }

    .popup .item-popup .lichsu-popup .title-lichsu .col-3 button {
        font-size: 2vw;
    }

    .popup .item-popup .lichsu-popup .title-lichsu .col-3:nth-child(2) .tab-button,
    .popup .item-popup .lichsu-popup .title-lichsu .col-3:nth-child(3) .tab-button {
        font-size: 1.5vw;
    }

    /* nhan luot  */
    .popup .item-popup .nhanluot-popup {
        top: 12%;
    }

    .popup .item-popup .nhanluot-popup span{
        font-size: 2vw;
    }

    .popup .item-popup .nhanluot-popup .item-nhan-luot .cot-1,
    .popup .item-popup .nhanluot-popup .item-nhan-luot .cot-2 {
        font-size: 2.2vw;
    }

    .popup .item-popup .nhanluot-popup .line {
        margin: 1vw 0;
    }

    .popup .item-popup .nhanluot-popup .item-nhan-luot .cot-1 {
        width: 35%;
    }

    .popup .item-popup .nhanluot-popup .item-nhan-luot .cot-2 {
        width: 40%;
    }

    /* nhận mã hỗ trợ  */
    .popup .item-popup .nhanmahotro-popup p {
        font-size: 2.5vw;
        margin-bottom: 0.5rem;
    }

    .popup .item-popup .nhanmahotro-popup input[type="text"] {
        height: 4.5vw;
        font-size: 2.5vw;
    }

}