@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: #008a01;
}
.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: #004d00;
    -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: #026103;
}
/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.box-game{
	padding:5px 0;
	}
.login_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:5px 0;
	}
.container {
    width: 100%;
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.login{
	border-radius: 0 5px 5px 0;
	}
.register{
	border-radius:5px 0 0 5px;
	}
.group-tran {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: .3rem 0;
}
.member-item {
    flex-grow: 1;
    flex-basis: 0%;
    margin: 1px;
    border: 1px solid #00e200;
    background: radial-gradient(circle, #00e600, #00b300, #008a01);
}
.tran {
    text-align: CENTER;
    display: block;
    color: #fff;
}
.ico-dep {
    display: inline-block;
    width: 100%;
    height: 128px;
    background:url(../images/home/dp.png) center top no-repeat;
    background-size: contain;
}
.tran span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-left: .7rem;
    font-size: .9rem;
}
.member-item span {
    background-color: #026103;
    padding: .5rem 0;
}
.ico-with {
    display: inline-block;
    width: 100%;
    height: 128px;
    background: url(../images/home/wd.png) center top no-repeat;
    background-size: contain;
}
.ico-trans {
    display: inline-block;
    width: 100%;
    height: 128px;
    background: url(../images/home/tr.png) center top no-repeat;
    background-size: contain;
}
@media (max-width: 500px) {
    .img-item i, .tran i {
        width: 100%;
        height: 70px
    }
}
/*--------------  icon nav --------------*/
 .ico {
    display: inline-block;
    width: 60px;
    height: 50px
}

.ico-home {
    background:url(../images/home/nav/icon_home.png) center no-repeat;
    background-size: 35px
}
.ico-poker {
    background:url(../images/home/nav/icon_poker.png) center no-repeat;
    background-size: 35px
}

.ico-forex {
    background:url(../images/home/nav/icon_forex.png) center no-repeat;
    background-size: 35px
}

.ico-contact {
    background:url(../images/home/nav/icon_contact.png) center no-repeat;
    background-size: 35px
}

.ico-chat {
    background:url(../images/home/nav/icon_live_chat.png) center no-repeat;
    background-size: 35px
}

.ico-sports {
    background:url(../images/home/nav/icon_sport.png) center no-repeat;
    background-size: 35px
}

.ico-casino {
    background:url(../images/home/nav/icon_casino.png) center no-repeat;
    background-size: 35px
}

.ico-lottery {
    background:url(../images/home/nav/icon_lottery.png) center no-repeat;
    background-size: 35px
}

.ico-slots {
    background:url(../images/home/nav/icon_slot.png) center no-repeat;
    background-size: 35px
}
.ico-cock {
    background:url(../images/home/nav/cock.png) center no-repeat;
    background-size: 35px
}
.ico-number {
    background:url(../images/home/nav/icon_number.png) center no-repeat;
    background-size: 35px
}

.ico-desktop {
    background:url(../images/home/nav/icon_destop.png) center no-repeat;
    background-size: 35px
}

.ico-logout {
    background:url(../images/home/nav/icon_login.png) center no-repeat;
    background-size: 35px
}

.ico-language {
    background:url(../images/home/nav/language.png) center no-repeat;
    background-size: 35px
}
.ico-download {
    background:url(../images/home/nav/icon_downloade.png) center no-repeat;
    background-size: 35px
}
.ico-promo {
    background:url(../images/home/nav/icon_promotion.png) center no-repeat;
    background-size: 35px
}
.box-casino, .box-slot, .box-poker{
	padding:5px 0;
	}
.title-game{
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:1.4em;
	color:#ffffff;
	text-align:center;
	display:block;
	}