@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap);
@import url(https://fonts.cdnfonts.com/css/atmosphere);
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@charset "UTF-8";
@font-face {
    font-family: a Atmospheric Regular;
    font-style: normal;
    font-weight: 400;
    src: local("a Atmospheric Regular"), url(../fonts/aAtmospheric/aAtmospheric.woff) format("woff")
}

::-webkit-scrollbar {
    display: none;
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    overflow-x: hidden;
    max-width: 100%;
    color: #000;
    background-color: #fff;
}

body.sidemenu-extended {
    overflow: hidden
}

h1 {
    color: #007502;
    font-family: a Atmospheric Regular, sans-serif;
    font-size: 48px;
    letter-spacing: 3px
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 32px;
        letter-spacing: 2px
    }
}

h2 {
    color: #f65e99;
    font-family: a Atmospheric Regular, sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 400
}

@media only screen and (max-width:480px) {
    h2 {
        font-size: 25px;
        letter-spacing: 1px
    }
}

.logout-btn {
    background: linear-gradient(to bottom, #fdd330, #e69d00);
    color: #fff;
    background-size: unset;
    border: 1px;
    height: 75px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}

@media only screen and (max-width: 480px) {
    .logout-btn {
        height: 40px;
        font-size: 14px;
    }
}

#section-header {
    /*background-color: #000;*/
    overflow: hidden;
    position: fixed;
    z-index: 9;
    width: 100%;
    background: linear-gradient(to bottom, #fff 50%, #d0cdcd);
    border-bottom: 3px solid #aaa;
    border-radius: 0px 0px 16px 16px;
}

#section-header #header-top {
    padding: 10px 60px 0px 90px;
    position: relative
}

#section-header #header-top #header-logo {
    text-align: center
}

#section-header #header-top #header-logo a {
    display: inline-block;
    padding-top: 4px;
}

#section-header #header-top #header-logo a img {
    max-height: 115px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

#section-header #header-top #header-menu-button {
    cursor: pointer;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px
}

#section-header #header-top #header-menu-button img {
    width: 100%;
    display: block
}

@media only screen and (max-width:768px) {
    #section-header #header-top #header-logo,
    #section-header #header-top #header-logo a {
        height: 60px
    }
    #section-header #header-top #header-logo a img {
        max-height: 70px
    }
}

@media only screen and (max-width:480px) {
    #section-header #header-top {
        padding: 5px 60px
    }
    #section-header #header-top #header-logo,
    #section-header #header-top #header-logo a {
        height: 55px
    }
    #section-header #header-top #header-logo a img {
        max-height: 55px;
        max-width: 100%;
        margin-top:7px;
    }
    #section-header #header-top #balance-title {
        font-size: 20px
    }
    #section-header #header-top #balance-value {
        font-size: 50px
    }
    #section-header #header-top #header-menu-button {
        width: 25px;
        left: 20px
    }
}

#section-header #header-guest {
    display: flex;
    flex-flow: row wrap
}

#section-header #header-guest a {
    display: block;
    flex: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 8px 0;
    font-size: 22px;
    font-family: a Atmospheric Regular, sans-serif;
    letter-spacing: 5px;
    background-size: auto 100%
}

#section-header #header-guest a.btn-login {
    background-image: url(https://onghuat8888.com/sys_images/buttons/btn-login-bg.png);
    background-repeat: repeat-x
}

#section-header #header-guest a.btn-register {
    background-image: url(https://onghuat8888.com/sys_images/buttons/btn-register-bg.png);
    background-repeat: repeat-x
}

@media only screen and (max-width:768px) {
    #section-header #header-guest a {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    #section-header #header-guest a {
        font-size: 14px;
        padding: 8px 0
    }
}

#header-marque {
    /*background-color: #000;
    color: #fff;*/
    background-color: #fff;
    color: #007502;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    height: 40px
}

#header-marque .info-marquee {
    white-space: nowrap;
    display: block;
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
    position: absolute;
    width: 100%;
    line-height: 40px
}

#header-marque.after-login {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    height: 40px;
    border-top: 2px solid #ff0;
    border-bottom: 2px solid #ff0;
}

@media only screen and (max-width:768px) {
    #header-marque {
        font-size: 12px;
        height: 30px
    }
    #header-marque .info-marquee {
        line-height: 30px
    }
    #header-marque.after-login {
        font-size: 12px;
        height: 30px
    }
}

#section-banner {
    padding-top: 120px;
}

#section-banner #banner {
    width: 100%;
    font-size: 0
}

#section-content {
    padding-top: 120px;
    padding-bottom: 185px
}

#section-content.page-home,
#section-content.page-auth-login,
#section-content.page-promotions,
#section-content[class^=page-games-] {
    background: none;
    padding-bottom: 0px!important;
}

#section-content.page-auth-register {
    padding-bottom: 120px!important;
}

@media only screen and (max-width:768px) {
    #section-banner {
        padding-top: 88px;
    }
    #section-content {
        padding-bottom: 175px
    }
}

@media only screen and (max-width:480px) {
    #section-banner {
        padding-top: 67px;
    }
    #section-content {
        padding-top: 65px;
        padding-bottom: 126px
    }
}

#section-member-panel {
    border-top: 5px solid #fff159;
    /*border-bottom: 5px solid #fff159;*/
    padding: 40px 0;
    background-position: 50%;
    background-repeat: repeat-x
}

#section-member-panel.commission {
    margin-top: 30px;
    margin-bottom: 110px;
}

#section-member-panel>div {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}

#section-member-panel .row-top {
    display: flex;
    flex-flow: row wrap
}

#section-member-panel .row-top #panel-top-left {
    flex: 45%;
    padding: 0 15px 15px
}

#section-member-panel .row-top #panel-top-right {
    flex: 55%;
    padding: 0 15px 15px
}

#section-member-panel .row-top #panel-top-right #panel-balance {
    padding: 20px 30px;
    text-align: center;
    -webkit-animation: shake 1.5s infinite;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px;
    width: 90%;
}

#section-member-panel .row-top #panel-top-right #panel-balance #balance-title {
    color: #2a2a2a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px
}

#section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
    font-size: 50px;
    line-height: 1;
    color: #000;
}

#section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh {
    display: inline-block;
    cursor: pointer;
    margin-left: 15px
}

#section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh svg {
    width: 35px;
    height: 35px
}

#section-member-panel .row-top #panel-top-right #panel-setting {
    color: #000;
    flex: 50%;
    padding: 23px 33px;
    font-size: 24px;
    line-height: 2
}

#section-member-panel .row-top #panel-top-right #panel-setting p {
    margin: 0
}

#section-member-panel .row-bottom {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}

#section-member-panel .row-bottom a {
    flex: 33.33%;
    display: block;
    padding: 0 15px
}

#section-member-panel .row-bottom a img {
    width: 100%;
}

@-moz-keyframes myfirst
/* Firefox */

{
    0% {
        border-top: 5px solid #fff159;
        /*border-bottom: 5px solid #fff159;*/
    }
    50% {
        border-top: 5px solid #fff;
        /*border-bottom: 5px solid #fff;*/
    }
    100% {
        border-top: 5px solid #fff159;
        /*border-bottom: 5px solid #fff159;*/
    }
}

@-webkit-keyframes myfirst
/* Firefox */

{
    0% {
        border-top: 5px solid #fff159;
        /*border-bottom: 5px solid #fff159;*/
    }
    50% {
        border-top: 5px solid #fff;
        /*border-bottom: 5px solid #fff;*/
    }
    100% {
        border-top: 5px solid #fff159;
        /*border-bottom: 5px solid #fff159;*/
    }
}

@media only screen and (max-width:991px) {
    #section-member-panel {
        border-top: 2px solid #fff159;
        /*border-bottom: 2px solid #fff159*/
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-title {
        font-size: 26px;
        margin-bottom: 0;
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 40px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh svg {
        width: 28px;
        height: 28px
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        padding: 5px 15px 25px;
        font-size: 20px
    }
    @-moz-keyframes myfirst
    /* Firefox */
    {
        0% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
        50% {
            border-top: 2px solid #fff;
            /*border-bottom: 2px solid #fff;*/
        }
        100% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
    }
    @-webkit-keyframes myfirst
    /* Firefox */
    {
        0% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
        50% {
            border-top: 2px solid #fff;
            /*border-bottom: 2px solid #fff;*/
        }
        100% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
    }
}

@media only screen and (max-width:768px) {
    #section-member-panel {
        padding: 10px 0;
        border-width: 5px 0
    }
    #section-member-panel .row-top #panel-top-right #panel-balance {
        padding: 20px 0;
        width: 100%;
    }
    #section-member-panel .row-top #panel-top-lerightft #panel-balance #balance-title {
        font-size: 18px;
        margin-bottom: 0px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 33px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh {
        margin-left: 15px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh svg {
        width: 22px;
        height: 22px
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 17px;
        padding: 0px 15px 20px;
        ;
    }
    #section-member-panel .row-bottom a {
        padding: 0 5px
    }
}

