@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
.text-highlight {
  color: #28a9e0 !important;
}
a {
  color: #5a5a5a;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover,
a:focus {
  color: #5a5a5a;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.text-underline {
  text-decoration: underline !important;
}
.bold {
  font-weight: 600;
}
.thin {
  font-weight: 300;
}
h2,
.h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
.h3 {
  font-size: 24px;
  display: block;
}
@media (max-width: 575.98px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
.upper {
  text-transform: uppercase;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.transition {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.center-aligned {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vertical-aligned {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
hr {
  height: 1px;
  background: #dbdbdb;
  margin: 15px 0;
  border: 0;
}
::selection {
  color: #fff;
  background: #28a9e0;
}
::-moz-selection {
  color: #fff;
  background: #28a9e0;
}
.signal {
  border: 5px solid #333;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
html {
  height: 100%;
}
body {
  font-family: 'Roboto', Microsoft YaHei, Microsoft JhengHei;
  color: #5a5a5a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  line-height: 1.3;
  font-weight: 300;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.tag {
  position: absolute;
  color: white;
  left: 0;
  top: 0;
  z-index: 1;
}
.tag .tag-hot {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #e91e63 transparent transparent;
}
.tag .tag-new {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #ff5722 transparent transparent;
}
.tag .tag-text {
  font-size: 13px;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 3;
  font-weight: 400;
}
.banner-nav-holder,
.bg-darkgrey {
  background-color: #dbdbdb;
}
.banner-nav .slick-list {
  overflow: visible;
}
.banner-nav .slick-slide {
  line-height: 45px;
  color: #3a3a3a;
  font-size: 14px;
  height: 50px;
  border-bottom: 5px solid #3a3a3a;
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  margin-right: 2px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-nav .slick-slide:focus {
  outline: 0;
}
.banner-nav .slick-slide.slick-current {
  background-color: #fff;
  color: #28a9e0;
  border-color: #28a9e0;
  height: 54px;
  margin-top: -4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.banner-nav .slick-track {
  transform: none !important;
}
.banner-slider img {
  width: 100%;
  max-width: 100%;
}
.card-body {
  padding: 15px;
}
.container {
    max-width: 100%;
}
.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  pointer-events: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px ;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background: #dbdbdb;
  border-radius: 40px;
  pointer-events: auto;
}
.slick-dots li button::before {
  content: "";
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  width: 10px ;
  height: 10px;
  opacity: 1;
  background-color: #28a9e0;
}
.slick-next,
.slick-prev {
  bottom: -30px;
  top: 50%;
  background-color: #dbdbdb;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.slick-next::before,
.slick-prev::before {
  color: white;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #28a9e0;
}
.slick-next:focus,
.slick-prev:focus,
.slick-next:focus:hover,
.slick-prev:focus:hover {
  background: #dbdbdb;
}
.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f054";
}
.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f053";
}
.index-banner .slick-dots {
  bottom: 5px;
}
.index-banner .slick-dots li button {
  border: 1px solid white;
  background: white;
}
.index-banner .slick-dots li.slick-active button {
  background: #28a9e0;
}
.marquee-box {
  background-color: #1a1a1a;
  color: white;
  height: 40px;
}
.marquee-box ul,
.marquee-box li {
  margin-bottom: 0;
}
.marquee-box a {
  color: white;
}
.marquee-box .bg-info {
  background-color: #28a9e0 !important;
  padding: 10px;
  text-align: center;
}
.marquee-box .marquee {
  width: 90%;
  overflow: hidden;
  padding: 10px;
  display: inline-block;
}
.marquee-box .marquee li {
  margin-right: 60px;
}
@media (max-width: 991.98px) {
  .marquee-box .marquee {
    width: 100%;
  }
}
.marquee-box .news-more {
  vertical-align: top;
  display: inline-block;
  padding: 12px 10px;
  float: right;
  font-size: 14px;
}
.marquee-box .news-more .lnr {
  font-size: 10px;
}
.promo-list .new-member {
  right: 11.5%;
  position: absolute;
  top: 34%;
}
@media (min-width: 992px) {
  .promo-list a {
    display: block;
    width: 360px;
    text-align: center;
    margin: 0 auto 20px auto;
    position: relative;
    max-width: 100%;
  }
  .promo-list img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo-list .new-member {
    transform: scale(0.8);
    right: 7.5%;
  }
}
@media (max-width: 991.98px) {
  .promo-list.row {
    margin-left: 0;
    margin-right: 0;
  }
  .promo-list [class^=col] {
    max-width: 100%;
    padding: 0 5px;
  }
  .promo-list img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .promo-list [class^=col] {
    padding: 0 5px;
  }
  .promo-list .new-member {
    transform: scale(0.8);
    bottom: 10px;
    right: 10px;
    top: auto;
  }
}
.promo-list .slick-dots {
  position: static;
}
.promo-list .slick-dots li:not(.slick-active) button {
  background-color: #dbdbdb;
}
.center-slide .slick-slide:not(.slick-active) {
  opacity: 0.2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.featured-box {
  position: relative;
  margin-bottom: 20px;
}
.featured-box .featured-content {
  text-align: center;
  padding: 10px;
  background-image: url(../images/home/bg-featurer.jpg);
}
.featured-box .featured-content img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.featured-box .featured-content .cta-btn {
  display: none;
}
.featured-box .featured-content .cta-btn .btn {
  font-weight: 300;
}
@media (min-width: 768px) {
  .featured-box {
    background-color: #dbdbdb;
    padding: 10px;
  }
  .featured-box .featured-content .game-logo {
    margin-bottom: 20px;
  }
  .featured-box .featured-content .btn {
    margin-bottom: 10px;
  }
  .featured-box .featured-content .cta-btn {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .featured-box .cta-btn .btn {
    font-size: 12px;
  }
}
.slick-slide:focus {
  outline: 0;
}
.featured-slider {
  margin: 0 -10px;
}
.featured-slider .slick-slide {
  padding: 0 10px;
}
.featured-slider .featured-box {
  padding: 0 !important;
}
.featured-slider .featured-box .featured-content {
  padding: 3px;
}
.featured-slider .game-logo {
  margin-bottom: 0 !important;
}
.featured-slider .tag-text {
  font-size: 10px;
}
.featured-slider .tag .tag-hot,
.featured-slider .tag .tag-new {
  border-width: 30px 30px 0 0;
}
.featured-slider .tag-text {
  top: 2px !important;
  left: 2px !important;
}
.guide-blog {
  padding: 30px;
  background-repeat: no-repeat;
  background-position: top left;
}
.guide-blog .featured-img {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 56.9%;
  margin-bottom: 15px;
}
.guide-blog .h3 {
  font-size: 20px;
  font-weight: 400;
  color: #28a9e0;
  display: block;
}
.guide-blog .desc,
.guide-blog .more {
  font-size: 14px;
  margin-bottom: 10px;
}
.guide-blog .more {
  color: #28a9e0;
}
.guide-blog .more i {
  font-size: 12px;
}
.app-intro {
  background-color: #eef2f5;
  padding: 50px 0;
}
.app-intro .btn {
  text-align: left;
  padding-top: 11px;
  padding-bottom: 10px;
  display: block;
  font-weight: 300;
}
.app-intro .btn img {
  max-width: 24px;
  margin-right: 10px;
  vertical-align: bottom;
}
.app-intro ul {
  margin: 20px 0;
  padding: 0 0 0 18px;
}
.app-intro ul li {
  padding-bottom: 10px;
}
.app-intro .h3 {
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .app-intro .h3 {
    font-size: 30px;
  }
}
.app-intro .h5 {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .app-intro .h3 {
    font-size: 26px;
  }
  .app-intro .h5 {
    font-size: 16px;
  }
}
.app-intro .btn-outline-success {
  border-color: #8bc34a;
  color: #8bc34a;
}
.app-intro .btn-outline-success:hover,
.app-intro .btn-outline-success:active,
.app-intro .btn-outline-success:focus,
.app-intro .btn-outline-success:active:focus {
  background: #8bc34a !important;
  color: white;
  border-color: #8bc34a !important;
}
@media (min-width: 576px) {
  .app-intro .btn {
    width: 100%;
  }
}
#home-accordion {
  margin-top: 50px;
}
#home-accordion .card {
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
#home-accordion .card-header {
  border-radius: 0;
  background-color: #28a9e0;
  border: 0;
  padding: 10px 30px 10px 15px;
  position: relative;
}
#home-accordion .card-header i {
  position: absolute;
  right: 15px;
  top: 13px;
  color: white;
  font-size: 12px;
}
#home-accordion .card-header[aria-expanded="true"] i:before {
  content: "\f068";
}
#home-accordion .card-header .h5,
#home-accordion .card-header h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: white;
}
#home-accordion .card-body {
  background-color: #eef2f5;
  font-size: 14px;
}
#home-accordion .about-card {
  margin-bottom: 10px;
}
#home-accordion .about-card h2 {
  font-size: 16px;
  color: #28a9e0;
}
#home-accordion .about-card :not(h2) a,
#home-accordion .about-card :not(h2) a:hover,
#home-accordion .about-card :not(h2) a:focus {
  color: #28a9e0;
  text-decoration: underline;
}
#home-accordion .about-card br {
  font-size: 20px;
}
#home-accordion .partner-logo {
  margin: 15px 0;
}
#home-accordion .partner-logo a {
  position: relative;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 26.4%;
}
@media (min-width: 992px) {
  #home-accordion .collapse:not(.show) {
    display: block;
  }
  #home-accordion .collapse {
    margin-bottom: 30px;
  }
  #home-accordion .card-header,
  #home-accordion .card-body {
    background: transparent;
    padding: 0;
  }
  #home-accordion .card-header {
    pointer-events: none;
  }
  #home-accordion .card-header i {
    display: none;
  }
  #home-accordion .card-header h1 {
    color: #28a9e0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  #home-accordion .card-header .h5 {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
  }
  #home-accordion .about {
    text-align: center;
    margin-top: 50px;
  }
  #home-accordion .about p {
    font-size: 16px;
  }
  #home-accordion .about .about-card {
    background-color: #eef2f5;
    padding: 30px 10px 10px;
    position: relative;
  }
  #home-accordion .about .about-card p {
    font-size: 14px;
  }
  #home-accordion .about .about-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #28a9e0 transparent transparent;
  }
  #home-accordion .about .about-card h2 a {
    color: #28a9e0;
  }
  #home-accordion .partner-logo {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}
