@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "PSL-Omyim";
}

a {
  font-size: 1.6rem;
  color: #fff;
}
a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "PSL-OmyimBold";
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1.5rem;
  line-height: 1.2;
}

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

@font-face {
  font-family: "PSL-Omyim";
  src: url("../fonts/Omyim/PSL-Omyim.ttf");
}
@font-face {
  font-family: "PSL-OmyimBold";
  src: url("../fonts/Omyim/PSL-OmyimBold.ttf");
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  background-size: 100% 100% !important;
}

.logo-nav {
  width: 20%;
}
.logo-nav img {
  width: 100%;
  height: auto;
}

.tab-nav {
  width: 40%;
}
.tab-nav .main-menu-header > li {
  display: inline-block;
}
.tab-nav .main-menu-header > li a {
  position: relative;
  z-index: 1;
}
.tab-nav .main-menu-header > li a:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  display: block;
  content: "";
  -webkit-box-shadow: inset 0px 0px 0.5em 0px #fadb00, 0px 0px 0.5em 0px #fadb00;
  box-shadow: inset 0px 0px 0.5em 0px #fadb00, 0px 0px 0.5em 0px #fadb00;
  -webkit-animation: border-flicker 2s linear infinite;
          animation: border-flicker 2s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-nav .main-menu-header > li:hover a {
  color: #fff;
  text-shadow: 0 0 7px #fadb00, 0 0 10px #fadb00, 0 0 21px #fadb00, 0 0 42px #fadb00, 0 0 82px #fadb00, 0 0 92px #fadb00, 0 0 102px #fadb00, 0 0 151px #fadb00;
}
.tab-nav .main-menu-header > li:hover a:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-nav .main-menu-header > li + li {
  margin-left: 30px;
}

.content-txt a {
  color: #fff;
  text-shadow: 0 0 6px #a351fd, 0 0 10px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none !important;
}

.bgwat2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  content: "";
  z-index: -1;
  background-size: cover;
}

.over-flow-hidden {
  overflow: hidden;
}

.main-banner {
  position: relative;
  z-index: 3;
  margin: 80px 0 0;
  padding: 3rem 0 2rem;
  background: rgb(68, 14, 172);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(68, 14, 172)), to(rgb(241, 101, 241)));
  background: linear-gradient(180deg, rgb(68, 14, 172) 25%, rgb(241, 101, 241) 100%);
}
.main-banner .bg-wat {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.main-banner .bg-wat img {
  width: 100%;
  height: auto;
}
.main-banner .tree-l {
  position: absolute;
  bottom: -80px;
  left: -100px;
  z-index: -1;
}
.main-banner .tree-r {
  position: absolute;
  bottom: -80px;
  right: -100px;
  z-index: -1;
}
.main-banner .tl-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-banner .tl-1 img {
  width: 650px;
  height: auto;
}
.main-banner .tl-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-banner .tl-2 img {
  width: 400px;
  height: auto;
}
.main-banner .tr-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.main-banner .tr-1 img {
  width: 650px;
  height: auto;
}
.main-banner .tr-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.main-banner .tr-2 img {
  width: 400px;
  height: auto;
}

.blog-banner {
  width: 60%;
  margin: 0 auto;
}

.btn-group-flex img {
  width: 240px;
  height: auto;
}
.btn-group-flex .btn-item {
  margin: 0 10px;
}

.game-slide {
  padding: 2rem 0;
  background-size: 100% 100% !important;
}
.game-slide .slick-prev {
  display: none !important;
}
.game-slide .slick-next {
  display: none !important;
}
.game-slide #game-slide-list img {
  padding: 3px;
}
.game-slide #game-slide-list2 {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.game-slide #game-slide-list2 img {
  padding: 3px;
}

.content-blog-main {
  padding: 3rem 0;
}

.blog-content-inner {
  padding: 3rem;
  padding-top: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.blog-content-inner .bg-red {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: block;
  content: "";
  z-index: -1;
  background: rgb(248, 60, 114);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 60, 114)), color-stop(65%, rgb(179, 30, 76)), to(rgb(112, 3, 42)));
  background: linear-gradient(180deg, rgb(248, 60, 114) 0%, rgb(179, 30, 76) 65%, rgb(112, 3, 42) 100%);
  border-radius: 30px;
  opacity: 0.9;
  border: 5px solid #04ddff;
  -webkit-box-shadow: 0px 10px 20px rgba(12, 145, 255, 0.19), 0px 6px 6px rgba(12, 145, 255, 0.19);
          box-shadow: 0px 10px 20px rgba(12, 145, 255, 0.19), 0px 6px 6px rgba(12, 145, 255, 0.19);
}

