@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: #272727;
    color: #ffd868;
	font-size: 1.0rem;
	font-family: "Lato", sans-serif;
	display: block;
}
.w-100, .section, .btn-block{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.section{
	padding: 10px 0;
}
.top-header ul li, .display-date span{
	display: inline-block;
	vertical-align: middle;
	color: #ffd868;
	font-size: 1.0rem;
}
.top-header ul li {
	padding: 0 5px;
}
.header{
	background:#000000; 
}
.top-header{
	text-align: right;
	padding: 5px 0;
}
.logo a img{
	text-align: left;
	padding: 10px 0;
	max-width: 250px;
}
.btn-lang img{
	width: 30px;
}
.announment marquee{
	font-size: 1.0rem;
	font-weight: bold;
}
.nav-bg{
	background: #ffd868;
}
.navpc ul {
	width: 100%;
  text-align: center;
	margin: 0 auto;
	display: flex;
}
.navpc ul li {
	flex: 1;
	display: inline-block;
}
.navpc ul li:hover .submenu {
  height: auto;
	padding: 10px 0;
}
.navpc ul li:hover a {
  color: #3862a0;
}
.navpc ul li:hover a::before {
  visibility: visible;
  transform: scale(1, 1);
}
.navpc ul li .submenu {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #333333;
  height: 0;
  line-height: 40px;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.navpc ul li a {
  color: #232323;
  display: block;
  margin: 10px 0;
	font-weight: bold;
  text-decoration: none;
  position: relative;
	display: block;
}
.navpc ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0px;
  background-color: #343a40;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}
.box-nav{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 auto !important;
	display: block;
}
.box-nav a{
	padding: 0 !important;
	margin: 0 auto !important;
	display: block;
}
.box-nav a img{
	width: 100%;
	height: auto;
	display: block;
}
.box-nav a img{
	width: 100%;
}
.box-nav:hover a img{
	transform: scale(110%);
}
.title-nav-pc h1{
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 12px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
}
.title-nav-pc p{
	width: 100%;
	height: auto;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 22px;
	color: #ffffff;
	display: block;
}
.slider{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 130px;
	display: block;
}
.force-hover{
	overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    background: #131313;
    margin-bottom: .33rem;
    transform: translateY(0);
    transition: transform .3s;
}
.force-hover:hover{
	transform: translateY(-0.11rem);
  box-shadow: 0 0.1rem 0.04rem #121111;
}
.force-hover:hover .img-box .hover-box {
  transform: translateY(0);
  opacity: 1;
}
.force-hover:hover>p {
  color: #fff;
}
.force-hover:hover>p::after {
  background: #ec1c23;
}
.img-box {
  width: 100%;
  height: auto;
  position: relative;
  display: block !important;
  overflow: hidden;
}
.img-box .hover-box {
  transition: transform .3s,opacity .3s;
  transform-origin: center bottom;
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31,6,7,.79);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.img-box .hover-box>span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Nunito-Bold";
  margin: 0.05rem;
}
.img-box .hover-box>span:nth-child(1) {
  background: #ffd868;
  color: #272727;
  white-space: nowrap;
}
.img-box .hover-box .underMaintenance {
  width: 1.7rem;
}
.force-hover>p {
  justify-content: space-between;
  align-items: center;
  font-size: 1.0rem;
  color: #a2aabd;
  padding-bottom: 0.06rem;
  transition: color .3s;
  position: relative;
}
.force-hover>p>span {
  width: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: #ffd868;
	font-weight: bold;
	padding: 10px 0;
}
.force-hover>p>i {
  cursor: pointer;
}
.force-hover>p::before,
.force-hover>p::after {
  transition: background .5s;
  content: "";
  position: absolute;
  background: #5f0a0e;
}
.force-hover>p::before {
  height: 0.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
}
 .force-hover>p::after {
  width: 9.0rem;
    height: 0.5rem;
    left: 3.5rem;
    bottom: 0.02rem;
    transform: perspective(0.5em) rotateX(8deg);
    text-align: center;
    margin: 0 auto;
    display: block;
}
.force-hover:hover>p:before {
    background: #ec1c23;
}
.icon-game-common img{
	width: 100%;
	height: auto;
}
.app-icon img{
	width: 80px;
	height: auto;
	
}
.app-text{
	padding: 5px 10px;
	text-align: left;
}
.app-text p{
	font-size: 27px;
	color: #ffffff;
}
.app-text p span{
	font-size: 27px;
	color: #ffd868;
	font-weight: bold;
}
.app-text h1{
	font-size: 30px;
	font-weight: 900;
}
.contain-download{
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.box-qr{
	flex: 1;
	padding: 10px;
}
.qr{
	padding: 10px 0;
}
.qr img{
	max-width: 150px;
	height: auto;
	border-radius: 5px;
}
.btn-qr{
	width: 100%;
	max-width: 150px;
}
.header-testimonail{
	width: 100%;
	height: auto;
	text-align: left;
}
.header-testimonail p{
	font-size: 1.5rem;
	padding: 10px;
	color: #ffd868;
}
.item-testimonail{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 10px;
	background: #292b2e;
	border-radius: 10px;
	padding: 10px;
}
.item-testimonail h3{
	font-size: 1.2rem;
	color: #ffd868;
	font-weight: 800;
	padding: 10px 0;
	display: block;
}
.star{
	padding: 10px 0;
}
.star ul li{
	display: inline-block;
	padding: 0 5px;
}
.contain-testimonail{
	width: 100%;
	height: auto;
	padding: 10px 20px;
	display: block;
}
.info-testimonail p{
	color: #c8c8c8;
}
.info-testimonail{
	height: 150px;
}
.banner-download img{
	width: 100%;
}
.bg-footers {
    background: #292b2e;
    padding-top: 10px;
    margin-top: 20px;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
	text-align: left;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #ffffff;
    font-size: 0.7rem;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.title-section{
	text-align: left;
	padding: 10px 0;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.pc{
	display: inline-block;
}
.m{
		display: none;
	}
@media (max-width: 600px){
	.pc{
	display: none !important;
}
	.m{
		display: inline-block;
	}
	.logo a img {
    text-align: left;
    padding: 10px 0;
    max-width: 150px;
}
	.slider {
    padding-top: 82px;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.force-hover>p::after {
    width: 5.0rem;
    height: 0.5rem;
    left: 1.5rem;
    bottom: 0.02rem;
    transform: perspective(0.5em) rotateX(8deg);
    text-align: center;
    margin: 0 auto;
    display: block;
}
	.icon-m{
		width: 20px;
		height: 20px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.nav-mobile-2 ul{
		padding-top: 10px;
	}
	.nav-mobile-2 ul li a{
		width: 100%;
		height: auto;
		font-size: 0.9rem;
		color: #ffd868;
		padding: 10px 5px;
		display: block;
	}
	.nav-mobile-2 ul li{
		width: 100%;
		height: auto;
		text-align: left;
		margin: 4px auto;
		padding: 0 10px;
		vertical-align: middle;
		background: #202020;
		border-radius: 5px;
		display: block;
	}
	.icon-m-2{
		width: 20px;
		height: 20px;
		text-align: center;
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
	}
	.icon-transfer{
		background: url("../images/icon/transfer.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-menu{
		background: url("../images/icon/menu.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-deposit{
		background: url("../images/icon/deposit.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-withdraw{
		background: url("../images/icon/withdraw.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-user{
		background: url("../images/icon/user.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-home{
		background: url("../images/icon/home.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-download{
		background: url("../images/icon/download.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-affiliate{
		background: url("../images/icon/affiliate.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-contact{
		background: url("../images/icon/contact.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-info{
		background: url("../images/icon/download.png") no-repeat;
		background-size: 100% 100%;
	}
	.offcanvas {
		height: 600px !important;
		background: #292b2e;
	}
	.box-nav-m{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		border-radius: 10px;
		background: url("../images/icon/bg.jpg") no-repeat;
		background-size: 100% 100%;
		padding: 1px;
		overflow: hidden;
		display: block;
	}
	.box-nav-2{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		border-radius: 10px;
		backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 62%);
		padding: 5px 0 0 0;
		overflow: hidden;
		display: block;
	}
	.box-nav-2 p{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 0.9rem;
		color: #ffc107;
		display: block;
	}
}