.footer {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 14px;
}
.footer .h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer li {
  margin-bottom: 20px;
}
.footer a {
  opacity: 0.5;
  color: white;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  opacity: 1;
  color: white;
}
.copyright {
  font-size: 12px;
  border-top: 1px solid #5a5a5a;
  padding: 20px 0 50px;
}
.copyright .pagcor {
  color: rgba(255, 255, 255, 0.5);
}
.copyright img {
  width: 110px;
}
@media (max-width: 991.98px) {
  .copyright {
    padding-bottom: 60px;
    font-size: 10px;
  }
}
.browser-list {
  text-align: center;
  font-size: 11px;
}
.browser-list img {
  width: 32px;
  display: block;
  margin: 0 auto 10px;
}
.bank-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.bank-list li {
  max-width: 70px;
  width: 22%;
  display: inline-block;
  margin: 0 5px 10px 0;
}
@media (max-width: 575.98px) {
  .bank-list li {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .bank-list li {
    max-width: 62px;
    width: 20%;
  }
}
.bank-list img {
  max-width: 100%;
}
.services a {
  position: relative;
  display: block;
}
.services .learn-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .services .learn-more {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .services .learn-more {
    transform: scale(0.8);
    bottom: 5px;
    right: 0;
  }
}
.sc-float {
  position: fixed;
  background-color: #e91e63;
  color: white;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .sc-float {
    display: none !important;
  }
}
.sc-deposit-wrapper {
  z-index: 11;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  pointer-events: none;
}
#sc-deposit {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  padding: 15px 40px 15px 50px;
  cursor: pointer;
}
#sc-deposit i,
#sc-deposit .lnr-chevron-up {
  position: absolute;
}
#sc-deposit i {
  left: 15px;
  font-size: 22px;
  top: 14px;
}
#sc-deposit .lnr {
  right: 15px;
  font-size: 10px;
  top: 20px;
}
#sc-luckydraw {
  padding: 0;
  top: 25%;
  left: 0;
}
#sc-luckydraw img {
  width: 66px;
}
#sc-contact {
  right: 0;
  top: 25%;
}
#sc-contact img {
  width: 32px;
}
#sc-contact ul {
  margin: 0;
}
#sc-contact li {
  cursor: pointer;
}
#sc-contact li a {
  display: block;
  padding: 16px;
}
.popover {
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  max-width: 300px;
  border: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.popover.bs-popover-left {
  left: 8px !important;
}
.qrcode {
  width: 106px;
  display: block;
  margin-bottom: 20px;
}
.popover-body {
  padding: 19px;
}
.find-password-action {
  text-align: center;
}
.find-password-action a {
  display: block;
}
.find-password-action .h3 {
  color: #28a9e0;
  font-weight: 400;
  margin-bottom: 20px;
}
.find-password-action p {
  line-height: 1.4;
}
.find-password-action .blue-box {
  border-radius: 2px;
  background-color: #28a9e0;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.find-password-action .blue-box.live-chat {
  background-image: url(../img/32x32-icon_white-live-chat.svg);
}
.find-password-action .blue-box.email {
  background-image: url(../img/32x32-icon_white-email.svg);
}
@media (max-width: 991.98px) {
  .find-password-action {
    margin-bottom: 40px;
  }
}
.img-complaints {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-top: 6px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.img-complaints.bg-happy {
  background-image: url(../img/32x32-icon_happy.svg);
}
.img-complaints.bg-friendly {
  background-image: url(../img/32x32-icon_friendly.svg);
}
.img-complaints.bg-surprised {
  background-image: url(../img/32x32-icon_surprised.svg);
}
.img-complaints.bg-crying {
  background-image: url(../img/32x32-icon_crying.svg);
}
.img-complaints.bg-angry {
  background-image: url(../img/32x32-icon_angry.svg);
}
.img-complaints.active,
.img-complaints:hover {
  -webkit-filter: none;
  filter: none;
}
.text-small {
  font-size: 14px;
  color: #bdbdbd;
  opacity: 1;
}
.news-slider {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}
.news-slider.invisible {
  opacity: 0;
  max-height: 200px !important;
}
.news-slider .news-content {
  min-height: 120px;
}
.prevent-scroll {
  position: fixed !important;
}
.inner-banner {
  background-color: #28a9e0;
  background-position: center center;
  background-size: cover;
  min-height: 260px;
  position: relative;
}
.inner-banner h2 {
  color: white;
  padding: 80px 0;
  font-weight: 300;
  margin: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .inner-banner {
    background-image: none !important;
    min-height: auto;
  }
  .inner-banner h2 {
    padding: 30px 0 20px;
  }
}
.heading-icon {
  width: 96px;
  height: 96px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.heading-icon.register {
  background-image: url(../img/icon_user.svg);
}
.heading-icon.download {
  background-image: url(../img/icon_download.svg);
}
@media (max-width: 575.98px) {
  .heading-icon {
    width: 50px;
    height: 50px;
  }
}
.body-content {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .body-content {
    padding: 20px 0;
  }
}
.hall-banner {
  background-position: top;
  background-size: 100% auto;
  padding-bottom: 26.042%;
  background-repeat: no-repeat;
  margin-bottom: -5%;
}
@media (max-width: 767.98px) {
  .hall-banner {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 40.044%;
    margin-bottom: -30px;
  }
}
.hall-banner.casino {
  background-image: url(../img/en/banner-casino.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.casino {
    background-image: url(../img/en/banner-casino-m.jpg);
  }
}
.hall-banner.sport {
  background-image: url(../img/en/banner-sport.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.sport {
    background-image: url(../img/en/banner-sport-m.jpg);
  }
}
.hall-banner.slots {
  background-image: url(../img/en/banner-slot.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.slots {
    background-image: url(../img/en/banner-slot-m.jpg);
  }
}
.hall-banner.lottery {
  background-image: url(../img/en/banner-lottery.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.lottery {
    background-image: url(../img/en/banner-lottery-m.jpg);
  }
}
.hall-banner.casino.zh {
  background-image: url(../img/zh/banner-casino.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.casino.zh {
    background-image: url(../img/zh/banner-casino-m.jpg);
  }
}
.hall-banner.sport.zh {
  background-image: url(../img/zh/banner-sport.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.sport.zh {
    background-image: url(../img/zh/banner-sport-m.jpg);
  }
}
.hall-banner.slots.zh {
  background-image: url(../img/zh/banner-slot.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.slots.zh {
    background-image: url(../img/zh/banner-slot-m.jpg);
  }
}
.hall-banner.lottery.zh {
  background-image: url(../img/zh/banner-lottery.jpg);
}
@media (max-width: 767.98px) {
  .hall-banner.lottery.zh {
    background-image: url(../img/zh/banner-lottery-m.jpg);
  }
}
.game-card-box {
  background-color: #eef2f5;
  padding: 9px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .game-card-box {
    padding: 1px;
  }
}
.game-card {
  background-color: white;
}
.game-card .game-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  padding-bottom: 69.3%;
  position: relative;
}
.game-card .game-screen::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.game-card .game-screen .game-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 20px;
  right: 20px;
  color: white;
}
.game-card .game-screen .game-name .game-logo {
  width: 100px;
  max-width: 50%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}
.game-card .game-screen .game-name .game-logo .logo-guide {
  visibility: hidden;
  max-width: 100%;
}
.game-card .game-screen .game-name .h3 {
  position: absolute;
  left: 120px;
  bottom: 20px;
  margin: 0;
  right: 0;
  word-break: break-word;
}
.game-card .game-details {
  padding: 20px;
}
.game-card .game-details .game-info {
  margin-bottom: 10px;
}
.game-card .game-details .figure-label {
  background-color: #ff5722;
  color: white;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  min-width: 48px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 5px;
  line-height: 1;
  font-size: 14px;
}
.game-card .game-details .like-label,
.game-card .game-details .played-label {
  display: inline-block;
  min-width: 48px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #bdbdbd;
  margin-right: 5px;
  line-height: 1;
}
.game-card .game-details .like-label i,
.game-card .game-details .played-label i {
  margin-left: 3px;
}
.game-card .game-details .played-label {
  color: #ff5722;
}
.game-card .game-details figure {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.game-card .game-details .btn {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .game-card .game-details .figure-label,
  .game-card .game-details .played-label,
  .game-card .game-details .like-label {
    font-size: 10px;
    min-width: 40px;
  }
  .game-card .game-details figure {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .game-card .game-screen .game-name {
    left: 10px;
    right: 10px;
  }
  .game-card .game-screen .game-name .game-logo {
    max-width: 40%;
  }
  .game-card .game-screen .game-name .h3 {
    bottom: 10px;
    left: 45%;
  }
  .game-card .game-details {
    padding: 10px;
  }
  .game-card .game-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .game-card .game-screen .game-name {
    left: 5px;
    right: 5px;
  }
  .game-card .h3 {
    font-size: 16px;
  }
  .game-card .game-details {
    font-size: 12px;
    padding: 5px;
  }
  .game-card .game-details .figure-label {
    font-size: 10px;
    min-width: 35px;
  }
  .game-card .game-details figure {
    font-size: 11px;
  }
}
.download-tabs {
  display: none;
}
@media (min-width: 992px) {
  .download-tabs {
    display: flex;
    margin: 0 -15px;
  }
  .download-tabs .nav-item {
    width: 11%;
  }
  .download-content .card {
    border: none;
  }
  .download-content .card .card-header {
    display: none;
  }
  .download-content .card .collapse {
    display: block;
  }
  .download-content .card-body {
    padding: 60px 0 0;
  }
  .download-content .card-body p {
    margin-bottom: 30px;
  }
  .download-content .card-body .h3 {
    margin-top: 40px;
  }
  .download-content .btn-sm {
    font-size: 16px;
    padding: 3px 14px 4px;
  }
  .download-content .btn {
    margin-right: 10px;
  }
  .download-content .btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .download-tabs .nav-item {
    width: 9%;
  }
}
@media (max-width: 991.98px) {
  .download-content .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
#platforms {
  position: relative;
}
#platforms .nav-item {
  min-width: 16.7%;
}
#platforms .nav-link {
  line-height: 45px;
  color: #3a3a3a;
  height: 50px;
  border-bottom: 5px solid #3a3a3a;
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 0;
}
#platforms .nav-link:focus {
  outline: 0;
}
#platforms .nav-link.active {
  background-color: #fff;
  color: #28a9e0;
  border-color: #28a9e0;
  height: 54px;
  margin-top: -4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  #platforms .nav-item {
    min-width: 30%;
    margin: 0 auto;
  }
  #platforms .nav-link {
    border-bottom-color: transparent;
  }
  #platforms .nav-link.active {
    background-color: transparent;
    height: 50px;
    margin-top: 0;
    box-shadow: none;
  }
}
.download-tabs .nav-link {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
}
.download-tabs .nav-link .download-pill {
  background-color: white;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.download-tabs .nav-link .download-pill .label {
  color: #5a5a5a;
  margin: 10px 0;
  min-height: 28px;
  word-break: break-word;
  padding: 0 5px;
}
.download-tabs .nav-link .download-pill .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 100%;
}
.download-tabs .nav-link.active,
.download-tabs .nav-link:hover,
.download-tabs .nav-link:focus {
  background-color: transparent;
}
.download-tabs .nav-link.active .download-pill,
.download-tabs .nav-link:hover .download-pill,
.download-tabs .nav-link:focus .download-pill {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .download-content .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .download-content .card:last-child {
    margin-bottom: 0;
  }
  .download-content .card-header {
    padding: 10px 10px 10px 5px;
    border-radius: 0;
    border: 0;
    font-size: 12px;
  }
  .download-content .card-header .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 100%;
    width: 60px;
    max-width: 100%;
    margin: 0 auto;
  }
  .download-content .card-header .h3 {
    font-size: 13px;
  }
  .download-content .card-header p {
    margin: 0;
  }
  .download-content .card-header .btn-sm {
    font-size: 12px;
    letter-spacing: 0;
    padding: 4px 8px;
  }
}
@media (max-width: 991.98px) {
  .download-content .card-header .btn-sm {
    margin-bottom: 7px;
    display: block;
  }
  .download-content .card-header .btn-sm:last-child {
    margin-bottom: 0;
  }
}
#apps-options .download-pill .icon {
  background-size: 50% auto;
}
@media (max-width: 991.98px) {
  #apps-content.download-content .card-header .icon {
    width: 40px;
  }
}
html[lang="zh"] body {
  font-weight: 400;
}
html[lang="zh"] .site-nav .nav-link,
html[lang="zh"] .site-nav .nav-item > a,
html[lang="zh"] .btn:not(.forgot-trigger):not(.dropdown-toggle):not(.btn-link),
html[lang="zh"] .nav-item .dropdown-menu .game-go a,
html[lang="zh"] .banner-nav .slick-slide,
html[lang="zh"] footer .h3,
html[lang="zh"] #platforms .nav-link,
html[lang="zh"] .download-content .card-header .h3 {
  font-weight: 600;
}
html[lang="zh"] .sidr .bootstrap-select .dropdown-toggle {
  font-weight: 400;
}
html[lang="zh"] .langpick .dropdown-toggle {
  font-weight: 600;
}
html[lang="zh"] .banner-nav .slick-slide {
  font-size: 15px;
}
html[lang="zh"] .app-intro .btn {
  font-weight: 400 !important;
}
html[lang="zh"] footer {
  font-size: 16px;
}
html[lang="zh"] .btn-wide {
  min-width: 120px;
}
@media (min-width: 1200px) {
  html[lang="zh"] .marquee-box .bg-info {
    -ms-flex: 0 0 10.333333%;
    flex: 0 0 10.333333%;
    max-width: 10.333333%;
  }
  html[lang="zh"] .marquee-box .bg-info + .col-xl-11 {
    -ms-flex: 0 0 89.666667%;
    flex: 0 0 89.666667%;
    max-width: 89.666667%;
  }
}
@media (min-width: 992px) {
  html[lang="zh"] #home-accordion .card-header .h5 {
    font-weight: 600;
  }
}
@media (max-width: 380px) {
  html[lang="zh"] .bg-info {
    font-size: 13px;
  }
}
#topbar {
  padding: 30px 0 10px;
  background:#005d85;
}
#topbar .form-control {
  max-width: 210px;
}
.site-nav {
  background-color: #28a9e0;
  color: white;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 99;
  height: 50px;
}
.site-nav .nav-link,
.site-nav .nav-item > a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 14px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.site-nav .dropdown-toggle {
  padding: 15px 14px !important;
}
@media (min-width: 1200px) {
  .site-nav .nav-item:not(.i-home):not(.i-app) > a {
    min-width: 115px;
  }
}
.site-nav i {
  font-size: 30px;
  line-height: 50px;
}
.site-nav .i-home .nav-link,
.site-nav .i-app .nav-link {
  padding: 0 14px;
}
.site-nav .dropdown-toggle::after {
  content: none;
}
.site-logo {
  width: 140px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.site-logo img {
  display: block;
  max-width: 100%;
}
.lnr-chevron-down {
  font-size: 8px;
  vertical-align: text-top;
  line-height: 16px;
  margin-left: 6px;
}
.nav-item.dropdown.show {
  background-color: #1e9bd0;
}
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 20px 0px 20px;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 600px;
  max-height: 80vh;
  top: 50px;
}
@media (max-width: 991.98px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
.nav-card {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.nav-card .h3 {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
.nav-card.nav-game-hall a {
  display: block;
  color: black;
  padding: 0;
}
.nav-card.nav-game-hall a:hover,
.nav-card.nav-game-hall a:focus,
.nav-card.nav-game-hall a:active {
  color: #28a9e0;
}
.nav-card.nav-game-hall a .h3 {
  text-transform: none;
  padding: 21px 0;
  text-align: center;
}
.nav-card.nav-game-hall a .h3 i {
  font-size: 20px;
}
.nav-game {
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  margin: 0 30px 0 10px;
}
.game-info {
  margin: 9px 0 3px;
  display: block;
}
.i-info {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
}
.bg-info-pc {
  background: url(../img/24x24-icon_gray-pc.svg) no-repeat 0 0;
}
.bg-info-download {
  background: url(../img/24x24-icon_gray-download.svg) no-repeat 0 0;
}
.bg-info-apple {
  background: url(../img/24x24-icon_gray-apple.svg) no-repeat 0 0;
}
.bg-info-android {
  background: url(../img/24x24-icon_gray-android.svg) no-repeat 0 0;
}
.bg-info-html5 {
  background: url(../img/24x24-icon_gray-html5.svg) no-repeat 0 0;
}
.dropdown-menu {
  border-radius: 0;
  border: 0;
  margin: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#nav-icon {
  cursor: pointer;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav-icon span {
  display: block;
  height: 2px;
  width: 26px;
  background: white;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler {
  display: none;
}
#mobile-navigation {
  display: none;
}

  #topbar {
    padding: 5px 0;
  }
  .navbar-toggler {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .site-nav {
    display: none;
  }
  .site-logo {
    width: 100px;
    margin: 0;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  .btn-link {
    font-size: 14px;
  }

@media (max-width: 575.98px) {
  .site-logo {
    width: 78px;
  }
}
.sidr {
  background-color: white;
  box-shadow: none;
  font-family: 'Roboto', Microsoft YaHei, Microsoft JhengHei;
}
.sidr .sidr-inner {
  padding: 0;
}
.sidr select {
  margin: 0 !important;
  background-color: #fff !important;
}
.sidr ul {
  border-top: 0;
  margin: 0;
  width: 100%;
  border-bottom-color: #dbdbdb;
}
.sidr ul li {
  border: 0 !important;
  line-height: 45px;
}
.sidr ul li a {
  color: #898989 !important;
  font-size: 17px;
  line-height: 44px;
}
.sidr ul li:focus a,
.sidr ul li:hover a {
  box-shadow: none;
}
.sidr .bootstrap-select {
  width: 100% !important;
}
.sidr .bootstrap-select .dropdown-toggle {
  text-align: left !important;
  padding: 0 0 0 10px !important;
  background-color: white;
  border: 0;
  color: #898989 !important;
  font-size: 17px;
  line-height: 44px;
  font-weight: 300;
}
.sidr .bootstrap-select .dropdown-toggle::after {
  content: '';
}
.sidr .bootstrap-select .dropdown-toggle img {
  width: 30px;
  margin-right: 8px;
}
.sidr-open {
  overflow: hidden !important;
}
.sidr-open .sidr {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.lang-picker img {
  width: 24px;
  margin-top: -2px;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu li a {
  padding: 10px 15px;
  display: block;
}
.btn-link.dropdown-toggle {
  padding-left: 12px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 1;
}
.btn-link.dropdown-toggle:hover,
.btn-link.dropdown-toggle:focus,
.btn-link.dropdown-toggle:active {
  background-color: transparent;
  color: #5a5a5a;
  text-decoration: none;
  box-shadow: none;
  outline: 0 !important;
}
.dropdown-toggle {
  padding-right: 30px !important;
}
.dropdown-toggle::after {
  border: 0 !important;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #5a5a5a;
  vertical-align: baseline;
  position: absolute;
  top: 13px;
  right: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #dbdbdb;
  color: black;
}
.dropdown-menu.inner {
  display: block;
}
.filter-option {
  vertical-align: middle;
}
.nav-home {
  padding-left: 0 !important;
  text-align: left;
}
.nav-home i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 33px;
  margin-top: 1px;
}
.nav-home img {
  opacity: 0;
  width: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.stick .nav-home i {
  opacity: 0;
}
.stick .nav-home img {
  opacity: 1;
}
.nav-signup {
  position: absolute;
  right: 15px;
}
.nav-signup a {
  background-color: #e91e63;
  min-width: 140px !important;
}
.mobile-nav-icon {
  position: relative;
}
.mobile-nav-icon a {
  padding-left: 55px !important;
}
.mobile-nav-icon::before {
  content: "";
  width: 30px;
  top: 0;
  bottom: 0;
  left: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 30px 25px;
  background-position: center;
}
.mobile-nav-icon.icon-home::before {
  background-image: url(../img/nav/icon_homepage-outline.svg);
}
.mobile-nav-icon.icon-casino::before {
  background-image: url(../img/nav/icon_livecasino-outline.svg);
}
.mobile-nav-icon.icon-sport::before {
  background-image: url(../img/nav/icon_sports-outline.svg);
}
.mobile-nav-icon.icon-slots::before {
  background-image: url(../img/nav/icon_slot-outline.svg);
}
.mobile-nav-icon.icon-lottery::before {
  background-image: url(../img/nav/icon_lottery-outline.svg);
}
.mobile-nav-icon.icon-number::before {
  background-image: url(../img/nav/icon_lottery-outline.svg);
}
.mobile-nav-icon.icon-forex::before {
  background-image: url(../img/nav/icon_forex-outline.svg);
}
.mobile-nav-icon.icon-poker::before {
  background-image: url(../img/nav/icon_poker-outline.svg);
}
.mobile-nav-icon.icon-download::before {
  background-image: url(../img/nav/icon_download-outline.svg);
}
.mobile-nav-icon.icon-promotion::before {
  background-image: url(../img/nav/icon_promotion-outline.svg);
}
.mobile-nav-icon.icon-bonus::before {
  background-image: url(../img/nav/icon_bonus-outline.svg);
}
.mobile-nav-icon.icon-deposit::before {
  background-image: url(../img/nav/icon_deposit-outline.svg);
}
.mobile-nav-icon.icon-withdrawal::before {
  background-image: url(../img/nav/icon_withdrawalst-outline.svg);
}
.mobile-nav-icon.icon-transfer::before {
  background-image: url(../img/nav/icon_transfer-outline.svg);
}
.mobile-nav-icon.icon-message::before {
  background-image: url(../img/nav/icon_message-outline.svg);
}
.mobile-nav-icon.icon-help::before {
  background-image: url(../img/nav/icon_info-help-outline.svg);
}
.mobile-nav-icon.icon-livechat::before {
  background-image: url(../img/nav/icon_livechat-outline.svg);
}
.mobile-nav-icon.icon-feedback::before {
  background-image: url(../img/nav/happy.svg);
}
.mobile-nav-icon.icon-callback::before {
  background-image: url(../img/nav/phone-call.svg);
}
.mobile-nav-icon.icon-profile::before {
  background-image: url(../img/nav/icon_profile-outline.svg);
}
.nav-item .dropdown-menu .game-go a {
  display: inline-block;
  font-size: 13px;
  padding: 5px 8px 6px;
  font-weight: 400;
}
.sidr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.7;
  z-index: 999;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidr-overlay.fading {
  opacity: 0;
}
#bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid #dbdbdb;
  z-index: 99;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  #bottom-bar {
    display: none;
  }
}
#bottom-bar .container {
  padding: 0;
}
#bottom-bar a {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size:0.8rem;
}
#bottom-bar img {
  width: 40%;
  display: block;
  margin: 5px auto;
  max-width: 30px;
}
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
.form-control::-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  color: #5a5a5a;
  border-radius: 2px;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  padding: 0 16px;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}
.password-holder {
  position: relative;
}
.password-holder input {
  padding-right: 80px;
}
.forgot-trigger {
  position: absolute;
  right: 15px;
  top: 8px;
  border: 1px solid #dbdbdb;
  padding: 6px 5px 5px !important;
  font-size: 14px;
  color: #5a5a5a;
  height: auto !important;
  line-height: 1 !important;
  letter-spacing: normal;
  font-weight: 300;
}
textarea.form-control {
  height: auto;
  resize: vertical;
  padding: 15px 16px;
  line-height: 1.4;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.form-dropdown {
  width: 100% !important;
}
.form-dropdown .btn-light {
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 16px;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  font-weight: 300;
  letter-spacing: 0;
}
.form-dropdown .dropdown-menu {
  min-width: 0 !important;
  right: 0;
}
.form-dropdown .dropdown-menu li a {
  font-size: 14px;
  color: #5a5a5a;
  padding: 16px 15px;
}
.form-dropdown .dropdown-item.active,
.form-dropdown .dropdown-item:active {
  color: #28a9e0;
  background-color: #eef2f5;
}
.form-dropdown .dropdown-toggle::after {
  right: 20px;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}
.mandatory {
  color: red;
}
.form-text {
  color: #bdbdbd;
}
.input-group .form-control {
  border-left: 0;
  padding-left: 0;
}
.input-group .form-dropdown .btn {
  padding: 8px 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 0;
  border-right: 0;
}
.input-group .form-dropdown .btn:hover,
.input-group .form-dropdown .btn:focus,
.input-group .form-dropdown .btn:focus:active {
  background-color: #f8f8f8;
  border-left: 0;
  border-right: 0;
}
.input-group-text {
  background-color: #f8f8f8;
  border-radius: 0;
}
.input-group-text i {
  font-size: 20px;
  color: #bdbdbd;
}
.input-group-text .img-icons {
  width: 25px;
  height: 25px;
}
/** customized radio & checkbox **/
.form-check {
  padding-left: 0;
}
label.form-check-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
label.form-check-label:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}
input[type=radio] + label:before {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 3px;
}
input[type=radio]:checked + label:before {
  content: "\f111";
  color: #28a9e0;
  line-height: 24px;
  font-size: 11px;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #28a9e0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  background-color: #28a9e0;
  padding: 15px;
  border-radius: 0;
}
.modal-header .close {
  color: white;
  opacity: 1;
  text-shadow: 0;
  padding: 15px;
  font-size: 30px;
}
.modal-title {
  color: white;
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 300;
  display: block;
}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .modal-smaller.modal-dialog {
    max-width: 420px;
  }
  #fpModal .modal-dialog {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .modal-smaller.browser-check {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .modal-smaller.browser-check {
    max-width: 980px;
  }
}

