* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearboth:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}
i.add {
    animation: myfirst 1s infinite;
}

@keyframes myfirst {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes opacityAnimation {
    0% {
        transform: scale(1.0); }
    50% {
        transform: scale(1.03); }
    100% {
        transform: scale(1.0);;
    } 
}
@keyframes opacityAnimation {
    0% {
        transform: scale(1.0); }
    50% {
        transform: scale(1.03); }
    100% {
        transform: scale(1.0);;
    } 
}
body {
    font-family: Arial, 'Microsoft YaHei', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.428571429;
    background: #101823 !important;
    overflow-x: hidden;
}

body.layout {
    min-width: 1100px;
    background-color: #0a0a0a;
}
.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.wrapper .seo-content-wrap{
    display: none;
}

ol,
ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
[ng-click] {
    cursor: pointer;
}

.main_header {
    overflow: hidden;
    /* margin-top: 92px !important; */
    height: 195px;
}
* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
    color: #a28143;
}

#container {
    height: 1200px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 232px;
    height: 192px;
    /* height: 185px; */
    background: url('../images/header_bg.1.png') repeat-x;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.mar_top{
    /* margin-top: 200px !important; */
}
.header-middle {
    position: relative;
}

#logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 150px;
    height: 133px;
    background: url('../images/logo.svg?v=1') no-repeat center;
    background-size: 100%;
}

#logo-bg > a {
    display: block;
    height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 17%;
}
/*****Top Bar*****/
.top-nav {
    font-size: 0;
}
.top-nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 41px;
}

.top-nav a {
    color: inherit;
    text-decoration: none;
}

.top-nav-right {
    text-align: right;
}
.top-nav-right .board {
    color: #81a327;
}

.top-nav-right .partner {
    color: #00f;
}

.top-nav-right .redenvelope {
    color: red;
}

.top-nav-right .redenvelope:hover {
    color: #58ff25;
}

.top-nav-right > .language {
    margin-left: 8px;
}
.top-nav-right > .language:before {
    display: none;
}
.top-nav-right > .language > a span img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    margin-right: 6px;
    cursor: pointer;
}
.top-nav-right > .language > span[data-language="zh-CN"] {
    background-image: url('../images/zh_CN.png');
}

.top-nav-right > .language > span[data-language="zh-TW"] {
    background-image: url('../images/zh_TW.png');
}

.top-nav-right > .language > span[data-language="en-US"] {
    background-image: url('../images/en_US.png');
}

.top-nav-right > .language > span[data-language="th"] {
    display: none;
}
/********************
start menu
********************/

#nav {
    width: 1255px;
    margin: 0 auto;
    padding-left: 120px;
    font-size: 0;
    text-align: right;
}

#nav > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 92px;
}

#nav > ul > li > a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 125px;
}

#nav > ul > li > a:hover,
#nav > ul > li > a.active {
    color: #81a327;
    background: url('../images/nav_h.1.png') no-repeat center bottom;
}

#nav > ul > li > a:hover:before,
#nav > ul > li > a.active:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#nav > ul > li > a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: no-repeat center;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#nav > ul > li.home > a:before {
    background-image: url('../images/nav/home.png');
}

#nav > ul > li.slot > a:before {
    background-image: url('../images/nav/slotnav.png');
}

#nav > ul > li.poker > a:before {
    background-image: url('../images/nav/poker.png');
}

#nav > ul > li.live > a:before {
background-image: url('../images/nav/casino.png');
}

#nav > ul > li.fish > a:before {
    background-image: url('../images/nav/fishnav.png');
}

#nav > ul > li.lottery > a:before {
    background-image: url('../images/nav/lotterynav.png');
}
#nav > ul > li.number > a:before {
    background-image: url('../images/nav/number.png');
}
#nav > ul > li.cockfight > a:before {
    background-image: url('../images/nav/cockfight.png');
}
#nav > ul > li.sport-nav > a:before {
    background-image: url('../images/nav/sportnav.png');
}
#nav > ul > li.forex-nav > a:before {
    background-image: url('../images/nav/forex.png');
}
#nav > ul > li.promotion > a:before {
    background-image: url('../images/nav/promotion.png');
}
#nav > ul > li.aff > a:before {
    background-image: url('../images/nav/aff.png');
}
#nav > ul > li.vip > a:before {
    background-image: url('../images/nav/vip-icon.png');
}
#nav > ul > li.hot > a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 8px;
    width: 20px;
    height: 13px;
    background-image: url('../images/hot.gif');
}

