@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 400;
    src: local("Battambang"), url(font/battambang.woff2);
    format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 700;
    src: local("Battambang Bold"), local("Battambang-Bold"), url(font/battambang-bold.woff2) format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*paginat*/

.table-responsive>.table-bordered {
    margin-bottom: 1px !important;
}

ul.pagination {
    /*display: inline-block;*/
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0;
}

ul.pagination>li {
    float: left;
    margin-right: 10px;
}

ul.pagination .fa,
.far,
.fas {
    color: #a15a00;
}

ul.pagination>li>a.current-page {
    color: #000;
    font-weight: bold;
}

.row .table-responsive {
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

/*end*/

a,
a:hover,
a:visited,
a:link,
a:focus {
    text-decoration: none
}

a {
    color: #666
}

.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    background: #001336 url("../images/bg-pattern-010.svg") repeat;
}

.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: fixed;
    z-index: 1031;
    background-color: #373737;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 275px
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: #102756 url("../images/bg-pattern-010.svg") repeat;
    background-size: 47px, 59px, auto;
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #614f00;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

.navbar-toggler {
    -webkit-box-sizing: border-box;
    box-sizing: border-box !important;
}

.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}

.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: .85rem
}

.menu-link:focus {
    background: #744010
}

html,
body {
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    background: #efebeb;
    font-family: Battambang, Arial, "Helvetica Neue", "Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #c26600;
    margin: 0;
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu>div {
    font-size: .9rem
}

.navbar-brand img {
    height: 40px
}

.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}

.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}

.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon,
header .navbar-toggler-icon {
    background-image: url(../images/menu-resp.svg);
}

.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}

.clearfix {
    clear: both
}

.row.no-gutters-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.no-gutters-5 a span {
    color: #000;
    padding-top: 8px;
}

.no-gutters-5>.col,
.no-gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

/*--------------------------------- me ---------------------------------*/

.main-container {
    width: 100%;
}

.img_3g {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*----------------------  me 2   ---------------------------------*/

.layout-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    display: block;
}

.btn1 {
    border-radius: 0px;
}

.nav-game {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 5px;
    margin: 0 auto;
}

.box-game-nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    border: 1px solid #5e5e5e;
    border-radius: 3px;
    display: block;
}

.box-game-nav a img {
    width: 100%;
    max-width: 29px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.t-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 0.6rem;
    display: block;
}

.nav2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #5e5e5e;
    position: relative;
}

.quicklinks {
    width: 100%;
    max-width: 150px;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 5px auto;
    padding: 5px 0;
    font-size: .7rem;
    color: #fffdfd;
    background: #0c2045;
    display: block;
}

.quick {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5px;
    display: block;
}

.icon-nav2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    border: 1px solid #1c4aaa;
    background: #14367d91;
    border-radius: 10px;
    display: block;
}

.t-nav2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 0.5rem;
    display: block;
}

.t-casino {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 0.7rem;
    display: block;
}

.header {
    width: 100%;
    height: auto;
    background: #173a7e url("../images/home/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
    box-shadow: 0 0 16px rgb(var(--stb-black) / .5), 0 10px 20px rgb(var(--stb-black) / .3);
    border-bottom: 2px solid #754800;
}

.navbar {
    display: none;
}

.logo {
    text-align: left;
}

.logo img {
    width: auto;
    height: 70px;
    padding: 5px 0;
}

.navbar-toggler {
    border: none;
}

.header-form {
    text-align: right;
    padding: 5px 0;
}

.btn-01 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #001336;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background: url("../images/btn.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.bg-nav-pc {
    padding: 10px 0;
    background: linear-gradient(to left, #001131 0%, #001131 3%, #183e86 50%, #001131 97%, #001131 100%) left bottom #0058ff no-repeat;
    display: block;
}

.nav-pc ul {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
    display: flex;
}

.nav-pc ul li {
    flex: 1;
    padding: 4px 0;
    margin: 0 28px;
    background: url("../images/home/bg-nav.png") no-repeat;
    background-size: 100% 100%;
}

.nav-pc ul li:before {
    position: absolute;
    z-index: 0;
    inset: var(--stb-category-border-inset);
    border-radius: calc(var(--stb-category-border-radius) - var(--stb-category-border-inset));
    background: var(--stb-category-bg-gradient-default);
    background-size: 50px, 300px, auto;
    content: "";
}

.nav-pc ul li:hover {
    flex: 1;
    padding: 4px 0;
    margin: 0 28px;
    background: url("../images/home/bg-nav-active.png") no-repeat;
    background-size: 100% 100%;
}

.nav-pc ul li a span {
    display: block;
    padding: 5px 0;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
}