@media only screen and (max-width:667px) {
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 28px
    }
}

@media only screen and (max-width:568px) {
    #section-member-panel .row-top #panel-top-right #panel-balance {
        padding: 10px 0
    }
    #section-member-panel .row-top #panel-top-lerightft #panel-balance #balance-title {
        font-size: 20px;
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 28px
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 15px
    }
}

@media only screen and (max-width:480px) {
    #section-member-panel {
        padding: 15px 0;
        border-width: 15px 0;
        border-top: 2px solid #fff;
        /*border-bottom: 2px solid #fff159*/
    }
    #section-member-panel .row-top #panel-top-right #panel-balance {
        padding: 5px 0;
        border-radius: 0px;
        width: 70%;
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-title {
        font-size: 12px;
        margin-bottom: 0px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 17px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh {
        margin-left: 5px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value #balance-refresh svg {
        width: 16px;
        height: 16px
    }
    #section-member-panel .row-top #panel-top-right {
        padding: 5px 0
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 12px;
        padding: 0
    }
    #section-member-panel .row-top #panel-top-left {
        padding: 0 8px 10px
    }
    #section-member-panel .row-bottom a {
        padding: 0 6px
    }
    #section-member-panel .row-bottom a img {
        width: 100%;
        /*height: 75px;*/
    }
    @-moz-keyframes myfirst
    /* Firefox */
    {
        0% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
        50% {
            border-top: 2px solid #fff;
            /*border-bottom: 2px solid #fff;*/
        }
        100% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
    }
    @-webkit-keyframes myfirst
    /* Firefox */
    {
        0% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
        50% {
            border-top: 2px solid #fff;
            /*border-bottom: 2px solid #fff;*/
        }
        100% {
            border-top: 2px solid #fff159;
            /*border-bottom: 2px solid #fff159;*/
        }
    }
}

@media only screen and (max-width:414px) {
    #section-member-panel .row-top #panel-top-right {
        padding: 5px 5px;
    }
    #section-member-panel .row-top #panel-top-right #panel-balance {
        padding: 7px 0;
        border-radius: 0px;
        width: 75%;
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 9px;
        padding: 0px 10px 3px;
        line-height: 1.8;
    }
    #section-member-panel .row-bottom a {
        padding: 0 2px;
    }
}

@media only screen and (max-width:320px) {
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-title {
        font-size: 8px;
        margin-bottom: 0px
    }
    #section-member-panel .row-top #panel-top-right #panel-balance #balance-value {
        font-size: 15px
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 8px;
        padding: 0
    }
}

@media only screen and (max-width:280px) {
    #section-member-panel .row-top #panel-top-right #panel-balance {
        padding: 5px 0!important;
    }
    #section-member-panel .row-top #panel-top-right #panel-setting {
        font-size: 7px;
        padding: 0 5px 5px;
    }
    #section-footer #footer-items .footer-item {
        flex: 18%!important;
    }
    #section-footer #footer-items .footer-item a span {
        font-size: 6px!important;
    }
    #section-footer #footer-items .footer-item.mid a {
        margin-top: 0vw!important;
    }
}

#section-product {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}

#section-product h1 {
    margin-top: 20px
}

#section-product #section-product-categories {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px
}

#section-product #section-product-categories .product-category {
    flex: 33.33333%;
    display: block;
    position: relative;
    border-color: #9d9d9d;
    border-style: solid;
    border-width: 4px 2px;
    border-radius: 7px;
    background-image: url(https://onghuat8888.com/sys_images/product-categories/bg-btn-category-inactive-1.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    transition: all .2s;
    padding: 10px;
    text-decoration: none;
    text-align: center
}

#section-product #section-product-categories .product-category.active,
#section-product #section-product-categories .product-category:hover {
    background-image: url(https://onghuat8888.com/sys_images/product-categories/bg-btn-category-active-1.png);
    border-color: #fff159
}

#section-product #section-product-categories .product-category span {
    display: block;
    white-space: nowrap;
    color: #000;
    font-size: 8pt;
    letter-spacing: 1px;
    font-family: a Atmospheric Regular, sans-serif
}

#section-product #section-product-categories .product-category span svg {
    display: block;
    margin: 0 auto 10px;
    max-width: 40%
}

#section-product #section-product-items {
    padding-right: 2%
}

#section-product #section-product-items #product-items {
    display: flex;
    flex-flow: row wrap
}

#section-product #section-product-items #product-items a {
    flex: 33.33333%;
    max-width: 33.33333%;
    display: block
}

#section-product #section-product-items #product-items a img {
    max-width: 100%
}

#section-product #section-product-items #product-items a:active,
#section-product #section-product-items #product-items a:hover {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.tabs .product-item {
    flex: 50%;
    max-width: 50%;
    display: block
}

.tabs .product-item .item {
    position: relative
}

.tabs .product-item .item .item-image img {
    width: 100%
}

.tabs .product-item .item .item-info {
    position: absolute;
    padding: 0 10%;
    top: 40%;
    left: 0;
    right: 0
}

.tabs .product-item .item .item-info .info-row {
    margin-bottom: 15px;
    padding-right: 100px;
    position: relative
}

.tabs .product-item .item .item-info .info-row div {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none
}

.tabs .product-item .item .item-info .info-row div span {
    display: inline-block;
    margin-left: 5px
}

.tabs .product-item .item .item-info .info-row .click-to-copy {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: lighter;
    border: 1px solid #c83b75;
    background: #000;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer
}

.tabs .product-item .item .item-info .info-row .click-to-copy:active,
.tabs .product-item .item .item-info .info-row .click-to-copy:hover {
    background: #535353
}

.tabs .product-item .item .item-buttons {
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.tabs .product-item .item .item-buttons .item-button {
    transform: scale(1);
    width: 50%
}

.tabs .product-item .item .item-buttons .item-button img {
    display: block;
    width: 98%;
    margin: 0 auto
}

.tabs .product-item .item .item-buttons .item-button:hover {
    transition: transform .1s;
    transform: scale(1.05)
}

@media only screen and (max-width:991px) {
    .tabs .product-item .item .item-info .info-row {
        margin-bottom: 10px
    }
    .tabs .product-item .item .item-info .info-row div {
        padding: 10px 15px;
        font-size: 14px
    }
}

@media only screen and (max-width:800px) {
    .tabs .product-item .item .item-info .info-row {
        padding-right: 70px
    }
    .tabs .product-item .item .item-info .info-row div {
        padding: 8px;
        font-size: 12px
    }
    .tabs .product-item .item .item-info .info-row .click-to-copy {
        font-size: 14px;
        padding: 4px 10px
    }
}

@media only screen and (max-width:600px) {
    #section-product #section-product-categories .product-category {
        padding: 10px 5px
    }
    #section-product #section-product-categories .product-category span {
        font-size: 9px
    }
    #section-product #section-product-categories .product-category span svg {
        width: 45px;
        height: 45px
    }
    .tabs .product-item {
        max-width: 90%;
        flex: 100%;
        margin: 0 auto
    }
    .tabs .product-item .item .item-info {
        position: absolute;
        padding: 0 10%;
        top: 45%;
        left: 0;
        right: 0
    }
    .tabs .product-item .item .item-info .info-row {
        margin-bottom: 10px;
        padding-right: 50px;
        position: relative
    }
    .tabs .product-item .item .item-info .info-row div {
        padding: 5px 10px;
        font-size: 12px
    }
    .tabs .product-item .item .item-info .info-row div span {
        margin-left: 3px
    }
    .tabs .product-item .item .item-info .info-row .click-to-copy {
        font-size: 12px;
        padding: 5px
    }
}

@media only screen and (max-width:480px) {
    #section-product #section-product-categories .product-category {
        padding: 5px;
        border-width: 2px 1px
    }
    #section-product #section-product-categories .product-category span {
        font-size: 7px
    }
    #section-product #section-product-categories .product-category span svg {
        width: 35px;
        height: 35px;
        margin: 0 auto 3px
    }
}

