@media (max-width: 320px) {
    /* transaction */
    .container .swiper-transaction {
        padding: 16px 80px 16px 0;
    }
}
@media (max-width: 768px) {
    .lic-logo > ul > li img {
        width: 85px;
    }
}

@media (min-width: 440px) {
    /* footer */
    footer {
        padding-bottom: 0;
    }

    /* footer mobile */
    .footer-mobile {
        display: none;
    }
}

@media (min-width: 576px) {
    /* side menu */
    .side-menu {
        width: 28%;
    }
}

@media (min-width: 768px) {

    .content-center {
        padding-bottom: 0;
    }

    /* slot game  */
    .game-wrapper .row .col {
        width: 25%;
    }

    /* referral */
    .referral-qr {
        width: 70%;
        margin: 0 auto;
    }

    /* news */
    .news-card-inner {
        display: flex;
        justify-content: center;
        border-radius: 20px;
    }
    .news-card-inner .news-content {
        margin-left: 25px;
        margin-top: 0px;
        width: 75%;
    }
    .news-card .img-wrapper {
        width: 250px;
        height: auto;
        border-radius: 15px;
    }

    /*login page*/
    .login-div .custom-forgot-wrapper a,
    .login-div .form-check .form-check-input{
        font-size: 2.4vw;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
        background: url(../images/bg-desktop.png) top right no-repeat;
        background-position: 100% 110px;
        background-attachment: fixed;
    }
    body.modal-open {
        overflow: inherit !important;
    }

    .content-right {
        padding-left: 252px;
    }

    /* header */
    .top-left {
        min-width: 252px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    } 
    .top-right {
        padding-left: 252px;
    }
    .logo,
    .logo-font {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 16px;
    }
    .header-top {
        position: relative;
        padding: 12px 0;
    }
    .icon-nav {
        display: none;
    }
    .header-left-desktop {
        display: flex;
        align-items: center;
    }
    .language-wrapper {
        border: 1px solid #FFFFFF4D;
        border-radius: 30px;
    }
    .language-wrapper button.dropdown-toggle .country-name {
        display: none;
    }
    .language-wrapper button.dropdown-toggle {
        padding: 12px 16px;
        width: 75px;
    }
    .language-wrapper .dropdown-toggle::after {
        right: 16px;
    }
    .language-wrapper .dropdown-menu {
        left: 5px !important;
        right: inherit !important;
    }
    .icon-header-left {
        width: 46px;
        height: 46px;
        border: 1px solid #FFFFFF4D;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        margin-left: 6px;
    }
    .icon-header-left .icon{
        width: 22px;
    }
    .logo img {
        height: 52px;
    }
    .btn-login, .btn-register {
        font-size: 14px;
        padding: 10px 20px;
    }
    .btn-register {
        margin-left: 8px;
    }
    .time-date {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
        border-radius: 10px;
        border: 1px solid #FFFFFF4D;
        padding: 6px 16px;
        margin-left: 8px;
    }
    .time-wrapper {
        margin-bottom: 4px;
    }
    .date-wrapper {
        font-size: 12px;
        color: #97FFA0;
    }

    /* announcement */
    .announcement-content {
        height: 40px;
        font-size: 14px;
    }
    .announcement-left {
        padding: 2px 12px;
        margin-right: 8px;
    }

    /* transaction */
    .container .swiper-transaction {
        padding: 28px 0;
    }
    .single-transaction {
        padding: 10px 16px;
    }
    .transaction-details-left {
        width: 47%;
    }
    .transaction-details-right {
        width: 53%;
    }    
    .transaction-user {
        margin-right: 10px;
    }
    .transaction-user img {
        height: 45px;
    }
    .transaction-name {
        font-size: 14px;
    }
    .transaction-time {
        font-size: 12px;
    }
    .transaction-amount {
        font-size: 16px;
    }
    
    /* banner */
    .banner-mobile {
        display: none;
    }
    .banner-desktop {
        display: block;
    }
    .banner-desktop .swiper-banner, .banner-desktop img {
        border-radius: 20px;
    }
    .banner .swiper-pagination-bullet {
        width: 60px;
        height: 7px;
        border-radius: 10px;
    }

    /* menu */
    .menu-wrapper {
        padding: 16px 32px;
        border-radius: 20px;
        flex-direction: row;
        justify-content: space-between;
        margin: 20px 0;
    }
    .menu {
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        order: 2;
    }
    .menu > ul > li > a {
        padding: 0 12px;
    }
    .menu-icon , .menu-icon-active {
        width: 58px;
        height: 58px;
    }
    .menu-icon img , .menu-icon-active img {
        height: 28px;
    }
    .menu-text {
        font-size: 14px;
    }
    .menu-bottom {
        order: 1;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        margin-top: 0;
    }    
    .favourite {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }
    .search-game {
        margin-left: 24px;
        width: inherit;
    }
    .search-game .form-control {
        padding: 8px 8px 8px 16px;
    }
    .search-game .input-group-text {
        font-size: 16px;
        padding: 8px 20px;
    }
    .search-game .input-group-text::before {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    /* slot-menu */
    .slot-menu-wrapper {
        padding: 0;
    }
    .slot-menu-title {
        font-size: 25px;
    }
    .slot-menu-title img {
        height: 30px;
        margin-right: 12px;
    }
    .slot-menu {
        margin-top: 12px;
    }
    .slot-menu .swiper-slide {
        padding: 8px 0;
        flex-direction: column;
    }
    .slot-menu-pic img {
        height: 43px;
    }
    .slot-menu-name {
        display: block;
    }
    .slot-menu .swiper-button-next, .slot-menu .swiper-button-prev {
        top: -24px;
        width: 32px;
        height: 32px;
    }
    .slot-menu .swiper-button-prev {
        right: 36px;
    }
    .slot-menu .swiper-button-next::after, .slot-menu .swiper-button-prev::after {
        font-size: 18px;
    }
    
    /* slot game  */
    .game-wrapper {
        padding: 24px 0;
    }
    .game-wrapper .row .col {
        width: 16.66%;
    }
    .game-wrapper .row .col a:hover .game-hover {
        display: flex;
    }
    .game-wrapper .row .col a:hover .game-overlay {
        display: block;
    }
    .game-hot img {
        height: inherit;
    }
    .single-game .game-hover .favourite {
        font-size: 20px;
    }
    .single-game .game-hover .favourite:hover {
        color: #FFCC00;
    }
    .single-game .game-hover .game-play {
        font-size: 48px;
    }

    /* footer */
    footer {
        display: block;
    }
    .footer-title {
        font-size: 25px;
    }
    .social-logo {
        padding: 24px 0 32px;
    }
    .social-logo > ul > li {
        margin: 0 4px;
    }
    .social-logo > ul > li > a img {
        height: inherit;
    }
    .seo-inner {
        max-height: 280px;
        padding: 28px 32px;
    }
    .seo-inner::before {
        max-height: 100px;
        height: 100px;
    }
    .seo-title {
        font-size: 25px;
    }
    .seo-content {
        padding: 0 8px;
    }
    .lic-logo {
        padding: 32px 0;
    }
    .lic-logo > ul > li {
        margin-bottom: 0;
    }
    .lic-logo > ul > li img {
        height: inherit;
    }
    .footer-link {
        display: block;
        border-radius: 10px;
        background-color: #F1F4F5;
    }
    .footer-link > ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-link > ul > li > a {
        color: #55657E;
        display: inline-block;
        padding: 14px 32px;
    }
    .copyright {
        font-size: 14px;
        border-radius: 0;
        background-color: transparent;
        padding: 16px 16px;
        margin-bottom: 0;
    }

    /* side menu */
    .side-menu {
        width: 252px;
        top: 116px;
        right: inherit;
        padding: 12px 0 116px 12px;
        left: 0;
    }
    .side-menu .language-wrapper {
        display: none;
    }
    .side-menu-top {
        padding: 0 0 10px;
    }
    .side-menu-top > ul > li {
        margin-bottom: 10px;
    }
    .side-menu-top > ul > li > a {
        padding: 3px 0 0 16px;
    }
    .side-menu-title {
        font-size: 15px;
    }
    .side-menu-icon img {
        height: inherit;
    }
    .side-nav {
        padding: 12px;
        margin-bottom: 10px;
    }
    .side-nav > ul > li {
        margin-bottom: 8px;
    }
    .side-nav > ul > li > a {
        padding: 7px 8px;
    }
    .side-nav-icon, .side-nav-icon-active {
        margin-right: 12px;
    }
    .side-nav-icon img, .side-nav-icon-active img {
        height: 20px;
    }
    .side-nav-text {
        font-size: 14px;
    }
    .contact-wrapper {
        padding: 12px;
        margin-bottom: 10px;
    }
    .side-contact-title {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .side-contact > ul > li > a img {
        height: 46px;
    }
    .side-link {
        display: none;
    }

    /* login */
    .login-wrapper {
        flex-direction: row;
        justify-content: center;
        max-width: 1030px;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 48px 0;
    }
    .login-wrapper::before {
        display: none;
    }
    .pic-login {
        display: none;
    }
    .pic-login-desktop {
        display: flex;
        box-shadow: 0px 0px 6px #00000026;
        border-radius: 10px;
    }
    .pic-login-desktop img {
        border-radius: 10px;
    }
    .login-form {
        padding: 0 40px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 6px #00000026;
        border-radius: 10px;
        width: calc(100% - 468px);
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .login-form.register2 .login-form-title {
        margin-top: -100px;
    }
    .login-form-title {
        font-size: 26px;
    }
    .login-field {
        margin-bottom: 20px;
    }
    .form-label {
        font-size: 14px;
    }
    .login-field .input-group {
        height: 50px;
    }
    .login-field .input-group .form-control {
        font-weight: 600;
    }
    .tac-field .input-group .form-control {
        height: 50px;
    }
    .digit-field .input-group .form-control { 
        font-size: 16px;
    }
    .login-form-btn {
        padding-top: 28px;
    }
    .tac-wrapper .btn-sub {
        height: 50px;
        line-height: 50px;
    }

    /* logged in */
    .icon-header-right {
        width: 46px;
        height: 46px;
        border: 1px solid #FFFFFF4D;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        margin-right: 6px;
        position: relative;
    }
    .icon-header-right .small-number {
        position: absolute;
        top: -3px;
        right: -3px;
        font-size: 12px;
        font-weight: 700;
        background-color: #FB3721;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-member-wrapper .btn-deposit {
        padding: 6px 6px 6px 16px;
    }
    .btn-member-wrapper .btn-deposit .currency {
        font-size: 10px;
        top: -4px;
    }
    .btn-member-wrapper .btn-deposit .member-balance {
        font-size: 19px;
        margin: 0 8px;
        max-width: 64%;
    }
    .btn-member-wrapper .btn-deposit .icon-plus {
        width: 32px;
        height: 32px;
    }
    .btn-profile {
        padding: 2px 4px 2px 48px;
        margin-left: 6px;
    }
    .btn-profile .profile-name {
        display: block;
    }
    .btn-profile .profile-name::before {
        left: -12px;
        height: 22px;
        margin-right: 12px;
    }
    .btn-profile .profile-pic::before {
        display: none;
    }
    .btn-profile .profile-pic img {
        height: 40px;
    }
    .btn-profile .profile-pic .profile-level {
        display: block;
    }
    .btn-profile.dropdown-toggle::after {
        font-size: 10px;
        margin-left: 12px;
    }
    .btn-member-wrapper .dropdown-menu {
        min-width: 250px;    
    }
    .dropdown-member-top {
        display: none;
    }
    .member-menu > ul > li > a {
        padding: 6px 10px;
    }
    .member-menu > ul > li > a:hover {
        background-color: #F1F4F5;
    }
    .member-menu-icon {
        width: 26px;
    }
    .member-menu-icon img {
        height: 20px;
    }
    .member-menu-text {
        font-size: 14px;
    }
    .side-member-wrapper {
        padding: 8px;
        border-radius: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .side-member-wrapper .dropdown-member-top {
        display: flex;
        margin-bottom: 4px;
        border-radius: 0;
        padding: 0;
    }
    .side-member-wrapper .dropdown-member-pic {
        margin-right: 10px;
    }
    .side-member-wrapper .dropdown-member-pic > img {
        height: 38px;
    }
    .side-member-wrapper .dropdown-member-pic .profile-level {
        right: -10px;
    }
    .side-member-wrapper .dropdown-member-pic .profile-level > img {
        height: 28px;
    }
    .side-member-wrapper .dropdown-member-name {
        font-size: 16px;
    }
    .side-member-wrapper .btn-member-wrapper {
        width: 100%;
    }
    .side-member-wrapper .btn-member-wrapper .btn-deposit {
        width: 100%;
        padding: 4px 6px 4px 16px;
    }
    .side-member-wrapper .btn-member-wrapper .btn-deposit .icon-plus {
        margin-left: auto;
    }

    /* promotion */
    .promotion-wrapper {
        padding: 0 0 24px 0;
    }
    .promotion-wrapper ul {
        overflow-x: inherit;
        padding: 24px 0;
        justify-content: center;
    }
    .promotion-wrapper ul li {
        font-size: 16px;
        min-width: 125px;
        margin: 0 8px;
        border-radius: 30px;
    }
    .filter-content .grid .row {
        margin: 0 -12px;
    }
    .filter-content .grid .row .col {
        width: 33.33333333%;
        padding: 0 12px;
    }
    .promotion-single {
        margin-bottom: 24px;
        height: calc(100% - 24px);
    }
    .promotion-single-bottom {
        padding: 20px 24px;
    }
    .promotion-single-title {
        font-size: 18px;
    }
    .promotion-single-btn {
        font-size: 16px;
        min-width: 285px;
        padding: 10px 32px;
    }

    /* modal */
    .modal-dialog {
        max-width: 710px;
        height: inherit;
        background-color: inherit;
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin) * 2);
    }
    .modal-content {
        border-radius: 10px;
        height: initial;
    }
    .modal-header {
        height: 50px;
    }
    .modal-title {
        font-size: 22px;
        display: block;
        width: 100%;
    }
    .modal-body  {
        padding: 24px;
        margin: 0;
        border-radius: 0;
    }
    .modal-body .promotion-single {
        display: flex;
        flex-direction: row;
        border-bottom: 1px dashed #FFFFFF;
        margin-bottom: 16px;
        max-height: 213px;
        cursor: inherit;
    }
    .modal-body .promotion-single-top {
        width: 55%;
    }
    .modal-body .promotion-single-top .promotion-banner img {
        border-radius: 0;
    }
    .modal-body .promotion-single-bottom {
        padding: 0 20px 20px;
        width: 45%;
        border-bottom: 0;
        margin-top: inherit;
    }
    .modal-body .promotion-single-title {
        font-size: 20px;
    }
    .modal-body .promotion-single-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }
    .modal-body .promotion-rule {
        padding: 0;
    }
    .modal-header .btn-close {
        font-size: 30px;
    }
    .modal-header .btn-close:hover {
        opacity: .7;
    }
    .modal-body .table-responsive {
        padding: 0;
    }
    .promotion-rule {
        margin-bottom: 24px;
    }
    .promotion-rule-title {
        font-size: 18px;
    }
    .promotion-rule ul li {
        font-size: 16px;
    }
    .table-new {
        font-size: 16px;
    }
    .modal-body .table-new {
        margin: 0;
    }
    
    /* member */
    .member-page {
        display: flex;
        padding: 32px 0;
        max-width: 1280px;
        margin: 0 auto;
    }
    .menu-member {
        width: 220px;
    }
    .menu-member ul {
        flex-direction: column;
        align-items: flex-start;
        background-color: #FFFFFF;
        border-radius: 10px;
        margin: 0;
        padding: 8px 16px;
        box-shadow: 0px 3px 6px #00000029;
        overflow-x: inherit;
    }
    .menu-member ul li {
        list-style: none;
        border-right: 0;
        padding: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #CCCCCC;
        position: relative;
    }
    .menu-member ul li:last-child {
        border-bottom: 0;
    }
    .menu-member ul li a {
        margin: 0;
        color: #000000;
        font-size: 16px;
        width: 100%;
        justify-content: flex-start;
        padding: 20px 0;
        border: 0;
    }
    .menu-member ul li a.active, 
    .menu-member ul li a:hover {
        border: 0;
    }
    .menu-member ul li a.active::before, .menu-member ul li a:hover::before {
        content: "";
        width: 5px;
        height: 22px;
        background: #F28921;
        position: absolute;
        left: -16px;
        top: 8px;
    }
    .member-content {
        width: calc(100% - 220px);
        min-height: 350px;
    }
    .member-setting-title {
        border-bottom: 0;
        height: 40px;
    }
    .member-setting-text {
        font-size: 16px;
    }
    .menu-deposit-type {
        margin: 20px 0;
        padding: 0 32px;
    }
    .menu-deposit-type ul {
        overflow-x: inherit;
    }
    .menu-deposit-type ul li {
        margin: 0 4px;
        width: 25%;
    }
    .menu-deposit-type ul li a {
        font-size: 14px;
        padding: 0;
        min-width: 200px;
        height: 60px;
        flex-direction: row;
    }
    .statement-wrapper {
        padding: 12px 32px 32px;
    }
    .bank-detail-header {
        padding: 12px 0;
    }
    .bank-detail-body {
        padding: 10px 0;
    }
    .bank-wrapper .dropdown-toggle::after {
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }
    .member-content { 
        padding: 0 0 0 24px;
    }
    .member-detail {
        min-height: 350px;
    }
    .member-content.statement .menu-deposit-type.bonus ul li {
        width: 33.33%;
    }
    .menu-deposit-type ul {
        overflow-x: inherit;
    }
    .menu-deposit-type {
        margin-bottom: 20px;
    }
    .menu-deposit-type ul li {
        list-style: none;
        padding: 0;
        position: relative;
        height: 60px;
        border-radius: 5px;
        margin: 0 5px;
        background-color: #A6C4CB;
    }
    .menu-deposit-type ul li a:hover {
        color: #FFFFFF;
    }
    .menu-deposit-type ul li a {
        margin: 0;
        padding: 0;
        min-width: 200px;
        height: 60px;
        font-size: 14px;
        flex-direction: row;
        justify-content: center;
        border-radius: 5px;
        color: #FFFFFF;
    }
    .menu-deposit-type ul li a img {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .bank-detail {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .login-field {
        margin-bottom: 20px;
    }
    .bank-detail-header {
        font-size: 16px;
        padding: 12px 0;
    }
    .bank-detail-body { 
        font-size: 16px;
        padding: 10px 0;
    }
    .bank-detail-body .row {
        padding: 7px 0;
    }
    .member-detail .form-control {
        font-size: 16px;
        padding-left: 16px;
    }
    .member-detail .input-group .form-select {
        background-position: right 12px top 23px;
    }
    .deposit-amount-wrapper {
        margin-bottom: 16px;
    }
    .deposit-amount-wrapper .row {
        padding: 0 8px;
    }
    .deposit-amount-wrapper .col {
        margin-bottom: 8px;
        padding: 0 4px;
    }
    .deposit-amount-wrapper .col .select-amount {
        font-size: 18px;
        padding: 6px 8px;
    }
    .member-detail .form-check-label {
        font-size: 14px;
    }
    .member-detail-btn .btn-main, .member-detail-btn .btn-cancel {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 22px;
        min-width: 130px;
    }
    .bank-wrapper .dropdown-toggle {
        padding: 0.7rem 0.8rem;
        height: 50px;
        padding-left: 16px;
    }
    .bank-wrapper .dropdown-toggle::after {
        top: 23px;
    }
    .bank-wrapper .dropdown-item {
        font-size: 16px;
        padding: 0.55rem 0.8rem;
    }
    .bank-logo {
        margin-right: 10px;
    }
    .withdrawal-detail {
        font-size: 16px;
    }
    .withdrawal-description {
        padding: 0 0 12px;
    }
    .withdrawal-detail-body {
        padding: 10px 0 0;
    }
    .deposit-progress-text {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .progress-wrapper {
        margin-bottom: 24px;
    }
    .statement-mobile {
        display: none;
    }
    .statement-desktop {
        display: block;
    }
    .member-setting-left {
        position: relative;
        width: 215px;
    }
    .member-setting-right {
        width: calc(100% - 215px);
    }
    .user-setting {
        padding-top: 8px;
    }
    .user-setting .tac-wrapper .tac-field .btn-main {
        min-width: 160px;
        font-size: 16px;
    }
    .menu-deposit-type.bonus {
        margin-bottom: 0;
    }
    .menu-deposit-type.bonus ul li {
        height: 35px;
        width: 33.33%;
    }
    .menu-deposit-type.bonus ul li a {
        width: 100%;
    }

    /* profile */
    .profile-wrapper {
        margin-top: 8px;
    }
    .profile-wrapper .profile-top {
        padding: 16px 24px;
    }
    .profile-wrapper .profile-top .profile-top-left {
        width: 100%;
        max-width: 160px;
        height: inherit;
    }
    .profile-wrapper .profile-top .profile-top-left img {
        height: 93px;
        border: 10px solid #E6F1F3;
    }
    .profile-wrapper .profile-top .profile-top-left .profile-left-name {
        font-size: 22px;
    }
    .profile-wrapper .profile-top .profile-top-right {
        padding-left: 32px;
        padding-right: 8px;
        width: calc(100% - 160px)
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-name {
        font-size: 22px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level .level-name {
        font-size: 16px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level .progress {
        height: 15px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-more {
        font-size: 16px;
    }
    .profile-wrapper .profile-spin {
        margin: 24px 0;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol {
        display: flex;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li {
        padding: 5px 16px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li:first-child {
        margin-right: 8px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li:last-child{
        margin-left: 8px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li::before {
        right: 18px;
        font-size: 18px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-icon {
        margin-right: 16px;
    }
    .spin-wrapper-content > ol > li > a .spin-icon img {
        height: 48px;
    }
    .profile-wrapper .profile-spin .spin-wrapper-content > ol > li > a .spin-text {
        font-size: 18px;
    }
    .profile-wrapper .profile-balance .profile-balance-top, .profile-wrapper .profile-balance .profile-balance-bottom {
        padding: 0;
    }
    .profile-wrapper .profile-balance .profile-balance-bottom .row {
        margin: 0 -12px;
    }
    .profile-wrapper .profile-balance .profile-balance-bottom .row .col {
        padding: 0 12px;
    }
    .profile-wrapper .profile-balance .profile-balance-bottom .profile-balance-single {
        border-radius: 10px;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-title {
        font-size: 19px;
        padding: 8px 16px;
        border-radius: 10px 10px 0 0;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-value {
        font-size: 29px;
        padding: 8px 16px;
        border-radius: 0 0 10px 10px;
    }
    .profile-wrapper .profile-balance .profile-balance-top .profile-balance-value {
        font-size: 30px;
    }
    .profile-wrapper .menu-member {
        margin: 24px 0;
    }
    .profile-wrapper .menu-member ul {
        flex-direction: row;
    }
    .profile-wrapper .menu-member ul li {
        box-shadow: none;
        margin-right: 16px;
        margin-bottom: 0;
    }
    .profile-wrapper .menu-member ul li:last-child {
        margin-right: 0;
    }
    .profile-wrapper .menu-member ul li a {
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        padding: 10px 16px;
        justify-content: center;
    }
    .profile-wrapper .menu-member ul li a span {
        display: inline-block;
        margin-left: 10px;
    }
    .profile-wrapper .menu-member ul li a.active, 
    .profile-wrapper .menu-member ul li a:hover {
        background: transparent;
    }
    .profile-wrapper .profile-more {
        margin: 24px 0 0;
    }
    .profile-wrapper .profile-more > ul > li {
        margin-bottom: 8px;
    }
    .profile-wrapper .profile-more > ul > li::before {
        font-size: 18px;
        right: 16px;
    }
    .profile-wrapper .profile-more > ul > li > a {
        font-size: 18px;
        padding: 12px 16px;
    }
    .profile-top-right .btn-member-wrapper {
        margin: 8px 0;
    }
    .profile-top-text {
        font-size: 16px;
    }
    .profile-top-right .btn-member-wrapper .btn-deposit .currency {
        font-size: 29px;
    }
    .profile-top-right .btn-member-wrapper .btn-deposit .member-balance {
        font-size: 29px;
        margin: 0 16px;
        max-width: calc(100% - 122px);
    }
    .profile-leveling {
        padding: 64px 0 16px;
    }    
    .profile-level-top {
        top: -56px;
    }
    .profile-level-top > img {
        height: 100px;
    }
    .profile-level-text {
        font-size: 18px;
        padding: 2px 16px;
        min-width: 130px;
        margin-left: -36px;
    }
    .profile-level-content {
        padding: 24px;
    }
    .profile-content-row {
        line-height: 26px;
    }
    .profile-row-left {
        font-size: 14px;
    }
    .profile-row-right {
        font-size: 16px;
    }
    .profile-row-right .icon-check {
        height: 18px;
    }
    .profile-level-bottom {
        bottom: -18px;
    }    
    .profile-bottom-check {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .profile-bottom-lock {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .profile-leveling .swiper-button-prev,
    .profile-leveling .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .profile-leveling .swiper-button-prev:after,
    .profile-leveling .swiper-button-next:after {
        font-size: 12px;
    }
    .profile-leveling .swiper-button-prev {
        left: -16px;
    }
    .profile-leveling .swiper-button-next {
        right: -16px;
    }
        
    /* referral */
    .referral-wrapper {
        width: 941px;
        margin: 32px auto;
    }
    .referral-content {
        padding: 0 56px;
        margin-top: -16px;
    }
    .referral-qr {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 16px;
    }
    .referral-qr-code {
        padding: 16px;
        border-radius: 20px;
    }
    .referral-qr-code > img {
        height: 117px;
    }
    .referral-share-text {
        font-size: 16px;
    }
    .referral-qr-share {
        width: calc(100% - 149px);
        padding-right: 0;
    }
    .referral-share-link {
        padding: 10px;
    }
    .referral-link {
        padding: 13px 16px;
        border-radius: 10px;
        font-size: 16px;
        width: calc(100% - 190px);
    }
    .referral-btn {
        margin-left: 10px;
    }
    .btn-referral {
        width: 180px;
        font-size: 16px;
        padding: 13px 16px;
        border-radius: 10px;
    }
    .referral-detail {
        padding: 16px 0 48px;
        display: flex;
        flex-direction: row;
    }
    .referral-detail-single {
        flex: 1 0 0%;
        margin: 0 10px 0;
    }
    .referral-detail-top {
        font-size: 18px;
        padding: 10px 16px;
    }
    .statistic-single-top {
        font-size: 14px;
    }
    .btn-referral-detail {
        min-width: 170px;
    }
    .table-referral tr > th {
        font-size: 14px;
    }
    .table-referral tr > td {
        font-size: 14px;
    }

    /* about */
    .footer-page-content {
        font-size: 16px;
    }
    .info-content p {
        margin-bottom: 24px;
    }
    .table-info  {
        padding: 0 50px;
    }
    .table-info .table-new tr th, .table-new tr td {
        padding: 12px 20px;
    }
    .table-info.table-bank tr th, .table-info.table-bank tr td {
        padding: 8px 16px;
    }

    /* leaderboard */
    .leaderboard-wrapper {
        padding: 32px 0;
    }
    .leaderboard-title-mobile {
        display: none;
    }
    .leaderboard-title-desktop {
        display: block;
    }
    .leaderboard-title-desktop img {
        max-height: 92px;
    }
    .leaderboard-content {
        max-width: 941px;
        margin: 0 auto;
    }
    .leaderboard-list {
        padding: 148px 48px 40px;
    }
    .leaderboard-list > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .leaderboard-list > ul > li {
        max-width: 150px;
        padding: 16px 10px;
        position: relative;
    }
    .leaderboard-list > ul > li:first-child {
        margin: inherit;
        top: -24px;
        order: 2;
        margin: 0 12px;
    }
    .leaderboard-list > ul > li:nth-child(2), .leaderboard-list > ul > li:nth-child(3) {
        width: 33.33%;
        max-width: 170px;
        margin: 0;
    }
    .leaderboard-list > ul > li:nth-child(2) {
        top: -8px;
        order: 1;
    }
    .leaderboard-list > ul > li:nth-child(3) {
        order: 3;
    }
    .leaderboard-list > ul > li:nth-child(4) {
        order: 4;
    }
    .leaderboard-list > ul > li:nth-child(5) {
        order: 5;
    }
    .leaderboard-list > ul > li:nth-child(6) {
        order: 6;
    }
    .leaderboard-list > ul > li:nth-child(7) {
        order: 7;
    }
    .leaderboard-list > ul > li:nth-child(8) {
        order: 8;
    }
    .leaderboard-list > ul > li:nth-child(9) {
        order: 9;
    }
    .leaderboard-list > ul > li:nth-child(10) {
        order: 10;
    }
    .leaderboard-list > ul > li:nth-child(11) {
        order: 11;
    }
    .leaderboard-list > ul > li .leaderboard-details {
        margin-top: -36px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon > img {
        height: 44px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon img {
        margin: 0 16px 0 8px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .leaderboard-list > ul > li:first-child .leaderboard-details .player-icon .player-ranking {
        top: -85px;
        right: -50px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-name {
        font-size: 16px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper {
        padding: 0;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
        font-size: 22px;
        width: calc(100% - 40px);
    }
    .leaderboard-list > ul > li:nth-child(1) .leaderboard-details .player-point-wrapper .player-point {
        font-size: 24px;
    }
    .btn-favourite img {
        height: inherit;
    }
    .leaderboard-list > ul > li:nth-child(n+4) {
        max-width: 100%;
        padding: 10px 16px 10px 28px;
        margin-bottom: 10px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon .player-ranking {
        font-size: 16px;
        width: 40px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .player-point {
        font-size: 16px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-point-wrapper .btn-favourite {
        margin-left: 6px;
    }
    .leaderboard-list > ul > li:last-child {
        margin-bottom: 0;
    }
    .trophy {
        bottom: 20px;
    }
    .trophy > img {
        height: 84px;
    }
    .leaderboard-list > ul > li:nth-child(1) .trophy > img {
        height: 100px;
    }

    /* app download */
    .app-download, .download-bar {
        display: none;
    }

    /* vip */
    .vip-wrapper {
        max-width: 80%;
        padding: 32px 16px;
        margin: 0 auto;
    }
    .vip-head { 
        display: flex;
        flex-direction: row;
    }
    .vip-top {
        width: 70%;
        margin-bottom: 0;
        margin-right: 24px;
        border-radius: 20px;
    }
    .vip-top-left {
        width: 160px;
        padding: 16px 32px 32px;
    }
    .vip-top-right {
        width: calc(100% - 160px);
        padding-right: 40px;
    }
    .vip-left-level img {
        height: 95px;
    }
    .vip-level-text {
        margin-top: 0;
    }
    .vip-detail {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
        padding: 16px 32px;
    }
    .vip-detail-row {
        margin-bottom: 16px;
    }
    .vip-level {
        padding: 72px 0 16px;
    }    

    /* inbox */
    .inbox-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0;
    }
    .inbox-top {
        padding: 14px 20px;
    }
    .inbox-top-text {
        font-size: 16px;
    }
    .inbox-balance-amount {
        font-size: 29px;
    }
    .inbox-top-balance .icon-plus {
        width: 29px;
        height: 29px;
        font-size: 18px;
    }
    .bonus-category {
        padding: 24px 0 0;
    }
    .bonus-category-title {
        text-align: left;
        font-size: 16px;
        margin-bottom: 48px;
    }
    .bonus-category-wrapper {
        padding: 0;
    }
    .bonus-category-wrapper .row {
        margin: 0 -6px;
    }
    .bonus-category-wrapper .row .col {
        width: 20%;
    }
    .bonus-category-single {
        border-radius: 20px;
    }
    .bonus-category-pic {
        margin-top: -48px;
    }
    .bonus-category-pic img {
        height: 65px;
    }
    .bonus-category-name {
        font-size: 14px;
    }
    .bonus-category-value {
        font-size: 20px;
    }
    .bonus-transaction-head {
        padding: 16px 32px;
        text-align: left;
    }
    .bonus-transaction-body {
        padding: 24px 32px;
    }
    .bonus-transaction-note {
        font-size: 16px;
    }
    .bonus-transaction-mobile {
        display: none;
    }
    .bonus-transaction-desktop {
        display: block;
    }

    /* review  */
    .review-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0;
    }
    .title-page {
        font-size: 22px;
    }
    .data-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .level-status-wrapper {
        display: flex;
    }
    .level-status {
        margin-right: 20px;
    }
    .level-desc-row {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .level-desc {
        margin-top: 0;
    }
    .chart2-wrapper {
        width: 500px !important;
        margin-right: 15px;
    }
    .ranking-wrapper {
        padding-right: 30px;
        width: 50%;
    }

    /* livestream */
    .live-wrapper {
        margin-bottom: 16px;
    }
    .live {
        width: 560px;
        height: 315px;
    }

    /* news */
    .news-wrapper {
        max-width: 80%;
        margin: 0 auto;
        padding: 32px 0 16px;
    }

    /* text logo */
    .logo-font .logo-text {
        font-size: 38px;
    }

    /* rewards */
    @keyframes upDown {
        0%, 100% {
            bottom: 16px;
        }
        50% {
            bottom: 26px; 
        }
    }
    .reward img {
        height: 120px;
    }
}

@media (min-width: 1440px) {
    /* menu */
    .menu > ul > li > a {
        padding: 0 24px;
    }

    /* slot game */
    .game-wrapper .row .col {
        width: 14.28%;
    }

    /* referral */
    .statistic-single-top {
        white-space: nowrap;
    }
}

@media (min-width: 1824px) {
    .container {
        max-width: 1440px;
    }

    /* promotion */
    .promotion-wrapper {
        max-width: 1280px;
        margin: 16px auto;
    }
}