
body {
    line-height: normal;
    font-family: Roboto, Tahoma, Arial;
    font-size: 14px;
    background-color: #fff;
    color: #444;
}

.stop {
    overflow: hidden;
}

body.docflex .body-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.container-album img {
    width: 300px;
    height: 150px;
    padding: 5px;
}

@media (max-width: 767px){
.elementor {
    width: 40% !important;
    text-align: center;
}
.container-album img{
    width: 170px;
    height: 100px;
    padding: 5px;
}
.mobcasino{
    display: flex;
}
}



body.docflex #divBody,
body.docflex #divBody>div {
    height: 100%;
}

body.docflex .bg {
    height: 100%;
}


* {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

table {
    width: 100%;
}

button {
    outline: 0;
    border: 0;
}

input {
    outline: 0;
    border: 0;
}

iframe {
    width: 100%;
    border: 0;
}

a,
a:hover,
a:active,
a:focus {
    color: #444;
    text-decoration: none;
}

ul,
ol {
    margin-left: 20px;
}

li {
    list-style-type: disc;
    padding: 5px 0;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.bg {
    background-size: cover;
    background-position: center;
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.orange h3 {
    color: #f68d35;
    font-size: 25px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;

}
@media screen and (min-width: 1201px) {
    .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* @media screen and (min-width: 1024px) and (max-width:1200px) {
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
} */

@media screen and (max-width:350px) {
    p {
        font-size: 10px;
    }

}

@media screen and (max-width:425px) {
    p {
        font-size: 12px;
    }
}

/*******************************SCROLLING BAR*/

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #555 #888;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #111;
}

*::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    border: 6px solid #888;
}

/**************************************************************************************************************************** HEADER */
html {
    overflow-x: hidden;
}

.img-logo {
    height: 66px;
}

.header-logo {
    width: 15%;
}

.header-main {}

.header-main>.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    display: flex;
    align-items: center;
}

.btn-nav {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-left: -5px;
    margin-right: 5px;
}

.btn-nav>div {}

.btn-nav span {
    height: 3px;
    margin: 4px 0;
    border-radius: 6px;
    background-color: #fff;
    display: block;
}

.btn-nav span:nth-child(1) {
    width: 25px;
}

.btn-nav span:nth-child(2) {
    width: 30px;
}

.btn-nav span:nth-child(3) {
    width: 20px;
}

.bg-menu.btn-nav {
    display: none;
}

.divnoti {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.btn-noti {
    background-color: transparent;
    padding: 5px;
    position: relative;
    opacity: 0.8;
    border-radius: 6px;
}

.btn-noti:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b11a2c;
}

.btn-noti:hover {
    opacity: 1;
}

.btn-noti:active {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-noti img {
    width: 25px;
}

.btn-register,
.btn-login {
    display: block;
    border-radius: 6px;
    color: #fff;
    padding: 7px 15px;
    font-weight: bold;
    border: 1px solid #fe9b1c;
}

.btn-register {
    background: #262d37;
}

.btn-register:hover {
    background-color: #111;
}

.btn-register:active {
    background-color: #ffeb3b;
    color: #333;
}

.btn-login {
    background: linear-gradient(to top, #e2994d 0%, #e99842 100%);
}

.btn-login a{
    color: #fff !important;

}

.btn-login:hover {
    background: #ff9b1b;
    color: #fff;
}

.btn-login:active {
    background-color: #ffeb3b;
    color: #333;
}

.header-user {
    display: flex;
}

.header-user .btn-register {
    margin-right: 5px;
}

.header-user .btn-login {
    margin-left: 15px;
}

.div-lang {
    display: flex;
    margin-left: 5px;
}

.btn-lang {
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 6px;
}

.btn-lang:active {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-lang:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    transform: rotate(45deg);
    pointer-events: none;
    right: -5px;
    border-color: #fff;
}

.btn-lang img {
    height: 20px;
    border: 1px solid #222;
}


/* @media screen and (min-width:550px) {
    .header-logo  {
       width: 100%;
    } */


@media screen and (min-width:1023px) {
    .header-logo .btn-nav {
        display: none;
    }

    .btn-nav {
        display: none;
    }

    .divnoti {
        margin-left: 15px;
    }

    .header-main {
        margin-top: 5px;
        padding-top: 37px !important;
    }

    .header-main>.wrapper {
        align-items: stretch;
    }

    .header-user {
        position: relative;
        margin-left: 10px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .div-lang {
        position: absolute;
        right: 0;
        margin-top: -37px;
        top: 0;
    }

    .btn-lang:after {
        right: -8px;
        border-color: #222;
    }

    .submenu-conatiner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 5px 0;
        height: 38px;
    }

    .submenu {
        max-width: 1600px;
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ol-top {
        display: none;
    }

    /* .ol-container { display: flex; justify-content: flex-end; margin-right: 37px; } */
    .ol-href {
        padding: 5px 15px;
        /*border-radius: 6px;*/
        margin: 0 2px;
        /*background-color: #262d37;*/
        display: block;
        /*color: #fff;*/
        color: #333;
    }

    .ol-href img {
        height: 27px;
        margin-right: 5px;
    }

    .ol-href:hover {
        color: #fff;
        /* background-color: #2c3a4c;*/
        background-color: #262d37;
    }

    .ol-href:active {
        color: #fe9b1c;
        background-color: #262d37;
    }

    .contact-link {}
}

/* @media screen and (min-width: 1024px) and (max-width:1200px) {
    .submenu {  height: 38px; }
}  */

@media screen and (min-width: 924px) and (max-width:1024px) {
    .submenu {
        height: 38px;
    }
}

/* @media screen and (min-width: 1201px) {
    .submenu { padding-left: 50px; padding-right: 50px; }
} */


@media screen and (min-width:1023px) {
    .submenu-conatiner {
        background: linear-gradient(90deg, #f96b1f 0%, #ff9b1b 100%);
    }
}

@media screen and (min-width:550px) {

    .header-main {
        background-color: #262d37;
        padding: 5px 0;
    }

    .header-main .header-top {
        order: 1;
    }

    .header-main .header-user {
        order: 3;
    }

    .header-main .header-menu {
        order: 2;
        margin-left: auto;
    }

    .header-sub>.wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width:1023px) {
    #headerain {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 18;
    }

    .header-user .btn-register,
    .header-user .login {
        padding: 10px 25px;
    }
}

*/ .ol-top {
    color: #888;
    padding-left: 10px;
    font-size: 12px;
}

.ol-href {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 5px 0;
    color: #888;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
}

.ol-href img {
    height: 25px;
    margin-right: 5px;
}




@media screen and (min-width:1024px) and (max-width:1200px) {
    .header-user.header-user {
        flex-direction: column;
        margin-left: 10px;
        /*display:block;*/
    }

    .header-user .btn-register,
    .header-user .btn-login {
        margin: 3px 0;
        width: 100%;
    }
}

@media screen and (min-width:550px) and (max-width:1023px) {
    .img-logo {
        height: 55px;
    }

    .header-main {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 18;
        display: block;
    }


    .header-menu {
        position: absolute;
        bottom: 0;
        left: 0;
        /*right:0;*/
    }

    .header-menu .menu-container {
        background-color: #262d37;
        position: absolute;
        width: 350px;
        z-index: 18;
        left: 0;
        transition: transform 0.5s;
        /* transition-timing-function: cubic-bezier(0, -0.01, 0, 1);
        padding: 10px;
        padding-top: 0;
        padding-bottom: 50px;
        height: 100%;
        overflow-y: auto; */
    }

    .header-menu.off .menu-container {
        transform: translateX(-105%);
    }

    .header-menu.on .menu-container {
        transform: translateX(0%);
    }

    .header-main .header-user {
        margin-left: auto;
    }

    .bg-menu.btn-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        margin: 0;
        display: block;
    }

    .header-menu.off .bg-menu.btn-nav {
        display: none;
    }

    .header-menu.on .bg-menu.btn-nav {
        display: block;
    }
}

@media screen and (max-width:549px) {
    .img-logo {
        height: 45px;
    }

    .header-main {
        overflow-y: auto;
    }

    .header-main {
        position: fixed;
        z-index: 18;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background-color: #262d37;
        padding-top: 5px;
        padding-bottom: 75px;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0, -0.01, 0, 1); */
    }

    .header-main.off {
        transform: translateX(-105%);
    }

    .header-main.on {
        transform: translateX(0%);
    }

    .header-main>.wrapper {
        flex-direction: column;
        align-items: stretch;
        display: block;
    }

    .header-top {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-user {
        display: flex;
        padding: 10px 0;
    }

    .header-user>.btn-register {
        flex: 2;
    }

    .header-user>.btn-login {
        flex: 1;
    }

    .div-lang {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .btn-lang {
        padding: 10px 5px;
        border-radius: 6px;
    }

    .btn-lang:active {
        background-color: #111;
    }
}

@media screen and (max-width:319px) {
    .header-logo {
        display: flex;
        align-items: center;
    }

    .img-logo {
        height: 35px;
    }
}

/***********************/
#mobileHeader {
    display: flex;
    background: #262d37;
    padding: 5px 15px;
    justify-content: space-between;
    align-items: center;
}

#mobileHeader .btn-register,
#mobileHeader .btn-lang {
    display: none;
}

#mobileHeader .header-user>.btn-login,
#mobileHeader .header-user>.btn-login {
    flex: none;
}

@media screen and (min-width:550px) {
    #mobileHeader {
        display: none;
    }
}

