﻿/* ===============================================================
 * Base
 * =============================================================== */

/*
    color : 
*/
.container {
    max-width: 1600px !important;
}

.ss-game-list-group .ss-game-list {
    width: 12.5%;
    max-width: 12.5%;
}
    /*.ss-game-list-group .ss-game-list:hover {*/
       /* transition: all .2s ease-in-out;
        transform: scale(1.1);
        z-index: 100;
        position: relative;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
        transition-duration: 400ms;*/
    /*}*/

.ss-game-list-group .ss-game-list .games img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}
  /*  .ss-game-list-group .ss-game-list .games img:hover {
      
        object-fit: contain;
    }*/


html {
    font-size: 14px;
}

body {
    font-family: 'Kanit', sans-serif;
    color: #000000;
    background-color: #ffffff;

}

a:hover {
    text-decoration: none
}

/* ===============================================================
 * Root
 * =============================================================== */

.ss-root {
    display: block;
}

.ss-font-kanit {
    font-family: 'Kanit', sans-serif;
}

.ss-margin-clear {
    margin-left: 0;
    margin-right: 0;
}

.ss-padding-clear {
    padding-left: 0;
    padding-right: 0;
}

.ss-container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

/* ===============================================================
 * Header
 * =============================================================== */

/* Header */

.ss-header {
    /*display: none;*/
    position: relative;
    width: 100%;
    background-color: transparent;
}

.ss-header-background {
    z-index: 20;
    width: 100%;
    max-width: 100%;
    visibility: hidden;
}

.ss-header-background-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .ss-header {
        display: block;
    }
}

.ss-header-mobile {
    display: block;
    background-image: url('./../../src/imgs/img-header-mobile.jpg');
    background-repeat: repeat;
    background-size: 100%;
    background-color: #25024d;
}

    .ss-header-mobile button {
        padding: 10px 20px;
        background-color: transparent;
        border: none;
        color: #fff;
        outline: none;
    }

    .ss-header-mobile .switch-lang {
        margin-top: 0px;
    }

