@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) {
    /* announcement */
    #annModal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .promo-special-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    /* 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;
    }
    /*contact us*/
    .contact_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    body.fixed {
        overflow: auto;
    }
    .content-wrapper {
        background-size: 100%;
        background-position: 0 125px;
    }
    .content-wrapper.home {
        background-position: 0 535px;
    }
    .content-body {
        min-height: initial;
        padding-bottom: 0;
    }

    /* header */
    .header {
        padding: 0px 0;
        position: relative;
    }
    .header-right {
        position: relative;
    }
    .logo img {
        height: 60px;
    }    
    .timezone {
        display: flex;
        align-items: center;
    }    
    .language-wrapper button.dropdown-toggle, .language-wrapper .btn.show, .btn:first-child:active {
        width: 50px;
        position: relative;
        padding-right: 16px;
        background-color: transparent;
    }
    .language-wrapper button.dropdown-toggle .country-name {
        display: none;
    }
    .language-wrapper .dropdown-menu {
        transform: translate(-79px, 32px) !important;     
    }
    .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: 26px;
    }
    .btn-wrapper {
        display: flex;
    }

    /* announcement */
    .announcement-wrapper {
        background-image: url("../images/border-line-long.png");
    }    
    .announcement-content {
        height: 40px;
    }
    .announcement-left {
        font-size: 14px;
        font-weight: 600;
        /* padding-right: 24px; */
    }
    .announcement-right {
        padding-left: 24px;
        padding-right: 12px;
        font-size: 14px;
        margin-left: 24px;
    }

    /* banner */
    .banner-mobile {
        display: none;
    }
    .banner-desktop {
        display: block;
    }
    .banner-desktop .swiper-pagination {
        bottom: 30px;
    }
    .swiper-banner .swiper-pagination-bullet {
        width: 22px;
        height: 7px;
        margin: 0 4px !important;
    }
    .banner-overlay {
        height: 54px;
    }    

    /* btn login */
    .login-mobile {
        display: none;
    }

    /*btn promo*/
    .promo-wrapper{
        display: block;
    }

    /* real time transaction */
    .container .swiper-transaction {
        margin: 0;
    }
    .container .swiper-transaction {
        border-radius: 10px;
        padding: 20px 0;
    }
    .transaction-user img {
        max-width: 40px;
    }
    .transaction-details {
        font-size: 14px;
    }
    .transaction-name span {
        font-size: 12px;
    }

    /* home products */
    .products-wrapper {
        border-radius: 10px 10px 0px 0px;
        margin: 50px 0;
    }
    .detect_id_tab {
        position: inherit;
    }
    .mobile_dropdown {
        display: none;
    }
    .filter-button {
        margin: 3px 6px;
        font-size: 16px;
        background-color: transparent !important;
    }
    .filter-button img {
        height: 30px;
    }
    .filter-button:hover .icon-hover, .filter-button.active .icon-hover {
        display: inline-block;
    }
    .filter-button:hover .icon-initial, .filter-button.active .icon-initial {
        display: none;
    }
    .tab_wrapper {
        display: flex;
        background-color: transparent !important;
    }
    .tab_wrapper_inn {
        flex-flow: row;
    }
    .products-category {
        align-items: center;
        padding-right: 20px;
        border-radius: 10px 10px 0px 0px;
        padding: 0 16px 0;
    }
    .btn-favourite {
        border: 0;
        border-radius: 50%;
        color: rgba(255, 255, 255, .5);
        font-size: 20px;
    }
    .slot-menu-wrapper {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .slot-menu {
        padding: 16px 54px;
    }
    .slot-menu .swiper-slide {
        padding: 5px 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: 14px;
        transition: all 0.3s;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        z-index: 1;
        content: '\f0d9';
    }
    .slot-menu .swiper-button-next::after {
        font-size: 13px;
        line-height: 1;
        position: absolute;
        right: 14px;
        transition: all 0.3s;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        z-index: 1;
        content: '\f0da';
    }
    .slot-menu .swiper-button-next::after, .slot-menu .swiper-button-prev::after {
        font-size: 24px;
        color: #FFFFFF40;
    }
    .hotgame-content {
        padding: 16px 0;
        margin: 0;
        border-radius: 0px 0px 10px 10px;
    }
    .hotgame-content .row {
        margin: 0 auto;
        justify-content: center;
    }
    .hotgame-content .row .col-4 {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .hotgame-single-top{
        padding-bottom: 49px;
    }   
    .hotgame-single-bottom::after {
        background: url("../images/hotgame-border-long.png") bottom center no-repeat;
    }
    .hotgame-single-bottom {        
        max-width: 100%;
        font-size: 14px;
        padding: 14px 16px;
    }
    .hotgame-single {
        position: relative;
    }
    .hotgame-hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        z-index: 1;
        height: calc( 100% - 49px );
    }
    .hotgame-hover-btn {
        width: 110px;
        height: 38px;
    }
    .hotgame-single:hover .hotgame-hover {
        display: flex;
    }
    .hotgame-single:hover .hotgame-single-top .hotgame-overlay {
        display: block;
        background-color: #00000080;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px 10px 0px 0px;
    }
    .hotgame-favourite {
        top: 4px;
        left: 4px;
        width: 32px;
        height: 32px;
    }
    .icon-heart::before {
        width: 32px;
        height: 32px;
        font-size: 18px;
        top: 3px;
        content: '\f004';
    }
    .icon-heart.selected::before, .icon-heart:hover::before {
        background: transparent linear-gradient(180deg, #F75353 0%, #CB0606 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }    
    .game-provider {
        width: 49px;
        height: 39px;
        border-radius: 0 10px 0 10px;
    }
    .game-provider::before {
        bottom: -4px; 
        left: 6px;
        border-left: 43px solid transparent; 
    }    
    .game-provider img {
        height: 32px;
    }

    /* seo */
    .seo-wrapper {
        display: block;
    }
    .btn-seo {
        display: flex;
    }

    /* footer mobile */
    .footer-mobile-wrapper {
        display: none;
    }

    /* footer desktop */
    .footer {
        display: block;
    }

    /* side nav */
    .icon-nav {
        display: flex;
        position: absolute;
        left:10px;
        align-items: center;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .side-menu {
        max-width: 320px;
        padding-bottom: 0;
    }
    .side-close {
        font-size: 26px;
        top: 12px;
        left: 330px;
    }
    .side-menu > ul > li > a {
        padding: 12px;
    }
    .side-menu > ul > li a .side-menu-icon img {
        height: 28px;
    }
    .side-menu > ul > li a .side-menu-text {
        font-size: 16px;
    }
    .sub-menu {
        padding: 6px 12px 12px 62px;
    }
    .sub-menu > ul > li > a {
        font-size: 16px;
    }
    .btn-logout {
        border-radius: 10px;
        font-size: 16px;
        margin-top: 12px;
    }
    .btn-logout a {
        padding: 12px;
    }
    .btn-logout a > img  {
        height: 34px;
    }
    .contact-title {
        font-size: 16px;
    }
    .contact-detail > ul,
    .tnc-detail > ul {
        padding: 16px;
        border-radius: 10px;
    }
    .contact-detail > ul > li {
        margin: 0 5px;
    }
    .tnc-detail > ul > li {
        margin: 0 10px;
    }
    .contact-detail >ul > li > a > img {
        height: 45px;
    }

    /* member */
    .member-wrapper-outer {
        margin: 0 16px;
        padding: 0 16px;
        height: 35px;
        border-right: 1px dashed #FFFFFF;
    }
    .member-wrapper {
        padding-right: 14px;
    }    
    .member-top {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .member-bottom span:first-child {
        font-size: 12px;
    }
    .member-bottom span:nth-child(2) {
        font-size: 16px;
    }
    .member-icon img {
        height: 40px;
    }
    .btn-deposit {
        display: flex;
    }

    /* login page */
    .login-wrapper {
        flex-direction: row;
        justify-content: center;
        width: 1005px;
        margin: 48px auto;
    }
    .pic-login {
        display: none;
    }
    .pic-login-desktop {
        display: flex;
    }
    .pic-login-desktop img {
        border-radius: 10px 0px 0px 10px;
    }
    .login-form {
        width: 55%;
        margin: inherit;
        padding-top: 0;
    }
    .login-form-title {
        font-size: 26px;
    }
    .form-label {
        font-size: 14px;
    }
    .input-group {
        height: 50px;
    }
    .login-wrapper .form-control, .login-wrapper .form-control:focus, .login-wrapper .form-control:disabled {
        font-size: 16px;
    }
    .login-form-btn {
        padding-top: 28px;
    }
    .login-form .btn-sub {
        border-radius: 10px;
        min-width: 160px;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
    }

    /* register */
    .pic-register {
        display: flex;
    }
    .digit-wrapper {
        padding: 24px 14px 24px 24px;
    }
    .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: 60px;
    }
    .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: 14px;
    }

    /* promotion */
    .promotion-wrapper {
        padding: 32px 0;
    }
    .promotion-wrapper ul {
        overflow-x: inherit;
        padding: 7px;
        margin: 16px 0 32px;
    }
    .promotion-wrapper ul li {
        font-size: 16px;
        padding: 10px 16px;
    }
    .promotion-single {
        margin-bottom: 32px;
        height: calc(100% - 32px);
        overflow: hidden;
    }
    .promotion-banner {
        position: relative;
        overflow: hidden;
    }
    .promotion-banner img {
        transition: all .5s ease-in-out;
    }
    .promotion-single:hover .promotion-banner img {
        transform: scale(1.2);
    }
    .promotion-single-bottom {
        padding-top: 20px;
        margin-top: auto;
    }
    .promotion-single-title {
        font-size: 20px;
    }
    .promotion-single-subtitle {
        font-size: 16px;
    }
    .promotion-single-btn {
        font-size: 16px;
    }

    /* modal */
    .table-responsive {
        border-radius: 10px;
    }    
    .modal-dialog {
        max-width: 867px;
        height: inherit;
        background: transparent !important;
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin)* 2);
    }
    .modal-content {
        border-radius: 10px;
    }
    .modal-header {
        height: 56px;
    }
    .modal-title {
        font-size: 22px;
        display: block;
        width: 100%;
        padding: 0 32px;
    }
    .modal-body  {
        padding: 48px;
    }
    .modal-body .promotion-single {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 32px;
        border-bottom: 1px dashed #FFFFFF;
    }
    .modal-body .promotion-single-bottom {
        border-bottom: 0;
        padding: 0;
    }
    .modal-body .promotion-single-title {
        font-size: 22px;
    }
    .modal-header .btn-close {
        font-size: 30px;
    }
    .promotion-rule {
        margin-bottom: 32px;
        padding: 0;
    }
    .promotion-rule-title {
        font-size: 18px;
    }
    .promotion-rule ul li {
        font-size: 16px;
    }
    .table-new {
        font-size: 16px;
    }

    /* deposit */
    .member-page {
        display: flex;
        padding: 48px 0;
        max-width: 1280px;
        margin: 0 auto;
    }
    .menu-member {
        width: 245px;
        margin-right: 20px;
    }
    .menu-member ul {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
        margin: 0;
        padding: 0;
    }
    .menu-member ul li {
        list-style: none;
        border-right: 0;
        padding: 0;
        width: 100%;
        padding: 0 20px;        
    }
    .menu-member ul li a {
        margin: 0;
        color: #FFFFFF;
        font-size: 16px;
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #FFFFFF20;
    }
    .menu-member ul li a.active {
        border-radius: 0;
        background: transparent !important;
    }
    .menu-member ul li:last-child a {
        border-bottom: 0;
    }
    .member-content { 
        padding: 0 20px;
        width: calc(100% - 245px);
        padding: 40px 64px;
        margin-bottom: 0;
    }
    .menu-deposit-type ul {
        overflow-x: inherit;
        flex-wrap: wrap;
    }
    .menu-deposit-type {
        margin-bottom: 20px;
    }
    .menu-deposit-type ul li {
        margin: 0 4px 8px;
        padding: 0 30px;
        min-width: 165px;
        width: calc(33.33% - 8px);
    }
    .menu-deposit-type ul li:first-child {
        margin-left: 4px;
    }
    .menu-deposit-type ul li:last-child {
        margin-right: 4px;
    }
    .menu-deposit-type ul li a {
        font-size: 14px;
        padding: 0;
    }
	.menu-deposit-type-channel ul{
		flex-wrap:wrap;
	}

	.menu-deposit-type-channel ul li:first-child {
		margin-left: 4px !important;
	}

	.menu-deposit-type-channel ul li:last-child {
		margin-right: 4px !important;
	}

	.menu-deposit-type-channel ul li {
		margin: 0 3px 8px !important;
		min-width: 125px !important;
		width: calc(20% - 8px) !important;
	}
    .bank-detail {
        margin-bottom: 20px;
    }
    .login-field {
        margin-bottom: 20px;
    }
    .bank-detail-header {
        font-size: 16px;
        padding: 12px 20px;
    }
    .bank-detail-body { 
        font-size: 16px;
        padding: 10px 20px;
    }
    .bank-detail-body .row {
        padding: 7px 0;
    }
    .member-detail .form-control {
        font-size: 16px;
    }
    .member-detail .input-group .form-select {
        background-size: 10px 5px;
    }
    .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-sub, .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;
    }
    .bank-wrapper .dropdown-toggle::after {
        top: 23px;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .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: 12px 20px;
    }
    .withdrawal-detail-body {
        padding: 10px 20px 24px;
    }
    .deposit-progress-text {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .progress-wrapper {
        margin-bottom: 24px;
    }
    .statement-mobile {
        display: none;
    }
    .statement-desktop {
        display: block;
    }
    .member-setting-title {
        border-bottom: 0;
    }
    .member-content.deposit .member-setting-title .member-setting-icon img {
        width: 20px;
    }
    .member-setting-text {
        font-size: 16px;
    }
    .user-setting .tac-wrapper .tac-field .btn-main {
        height: 50px;
        line-height: 50px;
        min-width: 160px;
        font-size: 16px;
    }

    /* about */
    .footer-page {
        width: calc(100% - 245px);
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer-page-content {
        padding: 40px 48px;
        font-size: 16px;
    }
    .footer-page-title {
        font-size: 16px;
        font-weight: 700;
        padding: 20px 48px;
    }
    .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;
    }

    /* open close search  */
    .input-box {       
        border-radius: 30px;
    }
    .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;
    }
    .input-box .form-control:focus {
        border-radius: 30px;
    }
    .input-box .close-icon {
        display: none;
    }

    /* mission spin leaderboard */
    .side-menu .special-menu {
        display: none;
    }
    .desktop-menu {
        display: block;
    }
    .desktop-menu .special-menu {
        position: fixed;
        bottom: 16px;
        left: 16px;
        border: 0;
        padding: 0;
        z-index: 99;
    }
    .special-menu ul { 
        flex-direction: column;
    }
    .special-menu ul > li {
        margin: 6px 0;
    }
    /* leaderboard */
    .leaderboard-wrapper {
        padding: 40px 0 64px;
    }
    .leaderboard-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 24px;
        display: block;
        font-weight: 700;
        padding-top: 32px;
    }
    .leaderboard-title p { 
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 300;
        margin-top: 10px;
    }
    .leaderboard-content {
        max-width: 80%;
        margin: 0 auto;
    }
    .leaderboard-list {
        padding: 96px 96px 40px;
    }
    .leaderboard-list > ul > li {
        max-width: 150px;
        padding: 0 12px 16px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .leaderboard-list > ul > li .leaderboard-details {
        margin-top: -36px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon {
        width: 73px;
        height: 73px;
        outline: 20px solid #FFFFFF1A;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon img {
        height: 63px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-icon .player-ranking {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
        display: none;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon .player-ranking {
        display: block;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-name {
        font-size: 18px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-name {
        padding: 2px 8px;
    }
    .leaderboard-list > ul > li:first-child .leaderboard-details .player-name,
    .leaderboard-list > ul > li:nth-child(2) .leaderboard-details .player-name,
    .leaderboard-list > ul > li:nth-child(3) .leaderboard-details .player-name {
        border-radius: 30px;
    }
    .leaderboard-list > ul > li .leaderboard-details .player-point-wrapper .player-point {
        font-size: 16px;
    }
    .leaderboard-list > ul > li:first-child,
    .leaderboard-list > ul > li:nth-child(2),
    .leaderboard-list > ul > li:nth-child(3) {
        background-color: transparent;
    }
    .leaderboard-list > ul > li.top1 {
        margin-top: -16px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon {
        width: 100px;
        height: 100px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon img {
        height: 90px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-ranking {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon .crown {
        top: -38px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-icon .crown img {
        height: 38px;
    }
    .leaderboard-list > ul > li:nth-child(1) .leaderboard-details .player-icon .crown img, 
    .leaderboard-list > ul > li:nth-child(3) .leaderboard-details .player-icon .crown img {
        height: 30px;
    }
    .leaderboard-list > ul > li:nth-child(1) .leaderboard-details .player-icon .crown, 
    .leaderboard-list > ul > li:nth-child(3) .leaderboard-details .player-icon .crown {
        top: -31px;
    }
    .leaderboard-list > ul > li.top1 .leaderboard-details .player-point-wrapper .player-point {
        font-size: 18px;
    }
    .leaderboard-list > ul > li:nth-child(4) {
        margin-top: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    .leaderboard-list > ul > li:nth-child(n+4) {
        max-width: 100%;
        padding: 7px 16px 7px 28px;
    }
    .leaderboard-list > ul > li:nth-child(n+4) .leaderboard-details .player-icon {
        outline: none;
    }
    .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;
    }

    /* profile */
    .profile-wrapper {
        display: flex;
    }
    .profile-wrapper-left {
        width: 70%;
    }
    .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;
    }
    .profile-wrapper .profile-spin .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 0;
    }
    .profile-wrapper .menu-member ul {
        flex-direction: row;
    }
    .profile-wrapper .menu-member ul li {
        box-shadow: none;
        margin-right: 16px;
        margin-bottom: 0;
        padding: 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;
        display: flex;
    }
    .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: 0;
        width: calc(100% - 70%);
        border-left: 1px solid #ffffff33;
        padding-left: 24px;
        margin-left: 24px;
    }
    .profile-wrapper .profile-more > ul > li::before {
        font-size: 18px;
        right: 16px;
    }
    .profile-wrapper .profile-more > ul > li > a {
        font-size: 18px;
    }

    /* 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;
    }

    /* referral */
    .referral-wrapper {
        max-width: 80%;
        margin: 0 auto;
        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 {
        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: 34px;
        height: 60px;
    }

    /*contact us*/
    .contact_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .contact_wrapper_inn p{
        margin-bottom: 0;
    }

    /* rewards */
    @keyframes upDown {
        0%, 100% {
            bottom: 16px;
        }
        50% {
            bottom: 26px; 
        }
    }
    .reward img {
        height: 120px;
    }
}

@media (min-width: 1400px) {

    /* home products */
    .game-provider::before {
        bottom: -5px;
    }

    /* open close search  */
    .input-box.open {
        min-width: 250px;
    }
}

@media (min-width: 1560px) {
    .container {
        max-width: 1480px;
    }

    .content-wrapper.home {
        background-position: 0 550px;
    }

    /* home products */
    .hotgame-content .row .col-lg-2 {
        width: 14%;
    }

    /* deposit */
    .member-content { 
        min-height: 390px;
    }

    /* footer */
    .footer-page {
        min-height: 390px;
    }
}