@media screen and (max-width:549px) {
    #mobileHeader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 17;
    }

    #mobileHeader .header-user {
        padding: 0;
    }
}

/***********************/
#cssmenu {
    z-index: 9;
}

#cssmenu>ul>li:hover>a {
    color: #fff;
}

#cssmenu>ul>li.has-sub>a::after {
    border-right-color: #ddd;
    border-bottom-color: #ddd;
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-right-color: #fe9b1c;
    border-bottom-color: #fe9b1c;
}


#cssmenu>ul>li>a>img {
    width: 20px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

#cssmenu ul li>ul>li>a>img {
    width: 20px;
    margin-right: 10px;
}

#cssmenu ul ul li a {
    display: flex;
    align-items: center;
    background-color: #262d37;
}

@media screen and (min-width: 1024px) {
    #cssmenu>ul>li>a {
        padding: 22px 15px;
        height: 100%;
        border: 0;
        color: #888;
        font-size: 12px;
        text-transform: capitalize;
        text-align: center;
    }

    #cssmenu>ul>li.active>a:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 10px;
        right: 10px;
        margin: auto;
        height: 3px;
        background-color: #fe9b1c;
    }

    #cssmenu>ul>li>a img {
        opacity: 0.5;
    }

    #cssmenu>ul>li:hover>a img {
        opacity: 1;
    }

    #cssmenu>ul>li.active>a {
        /*background-color: #fe9b1c;*/
        color: #fff;
    }

    #cssmenu>ul>li.active>a img {
        opacity: 1;
    }

    #cssmenu>ul>li>a>i {
        display: block;
        margin: auto;
        margin-bottom: 5px;
        height: 18px;
        width: 18px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #cssmenu>ul>li.has-sub>a::after {
        top: auto;
        bottom: 28px;
    }

    #cssmenu li:hover>ul {
        padding-top: 5px;
    }

    #cssmenu ul li:hover>ul>li {
        height: 40px;
    }
}

@media screen and (max-width:1023px) {
    #cssmenu>ul>li {
        float: none;
    }

    #cssmenu>ul>li>a {
        text-align: left;
        padding: 15px;
        color: #fe9b1c;
        border: 0;
        display: flex;
        align-items: center;
    }

    #cssmenu>ul>li.active>a {
        /*background-color: #fe9b1c;*/
    }

    #cssmenu>ul>li>a>i {
        display: block;
        width: 18px;
        height: 18px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-right: 15px;
    }

    #cssmenu>ul>li:not(:first-child)>a {
        border-top: 1px solid #ddd;
    }

    #cssmenu>ul>li.has-sub:not(.btn-tg)>a {
        display: none;
    }

    #cssmenu>ul>li.has-sub ul {
        position: static;
    }

    #cssmenu>ul>li.has-sub ul>li {
        height: auto;
    }

    #cssmenu {
        border-radius: 6px;
    }

    #cssmenu ul ul li a {
        width: auto;
        background-color: transparent;
    }

    #cssmenu>ul>li>a,
    #cssmenu ul ul li a {
        padding: 15px;
        border-top: 0px solid rgba(255, 255, 255, 0.2) !important;
        color: #fff;
        text-transform: capitalize;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 6px;
        margin: 5px 0;
    }

    #cssmenu>ul>li:first-child>a {
        border-top: 0 !important;
    }

    #cssmenu>ul>li.btn-tg {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 6px;
    }

    #cssmenu>ul>li.btn-tg>a {
        background: transparent;
        margin-bottom: 0;
    }

    #cssmenu>ul>li.btn-tg>ul {
        display: none;
        padding: 5px;
        padding: 10px;
        padding-top: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #cssmenu>ul>li.btn-tg>ul li a {
        margin: 0;
        border-radius: 0;
    }

    #cssmenu>ul>li.btn-tg>ul>li:not(:first-child) a {
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    #cssmenu>ul>li.btn-tg>ul li:first-child a {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #cssmenu>ul>li.btn-tg>ul li:last-child a {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #cssmenu>ul>li>a>img {
        margin-left: 0;
    }

    #cssmenu>ul>li>ul li a {
        display: flex;
        justify-content: space-between;
    }

    #cssmenu>ul>li.btn-tg>ul li a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #cssmenu>ul>li.btn-tg>ul li a img {
        margin-right: 0;
    }
}

@media screen and (min-width:550px) and (max-width:1023px) {}


/**************************************************************************************************************************** FOOTER */
.CARD {
    display: flex;
    justify-content: center;
    background: black;
}
.CARD .h3{
    font-family: "Roboto", Sans-serif;
    font-weight: 600;

}
.CARD p{
    color: #C2C2C2;
    font-family: "Roboto", Sans-serif;
    font-weight: 16px;
}
.SITE img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.footer-container {
    background-color: #262d37;
}

.partner-box p {
    color: #fff;
}

.footer-partner {}

.partner-box {
    flex: 1;
    max-width: 33%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-box:first-child {
    padding-right: 20px;
}

.partner-box:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}

.partner-box:last-child {
    padding-left: 20px;
}

.partner-box:not(:first-child):after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    left: -5px;
    background-color: #666;
}

.partner-container {}

.partner-wrapper {
    flex-wrap: wrap;
    transform: none !important;
    transition: none !important;
    display: flex;
}

.partner-wrapper img {
    width: 100%;
}

.partner-wrapper>a {
    border-radius: 6px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.0);
    border: 1px solid transparent;
    cursor: pointer;
}

.partner-wrapper>a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.partner-wrapper>a:active {
    border-color: #fe9b1c;
}

.partner-wrapper .swiper-slide-duplicate {
    display: none !important;
}



@media screen and (min-width:1024px) {
    .partner-wrapper>* {
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin-top: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1023px) and (min-width:600px) {
    .partner-wrapper>* {
        flex: 1 1 calc(33% - 5px);
        max-width: calc(33% - 5px);
        margin-top: 10px;
        margin-right: 5px;
    }
}

@media screen and (min-width:600px) {
    .togglePartner {
        display: none;
    }

    .footer-partner {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:599px) {
    .footer-partner {
        flex-direction: column;
        display: block;
    }

    .partner-box {
        max-width: 100%;
        padding: 20px !important;
        margin: 5px 0px;
        background: #1f2226;
        border-radius: 10px;
    }

    .partner-wrapper>* {
        flex: 1 1 calc(25% - 5px);
        max-width: calc(25% - 5px);
        margin-top: 5px;
        margin-right: 5px;
    }

    .partner-box:not(:first-child):after {
        display: none;
    }

    .footer-top {
        border-bottom: 1px solid #666;
        padding-bottom: 10px;
    }

    .togglePartner {
        text-align: center;
        padding: 10px 0 0;
    }

    #btnPartner {
        padding: 7px 15px;
        border-radius: 6px;
        background-color: transparent;
        color: #666;
        position: relative;
    }

    #btnPartner:active {
        color: #fe9b1c !important;
    }

    #btnPartner.active {
        color: #fff;
    }

    #btnPartner.active:before,
    #btnPartner.active:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        height: 1px;
        width: 40px;
        margin: auto;
        background: #666;
    }

    #btnPartner.active:before {
        right: -40px;
    }

    #btnPartner.active:after {
        left: -40px;
    }

    .footer-partner {
        display: none;
        overflow: hidden;
    }
}


.footer-bottom {
    border-top: 1px solid #666;
    padding: 15px;
}

.fb-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.fm-box {
    flex: 1 1 33%;
    max-width: 33%;
    text-align: center;
    color: #999;
}

.fm-container {
    padding: 0 20px;
}

.fm-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fm-items {
    margin: 5px;
}

.fm-items img {
    height: 30px;
}

@media screen and (min-width:600px) and (max-width:1023px) {

    .fm-container {
        padding: 0 0px;
    }

    .footer-bottom {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:599px) {
    .footer-bottom {
        border: 0;
        padding: 15px 0 0;
    }

    .fb-wrapper {
        flex-direction: column;
        display: block;
    }

    .fm-container {
        padding: 0;
    }

    .fm-box {
        flex: 1;
        max-width: 100%;
        padding: 5px 0 10px;
    }

    .fm-box p {
        font-size: 10px;
        color: #666;
        margin: 0;
    }

    .fm-box.licenses .fm-container {
        margin-top: -15px;
    }
}

.footer-copyright {
    background: #444;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

@media screen and (max-width:599px) {
    .footer-copyright {
        font-size: 10px;
    }
}

@media screen and (max-width:300px) {
    .footer-copyright {
        font-size: 8px;
    }
}

/**************************************************************************************************************************** BODY */
#divBody {}

.flexslider {
    margin: 0;
    border: 0;
}

.flex-direction-nav {
    height: 0;
}

.divBanner img {
    width: 100%;
}

@media screen and (min-width:549px) and (max-width:1023px) {
    #divBody {
        padding-top: 65px;
    }
}

@media screen and (max-width:549px) {
    #divBody {
        padding-top: 65px;
    }
}

/*=============================  HOME  =============================*/
/************************ home icon */
.home-info {
    background-color: #262d37;
}

