@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: #141414;
}
.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: #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
}

@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
}

.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.png");
}

.footer-top {
    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;
}
.header{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	background: #141414;
	z-index: 9;
	display: block;
}
/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.login-form ul li{
	display: inline-block;
	padding: 4px 5px;
	vertical-align: middle;
	margin: 2px;
}
.login-form ul li a{
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
}
.login-form ul li div.icon-user-logoin img{
	width: 50px;
}
.login-form h3{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #ffe078;
	padding: 10px 0;
}
.login-form{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.jack_pot span {
    font-size: 35px;
    color: #ff4433;
    padding: 10px 0;
    font-weight: bold;
}
.bg-jackpot{
	width: 100%;
	height: auto;
	margin: 10px auto;
	position: relative;
}
.bg-jackpot img{
	width: 100%;
}
.jack_pot{
	width: 300px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
}
.banner-top img, .banner-item-01 img{
	width: 100%
}
.hot-games, .item-01{
	position: relative;
}
.title-hot-game{
	width: 250px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
}
.title-games {
	font-size: 28px;
	color: #fbdd9c;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
}
.btn-play{
	 background-image: linear-gradient(to right, #ffe095 , #ed9668);
}
.main_home{
	background: #000000;
}
.title-item-01{
	width: 100%;
	max-width: 250px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.title-item-01 p{
	font-size: 1.2rem;
	color: #fbdd9c;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.item-01{
	margin: 2px;
}
.footer{
	background: #0d0d0d;
	padding: 5px 0;
}
.w-768{
	width: 100%;
	max-width: 768px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.section-info{
	padding: 5px 5px;
}
.section-info p{
	text-align: left;
	color: #EBEBEB;
	font-size: 0.7rem;
	display: block;
}
.border-b{
	border-bottom: 1px dashed;
}
.footer-info h3{
	text-align: left;
	padding: 5px;
	color: #ffffff;
	font-size: 0.8rem;
	display: block;
}
.footer-info ul{
	text-align: left;
}
.footer-info ul li{
	text-align: left;
	display: inline-block;
	padding: 2px;
	margin: 2px;
}
.footer-info ul li a img{
	width: 30px;
}
.item-game-01{
	position: relative;
	border: 1px solid #534c37;
	border-radius: 10px;
	margin: 5px auto;
	overflow: hidden;
}
.item-game-01 img{
	width: 100%;
}
.item-game-01 p{
	position: absolute;
    left: 20px;
    top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fbd990;
	text-transform: uppercase;
}
.lobbys{
	padding: 5px;
}
.item-game-01 p.title-game-02{
	position: absolute;
	left: 5px;
	top: 5px;
}
@media (max-width: 500px) {
    .img-item i, .tran i {
        width: 100%;
        height: 70px
    }
	.jack_pot {
    width: 178px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
}
	.jack_pot span {
    font-size: 20px;
    color: #ff4433;
    padding: 10px 0;
    font-weight: bold;
}
.title-games {
    font-size: 18px;
    padding: 5px 0;
}
.title-item-01 p {
    font-size: 1rem;
    padding: 2px 0;
}
.footer-info ul li a img{
	width: 25px;
}
	.item-game-01 p {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fbd990;
}
}

.container{
	padding-right:0 !important;
    padding-left:0 !important;
	padding-top: 55px;
	}



/*----------------------  me 2   ---------------------------------*/
.lobby-display .icon-thumbnail {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 5px;
	list-style: none
}

.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:#fbdd9c;
	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:#fbdd9c;
	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.5rem;
	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;
	}
.register{
	color: #e7695e !important;
}