@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}

a {
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

.header-main {
  position: relative;
}
.header-main .header-list {
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-size: 100% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-main .header-list a {
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px 15px;
  font-weight: 600;
}
.header-main .header-list a:hover {
  color: #FF7300;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}
.header-main .header-list .logo-header {
  width: 140px;
}
.header-main .header-list .logo-header:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}

.style-head-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  border-radius: 100px;
  color: black !important;
  width: 120px !important;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 10px;
}
.style-head-button:hover {
  color: white !important;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}

.band-game-header {
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.port-highlights {
  outline: none;
}
.port-highlights img {
  width: 100px;
  height: auto;
  margin-left: 65px;
  margin-right: 65px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.icon-line-mobile {
  display: none;
}

.nav-mobile-box {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  z-index: 11;
  height: 100vh;
  margin: 0 40px;
}
.nav-mobile-box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: block;
}
.nav-mobile-box .logo-menu-mobile {
  width: 150px;
  margin: auto;
}
.nav-mobile-box .menu-mobile {
  list-style-type: none;
}
.nav-mobile-box .menu-mobile li {
  padding: 5px 0 5px;
  border-bottom: 2px solid #ffc90b;
}
.nav-mobile-box .menu-mobile li a {
  font-size: 20px;
  color: white;
}
.nav-mobile-box .menu-mobile li a:hover {
  color: #FF7300;
  text-decoration: none;
}
.nav-mobile-box i {
  font-size: 25px;
}
.nav-mobile-box i:hover {
  color: red;
}

.close {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

ul {
  margin: 0;
}

p {
  margin: 0;
  color: white;
}

figure {
  margin: 0;
}

.thumb img {
  width: 100%;
  height: auto;
}

body {
  background-image: url(../img/BG-main.png);
  background-position: bottom;
}

.my-swiper1 .swiper-slide {
  margin: auto;
}
.my-swiper1 .thumb {
  width: 90px;
  margin: auto;
}

.banner-list {
  overflow: hidden;
}
.banner-list .banner-mobile {
  display: none;
}
.banner-list .swiper-pagination {
  bottom: 0% !important;
  color: white;
  position: relative;
}
.banner-list .swiper-pagination-bullet {
  background: white;
}
.banner-list .swiper-pagination-bullet-active {
  background: #ffffff;
}

.style-border {
  background: rgba(0, 0, 0, 0.7);
  border: 3px solid #dc6740;
  border-radius: 24px;
  position: relative;
}

.style-head-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
}

.icon-game {
  width: 40%;
  margin-right: 5px;
}

.game-item {
  width: 20%;
}

.main .tab {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.main .tab .style-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .tab .style-tab-menu p {
  font-size: 0.7rem;
}
.main .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  width: 25%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba732f), to(#9f520c));
  background: -o-linear-gradient(top, #ba732f 0%, #9f520c 100%);
  background: linear-gradient(180deg, #ba732f 0%, #9f520c 100%);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-right: 5px;
  margin-left: 5px;
  outline: none;
  border: none;
  padding: 15px 10px;
}
.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.main .tab-menu-link.is-active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc3e), to(#ebc300));
  background: -o-linear-gradient(top, #fffc3e 0%, #ebc300 100%);
  background: linear-gradient(180deg, #fffc3e 0%, #ebc300 100%);
}
.main .tab-bar {
  padding: 2.5rem 0;
  overflow: hidden;
}
.main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .tab-bar-content.is-active {
  display: block;
}

.content-jackpot {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0 1rem 0;
}
.content-jackpot h1, .content-jackpot h2, .content-jackpot h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
.content-jackpot h2 {
  text-align: center;
  margin-top: 15px;
  font-size: 3rem;
}
.content-jackpot .swiper-slide {
  opacity: 0;
}
.content-jackpot .swiper-slide-active {
  opacity: 1;
}
.content-jackpot .swiper-slide-next, .content-jackpot .swiper-slide-prev {
  opacity: 0.8;
}
.content-jackpot .swiper4 {
  padding: 1rem 0 2rem 0;
  overflow: hidden;
}
.content-jackpot .swiper-pagination-bullet {
  background: white;
}
.content-jackpot .banner-list .swiper-pagination-bullet-active {
  background: #ffffff;
}

.content-downlode {
  background-image: url(../img/BG2.png);
}
.content-downlode img:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}

.first-content-text h1, .first-content-text h2, .first-content-text h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
.second-content-text {
  text-align: center;
}
.second-content-text h1, .second-content-text h2, .second-content-text h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc90b), to(#ff7300));
  background: -o-linear-gradient(top, #ffc90b 0%, #ff7300 100%);
  background: linear-gradient(180deg, #ffc90b 0%, #ff7300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.promotion-content h1 {
  text-align: center;
}
.promotion-content img {
  padding: 1rem 0;
}

.credit-content h1 {
  text-align: center;
}
.credit-content img {
  padding: 1rem 0;
}

.event-content h1 {
  text-align: center;
}
.event-content img {
  padding: 1rem 0;
}

.coler-text-style {
  color: #FDA92A;
}

.enter-content h1 {
  text-align: center;
}
.enter-content h4 {
  color: #FDA92A;
  font-size: 16px;
}
.enter-content a {
  color: #FDA92A !important;
  font-size: 16px;
}
.enter-content a:hover {
  color: red !important;
}

.menu-content h1 {
  text-align: center;
}

.button-manual {
  width: 100%;
  text-align: start;
  padding: 10px;
  margin-top: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba732f), to(#9f520c));
  background: -o-linear-gradient(top, #ba732f 0%, #9f520c 100%);
  background: linear-gradient(180deg, #ba732f 0%, #9f520c 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  color: white;
  border: 0px;
  position: relative;
  cursor: pointer;
}

.icon {
  width: 35px;
  margin-right: 15px;
}

.card {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba732f), to(#9f520c));
  background: -o-linear-gradient(top, #ba732f 0%, #9f520c 100%);
  background: linear-gradient(180deg, #ba732f 0%, #9f520c 100%);
}

button:focus {
  outline: none;
}

.downlode-content {
  text-align: center;
}
.downlode-content img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}

.banner-fix {
  position: fixed;
  bottom: 60px;
  z-index: 7;
  right: 10px;
  width: 18%;
}
.banner-fix .btn-close {
  text-align: end;
}
.banner-fix .btn-close i {
  color: red;
  font-size: 25px;
}
.banner-fix .btn-close i:hover {
  color: white;
}

.t-fix {
  width: 60%;
  margin: auto;
  margin-top: 3px;
}

.closee {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.popup-mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: fixed;
  z-index: 7;
  bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
}
.popup-mobile img:hover {
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}
.popup-mobile .banner-content-mobile {
  width: 25%;
  position: absolute;
  left: 48%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.mobile-wrap-menu i {
  margin: 5px;
}

.style-post {
  text-align: center;
}
.style-post img {
  width: 100%;
}
.style-post figcaption {
  display: none;
}
.style-post .date {
  color: #ba732f;
}

.caption a {
  color: white;
}

.title-in-page {
  color: white;
  text-align: center;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#C5603C), to(#571703));
  background: -o-linear-gradient(top, #C5603C 0%, #571703 100%);
  background: linear-gradient(180deg, #C5603C 0%, #571703 100%);
  border-top: 4px solid #671E07;
  padding: 1rem;
}
footer h2, footer h3, footer h4 {
  color: white;
}
footer .contact-footer .contact-footer-list img {
  width: 250px;
}
footer .contact-footer .contact-footer-list img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}
footer .downlode-footer {
  margin-top: 3rem;
}
footer .downlode-footer-list img {
  width: 180px;
  margin-right: 15px;
}
footer .downlode-footer-list img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}
footer .menu-footer-list a {
  color: white;
  margin-right: 15px;
}
footer .menu-footer-list a:hover {
  color: #FF7300;
  text-decoration: none;
}
footer .img-logo-footer {
  width: 150px;
  margin: auto;
}

.popup-pc:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
          filter: drop-shadow(0 0 0.75rem rgba(209, 196, 16, 0.822));
}

@media only screen and (min-width: 767px) {
  .container {
    max-width: 1250px;
    width: 1250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 691px;
    width: 691px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-fix {
    display: none;
  }
  .popup-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .style-border {
    padding: 1rem !important;
  }
  .port-highlights img {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .style-head-text {
    font-size: 1.5rem;
  }
  .content-jackpot h2 {
    font-size: 2.5rem;
  }
  .first-content-text p {
    font-size: 13px;
  }
  .second-content-text p {
    font-size: 13px;
  }
  .header-list a {
    font-size: 10px;
    padding: 0 !important;
  }
  .header-list .style-head-button {
    width: 60px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .header-list .logo-header {
    width: 100px !important;
  }
  .game-item {
    width: 33.33%;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-menu .tab-menu-link {
    width: 23%;
    margin: 20px 2px 0px 2px;
    overflow: inherit;
    padding: 10px 0;
  }
  .tab-menu .tab-menu-link:nth-child(9) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(9) img {
    width: 20%;
  }
  .tab-menu .tab-menu-link:nth-child(10) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(10) img {
    width: 20%;
  }
  .tab-menu .style-tab-menu {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -28px;
  }
  .tab-menu .style-tab-menu P {
    width: 100%;
  }
  footer h2, footer h3 {
    font-size: 1.5rem;
  }
  footer p {
    font-size: 13px;
  }
  footer .img-logo-footer {
    width: 100px;
  }
  footer .contact-footer-list img {
    width: 150px !important;
  }
  footer .downlode-footer-list img {
    width: 140px !important;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .style-border {
    padding: 10px !important;
  }
  .header-list {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .header-list .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .hamburger img {
    width: 25px;
  }
  .header-list .icon-line-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .icon-line-mobile a {
    padding: 0;
  }
  .port-highlights img {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .style-head-text {
    font-size: 1.5rem;
  }
  .content-jackpot h2 {
    font-size: 2.5rem;
  }
  .first-content-text p {
    font-size: 13px;
  }
  .second-content-text p {
    font-size: 13px;
  }
  .header-list .left-menu,
.header-list .right-menu,
.header-list .style-head-button {
    display: none;
  }
  .header-list .logo-header {
    width: 90px !important;
  }
  .game-item {
    width: 33.33%;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-menu .tab-menu-link {
    width: 23%;
    margin: 20px 2px 0px 2px;
    overflow: inherit;
    padding: 10px 0;
  }
  .tab-menu .tab-menu-link p {
    font-size: 10px;
  }
  .tab-menu .tab-menu-link.is-active {
    overflow: inherit;
  }
  .tab-menu .tab-menu-link:nth-child(9) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(9) img {
    width: 20%;
  }
  .tab-menu .tab-menu-link:nth-child(10) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(10) img {
    width: 20%;
  }
  .tab-menu .style-tab-menu {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -28px;
  }
  .tab-menu .style-tab-menu P {
    width: 100%;
  }
  footer {
    padding-bottom: 140px;
  }
  footer h2 {
    font-size: 1.5rem;
  }
  footer p {
    font-size: 13px;
  }
  footer .contact-footer-list img {
    width: 140px !important;
  }
  footer .downlode-footer-list img {
    width: 130px !important;
  }
  footer .img-logo-footer {
    width: 35% !important;
  }
  footer .footer-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .banner-fix {
    display: none;
  }
  .enter-main p,
.enter-main h4,
.enter-main a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 519px) {
  .style-border {
    padding: 1rem !important;
  }
  .header-list {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .header-list .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .hamburger img {
    width: 25px;
  }
  .header-list .icon-line-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .icon-line-mobile a {
    padding: 0;
  }
  .port-highlights img {
    width: 50px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .style-head-text {
    font-size: 1.5rem;
  }
  .content-jackpot h2 {
    font-size: 1.5rem;
  }
  .first-content-text {
    padding: 0 !important;
  }
  .first-content-text p {
    font-size: 14px;
    text-align: left;
  }
  .second-content-text {
    padding: 0 !important;
  }
  .second-content-text p {
    font-size: 14px;
    text-align: left;
  }
  .header-list .left-menu,
.header-list .right-menu,
.header-list .style-head-button {
    display: none;
  }
  .header-list .logo-header {
    width: 50px !important;
  }
  .game-item {
    width: 33.33%;
  }
  .tab {
    padding: 0rem 0 1rem !important;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-menu .tab-menu-link {
    width: 23%;
    margin: 20px 2px 0px 2px;
    overflow: inherit;
    padding: 10px 0 5px;
  }
  .tab-menu .tab-menu-link p {
    font-size: 7px;
  }
  .tab-menu .tab-menu-link.is-active {
    overflow: inherit;
  }
  .tab-menu .tab-menu-link:nth-child(9) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(9) img {
    width: 20%;
  }
  .tab-menu .tab-menu-link:nth-child(10) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(10) img {
    width: 20%;
  }
  .tab-menu .icon-game {
    width: 50%;
  }
  .tab-menu .style-tab-menu {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -20px;
  }
  .tab-menu .style-tab-menu P {
    width: 100%;
  }
  .content-downlode {
    padding: 5px !important;
  }
  footer {
    padding-bottom: 120px;
  }
  footer h2,
footer h3,
footer h4 {
    font-size: 1.2rem;
  }
  footer p {
    font-size: 13px;
  }
  footer .contact-footer-list img {
    width: 150px !important;
  }
  footer .downlode-footer-list img {
    width: 120px !important;
  }
  footer .img-logo-footer {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main p {
    font-size: 10px;
  }
  footer .footer-main a {
    font-size: 12px;
  }
  footer .footer-center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .popup-mobile {
    width: 100%;
  }
  .enter-main p,
.enter-main h4,
.enter-main a {
    font-size: 10px;
  }
  .button-manual {
    font-size: 13px;
  }
  .button-manual .icon {
    width: 20px;
    margin-right: 10px;
  }
  .card-body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 280px) {
  .style-border {
    padding: 0.5rem !important;
  }
  .header-list {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .header-list .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .hamburger img {
    width: 25px;
  }
  .header-list .icon-line-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list .icon-line-mobile a {
    padding: 0;
  }
  .port-highlights img {
    width: 50px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .style-head-text {
    font-size: 1.5rem;
  }
  .content-jackpot h2 {
    font-size: 1.5rem;
  }
  .first-content-text {
    padding: 0 !important;
  }
  .first-content-text p {
    font-size: 12px;
    text-align: left;
  }
  .second-content-text {
    padding: 0 !important;
  }
  .second-content-text p {
    font-size: 12px;
    text-align: left;
  }
  .header-list .left-menu,
.header-list .right-menu,
.header-list .style-head-button {
    display: none;
  }
  .header-list .logo-header {
    width: 50px !important;
  }
  .game-item {
    width: 33.33%;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-menu .icon-game {
    margin: 0;
    width: 70%;
  }
  .tab-menu .tab-menu-link {
    width: 23%;
    margin: 20px 2px 0px 2px;
    overflow: inherit;
    padding: 10px 0;
  }
  .tab-menu .tab-menu-link p {
    font-size: 7px;
  }
  .tab-menu .tab-menu-link.is-active {
    overflow: inherit;
  }
  .tab-menu .tab-menu-link:nth-child(9) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(9) .icon-game {
    width: 25%;
  }
  .tab-menu .tab-menu-link:nth-child(10) {
    width: 48%;
  }
  .tab-menu .tab-menu-link:nth-child(10) .icon-game {
    width: 25%;
  }
  .tab-menu .style-tab-menu {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -25px;
  }
  .tab-menu .style-tab-menu P {
    width: 100%;
  }
  .content-downlode {
    padding: 5px !important;
  }
  footer {
    padding-bottom: 120px;
  }
  footer h2 {
    font-size: 1.2rem;
  }
  footer h3 {
    font-size: 1.2rem;
  }
  footer p {
    font-size: 13px;
  }
  footer .contact-footer-list img {
    width: 130px !important;
  }
  footer .downlode-footer-list img {
    width: 110px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .img-logo-footer {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main p {
    font-size: 10px;
  }
  footer .footer-main a {
    font-size: 12px;
  }
  footer .footer-center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .popup-mobile {
    width: 100%;
  }
  .enter-main p,
.enter-main h4,
.enter-main a {
    font-size: 10px;
  }
  .button-manual {
    font-size: 13px;
  }
  .button-manual .icon {
    width: 20px;
    margin-right: 10px;
  }
  .card-body {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.min.css.map */