#nav > ul > li.red > a {
    color: red;
}

#nav > ul > li:hover .subnav {
    display: block\9;
    visibility: visible;
}

#nav > ul > li:hover .subnav li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 4;
    margin-left: -60px;
    text-align: left;
    visibility: hidden;
    -webkit-perspective: 320px;
    -moz-perspective: 320px;
    -ms-perspective: 320px;
    perspective: 320px;
    -moz-transition: visibility linear .1s;
    -o-transition: visibility linear .1s;
    -webkit-transition: visibility linear .1s;
    transition: visibility linear .1s;
}

div.subnav.col2 {
    width: 241px;
    margin-left: -120px;
}

div.subnav.col2 ol + ol li {
    border-left: none;
}

div.subnav.col2.fish {
    width: 290px;
    margin-left: -145px;
}

div.subnav.col2.fish li {
    width: 145px;
}

div.subnav.col3 {
    width: 365px;
    margin-left: -150px;
}

div.subnav.col3 ol + ol li {
    border-left: none;
}

.subnav ol {
    float: left;
}

.subnav li {
    cursor:pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 13px;
    line-height: 36px;
    border-left: 1px solid #81a327;
    border-right: 1px solid #81a327;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

.subnav li.first-li {
    border-top: 1px solid #81a327;
}

.subnav li:last-child {
    border-bottom: 1px solid #81a327;
}

.subnav li.lonely-li {
    border-bottom: 1px dotted #534a43;
}

.subnav li:hover {
    color: #58ff25;
}

.subnav li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    /* width: 40px; */
    height: 30px;
    margin: 0 3px;
    background: no-repeat center;
}
.subnav li img{
    margin-right: 5px;
}
.subnav li a {
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
    height: 100%;
    color: inherit;
    /* text-align: center; */
    text-decoration: none;
}

.subnav li + li {
    border-top: 1px dotted #534a43
}

#nav li:hover .subnav li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#nav li:hover .subnav li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
#nav li:hover .subnav li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
#nav li:hover .subnav li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
#nav li:hover .subnav li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
#nav li:hover .subnav li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
#nav li:hover .subnav li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#nav li:hover .subnav li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav li:hover .subnav li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

