@media (max-width: 420px) {
    .download-bar .logo-app img {
        height: 32px;
    }

    /* header login */
    .header-left .logo img {
        height: 32px;
    }

    .btn-login, .btn-register, .btn-cancel {
        min-width: 65px;
    }
}

@media (max-width: 350px) {
    .download-bar .logo-app img {
        height: 25px;
    }

    /* header login */
    .header-left .logo img {
        height: 25px;
    }

    .btn-login, .btn-register, .btn-cancel {
        min-width: 62px;
    }
}
 @media (min-width: 420px) {   
    /*partner*/
    #modal-partner .modal-content{
        padding: 25px;
    }
    .partner-logo-wrapper .partner-logo{
        margin: 10px;
        width:calc(25% - 20px);
    }
}
@media (min-width: 576px) {
    /* contact */
    .contact-content ul {
        max-width: 410px;
        margin: 0 auto;
    }

    /* announcement */
    #annModal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    /* home */
    .products-category {
        flex-direction: row;
        align-items: center;
    }
    .btn-favourite {
        margin: 0 10px;
    }

    /* open close search */
    .input-box.open {
        max-width: 250px;
    }

    /* 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;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    body.modal-open {
        overflow: inherit !important;
    }
    .container-fluid, .container {
        width: 90%;
    }
    .content-wrapper {
        padding-bottom: 0;
    }
    .content-right {
        padding-left: 250px;
    }
    .content-page {
        padding: 60px 0;
    }

    /* header login */
    .icon-nav {
        display: none;
    }
    .header {
        height: 78px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .header .container-fluid {
        width: 100%;
    }
    .header-left {
        padding-left: 0;
    }
    .header-left .logo img {
        height: 60px;
    }
    .header-right-top {
        margin-bottom: 4px;
    }
    .header.logged-in .header-right-top {
        margin-bottom: 0;
    }
    .header-login {
        display: flex;
    }
    .header-login .login-field {
        margin-bottom: 0;
    }
    .header-login .login-field .input-group {
        height: 35px;
    }
    .header-login .login-field .input-group .form-control {
        font-size: 14px;
    }
    .header-login .login-field:nth-child(2) {
        margin-left: 10px;
    }
    .btn-wrapper .btn-login, .btn-wrapper .btn-register {
        height: 35px;
        min-width: 100px;
        margin-left: 10px;
        font-size: 14px;
        position: relative;
        transition: 0.08s ease-in;
    }
    .btn-wrapper .btn-login:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 100%;
        right: 0;
        top: 0;
        transition: left 0.09s ease-in;
        border-radius: 10px 0px;
    }
    .btn-wrapper .btn-login:hover:before {
        left: 0;
    }
    .btn-wrapper .btn-register:hover {
        opacity: .85;
    }
    .header-right .language-wrapper {
        display: none;
    }
    .language-wrapper button.dropdown-toggle, .language-wrapper .btn.show, .btn:first-child:active {
        width: 50px;
        position: relative;
        padding-right: 16px;
    }
    .language-wrapper button.dropdown-toggle .country-name {
        display: none;
    }
    .language-wrapper .dropdown-menu .dropdown-item {
        margin-bottom: 10px;
    }
    .country-name {
        display: block;
    }
    .language-wrapper .dropdown-toggle::after {
        right: 3px;
    }
    .country-flag {
        margin-right: 10px;
    }
    .country-flag img {
        width: 22px;
    }
    .header-right-bottom {
        display: flex;
    }
    .header.logged-in .header-right-bottom {
        align-items: center;
        justify-content: flex-end;
    }

    /* announcement */
    .announcement-wrapper {
        padding-left: 250px;
    }
    .announcement-wrapper .container-fluid {
        padding: 0 6px;
        max-width: 100%;
        width: 100%;
    }
    .announcement-content {
        height: 32px;
        font-size: 14px;
    }
    .announcement-left {
        font-weight: 600;
        padding: 2px 10px;
    }
    .announcement-right {
        padding-left: 10px;
    }

    /* banner */
    .banner-mobile {
        display: none;
    }
    .banner-desktop {
        display: block;
    }
    .banner-desktop .swiper-banner, .banner-desktop img {
        border-radius: 15px;
    }
    .banner .swiper-pagination {
        height: 22px;
        bottom: 24px !important;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .banner-desktop .swiper-button-next, .banner-desktop .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .banner-desktop .swiper-button-prev {
        left: -56px;
    }
    .banner-desktop .swiper-button-next {
        right: -56px;
    }
    .banner-desktop .swiper-button-next:after, .banner-desktop .swiper-button-prev:after {
        font-size: 18px;
    }

    /* menu */
    .menu {
        top: 78px;
        width: 250px;
        border-right: 1px solid #FFFFFF25;
        display: block;
        left: 0;
    }
    .menu .container {
        padding: 0;
        width: 100%;
    }
    .menu-group {
        padding: 20px 0 10px;
    }
    .menu-title {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .menu .menu-group > ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .menu .menu-group > ul > li {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        position: relative;
    }
    .menu .menu-group > ul > li.active::after, .menu .menu-group > ul > li:hover::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 55px;
    }
    .menu .menu-group > ul > li > a {
        flex-direction: row;
        height: 55px;
        padding: 0 16px;
    }
    .menu .menu-group > ul > li > a .menu-icon {
        width: 26px;
        margin-right: 12px;
        line-height: 1;
        text-align: center;
    }
    .menu .menu-group > ul > li > a .menu-icon img {
        height: 25px;
    }
    .menu .menu-group > ul > li > a .menu-text {
        margin-top: 0;
    }
    .menu-top {
        display: none;
    }
    .menu-group ul.menu-game {
        flex-direction: column;
        padding: 0;
    }
    .menu-group ul.menu-game li a .menu-text {
        text-align: left;
    }    

    /* home */
    .products-category {
        border-radius: 15px;
        padding: 15px;
        margin: 16px auto;
    }
    .category-game {
        margin-bottom: 0;
    }
    .category-game > ul > li {
        width: inherit;
        border: 0;
        margin: 0 8px;
    }
    .category-game > ul > li > a {
        flex-direction: row;
        padding: 6px 16px;
    }
    .category-game > ul > li > a .menu-icon img {
        height: 30px;
    }
    .category-game > ul > li > a .menu-text {
        font-size: 16px;
        margin-top: 0;
        margin-left: 8px;
    }
    .btn-favourite {
        border: 0;
        border-radius: 50%;
        color: rgba(255, 255, 255, .5);
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    /* open close search  */
    .input-box {       
        border-radius: 30px;
        height: 40px;
    }
    .input-box.open {
        margin: 0;
    }
    .input-box.open .search {
        border-radius: 30px 0 0 30px;
    }
    .input-box input {
        border-radius: 30px;
    }
    .input-box .search {
        border-radius: 30px;
        width: 40px;
    }
    .input-box .form-control:focus {
        border-radius: 30px;
    }
    .input-box .close-icon {
        display: none;
    }
    .slot-menu-wrapper {
        position: relative;
    }
    .slot-menu {
        padding: 4px 0;
    }
    .slot-menu .swiper-slide {
        padding: 2px 16px;
        border: 1px solid transparent;
        border-radius: 10px;
    }
    .slot-menu-pic img {
        height: 40px;
    }
    .slot-menu .swiper-button-prev, .slot-menu .swiper-button-next {
        display: flex;
        z-index: 2;
    }
    .slot-menu .swiper-button-prev::after {
        font-size: 13px;
        line-height: 1;
        position: absolute;
        left: -50px;
        transition: all 0.3s;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        z-index: 1;
        content: '\f053';
    }
    .slot-menu .swiper-button-next::after {
        font-size: 13px;
        line-height: 1;
        position: absolute;
        right: -50px;
        transition: all 0.3s;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        z-index: 1;
        content: '\f054';
    }
    .slot-menu .swiper-button-next::after, .slot-menu .swiper-button-prev::after {
        font-size: 24px;
        color: #FFFFFF4D;
    }
    .slot-single-outer {
        padding: 3px;
        height: calc(100% - 4px);
    }
    .slot-single {
        position: relative;
    }
    .slot-single-bottom {
        font-size: 15px;
        height: 47px;
        font-weight: 600;
    }
    .hotgame-hover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .hotgame-hover-btn {
        min-width: 120px;
        height: 35px;
        font-size: 14px;
    }
    .slot-single:hover .hotgame-hover {
        display: flex;
    }
    .slot-single:hover .slot-single-top .hotgame-overlay {
        display: block;
        background-color: #00000080;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px 0 20px 0;
    }
    .slot-single-bottom img {
        height: 33px;
        margin-right: 10px;
    }
    .hotgame-favourite .btn-favourite {
        font-size: 24px;
    }    
    .hotgame-favourite .btn-favourite.selected::before, .hotgame-favourite .btn-favourite:hover::before {
        -webkit-text-stroke-width: 3px;
    }
    .game-list {
        justify-content: center;
        padding: 32px 0;
        margin: 0 -10px;
    }
    .game-list .col-4 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    /* seo */
    .seo-wrapper {
        display: block;
    }
    .seo-content {
        font-size: 14px;
    }
    .btn-seo {
        display: flex;
    }
    /* footer desktop */
    .footer {
        display: block;
    }

    /* footer mobile */
    .footer-mobile {
        display: none;
    }

    /* player  */
    .player-transaction {
        right: 32px;
        bottom: 32px;
    }

    /* login page */
    .login-wrapper {
        flex-direction: row;
        justify-content: center;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
    }
    .login-wrapper::before {
        display: none;
    }
    .pic-login {
        padding: 14px;
    }
    .login-form {
        margin: inherit;
        padding: 28px;
    }
    .pic-login, .login-form {
        position: relative;
        border-radius: 10px;
        width: 48.5%;
    }
    .pic-login::before, .login-form::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        background: transparent linear-gradient(180deg, #FFFFFF26 0%, #FFFFFF00 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px 10px 0px 0px;
    }
    .login-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 32px;
    }
    .description-header {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .description-title {
        font-size: 16px;
    }
    .description-content {
        display: flex;
        flex-direction: row;
        padding: 16px 0 32px;
        width: 100%;
        justify-content: space-evenly;    
    }
    .description-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }
    .description-content-icon {
        margin-bottom: 10px;
    }
    .description-content-text {
        font-size: 16px;
        text-align: center;
    }
    .login-form-title {
        font-size: 26px;
    }
    .login-field {
        margin-bottom: 20px;
    }
    .form-label {
        font-size: 14px;
    }
    .input-group {
        height: 50px;
    }
    .login-form-btn {
        padding-top: 28px;
    }
    .login-form .btn-main, .login-form .btn-sub {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        min-width: 160px;
    }

    /* register */
    .login-wrapper .input-group-text, .input-group-text .form-select, .input-group-text .form-select:focus {
        font-size: 16px;
        width: 76px;
    }
    .pic-register {
        display: flex;
    }
    .pic-register img {
        border-radius: 10px 0 0 10px;
    }
    .tac-field .input-group, .digit-field .input-group {
        height: 50px;
    }
    .tac-field .form-control, .digit-field .form-control {
        height: 50px;
    }
    .digit-field .input-group {
        width: 50px;
    }
    .login-form .btn-main, .login-form .btn-sub {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .tac-wrapper .btn-main {
        width: 122px;
        height: 50px;
        line-height: 50px;
    }
    .tac-text, .digit-text {
        font-size: 18px;
    }
    .digit-text-small {
        font-size: 11px;
        text-align: center;
    }

    /* member */
    .member-wrapper {
        min-height: 46px;
        border-right: 1px solid #FFFFFF20;
        margin: 0 20px;
        padding: 0 20px;
    }
    .member-left {
        display: block;
    }
    .header-user {
        padding: 1px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .header-user-inner {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-user-inner img {
        height: 38px;
    }
    .member-top {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .member-bottom span:first-child {
        font-size: 10px;
    }    
    .member-bottom span:nth-child(2) {
        font-size: 16px;
    }
    .header-btn-deposit {
        flex-direction: row;
        min-width: 120px;
        font-size: 14px;
        border-radius: 10px 0px;
        display: flex;
    }
    .header-btn-deposit:hover .fa-circle-plus {
        transform: scale(1.2);
    }
    .header-btn-deposit .fa-circle-plus {
        margin-bottom: 0;
        margin-left: 6px;
        order: 1;
        transition: all 0.3s;
    }
    .header.logged-in .timezone {
        font-size: 14px;
    }
    .logout {
        font-size: 18px;
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 5px;
        margin-left: 12px;
    }
    .logout:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

    /* promotion */
    .promotion-wrapper {
        padding: 40px 0;
    }
    .promotion-wrapper ul {
        overflow-x: inherit;
        margin: 0 0 24px;
    }
    .promotion-wrapper ul li {
        line-height: 22px;
        font-size: 16px;
    }
    .promotion-single {
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
    }
    .promotion-single-top {
        width: 50%;
    }
    .promotion-banner img {
        border-radius: 10px 0 0 10px;
    }
    .promotion-single-bottom {
        width: 50%;
        padding: 20px 40px;
        border-radius: 0 10px 10px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .promotion-single-title {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .promotion-single-subtitle {
        font-size: 16px;
        max-height: 20px;
        overflow: hidden;
    }
    .promotion-single-btn {
        font-size: 16px;
        height: 42px;
        margin-top: auto;
    }

    /* 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: 56px;
    }
    .modal-title {
        font-size: 22px;
        display: block;
        width: 100%;
    }
    .modal-body  {
        padding: 24px;
        margin: 0;
        border-radius: 0;
    }
    .modal-body .promotion-single {
        flex-direction: column;
    }
    .modal-body .promotion-single-top {
        width: inherit;
    }
    .modal-body .promotion-single-top .promotion-banner img {
        border-radius: 10px;
    }
    .modal-body .promotion-single-bottom {
        padding: 20px 0;
        width: inherit;
    }
    .modal-body .promotion-single-title {
        font-size: 22px;
    }
    .modal-body .promotion-single-subtitle {
        font-size: 16px;
    }
    .modal-body .promotion-rule {
        padding: 0;
    }
    .modal-header .btn-close {
        font-size: 30px;
    }
    .promotion-rule {
        margin-bottom: 24px;
    }
    .promotion-rule-title {
        font-size: 18px;
    }
    .promotion-rule ul li {
        font-size: 16px;
    }
    .table-new {
        font-size: 16px;
        margin: 0;
    }
    .modal-body .table-new {
        margin: 0;
    }

    /* contact */
    .contact-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .contact-pic {
        display: block;
        margin-right: 16px;
    }
    .contact-content {
        width: 40%;
        margin: 0;
    }
    .contact-content ul li {
        margin-bottom: 20px;
    }
    .contact-title-big {
        font-size: 48px;
    }
    .contact-title-small {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .contact-content ul li a .contact-single-outer {
        padding: 2px;
    }
    .contact-single {
        padding: 16px 24px;
    }
    .contact-icon {
        width: 55px;
        height: 55px;
        outline: 12px solid #ffffff2b;
        margin: 12px 40px 12px 12px;
    }
    .contact-icon img {
        width: 30px;
    }
    .contact-details-top {
        font-size: 22px;
    }
    .contact-details-bottom {
        font-size: 18px;
    }

    /* deposit */
    .member-page {
        padding: 20px 0;
        margin: 48px auto 60px;
        min-height: 390px;
    }
    .menu-member {
        width: 215px;
    }
    .menu-member::after {
        display: none;
    }
    .menu-member ul {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .menu-member ul li {
        border-radius: 0;
        width: 100%;
        margin-right: 0;
    }
    .menu-member ul li a {
        border-radius: 0;
        width: 100%;
        margin: 0;
        font-size: 16px;
        justify-content: flex-start;
        padding: 12px 0 12px 16px;
        position: relative;
        font-weight: 600;
    }
    .menu-member ul li a.active::after, .menu-member ul li a:hover::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 48px;
    }
    .menu-member ul li:last-child {
        border-bottom: 0;
    }
    .statement-wrapper {
        padding: 0;
    }
    .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;
    }
    .statement-desktop {
        padding-top: 8px;
    }
    .member-content { 
        padding-bottom: 20px;
    }
    .member-content.statement .menu-deposit-type.bonus ul li {
        width: 33.33%;
    }
    .menu-deposit-type {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .menu-deposit-type ul li {
        list-style: none;
        padding: 0;
        position: relative;
        height: 44px;
        border-radius: 5px;
        margin: 0 6px;
        border: 0;
    }
    .menu-deposit-type ul li a {
        margin: 0;
        padding: 0;
        height: 44px;
        font-size: 14px;
        flex-direction: row;
        justify-content: center;
        border-radius: 5px;
    }
    .menu-deposit-type ul li a img {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .bank-detail {
        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;
    }
    .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 {
        margin-top: auto;
    }
    .member-detail-btn .btn-sub, .member-detail-btn .btn-cancel {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 22px;
        min-width: 130px;
        margin-top: auto;
    }
    .bank-wrapper .dropdown-toggle {
        padding: 0.7rem 0.8rem;
        height: 50px;
    }
    .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;
        min-height: 330px;
        display: flex;
        flex-direction: column;
    }
    .withdrawal-description {
        padding: 12px 0;
    }
    .withdrawal-detail-body {
        padding: 10px 0 0;
    }
    .deposit-progress-text {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .progress-wrapper {
        margin-bottom: 24px;
        padding: 12px;
    }
    .progress {
        height: 18px;
    }
    .statement-mobile {
        display: none;
    }
    .statement-desktop {
        display: block;
        overflow-x: auto;
    }
    .member-setting {
        display: flex;
        flex-direction: row;
    }
    .member-setting-left {
        position: relative;
    }
    .member-setting-left::after {
        background: url(../images/member-border.png) top center no-repeat;
        background-size: contain;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 2px;
    }
    .member-setting-right {
        width: calc(100% - 215px);
        padding: 0 48px;
    }
    .user-setting .tac-wrapper .tac-field .btn-main {
        height: 50px;
        line-height: 50px;
        min-width: 160px;
        font-size: 16px;
    }
    .menu-deposit-type.bonus ul li {
        height: 40px;
        width: 33.33%;
    }
    .menu-deposit-type.bonus ul li a {
        width: 100%;
    }

    /* about */
    .footer-page {
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer-page-content {
        font-size: 16px;
    }
    .footer-page-title {
        font-size: 20px;
        font-weight: 700;
        display: block;
    }
    .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;
    }

    /* mission spin leaderboard */
    .spin-wrapper {
        /* background-color: #000000; */
        border-radius: 3px;
        margin: 5px 12px 0;
        padding: 16px 8px 0;
    }
    .spin-wrapper-content {
        padding: 0;
    }
    .spin-wrapper-content > ol {
        display: block;
        font-size: 0;
    }
    .spin-wrapper-content > ol > li {
        width: calc(50% - 4px);
        margin: 0 4px 8px;
        display: inline-block;
        border-radius: 5px;
    }
    .spin-wrapper-content > ol > li:first-child {
        margin-left: 0;
    }
    .spin-wrapper-content > ol > li:nth-child(2) {
        margin-right: 0;
    }
    .spin-wrapper-content > ol > li:last-child {
        width: 100%;
        margin: 0;
        justify-content: center;
        display: flex;
    }
    .spin-wrapper-content > ol > li:nth-child(3) > a {
        flex-direction: row;
    }
    .spin-wrapper-content > ol > li > a .spin-icon {
        margin-right: 6px;
    }
    .spin-wrapper-content > ol > li > a .spin-text {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .side-menu .side-top-wrapper > ul > li {
        background-color: #1A1A1C;
    }
    .side-menu .side-top-wrapper > ul > li > a {
        padding: 12px 0;
    }

    /* leaderboard */
    .leaderboard-wrapper {
        padding: 32px 0 64px;
    }
    .leaderboard-title {
        font-size: 26px;
    }
    .leaderboard-title p {
        font-size: 16px;
    }
    .leaderboard-content {
        max-width: 1038px;
        margin: 0 auto;
    }
    .leaderboard-list > ul > li {
        padding: 8px 16px 8px 28px;
        margin-bottom: 10px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon .crown {
        left: -58px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon .crown img {
        height: 32px;
    }    
    .leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
        font-size: 16px;
        width: 40px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-name {
        font-size: 18px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
        font-size: 16px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .btn-favourite {
        margin-left: 6px;
    }

    /* profile */
    .profile-wrapper .profile-top {
        padding: 16px 24px;
    }
    .profile-wrapper .profile-top .profile-top-left {
        width: 112px;
        height: 112px;
    }
    .profile-wrapper .profile-top .profile-top-left img {
        height: 88px;
    }
    .profile-wrapper .profile-top .profile-top-right {
        margin-left: 24px;
        width: calc(100% - 136px);
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-name {
        font-size: 22px;
    }
    .profile-wrapper .profile-top .profile-top-right .profile-right-level {
        margin: 8px 0;
    }
    .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;
        margin: 0 16px;
    }
    .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: 16px 32px;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-title {
        font-size: 16px;
    }
    .profile-wrapper .profile-balance .profile-balance-single .profile-balance-value {
        font-size: 21px;
    }
    .profile-wrapper .profile-balance .profile-balance-top .profile-balance-value {
        font-size: 30px;
    }
    .profile-wrapper .menu-member {
        margin: 24px 0;
        width: 100%;
    }
    .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::before {
        font-size: 18px;
        right: 16px;
    }
    .profile-wrapper .profile-more > ul > li > a {
        font-size: 18px;
    }

    /* casino */
    .casino-thumb {
        /* justify-content: flex-start; */
    }

    /* app download */
    .app-download, .download-bar {
        display: none;
    }

    /* vip */
    .vip-wrapper {
        padding: 32px 16px;
    }
    .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;
    }

    /* referral */
    .referral-wrapper {
        padding: 32px 0 0;
    }
    .referral-qr {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 16px 32px;
        width: 65%;
    }
    .referral-qr-code {
        padding: 16px;
        border-radius: 20px;
    }
    .referral-qr-code > img {
        height: 117px;
    }
    .referral-share-text {
        font-size: 16px;
        text-align: left;
    }
    .referral-qr-share {
        width: calc(100% - 149px);
        padding-left: 32px;
        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: 24px 0 32px;
        display: flex;
        flex-direction: row;
        margin: 0 -12px;
    }
    .referral-detail-single {
        flex: 1 0 0%;
        margin: 0 12px 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;
    }

    /* inbox */
    .inbox-wrapper {
        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 {
        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 {
        padding: 32px 0 16px;
    }

    /* text logo */
    .logo-font .logo-text {
        font-size: 34px;
        margin: 0;
    }
    .promo-special-wrapper{
        margin: 5px 12px 0;
        padding: 16px 8px 0;
    }
    .promo-btn,
    .refer-btn{
        margin: 0 0px;
    }

    /* rewards */
    .reward {
        bottom: 130px;
        right: 32px;
    }
    @keyframes upDown {
        0%, 100% {
            bottom: 130px;
        }
        50% {
            bottom: 140px; 
        }
    }
    .reward img {
        height: 120px;
    }
}

@media (min-width: 1440px) {
    /* promotion */
    .promotion-single-subtitle {
        max-height: 57px;
    }
}

@media (min-width: 1560px) {
    .container-fluid {
        max-width: 1480px;
    }

    /* promotion */
    .promotion-single-top {
        width: 600px;
    }
    .promotion-single-bottom {
        width: calc(100% - 600px);
    }
    .promotion-single-subtitle {
        max-height: 85px;
    }
}

@media (min-width: 1840px) {
    .container-fluid {
        width: 100%;
    }

    /* banner */
    .banner-desktop .swiper-button-prev {
        left: -64px;
    }
    .banner-desktop .swiper-button-next {
        right: -64px;
    }

    /* home */
    .game-list {
        margin: 0 -24px;
    }
    .game-list .col-4 {
        width: 14%;
        padding: 0 12px;
    }
    .slot-menu-pic img {
        height: 50px;
    }

    /* promotion */
    .promotion-single-subtitle {
        max-height: 100%;
    }

    /* vip */
    .vip-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    /* referral */
    .referral-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    
    /* inbox */
    .inbox-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    /* review  */
    .review-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    /* news */
    .news-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
}