@media only screen and (min-width: 990px){
	.loginM{
		display:none !important;
	}
}

@media only screen and (max-width: 380px){
	.tab {
		height: 621px !important;
	}
}
@media (max-width: 457px){
	.banner-cintent{
		margin-top: 50px;
		height: 256px !important;
	}
}
@media (max-width: 495px){
	.tab {
		min-height: 571px;
		height: 550px !important;
	}
}
@media (min-width: 458px)and (max-width: 760px){
	.banner-cintent{
		margin-top: 50px;
		height: 329px !important;
	}
}
@media only screen and (max-width: 990px){
	.formLogin{
		display:none !important;
	}
	.logo-card {
		margin-top: unset !important;
	}
	.promo-mb img{
		width:100%
	}
	.logo-card{
		display:none !important ;
	}
}
@media only screen and (max-width:1000px){
	.linepc{
		display:none;
	}
	.mb-login{
		display:block !important;
	}
	.contact-mb{
		display:block !important;
	}
	.game-centent{
		display:none !important;
	}
}
@media (max-width:1030px){
	.tab {
		height: 500px;
	}
	.x-has-tab-has-slick .tab-pane.active {
		overflow-y: auto;
		height: 500px !important;
	}

}
.loginM{
    position: fixed;
    width: 100%;
    background: black;
    z-index: 100;
    top: 64px;
}
.formLoginM{
    text-align: center;
    margin: 6px;
}

body{
	background-attachment: fixed;
	background-size: cover;
	padding-top: inherit;
	background-color: #120e0f!important;
}
.wrapper{
	background: #000814;
	height: auto;
}
.regis-card{
	box-shadow: 0 0 10px 1px #facb00;
	border: 2px solid #facb00;
	height: 376px;
}
.regis-card span{
	text-align:center;
	color: #facb00;
	font-family: 'Prompt', sans-serif;
	font-size: 21px;
}
.game-card{
	box-shadow: 0 0 10px 1px #ffdaa8;
	border: 2px solid #c3b93d;
	height: auto;
}
.img-card{
	box-shadow: 0 0 10px 1px #65e423;
	border: 2px solid #17a91c;
	height: auto;
}
.img-card-live{
	box-shadow: 0 0 10px 1px #e42323;
	border: 2px solid #a91717;
	height: auto;
}
.lineqr{
	margin: 25px;
}
.detail-card{
	border: 4px solid #c3b93d;
	height: auto;
	margin: 14px;
}
.text-card{
	color:#FFF;
	margin: 25px;
	font-family: 'Prompt', sans-serif;
}
.text-card h1{
	font-size:25px;
}
.logo-card{
	margin-top: 85px;
}

.tab{
	height: 100%;
}
.agent-img img{
	width:100%;
}
.mb-login{
	display:none;
}
.contact-mb{
	height: 46px;
	bottom:0px;
	position:fixed;
	width:100%;
	display:none;
	background-image: url("../../img/mb_line.jpg");
	z-index: 9998;
}
.regisbtn-mb{
	height: 50px;
    width: 50%;
    background: #b08800;
    position: absolute;
    right: 0;
	font-family: 'Prompt', sans-serif;
	text-align: center;
	color: #fff;
}
.loginbtn-mb{
	height: 50px;
    width: 50%;
    background: #cc0a0a;
	font-family: 'Prompt', sans-serif;
	text-align: center;
	color: #fff;
}
.btncard{
	padding-top: 10px;
}
.modal{
	height:auto !important;

}
.banner-cintent{
	margin-top: 50px;
	height: 500px;
}
.promo-mb img{
	border: 1px solid rgba(174,173,178,.5);
	border-radius: 10px;
}
.back-home{
	position:fixed;
	bottom: 71px;
	right: 0;
}
.back-home img{
	width:70px;
}
.line-contact{
	position: fixed;
    bottom: 104px;
	right:6px;
}
.line-contact img{
	width: 60px;
}
.line-contact img:hover{
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}
.live-football{
	position: fixed;
    bottom: 134px;
	right:6px;
}
.live-ball img{
	width: 60px;
}
.live-ball img:hover{
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
