@charset "utf-8";
/* Place in your CSS file at the top of the document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
*,
.box_sizing_border_box,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e0ff00;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none
}

    *:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }


@font-face {
    font-family: 'fzantonround';
    src: url("../font/Fz-Anton-Round.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.f-fzantonround {
    font-family: 'fzantonround', sans-serif;
}


body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

body,
html {
    padding: 0;
    margin: 0;
    background: #0e003b;
    color: #fff;
}

ul {
    list-style: none;
    margin: 0
}

a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.wrapper {
    transform-origin: top left;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    width: 2000px;
}

.container1 {
    display: block;
    margin: 0 auto;
    width: 1530px;
    height: 100%;
    position: relative;
}

.frame {
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    margin: 0 auto;
}


.opacity-5 {
    opacity: 0.5;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

    .zoom:hover {
        transform: scale(1.1);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.zoom-50 {
    transition: transform .3s;
    /* Animation */
}

    .zoom-50:hover {
        transform: scale(1.05);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.zoom-20 {
    transition: transform .3s;
    /* Animation */
}

    .zoom-20:hover {
        transform: scale(1.02);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.brightness:hover {
    filter: brightness(1.2)
}

.section {
    position: relative;
    display: block;
    max-width: 100%
}

.section-background {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.section-content {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

@media (min-width: 2000px) {
    .wrapper {
        transform-origin: top left;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none !important
    }

    .mobile {
        display: block !important
    }

    .wrapper {
        width: 768px;
    }

    .container1 {
        width: 100%;
        max-width: 100%;
    }
}


.cursor-pointer {
    cursor: pointer;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.text-green {
    color: #e0ff00
}

/*----------------------------Header---------------------------------*/
.header {
    width: 100%;
    display: block;
    height: 66px;
    position: absolute;
    top: 0;
    z-index: 19;
}

    .header .logo-group .nav .nav-item:first-child {
        border-right: 1px solid #fff;
    }

    .header .time {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .header .time span {
            font-size: 28px;
            font-weight: 700;
            color: #e0ff00;
        }

    .header .menu-header {
        display: none;
    }

@media (max-width: 767px) {
    .header {
        height: 93px;
    }

        .header .time {
            display: none;
        }

        .header .menu-header {
            display: block;
        }

            .header .menu-header .dropdown-toggle::after {
                display: none;
            }

            .header .menu-header .dropdown-menu li {
                transform: scale(1.5);
                transform-origin: top center;
                margin-bottom: 16px;
            }

            .header .menu-header .dropdown-menu .account {
                width: 80%;
                margin: 0 auto 28px;
                font-size: 18px;
                text-align: center;
                background-color: #330590;
                padding: 4px;
                border-radius: 8px;
            }

                .header .menu-header .dropdown-menu .account .name {
                    width: 128px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: block;
                }
}

/*----------------------------Submenu---------------------------------*/
.submenu {
    position: absolute;
    top: 120px;
    z-index: 12;
    width: 100%;
}

    .submenu .nav-item .time {
        font-size: 28px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

        .submenu .nav-item .time span {
            font-size: 28px;
            color: #e0ff00;
            font-weight: 700;
        }

    .submenu .nav-item .huongdan {
        font-size: 32px;
        color: #6222e8;
        background-color: #ccff00;
        padding: 8px 48px;
        border-radius: 48px;
        font-family: 'fzantonround', sans-serif;
        text-transform: uppercase;
    }

    .submenu .nav-item .nav-link img {
        transform: scale(1.3);
        transform-origin: center;
    }

/*----------------------------frame 1---------------------------------*/
.section-frame1 {
    height: 1006px;
    overflow: hidden;
}

    .section-frame1 .slogan {
        position: absolute;
        width: 100%;
        z-index: 3;
        margin: 5% auto 0 auto;
        text-align: center;
    }

        .section-frame1 .slogan img {
            animation: blink 0.3s ease-in-out infinite;
        }

    .section-frame1 .play {
        display: block;
        font-size: 0px;
        background: url("../images/playvideo.png") no-repeat;
        background-size: contain;
        width: 107px;
        height: 107px;
        margin: 23% auto 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
    }

        .section-frame1 .play:hover {
            filter: brightness(1.2);
        }

    .section-frame1 .time-box {
        position: absolute;
        margin: 29% auto 0 39%;
        text-align: center;
        transition: 0.5s;
        -webkit-animation: sluk 5s linear infinite;
        animation: sluk 5s linear infinite;
    }

    .section-frame1 .location {
        display: flex;
        position: absolute;
        width: 70%;
        margin: 37% 0 0 32.5%;
        color: #ffffff;
        line-height: 30px;
    }

        .section-frame1 .location .image {
            text-align: right;
            margin: 0 1% 0 0;
        }

        .section-frame1 .location .image-right {
            position: relative;
        }

            .section-frame1 .location .image-right a {
                position: absolute;
                top: 0;
                right: 22px;
                width: 50px;
            }

        .section-frame1 .location .image:hover {
            filter: brightness(1.3);
            transition: 0.5s;
        }

        .section-frame1 .location .left {
            width: 18%;
            text-align: right;
            font-size: 39px;
            margin: 0 2% 0 0;
        }


        .section-frame1 .location .mid {
            width: 1px;
            background: #ffffff;
            margin-bottom: 10px;
        }

        .section-frame1 .location .right {
            width: 25%;
            text-align: left;
            font-size: 39px;
            margin: 0 0 0 2%;
        }

        .section-frame1 .location .thoigian {
            font-family: 'fzantonround', sans-serif;
            font-size: 58px;
            color: #ccff00;
            line-height: 60px;
        }

        .section-frame1 .location .thanhpho {
            font-size: 38px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .section-frame1 .location .diachi {
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .section-frame1 .tainghe {
        position: absolute;
        bottom: 180px;
        left: 150px;
        z-index: 12;
        animation: moveYDiv 5s infinite;
    }

    .section-frame1 .taycamgame {
        position: absolute;
        bottom: 280px;
        right: 400px;
        z-index: 12;
        animation: moveYDiv 5s 1s infinite;
    }


@media (max-width: 767px) {
    .section-frame1 {
        height: 1300px;
    }

        .section-frame1 .slogan {
            margin: 38% auto 0 auto;
        }

            .section-frame1 .slogan img {
                transform: scale(1.15);
            }

        .section-frame1 .tainghe,
        .section-frame1 .taycamgame {
            display: none;
        }

        .section-frame1 .play {
            margin: 90% auto 0;
            width: 148px;
            height: 148px;
        }

        .section-frame1 .time-box {
            margin: 116% auto 0 22%;
        }

            .section-frame1 .time-box img {
                transform: scale(1.4);
            }

        .section-frame1 .location {
            width: 100%;
            margin: 138% 0 0 7%;
        }

            .section-frame1 .location .left {
                width: 34%;
                text-align: right;
                font-size: 39px;
                margin: 0 2% 0 0;
            }

            .section-frame1 .location .right {
                width: 36%;
                text-align: left;
                font-size: 39px;
                margin: 0 0 0 2%;
            }

            .section-frame1 .location .image-right a {
                right: -48px;
            }
}

/*----------------------------frame 2---------------------------------*/
.section-frame2 {
    height: 900px;
    overflow: hidden;
}

    .section-frame2 .title {
        text-align: center;
        margin-top: 16px;
    }

    .section-frame2 .fd {
        animation: flutter 1.2s ease-in-out infinite alternate;
        -o-animation: flutter 1.2s ease-in-out infinite alternate;
        -ms-animation: flutter 1.2s ease-in-out infinite alternate;
        -moz-animation: flutter 1.2s ease-in-out infinite alternate;
        -webkit-animation: flutter 1.2s ease-in-out infinite alternate;
    }

    .section-frame2 .gift-group {
        width: 1306px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0 auto;
    }

        .section-frame2 .gift-group div {
            width: 100%;
            position: absolute;
            margin: 8% 0 0 0;
        }

            .section-frame2 .gift-group div:nth-child(2) {
                position: absolute;
                width: 100%;
                margin: 1% 0 0 20%;
            }

            .section-frame2 .gift-group div:nth-child(3) {
                position: absolute;
                width: 100%;
                margin: 4% 0 0 62%;
            }

        .section-frame2 .gift-group .img1 {
            width: 29%;
            height: auto;
        }

        .section-frame2 .gift-group .img2 {
            width: 54%;
            height: auto;
        }

        .section-frame2 .gift-group .img3 {
            width: 36%;
            height: auto;
        }

    .section-frame2 .gift-box {
        width: 1166px;
        position: absolute;
        bottom: 116px;
        left: 0;
        right: 0;
        z-index: 3;
        margin: 0 auto;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 3% 0 3%;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 5px;
}

.slide {
    transition: filter .4s;
    margin: 0px 5px;
    text-align: center;
    filter: brightness(1);
    cursor: pointer;
}

    .slide a:hover {
        transition: filter .4s;
        filter: brightness(1.5);
        text-decoration: none;
    }

.fas {
    color: #96bd0b;
}

.slick-prev {
    position: absolute;
    top: 35%;
    width: 27px;
    height: 51px;
    left: 0;
    background: url("../images/icon-prev.png") no-repeat;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    top: 35%;
    /*font-size: 1.8rem;*/
    width: 27px;
    height: 51px;
    right: 0;
    background: url("../images/icon-next.png") no-repeat;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
}

.gift-box .slide img {
    background-color: #6222e8;
}

.gift-box .slide:hover img {
    background: url(../images/bg-item-f2.png) no-repeat;
    background-size: 100% 100%;
}



@media (max-width: 767px) {
    .section-frame2 {
        height: 1394px;
    }

        .section-frame2 .gift-box {
            width: 100%;
            bottom: 72px;
        }

        .section-frame2 .gift-group div {
            margin: 46% 0 0 -6%;
        }

            .section-frame2 .gift-group div:nth-child(2) {
                margin: 3% 0 0 -6%;
            }

            .section-frame2 .gift-group div:nth-child(3) {
                margin: 48% 0 0 28%;
            }

        .section-frame2 .gift-group .img1 {
            width: 36%;
            height: auto;
        }

        .section-frame2 .gift-group .img2 {
            width: 64%;
            height: auto;
        }

        .section-frame2 .gift-group .img3 {
            width: 34%;
            height: auto;
        }
}

/*----------------------------frame 3---------------------------------*/
.section-frame3 {
    height: 1169px;
    overflow: hidden;
}

    .section-frame3 .title {
        text-align: center;
        margin-top: 48px;
    }

    .section-frame3 .game-giaidau {
        margin: 48px auto 0;
        justify-content: center;
    }

    .section-frame3 .live-giaidau {
        width: 791px;
        height: 72px;
        background: url(../images/bg-live.png) no-repeat;
        background-size: 100%;
        margin: 48px auto;
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .section-frame3 .live-giaidau .live-status {
            margin-left: 16px;
        }

        .section-frame3 .live-giaidau .live-ytb {
            margin-left: 48px;
        }

        .section-frame3 .live-giaidau .live-fb {
            margin-left: 8px;
        }

        .section-frame3 .live-giaidau .live-tiktok {
            margin-left: 8px;
        }

        .section-frame3 .live-giaidau .text-liveg a {
            margin-left: 24px;
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

        .section-frame3 .live-giaidau .live-liveg {
            margin-left: 24px;
        }

@media (max-width: 767px) {
    .section-frame3 {
        height: 1160px;
    }

        .section-frame3 .game-giaidau {
            justify-content: start;
            width: 100%;
            overflow: auto;
        }

            .section-frame3 .game-giaidau::-webkit-scrollbar {
                display: none;
            }

        .section-frame3 .game-giaidau {
            -ms-overflow-style: none;
            /* IE and Edge */
            scrollbar-width: none;
            /* Firefox */
        }

        .section-frame3 .live-giaidau {
            transform: scale(1.2);
            transform-origin: top left;
        }
}

/*----------------------------frame 4---------------------------------*/
.section-frame4 {
    height: 1262px;
    overflow: hidden;
}

    .section-frame4 .title {
        text-align: center;
        margin-top: 66px;
    }

    .section-frame4 .nghesi {
        margin: 0 auto;
    }

        .section-frame4 .nghesi .hcm,
        .section-frame4 .nghesi .hn {
            margin-top: -8px;
        }

            .section-frame4 .nghesi .hcm .title-hcm,
            .section-frame4 .nghesi .hn .title-hn {
                font-size: 36px;
                font-weight: 600;
                color: #ccff00;
                text-align: center;
                text-transform: uppercase;
                position: absolute;
            }

            .section-frame4 .nghesi .hcm .title-hcm {
                right: 0;
                top: 58px;
            }

            .section-frame4 .nghesi .hn .title-hn {
                left: 76px;
                top: 58px;
            }

@media (max-width: 767px) {
    .section-frame4 {
        height: 1806px;
    }

        .section-frame4 .list-nghesi {
            margin-top: 30px;
        }

            .section-frame4 .list-nghesi img {
                margin: 0 auto;
            }

        .section-frame4 .nghesi {
            margin: 0 auto;
            flex-direction: column;
        }

            .section-frame4 .nghesi .hcm .title-hcm {
                right: auto;
                top: 58px;
                left: 48px;
            }

            .section-frame4 .nghesi .hn .title-hn {
                left: 48px;
                top: 58px;
            }
}

/*----------------------------frame 5---------------------------------*/
.section-frame5 {
    height: 1037px;
    overflow: hidden;
}

    .section-frame5 .title {
        text-align: center;
        margin-top: 24px;
    }

    .section-frame5 .giftcode {
        width: 1126px;
        z-index: 3;
        margin: 48px auto;
    }

        .section-frame5 .giftcode .slick-slide img {
            text-align: center;
            margin: 0 auto;
        }

        .section-frame5 .giftcode .slide {
            margin-bottom: 24px;
        }

    .section-frame5 .btn2 {
        width: 60%;
        background: #ccff00;
        border-radius: 8px;
        color: #6222e8;
        font-size: 22px;
        margin: 0 auto;
        padding: 4px 16px;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
    }

        .section-frame5 .btn2:hover {
            color: #ccff00;
            background: #6222e8;
        }




@media (max-width: 767px) {
    .section-frame5 {
        height: 1141px;
    }

        .section-frame5 .giftcode {
            width: 100%;
            z-index: 3;
            margin: 72px auto 0;
        }

        .section-frame5 .title {
            transform: scale(1.4);
            transform-origin: top center;
        }
}

/*----------------------------frame 6---------------------------------*/
.section-frame6 {
    height: 1309px;
    overflow: hidden;
}

    .section-frame6 .title {
        text-align: center;
        margin-top: 80px;
    }

    .section-frame6 .taitro {
        margin-top: 100px;
    }

    .section-frame6 .taitrokhac {
        margin-top: 112px;
        transform: scale(.8);
    }


@media (max-width: 767px) {
    .section-frame6 {
        height: 1388px;
    }

        .section-frame6 .title {
            text-align: center;
            margin-top: 0;
            transform: scale(1.4);
            transform-origin: top center;
        }

        .section-frame6 .taitrokhac {
            width: 90%;
            margin: 400px auto 0;
            transform: scale(1);
        }

        .section-frame6 .taitro {
            margin-top: 150px;
        }
}

/*----------------------------frame 7---------------------------------*/
.section-frame7 {
    height: 365px;
}

    .section-frame7 .section-content .text-footer {
        font-size: 20px;
        color: #fff;
        padding: 48px 0;
        font-weight: 500;
    }

    .section-frame7 .section-content .logo-footer {
        padding-top: 24px;
    }

@media (max-width: 767px) {
    .section-frame7 {
        height: 400px;
    }

        .section-frame7 .section-content .logo-footer {
            padding-top: 32px;
        }

        .section-frame7 .section-content .text-footer {
            padding: 48px 0;
            font-size: 26px;
        }
}

/*----------------------------Menu right---------------------------------*/

.menu-fixed-right {
    position: fixed;
    top: 5vw;
    right: 0%;
    width: 216px;
    z-index: 700;
    -webkit-animation: showMenuLeft 2s ease-in-out forwards;
    -moz-animation: showMenuLeft 2s ease-in-out forwards;
    animation: showMenuLeft 2s ease-in-out forwards;
    margin: 0 auto;
    text-align: center;
}

    .menu-fixed-right .account {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

        .menu-fixed-right .account .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 158px;
            display: block;
        }

    .menu-fixed-right .top-menu {
        width: 216px;
        margin: 0;
    }

        .menu-fixed-right .top-menu .menu {
            display: inline-block;
            margin: 0 5% 0 0;
            max-width: 54px;
            background-size: contain;
        }

            .menu-fixed-right .top-menu .menu.fanpage:hover {
                background: url('../images/icon-fb-hover.png') no-repeat;
                background-size: contain;
                filter: brightness(1.3);
            }

            .menu-fixed-right .top-menu .menu.home:hover {
                background: url('../images/icon-home-hover.png') no-repeat;
                background-size: contain;
                filter: brightness(1.3);
            }

            .menu-fixed-right .top-menu .menu.youtube:hover {
                background: url('../images/icon-ytb-hover.png') no-repeat;
                background-size: contain;
                filter: brightness(1.3);
            }

            .menu-fixed-right .top-menu .menu:hover img {
                opacity: 0;
            }

.menu-right {
    background: none;
    padding-bottom: 0px;
    padding-top: 16px;
    animation: totter 3s ease-in-out forwards;
    animation-iteration-count: infinite;
}

    .menu-right ul {
        margin: 0;
        padding: 0;
    }

        .menu-right ul li a.active img:first-child {
            display: none !important;
        }

        .menu-right ul li a.active img:last-child {
            display: block !important;
        }

        .menu-right ul li {
            margin-bottom: 8px;
            list-style-type: none;
        }

            .menu-right ul li a {
                position: relative;
                display: block;
            }

            .menu-right ul li .diemtichluy {
                text-shadow: 1px 1px 6px rgba(0, 228, 255, .6), -1px -1px 6px rgba(0, 228, 255, .6);
            }

.img_hv > img:last-child {
    display: none;
    margin: 0 auto;
}

.img_hv:hover img:first-child {
    display: none;
}

.img_hv:hover img:last-child {
    display: inline-block;
    margin: 0 auto;
}

/*----------------------------Modal---------------------------------*/
.modal-thongbao {
    max-width: 640px;
}

.modal-thongtin {
    max-width: 800px;
}

.modal-content {
    background-color: #ccff00;
    border-radius: 16px;
    transform: skewX(5deg) rotateZ(3deg);
}

.modal-thongtin .modal-main {
    font-size: 18px;
}

.modal-main {
    background-color: #330590;
    transform: skewX(-5deg) rotateZ(-3deg);
    padding: 8px;
    border-radius: 16px;
    font-size: 22px;
}

.btn-close {
    background: transparent;
    width: 54px;
    position: absolute;
    top: -24px;
    right: -24px;
    opacity: 1;
}

.modal-header h4 {
    background: url(../images/bg-title-popup.png) no-repeat;
    background-size: 100%;
    width: 555px;
    height: 91px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 53px;
    color: #ccff00;
    font-family: 'fzantonround', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

.modal-body .maduthuong {
    font-size: 64px;
    font-weight: bold;
    color: #ccff00;
    text-align: center;
}

.modal-body .modal-scroll {
    max-height: calc(100vh * 0.66);
    overflow-y: auto;
}

.modal-body .frame-maduthuong {
    background-color: #621dea;
    border-radius: 16px;
    padding: 24px;
    margin: 24px auto;
}

.modal-body .btn-thamgia {
    text-align: center;
    margin: 24px auto;
}

    .modal-body .btn-thamgia a {
        font-family: 'fzantonround', sans-serif;
        font-size: 40px;
        background-color: #ccff00;
        color: #621dea;
        padding: 4px 48px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 16px;
    }

.modal-body .frame-chongame {
    margin-top: 24px;
}

    .modal-body .frame-chongame .form-select {
        border-radius: 48px;
        background-color: #050041;
        border: 1px solid #fff;
        color: #a5a3b1;
        font-size: 22px;
    }

.modal-body .form-thongtindangky {
    position: relative;
    font-size: 18px;
}

    .modal-body .form-thongtindangky .btn-otp {
        background-color: #ccff00;
        font-size: 16px;
        color: #621dea;
        padding: 8px 16px;
        border-radius: 8px;
        font-family: 'fzantonround', sans-serif;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .modal-body .form-thongtindangky .countdown {
        line-height: 40px;
    }

    .modal-body .form-thongtindangky small {
        font-size: 12px;
    }

    .modal-body .form-thongtindangky .form-control,
    .modal-body .form-thongtindangky .form-select {
        background-color: #621dea;
        border: none;
        padding: 8px;
        font-size: 18px;
        color: #fff;
    }

        .modal-body .form-thongtindangky .form-control::placeholder,
        .modal-body .form-thongtindangky .form-select::placeholder {
            color: #bba8f5;
            opacity: 1;
            /* Firefox */
        }

        .modal-body .form-thongtindangky .form-control::-ms-input-placeholder,
        .modal-body .form-thongtindangky .form-select::placeholder {
            /* Edge 12 -18 */
            color: #bba8f5;
        }


@media (max-width: 767px) {
    .btn-close {
        width: 36px;
        top: 0;
        right: 0;
    }

    .modal-header h4 {
        font-size: 28px;
        width: 100%;
        height: 48px;
    }

        .modal-header h4 img {
            width: 24px;
        }

    .modal-thongtin .modal-main {
        font-size: 14px;
    }

    .modal-main {
        font-size: 18px;
    }

    .modal-body .maduthuong {
        font-size: 42px;
    }

    .modal-body .btn-thamgia a {
        font-size: 20px;
        padding: 2px 48px;
    }

    .modal-body .icon-checkin img {
        width: 72px;
        margin: 0 auto;
    }

    .modal-body .frame-chongame .form-select {
        font-size: 14px;
    }

    .modal-body .form-thongtindangky,
    .modal-body .form-thongtindangky .form-control,
    .modal-body .form-thongtindangky .form-select {
        font-size: 14px;
    }

        .modal-body .form-thongtindangky .btn-otp {
            padding: 6px 2px;
            font-size: 12px;
        }

        .modal-body .form-thongtindangky .countdown {
            padding: 0 4px;
        }

        .modal-body .form-thongtindangky .row .col-7,
        .modal-body .form-thongtindangky .row .col-4 {
            padding: 0;
        }

        .modal-body .form-thongtindangky .btn-thamgia a {
            padding: 6px 48px;
        }

    /* 	.modal-body .modal-scroll::-webkit-scrollbar {
		display: none;
	}
	.modal-body .modal-scroll {
		-ms-overflow-style: none;
		scrollbar-width: none;
	} */
}

/*----------------------------Animation---------------------------------*/
.pulse1 {
    animation-name: pulse1;
    -webkit-animation-name: pulse1;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse1 {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.99);
        opacity: 1;
        transform-origin: center center;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        transform-origin: center center;
    }

    100% {
        transform: scale(0.99);
        opacity: 1;
        transform-origin: center center;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

.pulse-reverse:hover,
.pulse-reverse:focus {
    -webkit-animation-name: pulse-reverse;
    animation-name: pulse-reverse;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    filter: saturate(1);
}

@-webkit-keyframes pulse-reverse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse-reverse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.blink {
    animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
        filter: brightness(1.2);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        filter: brightness(1.2);
    }

    100% {
        opacity: 1;
    }
}

.blink1 {
    animation: blink1 1s ease-in-out infinite;
}

@keyframes blink1 {
    0% {
        opacity: .1;
        filter: brightness(1.2);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink1 {
    0% {
        opacity: 1;
        filter: brightness(1.2);
    }

    100% {
        opacity: 1;
    }
}

@keyframes moveYDiv {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveYDiv {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveYDiv1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveYDiv1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes sluk {

    0%, 20%, 33%, 60%, 64%, 66%, 69%, 73%, 75%, 90%, 93%, 100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }

    21%, 81% {
        -webkit-transform: skew(20deg, 0deg);
        transform: skew(20deg, 0deg);
    }

    22%, 82% {
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    61% {
        -webkit-transform: skew(15deg);
        transform: skew(15deg);
    }

    62% {
        -webkit-transform: skew(-15deg, -8deg);
        transform: skew(-15deg, -8deg);
    }

    65% {
        -webkit-transform: skew(15deg, -8deg);
        transform: skew(15deg, -8deg);
    }

    70% {
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }

    74% {
        -webkit-transform: skew(15deg, -15deg);
        transform: skew(15deg, -15deg);
    }
}

@keyframes sluk {

    0%, 20%, 33%, 60%, 64%, 66%, 69%, 73%, 75%, 90%, 93%, 100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }

    21%, 81% {
        -webkit-transform: skew(20deg, 0deg);
        transform: skew(20deg, 0deg);
    }

    22%, 82% {
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    61% {
        -webkit-transform: skew(15deg);
        transform: skew(15deg);
    }

    62% {
        -webkit-transform: skew(-15deg, -8deg);
        transform: skew(-15deg, -8deg);
    }

    65% {
        -webkit-transform: skew(15deg, -8deg);
        transform: skew(15deg, -8deg);
    }

    70% {
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
    }

    74% {
        -webkit-transform: skew(15deg, -15deg);
        transform: skew(15deg, -15deg);
    }
}

@keyframes showMenuLeft {
    0% {
        opacity: 0;
        right: -10px;
    }

    33% {
        opacity: 0;
        right: -10px;
    }

    100% {
        opacity: 1;
        right: 1%;
    }
}

@keyframes flutter {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 5px);
    }
}

@-o-keyframes flutter {
    0% {
        -o-transform: translate(0, 0);
    }

    100% {
        -o-transform: translate(0, 2px);
    }
}

@-ms-keyframes flutter {
    0% {
        -ms-transform: translate(0, 0);
    }

    100% {
        -ms-transform: translate(0, 2px);
    }
}

@-moz-keyframes flutter {
    0% {
        -moz-transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(0, 2px);
    }
}

@-webkit-keyframes flutter {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(0, 2px);
    }
}

.delay-1 {
    animation-delay: .2s !important;
    -webkit-animation-delay: .2s !important;
}

.delay-2 {
    animation-delay: .4s !important;
    -webkit-animation-delay: .4s !important;
}

.delay-3 {
    animation-delay: .6s !important;
    -webkit-animation-delay: .6s !important;
}

.delay-4 {
    animation-delay: .8s !important;
    -webkit-animation-delay: .8s !important;
}

.delay-5 {
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}

.delay-6 {
    animation-delay: 1.2s !important;
    -webkit-animation-delay: 1.2s !important;
}

.delay-7 {
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}