.hi-wrapper {}

.hi-box {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hi-box:not(:first-child):after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    margin: auto;
    width: 1px;
    background-color: #fe9b1c;
}

.hi-img {
    margin-right: 10px;
}

.hi-img img {
    max-width: 80px;
    height: 70px;
}

.hi-detail h4 {
    color: #CDCDCD;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

.hi-detail p {
    color: #666;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .hi-container {
        margin: 0 -30px;
    }

    .hi-img img {
        width: 60px;
        height: 55px;
    }
}

@media screen and (min-width:600px) and (max-width:1023px) {
    .hi-container {
        margin: 0 -15px;
    }

    .hi-box {
        flex-direction: column;
        text-align: center;
        display: block;
    }

    .hi-img img {
        width: 30px;
        height: 55px;
    }
}

@media screen and (min-width:701px) and (max-width:1200px) {
    .hi-detail h4 {
        font-size: 14px;
    }

    .hi-detail p {
        font-size: 12px;
    }
}

@media screen and (max-width:700px) {
    .hi-detail h4 {
        font-size: 12px;
    }

    .hi-detail p {
        font-size: 10px;
    }
}

@media screen and (max-width:599px) {
    .hi-container {
        margin: 0 -15px;
    }

    .hi-img img {
        width: 40px;
        height: 55px;
    }

    .hi-box {
        flex-direction: row;
        padding: 3px 5px;
    }
}

@media screen and (max-width:420px) {
    .hi-img {
        margin-right: 5px;
    }

    .hi-box {
        padding: 10px;
    }

    .hi-box h4 {
        font-size: 15px;
        font-weight: 600 !important;
        font-family: inherit !important;
    }

    .hi-box p {
        font-size: 8px;
    }
}

@media screen and (max-width:350px) {
    .hi-img img {
        width: 30px;
        height: 55px;
    }

    .hi-box {
        padding: 3px 10px;
    }

    .hi-box p br {
        display: none;
    }
}

/************************ home product */
.home-prod {
    overflow: hidden;
    /* padding-top: 10px; */
}

.home-prod .title {}

.hprod-wrapper {
    /* margin: 25px auto; */
    padding: 10px 0;
}