#section-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
    border-top: 1px solid #111;
    box-shadow: 0 0 12px 4px rgba(60, 60, 60, .26);
    border-top: 1px solid #aaa;
    border-radius: 16px 16px 0px 0px;
}


}
#section-footer .contact {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    background-color: #000;
    border-top: 2px solid #f65e99
}
#section-footer .contact.active {
    display: flex
}
#section-footer .contact .contact-box {
    margin: 0 1%;
    width: 23%;
    color: #fff;
    font-size: 10px;
    padding: 12px 5px;
    text-align: center
}
#section-footer .contact .contact-box .svg-inline--fa {
    font-size: 24px;
    margin-bottom: 4px
}
#section-footer .contact .contact-box .svg-inline--fa.fa-weixin {
    color: #7bb32e
}
#section-footer .contact .contact-box .svg-inline--fa.fa-telegram-plane {
    color: #08c
}
#section-footer .contact .contact-box .svg-inline--fa.fa-whatsapp {
    color: #4fce5d
}
#section-footer #footer-items {
    display: flex;
    flex-flow: row wrap;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 3px
}
#section-footer #footer-items .footer-item {
    flex: 19%;
    display: block;
    text-align: center;
    padding: 0 5px
}
#section-footer #footer-items .footer-item a {
    display: inline-block;
    position: relative;
    width: 100%;
    text-decoration: none
}
#section-footer #footer-items .footer-item a img {
    display: none;
    margin: 0 auto;
    width: 85%;
    max-width: 60px
}
#section-footer #footer-items .footer-item a img:not(.active) {
    display: block
}
#section-footer #footer-items .footer-item a span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px
}
#section-footer #footer-items .footer-item a.active img,
#section-footer #footer-items .footer-item a:hover img {
    display: block
}
#section-footer #footer-items .footer-item a.active img:not(.active),
#section-footer #footer-items .footer-item a:hover img:not(.active) {
    display: none
}
#section-footer #footer-items .footer-item a.active span,
#section-footer #footer-items .footer-item a:hover span {
    color: #ff0
}
#section-footer #footer-items .footer-item.mid {
    flex: 24%;
    -webkit-animation: mover .7s infinite alternate;
    animation: mover .7s infinite alternate
}
#section-footer #footer-items .footer-item.mid a {
    margin-top: -50px
}
#section-footer #footer-items .footer-item.mid a span {
    font-size: 20px
}
#section-footer #footer-items .footer-item.mid a img {
    max-width: 110px
}
@media only screen and (max-width:1024px) {
    #section-footer #footer-items .footer-item a span {
        margin-top: 10px;
        font-size: 16px
    }
    
    #section-footer #footer-items .footer-item.mid a span {
        font-size: 22px
    }
}
@media only screen and (max-width:768px) {
    #section-footer #footer-items {
        padding: 5px 0
    }
    
    #section-footer #footer-items .footer-item a span {
        margin-top: 5px;
        font-size: 12px
    }
    
    #section-footer #footer-items .footer-item a img {
        max-width: 60px
    }
    
    #section-footer #footer-items .footer-item.mid a {
        margin-top: -5vw
    }
    
    #section-footer #footer-items .footer-item.mid a span {
        font-size: 18px
    }
    
    #section-footer #footer-items .footer-item.mid a img {
        max-width: 90px
    }
}
@media only screen and (max-width:480px) {
    #section-footer #footer-items {
        padding: 2px 0
    }
    
    #section-footer #footer-items .footer-item {
        padding: 0 2px
    }
    
    #section-footer #footer-items .footer-item a img {
        max-width: 55px
    }
    
    #section-footer #footer-items .footer-item a span {
        margin-top: 0;
        font-size: 7px
    }
    
    #section-footer #footer-items .footer-item.mid a img {
        max-width: 70px
    }
    
    #section-footer #footer-items .footer-item.mid a span {
        margin-top: 0;
        font-size: 10px
    }
}
#section-sidemenu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    opacity: 1
}
#section-sidemenu #sidemenu-content {
    transform: translateX(0);
    background: #fff;
    z-index: 1001;
    width: 45%;
    height: 100%;
    max-width: 560px;
    overflow-y: auto;
    position: relative
}
#section-sidemenu #sidemenu-content #sidemenu-top {
    padding: 30px;
    position: relative;
    display: table;
    width: 100%
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-profile-image {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    position: relative
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-profile-image img {
    width: 100%;
    position: absolute;
    max-width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info {
    display: table-cell;
    vertical-align: top;
    padding: 20px 0;
    color: #747474;
    width: 50%
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .name {
    font-size: 22px
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance strong {
    font-weight: 700;
    font-size: 28px
}
#section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance span {
    display: block;
    font-size: 24px
}
#section-sidemenu #sidemenu-content #sidemenu-guest {
    display: flex;
    flex-flow: row wrap
}
#section-sidemenu #sidemenu-content #sidemenu-guest a {
    display: block;
    flex: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    font-family: a Atmospheric Regular, sans-serif;
    letter-spacing: 5px
}
#section-sidemenu #sidemenu-content #sidemenu-guest a img {
    position: absolute;
    display: block;
    max-height: 50%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}
