@charset "utf-8";

/* width */

::-webkit-scrollbar {
    width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #042b5a;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: 'Kanit', sans-serif;
    color: #ffffff;
    background: #012349 url(../../images/bg_main.jpg) center fixed;
    position: relative;
    background-size: cover;
}

.pageMain {
    background-color: #000f1dab;
}

.title-border {
    border-left: red 5px solid;
    font-size: 1.5rem;
    padding-left: 15px;
    font-weight: 500;
}

.bgback {
    border-top: #0f3679 4px solid;
}


/*------------------------------------*

MainHeader

*------------------------------------*/

#MainHeader {
    height: 110px;
    /* background: linear-gradient(to bottom, #394b63 0%, #042b5a 100%);*/
    position: relative;
}

#PanelNavTop {
    font-size: 0.75rem;
    text-align: right;
    font-weight: 300;
}

#PanelNavTop .panel-runtime {
    margin-bottom: 0.25rem;
    text-align: right;
    background-color: #710e08;
    border-radius: 0 0 8px 8px;
    padding: 0.25rem 0.5rem;
}

#site-language {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 300;
}

#PanelNavTop .panel-runtime .dropdown-menu {
    font-size: 0.75rem;
    background-color: #1b1b1b;
    border: none;
    border-radius: 4px;
}

#PanelNavTop .panel-runtime .dropdown-item {
    padding: .25rem 0.5rem;
    color: #ffffff;
}

#PanelNavTop .panel-runtime .dropdown-item:hover {
    color: #FCCB00;
    background-color: #000;
}

.v9-alert:after {
    background-color: red;
    border-radius: 3px;
    content: "";
    display: block;
    top: 0px;
    width: 6px;
    height: 6px;
    position: absolute;
}

#PanelNavTop .panel-runtime>li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

#PanelNavTop .panel-runtime>li:first-child::before {
    content: '';
    margin-right: 5px;
}

#PanelNavTop .panel-runtime>li::before {
    content: '|';
    color: #aeaeae;
    float: none;
    margin-right: 10px;
}

#MainHeader #PanelNavTop .textTime {
    color: #fff;
}

#NavMenu .nav-pc {
    z-index: 999;
    /*background-image: linear-gradient(to left, #02234e, #042a5a, #073166, #0b3873, #0e4080, #0f4689, #104d92, #11539b, #105aa2, #1060a9, #0f67b0, #0f6eb7);*/
    position: relative;
    background-image: linear-gradient(to right, #145ac3 0%, #0b1636 100%);
    -webkit-box-shadow: 3px -6px 40px 2px rgba(0, 123, 224, 0.27);
    -moz-box-shadow: 3px -6px 40px 2px rgba(205, 0, 224, 0.27);
    box-shadow: 3px -6px 40px 2px rgba(0, 133, 224, 0.27);
    border: solid 2px rgba(0, 0, 0, 0.38);
    border-top: 0px;
}

#NavMenu a {
    color: #fff;
    position: relative;
}

#NavMenu a:hover {
    background-color: #02234e;
    border-radius: 0.25rem;
    color: #fff;
}


/*--------- STEP ----------*/

div.bar_index_bg {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.barblack {
    height: 80px;
    padding-top: 13px;
    position: inherit;
    z-index: 2;
}

div.bar-detail {
    vertical-align: top;
    display: inline-block;
}

p.bar-titles {
    color: #ffed00;
    font-weight: bold;
}

div.bar-detail p {
    padding: 0px;
    margin: 0px;
}

.chevron {
    display: inline-block;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 40px;
    left: 0;
    background: #820000;
    z-index: -1;
}

.chevron:before {
    top: 0;
    -webkit-transform: skew(40deg, 0deg);
    background: linear-gradient(to bottom, #007eff 0%, #003367 123%);
}

.chevron:after {
    bottom: 0;
    -webkit-transform: skew(-40deg, 0deg);
    background: linear-gradient(to bottom, #001667 0%, #002e67 100%);
}

.chevron2:before,
.chevron2:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 40px;
    left: 0;
    background: #2b2b2b;
    z-index: -1;
}

.chevron2:before {
    top: 0;
    -webkit-transform: skew(40deg, 0deg);
    background: linear-gradient(to bottom, #bdbdbd 0%, #333333 123%);
}

.chevron2:after {
    bottom: 0;
    -webkit-transform: skew(-40deg, 0deg);
    background: linear-gradient(to bottom, #333333 0%, #1d1d1d 100%);
}

div.bar-number2 {
    background-color: #000;
    vertical-align: top;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 1rem;
    margin: 10px;
    margin-left: 20px;
    border: 1px solid #bdbdbd;
}

div.bar-number {
    background-color: #000;
    vertical-align: top;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 1rem;
    margin: 10px;
    margin-left: 20px;
    border: 1px solid #007bf8;
}

.blacktitle {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#670015));
    background: -webkit-linear-gradient(top, #ff0000 0%, #670015 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #670015 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #670015 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 0 0 5px 5px;
}

.boxgd1 {
    border: 1px solid #1488e4;
}

div.maingame div.row {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 15px;
    padding-bottom: 0;
    background: #084475;
    margin-bottom: 20px;
    min-height: 420px;
}

.boxgd {
    border: 2px solid #fff700;
    border-image-source: linear-gradient(#ffeb00, orange);
    border-image-slice: 20;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

div.blockgame {
    display: block;
    height: 175px;
    padding-left: 40%;
    padding-right: 5%;
    padding-top: 10px;
    margin-bottom: 15px;
}

div.blockgame h4 {
    font-size: 1rem;
    color: #fbe50b;
}

.blockdetail {
    font-size: 0.9rem;
    font-weight: 300;
}


/*---- END STEP ------*/

.home_box {
    display: block !important;
    height: inherit !important;
    background-color: #ececec !important;
    color: #404040 !important;
    position: relative;
}

.home_box_green {
    display: block !important;
    height: inherit !important;
    background: #00000085 !important;
    color: #fff !important;
    position: relative;
    margin-top: 1rem;
    border-radius: 1rem;
}

#MainFooter {
    background-color: #00000099;
}

#MainFooter .linecolor {
    background: #146bc3;
}

#MainFooter .textpc,
#MainFooter .copyright {
    color: #a0a0a0;
}

#MainFooter .quicklinks {
    background-image: linear-gradient(to left, #02234e, #042a5a, #073166, #0b3873, #0e4080, #0f4689, #104d92, #11539b, #105aa2, #1060a9, #0f67b0, #0f6eb7);
}

#MainFooter .quicklinks ul {
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
}

#MainFooter .quicklinks ul li {
    display: inline-block;
}

#MainFooter .quicklinks ul li a {
    border-left: 1px solid #6c6c6c;
    color: #6c6c6c;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.3rem;
    padding: 0 1.1rem;
}

#MainFooter .quicklinks ul li:first-child a {
    border-left: none;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background-image: linear-gradient(to right bottom, #082334, #072e45, #053958, #03446b, #054f7e);
    }
    #NavMenu a {
        color: #fff;
        position: relative;
    }
}