.prod-container {
    padding: 15px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.prod-slide {
    height: auto;
}

.prod-box {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    /* background-color: #fe9b1c; */
    display: block;
    background: linear-gradient(90deg, #f96b1f 0%, #ff9b1b 100%);
    /* background-image: linear-gradient(#fe9b1c, #fe3c1c); */
}

.prod-box:hover {}

.prod-box .top {
    color: #fff;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: auto;
}

.prod-box .top p {
    font-size: 17px;
}

.prod-box .icn {
    width: 70px;
}

.prod-box .prod-img {
    width: 100%;
    margin-top: auto;
}

.prod-box .btn-play {
    position: absolute;
    bottom: 10px;
    border-radius: 6px;
    padding: 10px 25px;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 180px;
    width: 80%;
}

.prod-box .btn-play:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:1024px) {
    .prod-container {
        padding: 15px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .prod-slide {
        flex: 1;
        padding: 3px;
    }

    .prod-slide:hover {
        z-index: 2;
    }

    .prod-box .prod-img {
        transition: transform 0.2s ease-in-out;
        transform-origin: center bottom;
    }

    .prod-box:hover .prod-img {
        transform: scale(1.2);
    }
}

@media screen and (max-width:1023px) {
    .prod-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .prod-box .btn-play {
        position: static;
        margin-top: -50px;
        margin-bottom: 10px;
        display: block;
        opacity: 0;
    }

    .prod-box .btn-play:after {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

    .prod-slide {
        max-width: 280px;
        max-height: 400px;
    }

    .home-prod {
        padding-top: 0;
    }

    .hprod-wrapper {
        margin: 0;
    }
}

@media screen and (max-width:375px) {
    .prod-box .top p {
        font-size: 15px;
    }
}

@media screen and (max-width:360px) {
    .prod-box .top br {
        display: none;
    }
}


.btn-play {
    background: linear-gradient(0deg, #f96b1f 0%, #ff9b1b 50%, #a1641c 100%);
    color: #fff !important;
    transition: background 0.2s ease-in-out;
    background-size: 100% 200%;
    background-position: 0 100%;
}

.btn-play:hover {
    background-position: 0 0%;
    color: #fff;
}

.btn-play:active {
    background: #34241b;
    transition: none;
}


.home-video {
    overflow: hidden;
    padding: 20px 0 35px;
}

.home-video>.wrapper>div {
    width: 100%;
}

.hv-container .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.hv-container iframe {}

@media screen and (min-width:1024px) {
    .home-video>.wrapper {
        display: flex;
    }

    .home-video>.wrapper>div {
        max-width: 50%;
    }
}

/** service **/
.hv-service {
    padding: 20px;
}

.div-progressTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-progressTitle .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.div-progressTitle .time {
    font-size: 10px;
    color: #888;
    margin-bottom: 5px;
    display: block;
}

.div-progressTitle .counter {
    font-size: 36px;
    font-weight: bold;
}

.div-progressTitle .unit {
    font-size: 8px;
    text-transform: uppercase;
    margin-left: 2px;
    font-weight: bold;
}

.div-progressTitle .right {
    display: flex;
    align-items: baseline;
}

.service-box.withdrawal {
    margin-bottom: auto;
}

.service-box.notification {
    font-size: 8px;
    text-align: center;
    padding: 5px 25px;
    margin-top: auto;
    margin-bottom: 20px;
}

.progress {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 15px;
    color: #bd9400;
    background: #fff;
    margin-bottom: 10px;
}

.progress::-webkit-progress-value {
    background: linear-gradient(to right, #f96b1f, #ff9b1b);
    border-radius: 10px;
}

.progress::-webkit-progress-bar {
    background: #eee;
}

.progress::-moz-progress-bar {
    background: linear-gradient(to right, #f96b1f, #ff9b1b);
}

@media screen and (max-width:1023px) {
    .home-video {
        background-image: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .hv-service {
        padding-left: 60px;
        padding-right: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-box {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 768px) {
    .div-progressTitle .title {
        font-size: 22px;
    }

    .div-progressTitle .time {
        font-size: 12px;
    }

    .div-progressTitle .unit {
        font-size: 10px;
    }
}

.home-text {
    position: relative;
    z-index: 2;
}

/************************ home promotions */
.btn-topromo {
    background: #222;
    color: #fff !important;
    border-radius: 6px;
    padding: 7px 15px;
}

.btn-topromo:hover {
    background: #4c3926;
}

.btn-topromo:active {
    background: #222;
}

.home-promotion {
    padding: 20px 0;
}

.hpromo-wrapper {
    position: relative;
}

.home-promotion #faq_modal {
    margin: 0;
}

.home-promotion #faq_modal>li {
    list-style-type: none;
    padding: 5px;
}

.home-promotion .promo {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* .home-promotion .promo:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
} */

.home-promotion .promo .image img {
    width: 75%;
}

.home-promotion .promo .info .detail,
.home-promotion .promo .join-btn {
    display: none;
}


.home-promotion .promo .more-btn {
    display: block;
    background: linear-gradient(90deg, #f96b1f 0%, #ff9b1b 25%, #f96b1f 50%, #4c3926 100%);
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #fff !important;
    transition: background 0.2s ease-in-out;
    background-size: 200% 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.home-promotion .promo .more-btn:hover {
    background-position: 100% 0;
}

.home-promotion .promo .more-btn:active {
    background: #34241b;
    transition: none;
}

.home-promotion .promo .login-btn {
    display: none;
}

.hpromo-pagination {
    position: static;
    padding: 5px 0;
}

.hpromo-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 2px;
}

.hpromo-prev {
    left: -30px;
}

.hpromo-next {
    right: -30px;
}

@media screen and (min-width:1023px) {
    .hpromo-pagination {
        display: none;
    }
}

@media screen and (max-width:1023px) {

    .hpromo-prev,
    .hpromo-next {
        display: none;
    }
}

.swiper-slide1{
    width: 245px !important;
}

@media screen and (max-width:768px) {
    .hpromo-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cms5faq_modal_template_list {}
}

/************************ home jackpot */
.home-winner {
    padding: 20px 0 35px;
}

.video-bg {
    background-color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1024px) {
    .jackpot-video {
        display: flex;
        flex-direction: column;
    }
}

.jackpot-winner {
    display: flex;
    flex-direction: column;
}

.tbl-winner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tw-header {
    background-color: #f68d35;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 0;
    background: url('../images/bg-jackpot-01.png'), url('../images/bg-jackpot-02.png'), linear-gradient(90deg, #f96b1f 0%, #fe9b1c 50%, #f96b1f 100%);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: auto 70%, auto 70%, 100%;
}

.tw-header:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    right: 20%;
    width: auto;
    height: 1px;
    background: #f8b567;
    margin: auto;
    pointer-events: none;
}

.tw-header h2 {
    text-shadow: 3px 3px 0 #9d5316, -1px -1px 0 #9d5316, 1px -1px 0 #9d5316, -1px 1px 0 #9d5316, 1px 1px 0 #9d5316;
    margin: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tw-body {
    height: 100%;
}

.tbl-prize {
    height: 100%;
}

.count-section-box {
    border: 1px solid #f68d35;
    flex: 1 1 25%;
    text-align: center;
    background-color: #fff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
}

.count-section-box:not(:first-child) {
    border-left: 0;
}

.count-title {
    display: block;
    width: 100%;
}

.count-title img {
    max-width: 140px;
    width: 90%;
}

.count-prize h4 {
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.tw-footer {
    padding: 7px;
    background-color: #fe9b1c;
    ;
}

.tw-footer>a {
    display: block;
    margin: auto;
    text-align: center;
    padding: 7px 25px;
    background-color: #fff;
    border: 1px solid #fe9b1c;
    border-radius: 30px;
    max-width: 200px;
    position: relative;
}

.tw-footer>a:active {
    background: #222;
    color: #fff;
}

.tw-footer>a:focus {
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.3);
}

@media screen and (min-width:1024px) and (max-width:1200px) {}

@media screen and (min-width:1024px) {
    .home-winner>.wrapper {
        display: flex;
    }

    .jw-box {
        flex: 1;
    }

    .jw-box:first-child {
        flex: 1 1 60%;
    }

    .jw-box:last-child {
        flex: 1 1 40%;
        min-width: 470px;
    }

    .jw-box:first-child {
        padding-right: 20px;
    }

    .jw-box:last-child {
        padding-left: 20px;
    }

    .tw-footer>a:before,
    .tw-footer>a:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        background-image: url('../images/icn-star_1.png');
        background-size: 100%;
        opacity: 0.5;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.2s;
        opacity: 0;
    }

    .tw-footer>a:before {
        left: 10px;
    }

    .tw-footer>a:after {
        right: 10px;
    }

    .tw-footer>a:hover {
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
    }

    .tw-footer>a:hover:before {
        left: -30px;
        transform: rotate(360deg);
        opacity: 0.5;
    }

    .tw-footer>a:hover:after {
        right: -30px;
        transform: rotate(-360deg);
        opacity: 0.5;
    }

    .tw-footer>a:active,
    .tw-footer>a:focus {
        box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.3);
    }

    .tw-footer>a:active:before,
    .tw-footer>a:focus:before {
        left: -90px;
        transform: rotate(360deg) scale(0.0);
    }

    .tw-footer>a:active:after,
    .tw-footer>a:focus:after {
        right: -90px;
        transform: rotate(360deg) scale(0.0);
    }
}

@media screen and (max-width:1023px) {
    .home-winner {
        background-image: none !important;
    }
}

@media screen and (max-width:475px) {
    .count-section-box {
        padding: 10px 0px;
    }

    .count-prize h4 {
        font-size: 3vw;
    }
}

@media screen and (max-width:350px) {
    .tbl-prize {
        flex-direction: column;
        display: block;
    }

    .count-section-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .count-section-box:not(:first-child) {
        border-left: 1px solid #f68d35;
        border-top: 0;
    }

    .count-title {
        padding-right: 10px;
    }

    .count-title img {
        width: 50px;
    }

    .count-title p {
        margin: 0;
    }

    .count-prize {
        padding-left: 10px;
    }

    .count-prize h4 {
        font-size: 16px;
        margin: 5px;
    }

    .count-prize p {
        font-size: 10px;
        margin: 0;
    }
}

/************************ home text */
.home-text {
    padding: 20px 0;
}

.text-container {}

.text-container .title h3 {
    margin-bottom: 0;
}

.text-container .title h2 {
    margin-top: 0;
}

.text-box>ul>li {
    padding: 10px 0;
}

@media screen and (min-width:1200px) {
    .text-container .title h2 {
        font-size: 40px;
    }

    .text-box>ul>li {
        font-size: 16px;
    }
}


@media screen and (min-width:768px) {
    .text-container {
        position: relative;
    }

    .imghome-01 {
        position: absolute;
        top: 30px;
        right: 0;
        z-index: -1;
        text-align: right;
    }

    .imghome-01 img {
        max-width: 700px;
        width: 50vw;
    }

    .imghome-01:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (min-width:1023px) {
    .imghome-01 {
        top: -40px;
    }
}

@media screen and (max-width:767px) {
    .home-text {
        padding: 0;
    }

    .text-box>ul>li {
        padding: 5px 0;
    }

    .imghome-01 {
        padding-top: 20px;
    }

    .imghome-01 img {
        width: 90%;
        display: block;
        margin: auto;
        max-width: 500px;
    }
}

/**************************************************************************************************************************** GAMES PAGE */
.game-filter {
    background: #262d37;
}

.game-filter-wrapper {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    padding: 0 40px;
    position: relative;
}

.game-filter-wrapper .swiper-button-prev,
.game-filter-wrapper .swiper-button-next {
    background-size: 11px auto;
    border-radius: 6px;
}

.game-filter-wrapper .swiper-button-prev:hover,
.game-filter-wrapper .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.gf-wrapper {
    padding: 0;
    margin: auto;
}

.gf-slide {
    list-style-type: none;
    padding: 5px;
}

.logo-box {
    padding: 0 5px;
    border-radius: 6px;
    border: 1px solid #262d37;
    background: transparent;
}

.logo-box:hover {
    background: rgba(0, 0, 0, 0.3);
}

.logo-box:active {
    border: 1px solid #fe9b1c;
}

.logo-box.active {
    border: 1px solid #fe9b1c;
    background: rgba(0, 0, 0, 0.3);
}

.gf-slide img {
    width: 100%;
}

.games-box {
    display: none;
}

.games-box.active {
    display: block;
}


.game-container {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    padding: 25px;
}

.game-wrapper {
    display: flex;
    align-items: center;
}

.game-wrapper .btn-login {
    display: table;
}

.game-container .image {
    position: relative;
}

.game-container .image .icn-hot {
    position: absolute;
    top: 0;
    left: -15px;
    width: 80px;
}


.game-container .text {
    padding-left: 25px;
}

.game-container .title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.game-container .title h3 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
}

.game-container .txt {
    font-size: 16px;
    text-align: justify;
}

.game-container .detail {
    color: #fe9b1c;
    font-weight: bold;
    padding: 10px 0;
    text-align: justify;
}

.game-type {
    padding-top: 15px;
}

.game-type ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.game-type li {
    text-align: center;
    list-style-type: none;
    font-size: 12px;
    padding: 5px;
}

.game-type img {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #fe9b1c;
    background: #fff;
}

.game-type p {
    margin: 0;
    padding-top: 5px;
}

.slot-type {
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}

.slot-type ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.slot-type li {
    text-align: center;
    flex: 1 1 25%;
    max-width: 25%;
    list-style-type: none;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slot-type img {
    max-width: 275px;
    margin-bottom: 10px;
    width: 100%;
}

.slot-type .btn-login {
    display: table;
    margin: auto;
}

.brounce {
    animation: brounce infinite 2s ease-in-out;
}

@keyframes brounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {

    .game-container .image,
    .game-container .text {
        width: 50%;
    }

    .game-container .image img {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .game-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .game-wrapper {
        display: block;
    }

    .game-container .image {
        max-width: 600px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
    }

    .game-container .image img {
        width: 100%;
    }

    .game-container .image .icn-hot {
        right: auto;
        left: -35px;
    }

    .game-container .text {
        padding-left: 0px;
    }

    .game-container .btn-login {
        margin-left: auto;
        margin-right: auto;
    }

    .slot-type li {
        flex: 1 1 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (max-width:700px) {
    .game-type ul {
        flex-wrap: wrap;
    }

    .game-type li {
        flex: 25%;
        padding: 5px;
    }

    .game-container .image .icn-hot {
        width: 10vw;
        left: -3vw;
    }

    .slot-type li {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:400px) {
    .game-container .title h3 {
        font-size: 24px;
    }

    .game-container .txt {
        font-size: 12px;
    }

    .game-container .detail {
        font-size: 10px;
    }

    .game-type p {
        font-size: 10px;
    }
}

/************************ sports iframe */
.divSport {
    max-width: 1225px;
    margin: auto;
}

.iframe-sport {
    border: 1px solid #888;
    margin-bottom: 25px;
    background: #262d37;
}

.iframe-sport iframe {
    height: 650px;
}

@media screen and (max-width:550px) {
    .iframe-sport {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/**************************************************************************************************************************** BUTTON */
.collapse-box {}

[data-collapse] {
    display: block;
    padding: 10px 15px;
    padding-right: 35px;
    text-align: left;
    width: 100%;
    background: linear-gradient(90deg, #f96b1f 0%, #fe9b1c 50%, #f96b1f 100%);
    color: #fff;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #fe9b1c, #f96b1f);
    background-size: 200% auto;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    margin-top: 10px;
    position: relative;
}

[data-collapse]:after {
    content: '+';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    font-size: 23px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-collapse].active:after {
    content: '-';
    font-size: 38px;
}

[data-collapse]:hover {
    background-position: 100% 0;
    border-image-source: linear-gradient(to left, #f96b1f, #fe9b1c);
}

[data-collapse]:active,
[data-collapse]:active:after {
    background: #fff !important;
    color: #fe9b1c;
    transition: none;
}

[data-collapse-target] {
    overflow: hidden;
    display: none;
    padding: 20px;
    border: 1px solid #f96b1f;
    border-top: 0;
    color: #888;
    background-color: #fff;
}

[data-collapse-target] b,
[data-collapse-target] h1,
[data-collapse-target] h2,
[data-collapse-target] h3 {
    color: #f68d35;
}

.collapse-box.white {
    border-bottom: 1px solid #fe9b1c;
    margin-left: -15px;
    margin-right: -15px;
}

[data-collapse].white {
    background: #fff;
    border: 0;
    color: #666;
    margin-top: 0;
    transition: none;
    font-weight: bold;
}

[data-collapse].white:after {
    color: #666;
}

[data-collapse].white:hover,
[data-collapse].white:hover:after {
    color: #fe9b1c;
}

[data-collapse].white.active {}

[data-collapse].white.active,
[data-collapse].white.active:after {
    color: #fe9b1c;
}

[data-collapse-target].white {
    border: 0;
    padding-top: 0px;
}

@media screen and (max-width:767px) {
    [data-collapse-target] {
        font-size: 11px;
    }
}

/**************************************************************************************************************************** LOGIN */
.popup {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    backdrop-filter: blur(5px);
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.modal>div {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.modal.active>div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.modal.in>div {
    opacity: 1;
    visibility: visible;
}

.modal-body {
    padding: 0;
    position: relative;
}

.modal>.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: auto;
}

.modal .modal-content {
    width: 100%;
    margin: auto;
    position: relative;
}

.btn-close {
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
    z-index: 3;
}

.btn-close>div {
    padding: 10px;
}

.btn-close span {
    display: block;
    border-radius: 5px;
    background-color: #fe9b1c;
    width: 28px;
    height: 5px;
    margin: 5px 0;
}

.btn-close span:first-child {
    transform: translate(0px, 5px) rotate(45deg);
}

.btn-close span:last-child {
    transform: translate(0px, -5px) rotate(-45deg);
}


@media screen and (max-width: 767px) {
    .modal-dialog {
        margin-top: 50px;
    }
}

/************************* LOGIN LANGUAGE ************************/
.div-popup_lang {
    max-width: 280px;
    border: 1px solid #fe9b1c;
    background: #262d37;
    border-radius: 15px;
    position: relative;
    margin: auto;
    margin-top: 50px;
}

.lang-container {
    padding: 45px 25px;
}

.lang-container>a {
    display: flex;
    align-items: center;
    margin: 5px;
    color: #888;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #262d37;
}

.lang-container>a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.lang-container>a:active {
    border-color: #fe9b1c;
}

.lang-container>a.active {
    color: #fe9b1c;
}

.lang-container>a>.lang-icn {
    width: 42px;
    border-radius: 50%;
    position: relative;
    padding: 5px;
    border: 1px solid #888;
    margin-right: 20px;
}

.lang-container>a.active>.lang-icn {
    box-shadow: 0 0 15px #fe9b1c;
    border-color: #fe9b1c;
}

.lang-container>a>.lang-icn>.img {
    overflow: hidden;
    border-radius: 50%;
}

.lang-container>a>.lang-icn img {}

.lang-container>a.active>.lang-icn {}

/************************* LOGIN NOTIFICATION ************************/
.div-popup_noti {
    max-width: 750px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.div-popup_noti h3 {
    background: #fe9b1c;
    padding: 15px 25px;
    margin: 0;
    color: #fff;
}

.div-popup_noti .btn-close {
    top: 5px;
}

.div-popup_noti .btn-close span {
    background: #fff;
}

.noti-container {
    background: #fff;
    padding: 15px;
}

#iescroller>div {
    padding: 10px 20px 15px 5px;
    position: relative;
    margin-left: 30px;
    display: list-item;
    list-style-type: disc;
}

#iescroller>div:not(:nth-last-child(2)):after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -30px;
    right: 0;
    margin: auto;
    height: 1px;
    border-top: 1px dashed #aaa;
}

#iescroller>div a {
    color: #fe9b1c;
    text-decoration: underline;
    position: relative;
}

#iescroller>div a:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .div-popup_noti {
        margin-top: 50px;
        border-radius: 15px;
    }

    .div-popup_noti h3 {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .noti-container {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {

    .popup-noti .popup-dialog,
    .popup-noti .popup-content,
    .popup-noti .div-popup_noti {
        height: 100%;
    }
}



/************************* LOGIN POPUP ************************/
.popup-login .popup-dialog {
    width: 100%;
}

.div-popup_login {
    position: relative;
    max-width: 600px;
    width: 95%;
    margin: 50px auto auto;
}

.div-popup_login .login-title {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.div-popup_login .btn-close span {
    background-color: #fff;
}

#divLogin {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.login-title {
    text-align: center;
}

.login-contain {
    margin: 20px auto 35px;
}

.toregister {
    text-align: center;
    color: #fff;
    padding-bottom: 35px;
}

.ltor {
    background-color: transparent;
    border-radius: 6px;
    padding: 10px 25px;
    border: 1px solid #fff;
}

.ltor:hover {
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6), inset 0px 0px 5px rgba(255, 255, 255, 0.6);
}

.ltor:active {
    border-color: #fe9b1c;
    color: #fe9b1c;
}

.div-login {
    padding: 15px;
    margin-bottom: 50px;
}

.login-wrapper {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.login-wrapper>div {
    flex: 1;
    border: 1px solid #fe9b1c;
    padding: 25px;
    text-align: center;
    background: #fff;
}

.login-wrapper>div.loginv1 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.login-wrapper>div.loginv2 {
    border-left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-radius: 15px;
    ;
    background-color: #fe9b1c;
    background-image: url('../images/bg-login_o.jpg');
    background-size: cover;
    background-position: center;
}

.loginv2>h3 {
    color: #fff;
}

#remoteloginform,
#customform {
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
}

#remoteloginform dt {
    display: none;
}

#remoteloginform dl,
#customform dl {
    margin-bottom: 0;
}

#remoteloginform dl:nth-child(6) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#remoteloginform dl:nth-child(6) dt {
    display: flex;
    align-items: center;
}

#remoteloginform dl:nth-child(6) dt img {
    height: 35px;
    margin: 10px 0;
}

#remoteloginform dd,
#customform dd {
    position: relative;
}

#remoteloginform .icnR,
#customform .icnR {
    z-index: 2;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#remoteloginform input,
#customform input {
    padding: 12px 15px;
    border: 0px;
    margin: 5px auto;
    width: 100%;
    font-size: 14px;
    position: relative;
    background-color: transparent;
}

#remoteloginform input {
    border-bottom: 1px solid #666;
    color: #222;
}

#customform input {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#remoteloginform input[name="user"],
#remoteloginform input[name="pwd"],
#remoteloginform input[name="varifycode"],
#customform_UserName,
#customform_Password {
    padding-left: 50px !important;
}

#remoteloginform input[name="user"]:hover::placeholder,
#remoteloginform input[name="pwd"]:hover::placeholder,
#remoteloginform input[name="varifycode"]:hover::placeholder {
    color: #111;
}

#remoteloginform input[name="user"]:hover,
#remoteloginform input[name="pwd"]:hover,
#remoteloginform input[name="varifycode"]:hover {
    box-shadow: 0 8px 6px -6px rgba(255, 235, 59, 0.3);
}

#customform_UserName:hover,
#customform_Password:hover {
    box-shadow: 0 8px 6px -6px rgba(255, 255, 255, 0.8);
}

#remoteloginform input:focus {
    border-color: #fe9b1c;
}

#remoteloginform input[name="user"]::placeholder,
#remoteloginform input[name="pwd"]::placeholder {
    color: #aaa;
}

#customform_UserName::placeholder,
#customform_Password::placeholder {
    color: #fff;
}

#remoteloginform input#remoteloginformsubmit,
#customform input#customform_submit {
    margin-top: 25px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    width: 50%;
    margin-right: 0;
}

