
.fullW-slide {
    height: 100%;
    position: relative;
    background-color: #f6cd03;
}

.whiteBody .fullW-slide {
    height: 100%;
    position: relative;
    background-color: #024318;
}
/**************** for Lotrous Ocean ****************/
.game-slide-container.lotrousOcean {
    background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin-lustrous-ocean-Yw.jpg) no-repeat top center;
    overflow: hidden;
    height: 100%;
}

.whiteBody .game-slide-container.lotrousOcean {
    background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin-lustrous-ocean-Gr.jpg) no-repeat top center;
    overflow: hidden;
    height: 100%;
}
.lotrousOcean .col-md-6{
    position:relative;
}
.lustrous-girl {
    position: absolute;
    top: 0px;
    right: -24%;
}
    .lustrous-girl img {
        animation: upanddown 3.8s infinite 1s;
        height: 590px;
    }
.lotrousOcean .big-bubble-left {
    position: absolute;
    top: 78%;
    left: 19%;
}
.lotrousOcean .small-bubble-left {
    position: absolute;
    top: 16%;
    left: 28%;
}
.lotrousOcean .big-bubble-right {
    position: absolute;
    top: 25%;
    right: 30%;
}
.lotrousOcean .small-bubble-left {
    position: absolute;
    top: 25%;
    right: -10%
}
.lotrousOcean .super-bubble-right {
    position: absolute;
    top: 70%;
    right: -7%;
}
/**************** for saba game ****************/
.game-slide-container.sabagame {
    background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin_SabaGame_Yw.jpg) no-repeat top center;
    overflow: hidden;
    height: 100%;
}
.whiteBody .game-slide-container.sabagame {
    background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin_SabaGame_Gr.jpg) no-repeat top center;
    overflow: hidden;
    height: 100%;
}
.game-slide-container .no-logo {
    width: 90%;
    margin: 10% auto 20px;
}
html:lang(vi-VN) .saba-gate-bg {
    background: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/web-sabagame-bg.webp) center no-repeat;
    background-size: contain;
}
html:lang(zh-CN) .saba-gate-bg {
    background: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/web-sabagame-bg-cn.webp) center no-repeat;
    background-size: contain;
}
html:lang(th-TH) .saba-gate-bg {
    background: url(../images/casino/games/landing-page/deskthumb-saba-th.png) center no-repeat;
    background-size: contain;
}

html:lang(en-US) .saba-gate-bg {
    background: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/web-sabagame-bg-en.webp) center no-repeat;
    background-size: contain;
}

.saba-gate-thumbnail {
    width:100%;
    height: 476px;
    position: relative;
    display: block;
    margin: 0 auto;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    margin-bottom: 50px;
    cursor: pointer;
}

    .saba-gate-thumbnail:hover .cover {
        height: 215px;
        padding: 75px 0;
        z-index: 1;
    }

    .saba-gate-thumbnail > .cover {
        display: block;
        position: absolute;
        text-align: center;
        color: #fff;
        bottom: 26px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        background-color: rgba(0,0,0,0.702);
        border-radius: 1px 1px 20px 20px;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
    }

