@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
    color: #ffd868;
	font-size: 1.0rem;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	display: block;
}
.w-100, .section, .btn-block{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.section{
	padding: 10px 0;
}
.header{
	background: #ffffff;
}
.logo a img{
	width: 65px;
	padding: 5px 0;
}
.date{
	display: inline-block;
	color: #000000;
}
.btn-lang-pc img{
	width: 20px;
	height: auto;
}
.bg-footers {
    background: #020d4b;
    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;
}
.w-input{
	max-width: 130px;
	background: #516afb;
	border: 1px solid #062bf9;
}
.code-refrest{
	font-size: 1.1rem;
	color: #ffc107;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 7px;
}
input.w-input::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.bg-nav{
	background: #0524dd;
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
	vertical-align: middle;
	background: linear-gradient(to top, #0524dd 0%, #0524dd 3%, #ff9900 50%, #0524dd 97%, #0524dd 100%) left bottom #0524dd no-repeat;
    align-items: center;
    border-bottom: 0 none;
    background-size: 1px 100%;
}
.none-bg{
	background: none !important;
}
.nav ul li a{
	font-size: 1.1rem;
	color: #ffffff;
	padding: 10px 0;
	vertical-align: middle;
	display: block;
}
.nav ul li:hover> a, .nav ul li.nav-ation a{
	font-size: 1.1rem;
	color: #ffc107;
	padding: 10px 0;
	vertical-align: middle;
	display: block;
}
.nav ul li a span{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.nav ul li a span.icon-home-pc{
	background: url("../images/icon/home.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-home-pc, .nav ul li:hover a span.icon-home-pc{
	background: url("../images/icon/action/home.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-sport-pc{
	background: url("../images/icon/sport.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-sport-pc, .nav ul li:hover a span.icon-sport-pc{
	background: url("../images/icon/action/sport.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-casino-pc{
	background: url("../images/icon/casino.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-casino-pc, .nav ul li:hover a span.icon-casino-pc{
	background: url("../images/icon/action/casino.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-slot-pc{
	background: url("../images/icon/slot.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-slot-pc, .nav ul li:hover a span.icon-slot-pc{
	background: url("../images/icon/action/slot.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-number-pc{
	background: url("../images/icon/number.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-number-pc, .nav ul li:hover a span.icon-number-pc{
	background: url("../images/icon/action/number.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-lottery-pc{
	background: url("../images/icon/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-lottery-pc, .nav ul li:hover a span.icon-lottery-pc{
	background: url("../images/icon/action/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-fishing-pc{
	background: url("../images/icon/fishing.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-fishing-pc, .nav ul li:hover a span.icon-fishing-pc{
	background: url("../images/icon/action/fishing.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-cocks-pc{
	background: url("../images/icon/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-cocks-pc, .nav ul li:hover a span.icon-cocks-pc{
	background: url("../images/icon/action/cock.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-poker-pc{
	background: url("../images/icon/poker.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-poker-pc, .nav ul li:hover a span.icon-poker-pc{
	background: url("../images/icon/action/poker.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a span.icon-promotion-pc{
	background: url("../images/icon/promotion.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-ation a span.icon-promotion-pc, .nav ul li:hover a span.icon-promotion-pc{
	background: url("../images/icon/action/promotion.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.slider{
	padding-top: 110px;
}
.header-section{
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
}
.header-section p{
	font-size: 1.2rem;
	color: #0524dd;
	font-weight: bold;	
}
.box-hotgame{
	margin: 15px 10px;
}
.item-hotgame {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
  position: relative;
	border-radius: 5px;
}
.item-hotgame img{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0524dd;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.item-hotgame:hover .overlay {
  height: 100%;
	opacity: 0.8;
}

.btnplay {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.namehotgame{
	width: 100%;
	font-size: 1.0rem;
	color: #020d4b;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.bg-news{
	background: rgba(105, 105, 105, .4);
	padding: 5px 0;
}
.item-renow img{
	border-radius: 7px;
}
.icon-app{
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
}
.icon-app img{
	width: 100%;
	max-width: 100px;
	height: auto;
}
.qr-download{
	display: flex !important;
}
.qr{
	flex: 1;
}
.qr img{
	width: 100%;
	max-width: 150px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.btn-download span{
	display: inline-block !important;
	vertical-align: middle;
}
.btn-download span img{
	width: 25px;
	height: auto;
}
.btn-download{
	max-width: 150px;
	padding: 0px 0 !important;
}
.title-download{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 0;
	display: block;
}
.title-download h1{
	font-size: 1.5rem;
	color: #0524dd;
	font-weight: 700;
}
.title-download p{
	font-size: 1.1rem;
	color: #0524dd;
	font-weight: bold;
}
.title-download p.sub-title-download{
	font-size: 1.0rem;
	color: #00072e;
	font-weight: bold;
}
.info-web{
	background: #f9f9f9;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	display: block;
}
.icon-info-web img{
	width: 100%;
	max-width: 70px;
}
.container-info-web h1{
	color: #0524dd;
}
.container-info-web p{
	color: #0524dd;
	font-size: 0.8rem;
}
.icon-news{
	background: rgb(195 195 195);
	padding: 4px 15px;
}
.news ul li{
	display: inline-block !important;
	vertical-align: middle;
}

/*----------------------*/
.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-column: span 2 / span 2;
	gap: 1rem;
	display: grid;
    }
.row-span-2{
	grid-row: span 2 / span 2;
}
ul.grid li a img.game-2{
	width: 100%;
	height: 237px;
}
ul.grid li a img{
	border-radius: 10px;
}
ul.grid li{
	overflow: hidden;
	border-radius: 10px;
}
ul.grid li a{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.title-recom{
	width: 100%;
	font-size: 2.0rem;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	background-image: linear-gradient(#0524dd00, #03157d);
	display: block;
}
.title-recom{
	padding: 20px 0;
}
.title-recom, .games-recom{
	transition: .5s ease;
}
ul.grid li:hover> a h1.title-recom{
	padding: 30px;
}
ul.grid li:hover> a .games-recom{
	padding-top: 10px;
}
/*------------------  sport lobby --------------------*/
.sport-item{
	width: 100%;
	height: 350px;
    cursor: pointer;
    overflow: hidden;
	background: url("../images/lobby/sport/bg-sport.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
    position: relative;
    z-index: 1;
	display: inline-block;
}

.sport-item__bg{
    border-radius: 10px;
    overflow: hidden
}

.sport-item__logo{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 2
}

.sport-item__logo--bg{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: .3s;
    width: 100%
}

.sport-item__logo--title{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.sport-item__logo--title .sport-title-container{
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center
}

.sport-item__logo--title .sport-title-container .icon{
    width: 36px
}

.sport-item__logo--title .sport-title-container .title{
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase
}

.sport-item__people{
    border-radius: 10px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transition: .3s
}

.sport-item__people img{
    border-radius: 10px;
	width: 100%;
}

.sport-item__button{
    display: none
}

.sport-item__button .btn-bet{
    align-items: center;
    background: #dc354b;
    border-radius: 6px;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 108px
}

.sport-item__button .btn-bet span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.sport-item__button .btn-bet:hover {
    filter: brightness(.7)
}

.sport-item:hover .sport-item__people{
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    transform: translateY(-5px)
}

.sport-item:hover .sport-item__logo--bg{
    content: url("../images/lobby/sport/bg-item-title-hover.png");
    height: 111px
}

.sport-item:hover .sport-item__button{
    display: block
}
/*------------  end sport lobby -----------------*/

/*---------  casino lobby -----------------*/
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.casino-lobby {
    background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/*------------------  end casino lobby --------------*/
.bg-slots {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/*------------------  lottery ---------------*/
.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;
  background: #0524dd url("../images/lobby/getimgs.svg") no-repeat; }
.box img {
  width: 100%;
  height: 100%; }
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #120b6f;
  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: #120b6f;
  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; }
.poker-lobby {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/*--------------  end lottery lobby ----------------*/
.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: 5px 0;
    max-width: 150px;
}
	.slider {
    padding-top: 52px;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.btn-languages img{
		width: 25px;
		height: auto;
	}	
	.contain-news{
	background: rgba(105, 105, 105, .4);
    display: block;
    border-radius: 7px;
    overflow: hidden
	}
	.header-section p {
    font-size: 0.9rem;
    color: #0524dd;
    font-weight: bold;
}
	.offcanvas {
		background: #020d4b;
	}
	.bg-news{
		background: none !important;
		padding: 10px;
	}
	.news{
		padding: 10px;
	}
	.btnplay {
    color: white;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    text-align: center;
}
	.contain-news{
		padding: 0px !important;
	}
	.no-radius{
		border-radius: 0px;
	}
	.mobile-download{
		padding: 30px;
		background: url("../images/download/bg-m.jpg") no-repeat;
		background-size: 100% 100%;
		border-radius: 10px;
		display: block;
	}
	.container{
		padding: 0 5px;
	}
	.a-recommend{
		background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
		padding: 2px;
		border-radius: 5px;
		overflow: hidden;
	}
	@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

	.box-recom{
		background: #0524dd;
		border-radius: 5px;
		overflow: hidden;
		display: block;
	}
	.box-recom img{
		width: 100%;
	}
	.box-recom h1{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		padding: 5px 0;
		color: #ffffff;
		font-size: 0.9rem;
		display: block;
	}
	.offcanvas{
		max-width: 300px;
	}
	.btn-nav{
		margin: 10px auto;
		text-align: left;
		vertical-align: middle;
	}
	.btn-nav span{
		width: 24px;
		height: 24px;
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
	}
	.btn-nav span.icon-home-h{
		background: url("../images/icon/home.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-sport-h{
		background: url("../images/icon/sport.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-casino-h{
		background: url("../images/icon/casino.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-slot-h{
		background: url("../images/icon/slot.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-lottery-h{
		background: url("../images/icon/lottery.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-number-h{
		background: url("../images/icon/number.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-fishing-h{
		background: url("../images/icon/fishing.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-cocks-h{
		background: url("../images/icon/cocks.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-poker-h{
		background: url("../images/icon/poker.png") no-repeat;
		background-size: 100% 100%;
	}
	.btn-nav span.icon-promotion-h{
		background: url("../images/icon/promotion.png") no-repeat;
		background-size: 100% 100%;
	}
	.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2 / span 2;
    gap: 1rem;
    display: grid;
}
	.title-recom {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background-image: linear-gradient(#0524dd00, #03157d);
    display: block;
}
	.sport-item {
        width: 100%;
        height: 170px;
        cursor: pointer;
        overflow: hidden;
        background: url(../images/lobby/sport/bg-sport.png) no-repeat;
        background-size: 100% 100%;
        border-radius: 10px;
        position: relative;
        z-index: 1;
    }
	.sport-item__logo--title .sport-title-container .title {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
	.thumbnails-bg a {
        position: relative;
        display: block;
        height: 135px !important;
        background-size: cover;
    }
	.thumbnails-bg a span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 15px;
        transition-duration: 0.3s;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
}