body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.caythong {
  position: fixed;
  right: 0;
  top: 50%;
  max-height: 100%;
  margin-top: -400px;
  z-index: 9;
}

.hpny {
  position: fixed;
  left: 0;
  top: 50%;
  max-height: 60%;
  margin-top: -384px;
  z-index: 9;
}

.tooltip {
  margin: 8px;
  padding: 8px;
  border: 1px solid blue;
  background-color: yellow;
  position: absolute;
  z-index: 2;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#choose-method .logo img {
  max-width: 100%;
  /* width: 80%; */
  margin: 0 5px;
  /* margin: auto; */
  /* padding: 15px 0; */
  height: 100%;
}

#choose-method .amount-wrap {
  font-size: 14px;
}

#choose-method .amount-wrap .exchange-rate {
  font-size: 13px;
  color: #6c757d;
}

.col-right-nap #choose-method .title {
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
}

#go-back {
  color: #fff;
  width: 150px;
  height: 58px;
  background: #6c757d;
  border: 0;
  font-size: 22px;
  border-radius: 5px;
  display: inline-block;
  line-height: 38px;
  cursor: pointer;
}

#go-back:hover {
  background: #007bff;
}

.method-wrap:hover,
.method-wrap:focus {
  border: 1px solid #009400;
}

.method-wrap.active {
  border: 1px solid #009400;
  background-color: #ddd;
}

.modal-open .modal {
  z-index: 9999;
}

#choose-method .card3-footer {
  display: flex;
  justify-content: center;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

button:hover,
button:focus {
  outline: 0;
}

.table td {
  position: relative;
}

tr.active {
  background-color: rgba(0, 0, 0, .05);
}

.table td.td-content {
  padding-right: 50px;
}