@media (max-width: 991px) {
    .saba-gate-thumbnail > .cover {
        bottom: 5px;
    }
}
    /**** animatino****/
    .ball-8 {
        position: absolute;
        left: 9%;
        top: 16%;
    }

        .ball-8 img {
            animation: upanddown2 5s infinite 1s;
        }

    .ball-30 {
        position: absolute;
        right: -6%;
        top: 27%;
    }

        .ball-30 img {
            animation: upanddown2 3.8s infinite 1s;
        }

    .dice-1 {
        position: absolute;
        bottom: 14%;
        right: 40%;
    }

        .dice-1 img {
            animation: spindice 5s infinite 0s;
        }

    .dice-2 {
        position: absolute;
        bottom: 7%;
        right: 3%;
    }

        .dice-2 img {
            animation: spindice2 6s infinite 1s;
        }

    .ball-8-on-game {
        position: absolute;
        left: -10px;
        top: 30%;
    }

        .ball-8-on-game img {
            animation: upanddown2 5s infinite 1s;
        }

    .ball-30-on-game {
        position: absolute;
        left: 10%;
        bottom: 25%;
    }

        .ball-30-on-game img {
            animation: upanddown2 3.8s infinite 1s;
        }

    .dice-1-on-game {
        position: absolute;
        bottom: 40%;
        right: 3%;
    }

        .dice-1-on-game img {
            animation: spindice 5s infinite 0s;
        }

    .dice-2-on-game {
        position: absolute;
        bottom: 0;
        right: -20px;
        z-index: 2;
    }

        .dice-2-on-game img {
            animation: upanddown 6s infinite 1s;
        }

    @keyframes upanddown2 {
        0% {
            transform: translateY(0) rotateX(30deg);
        }

        50% {
            transform: translateY(-18px) rotateX(0deg);
        }

        100% {
            transform: translateY(0) rotateX(30deg);
        }
    }

    @keyframes spindice {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(40px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes spindice2 {
        0% {
            transform: translateY(0);
            opacity: 1;
        }

        50% {
            transform: translateY(-90px);
            opacity: 0.5;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }


    @media (max-width:1100px) {
        .ball-8 {
            left: 2%;
        }
    }

    @media (max-width:991px) {

        .game-slide-container.sabagame {
            background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin_SabaGame_Yw.jpg) no-repeat top left;
            overflow: hidden;
        }

        .whiteBody .game-slide-container.sabagame {
            background: url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/AfterLogin_SabaGame_Gr.jpg) no-repeat top left;
            overflow: hidden;
        }

        .saba-gate-thumbnail {
            width: 397px;
        }

        .ball-30 {
            right: 35%;
        }

        .dice-2 {
            bottom: 2%;
            right: 37%;
        }

        .dice-1 {
            bottom: 14%;
            right: 58%;
        }

        .dice-2-on-game {
            bottom: 0;
            right: -20px;
        }
    }

    @media (max-width:425px) {
        .saba-gate-thumbnail {
            width: 100%;
        }
    }
    /**************** end for saba game ****************/


    /*
    #########################################################################
        GAME SLIDER
    #########################################################################
*/
    .game-slide-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .gamesSlider {
        /*height: 421px;*/
        overflow: hidden;
    }

    .game-logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .text-mobile {
        display: none;
    }
    /*
    AIR FIGHTER
*/
    .airfighter-slide {
        height: 421px;
        position: relative;
        background-color: #f6cd03;
    }

    .whiteBody .airfighter-slide {
        height: 421px;
        position: relative;
        background-color: #024318;
    }

    .airfighter-bg {
        position: absolute;
    }

    .airfighter-logo {
        position: absolute;
        top: 2%;
        z-index: 1;
    }

        .airfighter-logo img {
            animation: upanddown 5s infinite 1s;
        }

    .clouds {
        position: absolute;
        bottom: -10%;
        right: 12%;
    }

        .clouds img {
            animation: upanddown 5s infinite 3s;
        }

    .big-plane {
        position: absolute;
        bottom: -16%;
        right: -18%;
        z-index: 1;
    }

        .big-plane img {
            animation: upanddown 3.8s infinite 1s;
        }

    .explosion-right {
        position: absolute;
        top: 4%;
        right: -12%;
        z-index: 1;
    }

        .explosion-right img {
            animation: upanddown 3s infinite 1s;
        }

    .missile-trace-right {
        position: absolute;
        top: 17%;
        right: 9%;
        z-index: 1;
    }

        .missile-trace-right img {
            animation: onOff 6s infinite 1s;
        }

    .explosion-left {
        position: absolute;
        bottom: -10%;
        left: -9%;
    }

        .explosion-left img {
            animation: upanddown 3.4s infinite 1.5s;
        }

    .missile-trace-left {
        position: absolute;
        bottom: 13%;
        left: 11%;
    }

        .missile-trace-left img {
            animation: onOff 4.5s infinite 1s;
        }

    .small-plane {
        position: absolute;
        top: 4%;
        left: -9%;
    }

        .small-plane img {
            animation: upanddown 3.7s infinite 1s;
        }

    img.no-logo {
        margin-top: 15%;
    }

    .text-desktop {
        text-align: center;
    }

        .text-desktop img {
            display: inline-block;
        }
    /*
    FISHERMEN GOLD
*/
    .fishermen-gold-slide {
        height: 421px;
        position: relative;
        background-color: #f6cd03;
    }

    .whiteBody .fishermen-gold-slide {
        height: 421px;
        position: relative;
        background-color: #024318;
    }

    .fishermen-bg {
        position: absolute;
    }

    .coral-left {
        position: absolute;
        bottom: 7%;
        left: 0%;
    }

        .coral-left img {
            animation: upanddown 3.7s infinite 1s;
        }

    .coral-right {
        position: absolute;
        bottom: 7%;
        right: 0%;
    }

        .coral-right img {
            animation: upanddown 3.4s infinite 1s;
        }

    .fish-gold {
        position: absolute;
        bottom: 11%;
        left: 12%;
        z-index: 2;
    }

        .fish-gold img {
            animation: upanddown 3.6s infinite 1.5s;
        }

    .fish-grey {
        position: absolute;
        bottom: 27%;
        right: 19%;
        z-index: 1;
    }

        .fish-grey img {
            animation: upanddown 3s infinite 1.2s;
        }

    .fish-black {
        position: absolute;
        top: 4%;
        right: 12%;
    }

        .fish-black img {
            animation: upanddown 3.4s infinite 1.5s;
        }

    .fish-violet {
        position: absolute;
        top: 21%;
        left: 25%;
        z-index: 1;
    }

        .fish-violet img {
            animation: upanddown 3.3s infinite 1s;
        }

    .small-bubble-left {
        position: absolute;
        top: 6%;
        left: 15%;
    }

        .small-bubble-left img {
            animation: upanddown 3.2s infinite 1.4s;
        }

    .big-bubble-left {
        position: absolute;
        top: 16%;
        left: 5%;
    }

        .big-bubble-left img {
            animation: upanddown 2.9s infinite 1.2s;
        }

    .big-bubble-right {
        position: absolute;
        top: 12%;
        right: 3%;
    }

        .big-bubble-right img {
            animation: upanddown 3.1s infinite 1.3s;
        }

    .small-bubble-right {
        position: absolute;
        top: 25%;
        right: 7%;
    }

        .small-bubble-right img {
            animation: upanddown 3.4s infinite 1.5s;
        }

    .super-bubble-right img {
        animation: upanddown 3.4s infinite 1.5s;
    }
    /*
     FISHING KING
*/
    .fishing-king-slide {
        height: 421px;
        position: relative;
        background-color: #f6cd03;
    }

    .whiteBody .fishing-king-slide {
        height: 421px;
        position: relative;
        background-color: #024318;
    }

    .seaweed-left {
        position: absolute;
        bottom: 8%;
        left: 4%;
    }

        .seaweed-left img {
            animation: upanddown 5s infinite 1s;
        }

    .seaweed-right {
        position: absolute;
        bottom: 8%;
        right: 8%;
    }

        .seaweed-right img {
            animation: upanddown 3.8s infinite 1s;
        }

    .fishing-shark {
        position: absolute;
        top: 12%;
        left: 13%;
    }

        .fishing-shark img {
            animation: upanddown 3s infinite 1s;
        }

    .fish-bubble {
        position: absolute;
        top: 7%;
        right: 15%;
    }

        .fish-bubble img {
            animation: upanddown 3.1s infinite 1.5s;
        }

    .pout-fish {
        position: absolute;
        top: 32%;
        right: 32%;
    }

        .pout-fish img {
            animation: upanddown 3s infinite 1.2s;
        }

    .oh-fish {
        position: absolute;
        bottom: 10%;
        right: 10%;
    }

        .oh-fish img {
            animation: upanddown 3.6s infinite 1.5s;
        }

    .bubble-pearl-1 {
        position: absolute;
        top: 30%;
        left: 7%;
    }

        .bubble-pearl-1 img {
            animation: upanddown 3.3s infinite 1.3s;
        }

    .bubble-pearl-2 {
        position: absolute;
        bottom: 16%;
        left: 29%;
    }

        .bubble-pearl-2 img {
            animation: upanddown 3.5s infinite 1.4s;
        }

    .bubble-pearl-3 {
        position: absolute;
        bottom: 39%;
        right: 9%;
    }

        .bubble-pearl-3 img {
            animation: upanddown 3.7s infinite 1.6s;
        }

    .game-slide-container > .col-md-6, .game-slide-container > .col-md-5, .game-slide-container > .col-md-7 {
        height: 423px;
        padding-top: 1%;
        text-align: center;
    }

    @keyframes onOff {
        10%,30%,50%,70%,90% {
            opacity: 0;
        }

        20%,40%,60%,80%,100% {
            opacity: 1;
        }
    }

    /*
    #########################################################################
        END OF GAME SLIDER
    #########################################################################
*/
    @media (max-width:768px) {
        .airfighter-slide {
            background: red url(../images/casino/games/landing-page/air-fighter-mobile.jpg) center top no-repeat;
            height: 423px;
            position: relative;
            background-color: #f6cd03;
        }

        .fishermen-gold-slide {
            background: red url(../images/casino/games/landing-page/fishermen-gold-mobile.jpg) center top no-repeat;
            height: 423px;
            position: relative;
            background-color: #f6cd03;
        }

        .fishing-king-slide {
            background: red url(../images/casino/games/landing-page/fishing-king-mobile.jpg) center top no-repeat;
            height: 423px;
            position: relative;
            background-color: #f6cd03;
        }

        .game-slide-container > .col-md-6 {
            height: auto;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0,0,0,0.9);
            text-align: center;
            padding: 20px;
        }

            .game-slide-container > .col-md-6:nth-child(1) {
                display: none;
            }

                .game-slide-container > .col-md-6:nth-child(1) img {
                    display: none;
                }

        img.no-logo {
            margin-top: 0;
        }

        .game-logo {
            display: none;
        }

        .text-desktop {
            display: none;
        }

        .text-mobile {
            display: block;
        }

        .gamesSlider .slider-btn {
            display: none;
        }

        .airplane-2 {
            z-index: 0 !important;
        }

        .sideWidgetInfo {
            display: none;
        }

        /*.forslider {
        display: none;
    }*/

        .cover {
            display: none !important;
        }

        .cover-mobile {
            left: 12px;
            color: #fff;
            text-align: center;
            border-radius: 0 0 21px 21px;
            width: 94%;
            bottom: 10px;
            position: absolute;
            z-index: 2;
            background-color: rgba(0,0,0,.8);
            padding-bottom: 30px;
        }

            .cover-mobile p {
                margin: 30px;
            }
    }

    @media (max-width:425px) {
        .thumbgame-mobile > .thumbgame {
            transform: scale(0.9);
        }

        .air-fighter-bg, .fishermen-gold-bg, .fishing-king-bg {
            background-size: 110%;
        }

        .air-fighter-thumbnail > .cover, .fishermen-gold-thumbnail > .cover, .fishing-king-thumbnail > .cover {
            width: 380px !important;
            bottom: 7px !important;
            padding: 35px;
        }

        .gold-money-fish {
            z-index: 0 !important;
        }

        .airplane-1 {
            transform: scale(0.7);
        }
    }

    @media (max-width:414px) {
        .game-slide-container > .col-md-6 img {
            width: 100%;
        }
    }

    @media (max-width:375px) {
        .air-fighter-thumbnail > .cover, .fishermen-gold-thumbnail > .cover, .fishing-king-thumbnail > .cover {
            width: 359px !important;
            bottom: 19px !important;
            padding: 35px;
        }

        .thumbgame-mobile > .thumbgame {
            margin-top: -80px;
        }

        .cover-mobile {
            left: 9px !important;
            bottom: 30px !important;
        }
    }

    @media (max-width:320px) {
        .air-fighter-thumbnail > .cover, .fishermen-gold-thumbnail > .cover, .fishing-king-thumbnail > .cover {
            width: 308px !important;
            bottom: 51px !important;
            padding: 35px;
        }

        .airplane-2 {
            left: 13% !important;
        }

        .airplane-3 {
            left: 51% !important;
        }

        .gold-money-fish {
            left: 12% !important;
        }

        .splash {
            left: 51% !important;
            top: 74% !important;
        }

        .rocket {
            left: 0% !important;
            top: 69% !important;
        }

        .shark {
            left: 8% !important;
        }

        .seaweed-1, .seaweed-2 {
            top: 62% !important;
        }

        .cover-mobile {
            bottom: 60px !important;
        }
    }
    /*
    #########################################################################
        GAME LISTS
    #########################################################################
*/
    .gameLayoutContainer {
        background: #052819 url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/game-newbg.jpg) top center no-repeat;
        background-size: cover;
    }

    .whiteBody .gameLayoutContainer {
        background: #151515 url(../../../cdn.hanwei1234.com/Content/images/casino/games/landing-page/game-newbg-black.jpg) top center no-repeat;
        background-size: cover;
    }

    .wrapGamesContainer {
        max-width: 1200px;
        margin: 0 auto;
    }

    .games-container {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 15px;
    }

    .ten-fishing-thumbnail, .fishermen-gold-thumbnail, .fishing-king-thumbnail {
        width: 397px;
        height: 476px;
        position: relative;
        display: block;
        margin: 0 auto;
        transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        margin-bottom: 50px;
        transform: scale(.95);
        cursor: pointer;
    }

    .ten-fishing-thumbnail {
        width: 100%;
        transform: unset;
    }

        .ten-fishing-thumbnail:hover .cover, .fishermen-gold-thumbnail:hover .cover, .fishing-king-thumbnail:hover .cover {
            height: 215px;
            padding: 75px 0;
            z-index: 1;
        }

        .ten-fishing-thumbnail > .cover, .fishermen-gold-thumbnail > .cover, .fishing-king-thumbnail > .cover {
            display: block;
            position: absolute;
            text-align: center;
            color: #fff;
            bottom: 9px;
            left: 50%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            background-color: rgba(0,0,0,0.702);
            border-radius: 1px 1px 20px 20px;
            width: 375px;
            height: 0;
            overflow: hidden;
            transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -webkit-transition: all 200ms linear;
        }

        .ten-fishing-thumbnail .cover,
        .ten-fishing-thumbnail:hover .cover {
            width: 1130px;
        }

    .cover a {
        color: #ffffff;
    }

    .cover-mobile {
        display: none;
    }

    .game-btn {
        display: block;
        max-width: 120px;
        margin: 0 auto 10px;
        background: none;
        color: #fee71b;
        font-size: 12px;
        padding: 10px 0;
        border: 1px solid #fee71b;
        border-radius: 3px;
        transition: all 1s ease;
        z-index: 999;
    }

        .game-btn > button {
            width: 100%;
            border: none;
            background: none;
            display: block;
        }

        .game-btn:hover {
            background: #fee71b;
            color: #000;
            background-image: linear-gradient(to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6);
        }

    .game-btn2 {
        margin-top: 0.6em;
    }

        .game-btn2 > button {
            background: none;
            border: none;
            padding: 0;
        }

    /*/*=======================================================
10 Fishing
=======================================================*/


    .ten-fishing {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-10-fishing/web-games-10-fishing-en.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(vi-VN) .ten-fishing {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-10-fishing/web-games-10-fishing-vn.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(th-TH) .ten-fishing {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-10-fishing/web-games-10-fishing-th.webp') no-repeat top center;
        background-size: auto;
    }


    /*/*=======================================================
Lustrous Ocean
=======================================================*/


    html:lang(en-US) .lustrous-ocean {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-lustrous-ocean/web-games-lustrous-ocean-2024-en.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(vi-VN) .lustrous-ocean {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-lustrous-ocean/web-games-lustrous-ocean-2024-vn.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(th-TH) .lustrous-ocean {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-lustrous-ocean/web-games-lustrous-ocean-2024-th.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(zh-CN) .lustrous-ocean {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-lustrous-ocean/web-games-lustrous-ocean-2024-cn.webp') no-repeat top center;
        background-size: auto;
    }


    /*/*=======================================================
Fisherman Gold
=======================================================*/


    html:lang(en-US) .fishermen-gold {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-fishermen-gold/web-games-fishermen-gold-2024-en.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(vi-VN) .fishermen-gold {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-fishermen-gold/web-games-fishermen-gold-2024-vn.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(th-TH) .fishermen-gold {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-fishermen-gold/web-games-fishermen-gold-new-2024-th.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(zh-CN) .fishermen-gold {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-fishermen-gold/web-games-fishermen-gold-2024-cn.webp') no-repeat top center;
        background-size: auto;
    }

    /*/*=======================================================
Saba Game
=======================================================*/

    html:lang(vi-VN) .game-saba {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-saba/web-games-saba-2024-vn.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(en-US) .game-saba {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-saba/web-games-saba-2024-en.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(zh-CN) .game-saba {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-saba/web-games-saba-2024-cn.webp') no-repeat top center;
        background-size: auto;
    }

    html:lang(th-TH) .game-saba {
        background: url('https://cdn.hanwei1234.com/Content/images/slider/games-saba/web-games-saba-2024-th.webp') no-repeat top center;
        background-size: auto;
    }


    /************************ LOTROUS OCEAN GOLD ************************/
    .lotrousOcean-bg {
        background-image: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/deskthumb-lustrous-ocean.webp);
        background-position: center;
        background-repeat: no-repeat;
    }

    html:lang(zh-CN) .lotrousOcean-bg {
        background-image: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/deskthumb-lustrous-ocean-cn.webp);
    }

    .bubble-1 {
        position: absolute;
        top: 28%;
        left: 1%;
    }

        .bubble-1 img {
            animation: upanddown 5s infinite 2s;
        }

    .bubble-2 {
        position: absolute;
        top: 34%;
        left: 6%;
    }

        .bubble-2 img {
            animation: upanddown 7s infinite 1s;
        }

    .bubble-3 {
        position: absolute;
        top: 33%;
        left: 89%;
    }

        .bubble-3 img {
            animation: upanddown 8s infinite 3s;
        }

    .ocean-girl {
        position: absolute;
        top: 27%;
        left: 8%;
        z-index: 1;
    }

        .ocean-girl img {
            animation: upanddown 6s infinite 1s;
            max-height: 380px;
        }

    .black-dolphin-fish {
        position: absolute;
        top: 41%;
        left: 7%;
    }

        .black-dolphin-fish img {
            animation: upanddown 5s infinite 1.7s;
        }

    .seaweed-1 {
        position: absolute;
        top: 71%;
        left: -3%;
        z-index: 2;
    }

        .seaweed-1 img {
            animation: upanddown 6s infinite 2s;
        }

    .seaweed-2 {
        position: absolute;
        top: 71%;
        left: 81%;
        z-index: 2;
    }

        .seaweed-2 img {
            animation: upanddown 6s infinite 3.5s;
        }

    /************************ 10 FISHING ************************/
    .ten-fishing-bg {
        background-image: url(../images/games/ten-fishing/deskthumb-10-fishing-lg.png);
        background-position: center bottom -10px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .ten-fish-logo-obj {
        display: none;
    }

    .ten-fish-diamond-obj {
        position: absolute;
        top: 160px;
        left: -25px;
        z-index: 2;
    }

        .ten-fish-diamond-obj img {
            animation: upanddown 5s infinite 1s;
        }

    .ten-fish-octopus-obj {
        position: absolute;
        bottom: 15px;
        left: -10px;
        z-index: 2;
    }

        .ten-fish-octopus-obj img {
            animation: upanddown 5s infinite 2s;
        }

    .ten-fish-coin-obj {
        position: absolute;
        bottom: -10px;
        left: 40%;
    }

        .ten-fish-coin-obj img {
            animation: upanddown 4s infinite 2s;
        }

    .ten-fish-coin2-obj {
        position: absolute;
        bottom: 30px;
        right: 20px;
        z-index: 2;
    }

        .ten-fish-coin2-obj img {
            animation: upanddown 4s infinite 1s;
        }

    @media (max-width: 1230px) {
        .ten-fishing-thumbnail .cover,
        .ten-fishing-thumbnail:hover .cover {
            width: 96%;
        }
    }

    @media (max-width: 991px) {
        .ten-fishing-thumbnail .cover,
        .ten-fishing-thumbnail:hover .cover {
            bottom: 5px;
            left: 50%;
        }

        .ten-fishing-thumbnail {
            width: 397px;
        }

        .ten-fishing-bg {
            background-image: url(../images/games/ten-fishing/deskthumb-10-fishing.png);
            background-position: left -34px bottom -4px;
            background-size: 113% 102%;
        }

        .ten-fish-logo-obj {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
        }
    }

    /************************ FISHERMEN GOLD ************************/
    .fishermen-gold-bg {
        background-image: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/fisherman-gold-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
    }

    html:lang(zh-CN) .fishermen-gold-bg {
        background-image: url(https://www.fb88tai.com/Content/images/casino/games/landing-page/fisherman-gold-bg-CN.webp);
    }

    .bubble-1 {
        position: absolute;
        top: 28%;
        left: 1%;
    }

        .bubble-1 img {
            animation: upanddown 5s infinite 2s;
        }

    .bubble-2 {
        position: absolute;
        top: 34%;
        left: 6%;
    }

        .bubble-2 img {
            animation: upanddown 7s infinite 1s;
        }

    .bubble-3 {
        position: absolute;
        top: 33%;
        left: 89%;
    }

        .bubble-3 img {
            animation: upanddown 8s infinite 3s;
        }

    .gold-money-fish {
        position: absolute;
        top: 32%;
        left: 21%;
        z-index: 1;
    }

        .gold-money-fish img {
            animation: upanddown 6s infinite 1s;
        }

    .black-dolphin-fish {
        position: absolute;
        top: 41%;
        left: 7%;
    }

        .black-dolphin-fish img {
            animation: upanddown 5s infinite 1.7s;
        }

    .seaweed-1 {
        position: absolute;
        top: 71%;
        left: -3%;
        z-index: 2;
    }

        .seaweed-1 img {
            animation: upanddown 6s infinite 2s;
        }

    .seaweed-2 {
        position: absolute;
        top: 71%;
        left: 81%;
        z-index: 2;
    }

        .seaweed-2 img {
            animation: upanddown 6s infinite 3.5s;
        }
    /************************ FISHING KING ************************/
    .fishing-king-bg {
        background-image: url(../images/casino/games/landing-page/fishing-king-bg.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    html:lang(zh-CN) .fishing-king-bg {
        background-image: url(../images/casino/games/landing-page/fishing-king-bg-CN.png);
    }

    .shark {
        position: absolute;
        top: 38%;
        left: 13%;
    }

        .shark img {
            animation: upanddown 4s infinite -4s;
        }

    .clown-fish {
        position: absolute;
        top: 52%;
        left: 14%;
    }

        .clown-fish img {
            animation: upanddown 5s infinite 2s;
        }

    .rocket {
        position: absolute;
        top: 77%;
        left: 3%;
        z-index: 2;
    }

        .rocket img {
            animation: upanddown 6s infinite 3s;
        }

    .splash {
        position: absolute;
        top: 80%;
        left: 65%;
        z-index: 2;
    }

        .splash img {
            animation: upanddown 5s infinite 7s;
        }

    @keyframes upanddown {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-15px);
        }

        100% {
            transform: translateY(0px);
        }
    }
    /*
    #########################################################################
        END OF GAME LISTS
    #########################################################################
*/
    @media (max-width: 1024px) {
        .thumbgame-mobile {
            width: 100%;
            display: block;
        }

        .game-btn2 {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .air-fighter-thumbnail > .cover, .fishermen-gold-thumbnail > .cover, .fishing-king-thumbnail > .cover {
            height: 150px;
            bottom: 8px;
            padding: 35px;
        }
    }

    @media (max-width: 375px) {
        .thumbgame-mobile {
            width: 100%;
            display: contents;
        }

            .thumbgame-mobile > .thumbgame {
                display: flex;
            }
    }

    /*
    #########################################################################
        GAME INFO
    #########################################################################
*/
    .sideWidgetInfo {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 500px;
        background: rgba(0,0,0,0.9);
        color: #fff;
        z-index: 99999999;
        padding: 0 20px 20px 20px;
    }

        .sideWidgetInfo .sideWidgetInfoClose {
            text-align: right;
        }

            .sideWidgetInfo .sideWidgetInfoClose a {
                color: #fff;
                font-weight: bold;
                font-size: 25px;
            }

    .sideWidgetInfoContent {
        height: calc(100% - 40px);
    }

    .sideWidgetInfoSlider div {
        height: 270px;
    }

        .sideWidgetInfoSlider div img {
            width: 100%;
            height: auto;
        }

    #sideWidgetInfoPager {
        margin: 0px 5px;
    }

        #sideWidgetInfoPager a {
            max-width: 146px;
            height: auto;
            display: inline-block;
            opacity: .5;
        }

            #sideWidgetInfoPager a.active {
                border: 2px solid #fff;
                opacity: 1;
            }

            #sideWidgetInfoPager a img {
                max-width: 100%;
                width: 100%;
                height: auto;
                cursor: pointer;
            }

    .sideWidgetInfoText {
        margin-top: 20px;
    }

    .sideWidgetnfoTitle {
        margin: 0;
        padding: 0;
    }

    .sideWidgetInfoTitle span {
        text-decoration: underline;
        letter-spacing: 2px;
    }

    .sideWidgetInfoContext {
        line-height: 30px;
        font-size: 16px;
        font-weight: normal;
        margin-top: 20px;
    }

    .sideWidgetInfobtnSection {
        margin-top: 30px;
        text-align: center;
    }

        .sideWidgetInfobtnSection .btnPlaynowGameInfo {
            border: 1px solid #ffde00;
            background: none;
            padding: 10px;
            color: #ffde00;
            width: 100%;
            border-radius: 5px;
            font-size: 18px;
            transition: all 1s ease;
            margin-bottom: 10px;
        }

            .sideWidgetInfobtnSection .btnPlaynowGameInfo:hover {
                color: #000;
                background: #ffde00;
                background-image: linear-gradient(to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6);
            }


            .sideWidgetInfobtnSection .btnPlaynowGameInfo + .btnPlaynowGameInfo {
                border: 1px solid #01633c;
                color: #fff;
            }

            .sideWidgetInfobtnSection .btnPlaynowGameInfo + .btnPlaynowGameInfo {
                border: 1px solid #01633c;
                color: #fff;
                padding: 5px;
            }

                .sideWidgetInfobtnSection .btnPlaynowGameInfo + .btnPlaynowGameInfo:hover {
                    background: #01633c;
                    background-image: linear-gradient(to right bottom,#048e6a,#0a8a64,#0e865e,#128259,#157e53,#1e8653,#288d52,#339551,#4aaa53,#64bf54,#80d452,#9ee84f);
                }

    .slick-slide.slick-current.slick-active.slick-center {
        border-bottom: 5px solid #fff;
    }

    .sideWidgetInfoPager div.img img {
        height: 70px;
        width: 118px;
        overflow: hidden;
    }


    .sideWidgetInfo .sp-selected-thumbnail {
        border: 2px solid #fff;
    }

    /***** SLIDER BUTTON ****/
    .slider-btn {
        color: #fee71b;
        font-family: 'Roboto',sans-serif;
        font-weight: bold;
        font-size: 20px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        text-align: center;
        letter-spacing: 0;
        background: none;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        transition: all 1s ease;
        border: 1px solid #fee71b;
        border-radius: 5px;
    }

        .slider-btn:hover, .slider-btn:focus {
            color: #2b2700;
            background: #fee71b;
            background-image: linear-gradient(to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6);
        }

    .blackBody .slider-btn {
        color: #005021;
        border: 1px solid #005021;
    }

        .blackBody .slider-btn:hover, .blackBody .slider-btn:focus {
            color: #fff;
            background: #00a539;
            border: 1px solid #00a539;
            background-image: linear-gradient(to right bottom,#048e6a,#0a8a64,#0e865e,#128259,#157e53,#1e8653,#288d52,#339551,#4aaa53,#64bf54,#80d452,#9ee84f);
        }