/*# sourceMappingURL=style.css.map */

/* [29/08/2018] 更改开始 */
@supports (-webkit-overflow-scrolling: touch) {
  .prevent-scroll {
    position: absolute !important;
    cursor: pointer;
  }
}
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
  @media {
    .prevent-scroll {
      position: absolute !important;
      cursor: pointer;
    }
  }
}
@media not all and (min-resolution:.001dpcm) {
  @media {
    .prevent-scroll {
      position: absolute !important;
      cursor: pointer;
    }
  }
}
.navbar-toggler {
  margin-right: 0 !important;
}
.bootstrap-select>select.mobile-device {
  right: 0;
}
#home-accordion .card-header button[aria-expanded="true"] i:before {
  content: "\f068";
}
.form-control {
  padding: 10px 16px;
}
/* [29/08/2018] 更改结束 */


/* ========== CashPor (臨時用loading，若有新版可移除此版本) ========== */
/* loading */
.lay-loader {
  background-color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
.lay-loader .txt-loader {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 80px; }

.lay-loading {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6); }
.lay-loading .ui-loader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
.lay-loading .ui-loader .loader {
  margin: 0; }

.loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 12px auto; }

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #bdbdbd;
  position: absolute; }

.dot_1 {
  -webkit-animation: animateDot1 1.5s linear infinite;
  animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: #28a9e0; }

.dot_2 {
  -webkit-animation: animateDot2 1.5s linear infinite;
  animation: animateDot2 1.5s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 24px; }

.dot_3 {
  -webkit-animation: animateDot3 1.5s linear infinite;
  animation: animateDot3 1.5s linear infinite;
  left: 12px; }

.dot_4 {
  -webkit-animation: animateDot4 1.5s linear infinite;
  animation: animateDot4 1.5s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 24px; }

@-webkit-keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
    transform: rotate(0deg) translateX(-12px); }
  25% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px); }
  75% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-12px);
    transform: rotate(360deg) translateX(-12px); } }

@keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
    transform: rotate(0deg) translateX(-12px); }
  25% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px); }
  75% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-12px);
    transform: rotate(360deg) translateX(-12px); } }

@-webkit-keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
    transform: rotate(0deg) translateX(-12px); }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
    transform: rotate(-180deg) translateX(-12px); }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
    transform: rotate(-180deg) translateX(-12px); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-12px);
    transform: rotate(-360deg) translateX(-12px); } }

@keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-12px);
    transform: rotate(0deg) translateX(-12px); }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
    transform: rotate(-180deg) translateX(-12px); }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-12px);
    transform: rotate(-180deg) translateX(-12px); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-12px);
    transform: rotate(-360deg) translateX(-12px); } }

@-webkit-keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
    transform: rotate(0deg) translateX(12px); }
  25% {
    -webkit-transform: rotate(180deg) translateX(12px);
    transform: rotate(180deg) translateX(12px); }
  75% {
    -webkit-transform: rotate(180deg) translateX(12px);
    transform: rotate(180deg) translateX(12px); }
  100% {
    -webkit-transform: rotate(360deg) translateX(12px);
    transform: rotate(360deg) translateX(12px); } }

@keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
    transform: rotate(0deg) translateX(12px); }
  25% {
    -webkit-transform: rotate(180deg) translateX(12px);
    transform: rotate(180deg) translateX(12px); }
  75% {
    -webkit-transform: rotate(180deg) translateX(12px);
    transform: rotate(180deg) translateX(12px); }
  100% {
    -webkit-transform: rotate(360deg) translateX(12px);
    transform: rotate(360deg) translateX(12px); } }