#section-sidemenu #sidemenu-content #sidemenu-guest a.btn-login {
    background-image: url(https://onghuat8888.com/sys_images/buttons/btn-login-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#section-sidemenu #sidemenu-content #sidemenu-links {
    padding-bottom: 1px
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: -1px;
    padding: 12px 30px 12px 40px;
    text-decoration: none
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a .link-icon {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    width: 40px;
    height: 40px
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a .link-icon img {
    max-width: 100%;
    max-height: 100%;
    display: none;
    margin: 0 auto
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a .link-icon img:not(.active) {
    display: block
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a span {
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    font-size: 20px;
    font-weight: 400;
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a.active .link-icon img,
#section-sidemenu #sidemenu-content #sidemenu-links .link a:hover .link-icon img {
    display: block
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a.active .link-icon img:not(.active),
#section-sidemenu #sidemenu-content #sidemenu-links .link a:hover .link-icon img:not(.active) {
    display: none
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a.active span,
#section-sidemenu #sidemenu-content #sidemenu-links .link a:hover span {
    color: #000
}
#section-sidemenu #sidemenu-content #sidemenu-links .link a:after,
#section-sidemenu #sidemenu-content #sidemenu-links .link a:before {
    content: "";
    display: block
}
@media only screen and (max-width:991px) {
    #section-sidemenu #sidemenu-content #sidemenu-top {
        padding: 20px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-profile-image img {
        max-width: 120px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .name {
        font-size: 18px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance strong {
        font-size: 24px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance span {
        display: block;
        font-size: 22px
    }
}
#section-sidemenu:before {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(45% + 3px);
    max-width: 563px;
    height: 100%;
    content: "";
    display: block;
    z-index: -1;
    background: #454545;
    background: linear-gradient(180deg, #454545, #ededed 30%, #fafafa 80%)
}
#section-sidemenu #sidemenu-overlap {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all .3s
}
#section-sidemenu:not(.extended) {
    z-index: -1;
    opacity: 0
}
#section-sidemenu:not(.extended) #sidemenu-content {
    transform: translateX(-100%)
}
#section-sidemenu:not(.extended) #sidemenu-overlap {
    display: none;
    opacity: 0;
    visibility: hidden
}
@media only screen and (max-width:768px) {
    #section-sidemenu #sidemenu-content {
        width: 50%
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top {
        padding: 30px 15px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info {
        padding: 10px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .name {
        font-size: 18px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance strong {
        font-size: 20px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance span {
        font-size: 18px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-guest a {
        font-size: 18px;
        letter-spacing: 2px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a {
        padding: 15px 30px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a .link-icon {
        margin-right: 30px;
        width: 25px;
        height: 25px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a span {
        font-size: 18px
    }
    
    #section-sidemenu:before {
        width: calc(50% + 3px)
    }
}
@media only screen and (max-width:480px) {
    #section-sidemenu #sidemenu-content {
        width: 70%
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top {
        padding: 10px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-profile-image img {
        max-width: 80px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info {
        padding: 10px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .name {
        font-size: 15px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance strong {
        font-size: 17px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-top #sidemenu-top-info .balance span {
        font-size: 16px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-guest a {
        padding: 8px 0;
        font-size: 12px;
        letter-spacing: 1px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a {
        padding: 8px 20px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a .link-icon {
        margin-right: 20px;
        width: 25px;
        height: 25px
    }
    
    #section-sidemenu #sidemenu-content #sidemenu-links .link a span {
        font-size: 16px
    }
    
    #section-sidemenu:before {
        width: calc(70% + 3px)
    }
}
@-webkit-keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0)
    }
    
    40%,
    60% {
        transform: translate3d(2px, 0, 0)
    }
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0)
    }
    
    40%,
    60% {
        transform: translate3d(2px, 0, 0)
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: .15
    }
}
@keyframes blink {
    50% {
        opacity: .15
    }
}
@-webkit-keyframes marquee {
    0% {
        left: 100%
    }
    
    to {
        left: -100%
    }
}
@keyframes marquee {
    0% {
        left: 100%
    }
    
    to {
        left: -100%
    }
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }
    
    to {
        transform: translateY(-8px)
    }
}
@keyframes mover {
    0% {
        transform: translateY(0)
    }
    
    to {
        transform: translateY(-8px)
    }
}
#page-login {
    padding: 165px 0 0
}
#page-login h1 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px
}
#page-login form {
    width: 80%;
    max-width: 800px;
    margin: 0 auto
}
#page-login form .form-group {
    margin-bottom: 20px
}
#page-login form .form-group label {
    line-height: 1.8;
    margin: 0 0 4px;
    font-size: 16px;
    color: #000
}
#page-login form .form-group label span {
    color: red
}
#page-login form .form-group input {
    padding: 24px 25px;
    border: 1px solid #ffcc00;
    border-radius: 12px;
    background: transparent;
    box-shadow: inset -9px 1px 6.66px 2.34px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter
}
#page-login form .form-group .code {
    text-align: center;
    letter-spacing: 2px;
    border-radius: 12px;
    line-height: 42px;
    font-size: 16px;
    font-family: a Atmospheric Regular, sans-serif;
    color: #000;
    border-top: 4px solid #ff0;
    border-bottom: 4px solid #ff0;
    background: #000;
    background: linear-gradient(0deg, #ff0, #ff0);
}
#page-login form .button-group {
    margin-top: 80px;
    text-align: center
}
#page-login form .button-group .btn-submit {
    background: none;
    border: none;
    outline: none
}
#page-login form .button-group .btn-submit img {
    height: 70px
}
#page-login form .button-group .text-forgot {
    padding: 20px 0;
    font-weight: lighter
}
#page-login form .button-group .text-forgot a {
    color: #007502;
    text-decoration: none;
    font-size: 18px
}
#page-login form .button-group .text-forgot a:hover {
    color: #f00;
    text-decoration: underline
}
#page-login form .button-group .text-register {
    font-weight: lighter;
    color: #000;
    font-size: 18px
}
#page-login form .button-group .text-register a {
    color: #007502;
    text-decoration: none
}
#page-login form .button-group .text-register a:hover {
    color: #f00;
    text-decoration: underline
}
@media only screen and (max-width:768px) {
    #page-login .description {
        font-size: 16px;
        line-height: 20px
    }
    
    #page-login form .form-group input {
        padding: 20px 25px;
        font-size: 14px
    }
    
    #page-login form .form-group .code {
        line-height: 34px;
        font-size: 13px;
        letter-spacing: 1px
    }
    
    #page-login form .button-group {
        margin-top: 40px;
        text-align: center
    }
    
    #page-login form .button-group .btn-submit {
        background: none;
        border: none;
        outline: none
    }
    
    #page-login form .button-group .btn-submit img {
        height: 70px
    }
    
    #page-login form .button-group .text-login {
        padding: 20px 0 40px;
        font-weight: lighter;
        color: #999;
        font-size: 18px
    }
    
    #page-login form .button-group .text-login a {
        color: #e40c39;
        text-decoration: none
    }
    
    #page-login form .button-group .text-login a:hover {
        color: #f65e99;
        text-decoration: underline
    }
}
@media only screen and (max-width:480px) {
    #page-login {
        padding: 85px 0 0
    }
    
    #page-login h1 {
        margin: 0 0 20px
    }
    
    #page-login form .form-group label {
        font-size: 14px
    }
    
    #page-login form .form-group input {
        padding: 20px 15px;
        font-size: 14px
    }
    
    #page-login form .form-group .code {
        line-height: 34px;
        font-size: 13px
    }
    
    #page-login form .button-group {
        margin-top: 20px
    }
    
    #page-login form .button-group .btn-submit img {
        height: 52px
    }
    
    #page-login form .button-group .text-forgot {
        padding: 20px 0 30px;
        font-weight: lighter
    }
    
    #page-login form .button-group .text-forgot a {
        font-size: 16px
    }
    
    #page-login form .button-group .text-register {
        font-size: 18px
    }
}
#page-register {
    padding: 165px 0 0
}
#page-register h1 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 30px
}
#page-register .description {
    color: #999;
    width: 80%;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: lighter;
    font-size: 16px
}
#page-register form {
    width: 80%;
    max-width: 800px;
    margin: 0 auto
}
#page-register form .form-group {
    margin-bottom: 20px
}
#page-register form .form-group .alert {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px
}
#page-register form .form-group .form-control {
    height: calc(2.2em + .75rem + 2px)
}
#page-register form .form-group label {
    line-height: 1.8;
    margin: 0 0 4px;
    font-size: 16px;
    color: #000
}
#page-register form .form-group label span {
    color: red
}
#page-register form .form-group input,
#page-register form .form-group select {
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 12px;
    background: transparent;
    box-shadow: inset -9px 1px 6.66px 2.34px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
