@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 400;
    src: local("Battambang"), url(font/battambang.woff2);format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 700;
    src: local("Battambang Bold"), local("Battambang-Bold"), url(font/battambang-bold.woff2) format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/*paginat*/
.table-responsive > .table-bordered{
    margin-bottom: 1px!important;
}
ul.pagination {
    /*display: inline-block;*/
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0;
}
ul.pagination > li {
    float: left;
    margin-right: 10px;
}
ul.pagination .fa, .far, .fas {
    color: #a15a00;
}
ul.pagination > li > a.current-page {
    color: #000;
    font-weight: bold;
}

.row .table-responsive{
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

/*end*/
a, a:hover, a:visited, a:link, a:focus {
    text-decoration: none
}
a{color:#666}
.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
	background: #1f2127;
}
.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: fixed;
    z-index: 1031;
    background-color: #373737;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.namewiner span{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}
.top-rated {
  position: relative;
  
}

.top-rated img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-rated {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.top-rated:hover .images-rated {
  opacity: 0.3;
}

.top-rated:hover .middle-rated {
  opacity: 1;
}
.top-rated-game{
	overflow: hidden;
	border-radius: 10px;
	background: #2b3035;
	
}
.btn-02{
	width: auto;
    padding: 0.625rem;
    margin: .9375rem auto;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
}
.playnow-01{
	background-image: conic-gradient(from 1turn, rgba(136, 83, 252, .7), rgba(110, 52, 226, .7));
}
.playnow-01:hover{
	background-image: conic-gradient(from 1turn, rgba(136, 83, 252, .7), rgba(110, 52, 226, .7));
}
@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 275px
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #614f00;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}
.navbar-toggler{-webkit-box-sizing:border-box;box-sizing: border-box!important;}
.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}
.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: .85rem
}

.menu-link:focus {
    background: #744010
}
html, body {
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    background: #efebeb;
    font-family: Battambang, Arial, "Helvetica Neue","Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #c26600;
    margin: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu > div {
    font-size: .9rem
}
.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}
.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}
.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon, .navbar-toggler-icon {
    background-image:url(../images/menu-resp.svg);
}
.navbar-toggler-icon{
	width: 1.8em;
    height: 1.5em;
}
.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}
.clearfix {
    clear: both
}

.row.no-gutters-5{
    margin-left: -5px;
    margin-right: -5px;
}
.row.no-gutters-5 a span{
    color:#000;
    padding-top: 8px;
}
.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.bg-2, .footer-m {
    background-color: #24262b;
}
.navbar-toggler{
	border: none;
}
/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.container{
	padding-right:0 !important;
    padding-left:0 !important;
	}

.second{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:5px 0;
	display:block;
	}
.layout-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	display:block;
	}
.btn1{
	border-radius:0px;
	}
.nav-game{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	padding:10px 5px;
	}
.box-game-nav{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:5px  auto;
	border:1px solid #5e5e5e;
	border-radius:3px;
	display:block;
	}
.box-game-nav a img{
	width:100%;
	max-width:29px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.t-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.6rem;
	display:block;
	}
.nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #5e5e5e;
	position:relative;
	}
.quicklinks{
	width:100%;
	max-width:150px;
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0 auto;
	font-size:.7rem;
	color:#888787;
	background:#373737;
	display:block;
	}
.quick{
	width:100%;
	margin:0 auto;
	padding:10px 5px;
	display:block;
	}
.icon-nav2{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:5px  auto;
	border:1px solid #5e5e5e;
	border-radius:3px;
	display:block;
	}
.t-nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.7rem;
	display:block;
	}
