@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
.cell-1 li {
  width: 99%;
}

.cell-2 li {
  width: 49%;
}

.cell-3 li {
  width: 32.33333%;
}

.cell-4 li {
  width: 24%;
}

.cell-5 li {
  width: 19%;
}

.cell-6 li {
  width: 15.66667%;
}

.cell-7 li {
  width: 13.28571%;
}

.cell-8 li {
  width: 11.5%;
}

.cell-9 li {
  width: 10.11111%;
}

.cell-10 li {
  width: 9%;
}

.cell-11 li {
  width: 8.09091%;
}

.cell-12 li {
  width: 7.33333%;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

body {
  background-color: #161616;
  font-size: 14px;
}

body.open-tint .modal-tint {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

body.open-tint .mobile-menu-content {
  display: block;
  -webkit-transform: none;
  transform: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

h1 {
  font-family: "Playfair Display";
}

h1.title {
  color: #efba31;
}

h1.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h1.title.section + .btn {
  margin-left: 20px;
}

h2 {
  font-family: "Playfair Display";
}

h2.title {
  color: #efba31;
}

h2.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h2.title.section + .btn {
  margin-left: 20px;
}

h3 {
  font-family: "Playfair Display";
}

h3.title {
  color: #efba31;
}

h3.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h3.title.section + .btn {
  margin-left: 20px;
}

h4 {
  font-family: "Playfair Display";
}

h4.title {
  color: #efba31;
}

h4.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h4.title.section + .btn {
  margin-left: 20px;
}

h5 {
  font-family: "Playfair Display";
}

h5.title {
  color: #efba31;
}

h5.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h5.title.section + .btn {
  margin-left: 20px;
}

h6 {
  font-family: "Playfair Display";
}

h6.title {
  color: #efba31;
}

h6.title.section {
  color: #fff;
  border-bottom: dotted 1px #efba31;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

h6.title.section + .btn {
  margin-left: 20px;
}

/* Color */
.red {
  color: #ff0000;
}

.orange {
  color: #e79e01;
}

.green {
  color: #41cc00;
}

.blue {
  color: #1aa1e0;
}

a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn {
  min-width: 100px;
  font-size: 14px;
}

a.btn.register {
  background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
  background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  color: #000;
}

a.btn-primary {
  background-color: #a10000;
  border: 0;
}

a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:after, a.btn-primary:before, a.btn-primary:active {
  background-color: #a10000;
  -webkit-box-shadow: 0px 0px 5px 0px white;
  box-shadow: 0px 0px 5px 0px white;
}

a:after, a::before, a:focus, a:hover {
  color: #fff;
}

p a {
  color: #efba31;
}

.modal .modal-content {
  background-color: #161616;
  color: #fff;
}

.modal .modal-content .modal-header {
  border-bottom: 1px dotted #efba31;
}

.modal .modal-content .modal-title {
  color: #efba31;
  text-align: center;
  width: 100%;
  margin-left: 30px;
}

.modal .modal-content table td,
.modal .modal-content table th {
  background-color: transparent;
  border: 1px solid #a5a5a5;
  padding: 5px 10px;
}

.modal .close {
  color: #fff;
}

.form-group {
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0;
}

.form-group .form-control {
  margin-bottom: 10px;
}

.form-group label {
  color: #efba31;
  border-right: 1px solid #a5a5a5;
}

.form-group label span {
  display: block;
  color: #ff0000;
  font-size: 12px;
}

.form-group input.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
}

.form-group input.form-control[readonly="readonly"] {
  background-color: transparent;
}

.form-group input[type="file"] {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  border-radius: 4px !important;
  border: 0;
  color: #fff;
  margin-bottom: 10px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
}

.form-group textarea.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
}

.form-group select.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
}

.form-group select option {
  color: #000;
}

.form-group .form-btn-area {
  margin-top: 20px;
}

.form-group .form-btn-area .btn-submit {
  background-color: #a10000;
  color: #fff;
}

.form-group .form-btn-area .forgetPassword {
  font-size: 12px;
  display: block;
  color: #a5a5a5;
  margin-top: 20px;
  font-style: italic;
}

.form-group .calendar .input-group {
  display: inline-block;
  width: 49%;
}

.form-group .calendar .input-group .form-control {
  width: 100%;
  border-radius: 4px !important;
}

.form-group .calendar .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
}

