* {
  box-sizing: border-box;
}
.bg{
	background:#111111;
	}
@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
}
.box_footer{
	width: 100%;
	height: auto;
	text-align: center;
	margin:  0 auto;
	display: block;
}
/*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
}
.box_2{
	width: 100%;
	height: auto;
	margin: 5px auto;
	border: 1px solid #eebe1c;
	border-radius: 5px;
	position: relative;
	display: block;
}
.box_2 a img{
	border-radius: 5px;
}
.info_box{
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.info_box h1{
	font-size: 25px;
	color: #ffffff;
	padding: 5px 0;
	width: 100%;
	height: auto;
}
.logo_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
}
/*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: #8D4300;
    -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
}

@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;
}
.bg-2 {
    background-color: #251503;
}
/*-----------------  me -----------------------------*/
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: #fff;
	height: 100%
}
nav .side-nav .profil {
	text-align: center;
	padding: 20px 20px 0
}
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;
	border-top: 1px solid #a9720961;
	line-height: normal;
	height: auto;
	color: #f2a40e;
    font-weight: bold;
	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: 80px
}
nav .side-nav .profil h2 {
	color: #ff6238;
	font-size: 20px;
	cursor: default;
	margin: 0
}
nav .side-nav .profil h6 {
	color: #fff;
	font-size: 15px
}
.main-sliders {
	margin-top: 66px!important
}
.box_casino{
	padding: 5px 0;
    margin: 5px auto;
	background: #e29a10;
	border-radius: 5px;
	border: 1px solid #f0c521;
    display: block;
}
.box_casino a h1{
	font-size: 16px;
	text-align: left;
	padding: 5px;
	color: #1B1B1B;
	display: block;
}
.lasts{
	width: 100%;
	height: auto;
	padding: 5px 0;
	display: block;
}
.lasts h3{
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	display: block;
}
/*----------------------  01 -------------------------*/
.right{
	margin-right:-16px;
	}
.icon_nav{
	width:100%;
	max-width:40px;
	height:auto;
	padding:0 5px;
	}
.btn-login{
	padding: 0.50rem 2.0rem;
	background: url("../images/btn_r.png") no-repeat;
	background-size: 100% 100%;
	color: #333333;
	font-weight: 600;
	}
.register{
	background:url("../images/btn_r.png") no-repeat;
	background-size: 100% 100%;
	color: #333333;
	padding: 0.50rem 2.0rem;
	font-weight: 600;
	}
.btn:hover {
    color: #ffcc00 !important;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
	.btn-login{
	padding: 0.13rem 0.8rem;
    font-weight: 600;
	}
	.register {
    padding: 0.13rem 0.8rem;
    font-weight: 600;
}
	} 
.main_page{
	width:100%;
	max-width:768px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.container{
	padding-left:0 !important;
	padding-right:0 !important;
	}
.de_wi{
	width:100%;
	height:auto;
	margin:5px auto;
	text-align:center;
	display:block;
	}
.deposit, .widthrow{
	width:100%;
	height:auto;
	text-align:left;
	padding:10px 5px;
	text-align: center;
	margin: 0 auto;
	display:block;
	}
.deposit{
	background: url("../images/btn_d.png");
	background-size: 100% 100%;
}
.widthrow{
	background:url("../images/btn_w.png");
	background-size: 100% 100%;
	}
.dw{
	font-size: 20px;
    color: #010101;
    font-weight: 600;
    padding-left: 20px;
    vertical-align: middle;
	}
.box_footer a img{
	width: 100%;
	height: auto;
	max-width: 25px;
}
.box_game{
	width:100%;
	height:auto;
	margin:2px;
	text-align:center;
	position:relative;
	background: url("../images/images/home/bg.png");
	background-size: 100% 100%;
	border-radius: 5px;
	display:block;
	}
.box_game h1{
	width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    /* padding: 5px 0; */
    line-height: 45px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 1px #ffc05e;
    letter-spacing: 0px;
    background: url(../images/btn_d.png);
    background-size: 100% 100%;
    display: block;
	}
.im_3g{
	width:100%;
	}
@media only screen and (max-width: 600px) {
.dw{
	font-size: 16px;
    color: #010101;
    font-weight: 600;
    padding-left: 15px;
    vertical-align: middle;
	}
.deposit, .widthrow {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5px 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.box_game{
	width:100%;
	height:auto;
	margin:2px;
	text-align:center;
	position:relative;
	background: url("../images/images/home/bg.png");
	background-size: 100% 100%;
	border-radius: 5px;
	display:block;
	}
.box_game h1{
	width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    /* padding: 5px 0; */
    line-height: 45px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 1px #ffc05e;
    letter-spacing: 0px;
    background: url(../images/btn_d.png);
    background-size: 100% 100%;
    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;
	line-height: 35px;
    /* padding: 5px 0; */
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 14px;
    color: #010101;
    display: block;
}
	}
.main_footer{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:fixed;
	left:0;
	bottom:0;
	background: #251503;
	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:2px 0;
	margin:0 auto;
	text-align:center;
	}
.title_footer{
	width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e8a81a;
    padding: 0px 0;
    display: 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:5px 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;
	}
.d-block {
    border-radius: 5px;
}
