@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}
.body-sport{
    background-image: url('img/bg/bg-sport.jpg');
    width: 100%;
    height: 100%;
}
.body-slot{
    background-image: url('img/bg/game-bg.jpg');
    width: 100%;
    height: 100%;
}
.bg-casino{
    background-image: url('img/casino/live_casino_bg_th-th.grey.png');max-width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;
}
.bg-game{
    background-image: url('img/game/RPS-EN.grey.png');max-width: 100%;background-position: center;background-repeat: no-repeat;
}
.bg-game-2{
    background-image: url('img/game/The-Ladder-EN.grey.png');max-width: 100%;background-position: center;background-repeat: no-repeat;
}
.bg-lotto{
    background-image: url('img/lotto/product-keno-en.grey.png');max-width: 100%;background-position: center;background-repeat: no-repeat;
}
.bg-lotto-2{
    background-image: url('img/lotto/product-wkeno-en.grey.png');max-width: 100%;background-position: center;background-repeat: no-repeat;
}
.banner-header{
    height: 8vh;
}
.top-header{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
}
.logo-main-mobile{
    display: flex;
    align-items: center;
}
.icon-menu-mobile{
    display: none;
}
.content-form-login{
    display: flex;
    justify-content: space-around;
}
.content-menu{
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.logo{
    color: rgb(226, 226, 226);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}
.navbar {
    width: 100%;
    background-color: #000080;
    overflow: auto;
}

.navbar a {
    float: left;
    text-align: center;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
}

.navbar a:hover {
    background-color: #4169E1;
}
.item-link{
    width: 100%;
}
.item-active {
    background-color: #4169E1;
}
.item-sub-menu{
    width: 45px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dotted #504636;
}
.dropbtn {
    display: flex;
    align-items: center;
    background-color: none;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d1c1c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
    border: 1px solid #504636;
}
.dropdown-content a {
    align-items: center;
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #5a5751;
    display: flex;
    align-items: center;
}
.dropdown-content a:hover {
    background-color: #505050;
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content-color {
    display: none;
    position: absolute;
    background-color: #1d1c1c;
    min-width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #504636;
}
.dropdown-content-color a {
    align-items: center;
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #504636;
    display: flex;
    align-items: center;
}
.dropdown-content-color a:hover {
    background-color: #505050;
    color: #fff;
}

.dropdown:hover .dropdown-content-color {
    display: block;
}
.slot-nav{
    height: 160px;
    background-color: #1c6080;
}
.slot-nav-footer{
    height: 30px;
    background-color: #2a8fbd;
}
.item-slot-home{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-mobile{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-sport{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-casino{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-slot{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-game{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.item-slot-lotto{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 11;
}
.content-slot{
    background: linear-gradient(to top, #000080 15%, #4169E1 10%);
}
.item-slot{
    width: 100%;
    height: 190px;
}   
.item-slot:hover{
    background-image: url('img/bg/hover_bg.png') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2781aa;
    /* opacity: 0.8; */
}
.slot-casino{
    height: 190px;
}   
.slot-casino:hover_bg{
    background-image: url('img/bg/hover_bg.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2781aa;
    /* opacity: 0.8; */
}
.item-slot-link{
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}
.flag{
    width: 20px;
    height: 20px;
}
.flag-thai{
    background-image: url('img/flag/thailand.png');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flag-china{
    background-image: url('img/flag/china.png');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flag-englang{
    background-image: url('img/flag/england.png');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flag-white{
    background-image: url('img/flag/white.png');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flag-black{
    background-image: url('img/flag/black.png');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.containers {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.main-body{
    min-height: 90vh;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center!important;
}
.justify-content-end{
    justify-content: flex-end!important;
}
.justify-content-between{
    justify-content: space-between!important;
}
.justify-content-around{
    justify-content: space-around!important;
}
.align-item-center{
    align-items: center!important;
}
.float-right{
    float: right;
}
.bg-light{
    background-color: #dfd9d9;
}
.bg-dark-light {
    background-color: #1f1f1f;
}
.bg-dark{
    background-color: #0f0f0f;
}
.bg-black{
    background-color: #0c0c0c;
}
.text-gold{
    color: #dab867;
}
.text-gray{
    color: #464d4e;
}
.text-gray-light{
    color: #808080;
}
.text-white{
    color: #fff;
}
.text-blue{
    color: #34abe2;
}
.text-blur-dark{
    color: rgb(15, 101, 138);
}
.text-dot{
    border: 0 none;
    border-top: 1px dotted #322f32;
    background: none;
    height:0;
    letter-spacing: 2px;
}
.text-bold{
    font-weight: bold;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-shadow{
    text-shadow: 3px 1px 3px #4c4b4a;
}
.text-70{
    font-size: 70px;
}
.text-50{
    font-size: 50px;
}
.text-35{
    font-size: 35px;
}
.text-30{
    font-size: 30px;
}
.text-26{
    font-size: 26px;
}
.text-18{
    font-size: 18px;
}
.text-14{
    font-size: 14px;
}
.text-13{
    font-size: 13px;
}
.text-12{
    font-size: 12px;
}
.text-10{
    font-size: 10px;
}
.w-100{
    width: 100%;
}
.w-80{
    width: 89%;
}
.w-75{
    width: 75%;
}
.w-50{
    width: 50%;
}
.w-35{
    width: 35%;
}
.w-25{
    width: 25%;
}
.w-20{
    width: 20%;
}
.w-10{
    width: 10%;
}
.h-100{
    height: 100%;;
}
.p-1{
    padding: 1%;
}
.p-2{
    padding: 2%;
}
.m-at{
    margin: auto;
}
.m-2{
    margin: 2%;
}
.m-3{
    margin: 3%;
}
.m-4{
    margin: 4%;
}
.m-5{
    margin: 5%;
}
.mt-1{
    margin-top: 1%!important;
}
.mt-2{
    margin-top: 2%!important;
}
.mt-3{
    margin-top: 3%!important;
}
.mb-1{
    margin-bottom: 1%!important;
}
.mb-2{
    margin-bottom: 2%!important;
}
.mb-3{
    margin-bottom: 3%!important;
}
.border-right{
    border-right: 1px solid #34abe2;
}
.banner-download{
    position: fixed;
    width: 307px;
    height: 256px;
    top: 15%;
    left: -240px;
    background-image: url('img/banner-download.png');
    z-index: 1;
}
.banner-download:hover{
    transform: translateX(240px);
    transition: transform 0.8s ease-in-out;
}
.banner-contact{
    position: fixed;
    width: 307px;
    height: 256px;
    top: 15%;
    right: -240px;
    /* right: 0px; */
    background-image: url('img/banner-contact.png');
    z-index: 1;
}
.banner-contact:hover{
    transform: translateX(-240px);
    transition: transform 0.8s ease-in-out;
}
.banner-body-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.banner-main-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    width: 70%;
}
.item-contact{
    width: 100%;
    margin-left: 12%;
    margin-bottom: 10%;
    padding: 5px;
}
.button-register{
    width: 100%;
    padding: 5%;
    background-color: #3795c4;
    border: none;
    color: white;
    font-weight: bold;
}
.button-register:focus{
    outline: none;
}
.button-register:hover{
    background-color: #347da1;
    -webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 106pxpx 6px 3px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}
.item-banner{
    width: 100%;
    background-color: #1c4b63;
    border: none;
    color: white;
    border-radius: 2em / 5em;
}
.banner-left1{
    position: fixed;
    left:0px;
    bottom: 20%;
    width: 168px;
    height: 138px;
    background-image: url('img/banner-left-android.png');
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.banner-left2{
    position: fixed;
    left:0px;
    bottom: 0%;
    width: 168px;
    height: 138px;
    background-image: url('img/banner-left-ios.png');
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.btn-sign-in {
    text-align: center;
    background: #2a8fbd;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-family: dinpro;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    width:94px;
    text-transform: uppercase;
    border: none;
}
.btn-sign-in:hover{
    background: #61c5f3;
}
.btn-register {
    text-align: center;
    background: #cc001b;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-family: dinpro;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    width:94px;
    text-decoration: none;
}
.btn-register:hover{
    background: #f8324c;
}
.btn-play-now {
    text-align: center;
    background: #2a8fbd;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-family: dinpro;
    height: 30px;
    line-height: 22px;
    margin-left: 5px;
    width:94px;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-play-now:hover{
    background: #61c5f3;
}
.btn-casino-download {
    text-align: center;
    background: #2a8fbd;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-family: dinpro;
    height: 30px;
    width: 180px;
    line-height: 22px;
    margin-left: 5px;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 10px 10px 0;
}
.btn-casino-download:hover{
    background: #61c5f3;
}
.btn-register-form {
    text-align: center;
    background: #2a8fbd;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: dinpro;
    height: 35px;
    width: 100%;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.btn-promotion {
    text-align: center;
    background: #2a8fbd;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: dinpro;
    height: 30px;
    width: 100%;
    line-height: 22px;
    margin-left: 5px;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 10px 10px 0;
}
.btn-promotion:hover {
    background: #5db7e0;
}
.btn-close-banner{
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    background-color: rgb(9, 66, 90);
    cursor: pointer;
}
.block-item{
    width: 33.33%;
    height: 250px;
    padding: 15px;
}
.block-items{
    width: 50%;
    height: 250px;
    padding: 15px;
}
.border-top-right{
    border-right: 1px solid #1c4b63;
    border-top: 1px solid #1c4b63;
    border-radius: 0px 10px 10px;
}
.border-top{
    border-top: 1px solid #1c4b63;
    border-radius: 0px 15px 15px;
}
.progress-deposit{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #34abe2 2%, #3a3a3a 0%);
    border-radius: 10px 10px;
}
.progress-withDraw{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #34abe2 4%, #3a3a3a 3%);
    border-radius: 10px 10px;
}
.link-call-center{
    font-size: 18px;
    color: rgb(90, 90, 90);
    text-decoration: none;
}
.link-call-center:hover{
    color: #34abe2;
}
.link-footer{
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}
.link-footer:hover{
    color: #fff;
}
.title-slide{
    color: #fff;
    font-size: 60px;
}
.item-sport{
    width: 100%;
    height: 100%;
    margin: 0 0 0 10px;
    position: relative;
    border: 3px solid #252525;
    background: #000;
    overflow: hidden;
    margin: 1%;
}
.item-sport:hover{
    border: 3px solid #34abe2;
}
.item-link-sport{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.item-description{
    background-color: rgb(34, 34, 34, 0.7);
    position: absolute;
    bottom: 0px;
    padding: 2%;
    width: 100%;
    height: 70px;
}
.item-promotion{
    width: 300px;
    height: 100%;
    margin: 0 0 0 10px;
    position: relative;
    border: 3px solid #252525;
    background: rgb(42, 42, 42);
    overflow: hidden;
    margin: 1%;
}
.item-promotion:hover{
    border: 3px solid #34abe2;
}
.modal{
    display: flex;
    justify-content: center;
    display: none;
}
.modal-content{
    position: fixed;
    top:2%;
    width:800px;
    background-color: rgb(42, 42, 42);
    z-index:111;
}
.modal-body{
    padding: 8px;
}
.close-modal{
    position: absolute;
    top:0;
    right:0;
    background-color: #34abe2;
    color: #fff;
    padding:10px;
    cursor: pointer;
    /* border: 2px solid #fff; */
    font-weight: bold;
    font-size: 23px;
}
ul .sub-ul {
    list-style-type: none;
}
ul .sub-ul > li:before {
    content: '-';
    margin-right: 5px;
}
.form{
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}
.form-label{
    color: #fff;
    font-size: 13px;
    text-align: right;
}
.form-input{
    font-size: 14px;
    padding: 1px;
    height: 40px;
    width: 100%;
}
.content-login{
    display: flex;
}
.border-eSport{
    border-radius: 50%;
    background: linear-gradient(to top right, #0099cc 0%, #0f658a 100%);
    width: 50px;
    height:50px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.8);
}
.product-mobile{
    display: none;
}
.content-product-mobile{
    display: flex;
}
.item-product-mobile{
    width: 20%;
    height: 90px;
    border: 2px solid #0099cc;
    background-color: #174b63;
    border-radius: 5px;
    margin: 5px;
}
.title-product-mobile{
    position: relative;
    top: -25%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.box-form-login{
    width: 75%;
}
@media (max-width: 575.98px) {
    .box-form-login{
        width: 100%;
    }
    .content-login-left{
        display: none;
    }
    .content-login-right{
        width: 100%;
        align-items: none;
    }
    .logo-sa-mobile{
        display: block;
        display: flex;
    }
    .box-form-login{
        margin-top: -40%;
    }
    .banner-header{
        height: 8vh;
    }
    .logo-main-mobile{
        justify-content: space-between;
        background: #000;
    }
    .top-header{
        position: fixed;
        display: unset;
        z-index: 5;
        height: 0%;
        width: 100%;
        /* background: #000; */
    }
    .content-menu{
        display: unset;
    }
    .navbar{
        width: 150px;
        height: 100vh;
        position: fixed;
        z-index: 2;
        margin-left: -150px;
    }
    .icon-menu-mobile{
        display: block;
    }
    .icon-menu-pc{
        display: none!important;
    }
    .content-form-login{
        display: unset;
        width: 250px;
        height: 100vh;
        position: fixed;
        background: #000;
        right: 0;
        margin-right: -250px;
    }
    .item-link{
        font-size: 10px!important;
        color: #dab867!important;
    }
    .content-login{
        display: unset;
        width: 250px;
    }
    .input-username{
        width: 95%;
    }
    .btn-sign-in {
        width: 95%;
    }
    .btn-register{
        width: 95%;
    }
    h4{
        font-size: 10px;
    }
    h5{
        font-size: 8px;
    }
    .block-item{
        height: 120px;
    }
    .link-call-center {
        font-size: 10px;
    }
    .text-12{
        font-size: 8px;
    }
    .link-footer{
        font-size: 8px;
    }
    .fa-2x {
        font-size: 0.8em!important;
    }
    .contactUs{
        font-size: 10px;
    }
    .modal-content {
        width: 100%;
    }
    .banner-download{
        display: none;
    }
    .banner-contact{
        display: none;
    }
    .banner-left1{
        display: none;
    }
    .banner-left2{
        display: none;
    }
    .border-eSport{
        font-size: 8px;
        width:25px;
        height:25px;
    }
    .text-h1-mobile{
        font-size: 12px;
    }
    .discription-item-sport{
        font-size: 10px;
    }
    .product-mobile{
        display: block;
    }
    .text-26{
        font-size: 16px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .product-mobile{
        display: block;
    }
    .navbar a {
        font-size: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .containers{
        max-width: 1000px;
    }
    .product-mobile{
        display: block;
    }
    .navbar a {
        font-size: 10px;
    }
    .item-product-mobile{
        width: 20%;
        height: 110px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .containers{
        max-width: 1000px;
    }
    .product-mobile{
        display: block;
    }
    .navbar a {
        font-size: 10px;
    }
    .item-product-mobile{
        width: 20%;
        height: 130px;
    }
}
@media (min-width: 1200px) {
    .containers{
        max-width: 1000px;
    }
}