 /*! CSS Used from: https://sunvn.vin/vendor/bootstrap/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}
header,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
small {
  font-size: 80%;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
h1,
h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.5rem;
}
small {
  font-size: 80%;
  font-weight: 400;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-group {
  margin-bottom: 1rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.tab-content > .tab-pane {
  display: none;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.align-top {
  vertical-align: top !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.w-100 {
  width: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
/*! CSS Used from: https://sunvn.vin/vendor/fontawesome-free/css/all.min.css */
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-eye:before {
  content: "\f06e";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-lock:before {
  content: "\f023";
}
.fa-user:before {
  content: "\f007";
}
.far {
  font-weight: 400;
}
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  font-weight: 900;
}
/*! CSS Used from: https://sunvn.vin/build/style.min.css?v=1.2.2 */
body {
  margin: 0;
}
header,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input {
  font: inherit;
}
button,
input {
  overflow: visible;
}
button,
input {
  margin: 0;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  cursor: pointer;
}
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  min-height: 100%;
  margin: 0;
  font-family: Montserrat;
  color: #dab777;
  font-size: 14px;
  z-index: -1;
  background: #000 url(/img/bg.jpeg) top center
    no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
#form .container,
header .container {
  max-width: 640px;
}
p {
  line-height: 1.2;
}
a {
  color: #f89e22;
}
a:hover {
  color: #f89e22;
}
h1 {
  font-weight: 700;
  font-family: Montserrat-Bold;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}