#remoteloginform input#remoteloginformsubmit {
    border: 1px solid #fe9b1c;
    background: #fe9b1c;
    background: linear-gradient(to top, #f96b1f 0%, #ff9b1b 100%);
    color: #fff;
}

#customform input#customform_submit {
    border: 1px solid #fe9b1c;
    background: #fff;
    color: #fe9b1c;
}

#remoteloginform input#remoteloginformsubmit:hover,
#customform input#customform_submit:hover {
    background: #ffeb3b;
    color: #333;
}

#remoteloginform input#remoteloginformsubmit:active,
#customform input#customform_submit:active {
    background: #f96b1f;
    color: #fff;
}

input#customform_UserName:-webkit-autofill,
input#customform_UserName:-webkit-autofill:hover,
input#customform_UserName:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fe9b1c inset;
    -webkit-text-fill-color: #fff;
}



@media screen and (min-width:600px) {
    [data-login] {
        display: none;
    }
}


@media screen and (max-width: 599px) {
    .logintab {
        display: flex;
        margin-bottom: -1px;
        position: relative;
        z-index: 2;
    }

    [data-login] {
        flex: 1;
        background: #7c121f;
        color: #fff;
        border: 1px solid #b11a2c;
        border-bottom-color: #aaa;
        font-weight: bold;
        padding: 10px 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    [data-login].active {
        background: #fff;
        color: #b11a2c;
        border-color: #aaa;
        border-bottom-color: #fff;
    }

    .div-popup_login {
        width: 100%;
        margin: 0;
        padding: 0 25px 25px;
        /*background-color: #fff;*/
        overflow: hidden;
        height: 100%;
    }



    .div-popup_login .login-title {
        /*color: #fe9b1c;*/
        text-shadow: none;
    }


    .toregister {
        display: none;
    }


    /** page **/
    .login-wrapper {
        flex-direction: column;
        box-shadow: none;
        flex-direction: column-reverse;
    }

    .login-wrapper>div {
        margin: 10px 0;
        border-radius: 10px;
        flex: none;
    }

    .login-contain {
        margin: 0px auto 35px;
    }
}

/************************* REGISTRATION & REGISTRATION PAGE ************************/
/**** page ****/
.register-container {
    border: 1px solid #888;
    overflow: hidden;
    border-radius: 15px;
    max-width: 1200px;
    margin: 20px auto 35px;
    width: 100%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.register-wrapper {
    display: flex;
}

.register-form {
    width: 100%;
}

@media screen and (max-width:1023px) {
    .register-container {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }
}

@media screen and (max-width:550px) {
    .popupregister-title h1 {
        font-size: 8vw;
    }
}


/**** popup ****/
#popupRegister .popup-content {
    /*padding:30px; margin:auto;*/
}

.popupregister-title {
    color: #fff;
    text-align: center;
}

.popupregister-title .rtol {
    background-color: transparent;
    color: #fe9b1c;
    margin-left: 10px;
}

.popupregister-title .rtol:hover {
    text-decoration: underline;
}

.popupregister-title>* {
    display: flex;
    justify-content: center;
}

.div-popup_register {
    position: relative;
}

#popupRegister .btn-close {
    top: 50px;
}