.barTitleHead {
    background: #0f3270;
    color: #fff;
}

.boxSlotimg {
    background: url(../../../sources/bg_casino.jpg) #3e0201 top center no-repeat;
    border: 1px solid #08ddff;
    position: relative;
    background-size: cover;
}

.box_panel_right {
    color: #000;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    background: #011d35;
    background-image: linear-gradient(175deg, rgba(181, 181, 181, 0.5), rgba(30, 30, 30, 0.5));
    background-blend-mode: overlay;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    position: relative;
}

.box_panel_left {
    background: #00284596;
}

.div_boximg {
    /*background-color: #000000;*/
    background: url(../../../sources/bg_casino.jpg) #3e0201 top center no-repeat;
    border: 1px dashed #f12517;
    position: relative;
}

.bntplay {
    background-color: #fed703 !important;
    border-color: #dc8800 !important;
    -webkit-box-shadow: 2px 2px 5px -1px rgb(11, 41, 31);
    -moz-box-shadow: 2px 2px 5px -1px rgba(249, 36, 68, 0.75);
    box-shadow: 2px 2px 5px -1px rgb(0, 0, 0);
    position: relative;
    color: #000;
}

.bntplay:hover {
    color: #000;
}

.m_btnLogin {
    background: #f7ca06 !important;
    color: #000 !important;
    border: solid 1px #f7ca06;
}

.m_btnRegis {
    background: #0b5437 !important;
    border-color: #036f44 !important;
    border-radius: 0px;
}

.m_btnRegis:hover {
    background: #046822;
    border-color: #046822;
}


/*-------------------

Promotion

--------------------*/

#PromotionNav .ListTypeSlot {
    position: relative;
    background: #2a6fc7;
    background-image: linear-gradient(to bottom, rgba(181, 181, 181, 0.5), rgba(30, 30, 30, 0.5));
    background-blend-mode: overlay;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

#Promotion-Nav li {
    padding: 0.25rem 0.25rem;
}

#PromotionNav li a {
    border: 1px solid #5d5d5d;
    border-radius: 20px;
}

#PromotionNav .nav-pills .nav-link.active,
#PromotionNav .nav-pills .show>.nav-link {
    background-color: #000000;
    color: #fff;
    border-radius: 24px;
    border: none;
    background-image: linear-gradient(to top, rgba(181, 181, 181, 0.3), rgba(30, 30, 30, 0.3));
    background-blend-mode: overlay;
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000;
}

#PromotionNav .ListTypeSlot a {
    color: #fff;
    margin: 2px;
}

#PromotionNav .ListTypeSlot a:hover {
    /*background-color: #065f47;*/
    background-color: #a9140a;
    color: #fff;
    border-radius: 14px;
    border: none;
    background-image: linear-gradient(to top, rgba(181, 181, 181, 0.3), rgba(30, 30, 30, 0.3));
    background-blend-mode: overlay;
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000;
}

#PromotionListBox .promotion-box {
    margin-bottom: 15px;
    padding: 1rem;
    border: solid 1px #4d9ef9;
    border-radius: 1rem;
    background-image: linear-gradient(to left top, #011023, #1d334e, #153f6f, #1566c0, #197be7);
    background-blend-mode: overlay;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

#PromotionListBox .promotion-image {
    background-color: #1f0606;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60px;
    padding: 0rem;
    display: block;
    border: solid 2px #010508;
}

