﻿@font-face {
    font-family: 'Century Gothic';
    src: url('../lib/font/CenturyGothic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../lib/font/D-DIN-PRO-400-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../lib/font/DINRoundPro.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Century Gothic', sans-serif;
    /*letter-spacing: .06em;*/
    height: 100%;
    /*line-height: 20px;*/
    font: 16px/1.4285714 !important;
    background: #00151e;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    border: 0 !important;
}

body, html {
    height: 100%;
}

body, html, div, input {
    font-size: 16px;
}

*:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid #624700;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 15px;
    border: 0;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: rgb(19,181,255);
    background: linear-gradient(180deg, rgba(19,181,255,1) 0%, rgba(0,42,110,1) 100%);
    margin: 0 3px;
}

    input[type=button]:disabled, input[type=submit]:disabled {
        cursor: default;
        color: #b1b1b1;
        background: rgb(57,57,57);
        background: linear-gradient(0deg, rgba(57,57,57,1) 0%, rgba(138,138,138,1) 100%);
        border: 0;
    }

input[type=reset], .btnReset {
    color: #12adf7 !important;
    background: unset !important;
    border: unset !important;
}

input[type=text], input[type=password], .txt-select, .file-select {
    width: 100%;
    font-size: 13px;
    color: #000;
    background-color: #e7e7e7;
    border-radius: 7px;
    outline: 0;
    border: 0;
    margin: 3px 0;
    padding: 5px 7px;
}

.dinPRO {
    font-family: 'DINPro';
}

.txtLogReg {
    color: #fff !important;
    background-color: #2b2b2b !important;
    margin: 5px 0 10px !important;
    padding: 10px !important;
}

.btnLogin {
    background: unset !important;
    text-shadow: 0 0 10px #00a1ea, 0 0 12px #13b5ff;
}

.txtLogin {
    padding: 5px 7px !important;
    border: 1px solid #323a48 !important;
}

INPUT.dumbutt {
    font-size: 0px;
    BACKGROUND-COLOR: transparent;
    background: unset !important;
    border: 0px solid;
}

