@charset "utf-8";
/* CSS Document */
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: #11172d;
	font-family: Roboto;
	display: block;
}
.header{
	background: #292e4b;
}
.btn-control{
	padding: 10px 0;
	display: inline-block;
}
.logo a img{
	  width: 100%;
    height: auto;
    max-width: 150px;
    padding: 7px 10px;
}
.btn-lang {
    border-radius: 20px;
    border: 1px solid #034ea0;
    padding: 2px;
}
.btn-lang img {
    width: 25px;
}
.btn-language {
    width: 100%;
}
.btn-loginnow {
    width: 100%;
    height: auto;
}
.menu{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.menu ul li:hover{
	background: url("../images/nav/bg.png") no-repeat;
	background-size: 100% 100%;
}
.menu ul li.menu-active{
	background: url("../images/nav/bg.png") no-repeat;
	background-size: 100% 100%;
}
.menu ul{
	width: 100%;
	height: auto;
	display: flex;
}
.menu ul li{
	flex: 1;
	padding: 18px 0;
}
.menu ul li a{
	padding: 18px 0;
	color: #0dcaf0;
	font-size: 0.9rem;
	font-weight: bold;
}
.pc{
	display: block;
}
.section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.m-block{
	display: none;
}
.header-log-re{
	text-align: right;
  padding: 10px 15px;
}
.regi{
	border-radius: 0 5px 5px 0 !important;
}
.btn-100{
	width: 100%;
	height: auto;
}
.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.png");
}
.carousel-control-next-icon {
    background-image: url("../images/arow-right.png");
}
.info-footer h3, .community h3 {
  text-align: left;
  color: #ECECEC;
  font-size: 0.9rem;
  padding: 5px 0;
  display: block;
}
.info-footer ul {
  width: 100%;
  height: auto;
  display: block;
}
.info-footer ul li {
  display: block;
  padding: 2px 2px;
  text-align: left;
}
.info-footer ul li a {
  color: #c3c3c3;
  font-size: 0.7rem;
}
.community ul {
  width: 100%;
  height: auto;
}
.community ul li {
  display: inline-block;
  padding: 2px;
  text-align: left;
}
.community ul li a img {
  width: 40px;
  text-align: center;
}
.networks ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
}
.networks ul li {
  display: inline-block;
  margin: 5px;
}
.networks ul li a img {
  width: 35px;
  height: auto;
}
.sponsorship ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
}
.sponsorship ul li {
  display: inline-block;
  padding: 5px 15px;
}
.sponsorship ul li a img {
  height: 70px;
  width: auto;
}
.title-section {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px;
  color: #e3e3e3;
  display: block;
}
.bg-footers{
	background: #292e4b;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pc-01{
	display: inline-block;
}
.m{
	display: none;
}
.bg-slid-matches{
	width: 100%;
	height: auto;
	display: block;
}
.item-matches{
	width: 100%;
	height: auto;
	background: #292e4b;
	overflow: hidden;
	margin: 5px auto;
	
}
.home-type{
	border-radius: 25px;
	padding: 5px 8px;
	color: #ffffff;
	margin: 4px auto;
}
.away-type{
	border-radius: 25px;
	padding: 5px 8px;
	color: #ffffff;
	margin: 4px auto;
}
.team-name{
	color: #d3d3d3;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 0.9rem;
	font-weight: bold;
}
.teams{
	text-align: left;
	vertical-align: middle;
}
.team-home, .team-away{
	padding: 10px 0;
}
.header-matches{
	width: 100%;
	height: auto;
	background: linear-gradient(to right,#00254d,#003e80);
}
.name-team{
	width: 100%;
	text-align: left;
	padding: 10px 5px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
}
.name-team span{
	padding: 10px 5px;
	font-size: 0.9rem;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
}
.date-time{
	width: 100%;
	text-align: right;
	padding: 10px 5px;
	color: #ffffff;
}
.date-time span{
	padding: 10px 5px;
	font-size: 0.9rem;
	color: #ffffff;
}
.contain-matches{
	width: 100%;
	height: auto;
	padding: 0 10px;
	display: block;
}
.logo-home-type, .logo-away-type{
	background: #f3f5f6;
	border-radius: 25px;
	padding: 5px;
	width: 100%;
	height: 50px;
	max-width: 50px;
	text-align: center;
	margin: 5px auto;
	display: inline-block;
}
.logo-home-type img, .logo-away-type img{
	width: 100%;
}
.team-logo{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
.matches{
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 10px;
	background: #292e4b;
	display: block;
}
.draggable{
	height: 429px !important;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #ffffff;
    display: block;
}
.time {
    width: 100%;
    display: flex;
}
.time {
  width: 100%;
  display: flex;
}
.time span {
  display: inline-block;
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
	color: #00FFE3;
  flex: 1;
}
#date {
  display: flex;
  flex-direction: row;
}
#date div {
  color: #00FFE3;
}
.top-01{
	padding-top: 100px;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
}
.box img {
  width: 100%;
  height: 100%;
}
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #07f2ff;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009ba3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box p {
  font-size: 15px;
}
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}
.down-info p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1rem;
	color: #ffffff;
    padding: 15px 0;
}
.qr {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    display: block;
}
.qr-code {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0 25px;
    height: auto;
    background: url(../images/download/border-app.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: block;
}
.qr-code img {
    width: 100%;
    border-radius: 10px;
}
btn-app span {
    margin-right: 10px;
}
.btn-app {
    width: 100%;
    margin: 15px 25px;
    font-weight: bold;
}
/*-------------------  partner   ----------------*/
.logos-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 30s linear infinite;
}