h1 {
  display: none;
}
.container {
  margin: 0 auto;
}
header {
  padding-bottom: 15px;
}
.logo {
  width: 35%;
  margin: 0 auto -1.8rem;
}
.slogan {
  margin: 0 auto -0.7rem;
  width: 80%;
}
.logo > img,
.slogan > img {
  max-width: 100%;
}
.img-new{
position: absolute;
width: 140px;
right: 35px;
top: -109px;
}
.img-star1{
position: absolute;
width: 110px;
left: 196px;
top: -76px;
}
.img-star2{
position: absolute;
width: 64px;
right: 106px;
top: 15px;
}
.relative{position: relative;}
#form .container .row {
  position: relative;
}
#form .nav-tabs {
  width: 80%;
  border: none !important;
  margin: 0 auto 0.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#form .nav-tabs > li {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#form .nav-tabs > li:first-child {
  margin-right: -0.6%;
}
#form .nav-tabs > li:last-child {
  margin-left: -0.6%;
}
#form .nav-tabs > li.active:first-child {
  z-index: 2;
}
#form .nav-tabs > li > a > img:nth-child(2) {
  display: none;
}
#form .nav-tabs > li.active > a > img:first-child {
  display: none;
}
#form .nav-tabs > li.active > a > img:nth-child(2) {
  display: block;
}
#form .nav-tabs > li > a > img {
  max-width: 100%;
}
#form .nav-tabs > li > a {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #f7dca9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabsweb {
  display: none !important;
}
#form .tab-content {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 81%;
  z-index: 2;
}
form {
  width: 100%;
  margin: 0 auto;
}
.form-group {
  position: relative;
  margin-bottom: 0;
}
.form-group > i {
  position: absolute;
  right: 18px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  width: 40px;
  height: 65px;
  text-align: center;
  font-size: 18px;
  color: #e5af71;
}
.form-group > i.icon-prepend {
  left: 12px;
}
.form-control {
  height: 65px;
  background: url(/img/bg-input.png) top left/100% 100%
    no-repeat !important;
  border: none !important;
  outline: 0 !important;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 18px;
  color: #ffcc7e !important;
  border-radius: 0.25rem;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
[type="password"].form-control:focus,
[type="text"].form-control:focus,
a,
button,
input.form-control:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  box-shadow: inset 0 -1px 0 transparent !important;
  -webkit-box-shadow: 0 -1px 0 transparent !important;
  outline: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
#main {
  margin-top: 0;
  position: relative;
  z-index: 11;
}
img {
  margin: 0 auto;
}
a.store {
  display: inline-block;
  margin: 0 auto;
}
.playweb {
  width: 49%;
}
.btn-store {
  width: 100%;
}
a.icon-livechat,
a.icon-phone {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: 100%;
}
a.icon-phone {
  display: block;
  width: 100%;
  height: 82px;
  background-image: url(/img/btn-hotline.png);
  margin-bottom: 10px;
  position: unset;
}
.btn-hotline {
  display: block;
  position: fixed;
  width: 268px;
  right: 1%;
  top: 2%;
}
a.icon-livechat {
  position: fixed;
  right: 1%;
  bottom: 1px;
  width: 268px;
  height: 48px;
  background-image: url(/img/bg-livechat.png);
}
.icon-livechat.active {
  bottom: 0 !important;
}
.adv {
  display: none;
  margin: -7% auto 0;
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
}
.adv > div {
  margin: 0 auto;
}
.btnsubmit {
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  margin: 0 auto;
}
.btn-form {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#android,
#ios,
#playonweb {
  display: none;
  position: relative;
  z-index: 1;
}
small {
  color: #c9982f;
  margin: 0 auto;
  display: block;
  font-family: Montserrat;
  margin-top: 5px;
  font-size: 10px;
  width: 100%;
}
.modal {
  z-index: 99999999999;
}
.modal-content {
  background: url(/img/bg-error.png) top center/100%
    100% no-repeat;
  height: 314px;
  width: 400px;
  padding: 100px 65px 105px 60px;
  margin: 0 auto;
}
.close {
  top: -10px;
  opacity: 1 !important;
  right: 0;
  position: absolute;
  width: 35px;
  z-index: 1;
}
.close img {
  max-width: 100%;
}
.modal-header {
  text-align: center;
  color: #e7b874;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 0;
  justify-content: center;
}
.modal-title {
  display: block;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
}
.modal-body {
  color: #e7b874;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.modal-dialog {
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}
#banners {
  top: 4%;
  max-width: 200px;
  position: fixed;
  left: 2%;
}
.btnsubmit:hover,
.store:hover {
  -webkit-filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important;
  filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important;
}
#games {
  padding-top: 20px;
}
.txt-husapno {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0;
}
.lbl_husapno {
  position: relative;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.lbl_husapno img {
  max-width: 100%;
}
.text-jackpot {
  position: absolute;
  font-size: 2.2vw;
  text-transform: uppercase;
  color: #f5cb23;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 100%;
  text-align: center;
  top: 20%;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: flex;
  justify-content: center;
  font-family: Helvetica;
  text-shadow: 3px 3px 0 #411416, 3px -3px 0 #411416, -3px 3px 0 #411416,
    -3px -3px 0 #411416, 3px 0 0 #411416, 0 3px 0 #411416, -3px 0 0 #411416,
    0 -3px 0 #411416;
}
#total-jackpot {
  padding-left: 10px;
}
.recaptcha-input {
  position: relative;
}
.recaptcha-input .recaptcha-bg {
  background-size: 100%;
  background-position: center;
  border-radius: 0 10px 10px 0;
  height: 49px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 10rem;
}
.recaptcha-input input {
  padding-right: 10rem;
}
.fanpage-btn-wrap{
	display:none;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .text-jackpot {
      -webkit-text-fill-color: #dda250;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .text-jackpot {
      -webkit-text-fill-color: #dda250;
    }
  }
}
#jackpot {
  position: relative;
  display: inline-block;
  margin: 0 1.5rem;
  min-width: 300px;
}
#jackpot > div {
  position: relative;
}
#jackpot img {
  width: 100%;
  margin: 0 auto;
}
.banner_game {
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-start;
}
.banner_game > p {
  margin: 0 0.2rem;
}
.banner_game p img {
  max-width: 100%;
}
.thankform {
  display: none;
}
.thankinfo {
  margin: 1rem auto;
  width: 100%;
}
.thankinfo_lbl {
  margin-bottom: 0.3rem;
}
.thankinfo_lbl img {
  max-width: 80%;
}
.thankinfo_pass,
.thankinfo_user {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-weight: 500;
  text-align: center;
}
.vuottuonglua {
  margin: 0 auto;
}
.vuottuonglua img {
  max-width: 200px;
}
.btn1111 {
  padding-top: 0.5rem;
}
.btn1111 > a {
  margin-bottom: 0;
}
.btn1111 > small {
  display: block;
  width: 100%;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
}
@media (min-width: 1100px) and (max-height: 750px) {
  body .notifications {
    top: 28%;
  }
  #form,
  header {
    transform: scale(0.85);
  }
  .logo {
    margin-top: -1rem;
  }
  #form {
    margin-top: -2rem;
  }
  #games {
    transform: scale(0.6);
    padding-top: 0;
    margin-top: -1.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .slogan {
    width: 85%;
  }
  a.icon-phone {
    width: 230px;
  }
  #banners {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  #banners,
  #games,
  .notifications {
    display: none !important;
  }
  #form {
    border: none;
  }
  #playonweb {
    margin-top: 0;
  }
  #form {
    margin-top: 0;
  }
  .btn-hotline {
    top: 1%;
    left: 1%;
    width: auto;
    display: inline-block;
    right: auto;
  }
  a.icon-phone {
    width: 90px;
    height: 90px;
    background: url(/img/icon-phones.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0;
  }
  a.icon-livechat {
    width: 90px;
    height: 90px;
    background: url(/img/icon-livechat.png) no-repeat;
    background-size: 100%;
    top: 1%;
    right: 1%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  .btn-store {
    width: 69%;
  }
  .adv {
    margin-top: 0;
    width: 47%;
  }
  .adv.advweb {
    width: 48%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  .logo {
    width: 25%;
    margin-bottom: -1.4rem;
  }
  .slogan {
    width: 65%;
  }
  #main {
    margin-top: -1rem;
  }
  .playweb {
    width: 29%;
  }
  .btn-store {
    width: 45%;
  }
  .adv {
    width: 23%;
  }
  .adv.advweb {
    width: 24%;
  }
}
.android-down{
	display:none;
}
@media (max-width: 640px) {
	#main .container{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
#android{
display: flex;
    flex-direction: column;
    gap: 30px;
}
	}
	.android-down{
		display:flex;
		gap:5px;
		justify-content: center;
		align-items:center;
		margin-top:5px;
	}
	.android-down img{
		width: 380px;
	}
	.choingaybanweb img{
		width: 380px;
	}
	.btn1111 img{
		width: 300px;
	}
	.android-down p{
		font-size: 18px;
	}
	
	.fanpage-btn-wrap{
	transform: translateY(-80px);
		margin-bottom: 10px;
		display:flex;
		align-items:center;
		justify-content: center;
		gap: 6px;
	}
  body {
    background: #000 url(/img/tmpl/android/bg.png) top center
      no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }
  header {
    padding-bottom: 0;
  }
  .logo {
    width: 46%;
    margin-bottom: 0;
  }
  .slogan {
    margin-top: -4.5%;
    margin-bottom: 0;
  }
  #main {
    padding: 0 15px;
    margin-top: 0;
  }
  #form .nav-tabs,
  #form .tab-content {
    width: 93%;
    margin: 0 auto;
  }
  .form-control,
  .form-group i {
    height: 55px;
  }
  .form-group i {
    font-size: 18px;
    right: 18px;
    width: 18px;
  }
  .form-group > i.icon-prepend {
    left: 18px;
  }
  .form-control {
    font-size: 14px;
    font-weight: 400;
    padding-right: 40px;
    padding-left: 45px;
  }
  .recaptcha-input .recaptcha-bg {
    height: 41px;
    right: 8px;
    top: 7px;
    width: 100px;
    border-radius: 0 6px 6px 0;
  }
  .recaptcha-input input {
    padding-right: 110px;
  }
  a > img {
    width: 100%;
  }
  .playweb {
    width: 50%;
  }
 
  .adv {
    width: 58%;
  }
  .adv.advweb {
    width: 50%;
	margin-bottom: 0px;
	margin-top: 9px;
  }
  #form .tab-content {
    padding: 0;
  }
  .adv > div {
    width: 100%;
    text-align: center;
  }
  a.icon-livechat,
  a.icon-phone {
    width: 90px;
    height: 90px;
  }
  .modal-content {
    background: url(/img/bg-error.png) top center/100%
      100% no-repeat;
    height: 201px;
    width: 256px;
    padding: 64px 42px 64px 38px;
  }
  .close {
    right: -10px;
  }
  .close img {
    width: 23px;
  }
  .modal-title {
    font-size: 17px;
  }
  .modal-body {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 35%;
  }
  a.icon-livechat,
  a.icon-phone {
    width: 70px;
    height: 70px;
  }
  .playweb {
    width: 69%;
  }
  .btn-store {
    width: 100% !important;
  }
  .adv {
    width: 70%;
  }
  .adv.advweb {
    width: 60%;
  }
  .recaptcha-input .recaptcha-bg {
    height: 41px;
    right: 6px;
    top: 7px;
    width: 100px;
    border-radius: 0 6px 6px 0;
  }
}
@media (max-width: 360px) {
  .logo {
    width: 38%;
  }
  .adv.advweb {
    width: 55%;
  }
  .form-control,
  .form-group i {
    height: 45px;
  }
  .form-control {
    padding-right: 35px;
    padding-left: 35px;
  }
  .form-group i {
    font-size: 14px;
    right: 12px;
  }
  .form-group > i.icon-prepend {
    left: 12px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1366px) and (orientation: landscape) {
  body {
    background-image: url(/img/bg-tablet.jpeg);
  }
  #main {
    padding-bottom: 2rem;
  }
}
.notifications {
  position: fixed;
  top: 26%;
  right: 1%;
  display: none;
}
.notifications.ready {
  display: block;
}
.notification_box {
  position: relative;
  display: block;
  height: 56vh;
  max-height: 392px;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .notification_box {
    max-height: 320px;
  }
  .notification_box::before {
    width: calc(250px + 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .notifications {
    display: none !important;
  }
}