/* ---------------------------------------------------
    FONT
----------------------------------------------------- */

@font-face {
    font-family: 'DB Helvethaica X 45 Li';
    src: url('../fonts/DBHelvethaicaX-45Li.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-45Li.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DB Helvethaica X 55';
    src: url('../fonts/DBHelvethaicaX-55Regular.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-55Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Helvethaica X 75 Bd';
    src: url('../fonts/DBHelvethaicaX-75Bd.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------------
    GENERAL STYLE
----------------------------------------------------- */

html {
    font-size: 10px;
}

body {
    font-family: 'DB Helvethaica X 45 Li';
    /* background-image: url(../images/bg-main.webp);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;*/
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DB Helvethaica X 75 Bd';
}

marquee {
    position: relative;
    z-index: 99;
    border: none;
    background: rgba(255, 255, 255, .1);
    font-size: 2.2rem;
    /*	margin: 0 15px;*/
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.ot-page {
    background-image: url(../images/games-bg.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.st-section {
    padding: 80px 0;
}

.heading-section {
    margin-bottom: 30px;
}

.heading-section h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
}

.heading-section h2 {
    font-size: 4.8rem;
    color: #ffffff;
}

.content-divider {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.line-divider {
    width: 100%;
    height: 1px;
    margin: 60px 0;
    display: block;
    background: #333333;
}

.main-header {
    padding: 20px 0;
    /*    background: rgb(158, 0, 0);
    background: linear-gradient(180deg, rgba(158, 0, 0, 1) 0%, rgba(179, 0, 0, 1) 50%, rgba(158, 0, 0, 1) 100%);
    box-shadow: 1px 2px 5px #000;*/
}

.desktop-nav {
    background: #000;
    z-index: 9;
    position: relative;
    width: 100%;
}

.ot-bd > .desktop-nav {
    position: relative !important;
    background: #000;
}

.ot-bd marquee {
    background: rgba(255, 255, 254, 0.1);
}

.ot-bd .st-section {
    background-image: url(../images/games-bg.webp);
    background-size: cover;
    background-position: center center;
}

.navbar {
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar a {
    color: #ffffff;
}

.navbar-brand img {
    max-width: 100px;
}


.nav-link {
    padding: 10px 15px !important;
    font-family: 'DB Helvethaica X 75 Bd';
}

.nav-link:hover {
    color: #f7d79b;
}

.nav-link .btn {
    padding: 0;
    background: none;
}

.nav-dt .nav-item {
    border-radius: 0 0 16px 16px;
    margin-right: 10px;
}

.nav-dt .nav-item:last-child {
    margin-right: 0;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.antiCls {
    visibility: hidden;
}

.banner-mb {
    display: none;
}

.cvpage {
    margin-bottom: 30px;
}

.cvpage-img {
    /* background-image: url(../images/games-bg.webp);
    background-size: cover;
    background-position: left bottom;*/
    background: #3b0400;
    padding: 40px 0;
    color: #fff;
}

.cvpage h1 {
    color: #fff;
    font-size: 4.8rem;
}

.breadcrumb-dt {
    text-align: center;
    font-size: 2.2rem;
}

.breadcrumb-dt a {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

.breadcrumb-dt a:hover {
    opacity: 0.6;
}

.breadcrumb-dt p {
    display: inline-block;
    color: #f7d79b;
    margin-bottom: 0;
}

.breadcrumb-dt a:first-child {
    margin-left: 0;
}

.breadcrumb-dt p {
    display: inline-block;
    margin-left: 10px;
}

.breadcrumb-ct {
    margin-bottom: 15px;
}

.breadcrumb-ct a {
    color: #333;
}

.pagination {
    justify-content: center;
}

.page-link {
    color: #fff;
    font-family: 'DB Helvethaica X 75 Bd';
    background: #175a3e;
    border: none;
    border-radius: 4px !important;
    padding: 0.7rem 1.2rem;
    margin: 0 2px;
    font-size: 1.6rem;
}

.page-link:hover {
    background: #07e186;
    color: #175a3e;
}

.page-link-active {
    background: #07e186;
    color: #175a3e;
    font-family: 'DB Helvethaica X 75 Bd';
    border-radius: 4px;
}

.page-link-active:hover {
    background: #07e186;
    color: #175a3e;
}

.page-link .fa {
    font-size: 1.4rem;
}


/* ---------------------------------------------------
    BUTTON STYLE
----------------------------------------------------- */

.btn {
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    font-size: 2rem;
    font-family: 'DB Helvethaica X 75 Bd';
}

.btn-main {
    background: rgb(117, 77, 37);
    background: -moz-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#754d25", endColorstr="#754d25", GradientType=1);
    border-radius: 64px;
    color: #333333 !important;
}

.btn-main:hover {
    color: #333333 !important;
    border: 1px solid #754d25;
}

.btn-circle {
    background: #6C0007;
    border-radius: 64px;
    display: inline-block;
    margin-left: 15px;
    width: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.btn-circle img {
    margin-top: -2px;
}

.btn-line {
    padding: 10px 30px;
    border-radius: 64px;
    background: #30C100;
    color: #ffffff;
}

.btn-line:hover {
    color: #ffffff;
}

.btn-outline {
    background: none;
    border-radius: 64px;
    border: 1px solid #754d25;
    color: #ffffff !important;
}

.btn-outline:hover {
    background: rgb(117, 77, 37);
    background: -moz-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#754d25", endColorstr="#754d25", GradientType=1);
    color: #754d25 !important;
}

/* ---------------------------------------------------
    OWL
----------------------------------------------------- */

.banner-dt {
    position: relative;
    top: 0;
    width: 100%;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.main-content .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.main-content .icon-arrow {
    max-width: 32px;
}



.main-content1 {
    position: relative;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content1 button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.main-content1 .owl-dots {
    margin-top: 30px;
}

.main-content1 .icon-arrow {
    max-width: 32px;
}


/* ---------------------------------------------------
    DROPDOWN
----------------------------------------------------- */

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    background-color: #000000;
    border: 1px solid;
}

.dropdown-item {
    color: #fff;
    font-size: 2.2rem;
    min-width: 160px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #333;
    text-decoration: none;
    background: rgb(117, 77, 37);
    background: -moz-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    background: linear-gradient(180deg, rgba(117, 77, 37, 1) 0%, rgba(255, 224, 163, 1) 50%, rgba(117, 77, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#754d25", endColorstr="#754d25", GradientType=1);
}

.dropdown-toggle::after {
    position: relative;
    top: 4px;
    left: 5px;
}

/* ---------------------------------------------------
    CASINO
----------------------------------------------------- */

.casino-section {
    background: #0e3678;
}

.casino-item {
    text-align: center;
}

.casino-item img {
    margin-bottom: 15px;
}

.casino-item h3 {
    margin-bottom: 5px;
    font-size: 2rem;
}

/* ---------------------------------------------------
    CATEGORY
----------------------------------------------------- */

/*category*/

.category-section {
    padding: 15px 0;
    background: #CE2912;
}

.category-container {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.category-container li {
    display: inline-block;
    width: 19.68%;
    text-align: center;
}

.category-container li a {
    color: #ffffff;
}

.category-container li a img {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0px);
}

.category-container li a img:hover {
    transform: translateY(5px);
}

.category-container li a h3 {
    font-size: 2.2rem;
}

.row-category-mb {
    display: none;
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

.footer-section {
    padding: 80px 0;
    background: #000000;
    border-top: 1px solid #333;
}

.footer-logo img {
    max-width: 100px;
}

.footer-logo p {
    margin-bottom: 15px;
}

.footer-logo p:last-child {
    margin-bottom: 0;
}

.footer-nav ul {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer-nav ul li a {
    color: #ffffff;
    font-family: 'DB Helvethaica X 75 Bd';
}

.footer-nav ul li:first-child {
    margin-left: 0;
}

.row-line-mb {
    display: none;
}

/* ---------------------------------------------------
    OWL
----------------------------------------------------- */

.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #FFDC42;
}

/* ---------------------------------------------------
    BG
----------------------------------------------------- */

.about-section {
    padding: 0;
    background-image: url(../images/about-bg.webp);
    background-size: cover;
    background-position: center center;
}

.about-right .heading-section {
    margin-bottom: 15px;
}

/* ---------------------------------------------------
    PROMOTION
----------------------------------------------------- */

.promotion-item img {
    border-radius: 16px;
}

/* ---------------------------------------------------
    GAMES
----------------------------------------------------- */

.games-section {
    background-image: url(../images/games-bg.webp);
    background-size: cover;
    background-position: center center;
}

.game-item {
    position: relative;
    width: 50%;
}

.game-item img {
    border-radius: 16px;
}

.games-item {
    position: relative;
    width: 100% !important;
}

.games-item img {
    border-radius: 8px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border: 1px solid #101b34;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.game-item:hover {
    cursor: pointer;
}

.game-item:hover .image {
    opacity: 0.5;
    cursor: pointer;
    border: 1px solid #FFE346;
}

.game-item:hover .middle {
    opacity: 1;
    cursor: pointer;
}

.middle-container {
    width: 100%;
    height: 100%;
    background: red;
}

.text {
    border-radius: 32px;
    color: #9a1502 !important;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-weight: 700;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    min-width: 150px;
}

.text:hover {
    color: #9a1502 !important;
}

.row-games-mb {
    display: none;
}

/* ---------------------------------------------------
    MOBILE
----------------------------------------------------- */

#mobile-nav {
    display: none;
}


/* ---------------------------------------------------
    TAGS
----------------------------------------------------- */


.nav-tag {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.nav-tag li {
    display: inline-block;
    margin-bottom: 15px;
    color: #000;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 5px;
}

.nav-tag li:first-child {
    margin-left: 0;
}

.nav-tag li a {
    padding: 5px 30px;
    background: #666666;
    border-radius: 32px;
    color: #ffffff;
}

.copyright-container {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #333333;
}

/* ---------------------------------------------------
    TABS
----------------------------------------------------- */

.tabs {
    max-width: 100%;
    margin: 0 auto
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#tab-button li {
    display: table-cell;
    width: 20%
}

#tab-button li a {
    display: block;
    padding: .5em;
    /*background: #6c0007;*/
    text-align: center;
    color: #fff;
    text-decoration: none
}

#tab-button li:not(:first-child) a {
    border-left: none
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom: 1px solid #000000;
    border-radius: 16px 16px 0 0;
    background: #6c0007;
    color: #fff
}

#tab-button img {
    display: block;
    margin: 0 auto;
    max-width: 160px
}

.tab-contents {
    padding: 30px;
    background: #6c0007;
    border-radius: 0 0 16px 16px
}

.tab-contents p {
    margin-bottom: 0
}

.tab-button-outer {
    display: none
}

.tab-contents {
    margin-top: 20px
}

.tab-select-outer select {
    width: 100%
}

@media screen and (min-width:768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block
    }

    .tab-select-outer {
        display: none
    }

    .tab-contents {
        position: relative;
        margin-top: 0
    }
}

.game-item {
    position: relative;
    width: 50%
}

.games-item {
    position: relative;
    width: 100% !important;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border: 1px solid #ffe346;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.game-item:hover {
    cursor: pointer
}

.game-item:hover .image {
    opacity: .5;
    cursor: pointer;
    border: 1px solid #ffe346
}

.game-item:hover .middle {
    opacity: 1;
    cursor: pointer
}

.middle-container {
    width: 100%;
    height: 100%;
    background: red
}

.text {
    background: rgb(193, 164, 60);
    background: -moz-linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    background: linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1a43c", endColorstr="#c1a43c", GradientType=1);
    border-radius: 32px;
    color: #333333 !important;
    font-size: 2.2rem;
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-family: 'DB Helvethaica X 75 Bd';
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5);
    min-width: 150px
}

.text:hover {
    background: rgb(193, 164, 60);
    background: -moz-linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    background: linear-gradient(180deg, rgba(193, 164, 60, 1) 0%, rgba(255, 250, 154, 1) 50%, rgba(193, 164, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1a43c", endColorstr="#c1a43c", GradientType=1);
    color: #333333 !important;
}

.activity-item img {
    margin-bottom: 15px;
    border-radius: 16px;
}

.activity-item h3 {
    font-size: 2.4rem;
}

.activity-item h3 a {
    font-size: 2.4rem;
    color: #ffffff;
}

.promotion-section {
    background-image: url(../images/promotion-bg.webp);
    background-size: cover;
    background-position: center center;
}

.howto-container {
    padding: 15px;
    background: rgb(231, 229, 230);
    background: linear-gradient(180deg, rgba(231, 229, 230, 1) 0%, rgba(132, 129, 126, 1) 100%);
    border-radius: 16px;
}

.howto-item img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.howto-detail {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #333333;
}

.howto-detail h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 2.4rem;
}

.howto-detail p {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

/* ---------------------------------------------------
    CERTIFICATES
----------------------------------------------------- */
.certificate-item img {
    border-radius: 16px;
}

/* ---------------------------------------------------
    PROMOTION
----------------------------------------------------- */
.promotion-section .heading-section {
    margin-bottom: 10px;
}

.table-promotion {
    width: 100%;
}

.table-promotion th {
    border: 1px solid #feea8f;
    background: #b10000;
    padding: 15px;
}

.table-promotion td {
    border: 1px solid #feea8f;
    background: #850a00;
    padding: 15px;
}

.articles-col-item h3 {
    font-size: 3rem;
    margin-top: 15px;
}

.articles-col-item img {
    max-width: 88px;
}

.about-right .heading-section h2 {
    line-height: 4.8rem;
}

.list-container ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width:1199px) {

    .category-container li {
        width: 19.61%;
    }

/*    .nav-btn .btn-outline {
        display: none;
    }*/

    .footer-games ul {
        width: 48%;
    }

    .text {
        min-width: 120px;
        padding: 10px 30px;
    }
}

@media (max-width:991px) {
    .nav-link {
        padding: 10px 5px !important;
    }

    .about-left {
        text-align: center;
    }

    .about-right {
        text-align: center !important;
        margin: 30px 0;
    }

    .about-right .heading-section {
        text-align: center !important;
    }

    .main-header {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-width: 80px;
    }

    .nav-dt .nav-item {
        margin-right: 5px;
    }

    .category-container li {
        width: 19.48%;
    }

    .main-content1 .icon-arrow {
        max-width: 24px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .promotion-main-section .content-divider {
        display: none;
    }

    .promotion-item {
        margin-bottom: 30px;
    }

    .promotion-item:last-child {
        margin-bottom: 0;
    }

    .certificate-section .content-divider {
        display: none;
    }

    .certificate-item {
        margin-bottom: 30px;
    }

    .certificate-item:last-child {
        margin-bottom: 0;
    }

    .tab-contents .content-divider {
        display: none;
    }

    .activity-main-section .content-divider {
        display: none;
    }

    .activity-item {
        margin-bottom: 30px;
    }

    .activity-item:last-child {
        margin-bottom: 0;
    }

    .promotion-section .content-divider {
        display: none;
    }

    .promotion-item {
        margin-bottom: 30px;
    }

    .row-games-dt {
        display: none;
    }

    .row-games-mb {
        display: block;
    }

    .howto-item img {
        max-width: 40px;
    }

    .howto-detail {
        margin-left: 5px;
    }

    .howto-detail h3 {
        font-size: 2rem;
        line-height: 2rem
    }

    .howto-detail p {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .games-item {
        margin-bottom: 30px;
    }

    .table-promotion-col {
        margin-bottom: 30px;
    }

    .articles-col-item {
        margin-bottom: 30px;
    }

    .articles-col-item:last-child {
        margin-bottom: 0;
    }

    .text .fa {
        display: none;
    }

    .row-game .content-divider {
        display: none;
    }

    .game-item {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .banner-dt {
        margin-top: 66px;
    }

    .main-content1 .owl-theme .custom-nav {
        top: 35%;
    }

    .owl-dots {
        bottom: 15px;
    }

    .nav-mb-container {
        position: absolute;
        right: 80px;
    }

    .nav-mb-container a {
        margin-right: 15px;
    }

    .nav-mb-container a:last-child {
        margin-right: 0;
    }

    .st-section {
        padding: 60px 0;
    }

    .desktop-nav {
        display: none;
    }

    #mobile-nav {
        display: block;
    }

    .navbar-mb-container {
        padding: 5px 15px;
        background: #000000;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
        border-bottom: 1px solid #f7d79b;
    }

    .navbar-toggler-icon {
        width: 2.5em;
        height: 2.5em;
    }

    marquee {
        position: relative;
        margin-top: 80px;
    }

    .cvpage {
        margin-top: 80px;
    }

    .row-category-dt {
        display: none;
    }

    .row-category-mb {
        display: block;
    }

    .category-container a h3 {
        color: #ffffff;
    }

    .footer-logo img {
        text-align: center;
        margin: 0 auto 30px;
        display: block;
    }

    .footer-nav ul {
        text-align: center;
    }

    .footer-nav ul li {
        margin-left: 15px;
    }

    .footer-section .content-divider {
        display: none;
    }

    .nav-tag-container p {
        text-align: center;
    }

    .howto-item img {
        max-width: 60px;
        margin: 0 auto 5px;
        display: block;
    }

    .howto-detail {
        text-align: center;
    }

    .text {
        padding: 10px 20px;
    }

    .tab-select-outer
}

@media (max-width:680px) {
    .main-content .owl-theme .custom-nav {
        top: 30%;
    }
}

@media (max-width:576px) {
    .banner-dt .content-divider {
        display: none;
    }

    .navbar-brand img {
        max-width: 80px;
    }

    .nav-mb-container .btn {
        padding: 5px 10px;
    }

    .nav-mb-container a {
        margin-right: 5px;
    }

    .nav-mb-container a:last-child {
        margin-right: 0;
    }

    .howto-row {
        display: none;
    }

    .text {
        padding: 10px 20px;
        min-width: 100px;
    }

    .heading-section h2 {
        font-size: 4rem;
    }

    /*	.banner-dt {
		display: none;
	}

	.banner-mb {
		display: block;
	}*/
    .banner-mb .container-fluid {
        padding: 0;
        margin: 0;
    }

    .owl-dots {
        bottom: 0;
    }

    .promotion-item img {
        width: 100%;
    }

    .row-games-mb .content-divider {
        display: none;
    }

    .games-item {
        margin-bottom: 30px;
    }

    .games-item:last-child {
        margin-bottom: 0;
    }

    .line-dt {
        display: none !important;
    }

    .row-line-mb {
        display: block;
        margin-bottom: 30px;
    }

    .games-item img {
        width: 100%;
    }

    .game-item {
        margin-bottom: 30px;
    }

    .main-content .owl-theme .custom-nav {
        top: 10%;
    }

    .main-content .owl-theme .custom-nav .owl-prev {
        left: 30px;
    }

    .main-content .owl-theme .custom-nav .owl-next {
        right: 30px;
    }

    marquee {
        position: relative;
        margin-top: 78px;
    }

    .cvpage {
        margin-top: 78px;
    }
}

@media (max-width:480px) {
/*    .nav-mb-container a:last-child {
        display: none;
    }*/
}

@media (max-width:400px) {
    .main-content1 .owl-theme .custom-nav {
        top: 0;
    }

    .main-content1 .owl-theme .custom-nav .owl-prev {
        left: 15px;
    }

    .main-content1 .owl-theme .custom-nav .owl-next {
        right: 15px;
    }
    .navbar-brand img {
        max-width: 60px;
  } 
    .banner-dt {
    margin-top: 77px;
  }
}