#page-register form .form-group.get-code {
    border: 3px solid #ff0;
    border-radius: 30px;
    padding: 25px;
    margin: 0 -10px 20px
}
#page-register form .form-group.get-code span {
    font-weight: lighter;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 10px
}
#page-register form .form-group.get-code .code-btn {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 12px;
    line-height: 42px;
    font-size: 16px;
    font-family: a Atmospheric Regular, sans-serif;
    color: #000;
    border-top: 4px solid #fc0;
    border-bottom: 4px solid #ff0;
    background: #ff0;
    background: linear-gradient(0deg, #fa0, #ff0);
    text-decoration: none;
    cursor: pointer
}
#page-register form .form-group.get-code .code-btn.active,
#page-register form .form-group.get-code .code-btn:hover {
    border-top: 4px solid #ff0;
    border-bottom: 4px solid #fc0;
    background: #ff0;
    background: linear-gradient(0deg, #ff0, #fa0);
}
#page-register form .form-group .select-with-icon {
    position: relative
}
#page-register form .form-group .select-with-icon .form-control {
    height: calc(2.2em + .75rem + 2px)
}
#page-register form .form-group .select-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #ffcc00 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    z-index: 1
}
#page-register form .button-group {
    margin-top: 80px;
    text-align: center
}
#page-register form .button-group .btn-submit {
    background: none;
    border: none;
    outline: none
}
#page-register form .button-group .btn-submit img {
    height: 70px
}
#page-register form .button-group .text-login {
    padding: 20px 0 40px;
    font-weight: lighter;
    color: #000;
    font-size: 18px
}
#page-register form .button-group .text-login a {
    color: #007502;
    text-decoration: none
}
#page-register form .button-group .text-login a:hover {
    color: #f00;
    text-decoration: underline
}
@media only screen and (max-width:768px) {
    #page-register .description {
        font-size: 16px;
        line-height: 20px
    }
    
    #page-register form .form-group input,
    #page-register form .form-group select {
        padding: 10px 25px;
        font-size: 14px
    }
    
    #page-register form .form-group.get-code .code-btn {
        line-height: 34px;
        font-size: 12px
    }
    
    #page-register form .button-group {
        margin-top: 40px;
        text-align: center
    }
    
    #page-register form .button-group .btn-submit {
        background: none;
        border: none;
        outline: none
    }
    
    #page-register form .button-group .btn-submit img {
        height: 70px
    }
    
    #page-register form .button-group .text-login {
        padding: 20px 0 40px;
        font-weight: lighter;
        color: #000;
        font-size: 18px
    }
    
    #page-register form .button-group .text-login a {
        color: #e40c39;
        text-decoration: none
    }
    
    #page-register form .button-group .text-login a:hover {
        color: #f65e99;
        text-decoration: underline
    }
}
@media only screen and (max-width:480px) {
    #page-register {
        padding: 85px 0 0
    }
    
    #page-register h1 {
        margin: 0 0 20px
    }
    
    #page-register form .form-group input,
    #page-register form .form-group label,
    #page-register form .form-group select {
        font-size: 14px
    }
    
    #page-register form .form-group.get-code {
        padding: 15px
    }
    
    #page-register form .form-group.get-code span {
        font-size: 10px
    }
    
    #page-register form .form-group.get-code .code-btn {
        line-height: 34px;
        font-size: 9px;
        letter-spacing: 1px
    }
    
    #page-register form .button-group {
        margin-top: 20px
    }
    
    #page-register form .button-group .btn-submit img {
        height: 52px
    }
    
    #page-register form .button-group .text-forgot {
        padding: 20px 0 30px;
        font-weight: lighter
    }
    
    #page-register form .button-group .text-forgot a {
        font-size: 16px
    }
    
    #page-register form .button-group .text-register {
        font-size: 18px
    }
}
#forgot-password {
    padding: 30px 0 0
}
#forgot-password h1 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 30px
}
#forgot-password .forgot-password-content #join-form button {
    margin: 0 auto;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 12px;
    line-height: 42px;
    font-size: 16px;
    font-family: a Atmospheric Regular, sans-serif;
    color: #000;
    border-top: 4px solid #fc0;
    border-bottom: 4px solid #ff0;
    background: #ff0;
    background: linear-gradient(0deg, #fa0, #ff0);
    text-decoration: none;
    cursor: pointer
}
@media only screen and (max-width:480px) {
    #forgot-password .forgot-password-content #join-form button {
        font-size: 12px;
        width: 100%
    }
}
#forgot-password .forgot-password-content .more-info {
    padding: 20px 0
}
#forgot-password .reset-content #reset-form .button-group {
    margin-top: 40px;
    text-align: center
}
#forgot-password .reset-content #reset-form .button-group .btn-submit {
    background: none;
    border: none;
    outline: none
}
#forgot-password .reset-content #reset-form .button-group .btn-submit img {
    height: 70px
}
@media only screen and (max-width:480px) {
    #forgot-password .reset-content #reset-form .button-group {
        margin-top: 20px
    }
    
    #forgot-password .reset-content #reset-form .button-group .btn-submit img {
        height: 52px
    }
}
#section-promotions {
    padding: 30px 0 0
}
#section-promotions h1 {
    text-align: center;
    margin: 0 0 40px
}
#section-promotions #section-promotion-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}
#section-promotions #section-promotion-items .promotion-item {
    margin-bottom: 40px;
    box-shadow: 0 7px 18px 0 rgba(2, 3, 2, .75)
}
#section-promotions #section-promotion-items .promotion-item .item-header {
    padding: 15px 270px 15px 20px;
    color: #fff;
    letter-spacing: 1px;
    font-family: a Atmospheric Regular, sans-serif;
    position: relative;
    background: #000;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #f8d065, #99560c, #e1c667, #fbf09c);
    border-image-slice: 1;
    border-bottom: 0;
}
#section-promotions #section-promotion-items .promotion-item .item-header .item-action {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    height: 36px
}
#section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info {
    cursor: pointer;
    display: inline-block
}
#section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info img {
    height: 36px
}
#section-promotions #section-promotion-items .promotion-item .item-image {
    border: 1px solid #2a2a2a;
}
#section-promotions #section-promotion-items .promotion-item .item-image img {
    width: 100%
}
#section-promotions #section-promotion-items .promotion-item .item-content {
    opacity: 0;
    z-index: -1;
    max-height: 0;
    position: relative;
    transition: max-height .2s;
    overflow-x: auto;
    color: #fff;
    padding: 0;
    font-weight: lighter;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #f8d065, #99560c, #e1c667, #fbf09c);
    border-image-slice: 1;
    background: #000;
}
#section-promotions #section-promotion-items .promotion-item.active .item-content {
    max-height: none;
    padding: 15px 20px;
    opacity: 1;
    z-index: 1
}
@media only screen and (max-width:991px) {
    #section-promotions {
        padding: 85px 20px 0
    }
    
    #section-promotions h1 {
        margin: 0 0 20px
    }
}
@media only screen and (max-width:768px) {
    #section-promotions #section-promotion-items .promotion-item .item-header {
        font-size: 14px;
        padding: 15px 230px 15px 20px
    }
    
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action,
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info img {
        height: 30px
    }
}
@media only screen and (max-width:480px) {
    #section-promotions #section-promotion-items .promotion-item .item-header {
        padding: 15px 200px 15px 20px;
        font-size: 12px
    }
    
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action,
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info img {
        height: 25px
    }
}
@media only screen and (max-width:390px) {
    #section-promotions #section-promotion-items .promotion-item .item-header {
        padding: 15px 130px 15px 20px
    }
    
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action {
        height: 50px
    }
    
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info {
        display: block
    }
    
    #section-promotions #section-promotion-items .promotion-item .item-header .item-action .btn-more-info img {
        height: 25px
    }
}
#section-member-page {
    padding: 20px 0 0
}
#section-member-page h1 {
    text-align: center;
    margin: 0 0 20px
}
#section-member-page #section-bank {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}
#section-member-page #section-bank .form-group {
    margin-bottom: 30px
}
#section-member-page #section-bank .form-group label {
    color: #000;
    display: block
}
#section-member-page #section-bank .form-group input,
#section-member-page #section-bank .form-group select {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
#section-member-page #section-bank .form-group .select-with-icon {
    position: relative
}
#section-member-page #section-bank .form-group .select-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #ffcc00 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    z-index: 1
}
#section-member-page #section-bank .form-group .select-amount {
    display: flex;
    margin: 0 -10px 20px
}
#section-member-page #section-bank .form-group .select-amount button {
    flex: 20%;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    outline: none
}
#section-member-page #section-bank .form-group .select-amount button.active,
#section-member-page #section-bank .form-group .select-amount button:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-bank .button-group {
    margin-top: 40px;
    text-align: center
}
#section-member-page #section-bank .button-group button {
    border: none;
    outline: none;
    background: none;
    padding: 0
}
#section-member-page #section-bank .button-group button img {
    height: 50px
}
#section-member-page #section-bank .blink {
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite
}
#section-member-page #section-affiliate {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}
#section-member-page #section-affiliate .info-box {
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background-color: #000;
    margin-bottom: 40px
}
#section-member-page #section-affiliate .info-box .info-title {
    border-bottom: 1px solid #ffcc00;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px
}
#section-member-page #section-affiliate .info-box .info-content {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    word-break: break-all
}
#section-member-page #section-affiliate .info-box .info-content button {
    margin: 0 10px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #ff0;
    background: #ff0;
    border-radius: 8px;
    color: #000;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer
}
#section-member-page #section-affiliate .info-box .info-content button:active,
#section-member-page #section-affiliate .info-box .info-content button:hover {
    background: #000;
    border: 1px solid #ff0;
    color: #fff;
}
#section-member-page #section-affiliate #affiliate-table h5 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 20px 0
}
#section-member-page #section-affiliate #affiliate-table table {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px
}
#section-member-page #section-affiliate #affiliate-table table thead {
    border-bottom: 2px solid #ffcc00
}
#section-member-page #section-affiliate #affiliate-table table thead th {
    width: 25%;
    padding: 10px 0
}
#section-member-page #section-affiliate #affiliate-table table tbody {
    border-top: 2px solid #ffcc00
}
#section-member-page #section-affiliate #affiliate-table table tbody tr {
    border-left: 2px solid #ffcc00
}
#section-member-page #section-affiliate #affiliate-table table tbody tr td {
    width: 25%;
    padding: 10px 0;
    border-right: 2px solid #ffcc00;
    border-bottom: 2px solid #ffcc00
}
#section-member-page #section-deposit {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}
#section-member-page #section-deposit #section-deposit-method-selection {
    margin: 0 -10px 60px;
    text-align: center;
    font-size: 0
}
#section-member-page #section-deposit #section-deposit-method-selection .method-link {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #e2e2e2;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 8px 15px;
    text-align: center;
    color: #000;
}
#section-member-page #section-deposit #section-deposit-method-selection .method-link.active,
#section-member-page #section-deposit #section-deposit-method-selection .method-link:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-deposit #section-deposit-cdm,
#section-member-page #section-deposit #section-deposit-fpx {
    width: 80%;
    margin: 0 auto
}
#section-member-page #section-deposit #section-deposit-cdm .form-title,
#section-member-page #section-deposit #section-deposit-fpx .form-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px
}
#section-member-page #section-deposit #section-deposit-cdm .form-note,
#section-member-page #section-deposit #section-deposit-fpx .form-note {
    text-align: center;
    color: #ffcc00;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite;
    margin-bottom: 40px
}
#section-member-page #section-deposit #section-deposit-cdm .form-group,
#section-member-page #section-deposit #section-deposit-fpx .form-group {
    margin-bottom: 30px
}
#section-member-page #section-deposit #section-deposit-cdm .form-group label,
#section-member-page #section-deposit #section-deposit-fpx .form-group label {
    color: #fff;
    display: block
}
#section-member-page #section-deposit #section-deposit-cdm .form-group input,
#section-member-page #section-deposit #section-deposit-cdm .form-group select,
#section-member-page #section-deposit #section-deposit-fpx .form-group input,
#section-member-page #section-deposit #section-deposit-fpx .form-group select {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-with-icon,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-with-icon {
    position: relative
}
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-with-icon:after,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #ffcc00 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    z-index: 1
}
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-amount,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-amount {
    display: flex;
    margin: 0 -10px 20px
}
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-amount button,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-amount button {
    flex: 20%;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    outline: none
}
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-amount button.active,
#section-member-page #section-deposit #section-deposit-cdm .form-group .select-amount button:hover,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-amount button.active,
#section-member-page #section-deposit #section-deposit-fpx .form-group .select-amount button:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group,
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group {
    border: 2px solid #ff0;
    border-radius: 15px;
    padding: 15px
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-group-title,
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-group-title {
    font-weight: lighter;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    text-align: center
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file,
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file {
    position: relative;
    padding-right: 143px
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file input[type=text],
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file input[type=text] {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file input[type=file],
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file input[type=file] {
    z-index: -1;
    position: absolute;
    opacity: 0
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file label,
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file label {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    padding: 9px 15px;
    border-radius: 10px;
    border-left-width: 0;
    border-right-width: 0;
    border-left-style: solid;
    border-right-style: solid;
    border-top: 2px solid #ffcc00;
    border-bottom: 2px solid #ffcc00;
    background: #ffcc00;
    background: linear-gradient(0deg, #ffcc00, #ffcc00)
}
#section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file label:hover,
#section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file label:hover {
    border-bottom-color: #ffcc00;
    border-top-color: #ffcc00;
    background: #ffcc00;
    background: linear-gradient(180deg, #ffcc00, #ffcc00)
}
#section-member-page #section-deposit #section-deposit-cdm .form-helper,
#section-member-page #section-deposit #section-deposit-fpx .form-helper {
    display: block;
    font-weight: lighter;
    margin-top: 5px;
    padding-left: 15px
}
#section-member-page #section-deposit #section-deposit-cdm .box-account,
#section-member-page #section-deposit #section-deposit-fpx .box-account {
    margin-bottom: 40px;
    font-weight: lighter
}
#section-member-page #section-deposit #section-deposit-cdm .box-account .click-to-copy,
#section-member-page #section-deposit #section-deposit-fpx .box-account .click-to-copy {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #e2e2e2;
    font-size: 12px;
    letter-spacing: 0;
    padding: 2px 10px;
    text-align: center
}
#section-member-page #section-deposit #section-deposit-cdm .box-account .click-to-copy.active,
#section-member-page #section-deposit #section-deposit-cdm .box-account .click-to-copy:hover,
#section-member-page #section-deposit #section-deposit-fpx .box-account .click-to-copy.active,
#section-member-page #section-deposit #section-deposit-fpx .box-account .click-to-copy:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-deposit #section-deposit-cdm .blink,
#section-member-page #section-deposit #section-deposit-fpx .blink {
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite
}
#section-member-page #section-deposit #section-deposit-cdm .button-group,
#section-member-page #section-deposit #section-deposit-fpx .button-group {
    margin-top: 40px;
    text-align: center
}
#section-member-page #section-deposit #section-deposit-cdm .button-group button,
#section-member-page #section-deposit #section-deposit-fpx .button-group button {
    border: none;
    outline: none;
    background: none;
    padding: 0
}
#section-member-page #section-deposit #section-deposit-cdm .button-group button img,
#section-member-page #section-deposit #section-deposit-fpx .button-group button img {
    height: 50px
}
#section-member-page #section-deposit #section-deposit-cdm:not(.active),
#section-member-page #section-deposit #section-deposit-fpx:not(.active) {
    display: none
}
@media only screen and (max-width:480px) {
    #section-member-page #section-deposit #section-deposit-method-selection {
        margin: 0 -10px 40px
    }
    
    #section-member-page #section-deposit #section-deposit-method-selection .method-link {
        margin: 0 3px;
        letter-spacing: 1px;
        padding: 6px 4px;
        font-size: 8px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm,
    #section-member-page #section-deposit #section-deposit-fpx {
        width: 95%
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-group,
    #section-member-page #section-deposit #section-deposit-cdm .form-note,
    #section-member-page #section-deposit #section-deposit-fpx .form-group,
    #section-member-page #section-deposit #section-deposit-fpx .form-note {
        margin-bottom: 20px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-group label,
    #section-member-page #section-deposit #section-deposit-fpx .form-group label {
        font-size: 16px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-group input,
    #section-member-page #section-deposit #section-deposit-cdm .form-group select,
    #section-member-page #section-deposit #section-deposit-fpx .form-group input,
    #section-member-page #section-deposit #section-deposit-fpx .form-group select {
        font-size: 14px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-group .select-amount button,
    #section-member-page #section-deposit #section-deposit-fpx .form-group .select-amount button {
        font-size: 12px;
        padding: 8px 12px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-helper,
    #section-member-page #section-deposit #section-deposit-fpx .form-helper {
        font-size: 10px
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-group-title,
    #section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-group-title {
        font-weight: lighter;
        font-size: 16px;
        color: #999;
        margin-bottom: 15px;
        text-align: center
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file,
    #section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file {
        padding-right: 0
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file input[type=text],
    #section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file input[type=text] {
        width: 100%;
        display: block;
        padding: 10px 25px;
        border: 1px solid #ffcc00;
        border-radius: 8px;
        background: transparent;
        box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
        color: #999;
        font-size: 16px;
        font-weight: lighter;
        outline: none
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file input[type=file],
    #section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file input[type=file] {
        z-index: -1;
        position: absolute;
        opacity: 0
    }
    
    #section-member-page #section-deposit #section-deposit-cdm .form-upload_receipt-group .form-file button,
    #section-member-page #section-deposit #section-deposit-fpx .form-upload_receipt-group .form-file button {
        position: static;
        margin: 10px auto 0;
        width: 130px;
        text-align: center;
        display: block
    }
}
#section-member-page #section-withdraw {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}
#section-member-page #section-withdraw #withdraw-bank-info {
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background-color: #000;
    margin-bottom: 40px
}
#section-member-page #section-withdraw #withdraw-bank-info .info-title {
    border-bottom: 1px solid #ffcc00;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px
}
#section-member-page #section-withdraw #withdraw-bank-info .info-content {
    padding-top: 15px
}
#section-member-page #section-withdraw #withdraw-bank-info .info-content p {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    font-weight: lighter
}
#section-member-page #section-withdraw #withdraw-bank-info .info-content p span {
    flex: 50%;
    padding: 0 10px
}
#section-member-page #section-withdraw #withdraw-bank-info .info-content p span:first-child {
    text-align: right
}
#section-member-page #section-withdraw .form-group {
    margin-bottom: 30px
}
#section-member-page #section-withdraw .form-group label {
    color: #fff;
    display: block
}
#section-member-page #section-withdraw .form-group input,
#section-member-page #section-withdraw .form-group select {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
#section-member-page #section-withdraw .form-group .select-with-icon {
    position: relative
}
#section-member-page #section-withdraw .form-group .select-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #ffcc00 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    z-index: 1
}
#section-member-page #section-withdraw .form-group .select-amount {
    display: flex;
    margin: 0 -10px 20px
}
#section-member-page #section-withdraw .form-group .select-amount button {
    flex: 20%;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    outline: none
}
#section-member-page #section-withdraw .form-group .select-amount button.active,
#section-member-page #section-withdraw .form-group .select-amount button:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-withdraw .form-helper {
    display: block;
    font-weight: lighter;
    margin-top: 5px;
    padding-left: 15px
}
#section-member-page #section-withdraw .button-group {
    margin-top: 40px;
    text-align: center
}
#section-member-page #section-withdraw .button-group button {
    border: none;
    outline: none;
    background: none;
    padding: 0
}
#section-member-page #section-withdraw .button-group button img {
    height: 50px
}
#section-member-page #section-withdraw .form-products {
    display: table;
    width: 100%;
    padding-top: 20px
}
#section-member-page #section-withdraw .form-products .product-option {
    display: table-row
}
#section-member-page #section-withdraw .form-products .product-option>* {
    display: table-cell;
    padding: 0 15px 20px
}
#section-member-page #section-withdraw .form-products .product-option .checkbox {
    width: 100px;
    position: relative;
    vertical-align: middle;
    padding-left: 55px
}
#section-member-page #section-withdraw .form-products .product-option .checkbox .box {
    margin: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -2px 1px 2px 1px rgba(35, 25, 22, .35);
    position: relative
}
#section-member-page #section-withdraw .form-products .product-option .checkbox input {
    opacity: 0;
    width: 0;
    position: absolute;
    height: 0
}
#section-member-page #section-withdraw .form-products .product-option .checkbox input:checked+.box:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://onghuat8888.com/sys_images/icons/tick-mark.png);
    background-size: cover;
    z-index: 1
}
#section-member-page #section-withdraw .form-products .product-option .product-name {
    width: 50%
}
#section-member-page #section-withdraw .form-products .product-option .product-name div {
    font-size: 17px;
    padding: 9px 20px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: #000;
    text-align: center
}
#section-member-page #section-withdraw .form-products .product-option .product-balance div {
    font-size: 17px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    position: relative;
    font-weight: lighter
}
#section-member-page #section-withdraw .blink {
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite
}
@media only screen and (max-width:480px) {
    #section-member-page #section-withdraw #withdraw-bank-info .info-content {
        padding-top: 10px
    }
    
    #section-member-page #section-withdraw #withdraw-bank-info .info-content p {
        font-size: 13px
    }
    
    #section-member-page #section-withdraw .form-products {
        padding-top: 5px
    }
    
    #section-member-page #section-withdraw .form-products .product-option>* {
        padding: 0 10px 15px
    }
    
    #section-member-page #section-withdraw .form-products .product-option .checkbox {
        width: 30px;
        padding-left: 0
    }
    
    #section-member-page #section-withdraw .form-products .product-option .checkbox .box {
        width: 20px;
        height: 20px
    }
    
    #section-member-page #section-withdraw .form-products .product-option .checkbox input:checked+.box:before {
        width: 15px;
        height: 12px
    }
    
    #section-member-page #section-withdraw .form-products .product-option .product-name div {
        font-size: 14px;
        padding: 6px 12px
    }
    
    #section-member-page #section-withdraw .form-products .product-option .product-balance div {
        font-size: 14px;
        padding: 6px 12px;
        white-space: nowrap
    }
}
#section-member-page #section-password {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}
#section-member-page #section-password .form-group {
    margin-bottom: 30px
}
#section-member-page #section-password .form-group label {
    color: #999;
    display: block
}
#section-member-page #section-password .form-group input,
#section-member-page #section-password .form-group select {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset -4px 1px 3px 1.5px rgba(35, 25, 22, .35);
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
#section-member-page #section-password .form-group .select-with-icon {
    position: relative
}
#section-member-page #section-password .form-group .select-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #ffcc00 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    z-index: 1
}
#section-member-page #section-password .form-group .select-amount {
    display: flex;
    margin: 0 -10px 20px
}
#section-member-page #section-password .form-group .select-amount button {
    flex: 20%;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-family: a Atmospheric Regular, sans-serif;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    outline: none
}
#section-member-page #section-password .form-group .select-amount button.active,
#section-member-page #section-password .form-group .select-amount button:hover {
    color: #fff;
    background: #ffcc00;
    border: 1px solid #ffcc00
}
#section-member-page #section-password .button-group {
    margin-top: 40px;
    text-align: center
}
#section-member-page #section-password .button-group button {
    border: none;
    outline: none;
    background: none;
    padding: 0
}
#section-member-page #section-password .button-group button img {
    height: 50px
}
#section-member-page #section-statement {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
#section-member-page #section-statement .overflow-table {
    overflow-x: auto
}
#section-member-page #section-statement table {
    width: 100%;
    /*min-width: 660px;*/
    
    color: #000;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #ffcc00
}
#section-member-page #section-statement table tfoot th,
#section-member-page #section-statement table thead th {
    padding: 10px 0;
    border-top: 2px solid #ffcc00
}
#section-member-page #section-statement table tbody tr {
    border-top: 2px solid #ffcc00
}
#section-member-page #section-statement table tbody tr td {
    font-weight: lighter;
    padding: 10px 0
}
#section-member-page #section-statement #statement-pagination {
    float: right;
    padding-top: 20px
}
#section-member-page #section-statement #statement-pagination .page-item.active .page-link {
    background-color: #f65e99;
    border-color: #f65e99;
    color: #fff
}
#section-member-page #section-statement #statement-pagination .page-link {
    color: #f65e99
}
#slot-lobby {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0
}
#slot-lobby h1 {
    text-align: center;
    margin: 0 0 20px
}
#slot-lobby .slot-boxes {
    display: flex;
    flex-wrap: wrap
}
#slot-lobby .slot-boxes .box {
    display: block;
    width: 21%;
    margin: 2%
}
@media only screen and (max-width:767px) {
    #slot-lobby .slot-boxes .box {
        width: 29.3333%
    }
}
@media only screen and (max-width:480px) {
    #slot-lobby .slot-boxes .box {
        width: 46%
    }
}
#slot-lobby .slot-boxes .box img {
    width: 100%
}
#slot-lobby .slot-boxes .box:hover .image:after {
    display: block
}
#slot-lobby .slot-boxes .box .image {
    position: relative
}
#slot-lobby .slot-boxes .box .image:after {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}
#slot-lobby .slot-boxes .box .image img {
    width: 100%;
    height: auto
}
#slot-lobby .slot-boxes .box .name {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #f8f337;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .4s ease;
    text-shadow: 1px 1px 1px #eb0050;
    letter-spacing: 0;
    white-space: nowrap
}
#slot-lobby .slot-boxes .box span {
    color: #000;
    padding: 10px;
    background: #fff;
    display: block;
    text-align: center
}