@media only screen and (min-width: 400px) {
    .ss-header-mobile button {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 580px) {
    .ss-header-mobile button {
        padding: 17px 25px;
        font-size: 1.6em;
    }

    .ss-header-mobile .switch-lang {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-header-mobile {
        display: none;
    }
}

/* Navbar */

.ss-header .ss-navbar {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    /*display: none;*/
    padding: 10px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width : 992px) {
    .ss-header .ss-navbar {
        display: block;
    }
}

.ss-header .ss-name {
    margin-bottom: 0;
    padding: 8px 0 2px;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) {
    .ss-header .ss-name {
        margin-bottom: 0;
        padding: 8px 0 2px;
        font-size: 1.3rem;
    }
}

.ss-input-group {
    padding-right: 10px;
}

    .ss-input-group .input-group-prepend {
        border-color: #7100d7;
    }

        .ss-input-group .input-group-prepend .input-group-text {
            border-color: #7100d7;
            color: #fff;
            background-color: #440093;
        }

    .ss-input-group .form-control {
        border-color: #7100d7;
    }

    .ss-input-group input {
        font-family: 'Kanit', sans-serif;
        font-weight: 200;
    }

.ss-btn {
    padding-right: 10px;
}

.ss-btn-login, .ss-btn-register {
    display: block;
    width: 100%;
}

.ss-btn-login {
    border-color: #016f86;
    background-color: #016f86;
    outline: none;
    box-shadow: none;
}

    .ss-btn-login:hover {
        border-color: #0092a6;
        background-color: #0092a6;
    }

    .ss-btn-login:focus, .ss-btn-login.focus {
        box-shadow: none;
    }

    .ss-btn-login:not(:disabled):not(.disabled):active, .ss-btn-login:not(:disabled):not(.disabled).active {
        background-color: #F3BD00;
        border-color: #F3BD00;
    }

        .ss-btn-login:not(:disabled):not(.disabled):active:focus, .ss-btn-login:not(:disabled):not(.disabled).active:focus {
            box-shadow: none;
        }

.ss-btn-register {
    border-color: #F3BD00;
    background-color: #F3BD00;
    outline: none;
    box-shadow: none;
}

    .ss-btn-register:hover {
        border-color: #F3BD00;
        background-color: #F3BD00;
    }

    .ss-btn-register:focus, .ss-btn-register.focus {
        box-shadow: none;
    }

    .ss-btn-register:not(:disabled):not(.disabled):active, .ss-btn-register:not(:disabled):not(.disabled).active {
        background-color: #7100d7;
        border-color: #7100d7;
    }

        .ss-btn-register:not(:disabled):not(.disabled):active:focus, .ss-btn-register:not(:disabled):not(.disabled).active:focus {
            box-shadow: none;
        }

.ss-link-password {
    display: block;
    padding: 9px 0 5px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
}

    .ss-link-password:hover {
        color: #fff;
    }

.ss-btn-primary {
    border-color: #F3BD00;
    background-color: #F3BD00;
    outline: none;
    box-shadow: none;
    color: #fff;
}

    .ss-btn-primary:hover {
        color: #fff;
    }

.ss-btn-real {
    border-color: #f6ab1c;
    background-color: #f6ab1c;
    outline: none;
    box-shadow: none;
}

    .ss-btn-real:hover {
        color: #fff;
    }

.ss-btn-demo {
    /*   border-color: #035f6e;*/
    background-color: #0092a6;
    outline: none;
    box-shadow: none;
}

@media only screen and (min-width : 992px) {
    .ss-btn-login, .ss-btn-register {
        display: block;
        width: 100%;
        font-size: 12px;
    }

    .ss-btn-login, .ss-btn-register {
        padding: .51rem .55rem;
    }
}

/* Hide */

.ss-header .ss-input-hide {
    display: none;
}

@media only screen and (min-width : 992px) {
    .ss-header .ss-input-hide {
        display: block;
    }
}

/* Logo */

.ss-header .ss-logo {
    z-index: 30;
    position: absolute;
    top: 30px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .ss-header .ss-logo img {
        width: 15%;
    }

@media only screen and (min-width : 992px) {
    .ss-header .ss-logo {
        top: 55px;
    }

        .ss-header .ss-logo img {
            width: 12%;
        }
}

@media only screen and (min-width : 1200px) {
    .ss-header .ss-logo {
        top: 50px;
    }

        .ss-header .ss-logo img {
            width: 15%;
        }

}

@media only screen and (min-width : 1679px) {
    .ss-header .ss-logo {
        top: 60px;
    }
}

/* Navs */

.ss-header .ss-navs {
    z-index: 30;
    position: absolute;
    bottom: 0.5vh;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .ss-header .ss-navs a {
        display: inline;
        padding: 0 0.5rem;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
    }

        .ss-header .ss-navs a.auto-hide {
            display: inline;
        }

        .ss-header .ss-navs a:hover {
            text-decoration: none
        }

        .ss-header .ss-navs a:hover {
            text-decoration: none
        }

        .ss-header .ss-navs a.active {
            color: #CB2826;
            text-decoration: none;
        }

@media only screen and (min-width : 678px) {
    .ss-header .ss-navs {
        bottom: 0.8vh;
    }
}

@media only screen and (min-width : 768px) {
    .ss-header .ss-navs {
        bottom: 22px;
    }

        .ss-header .ss-navs a {
            padding: 0 0.2rem;
            font-size: 13px;
        }
}

@media only screen and (min-width : 850px) {
    .ss-header .ss-navs {
        bottom: 26px;
    }
}

@media only screen and (min-width : 992px) {
    .ss-header .ss-navs a {
        padding: 0 0.5rem;
        font-size: 14px;
    }
}

@media only screen and (min-width : 1100px) {
    .ss-header .ss-navs {
        bottom: 33px;
    }
}

@media only screen and (min-width: 1200px) {
    .ss-header .ss-navs {
        bottom: 41px;
    }

        .ss-header .ss-navs a {
            padding: 0 0.8rem;
        }
}

@media only screen and (min-width: 1366px) {
    .ss-header .ss-navs {
        bottom: 42px;
    }

        .ss-header .ss-navs a {
            /*padding: 0 1.5rem;*/
            font-size: 18px;
        }
}

@media only screen and (min-width: 1679px) {
    .ss-header .ss-navs {
        bottom: 53px;
    }

        .ss-header .ss-navs a {
            padding: 0 1.5rem;
            font-size: 20px;
        }
}

@media only screen and (min-width: 1780px) {
    .ss-header .ss-navs {
        bottom: 54px;
    }

        .ss-header .ss-navs a {
            padding: 0 1.5rem;
            font-size: 22px;
        }
}

@media only screen and (min-width: 1920px) {
    .ss-header .ss-navs {
        bottom: 59px;
    }
}

@media only screen and (min-width: 2200px) {
    .ss-header .ss-navs {
        bottom: 40px;
    }

        .ss-header .ss-navs a {
            padding: 0 2.5rem;
            font-size: 24px;
        }
}

@media only screen and (min-width: 2600px) {
    .ss-header .ss-navs {
        bottom: 5.5vh;
    }
}

@media only screen and (min-width: 2800px) {
    .ss-header .ss-navs {
        bottom: 6vh;
    }
}

@media only screen and (min-width: 3000px) {
    .ss-header .ss-navs {
        bottom: 7vh;
    }
}

@media only screen and (min-width: 3300px) {
    .ss-header .ss-navs {
        bottom: 8vh;
    }
}

/* ===============================================================
 * Navbar
 * =============================================================== */

/* Dropdown */

.ss-navbar-dropdown {
    z-index: 9999;
    display: inline-block;
}

    .ss-navbar-dropdown button {
        padding: 0;
        color: #fff;
    }

    .ss-navbar-dropdown .dropdown-menu {
        z-index: 9999;
        margin: 10px 20px 0 0;
        padding: 0;
        min-width: 12rem;
        border-radius: 5px;
        background-color: #1e023f;
    }

        .ss-navbar-dropdown .dropdown-menu a.dropdown-item {
            padding: .85rem 1.5rem;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .ss-navbar-dropdown .dropdown-menu a.dropdown-item:hover {
                cursor: pointer;
            }

            .ss-navbar-dropdown .dropdown-menu a.dropdown-item:first-child {
                padding-top: .85rem;
                border-radius: 4px 4px 0 0;
            }

            .ss-navbar-dropdown .dropdown-menu a.dropdown-item:last-child {
                padding-bottom: .85rem;
                border-bottom: 1px solid transparent;
            }

            .ss-navbar-dropdown .dropdown-menu a.dropdown-item.active {
                background-color: #fdb201;
                color: #170721;
            }

            .ss-navbar-dropdown .dropdown-menu a.dropdown-item:hover {
                background-color: #fdb201
            }

.balance-text {
    display: inline-block
}

/* ===============================================================
 * Cover
 * =============================================================== */

/* Cover */

.ss-cover {
    margin-top: 0;
    width: 100%;
   /* margin-bottom: -10px;*/
}

.ss-cover-background {
    z-index: 10;
    width: 100%;
    max-width: 100%;
}

#cover {
    /*  border-bottom: 3px solid #016f86;*/
    max-height:325px;
}

@media only screen and (min-width : 768px) {
    /* .ss-cover {
        margin-top: -38px;
    }*/
}

@media only screen and (min-width : 1679px) {
    /*.ss-cover {
        margin-top: -41px;
    }*/
}

/* ===============================================================
 * Slide
 * =============================================================== */

/* Slide */

.ss-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .ss-slide img {
        width: 100%;
    }

/*.ss-slide video { width: 100%; }*/

/* ===============================================================
 * Jackpot
 * =============================================================== */

/* Jackpot */

.ss-jackpot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .ss-jackpot img {
        display: inline-block;
        margin-bottom: -8px;
        max-width: 60%;
    }

    .ss-jackpot p {
        display: block;
        margin-top: -20px;
        margin-bottom: 7px;
        padding-left: 70px;
        font-size: 14px;
        color: #fff;
    }

@media only screen and (min-width: 768px) {
    .ss-jackpot img {
        margin-bottom: -4px;
        max-width: 100%;
    }

    .ss-jackpot p {
        margin-top: -35px;
        margin-bottom: 12px;
        padding-left: 90px;
        font-size: 18px;
    }
}

/* ===============================================================
 * body
 * =============================================================== */

/* Body */

.ss-body, #body-account {
    /*margin-top: -30px;*/
    padding-bottom: 0;
    background-image: url('./../../src/imgs/img-background.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #e9e8e6;
    background-position: top 150px;
}

    .ss-body .container {
        padding-right: 0;
        /*padding-top:30px;*/
        padding-left: 0;
        max-width: 100%;
        background-color: #f1f3f6;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    }

        .ss-body .container .row {
            margin: 0;
        }

    .ss-body a {
        color: #04606f;
    }

.ss-body-no-cover {
    margin-top: 111px;
}

@media only screen and (min-width: 1366px) {
    .ss-body {
        padding-bottom: 2rem;
    }

        .ss-body .container {
           /* max-width: 1140px;*/
            /*padding-right: 15px; padding-left: 15px;*/
        }
}

@media only screen and (max-width: 1366px) {
    /*.ss-body .container {
        max-width: 1080px;
    }*/
    #ss-frame-play {
        height: 550px !important;
    }
}

/* Welcome */

.ss-welcome {
    padding: 20px 15px 5px;
    font-size: 12px;
    line-height: 1.8;
    color: #035f6e;
    font-weight: 400;
}

    .ss-welcome span, .ss-welcome span a {
        color: #016f86;
    }

@media only screen and (min-width : 768px) {
    .ss-welcome {
        padding: 20px 20px 5px;
        font-size: 14px;
    }

    /*  .ss-body-no-cover .container {
        padding-top: 40px;
    }*/
}

/* Tabs */

.ss-nav-tabs {
    border-bottom: 1px solid transparent;
}

    .ss-nav-tabs .nav-item {
        position: relative;
        /*width: 14.2857143%;*/
    }

        .ss-nav-tabs .nav-item a {
            padding: 0;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
            color: #ffffff;
            border-radius: 0;
        }

            .ss-nav-tabs .nav-item a:hover {
                border: 1px solid transparent;
            }

            .ss-nav-tabs .nav-item a p {
                margin-left: 1px;
                padding: .72rem 0 .9rem;
                background-image: linear-gradient(#0091a6, #4cb2c0);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            }

        .ss-nav-tabs .nav-item .tab-active {
            position: absolute;
            bottom: 9px;
            left: 0;
            width: 100%;
        }

        .ss-nav-tabs .nav-item a img {
            width: 20px;
            margin-right: 5px;
        }

        .ss-nav-tabs .nav-item a > img {
            visibility: hidden;
        }

        .ss-nav-tabs .nav-item a.active {
            background: transparent;
            border: 1px solid transparent;
            color: #ffffff;
        }

            .ss-nav-tabs .nav-item a.active p {
                background-image: none;
                background-color: #035f6e;
            }

            .ss-nav-tabs .nav-item a.active > img {
                visibility: initial;
            }

            .ss-nav-tabs .nav-item a.active .tab-active {
                bottom: 10px;
            }

       /* .ss-nav-tabs .nav-item:first-child a p {
            padding: .85rem 0 .9rem;
        }*/

        .ss-nav-tabs .nav-item:first-child a.active .tab-active {
            bottom: 9px;
        }

    .ss-nav-tabs .showDesktop {
        display: none;
    }

@media only screen and (min-width : 768px) {
    /*.ss-nav-tabs .nav-item a.active .tab-active { bottom: 9px; }*/
    .ss-nav-tabs .showDesktop {
        display: block;
    }

    .ss-nav-tabs .showMobile {
        display: none;
    }
}

@media only screen and (min-width : 992px) {
    .ss-nav-tabs .nav-item a {
        font-size: 16px;
    }
    /*.ss-nav-tabs .nav-item a.active .tab-active { bottom: 8px; }*/
    .ss-nav-tabs .nav-item:first-child a p {
        padding: .70rem 0 .9rem;
    }
    /*.ss-nav-tabs .nav-item:first-child a.active .tab-active { bottom: 8px; }*/
    /*.ss-body { margin-top: -38px;}*/
}

@media only screen and (min-width: 1200px) {
    .ss-nav-tabs .nav-item a {
        font-size: 18px;
    }

    .ss-nav-tabs .nav-item:first-child a p {
        padding: .75rem 0 .9rem;
    }
    /*.ss-body { margin-top: -43px;}*/
}

@media only screen and (min-width: 1366px) {
    .ss-nav-tabs .nav-item a {
        font-size: 20px;
    }

    .ss-nav-tabs .nav-item:first-child a p {
        padding: .70rem 0 .9rem;
    }
    /*.ss-nav-tabs .nav-item:first-child a.active .tab-active { bottom: 8px; }*/
}

/* Grame Filter */

.ss-game-filter {
    /*margin: 0 15px 0px;*/
  /*  padding: 10px 0px 5px;*/
    overflow: auto;
    max-width: 100%;
}

    .ss-game-filter .btn-filter {
        /*min-width: 540px;*/
        min-width: 100%;
    }

        .ss-game-filter .btn-filter button, .ss-game-filter .btn-filter a {
            display: inline-block;
            padding: 10px 30px 10px 0px;
            font-size: 1.4rem;
            color: #04606f;
            border: none;
            background: transparent;
        }

            .ss-game-filter .btn-filter button.active, .ss-game-filter .btn-filter a.active {
                color: #fdb200;
            }

    .ss-game-filter::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 145, 166, 0.3);
        background-color: #141414;
    }

    .ss-game-filter::-webkit-scrollbar {
        height: 3px;
        background-color: #141414;
        border-radius: 10px;
    }

    .ss-game-filter::-webkit-scrollbar-thumb {
        background-color: #2f2f2f;
        border: 2px solid #555555;
        border-radius: 10px;
    }

@media only screen and (min-width : 541px) {
    .ss-game-filter {
        border-bottom: 2px solid #04606f;
    }
}

@media only screen and (min-width : 768px) {
    .ss-game-filter {
        padding: 10px 0px 5px;
    }
}

@media only screen and (min-width : 992px) {
    .ss-game-filter .btn-filter button {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .ss-game-filter .btn-filter button {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1366px) {
    .ss-game-filter {
        margin: 0;
    }
}

/* Game Search */

.ss-game-search {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .ss-game-search input {
        padding-left: 15px;
        background-color: #ffffff;
        border: none;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .ss-game-search .input-group-prepend .input-group-text {
        background-color: #ffffff;
        border: transparent;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

@media only screen and (min-width : 768px) {
    .ss-game-search {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .ss-game-search {
        right: 15px;
    }
}

@media only screen and (min-width: 1366px) {
    .ss-game-search {
        top: 15px;
        right: 0;
    }
}

/* Type Filter */

.ss-type-filter {
    overflow: auto;
    margin-left: 15px;
}

    .ss-type-filter ul {
        margin: 20px 0 0;
        padding-left: 0;
        min-width: 720px;
        list-style: none;
    }

        .ss-type-filter ul li {
            display: inline-block;
            margin-bottom: 10px;
            padding-right: 15px;
            width: auto;
            font-size: 1.2rem;
            color: #656565;
        }

            .ss-type-filter ul li img.icon-filter {
                display: initial;
            }

            .ss-type-filter ul li img.icon-filter-active {
                display: none;
            }

            .ss-type-filter ul li:hover {
                cursor: pointer;
            }

            .ss-type-filter ul li.active {
                color: #016f86;
            }

                .ss-type-filter ul li.active img.icon-filter {
                    display: none;
                }

                .ss-type-filter ul li.active img.icon-filter-active {
                    display: initial;
                }

    .ss-type-filter::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #141414;
    }

    .ss-type-filter::-webkit-scrollbar {
        height: 3px;
        background-color: #141414;
        border-radius: 10px;
    }

    .ss-type-filter::-webkit-scrollbar-thumb {
        background-color: #2f2f2f;
        border: 2px solid #555555;
        border-radius: 10px;
    }

@media only screen and (min-width: 992px) {
    .ss-type-filter ul li {
        padding-right: 50px;
        width: auto;
    }
}

@media only screen and (min-width: 1366px) {
    .ss-type-filter ul {
        padding-left: 0;
    }
}

/* Game List */

.ss-game-list-group {
    padding: 15px 0px 0px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    clear: both;
    width: 100%;
}

    .ss-game-list-group .ss-game-list {
        position: relative;
        padding: 5px;
        min-height: 5px;
        flex: none;
       /* width: 16.66666%;*/
        max-width: 50%;
        text-align: center;
    }

        .ss-game-list-group .ss-game-list a {
            /*display: block;*/
            text-decoration: none;
            color: #fff;
            overflow: auto;
        }

        .ss-game-list-group .ss-game-list div.games {
            min-height: 175px;
            display: block;
        }

        .ss-game-list-group .ss-game-list .games img {
            /*width: 100%; max-width: 100%; */
            height: 175px;
            width:100%;/*width: 192px;*/
            object-fit: cover;
        }

        .ss-game-list-group .ss-game-list .prices {
            position: relative;
            margin-top: 10px;
            text-align: center;
        }

            .ss-game-list-group .ss-game-list .prices p {
                position: absolute;
                top: 0.3em;
                width: 100%;
            }

            .ss-game-list-group .ss-game-list .prices img {
                max-width: 100%;
                /*min-height:191px;*/
            }

        .ss-game-list-group .ss-game-list .names {
            position: relative;
            margin-top: 5px;
            color: #000000;
        }

        .ss-game-list-group .ss-game-list img.hot {
            position: absolute;
            left: 0.5em;
            top: 0;
        }

        .ss-game-list-group .ss-game-list img.new {
            position: absolute;
            left: 0.5em;
            top: 0;
        }

/*.ss-game-list-group .ss-game-list img.pay { position: absolute; left: 31%; top: 40%; width: 40%; visibility: hidden; transition-delay: 0.05s; }*/

/*@media only screen and (min-width:  768px) {
  .ss-game-list-group .ss-game-list { width: 25%; max-width: 25%;}
}*/

/* Game List Home */

.ss-game-list-group-home {
    padding: 0px 0px 0px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    clear: both;
    width: 100%;
}

    .ss-game-list-group-home .ss-game-list {
        position: relative;
        padding: 0px 0px 10px 10px;
        min-height: 5px;
        flex: none;
        width: 16.6666667%;
        max-width: 16.6666667%;
        text-align: center;
    }

        .ss-game-list-group-home .ss-game-list a {
            /*display: block;*/
            text-decoration: none;
            color: #fff;
            overflow: auto;
        }

        .ss-game-list-group-home .ss-game-list div.games {
            min-height: 175px;
            display: block;
        }

        .ss-game-list-group-home .ss-game-list .games img {
            /*width: 100%; max-width: 100%; */
            height: 175px;
            width: 192px;
            object-fit: cover;
        }

        .ss-game-list-group-home .ss-game-list .prices {
            position: relative;
            margin-top: 10px;
            text-align: center;
        }

            .ss-game-list-group-home .ss-game-list .prices p {
                position: absolute;
                top: 0.3em;
                width: 100%;
            }

            .ss-game-list-group-home .ss-game-list .prices img {
                max-width: 100%;
                /*min-height:191px;*/
            }

        .ss-game-list-group-home .ss-game-list .names {
            position: relative;
            margin-top: 0px;
        }

        .ss-game-list-group-home .ss-game-list img.hot {
            position: absolute;
            left: 0.5em;
            top: 0;
        }

        .ss-game-list-group-home .ss-game-list img.new {
            position: absolute;
            left: 0.5em;
            top: 0;
        }

    .ss-game-list-group-home .centered {
        margin-left: 5px;
    }

    /*.ss-game-list-group-home .ss-game-list .games {*/

    /*position: absolute;
        width: 100%;
        color: #ffffff;*/

    /*Background: #25024d;*/

    /*padding: 2px;*/

    /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

    .ss-game-list-group-home .ss-game-list .names {
        /*position: absolute;
        width: 100%;
        color: #ffffff;*/
        Background: #1f072b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        font-weight: 100;
    }

#carousel-slot .names {
    background: #074800;
}

#carousel-live .names {
    background: #557951;
}

#carousel-fishing .names {
    background: #1a3417;
}

#carousel-sport .names {
    background: #374d70;
}

#carousel-casino .names {
    background: #0a3e05;
}

#carousel-poker .names {
    background: #074800;
}

#carousel-arcade .names {
    Background: #122b03;
}

#carousel-other .names {
    background: #335220;
}

.ss-game-list-group-home .ss-game-list .names p {
    margin-top: 5px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-type-cover {
    padding-bottom: 50px;
    padding-right: 5px;
}

    .game-type-cover a {
        padding: 5px 20px 5px 20px;
        background: #ffc107;
        color: #ffffff;
        text-decoration: none;
    }
        .game-type-cover a:hover {
            background: #6ab82a;
        }

.game-type-cover-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 15px;
}

.game-carousel {
    padding-right: 0px;
}

    .game-carousel .carousel-control-prev, .game-carousel .carousel-control-next {
        align-items: flex-end;
        margin-bottom: -20px;
        width: 20px;
    }

    .game-carousel .carousel-indicators {
        margin-bottom: -30px;
        margin-bottom: 0px;
        z-index: 1;
    }

        .game-carousel .carousel-indicators li {
            margin-bottom: -30px;
            background-color: #2da8b8;
        }

        .game-carousel .carousel-indicators .active {
            background-color: #f7af1c;
        }


.game-type-row {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

#carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
    min-height: 450px;
}


@media screen and (max-width: 768px) {
    .game-type-cover {
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

        .game-type-cover h1 {
            margin-top: 40px;
        }

    .row-game {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .ss-game-list-group .ss-game-list {
        width: 25%;
        max-width: 25%;
    }

        .ss-game-list-group .ss-game-list div.games {
            min-height: 150px;
            display: block;
        }

        .ss-game-list-group .ss-game-list .games img {
            height: 140px;
            width: 140px;
            object-fit: cover;
        }

    .ss-game-list-group-home .ss-game-list {
        padding: 0px 10px 10px 10px;
    }

        .ss-game-list-group-home .ss-game-list div.games {
            min-height: 140px;
            display: block;
        }

        .ss-game-list-group-home .ss-game-list .games img {
            height: 140px;
            width: 140px;
            object-fit: cover;
        }

    #carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
        min-height: 248px;
    }

   /* #topbar, #topbar .btn {
        font-size: 10px !important;
        font-weight:100 !important;
    }*/
    .container{
        padding:1px !important;
    }
    .ss-game-list-group-home .ss-game-list {
       
        width: 25%;
        max-width: 25%;
        
    }
}
@media only screen and (max-width: 320px) {
    #topbar {
        font-size: 12px !important;
        font-weight: 100 !important;
    }

    .container {
        padding: 1px !important;
    }
}

@media only screen and (min-width : 992px) {
    /*.ss-game-list-group .ss-game-list {
        width: 16.6666667%;
        max-width: 16.6666667%;
    }*/
    /*#row-game .ss-game-list-group .ss-game-list { width: 16.6666667%; max-width: 16.6666667%; }*/
}

@media only screen and (max-width: 414px) {
    .ss-game-list-group .ss-game-list {
        width: 25%;
        max-width: 25%;
    }

        .ss-game-list-group .ss-game-list div.games {
            min-height: 80px;
            display: block;
        }

        .ss-game-list-group .ss-game-list .games img {
            height: 80px;
            width: 80px;
            object-fit: cover;
        }

        .ss-game-list-group .ss-game-list .names p {
            font-weight: 100;
            font-size: 90%;
        }

        .ss-game-list-group .ss-game-list .btn {
            font-size: 90%;
        }

    .ss-game-list-group-home .ss-game-list {
        width: 25%;
        max-width: 25%;
    }

    .ss-game-list-group-home .ss-game-list {
        padding: 0px 2px 4px 2px;
    }

        .ss-game-list-group-home .ss-game-list div.games {
            min-height: 80px;
            display: block;
        }

        .ss-game-list-group-home .ss-game-list .games img {
            height: 96px;
            width: 96px;
            object-fit: cover;
        }

        .ss-game-list-group-home .ss-game-list .names p {
            font-weight: 100;
            font-size: 70%;
        }

        .ss-game-list-group-home .ss-game-list .btn {
            font-size: 90%;
        }

        .ss-game-list-group-home .ss-game-list .names {
            height: 34px;
        }

    #carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
        min-height: 248px;
    }

    .ss-footer-mobile .btn-footer-list {
        font-size: 10px;
    }

        .ss-footer-mobile .btn-footer-list i {
            font-size: 22px;
        }

    .game-type-cover {
        padding-bottom: 5px;
    }
}

