/* ================= content ================= */
.content {
  width: 100%;
  background: #ececec;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.content .container .content-topic {
  position: relative;
  z-index: 3;
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.content .container .content-topic .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.content .container .content-topic .top h3 {
  font-size: 230%;
  background: #800200;
  color: #fff;
  padding: 20px 40px;
  margin-bottom: -5px;
  border-radius: 4px;
  line-height: 1.2;
}

.content .container .content-topic .top ul {
  padding: 2em;
  margin: 0;
  border: 8px solid #800200;
  border-radius: 4px;
  list-style-type: none;
}

.content .container .content-topic .top ul li {
  font-size: 160%;
  line-height: 1.2;
  padding: 12px 8px;
}

.content .container .content-topic .top .girl1, .content .container .content-topic .top .girl2 {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.content .container .content-topic .top .girl1 {
  max-width: 25%;
  left: 0;
  -webkit-transform: translate(-70%, -6%);
          transform: translate(-70%, -6%);
}

.content .container .content-topic .top .girl2 {
  max-width: 17%;
  right: 0;
  -webkit-transform: translate(70%, 25%);
          transform: translate(70%, 25%);
}

.content .container .content-topic .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.content .container .content-topic .bottom .shark {
  position: relative;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

@media only screen and (max-width: 1279px) {
  .content .container .content-topic {
    max-width: 92%;
    width: 92%;
    padding-top: 8px;
  }
  .content .container .content-topic .top {
    margin-bottom: 0px;
  }
  .content .container .content-topic .top h3 {
    font-size: 150%;
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .content .container .content-topic .top ul {
    padding: 1em;
  }
  .content .container .content-topic .top ul li {
    font-size: 120%;
    line-height: 1;
    padding: 8px;
    margin: 0 auto;
  }
  .content .container .content-topic .top .girl1 {
    display: none;
    max-width: 35%;
    -webkit-transform: translate(-49%, 36%);
            transform: translate(-49%, 36%);
  }
  .content .container .content-topic .top .girl2 {
    display: none;
    max-width: 20%;
    -webkit-transform: translate(45%, 12%);
            transform: translate(45%, 12%);
  }
  .content .container .content-topic .bottom {
    position: relative;
    padding-bottom: 50%;
  }
  .content .container .content-topic .bottom .shark {
    position: absolute;
    -webkit-transform: translate(-25%, 45%);
            transform: translate(-25%, 45%);
    left: 0;
    z-index: 5;
    width: 35%;
  }
  .content .container .content-topic .bottom .phone {
    position: absolute;
    top: 25px;
    width: 100%;
  }
}

.content .container .content-video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/Games/maruay99/images/background_video.png?20201116);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content .container .content-video .content-video-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.content .container .content-video .content-video-left .content-video-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .container .content-video .content-video-left .content-video-header span {
  color: #ffd400;
  font-size: 100%;
}

.content .container .content-video .content-video-left .content-video-header a {
  background-color: #ff0000;
  text-align: center;
  font-size: 90%;
  padding: 1px 20px;
  border-radius: 13px;
  -webkit-box-shadow: bisque;
          box-shadow: bisque;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  height: 27px;
  margin-left: 17px;
  text-decoration: none;
}

.content .container .content-video .content-video-left .content-video-header a:hover {
  color: #ffed86;
}

.content .container .content-video .content-video-left iframe {
  width: 465px;
  height: 80%;
}

.content .container .content-video .content-video-right {
  width: 50%;
  height: 100%;
  position: relative;
  padding-top: 20px;
}

.content .container .content-video .content-video-right img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1279px) {
  .content .container .content-video {
    max-height: 350px;
  }
  .content .container .content-video .content-video-left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .content .container .content-video .content-video-left .content-video-header {
    width: 100%;
    margin: unset;
    margin-bottom: 4px;
  }
  .content .container .content-video .content-video-left .content-video-header span {
    line-height: 1;
    font-size: 90%;
    margin: 8px;
  }
  .content .container .content-video .content-video-left .content-video-header a {
    margin: 4px;
  }
  .content .container .content-video .content-video-left iframe {
    width: 90%;
    height: 80%;
    display: block;
    margin: 0 auto;
  }
  .content .container .content-video .content-video-right {
    display: none;
  }
}

.content .container .banner-bottom a {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.content .container .banner-bottom a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================= download page ================= */
.content_download {
  padding: 3% 0;
  background-image: url(/Games/maruay99/images/bg_download.png?20201116);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  overflow-y: hidden;
}

.content_download .container {
  width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.content_download .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}

.content_download .container .row .col-sm {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}

.content_download .container .row .col-sm img {
  height: auto;
  width: 480px;
}

.content_download .container .row .col-sm .boxDownload {
  margin: 122px 0px;
}

.content_download .container .row .col-sm .boxDownload a img {
  height: auto;
  width: 360px;
  margin: 15px;
}

.content_download .container .row .col-sm .boxDownload a img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media only screen and (max-width: 1279px) {
  .content_download {
    width: 100%;
    padding: 5% 0;
  }
  .content_download .container {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .content_download .container .row {
    display: block;
    margin: 0;
  }
  .content_download .container .row .col-sm {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content_download .container .row .col-sm .mobiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content_download .container .row .col-sm img {
    width: 400px;
  }
  .content_download .container .row .col-sm .boxDownload {
    margin: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content_download .container .row .col-sm .boxDownload a img {
    width: 300px;
    margin: 5px;
  }
}

/* ================= subnav ================= */
ul.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  line-height: 50px;
  background-color: #dedede;
  border-bottom: 1px solid #dee2e6;
}

ul.subnav li.subnav-item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 110%;
  text-align: center;
  margin-bottom: -1px;
  color: #565656;
}

ul.subnav li.subnav-item a {
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

ul.subnav li.subnav-item a:hover {
  color: #565656;
  border-color: #e9ecef #e9ecef #dee2e6;
}

ul.subnav li.subnav-item.active a {
  color: #fdfdfd;
  background-color: #0c0c0c;
  border-color: #dee2e6 #dee2e6 #fff;
}

ul.subnav .subnav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

@media only screen and (max-width: 1279px) {
  ul.subnav {
    line-height: 20px;
  }
  ul.subnav li.subnav-item {
    font-size: 85%;
  }
  ul.subnav li.subnav-item a {
    font-weight: bold;
    padding: 15px 5px;
  }
}

.content_rank, .content_prize, .content_contact, .content_message {
  background-color: #fff;
  margin: 2% 0;
}

.content_rank .container, .content_prize .container, .content_contact .container, .content_message .container {
  width: 1140px;
  margin: 0 auto;
}

/* ================= rank page ================= */
.tab-content > .active {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content li {
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

@media only screen and (max-width: 1279px) {
  .content_rank .container {
    width: 95%;
    margin: 0 auto;
  }
}

/* ================= prize page ================= */
.boxContent {
  border: 2px solid #ecf1f1;
}

.boxContent .textHeaderContent {
  font-size: 185%;
  color: #f00;
  margin: 20px 5px;
}

.boxContent .dataContentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2vh 0;
}

.boxContent .dataContentList .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boxContent .dataContentList .data img {
  margin: 2vh;
  width: 90%;
  /*&:hover {
          filter: brightness(1.1);
        }*/
}

.boxContent .dataContentList .data span {
  font-size: 120%;
}

.boxContent .dataContentList .data ol.dataText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .content_prize .container {
    width: 95%;
    margin: 0 auto;
  }
  .boxContent .dataContentList .data ol.dataText {
    padding: 0 10%;
  }
}

/* ================= contact page ================= */
.contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 0;
}

.contactBox .boxImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactBox .boxImg img {
  max-width: 100%;
}

.contactBox .boxData {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}

.contactBox .boxData img {
  width: 50px;
}

.contactBox .boxData a {
  color: #007bff;
}

.contactBox .boxData a:hover {
  color: #0056b3;
}

/*btn*/
.sendMessage {
  padding: 0vh 16vw;
  margin-bottom: 4%;
}

.sendMessage .boxSendMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.sendMessage .boxSendMessage .headerTextSend {
  font-size: 120%;
}

.sendMessage .boxSendMessage .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 85%;
  font-weight: bold;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.sendMessage .boxSendMessage .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.sendMessage .boxSendMessage .btn-success.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  text-decoration: none;
}

.sendMessage .boxSendMessage .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .content_contact .container {
    width: 95%;
    margin: 0 auto;
  }
  .contactBox {
    text-align: center;
    display: block;
  }
  .contactBox .boxImg {
    width: 100%;
    display: block;
  }
  .contactBox .boxImg img {
    max-width: 80%;
  }
  .contactBox .boxData {
    width: 100%;
    font-size: 150%;
    margin: 2% 0 0 0;
  }
  .sendMessage {
    padding: 0;
  }
  .sendMessage .boxSendMessage {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* ================= message page ================= */
.textMassage {
  text-align: center;
  font-size: 250%;
  font-weight: bold;
}

.boxMassage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}

.boxMassage .contentMs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3vh 0;
}

.boxMassage .contentMs span {
  font-size: 150%;
  text-align: center;
}

.boxMassage .contentMs img {
  width: 850px;
}

.boxMassage .contentMs p {
  font-size: 110%;
  margin-bottom: 3%;
}

.boxMassage .contentMs h3 {
  font-size: 150%;
  font-weight: 500;
}

@media only screen and (max-width: 1279px) {
  .content_message .container {
    width: 95%;
    margin: 0 auto;
  }
  .boxMassage .contentMs {
    margin: 4% 0;
  }
  .boxMassage .contentMs span {
    font-size: 130%;
  }
  .boxMassage .contentMs img {
    width: 80%;
    margin: 0 auto;
  }
}