/*****Casino light*****/
.casino_light1 {
    left: 0;
    top: -26px!important;
    width: 45%;
    height: 80%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-left: 5%;
    animation: light_left linear infinite 2.5s;
    position: absolute;
    z-index: 2;
}
.casino_light2 {
    right: 0;
    bottom: -26px!important;
    width: 45%;
    height: 80%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-right: 5%;
    animation: light_right linear infinite 2.5s;
    position: absolute;
    z-index: 3;
}
.casino_light3 {
    left: 0;
    top: -15px!important;
    width: 15%;
    height: 15%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-left: 5%;
    animation: light_left linear infinite 2.5s;
    position: absolute;
    z-index: 2;
}
.casino_light4 {
    right: 0;
    bottom: -145px!important;
    width: 15%;
    height: 15%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-right: 5%;
    animation: light_right linear infinite 2.5s;
    position: absolute;
    z-index: 3;
}
.casino_light5 {
    left: 0;
    top: -26px!important;
    width: 25%;
    height: 80%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-left: 5%;
    animation: light_left linear infinite 2.5s;
    position: absolute;
    z-index: 2;
}
.casino_light6 {
    right: 0;
    bottom: -26px!important;
    width: 25%;
    height: 80%;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-right: 5%;
    animation: light_right linear infinite 2.5s;
    position: absolute;
    z-index: 3;
}
@-webkit-keyframes light_left {
    0% {
        left: -25%;
        opacity: 0;
        filter: blur(2px);
    }
    
    20% {
        opacity: 0.9;
        filter: none;
    }
    
    80% {
        left: 45%;
        opacity: 0.9;
        filter: none;
    }
    
    100% {
        left: 45%;
        opacity: 0;
        filter: blur(2px);
    }
}
@keyframes light_left {
    0% {
        left: -25%;
        opacity: 0;
        filter: blur(2px);
    }
    
    20% {
        opacity: 0.9;
        filter: none;
    }
    
    80% {
        left: 45%;
        opacity: 0.9;
        filter: none;
    }
    
    100% {
        left: 45%;
        opacity: 0;
        filter: blur(2px);
    }
}
@-webkit-keyframes light_right {
    0% {
        right: -5%;
        opacity: 0;
        filter: blur(2px);
    }
    
    20% {
        opacity: 0.9;
        filter: none;
    }
    
    80% {
        right: 45%;
        opacity: 0.9;
        filter: none;
    }
    
    100% {
        right: 45%;
        opacity: 0;
        filter: blur(2px);
    }
}
@keyframes light_right {
    0% {
        right: -5%;
        opacity: 0;
        filter: blur(2px);
    }
    
    20% {
        opacity: 0.9;
        filter: none;
    }
    
    80% {
        right: 45%;
        opacity: 0.9;
        filter: none;
    }
    
    100% {
        right: 45%;
        opacity: 0;
        filter: blur(2px);
    }
}
@media screen and (max-width:1400px) {
    .casino_light4 {
        bottom: -115px!important;
    }
}
@media screen and (max-width:1180px) {
    .casino_light4 {
        bottom: -105px!important;
    }
}
@media screen and (max-width:915px) {
    .casino_light4 {
        bottom: -95px!important;
    }
}
@media screen and (max-width:800px) {
    .casino_light4 {
        bottom: -90px!important;
    }
}
@media screen and (max-width:767px) {
    .casino_light1 {
        top: -20px!important;
    }
    
    .casino_light2 {
        bottom: -18px!important;
    }
    
    .casino_light3 {
        top: -10px!important;
    }
    
    .casino_light4 {
        bottom: -75px!important;
    }
    
    .casino_light5 {
        top: -20px!important;
    }
    
    .casino_light6 {
        bottom: -18px!important;
    }
}
@media screen and (max-width:667px) {
    .casino_light3 {
        top: -5px!important;
    }
    
    .casino_light4 {
        bottom: -60px!important;
    }
}
@media screen and (max-width:414px) {
    .casino_light3 {
        top: -5px!important;
    }
    
    .casino_light4 {
        bottom: -45px!important;
    }
}
@media screen and (max-width:375px) {
    .casino_light3 {
        top: -5px!important;
    }
    
    .casino_light4 {
        bottom: -35px!important;
    }
}
@media screen and (max-width:280px) {
    .casino_light3 {
        top: -5px!important;
    }
    
    .casino_light4 {
        bottom: -25px!important;
    }
}
@media screen and (min-width:768px) {
    .casino_light1 {
        width: 25%;
        top: -22px!important;
    }
    
    .casino_light2 {
        width: 25%;
        bottom: -20px!important;
    }
    
    .casino_light5 {
        width: 15%;
        top: -22px!important;
    }
    
    .casino_light6 {
        width: 15%;
        bottom: -20px!important;
    }
}
@media screen and (min-width:1024px) {
    .casino_light1 {
        width: 20%;
        top: -24px!important;
    }
    
    .casino_light2 {
        width: 20%;
        bottom: -22px!important;
    }
    
    .casino_light5 {
        width: 10%;
        top: -24px!important;
    }
    
    .casino_light6 {
        width: 10%;
        bottom: -22px!important;
    }
}
#loading {
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
}
#loading .mask {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1;
}
#loading .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    margin: -75px;
    background-size: cover;
    background-position: center;
    background-color: #000;
    border-radius: 100%;
}
.green-number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(42, 197, 22);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    position: absolute;
    text-align: center;
    right: 50%;
    top: -3px;
    margin-right: -30px;
    z-index: 9;
    line-height: 20px;
    animation: 0.8s updown infinite alternate;
}
@keyframes updown {
    0% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(-4px);
    }
    
    100% {
        transform: translateY(0);
    }
}
.custom-model-main-chat {
    display: none;
}
.model-open-share .bg-overlay-share,
.model-open-chat .bg-overlay-chat {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay-share,
.bg-overlay-chat {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn-share {
    position: absolute;
    right: 0px;
    top: -26px;
    cursor: pointer;
    z-index: 99;
    font-size: 24px;
    color: #fff;
    background: #000;
    border: 1px solid rgb(255, 231, 17);
    border-radius: 94%;
    padding: 3px;
    height: 24px;
    line-height: 17px;
}
.close-btn-chat {
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 10px 10px 10px 20px;
    width: 15%;
    height: 40px;
    cursor: pointer;
}
@media screen and (min-width:800px) {
    .custom-model-main-share:before,
    .custom-model-main-chat:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}
@media screen and (max-width:1024px) {
    .model-open-chat .custom-model-inner {
        width: 45%;
    }
}
@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 40%;
    }
    
    .model-open-chat .custom-model-inner {
        margin-top: 30%;
        width: 45%;
    }
}
@media screen and (max-width:767px) {
    .custom-model-inner p.mobi {
        font-size: 10px;
    }
}
@media screen and (max-width:480px) {
    .model-open-chat .custom-model-inner {
        margin-top: 10%;
        width: 90%;
    }
}