.nav-pc ul li a span img {
    width: 40px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.thumbnail {
    width: 100%;
    height: auto;
    background: url("../images/home/bg-games.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    position: relative;
    display: block;
}

.img-wrap {
    margin: 0 auto;
    display: table;
    margin-top: 2%;
    img {
        height: auto;
        width: 100%;
        transition: transform 0.5s;
    }
    :hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }
}

.titlegams {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 27px;
    text-transform: uppercase;
    z-index: 9;
}

.thumbnail:hover>.titlegams {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.section {
    padding: 10px 0;
}

/* Style the tab */

.header-best-game {
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tab */

.header-best-game button {
    display: inline-block;
    background: url("../images/btn.png") no-repeat;
    background-size: 100% 100%;
    color: black;
    padding: 10px 16px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */

.header-best-game button:hover {
    background: url("../images/btn-active.png") no-repeat;
    background-size: 100% 100%;
}

/* Create an active/current "tab button" class */

.header-best-game button.active {
    background: url("../images/btn-active.png") no-repeat;
    background-size: 100% 100%;
}

/* Style the tab content */

.tabcontent {
    padding: 10px 0px;
    width: 100%;
    height: auto;
}

.recom-hot {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #155191;
    border-radius: 10px;
    overflow: hidden;
}

.hot-recom {
    position: relative;
    width: 100%;
}

.image-rh {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.hot-recom:hover .image-rh {
    opacity: 0.3;
}

.hot-recom:hover .middle {
    opacity: 1;
}

.icon-play {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.title-recom span {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    flex: 1;
}

.title-recom span img {
    height: 20px;
    width: auto;
    text-align: right !important;
}

.icon-play img {
    width: 55px;
    height: auto;
}

.title-recom span.logo-game {
    text-align: right !important;
}

.title-recom {
    width: 100%;
    height: auto;
    padding: 5px;
    display: flex;
}

.recom-hot:hover>.hot-recom {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.bestgame {
    width: 100%;
    height: auto;
    padding: 10px;
    background: linear-gradient(to left, rgb(51 102 153 / 57%) 0%, rgb(22 56 125 / 60%) 100%);
    border-radius: 10px;
    border-radius: 10px;
}

.appbanner {
    position: relative;
    width: 250px;
    height: 440px;
    margin-top: 100px;
    margin-left: 100px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(0.8);
    transition: 0.5s;
}

.appbanner img {
    position: absolute;
    width: 100%;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0 10px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%) !important;
}

.appbanner img:nth-child(4) {
    transform: translate(160px, -160px);
    opacity: 1;
}

.appbanner img:nth-child(3) {
    transform: translate(120px, -120px);
    opacity: 0.8;
}

.appbanner img:nth-child(2) {
    transform: translate(80px, -80px);
    opacity: 0.6;
}

.appbanner img:nth-child(1) {
    transform: translate(40px, -40px);
    opacity: 0.4;
}

.app {
    width: fit-content;
}

.app h3 {
    font-size: 45px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #cf13a9 0%, #21c50f 24.13%, #630aea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
}

.qrbanner {
    padding: 10px 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.images-qr {
    width: 100%;
    height: auto;
    padding: 30px;
    flex: 1;
    background: url("../images/home/border-app.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
    display: block;
}

.images-qr a img {
    width: 100%;
    border-radius: 10px;
}

.text-app {
    width: 100%;
    height: auto;
    display: flex;
}

.text-app h3 {
    flex: 1;
    font-size: 30px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #1c4597 0%, #21c50f 24.13%, #630aea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.bg-footers {
    background: linear-gradient(to bottom, #14316c 0%, #08142b 100%);
}

.footerpc {
    background: url("../images/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
    padding: 5px 0;
}

.info-footer h3,
.community h3 {
    text-align: left;
    color: #E4E4E4;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}

.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}

.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}

.info-footer ul li a {
    color: #B5B5B5;
    font-size: 0.7rem;
}

.community ul {
    width: 100%;
    height: auto;
}

.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}

.community ul li a img {
    width: 40px;
    text-align: center;
}

.title-section {
    text-align: left;
    font-size: 1.1rem;
    color: #ffffff;
    padding: 5px 5px;
    display: block;
    white-space: nowrap;
}

.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.networks ul li {
    display: inline-block;
    margin: 5px;
}

.networks ul li a img {
    width: 35px;
    height: auto;
}

.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}

.sponsorship ul li a img {
    height: 70px;
    width: auto;
}

.btn-paly-now {
    padding: 5px 10px;
    color: #ffffff;
}

.sport-thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.btn-paly-now {
    position: absolute;
    left: 20%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: url("../images/play-now.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.thumbnails:hover>.btn-paly-now {
    background: url("../images/play-now-active.png") no-repeat;
    background-size: 100% 100%;
    color: #161616;
}

.thumbnails img {
    width: 100%;
}

.thumbnails:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info-games {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.thumbnails:hover>.info-games button.btn-paly-01 {
    background: url("../images/play-now-active.png") no-repeat;
    background-size: 100% 100%;
    color: #161616;
}

.thumbnails {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.btn-paly-01 {
    background: url("../images/play-now.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
}

.info-games h3 {
    font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #0a58ca 0%, #0dcaf0 24.13%, #0a58ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0;
    text-align: center;
    font-weight: 900;
}

.title-02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
}

.title-02 h3 {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

.menu-slot {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.bg-menu-slot {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: url("../images/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
}

#toggle-container {
    position: relative;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    width: 100%;
    height: auto;
    color: #000;
    border: 1px solid #4c72ba;
    border-radius: 15px;
    z-index: 99;
}

#toggle-button {
    transition: color 0.2s linear;
    padding: 6px 10px;
    text-align: right;
    vertical-align: middle;
    background: url("../images/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
}

#toggle-button i {
    transition: all 0.2s linear;
    cursor: pointer;
    background: url("../images/hamburger.png");
    width: 25px;
    height: 25px;
    display: inline-block;
}

i.active {
    color: lightblue;
    transform: rotate(90deg);
    background: url("../images/hamburger.png");
}

#toggle-button i:hover {
    color: lightblue;
}

#nav {
    width: 100%;
    position: relative;
    transition: transform 0.2s linear;
    height: auto;
    background: linear-gradient(to bottom, #08142b 0%, #14316c 100%);
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 10px;
    display: block;
}

.bg-down {
    width: 100%;
    height: auto;
    background: url("../images/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
    padding: 20px 10px;
    display: block;
    overflow: hidden;
}

#nav.hide {
    transform: translateY(-104%);
}

#nav a {
    text-decoration: none;
    color: inherit;
}

#nav>* {
    display: inline;
}

#nav-item {
    text-align: center;
    padding: 0px 10px;
    transition: all 0.2s linear;
    white-space: nowrap;
}

#nav-item:hover {
    background-color: #777;
}

.btn-slot span img {
    width: auto;
    height: 25px;
}

.btn-slot span {
    padding: 0 5px;
}

.bg-sl {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    border-radius: 5px;
    border: 1px solid #4c72ba;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.btn-slot {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 0.9rem;
    color: #ffffff;
    background: url("../images/bg-pattern-010.svg") repeat;
    background-size: 67px, 359px, auto;
    display: block;
}

.show-game {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 0.9rem;
    color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
}

.show-game img {
    width: 55px;
    height: auto;
}

@media (max-width: 500px) {
    .navbar {
        display: block;
    }
    .iconnav-logo {
        width: 100%;
        height: auto;
        display: flex;
    }
    .iconnav-logo span {
        flex: 1;
        vertical-align: middle;
        text-align: center;
    }
    .btn-01 {
        font-size: 0.9rem;
        font-weight: bold;
        color: #001336;
        padding: 7px 15px;
        text-transform: uppercase;
        border-radius: 5px;
        background: url("../images/btn.png") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
    }
    .header-form {
        text-align: right;
        padding: 7px 0;
    }
    .bg-nav-pc {
        display: none;
    }
    .bg-nav-pc {
        display: none;
    }
    .section {
        padding: 5px 5px;
    }
    .mobile-block {
        display: none;
    }
    .title-recom span {
        font-size: 0.7rem;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        flex: 1;
    }
    .header-best-game button {
        display: inline-block;
        background: url(../images/btn.png) no-repeat;
        background-size: 100% 100%;
        color: black;
        padding: 5px 10px;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.8rem;
    }
    .bg-color {
        background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
        border-radius: 10px;
        border: 1px solid #4c72ba;
        overflow: hidden;
        margin: 5px auto;
        display: block;
    }
    .itmem-nav {
        width: 100%;
        height: auto;
        text-align: left;
        background: url("../images/bg-pattern-010.svg") repeat;
        background-size: 45px, 259px, auto;
        padding: 0 10px;
        display: block;
    }
    .nav-mobile span {
        vertical-align: middle;
        font-size: 0.9rem;
        font-weight: 600;
        color: #ffffff;
    }
    .nav-mobile span.icon-mobile {
        width: 35px;
        height: 35px;
        padding: 5px;
        background: url("../images/home/bg-nav.png") no-repeat;
        background-size: 100% 100%;
        margin: 5px;
        overflow: hidden;
        display: inline-block;
    }
    .icon-mobile img {
        width: 25px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .nav-mobile {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
    }
    .bg-language {
        width: 100%;
        height: auto;
        background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
        border-radius: 10px;
        border: 1px solid #4c72ba;
    }
    .bg-img {
        background: url("../images/bg-pattern-010.svg") repeat;
        background-size: 45px, 259px, auto;
    }
    .bg-img span {
        padding: 5px;
        overflow: hidden;
        vertical-align: middle;
        font-weight: bold;
        color: #ffffff;
    }
    .bg-img span img {
        width: 25px;
        padding: 5px 0;
    }
    .icon-nav2 a img {
        width: 30px;
    }
    .titlegams {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        font-size: 0.9rem;
        color: #ffffff;
        font-weight: bold;
        position: absolute;
        left: 0;
        bottom: 8px;
        text-transform: uppercase;
        z-index: 9;
    }
}