@-webkit-keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
    transform: rotate(0deg) translateX(12px); }
  25% {
    -webkit-transform: rotate(-180deg) translateX(12px);
    transform: rotate(-180deg) translateX(12px); }
  75% {
    -webkit-transform: rotate(-180deg) translateX(12px);
    transform: rotate(-180deg) translateX(12px); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(12px);
    transform: rotate(-360deg) translateX(12px); } }

@keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(12px);
    transform: rotate(0deg) translateX(12px); }
  25% {
    -webkit-transform: rotate(-180deg) translateX(12px);
    transform: rotate(-180deg) translateX(12px); }
  75% {
    -webkit-transform: rotate(-180deg) translateX(12px);
    transform: rotate(-180deg) translateX(12px); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(12px);
    transform: rotate(-360deg) translateX(12px); } }

/* ========== CashPor End ========== */

/* [3/9/2018] 加薪 */
#headingThree button {
  width: 100%;
}
.verify-holder {
  position: relative;
}
.verify-holder input {
  padding-right: 85px;
}
.img-verify {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-verify img {
  max-width: 100%;
  max-height: 100%;
}
.w-85 {
  width: 87%;
}
.refresh-verify {
  color: #28a9e0;
  font-size: 20px;
  width: 8%;
  text-align: right;
}
.refresh-verify:hover,
.refresh-verify:focus {
  color: #28a9e0;
}
@media (max-width: 1199px) {
  #topbar .form-control {
    max-width: 160px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px){
  #headingThree button {
    text-align: left;
  }
}