.t-casino{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.7rem;
	display:block;
	}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.footer-m{
	display: none;
}
.btn-login{
	color: #ffffff;
    background-color: #1d803ab3;
    background-image: conic-gradient(from 1turn, rgba(88, 175, 16, 1), rgba(29, 128, 58, 1));
	width: 112px;
    height: 44px;
    margin-right: 24px;
    font-weight: 600;
}
.btn-register{
	color: #ffffff;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1));
	width: 112px;
    height: 44px;
    margin-right: 24px;
    font-weight: 600;
}
.header{
	background: #2D3035;
}
.logo{
	text-align: left;
}
.logo img{
	width: 70px;
	height: auto;
	padding: 6px 0;
	
}
.form-login{
	padding: 15px 0;
}
.footer-info-slider{
	width: 100%;
	padding: 5px;
	display: block;
}
.footer-info-slider ul{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px 0;
}
.footer-info-slider ul li{
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
}
.footer-info-slider ul li p{
	color: #ffffff;
}
.footer-info-slider ul li a img{
	width: 100%;
	max-width: 35px;
	height: auto;
}
.infosilider{
	position: relative;
}
.info-slider{
	width: 100%;
	max-width: 490px;
	height: auto;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 100px;
	display: block;
}
.info-slider p.info-slider-01{
	font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
	color: #ffffff;
}
.info-slider p.info-slider-02{
	font-size: 3.125rem;
    font-weight: bold;
	background: linear-gradient(90deg, #b5e916 22.99%, #43c111 73.57%);
        color: transparent;
        -webkit-background-clip: text;
	line-height: 47px;
    text-transform: uppercase;
}
.game-thumbnail{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.mask{
	position: absolute;
    inset: 0;
    z-index: 3;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.42,0,.03,1) .7s;
    transition: opacity cubic-bezier(.42,0,.03,1) .7s;
}
.main-content{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    padding: 1.25rem .75rem;
    -webkit-backdrop-filter: blur(1.5625rem);
    backdrop-filter: blur(1.5625rem);
    -webkit-transition: all cubic-bezier(.42,0,.03,1) .7s;
     transition: all cubic-bezier(.42,0,.03,1) .7s;
}
.main-content p.title{
	line-height: 1;
    color: var(--g52yms);
    font-size: 1.5rem;
	text-align: left;
    font-weight: 900;
	color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: color cubic-bezier(.42,0,.03,1) .7s;
    transition: color cubic-bezier(.42,0,.03,1) .7s;
}
.btn-goto{
	width: 100%;
	height: 2.5rem;
    margin: .75rem auto;
    color: #ffffff;
	font-weight: bold;
	background-image: linear-gradient(91deg, #5617cb 0%, #8447f6 96.49%);
	border: none;
}
.btn-goto:hover{
	color: #EFEFEF;
}
.game-thumbnail img{
	width: 100%;
}
.game-thumbnail:hover img{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.game-thumbnail:hover> .main-content{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.section{
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.game-thumbnail .blur {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
     transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    width: 109.54%;
    aspect-ratio: 356 / 196;
    border-radius: 22.25rem;
    -webkit-filter: blur(2.625rem);
    filter: blur(2.625rem);
}
.casino-thumbnail{
	background: #6216e9;
}
.sport-thumbnail{
	background: #079234;
}
.slot-thumbnail{
	background: #c46b02;
}
.lottery-thumbnail{
	background: #f42525;
}
.bg-winer{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 5px;
	background: #2d3035;
	border-radius: 10px;
	display: inline-block;
}
.thumbnail-winner{
	display: inline-block;
    width: 100%;
    max-width: 84px;
    text-align: center;
    margin: 5px;
}
.namewiner{
	vertical-align: middle;
	display: block;
}
.gameswin img{
	border-radius: 5px;
	width: 100%;
}
.level-winer img{
	width: 35px;
	height: auto;
	padding: 2px 5px;
}
.winner{
	font-size: 0.8rem;
	color: #ffffff;
}
.amount{
	font-size: 0.8rem;
	color: #3dcb12;
	font-weight: bold;
}
.title-section{
	text-align:left;
	font-size: 1.1rem;
	color: #ffffff;
	padding: 5px 5px;
	display: block;
	white-space: nowrap;
}
.namegame{
	font-size: 0.8rem;
	color: #ffffff;
	text-align: left;
	padding: 2px;
	display: block;
}
.card-body h3{
	font-size: 0.9rem;
	color: #ffffff;
	text-align: left;
	padding: 2px;
	display: block;
}
.iconplay img{
	width: 55px;
}
.thumbnail-promotion{
	margin: 5px;
}
.thumbnail-promotion a img{
	border-radius: 10px;
	width: 100%;
}
.sliderpromotion .slick-prev:before {
    content:none;
}
.sliderpromotion .slick-next:before {
    content:none;
}
.bg-payment{
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	display: block;
}
.payment-lish{
	width: 100%;
	height: auto;
	background: url("../images/home/payment/bg.jpg") no-repeat;
	background-size: 100% 100%;
}
.payment-lish ul{
	width: 100%;
	height: auto;
	padding: 57px 10px;
}
.payment-lish ul li{
	display: inline-block;
	margin: 5px;
}
.payment-lish ul li a img{
	width: auto;
	height: 35px;
}
.payment-opt{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 20px 20px;
	background: url("../images/home/payment/bg-01.jpg") no-repeat;
	background-size: 100% 100%;
}
.btn-deposit{
	width: 7.75rem;
    height: 2.8rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1));
    border-radius: 5px;
}
.payment-title, .payment-desc, .payment-desc span{
	color: #ffffff;
    font-size: 1.25rem;
	font-weight: 600;
	padding: 4px 0;
}
.footerpc{
	background: #282A30;
	padding: 5px 0;
}
.community{
	width: 100%;
	height: auto;
}
.community ul{
	width: 100%;
	height: auto;
}
.community ul li{
	display: inline-block;
	margin: 5px;
}
.info-footer h3, .community h3{
	text-align: left;
	color: #E4E4E4;
	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: #B5B5B5;
	font-size: 0.7rem;
}
.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;
}
.d{
	background: #00e6e6;
}
.play-02{
	background-image: linear-gradient(91deg, #1e7d3a 0%, #2cae53 100%);
}
.play-03{
	background-image: linear-gradient(91deg, #cc6504 0%, #eb9c53 100%);
}
.play-04{
	background-image: linear-gradient(91deg, #800000 0%, #ff6666 100%);
}
.play-05{
	background-image: linear-gradient(91deg, #00cccc 0%, #1affff 100%);
}
@media (max-width: 768px) {
	w-m{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;	
		}
	.footer-m{
		display: block;
      }
}
.bg-winer .slick-prev:before {
    content:none;
}
.bg-winer .slick-next:before {
    content:none;
}
@media (max-width: 500px) {
    .footer-m{
		display: block;
      }
	.menu-mo{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: flex;
	}
	.thumbnail-menu{
		flex: 1;
		padding: 2px 0;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
	}
	p.name-top-footer{
		color: #ffffff;
		font-size: 0.8rem;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.icon-promo{
		margin-top: -20px;
	}
	.info-slider p.info-slider-01{
	font-size: 0.7rem;
		line-height: 18px;
}
	.info-slider p.info-slider-02{
	font-size: 1.2rem;
		font-weight: 700;
		line-height: 18px;
}
	.info-slider{
	width: 100%;
	max-width: 300px;
	height: auto;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
}
	.btn-mobile{
		width: 5.125rem;
        height: 2.1rem;
		font-size: 0.7rem;
		padding: 2px 5px !important;
	}
	.footer-info-slider ul li a img{
	width: 100%;
	max-width: 20px;
	height: auto;
}
	.footer-info-slider{
		padding: 2px 0;
	}
	.footer-info-slider ul{
		padding: 0px;
	}
	.footer-info-slider ul li{
		padding: 2px;
	}
	.footer-info-slider ul li button{
		margin-right: 0 !important;
	}
	.logo img {
    width: 150px;
    height: auto;
    padding: 5px 0;
}
	.form-login {
    padding: 12px 0;
}
	.section{
		padding: 7px 5px;
	}
	.main-content p.title {
    line-height: 1;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: color cubic-bezier(.42,0,.03,1) .7s;
    transition: color cubic-bezier(.42,0,.03,1) .7s;
}
	.btn-m-02{
		width: 8.125rem;
        height: 2.5rem;
	}
	.sponsorship ul li{
	display: inline-block;
	padding: 5px 10px;
}
	.sponsorship ul li a img{
	height: 45px;
	width: auto;
}
	.promotion-h{
		display: none;
	}
	.section-nav{
		padding: 5px 4px;
	}
	.btn-bonus{
	align-items: center;
    height: 46px;
    width: 100%;
		border-radius: 5px;
		background: #4a4a4a;
		vertical-align: middle;
		color: #ffffff;
		font-size: 0.9rem;
	}
	.btn-quest{
		margin-top: 8px;
    width: 100%;
    height: 42px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
		margin: 0 auto;
		background: linear-gradient(26.79deg, rgba(109, 43, 255, .480402) 1.86%, rgba(109, 43, 255, .04) 85.25%, rgba(109, 43, 255, .04) 85.25%), rgba(216, 216, 216, .05);
		border-radius: 5px;
		color: #ffffff;
	}
	.btn-quest span img{
		width: 30px;
		height: auto;
	}
	.bt{
		padding: 5px 0;
	}
	.btn-lucky{
		margin-top: 8px;
    width: 100%;
    height: 42px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
		margin: 0 auto;
		background: linear-gradient(19.92deg, rgba(175, 13, 132, .511772) -6.45%, rgba(175, 13, 132, .04) 78.77%), rgba(216, 216, 216, .05);
		border-radius: 5px;
		color: #ffffff;
	}
}