@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap");
.footer {
  background: url(../img/bg-footer.png) no-repeat top #560000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
}

.footer01 {
  margin: auto;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer01 .col-80 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer01 img {
  padding: 0 10px;
}
.footer01 .img-logo {
  width: 300px;
}
.footer01 .img-logo img {
  width: 100%;
}
.footer01 .box-contact {
  margin-left: 20px;
  width: 22%;
}
.footer01 .box-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 15px;
}
.footer01 .box-contact .contact-img img {
  width: 90px;
}
.footer01 .box-contact .contact-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer01 .box-contact .contact-txt .txt-info01 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer01 .box-contact .contact-txt .txt-info02 {
  font-size: 1.25rem;
  color: #FFF6BB;
}

.footer02 {
  margin: auto;
  padding: 40px 40px;
  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;
}
.footer02 .contact-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.footer02 img {
  width: 80px;
}
.footer02 p {
  width: 75%;
}

body {
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  background: #151314;
  line-height: 1.5;
  color: #fff;
}

img, a, p, ul, li, div, input, h1, h2, h3, h4, h5, h6, span, textarea, table, tr, td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

select, textarea, input {
  outline: none;
}

a:hover, a:focus {
  outline: none;
}

button {
  outline: none;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

body, p, ul {
  margin: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

h1 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

.bg-index {
  background: url("../img/bg-mainindex.png") no-repeat top center;
  background-size: cover;
}

.title {
  color: #BC0000;
  padding: 0 0 20px;
}

.title2 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  color: #8B1A10;
  font-weight: bold;
}
.title2::before, .title2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../img/ic-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.title2::before {
  left: 0;
}
.title2::after {
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.secondary-title {
  color: #ffecc6;
  background: url("../img/bg-title.png") no-repeat center;
  background-size: contain;
  padding: 6px 0;
  text-align: center;
  margin: 20px 0;
}

.fsz24 {
  font-size: 1.5rem;
}

.flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-md {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-bt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-md-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-container {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.mr-l {
  margin-left: auto;
}

.col-6 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-9 {
  width: 66.66%;
}

.col-4 {
  width: 25%;
}

.col-8 {
  width: 75%;
}

.col-45 {
  width: 45%;
}

.col-55 {
  width: 55%;
}

.col-1 {
  width: 17.66%;
}

.col-5 {
  width: 20%;
}

.col-80 {
  width: 80%;
}

.col-60 {
  width: 60%;
}

.col-12 {
  width: 100%;
}

.col-10 {
  width: 90%;
}

.col-R {
  padding-left: 20px;
}

.col-L {
  padding-right: 20px;
}

a, .mask, li:hover, .btn, nav li > a:after {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.txt-center {
  text-align: center;
}

header {
  width: 100%;
  height: 96px;
  background: -webkit-gradient(linear, left top, left bottom, from(#560000), to(#BC0000));
  background: linear-gradient(180deg, #560000 0%, #BC0000 100%);
  position: fixed;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
header .nav ul li {
  text-align: center;
  float: left;
  padding: 15px 30px;
  position: relative;
}
header .nav ul li:after {
  position: absolute;
  content: " ❘ ";
  width: 10px;
  top: 15px;
  left: 0px;
  color: rgba(255, 251, 242, 0.5);
}
header .nav ul li:first-child:after {
  display: none;
}
header .nav ul li a.active, header .nav ul li a:hover {
  color: #FF7979;
}

.main {
  padding-top: 100px;
  padding-bottom: 40px;
  background: url(../img/bg-mainindex.png) top center no-repeat;
}

.box-banner {
  width: 100%;
  padding-top: 96px;
  position: relative;
  text-align: center;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-banner img {
  width: 100%;
}
.box-banner .banner img {
  width: 100%;
}
.box-banner .btn-index {
  width: 40%;
  margin-top: 0%;
  margin-bottom: 40px;
}
.box-banner .obj2 {
  -webkit-animation: obj2 3s linear infinite;
  animation: obj2 3s linear infinite;
}
@-webkit-keyframes obj2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: contrast(2);
            filter: contrast(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes obj2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: contrast(2);
            filter: contrast(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.box-banner .txt-index {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
}
.box-banner .line {
  margin-top: 3rem;
}

ul.box-item {
  margin: 0 auto;
  margin-top: 2rem;
  width: 80%;
}
ul.box-item li {
  width: 33.33%;
  padding: 20px 10px;
}
ul.box-item li img {
  width: 100%;
}
ul.box-item li img:hover {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}

.game-section {
  margin: 20px 0 100px;
}
.game-section .game-wrapper {
  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;
  margin: 30px;
}
.game-section .img-game {
  width: 40%;
  margin-right: 20px;
}
.game-section .img-game img {
  width: 100%;
  height: auto;
}
.game-section .img-game img:hover {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.game-section .txt-game {
  width: 50%;
  text-align: left;
}
.game-section .txt-game h3 {
  margin-bottom: 10px;
}
.game-section .txt-game p {
  font-size: 1.25rem;
  line-height: 1.6;
}

ul.nav-tabs {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
ul.nav-tabs li {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
ul.nav-tabs li span {
  width: 150px;
  padding: 10px 0;
  background: url(../img/btn-bg02.png) repeat-x;
  background-size: contain;
  font-size: 1.25rem;
  border-radius: 50px;
  text-align: center;
  margin: 20px;
}
ul.nav-tabs li span:hover {
  background: url(../img/btn-bg01.png) repeat-x;
  background-size: contain;
}
ul.nav-tabs li span.active {
  background: url(../img/btn-bg01.png) repeat-x;
  background-size: contain;
}

.tab-content {
  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;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.tab-content section {
  font-size: 1.25rem;
  text-align: left;
}
.tab-content .img-vip {
  width: 100%;
  margin-bottom: 20px;
}

.floating-sidebar-wrapper {
  position: fixed;
  right: 1%;
  bottom: 5%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.floating-sidebar {
  width: 200px;
  background: url(../img/side-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  text-align: center;
  z-index: 9999;
}

.toggle-sidebar-btn {
  display: none;
  position: absolute;
  top: 48%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 5px 8px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#560000), to(#BC0000));
  background: linear-gradient(90deg, #560000 0%, #BC0000 100%);
  height: 105px;
  width: 32px;
  color: #FFF6BB;
  font-size: 1.2rem;
  font-weight: bold;
}

.qrcode-box {
  margin-top: 10px;
}

.qrcode-img {
  width: 88%;
}

.qrcode-text {
  color: #ffdd9a;
  margin-top: 8px;
  line-height: 1.4;
}

.btn {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn img {
  width: 100%;
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section p, section li {
  color: #560000;
}

@media (max-width: 1024px) {
  .footer01 .col-80 {
    width: 100%;
  }
  .footer01 .img-logo {
    width: 30%;
  }
  .footer01 .box-contact {
    width: auto;
  }
  .tab-content {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .game-section {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .game-section .game-wrapper {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .game-section .img-game {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 34px;
    margin-bottom: 25px;
  }
  .game-section .img-game img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .game-section .txt-game {
    width: 100%;
    padding: 10px;
    margin-top: -62px;
    color: #f5d393;
    border-radius: 0 0 12px 12px;
    border: 2px solid #FFC600;
    border-top: none;
    text-align: left;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#BC0000), to(#560000));
    background: linear-gradient(180deg, #BC0000 0%, #560000 100%);
    -webkit-box-shadow: 0px -2px 5px 0px #000000 inset;
            box-shadow: 0px -2px 5px 0px #000000 inset;
  }
  .game-section .txt-game h3 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    color: #FFF6BB;
  }
  .game-section .txt-game p {
    font-size: 1rem;
    color: #fff;
  }
  .tab-content {
    width: 100%;
  }
  .container {
    width: 90%;
    max-width: 90%;
  }
  ul.nav-tabs li {
    width: 33.33%;
    padding: 2%;
  }
  ul.nav-tabs li span {
    width: 100%;
    margin: 10px 0;
    font-size: 1rem;
  }
  .floating-sidebar-wrapper {
    right: -150px;
  }
  .floating-sidebar-wrapper.active {
    right: 0;
  }
  .toggle-sidebar-btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .footer01 {
    padding: 20px 5%;
  }
  .footer01 .img-logo {
    width: 30%;
  }
  .footer01 .box-contact {
    width: auto;
  }
  .footer01 .box-contact .contact-info {
    padding: 10px;
  }
  .footer01 .box-contact .contact-txt .txt-info01, .footer01 .box-contact .contact-txt .txt-info02 {
    font-size: 1rem;
  }
  .footer01 .box-contact .contact-img img {
    width: 64px;
  }
  .footer02 {
    padding: 20px 5%;
  }
  .footer02 .contact-img img {
    width: 50px;
  }
  .footer02 p {
    font-size: 0.8rem;
    width: auto;
  }
  .secondary-title {
    margin: 2px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .main {
    padding-top: 60px;
  }
  .container {
    width: 95%;
  }
  h3, .fsz24 {
    font-size: 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  .title2 {
    margin-bottom: 15px;
  }
  header {
    font-size: 1.2rem;
    height: 60px;
  }
  header .nav ul {
    width: 100%;
    text-align: center;
  }
  header .nav ul li {
    width: 33.33%;
    padding: 2px 2%;
  }
  header .nav ul li:after {
    width: 10px;
    top: 0px;
    left: 0px;
  }
  .box-banner {
    padding-top: 60px;
  }
  .box-banner .btn-index {
    width: 70%;
    margin-top: 0%;
  }
  .box-banner .txt-index {
    width: 90%;
  }
  ul.box-item {
    width: 100%;
    margin-top: 20px;
  }
  ul.box-item li {
    padding: 10px 5px 0px;
    font-size: 1rem;
  }
  ul.nav-tabs li span {
    font-size: 0.9rem;
  }
  .footer01 .img-logo {
    width: 35%;
  }
  .footer01 .box-contact {
    width: auto;
    margin-left: 0;
  }
  .footer01 .box-contact .contact-txt .txt-info01, .footer01 .box-contact .contact-txt .txt-info02 {
    font-size: 0.9rem;
  }
  .footer01 .box-contact .contact-img img {
    width: 54px;
  }
  .footer02 p {
    font-size: 0.55rem;
  }
  .tab-content section {
    font-size: 1rem;
  }
  .floating-sidebar {
    bottom: 3%;
    width: 150px;
    padding: 135px 7px 8px 6px;
  }
  .qrcode-text {
    font-size: 0.9rem;
  }
}