.header-blog-img img {
  width: 700px;
  height: auto;
}
.header-blog-img.-small {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.content-txt {
  margin: 1.5rem 0 0;
}

.slide-footer-brand .slick-prev {
  display: none !important;
}
.slide-footer-brand .slick-next {
  display: none !important;
}
.slide-footer-brand #brand-slide-list {
  background: #9e0605;
}

.game-hit-wrap {
  padding-bottom: 3rem;
}
.game-hit-wrap .head-game-hit {
  margin: 0 0 1rem;
}
.game-hit-wrap .head-game-hit img {
  width: 600px;
  height: auto;
}
.game-hit-wrap .col-md-3 {
  margin: 15px 0;
  padding: 0;
}

.promotion-wrap .slick-prev {
  display: none !important;
}
.promotion-wrap .slick-next {
  display: none !important;
}
.promotion-wrap .slick-active {
  padding: 20px 0;
}
.promotion-wrap .slide img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.7;
}
.promotion-wrap .slick-center img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
.promotion-wrap .slick-slide:not(.slick-active) {
  margin: 20px 0;
}
.promotion-wrap .child {
  width: 100%;
}
.promotion-wrap .slide:not(.slick-active) {
  cursor: pointer;
}

.jackpot-wrapper .flex-jackpot img {
  position: relative;
  z-index: 2;
  width: 400px;
  height: auto;
}
.jackpot-wrapper .caption-jackpot {
  position: relative;
  z-index: 1;
  margin-left: -120px;
  border-radius: 20px;
  border: 3px solid #03fbff;
  background: rgb(1, 173, 21);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 173, 21)), color-stop(65%, rgb(0, 195, 0)), to(rgb(1, 210, 21)));
  background: linear-gradient(180deg, rgb(1, 173, 21) 0%, rgb(0, 195, 0) 65%, rgb(1, 210, 21) 100%);
}
.jackpot-wrapper .number-jackpot {
  padding: 10px 80px;
  padding-left: 150px;
  font-size: 6.5rem;
  line-height: 1;
}
.jackpot-wrapper .digit {
  display: inline-block;
  /* Adjust as needed */
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  padding: 0 10px;
  background: #fff;
  margin: 0 -10px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.add-effect1 img {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.add-effect2 img {
  -webkit-animation: bounceff2 1s infinite;
          animation: bounceff2 1s infinite;
}

.item-mobile {
  display: none;
}

@-webkit-keyframes bounceff2 {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.menu-head-ham span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #fcd202;
  -webkit-box-shadow: 0px 0px 0px #fcd202, 0px 2px 3px #fcd202;
          box-shadow: 0px 0px 0px #fcd202, 0px 2px 3px #fcd202;
}
.menu-head-ham span:nth-child(2) {
  width: 30px;
  margin: 7px 0;
  background: #00c9fe;
  -webkit-box-shadow: 0px 0px 0px #00c9fe, 0px 2px 3px #00c9fe;
          box-shadow: 0px 0px 0px #00c9fe, 0px 2px 3px #00c9fe;
}

.mobile-blog-wrap-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: rgba(233, 35, 113, 0.6);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100vh;
  overflow-y: auto;
  padding: 30px;
  border-bottom-right-radius: 80px;
  background: rgb(162, 81, 247);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 81, 247)), color-stop(65%, rgb(133, 65, 200)), to(rgb(94, 34, 171)));
  background: linear-gradient(180deg, rgb(162, 81, 247) 0%, rgb(133, 65, 200) 65%, rgb(94, 34, 171) 100%);
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .icon-close i {
  color: #fff;
  font-size: 2.2rem;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .logo-nav-mobile {
  margin: 2.5rem 0 0;
  text-align: center;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .logo-nav-mobile img {
  width: 200px;
  height: auto;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .main-menu-mobile {
  margin: 1rem 0 0;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .main-menu-mobile > li {
  padding: 1px 15px;
  border-radius: 5px;
  display: inherit;
  background: rgb(255, 81, 208);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 81, 208)), color-stop(30%, rgb(248, 54, 153)), to(rgb(192, 13, 67)));
  background: linear-gradient(180deg, rgb(255, 81, 208) 0%, rgb(248, 54, 153) 30%, rgb(192, 13, 67) 100%);
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .main-menu-mobile > li a {
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 0 6px #a351fd, 0 0 10px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd;
}
.mobile-blog-wrap-menu .item-blog-mobile-menu .main-menu-mobile > li + li {
  margin-top: 10px;
}

.active-open {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.main-footer {
  padding: 3rem 0 2rem;
  background: rgb(230, 0, 246);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 0, 246)), color-stop(50%, rgb(139, 0, 207)), to(rgb(78, 0, 182)));
  background: linear-gradient(180deg, rgb(230, 0, 246) 0%, rgb(139, 0, 207) 50%, rgb(78, 0, 182) 100%);
}