/* Game All */

.ss-game-all {
    padding: 0px 0 40px;
}

    .ss-game-all img {
        width: auto;
        max-width: 200px;
    }

@media only screen and (min-width : 768px) {
    .ss-game-all {
        padding: 20px 0 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .ss-game-all {
        padding: 30px 0 50px;
    }
}

/* Blog */

.ss-blog {
    /*padding: 20px 15px 0;*/
}

    .ss-blog .ss-blog-title {
        /*padding: 10px 0px 15px;*/
        width: 100%;
        font-size: 1.6rem;
        color: #002f37;
        font-weight: 400;
        border-bottom: 2px solid #002f37;
    }
    .ss-blog strong, .modal-body strong {
        font-size: 1.2rem;
        font-weight: 400;
        /*color:#000000;*/
    }


    .ss-blog ol {
        display: block;
        list-style-type: decimal !important;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    .ss-blog p {
        /*  padding-top: 20px;*/
        /*font-size: 1.2rem;
        font-weight: 200;*/
        /*color: #000;*/
    }

@media only screen and (min-width: 1366px) {
    /*.ss-blog { padding: 20px 10px 0; }*/
}

/* Play Game */

/*.ss-play { padding: 0px 15px 0; }
.ss-play .ss-play-title {
        padding: 0px 0px 15px;
        width: 100%;
        font-size: 1.6rem;
        color: #016f86;
        font-weight: 400;
}
    .ss-play .ss-play-title-right {        
        position: absolute;
        top: 20px;
        right: 15px;
    }
.ss-play p {
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: 200;
    color: #fff;
}*/

.ss-play {
    position: relative;
    padding: 0px 15px 0;
}

    .ss-play .ss-play-title {
        padding: 10px 0px 4px;
        width: 100%;
        font-size: 1.6rem;
        color: #016f86;
        font-weight: 400;
        border-bottom: 1px solid #016f86;
     /*   text-overflow: ellipsis;
        white-space: nowrap;*/
    }
    .ss-play .ss-play-more {
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 1.2rem;
       /* color: #ffffff;*/
    }

/*#add-favorite {
    top: 18px;
}*/

.ss-page {
    position: relative;
    padding: 0px 15px 0;
}

    .ss-page .ss-page-title {
        padding: 10px 0px 15px;
        width: 100%;
        font-size: 1.6rem;
        color: #016f86;
        font-weight: 400;
        border-bottom: 1px solid #555555;
    }

    .ss-page .ss-page-more {
        position: absolute;
        right: 20px;
        top: 12px;
        font-size: 1.2rem;
        color: #ffffff;
    }

/*@media only screen and (max-width: 1367px) {
    .ss-play .ss-play-more { 
        top: 13px;        
    }    
}*/

@media only screen and (min-width: 1366px) {
    .ss-play {
        padding: 0px 10px 5px;
    }
}

/* Promotion */

.ss-promotion {
    position: relative;
    padding: 30px 0 0;
}

    .ss-promotion .ss-promotion-title {
        padding: 10px 0px 10px;
        width: 100%;
        font-size: 1.6rem;
        color: #016f86;
        font-weight: 400;
        border-bottom: 2px solid #016f86;
    }

    .ss-promotion .ss-promotion-more {
        position: absolute;
        right: 0px;
        top: 40px;
        font-size: 1.2rem;
        color: #016f86;
    }

.ss-promotion-list {
    padding: 0;
}

    .ss-promotion-list img {
        max-width: 100%;
    }

    .ss-promotion-list .col-4 {
        padding: 10px 5px 20px;
    }

@media only screen and (min-width : 576px) {
    .ss-promotion .ss-promotion-more {
        top: 45px;
    }
}

@media only screen and (min-width : 992px) {
    .ss-promotion .ss-promotion-more {
        top: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .ss-promotion {
        padding: 40px 0 0;
    }

    .ss-promotion-list {
        padding: 10px 0px 0px;
    }

    .ss-promotion .ss-promotion-more {
        top: 50px;
    }
}

/* ===============================================================
 * Footer
 * =============================================================== */

/* Footer */

.ss-footer {
    margin-bottom: 80px;
    padding-top: 10px;
    /*   background-image: url('./../../src/imgs/img-footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #074800;
    background-position: center;
    background-size: cover;*/
    /*  background: linear-gradient(to right,#15562c 22%,#33b44a 77%,#15562c 100%);
    border-top: 3px solid #016f86;*/
    background: #035f6e;
}

@media only screen and (min-width: 768px) {
    .ss-footer {
        margin-bottom: 0px;
    }

        .ss-footer .ss-footer-body .container {
            margin: 0px;
            max-width: 100%;
        }
}

@media only screen and (min-width : 1200px) {
    .ss-footer .ss-footer-body .container {
        margin: 0px auto;
       /* max-width: 1140px;*/
    }
}

/* Logo */

.ss-footer-logo {
    display: block;
    max-width: 100%;
}

    .ss-footer-logo img {
        width: 120px;
        max-width: 100%;
    }

@media only screen and (min-width : 768px) {
    .ss-footer-logo {
        padding: 15px 0 0 0;
    }

        .ss-footer-logo img {
            width: 100px;
        }
}

/* Contact */

.ss-footer-contact {
    padding: 10px 0 5px;
}

    .ss-footer-contact p {
        margin-bottom: 0.8rem;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
    }

@media only screen and (min-width : 768px) {
    .ss-footer-contact {
        padding: 15px 0 5px 15px;
        text-align: left;
    }

        .ss-footer-contact p {
            display: inline-block;
            margin-bottom: 0.1rem;
        }
}

.ss-footer-tel {
    padding: 0 0 5px 15px;
}

    .ss-footer-tel p {
        margin-bottom: 0.8rem;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
    }

        .ss-footer-tel p span, .ss-footer-tel p span a {
            color: #016f86;
        }

@media only screen and (min-width : 768px) {
    .ss-footer-tel {
        text-align: left;
    }

        .ss-footer-tel p {
            display: inline-block;
            margin-bottom: 0.1rem;
        }
}

/* Payment */

.ss-footer-payment p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.ss-footer-payment a {
    display: inline-block;
    margin: 5px 5px 0 0;
}

    .ss-footer-payment a:first-child {
        margin: 0 5px 0 10px;
    }

@media only screen and (min-width : 768px) {
    .ss-footer-payment {
        padding: 5px 0 0 0;
        text-align: left;
    }

        .ss-footer-payment a {
            margin: 0;
            margin-bottom: 0.2rem;
        }
}

@media only screen and (min-width: 1200px) {
    .ss-footer-payment {
        padding: 5px 0 0 15px;
    }
}

/* Copyright */

.ss-footer-copyright {
    padding: 20px 0px 10px 0px;
}

    .ss-footer-copyright p {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        font-weight: 200;
        color: #fff;
    }

@media only screen and (min-width : 768px) {
    .ss-footer-copyright {
        padding: 10px 0px 10px 10px;
        text-align: center;
    }

        .ss-footer-copyright p {
            display: inline-block;
            margin-bottom: 0.1rem;
        }
}

@media only screen and (min-width : 992px) {
    .ss-footer-copyright {
        text-align: left;
    }
}

/* Provider */

.ss-footer-provider {
    padding: 0px 0px 20px 0px;
}
    .ss-footer-provider a {
        background: #ffffff;
        padding: 5px 10px 5px 10px;
        display: inline-block;
        margin: 3px 2px;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }

    @media only screen and (min-width : 768px) {
        .ss-footer-provider {
        padding: 10px 0px 0px 0px;
        text-align: center;
    }

        .ss-footer-provider p {
            display: inline-block;
        }
}

@media only screen and (min-width : 992px) {
    .ss-footer-provider {
        padding: 15px 0px 0px 0px;
    }
}

.ss-footer-provider img {
    max-height: 47px;
    /*margin-top: 20px;*/
}

.ss-footer-mobile {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    background-color: #035f6e;
    z-index: 3;
}

    .ss-footer-mobile .btn-footer-list {
        display: inline-block;
        padding: 10px 0 10px;
        width: 20%;
        text-align: center;
        margin-right: -5px;
    }

        .ss-footer-mobile .btn-footer-list:first-child {
            border-left: 0.5px solid transparent;
        }

        .ss-footer-mobile .btn-footer-list a {
            margin: 0;
            padding: 0;
            width: 100%;
            color: #fff;
        }

            .ss-footer-mobile .btn-footer-list a:hover {
                text-decoration: none;
            }

        .ss-footer-mobile .btn-footer-list p {
            margin: 0;
            padding: 5px 0 0;
        }

        .ss-footer-mobile .btn-footer-list i {
            font-size: 26px;
            color: #a7dbe0;
        }

        .ss-footer-mobile .btn-footer-list.active {
            background-color: #0b96ab;
        }

            .ss-footer-mobile .btn-footer-list.active a {
                color: #ffffff;
            }

@media only screen and (min-width: 768px) {
    .ss-footer-mobile {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .ss-footer-mobile .btn-footer-list {
        font-size: 90%;
        font-weight: 100;
    }

        .ss-footer-mobile .btn-footer-list p {
            padding: 0px;
        }

        .ss-footer-mobile .btn-footer-list i {
            font-size: 20px;
        }
}

/* Navbar */

.ss-footer .ss-navbar {
    margin-top: 5px;
    padding: 10px 0;
    width: 100%;
    background-color: #002f37;
    text-align: center;
    overflow-y: auto;
}

    .ss-footer .ss-navbar a {
        display: inline-block;
        padding: 5px 5px;
        font-weight: 200;
        color: #fff;
        text-decoration: none;
    }

        .ss-footer .ss-navbar a.active {
            color: #016f86;
        }

    .ss-footer .ss-navbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #200247;
    }

    .ss-footer .ss-navbar::-webkit-scrollbar {
        height: 5px;
        background-color: #200247;
        border-radius: 10px;
    }

    .ss-footer .ss-navbar::-webkit-scrollbar-thumb {
        background-color: #200247;
        border: 2px solid #555555;
        border-radius: 10px;
    }

@media only screen and (min-width: 768px) {
    .ss-footer .ss-navbar {
        margin-top: 25px;
    }
}

/* ========================================================================
 * Sidenav
 * ======================================================================== */

.ss-sidenav-left {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #25024d;
    overflow-x: hidden;
    transition: 0.5s;
}

    .ss-sidenav-left .menu {
        width: 100%;
        clear: both;
        overflow: hidden;
    }

        .ss-sidenav-left .menu p {
            float: left;
            padding-top: 20px;
            padding-left: 32px;
            font-size: 1.2em;
            color: #fff;
        }

        .ss-sidenav-left .menu a {
            float: right;
            margin-right: 20px;
            color: #fff;
            font-size: 42px;
            text-align: right;
        }

    .ss-sidenav-left ul {
        margin: 0;
        padding: 0;
        list-style: none;
        clear: both;
    }

        .ss-sidenav-left ul li {
            margin: 0 0 1px;
            padding: 0;
            background-color: #200247;
        }

            .ss-sidenav-left ul li a {
                display: block;
                padding: 10px 10px 10px 32px;
                font-size: 1.1em;
                color: #fff;
                text-decoration: none;
                transition: 0.3s;
            }

                .ss-sidenav-left ul li a:hover {
                    color: #f1f1f1;
                }

@media screen and (max-height: 450px) {
    .ss-sidenav-left {
        padding-top: 15px;
    }

        .ss-sidenav-left ul li a {
            font-size: 18px;
        }
}

.ss-sidenav-right {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #25024d;
    overflow-x: hidden;
    transition: 0.5s;
}

    .ss-sidenav-right .menu {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        clear: both;
        overflow: hidden;
        text-align: center;
    }

        .ss-sidenav-right .menu img {
            padding-bottom: 10px;
        }

        .ss-sidenav-right .menu p {
            margin: 0;
            padding: 0;
            font-size: 1.2em;
            color: #fff;
        }

        .ss-sidenav-right .menu a {
            position: absolute;
            top: 0;
            right: 0;
            margin-right: 20px;
            color: #fff;
            font-size: 42px;
            text-align: right;
        }

    .ss-sidenav-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
        clear: both;
    }

        .ss-sidenav-right ul li {
            margin: 0 0 1px;
            padding: 0;
            background-color: #200247;
        }

            .ss-sidenav-right ul li a {
                display: block;
                padding: 10px 10px 10px 32px;
                font-size: 1.1em;
                color: #fff;
                text-decoration: none;
                transition: 0.3s;
            }

                .ss-sidenav-right ul li a:hover {
                    color: #f1f1f1;
                    text-decoration: none;
                }

            .ss-sidenav-right ul li.active a {
                color: #016f86;
            }

@media screen and (max-height: 450px) {
    .ss-sidenav-right {
        padding-top: 15px;
    }

        .ss-sidenav-right ul li a {
            font-size: 18px;
        }

    .ss-body {
        margin-top: -4px;
    }
}

@media screen and (max-width: 576px) {
    /*.ss-body {
        margin-top: -14px;
    }*/

    /*.ss-body-no-cover {
        margin-top: 0px !important;
    }*/
}

@media only screen and (max-width: 766px) {
    /*.ss-body {
        margin-top: -14px;
    }*/

    /*.ss-body-no-cover {
        margin-top: -15px !important;
    }*/

    .ss-game-search {
        display: block;
        position: relative;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: -20px;
        width: 100%
    }

    .ss-game-filter {
        text-align: center;
        border-bottom: none;
        overflow: hidden;
        margin: 0;
    }

        .ss-game-filter .btn-filter button, .ss-game-filter .btn-filter a {
            font-size: 100%;
            font-weight: 100;
            padding: 10px 10px 10px 10px;
        }

    .ss-footer-provider img {
        max-height: 24px;
        /*margin-top: 10px;*/
    }

    .ss-footer-provider {
        padding: 0px;
    }
}

.line {
    border-top: 1px solid #555555;
    height: 10px;
    display: block;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.padding-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.button-container {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*margin-left:5px;*/
    margin-right: 0px;
}

.button-container .button {
    display: none;
}

.button-container:hover .button {
    display: block;
    margin-top: -20px;
}

.button-container .btn {
    padding: 5px 10px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 100;
    width: 90% !important;
    max-width:200px;
}

.ss-card {
    border: none;
    background: #ffffff;
    /* opacity:0.75;*/
    color: #000000;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: linear-gradient(to right,#0091a6 22%,#23a0b2 77%,#50b4c3 100%);
    /*background: #15562c; */
    border: 0px;
    font-size: 1.4rem;
    color: #ffffff;
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;
    text-align: center;
}

/*.ss-form input, .ss-form select, .ss-form textarea,
.ss-form:active,.ss-form:focus:active{
    background: #363636 !important;
    border: 1px solid #0090a5;
}*/

.ss-form input, .ss-form select, .ss-form textarea {
    background: #ffffff !important;
    border: 1px solid #0091a6;
    color: #000000 !important;
}

.ss-form select {
    background: #ffffff !important;
    border: 1px solid #0091a6;
    color: #13071d;
}

.ss-form .input-group-append span {
    color: #0091a6;
    border: 1px solid #0091a6;
    cursor: pointer;
}

    .ss-form .input-group-append span:hover {
        background-color: #0090a5;
        color: #ffffff;
    }

.ss-form select:required:invalid {
    color: #6c757d !important;
    /*background: #363636;
    border: 1px solid #0090a5;*/
}

.ss-form select:required {
    color: #13071d !important;
    /*background: #363636;
    border: 1px solid #0090a5;*/
}

.ss-form option[value=""][disabled] {
    display: none;
    /*background: #363636;
    border: 1px solid #0090a5;*/
}

.ss-form .text-desc {
    margin-bottom: 10px;
    color: #035f6e;
}

.ss-form .ss-btn {
    border-color: #035f6e;
    background-color: #035f6e;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}

    .ss-form .ss-btn:hover {
        border-color: #F3BD00;
        background-color: #016f86;
    }

    .ss-form .ss-btn:active {
        border-color: #0090a5;
        background-color: #0090a5;
    }

.ss-form .input-placeholder {
    position: relative;
}

    .ss-form .input-placeholder input {
        padding: 8px;
    }

        .ss-form .input-placeholder input:valid + .placeholder, .ss-form .input-placeholder select:required:valid + .placeholder {
            display: none;
        }

.ss-form .placeholder {
    position: absolute;
    pointer-events: none;
    top: 7px;
    bottom: 2px;
    left: 10px;
    margin: auto;
    color: #6c757d;
}

    .ss-form .placeholder span {
        color: #ffc107;
    }

textarea, select, input, button {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-outline-style: none;
    box-shadow: none;
}

    textarea:focus, .ss-form select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: #0091a6;
        box-shadow: 0 1px 1px #0091a6 inset, 0 0 8px #3aa9ba;
        /*box-shadow: none;
    border: 1px solid #0090a5;*/
        outline: 0 none;
    }

.ss-form .ss-checkbox input[type="checkbox"] {
    display: none;
}

.ss-form .ss-checkbox input + label {
    display: inline-block;
    width: 100%;
    height: 16px;
    cursor: pointer;
    background-image: url(./../../src/imgs/icon-filter.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
    color: #000000;
}

.ss-form .ss-checkbox input[type="checkbox"]:checked + label {
    background-image: url(./../../src/imgs/icon-filter-active.png);
    background-repeat: no-repeat;
}

.ss-form .ss-checkbox span, .ss-form .ss-checkbox div {
    padding-left: 20px;
    margin-top: -3px !important;
    display: block;
}

.ss-form .btn-outline-secondary {
    border-color: #0090a5;
}

.scroll {
    overflow-y: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 5px;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #0091a6;
        background-color: #878785;
    }

    .scroll::-moz-scrollbar-thumb {
        border-radius: 10px;
        -moz-box-shadow: inset 0 0 6px rgb(229, 229, 229);
        background-color: #878785;
    }

.ss-form-login .modal-header {
    background-color: #016f86;
    border: none;
}

/*.ss-btn-login .modal-body {
    background: #170721;
}*/

.ss-btn-login .modal-header .modal-title {
    color: #ffffff;
}

.ss-btn-login .modal-header button {
    color: #000000 !important;
}

.ss-btn-login .modal-body button.btn-primary {
    background: #016f86;
    border-color: #016f86;
    color: #ffffff;
}

.ss-text-primary, .ss-text-primary a, a.ss-text-primary {
    color: #016f86 !important;
}

em.error {
    color: #016f86;
    font-weight: 100;
    font-size: 90%;
}

#link-favorite .badge, #link-message .badge {
    position: absolute;
    font-size: 100%;
    font-weight: 100;
    top: 2px;
}

#player-control {
    display: none;
    width: 6%;
    z-index: 102;
    position: absolute;
    top: 47%;
    left: 47%;
    cursor: pointer;
}

.ss-slide:hover #player-control {
    display: block;
    opacity: 0.5;
}

video {
    object-fit: inherit;
}

.pagination a, .pagination a.page-link, .pagination input {
    color: #ffffff;
    margin-right: 8px;
    text-align: center;
    background-color: #0090a5;
    border: none;
}

.pagination li.disabled a {
    color: #0090a5;
    background: none;
}

.pagination li.active a.page-link {
    color: #fff;
    background: #0090a5;
    border: none;
    z-index: 0;
}

.bunny-text-primary {
    color: #0090a5;
}

#ss-frame-play.fullscreen {
    z-index: 10001;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*padding-bottom:50px !important;*/
}

