/*============================= CSS STYLES FOR SEABET =============================*/

.BackgroundIndex {
    margin: 0px;
    transition: all .3s ease-in-out;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.date-time {
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    color: #636363;
    float: right;
    font-size: 14px;
}

.div_time {
    height: 25px;
    float: right;
}

.wrapper {
    word-wrap: break-word;
}

.row0 {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: initial;
    background-color: #072422e0;
    display: block;
}

.r0_container {
    background-color: #fefefe;
    margin: auto;
    height: auto;
    overflow-y: visible;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.r0_line0 {
    display: flex;
}

    .r0_line0 img {
        width: 140px;
        height: 56px;
        margin-left: 12px;
    }

    .r0_line0 a {
        position: absolute;
        top: -4px;
        right: 12px;
        font-size: 50px;
        margin-left: 51px;
        width: auto;
        border-bottom: none;
        font-weight: lighter;
        color: #000;
    }

.r0_line1 {
    margin: 0 20px 20px 20px;
}

.loginInput {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000012;
    margin: 10px 0 17px 0;
    height: 40px;
}

.loginIcon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.instyle {
    height: 32px;
    width: 100%;
    padding: 0 10px 0 5px;
    color: #000c;
    outline: none;
    vertical-align: middle;
    border: none;
}

.icon-eye-close {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -22px;
    margin-top: -7px;
    background: url(../images/default/icon_password_close.png);
    background-size: contain;
}

.icon-eye-open {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -22px;
    margin-top: -7px;
    background: url("../images/default/icon_password_open.png");
    background-size: contain;
}

.div_r0_container_lang {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.r0_lang_text {
    font-weight: normal;
    opacity: 1;
    background: transparent;
    position: relative;
    width: 100%;
    color: #000;
    transition: all .3s ease-in-out;
}

    .r0_lang_text:hover {
        color: #00ebff;
    }

.r0_ico_arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -22px;
    margin-top: -7px;
}

.r0_container_menulang {
    width: 567px;
    height: 245px;
    position: absolute;
    top: 48px;
    right: 0px;
    background: #f1f1f1;
    box-shadow: 0 4px 8px 0 #0003, 0 6px 20px 0 #00000030;
}

.r0_itemlang {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.r0_ico_menulang {
    width: 26px;
    height: 26px;
}

.r0_btn_login {
    width: 100%;
    height: 40px;
    color: #FFF;
    text-decoration: none;
    background: #007774;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-size: 16px;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: 40px;
}

.loginBottom {
    bottom: 0;
    background: gray;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
}

.row1 {
    margin: 0px auto;
    width: 1100px;
    height: 92px;
    background: url(../images/default/bg_header.jpg) no-repeat;
}

.div_logo {
    width: 315px;
    height: 72px;
    float: left;
    padding: 10px 0px 10px 10px;
}

.logo {
    width: 55%;
    height: auto;
}

.div_login_time {
    width: 235px;
    height: 50px;
    float: right;
    margin-top: 20px;
}

.div_login_container {
    color: #fff;
    text-decoration: none;
    background: #007774;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 8px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .div_login_container:hover {
        background: #00ebff;
    }

.div_login_content {
    display: flex;
}

.ico_login {
    width: 20px;
}

.row2 {
    width: 100%;
    height: 53px;
    background: #007774;
}

.div_r2_container {
    margin: 0px auto;
    width: 1100px;
    height: 100%;
}

.r2_btndefault {
    padding: 0px 17px 0px 17px;
    float: left;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: end;
    transition: all .3s ease-in-out;
}

    .r2_btndefault a {
        font-size: 13px;
        text-decoration: none;
        color: white;
        line-height: 20px;
    }

.ico_menu_sport {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_sport:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_inplay {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_inplay:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_0 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_0:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_1 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_1:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_2 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_2:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_3 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_3:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_4 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_4:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_5 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_5:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.ico_menu_6 {
    background: url(../images/default/nav_sport.png) no-repeat;
    background-size: 28px;
    background-position: center 5px;
}

    .ico_menu_6:hover {
        background: url(../images/default/nav_sport_hover.png) no-repeat;
        background-size: 28px;
        background-position: center 5px;
    }

.div_r2_container_lang {
    float: right;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.ico_lang {
    width: 26px;
    height: 26px;
}

.r2_container_menulang {
    width: 130px;
    height: 245px;
    position: absolute;
    top: 48px;
    right: 0px;
    background: #fff;
    box-shadow: 0 4px 8px 0 #0003, 0 6px 20px 0 #00000030;
}

.itemlang {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.ico_menulang {
    width: 26px;
    height: 26px;
}

.row3 {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    min-width: 1100px;
}

.row4 {
    height: 456px;
    width: 100%;
    background: url(../images/default/bg_middle.png);
}

.r4_container {
    margin: 0px auto;
    width: 1100px;
    padding: 30px 20px 30px 20px;
}

.r4_headingTitle {
    color: #007774;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 1.7rem;
    line-height: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.r4_group_container {
    display: flex;
}

.r4_item_container {
    width: 24%;
    margin: 0 0 0 1.3%;
}

    .r4_item_container:hover .r4_gametitle {
        color: #00ebff;
    }

    .r4_item_container:hover .r4_btn {
        color: #00ebff;
        border-left: 2px solid #00ebff;
    }

    .r4_item_container:hover img {
        opacity: 0.8;
    }

.r4_item_word_container {
    display: flex;
    background: #000;
    padding: 10px 0px;
}

.r4_item_img {
    width: auto;
    height: auto;
    max-width: 100%;
    transition: all .3s ease-in-out;
}

.r4_gametitle {
    color: #fff;
    font-size: 13px;
    text-align: left;
    width: 60%;
    margin-left: 10px;
}

.r4_btn {
    color: #fff;
    font-size: 13px;
    border-left: 2px solid #fff;
    width: 40% !important;
    text-align: center;
}

.row6 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
    background-color: #b1b1b1;
}

.r6_footer {
    padding: 40px 0px 0px 0px;
    width: 1100px;
    margin: 0px auto;
    height: 253px;
}

.one_quarter {
    display: inline-block;
    float: left;
    margin: 0 0 0 1.3%;
    list-style: none;
}

    .one_quarter:first-child {
        margin-left: 0 !important;
        clear: left;
    }

.column1 {
    width: 22%;
}

    .column1 img {
        width: 85%;
    }

.column2 {
    width: 28%;
}

    .column2 p {
        width: 80%;
        font-size: 14px;
        line-height: 1.6em;
        margin-top: 0px;
    }

.column3 {
    width: 22%;
}

.nospace {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rules {
    display: block;
    margin-bottom: 0px;
    padding: 0 0 15px 0;
    border-bottom: 0px solid;
}

    .rules a {
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

        .rules a:hover {
            color: #00ebff;
        }

.icon {
    width: 27px;
}

a {
    outline: none;
    text-decoration: none;
}

.column4 {
    width: 22%;
}

.text-black {
    color: #000;
    transition: all .3s ease-in-out;
}

.text-justify {
    text-align: justify
}

.btmspace-30 {
    margin-bottom: 30px;
}

.supportIcon {
    width: 35px;
}

.contact li {
    display: flex;
    align-items: center;
}

    .contact li:hover {
        color: #00ebff;
    }

    .contact li a {
        color: #000;
        transition: all .3s ease-in-out;
    }

        .contact li a:hover {
            color: #00ebff;
        }

.remark1 {
    top: 0px;
    position: absolute;
    margin-left: 36px;
}

.remark2 {
    top: 16px;
    position: absolute;
    margin-left: 36px;
}

    .remark1 a, .remark2 a {
        color: #000;
        transition: all .3s ease-in-out;
    }

        .remark1 a:hover, .remark2 a:hover {
            color: #00ebff;
        }

#copyright {
    text-align: center;
}

    #copyright p {
        font-size: 13px;
        color: #000;
        line-height: 1.6em;
    }

.hoc {
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
}
