* {
  box-sizing: border-box;
}
@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;
	overflow: hidden;
}
.container{
    max-width: 768px;
}
.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: #ffffff;
    -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
}
.promo{
	margin: 2px auto;
}
.item-promo a img{
	width: 100%;
}
.sport-live{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.sport-live img{
	width: 100%;
}
.video{
	width: 100%;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.video img{
	border-radius: 10px;
}
.btn-claim{
	font-weight: bold;
}
.text-sport-live{
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: left;
	position: absolute;
	left: 60%;
	top: 60%;
	/*transform: translate(-50%, -50%);*/
}
.text-sport-live h1{
	font-size: 1.2rem;
	color: #ffffff;
}
.text-sport-live p{
	font-size: 1.8rem;
	color: #f47f1f;
	font-weight: bold;
}
.payment ul{
	width: 100%;
	height: auto;
	text-align: left;
}
.payment ul li{
	display: inline-block;
	padding: 5px;
}
.payment ul li img{
	width: 100%;
	max-width: 28px;
}
.proc ul{
	text-align: left;
}
.proc ul li{
	display: inline-block;
}
.proc ul li img{
	height: 28px;
}
.respo ul{
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
}
.respo ul li{
	display: inline-block;
	height: 28px;
	padding: 5px;
}
.respo ul li img{
	height: 30px;
	padding: 5px;
}
.copy-right{
	width: 100%;
	height: auto;
	padding: 5px 0;
	text-align: center;
	margin: 5px auto;
	font-size: 0.8rem;
	border-top: 1px solid #e7e7e7;
	display: block;
}
@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: #803e04;
    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
}

.navbar-brand img {
    height: 40px
}
.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,header .navbar-toggler-icon {
    background-image:url(../images/menu-resp.svg);
}

.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;
}
/*-----------------  me -----------------------------*/
.slide{
	padding: 0 5px;
}
.carousel-item{
	border-radius: 10px;
	overflow: hidden;
}
nav .collapsible-header i, nav .side-nav li>a>i, nav .side-nav li>a>[class^=mdi-], nav .side-nav li>a li>a>[class*=mdi-], nav .side-nav li>a>i.material-icons {
height:auto;
padding:0;
margin:0;
line-height:normal!important;
color:#fff;
font-size:14px;
width:24px;
text-align:left
}
nav .side-nav {
	/*background-color: #1f1e1e;*/
	color: #ffffff;
	height: 100%
}
nav .side-nav .profil {
	text-align: center;
	padding: 20px 20px 0
}
.profil{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
nav .side-nav li a {
	color: #fff;
	padding: 10px 25px
}
nav .side-nav li .collapsible-header {
	padding: 10px 0 10px 25px
}
nav .side-nav li a, nav .side-nav li .collapsible-header {
	font-weight: 300;
	line-height: normal;
	height: auto;
	color: #003976;
	display: block
}
nav .side-nav .collapsible-body ul li a {
	padding: 10px 25px
}
nav .side-nav li .collapsible-header span i {
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	height: auto
}
nav ul.side-nav li ul.collapsible .collapsible-body ul li .fa {
	color: #fff
}
nav .side-nav li.divider {
	margin-bottom: 20px;
	background-color: rgba(0,0,0,.2)
}
nav .side-nav .collapsible-body, nav .side-nav.fixed .collapsible-body {
	background-color: rgba(0,0,0,.05)
}
nav .side-nav .profil img {
	width: 80px;
	height: auto;
}
nav .side-nav .profil h2 {
	color: #ff6238;
	font-size: 20px;
	cursor: default;
	margin: 0
}
nav .side-nav .profil h6 {
	color: #fff;
	font-size: 15px
}
.navgame{
	padding: 10px 0;
	margin: 5px auto;
	border-top: 1px solid #d3d3d3;
}
.main-sliders {
	margin-top: 66px!important
}
.slides{
	margin: 5px auto;
}
.item-nav{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.item-nav img{
	width: 100%;
	height: auto;
	max-width: 30px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.item-nav span{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #003976;
	display: block;
}
/*----------------------  01 -------------------------*/
.box_game a img{
	border-radius: 10px;
}
.header-games{
	width: 100%;
	height: auto;
	padding: 5px 0;
	display: block;
}
.header-games p.header-title{
	text-align: left;
	font-size: 0.8rem;
	color: #00347f;
	font-weight: bold;
}
.header-games p.viewall{
	text-align: right;
	color: #785200;
	font-size: 0.7rem;
	padding: 10px 0;
}
.f-01{
	font-size: 0.8rem;
}
.loginpage{
	padding: 5px 0;
}
.right{
	margin-right:-16px;
	}
.icon_nav{
	width:100%;
	max-width:40px;
	height:auto;
	padding:0 5px;
	}
.btn-login{
	padding: 0.770rem 2.0rem;
	border-radius:0 !important;
	margin: -2px;
	}
.register{
	background:#f29627;
	}
@media only screen and (max-width: 600px) {
	.btn-login{
	padding: 0.770rem 1.0rem;
	border-radius:0 !important;
	}
	} 
.main_page{
	width:100%;
	max-width:768px;
	height:auto;
	margin:0 auto;
	padding: 0 5px;
	text-align:center;
	display:block;
	}
.container{
	padding-left:0 !important;
	padding-right:0 !important;
	}
.de_wi{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	background:#ffcc00;
	display:block;
	}
.deposit, .widthrow{
	width:100%;
	height:auto;
	text-align:left;
	padding:5px 5px;
	display:block;
	}
.widthrow{
	background:#f29627;
	}
.dw{
	font-size: 20px;
    color: #010101;
    font-weight: 600;
    padding-left: 20px;
    vertical-align: middle;
	}
@media only screen and (max-width: 600px) {
.dw{
	font-size: 16px;
    color: #010101;
    font-weight: 600;
    padding-left: 15px;
    vertical-align: middle;
	}
}
.box_game{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	position:relative;
	display:block;
	}
.box_game h1{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	font-size:0.8rem;
	color:#002579;
	display:block;
	}
.im_3g{
	width:100%;
	}
@media only screen and (max-width: 600px) {
	.box_game h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    font-size:0.8rem;
    color: #002579;
    display: block;
}
	}
.main_footer{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:fixed;
	left:0;
	bottom:0;
	background: #f5f5f5;
	display:block;
	}
.footer_3g{
	width:100%;
	max-width:768px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.box_footer{
	width:100%;
	height:auto;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
	}
.title_footer{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	font-size:0.8rem;
	color:#012374;
	padding:5px 0;
	display:block;
	}
.tabs-game{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 2px auto;
	padding: 5px;
	display: block;
}
.scrol-nav{
	background: #e5e7eb;
	border-radius: 10px;
}
.tab {
  border: 1px solid #ccc;
	border-radius: 10px;
  background-color: #f1f1f1;
  width: 100%;
	max-width: 768px;
  height: auto;
	display: flex;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #00007d;
  padding: 7px 10px;
  width: 100px !important;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.7rem;
	flex: 1;
}
.nav-slot{
	background-image: -webkit-linear-gradient(top, #0a6d8d 13%, #12416f 73%, #086789);
    background-image: linear-gradient(180deg, #0a6d8d 13%, #12416f 73%, #086789);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #003b72, inset 0 -2px 1px 0 #007fff;
    color: #004cc9;
	padding: 7px 0;
	border-radius: 5px;
	display: block;
	margin: 2px auto;
	text-align: center;
}
.nav-slot a{
	color: #ffffff;
	font-size: 0.7rem;
}
.slot-games{
	margin: 5px auto;
}
.box-slot{
	text-align: center;
	margin: 5px auto;
}
.box-slot img{
	width: 100%;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  width: 100%;
  height: auto;
}
.tablinks i img{
	width: 20px;
	display: inline-block;
}
.page{
	padding-bottom:90px;
	}
.language ul{
	padding-top:15px;
	}
.language ul li{
	padding:15px 0;
	display:block;
	border-bottom:1px solid #583200;
	}
.lang_text{
	padding:0 15px;
	color: #e29129;
    font-weight: 500;
	}
.detail{
	padding:15px 5px;
	font-size:16px;
	color:#ffcd00;
	text-align:left;
	display:block;
	}
.forms{
	margin:0 5px;
	padding-top:30px;
	}
.contact{
	width:100%;
	max-width:600px;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.contact ul li{
	padding: 10px 5px;
    text-align: left;
    border: 1px solid #f8d200;
    margin: 5px 5px;
    border-radius: 5px;
    background: #976504;
	display: block;
	}
.contact ul li a span{
	text-align:right;
	color:#ffc107;
	}
.contact ul li a img{
	padding:0 15px;
	}
.box-sport{
    margin: 10px 0;
    border-bottom: 1px solid #f29627;
    border-radius: 5px;
	}
.box_casino{
	padding:5px 0;
	margin:0 auto;
	display:block;
	}
.box-num{
	margin:5px 0;
	}
.box-poker{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	display:block;
	}