@media screen and (max-device-width: 640px) {
    .container {
        width: 100%;
    }
    .navCenter {
        display: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        padding-bottom: 50px;
    }
    .slideImg {
        width: 100%;
        height: 190px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);
    }
    .slick-dots li {
        width: 30px;
    }
    .gameName {
        font-size: 12px;
    }
    .gameCard .playHover {
        border-radius: 4px;
        padding: 2px 6px;
        text-align: center;
        width: 90%;
        font-size: 12px;
    }
    .newsImage {
        height: 200px;
    }
    .iconBank img {
        margin: 4px 0;
    }
    .navMenuBottom {
        display: flex;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        align-items: center;
        justify-content: space-around;
    }
    .navMenuBottom a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--text-content-color);
        font-size: 12px;
        padding: 6px 5px;
    }
    .navMenuBottom a img {
        margin-bottom: 4px;
        margin-top: 3px;
    }
    .login {
        border-radius: 20px 20px 0px 0px;
        bottom: -500px;
        width: 100%;
        z-index: -19;
    }
    .login.active {
        z-index: 99;
        opacity: 1;
        display: inline-block;
        bottom: 0;
        transform: translate(0, 0);
        left: 0;
        bottom: 0;
        top: inherit;
    }
    .btnNavBottom {
        border-radius: 8px 8px 0 0;
        margin: 0 0px;
    }
    .tabUserContent {
        padding: 0;
    }
    .detailLogin, .detailMoal {
        padding: 30px 20px;
    }
    .creditBox {
        padding: 0 5px;
    }

    .modalExtra {
        border-radius: 20px 20px 0px 0px;
        bottom: -500px;
        width: 100%;
        z-index: -19;
    }
    .modalExtra.active {
        z-index: 99;
        opacity: 1;
        display: inline-block;
        bottom: 0;
        transform: translate(0, 0);
        left: 0;
        bottom: 0;
        top: inherit;
    }

    .mobileModal {
        position: absolute;
        margin: 0;
        width: 100%;
        transform: translate(-50%, 0) !important;
        bottom: 0;
        left: 50%;
        min-height: auto;
    }

    .modal-content {
        border-radius: 20px 20px 0 0;
    }
    .icoClose {
        top: -60px;
    }
    .modal-footer {
        padding: 0;
    }
    .slideMenuRight.show {
        top: 0;
        left: inherit;
        width: 90%;
        margin-top: 0;
        transform: inherit;
        height: 100vh;
    }
    .btnSignout {
        margin-right: 0;
    }
    .imgHeaderPage img {
        width: 210px;
    }
    .titlePageHeader {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .subPageHeader {
        font-size: 16px;
        line-height: 26px;
    }
    .headerReferal {
        min-height: 200px;
    }
    .imgNews-lg {
        height: 300px;
    }
    .top0 {
        top: 0px !important;
    }
    .cardPromo {
        font-size: 14px;
    }
    .cardPromo h4 {
        font-size: 16px;
    }
    .pageCasino {
        width: 220px !important;
        top: 45px !important;
    }
    .pageSport {
        width: 255px !important;
    }
    .pageLotto {
        width: 216px !important;
    }

}