@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: #050505;
}
.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-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: #222222;
}
/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	padding: 5px;
	}
.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;
	}
.box-promotion-slide{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
	background:#000000;
	display:block;
	}
.title-slide{
	width:100%;
	max-width:150px;
	height:auto;
	padding:5px 0;
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0 auto;
	text-align:center;
	color:#ffe000;
	background: #000000 url("../images/btn.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	}
.promotion-slide{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	}
.promotion-slide p{
	color:#ffe44d;
	}
	
.box-game-nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    background: url("../images/home/box.png") no-repeat;
	background-size: 100% 100%;
    border-radius: 3px;
    display: block;
}
.box-game-nav a img {
    width: 100%;
    max-width: 50px;
    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: #ffcf00;
    font-size: 0.6rem;
    display: block;
}
.header{
	background-image: linear-gradient(#2c2c2c, #0a0a0a);
}
.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: #ffcf00;
    background: #373737;
    display: block;
}
.quick {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
}
.icon-nav2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    background: url("../images/home/box.png") no-repeat;
	background-size: 100% 100%;
    border-radius: 3px;
    display: block;
}
.t-nav2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #ffcf00;
    font-size: 0.5rem;
    display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.header-menu p{
	width: 100%;
	height: auto;
	padding: 5px 0;
	color: #ffcf00;
	font-size: 0.8rem;
	font-weight: bold;
	display: block;
}
.nav-game{
	margin: 10px auto;
	padding: 10px 0;
}
.loginregister{
	margin: 5px auto;
	padding: 5px;
}
.btn1{
	background: url("../images/btn.png") no-repeat;
	background-size: 100% 100%;
	border: none !important;
	color: #ffcf00;
	padding: 10px 0;
	font-size: 0.8rem;
	border-radius: 10px;
}
.btn2{
	background: url("../images/btn2.png") no-repeat;
	background-size: 100% 100%;
	border: none !important;
	color: #000000;
	padding: 10px 0;
	font-size: 0.8rem;
	border-radius: 10px;
}
.bganounment{
	padding: 5px 5px;
	margin: 5px auto;
	position: relative;
	background: url("../images/bg-anounment.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.news{
	padding-top: 0px;
}
.icon-news{
	position: absolute;
	left: 1px;
	top: 1px;
	padding: 8px 10px;
	background-image: linear-gradient(#3d3d3d, #0d0d0d);
	border-radius: 10px 0 0 10px;
	z-index: 9;
}
.news marquee{
	padding: 5px 10px;
	margin: 0 auto;
	color: #ffcf00;
	display: block;
}
.items{
	position: relative;
	padding: 2px;
}
.titlegames{
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 1.7rem;
    font-weight: 700;
	color: #ffe44d;
    text-transform: uppercase;
}
.home-display{
	padding: 10px 0;
}
.footer{
	position: fixed;
	left:0;
	bottom: -1px;
	background-image: linear-gradient(#3d3d3d, #0d0d0d);
	z-index: 999;
}
.w-768{
	width: 100%;
	height: auto;
	max-width: 768px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.box-footer{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/home/box.png") no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
	display: block;
}
.icon-footer{
	padding: 5px;
}
.icon-footer img{
	width: 100%;
	height: auto;
	max-width: 35px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.title-footer{
	padding: 5px 0;
	color: #ffe44d;
	font-size: 0.9rem;
	text-align: center;
	margin: 0 auto;
}
.footer-top{
	padding: 5px 10px;
}
.white-space{
	width: 100%;
	height: 80px;
}
.section-01{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.game-01{
	padding: 5px 0;
	margin: 5px auto;
}
.banner-game{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.banner-game img{
	width: 100%;
}
.title-01{
	width: 100%;
	max-width: 200px;
	height: auto;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffe44d;
	font-weight: bold;
	font-size: 1.2rem;
	text-transform: uppercase;
	z-index: 9;
	display: block;
}
.title-02{
	width: 100%;
    max-width: 211px;
    height: auto;
    position: absolute;
    right: -5%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #ffe44d;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    z-index: 9;
    display: block;
}
.game-03{
	width: 100%;
	height: auto;
	position: relative;
	padding: 2px;
    margin: 2px auto;
}
.game-03 img{
	width: 100%;
}
.title-03 {
    text-align: center;
    width: 296px;
    max-width: 180px;
    height: auto;
    position: absolute;
    right: -17%;
    top: 36%;
    transform: translate(-50%, -50%);
    color: #ffe44d;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    z-index: 99;
    display: block;
}
.btn-slot{
	width: 100%;
	height: auto;
	font-size: 0.68rem;
	color: #ffe44d;
	background: url("../images/btn.png") no-repeat;
	background-size: 100% 100%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 7px 0;
	margin: 4px auto;
	display: block;
}
.btn-active{
	width: 100%;
	height: auto;
	color: #000000;
	background: url("../images/btn2.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.slot-contain{
	padding: 20px 0;
}
.box-slot{
	padding: 8px;
    padding-top: 10px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    background: url(../images/home/box.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
}
.box-slot img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
	display: block;
}
.nameslot{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #ffe44d;
	padding-bottom: 3px;
	font-size: 0.8rem;
	display: block;
}
.bg-poker{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 5px;
	background: url("../images/lobby/poker/box.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.bg-poker img{
	width: 100%;
}
.bg-poker p.title-poker{
	font-size: 0.8rem;
	color: #ffe44d;
}
@media (max-width: 500px) {
    .img-item i, .tran i {
        width: 100%;
        height: 70px
    }
	.titlegames{
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 0.9rem;
    font-weight: 700;
	color: #ffe44d;
    text-transform: uppercase;
}
	.footer-top{
	padding: 5px 5px;
}
	.title-footer{
	padding: 0;
		font-size: 0.7rem;
}
	.icon-footer img{
	max-width: 25px;
}
	.box-footer{
	padding: 5px 0;
}
	.white-space{
	width: 100%;
	height: 60px;
}
	.title-01 {
    width: 100%;
    max-width: 150px;
    height: auto;
    position: absolute;
    right: -15%;
    top: 60%;
    transform: translate(-50%, -50%);
    color: #ffe44d;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    z-index: 99;
    display: block;
}
	.title-02 {
        width: 100%;
        max-width: 150px;
        height: auto;
        position: absolute;
        right: -15%;
        top: 54%;
        transform: translate(-50%, -50%);
        color: #ffe44d;
        font-weight: bold;
        font-size: 0.9rem;
        text-transform: uppercase;
        z-index: 99;
        display: block;
    }
	.title-03 {
    text-align: center;
    width: 116px;
    max-width: 100px;
    height: auto;
    position: absolute;
    right: -19%;
    top: 36%;
    transform: translate(-50%, -50%);
    color: #ffe44d;
    font-weight: bold;
    font-size: 0.7rem;
    text-transform: uppercase;
    z-index: 99;
    display: block;
}
}