#nav li:hover .subnav li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
/***********Sub nav sport********/
/* .subnav.sport-nav li[game-box="afb"]:before {
    background-image: url('../images/nav/sport/afb.png');
}

.subnav.sport-nav li[game-box="afb2"]:before {
    background-image: url('../images/nav/sport/afb2.png');
}

.subnav.sport-nav li[game-box="sbo"]:before {
    background-image: url('../images/nav/sport/sbo.png');
}

.subnav.sport-nav li[game-box="ibc"]:before {
    background-image: url('../images/nav/sport/ibc.png');
}
.subnav.sport-nav li[game-box="tf"]:before {
    background-image: url('../images/nav/sport/tf.png');
}
.subnav.sport-nav li[game-box="horse"]:before {
    background-image: url('../images/nav/sport/horse.png');
} */
/***Sub nav Casino****/
/* .subnav.live li[game-box="gd"]:before {
    background-image: url('../images/nav/casino/gd.png');
}
.subnav.live li[game-box="dg99"]:before {
    background-image: url('../images/nav/casino/dg99.png');
}
.subnav.live li[game-box="wm"]:before{
    background-image: url('../images/nav/casino/wm.png');
}
.subnav.live li[game-box="sexy"]:before{
    background-image: url('../images/nav/casino/sexy.png');
}
.subnav.live li[game-box="ag"]:before{
    background-image: url('../images/nav/casino/ag.png');
}
.subnav.live li[game-box="allbet"]:before{
    background-image: url('../images/nav/casino/allbet.png');
}
.subnav.live li[game-box="w88"]:before{
    background-image: url('../images/nav/casino/w88.png');
}
.subnav.live li[game-box="sa"]:before{
    background-image: url('../images/nav/casino/sa.png');
}
.subnav.live li[game-box="gold"]:before{
    background-image: url('../images/nav/casino/gold.png');
}
.subnav.live li[game-box="evo"]:before{
    background-image: url('../images/nav/casino/evo.png');
}
.subnav.live li[game-box="hbo"]:before{
    background-image: url('../images/nav/casino/hbo.png');
} */
/****Sub nav slot****/
/* .subnav.slot li[game-box="fishing"]:before {
    background-image: url('../images/nav/slot/fishing.png');
}
.subnav.slot li[game-box="afb"]:before {
    background-image: url('../images/nav/slot/afb.png');
}
.subnav.slot li[game-box="bg"]:before {
    background-image: url('../images/nav/slot/bg.png');
}
.subnav.slot li[game-box="pt"]:before {
    background-image: url('../images/nav/slot/pt.png');
}
.subnav.slot li[game-box="mg"]:before {
    background-image: url('../images/nav/slot/mg.png');
}
.subnav.slot li[game-box="haba"]:before {
    background-image: url('../images/nav/slot/hb.png');
}
.subnav.slot li[game-box="w88"]:before {
    background-image: url('../images/nav/slot/w88.png');
}
.subnav.slot li[game-box="gold"]:before {
    background-image: url('../images/nav/slot/gold.png');
}
.subnav.slot li[game-box="joker123"]:before {
    background-image: url('../images/nav/slot/joker123.png');
}
.subnav.slot li[game-box="sa"]:before {
    background-image: url('../images/nav/slot/sa.png');
}
.subnav.slot li[game-box="netent"]:before {
    background-image: url('../images/nav/slot/netent.png');
}
.subnav.slot li[game-box="pplay"]:before {
    background-image: url('../images/nav/slot/pp.png');
}
.subnav.slot li[game-box="playstar"]:before {
    background-image: url('../images/nav/slot/playstar.png');
}
.subnav.slot li[game-box="mega"]:before {
    background-image: url('../images/nav/slot/mega88.png');
}
.subnav.slot li[game-box="dragon"]:before {
    background-image: url('../images/nav/slot/dragon.png');
}
.subnav.slot li[game-box="pg"]:before {
    background-image: url('../images/nav/slot/pg.png');
}
.subnav.slot li[game-box="bs"]:before {
    background-image: url('../images/nav/slot/bs.png');
}
.subnav.slot li[game-box="bbin"]:before {
    background-image: url('../images/nav/slot/bbin.png');
}
.subnav.slot li[game-box="nextgen"]:before {
    background-image: url('../images/nav/slot/nextgen.png');
} */
/**** Sub nav lottery****/
/* .subnav.lottery li[game-box="lottery"]:before {
    background-image: url('../images/nav/lottery/lottery.png');
}
.subnav.lottery li[game-box="thai_lottery"]:before {
    background-image: url('../images/nav/lottery/thai_lottery.png');
}
.subnav.lottery li[game-box="vn_lottery"]:before {
    background-image: url('../images/nav/lottery/vn_lottery.png');
}
.subnav.lottery li[game-box="4d_lottery"]:before {
    background-image: url('../images/nav/lottery/4d.png');
} */
/****Sub nav Number****/
/* .subnav.number li[game-box="number"]:before{
    background-image: url('../images/nav/number/number.png');
}
.subnav.number li[game-box="livenumber"]:before{
    background-image: url('../images/nav/number/livenumber.png');
}
.subnav.number li[game-box="keno"]:before{
    background-image: url('../images/nav/number/keno.png');
}
.subnav.number li[game-box="keno_new"]:before{
    background-image: url('../images/nav/number/keno_new.png');
} */
/****Sub nav Cockfight****/
/* .subnav.cockfight li[game-box="s128"]:before{
    background-image: url('../images/nav/cockfight/s128.png');
}
.subnav.cockfight li[game-box="sv388"]:before{
    background-image: url('../images/nav/cockfight/sv388.png');
}
.subnav.cockfight li[game-box="dgv99"]:before{
    background-image: url('../images/nav/cockfight/dgv99.png');
} */
/*****Sub nav poker*****/
/* .subnav.poker li[game-box="ongdo"]:before {
    background-image: url('../images/nav/poker/ongdo.png');
}
.subnav.poker li[game-box="poke"]:before {
    background-image: url('../images/nav/poker/poke.png');
}
.subnav.poker li[game-box="ham"]:before {
    background-image: url('../images/nav/poker/ham.png');
}
.subnav.poker li[game-box="tienlen"]:before {
    background-image: url('../images/nav/poker/tienlen.png');
}
.subnav.poker li[game-box="klaklouk"]:before {
    background-image: url('../images/nav/poker/klaklouk.png');
}
.subnav.poker li[game-box="sikuthai"]:before {
    background-image: url('../images/nav/poker/sikuthai.png');
}
.subnav.poker li[game-box="kate"]:before {
    background-image: url('../images/nav/poker/kate.png');
}
.subnav.poker li[game-box="apoung"]:before {
    background-image: url('../images/nav/poker/apoung.png');
}
.subnav.poker li[game-box="we1poker"]:before {
    background-image: url('../images/nav/poker/we1poker.png');
}
.subnav.poker li[game-box="kaiyuan"]:before {
    background-image: url('../images/nav/poker/kaiyuan.png');
} */
/********************
    End start menu
********************/
/********************
    Login Form
/*********************/
#logo-bg img{
    height: 80px;
}
.header-bottom{
    margin-top: 0;
}
#account-box {
    text-align: right;
}
#account-box > form {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#account-box > form .input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px 4px 0 0;
}
#account-box > form .input-account > input {
    background-image: url('../images/input_account.png');
}
#account-box > form .input-password > input {
    background-image: url('../images/input_password.png');
}
#account-box > form .input-password > .btn-forget {
    position: absolute;
    top: 8px;
    right: 5px;
    padding: 1px 6px;
    color: #c1a079;
    font-size: 14px;
    text-decoration: none;
    background-color: rgba(73, 65, 65, .6);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#account-box > form .input-captcha > input {
    width: 160px;
    background-image: url('../images/input_captcha.png');
}
#account-box > form input {
    width: 165px;
    height: 37px;
    padding-left: 28px;
    color: #81a327;
    font-size: 14px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}