#ss-frame-play {
    background-color: #000000;
  /*  height: 550px;*/
    height: 680px;
}

#ss-frame-play button {
    position: absolute;
    margin: 20px;
    opacity: 0.4;
    /*bottom:0;*/
}

#ss-frame-play button.bottom-right {
    bottom: 0;
    margin-right: 30px;
    right: 0;
}

#ss-frame-play button.top-right {
    /*top: 30px;*/
    margin-right: 30px;
    right: 0;
}

#ss-frame-play button.center-left {
    /*top: 30px;*/
    margin-right: 30px;
    top: 40%;
}

/*option {
    color: #fff;
}*/

/* ========================================================================
 * Web Responsive
 * ======================================================================== */

/*
@media only screen and (min-width:  576px) { }
@media only screen and (min-width:  768px) { }
@media only screen and (min-width:  992px) { }
@media only screen and (min-width: 1200px) { }
@media only screen and (min-width: 1366px) { }
*/

.player-alert {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    border: none;
    padding: 19px;
    /*background: #DC3545;*/
    background-color: #063900;
    color: #ffffff;
    border-radius: unset !important;
}

    .player-alert button i, .player-alert a {
        color: #ffffff;
    }

.datepicker table th {
    font-weight: 400 !important;
    color: #200247;
}

