@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,900;1,400;1,500;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover {
  text-decoration: none !important;
}

.rs {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

body {
  font-family: "Roboto", sans-serif;
}

strong {
  font-weight: 700;
}

.cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.input--style {
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none !important;
  color: #000000;
  background: #e8e8e7;
}
@media only screen and (max-width: 767px) {
  .input--style {
    font-size: 14px;
  }
}

.submit-style {
  outline: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  background: #ef4305;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.color--main {
  color: #ef4305;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #adadad;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adadad;
}

::placeholder {
  color: #adadad;
}

.margin_0 {
  margin: 0;
}

.logo18 {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -75px;
  bottom: -90px;
}

body {
  background: #212121;
  background-size: cover !important;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-height: 100%;
  overflow: hidden;
}

.l-logo {
  display: block;
  position: absolute;
  top: 22px;
  left: 10px;
  z-index: 8;
  text-indent: -999em;
}
@media only screen and (max-width: 767px) {
  .l-logo {
    top: 6px;
    left: 20px;
  }
}

.mukt {
  background: url("https://cdn.smobgame.com/templates/sdk_html5/images/f86vn/bg-f86.jpg") 50% 0 no-repeat;
  height: 100vh;
}

.phamnhan {
  background: url("https://cdn.smobgame.com/templates/sdk_h5_v2/images/f88/f88.jpg") 50% 0 no-repeat;
  height: 100vh;
}

.sieuquay {
  background: url("https://cdn.smobgame.com/template/S38/images/bgh5.jpg") 50% 0 no-repeat;
  height: 100vh;
}

.sieuquay .l-logo {
  background: url(https://cdn.smobgame.com/template/S38vn/images/home/logo.png) no-repeat;
  background-size: 100%;
  width: 240px;
  height: 152px;
}
@media only screen and (max-width: 767px) {
  .sieuquay .l-logo {
    width: 120px !important;
    height: 76px !important;
  }
}

.phamnhan .l-logo {
  background: url(https://cdn.smobgame.com/template/F88vn/images/home/logo2.png) no-repeat;
  background-size: 100%;
  width: 260px;
  height: 110px;
}
@media only screen and (max-width: 767px) {
  .phamnhan .l-logo {
    width: 120px !important;
    height: 52px !important;
  }
}

.mukt .l-logo {
  background: url(https://cdn.smobgame.com/template/F86vn/images/logo3.png) no-repeat;
  background-size: 100%;
  width: 220px;
  height: 152px;
}
@media only screen and (max-width: 767px) {
  .mukt .l-logo {
    width: 100px !important;
    height: 69px !important;
  }
}

.text-tkc {
  position: absolute;
  color: #212121;
  top: 53px;
  padding: 0 20px;
  width: 100%;
  z-index: 10;
}

.text-tk {
  color: #212121;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.box-img {
  display: block;
  margin: 15px auto;
}

.showpc {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .showpc {
    display: none !important;
  }
}

.showmobile {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .showmobile {
    display: block !important;
  }
}

.closePopup {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #c70000;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff !important;
  z-index: 999;
  border-radius: 4px;
}

.pop-bg {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .pop-bg {
    width: 90%;
    min-width: 350px;
    max-width: 360px;
  }
}
.pop-bg .pop-ingame {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  pointer-events: auto;
  position: relative;
  background: #fff;
  padding: 16px 16px 10px;
  border-radius: 8px;
  overflow: hidden;
}
.pop-bg .pop-ingame .tlt-hd {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.pop-bg .pop-ingame .box-ndhd {
  color: #212121;
  min-height: 250px;
}
.pop-bg .pop-ingame .box-ndhd img {
  display: block;
  max-width: 100%;
}
.pop-bg .pop-relative {
  position: relative;
}
.pop-bg .pop-inner {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  pointer-events: auto;
}
.pop-bg .pop-inner .box-item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.pop-bg .pop-inner .pop-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.pop-bg .pop-inner .pop-title .txt {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .pop-title .txt {
    font-size: 18px;
    line-height: 26px;
  }
}
.pop-bg .pop-inner .pop-title .group-flex {
  align-items: center;
}
.pop-bg .pop-inner .pop-title .group-flex .span_line {
  color: #dedede;
  display: inline-block;
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .pop-title .group-flex .span_line {
    margin: 0 3px;
  }
}
.pop-bg .pop-inner .pop-title .a_link {
  display: inline-block;
  color: #007aff;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .pop-title .a_link {
    font-size: 14px;
  }
}
.pop-bg .pop-inner .form__wrap .wrap__pd {
  padding: 16px 16px 10px;
}
.pop-bg .pop-inner .form__wrap .text-err-abs {
  color: red;
  font-size: 14px;
  margin-bottom: 9px;
  padding-left: 16px;
  position: relative;
}
.pop-bg .pop-inner .form__wrap .text-err-abs::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(https://cdn.smobgame.com/template/SDKv5/images/icon_error.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  margin-top: 0;
  left: 0;
  z-index: 1;
}
.pop-bg .pop-inner .form__wrap .error {
  color: red;
  font-size: 14px;
  margin-top: 9px;
  padding-left: 16px;
  position: relative;
}
.pop-bg .pop-inner .form__wrap .error::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(https://cdn.smobgame.com/template/SDKv5/images/icon_error.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}
.pop-bg .pop-inner .form__wrap .noti_time {
  position: absolute;
  bottom: -31px;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding-bottom: 10px;
}
.pop-bg .pop-inner .form__wrap .noti_time span {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  color: #D1D1D6;
  position: relative;
  padding-left: 35px;
}
.pop-bg .pop-inner .form__wrap .noti_time span::before {
  content: "";
  display: block;
  width: 29px;
  height: 18px;
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/logo18.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.pop-bg .pop-inner .form__wrap .form-group {
  position: relative;
}
.pop-bg .pop-inner .form__wrap .form-group .btn_submit {
  height: 40px;
  padding: 0 36px;
  line-height: 40px;
  font-size: 15px;
  min-width: 120px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .btn_submit {
    padding: 0 28px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .icon_close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://cdn.smobgame.com/template/SDKv5/images/icon_close.svg);
  cursor: pointer;
  background-size: 12px;
  display: none;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #67666c;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .styled-checkbox + label:before {
    width: 16px;
    height: 16px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #67666c;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .styled-checkbox + label:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox:checked + label:before {
  border-color: #ef4305;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox:checked + label:after {
  background: #ef4305;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.pop-bg .pop-inner .form__wrap .form-group .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.pop-bg .pop-inner .form__wrap .form-group .txt-sub {
  font-size: 14px;
  color: #61616A;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .txt-sub {
    padding-top: 5px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .type-item {
  display: inline-block;
  width: 65px;
  height: 70px;
  background-size: 46px;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  background-position: 50% 0;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .type-item {
    width: 60px;
    margin-right: 4px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .type-item:last-of-type {
  margin-right: 0;
}
.pop-bg .pop-inner .form__wrap .form-group .type-item.icon_fb {
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/icon_fb.png");
}
.pop-bg .pop-inner .form__wrap .form-group .type-item.icon_gg {
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/icon_gg.png");
}
.pop-bg .pop-inner .form__wrap .form-group .type-item.icon_play {
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/icon_play.png");
}
.pop-bg .pop-inner .form__wrap .form-group .type-item.icon_tiktok {
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/icon_tiktok.png");
}
.pop-bg .pop-inner .form__wrap .form-group .type-item.icon_apple {
  background-image: url("https://cdn.smobgame.com/template/SDKv5/images/icon_apple.png");
}
.pop-bg .pop-inner .form__wrap .form-group .type-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group .type-item:before {
    font-size: 13px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group .icon_fb:before {
  content: "Facebook";
}
.pop-bg .pop-inner .form__wrap .form-group .icon_gg:before {
  content: "Google";
}
.pop-bg .pop-inner .form__wrap .form-group .icon_play:before {
  content: "Chơi Ngay";
}
.pop-bg .pop-inner .form__wrap .form-group .icon_tiktok:before {
  content: "Tiktok";
}
.pop-bg .pop-inner .form__wrap .form-group .icon_apple:before {
  content: "Apple";
}
.pop-bg .pop-inner .form__wrap .form-group.icon_password .icon_eye {
  width: 26px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://cdn.smobgame.com/template/SDKv5/images/icon_eye.svg);
  cursor: pointer;
}
.pop-bg .pop-inner .form__wrap .form-group.icon_password .icon_eye.icon_eye_close {
  background-image: url(https://cdn.smobgame.com/template/SDKv5/images/icon_eye_close.svg);
}
.pop-bg .pop-inner .form__wrap .form-group.form-group-check {
  text-align: center;
  background: #e6e6e6;
  margin: 0;
  padding: 10px 20px;
}
.pop-bg .pop-inner .form__wrap .form-group.form-group-check label {
  margin-left: 5px;
  cursor: pointer;
  color: #67666c;
}
@media only screen and (max-width: 767px) {
  .pop-bg .pop-inner .form__wrap .form-group.form-group-check label {
    font-size: 15px;
  }
}
.pop-bg .pop-inner .form__wrap .form-group.form-group-check label a {
  color: #67666c;
  text-decoration: underline !important;
}
.pop-bg .pop-inner .form__wrap .form-group.form-group-check.has-error label {
  color: red;
}
.pop-bg .pop-inner .form__wrap .form-group.has-error .styled-checkbox + label:before {
  border-color: red;
}
.pop-bg .pop-inner .form__wrap .form-group.has-error .styled-checkbox + label:after {
  background: red;
}
.pop-bg .pop-inner .form__wrap .form-group.has-error.form-group-check label a {
  color: red;
}

/* form xac thuc */
.xthdone {
  display: none;
  padding-bottom: 20px;
}

.h-btn-code {
  display: block;
  margin: 0 auto;
  color: #212121;
}
.h-btn-code span {
  outline: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  background: #007aff;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 40px;
  padding: 0 36px;
  line-height: 40px;
  font-size: 15px;
  min-width: 120px;
}

/* pop nap */
.c-popup {
  display: inline-block;
  text-align: center;
  background: white;
  width: 90%;
  line-height: 1.48;
  height: 80vh;
  position: relative;
  margin: 0 auto;
  pointer-events: auto;
}

.pop-lg {
  max-width: 100vw;
}
@media only screen and (max-width: 767px) {
  .pop-lg {
    margin: 0.5rem auto;
  }
}

.c-popup_content {
  height: 100%;
  width: 100%;
}

/* iframe */
.l-main {
  position: inherit;
  width: 100vw;
}
@media only screen and (max-width: 1024px) {
  .l-main {
    width: 100vw !important;
  }
}

iframe {
  border: none !important;
}

/* float button */
.spr3 {
  background: url(../images/spr3.png?v=5) 0 0 no-repeat;
  background-size: 300px 300px;
}

.ico-h5 {
  width: 32px;
  height: 32px;
  display: block;
}

.ico-float {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -16px;
}

.ico-save {
  background-position: -64px 0;
}

.ico-home {
  background-position: -160px 0;
}

.ico-gc {
  background-position: -128px 0;
}

.ico-pay {
  background-position: -96px 0;
}

.ico-fanpage {
  background-position: -192px 0;
}

.ico-logout {
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ico-xacthuc {
  background-position: -32px 0;
  position: absolute;
  left: 0;
  top: 0;
  animation: blinker 2s linear infinite;
}

.btn-xacthuc {
  position: relative;
  padding-left: 26px;
  width: 100px;
  text-align: left;
  line-height: 32px;
  display: inline-block;
  color: #fb2a2a !important;
}

@keyframes blinker {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.float-h5 {
  background: url("https://cdn.smobgame.com/templates/funtap-gt/logo1.png") 50% 50% no-repeat #fff;
  width: 55px;
  height: 55px;
  background-size: 40px 35px;
  position: fixed !important;
  display: block;
  top: 10px;
  right: 0;
  cursor: pointer;
  z-index: 50;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.float-h5.active-bt {
  width: 50px;
  height: 45px;
}

.float-h5-box {
  position: fixed;
  width: 205px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 999;
  background: #230f06;
  border-left: 1px solid #2f0808;
}
@media only screen and (max-width: 1024px) {
  .float-h5-box {
    color: #fff;
  }
}

.logo-ingame {
  display: block;
  width: 100px !important;
  background-size: cover;
  text-indent: -999em;
  height: 80px !important;
  margin: 0 auto;
  position: relative;
  background-position: 50% 50% !important;
  top: 0;
  left: 0;
}

.phamnhan .logo-ingame {
  width: 140px !important;
}

.txt-hotline {
  text-align: center;
  padding: 15px;
}
.txt-hotline a {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 2px 2px 0px #565656, 5px 4px 0px rgba(0, 0, 0, 0.15);
  display: block;
}
.txt-hotline a span {
  font-size: 14px;
}

.float-h5-boxInner {
  padding: 15px;
  height: 100vh;
  position: relative;
  z-index: 99;
}

.float-h5-box .l-modal__shadow {
  left: 0;
  top: 0;
}

.float-h5-box.active {
  display: block;
}

.h5-btn-close {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 0;
  left: -25px;
  z-index: -1;
  background-position: 0 -70px;
  background-size: 600px 600px;
}

.txt-name {
  color: #ffff;
  font-weight: normal;
  font-size: 14px !important;
  text-align: center;
  z-index: 99;
  padding: 0 16px;
  position: relative;
  line-height: 1.5em;
}

.txt-orage {
  color: orangered !important;
}

.txt-name a {
  font-size: 13px;
  color: #fff;
  display: block;
}

.float-twin {
  text-align: center;
  margin-bottom: 15px;
}

.float-h5-listBt li .float-h5-Bt {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border: 1px solid #6b1e1e;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
  background: url(../images/bt-rp.png) 0 0 repeat-x;
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 0 #777777;
}

.float-h5-listBt li .float-h5-Bt:hover {
  background: url(../images/bt-rp-hv.png) 0 0 repeat-x;
}

.float-h5-Btg {
  display: block;
  width: 170px;
  height: 59px;
  background-position: -232px -110px;
  background-size: 600px 600px;
  margin: 0 auto 10px;
  text-indent: -999em;
}

.float-twin-Bt {
  display: inline-block;
  text-indent: -999em;
  width: 85px;
  height: 42px;
  background-size: 600px 600px;
}

.twin-fb {
  background-position: 0 -215px;
}

.twin-features {
  background-position: -85px -215px;
}

.twin-gc {
  background-position: 0 -257px;
}

.twin-pay {
  background-position: -85px -257px;
}

.qrcode {
  display: block;
  text-align: center;
}
.qrcode svg {
  width: 100%;
  height: 100%;
  background: #fff;
}

.qrcode:before {
  content: "Tải App Mobile";
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.is-hidden--off-flow {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -10;
  visibility: hidden;
  display: none;
}

.is-shown--off-flow {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  display: block;
}

.l-modal__shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.1;
  z-index: -1;
  cursor: pointer;
}

.f-loading {
  background: rgba(0, 0, 0, 0.3);
  position: fixed !important;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.f-loading:before {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-screen {
  display: none;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .box-screen {
    background: #000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .box-screen-inner {
    width: 100%;
    text-align: center;
  }

  .box-screen-inner img {
    width: 160px;
  }

  .txt-notice {
    font-size: 1.2em;
    margin-top: 15px;
  }
}

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