.txt-select {
    -webkit-appearance: none;
    background-image: url("../images/slt-arr.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    background-size: 5%;
}

.file-select {
    display: block;
}

.subtxt {
    color: #9e9e9e;
    font-size: smaller;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9e9e9e;
}

::placeholder {
    color: #9e9e9e;
}

.space1 {
    width: 100%;
    height: 1px;
    clear: both;
}

.space5 {
    width: 100%;
    height: 5px;
    clear: both;
}

.space10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.space15 {
    width: 100%;
    height: 15px;
    clear: both;
}

.space20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space25 {
    width: 100%;
    height: 25px;
    clear: both;
}

.space30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space60 {
    width: 100%;
    height: 60px;
    clear: both;
}

.spaceX {
    width: 100%;
    height: 3.3vw;
    clear: both;
}


.alerterr {
    width: 100%;
    color: #b94a48;
    font-weight: bold;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #daadb3;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    line-height: 110%;
    font-size: 13px;
}

.alertsuc {
    width: 100%;
    color: #468847;
    font-weight: bold;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    line-height: 110%;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

A {
    text-decoration: none;
}

    A:link {
        color: #fff;
        text-decoration: none;
    }

    A:active {
        color: #fff;
        text-decoration: none;
    }

    A:visited {
        color: #fff;
        text-decoration: none;
    }

    A:hover {
        color: #13b5ff;
        text-decoration: none;
    }

    A.corp:link {
        color: #12adf7;
        text-decoration: none;
    }

    A.corp:active {
        color: #12adf7;
        text-decoration: none;
    }

    A.corp:visited {
        color: #12adf7;
        text-decoration: none;
    }

    A.corp:hover {
        color: #12adf7;
        text-decoration: underline;
    }

img {
    max-width: 100%;
    max-height: 100%;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w47 {
    width: 47% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.txt12 {
    font-size: 12px !important;
}

.txt-corp {
    color: #00d0f4;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none !important
}

.red {
    color: red;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

    table td, table tr {
        padding: 7px;
    }

.divHead {
    margin-top: -1px;
    width: 960px;
    position: relative;
    display: inline-block;
    padding: 15px;
    background-color: #000;
    border: 1px solid #13b5ff;
    border-radius: 0 0 15px 15px;
}

.divHead-logo {
    max-width: 20%;
    padding: 0;
    float: left;
    border: 0px solid white;
}

    .divHead-logo img {
        max-height: 70px;
        padding: 0;
        margin: 0;
    }

.divHead-ann {
    width: 50%;
    float: left;
    margin-left: 20px;
    padding: 10px;
    border: 0px solid white;
}

    .divHead-ann img {
        max-height: 25px;
        /*float: right;*/
    }

.divAnn {
    width: 90%;
    height: 30px;
    float: left;
    background-color: #2c2c2c;
    border-radius: 10px;
}

.divHead-btn {
    width: 30%;
    float: right;
    padding: 10px;
    border: 0px solid white;
}

    .divHead-btn input[type=button] {
        float: right;
    }

.divHead-lnk {
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 10px;
    border: 0px solid white;
}

    .divHead-lnk a {
        color: #12adf7;
        font-size: 13px;
    }

.divHead-dt {
    width: 100%;
    margin-top: -10px;
    display: block;
    float: right;
    text-align: right;
    padding-right: 20px;
    font-size: 13px;
    border: 0px solid white;
}

.divHMenu {
    width: 960px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border: 0px solid white;
}

ul.mNav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

    ul.mNav li {
        float: left;
        display: block;
        list-style: none;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        text-align: center;
        min-width: 16.6%;
        border: 0px solid white;
    }

        ul.mNav li a {
            display: block;
            text-align: center;
            /*height: 46px;
            line-height: 46px;*/
            font-size: 20px;
            white-space: nowrap;
            position: relative;
            margin: 0;
            font-family: 'DINRoundPro';
        }

.divBan {
    width: 100%;
    margin: 30px 0;
    padding: 0 50px;
    min-height: 200px;
    margin-bottom: 20px;
    border: 0px solid white;
    display: none;
}

.divCont {
    width: 960px;
    min-height: 300px;
    border: 0px solid white;
}

.divFoot {
    font-family: 'Century Gothic';
    width: 100%;
    background-color: #00060c;
    min-height: 500px;
    display: inline-block;
    color: #cccbcb;
    padding-bottom: 100px;
    border: 0px solid white;
}

.divFoot2 {
    width: 960px;
    min-height: 300px;
    border: 0px solid white;
}

ul.fNav {
    margin: 30px 0;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 90%;
    border: 0px solid green;
}

    ul.fNav li {
        float: left;
        display: block;
        list-style: none;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        text-align: center;
        padding: 0 40px;
        /*min-width: 19%;*/
        border: 0px solid white;
    }

        ul.fNav li a {
            display: block;
            text-align: center;
            font-size: 13px;
            white-space: nowrap;
            position: relative;
            color: #cccbcb;
            margin: 0;
        }

            ul.fNav li a:hover {
                color: #13b5ff;
                text-decoration: underline;
            }

.divFoot2-1 {
    width: 25%;
    min-height: 125px;
    float: left;
    font-size: 13px;
    text-align: left;
    padding: 0 20px;
    border-right: 1px solid #13b5ff;
}

    .divFoot2-1.lastC {
        border: 0;
    }

    .divFoot2-1 span {
        color: #a8a8a8;
    }

    .divFoot2-1 a {
        color: #696969;
    }

        .divFoot2-1 a:hover {
            color: #13b5ff;
            text-decoration: underline;
        }

.footsep {
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 30px 0;
    background-color: #13b5ff;
}

.divFoot2-2 {
    width: 25%;
    min-height: 500px;
    float: left;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    color: #696969;
    border-right: 1px solid #13b5ff;
}

    .divFoot2-2.lastC {
        border: 0;
    }

    .divFoot2-2 span {
        color: #13b5ff;
    }

.iconTop {
    width: 60px;
    cursor: pointer;
}

.iconFoot {
    height: 55px;
    margin: 0 5px;
}

.txtCopy {
    font-size: 12px;
    color: #929292;
}

/* ******************* MFP ******************* */
.mfp-pop-black {
    position: relative;
    background: #151515;
    padding: 20px 20px 50px;
    width: auto;
    max-width: 950px;
    margin: 20px auto;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}

.mfpLogin {
    width: 60%;
    min-width: 490px;
}

.mfpReg {
    width: 90%;
    min-width: 650px;
}

.mfp4D {
    width: 40%;
    min-width: 400px;
}
/* ******************* MFP ******************* */

.txtPopTitle {
    font-size: 26px;
    font-weight: bold;
    color: #12adf7;
}

.txtLabel {
    font-size: 13px;
    color: #12adf7;
    font-weight: bold;
}

.divPopCont {
    width: 80%;
    text-align: left;
    padding: 20px 10px;
    font-size: 14px;
    border: 0px solid white;
}

.divFLang {
    width: 100%;
    padding: 20px 0;
    display: block;
}

.divProfile {
    width: 960px;
    position: relative;
    display: inline-block;
    padding: 15px;
    background-color: #000;
    border: 1px solid #13b5ff;
    border-radius: 15px;
    margin-top: 120px;
    min-height: 500px;
    margin-bottom: 100px;
    font-family: 'DINRoundPro';
}

.imgUserPic {
    width: 150px;
    height: 150px;
    max-width: unset;
    max-height: unset;
    position: absolute;
    display: inline-block;
    left: 50px;
    margin-top: -102px;
}

.divProf1 {
    width: 43%;
    float: left;
    display: inline-block;
    min-height: 450px;
    border: 0px solid white;
}

.divProf2 {
    width: 53%;
    float: right;
    display: inline-block;
    min-height: 450px;
    border: 0px solid white;
}

.divProf1-t1 {
    width: 100%;
    float: right;
    border: 0px solid gold;
}

    .divProf1-t1 div {
        display: inline-block;
        float: right;
        font-size: 16px;
        padding: 0 10px;
        cursor: pointer;
    }

.divProf1-t2 {
    width: 100%;
    display: inline-block;
    float: none;
    border: 0px solid gold;
}

    .divProf1-t2 div {
        display: inline-block;
        width: 24%;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
        cursor: pointer;
    }

.txtGlow {
    text-shadow: 0 0 10px #00a1ea, 0 0 12px #13b5ff;
    font-weight: bold;
}

.divProfCont {
    width: 100%;
    padding: 20px;
    display: inline-block;
    min-height: 400px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,14,29,1) 30%, rgba(0,25,52,1) 100%);
    border: 0px solid white;
}

table.tbMemProf {
    margin-bottom: 15px;
}

    table.tbMemProf td, table.tbMemProf tr {
        padding: 7px;
        font-size: 14px;
    }

        table.tbMemProf td:first-child {
            width: 35%;
            color: #666;
        }

        table.tbMemProf td:last-child {
            font-weight: bold;
        }

    table.tbMemProf input[type="text"], table.tbMemProf select {
        margin: 3px 0;
    }

    table.tbMemProf.tbChgPW td:first-child {
        width: 45%;
        position: relative;
    }

        table.tbMemProf.tbChgPW td:first-child div {
            color: red;
            float: right;
            position: absolute;
            right: 0;
            top: 0;
            margin-top: 12px;
        }

.btnMemProf {
    background: #00a2ff !important;
}

    .btnMemProf:disabled {
        color: #b1b1b1 !important;
        background: rgb(57,57,57) !important;
    }

.cal-pos {
    position: relative;
}

    .cal-pos .pos {
        position: absolute;
        right: 12px;
        top: 12px;
    }

table.tbDep {
}

    table.tbDep td {
        padding: 3px;
        font-size: 12px;
    }

        table.tbDep td:nth-child(odd) {
            width: 22%;
            color: #00a2ff;
        }

        table.tbDep td:nth-child(even) {
            width: 28%;
        }

.lblSideNote {
    font-size: 12px;
    color: #7d7d7d;
}

table.tbMemProf.tbSDep td, table.tbMemProf.tbSWD td {
    vertical-align: top;
}

    table.tbMemProf.tbSDep td:first-child, table.tbMemProf.tbSWD td:first-child {
        position: relative;
        color: #00c0ff;
        font-weight: bold;
    }

        table.tbMemProf.tbSDep td:first-child div, table.tbMemProf.tbSWD td:first-child div {
            color: red;
            float: right;
            position: absolute;
            right: 0;
            top: 0;
            margin-top: 12px;
        }

    table.tbMemProf.tbSWD td:first-child {
        width: 40%;
    }

.divHist {
    width: 100%;
}

.divHist1 {
    width: 40%;
    display: inline-block;
    float: left;
    border: 0px solid white;
}

    .divHist1 h4 {
        margin-top: 0 !important;
    }

.divHist2 {
    width: 57%;
    display: inline-block;
    float: right;
    text-align: right;
    border: 0px solid white;
}

.btnHist {
    font-size: 12px !important;
    padding: 5px 10px !important;
    background: unset !important;
    background-color: transparent !important;
    color: #00a2ff !important;
    border: 2px solid #00a2ff;
    margin: 0 !important;
}

    .btnHist.active {
        background-color: #00a2ff !important;
        color: #000 !important;
    }

table.tbHist {
    width: 100%;
    border-collapse: collapse;
}

    table.tbHist tr td, table.tbHist tr th {
        padding: 5px 7px;
        font-size: 12px;
    }

    table.tbHist tr th {
        color: #000;
    }

        table.tbHist tr th:first-child {
            border-radius: 10px 0 0 10px;
        }

        table.tbHist tr th:last-child {
            border-radius: 0 10px 10px 0;
        }

    table.tbHist thead {
        background-color: #00a2ff;
    }

    table.tbHist tr td {
        border-right: 1px solid #00a2ff;
    }

        table.tbHist tr td:last-child {
            border: 0 !important;
        }

    table.tbHist tr:first-child td {
        border: 0 !important;
    }

.divGameAcc {
    width: 100%;
    display: inline-block;
    border: 0px solid white;
}

h3.txtGameAcc {
    color: #1cc2ff;
}

.divGAccMain {
    width: 100%;
    padding: 10px;
    display: inline-block;
    min-height: 400px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,14,29,1) 30%, rgba(0,25,52,1) 100%);
    border: 0px solid white;
}

.divGAcc {
    width: 280px;
    height: 300px;
    border-radius: 20px;
    /*margin: 16px;*/
    margin: 20px 0;
    float: left;
    display: inline-block;
    background-color: rgba(0,5,10, 0.7);
    position: relative;
    border: 0px solid white;
}

    /*.divGAcc:nth-child(3n-1) {
    margin-left: 0 !important;
}*/
    .divGAcc:nth-child(3n+3) {
        margin: 20px 30px !important;
    }

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.divGAccBG {
    width: 100%;
    height: 140px;
    display: inline-block;
    line-height: 140px;
    background-image: url('../images/bg-game-acc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    white-space: nowrap;
    border: 0px solid gold;
}

    .divGAccBG img {
        max-width: 200px;
        max-height: 80px;
        display: inline-block;
        vertical-align: middle;
    }

.divGAccBot {
    width: 100%;
    height: 160px;
    margin: 0;
    display: inline-block;
    border: 0px solid green;
}

.divGAccBot-1 {
    width: 100%;
    height: 75px;
    display: inline-block;
    border: 0px solid white;
}

table.tbGamePW {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

    table.tbGamePW tr td, table.tbGamePW tr th {
        padding: 7px 12px;
        font-size: 14px;
        text-align: left;
    }

    table.tbGamePW tr td {
        color: #1cc2ff;
        font-weight: bold;
    }

.divGAccBot-2 {
    width: 100%;
    height: 75px;
    display: inline-block;
    border: 0px solid grey;
}

.divGAccDL {
    width: 90%;
    margin-top: 10px;
    height: 50px;
    border-radius: 30px;
    background-color: rgba(0,0,0, 0.7);
    border: 1px solid #00262a;
}

    .divGAccDL img {
        margin-top: 6px !important;
        max-height: 35px;
        margin: 0 20px;
    }

.divAccReq {
    width: 130px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    background-color: #dd0000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-radius: 20px;
    top: 0;
    right: 0;
    margin-top: -11px;
    margin-right: 30px;
    cursor: pointer;
}

    .divAccReq.disabled {
        background-color: #808080;
        color: #ccc;
        cursor: default;
    }

.divAccOnline {
    background-color: #0cff00;
    color: #000;
    cursor: default;
}

.divSlot {
    width: 460px;
    height: 341px;
    display: inline-block;
    position: relative;
    margin: 20px 0;
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid white;
}

    .divSlot:nth-child(odd) {
        margin-right: 10px;
        background-image: url('../images/bg-slot1.png');
    }

    .divSlot:nth-child(even) {
        margin-left: 10px;
        background-image: url('../images/bg-slot2.png');
        float: right;
    }

.divAccReqP {
    width: auto;
    padding: 7px 30px;
    position: absolute;
    display: inline-block;
    background-color: #dd0000;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    border: 7px solid #00151e;
    top: 0;
    margin-top: 30px;
}

.divSlot:nth-child(odd) .divAccReqP {
    left: 0;
    margin-left: 30px;
}

.divSlot:nth-child(even) .divAccReqP {
    right: 0;
    margin-right: 30px;
}

.divAccReqP.disabled {
    background-color: #808080;
    color: #ccc;
}

.divAccOnlineP {
    background-color: #0cff00;
    color: #000;
}

.divPAcc {
    width: 55%;
    height: 80px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    margin-bottom: 65px;
    border: 0px solid white;
}

    .divPAcc input[type="button"] {
        margin-top: 20px;
    }

.divSlot:nth-child(odd) .divPAcc {
    left: 0;
    text-align: left;
    padding-left: 20px;
}

.divSlot:nth-child(even) .divPAcc {
    right: 0;
    text-align: right;
    padding-right: 20px;
}

.divPDL {
    width: 55%;
    height: 60px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    margin-bottom: 5px;
    border: 0px solid white;
}

.divSlot:nth-child(odd) .divPDL {
    text-align: left;
    left: 0;
    padding-left: 30px;
}

.divSlot:nth-child(even) .divPDL {
    text-align: right;
    right: 0;
    padding-right: 30px;
}

table.tbPGamePW {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

    table.tbPGamePW tr td, table.tbPGamePW tr th {
        padding: 7px 12px;
        font-size: 14px;
        text-align: left;
    }

    table.tbPGamePW tr td {
        color: #fff;
        font-size: 17px;
        text-shadow: 0 0 10px #00a1ea, 0 0 12px #13b5ff;
        font-weight: bold;
    }

.btnPGame {
    background: unset !important;
    background-color: #002f56 !important;
    color: #fff;
    border: 0 !important;
    font-family: "DIN Round Pro";
}

    .btnPGame.disabled {
        background-color: #808080 !important;
        color: #ccc;
        cursor: default !important;
    }

.divSport, .div4D {
    width: 100%;
    min-height: 600px;
    margin: 20px 0;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid white;
}

.btnSportPlay {
    max-width: 150px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin-left: -13px;
    margin-bottom: 150px;
}

.btn4DBet {
    max-width: 150px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin-left: -13px;
    margin-bottom: 280px;
}

.btn4DRules {
    max-width: 150px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin-left: -13px;
    margin-bottom: 220px;
}

.btn4DPayout {
    max-width: 150px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin-left: -13px;
    margin-bottom: 160px;
}

table.tbpay {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

    table.tbpay tr th, table.tbpay tr td {
        text-align: center;
        padding: 7px;
    }

    table.tbpay tr th {
        background-color: #000;
        color: #ff0000;
    }

    table.tbpay tr td {
        background-color: #ccc;
        color: #000;
    }

h2.txtPromoSubTitle {
    font-family: 'DINRoundPro';
}

    h2.txtPromoSubTitle span {
        color: #1cc2ff
    }

h1.txtPromoTitle {
    font-family: 'DINRoundPro';
    color: #1cc2ff
}

h2.tittle, h3.tittle {
    color: #1cc2ff
}

h2.fitle, h3.fitle {
    color: #fff
}

table.tbpromo {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 10px 0;
}

    table.tbpromo tr th, table.tbpromo tr td {
        text-align: left;
        padding: 7px;
    }

    table.tbpromo tr th {
        background-color: #000;
        color: #fff;
    }

    table.tbpromo tr td {
        background-color: #ccc;
        color: #000;
    }

.divJP {
    width: 100%;
    height: 519px;
    display: inline-block;
    position: relative;
    background-image: url('../images/bg-jp.png');
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid white;
}

.divHomeDepWD {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

    .divHomeDepWD img {
        width: 50%;
        float: left;
    }

.divHomeLiveSlot {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
    border: 0px solid white;
}

    .divHomeLiveSlot img {
        width: 49%;
        float: left;
        cursor: pointer;
        border: 0px solid white;
    }

    .divHomeLiveSlot img:last-child {
        float: right;
    }

.divContMain {
    width: 960px;
    position: relative;
    display: inline-block;
    padding: 25px;
    background-color: #000;
    border: 1px solid #13b5ff;
    border-radius: 15px;
    min-height: 500px;
    margin-bottom: 50px;
    color: #7d7d7d;
    font-family: 'DINRoundPro';
}

.divContMain p {
    padding: 0 40px;
}

    .divContMain > div {
        width: 100%;
        padding: 20px;
        display: inline-block;
        min-height: 400px;
        border-radius: 15px;
        margin-bottom: 15px;
        text-align: left;
        color: #fff;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,14,29,1) 30%, rgba(0,25,52,1) 100%);
        border: 0px solid white;
    }

    .divContMain > div p {
        padding: unset !important;
    }

table.tbContUs {
    width: 100%;
    border-collapse: collapse;
}

table.tbContUs td img {
    max-width: 100px;
}

.tdContUs img {
    max-width: 80%;
}

/* ----------------------------------- JQUERY.TICKER ----------------------------------- */
.marquee {
    max-width: 500px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    border: 0px solid #ccc;
}

UL.marq {
    list-style: none;
    margin: 0;
    padding: 0;
}

    UL.marq > li {
        padding-right: 980px;
        float: left;
        position: relative;
    }

A:link.marqlnk {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Century Gothic';
}

A:active.marqlnk {
    color: #ffffff;
    text-decoration: none;
}

A:visited.marqlnk {
    color: #ffffff;
    text-decoration: none;
}

A:hover.marqlnk {
    color: #03a0f3;
    text-decoration: none;
}
/* ----------------------------------- JQUERY.TICKER ----------------------------------- */