#popupRegister .btn-close span {
    background-color: #fff;
}


#theme-contain-registration .popupregister-title {
    color: #fe9b1c;
    text-align: center;
}

#theme-contain-registration .popupregister-title h3 {
    display: none;
}

.div-popup_register {
    width: 95%;
    padding-bottom: 15px;
    margin: auto;
    max-width: 1200px;
}

.div-popup_register>.wrapper {
    padding: 0;
}

.imgrp-w {}

@media screen and (max-width:1023px) {
    /*.img-rp{display:none;}*/
}

@media screen and (max-width:1023px) {
    .register-wrapper {
        flex-direction: column;
        display: block;
    }

    .imgrp-w {
        display: none;
    }

    .imgrp-m {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .imgrp-m {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    .div-popup_register {
        width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    #popupRegister .popup-content {
        padding: 0;
    }

    #popupRegister .register-container {
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    #popupRegister .popupregister-title {
        position: absolute;
        color: #222;
        top: 30vw;
        left: 0;
        right: 0;
    }

    #popupRegister .popupregister-title button {
        color: #fe9b1c;
    }

    #popupRegister .register-form {
        padding-top: 25px;
    }

    #popupRegister .popupregister-title h3 {
        font-size: 14px;
        margin-top: 0;
        color: #aaa;
        display: none;
    }

    #popupRegister .btn-close {
        top: 32vw !important;
    }

    #popupRegister .btn-close span {
        background-color: #666;
    }
}

@media screen and (max-width:767px) {
    #popupRegister .popupregister-title h1 {
        font-size: 20px;
    }

    .register-wrapper {
        display: block;
    }
}


/**** form ****/
.icnR {
    position: absolute;
    left: 5px;
}

.icnR img {
    height: 25px;
    margin: 0 !important;
}

.register-box-wrapper {}

.modal-register .modal-content {
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

#registerform {
    width: 100%;
    padding: 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#registerform dl {
    margin: 15px auto;
    width: 100%;
    flex: 1 1 100%;
}

#registerform dt {
    width: 100%;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
}

#registerform dd {
    position: relative;
}

#registerform textarea,
#registerform input[type=text],
#registerform input[type=password],
#registerform select {
    border: 0;
    width: 100%;
    color: #222;
    font-size: 14px;
    padding: 5px 10px;
    background-color: transparent;
    border-bottom: 1px solid #aaa;
    padding-left: 40px;
}

#registerform textarea:focus,
#registerform input[type=text]:focus,
#registerform input[type=password]:focus,
#registerform select:focus {
    border-color: #fe9b1c;
}

#groupUsername dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#groupUsername dd #registerform_UserName {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#groupUsername dd #registerform_UserNameMsg {
    width: 100%;
}

#groupUsername .icnR {
    top: 5px;
}

#registerform input.btnCheckUser {
    margin-top: 0;
    margin-bottom: 0;
    /*margin-left: 15px;*/
    padding: 10px 20px;
    /*max-width: calc(40% - 15px);*/
    font-size: 12px;
    cursor: pointer;
}

#registerform #registerform_varifycode {
    width: 135px;
    float: left;
}

#registerform .btnCheckUser,
#registerform_btnSubmit {
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 8px 12px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 6px 0;
    border: 0;
    background-color: #fe9b1c;
    background: linear-gradient(to top, #f96b1f 0%, #ff9b1b 100%);
    border: 1px solid #fe9b1c;
}

#registerform .btnCheckUser:hover,
#registerform_btnSubmit:hover {
    background: #ffeb3b;
    color: #333;
}

#registerform .btnCheckUser:active,
#registerform_btnSubmit:active {
    background: #f96b1f;
    color: #fff;
}

#groupSubmit {
    text-align: center;
}

#registerform_btnSubmit {
    padding: 10px 75px;
    cursor: pointer;
}

#registerform:after {
    font-size: 10px;
    color: #fff;
}

#groupVerifyCode dd:last-child {
    position: static;
}

#groupVerifyCode img {
    margin-left: 15px;
}

input::-webkit-input-placeholder {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .4s;
    transition: .4s;
}

input::-moz-placeholder {
    transform: translateX(0px);
    -webkit-transition: .4s;
    transition: .4s;
}

input:-ms-input-placeholder {
    transform: translateX(0px);
    -webkit-transition: .4s;
    transition: .4s;
}

input::placeholder {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus::-webkit-input-placeholder {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

input:focus::-moz-placeholder {
    transform: translateX(200px);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-timing-function: ease-in;
}

input:focus:-ms-input-placeholder {
    transform: translateX(200px);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-timing-function: ease-in;
}

input:focus::placeholder {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#registerform input:hover::placeholder,
#registerform select:hover::placeholder {
    color: #111;
}

#registerform input:hover,
#registerform input:focus,
#registerform select:hover,
#registerform select:focus {
    box-shadow: 0 8px 6px -6px rgba(255, 235, 59, 0.3);
}


.small {
    font-size: 12px;
}

.w3-text-red {
    color: #ff5858;
}



@media screen and (max-width: 1024px) {
    #registerform {
        padding: 25px;
    }
}

@media screen and (min-width: 768px) {

    #groupPassword,
    #groupComfirmPassword,
    #groupMobileNumber,
    #groupCurrency,
    #groupAffiliate,
    #groupVerifyCode {
        flex: 1 1 50%;
        max-width: 50%;
    }

    #groupPassword,
    #groupMobileNumber,
    #groupAffiliate {
        padding-right: 10px;
    }

    #groupComfirmPassword,
    #groupCurrency,
    #groupVerifyCode {
        padding-left: 10px;
    }
}

@media screen and (min-width: 1023px) and (max-width:1200px) {
    #groupAffiliate {
        max-width: 100%;
        padding-right: 0;
    }

    #groupVerifyCode {
        max-width: 100%;
        padding-left: 0;
    }
}



@media screen and (min-width: 767px) {
    .imgRegister-window {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .note {
        font-size: 11px;
        width: 550px;
    }

    .small {
        font-size: 11px;
    }
}

@media screen and (max-width: 766px) {
    .modal-register .modal-content {
        border: 0;
        border-radius: 0;
    }

    .registration-wrapper {
        padding: 0;
    }

    .divRegister-box {
        padding: 0;
    }

    .register-box-wrapper {
        border-radius: 0;
    }


    .register-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 768px) and (min-width:608px) {
    #registerform {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #registerform_btnSubmit {
        width: 100%;
        padding: 15px;
    }

    .note {
        position: absolute;
        width: 535px;
        font-size: 11px;
    }

    .small {
        font-size: 11px;
    }
}

@media screen and (max-width: 766px) {
    #registerform {
        padding: 25px 25px;
    }

    #registerform .btnCheckUser {
        font-size: 3vw;
    }

    #registerform_btnSubmit {
        margin: 25px auto 0;
        display: table;
    }

    #groupUsername dd #registerform_UserName {
        width: 100%;
    }

    #groupPassword {
        position: relative;
    }

    #registerform_Password:focus {
        margin-bottom: 37px;
    }

    #registerform_Password:focus+.note {
        display: block;
        margin-top: -37px;
    }

    #registerform input.btnCheckUser {
        font-size: 10px;
    }

    .register-logo {
        display: none;
    }
}


/**************************************************************************************************************************** PROMOTIONS */
#promobox #faq_modal {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 0;
}

#promobox #faq_modal>.question {
    padding: 7px;
    list-style-type: none;
    display: inline-block;
}

#promobox .promo {
    background-color: #fefefe;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.promo .image {
    position: relative;
}

#promobox .promo img {
    width: 100%;
    border-radius: 10px;
}

#promobox .promo .info {
    margin-bottom: auto;
    height: 100%;
}

