@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500&display=swap');
body {
    background-color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
marquee,
span,
a,
li {
    font-family: 'Noto Sans Thai', sans-serif;
}

.bg-black {
    background-image: linear-gradient(to right, #3e0000 -10%, #171717);
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000000 !important;
}

.bg-red {
    background-color: #2B9645;
    padding: 0px !important;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: #7c1f1f !important;
}

.top-link,
.top-link:hover,
.top-link:focus {
    font-size: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.top-link:hover,
.top-link:focus {
    text-decoration: none;
    color: #a71d2a;
}

.top-link i {
    font-size: 16px;
}

.head-button {
    display: none;
}

.head-button .form-control {
    background-color: #171717;
    border: 1px solid #490000;
}

.card-body .form-control {
    background-color: #171717;
    border: 1px solid #490000;
}

.input-group-text {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #490000;
    border: 1px solid #490000;
    border-radius: .25rem;
}

.btn-danger {
    color: #fff;
    background-color: #490000;
    border-color: #490000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #490000;
    border-color: #490000;
}

.btn-outline-danger {
    color: #fff;
    border-color: #490000;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #490000;
    border-color: #490000;
}

.main .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

.navbar-red .navbar-brand {
    color: #fff;
}

.navbar-red .navbar-brand:hover,
.navbar-red .navbar-brand:focus {
    color: #fff;
}

.navbar-red .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-red .navbar-nav .nav-link {
    font-size: 18px;
    display: block;
    padding: 0.6rem 2rem;
}

.navbar-red .navbar-nav .nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.navbar-red .navbar-nav .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.navbar-red .navbar-nav .nav-link:hover,
.navbar-red .navbar-nav .nav-link:focus {
    color: rgb(252 242 2);
    background-color: rgba(0, 0, 0, .6);
}

.navbar-red .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-red .navbar-nav .show>.nav-link,
.navbar-red .navbar-nav .active>.nav-link,
.navbar-red .navbar-nav .nav-link.show,
.navbar-red .navbar-nav .nav-link.active {
    color: rgb(252, 242, 2);
    background-color: rgb(0, 0, 0, 0.4);
}

.navbar-red .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-red .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-red .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-red .navbar-text a {
    color: #fff;
}

.navbar-red .navbar-text a:hover,
.navbar-red .navbar-text a:focus {
    color: #fff;
}

a.btn {
    font-size: 18px;
}

.btn-green {
    color: #ffffff;
    background-color: #2b9645;
}

.btn-green:hover {
    color: #fcf202;
    text-decoration: none;
}

.btn-login {
    color: #ffffff;
    background-color: #17772e;
}

.btn-login:hover {
    color: #fcf202;
    background-color: #17772e;
}

.btn-register {
    color: #ffffff;
    background-color: #FF9800;
}

.btn-register:hover {
    color: #fcf202;
    background-color: #FF9800;
}

.btn-login-mobile {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    color: #ffffff;
    background-color: #17772e;
}

.btn-login-mobile:hover {
    color: #fcf202;
    background-color: #07581b;
    text-decoration: none;
}

.btn-register-mobile {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    color: #ffffff;
    background-color: #FF9800;
}

.btn-register-mobile:hover {
    color: #fcf202;
    background-color: #b96e00;
    text-decoration: none;
}

.top-box {
    width: 100%;
}

.top-box .card {
    transition: transform .2s, filter 1s;
}

.top-box .col-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.top-box .col-md-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.top-box .card:hover {
    transform: scale(1.1);
    filter: contrast(200%);
}

.header-pc {
    display: block;
}

.header-mobile {
    display: none;
}

.notice {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -36px;
    /* box-shadow: inset 0 0 10px #000000; */
    background-color: #1b5b2a;
    padding: 8px 6px 0px 6px;
    border: 3px solid #fdf200;
    border-radius: 50px;
    color: #fdf200;
}

.notice marquee {
    font-size: 16px;
    line-height: 22px;
}

.casino-box-text {
    background-image: linear-gradient(to right, #fcf202, #30a442);
}

.casino-box-img {
    /*background-image: linear-gradient(to right, #30a442, #30a442);*/
}

.slot-box-text {
    background-image: linear-gradient(to right, #30a442, #fcf202);
}

.slot-box-img {
    /* background-image: linear-gradient(to right, #30a442, #30a442); */
}

.fishing-box-text {
    background-image: linear-gradient(to right, #fcf202, #30a442);
}

.fishing-box-img {
    /* background-image: linear-gradient(to right, #30a442, #30a442); */
}

.sport-box-text {
    background-image: linear-gradient(to right, #30a442, #fcf202);
}

.sport-box-img {
    /* background-image: linear-gradient(to right, #30a442, #30a442); */
}

.box-text {
    background-image: linear-gradient(to right, #fcf202, #30a442);
}

.casino-box-text h3,
.slot-box-text h3,
.fishing-box-text h3,
.sport-box-text h3 {
    font-size: 30px;
}

.box-text h3 {
    font-size: 28px;
}

.box-text p {
    font-size: 16px;
    line-height: 20px;
}

.casino-box-text p,
.slot-box-text p,
.fishing-box-text p,
.sport-box-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.box-text a {
    font-size: 18px;
}

.line-box a {
    font-size: 12px;
}

.callto {
    background-color: #f8f10b;
}

.callto span {
    font-size: 26px;
    color: #17712d;
    font-weight: 500;
}

.btn-callto {
    font-size: 26px !important;
    padding: 8px 8px 6px 8px;
    line-height: 28px;
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgba(23, 117, 46) 0%, rgba(23, 189, 46) 100%);
    border-color: #31a92e;
    margin: -12px 0px 0px 0px;
}

.btn-callto:hover {
    background: rgb(23, 189, 46);
    background: linear-gradient(90deg, rgba(23, 189, 46) 0%, rgba(23, 117, 46) 100%);
    border-color: #31a92e;
}

.footer {
    background-color: #2b9645;
    box-shadow: 0px -10px 18px rgb(252, 242, 2);
}

.partner {
    padding: 0px;
    /*margin-top: 30px;*/
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #16692a;
}

.tags {
    border-bottom: 1px solid #FFFFFF3b;
    border-top: 1px solid #ffffff3b;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
}

.tags a {
    font-size: 10px;
    background-color: #ffffffc7;
    padding: 2px 6px;
    margin: 4px;
    color: #2b9645;
}

.tags a:hover {
    background-color: #fcf202;
    color: #2b9645;
}

.mobile-nav {
    display: none;
}
.article h1{
    font-size: 24px;
}
.article h2{
    font-size: 20px;
}
.article h3{
    font-size: 18px;
}
.article a,p,li{
    font-size: 16px;
}

@media (max-width: 992px) {
    .footer {
        margin-top: 0px;
        margin-bottom: 50px;
        background-color: #111111;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.6);
    }
    .header-pc {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav-list {
        background-color: #2B9645;
        padding: 0px !important;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 50px;
        overflow: auto;
        white-space: nowrap;
    }
    .mobile-nav-list a {
        font-size: 16px;
    }
    .mobile-nav-list i {
        font-size: 12px;
    }
    .mobile-nav-list a,
    .mobile-nav-list i {
        display: inline-block;
        background: -webkit-linear-gradient(#ffffff, #c7c7c7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        padding: 2px 2px 0px 4px;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .header-pc {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}

@media (max-width: 480px) {
    .notice {
        display: none;
    }
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9) !important;
    padding: 0 !important;
    ;
}

.dropdown-item:hover {
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.menu-large {
    position: static !important;
}

.nav-game-link strong {
    font-size: 14px;
    font-weight: 300;
}

.nav-game-link:hover {
    text-decoration: none;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    margin: 10px;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu>li {
        margin-bottom: 30px;
    }
    .megamenu>li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
    .callto span {
        font-size: 16px !important;
    }
    .btn-callto {
        font-size: 20px !important;
        padding: 2px 30px 0px 30px;
        margin: 0px 0px 0px 0px;
    }
    .left-box-line{
        display: none;
    }
    .left-box-telegram{
        display: none;
    }
}

.main-pc {
    display: block;
}

.main-mobile {
    display: none;
}

.main-mobile {
    display: none;
}

.mo {
    display: none;
}

.site-footer-mobile {
    display: none;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 5px 10px #000000 !important;
    top: 0;
    left: 0;
}

.left-box-line {
    position: fixed;
    width: 150px;
    height: 150px;
    z-index: 99999;
    right: 5px;
    bottom: 500px;
    /* left: 5px; */
}
.left-box-telegram {
    position: fixed;
    width: 150px;
    height: 150px;
    z-index: 99999;
    right: 5px;
    bottom: 315px;
    /* left: 5px; */
}

.right-box-fix {
    position: fixed;
    width: 350px;
    height: 150px;
    z-index: 99999;
    right: 5px;
    bottom: 50px;
    transition: all 0.5s ease;
}

.slide-hide {
    right: -350px;
}

@media (max-width: 992px) {
    .left-box-fix {
        display: none;
    }
    .right-box-fix {
        display: none;
    }
    .site-footer-mobile {
        display: block;
        box-shadow: 0px -10px 10px rgb(252 242 2);
        width: 100%;
        padding: 6px 6px 0px 6px;
        background-image: linear-gradient(to right, #2b9645, #0ebf39);
        position: fixed;
        bottom: 0;
        z-index: 100000;
    }
    .site-footer-mobile ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }
    .site-footer-mobile li {
        list-style: none;
        margin: 0;
        text-align: center;
    }
    .site-footer-mobile li:nth-child(3) {
        width: 70px;
    }
    .site-footer-mobile li:nth-child(3) a {
        text-align: center;
        position: absolute;
        top: -38px;
        left: 50%;
        transform: translateX(-50%);
    }
    .site-footer-mobile li:nth-child(3) img {
        display: block;
        width: 70px;
        margin-bottom: 0px;
    }
    .site-footer-mobile a {
        color: #fcf202;
        font-size: 14px;
    }
    a.m-auto.mobile-nav-center {
        color: #fff;
    }
    .site-footer-mobile i {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: -5px;
        /* background: #ffffff; */
        width: 30px;
        height: 30px;
        padding: 10px;
        /* border-radius: 50px; */
        color: #fcf202;
        font-size: 20px;
    }
    .mobile-nav-center {
        font-size: 14px !important;
    }
    .navbar-toggler {
        padding: .10rem .30rem;
    }
    .navbar-brand {
        margin: auto !important;
    }
    .mo {
        display: block;
    }
    .mo .col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .pc {
        display: none;
    }
    .main-pc {
        display: none;
    }
    .main-mobile {
        display: block;
        background-color: #111111;
        height: 0px;
    }
    .main-mobile .navbar {
        margin: 0;
        padding: 0;
    }
    .main-mobile .btn {
        display: none;
    }
    .main-mobile .col-4 {
        padding: 5px;
    }
    .main-mobile .box {
        border: 2px solid #5e5e5e;
        border-radius: 8px;
        padding-top: 6px;
        padding-bottom: 4px;
    }
    .main-mobile .box img {
        height: 50px;
        width: 50px;
        margin: 0 auto;
    }
    .main-mobile .box p {
        color: #f4f4f4;
        margin: 0;
    }
    .sub-menu a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sub-menu i {
        font-size: 26px;
        color: #fff
    }
    .sub-menu p {
        font-size: 20px;
    }
    .navbar-red .navbar-nav .nav-link {
        font-size: 26px;
        display: block;
        padding: 2px 10px 0px 16px;
    }
    .dropdown-menu {
        display: block;
    }
    .navbar-collapse {
        background-image: linear-gradient(to right, #490000, #230000);
        position: absolute;
        z-index: 10000;
        top: 0px;
        right: 100%;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: 100% !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
}

footer .hr {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -15px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.2);
}

footer .heading {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.2);
}

footer p,
footer span {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .lefticon {
        position: fixed;
        top: 25%;
        width: 7%;
        left: 6px;
        z-index: 9999;
    }
}

.lefticon img:hover {
    transform: scale(1.1);
}

.modal-backdrop {
    z-index: 0;
}

.modal-header .close {
    padding: 0rem 0rem;
    margin: -1rem -3rem 0rem auto;
}

video {
    /* override other styles to make responsive */
    width: 100%    !important;
    height: auto   !important;
  }

@media (max-width: 576px) {
    .default-button {
        border-radius: 5px;
        padding: 7px 9px;
        font-size: 11px;
    }
    .outline-link {
        border-radius: 5px;
        padding: 7px 5px;
        font-size: 11px;
    }
    .welcome-text a{
        font-size: 16px !important;
    }
    .welcome-text{
        text-align: center !important;
    }
}

.weltext p {
    padding: 8px 8px 8px 8px;
    border: 1px solid #1a5b29;
    border-radius: 18px;
    color: #1a5b29;
    font-size: 12px;
}



/* Slider */

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

iframe {
    display: block;
    background: #000;
    border: none;
    width: 100%;
}
.welcome-text a{
    font-size: 20px;
    font-weight: 300;
}