.logos-slider-container img {
  width: auto;
  height: 45px;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

h1 {
  text-align: center;
  font-family: "Lato";
  color: #3d4a54;
}
.appbanner {
  position: relative;
    width: 250px;
    height: 440px;
    margin-top: 150px;
    margin-left: 100px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(0.8);
    transition: 0.5s;
}
.appbanner img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
	border-radius: 10px;
	box-shadow: 0 10px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%) !important;
}
.appbanner img:nth-child(4) {
  transform: translate(160px, -160px);
  opacity: 1;
}
.appbanner:hover img:nth-child(4) {
  transform: translate(40px, -40px);
  opacity: 1;
}
.appbanner img:nth-child(3) {
  transform: translate(120px, -120px);
  opacity: 0.8;
}
.appbanner:hover img:nth-child(3) {
  transform: translate(30px, -30px);
  opacity: 0.8;
}
.appbanner img:nth-child(2) {
  transform: translate(80px, -80px);
  opacity: 0.6;
}
.appbanner:hover img:nth-child(2) {
  transform: translate(20px, -30px);
  opacity: 0.6;
}
.appbanner img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 0.4;
}
.appbanner:hover img:nth-child(1) {
  transform: translate(10px, -10px);
  opacity: 0.4;
}
.guide-title {
    color: #0dcaf0;
    font-size: 1.18rem;
    margin: 5px auto;
    text-align: center;
    display: block;
}
.guide-title2 {
    color: #0dcaf0;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.guide-box {
    border-radius: 10px;
    padding: 10px 0;
}
.line-guide img {
    width: 100%;
}
.step-container {
    padding: 20px 0;
    width: 100%;
}
.border-orange{
	border: 1px solid #ff6a00 !important;
}
.text-orange{
	color: #ff6a00 !important;
}
/*------------------   lobby --------------------*/
.itme-games {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
}
.itme-games:hover {
    box-shadow: none !important;
}
.itme-games img {
    width: 100%;
    height: auto;
}
.itme-games p {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
}
.thumbnails {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.item-images {
    padding: 2px;
    background: linear-gradient(-45deg, #0dcaf0, #ffc107, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    border-radius: 10px;
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.thumbnails img {
    width: 100%;
}
.title-02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
}
.title-02 h3 {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
@media (max-width: 500px) {
	.pc{
	display: none;
    }
	.pc-01{
	display: none;
}
	.m-block{
	display: block;
}
	.logo a img {
    width: 100%;
    height: auto;
    max-width: 99px;
    padding: 9px 0;
}
	.btn-lang{
		margin: 6px auto;
    text-align: right;
    float: right;
	}
	.slide-mobile .slide .carousel-inner .carousel-item img{
		border-radius: 10px;
	}
	.btn-control {
    padding: 0px 0;
    display: inline-block;
}
	.thumbnail-mobile-games{
		position: relative;
	}
	.thumbnail-mobile-games a img{
	width: 100%;
}
	.thumbnail-mobile-games a p{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 0.8rem;
		color: #ffffff;
		font-weight: bold;
		position: absolute;
		left: 0;
		bottom: 0px;
		white-space: nowrap;
		text-transform: uppercase;
		z-index: 1;
		background: url("../images/mobile/game/bottom.png") no-repeat;
		background-size: 100% 100%;
		padding: 5px 0;
	}
	.title-section {
    font-size: 0.8rem;
}
.itme-games p {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.networks ul li a img {
    width: 25px;
    height: auto;
}
	.community ul li a img {
    width: 25px;
    text-align: center;
}
	.footer-mobile{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 5px 0;
		background: #111b54;
		display: block;
	}
	.mobile-top{
		width: 100%;
		height: auto;
		display: flex;
	}
	.items{
		text-align: center;
		flex: 1;
	}
	.items a{
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
		display: block;
	}
	.items a span{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 0.8rem;
		padding: 2px 0;
		display: block;
	}
	.homebg{
		width: 1.1rem;
    height: 1.1rem;
    border-radius: 100%;
    border: 0.05rem solid #1e2230;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: -2rem 0 0;
    background-size: contain;
    -webkit-box-shadow: 0 -0.05rem 0.1rem #1e2230;
    box-shadow: 0 -0.05rem 0.1rem #1e2230;
		background: url("../images/mobile/footer/bg.png") no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.homebg i.ico-home {
    width: 100%;
    height: 100%;
    background-size: 55% 55%;
		display: block;
}
	.homebg i.ico-home img{
		padding: 25px 0;
	}
}