#PromotionListBox .promotion-image img {
    width: 100%;
    display: block;
}

#PromotionListBox .promotion-details h4 {
    margin: 1rem auto;
    font-size: 1.188rem;
    color: #fed103;
    text-transform: uppercase;
}

#PromotionListBox .promotion-details p {
    color: #d3dee3;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

#PromotionListBox .promotion-details .btn-line {
    color: #d3dee3;
    background-color: transparent;
    border-color: #fff;
}

#PromotionListBox .promotion-details .thin-gutter {
    margin-left: -8px;
    margin-right: -8px;
}

.promotion-box .btn-success {
    background-color: #3DD400;
}


/*-----------------

Contact

------------------*/

.mobile-page-container {
    position: relative;
    max-width: 1140px;
    min-height: 520px !important;
    color: #fff;
    background: #0e3e6c96;
    background-image: linear-gradient(175deg, rgba(181, 181, 181, 0.5), rgba(30, 30, 30, 0.5));
    background-blend-mode: overlay;
    border-radius: 16px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    padding: 24px 16px 16px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 16px;
}

.mobile-page-container .mobile-nav .no-gutters {
    background: #1f1f1f;
    background-image: linear-gradient(to bottom, rgba(181, 181, 181, 0.5), rgba(30, 30, 30, 0.5));
    background-blend-mode: overlay;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    margin-top: 0;
}

.no-gutters li.active {
    font-weight: 700;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutters li.active a {
    background-color: #eeae01;
    border: none;
    color: #161616;
}

.mobile-page-container .mobile-nav .no-gutters li:last-child a:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #000000;
    top: 14%;
    left: -1px;
    height: 72%;
    border-right: 1px solid #565656;
}

.mobile-page-container .mobile-nav .no-gutters li:first-child a:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    background: #000000;
    top: 14%;
    right: -1px;
    height: 72%;
    border-right: 1px solid #565656;
}

.mobile-page-container .mobile-nav .no-gutters li:first-child a {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.mobile-page-container .mobile-nav .no-gutters li.active a {
    color: #000;
    background-image: linear-gradient(to top, rgba(181, 181, 181, 0.3), rgba(30, 30, 30, 0.3));
    background-blend-mode: overlay;
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000;
}

.mobile-page-container .mobile-nav .no-gutters li>a {
    padding: 12px 4px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    color: #fff;
}

.mobile-page-container .content_container .content-title {
    margin: 8px 0;
    font-weight: 400;
    font-size: 2em;
    color: #eeae01;
}

.content_container p {
    font-weight: 300;
    text-indent: 3rem;
}

.content_container p a {
    color: #F3EA04;
}

.mobile-page-container .content_container .mobile-page-btn {
    display: block;
    border: 2px solid #1ce01c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 24px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    min-width: 160px;
    margin-right: 8px;
    text-align: center;
    box-sizing: border-box;
    background-color: #00b900;
}

.mobile-page-container .content_container .mobile-page-btn:hover {
    background-color: #eeae01;
    color: #000;
}

.mobile-page-container .img_container {
    position: relative;
    min-height: 336px;
}

.mobile-page-container .content_container {
    position: relative;
    border-left: 1px solid #2d7cf3;
}


/*-----------------------

DeskTop

------------------------*/

@media (min-width: 992px) {
    .mobile-page-container .content_container .mobile-page-btn {
        padding: 6px 24px;
        font-size: 1rem;
    }
    .mobile-page-container .content_container {
        padding: 00px 32px 24px;
        margin-bottom: 16px;
    }
}


/*-----------------------

Mobile

------------------------*/

@media (max-width: 992px) {
    .mobile-page-container .content_container .mobile-page-btn {
        padding: 6px 6px;
        font-size: 0.8rem;
        font-weight: 300;
    }
    .mobile-page-container .content_container {
        padding: 0rem 1rem;
        margin-bottom: 16px;
    }
    .mobile-page-container .content_container .content-title {
        margin: 8px 0;
        font-weight: 400;
        font-size: 1.2rem;
        color: #eeae01;
    }
}

.mobile-page-container .content_container:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -2px;
    height: 100%;
    border-left: 1px solid #000000;
}


/*----------------------

Abount US

----------------------*/

.ques {
    color: #ffbf00;
    font-weight: 500;
    margin-top: 28px;
}

.promo-list {
    font-weight: 200;
    list-style: none;
}

.promo-list li:before {
    content: '\2D';
    position: absolute;
    margin-left: -20px;
}

@media (min-width: 1980px) {
    body {
        font-size: 1.2rem;
    }
    .container {
        max-width: 1920px;
    }
    .chevron:before,
    .chevron:after {
        width: 100%;
        height: 40px;
    }
    .chevron2:before,
    .chevron2:after {
        width: 100%;
        height: 40px;
    }
    div.barblack {
        height: 80px;
        width: 100%;
    }
    .indenttextpc {
        font-size: 1.5rem;
    }
}