.form-group .calendar .input-group .input-group-append .input-group-text {
  background-color: transparent;
  border: 0;
  padding-right: 5px;
  margin-top: 5px;
}

.form-group .calendar .input-group .input-group-append .input-group-text i {
  color: #a5a5a5;
}

.form-group .calendar .timepicker a {
  color: #000;
}

.form-group .calendar .timepicker a.btn {
  min-width: inherit;
}

/* Home */
.owl-carousel .owl-dots {
  display: none;
}

.owl-carousel.game-list {
  margin-top: 40px;
}

.steps {
  color: #fff;
  font-family: "Playfair Display";
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  top: -40px;
  z-index: 8;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 70%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.steps img {
  width: 60px;
  margin-right: 10px;
}

.get-info {
  position: relative;
  top: -40px;
  border-top: 1px solid #efba31;
  border-bottom: 1px solid #efba31;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: center;
}

.get-info [class*="col-"] {
  border-radius: 4px;
}

.get-info [class*="col-"]:not(.register) {
  color: #fff;
  background-color: #161616;
  border: 1px solid #efba31;
  padding: 20px;
}

.get-info [class*="col-"]:not(.register) h5 {
  color: #efba31;
}

.get-info [class*="col-"]:not(.register) ul {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 0;
}

.get-info [class*="col-"]:not(.register) ul + ul {
  margin-left: 30px;
}

.get-info [class*="col-"].register {
  background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
  background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  color: #000;
  padding: 20px;
  text-align: right;
}

.get-info [class*="col-"].register a {
  color: #000;
  text-decoration: underline;
}

.home-content .bottom-content {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-content .bottom-content .tab-content #other .small-tag {
  color: #a5a5a5;
}

.home-content .bottom-content .tab-content #other .title {
  font-size: 24px;
  line-height: 24px;
}

.home-content .bottom-content .nav-tabs {
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 1px solid #3f3f3f;
}

.home-content .bottom-content .nav-tabs a {
  color: #a5a5a5;
  padding: 10px 15px;
}

.home-content .bottom-content .nav-tabs a.show {
  color: #efba31;
  border-bottom: 2px solid #efba31;
}

/* Form Area */
.form-content {
  margin-bottom: 50px;
  margin-top: 20px;
}

.form-content .title {
  margin-top: 50px;
}