.select2-results li[aria-selected="true"] {
    display: none;
}

.loading-text {
    font-size: 120% !important;
    color: #016f86
}

.switch-lang img {
    width: 24px;
}

.switch-lang .dropdown-toggle {
    color: #ffffff;
}

.switch-lang .dropdown-item {
    padding: 5px;
}

.switch-lang {
    list-style: none;
}

#topbar .wallet img {
    margin-top: 4px;
    width: 34px;
}

#topbar .dropdown-toggle {
    color: #ffffff;
}

#topbar .dropdown-item {
    padding: 5px;
}

#topbar .wallet {
    list-style: none;
}

#topbar .wallet .dropdown-item {
    height: 50px;
}

#topbar .dropdown-menu {
    background: #ffffff;
}

    #topbar .dropdown-menu span {
        color: #000000;
        font-size: 90%;
    }

    #topbar .dropdown-menu p {
        color: #000;
        /* font-size: 90%;*/
    }

#topbar .dropdown-item:hover {
    background: #ffffff
}

#topbar img {
    margin-top: 4px;
    width: 34px;
}

#topbar .wallet {
    margin: 10px;
    font-size: 90%;
    /* opacity: 0.8;*/
    color: #016f86;
}

.navbar-provider .nav-link .badge {
    /*position: absolute;*/
    float: right;
    font-size: 80%;
    font-weight: 100;
    margin-top: 2px;
}