#promobox .promo .info .detail {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 70px;
    padding: 10px 20px;
    border-left: 1px solid #ddd;
    position: relative;
}

#promobox .promo .info .detail h3 {
    margin-top: 0;
}

#promobox .promo .info .detail h3 span {
    font-size: 12px;
    color: #aaa;
}

#promobox .promo .info .detail p,
#promobox .promo .info .detail li {
    color: #aaa;
    font-size: 14px;
}

#promobox .promo .btn-promo {
    display: flex;
    margin-top: 10px;
    position: relative;
}

#promobox .promo .btn-promo>a.fancybox {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

#promobox .promo .login-btn {
    display: none;
}

.join-btn,
.more-btn {
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    flex: 1;
    margin: 0 2px;
}

.join-btn {
    background-color: #5cb85c;
    color: #fff;
}

.more-btn {
    background-color: #fe9b1c;
}

.filtering {
    border-radius: 6px;
    border: 1px dashed #fe9b1c;
    padding: 10px;
    margin: 10px 0;
}

.filtering label {
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-weight: normal;
    padding-left: 10px;
}

.filtering label input {
    margin: 0;
    margin-right: 5px;
}

.filtering label img {
    width: 25px;
    margin-right: 5px;
}

.filtering .country label img {
    border: 1px solid #888;
    width: 23px;
    border-radius: 50%;
}

.filtering p {
    margin-bottom: 10px;
    padding-top: 5px;
    color: #888;
}

.filtering .filters.country {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #fe9b1c;
}



#promobox .promo .info .detail:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: -55px;
    top: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

#promobox .promo.casino .info .detail:after {
    background-image: url('../images/icn_cat-casino.png');
}

#promobox .promo.newmember .info .detail:after {
    background-image: url('../images/icn_cat-member.png');
}

#promobox .promo.rebate .info .detail:after {
    background-image: url('../images/icn_cat-money.png');
}

#promobox .promo.special .info .detail:after {
    background-image: url('../images/icn_cat-diamond.png');
}

.promo .image {
    overflow: hidden;
}


.promo.malaysia.only .image:after {
    background-image: url('../images/promo_malaysia.png');
}

.promo.singapore.only .image:after {
    background-image: url('../images/promo_singapore.png');
}

@media screen and (min-width:1200px) {
    #promobox #faq_modal>.question {
        max-width: 33.33%;
        width: 33.33%;
    }
}

@media screen and (max-width:1200px) and (min-width:650px) {
    #promobox #faq_modal>.question {
        max-width: 50%;
        width: 50%;
    }
}

@media screen and (min-width:1024px) {
    .promo-container {
        display: flex;
    }

    .promo-container>.promo-wrapper.filter {
        width: 15%;
        position: relative;
        min-width: 200px;
    }

    .promo-container>.promo-wrapper.box {
        width: 85%;
    }
}

@media screen and (max-width:1023px) and (min-width:650px) {
    .filtering .filters {
        display: flex;
        flex-wrap: wrap;
    }

    .filtering p {
        flex: 1 1 100%;
    }

    .filtering label {
        flex: 1 1 25%;
    }
}

@media screen and (max-width:1023px) {
    #promobox {
        margin: 0 -15px;
    }
}

@media screen and (max-width:410px) {
    #promobox .promo .info .detail h3 {
        font-size: 16px;
    }

    #promobox .promo .info .detail p {
        font-size: 10px;
    }
}

@media screen and (max-width:649px) {
    .filtering .filters {
        display: flex;
        flex-wrap: wrap;
    }

    .filtering p {
        flex: 1 1 100%;
    }

    .filtering label {
        flex: 1 1 50%;
    }
}


@media screen and (max-width:649px) {
    #promobox #faq_modal>.question {
        width: 100%;
        max-width: 100%;
    }
}

#faq_fbinner>div {
    padding: 15px 15px 75px;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#faq_fbinner>div>p,
#faq_fbinner>div>h4 {
    margin: 0;
}

#faq_fbinner .promo .image {
    max-width: 400px;
    margin: auto;
    width: 100%;
}

#faq_fbinner .promo .image img {
    width: 100%;
    border-radius: 6px;
}

#faq_fbinner .promo .detail {
    display: none;
}

#faq_fbinner .promo .more-btn {
    display: none;
}

#faq_fbinner .promo .btn-promo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ddd;
    padding: 10px 0;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#faq_fbinner .promo .login-btn,
#faq_fbinner .promo .join-btn {
    width: 150px;
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

#faq_fbinner .promo .login-btn {
    background-color: #d79b19;
    color: #520407;
}

#faq_fbinner .promo .join-btn {
    color: #fff;
    background-color: #5cb85c;
}

#faq_fbinner div.answer {}

@media screen and (max-width:375px) {

    #faq_fbinner .promo .login-btn,
    #faq_fbinner .promo .join-btn {
        width: 80px;
        margin: 0 2px;
    }
}


.star-point {
    margin-left: 5px;
    margin-bottom: 0;
}

.star-point>li {
    list-style-type: none;
    text-align: left;
    padding-left: 25px;
    background-image: url('../images/icn-star.png');
    background-position: top 8px left;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}


/****************************************************************************************************************************  */
.dawang-table {
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    background: #eee;
    border: 1px solid #bbb;
}

.dawang-table thead {
    background-color: none;
    color: #333;
}

.dawang-table thead th {
    border-top: 0;
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #bbb;
    font-weight: 400;
}

.dawang-table thead th:first-child {
    border-left: 0;
}

.dawang-table thead th:last-child {
    border-right: 0;
}

.dawang-table tbody {
    text-align: center;
}

.dawang-table tbody tr {
    border: 1px solid #bbb;
}

.dawang-table tbody td {
    background: #fff;
    padding: 10px 10px;
    border: 0;
    border: 1px solid #bbb;
}

.dawang-table tbody td:last-child {
    border-right: 0;
}

@media screen and (max-width:450px) {
    .dawang-table thead th {
        font-size: 12px;
        padding: 5px;
    }

    .dawang-table tbody td {
        font-size: 10px;
        padding: 5px;
    }
}

/**************************************************************************************************************************** VIP */
.bodyvip {
    max-width: 1200px;
    margin: 20px auto;
    background: #ffda6b;
}

.ultablevip {
    font-size: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.ultablevip>li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    list-style-type: none;
    text-align: center;
}

.ultablevip>li img {
    display: block;
    margin: 0 auto;
}


@media screen and (min-width: 768px) {
    .tbl-vvvip {
        width: 100%;
        position: relative;
        z-index: 2;
        overflow: hidden;
        color: #444;
        border-left: 1px solid #f50;
        border-top: 1px solid #f50;
    }

    .tbl-vvvip td,
    .tbl-vvvip th {
        padding: 7px;
        text-align: center;
        position: relative;
        border-right: 1px solid #f50;
        border-bottom: 1px solid #f50;
    }

    .tbl-vvvip>tbody>tr>th:first-child {
        text-align: left;
        padding-left: 20px;
        font-weight: normal;
        width: 20%;
    }

    .tbl-vvvip>tbody>tr>th:not(:first-child),
    .tbl-vvvip>tbody>tr>td:not(:first-child) {
        width: 16%;
    }

    .tbl-vvvip:not(.nohover) tbody tr:hover {
        background-color: #fff8bb;
    }

    .tbl-vvvip td:hover:after,
    .tbl-vvvip tbody th:not(:empty):hover:after,
    .tbl-vvvip td:focus:after,
    .tbl-vvvip tbody th:not(:empty):focus:after {
        content: '';
        height: 10000px;
        left: 0;
        position: absolute;
        top: -5000px;
        width: 100%;
        z-index: -1;
    }

    .tbl-vvvip td.active {
        background-color: #fff8bb;
    }

    .tbl-vvvip td:hover:after,
    .tbl-vvvip th:hover:after {
        background-color: #fff8bb;
    }

    .tbl-vvvip th.row-title:hover:after,
    .tbl-vvvip>tbody>tr>th:hover:after {
        display: none;
    }

    .ultablevip {
        display: table;
        margin-left: auto;
        margin-right: 0;
        font-size: 0;
        width: 80%;
    }

    .ultablevip>li {
        width: 20%;
        padding: 10px 0;
        border-left: 1px solid #f50;
        border-top: 1px solid #f50;
    }

    .ultablevip>li:last-child {
        border-right: 1px solid #f50;
    }

    .ultablevip {
        display: table;
        margin-left: auto;
        margin-right: 0;
        width: 80%;
    }

    .divVipTitle {
        display: none;
    }

    .divViptable {
        background-color: #fff;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .bodyvip {
        background: transparent;
    }

    .tbl-vvvip {
        background-color: #fff;
        width: 100%;
        color: #000;
        margin: auto;
        border-left: 1px solid #f50;
        border-top: 1px solid #f50;
    }

    .tbl-vvvip td,
    .tbl-vvvip th {
        padding: 7px;
        text-align: center;
        position: relative;
        border-right: 1px solid #f50;
        border-bottom: 1px solid #f50;
    }

    .tbl-vvvip>tbody>tr>th:first-child {
        text-align: left;
        font-weight: normal;
    }

    .tbl-vvvip>tbody>tr>td {
        display: none;
    }

    .tbl-vvvip>tbody>tr>td.active {
        display: table-cell;
    }

    .ultablevip {
        width: 100%;
        margin: 0 auto;
    }

    .ultablevip>li {
        margin: 0 0.5%;
        cursor: pointer;
        font-size: 2.5vw;
        width: 19%;
        padding: 15px 0 10px;
        border-top-left-radius: 2vw;
        border-top-right-radius: 2vw;
        vertical-align: top;
        box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3) inset;
        background: #666;
        border: 1px solid transparent;
        color: #ccc;
    }

    .ultablevip>li.active {
        padding-bottom: 15px;
        border-bottom-left-radius: 2vw;
        border-bottom-right-radius: 2vw;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
        background: #fff;
        border-color: #f50;
        color: #000;
    }

    .ultablevip>li img {
        max-height: 50px;
        height: 10vw;
        margin-bottom: 5px;
    }

    .divViptable {
        padding: 15px 2% 10px;
        margin-top: -15px;
        border-bottom-left-radius: 2vw;
        border-bottom-right-radius: 2vw;
        background: linear-gradient(to top, #f96b1f 0%, #ff9b1b 100%);
    }

    .divVipTitle {
        color: #000;
        text-align: center;
        margin: 15px 0;
        font-size: 5vw;
    }
}