/******grow******/
@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
    }
    
    to {
        -webkit-transform: scale(1.1);
    }
}
@keyframes grow {
    from {
        transform: scale(1);
    }
    
    to {
        transform: scale(1.1);
    }
}
.custom-model-inner .header-chat {
    width: 100%;
    height: 40px;
    background: #333;
}
.custom-model-inner .header-chat .header-title {
    float: right;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    padding: 5px;
    width: 85%;
    height: 40px;
    text-align: center;
}
.custom-model-inner .avatar-chat {
    width: 100%;
    height: 70px;
    background: #e5e5ea;
}
.custom-model-inner .avatar-chat .avatar-wrap {
    width: 85%;
    height: 70px;
    margin: 0 auto;
}
.custom-model-inner .avatar-chat .avatar-wrap .avatar-frame {
    width: 25%;
    height: 70px;
    float: left;
}
.custom-model-inner .avatar-chat .avatar-wrap .avatar-frame .avatar-image {
    margin: 5px auto;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background: #333;
}
.custom-model-inner .avatar-chat .avatar-name-wrap {
    width: 75%;
    height: 70px;
    float: right;
}
.custom-model-inner .avatar-chat .avatar-name-wrap .avatar-name {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 25px 10px 2px;
}
.custom-model-inner .chat-message {
    width: 100%;
    height: 380px;
    background: #fff;
    color: #000;
    padding: 25px;
    overflow-y: scroll;
}
.imessage {
    background-color: #fff;
    border: 0px solid #e5e5ea;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    margin: 0 auto 1rem;
    max-width: 600px;
    padding: 0.5rem 0.6rem;
}
.imessage p {
    border-radius: 1.15rem;
    line-height: 1.25;
    max-width: 75%;
    padding: 0.5rem .875rem;
    position: relative;
    word-wrap: break-word;
    font-weight: 500;
}
.imessage p::before,
.imessage p::after {
    bottom: -0.1rem;
    content: "";
    height: 1rem;
    position: absolute;
}
p.from-me {
    align-self: flex-end;
    background-color: #25D366;
    color: #fff;
}
p.from-me::before {
    border-bottom-left-radius: 0.8rem 0.7rem;
    border-right: 1rem solid #25D366;
    right: -0.35rem;
    transform: translate(0, -0.1rem);
}
p.from-me::after {
    background-color: #fff;
    border-bottom-left-radius: 0.5rem;
    right: -40px;
    transform: translate(-30px, -2px);
    width: 10px;
}
p[class^="from-"] {
    margin: 0.5rem 0;
    width: fit-content;
}
p.from-them {
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
}
p.from-them:before {
    border-bottom-right-radius: 0.8rem 0.7rem;
    border-left: 1rem solid #e5e5ea;
    left: -0.35rem;
    transform: translate(0, -0.1rem);
}
p.from-them::after {
    background-color: #fff;
    border-bottom-right-radius: 0.5rem;
    left: 20px;
    transform: translate(-30px, -2px);
    width: 10px;
}
.no-tail::before {
    display: none;
}
.imessage span {
    font-size: 0.7rem;
    line-height: 0.7;
    max-width: 75%;
    padding: 0.05rem 0.875rem 0.8rem;
    position: relative;
    word-wrap: break-word;
    color: #555;
}
.imessage span.right {
    align-self: flex-end;
}
@media screen and (max-width: 800px) {
    .imessage {
        font-size: 1.05rem;
        margin: 0 auto 1rem;
        max-width: 600px;
    }
    
    .imessage p {
        margin: 0.5rem 0;
        font-size: 15px;
    }
}
.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
    height: 60px;
}
.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}
.msger-input {
    flex: 1;
    width: 100%;
    background: #ddd;
}
.msger-plus-btn {
    margin-left: 0px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
.msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}
.msger-send-btn:hover {
    background: rgb(0, 180, 50);
}
.angpao {
    position: relative;
    border-radius: 8px;
    text-decoration: none;
    margin: 3px 0;
}
.angpao.ineligible:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .6);*/
    
    background: #291516;
    opacity: 0.6;
    z-index: 3;
}
.angpao {
    box-shadow: inset 0 0 120px 2px grey;
    animation: angpao 1s linear infinite;
}
@keyframes angpao {
    50% {
        box-shadow: none;
    }
}
.angpao.ineligible {
    box-shadow: none;
}