#account-box > form input::-webkit-input-placeholder {
    color: inherit;
}

#account-box > form input:-ms-input-placeholder {
    color: inherit;
}

#account-box > form input::-moz-placeholder {
    color: inherit;
}

#account-box > form input.placeholdersjs {
    color: inherit;
}

#account-box > form button, #account-box > form a {
    /* display: inline-block; */
    vertical-align: bottom;
    width: 90px;
    color: #fff;
    height: 32px;
    font-size: 16px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    text-align: center;
    line-height: 2;
}

#account-box > form button:hover {
    background-position: center bottom;
}

#account-box > form .btn-login {
    margin-right: -15px;
    background-image: url('../images/btn_login.png');
}

#account-box > form .btn-reg {
    background-image: url('../images/btn_reg.png');
}
html[lang=ph] #account-box > form .btn-login {
    margin-right: -15px;
    background-image: url('../images/btn_login_ph.png');
}

html[lang=ph] #account-box > form .btn-reg {
    background-image: url('../images/btn_reg_ph.png');
}
html[lang=ph] #account-box > form button, html[lang=ph] #account-box > form a {
    width: 115px;
}
#check-code-wrapper {
    position: relative;
    display: inline-block;
}
.code-numb {
    display: inline-block;
    height: 32px;
    margin-top: 2px;
    color: #ece0d2;
    font-size: 16px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
#account-box > form .btn-center {
    border: 1px solid #81a327;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
    overflow: hidden;
    background: linear-gradient( 90deg,#333333,#2b2b2b 50%,#333333);
    border-radius: 4px;
    width: 100px;
    margin: 8px 4px 0 4px;
}
/********************
    End Login Form
/*********************/
li#clock span {
    color: #58ff25;
    color: #fff;
}
footer {
    background: #101823 !important;
    text-align: center;
    padding: 20px 0px 10px 0px !important;
    border-top: 1px solid #2d2c2c !important;
}
/*** cusino***/
* img{
    max-width: 100%;
}
.box-casino {
    background: #191013;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.box-casino img {
    width: auto;
    max-width: 100%;
}
.cas_title {
    width: 100%;
    height: auto;
    font-size: 16px;
    display: block;
    color: #58ff25;
    text-shadow: 2px 3px 5px rgb(78 53 47), 0px -3px 5px rgb(31 25 19), 2px 3px 5px rgb(0 0 0 / 64%), 0px 0px 5px rgb(82 66 27 / 82%), 2px 3px 5px rgb(215 171 69 / 4%), 0px 0px 5px rgb(82 66 27 / 82%);
    text-transform: uppercase;
    text-align: right;
    padding: 5px 10px;
}
.overlay {
    display: block;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 36;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #81a327;
    box-shadow: 1px 5px 35px #4e352f inset;
}
.overlay a {
    display: block;
    margin: -55px auto;
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    font-size: 24px;
    background: #598611;
    border: 1px solid rgb(255 255 255);
    border-radius: 25px;
    padding: 5px;
    box-shadow: 0 0px 15px rgb(218 196 181), 0 0px 5px rgb(54 51 47) inset;
    text-shadow: 0px 2px 5px #598513, 2px 0px 4px #0a0a30, 0px 0px 10px #598611;
}
/****sport***/
.box-sport {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #252527;
}
.sport_bg{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #193754 url(../images/sport/sport_banner.jpg);
    background-position: 50%;
    background-size: cover;
}
.sport-lobby {
    padding-top: 300px;
}
.box-sport {
    background: #252527;
}
.box-sport:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.sport-info {
    width: 100%;
    height: auto;
    font-size: 16px;
    display: block;
    color: #58ff25;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 10px;
}
/***slot loby***/
.slot-bg {
    background:url(../images/slot/slot_bg.jpg);
    background-size: cover;

}
.box_bg {
    border: 1px solid #81a327;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px #000 inset;
}
.title-games {
    width: 80%;
    height: auto;
    position: absolute;
    font-size: 30px;
    display: block;
    color: #58ff25;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,0%);
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    bottom: 0%;
    font-size: 22px;
    font-weight: 700;
    background:linear-gradient(90deg, rgb(75 23 169 / 0%) 0%, rgb(105 55 55) 50%, rgb(75 23 169 / 0%) 100%);
    padding: 5px 0px;
}
.slot-lobby .col-md-3{
    margin-bottom: 10px;
}
.box-slot .overlay {
    border: none;
}
.gift {
    position: fixed;
    bottom: -40px;
    z-index: 99;
    left: 70px;
}
.gift img {
    width: 260px;
}
/**lottery***/
.lottery-bg{
    background:url(../images/slot/slot_bg.jpg);
    background-size: cover;
}
.lottery-lobby {
    margin-top: 15px;
}
.title-lottery {
    width: 100%;
    height: auto;
    font-size: 16px;
    display: block;
    color: #58ff25;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 10px;
}
.box-lottery {
    background: #0c0c0c;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #252527;
}

