@media screen and (max-width: 1024px) {
	.mHide {
		display: none;
	}
	.imgLogo {
		width: 120px;
	}
	.leftSide {
		left: 0;
		top: 60px;
	}
	.showLeft {
		left: -180px;
	}
	.rightSide {
		width: 52px;
	    bottom: 70px;
	    padding: 10px 5px;
	    border-radius: 8px;
	    right: 10px;
	}
	.support {
		margin-bottom: 5px;
	}
	.supportLogin {
		width: 90px;
		bottom: 20px;
	}
	.menuRight {
		right: 0;
	}
	.showRight {
		right: -300px;
	}
	.navItem {
	    margin-right: 2px;
	}

	.contentHeadtop {
	    position: relative;
	}
	.leftHeadtop {
		margin-top: 170px;
    	text-align: center;
	}
	.rightHeadtop {
		position: absolute;
	}
	.leftHeadtop h1 {
		font-size: 38px;
	}
	.leftHeadtop h5 {
	    padding-bottom: 10px;
	}

	.treeblock .effectlight {
	    left: 14%;
	}
	.treeblock {
	    padding-top: 45px;
	}
	.nav-tabs .nav-link {
	    padding: 20px 8px;
	    font-size: 13px;
	}
	.tab1Detail {
		margin-top: 250px;
	}
	.imgmobile1, .imgmobile {
		width: 100%;
	}
	.mobileBottom {
		margin-bottom: 50px;
	}
	.rightcoin {
		display: none;
	}
	.leftcoin {
	    z-index: 99;
	    top: -30%;
	}
	.mobileJackpot {
	    background-position: 50% 100%;
	}
	.lineFooter {
	    bottom: -9px;
	    left: 0;
	    width: 100%;
	}
	.imgBank {
		width: 100%;
	}

	.menuBottom {
		display: inline-block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 100;
	}
	.playBtn {
		display: block;
		text-align: center;
		background: linear-gradient(180deg, rgba(229,184,88,1) 27%, rgba(102,66,21,1) 89%, rgba(229,184,88,1) 100%);
		padding: 12px 0;
		color: #fff;
		text-decoration: none;
		font-size: 24px;
		font-weight: 500;
	}
	.menuBottom .list-inline-item {
	    display: block !important;
	}
	.menuBottom ul.list-inline {
		margin-bottom: 0;
	}
	.support img {
		width: 30px;
	}
	.partnerLink span, .support span {
	    font-size: 10px;
	    font-weight: 500;
	    line-height: 10px;
	}
	.bgLogin {
	    background-size: inherit;
	}

	.mwarpper {
		overflow-x: scroll;
    	overflow-y: hidden;
    	white-space: nowrap;
	}

	.menuBottom2 {
		display: inline-block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 100;
		background-color: #333;
	}
	.menuBottom2 ul.list-inline {
		margin-bottom: 0;
		display: flex;
	}
	.menuBottom2 .list-inline-item {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    flex-grow: 1;
	    min-width: 50px;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.menuBottom2 .list-inline-item:not(:last-child) {
	    margin-right: 0rem;
	}
	.btnNav {
		display: block;
		width: 100%;
	    text-align: center;
	}
	.playBtn2 {
		display: block;
		text-align: center;
		background: linear-gradient(180deg, rgba(229,184,88,1) 27%, rgba(102,66,21,1) 89%, rgba(229,184,88,1) 100%);
		padding: 18px 0;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 500;
	}
	.playBtn3 {
		display: block;
		text-align: center;
		background: linear-gradient(180deg, rgba(108,114,117,1) 27%, rgba(23,26,31,1) 89%, rgba(108,114,117,1) 100%);
		padding: 18px 0;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 500;
	}
	.spanUser {
		font-size: 11px;
	}
	.spanAmount {
		font-size: 12px;
	}
	.boxProfile {
		margin-right: 4px;
	}



	.menuTabGames li a {
	    padding: 10px 8px;
	}
	.menuTabGames li a img {
	    height: 38px;
	}

	.tags {
		display: none;
	}



}