.has-file {
  content: "";
  position: absolute;
  right: 5px;
  top: 2px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.modal-scroll {
  max-height: 600px;
  overflow-y: auto;
}

.table-scroll {
  max-height: 500px;
  overflow-y: auto;
}

.btn-hamburger {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  padding-top: 12px;
}

.the-le-content .label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.note {
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-vongquay a {
  background: #859582;
  background-size: cover;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 12px !important;
}

.nav-tab-history .nav-item {
  width: 50%;
}

.nav-tab-history .nav-item .nav-link {
  color: #007bff;
  text-align: center;
  border: 1px solid #ececec;
  border-bottom: 0;
}

.nav-tab-history .nav-item .nav-link.active {
  border: 0;
  background: #4a9a9b;
  color: #fff;
  border-radius: 0;
}

.nav-vongquay a .sub-tt {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #cdcdcd;
}

.nav-vongquay a .price {
  font-size: 13px;
  text-transform: capitalize;

}

.wrap-process {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 30px;
}

.wrap-process .progress {
  width: 100%;
  position: absolute;
  top: 46px;
  height: 5px;
  background-color: #dbdbdb;
}

.wrap-process .progress-bar {
  background-color: #ffdf00;
}

.gifts {
  display: flex;
  justify-content: space-between;
  list-style: none;
  text-align: center;
  padding-left: 0;
  width: 100%;
  margin: auto;
  position: relative;
}

.gifts .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cb0e01;
}

.gifts li {
  z-index: 9;
  position: relative;
}

.gifts .img {
  height: 95px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.gifts img {
  max-height: 100%;
}

.gifts .text {
  color: #a4a4a4;
  font-size: 20px;
  font-weight: 600;
}

.gifts .text.active {
  color: yellow;
}

.gifts .sub-text {
  position: absolute;
  width: 260px;
  height: 130px;
  background-color: rgba(0, 0, 0, .8);
  top: -100px;
  left: 0;
  border-radius: 10px;
  z-index: 20;
  color: #fff;
  padding: 0 10px 0 10px;
  text-align: center;
  display: none;
  transition: .3s ease;
  margin-left: -50px;
}

.gifts li:hover .sub-text {
  display: block;
}

.btn-baodanh {
  padding: 0;
  background: transparent;
  border: 0;
  margin: auto;
  text-align: center;
  display: block;
  cursor: pointer;
}

.btn-baodanh img {
  width: 65%;
}

.number-dk {
  color: #ffffff;
  font-size: 25px;
  margin-top: 20px;
  text-align: center;
}

.number-dk .yellow {
  color: yellow;
  font-weight: 600;
}

.wrap-btn-vq {
  display: flex;
  justify-content: center;
}

.wrap-btn-vq .dropdown-menu {
  width: 95%;
}

.bg-btn {
  background: url(../images/bg-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 66px;
  border: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.title-vongquay {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}

.sub-title-vongquay {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #ededed;
}

.money-vongquay {
  font-size: 20px;
  font-weight: 600;
  color: yellow;
  position: absolute;
  width: 100%;
  bottom: -60px;
}

.the_wheel {
  position: relative;
}

.wrap-luotmua {
  background: url(/lava/assets/images/bg-lich.png);
  background-position: center;
  position: absolute;
  right: -3px;
  top: -11px;
  width: 152px;
  height: 200px;
  background-repeat: no-repeat;
  padding: 10px;
}

.wrap-luotmua .label {
  font-size: 18px;
  padding-top: 25px;
  text-align: center;
}

.wrap-luotmua .number-luotmua {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #009400;
}

.wrap-luotmua .note {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  text-align: center;
}

.icon-vongquay {
  width: 60px;
  margin-right: 15px;
}

.item-sanhsukien {
  background: url(/lava/assets/images/bg-box-new.png);
  padding: 20px;
  background-repeat: no-repeat;
  margin-top: 20px;
  height: 190px;
  background-size: 100% 100%;
}

.item-sanhsukien .time {
  position: relative;
  font-size: 11px;
  color: #004c03;
  font-weight: 600;
  background: #fff;
  margin-top: 5px;
  text-align: center;
}

.wrap-sanhsukien .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wrap-sanhsukien .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-sanhsukien {
  border: 0;
  font-size: 17px;
  background: url(/lava/assets/images/bg-btn-thamgia.png);
  width: 140px;
  height: 47px;
  line-height: 50px;
  background-size: cover;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -70px;
}

.item-sanhsukien .content {
  display: flex;
  align-items: center;
  min-height: 63px;
}

.title-tieutichluy {
  background: url(/lava/assets/images/bg-tieutichluy.png);
  width: 360px;
  height: 82px;
  background-size: 100%;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 600;
}

.wrap-item-tieutichluy {
  margin-bottom: 50px;
}

.item-tieutichluy {
  position: relative;
}

.item-tieutichluy .price-ttl {
  top: -5px;
  left: 21px;
  background: url(/lava/assets/images/img-bg-items-title.png);
  background-size: 100%;
  height: 35px;
  text-align: center;
  line-height: 40px;
  color: yellow;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.list-tieutichluy {
  background: url(/lava/assets/images/img-bg-item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  justify-content: center;
  margin-top: -6px;
}

.list-tieutichluy .icon-qua {
  width: 25%;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
}

.list-tieutichluy .icon-qua img {
  width: 52px;
}

.btn-tieutichluy {
  background: url(/lava/assets/images/bg-btn-tieutichluy.png);
  width: 150px;
  height: 52px;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: -28px;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 52px;
}

.btn-tieutichluy.disable {
  opacity: 0.5;
  color: #000000;
}

.btn-tieutichluy.disable:hover {
  color: #000000;
  cursor: no-drop;
}

.btn-tieutichluy:hover {
  color: yellow;
}

.name-sanhsukien {
  font-size: 23px;
  color: #da0000;
  margin-bottom: 0;
}

.turn {
  text-align: center;
  position: absolute;
  bottom: -60px;
  width: 100%;
}

.turn .label {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.turn-count {
  font-size: 26px;
  color: yellow;
  font-weight: 600;
}

#spin_button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  cursor: pointer;
  width: 150px;
  height: 150px;
  padding: 0;
  -webkit-animation: 2s ease 0s normal none infinite running zoomEffect2;
  display: flex;
  font-size: 0;
  background: none;
  border: 0;
  border-radius: 50%;
}

#spin_button img {
  max-width: 100%;
}

.kim-chi {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 0;
  width: 36px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #1b2328;
}

.icon-chat-fb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  padding: 0;
  z-index: 999;
}

.icon-chat-fb img {
  width: 65px;
}

.container {
  width: 1200px;
  margin: auto;
}

.mt-20 {
  margin-top: 20px;
  max-width: 100%;
}

.img-app img {
  width: 70px;
  border-radius: 20px;
  border: 2px solid #cecc7e;
}

.icon-app-mb {
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 0;
  bottom: 35%;
  text-align: center;
  background: #99201a;
  background-image: linear-gradient(#b00b00, #eded63);
  padding: 25px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.5s ease;
}

.icon-app-mb.close-d {
  right: -210px;
}

.close-app {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #f00;
  border: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
}

.open-app {
  background-image: linear-gradient(#b00b00, #eded63);
  position: absolute;
  left: -70px;
  top: -10px;
  border: 0;
  height: 50px;
  width: 50px;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-app img {
  max-width: 25px;
}

.list-social {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.list-social a {
  width: 31%;
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 3px;
  color: #002a6e;
  border: 2px solid #ffffff;
}

.list-social a:hover {
  background-color: rgba(255, 255, 255, 1);
}

.list-social p {
  margin-bottom: 0;
  font-size: 11px;
  padding-top: 3px;
}

.list-social img {
  width: 30px;
  border-radius: 50%;
}

.icon-app img {
  border: 1px solid #ffffff;
  border-radius: 6px;
  margin-top: 10px;
  width: 160px;
}

.modal-buy {
  color: #fff;
}

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

.header-fix-about {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-fix-about .navbar {
  padding: 0;
}

.navbar {
  position: relative;
  z-index: 999;
}

.slick-slide img {
  max-width: 100%;
}

.navbar-collapse.collapse {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding-right: 60px;
  padding-left: 0;
  align-items: center;
  height: 70px;
}

.nav-link {
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 18px;
}

.nav-link:hover {
  color: #fef9b1;
}

.nav-item-phone {
  width: 160px;
  height: 36px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef9b4), to(#f6d89f));
  background-image: linear-gradient(#fef9b4, #f6d89f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-item-phone .nav-link {
  color: #1c2223;
}

.nav-item-phone:hover {
  background-image: none;
  background: #f6d89f;
}

.banner {
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  height: 960px;
  background-size: cover;
  padding-top: 70px;
  position: relative;
}

.banner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 220px;
}

.banner .wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.btn-play {
  -webkit-animation: pulse 1s infinite alternate;
  animation: pulse 1s infinite alternate;
}

.btn-play:hover {
  cursor: pointer;
}

.btn-play:hover img {
  opacity: 0.8;
}

.banner-2 {
  height: 772px;
  background-image: url(../images/bg-2.png);
  background-size: cover;
  margin-top: -150px;
  display: flex;
  position: relative;
  z-index: 1;
}

.banner-2 .col-left {
  width: 50%;
  padding-right: 15px;
}

.banner-2 .col-right {
  width: 50%;
  padding-left: 15px;
}

.vertical-center-4 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
  list-style: none;
}

.vertical-center-4 .slick-dots button {
  border-radius: 10px;
  font-size: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  border: none;
  margin-left: 5px;
}

.vertical-center-4 .slick-dots .slick-active button {
  width: 50px;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #6b6b6b;
  padding-bottom: 15px;
  ;
}

.text-nap {
  color: #ffffff;
  font-size: 16px;
}

.text-nap span {
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto";
  background: -webkit-linear-gradient(#ffbb1c, #fff57f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-bar .read-more {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
}

.tab-bar .read-more:hover {
  color: #ff0000;
}

.tab-bar .read-more img {
  padding-left: 2px;
}

.nav-tabs {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-bottom: 0;
}

.nav-tabs li a {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 16px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
}

.nav-tabs li.active a {
  border: 0;
  background: none;
  color: #da2411;
}

.nav-tabs li a:hover,
.nav-tabs li a.active {
  border-bottom: 3px solid #db4232;
}

.wrap-bank .nav-tabs li.active a {
  color: #ffffff;
  border-bottom: 0;
}

.wrap-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.wrap-news .img-new {
  width: 138px;
  position: relative;
  padding-top: 12px;
}

.wrap-news .img-new img {
  max-width: 100%;
}

.wrap-news .img-hot {
  position: absolute;
  top: 12px;
  right: 0;
}

.wrap-news .content-new {
  width: calc(100% - 138px);
  padding-left: 24px;
}

.content-new .name a {
  font-family: "UTM Helve Bold";
  font-weight: bold;
  font-size: 16px;
  color: #f6f4f3;
  margin-bottom: 5px;
}

.content-new .name a:hover {
  color: #ff0000;
}

.content-new .content {

  font-weight: normal;
  font-size: 16px;
  color: #f6f4f3;
}

.list-news {
  padding-left: 0;
  margin-left: 0;
}

.nav-link.active {
  text-transform: uppercase;
  color: #fef9b1;
}

.list-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dashed #666666;
  align-items: top;
}

.list-new .time {
  width: 144px;
  min-width: 144px;
  margin-left: 12px;
}

.list-new a,
.list-new p {

  font-weight: normal;
  font-size: 16px;
  color: #f6f4f3;
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-new a:hover {
  color: #ff0000;
}

.list-new:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/dot.png);
  width: 20px;
  height: 20px;
  top: 18px;
}

.list-new img {
  padding-left: 10px;
}

.banner-3 {
  background-image: url(../images/bg-3.png);
  background-size: cover;
  margin-top: -180px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner-3 .slick-arrow {
  font-size: 0;
  border: none;
  z-index: 9;
  margin-top: -35px;
  background: none;
}

.banner-3 .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/prev.png);
  width: 74px;
  height: 69px;
}

.banner-3 .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../images/next.png);
  width: 74px;
  height: 69px;
}

.banner-3 .slider-sc {
  padding-top: 136px;
  padding-left: 100px;
  padding-right: 60px;
}

.banner-3 .slider-sc img {
  max-width: 100%;
}

.banner-4 {
  background-image: url(../images/bg-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -160px;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 9;
}

.banner-4 .slider-sc {
  padding-top: 156px;
  padding-bottom: 100px;
}

.banner-4 .slick-dots {
  position: absolute;
  z-index: 9999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 10px;
  left: 50%;
  margin-left: -68px;
  padding-left: 0;
}

.banner-4 .slick-dots button {
  border: 0;
  font-size: 0;
  background: none;
  width: 52px;
  height: 52px;
  background-image: url(../images/dot-2.png);
  margin-left: 8px;
  margin-right: 8px;
}

.banner-4 .slick-dots .slick-active button {
  background-image: url(../images/dot-active.png);
}

.footer {
  background: #000;
  margin-top: -5px;
  text-align: center;
  padding: 40px 0;
}

.footer p {
  margin: 0;
  margin-bottom: 10px;
}

.footer a,
.footer p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.modal-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.md-header {
  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;
  padding: 15px 20px;
}

.md-header .close {
  position: absolute;
  right: -5px;
  background: red;
  color: #fff;
  border-radius: 50%;
  border: none;
  height: 30px;
  width: 30px;
  top: -5px;
}

.form-group {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.form-group input {
  height: 40px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
  display: block;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  background: #f7f7f7;
  border: 1px solid #cecece;
  font-family: "Roboto";
}

.form-group input.requied {
  border: 1px solid rgb(215, 38, 38);
}

.wrap-login .form-group input {
  border-radius: 0;
}

.form-group .submit-style {
  padding: 10px 32px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 25px;
  background: none;
  cursor: pointer;
}

.modal-footer {
  padding: 5px;
  text-align: center;
}

.register a {
  font-size: 16px;
  color: #fff;
}

.wrap-register {
  display: none;
}

.remore-md {
  display: none;
}

.bg-white {
  background: #fff;
}

.wrap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-fix .navbar {
  padding: 0;
}

.list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.list-header li {
  padding-right: 35px;
}

.list-header li a {
  color: #000;
}

.list-header li a:hover {
  background-color: #e3e3e3;
  color: #666;
}

.list-header .log-out {
  font-weight: 400;
  color: #006cff;
  border-top: 1px solid #cdcdcd;
}

.wrap-content {
  background: url(../images/bg-2.jpg);
  background-size: cover;
}

.center {
  margin: auto;
  text-align: center;
}

.logo-nap {
  padding-top: 110px;
  padding-bottom: 32px;
}

.logo-nap img {
  max-width: 350px;
}

.col-left-nap {
  width: 315px;
}

.col-right-nap {
  margin-left: 25px;
  width: calc(100% - 340px);
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px 40px 40px;

}

.col-right-nap .title {
  padding-top: 60px;
  font-weight: 700;
  font-size: 22px;
}

.col-right-nap .title .number {
  color: #ff5a00;
}

.avatar {
  border-radius: 50%;
}

.infor-user {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin: auto;
  position: relative;
}

.user-mobile {
  text-align: center;
}

.infor-user .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.infor-user .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
  background: #ffdd00;
  width: 50%;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 40px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
}

.infor-user .name a {
  color: #000;
  display: block;
}

.number-attendance {
  text-align: center;
  color: #fff;
  font-size: 26px;
}

.number-attendance span {
  color: yellow;
  font-weight: 600;
}

.tk-warning a {
  color: #ff5a00;
}

.tk-warning i {
  padding-right: 5px;
}

.banner-2 .flex {
  align-items: center;
}

.promotion-event .btn {
  display: block;
}

.infor-user .vip {
  height: 38px;
  color: #fff;
  background: #d46325;
  border: 0;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 120px;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s;
}

.cumulative-top-up .btn-tieutichluy {
  font-size: 13px;
}

.infor-user .vip:hover {
  filter: brightness(1.5);
}

.infor-user .vip.vip-new:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: #ff0000;
  border-radius: 10px;
  z-index: 999;
  right: -3px;
  top: -6px;
  border: 1px solid #efef4a;
}

.infor-user .sv {
  font-size: 23px;
  font-weight: 600;
}

.infor-user .sv span {
  color: #ff5a00;
}

.infor-user .btn-attendance {
  width: 150px;
  height: 38px;
  background: #194975;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1s infinite alternate;
  margin-left: 6px;
  transition: filter 0.3s;
}

.infor-user .btn-attendance:hover {
  filter: brightness(1.5);
}

#form-shop-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.btn-base {
  color: #00c892;
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  border-radius: 10px;
  border: 0;
  margin-top: 10px;
  transition: background 0.3s, color 0.3s;
}

.btn-base:hover,
.btn-base.btn-active {
  background: #ff5a00;
  color: #fff;
}

.wrap-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.wrap-step:before {
  content: "";
  position: absolute;
  background: #e5e3e3;
  height: 12px;
  width: 100%;
  border-radius: 10px;
}

.wrap-step .step {
  position: relative;
}

.wrap-step .step:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #ff5a00;
  border-radius: 10px;
  left: inherit;
  right: 0;
  top: 0;
  z-index: 2;
}

.wrap-step .step:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  background: #e5e3e3;
  border-radius: 10px;
  right: -6px;
  z-index: 1;
  top: -6px;
}

.wrap-step .number {
  z-index: 9;
  position: absolute;
  right: -1px;
  top: -38px;
  font-weight: 700;
  font-size: 22px;
  color: #ff5a00;
}

.wrap-step .step1 {
  padding-left: 10%;
  position: relative;
}

.wrap-step .step2 {
  width: 20%;
  position: relative;
  z-index: 9;
}

.wrap-step .step3 {
  width: 30%;
  position: relative;
  z-index: 9;
}

.wrap-step .step4 {
  width: 40%;
  position: relative;
  z-index: 9;
}

.wrap-step .active {
  position: absolute;
  width: 10%;
  height: 12px;
  background: #ff5a00;
  border-radius: 10px;
}

.wrap-step .active.ac-step2 {
  width: 30%;
}

.wrap-step .active.ac-step3 {
  width: 60%;
}

.wrap-step .active.ac-step4 {
  width: 100%;
}

.nav-tabs-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.nav-tabs-package li {
  font-size: 16px;
  border: 1px solid #000;
  padding: 3px 10px;
  margin-right: 15px;
  border-radius: 15px;
}

.nav-tabs-package li a {
  color: #000;
}

.nav-tabs-package li.active {
  border-color: #ff5a00;
  background: #ff5a00;
}

.nav-tabs-package li.active a {
  color: #fff;
}

.wrap-package {
  background: url(../images/background-package.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wrap-package.step2 {
  height: 94px;
}

.package-left {
  padding-left: 50px;
  position: relative;
  padding-bottom: 5px;
}

.package-left:before {
  content: "";
  position: absolute;
  background: url(../images/img-icon1.png);
  height: 32px;
  width: 32px;
  left: 12px;
  top: 0px;
}

.package-left .number-money {
  font-size: 20px;
  color: #faf5b5;
}

.package-left .bonus {
  color: #ffffff;
  font-size: 11px;
}

.btn-money {
  background: #df5c14;
  color: #ffffff;
  width: 80%;
  height: 26px;
  border: 0;
  border-radius: 5px;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#verify-form,
#submit-gift-form {
  text-align: center;
}

.wrap-nap-tien {
  padding-top: 120px;
  min-height: calc(100vh - 211px);
  padding-bottom: 50px;
}

.information-user {
  font-size: 1.2em;
}

.information-user p {
  margin-bottom: 1rem;
}

.information-user .col {
  margin-bottom: 10px;
  display: flex;
}

.information-user .label {
  font-weight: 700;
  width: 164px;
  display: inline-block;
  text-align: left;
}

.infor-card {
  margin-top: 20px;
  padding: 10px;
}

.card-footer {
  padding-top: 100px;
  text-align: center;
}

.card-footer .text {
  color: #f56e24;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 20px;
}

.card-footer .btn-xacnhan {
  font-size: 30px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f97127), to(#c64601));
  background-image: linear-gradient(#f97127, #c64601);
  width: 100%;
  border-radius: 5px;
  border: 0;
  height: 55px;
  line-height: 50px;
  cursor: pointer;
}

.card-footer .btn-xacnhan:hover {
  background: #c64601;
}

.card-step3 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}

.card-step3 .name {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.card-step3 .number-card {
  margin-bottom: 10px;
}

.card-step3 .qr {
  height: 150px;
}

.card3-footer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.card3-footer .text {
  color: #f56e24;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 10px;
}

.card3-footer .btn-xacnhan {
  color: #fff;
  width: 258px;
  height: 58px;
  background: #df5c14;
  border: 0;
  font-size: 22px;
  border-radius: 5px;
  display: inline-block;
  line-height: 38px;
  cursor: pointer;
}

.content-finish {
  text-align: center;
}

.content-finish .title-fn {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4bae4f;
  margin-top: 20px;
}

.content-finish .information-user {
  padding-left: 30%;
  text-align: left;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}


@media (min-width: 901px) {
  .btn-play img {
    max-width: 320px;
  }
}

@media (max-width: 1200px) {
  .navbar {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-nav {
    display: none;
  }

  .nav-item-phone {
    position: absolute;
    right: 0;
  }
}

.coin-mb {
  display: none;
}

.icon-mail-sidebar {
  position: absolute;
  font-size: 18px;
  right: 65px;
  top: 12px;
  display: none;
}

.mail-new:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: red;
  border-radius: 10px;
  z-index: 999;
  right: -3px;
  top: 0px;
}


.col-right-nap .h1 {
  font-size: 1.5rem;
}

.wrap-head {
  position: relative;
}

.card-pricing .h6 {
  width: 89px;
  position: absolute;
  height: 104px;
  right: 0;
  background: #31c368;
  padding-right: 5px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.card-pricing .h6.ut {
  background: #ffcc00;
}

.card-pricing .h6.hc {
  background: #ef6060;
}

.card-pricing .h6 span {
  text-align: center;
  width: 55px;
}

.card-pricing .h6:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top: 52px solid;
  border-right: 90px solid transparent;
  border-top-color: #ffe6b1;
}

.card-pricing .h6:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  border-bottom: 52px solid #fff;
  border-right: 90px solid transparent;
}

.title-nap {
  font-size: 16px;
  text-transform: uppercase;
  background: #ffe6b1;
  height: 52px;
  display: flex;
  z-index: 9;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  font-weight: 600;
  align-items: center;
}

.title1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "Roboto";
}

.title-nap span {
  z-index: 9;
}

.card-body {
  display: flex;
  align-items: baseline;
  z-index: 9;
  font-size: 16px;
  margin-top: 25px;
  padding: 1rem;
}

.list-unstyled li {
  margin-bottom: 15px;
}

.bonus-n {
  position: relative;
  color: #31c368;
  padding-left: 25px;
}

.bonus-n:before {
  content: "";
  background: url(http://www.muh5.asia/lava/assets/images/polygon.png);
  width: 15px;
  height: 21px;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
}

.serial {
  min-width: 70px;
}

.btn-tieptuc a {
  width: 100%;
  border: 0;
  background: linear-gradient(90deg, #14cdb1 0%, #0cb99e 35%, #08ae95 70%, #019b83 100%);
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.title-bank {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

.wrap-bank .steps {
  display: block;
  padding-left: 0;
  margin-top: 15px;
}

.steps li a {
  color: #000;
  font-size: 16px;
  display: block;
  padding-top: 8px;
}

#step-2 {
  margin-top: 10px;
}

#step-2 h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-home {
  width: 250px;
  background: linear-gradient(90deg, #ef6850 0%, #ed563c 35%, #E75747 70%, #e75725 100%);
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 25px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #fff;
  margin: auto auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 30px;
}

.btn-nap-tiep {
  width: 250px;
  background: linear-gradient(90deg, #14cdb1 0%, #0cb99e 35%, #08ae95 70%, #019b83 100%);
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 25px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #fff;
  margin: auto auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 30px;
}

.sw-theme-dots>ul.step-anchor:before {
  top: 82px !important;
}

.sw-theme-dots>ul.step-anchor>li.active>a:after {
  background: #ff5a00 !important;
}

.sw-theme-dots>ul.step-anchor>li.active>a {
  color: #ff5a00 !important;
}

.sw-theme-dots>ul.step-anchor {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sw-theme-dots>ul.step-anchor>li {
  width: 33.3333% !important;
}

.sw-theme-dots>ul.step-anchor>li>a:after {
  left: 42% !important;
  bottom: -5px !important;
  background: #d4d4d4 !important;
}

.sw-theme-dots>ul.step-anchor>li.done>a:after {
  background: #5cb85c !important;
}

.col-method-wrap {
  margin-bottom: 15px;
}

.method-wrap {
  text-align: center;
  /* margin-bottom: 15px; */
  border: 1px solid #ededed;
  border-radius: 10px;
  padding-bottom: 20px;
  cursor: pointer;
  height: 100%;
}

.method-wrap .logo {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 0 10px;
}

.img-bank {
  height: 55px;
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#method-wrap .img img {
  width: 45%;
  max-width: 100%;
}

.title-b {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.table .thead-success th {
  color: #fff;
  background-color: #3aa812;
  border-color: #479d1e;
  text-transform: uppercase;
  font-size: 1em;
}

.title-history {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-family: "Roboto";
}

#paypal-button {
  margin-top: 30px;
}

.col-right-vq {
  margin-left: 25px;
  width: calc(100% - 340px);
  border-radius: 10px;
  padding: 30px;
  background: url(/lava/assets/images/bg-lading3.jpg);
  border: 2px solid #b5ae70;
  background-position: center;
  position: relative;
}

@media (max-width: 993px) {

  .sw-theme-dots>ul.step-anchor>li,
  .sw-theme-dots>ul.step-anchor:before {
    display: none !important;
  }

  .sw-theme-dots>ul.step-anchor>li.active {
    display: block !important;
    width: 100% !important;
    height: 55px;
  }

  .sw-theme-dots>ul.step-anchor>li>a:after {
    left: -30px !important;
    top: -42px !important;
  }

  .sw-theme-dots>ul.step-anchor>li.active>a {
    padding-bottom: 0;
  }

  .sw-theme-dots>ul.step-anchor:before {
    top: 0 !important;
    height: 260px !important;
  }

  #step-2 {
    margin-top: 0;
  }

  .btn-home {
    width: 50%;
  }

  .btn-nap-tiep {
    width: 45%;
  }
}

.logo-market {
  padding-top: 100px;
}

.wrap-search {
  display: flex;
  justify-content: center;
}



.btn-basket {
  height: 40px;
  border-radius: 5px;
  background: #ffc800;
  border: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  color: #000000;
}

.btn-basket img {
  margin-right: 5px;
}

.btn-basket:hover {
  background: #ff5a00;
  color: #fff;
}

#js-get-vip-gift-form select {
  width: 180px;
  height: 40px;
  background: #212121;
  color: #fff;
  border: 1px solid #ffc800;
  padding: 0 15px;
  border-radius: 6px;
  margin-top: 10px;
  text-align: center;
}

.custom-select {
  margin-right: 15px;
  margin-left: 15px;
  width: 200px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  border: 1px solid #ffc800;
  color: #fff;
  padding-left: 15px;
  font-size: 15px;
  position: relative;
  height: 36px;
}

.wrap-item-mk {
  display: flex;
  background: url("../images/bg-mk.jpg");
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 8px;
  background-size: cover;
  align-items: center;
  cursor: pointer;
}

.wrap-item-mk2 {
  padding: 15px;
}

.wrap-item-mk .item-content {
  padding-left: 10px;
  font-size: 16px;
}

.container {
  width: 1300px;
  margin: auto;
  max-width: 100%;
}

.pagination {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.pagination .page-link {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.pagination .page-link span {
  color: #e4ab02;
}

.modal-mk .modal-content {
  background: url(../images/bg-modal.png);
  border: 3px solid #ffc600;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.highlight {
  color: #faf5b5;
  position: relative;
}

.highlight:after {
  content: "";
  position: absolute;
  background: url(../images/icon-lv.png);
  height: 21px;
  width: 21px;
  bottom: 0;
  right: -25px;
}

.highlight2 {
  color: #faf5b5;
  position: relative;
  font-size: 18px;
}

p {
  margin-bottom: 6px;
}

.modal-header {
  justify-content: start;
  align-items: center;
  border-bottom: 0;
}

.modal-header .img {
  border: 1px solid #fff;
  border-radius: 10px;
}

.modal-header .wrap-item-gio {
  width: 170px;
  height: 150px;
}

.modal-header .content-header {
  margin-left: 15px;
  font-size: 18px;
}

.modal-header .name {
  color: #ff0004;
  font-size: 20px;
  font-weight: 600;
}

.modal-header .highlight {
  font-size: 18px;
}

.modal-header .close {
  background: red;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  font-size: 40px;
  z-index: 99;
}

.bg-modal-vip .modal-content {
  background: url(../images/svip_zycs_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-vip {
  background: url(../images/bg-vip.png);
  width: 91px;
  height: 109px;
  position: relative;
}

.modal-title-vip {
  font-size: 40px;
  font-weight: 700;
  background: -webkit-linear-gradient(#de830c, #ffea00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffea00;
  text-stroke: 1px #ffea00;
  margin-bottom: 0;
}

.bg-vip span {
  position: absolute;
  left: 30px;
  color: #fff;
  top: 20px;
  font-size: 22px;
  font-weight: 700;
  background: -webkit-linear-gradient(#ffbb1c, #fff57f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto";
  line-height: 1.2;
}

.svip-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-diem {
  background: url(../images/bg-diem-nap.png);
  width: 471px;
  height: 60px;
  position: relative;
}

.bg-diem .text-diem {
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  position: absolute;
  left: 50%;
  font-weight: 600;
  text-shadow: 1px 1px #ff0000;
  margin-left: -44px;
}

.bg-diem .par {
  position: absolute;
  top: 8px;
  left: 73px;
  width: 69%;
  height: 100%;
}

.par .active {
  background: url(../images/bg-vip-active.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-header--vip {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px;
}

.btn-nap-tien {
  background: url(../images/button-nap-tien.png);
  width: 175px;
  height: 60px;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 20px;
  font-weight: 600;
  /* color: #460001; */
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  line-height: 60px;
  transition: color 0.3s, filter 0.3s;

  &:hover {
    color: #460001;
    ;
    filter: brightness(1.5);
  }
}

.wrap-icon-qua {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-vip {
  font-size: 25px;
  font-weight: 600;
  font-family: "Roboto";
  background: -webkit-linear-gradient(#ffffff, #ff8600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button-vip {
  width: 150px;
  height: 38px;
  background-image: linear-gradient(to right, #ff8600 0%, #fa673f 51%, #ff9200 100%);
  display: block;
  border-radius: 10px;
  font-size: 18px;
  border: 3px solid #ffffff;
  cursor: pointer;
  color: #fff;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: color 0.3s, filter 0.3s;
}

.button-vip:hover {
  color: #460001;
  filter: brightness(1.5);
}

.button-vip.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: none;
  opacity: .5;
}

.btn-vip-prev {
  position: absolute;
  bottom: 35%;
  left: 30px;
  transform: rotateY(180deg);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: filter 0.3s;
}

.btn-vip-prev:hover {
  filter: brightness(1.5);
}

.btn-vip-next {
  position: absolute;
  bottom: 35%;
  right: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: filter 0.3s;
}

.btn-vip-next:hover {
  filter: brightness(1.5);
}

.icon-qua {
  position: relative;
  overflow: hidden;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid yellow;
  margin-left: 5px;
  margin-right: 5px;
  width: 80px;
  background: url(../images/equip_clothes_5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.icon-qua img {
  width: 70px;
}

.icon-qua span {
  position: absolute;
  display: block;
}

.icon-qua .number {
  line-height: 14px;
  height: 15px;
  width: 30px;
  background: #331100ab;
  font-size: 10px;
  bottom: 3px;
  left: 3px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 10px;
}

.icon-qua .name-item {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  top: 0;
  z-index: 999;
  background: #1d0805;
  width: 100%;
  font-size: 13px;
}

.icon-qua:hover .name-item {
  opacity: 1;
  visibility: inherit;
}

.icon-qua span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim-duoi1 1s linear infinite;
  border-radius: 15px;
}

@keyframes btn-anim-duoi1 {
  0% {
    left: -100%
  }

  50%,
  100% {
    left: 100%
  }
}

.icon-qua span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim-duoi2 1s linear infinite;
  animation-delay: .25s;
}

@keyframes btn-anim-duoi2 {
  0% {
    top: -100%
  }

  50%,
  100% {
    top: 100%
  }
}

.icon-qua span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim-duoi3 1s linear infinite;
  animation-delay: .5s;
}

@keyframes btn-anim-duoi3 {
  0% {
    right: -100%
  }

  50%,
  100% {
    right: 100%
  }
}

.icon-qua span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim-duoi4 1s linear infinite;
  animation-delay: .75s;
}

@keyframes btn-anim-duoi4 {
  0% {
    bottom: -100%
  }

  50%,
  100% {
    bottom: 100%
  }
}

.modal-body {
  font-size: 16px;
  padding-top: 0;
}

.green {
  color: #00ff0d;
}

.yellow {
  color: #ff9100;
}

.btn-buy {
  text-transform: uppercase;
  background: url(../images/bg-btn.png);
  margin: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  width: 178px;
}

.price-vip {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  color: yellow;
  top: -25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.bg-btn:hover .price-vip {
  opacity: 1;
  visibility: inherit;
}

.btn-buy:hover {
  color: #ffffff;
}

.modal-footer {
  border-top: 0;
  margin: auto;
  margin-bottom: 30px;
}

.wrap-new-detail {
  background: #000;
  padding-bottom: 50px;
}

.banner-news .logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -310px;
}

.wrap-new-detail .name {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  margin: 20px 0 10px;
}

.wrap-new-detail .wrap-time {
  font-size: 16px;
  color: #777;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;

}

.content-news {
  line-height: 26px;
  text-align: justify;
  font-size: 18px;
  padding-top: 30px;
}

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

.new-detail {
  background: #fff;
  margin-top: -100px;
  z-index: 9;
  position: relative;
  padding: 5px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item1 {
  height: 36%;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -22px;
  border: 1px solid #bebebe;
  border-radius: 3px;
}

.item2 {
  position: absolute;
  height: 36%;
  left: 20px;
  bottom: 25px;
  border: 1px solid #bebebe;
  border-radius: 3px;
}

.item3 {
  position: absolute;
  height: 36%;
  right: 20px;
  bottom: 25px;
  border: 1px solid #bebebe;
  border-radius: 3px;
}

.wrap-item-gio .step {
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 12px;
  color: #fff;
}

.wrap-item-gio .number {
  position: absolute;
  right: 5px;
  font-size: 14px;
  bottom: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.wrap-star {
  position: absolute;
  bottom: 3px;
  left: 5px;

}

.wrap-star img {
  width: 12px;
}

.title-mk .item-name {
  display: block;
}

.item-content .price {
  margin-top: 10px;
}

.item-content .price .highlight {
  font-size: 18px;

}

@media (max-width: 1600px) {
  .banner-news {
    height: 550px;
  }

  .new-detail {
    margin-top: -50px;
  }
}

.related-posts {
  margin-top: 30px;
  margin-bottom: 60px;
  border-top: 1px solid #eaeaea;
}

.article-wrap {
  position: relative;
}

.article-wrap:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B42652;
}

article.post h2.entry-title {
  display: inline-block;
  width: inherit;
  font-weight: 400;
  color: inherit;
  font-size: .9em;
  margin-top: 10px;
  margin-bottom: 0;
}

.relate_title h5 {
  color: #000;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

article.post {
  margin-bottom: 0;
  padding: 10px 0 3px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.btn-playGame {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -112px;
  z-index: 1;
  animation: pulse 1s infinite alternate;
}

.btn-playGame2:hover {
  color: yellow;
}

.play-game {
  position: relative;
  margin-top: 20px;
}

.play-game img {
  max-width: 100%;
  margin-bottom: 20px;

}

.entry-title a {
  color: #1d1d1d;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  font-family: NotoSerif, Helvetica, serif;
  display: block;
}

.entry-title a:hover {
  color: #b90b42;
}

.entry-date a {
  color: #b5b3bd;
  display: block;
  font-size: 12px;
  text-align: right;
}

.new-category .title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.breadcrumb {
  margin-top: 20px;
  font-size: 16px;
  border-radius: 0;
  background-color: #ececec;
}

@media (min-width: 1200px) {
  .col-item .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.wrap-item-gio {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/bg-mk.jpg);
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffc800;
  border-radius: 6px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.wrap-item-gio2 {
  width: 140px;
  min-width: 140px;
}

.call-back {
  display: flex;
  background: #ffc800;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px 15px;
  justify-content: space-around;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px;
}

.wrap-item-mk2 .item-content {
  padding-left: 15px;
}

#btn-add-item {
  background: #787878;
  border: 1px solid #ffc800;
  padding: 10px 15px;
  width: 100%;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

#btn-add-item.active {
  background: #1046fc;
}

#btn-add-item span {
  font-weight: 600;
}

.search-item {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
}

.search-item .icon {
  width: 90px;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}

.search-item input {
  width: calc(100% - 75px);
  background: transparent;
  border: 0;
  color: #fff;
}

.search-item input:focus,
.search-item input:active {
  outline: none;
}

.select-cart {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.wrap-market {
  padding-top: 0;
}

.title-popup {
  font-size: 30px;
  color: #fff647;
  font-weight: 600;
  text-decoration: underline;
  margin: auto;
  display: block;
}

.yellow2 {
  color: #fff647;
}

.btn-agree {
  background: url(../images/btn-agree.png);
}

.btn-cancel {
  background: url(../images/btn-cancel.png);
}

.btn-agree,
.btn-cancel {
  width: 148px;
  height: 38px;
  border: 50px;
  background-size: cover;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.btn-agree:hover,
.btn-cancel:hover {
  color: #fff647;
}

.modal-header .bag-left {
  padding-right: 20px;
}

.modal-header .border-left {
  position: relative;
}

.modal-header .border-left:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #e4ab02;
  position: absolute;
  right: 0;
}

.modal-header .row {
  width: 100%;
}

.wrap-content-flex {
  display: flex;
}

.bag-right .title-popup2 {
  font-size: 26px;
}

.bag-right .wrap-content-flex {
  justify-content: space-between;
  margin-top: 22px;
}

.bag-right .wrap-content-flex img {
  width: 90px;
  height: 100px;
  border-radius: 10px;
}

.bag-right .wrap-content-flex .form-check {
  font-size: 18px;
}

.bag-right .wrap-content-flex .form-check-label {
  margin-left: 10px;
}

.bag-right .wrap-content-flex .form-check-input {
  width: 20px;
  height: 20px;
}

.bag-right .wrap-content-flex .highlight2 {
  margin-right: -20px;
}

.wrap-input {
  margin-top: 25px;
}

.container-search {
  background: #212121;
  color: #ffffff;
  height: 40px;
  border: 1px solid #ffc800;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.container-search .icon {
  background: transparent;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #987a0f;
  padding: 0 5px 0px 15px;
  transition: all 0.3s ease;
}

.container-search .icon:hover {
  opacity: 0.5;
}

.wrap-search .container-search input {
  border: 0;
  background: transparent;
  padding-left: 10px;
  color: #ffffff;
  width: 300px;
}

.wrap-search .container-search input:focus,
.wrap-search .container-search input:hover {
  border: 0;
  outline: 0;
}

.wrap-input .input-group,
.wrap-input .input-group-text,
.wrap-input .form-control {
  background: #212121;
  background-color: #212121;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}

.bag-left .wrap-input .input-group {
  padding-right: 0;
}

.wrap-input .input-group:active,
.wrap-input .input-group:focus,
.wrap-input .input-group-text:active,
.wrap-input .input-group-text:focus,
.wrap-input .form-control:active,
.wrap-input .form-control:focus {
  box-shadow: none;
}

.wrap-input .input-group {
  border: 1px solid #e4ab02;
  border-radius: 6px;
  margin-bottom: 25px;
}

.wrap-input .input-group-text {
  color: #faf5b5;
}

.item-ingame {
  padding: 0px 30px 30px 30px;
}

.item-ingame .pagination .page-link {
  background-color: transparent;
  color: #fff;
}

.mail-count {
  position: relative;
  display: inline-block;
  transition: filter 0.3s;
}

.mail-count:hover {
  background-color: #fff !important;
  filter: brightness(1.5);
}

.mail-count span {
  font-size: 11px;
  position: absolute;
  right: -8px;
  top: -3px;
  border: 1px solid #fff;
}

.mail-count i {
  font-size: 38px;
}

.title-sanhsukien {
  background: url(/lava/assets/images/bg-info.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 300px;
  height: 80px;
  background-size: contain;
  line-height: 80px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.swal2-container {
  z-index: 1060000 !important;
}

.dropdown-menu {
  border: 0 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-username {
  background: transparent;
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.wrap-form-pass {
  max-width: 500px;
  margin: auto;
  padding: 30px 0;
  background: #ffffff;
  font-size: 16px;
}

.wrap-form-pass a {
  padding: 12px 25px;
  background: #019b83;
  color: #fff;
  margin-left: 20px;
}

.btn-xacnhan {
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
  outline: none;
  background: rgb(6, 14, 131);
  background: linear-gradient(0deg, rgba(6, 14, 131, 1) 0%, rgba(12, 25, 180, 1) 100%);
  border: none;
}

.btn-xacnhan:hover {
  background: rgb(0, 3, 255);
  background: linear-gradient(0deg, rgba(0, 3, 255, 1) 0%, rgba(2, 126, 251, 1) 100%);
}

.col-right-nap .badge {
  width: 100px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.form-login {
  width: 560px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 20px 40px;
}

.wrap-login .modal-title,
.wrap-register .modal-title {
  color: #fff;
}

.modal-footer p {
  color: #fff;
}

.form-group {
  position: relative;
}

.form-group svg {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.note-complete {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
  font-family: "Roboto";
}

.note-complete li {
  margin-bottom: 10px;
}

.note-complete i {
  font-size: 20px;
  color: #2fd000;
}

.resend {
  font-size: 16px;
  font-family: "Roboto";
}

.btn-sendagain {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  margin-top: 5px;
  cursor: pointer;
}

.col-right-nap.loading {
  position: relative;
  text-align: center;
}

.col-right-nap.loading:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  z-index: 98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.col-right-nap.loading:after {
  content: "";
  position: absolute;
  background: url(../images/loading.gif);
  height: 50px;
  width: 50px;
  z-index: 99;
  background-size: cover;
  margin: auto;
}

.col-right-nap.loading .wrap-form-pass {
  z-index: 0 !important;
}

#eyeOpen {
  display: none;
}

#qrcode {
  max-width: 100%;
}

.search__form {
  display: flex;
  margin-top: 20px;
  border: 1px solid #cecece;
  justify-content: space-between;
}

.search__form .search__field {
  width: calc(100% - 37px);
  height: 33px;
  padding: 15px;
  border: 0;
}

.search__button {
  width: 33px;
  height: 33px;
  background: url(../images/btn-search.png);
  font-size: 0;
  background-size: cover;
  border: 0;
}

.form-regiter_success {
  width: 850px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 30px;
}

.form-regiter_success p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
}

.form-regiter_success i {
  font-size: 22px;
  padding-right: 8px;
  color: #07b607;
}

.form-regiter_success .wrap-button {
  margin-top: 25px;
}

.img-mail {
  width: 100%;
  z-index: 9;
}

.img-mail img {
  width: auto;
  height: auto;
  max-width: 420px;
}

.mail-content {
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  padding: 55px 30px 20px;
  margin-top: -58px;
  z-index: 1;
  background: #642605;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px solid #ffffff;
  text-align: justify;
}

.center {
  justify-content: center;
}

#mail-detail {
  padding-bottom: 30px;
}

.title-mail-detail {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.title-mail-detail:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #91644c;
  right: 120px;
  top: 17px;
}

.title-mail-detail:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #91644c;
  left: 120px;
  top: 17px;
}

.btn-nhanphukien {
  background: #ffc800;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.btn-nhanphukien:hover {
  background: #caab3a;
}

.bag-web {
  background: none;
  border: 0;
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 0;
  transition: filter 0.3s, transform 0.3s;
}

.bag-web:hover {
  filter: brightness(1.5);
  transform: scale(1.15)
}

.bag-web img {
  border-radius: 50%;
  border: 3px solid #caab3a;
  width: 60px;
}

.modal-market {
  padding: 10px 20px;
}

.modal-market .modal-title {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
}

.modal-market .modal-body {
  max-height: 640px;
  overflow-y: auto;
}

.icon-pen {
  max-width: 30px;
  padding-left: 10px;
}

.table-account {
  font-size: 18px;
}

.table-mb {
  display: none;
}

.list-dac-quyen {
  color: #07b607;
}

.luotmua-mb {
  display: none;
}

.wrap-button-ld {
  position: absolute;
  margin: auto;
  bottom: 120px;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.wrap-button-ld .btn-nap {
  margin-right: -40px;
}

.wrap-button-ld .btn-market {
  margin-left: -40px;
}

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

.hidden-pc {
  display: none;
}

.event-info {
  background: url(../images/bg-tichnap.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 16px;
}

#timer {
  display: flex;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
}

#timer .kc-r {
  margin-right: 5px;
  background: #dd2121;
  padding: 5px 10px;
}

#timer .days,
#timer .hours,
#timer .minutes,
#timer .seconds {
  font-size: 16px;
  font-weight: 700;
}

.title-tn {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: #e80000;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.event-info .col-md-3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cead26;
}

.btn-tang {
  font-size: 20px;
  height: 36px;
  width: 30px;
  background: #00a201;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #e4ab02;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-giam {
  font-size: 20px;
  height: 36px;
  width: 30px;
  background: #00a201;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 15px;
  border: 1px solid #e4ab02;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wrap-input-number {
  display: flex;
}

.btn-min,
.btn-max {
  width: 50px;
  height: 38px;
  background: #e56707;
  border: 1px solid #e4ab02;
  border-radius: 3px;
  color: #ffffff;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-tang:hover,
.btn-giam:hover,
.btn-min:hover,
.btn-max:hover {
  opacity: 0.5;
}

@media (max-width: 913px) {
  .hidden-mb {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .wrap-button-ld .btn-nap {
    margin-right: -18px;
    width: 32%;
  }

  .wrap-button-ld .btn-market {
    margin-left: -18px;
    width: 32%;
  }

  .wrap-button-ld .btn-comingson {
    margin-top: 0px;
    width: 36%;
  }

  .modal-scroll {
    max-height: 500px;
  }

  .wrap-button-ld {
    bottom: 60px;
  }

  .table-scroll {
    max-height: 400px;
  }

  #form-shop-filter {
    flex-wrap: wrap;
  }

  .event-info {
    padding: 15px;
    font-size: 14px;
  }

  .bag-web img {
    width: 40px;
  }

  .hide-mb {
    display: none;
  }

  .event-info .col-md-3:before {
    display: none;
  }

  #timer {
    font-size: 12px;
    margin-bottom: 0.5rem;
    text-align: center;
    justify-content: center;
  }

  .title-tn {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .col-right-vq {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 30px 10px;
    margin-bottom: 15px;
  }

  .gifts img {
    height: 50%;
  }

  .btn-baodanh.mb-5 {
    margin-bottom: 10px !important;
  }

  .wrap-luotmua {
    display: none;
  }

  .title-vongquay,
  .turn-count {
    font-size: 22px;
  }

  .number-dk,
  .turn .label {
    font-size: 20px;
  }

  .luotmua-mb {
    display: block;
    color: #ffffff;
    text-align: center;
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    bottom: -80px;
    width: 100%;
  }

  #spin_button {
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
    width: 100px;
    height: 100px;
  }

  .kim-chi {
    margin-left: -13px;
    width: 26px;
  }

  .wrap-btn-vq {
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .number-luotmua {
    color: yellow;
  }

  .bg-btn {
    width: 220px;
    height: 65px;
    font-size: 20px;
    margin-top: 12px;
    display: inline-block;
  }

  .icon-mail-sidebar {
    display: block;
  }

  .coin-mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .infor-user {
    padding: 15px 0;
  }

  img {
    max-width: 100%;
  }

  .banner .wrap-button {
    margin-top: 20px;
  }

  .btn-play {
    text-align: center;
  }

  .btn-play img {
    width: 280px;
  }

  .banner-2 .col-left,
  .banner-2 .col-right {
    width: 100%;
  }

  .banner {
    height: 450px;
  }

  .banner .logo {
    padding-top: 100px;
  }

  .banner-2 .col-left {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 25px;
  }

  .banner-2 .col-right {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tab-bar .read-more {
    display: none;
  }

  .banner-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 120px;
    margin-top: 0;
    background-image: none;
    background-color: #191e28;
  }

  .banner-3 {
    padding-top: 50px;
    margin-top: -80px;
    background-position-x: -210px;
  }

  .banner-3 .slider-sc {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-3 .slick-prev,
  .banner-3 .slick-next {
    width: 25px;
    height: 23px;
    background-size: contain;
  }

  .banner-4 {
    margin-top: -120px;
    background-position-x: -346px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner .wrap-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo img {
    width: 220px;
  }

  .navbar-nav.open {
    display: block;
    position: absolute;
    background: #1b2328;
    left: -15px;
    top: 35px;
    padding: 0 0 15px;
    height: auto;
  }

  .navbar-nav.open li {
    padding-bottom: 0;
    padding-left: 20px;
    border-bottom: 1px solid #252525;
  }

  .remore-md {
    display: block;
    text-align: center;
    color: #fff;
  }

  .wrap-header {
    height: 44px;
  }

  .list-header.open li {
    padding-top: 15px;
  }

  .logo2 {
    position: absolute;
    right: 0;
    margin-left: 0;
    width: 120px;
  }

  .hamburger-inner {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
  }

  .hamburger-inner:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    top: -10px;
  }

  .hamburger-inner:after {
    content: "";
    display: block;
    opacity: 1;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    bottom: -10px;
  }

  .btn-hamburger.close .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .btn-hamburger.close .hamburger-inner:before {
    content: "";
    opacity: 0;
  }

  .btn-hamburger.close .hamburger-inner:after {
    content: "";
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .btn-hamburger {
    display: block;
  }

  .list-header {
    padding-left: 0;
  }

  .hamburger-nap {
    font-size: 0;
    background: #000 !important;
    background-color: #000 !important;
    padding: 0;
    top: 0;
    left: 0;
  }

  .hamburger-nap:before,
  .hamburger-nap:after {
    content: "";
    background: #000;
    left: -1px;
  }

  .list-header .dropdown-menu.show {
    top: 40px;
    left: -15px;
  }

  .wrap-nap-tien {
    padding-top: 55px;
  }

  .wrap-nap-tien.wrap-market {
    padding-top: 10px;
  }

  .col-left-nap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .infor-user .title {
    display: none;
  }

  .infor-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infor-user .avatar {
    width: 100px;
    height: 100px;
  }

  .user-mobile {
    text-align: left;
  }

  .infor-user .user-mobile {
    width: calc(100% - 30px);
  }

  .infor-user .name {
    margin-top: 0;
    font-size: 20px;
  }

  .infor-user .sv {
    font-size: 20px;
  }

  .infor-user .btn-attendance {
    margin-top: 10px;
  }

  .btn-base {
    width: 48%;
    font-size: 20px;
    height: 40px;
    margin-top: 10px;
  }

  .infor-user .btn-attendance {
    font-size: 18px;
  }

  .btn-base.nap-tien {
    float: left;
  }

  .btn-base.btn-history {
    float: right;
  }

  .col-right-nap {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .package-left .number-money {
    font-size: 16px;
  }

  .btn-money {
    font-size: 12px;
    width: 80%;
  }

  .package-left {
    padding-left: 32px;
  }

  .package-left:before {
    content: "";
    position: absolute;
    background: url(../images/img-icon1.png);
    height: 20px;
    width: 20px;
    left: 10px;
    top: 1px;
    background-size: contain;
  }

  .package-left .bonus {
    font-size: 8px;
  }

  .infor-card .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .information-user {
    padding-left: 0;
  }

  .wrap-package.step2 {
    margin: auto;
    margin-top: 20px;
    width: 230px;
  }

  .card-footer {
    padding-top: 20px;
  }

  .content-finish .information-user {
    padding-left: 0;
  }

  .choose-method {
    margin-bottom: 20px;
  }

  .the_wheel,
  #canvas {
    width: 320px !important;
    height: 320px !important;
    z-index: 99;
  }
}

@media (max-width: 600px) {
  .hpny {
    position: fixed;
    left: 0;
    top: 75px;
    margin-top: 0;
    max-height: 130px;
    z-index: 9;
  }

  .caythong {
    position: fixed;
    right: 0;
    top: auto;
    max-height: 180px;
    z-index: 9;
    bottom: 10px;
  }

  .item-tieutichluy .price-ttl {
    left: 0;
  }

  .title-tieutichluy {
    width: 280px;
    height: 65px;
    line-height: 70px;
  }

  .banner-1 {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .banner-1 img {
    height: 220px;
    width: auto;
    max-width: max-content;
  }

  .icon-chat-fb img {
    width: 50px;
  }

  .modal-buy .modal-footer {
    display: block;
    text-align: center;
  }

  .btn-buy {
    margin-bottom: 0.5rem;
  }

  #bag-modal {
    max-height: 525px;
    overflow-y: auto;
    padding-top: 46px;
  }

  .modal-scroll {
    max-height: 420px;
  }

  .table-scroll {
    max-height: 300px;
    font-size: 11px;
  }

  .btn-username {
    font-size: 13px;
  }

  .nav-tab-history li a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .wrap-nap-tien>.container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-tieutichluy .price-ttl {
    left: 0;
  }

  .title-tieutichluy {
    width: 280px;
    height: 65px;
    line-height: 70px;
  }

  .icon-vongquay {
    width: 36px;
    margin-right: 8px;
  }

  .name-sanhsukien {
    font-size: 14px;
  }

  .title-sanhsukien {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin-bottom: 0;
  }

  .wrap-sanhsukien .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .wrap-sanhsukien .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .item-sanhsukien {
    padding: 15px;
    height: 140px;
    margin-top: 10px;
    background-size: 100% 100%;
    background-position: center;
  }

  .item-sanhsukien .content {
    min-height: 36px;
  }

  .btn-sanhsukien {
    width: 100px;
    margin-left: -50px;
    bottom: 10px;
    height: 34px;
    line-height: 38px;
    font-size: 13px;
    margin-top: 5px;
  }

  .item-sanhsukien .time {
    font-size: 9px;
  }

  .hide-mb {
    display: none;
  }

  .btn-nap-tien {
    width: 130px;
    font-size: 16px;
  }

  .bag-web img {
    border: 1px solid #caab3a;
  }

  #js-get-vip-gift-form {
    text-align: center;
    margin: auto;
    display: inline-block;
  }

  #js-get-vip-gift-form select {
    display: block;
  }

  .icon-qua .name-item {
    font-size: 10px;
  }

  .bg-vip {
    background: url(../images/bg-vip.png);
    height: 80px;
    width: 155px;
    position: relative;
    background-size: cover;
  }

  .bg-vip span {
    left: 20px;
    top: 16px;
    font-size: 18px;
  }

  .bg-diem .text-diem {
    position: relative;
    text-align: center;
    left: 0;
    margin-left: 0;
  }

  .svip-header {
    margin-top: 15px;
  }

  .modal-title-vip {
    font-size: 30px;
  }

  .title-vip {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn-vip-prev {
    left: 0;
    width: 60px;
  }

  .icon-qua {
    width: 50px;
  }

  .icon-qua img {
    width: 42px;
  }

  .text-nap span {
    font-size: 22px;
  }

  .button-vip {
    width: 130px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .btn-vip-next {
    right: 0;
    width: 60px;
  }

  .wrap-nap-tien {
    padding-bottom: 15px;
  }

  .bg-diem {
    background: none;
  }

  .bg-diem .par {
    display: none;
  }

  #choose .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  #choose .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .information-user {
    font-size: 13px;
  }

  .information-user .label {
    width: 100px;
  }

  .content-finish .title-fn,
  .title-bank {
    font-size: 22px;

  }

  .title-bank {
    text-align: left;
  }

  .col-right-nap .badge {
    margin-top: 5px;
  }

  .table-desktop {
    display: none;
  }

  .table-mb {
    display: table;
    width: 100%;
  }

  .table-mb i {
    font-size: 10px;
  }

  .pay-action button {
    margin-bottom: 5px;
    min-width: 70px
  }

  .bag-web img {
    width: 40px;
  }

  .table-account {
    font-size: 14px;
  }

  .infor-user .btn-attendance {
    margin-left: 0;
  }

  .title-mail-detail:before,
  .title-mail-detail:after {
    display: none;
  }

  .modal-market {
    padding: 0;
  }

  #attack-wrap .row,
  .modal-market .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wrap-item-gio {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #attack-wrap .col-6,
  .modal-market .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-mail-detail {
    border-bottom: 1px solid #cdcdcd;
  }

  .mail-content {
    padding: 40px 20px 20px;
  }

  .btn-nhanphukien {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .img-mail img {
    max-width: 300px;
  }

  .mail-content {
    margin-top: -46px;
  }

  .nav-link {
    padding: 10px 0;
  }

  .form-login {
    padding: 15px 5px;
  }

  .wrap-login {
    padding-bottom: 5px;
  }

  .form-login {
    width: 100%;
  }

  .form-login {
    position: relative;
  }

  .modal-footer p {
    display: none;
  }

  .form-group .submit-style {
    margin-bottom: 30px;
  }

  /* .wrap-register .register {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -40px;
    z-index: 999;
  } */

  .register a {
    font-size: 14px;
  }

  .wrap-login .register {
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -98px;
    z-index: 999;
  }


  .wrap-login-register .wrap-nap-tien {
    min-height: calc(100vh - 225px);
  }

  .banner-news {
    height: 280px;
    background-size: contain;
    background-position: center;
  }

  .banner-news .logo {
    bottom: 80px;
    margin-left: -75px;
  }

  .banner-news .logo img {
    width: 140px;
  }

  .wrap-new-detail .name {
    font-size: 22px;
  }

  .content-news {
    font-size: 16px;
  }

  .content-news img {
    width: 100%;
    height: auto;
  }

  .entry-title a {
    margin-bottom: 10px;
  }

  .relate_title h5 {
    font-size: 27px;
  }

  .form-regiter_success {
    width: 320px;
  }

  .form-regiter_success .wrap-button a {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer a,
  .footer p {
    font-size: 14px;
  }

  .icon-app-mb {
    top: 120px;
    bottom: auto;
  }

  .wrap-search .container-search .icon img {
    width: 8px;
  }

  .wrap-search .container-search .icon {
    font-size: 10px;
    width: 85px;
  }

  .wrap-search .container-search {
    margin-right: 10px;
  }

  .container-search {
    width: 90%;
  }

  .wrap-input .input-group {
    margin-bottom: 6px;
  }

  .wrap-input {
    margin-top: 6px;
    width: 100%;
  }

  .wrap-input .input-group {
    padding: 0 10px;
  }

  .bag-left .wrap-input .input-group {
    padding: 0;
  }

  .wrap-item-mk {
    margin-top: 10px;
  }

  .logo-market {
    padding-top: 50px;
  }

  .bag-web {
    top: 5px;
    right: 5px;
    bottom: auto;
  }

  .btn-basket {
    font-size: 11px;
  }

  .wrap-item-mk .item-content,
  .wrap-input .input-group-text,
  .wrap-input .input-group,
  .wrap-input .input-group-text,
  .wrap-input .form-control {
    font-size: 13px;
  }

  .modal-market .modal-title {
    font-size: 20px;
  }

  .modal-header .close {
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    font-size: 32px;
  }

  .wrap-selects .input-group-text {
    padding: 0;
  }

  .item2 {
    left: 8px;
  }

  .item3 {
    right: 12px;
  }

  .modal-header .wrap-item-gio {
    width: 135px;
  }
}

.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}