@font-face {
  font-family: sukhumvit;
  src: url(../font/SukhumvitSet-Medium.woff2) format('woff2'), url(../font/SukhumvitSet-Medium.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sukhumvit;
  src: url(../font/SukhumvitSet-Medium.woff2) format('woff2'), url(../font/SukhumvitSet-Medium.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: base-icon;
  src: url(../font/SukhumvitSet-Medium.woff2) format('woff2'), url(../font/SukhumvitSet-Medium.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

.bg-pattern {
  background-color: #f1f1f1;
  background-image: radial-gradient(circle at 100% 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #f1f1f1 11%, #f1f1f1 23%, white 24%, white 30%, #f1f1f1 31%, #f1f1f1 43%, white 44%, white 50%, #f1f1f1 51%, #f1f1f1 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent);
  background-size: 100px 50px
}

.none {
  display: none !important
}

.block {
  display: block !important
}

.remain {
  position: fixed;
  z-index: 99999;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center
}

.remain button {
  box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
  padding-left: 25px;
  padding-right: 25px
}

body {
  font-family: Helvetica;
  width: 100%;
  color: #eeeeee;
  background-color: #f4f4f4
}

a, a:active, a:focus, a:link {
  text-decoration: none !important
}

.text-blue {
  color: #98a9bc
}

.text-orange {
  color: #e5a732
}

.text-gray {
  color: #666
}

.bg-main {
  flex-direction: column;
  background: -webkit-linear-gradient(45deg, #1f0200 20%, #610600 90%);
  background: -moz-linear-gradient(45deg, #1f0200 20%, #610600 90%);
  background: -ms-linear-gradient(45deg, #1f0200 20%, #610600 90%);
  background: -o-linear-gradient(45deg, #1f0200 20%, #610600 90%);
  background: linear-gradient(45deg, #1f0200 20%, #610600 90%);
  
  position: relative;
  z-index: 1;
  color: #333
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes BackgroundGradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.container {
  max-width: 720px
}

.navigation {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  background: #fff
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.navigation li {
  float: left;
  text-align: center;
  width: 20%;
  padding: 5px 10px
}

.navigation li a {
  color: #666;
  text-decoration: none
}

header#main-header {
  width: 100%;
  height: 60px
}

header#main-header .container {
  display: flex;
  flex-direction: 'row';
  align-items: center;
  height: 60px
}

header#main-header .container .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  justify-content: center;
  flex: 1
}

section.gift-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 10;
  flex-direction: column
}

section.gift-box .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

section.gift-box img {
  width: 100%;
  max-width: 180px
}

.back {
  flex: 1;
  color: #fff !important;
  font-size: 14px;
  overflow: hidden;
  display: block;
  cursor: pointer
}

.fa-2x {
  font-weight: lighter !important
}

.logo img {
/*  width: 40px;
height: 40px*/
}

.logo a {
  color: #fff;
  font-weight: 700;
  padding-left: 5px;
  text-decoration: none
}

.loading {
  text-align: center;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0, .5)
}

.loading img {
  width: 50px;
  height: 50px
}

.menu-header {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: flex-end;
  flex: 1
}

.menu-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden
}

.menu-header li {
  float: left;
  padding: 5px 8px;
  position: relative
}

.menu-header li a {
  color: #fff;
  font-size: 16px;
  font-family: sukhumvit;
  text-decoration: none
}

.menu-header li.btn-massage span {
  background-color: red;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  margin-top: -22px;
  margin-left: 10px
}

section.wallet {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 15px
}

section.wallet .wallet-circle {
  width: 185px;
  height: 185px;
  border: 2px solid rgba(247, 244, 242, .8705882352941177);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative
}

section.wallet .wallet-circle .swiper-container {
  width: 185px !important
}

section.wallet .wallet-circle .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 185px !important
}

section.wallet .wallet-circle .wallet-money {
  font-size: 22px;
  line-height: 28px;
  margin-top: 8px;
  text-decoration: none;
  color: #fff
}

section.wallet .wallet-circle small {
  font-size: 11px;
  color: #fff
}

section.wallet a.btn-bonus {
  height: 60px;
  width: 60px;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  line-height: 12px;
  font-size: 14px;
  font-weight: 700;
  color: red;
  text-decoration: none;
  box-shadow: 0 3px 6px rgb(0, 0, 0, .16);
  position: absolute;
  margin-left: 60px
}

section.wallet a.btn-refresh {
  height: 29px;
  width: 29px;
  display: flex;
  top: 150px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #165f82;
  background: #fff;
  text-decoration: none;
  position: absolute;
  margin-left: 50px;
}

section.wallet .swiper-pagination {
  margin-top: 110px
}

section.wallet .swiper-pagination-bullet {
  margin: 1.5px;
  background: 0 0;
  border: 1px solid #fff;
  opacity: 1;
  width: 6px;
  height: 6px
}

section.wallet .swiper-pagination-bullet-active {
  background: #fff
}

section.main-menu {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 100px
}

section.main-menu a {
  color: rgba(247, 244, 242, .8705882352941177);
  text-decoration: none
}

section.main-menu a span {
  font-size: 14px;
  font-family: sukhumvit
}

section.product {
  position: relative;
  z-index: 2;
  margin-top: -65px;
  margin-bottom: 15px
}

section.product header {
  text-align: center
}

section.product header h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: sukhumvit
}

.img-icon {
  width: 80px;
  /* height: 50px; */
  /* border: 1px solid #ccc */
}

.img-icon-md {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc
}

.img-icon-lg {
  width: 75px;
  height: 75px
}

.white-box {
  background-color: #fff;
  /* box-shadow: 0 3px 6px rgb(153, 155, 168, .2); */
  min-height: 60px;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.box-active {
  border: 2px solid #e5a732
}

section.product .product-list {
  overflow: hidden;
  padding-bottom: 20px
}

section.product .product-list .product-item {
  text-align: center
}

section.product .product-list .product-item ul {
  padding: 0;
  margin: 0;
  list-style: none
}

section.product .product-list .product-item li {
  text-align: center
}

section.product .product-list .product-item li img {
  width: 80px;
  height: auto
}

section.product .product-list .product-item li h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0
}

section.product .product-list .product-item li small {
  padding: 5px 10px;
  border-radius: 20px;
  background: #efefef;
  color: #e5a732;
  font-size: 11px;
  font-weight: 700
}

section.product .product-list .product-item.active {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  justify-content: center
}

section.product .product-list .product-item.active small {
  background: 0 0;
  color: #98a9bc
}

section.product .product-list .product-item.active a {
  background: #e5a732;
  color: #fff;
  font-family: sukhumvit;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin-bottom: -10px
}

.space-bottom {
  margin-bottom: 60px
}

section.promotion .swiper-container {
  padding-bottom: 30px
}

section.promotion .swiper-slide {
  text-align: center;
  width: 50% !important;
  margin-right: 0 !important;
  padding: 0 10px
}

section.promotion .swiper-slide img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(153, 155, 168, .12)
}

section.promotion .swiper-container .swiper-pagination {
  bottom: 0
}

section.promotion .swiper-pagination-bullet-active {
  background: #e5a732
}

header.title {
  margin-top: 30px;
  padding-bottom: 45px
}

header.title h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: sukhumvit
}

.box-start {
  margin-top: -30px;
  position: relative;
  z-index: 2
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

.font-width-bold {
  font-weight: 700
}

.font11 {
  font-size: 11px
}

.btn-sm {
  padding: 2px 10px;
  font-size: 11px
}

.font12 {
  font-size: 12px
}

.font13 {
  font-size: 13px
}

.font14 {
  font-size: 14px
}

.font16 {
  font-size: 16px;
  font-weight: 700
}

.font18 {
  font-size: 18px;
  font-weight: 700
}

.font20 {
  font-size: 20px;
  font-weight: 700;
  font-family: sukhumvit
}

hr {
  border-color: rgb(0, 0, 0, .05)
}

section .alert {
  font-size: 12px
}

.alert-dismissible .close {
  padding: 8px 15px
}

form input, form select {
  font-size: 14px !important;
  height: auto;
  padding: 10px 20px 10px 0;
  border-radius: 0 4px 4px 0;
  /* font-family: sukhumvit; */
}

form .input-group-text {
  width: 40px;
  text-align: center;
  clear: both;
  justify-content: center
}

form i {
  font-size: 14px
}

form .input-group-prepend .input-group-text {
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #666;
  font-size: 18px
}

form label {
  float: left;
  font-size: 12px
}

form input::placeholder {
  color: #98a9bc
}

form .input-groupp {
  margin-bottom: 8px !important;
  width: 100%;
  max-width: 280px
}

form button.btn-login, form button.btn-register {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #085078;
  border: solid 1px #085078;
  padding: 10px 50px 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
  border-radius: 5px;
}

form button.btn-default {
  font-size: 20px;
  font-weight: 700;
  color: #085078;
  background-color: #ddd;
  border: 0;
  padding: 8px 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  margin-top: 7px;
  border-radius: 50px;
  font-family: sukhumvit;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #e5a732
}

.btn-primary:hover {
  background-color: #e5a732
}

.btn-primary-sm {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #e5a732;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 50px;
  font-family: sukhumvit
}

.btn-primary-md {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #e5a732;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 50px;
  font-family: sukhumvit
}

.btn {
  border-radius: 50px;
  font-family: sukhumvit
}

.btn-primary-lg {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0f587d;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 50px;
  padding: 8px 50px;
  font-family: sukhumvit;
  height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  padding: 20px 0 0;
  margin-bottom: -5px
}

.jconfirm-box {
  border-radius: 15px !important
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px
}

.jconfirm-title {
  display: none !important
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e5a732 !important
}

.nav-transaction .nav-link {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 3px 20px;
  opacity: .7;
  font-size: 14px;
  font-family: sukhumvit;
}

.nav-transaction .nav-item {
  padding: 0
}

.jconfirm-title {
  font-family: sukhumvit !important
}

.nav-transaction .nav-link.active {
  opacity: 1;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #095178;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  border-radius: 50px;
}

.deposit-box-bonus {
  overflow: hidden;
  padding: 0
}

.deposit-box-bonus ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.deposit-box-bonus li {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 15px;
  border-bottom: 1px solid rgb(0, 0, 0, .05)
}

.deposit-box-bonus li:last-child() {
  border-bottom: 0
}

.deposit-box-bonus li a {
  text-align: center
}

section.transfer img {
  margin: 15px 0
}

.swiper-button-next, .swiper-button-prev {
  top: 90%;
  height: 25px
}

.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none !important
}

.otp-input {
  font-size: 22px !important
}

.jconfirm-box-container {
  max-width: 480px;
  flex: none !important;
  display: inline
}

a:hover {
  color: #a9a9a9;
  text-decoration: underline;
}