@media screen and (max-width: 400px) {
    .tbl-vvvip .row-title {
        font-size: 4vw;
    }

    .tbl-vvvip td,
    .tbl-vvvip th {
        padding: 3vw;
        font-size: 3.5vw;
    }

    .ultablevip>li {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .ultablevip>li.active {
        padding-bottom: 15px;
    }
}


/************************************************************************************************************** DOWNLOAD APP */
.da-content {
    padding: 20px 0 40px;
    border-top: 1px solid #ccc;
}

.da-content h3 {
    text-align: center;
}

.da-content p {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: normal;
    text-align: center;
}

.da-text {
    padding-bottom: 20px;
}

@media screen and (min-width: 601px) {
    .da-content h3 {
        font-size: 40px;
    }
}

/*========== QR ==========*/
.da-qr-container {
    max-width: 1200px;
    margin: auto;
}

.da-qr-wrapper {
    display: flex;
}

.qr-box {
    flex: 1 1 33%;
    padding: 15px;
    align-items: center;
    text-align: center;
}

.qr-box img {
    width: 100%;
    max-width: 300px;
}

.qr-box img.img-qr {
    border: 1px solid #888;
}

.qr-box a {
    transition: transform 0.2s ease-in-out;
    transform: scale(1.0);
    display: block;
    text-align: center;
}

.qr-box a:hover {
    transform: scale(1.1);
}

.img-qr {
    margin-bottom: 10px;
}

@media screen and (min-width: 601px) {
    .da-text .w-hide {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .da-text .m-hide {
        display: none;
    }

    .da-qr-wrapper {
        flex-direction: column;
        padding-top: 15px;
    }

    .img-qr {
        display: none;
    }

    .qr-box {
        padding: 5px;
        flex: auto;
    }

    .qr-box img {
        max-width: 250px;
    }
}

/*========== how to download ==========*/
.da-dl .da-text a {
    position: relative;
}

@media screen and (max-width: 1023px) {
    .da-dl .da-text a:after {
        content: '';
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
        margin: auto;
    }
}


.da-dl-box {
    position: relative;
}

.da-dl-box img {
    width: 100%;
}

.dl-text {
    text-align: center;
}

.dl-step {
    color: #fe9b1c;
    font-size: 24px;
}

.dl-detail {
    font-size: 14px;
    color: #888;
}

.dl-step,
.dl-detail {
    margin: 0;
}

.da-dl-pagination {
    position: static;
}

.da-dl-pagination .swiper-pagination-bullet-active {
    background-color: #fe9b1c;
}


@media screen and (min-width:768px) {
    .da-dl-pagination {
        display: none;
    }
}

@media screen and (min-width: 1023px) {
    .da-dl-wrapper {
        display: flex;
    }

    .da-dl-box {
        flex: 1 1 33%;
    }
}

@media screen and (max-width: 1023px) {
    .da-dl-box {
        max-width: 550px;
        margin: 10px auto;
        width: 90%;
    }
}

/*========== feature ==========*/
@media screen and (max-width: 1400px) and (min-width:1024px) {
    .da-fea-container {
        min-width: 920px;
        margin: auto;
        width: 90vw;
    }
}

@media screen and (max-width:767px) {
    .da-fea {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/**************************************************************************************************************************** FLOAT CONTACT */
#floatContact {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fc-wrapper {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-fc {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}

.btn-fc:not(:first-child):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    pointer-events: none;
}

.btn-fc:first-child {
    border-top-right-radius: 10px;
}

.btn-fc:last-child {
    border-bottom-right-radius: 10px;
}

.btn-fc>img {
    width: 40px;
    padding: 10px;
}

.btn-fc .tooltip {
    position: absolute;
    display: block;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    transform: translateX(-10px);
    transition: 0.2s ease-in-out;
    left: 45px;
    text-align: center;
    pointer-events: none;
}

.btn-fc:hover .tooltip {
    opacity: 1;
    transform: translateX(0px);
}

.btn-fc .tooltip:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.btn-fc .tooltip p {
    white-space: nowrap;
    margin: 0;
}

.btn-fc .tooltip>img {
    max-width: 120px;
}

@media screen and (max-width:767px) {
    #floatContact {
        top: 150px;
        bottom: auto;
    }
}

@media screen and (max-width:510px) {
    .btn-fc>img {
        width: 30px;
        padding: 8px;
    }

    .btn-fc:active .tooltip {
        opacity: 0;
        transform: translateX(-10px);
    }
}

/**************************************************************************************************************************** PROD */
#theme-contain-prod {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1201px) {
    #theme-contain-prod {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    #theme-contain-prod {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/**************************************************************************************************************************** LANDING */
.divLanding-page {
    background-image: url('../images/bg-landing.jpg');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
}

.landing-container {
    text-align: center;
}

.landing-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    margin-top: 50px;
    margin-bottom: 75px;
}

.landing-top {
    padding: 0 15px;
}

.landing-logo {}

.landing-logo>img {
    max-width: 300px;
    width: 100%;
}

.landing-header {
    color: #fff;
}

.landing-box {
    border-radius: 15px;
    border: 1px solid #888;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.btnlang-lang {
    background-color: transparent;
    color: #fff;
    text-align: center;
}

.btnlang-lang img,
.version-box img {
    display: block;
    margin: auto;
    height: 60px;
    transition: transform 0.2s ease-in-out;
    transform-origin: center bottom;
}

.version-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.version-box a {
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.btnlang-lang:hover img,
.version-box>a:hover img {
    transform: scale(1.2);
}

.landing-video {
    margin: 15px 0;
    border: 1px solid #666;
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.landing-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.landing-detail {
    max-width: 600px;
}

.landing-detail ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.landing-detail ul>li {
    padding: 5px;
    text-align: center;
    list-style-type: none;
}

.landing-detail ul>li img {
    width: 60px;
}

.landing-detail ul>li>p {
    color: #fff;
    margin-top: 15px;
}

.landing-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #412a04;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:650px) {
    .landing-video {
        width: 600px;
    }
}

@media screen and (max-width:1024px) {
    .divLanding-page {
        background-position: center right;
    }
}

@media screen and (max-width:650px) {
    .landing-detail ul>li img {
        width: 30px;
    }

    .landing-logo>img {
        max-width: 200px;
    }

    .landing-wrapper {
        margin-top: 15px;
    }

    .landing-video {
        width: 80vw;
    }
}

@media screen and (max-width:400px) {
    .landing-detail ul>li>p {
        font-size: 10px;
    }
}

/*******************************************************************container-album******************/
.container-album {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: #000;
    margin-top: 2px;
}
.top h4,p{
    text-shadow: 2px 2px 5px #000000;
}



textarea {
    resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}


.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
  background: black;
  padding: 5px;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index:9999;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 4.125rem;
  /* height: 4.125rem; */
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 2.6875rem;
  transition: all 0.5s ease;
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

/* .rounded-social-buttons .social-button.facebook {
  background: #3b5998;
} */

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

/* .rounded-social-buttons .social-button.twitter {
  background: #55acee;
} */

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

/* .rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
} */

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

/* .rounded-social-buttons .social-button.youtube {
  background: #25d366;
} */

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

/* .rounded-social-buttons .social-button.instagram {
  background: #125688;
} */

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.fa-home:before {
    content: "\f015";
    font-size: 40px;
    padding-top: 10px;
    color: #7869FF;
}

.fa-twitter:before {
    content: "\f099";
    font-size: 25px;
    padding-top: 10px;
    color: #55acee;

}


.fa-instagram:before {
    content: "\f16d";
    font-size: 25px;
    padding-top: 10px;
    color: #FF1717;

}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    font-size: 25px;
    padding-top: 10px;
    color: #3b5998;

}
.fa-whatsapp:before {
    content: "\f232";
    font-size: 25px;
    padding-top: 10px;
    color: #25d366;

}
.fa-telegram:before {
    content: "\f2c6";
    font-size: 25px;
}

@media (max-width: 767px) {
    .header-user .btn-login {
        margin-left: 7px;
    }

    .btn-login{
        padding: 7px 5px;;
    }
}