@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
body {
  background-color: #222d76;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #151515;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}
.home-2 {
  display: none;
}
.body-step-2 {
  display: none;
}
.home-2 .body-step-3 .popup-gif {
  display: none;
}
.body-step-3 {
  display: none;
}

#cus-name {
  display: none;
}

.body-game {
  position: fixed;
  top: 0;
  left: 0;
  background: #222d76;
  width: 100%;
  height: 100%;
}

.body-game .game-mini-home {
  width: 1024px;
  height: 798px;
  margin: auto;
  display: block;
  position: relative;
  background: url(../img/bg-home.png) no-repeat center top;
  background-size: contain;
}

.body-game .game-mini-home .col-md-12 {
  margin-bottom: 10px;
}

.body-game .game-mini-home .form-game {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0 120px;
}

.body-game .game-mini-home .form-game .content-form-client {
  display: inline-block;
  padding: 30px;
  background-size: cover;
  width: 100%;
  margin-top: -150px;
  position: relative;
}

.body-game .game-mini-home .form-game .content-form-client form {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 10px 70px;
  bottom: 0;
}

.body-game .game-mini-home .form-game .content-form-client input,
.body-game .game-mini-home .form-game .content-form-client select {
  height: 50px;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  padding: 5px 20px;
  background: #fbe8be;
  border: 2px solid #edc66d;
  color: #222d76;
}

.body-game .game-mini-home .form-game .content-form-client input::placeholder,
.body-game .game-mini-home .form-game .content-form-client select::placeholder {
  color: #222d76;
  font-size: 16px;
}

.body-game .game-mini-home .form-game .form-group {
  float: left;
}

.body-game .game-mini-home .form-game .age {
  width: 40% !important;
  position: relative;
}

.body-game .game-mini-home .form-game .ma-otp {
  position: absolute;
  right: 15px;
  top: 0;
}

.body-game .game-mini-home.bg-chon-phan-qua {
  background: url(../img/bg-chon-phan-qua.png) no-repeat center top !important;
  background-size: cover !important;
}

.body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua {
  text-align: center;
  padding: 180px 0 30px 0;
}

.body-game .game-mini-home.bg-chon-phan-qua .chon-phan-qua {
  display: flex;
  text-align: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 40px auto;
}

.body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua .title-mb {
  display: none;
}

.box-home-mb {
  display: none !important;
}

.note-game {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: left;
  padding: 0 250px;
}

.note-game p {
  color: white;
  margin-bottom: 0;
  font-size: 16px;
}

.btn-action {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: -32px;
  margin-top: 0;
}

.box-home {
  width: 100%;
  display: inline-block;
}

.body-step-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  -ms-flex-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  transition: all 0.3s ease-in-out;
}

.body-step-2 img {
  width: 100%;
  max-width: 1024px;
}

.body-step-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  -ms-flex-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  transition: all 0.3s ease-in-out;
}

.body-step-3 .popup-gif {
  width: 1024px;
  height: 798px;
  margin: auto;
  display: block;
  background-size: cover;
  position: relative;
  background: url(../img/bg-gif.jpg) no-repeat center top;
}

.body-step-3 .popup-gif .content-gif {
  float: right;
  width: 45%;
  margin-top: 12%;
  padding-right: 30px;
  text-align: center;
}

.body-step-3 .popup-gif .content-gif h6 {
  color: #232a7b;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
}

.body-step-3 .popup-gif .content-gif .logo {
  display: inline-block;
  width: 100%;
}

.body-step-3 .popup-gif .content-gif .logo img {
  max-width: 100%;
}

.body-step-3 .popup-gif .content-gif button {
  background: none;
  border: 0;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  outline: none;
}

.body-step-3 .popup-gif .content-gif h1 {
  font-weight: 800;
  color: #232a7b;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 42px;
  margin-top: 20px;
}

.body-step-3 .popup-gif .content-gif img {
  max-width: 100%;
}

.content-gif-left {
  float: left;
  width: 40%;
  margin: 26% 0 0 8%;
}

.game-mini-v2 {
  background: url(../img/bg-home.png) no-repeat center top !important;
  background-size: cover !important;
}