/* Table Style */
.bank-account-detail {
  border: 1px solid #efba31;
  width: 100%;
  margin: 20px;
  border-radius: 4px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(18%, #000), to(#3f3f3f));
  background: linear-gradient(0deg, #000 0%, #000 18%, #3f3f3f 100%);
  color: #efba31;
}

.table-scrollable {
  overflow-x: scroll;
}

.table-scrollable table {
  border: 1px solid #3f3f3f;
  width: 100%;
  color: #fff;
}

.table-scrollable table th {
  background-color: #efba31;
  color: #000;
}

.table-scrollable table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.table-scrollable table th,
.table-scrollable table td {
  border: 1px solid #3f3f3f;
  padding: 5px 15px;
}

.table-scrollable table th.red,
.table-scrollable table td.red {
  background-color: #ff0000;
  color: #fff;
}

.table-scrollable table th.orange,
.table-scrollable table td.orange {
  background-color: #e79e01;
  color: #fff;
}

.table-scrollable table th.green,
.table-scrollable table td.green {
  background-color: #41cc00;
  color: #fff;
}

.table-scrollable table th.blue,
.table-scrollable table td.blue {
  background-color: #1aa1e0;
  color: #fff;
}

/* Promotion */
.promotion-content {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.promotion-content [class*="col-"] {
  margin-bottom: 20px;
}

/* Game Section */
.game-content {
  margin-bottom: 50px;
  margin-top: 100px;
}

.game-content .games-image-hover {
  margin-bottom: 20px;
}

.game-content .games-image-hover .btn-list {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
  padding-top: 20px;
  padding-bottom: 0px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.game-content .games-image-hover .btn-list a {
  padding: 10px;
  display: inline-block;
  opacity: 0.5;
}

.game-content .games-image-hover .btn-list a:hover {
  opacity: 1;
}

.game-content .games-image-hover .btn-list a img {
  width: 50px;
}

.game-info {
  margin-bottom: 50px;
}

.game-info a:hover {
  text-decoration: none;
}

.game-info a.title {
  font-size: 24px;
  border: 1px solid #3f3f3f;
  background-color: #3f3f3f;
  width: 100%;
  display: block;
  padding: 10px 15px;
}

.game-info a.collapsed {
  background-color: #efba31;
  color: #161616;
}

.game-info .collap-content {
  border: 1px solid #3f3f3f;
  padding: 20px 15px;
  color: #fff;
}

.game-info .more-info {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.game-info .more-info .tab-content {
  padding: 30px;
  text-align: center;
}

.game-info .more-info .close-button {
  font-size: 12px;
  background-color: #a10000;
  color: #fff;
  position: absolute;
  right: 15px;
  padding: 5px;
  top: -5px;
  bottom: 15px;
}

.game-info .more-info .nav-tabs {
  padding-bottom: 10px;
  border-bottom: 1px solid #3f3f3f;
}

.game-info .more-info .nav-tabs a {
  color: #a5a5a5;
  padding: 10px 15px;
}

.game-info .more-info .nav-tabs a.show {
  color: #efba31;
  border-bottom: 2px solid #efba31;
}

/* Information */
.information {
  margin-top: 100px;
  margin-bottom: 50px;
}

.information .tab-list {
  background-color: #3f3f3f;
  padding: 0;
}

.information .tab-list .nav-tabs {
  border-bottom: 0;
}

.information .tab-list .nav-tabs li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #161616;
}

.information .tab-list .nav-tabs li a {
  display: block;
  font-size: 18px;
  padding: 15px 20px;
}

.information .tab-list .nav-tabs li a.active {
  background-color: #efba31;
  color: #000;
}

.information .tab-list .nav-tabs li a:hover {
  text-decoration: none;
}

.information .tab-content {
  background-color: #161616;
  border: 1px solid #3f3f3f;
  color: #fff;
  padding: 30px;
}

.information .tab-content #c6 p a {
  font-size: 18px;
}

.information .tab-content img {
  margin-right: 10px;
  width: 40px;
}

.information .tab-content img.logo {
  width: 300px;
  margin-bottom: 20px;
}

/* VIP */
.vip {
    margin-top: 100px;
    margin-bottom: 50px;
}

    .vip .card-title {
        display: none;
    }

    .vip .card-body {
        padding: 1rem;
    }

        .vip .card-body .btn-primary {
            background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
            background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
            color: #000;
        }

        .vip .card-body .row {
            margin-left: -10px;
            margin-right: -10px;
            font-size: 85%;
        }

            .vip .card-body .row h5 {
                margin-top: 10px;
                font-weight: bold;
                text-decoration: underline;
            }

            .vip .card-body .row > [class*="col-"] {
                padding-left: 12px !important;
                padding-right: 2px !important;
                margin-bottom: 1rem;
            }

            .vip .card-body .row > [class*="col-5"] {
                text-align: center;
                font-weight: bold;
            }

    .vip .vip-title {
        background-color: rgba(186,186,186,0.6);
    }

    .vip img.card-img-top {
        width: 70%;
    }

/*Transaction*/
.cash-toggle {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 20px;
}

.cash-toggle ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 0;
}

.cash-toggle ul li {
  display: inline-block;
  font-size: 12px;
}

.cash-toggle ul li a {
  padding: 8px 15px;
  border: 1px solid #a5a5a5;
  display: block;
  border-radius: 4px;
}

.cash-toggle ul li a.active {
  background-color: #efba31;
  color: #000;
  border: 0;
}

.cash-toggle ul li a.active img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.cash-toggle ul li + li {
  margin-left: 15px;
}

.cash-toggle img {
  width: 20px;
  margin: auto;
  display: block;
}

.cash-content {
  margin-top: 20px;
}

.game-toggle {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 20px;
}

.game-toggle ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 0;
}

.game-toggle ul li {
  display: inline-block;
  font-size: 12px;
}

.game-toggle ul li a {
  padding: 8px 15px;
  display: block;
  opacity: 0.3;
  border: 1px solid #3f3f3f;
}

.game-toggle ul li a.active {
  opacity: 1;
  background-color: #3f3f3f;
}

.game-toggle img {
  width: 40px;
  margin: auto;
  display: block;
}

body.logged-in .header-nav {
  margin-top: 0;
}

body.logged-in .nav-desktop:not(.login) {
  display: none;
}

body:not(.logged-in) .nav-desktop.login {
  display: none;
}

.lang-inline {
  text-align: right;
  display: inline-block;
}

.lang-inline li {
  display: inline-block;
}

.lang-inline li a {
  opacity: 0.3;
}

.lang-inline li a[class*="_active"] {
  opacity: 1;
}

.lang-inline li + li {
  padding-left: 5px;
}

.lang-inline li img {
  width: 25px;
}

/* Header Desktop*/
.nav-desktop .header-btn {
  display: inline-block;
}

.nav-desktop .header-btn .btn {
  color: #fff;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nav-desktop .header-btn .btn.login,.nav-mobile .header-btn .btn.login {
  background-color: #a10000;
  color: #fff;
}

.nav-desktop .header-btn .btn.register,.nav-mobile .header-btn .btn.register {
  background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
  background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  color: #000;
}

.nav-desktop .time {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
}

.nav-desktop .header-nav {
  border-top: #efba31 1px solid;
  margin-top: 20px;
}

.nav-desktop .header-nav .navbar-brand {
  position: absolute;
  top: -70px;
  background-color: #161616;
  margin: 0;
}

.nav-desktop .header-nav .navbar-brand img {
  max-width: 350px;
}

.nav-desktop .header-nav .navbar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.nav-desktop .header-nav .navbar-nav li {
  display: inline-block;
  padding: 0.4rem 0;
  min-width: 13%;
  margin: auto;
}

.nav-desktop .header-nav .navbar-nav li img {
  display: block;
  width: 35px;
  margin: auto;
}

.nav-desktop .login-nav {
  margin-bottom: 0;
}

.nav-desktop .login-nav li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-desktop .login-nav li:last-child {
  background-color: #a10000;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Header Mobile*/
.nav-mobile {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}

.nav-mobile .mobile-menu {
  background-color: #161616;
  height: 60px;
}

.nav-mobile .mobile-menu .mobile-menu-brand {
  position: absolute;
  left: 0;
  top: 1px;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

.nav-mobile .mobile-menu .mobile-menu-brand img {
  max-width: 145px;
}

.nav-mobile .mobile-menu .menu-btn {
  background: -webkit-gradient(linear, left top, right top, from(#8e6218), color-stop(82%, #f5efb6), to(#8e6218));
  background: linear-gradient(90deg, #8e6218 0%, #f5efb6 82%, #8e6218 100%);
  display: inline-block;
  width: 70px;
  height: 60px;
  position: relative;
  z-index: 999;
}

.nav-mobile .mobile-menu .menu-btn span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 6px;
  top: 20px;
  left: 18px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
}

.nav-mobile .mobile-menu-content {
  position: fixed;
  z-index: 9999;
  font-size: 16px;
  top: 0;
  padding: 15px 15px 100px 15px;
  left: 14px;
  overflow-y: scroll;
  bottom: 0;
  width: 70%;
  max-width: 300px;
  margin: -100px 0 0 -15px;
  padding-top: 120px;
  text-align: left;
  background: #242424;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.nav-mobile .mobile-menu-content ul {
  list-style: none;
}

.nav-mobile .mobile-menu-content ul.lang-inline {
  padding-left: 0;
  margin-top: 20px;
}

.nav-mobile .mobile-menu-content ul li.nav-item a {
  padding: 10px 5px;
}

.nav-mobile .mobile-menu-content .menu-top {
  text-align: center;
}

.nav-mobile .mobile-menu-content .menu-top img {
  max-width: 200px;
}

.nav-mobile .mobile-menu-content .menu-top .header-btn {
  margin-top: 20px;
}

.nav-mobile .mobile-menu-content .menu-top .header-btn .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.nav-mobile .mobile-menu-content .menu-top .header-btn .btn.login {
  background-color: #a10000;
  color: #fff;
}

.nav-mobile .mobile-menu-content .menu-top .header-btn .btn.register {
  background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
  background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  color: #000;
}

.nav-mobile .mobile-menu-content .tag-title {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 20px;
  color: #a5a5a5;
}

.nav-mobile .mobile-menu-content .mobile-nav {
  list-style: none;
  padding-left: 0px;
}

.nav-mobile .mobile-menu-content .mobile-nav img {
  max-width: 35px;
  margin-right: 20px;
}

.nav-mobile .mobile-menu-content .menu-bottom {
  border-top: 1px solid #a5a5a5;
}

/* Marquee */
.marquee {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  position: absolute;
  z-index: 9;
  width: 100%;
}

.marquee span.red {
  color: #a10000;
}

.footer-desktop {
  color: #fff;
  text-align: center;
  border-top: 1px solid #efba31;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-desktop .undergrade img {
  margin-right: 5px;
}

.footer-desktop .footer-nav {
  display: inline-block;
}

.footer-desktop .footer-nav li {
  display: inline-block;
}

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

.footer-desktop .footer-nav + p {
  display: inline-block;
}

.footer-desktop .banks {
  border-top: 1px solid #a5a5a5;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
}

.footer-desktop .banks p {
  color: #a5a5a5;
  margin-left: 20px;
}

/* Desktop */
@media (min-width: 1024px) {
  .nav-mobile,
  .mobile-bottom-nav,
  .history-mobile,
  .mobile-content {
    display: none;
  }
  .lucky-wheel-gif {
    position: fixed;
    bottom: 20%;
  }
  .lucky-wheel-gif img {
    width: 140px;
  }
}

/* Small Desktop */
/* Tablet */
@media (max-width: 1024px) {
  .nav-desktop,
  .footer-desktop,
  .steps,
  .get-info,
  .game-info {
    display: none;
  }
  body {
    margin-bottom: 160px;
    margin-top: 90px;
  }
  h1.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h2.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h3.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  h4.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h5.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h6.title.section {
    color: #000;
    border-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .marquee {
    background-color: #3f3f3f;
    color: #fff;
    padding-top: 5px;
  }
  .marquee span.red {
    color: #ff0000;
  }
  .hero-banner.owl-carousel {
    margin-top: 125px;
  }
  .mobile-bottom-nav {
    font-size: 11px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 3px;
    z-index: 99;
    background: -webkit-gradient(linear, left top, right top, from(#8e6218), color-stop(82%, #f5efb6), to(#8e6218));
    background: linear-gradient(90deg, #8e6218 0%, #f5efb6 82%, #8e6218 100%);
  }
  .mobile-bottom-nav .row {
    background: #3f3f3f;
    padding-top: 7px;
    padding-bottom: 5px;
  }
  .mobile-bottom-nav [class*="col"] {
    padding: 0;
  }
  .mobile-bottom-nav [class*="col"] img {
    width: 40px;
    display: block;
    margin: auto;
  }
  .home-content .top-content {
    margin-top: 20px;
    position: relative;
  }
  .home-content .top-content:before {
    content: "";
    width: calc(100% + 30px);
    height: 20px;
    display: block;
    position: absolute;
    left: -15px;
    right: 0;
    top: -20px;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.895977)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.895977) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .home-content .top-content > .row {
    display: none;
  }
  .home-content .top-content .owl-carousel.game-list {
    margin-top: 20px;
  }
  .home-content .top-content .owl-carousel.game-list .owl-stage {
    margin-left: -50px;
  }
  .home-content .bottom-content {
    display: none;
  }
  .home-content .mobile-content .title {
    color: #fff;
    font-size: 16px;
    border-bottom: dotted 1px #efba31;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Playfair Display";
  }
  .home-content .mobile-content .more-game {
    float: right;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    color: #000;
    padding: 3px 15px;
    border-radius: 4px;
  }
  .home-content .mobile-content .owl-carousel.games .owl-stage {
    margin-left: -50px;
  }
  .cash-toggle {
    display: block;
    position: inherit;
    text-align: center;
  }
  .cash-toggle li {
    font-size: 14px;
    min-width: 100px;
  }
  .cash-toggle li img {
    width: 30px;
    margin-bottom: 5px;
  }
  .history-mobile {
    position: fixed;
    bottom: 70px;
    right: -5px;
    color: #000;
    z-index: 1;
    padding: 7px 15px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    border-radius: 0;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  }
  .history-mobile:hover {
    color: #000;
  }
  .game-content {
    margin-top: 25px;
  }
  .game-content .game-detail {
    position: fixed;
    bottom: 70px;
    right: -5px;
    color: #000;
    z-index: 1;
    padding: 7px 15px;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    border-radius: 0;
    background: -webkit-gradient(linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31));
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
  }
  .game-content .games-image-hover .btn-list a {
    opacity: 1;
  }
  .game-toggle {
    width: 100%;
    position: inherit;
    text-align: center;
  }
  .promotion-content {
    padding-top: 25px;
  }
  .form-group label {
    border-right: 0;
  }
  .form-group .form-btn-area {
    margin-bottom: 20px;
  }
  .form-group .form-btn-area .btn.login {
    background-color: #fff;
  }
  .form-group .calendar {
    margin-left: 0;
    margin-right: 0;
  }
  .form-group .calendar .input-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .form-group .calendar .input-group .input-group-text {
    padding-right: 10px !important;
  }
  .information .tab-list,
  .information .tab-content {
    max-width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .lucky-wheel-gif {
    bottom: 80px;
    position: fixed;
    left: 5px;
    z-index: 1;
  }
  .lucky-wheel-gif img {
    width: 80px;
  }

    .vip, .information {
        margin-top: 130px;
    }
    .vip img.card-img-top {
        width: 60%;
    }
}

/* Mobile */
/* Small Mobile */

/* FCM Reminder Notification */
.noti-overlay {
    width: 100%;
    height: 0;
    position: fixed;
    bottom: -10px;
    z-index: 10;
    background-color: white;
    color: black;
    transition: 1.0s;
    border-radius: 0.5rem;
    border: 1px solid #A4A4A4;
}

.noti-close {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.jconfirm.jconfirm-noti-prompt .jconfirm-box-container.jconfirm-no-transition {
    position: fixed;
    top: 0px;
    left: 10%;
    width: inherit;
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .show-noti-overlay {
        width: 30%;
        top: 5px;
        height: 90px;
        left: 10%;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .show-noti-overlay {
        bottom: 90px;
        height: 90px;
    }
}
/* FCM Reminder Notification */