.cr {
    width: 240px;
    padding: 10px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    z-index: 9999999;
}

.cr-sticky {
    position: fixed;
}

/* Positions */

.cr-top {
    top: 25px;
}

.cr-right {
    right: -50px;
}

.cr-top.cr-left, .cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top.cr-right, .cr-bottom.cr-left {
    transform: rotate(45deg);
}

.cr-red {
    background-color: #e43;
    font-size: 110%;
}

/*#btn-go-home {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;*/
    /* background-color: red;
    color: white;*/
    /*cursor: pointer;*/
    /*  padding: 15px;*/
    /* border-radius: 4px;*/
/*}*/


.btn-hide {
    display: none;
}

.m-mega-menu {
    height: 360px;
    background-color: rgba(3, 95, 110, 0.9);
    position: absolute;
    width: 100%;
    z-index: 19;
    /*    margin-top: 6px;*/
    top: 0;
}

.owl-carousel .item a {
    text-align: center;
    color: #ffffff;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 70px !important;
}

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.owl-carousel .owl-item img {
    display: block;
    /* height: 100%;*/
    height: 170px;
    width: 170px;
}

.owl-carousel .owl-stage-outer {
    height: 100% !important;
}

.owl-stage-outer * {
    height: 100%;
}

@media screen and (max-width: 1366px) {
    #slider-slot img {
        height: 100px;
        width: 100px;
    }

    .m-mega-menu {
        height: 280px;
    }

    .owl-carousel .nav-btn {
        top: 40px !important;
    }

    .owl-carousel .owl-item img {
        max-width: 100px;
        max-height: 100px;
    }
}