.item-gif {
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}

.item-gif img {
  max-width: 270px;
}

.item-gif span {
  font-size: 18px;
  color: #222d76;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

.item-gif b {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #222d76;
}

.item-gif:nth-child(3) img {
  max-width: 100px;
}

.mb-title {
  display: none;
}

.pc-title {
  display: inline-block !important;
}

@media only screen and (max-width: 1300px) {
  .body-game .game-mini-home {
    height: 100% !important;
  }
}
.hopqua-mb {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .body-game .game-mini-home {
    width: 100% !important;
    height: 100% !important;
  }

  .body-step-2 img {
    width: 100%;
    max-width: 100% !important;
  }

  .mb-title {
    max-width: 460px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .game-mini-home.game-mini-v2 {
    background: url(../img/bg-home-mb.png) no-repeat center top !important;
    background-size: cover !important;
  }

  .body-game .game-mini-home.bg-chon-phan-qua {
    background: url(../img/bg-chon-phan-qua-mb.png) no-repeat center top !important;
    background-size: cover !important;
  }

  .body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua {
    padding: 230px 0 30px 0;
  }

  .body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua .title-mb {
    display: inline-block;
    width: 65%;
  }
  .body-step-3 .popup-gif .content-gif img .ten-goi-dv {
    width: 350px;
  }

  .body-game .game-mini-home.bg-chon-phan-qua .chon-phan-qua {
    display: inline-block;
    width: 100%;
  }
  .body-game .game-mini-home.bg-chon-phan-qua .chon-phan-qua img {
    max-width: 30%;
    width: 200px;
    margin: 10px 5px;
  }

  .body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua .title-home {
    display: none;
  }

  .body-step-3 .popup-gif .content-gif .logo {
    padding-bottom: 15px;
  }

  .body-step-2 {
    display: none;
  }

  .body-step-3 {
    display: none;
  }

  #cus-name {
    display: none;
  }

  .body-game .game-mini-home .form-game .ma-otp {
    right: 15px;
    width: 160px;
  }

  .body-game .game-mini-home .form-game {
    padding: 0 40px;
  }

  .body-step-3 .popup-gif .content-gif .logo img {
    max-width: 135px;
  }

  .body-step-3 .popup-gif .content-gif h1 {
    font-size: 32px;
  }

  .body-step-3 .popup-gif .content-gif h6 {
    font-size: 24px;
  }

  .body-game .game-mini-home .form-game .content-form-client form {
    padding: 10px 70px;
  }

  .body-game .game-mini-home {
    width: 100% !important;
    height: 100% !important;
  }

  .body-step-2 img {
    width: 100%;
    max-width: 100% !important;
  }

  .body-step-2 {
    top: 20vh;
    /* display: flex; */
    align-content: center;
    -ms-flex-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all 0.3s ease-in-out;
  }

  .body-step-3 .popup-gif {
    background: url(../img/bg-gif-mb.png) no-repeat center top !important;
    background-size: cover !important;
    height: 100vh;
    width: 100%;
  }

  .body-step-3 .popup-gif .content-gif {
    float: right;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    text-align: center;
  }

  .content-gif-left {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .content-gif {
    padding-top: 20px;
  }

  .content-gif-left {
    padding: 0 100px !important;
  }

  .content-gif-left .hopqua-mb {
    width: 100%;
    display: inline-block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .content-gif-left .hopqua-mb img {
    width: 360px;
  }

  .content-gif-left {
    bottom: 100px;
  }

  .body-step-3 .popup-gif .content-gif button {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  .item-gif img {
    max-width: 200px;
  }

  .mb-title {
    display: inline-block !important;
  }

  .pc-title {
    display: none !important;
  }

  .sent-friend .form-game {
    bottom: initial !important;
    top: 270px;
  }

  .note-game {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: inherit;
    left: 0;
    text-align: left;
    padding: 0 150px;
    top: 770px;
  }

  .sent-friend .game-mini-home .col-md-12 img {
    max-width: 100% !important;
  }

  .body-game .game-mini-home .form-game .content-form-client form {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua .title-mb {
    display: inline-block;
    width: 80%;
  }
  .body-step-3 .popup-gif .content-gif .logo img {
    max-width: 110px;
  }

  .body-step-3 .popup-gif {
    background: url(../img/bg-gif-mb.png) no-repeat center top !important;
    background-size: cover !important;
  }

  .body-game .game-mini-home.bg-chon-phan-qua .title-phan-qua {
    padding-top: 180px;
  }

  .sent-friend .body-game {
    height: 100vh !important;
  }

  .mb-title {
    max-width: 100% !important;
  }

  .content-gif-left .hopqua-mb img {
    width: 337px;
  }

  .item-gif:nth-child(3) img {
    max-width: 74px;
  }

  .body-step-3 .popup-gif .content-gif img {
    max-width: 60%;
  }

  .body-step-3 .popup-gif .content-gif {
    margin-top: 0;
  }

  .body-step-3 .popup-gif .content-gif h1 {
    font-size: 30px;
  }

  .body-game .game-mini-home .form-game .content-form-client form {
    padding: 0px 20px;
  }

  .sent-friend .form-game {
    bottom: initial !important;
    top: 200px;
  }

  .note-game {
    padding: 0 20px;
  }

  .note-game p {
    font-size: 14px;
  }

  .body-game .game-mini-home .form-game .content-form-client form {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 10px 20px;
    bottom: initial;
    top: -290px;
  }

  .form-group {
    margin-bottom: 13px;
  }

  .body-game .game-mini-home .form-game {
    padding: 0 20px;
  }

  .note-game {
    position: relative;
    top: in;
  }

  .body-step-3 {
    position: relative;
  }

  .body-game {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 812px;
  }

  .note-game {
    position: relative;
    top: initial !important;
    display: inline-block;
    width: 100%;
  }

  .body-game .game-mini-home .form-game {
    padding: 0 20px;
    position: relative;
    padding-bottom: 49px;
    margin-top: 10px;
  }

  .content-gif-left {
    top: 320px;
  }

  .content-gif-left .item-gif:nth-child(2) {
    margin-top: 235px;
  }

  .content-gif-left .hopqua-mb img {
    width: 309px;
  }

  .body-step-3 .popup-gif .content-gif button {
    position: relative;
  }

  .item-gif span {
    font-size: 14px;
  }

  .item-gif b {
    font-size: 16px;
  }

  .content-gif-left .hopqua-mb {
    bottom: initial;
    margin-top: 90px;
  }

  .item-gif img {
    max-width: 178px;
  }

  .form-home-01 {
    position: absolute !important;
  }

  .box-home {
    display: none !important;
  }

  .box-home-mb {
    width: 100%;
    display: block !important;
  }

  .form-home-01 {
    bottom: 10px !important;
  }

  .form-home-01 {
    height: 100% !important;
  }

  .form-home-01 .form-game {
    position: absolute !important;
  }

  .form-home-01 .form-game .box-home-mb {
    height: 410px;
    position: absolute;
    bottom: 0;
    width: 90%;
  }

  .body-game.form-home-01 .game-mini-home .form-game .content-form-client {
    margin-top: 70px;
  }

  .body-game.form-home-01 .game-mini-home .form-game .content-form-client form {
    top: -280px;
  }

  .game-mini-home {
    background: url(https://thammyvienngocdung.com/wp-content/themes/ngocdung-child/offline/img/backgroundMyTam.png)
      no-repeat center top !important;
    background-size: contain !important;
  }

  .body-game .game-mini-home .form-game {
    position: absolute;
    bottom: 20px;
  }

  .sent-friend .body-game .game-mini-home .form-game .content-form-client form {
    padding: 10px 75px;
  }

  .form-game-mb {
    position: relative !important;
  }
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 768px) and (max-width: 991.98px) {
  .box-home-mb {
    display: inline-block !important;
    width: 100%;
    height: 290px;
  }

  .box-home {
    display: none !important;
  }

  .sent-friend .body-game .game-mini-home .form-game .content-form-client form {
    padding: 10px 170px;
  }
}

/*# sourceMappingURL=style.css.map */