/****number****/
.box-num {
    background:#191013;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #252527;
}
.numb-lobby {
    margin-top: 10px;
}
.numb-bg{
    background:url(../images/slot/slot_bg.jpg);
    background-size: cover;
}
.title-poker,
.title-num{
    width: 100%;
    height: auto;
    font-size: 16px;
    display: block;
    color: #58ff25;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 10px;
}
/****poker****/
.box-poker {
    background:#191013;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.box-cock:hover .overlay,
.box-poker:hover .overlay,
.box-num:hover .overlay,
.box-lottery:hover .overlay,
.box-casino:hover .overlay,
.box-sport:hover .overlay,
.box-slot:hover .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}
.box-cock:hover,
.box-casino:hover,
.box-poker:hover,
.box-num:hover,
.box-lottery:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-cock .overlay{
    border: none;
}
/****Cockfight****/
.cockfight-lobby {
    margin-top: 30px;
}
.cockfight-bg {
    width: 100%;
    background-size: cover;
    background-image:url(../images/cockfight/bg.jpg);
    min-height: 628px;
    padding: 15px 10px 20px 10px;
}
.box-cock {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.box-cock:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cockfight-lobby h3 {
    color: #FF9800;
    font-size: 30px;
    padding: 8px;
    border-left: 7px solid #FF9800;
    padding-left: 15px;
    margin: 10px 0px;
    background: rgb(127 93 157 / 49%);
    box-shadow: 0px 3px 3px #231025;
}
.cock_tittle {
    font-size: 24px;
    display: block;
    color: #58ff25;
    text-shadow: 2px 8px 6px #212529, 0px -5px 35px rgb(105 72 72);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
/****************/
/**Register form**/
/****************/
section.sec_register {
    margin: 0 auto;
    text-align: center;
}
.form_main {
    width: 630px;
    box-sizing: border-box;
    padding: 25px 0px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.form_main .title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    background: rgb(43, 63, 44);
    border: 1px solid #81a327;
    border-bottom: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.form_contant {
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    overflow: hidden;
    background: rgb(42 34 32 / 82%);
    border: 1px solid #81a327;
    border-top: none;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.form_main input {
    box-sizing: border-box;
    width: 100%;
    border: 1px #81a327 solid;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
    color: #ffffff;
    background: rgb(0 0 0 / 28%);
}
.re_select select {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px #81a327 solid;
    margin: 0 0 5px;
    background:rgb(0 0 0 / 28%);
    color: #fff;
}
.re_select select option{
    background:rgb(22 24 39);
    color:#fff;
}
.form_contant button {
    width: 50%;
    height: 50px;
    line-height: 40px;
    border-radius: 25px;
    display: block;
    background:#81a327;
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 140px
}
input.code {
    width: 70%;
}
.register-contant-captcha {
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#151314;
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    float: right;
}
#code_match {
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:rgb(16 18 27 / 78%);
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}
.girl_pic {
    display: inline-block;
    margin-right: -4px;
}
/****************/
/**End Register form**/
/****************/
/***contact service***/
.services {
    position: fixed;
    top: 112px;
    z-index: 11;
}

.services a {
    display: block;
    color: #fff;
}
.top-nav-right li span{
    color: #81a327;
}

.service-right {
    right: 0;
    width: 146px;
    background: url('../images/right.1.png') no-repeat center top;
}
.service-right .con_phone {
    height: 299px;
}
.service-right .email {
    height: 44px;
    margin-bottom: 8px;
}
.service-right .skype {
    height: 50px;
    text-align: center;
    color: #fff600;
    font-weight: bold;
}

.service-right .zalo {
    height: 65px;
    text-align: center;
    color: #fff600;
    font-weight: bold;
}
.bg_hide {
    background: #0f0f12;
    padding: 12px 0px;
    height: auto;
    color: #ffffff;
    border: 1px solid #81a327;
    opacity: 0;
    width: 130px;
    text-align: center;
    right: 0px;
    position: absolute;
}
.service-right .email:hover .bg_hide,
.service-right .skype:hover .bg_hide,
.service-right .zalo:hover .bg_hide{
    opacity: 1;
}

.service-right .closed {
    height: 50px;
    cursor: pointer;
}

.service-lb {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.service-lb li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
}

.service-lb li a {
    display: block;
    height: 100%;
}
.copy-right {
    margin-top: 10px;
}
@media only screen and  (max-width: 1210px){
    section.sec_register{
        text-align: left;
    }
    .services {
        top: 200px !important;
    }
    .form_main {
        width: 580px !important;
    }
    .girl_pic {
        width: 450px !important;
    }
    section#slider{
        height: 570px !important;
    }
}


.err_div{
    text-align: left;
}
.slots-nav a.active,
.slots-nav a:hover {
    color: #81a327 !important;
    /* background: #f3c317 !important */
}
.swal-footer{
    text-align: center !important;
    /* background-image: url(../images/btn_login.png); */
}
.swal-button{
    background-image: url(../images/btn_login.png);
    background-position: -5px -40px !important;
    background-repeat: no-repeat;
    background-size: 90px;
}
.swal-button:not([disabled]):hover {
    background-image: url(../images/btn_login.png);
    background-position: -4px 0px !important;
    background-repeat: no-repeat;
    background-size: 90px;
}#account-box > form .btn-center{
    width: auto !important;
    padding: 0 10px;
    min-width: 90px;
}/*.center-tab a i{
    line-height: 3px;
    display: block;
}*/
.panelContact {
    position: fixed;
    z-index: 99999;
    width: 392px;
    height: 200px;
    top: 30vh;
    right: -341px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.secContact {
    width: 280px;
    height: 500px;
    padding: 20px 20px 20px 20px;
/*    background: url(../images/panel-floating-contact.png) no-repeat left top;*/
    float: right;
    z-index: 999999;
    position: absolute;
    transition-duration: 0.5s;
    margin-left: 60px
}

.panelContact .secInfo li img {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    float: left
}
.panelContact:hover {
    right: -2px;
}
.panelContact .secButton {
    width: 50px;
    float: left;
    cursor: pointer
}

.panelContact .secContent {
    background: rgba(2, 1, 19, .9);
    background-size: 100% 100%;
    height: 324px;
    width: 342px;
    padding: 20px 20px 20px 20px;
    float: right;
    border: 2px solid #fdeda5
}

.panelContact .secTitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffd597
}

.panelContact .secInfo {
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none
}

.panelContact .secInfo li {
    margin: 0 0 10px 0px;
    padding: 0 0 0 0px;
    display: block;
    clear: both;
    color: #fff
}

.secInfo li a {
    color: #fff
}.panelContact1 {
    position: fixed;
    z-index: 1000;
    width: 260px;
    height: 200px;
    top: 30vh;
    left: -213px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.panelContact1:hover {
    left: -2px
}

.panelContact1 .secButton1 {
    width: 50px;
    float: right;
    cursor: pointer
}

.panelContact1 .secContent1 {
    background: rgba(2, 1, 19, .9);
    background-size: 100% 100%;
    height: 210px;
    width: 210px;
    padding: 20px 20px 20px 20px;
    float: left;
    border: 2px solid #fdeda5
}

.modal {
    position: fixed;
    top: 0;
    display: none;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal-backdrop {
    position: absolute;
    background-color: #00000050;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.login-modal-content {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background-color: #252525;
    color: #fff;
    padding: 10px 20px;
    width: 500px;
    border-radius: 30px;
  }
  .modal-backdrop {
    position: absolute;
    background-color: #00000050;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .login-modal-content {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background-color: #252525;
    color: #fff;
    padding: 10px 20px;
    width: 500px;
    border-radius: 30px;
  }

  .login-close-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1003;
  }

  .login-content {
    flex-grow: 1;
    padding: 20px;
    z-index: 1002;
  }

  .login-header {
    margin-bottom: 18px;
    color: #fff;
    text-align: center;
  }

  .login-input-group,
.register-input-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.login-input-group label,
.register-input-group label {
  margin-bottom: 10px;
}

.login-input,
.register-input {
  background-color: transparent;
  width: 100%;
  border: 1px solid #81a327;
  outline: none;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 9px;
}
.login-link {
    color: #fff;
    text-decoration: none;
  }
  .login-link:hover {
    color: #81a327;
  }

  .submit-login {
    width: 100%;
    background-color: #81a327;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
    padding: 10px;
    color: #ffffff;
  }

  .promo_single .img_part {
    height: auto;
  }
  .usdt-countdown {
    background: #ccc;
    width: 430px;
    position: absolute;
    right: 17%;
    top: 30px;
    font-size: 13px;
    line-height: 22px;
}

.usdt-countdown-content {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    background: #fff;
    margin: 5px;
    padding-top: 5px;
}

.usdt-countdown-content div {
    flex: 1;
}

.usdt-countdown-content img {
    width: 20px;
    float: left;
}

.cd-time {
    border-right: 1px solid #ccc;
    max-width: 100px;
}

.cd-time span {
    color: red;
    font-size: 20px;
    font-weight: bold;
    padding: 0 7px;
}

.cd-text {
    padding: 5px;
    padding-top: 0;
}
#minmax_text {
    color: #333 !important;
    padding-left: 0 !important;
    line-height: 50px;
}
.center-form label #convertion {
    width: auto;
    float: inherit;
    text-align: inherit;
    display: inline-block;
    padding: 0;
}
.btn-submit#success {
    color: #fff;
}
.group-amount {
    width: 100%;
    line-height: 48px;
    box-sizing: border-box;
}
.group-amount a {
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d2d2;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    width: 101px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background: #d3d2d2;
    font-weight: normal;
}
.group-amount a.active, .group-amount a:hover {
    border: 1px solid #00aeef;
}
.group-amount a.active:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 26px solid #00aeef;
    border-left: 26px solid transparent;
}
.group-amount a.active:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    top: 23px;
    right: 6px;
    transform: rotate(40deg) translate(-50%, -50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#qr_code{
    width: 150px!important;
    border-radius: 10px!important;
}
.submit-step2 {
    background: #e5e5e5;
    padding: 18px 25px 15px 10px;
    width: 550px;
}

.submit-step2 .btn {
    width: 250px;
}


.submit-step2 .btn-submit {
    background: #333;
}
.submit-step2 {
    background: #e5e5e5;
    padding: 18px 25px 15px 10px;
    width: 550px;
}

.submit-step2 .btn {
    width: 250px;
}

.submit-step2 .btn-cancel {
    background: #9b9b9b;
}

.submit-step2 .btn-submit {
    background: #333;
}
html[lang=ph] .overlay a{width: 157px;}