/*@media all and (max-width: 800px) {
    .contact-info{
        display:none !important;
    }
}
*/
a:focus, button:focus, input:focus, textarea:focus {
    outline: none;
}

.ss-frame-play-need-authen {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    object-fit: cover;
}

.navbar-provider {
    padding: 0px;
    margin: 0px;
}

    .navbar-provider a img {
        max-height:38px;
       /* width: 20px;*/
       /* margin-right: 5px;
        margin-top: -3px;*/
    }

.nav-item {
    font-size: 16px;
}

.navbar-provider .navbar-text {
    width: 0px;
    display: none;
}

.navbar-provider .nav-item {
    border: 2px solid #f1f3f6;
    padding: 0px;
    /*background-image: linear-gradient(#045f6e, #0090a5);*/
    /*background-image: linear-gradient(#045f6e, #0090a5);*/
    background: #ffffff;
    text-align: center;
}

.navbar-provider {
    /*  background: #FEDE00;*/
    /* background: linear-gradient(to right, rgba(0, 45, 165, 0.97), rgba(10, 88, 157, 0.97), rgba(10, 88, 157, 0.97), rgba(0, 45, 165, 0.97));*/
}

    .navbar-provider .navbar-toggler {
        border: none;
    }

    .navbar-provider .navbar-nav .nav-link, .navbar-provider .navbar-nav .nav-link.active, .navbar-provider .navbar-nav .nav-link:hover {
        color: #0092a6;
        text-decoration: none;
        transition: all .05s ease-in-out;
        text-decoration: none;
        /* color:#000000;*/
        /*padding-left: 20px;
    padding-right: 20px;*/
    }

.navbar-brand {
    margin-right: 20px;
}

.navbar-provider .nav-item {
    width: 12.5%;
}

.navbar-provider .navbar-nav .nav-link.active {
    background-color: #0092a6;
    color:#ffffff;
   /* background: #ffffdd;*/
    height: 100%;
}
.navbar-provider .navbar-nav .nav-link:hover {
    background-color: #0092a6;
    color: #ffffff;
}

@media screen and (max-width: 1365px) {
    .navbar-provider .nav-item {
        width: 16.6666667%;
    }
}

@media screen and (max-width: 858px) {
    .navbar-provider .nav-item {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .navbar-provider {
        /*background-image: linear-gradient(#FCC200, #FEDE00);*/
        background-image: linear-gradient(#045f6e, #0090a5);
        color: #ffffff;
    }

        /*.navbar-provider .navbar-text {
            color: #ffffff;
            padding: 10px 10px 10px 20px;
            width: 120px;
            display: block;
            font-size: 120%;
        }*/


        .navbar-provider .nav-item {
           /* width: 100%;*/
            border-left: none;
            border-right: none;
            border-bottom: none;
           /* background: #FEDE00;*/
            text-align: center;
        }

            .navbar-provider .nav-item a {
                padding-left: 20px;
            }

    .ss-game-list-group-home .centered {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    /*.navbar-provider .nav-item {
        width: 16.6666667% !important;
    }*/
}

@media screen and (max-width: 767px) {
    .navbar-provider .nav-item {
        width: 100% !important;
    }
}


.notification {
    position: relative;
}

.notification .red {
position: absolute;
top: -10px;
right: -10px;
/*padding: 5px 2px;
border-radius: 50%;
background: red;*/
/* border:1px solid #fff;*/
/*color: white;
font-size: 90%;*/
z-index: 1;
}

.notification .red img {
width: 32px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /*  background: rgba(55, 135, 5, 1);*/
    background: #ffffff;
    /* background: linear-gradient(to right,#15562c 22%,#33b44a 77%,#92c83f 100%);*/
    /* opacity:0.75;*/
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
}

    #header .logo {
        font-size: 28px;
        margin: 0 0 0 5px;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 40px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 12px;
    }

.nav-menu a {
    display: block;
    position: relative;
    color: #000000;
    transition: 0.3s;
    /* font-size: 14px;*/
    /* font-family: "Roboto", sans-serif;
    font-weight: bold;*/
    font-weight: 500;
    padding: 0 4px;
    text-transform: uppercase;
    font-size: 1.2rem
}
@media screen and (max-width: 1024px) {
    .nav-menu > ul > li {
        padding: 10px 0 10px 10px;
    }
    .nav-menu a {
       
        font-size: 1rem
    }
}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f4a814;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #f4a814;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #2a2a2a;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #035f6e;
    }

.nav-menu .drop-down > a:after {
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900; /* Fix version 5.0.9 */
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\f107";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900; /* Fix version 5.0.9 */
        position: absolute;
        right: 15px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\f107";
    }
}