/* [5/9/2018] 加新 */
body {
  margin-top: 0 !important;
}
#my-menu img {
  width: 30px;
  margin-right: 10px;
  margin-top: -1px;
}
.mm-panel_has-navbar {padding-top: 0;}
.mm-panel_has-navbar .mm-navbar {display: none;}
.mm-panel {background-color: #024466;}
.mm-listitem>a, .mm-listitem>span {
  padding: 12px 10px 12px 20px;
  color: #eaeaea !important;
  font-size: 17px;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
  opacity: 0.6;
}
.mm-menu .mm-listitem_opened>.mm-btn_next, .mm-menu .mm-listitem_opened>.mm-panel{
  background-color: transparent;
}
.mm-panel .mm-panel .mm-listitem a {
  padding: 5px 0 5px 0;
  font-size: 14px;
}
.mm-panel .mm-panel {
  padding-left: 50px;
  padding-top:10px;
  background: #eef2f5 !important;
  -webkit-box-shadow: inset 0 8px 12px -6px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 8px 12px -6px rgba(0,0,0,0.2);
  box-shadow: inset0 8px 12px -6px rgba(0,0,0,0.2);

}
.mm-panel .active a {
  color: #28a9e0 !important;
  font-weight: 500;
}
.mm-menu .mm-listview a:not(.mm-btn_next){
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.lang-nav{
  padding: 7px 50px 7px 10px !important;
}
header, #bottom-bar {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mm-wrapper_opened header, .mm-wrapper_opened #bottom-bar {
  opacity: 0;
}
.mm-wrapper_opened header {
  top: -50px;
}
.mm-wrapper_opened #bottom-bar {
  bottom: -50px;
}
.inner-banner, .index-banner {
  background-color: #28a9e0;
  /* 7/9/20182018移除padding */
}
@media (max-width: 991.98px) {
  .hall-banner {
    border-top: 50px solid #28a9e0;
  }

  /* 7/9/20182018 更改 */
  .inner-banner, .index-banner {
    padding-top: 0px;
  }
  /**/
}
@media (max-width: 575.98px) {
  .inner-banner, .index-banner {
    padding-top: 0px;
  }
  .hall-banner {
    border-top: 42px solid #28a9e0;
  }
}