.copyright-serve {
  padding: 0.8rem 0;
  background: #9E0505;
  color: #fff;
}
.copyright-serve p {
  font-size: 1.4rem;
}

.footer-item {
  text-align: center;
}
.footer-item h2 {
  color: #fffdb6;
}
.footer-item .footer-menu > li {
  display: inherit;
  margin: 0;
  padding: 0;
}
.footer-item .footer-menu > li a {
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.footer-item .footer-menu > li a:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  display: block;
  content: "";
  -webkit-box-shadow: inset 0px 0px 0.5em 0px #fadb00, 0px 0px 0.5em 0px #fadb00;
  box-shadow: inset 0px 0px 0.5em 0px #fadb00, 0px 0px 0.5em 0px #fadb00;
  -webkit-animation: border-flicker 2s linear infinite;
          animation: border-flicker 2s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-item .footer-menu > li:hover a {
  color: #fff;
  text-shadow: 0 0 7px #fadb00, 0 0 10px #fadb00, 0 0 21px #fadb00, 0 0 42px #fadb00, 0 0 82px #fadb00, 0 0 92px #fadb00, 0 0 102px #fadb00, 0 0 151px #fadb00;
}
.footer-item .footer-menu > li:hover a:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-footer-menu {
  padding: 1.5rem 0;
  border-radius: 30px;
  border: 2px solid #9500ff;
  background: rgb(108, 57, 177);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(108, 57, 177)), to(rgb(88, 65, 207)));
  background: linear-gradient(180deg, rgb(108, 57, 177) 0%, rgb(88, 65, 207) 100%);
}

.icon-foot-flex img {
  width: auto;
  height: 35px;
  margin: 0 5px;
}