/* Get Startet Button */

#header .get-started-btn {
    margin-left: 25px;
    /*margin-right:25px;*/
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px 6px 10px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    background: #964b83;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* font-family: "Poppins", sans-serif;
    border: 2px solid #964b83;*/
}
#header .get-started-btn2 {
    margin-left: 5px;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px 6px 10px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    background: #ffc107;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* font-family: "Poppins", sans-serif;
    border: 2px solid #964b83;*/
}

#header .get-started-btn:hover {
    background: #b24195;
    color: #fff;
}

@media (max-width: 768px) {
    #header .get-started-btn {
        margin: 0 35px 0 0;
        /* padding: 6px 18px;*/
    }
}

/* Mobile Navigation */

.mobile-nav-toggle {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #006a80;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9998;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #2a2a2a;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #035f6e;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: '\f107';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900; /* Fix version 5.0.9 */
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f106";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(17, 17, 17, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #006a80;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    /* height: 100vh;*/
    height: 100%;
    /*  background-color: rgba(17, 17, 17, 0.8);*/
    overflow: hidden;
    padding: 0;
}

    #hero .carousel-item {
        width: 100%;
        /*  height: 100vh;*/
        height: 470px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat;
        position: relative;
    }

        #hero .carousel-item::before {
            content: '';
            /*  background-color: rgba(0, 0, 0, 0.5);*/
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .carousel-content {
        text-align: right;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero h3 {
        margin-top: 30px;
        color: #fff;
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 700;
    }

    #hero h2 span {
        color: #035f6e;
    }

    #hero p {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 15px auto;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }
        #hero p span {
            font-size: 45px;
            font-weight: 500;
        }
    #hero p:first-child {
        font-size: 32px;
    }
    #hero h4 {
        color: #ffffff;
        font-size: 24px;
    }
    #hero img{
        width:300px;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
        opacity: 1;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 36px;
        line-height: 1;
        width: 56px;
        height: auto;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 10px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
    }

        #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: .6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background: #035f6e;
        }

    #hero .btn-get-started {
        /*  font-family: "Roboto", sans-serif;
        font-weight: 400;*/
        font-size: 24px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 32px 12px 32px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        text-transform: uppercase;
        border: 2px solid #ffc107;
        background: #ffc107;
    }

        #hero .btn-get-started:hover {
            background: #6ab82a;
            border-color: #6ab82a;
            color: #fff;
        }

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
    #hero .carousel-item {
        height: 300px;
    }
    #hero p {
        font-size: 18px;
        font-weight: 400;
        margin:15px auto 15px auto;
    }
    #hero p span {
        font-size: 28px;
        font-weight: 400;
    }

    #hero img {
        width: 180px;
    }
    #hero .btn-get-started {
        font-size: 20px;
        padding: 8px 22px 8px 22px;
    }

    #hero p:first-child {
        font-size: 20px;
    }

    #hero h4 {
        color: #ffffff;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    /*  #hero p {
    width: 60%;
  }*/
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #016f86;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
        transition: 0.3s;
    }


        #topbar .contact-info a:hover {
            text-decoration: underline;
        }


    #topbar .contact-info i {
        padding-right: 4px;
        margin-left: 15px;
    }

        #topbar .contact-info i:first-child {
            margin-left: 0;
        }

    #topbar .social-links a {
        color: #ffffff;
        padding-left: 5px;
        display: inline-block;
        line-height: 1rem;
        transition: 0.3s;
    }

        #topbar .social-links a:hover {
            color: rgba(255, 255, 255, 0.6);
        }

    #topbar a {
        text-decoration: none;
        color: #fff;
    }

    #topbar .btn {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #topbar .dropdown-menu a {
        text-decoration: none;
        color: #000000;
        padding: 10px;
    }

        #topbar .dropdown-menu a:hover {
            text-decoration: none;
            color: #035f6e;

        }



#header.header-scrolled {
    top: 0;
}

#topbar.topbar-scrolled {
    top: -40px;
}

@media (max-width: 992px) {
    /* #header {
        top: 0;
    }*/

    #header .logo {
        font-size: 18px;
    }

        #header .logo img {
            height: 14px !important;
        }
    #header .get-started-btn {
        /*margin-right: 35px;*/
        margin:auto;
    }

   
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border: 1px solid #063900;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #b7d7dc !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23035f6e' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23035f6e' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.select2-container--default .select2-selection--single {
    border: 1px solid #0091a6 !important;
}

.ss-body .btn {
    color: #ffffff;
}

.text-yellow, a.text-yellow {
    color: #F3BD00;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-weight: 100;
}
@media screen and (max-width: 1024px) {
    .nav-menu > ul > li {
        padding: 10px 0 10px 10px;
    }
}
.jq-toast-single h2 {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
}
.jq-toast-single {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
}

.owl-theme .item {
    float: left !important;
}

/*.container {
    max-width: 1440px;
}
.ss-game-list-group .ss-game-list {
    width: 12.5%;
    max-width: 12.5%;
}
.ss-game-list-group .ss-game-list .games img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}*/

/*#carousel-sport .ss-game-list-group-home .ss-game-list {
    max-width: 50% !important;
    width: 50% !important;
}*/

#carousel-sport .ss-game-list-group-home .ss-game-list .games img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.get-letgo {
    color: #ffffff !important;
    border-radius: 4px;
    padding: 10px 32px 12px 32px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    background: #ffc107;
}

    .get-letgo:hover {
        background: #6ab82a;
        border-color: #6ab82a;
        color: #fff;
    }
.news-detail strong, .news-detail b {
    font-weight:600;
}


.modal-full {
    max-width: calc(100vw - 66px);
    height: 100vh;
    max-height: calc(100vh - 76px);
    min-height: 100px;
    overflow: hidden;
    margin-top:40px;
}
.modal-full .modal-body {
    height: 100vh;
    max-height: calc(100vh - 140px);
    padding:0;
}

@media screen and (max-width: 1024px) {

    .modal-full {
        max-width: calc(100vw - 10px);
       
    }
}
#modal-account .modal-header {
    padding: 6px 5px 8px 1rem;
}



/* RIBBON */
.ribbon {
    position: absolute;
    z-index: 10;
    padding: 0px 7px;
    /* margin-left: 62.5%; */
    /* margin-right: 12.0%; */
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 15px;*/
    font-size: 14px;
    line-height: 32px;
  /*  font-weight: bold;*/
    text-align: center;
    font-style:italic;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    zoom: 1;
     top: 6%; 
    right: 0%;
    /* left: 61%; */
    min-width: 40%;
  /*  max-width: 60%;*/
   
}

.orange {
    background: #FF9600;
}

.blue {
    background: #3398d9
}

.green {
    background: #66b94d;
}
.purple {
    background: #AC59FF;
}
/*.ribbon:after {
    content: "";
    position: absolute;
    z-index: -20;
    top: 100%;
    left: auto;
    border-style: solid;*/
/* border-width: 0 0 10px 10px;*/
/*right: 0;
}*/
.orange:after {
    border-color: transparent #DC5F0B;
}

.blue:after {
    border-color: transparent #1e5b82;
}

.green:after {
    border-color: transparent #3e7030;
}


/*END OF RIBBON */

@media screen and (max-width: 1024px) {

    .ribbon {
        line-height: 22px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ribbon {
        line-height: 22px;
        max-width: 100%;
    }
}

@media (max-width: 545px) {
    .ribbon {
        line-height: 12px;
        max-width: 100%;
        font-size: 8px;
    }
}