/* 7/9/20182018 更改 */
.popover {z-index: 1030;}

.browser-check-modal .modal-dialog {
  margin-top: -50px;
}
.browser-check-modal .modal-dialog .content-box {
  max-width: 320px;
  max-height: 568px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .browser-check-modal .modal-dialog .content-box {
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .browser-check-modal .modal-dialog .content-box {
    max-width: 980px;
  }
}
.browser-check-modal .modal-dialog .content-box .browser-check {
  position: absolute;
  right: 0;
  top: 10px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(216, 216, 216, 0.99);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .browser-check-modal .modal-dialog .content-box .browser-check {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .browser-check-modal .modal-dialog .content-box .browser-check {
    right: 45px;
  }
}
.browser-check-modal .modal-dialog .content-box .browser-check .icon-check {
  background-image: url("../img/icon_upload_blue.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 100%;
}
.browser-check-modal .modal-dialog .content-box .arrow-box {
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .browser-check-modal .modal-dialog .content-box .arrow-box {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .browser-check-modal .modal-dialog .content-box .arrow-box {
    padding-right: 85px;
  }
}
.browser-check-modal .modal-dialog .content-box .arrow-box .icon-arrow {
  background-image: url("../img/icon_arrow.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 82px;
  margin-top: 45px;
}
.browser-check-modal .modal-dialog .content-box .content {
  margin: 0 30px;
  text-align: center;
}
.browser-check-modal .modal-dialog .content-box .content .title {
  color: #28a9e0;
  font-size: 20px;
  font-weight: 900;
}
.browser-check-modal .modal-dialog .content-box .content .btn-close {
  background-color: transparent;
  width: 38px;
  height: 38px;
  border-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 30px auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .browser-check-modal .modal-dialog .content-box .content .btn-close {
    margin: 190px auto 30px auto;
  }
}
.browser-check-modal .modal-dialog .content-box .content .btn-close .icon-close {
  background-image: url("../img/icon_cancel_white.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
 @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.border-bottom {
    border-bottom: 1px solid #005d85!important;
}
.wrapp-contain{
	width:100%;
	height:auto;
	background:#024466;
	margin:0 auto;
	text-align:center;
	padding:0;
	margin-top:-26px;
	overflow:hidden;
}
svg#bigTriangleColor {
	pointer-events: none;
	
}

#bigTriangleColor path {
	fill: #005d85;
	stroke: #005d85;
	stroke-width: 2;
	z-index:99999999;
}
.main-container{
	width:100%;
	max-width:1200px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
#bottom-bar{
	background: #005d85;
	}
.boxs{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:10px;
	}
.title-games-home{
	width:100%;
	height:auto;
	font-family:roboto, Arial, sans-serif;
	font-size: .7857em;
    color: #ffffff;
    margin-top: .5em;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
	}
.row-product{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0 3px;
	}
.product{
	padding:10px 5px;
	margin:0 auto;
	text-align:center;
	}
.boxs img{
	width:100%;
	max-width:360px;
	}

.line-box{
	background: linear-gradient(to left, #024466 0%, #024466 3%, #00adc3 50%, #024466 97%, #024466 100% ) left bottom #024466 no-repeat;
    align-items: center;
    align-items: center;
    border-bottom: 0 none;
    background-size: 100% 1px;
	}
.line-row{
	background: linear-gradient(to top, #024466 0%, #024466 3%, #00aec5 50%, #024466 97%, #024466 100% ) left bottom #024466 no-repeat;
    align-items: center;
    border-bottom: 0 none;
    background-size: 1px 100%;
	}
/*-----------------------------------sport-------------------------*/
.box-sportbook a img{
	width:100%;
	max-width:1200px;
	padding:0 5px;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.box-live-casino{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.box-live-casino img{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
	display:block;
	}
.box-slots img{
	width:100%;
	max-width:1200px;
	text-align:center;
	margin:0 auto;
	}

.lobby-poker{
	background: url(../images/poker/bg.png) bottom center no-repeat;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
   /* align-items: center;
    border-bottom: 0 none;
    background-size:cover;*/
	}
.banner-poker img{
    width: 100%;
    max-width: 428px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
	}
@media (max-width: 375px) {
   .box-live-casino img{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	display:block;
	}
    }
@media (max-width: 375px) {
    .contain .row .col-6 {
        padding-left: 5px;
        padding-right: 5px
    }
@media (max-width: 375px) {
    .col-vutha{
        padding-left: 5px;
        padding-right: 5px
    }
