@charset "UTF-8";

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
}

.container {
  position: relative;
}

.padding-75 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.wow {
  visibility: hidden;
}

.btn-h {
  padding: 0;
}

.row-0 {
  margin: 0;
}

.col-0 {
  padding: 0;
}

.row-75 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.pntitle {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  padding-left: 20px;
  margin: 0 0 0;
  background: #1641cb;
}

.pntitle span {
  color: #fee31b;
}

.pnbdy {
  position: relative;
}

.pn-bank {
  padding: 5px 0;
  color: #fff;
  margin: 0 0 20px;
  font-size: 14px;
  border-radius: 0;
}

.head-title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
}

.header-abuot img {
  width: auto;
  max-width: 100%;
}

.header-promotion {
  background: #351675;
  background: radial-gradient(circle, #351675 0%, #120132 100%);
  margin-bottom: 18px;
  margin-top: 18px;
}

.header-promotion h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 33px;
  padding: 11px 0;
  font-size: 24px;
  font-weight: 400;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.bg-abuot {
  background-image: url(../images/wc88/bg-about.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 45px 0px;
}

.online-gambling-head {
  text-align: center;
  background: #351675;
  background: radial-gradient(circle, #351675 0%, #120132 100%);
  margin-bottom: 2px;
}

.gambling-head-title {
  color: #fff;
  margin-bottom: 0;
  line-height: 33px;
  padding: 11px 0;
  font-size: 28px;
  font-weight: 400;
}

.gambling-head-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 0;
}

.gambling-right::before {
  content: '';
  background-image: url(../images/wc88/line-section-verticle.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -29px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 100%;
}

.gambling-content .tab-fx {
  display: none;
}

.gambling-content .tab-fx.active {
  display: block;
}

.gambling-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  text-align: center;
  position: relative;
  padding-right: 60px;
}

.game1-slider,
.game1-slider-incasion {
  padding-bottom: 50px;
}

.game1-slider:last-child,
.game1-slider-incasion:last-child {
  border-bottom: solid 2px rgb(255 255 255 / 0.12);
}

@-webkit-keyframes slideUp_c {
  from {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideUp_c {
  from {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadein_c {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein_c {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeZoomin {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeZoomin {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes Imagesmallzoom {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes Imagesmallzoom {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-fx.active .game-list {
  transform: translateY(40%);
  opacity: 0;
  animation: slideUp_c 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms forwards, fadein_c 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s forwards;
}

.gambling-left img {
  width: 50%;
  max-height: 560px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tab-fx.active .gambling-left .gambling-left-inner img {
  -webkit-animation: Imagesmallzoom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  animation: Imagesmallzoom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}

.gambling-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  position: relative;
}

.gambling-left::after {
  content: '';
  background-image: url(../images/wc88/line-section-verticle.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 100%;
}

.gambling-right-inner {
  text-align: center;
}

.title-game-img {
  margin-bottom: 8px;
}

.desc-game-img {
  margin-bottom: 25px;
}

.tab-fx.active .gambling-right-inner {
  -webkit-animation: fadeZoomin 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: fadeZoomin 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.title-game {
  color: #f0cb6b;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 0;
}

.desc-game {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 25px;
}

.more-to-web img {
  max-width: 180px;
}

.banner-about img {
  width: 100%;
}

.frem-vdo-box {
  padding-left: 40px;
}

.frem-vdo-box {
  position: relative;
}

.frem-vdo-box::after {
  content: '';
  background-image: url(../images/line-section-verticle.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
}

.frem-vdo-border {
  height: 285px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.frem-vdo-border-inner {
  margin: auto 25px;
  position: relative;
  height: 240px;
  width: 100%;
  z-index: 1;
}

.frem-vdo-border::after {
  content: '';
  background-image: url(../images/border-frem-vdo.png);
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.frem-vdo-border iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.open-popup-vdo {
  position: relative;
  overflow: hidden;
  display: block;
}

.open-popup-vdo img {
  position: relative;
}

.icon-play {
  background-image: url(../images/icon-play.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  cursor: pointer;
}

.open-popup-vdo:hover .icon-play {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.line-hr-custom {
  background-image: url(../images/line-section.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%;
  margin: 25px auto;
}

.line-hr-custom2 {
  height: 12px;
  width: 100%;
  margin: 0 auto;
}

.home-banner video,
.bhh-banner-g video {
  width: 100%;
}

.bg-game-box {
  padding: 0px 0 30px;
}

.slot-game-content {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}

.header-footer {
  border-bottom: solid 1px #212528;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact-footer {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.contact-footer span {
  color: #fde611;
  font-weight: 600;
}

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

.label-new {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.inner-label {
  color: #fff;
  text-align: center;
  padding: 2px 25px;
  background-color: #c0140e;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  bottom: 7px;
  right: -21px;
}

.slot-game-item {
  margin-bottom: 20px;
  margin-top: 30px;
}

.slot-game-item a {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 200px;
  border-radius: 30px 30px 8px 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "slot-game-cover"
    "slot-game-info";
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.slot-game-cover {
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: slot-game-cover;
  background: none;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-template-areas: "sl-cv-bg"
    "sl-chr";
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.slot-game-cover img:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.sl-cv-bg {
  z-index: 71;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sl-cv-bg;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.slot-eff {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sl-chr {
  z-index: 72;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sl-chr;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: absolute;
  top: -20px;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.slot-game-item a:hover .slot-eff {
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.slot-game-item a:hover .sl-chr {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  position: absolute;
  top: -51px;
  -webkit-transform: none !important;
  transform: none !important;
}

.slot-game-info {
  z-index: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: slot-game-info;
  padding: 10px 20px 20px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: -17%;
  border-radius: 0 0 8px 8px;
  background: #632db0;
  background: -webkit-gradient(linear, left top, left bottom, from(#632db0), to(#000202));
  background: linear-gradient(to bottom, #632db0 0%, #000202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#632db0', endColorstr='#000202', GradientType=0);
  background: linear-gradient(to bottom, #632db0 0%, #000202 100%);
}

.sl-logo {
  z-index: 75;
  margin-top: -20%;
  margin-bottom: -5%;
}

.slot-game-item a:hover .sl-logo {
  -webkit-transform: none !important;
  transform: none !important;
}

.tx-slot {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  max-height: 39px;
  margin-bottom: 0;
  text-align: center;
}

.open-popuplogin {
  cursor: pointer;
}

.why-used {
  padding-top: 50px;
  padding-bottom: 50px;
}

.promotion-list {
  padding: 0px 0px 0;
}

.promotion-item {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px #00000030;
  -moz-box-shadow: 0px 0px 15px 0px #00000030;
  box-shadow: 0px 0px 15px 0px #00000030;
  transition: 0.25s ease-in-out;
}

.promotion-item:hover {
  transform: translateY(-4px);
}

.promotion-item .content-infomation {
  padding: 25px;
  min-height: 250px;
}

.promotion-item .content-infomation .pn-blank-bdy {
  padding-top: 0;
  padding-bottom: 0;
}

.forgot-password,
.forgot-password:hover {
  font-size: 12px;
  font-weight: 300;
  color: #fcd137;
  text-shadow: 0px 0px 5px #000;
  position: absolute;
  right: 0;
  top: 0;
}

.promotion .promotion-item .title-c-1 {
  border-bottom: none;
  color: #1641cb;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.promotion .promotion-item .content-banner {
  margin-bottom: 0;
}

.promotion-item>.row {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.why-used-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.why-used-title span {
  color: #f1ca73;
}

.list-why-used {
  list-style: none;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.list-why-used li {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
  padding-left: 26px;
  position: relative;
}

.list-why-used li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("../images/list-style-icon.png");
}

.pn-bank-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
}

.text-white {
  color: #fff;
}

.pn-blank-bdy {
  background-size: 100% 100%;
  padding: 20px 0px;
  border-radius: 0;
  line-height: 22px;
  font-size: 19px;
}

.f-r {
  position: absolute;
  right: 0;
}

.bpa-1 {
  width: 100%;
  height: 335px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-1 {
  font-size: 26px;
  font-weight: 700;
  margin: 2rem 0 0;
}

.c-2 {
  font-size: 21px;
  font-weight: 700;
  margin: 1rem 0 2rem;
}

.c-3 {
  font-size: 19px;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.c-4 {
  padding-left: 0;
}

.c-4 h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 2rem 0 4px;
}

.promotion .c-4 h3,
.promotion .c-3 {}

.promotion .pn-blank-bdy span {
  color: #1641cb;
}

.promotion .pn-blank-bdy ul {
  list-style-position: inside;
}

.banner-pn-ab {
  margin: 0;
}

.pn-bank-img {
  margin-top: 20px;
  margin-bottom: 15px;
}

.banner-howto-sm,
.pnb {
  margin: 0 0 10px;
}

.pnb span {
  font-weight: 700;
}

.pnb-ico {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  width: 100%;
}

.pnb-ico li {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.pnb-ico img {
  width: 45px;
}

.bg-result-ball {
  padding-top: 5px;
  padding-bottom: 35px;
}

.bh-2,
.bh-3,
.bh-1 {
  color: #fff;
}

.bhh {
  max-width: 430px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.bh-1 {
  margin: 0 0 1rem;
  text-align: center;
  font-weight: 700;
}

.bh-2 {
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  position: relative;
}

.bh-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 120px;
  height: 2px;
  margin: 0 auto;
  background-color: #a90000;
}

.bh-2 span {
  color: #e80000;
}

.bh-3 {
  line-height: 30px;
  text-align: center;
  margin: 0 0 2rem;
}

.banner-home {
  position: relative;
  overflow: hidden;
}

.banner-slder-h.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #9cbcd0;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot.active span,
.banner-slder-h.owl-theme .owl-dots .owl-dot:hover span {
  background: #549ffc;
}

.content {
  background: black;
  padding: 30px 0px 0;
}

.content.index {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  background: black;
}

.content-banner {
  margin-bottom: 15px;
  border-radius: 0;
  overflow: hidden;
}

.content-banner img {
  max-width: 100%;
  width: 100%;
}

.content.promotion .pn-blank-bdy {
  color: #666;
}

.promotion .title-c-1 {
  border-bottom: solid 1px #6d7a8f;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.bg-loginbox {
  background-color: transparent;
  background-image: url("../images/wc88/bg-loginbox.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 38px 15px 15px;
  position: relative;
  top: -25px;
  z-index: 0;
  margin-bottom: -25px;
}

.bg-content-innter {
  background-color: black;
}

.login-home-panel {
  background-color: transparent;
  background-image: url("../images/wc88/bg-login2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  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: flex-start;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.header-panel-login {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  padding: 44px 25px;
}

.header-panel-login h3 {
  color: #fcd137;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
  text-shadow: 0px 0px 5px #000;
}

.panel-login-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-panel-login img {
  height: 77px;
  opacity: 0;
}

.login-home-panel img:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.panel-login-form .form-login-home {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.panel-login-form img {
  height: auto;
}

.header-login-form {
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-login-home.form-inline .form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0 !important;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
}

.form-login-home.form-inline .form-group label {
  color: #fff;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 300;
}

.form-login-home.form-inline .form-group .form-control {
  border-radius: 6px;
  width: 100%;
  background-color: #ffff !important;
  height: 30px;
  font-size: 13px;
  line-height: 25px;
  padding: 6px 15px;
  background-clip: inherit;
}

.icon-user {
  background-image: url(../images/wc88/icon-user.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
}

.icon-lock {
  background-image: url(../images/wc88/icon-look.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
}

.form-login-home.form-inline .form-group .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-login-home.form-inline .btn {
  padding: 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  border: none;
  margin-left: 6px;
}

.btn-lineat img {
  height: 59px;
}

.item-box-game {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  overflow: hidden;
  background-color: #333;
  margin-bottom: 30px;
}

.item-box-game img,
.item-box-game img:hover {
  -webkit-transform: none !important;
  transform: none !important;
  height: 200;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-box-game:hover {
  background-color: #bb984a;
}

.item-box-game h3 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 10px 6px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.item-box-game:hover h3 {
  color: #000;
}

.thaitheme_read ul,
.thaitheme_read ol {
  padding-left: 20px;
  line-height: 26px;
}

.thaitheme_read ol li {
  margin-bottom: 5px;
}

.item-logo-footer:last-child {
  padding-right: 0;
}

.pn-blogs-bdy {
  padding: 0 30px;
}

.footer-panel-left>div {
  margin-left: 30px;
}

.footer-panel-left span {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
}

.footer-panel-left h3 {
  color: #c3a052;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  line-height: 20px;
}

.footer-payment {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.footer-payment ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-payment ul li {
  margin-left: 10px;
}

.footer-payment ul li a img {
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bhh-banner-g {
  position: relative;
}

.clu2 img {
  height: 160px;
}

.clu img {
  height: 200px;
}

.clu2,
.clu {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: .4;
  -webkit-animation: marquee1 40s infinite linear;
  animation: marquee1 40s infinite linear;
}

.clu.clouds-1 {
  left: -50%;
}

.clu2.clouds-2 {
  z-index: 1;
  left: -30%;
}

.clu.clouds-3 {
  z-index: 1;
  left: -10%;
}

.clu2.clouds-4 {
  left: 10%;
}

.clu.clouds-5 {
  left: 30%;
}

.clu2.clouds-6 {
  left: 50%;
}

.clu.clouds-7 {
  z-index: 1;
  left: 70%;
}

.clu2.clouds-8 {
  left: 90%;
}

.clu.clouds-9 {
  left: -90%;
}

.clu2.clouds-10 {
  z-index: 1;
  left: -70%;
}

.clu.clouds-11 {
  left: -60%;
}

.clu2.clouds-12 {
  left: -40%;
}

.clu.clouds-13 {
  z-index: 1;
  left: -30%;
}

.clu.clouds-14 {
  left: 90%;
}

.clu2.clouds-15 {
  z-index: 1;
  left: 100%;
}

@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee1 {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.toggle-navbar {
  position: absolute;
  right: 15px;
  width: auto;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}

.hm-acc {
  position: absolute;
  right: 20px;
  top: 15px;
}

.hm-acc img {
  width: 24px;
}

.mobile-xl img {
  width: 55px;
  filter: hue-rotate(146deg);
}

.hm-acc.disbled {
  display: none;
}

.headerm .hm-acc,
.headerm .hm-logo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-header.index::before {
  background-image: url(../images/wc88/icon-home.png);
}

.menu-header.casino::before {
  background-image: url(../images/wc88/icon-casino.png);
}

.menu-header.promotion::before {
  background-image: url(../images/wc88/icon-promotion.png);
}

.menu-header.slot::before {
  background-image: url(../images/wc88/icon-game.png);
}

.menu-header.account::before {
  background-image: url(../images/wc88/icon-contact.png);
}

.menu-header.money::before {
  background-image: url(../images/wc88/icon-money.png);
}

.menu-header.bacara::before {
  background-image: url(../images/wc88/icon-bacara.png);
}

.hr-content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-1 {
  color: #fff;
  background: #042080;
  background: -webkit-gradient(linear, left bottom, left top, from(#042080), color-stop(60%, #1674ff), color-stop(70%, #1674ff), to(#0737e3));
  background: linear-gradient(0deg, #042080 0%, #1674ff 60%, #1674ff 70%, #0737e3 100%);
  border-color: #d0be7e;
  border-width: 1px;
  border-radius: 30px;
  width: 135px;
  margin-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0px 0px 2px #000;
}

.btn-2 {
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), color-stop(60%, white), color-stop(70%, white), to(#cececd));
  background: linear-gradient(0deg, #d2d2d2 0%, white 60%, white 70%, #cececd 100%);
  border-color: #d0be7e;
  border-width: 1px;
  border-radius: 30px;
  width: 135px;
  margin-right: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0px 0px 2px #fff;
}

.btn-5 {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  border-color: #fff;
  border-width: 2px;
  border-radius: 30px;
  margin-right: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-6 {
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), color-stop(60%, white), color-stop(70%, white), to(#cececd));
  background: linear-gradient(0deg, #d2d2d2 0%, white 60%, white 70%, #cececd 100%);
  border-color: #d0be7e;
  border-width: 1px;
  border-radius: 30px;
  width: auto;
  margin-right: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0px 0px 2px #fff;
}

.btn-7 {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#460000), color-stop(60%, #e00000), color-stop(70%, #e00000), to(#910000));
  background: linear-gradient(0deg, #460000 0%, #e00000 60%, #e00000 70%, #910000 100%);
  border-color: #d0be7e;
  border-width: 1px;
  border-radius: 30px;
  width: auto;
  margin-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0px 0px 2px #000;
}

.btn-6:hover,
.btn-7:hover {
  background: #000;
  color: #fff;
}

.btn-3 {
  color: #fff;
  background-image: url(../images/btn_03.png);
  background-repeat: no-repeat;
  width: 197px;
  height: 57px;
  margin-right: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1rem;
}

.btn-4 {
  border-radius: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 45px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3vw;
  font-weight: 600;
  position: relative;
}

.btn-4.register {
  /*color: #000;
  background: linear-gradient(0deg, #bcbcbc 0%, #ffffff 50%, #cececd 100%);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, #d0be7e, #f0eebc ) 1 100%;
  text-shadow: 0 0 2px #fff;*/
  padding: 0;
  border: none;
}

.btn-4.login {
  /*color: #fff;
    background: linear-gradient(0deg, #042081 0%, #1673ff 50%, #0737e3 100%);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #d0be7e, #f0eebc ) 1 100%;
    text-shadow: 0 0 2px #000;*/
  padding: 0;
  border: none;
}

.btn-4.play {
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#bcbcbc), color-stop(50%, #ffffff), to(#cececd));
  background: linear-gradient(0deg, #bcbcbc 0%, #ffffff 50%, #cececd 100%);
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#d0be7e), to(#f0eebc)) 1 100%;
  border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
  text-shadow: 0 0 2px #fff;
}

.btn-4.logout {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#460000), color-stop(60%, #e00000), color-stop(70%, #e00000), to(#910000));
  background: linear-gradient(0deg, #460000 0%, #e00000 60%, #e00000 70%, #910000 100%);
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#d0be7e), to(#f0eebc)) 1 100%;
  border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
  text-shadow: 0 0 2px #000;
}

.btn-4::before {
  content: '';
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-position: 0;
  position: absolute;
  left: 15px;
}

.btn-3::before {
  content: '';
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 15px;
  top: 7px;
}

.btn-3.register::before {
  content: '';
  background-image: url(../images/ico-btn_06.png);
}

.btn-3.account::before {
  content: '';
  background-image: url(../images/ico-btn_03.png);
}

.btn-1:hover,
.btn-2:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.m-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-head>li {
  position: relative;
  padding: 0 30px;
  margin: 0 0;
}

.btn-register,
.btn-register:hover {
  color: #fff;
  font-size: 13px;
  background-image: url(../images/bg-register.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 7px 24px;
  width: 100%;
}

.site-right-group.group-login {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-logout,
.btn-logout:hover {
  color: #fff;
  font-size: 13px;
  background-color: transparent;
  border: 1px #fff solid;
  border-radius: 20px;
  padding: 7px 24px;
  margin-left: 5px;
  width: 100%;
  max-width: 135px;
  min-width: 132px;
}

.btn-logout.btn-logout2,
.btn-logout.btn-logout2:hover {
  background-color: #e5d621;
  color: #000;
  border-color: #e5d621;
}

.content.index.home-login .bg-loginbox {
  margin-top: 14px;
  padding: 15px 15px 15px;
  top: 0px;
  margin-bottom: 0px;
}

.m-head>li.f-r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 120px;
  flex: 1 1 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-head>li.f-r::after {
  display: none;
}

.m-head>li.d-flex a {
  background: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 9;
}

.m-head>li.d-flex a:hover,
.m-head>li.d-flex.active a {
  color: #fff;
}

.m-head>li.f-r a:hover {
  background: none;
}

.m-head>li::after {
  content: '';
  margin: auto 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 50%;
  opacity: 0;
  display: inline;
  background: #032792;
  /* -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.m-head>li.active::after,
.m-head>li:hover::after {
  bottom: 0;
  opacity: 1;
}

.pn-r-table-frame {
  padding: 27px 27px;
  background-color: #fff;
  border-radius: 6px;
}

.pn-register {
  margin: 0 0 3rem;
}

.bg-banner-howto {
  background: #001b78;
  background: -webkit-gradient(linear, left bottom, left top, from(#001a30), color-stop(50%, #002443), to(#002e54));
  background: linear-gradient(0deg, #001a30 0%, #002443 50%, #002e54 100%);
}

.banner-howto {
  margin: 0 0 0;
  position: relative;
}

.banner-howto img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-service {
  padding: 25px 0 0;
  background-image: url(../images/bg-service.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

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

.service-transiton {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.delay-1 {
  -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms;
  transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 75ms;
}

.delay-2 {
  -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 235ms;
  transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 235ms;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 235ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 235ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 235ms;
}

.delay-3 {
  -webkit-transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 295ms;
  transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 295ms;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 295ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 295ms, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 295ms;
}

.animated .service-transiton {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.info-title {
  color: #f0cb6b;
  font-weight: 600;
  font-size: 18px;
}

.info-desc {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}

.head-service {
  margin-bottom: 25px;
}

.bg-blogs {
  background-image: url(../images/bg-blog.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 60px;
}

.head-service img,
.head-service img:hover {
  -webkit-transform: none !important;
  transform: none !important;
  width: 270px;
  display: block;
  margin: auto;
}

img.img-nofx,
img.img-nofx:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.head-promote {
  margin-bottom: 13px;
}

.head-promote img {
  width: 300px;
}

.head-service h3 {
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  font-weight: 300;
  display: block;
  background-image: url(../images/bg-title.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.item-service img {
  width: auto;
  max-width: 100%;
}

.item-service p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 24px;
}

.pn-howto,
.pn-suggest {
  margin-bottom: 20px;
}

.pn-r-table-frame {
  margin-bottom: 25px;
}

.item-pn-banner {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.item-pn-banner h5 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  margin: 20px auto;
}

.pn-banner1 {
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #f9d892;
}

.promotion-slider.owl-theme .owl-dots,
.promotion-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 15px;
}

.promotion-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.promotion-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #808f9c;
}

.promotion-slider.owl-theme .owl-dots .owl-dot.active span,
.promotion-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #549ffc;
}

.banner-howto-sm {
  border-radius: 0;
  overflow: hidden;
}

.item-blog a:hover .banner-howto-sm img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.info-blog {
  margin-bottom: 25px;
}

.info-blog h4 {
  color: #f3f3f3;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 18px;
  line-height: 25px;
}

.info-blog .read-more {
  color: #f3f3f3;
  font-size: 14px;
  background-color: #005e9a;
  margin-bottom: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 25px;
}

.banner-waranty {
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-promote .responsive-mg .responsive-colpadd:after {
  content: '';
  right: -23px;
  top: 0;
  bottom: 0;
  width: 46px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-image: url(../images/bg-after-promotion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.step-register img,
.register-line img {
  width: 100%;
}

.banner-promote .responsive-mg .responsive-colpadd:last-child:after {
  display: none;
}

.banner-howto img:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.nvmli-btn-img {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.navm-li .nvmli-btn-img.index {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.promotion {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.howto {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.ball {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.casino {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.slot {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.income {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.account {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.blog {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.live {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.index,
.navm-li:hover .nvmli-btn-img.index {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.promotion,
.navm-li:hover .nvmli-btn-img.promotion {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.casino,
.navm-li:hover .nvmli-btn-img.casino {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.slot,
.navm-li:hover .nvmli-btn-img.slot {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.ball,
.navm-li:hover .nvmli-btn-img.ball {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.account,
.navm-li:hover .nvmli-btn-img.account {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.live,
.navm-li:hover .nvmli-btn-img.live {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.income,
.navm-li:hover .nvmli-btn-img.income {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.content.promotion img,
.content.index img {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.content.promotion img:hover,
.content.index img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.navmobile-footer {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f00a", endColorstr="#f7f00a", GradientType=1);
  padding: 0 0;
  height: 70px;
}

.navmobile-footer::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 100%;
  width: 100%;
  left: 0;
  right: 0;
  height: 18px;
  background: #fff;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .25), transparent);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .25), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, .25), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.pp-img {
  overflow: hidden;
  border-radius: 6px;
}

.banner-pn-ab {
  overflow: hidden;
  border-radius: 0;
}

.navpadd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 9;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}

.in-txt {
  padding-top: 2px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: normal;
}

.item-nav a:hover .in-txt,
.item-nav.active a .in-txt {
  color: #b9740a;
}

.item-nav {
  text-align: center;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 70px;
  position: relative;
}

.item-nav img {
  width: auto;
  height: 28px;
}

.icon-fm-hv {
  display: none;
}

.item-nav:hover img,
.item-nav.active img {
  display: none;
}

.item-nav:hover img.icon-fm-hv,
.item-nav.active img.icon-fm-hv {
  display: block;
}

.item-nav:hover,
.item-nav.active {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@-webkit-keyframes openLeftMenu {
  0% {
    -webkit-transform: translateX(0px) scale(0);
    transform: translateX(0px) scale(0);
  }

  5% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  10% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  100% {
    -webkit-transform: translateX(0px) scale(37);
    transform: translateX(0px) scale(37);
  }
}

@keyframes openLeftMenu {
  0% {
    -webkit-transform: translateX(0px) scale(0);
    transform: translateX(0px) scale(0);
  }

  5% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  10% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  100% {
    -webkit-transform: translateX(0px) scale(37);
    transform: translateX(0px) scale(37);
  }
}

@-webkit-keyframes closeLeftMenu {
  0% {
    -webkit-transform: translateX(0px) scale(37);
    transform: translateX(0px) scale(37);
  }

  90% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes closeLeftMenu {
  0% {
    -webkit-transform: translateX(0px) scale(37);
    transform: translateX(0px) scale(37);
  }

  90% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.overlay-navm {
  display: inline-block;
  height: 4em;
  background: black;
  position: absolute;
  z-index: 999999;
  left: 0%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.2s;
  -moz-transition: visibility 0s 0.2s;
  transition: visibility 0s 0.2s;
}

/* .overlay-navm.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: -25px;
  left: -25px;
  -webkit-animation: openLeftMenu 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: openLeftMenu 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.overlay-navm.active.closing {
  -webkit-transform:translateX(0px) scale(37);
    transform:translateX(0px) scale(37);
  -webkit-animation: closeLeftMenu 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s forwards;
          animation: closeLeftMenu 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s forwards;
} */

.navm-li {
  padding: 5px 0 5px 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #0119ff;
  border-radius: 25px;
}

.navm-li.active,
.navm-li:hover {
  background: #0119ff;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.navm-li.active .nvmli-txt,
.navm-li:hover .nvmli-txt {
  color: #fff;
}

.navm-li .nvmli-txt {
  align-self: center;
  padding-left: 15px;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
}

.mg-bott30 {
  margin-bottom: 30px;
}

.c_ads-body,
.c_ads {
  position: relative;
  z-index: 5;
}

.img-100 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_ads-left {
  position: fixed;
  top: 20%;
  z-index: 5;
  left: 8px;
}

.promotion-post img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_ads-right {
  position: fixed;
  top: 20%;
  z-index: 2;
  right: 8px;
}

@-webkit-keyframes slideUp_ads {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideUp_ads {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideUp_ads2 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideUp_ads2 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.list-ads {
  list-style: none;
  padding: 0;
}

.list-ads li {
  margin-bottom: 9px;
}

.c_ads-left .list-ads li img {
  max-width: 84px;
}

.c_ads-right .list-ads li img {
  width: 145px;
}

.list-ads li img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.list-ads li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c_ads-left .list-ads li {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: fadein_c 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, slideUp_ads 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: fadein_c 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, slideUp_ads 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.c_ads-right .list-ads li {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: fadein_c 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, slideUp_ads2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: fadein_c 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, slideUp_ads2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.list-ads li:nth-of-type(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.list-ads li:nth-of-type(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.list-ads li:nth-of-type(3) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.list-ads li:nth-of-type(4) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.list-ads li:nth-of-type(5) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.list-ads li:nth-of-type(6) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.c_ads_closx-l,
.c_ads_closx-r {
  background-image: url(../images/pop-ads_03.png);
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  cursor: pointer;
}

.c_ads_closx-l {
  left: 0px;
  top: -30px;
  opacity: 0;
  -webkit-animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1200ms;
  animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1200ms;
}

.c_ads_closx-r {
  right: 0;
  top: -30px;
  opacity: 0;
  -webkit-animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 400ms;
  animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 400ms;
}

.navm-ul {
  padding: 2rem 60px 0;
  max-width: 450px;
  margin: auto;
}

.navm-li .nvm-btn {
  width: 44px;
  height: 44px;
  padding: 5px;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navm-li .nvmli-btn-img.home {
  background-image: url(../images/wc88/icon-home-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.casino {
  background-image: url(../images/wc88/icon-casino-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.promotion {
  background-image: url(../images/wc88/icon-promotion-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.slot {
  background-image: url(../images/wc88/icon-game-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.money {
  background-image: url(../images/wc88/icon-money-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.account {
  background-image: url(../images/wc88/icon-contact-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li .nvmli-btn-img.bacara-game {
  background-image: url(../images/wc88/icon-bacara-mobile.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navm-li.active .nvm-btn,
.navm-li:hover .nvm-btn {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.banner-logo {
  padding: 40px 10px;
  text-align: center;
  background: black;
  /* background: -moz-linear-gradient(90deg, rgba(255, 216, 28, 1) 0%, rgba(254, 231, 27, 1) 50%, rgba(255, 216, 28, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 216, 28, 1) 0%, rgba(254, 231, 27, 1) 50%, rgba(255, 216, 28, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 216, 28, 1) 0%, rgba(254, 231, 27, 1) 50%, rgba(255, 216, 28, 1) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd81c", endColorstr="#ffd81c", GradientType=1);
}

.banner-logo img {
  height: 40px;
}

@-webkit-keyframes showingMenu {
  from {
    opacity: 0;
    /* bottom:100%; */
  }

  to {
    opacity: 1;
    /* bottom: 0; */
  }
}

@keyframes showingMenu {
  from {
    opacity: 0;
    /* bottom:100%; */
  }

  to {
    opacity: 1;
    /* bottom: 0; */
  }
}

.nav-m {
  position: fixed;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 999999999999;
  pointer-events: none;
}

.nav-m.active {
  z-index: 999999;
  visibility: visible;
  pointer-events: auto;
  bottom: 0;
  -webkit-animation: showingMenu 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 800ms forwards;
  animation: showingMenu 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 800ms forwards;
}

.nav-m.active.closing {
  -webkit-animation: showingMenu 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
  animation: showingMenu 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}


.pp-text {
  margin: 1rem 0 2rem;
  font-size: 15px;
  font-weight: 700;
}

.pp-text a:hover {
  color: #000;
}

.blog-banner {
  padding: 0 0 30px;
}

.pn-mbu {
  list-style: none;
}

.pn-mbu li {
  margin-left: 30px;
  position: relative;
  padding: 0 0 1rem;
}

.pn-mbu li a {
  color: #fff;
}

.pn-mbu li::before {
  content: '•';
  color: #a90000;
  position: absolute;
  left: -15px;
  font-size: 20px;
  top: -5px;
}

@-webkit-keyframes mq {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}

@keyframes mq {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}

.marq-panel {
  overflow: hidden;
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(22, 22, 22, 0.5);
}

.color-f span {
  color: #1641cb;
  text-transform: uppercase;
}

.color-f b,
.color-f strong {
  color: #1641cb;
  font-weight: 700;
}

.m-head>li>a.result {
  color: #c3a052;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0;
  margin: 0;
  font-size: 13px;
}

.m-head>li>a.result .menu-header::before {
  display: none;
}

.m-head>li>a.has-bor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-head>li>a.has-bor img {
  height: 20px;
}

.menu-header {
  position: relative;
}

.m-head,
nav.desktop ul {
  list-style: none;
}

.pn-banner-footer img {
  border-radius: 0;
}

.footer-pn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 24px;
}

.footer-pn h4 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}

.footer-pn ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-pn ul li {
  margin-left: 10px;
}

.footer-pn ul li a {
  color: #a2a2a2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

footer {
  background-color: #0c0c0c;
}

.desktop-xl .navbar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-right-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.move-smail {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes zoom-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes zoom-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.zoom-smail {
  -webkit-animation: zoom-img 0.8s ease-in-out infinite alternate;
  animation: zoom-img 0.8s ease-in-out infinite alternate;
}

.hm-logo img {
  height: 25px;
}

.banner-howto img {
  width: 100%;
}

.menu-header.result img {
  margin-right: 18px !important;
}

.bp-img {
  overflow: hidden;
}

.btn-signupstyle.mobile,
.btn-signupstyle.desktop {
  display: none !important;
}

#detaile-more,
#detaile-more2 {
  display: none;
}

.see_more,
.see_more:hover,
.see_more2,
.see_more2:hover,
.hide_more,
.hide_more:hover {
  cursor: pointer;
  color: red !important;
  text-decoration: underline !important;
}

.item-nav .in-img {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-nav.item-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
  padding: 0 0;
  padding-bottom: 0px;
  top: -22px;
}

.item-nav.item-center .in-img {
  padding-bottom: 0;
  padding-top: 0;
}

.item-nav.item-center .in-img img {
  height: 90px;
}

.c_ads-bottom {
  position: fixed;
  bottom: 55px;
  z-index: 2;
  right: 0;
}

.c_ads-bottom img {
  width: 130px;
}

.c_ads-bottom .c_ads_closx-r {
  left: inherit;
  right: -1px;
  top: -14px;
  width: 18px;
  height: 18px;
  background-image: url(../images/pop-ads_04.png);
}

.bdy-content {
  padding: 10px 0 72px;
}

.register-line {
  padding: 60px 0 7px;
}

.cap-c {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 217.59px;
  flex: 0 1 217.59px;
}

.text-st1 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 5px;
  font-weight: 700;
  text-shadow: 0 0 1px;
  line-height: 30px;
}

.text-st2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  color: #2c2e31;
}

.text-st2 span {
  color: #f0cb6b;
  font-weight: 700;
}

.form-register {
  margin-top: 15px;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-input.register {
  border-radius: 6px;
  height: 47px;
  padding: .375rem .75rem .375rem 3.7rem;
  font-size: 18px;
  color: #bbbbbb;
  -webkit-box-shadow: 0 1px 5px #00000024;
  box-shadow: 0 1px 5px #00000024;
  background-repeat: no-repeat;
  background-position: 20px;
  outline: none;
}

.form-group.btn-register {
  margin: 35px 0;
  color: unset;
  font-size: unset;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  padding: unset;
}

.form-input.ico-tel {
  background-image: url(../images/login3_03.png);
}

.form-input.ico-tel2 {
  background-image: url(../images/icon/tel.png);
}

.form-input.ico-pass {
  background-image: url(../images/icon/password-ico.png);
}

.form-input.ico-pass2 {
  background-image: url(../images/icon/pass.png);
}

.form-input.ico-name {
  background-image: url(../images/icon/name.png);
}

.form-input.ico-annouc {
  background-image: url(../images/icon/web.png);
}

.form-input.ico-bank {
  background-image: url(../images/icon/bank.png);
}

.form-input.ico-idbank {
  background-image: url(../images/icon/account-bank.png);
}

.form-input.ico-line {
  background-image: url(../images/icon/line.png);
}

.alert.info-font {
  padding: 18px 15px;
  font-size: 18px;
  color: #ff0000;
  background-color: #ffe2e2;
  border-radius: 6px;
  border: 1px solid #ffe2e2;
  text-align: center;
}

.alert-black {
  color: #fff;
  background-color: #889098;
  border-color: #889098;
  padding: 1rem 1.25rem;
  text-align: center;
}

.alert.info-font2 {
  padding: 18px 15px;
  font-size: 18px;
  color: #313437;
}

.cap-code {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003cff), to(#001357));
  background-image: linear-gradient(to bottom, #003cff, #001357);
  text-align: center;
  padding: 12px;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  margin: 0 25px 0 0;
}

.fix-width1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.item-blog img {
  width: 100%;
}

.banner-waranty img {
  width: 100%;
}

.modal-login-content {
  background-color: #171717;
  border-radius: 10px;
}

.modal-login-content .modal-header {
  border-bottom: none;
  padding: 24px 18px 15px;
}

.modal-login-content .modal-header .modal-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}

.modal-login-content .modal-header .close {
  display: none;
}

.modal-login-content .modal-body {
  padding: 17px 17px 40px;
}

.promotion .content-banner {
  margin-bottom: 30px;
}

.promotion .content-banner.money-item {
  margin-bottom: 15px;
}

.logo-mobile {
  text-align: center;
  margin-bottom: 13px;
  margin-top: 15px;
}

.site-left-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (min-width: 1200px) {
  .form-login-home .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .form-login-home .btn-loginstyle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 181px;
    flex: 0 1 181px;
  }

  .gambling-left img {
    width: auto;
    max-height: 290px;
    min-height: 290px;
  }
}

@media (max-width: 1199px) {
  .c_ads-left img {
    width: 55px;
  }

  .c_ads-right .list-ads li img {
    width: 70px;
  }

  .c_ads_closx-l,
  .c_ads_closx-r {
    width: 18px;
    height: 18px;
  }

  .toggle-navbar {
    top: 20px;
  }

  .form-login-home .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .form-login-home .btn-loginstyle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
  }

  .header-panel-login img {
    height: 75px;
  }

  .header-panel-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    padding: 40px 16px;
  }

  .header-panel-login h3 {
    font-size: 16px;
  }

  .form-login-home.form-inline .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
  }

  .form-login-home.form-inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pn-blogs-bdy {
    padding: 0 0;
  }

  .banner-waranty {
    padding-left: 0;
    padding-right: 0;
  }

  .info-title br,
  .info-desc br {
    display: none;
  }

  .info-title {
    font-size: 16px;
  }

  .info-desc {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .logo-site {
    height: auto;
  }

  .header-panel-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    padding: 39px 9px;
  }

  .form-login-home.form-inline .btn-loginstyle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
  }

  .form-login-home .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .form-control {
    height: calc(20px + .75rem + 2px);
  }

  .head-promote img {
    width: 200px;
  }

  .c_ads-left {
    display: none;
  }

  .header-panel-login h3 {
    font-size: 12px;
  }

  .form-login-home.form-inline .form-group label {
    font-size: 11px;
  }

  .form-login-home.form-inline .form-group .form-control {
    max-width: 170px;
    height: 30px;
  }

  .model-site-left img,
  .model-site-right img {
    max-width: 140px;
  }

  .info-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .info-desc {
    font-size: 12px;
  }

  .head-service img,
  .head-service img:hover {
    -webkit-transform: none !important;
    transform: none !important;
    width: 160px;
    display: block;
    margin: auto;
  }

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

  .bg-abuot {
    padding: 30px 0 25px;
  }

  .line-hr-custom {
    height: 30px;
    margin: 20px auto;
  }

  .gambling-head-subtitle {
    font-size: 20px;
    line-height: 36px;
  }

  .title-game {
    font-size: 28px;
    line-height: 38px;
  }

  .line-hr-custom2 {
    height: 25px;
  }

  .desc-game {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 25px;
  }

  .more-to-web img {
    max-width: 140px;
  }

  .col-md-3.slot-game-item {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .slot-game-item {
    margin-bottom: 18px;
  }

  .logo-game-footer {
    padding-top: 0px;
  }

  .footer-top-panel {
    padding: 25px 0 20px;
  }

  .footer-payment {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .footer-payment ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-panel-left a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 15px;
  }

  .footer-panel-left>div {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .header-panel-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    padding: 24px 10px;
  }

  .form-login-home .btn-loginstyle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 145px;
    flex: 0 1 145px;
  }

  .form-control {
    height: calc(20px + .75rem + 2px);
  }

  .header-panel-login h3 {
    font-size: 11px;
  }

  .footer-panel-left span {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-panel-left h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }

  .footer-payment ul li a img {
    width: 25px;
    height: 25px;
  }

  .pn-about-bdy {
    padding: 30px 0;
    line-height: 22px;
    font-size: 12px;
  }

  .header-abuot img {
    width: 255px;
  }

  .info-blog {
    margin-bottom: 35px;
  }

  .info-blog h4 {
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 15px;
    line-height: 23px;
  }

  .info-blog .read-more {
    font-size: 11px;
    padding: 4px 23px;
  }

  .frem-vdo-box {
    padding-left: 0px;
  }

  .frem-vdo-box::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .bhh {
    margin: 0 auto;
  }

  .bhh-banner-g img {
    max-width: 100%;
    width: 100%;
  }

  .c_ads-left,
  .c_ads-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .pntitle {
    text-align: center;
    padding-left: 0;
    margin-left: -7px;
    margin-right: -7px;
    background: #1641cb;
  }

  .item-pn-banner h5 {
    font-size: 14px;
    line-height: 25px;
    margin: 15px auto;
  }

  .bg-abuot {
    background-image: url(../images/wc88/bg-about-mobile.png);
    padding: 15px 15px 25px;
    background-position: top;
    background-size: 100% auto;
  }

  .online-gambling-content {
    background-position: top center;
    background-size: cover;
  }

  .list-promotion-home.row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .list-promotion-home.row .col-md-3 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .header-promotion {
    margin-bottom: 12px;
  }

  .service-transiton img {
    width: 58%;
  }

  .online-gambling-content .row .col-md-8 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .online-gambling-content .row .col-md-4 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .bg-abuot .row .col-md-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bg-abuot .row .col-md-5 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .toggle-navbar {
    top: 11px;
  }

  .slot-game-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .marq .mq-annoc {
    font-size: 13px;
  }

  .item-pn-banner {
    margin-bottom: 15px;
  }

  .banner-slder-h.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
  }

  .banner-slder-h.owl-theme .owl-dots {
    position: absolute;
    z-index: 0;
    bottom: 0;
  }

  .banner-slder-h.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 6px;
    background: #808692;
  }

  .header-panel-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 26px 16px 42px;
  }

  .header-panel-login h3 {
    font-size: 20px;
  }

  .footer-payment {
    margin-top: 20px;
  }

  .login-home-panel {
    background-image: url(../images/wc88/bg-login-mobile2.png);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100% 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .bg-loginbox {
    top: 0;
    padding: 15px 0 0;
    background-image: none;
    margin-bottom: 0;
  }

  .form-login-home.form-inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 113px;
    position: relative;
  }

  .form-login-home.form-inline .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 9px !important;
    margin-left: 0;
  }

  .form-login-home.form-inline .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
  }

  .form-login-home.form-inline .form-group .form-control {
    height: calc(30px + 0.75rem + 2px);
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 16px;
    padding-left: 30px;
  }

  .form-login-home.form-inline .form-group .form-control#input-username {
    background-image: url(../images/wc88/icon-user2.png);
  }

  .form-login-home.form-inline .form-group .form-control#input-password {
    background-image: url(../images/wc88/icon-look2.png);
  }

  .forgot-password,
  .forgot-password:hover {
    position: relative;
    margin-top: 8px;
    font-size: 13px;
    display: block;
  }

  .panel-login-form img {
    height: auto;
    width: 100%;
  }

  .header-panel-login img {
    height: 60px;
  }

  .content.index {
    padding-top: 0;
    background-image: none;
  }

  .c_ads-right {
    position: fixed;
    top: 125px;
    z-index: 2;
    right: 0;
    bottom: inherit;
  }

  .c_ads_closx-l,
  .c_ads_closx-r {
    width: 20px;
    height: 20px;
  }

  .content {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 0 0;
  }

  .footer-bdy {
    text-align: center;
    padding-bottom: 20px;
  }

  .content.promotion .pn-blank-bdy img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pn-banner-footer img,
  .pn-banner1 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pn-r-table-frame {
    padding: 15px;
    background-color: #fff;
  }

  .responsive-mg {
    margin: 0 -7.5px;
  }

  .footer-top-panel {
    padding: 22px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-promote,
  .banner-howto {
    margin: 0 0 1rem;
  }

  .pnb-ico img {
    height: 7vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .clu2 {
    display: none;
  }

  .clu img {
    height: unset;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .responsive-mg .responsive-colpadd:nth-child(2)::after {
    display: none;
  }

  .footer-pn h4 {
    font-size: 14px;
  }

  .footer-pn {
    padding: 6px 10px;
  }

  .footer-pn ul li {
    margin-left: 10px;
  }

  .footer-pn ul li a {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .cap-code {
    margin: 0 5px 0 0;
    font-size: 5vw;
  }

  .cap-c {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px;
  }

  .form-group.btn-register {
    margin: 30px 0 0;
  }

  .bdy-content {
    padding: 5px 0 25px;
  }

  .register-line {
    padding: 50px 0 7px;
  }

  .bg-banner-howto {
    z-index: 2;
    position: relative;
  }

  .owl-item.active .responsive-colpadd .bp-img::before {
    opacity: 0;
  }

  .promotion-slider.owl-theme .owl-dots,
  .promotion-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
  }

  .img-about-mobile img {
    width: 100%;
  }

  .pn-about-us .row .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-game img {
    width: 100%;
  }

  .bg-game-box>.container>.row>div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-panel-left img {
    max-height: 35px;
  }

  .form-control {
    height: calc(26px + .75rem + 2px);
    border-color: #c5c5c5;
    background-color: #dfe0e1;
    border-radius: 10px;
    font-size: 13px;
  }

  .form-login-modal .form-group {
    margin-bottom: 17px;
  }

  .form-login-modal .btn-loginstyle {
    padding: 0;
    width: 100%;
    padding-top: 5px;
  }

  .form-login-modal .btn-loginstyle img {
    width: 100%;
  }

  .modal-login .modal-dialog {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }

  .promotion .content-banner {
    margin-bottom: 7px;
  }

  .bg-service {
    background-size: inherit;
  }

  .head-title {
    text-align: center;
  }

  .header-abuot {
    text-align: center;
  }

  .online-gambling-head {
    margin-bottom: 0px;
  }

  .header-promotion h2 {
    font-size: 16px;
  }

  .line-hr-custom2 {
    background-position: center;
  }

  .model-site-left,
  .model-site-right {
    display: none;
  }

  .model-site-left img,
  .model-site-right img {
    max-width: 140px;
  }

  .header-abuot img {
    width: auto;
  }

  .logo-mobile img {
    width: 180px;
  }

  .gambling-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 0px;
  }

  .gambling-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    margin-top: 30px;
  }

  .gambling-right .line-hr-custom2 {
    background-position: center;
  }

  .gambling-left img {
    width: 60%;
  }

  .col-md-3.slot-game-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .form-login-home.form-inline .form-group label {
    font-size: 14px;
    display: none;
  }

  .icon-user,
  .icon-lock {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .gambling-left::after,
  .gambling-right::before {
    display: none;
  }

  .header-promotion .gambling-head-title,
  .gambling-head-title {
    font-size: 16px;
  }

  .contact-footer {
    text-align: center;
    padding: 0 25px;
    font-size: 13px;
  }

  .header-footer .row .col:not(:first-child) {
    display: none;
  }

  .footer-panel-left {
    display: none;
  }

  .c_ads-bottom {
    display: none;
  }

  .lineat-footer-mobile {
    margin-top: 25px;
    margin-bottom: 18px;
  }

  .footer-bdy {
    display: none;
  }
}

@media (max-width: 670px) {
  .gambling-head-subtitle {
    font-size: 15px;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  .header-panel-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 26px 16px 50px;
  }
}

@media (max-width: 500px) {
  .btn-4 {
    font-size: 3vw;
  }

  .bh-2 {
    font-size: 7vw;
  }

  .bh-4 {
    text-align: center;
  }

  .bh-3 {
    font-size: 3vw;
    line-height: normal;
  }

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

  .fix-width1 {
    max-width: 72%;
    width: 100%;
  }

  .fix-width1 .form-input.register {
    padding-left: 35px;
  }

  .header-panel-login {
    padding: 28px 16px 22px;
  }
}

@media (max-width: 450px) {
  .model-site-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .model-site-left img,
  .model-site-right img {
    max-width: inherit;
  }

  .header-panel-login {
    padding: 19px 16px 28px;
  }

  .header-panel-login h3 {
    font-size: 16px;
  }

  .form-login-home.form-inline .form-group {
    margin-bottom: 7px !important;
  }

  .form-login-home.form-inline .form-group label {
    font-size: 13px;
  }

  .icon-user,
  .icon-lock {
    width: 13px;
    height: 13px;
  }

  .form-login-home.form-inline .btn {
    width: 91px;
  }

  .form-login-home.form-inline .form-group .form-control {
    height: calc(22px + 0.75rem + 2px);
  }

  .form-login-home.form-inline {
    padding-right: 90px;
  }

  .login-home-panel {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 19px;
  }

  .forgot-password,
  .forgot-password:hover {
    margin-top: 6px;
  }
}

@media (max-width: 400px) {
  .login-home-panel {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 16px;
  }

  .header-panel-login {
    padding: 17px 16px 25px;
  }

  .form-login-home.form-inline .btn {
    width: 85px;
  }

  .form-login-home.form-inline {
    padding-right: 82px;
  }

  .form-login-home.form-inline .form-group {
    margin-bottom: 5px !important;
  }

  .form-login-home.form-inline .form-group .form-control {
    height: calc(20px + 0.75rem + 2px);
    font-size: 13px;
    background-size: 14px;
  }

  .pnb-ico img {
    height: 40px;
  }

  .navpadd {
    max-width: 400px;
  }

  .footer-payment ul li {
    margin-left: 5px;
  }

  .footer-payment ul li a img {
    width: 25px;
    height: 25px;
  }

  .cap-c {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fix-width1 {
    margin-top: 10px;
    max-width: 100%;
  }

  .list-why-used {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .head-service h3 {
    font-size: 14px;
  }

  .head-service img,
  .head-service img:hover {
    width: 135px;
  }

  .item-service p br {
    display: none;
  }

  .head-promote img {
    width: 180px;
  }

  .header-abuot img {
    width: 235px;
  }

  .pn-about-bdy {
    padding: 22px 0;
  }

  .why-used-title {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .pn-bank-title {
    color: #fff;
    font-size: 19px;
  }

  .pn-bank-img {
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .pn-bank {
    margin: 0 0 0;
  }

  .bg-game-box {
    padding: 47px 0 20px;
  }

  .head-result-ball img {
    width: 165px;
  }

  .col-md-3.slot-game-item {
    margin-bottom: 3px;
  }

  .item-nav {
    padding: 0 4px;
  }

  .item-nav .in-img {
    padding-top: 13px;
  }

  .in-txt {
    font-size: 16px;
  }

  .item-nav img {
    height: 24px;
  }

  .slot-game-info {
    padding: 10px 15px 15px;
    margin-top: -37%;
  }

  .slot-game-item a {
    min-height: 170px;
  }

  .tx-slot {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .login-home-panel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-login-home.form-inline .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
  }

  .login-home-panel {
    padding-bottom: 30px;
  }

  .navpadd {
    max-width: 100%;
  }

  .item-nav {
    padding: 0 2px;
  }

  .footer-panel-left span {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-panel-left h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }

  .item-service p {
    font-size: 12px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {
  .panel-login-form .form-login-home {
    width: 100%;
    padding: 0 25px 0 20px;
  }

  .form-login-home.form-inline .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }

  .form-login-home.form-inline .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }

  .form-login-home.form-inline .form-group .form-control::-ms-input-placeholder {
    color: transparent;
  }

  .form-login-home.form-inline .form-group .form-control::placeholder {
    color: transparent;
  }
}

.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5,
.btn-6,
.btn-7 {
  display: none;
}

.btn-4.register,
.btn-4.play,
.btn-4.logout,
.btn-4.login {
  display: block;
  height: 40px;
}

.btn-4.register,
.btn-4.login {
  height: 40px;
}

.btn-4.register img,
.btn-4.login img {
  height: 40px;
}

.btn-4.login img {
  border-top: 0;
  border-bottom: 0;
}

.btn-4.play,
.btn-4.logout {
  height: 40px;
  line-height: 26px;
}

/*# sourceMappingURL=main.min.css.map */