.footer-fix-btn {
  position: fixed;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-fix-btn .item-fix-btn {
  width: 40%;
}
.footer-fix-btn .item-fix-btn.-center {
  width: 20%;
  position: relative;
  z-index: 1;
}
.footer-fix-btn .item-fix-btn.-center .logo-foot-mb {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 140%;
  height: 100%;
  display: block;
  content: "";
}
.footer-fix-btn .item-fix-btn img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .tab-nav .main-menu-header > li + li {
    margin-left: 10px;
  }
  .jackpot-wrapper .flex-jackpot img {
    position: relative;
    z-index: 2;
    width: 300px;
    height: auto;
  }
  .header-blog-img img {
    width: 500px;
    height: auto;
  }
  .icon-foot-flex img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  a {
    font-size: 1.4rem;
  }
  .tab-nav .main-menu-header > li a {
    font-size: 1.2rem;
  }
  .jackpot-wrapper .flex-jackpot img {
    position: relative;
    z-index: 2;
    width: 200px;
    height: auto;
  }
  .jackpot-wrapper .digit {
    font-size: 4rem;
    margin: 0 -15px;
  }
  .content-col-wrap .header-blog-img img {
    width: 400px;
    height: auto;
  }
  .btn-group-flex img {
    width: 140px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .content-col-wrap .header-blog-img img {
    width: 100%;
    height: auto;
  }
  .footer-fix-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-mobile {
    display: block;
  }
  .blog-head-mobile {
    width: 30%;
  }
  .icon-line {
    text-align: right;
  }
  .icon-line img {
    width: auto;
    height: 40px;
  }
  .main-nav {
    height: 60px;
  }
  .tab-nav {
    display: none;
  }
  .main-banner {
    margin: 60px 0 0;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  a {
    font-size: 1.4rem;
  }
  .bgwat2 {
    background-size: cover;
    background-position: right;
  }
  .logo-nav {
    width: 40%;
  }
  .blog-banner {
    width: 100%;
    margin: 0 auto;
  }
  .main-banner .tl-1 img {
    width: 50%;
    height: auto;
  }
  .main-banner .tl-2 img {
    width: 30%;
    height: auto;
  }
  .main-banner .tr-1 {
    width: 50%;
    right: -30px;
  }
  .main-banner .tr-2 {
    width: 30%;
    right: -30px;
  }
  .main-banner .tr-1 img {
    width: 100%;
    height: auto;
  }
  .main-banner .tr-2 img {
    width: 100%;
    height: auto;
  }
  .main-banner .tree-l {
    bottom: -30px;
    left: -50px;
  }
  .main-banner .tree-l img {
    width: 60%;
    height: auto;
  }
  .main-banner .tree-r {
    bottom: -30px;
    right: -50px;
    width: 70%;
  }
  .main-banner .tree-r img {
    width: 100%;
    height: auto;
  }
  .game-slide {
    padding: 1rem 0;
  }
  .game-slide {
    margin: 0 0 1.5rem;
  }
  .jackpot-wrapper {
    margin: 1.5rem 0 0;
  }
  .jackpot-wrapper .flex-jackpot img {
    position: relative;
    z-index: 2;
    width: 100px;
    height: auto;
  }
  .jackpot-wrapper .caption-jackpot {
    margin-left: 0px;
    border-radius: 8px;
    border: 3px solid #03fbff;
  }
  .jackpot-wrapper .number-jackpot {
    padding: 10px 15px;
    padding-left: 15px;
    font-size: 2rem;
    line-height: 1;
  }
  .jackpot-wrapper .digit {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    padding: 0 6px;
    background: #fff;
    margin: 0 -2px;
    border-radius: 5px;
  }
  .promotion-wrap .container {
    padding: 0;
  }
  .game-hit-wrap .head-game-hit img {
    width: 80%;
    height: auto;
  }
  .game-hit-wrap .head-game-hit {
    margin: 0rem;
  }
  .game-hit-wrap {
    padding-bottom: 1rem;
  }
  .game-hit-wrap .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .game-hit-wrap .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .content-col-wrap .thumb {
    margin: 0 0 -50px;
  }
  .blog-content-inner {
    padding: 1.5rem;
    padding-top: 0rem;
  }
  .blog-content-inner .bg-red {
    height: 95%;
    border: 3px solid #04ddff;
  }
  .content-blog-main {
    padding: 0 !important;
  }
  .btn-group-flex img {
    width: 100%;
    height: auto;
  }
  .header-blog-img img {
    width: 100%;
    height: auto;
  }
  .main-footer .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .main-footer .mt-4 {
    margin-top: 0 !important;
  }
  .main-footer {
    padding: 1rem 0;
  }
  .blog-footer-menu {
    padding: 1rem;
    padding-top: 0;
  }
  .footer-item .footer-menu > li a {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .footer-item {
    text-align: left;
    margin: 1rem 0 0;
  }
  .copyright-serve {
    padding: 0.8rem 15px;
  }
  .copyright-serve p {
    font-size: 1.1rem;
  }
  .slide-footer-brand .head-text-wrap {
    margin-bottom: 10px !important;
  }
  .slide-footer-brand .head-text-wrap img {
    width: 60%;
    height: auto;
  }
  .icon-foot-flex img {
    max-width: 100%;
    height: auto;
    margin: 0 5px;
  }
  .icon-foot-flex {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .footer-item .footer-menu > li {
    margin: 3px 0;
  }
  .copyright-serve {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 0.9rem;
  }
  h5 {
    font-size: 0.85rem;
  }
  h6 {
    font-size: 0.85rem;
  }
  p {
    font-size: 0.85rem;
    line-height: 1.1;
  }
  a {
    font-size: 1rem;
  }
  .footer-item .footer-menu > li a {
    font-size: 1rem;
    line-height: 1.1;
  }
  .jackpot-wrapper .flex-jackpot img {
    position: relative;
    z-index: 2;
    width: 80px;
    height: auto;
  }
  .jackpot-wrapper .digit {
    font-size: 1.5rem;
    margin: 0 -4px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
/*# sourceMappingURL=style.min.css.map */