@charset "UTF-8";
.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-m {
  vertical-align: middle;
}

.align-t {
  vertical-align: top;
}

.align-b {
  vertical-align: baseline;
}

/* Styles */
.italic {
  font-style: italic;
}

.light {
  font-weight: 100;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.semibold {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.bolder {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.decoration--none {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.word-break {
  word-break: break-word;
}

/* defer:end */
.m025 {
  margin: 0.25em 0;
}

.m1 {
  margin: 1em 0;
}

.m2 {
  margin: 2em 0;
}

.p025 {
  padding: 0.25em 0;
}

.p1 {
  padding: 1em 0;
}

.p2 {
  padding: 2em 0;
}

.mha, .mxa {
  margin-left: auto;
}

.mha, .mxa {
  margin-right: auto;
}

.mva, .mxa {
  margin-top: auto;
}

.mva, .mxa {
  margin-bottom: auto;
}

.mt0, .mv0, .mx0 {
  margin-top: 0;
}

.mb0, .mv0, .mx0 {
  margin-bottom: 0;
}

.pt0, .pv0, .px0 {
  padding-top: 0;
}

.pb0, .pv0, .px0 {
  padding-bottom: 0;
}

.pr0, .ph0, .px0 {
  padding-right: 0;
}

.pl0, .ph0, .px0 {
  padding-left: 0;
}

.mt025, .mv025, .mx025 {
  margin-top: 0.25em;
}

.mb025, .mv025, .mx025 {
  margin-bottom: 0.25em;
}

.ml025, .mh025, .mx025 {
  margin-left: 0.25em;
}

.mr025, .mh025, .mx025 {
  margin-right: 0.25em;
}

.pt025, .pv025, .px025 {
  padding-top: 0.25em;
}

.pb025, .pv025, .px025 {
  padding-bottom: 0.25em;
}

.pl025, .ph025, .px025 {
  padding-left: 0.25em;
}

.pr025, .ph025, .px025 {
  padding-right: 0.25em;
}

.mt05, .mv05, .mx05 {
  margin-top: 0.5em;
}

.mb05, .mv05, .mx05 {
  margin-bottom: 0.5em;
}

.ml05, .mh05, .mx05 {
  margin-left: 0.5em;
}

.mr05, .mh05, .mx05 {
  margin-right: 0.5em;
}

.pt05, .pv05, .px05 {
  padding-top: 0.5em;
}

.pb05, .pv05, .px05 {
  padding-bottom: 0.5em;
}

.pl05, .ph05, .px05 {
  padding-left: 0.5em;
}

.pr05, .ph05, .px05 {
  padding-right: 0.5em;
}

.mt075, .mv075, .mx075 {
  margin-top: 0.75em;
}

.mb075, .mv075, .mx075 {
  margin-bottom: 0.75em;
}

.ml075, .mh075, .mx075 {
  margin-left: 0.75em;
}

.mr075, .mh075, .mx075 {
  margin-right: 0.75em;
}

.pt075, .pv075, .px075 {
  padding-top: 0.75em;
}

.pb075, .pv075, .px075 {
  padding-bottom: 0.75em;
}

.pl075, .ph075, .px075 {
  padding-left: 0.75em;
}

.pr075, .ph075, .px075 {
  padding-right: 0.75em;
}

.mt1, .mv1, .mx1 {
  margin-top: 1em;
}

.mb1, .mv1, .mx1 {
  margin-bottom: 1em;
}

.ml1, .mh1, .mx1 {
  margin-left: 1em;
}

.mr1, .mh1, .mx1 {
  margin-right: 1em;
}

.mln1 {
  margin-left: -1em;
}

.mrn1 {
  margin-right: -1em;
}

.mhn1 {
  margin-left: -1em;
  margin-right: -1em;
}

.pt1, .pv1, .px1 {
  padding-top: 1em;
}

.pb1, .pv1, .px1 {
  padding-bottom: 1em;
}

.pl1, .ph1, .px1 {
  padding-left: 1em;
}

.pr1, .ph1, .px1 {
  padding-right: 1em;
}

.mt15, .mv15, .mx15 {
  margin-top: 1.5em;
}

.mb15, .mv15, .mx15 {
  margin-bottom: 1.5em;
}

.ml15, .mh15, .mx15 {
  margin-left: 1.5em;
}

.mr15, .mh15, .mx15 {
  margin-right: 1.5em;
}

.mln15 {
  margin-left: -1.5em;
}

.mrn15 {
  margin-right: -1.5em;
}

.mhn15 {
  margin-left: -1.5em;
  margin-right: -15em;
}

.pt15, .pv15, .px15 {
  padding-top: 1.5em;
}

.pb15, .pv15, .px15 {
  padding-bottom: 1.5em;
}

.pl15, .ph15, .px15 {
  padding-left: 1.5em;
}

.pr15, .ph15, .px15 {
  padding-right: 1.5em;
}

.mt2, .mv2, .mx2 {
  margin-top: 2em;
}

.mb2, .mv2, .mx2 {
  margin-bottom: 2em;
}

.ml2, .mh2, .mx2 {
  margin-left: 2em;
}

.mr2, .mh2, .mx2 {
  margin-right: 2em;
}

.mln2 {
  margin-left: -2em;
}

.mrn2 {
  margin-right: -2em;
}

.mhn2 {
  margin-left: -2em;
  margin-right: -2em;
}

.pt2, .pv2, .px2 {
  padding-top: 2em;
}

.pb2, .pv2, .px2 {
  padding-bottom: 2em;
}

.pl2, .ph2, .px2 {
  padding-left: 2em;
}

.pr2, .ph2, .px2 {
  padding-right: 2em;
}

.mt3, .mv3, .mx3 {
  margin-top: 3em;
}

.mb3, .mv3, .mx3 {
  margin-bottom: 3em;
}

.ml3, .mh3, .mx3 {
  margin-left: 3em;
}

.mr3, .mh3, .mx3 {
  margin-right: 3em;
}

.cwhite {
  color: #fff;
}

.cblack {
  color: #000;
}

.cpink {
  color: #FFBE03;
}

.fz-logo {
  font-family: 'Request';
}

input:focus-visible {
  outline: 0;
}

.button--animation {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 210px;
  min-height: 42px;
  padding: 6px 10px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #1d1d1d;
  border-bottom-right-radius: 20px;
  color: #1d1d1d;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .button--animation {
    min-width: 225px;
    min-height: 48px;
  }
}

.button--animation span {
  display: none;
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1d1d1d;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.button--animation span:nth-child(1) {
  --n: 1;
}

.button--animation span:nth-child(2) {
  --n: 2;
}

.button--animation span:nth-child(3) {
  --n: 3;
}

.button--animation span:nth-child(4) {
  --n: 4;
}

.button--animation svg {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease-in-out;
}

.button--animation svg path {
  fill: #1d1d1d;
}

@media (min-width: 1024px) {
  .button--animation svg {
    top: 14px;
  }
}

.button--animation:hover {
  background-color: #1d1d1d;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.button--animation:hover span {
  display: none;
  transform: translateY(0) scale(2);
}

.button--animation:hover svg {
  transform: translateX(4px);
}

.button--animation:hover svg path {
  fill: #fff;
}

.button--animation.white {
  width: 100%;
  min-width: 280px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .button--animation.white {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .button--animation.white {
    min-width: 360px;
  }
}

.button--animation.white span {
  display: none;
  background-color: #fff;
}

.button--animation.white svg path {
  fill: #fff;
}

.button--animation.white:hover {
  border-color: #1d1d1d;
  color: #1d1d1d;
  background-color: #fff;
}

.button--animation.white:hover svg path {
  fill: #1d1d1d;
}

.button--product {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}

.button--product span {
  display: block;
  margin-bottom: 3px;
}

.button--product svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 13px;
  transition: all 0.25s ease-in-out;
}

.button--product:hover {
  color: #804ca6;
  text-decoration: none;
}

.button--product:hover svg {
  transform: translateX(5px);
}

.button--bg {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 50px 0 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #2f58a5;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
  .button--bg {
    width: auto;
    padding: 0 100px 0 20px;
  }
}

.button--bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 28px;
  height: 1px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@media (min-width: 768px) {
  .button--bg::before {
    width: 28px;
  }
}

.button--bg::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: rotate(35deg);
  background: #fff;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.button--bg:hover {
  color: #2f58a5;
  background-color: #fff;
  border: 1px solid #2f58a5;
  text-decoration: none;
}

.button--bg:hover::before {
  transform: translateX(8px);
  background: #2f58a5;
}

.button--bg:hover::after {
  right: 11px;
  background: #2f58a5;
}

.button--bg-white {
  color: #2f58a5;
  background-color: #fff;
  border: 1px solid #fff;
}

.button--bg-white::after, .button--bg-white::before {
  background: #2f58a5;
}

.button--bg-white:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.button--bg-white:hover::after, .button--bg-white:hover::before {
  background: #fff;
}

.border--b {
  border-bottom: 1px solid #000000;
}

.hide {
  display: none;
}

.hide-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-mobile {
    display: flex;
  }
}

.hide-desktop {
  display: flex;
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

@-webkit-keyframes cultureSliderLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1300px);
  }
}

@keyframes cultureSliderLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1300px);
  }
}

@-webkit-keyframes cultureSliderRight {
  0% {
    transform: translateX(-1300px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cultureSliderRight {
  0% {
    transform: translateX(-1300px);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes cultureSliderTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-876px);
  }
}

@keyframes cultureSliderTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-876px);
  }
}

@-webkit-keyframes cultureSliderBottom {
  0% {
    transform: translateY(-876px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes cultureSliderBottom {
  0% {
    transform: translateY(-876px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.animation-mover3s {
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
}

.animation-mover4s {
  -webkit-animation: mover 4s infinite alternate;
          animation: mover 4s infinite alternate;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(100%);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(100%);
  }
}

.container {
  padding: 0 15px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.container_medium {
  width: 1490px;
  padding: 0 25px;
  max-width: 100%;
  margin: 0 auto;
}

.container_large {
  width: 1920px;
  padding: 0 25px;
  max-width: 100%;
  margin: 0 auto;
}

.container_largeX {
  width: 1760px;
  padding: 0 25px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container_largeX,
  .container_medium,
  .container_large,
  .container {
    width: 430px;
    padding: 0 20px;
  }
}

.f {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

.ais {
  align-items: flex-start;
}

.aie {
  align-items: flex-end;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

.ait {
  align-items: stretch;
}

.jcs {
  justify-content: flex-start;
}

.jce {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.jcb {
  justify-content: space-between;
}

.fa {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.ff {
  flex-shrink: 0;
}

.fdc {
  flex-direction: column;
}

@media (max-width: 768px) {
  .d-none--s {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.w100 {
  width: 100%;
}

.language__wrapper {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .language__wrapper {
    margin-bottom: 0;
  }
}

.language__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 35%;
  width: 120px;
  margin: 0 auto;
  padding: 10px 15px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .language__menu {
    left: 0;
  }
}

.language__menu:after, .language__menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}

.language__menu:before {
  margin-left: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 8px;
}

.language__menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.language__menu.show {
  display: block;
  top: 110%;
  left: 35%;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .language__menu.show {
    left: 0;
  }
}

.language__menu li {
  list-style: none;
}

.language__menu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.language__menu li a:hover {
  color: #000;
  text-decoration: none;
}

.language__menu li a img {
  width: 22px;
  height: auto;
  margin-top: 2px;
  margin-right: 7px;
}

.language__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.language__button svg {
  width: 20px;
  height: auto;
  margin-right: 7px;
  pointer-events: none;
}

.language__button svg path {
  fill: #8cd2ce;
}

.language__button span {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  white-space: nowrap;
  pointer-events: none;
}

.language__button i {
  position: absolute;
  top: 10px;
  right: -12px;
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #8cd2ce;
  pointer-events: none;
}

html[lang="ja"] .language__button i {
  top: 12px;
  right: -15px;
}

.hidden-xs {
  display: block !important;
}

.visible-xs {
  display: none !important;
}

.hidden {
  display: none !important;
}

body {
  background-size: contain;
  background-color: #010819;
  font-family: "PT Mono", sans-serif;
  color: #f5f5f5;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  padding: 0;
  transition: all 2s;
}

body.slide-5 {
  background-color: #FFF;
}

.cursor-main,
.cursor-trail {
  position: fixed;
  pointer-events: none;
  width: 40px;
  /* chỉnh size */
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
}

body.cursor-active .cursor-trail {
  opacity: 0.5;
  /* mờ hơn */
}

body.cursor-active .cursor-main {
  opacity: 1;
  /* hiện khi active */
}

body.cursor-active {
  cursor: none;
  /* ẩn chuột thật */
}

.ftitle {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  color: #FFF;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.fs22 {
  font-size: 22px;
  line-height: 28px;
}

.fs20 {
  font-size: 20px;
  line-height: 28px;
}

.fs18 {
  font-size: 18px;
  line-height: 24px;
}

.even-none video {
  pointer-events: none;
  border-radius: 20px;
  max-width: 100%;
}

.fade-navbar {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  max-width: 100%;
  margin: auto;
  display: none;
}

@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
}

body.loaded .logoFixed {
  position: fixed;
  top: 20px;
  left: 25px;
  transform: translateX(0);
}

.logoFixed {
  position: fixed;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 101;
  transition: all 2s;
}

.logoFixed .logo__back {
  display: none;
}

body.slide-5 .logoFixed .logo {
  display: none;
}

body.slide-5 .logoFixed .logo__back {
  display: block;
}

body.slide-5 .header-menu li a {
  color: #000;
}

body.slide-5 .header-menu li a:hover {
  border-color: #000;
  text-shadow: 1px 1px 9px #999;
}

body.slide-5 .header-menu li.active a {
  border-color: #000;
  text-shadow: 1px 1px 9px #999;
}

#loadingPage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: url("../images/top.gif") repeat;
  background-size: contain;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

#loadingPage .brand_desc {
  font-size: 40px;
  margin-top: 100px;
}

#loadingPage .dots {
  letter-spacing: -16px;
}

#loadingPage .dots span {
  display: inline-block;
  transform-origin: center bottom;
  -webkit-animation: bounce 0.8s infinite cubic-bezier(0.2, 0.6, 0.2, 1);
          animation: bounce 0.8s infinite cubic-bezier(0.2, 0.6, 0.2, 1);
}

#loadingPage .dots span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#loadingPage .dots span:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

#loadingPage .dots span:nth-child(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

#loadingPage.hidden-loading {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header {
  width: 100%;
  top: 0;
  z-index: 15;
  transition: all .3s;
  position: fixed;
  padding: 10px 0;
  transform: translateY(0);
}

.header_control {
  width: 30px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header_control span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  margin: 3px 0;
  border-radius: 2px;
  transition: all .3s;
}

.header-menu {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.header-menu li {
  padding: 0 15px;
}

.header-menu li a {
  border-bottom: 1px solid transparent;
  transition: all .3s;
  font-weight: bold;
}

.header-menu li a:hover {
  border-color: #FFF;
  text-shadow: 1px 1px 9px #FFF;
}

.header-menu li.active a {
  border-color: #FFF;
  text-shadow: 1px 1px 9px #FFF;
}

.btn_play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  min-width: 165px;
  padding: 10px 20px;
  background-color: #1C3C8D;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  font-family: "Exo 2", sans-serif;
  border: 1px solid transparent;
}

.btn_play:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background-color: rgba(0, 0, 0, 0.4);
  width: 120%;
  height: 120%;
  transform: skew(20deg, 0);
  transition: all .6s;
}

.btn_play:hover {
  border-color: #FFF;
}

.btn_play:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 120%;
  height: 120%;
  transform: skew(0, 0);
}

.btn_play svg {
  margin-right: 10px;
}

.btn_play.style2 {
  background-color: #FFF;
  color: #000;
}

.btn_play.style3 {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn_play.style3:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_play.style3:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_play.btnBig {
  height: 80px;
  min-width: 200px;
  font-size: 16px;
}

.nav_mainmenuWrap {
  padding: 30px 0;
}

@media (max-width: 1899px) {
  .logoFixed {
    width: 178px;
    max-width: 100%;
  }
  .header-menu {
    font-size: 18px;
  }
  .btn_play.btnBig {
    height: 68px;
    min-width: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .header-menu {
    font-size: 16px;
  }
  .btn_play.btnBig {
    font-size: 14px;
    height: 60px;
  }
}

@media (max-width: 1199px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  body.open-popup {
    overflow: hidden;
  }
  .logoFixed {
    width: 178px;
    max-width: 100%;
  }
  #loadingPage .brand_desc {
    font-size: 18px;
  }
  #loadingPage .dots {
    letter-spacing: -8px;
  }
  body.loaded .logoFixed {
    width: 82px;
  }
  .btn_play.btnBig {
    height: 62px;
    font-size: 12px;
  }
  .btn_play svg {
    width: 18px;
    height: 20px;
  }
  .main__heroBtnWrap {
    display: block;
  }
  #header {
    padding-top: 20px;
  }
  #header .navbar-menuTop {
    position: relative;
  }
  #header .nav_mainmenuWrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40%);
    z-index: -1;
    pointer-events: none;
    transition: all .3s;
  }
  #header .nav_mainmenuWrap .header-menu {
    display: block;
    padding: 0 5px;
    font-size: 16px;
  }
  #header .nav_mainmenuWrap .header-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  #header .nav_mainmenuWrap .header-menu li a {
    display: block;
    border-bottom: 0;
  }
  #header.active {
    height: 100%;
    padding-bottom: 50px;
    overflow-x: auto;
    background-color: #000;
  }
  #header.active .nav_mainmenuWrap {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
    pointer-events: auto;
  }
  body.slide-5 #header.active .header-menu li a {
    color: #FFF;
  }
  body.home .cursor {
    display: none;
  }
}

@media (max-width: 389px) {
  #loadingPage .brand_desc {
    font-size: 16px;
  }
}

html.no-scroll {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  font-family: "PT Mono", sans-serif;
  text-align: left;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}

h2 {
  font-size: 36px;
  line-height: 50px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

img {
  max-width: 100%;
}

.animeslider [data-animate="bottom"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
}

.animeslider [data-animate="bottom-left"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(-100%, 100%, 0);
  -webkit-transform: translate3d(-100%, 100%, 0);
  -moz-transform: translate3d(-100%, 100%, 0);
}

.animeslider [data-animate="bottom-right"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(100%, 100%, 0);
  -webkit-transform: translate3d(100%, 100%, 0);
  -moz-transform: translate3d(100%, 100%, 0);
}

.animeslider [data-animate="top"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
}

.animeslider [data-animate="left"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}

.animeslider [data-animate="right"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}

.animeslider .swiper-slide-active [data-animate="bottom-right"],
.animeslider .swiper-slide-active [data-animate="bottom-left"],
.animeslider .swiper-slide-active [data-animate="right"],
.animeslider .swiper-slide-active [data-animate="left"],
.animeslider .swiper-slide-active [data-animate="bottom"],
.animeslider .swiper-slide-active [data-animate="top"] {
  opacity: 1;
  transform: none;
}

.animeslider [data-animate-inner="bottom"] {
  opacity: 0;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
}

.animeslider [data-animate-inner="bottom-left"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(-50%, 50%, 0);
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
}

.animeslider [data-animate-inner="bottom-right"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(50%, 50%, 0);
  -webkit-transform: translate3d(50%, 50%, 0);
  -moz-transform: translate3d(50%, 50%, 0);
}

.animeslider [data-animate-inner="top"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
}

.animeslider [data-animate-inner="left"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}

.animeslider [data-animate-inner="right"] {
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}

.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="right"],
.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="left"],
.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="top"],
.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="bottom-right"],
.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="bottom-left"],
.animeslider .swiper-slide-active .swiper-slide-active [data-animate-inner="bottom"] {
  opacity: 1;
  transform: none;
}

.animeslider .swiper-slide-active .swiper-slide [data-animate-inner="bottom"] {
  opacity: 1;
  transform: none;
}

/* hai cánh rèm */
.bg-curtain::before,
.bg-curtain::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

/* cánh trái */
.bg-curtain::before {
  left: 0;
  transform-origin: left top;
  transform: skew(-5deg, 0);
}

/* cánh phải */
.bg-curtain::after {
  right: 0;
  transform-origin: right top;
  transform: skew(5deg, 0);
}

/* Khi slide active → rèm xoè ra */
.swiper-slide-active .bg-curtain::before {
  transform: rotateY(-90deg);
}

.swiper-slide-active .bg-curtain::after {
  transform: rotateY(90deg);
}

/* hai cánh rèm */
.bg-curtainChild::before,
.bg-curtainChild::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transform-origin: top left;
  transition: all 2s;
  z-index: 2;
}

/* cánh trái */
.bg-curtainChild::before {
  left: 0;
  transform-origin: left top;
  transform: rotateY(-90deg);
}

/* cánh phải */
.bg-curtainChild::after {
  right: 0;
  transform-origin: right top;
  transform: rotateY(90deg);
}

/* Khi slide active → rèm xoè ra */
.swiper-slide:not(.swiper-slide-active) .swiper-slide-active .bg-curtainChild::before {
  transform: rotateY(0);
}

.swiper-slide:not(.swiper-slide-active) .swiper-slide-active .bg-curtainChild::after {
  transform: rotateY(0);
}

.bg-curtain2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  left: 0;
  transform-origin: left top;
  transform: skew(0, 0);
}

/* Khi slide active → rèm xoè ra */
.swiper-slide-active .bg-curtain2::before {
  transform: skew(-90deg, 0);
}

.bg-curtain3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5;
  transition: all 3s;
  opacity: 1;
}

.swiper-slide-active .bg-curtain3::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

/* hai cánh rèm */
.bg-curtain4::before,
.bg-curtain4::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transform-origin: top left;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

/* cánh trái */
.bg-curtain4::before {
  left: 0;
  transform-origin: left top;
  transform: rotateY(-90deg);
}

/* cánh phải */
.bg-curtain4::after {
  right: 0;
  transform-origin: right top;
  transform: rotateY(90deg);
}

/* cánh trái */
.swiper-slide-prev .bg-curtain4::before {
  transform: skew(0);
}

/* cánh phải */
.swiper-slide-prev .bg-curtain4::after {
  transform: skew(0);
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@-webkit-keyframes hover-arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hover-arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

br.mb {
  display: none;
}

.semibold {
  font-weight: 500;
}

@-webkit-keyframes fadeslide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}

@keyframes fadeslide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}

.mySwiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main__hero {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.main__heroContent {
  padding-bottom: 40px;
  align-items: flex-end;
}

.main__heroContent .main__heroTitle {
  font-size: 24px;
  margin-bottom: 30px;
  color: white;
  font-weight: bold;
}

.main__heroContent .main__heroDate {
  font-size: 96px;
  line-height: 90px;
  margin-right: 40px;
  font-weight: bold;
}

.main__heroContent .main__heroPlatforms {
  display: flex;
}

.main__heroContent .main__heroPlatforms .main__heroPlatformsItem {
  font-size: 32px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.main__heroContent .main__heroPlatforms .main__heroPlatformsItem:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.main__heroContent .main__heroPlatforms .main__heroPlatformsItem svg {
  margin-right: 10px;
}

.main__heroContent .main__heroBtnWrap .btn_play {
  margin-right: 10px;
}

.main__heroContent .main__heroBtnWrap .btn_play:last-child {
  margin-right: 0;
}

.swiper-slide-active .main__news .bg_news {
  left: 0;
}

.main__news {
  padding-top: 200px;
  background: url("../images/bg_news.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.main__news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top.gif") repeat;
  background-size: contain;
}

.main__news .bg_news {
  position: absolute;
  left: 180px;
  top: 0;
  width: 120%;
  height: 100vh;
  z-index: 1;
  transition: all 3s;
}

.main__news .main__newsContent {
  position: relative;
  z-index: 5;
}

.main__news .main__newsTitle {
  font-size: 160px;
  line-height: 160px;
  margin-bottom: 20px;
  font-weight: bold;
}

.main__news .main__newsDesc {
  margin-bottom: 50px;
}

.main__news .main__newsCol.colRight {
  width: 720px;
  max-width: 100%;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.main__news .main__newsCol.colRight::-webkit-scrollbar {
  display: none;
}

.main__news .main__newsListPostsFirst {
  margin: 0 -10px;
  padding-bottom: 10px;
}

.main__news .main__newsListPostsFirst .main__newsPost {
  width: 50%;
  padding: 0 10px;
}

.main__news .main__newsListPostsFirst .main__newsPostImg {
  line-height: 0;
  margin-bottom: 20px;
}

.main__news .main__newsListPostsFirst .main__newsPostImg img {
  height: auto;
}

.main__news .main__newsListPostsFirst .main__newsPostMeta {
  margin-bottom: 20px;
}

.main__news .main__newsListPostsFirst .main__newsPostMeta .main__newsPostDate {
  font-size: 13px;
  color: #898989;
  margin-right: 20px;
}

.main__news .main__newsListPostsFirst .main__newsPostMeta .main__newsPostCate {
  display: flex;
  padding: 0 15px;
  background-color: #FFF;
  color: #151515;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  text-transform: uppercase;
}

.main__news .main__newsListPostsFirst .main__newsPostTitle {
  font-size: 20px;
  font-weight: bold;
}

.main__news .main__newsListPostsSecond {
  border-top: 1px solid #626262;
}

.main__news .main__newsListPostsSecond .main__newsPost {
  padding: 25px 0;
  border-bottom: 1px solid #626262;
}

.main__news .main__newsListPostsSecond .main__newsPostImg {
  line-height: 0;
  width: 96px;
  max-width: 100%;
  margin-right: 40px;
}

.main__news .main__newsListPostsSecond .main__newsPostImg img {
  height: auto;
}

.main__news .main__newsListPostsSecond .main__newsPostContent {
  flex: 1;
}

.main__news .main__newsListPostsSecond .main__newsPostMeta {
  margin-bottom: 10px;
}

.main__news .main__newsListPostsSecond .main__newsPostMeta .main__newsPostDate {
  font-size: 13px;
  color: #898989;
  margin-right: 20px;
}

.main__news .main__newsListPostsSecond .main__newsPostMeta .main__newsPostCate {
  display: flex;
  padding: 0 15px;
  background-color: #FFF;
  color: #151515;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  text-transform: uppercase;
}

.main__newsPostImg {
  overflow: hidden;
  display: block;
}

.main__newsPostImg img {
  transition: all .3s;
}

.main__newsPostTitle {
  display: block;
}

.main__newsPost:hover .main__newsPostImg img {
  transform: scale(1.05);
}

.main__newsPost:hover .main__newsPostTitle {
  text-decoration: underline;
}

.swiper-slide-active .main__introduction .bg_intro {
  bottom: 110%;
}

.main__introduction {
  padding-top: 200px;
  background: url("../images/bg_intro.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}

.main__introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top.gif") repeat;
  background-size: contain;
}

.main__introduction .bg_intro {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transition: all 3s;
}

.main__introduction .main__introductionContent {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 38px;
}

.dotted_staff {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 111;
  display: none;
}

.dotted_staff.dotted_right {
  left: auto;
  right: 30px;
  text-align: right;
}

.dotted_staff .dotted_staffItem {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  color: #010819;
  width: 100px;
  height: 16px;
  margin: 5px 0;
}

.dotted_staff .dotted_staffItem.dot1:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: -3px;
  background-color: #000;
  transition: all .3s;
}

.dotted_staff .dotted_staffItem.dot2:before, .dotted_staff .dotted_staffItem.dot3:before, .dotted_staff .dotted_staffItem.dot4:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.dotted_staff.dotted_right {
  left: auto;
  right: 30px;
  text-align: right;
}

.dotted_staff.dotted_right .dotted_staffItem {
  padding-left: 0;
  padding-right: 20px;
}

.dotted_staff.dotted_right .dotted_staffItem.dot1:before {
  left: auto;
  right: -3px;
}

.dotted_staff.dotted_right .dotted_staffItem.dot2:before, .dotted_staff.dotted_right .dotted_staffItem.dot3:before, .dotted_staff.dotted_right .dotted_staffItem.dot4:before {
  left: auto;
  right: 0;
}

body.slide-5 .dotted_staff {
  display: block;
}

body.slideChild-2 .dotted_staff .dotted_staffItem.dot2:before {
  width: 14px;
  height: 14px;
  top: 8px;
  left: -3px;
  background-color: #000;
}

body.slideChild-2 .dotted_staff .dotted_staffItem.dot1:before, body.slideChild-2 .dotted_staff .dotted_staffItem.dot3:before, body.slideChild-2 .dotted_staff .dotted_staffItem.dot4:before {
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

body.slideChild-2 .dotted_staff.dotted_right .dotted_staffItem.dot2:before {
  left: auto;
  right: -3px;
}

body.slideChild-2 .dotted_staff.dotted_right .dotted_staffItem.dot1:before, body.slideChild-2 .dotted_staff.dotted_right .dotted_staffItem.dot3:before, body.slideChild-2 .dotted_staff.dotted_right .dotted_staffItem.dot4:before {
  left: auto;
  right: 0;
}

body.slideChild-3 .dotted_staff .dotted_staffItem.dot3:before {
  width: 14px;
  height: 14px;
  top: 8px;
  left: -3px;
  background-color: #000;
}

body.slideChild-3 .dotted_staff .dotted_staffItem.dot1:before, body.slideChild-3 .dotted_staff .dotted_staffItem.dot2:before, body.slideChild-3 .dotted_staff .dotted_staffItem.dot4:before {
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

body.slideChild-3 .dotted_staff.dotted_right .dotted_staffItem.dot3:before {
  left: auto;
  right: -3px;
}

body.slideChild-3 .dotted_staff.dotted_right .dotted_staffItem.dot1:before, body.slideChild-3 .dotted_staff.dotted_right .dotted_staffItem.dot2:before, body.slideChild-3 .dotted_staff.dotted_right .dotted_staffItem.dot4:before {
  left: auto;
  right: 0;
}

body.slide-6 .dotted_staff {
  display: block;
}

body.slide-6 .dotted_staff .dotted_staffItem {
  color: rgba(255, 255, 255, 0.4);
}

body.slide-6 .dotted_staff .dotted_staffItem.dot4 {
  color: white;
}

body.slide-6 .dotted_staff .dotted_staffItem.dot4:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: -3px;
  background-color: #FFF;
  transition: all .3s;
}

body.slide-6 .dotted_staff .dotted_staffItem.dot3:before, body.slide-6 .dotted_staff .dotted_staffItem.dot2:before, body.slide-6 .dotted_staff .dotted_staffItem.dot1:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .3s;
}

body.slide-6 .dotted_staff.dotted_right .dotted_staffItem.dot4:before {
  left: auto;
  right: -3px;
}

body.slide-6 .dotted_staff.dotted_right .dotted_staffItem.dot2:before, body.slide-6 .dotted_staff.dotted_right .dotted_staffItem.dot3:before, body.slide-6 .dotted_staff.dotted_right .dotted_staffItem.dot1:before {
  left: auto;
  right: 0;
}

@-webkit-keyframes fadeInText {
  0% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: white;
  }
}

@keyframes fadeInText {
  0% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: white;
  }
}

@-webkit-keyframes fadeOutText {
  0% {
    color: white;
  }
  100% {
    color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes fadeOutText {
  0% {
    color: white;
  }
  100% {
    color: rgba(255, 255, 255, 0.1);
  }
}

.text-wrap .line {
  -webkit-animation: fadeOutText 1s ease forwards;
          animation: fadeOutText 1s ease forwards;
  color: rgba(255, 255, 255, 0.1);
}

.swiper-slide-active .text-wrap .line {
  -webkit-animation: fadeInText 1s ease forwards;
          animation: fadeInText 1s ease forwards;
}

.swiper-slide-active .text-wrap .line1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.swiper-slide-active .text-wrap .line2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.swiper-slide-active .text-wrap .line3 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.swiper-slide-active .text-wrap .line4 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.swiper-slide-active .text-wrap .line5 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.swiper-slide-active .text-wrap .line6 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.main__characters {
  background: url("../images/bg_intro.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  /* Slide đang được focus giữa */
  /* Slide bên phải */
  /* Slide bên trái */
}

.main__characters::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top.gif") repeat;
  background-size: contain;
}

.main__characters .main__charactersContainer {
  padding: 0;
}

.main__characters .swiper-slide {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.6s ease;
}

.main__characters .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.main__characters .swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.8);
}

.main__characters .swiper-slide-prev {
  opacity: 0.5;
  transform: scale(0.8);
}

.main__charactersContent {
  text-align: center;
}

.mySwiperChild {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.mySwiperChild::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top.gif") repeat;
  background-size: contain;
}

.mySwiperChild .main__charactersItem {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.mySwiperChild .main__charactersItem .main__charactersItemImg img {
  height: 700px;
}

.mySwiperChild .main__charactersItem .main__charactersItemNote {
  position: absolute;
  bottom: 50px;
  left: -84%;
  width: 460px;
}

.mySwiperChild .main__charactersItem .main__charactersItemNote.item2 {
  position: absolute;
  bottom: 50px;
  right: -84%;
  left: auto;
  width: 460px;
}

.mySwiperChild .main__charactersItem.item2 .main__charactersItemNote {
  bottom: 40px;
  right: -84%;
  left: auto;
  width: 460px;
}

.mySwiperChild .main__charactersItem.item3 .main__charactersItemNote {
  left: -74%;
}

.mySwiperChild .main__charactersItem.item4 .main__charactersItemNote {
  bottom: 40px;
  right: -84%;
  left: auto;
  width: 460px;
}

.mySwiperChild .swiper-pagination {
  display: none;
}

.mySwiperChild2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.main__staff {
  padding-top: 150px;
  height: 100vh;
  width: 100%;
  text-align: center;
  position: relative;
  /* slide đang active */
}

.main__staff .main__staffItemNote {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
}

.main__staff .main__staffItemTitle {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #000;
}

.main__staff .mySwiperChild2 {
  padding-top: 50px;
}

.main__staff .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.7);
  transition: all .3s;
  margin: 15px 0;
}

.main__staff .swiper-slide-prev,
.main__staff .swiper-slide-next {
  opacity: 0.3;
  transform: scale(0.7);
}

.main__staff .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.traial__modal .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  transition: all .3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.traial__modal .modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.traial__modalMovie {
  padding: 70px 50px;
  position: relative;
}

.traial__modalMovie .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.traial__modalMovie .close-modal svg {
  width: 100%;
}

.traial__modalMovie .traial__modalMovieContent {
  line-height: 0;
}

.traial__modalMovie iframe {
  border-radius: 8px;
  border: 1px solid #0BA8D0;
  overflow: hidden;
}

@media (max-width: 1899px) {
  .main__news .main__newsTitle {
    font-size: 120px;
    line-height: 120px;
  }
  .main__news .main__newsCol.colRight {
    width: 640px;
  }
  .main__introduction .main__introductionContent {
    width: 620px;
    font-size: 16px;
  }
  .mySwiperChild .main__charactersItem .main__charactersItemImg img {
    height: 540px;
  }
  .main__staff .main__charactersItemTitle {
    font-size: 60px;
    line-height: 60px;
  }
  .traial__modalMovie {
    height: calc(100vh - 120px);
    width: 1000px;
  }
  .traial__modalMovie .traial__modalMovieContent {
    width: 100%;
    height: 100%;
  }
  .traial__modalMovie iframe {
    width: 100%;
    height: 100%;
  }
  .mySwiperChild .main__charactersItem .main__charactersItemNote {
    left: -100%;
    bottom: 0;
    width: 400px;
  }
  .mySwiperChild .main__charactersItem.item2 .main__charactersItemNote {
    right: -100%;
    bottom: 0;
    width: 400px;
  }
  .mySwiperChild .main__charactersItem.item3 .main__charactersItemNote {
    bottom: 40px;
    left: -90%;
  }
  .mySwiperChild .main__charactersItem.item4 .main__charactersItemNote {
    bottom: 0;
    right: -100%;
    width: 400px;
  }
  .main__staff .main__staffItemNote {
    font-size: 28px;
    line-height: 28px;
  }
  .main__staff .main__staffItemTitle {
    font-size: 70px;
    line-height: 70px;
  }
  .main__staff .main__staffTitle img {
    height: 110px;
  }
  .main__staff .swiper-slide {
    margin: 5px 0;
  }
  .main__staff .mySwiperChild2 {
    padding-top: 100px;
  }
  .footer_top .footer_topTitle img {
    height: 110px;
  }
  .main__introduction .bg_intro {
    text-align: center;
  }
}

@media (max-width: 1480px) {
  .main__characters .swiper-slide {
    margin: 0 20px;
  }
  .mySwiperChild .main__charactersItem.item4 .main__charactersItemNote,
  .mySwiperChild .main__charactersItem.item2 .main__charactersItemNote,
  .mySwiperChild .main__charactersItem .main__charactersItemNote {
    width: 380px;
  }
  .mySwiperChild .main__charactersItem .main__charactersItemNote {
    left: -95%;
  }
  .mySwiperChild .main__charactersItem.item2 .main__charactersItemNote {
    right: -92%;
  }
  .mySwiperChild .main__charactersItem.item3 .main__charactersItemNote {
    left: -84%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .main__heroContent .main__heroPlatforms .main__heroPlatformsItem {
    font-size: 24px;
  }
  .main__news .bg_news img {
    height: 100%;
  }
  .main__characters .swiper-slide-next,
  .main__characters .swiper-slide-prev {
    transform: scale(0.7);
    width: 32%;
  }
  .main__characters .swiper-slide {
    width: 36%;
  }
  .footer_top .footer_topTitle img,
  .main__staff .main__staffTitle img {
    height: 90px;
  }
}

@media (max-width: 1366px) {
  .main__introduction .bg_intro img {
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .main__hero {
    background: url("../images/bg_sp.jpg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main__heroContent {
    display: block;
    text-align: center;
    padding-bottom: 150px;
  }
  .main__heroContent .main__heroTitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main__heroContent .main__heroPlatforms .main__heroPlatformsItem {
    font-size: 14px;
  }
  .main__heroContent .main__heroPlatforms .main__heroPlatformsItem svg {
    width: 24px;
  }
  .main__heroContent .main__heroPlatforms .main__heroPlatformsItem:first-child {
    padding-right: 40px;
  }
  .main__heroTime {
    justify-content: center;
    margin-bottom: 30px;
  }
  .main__heroContent .main__heroPlatforms {
    height: 26px;
  }
  .main__news {
    padding-top: 80px;
  }
  .main__news .main__newsTitle {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .main__news .main__newsContent {
    display: block;
  }
  .main__news .main__newsDesc {
    margin-bottom: 30px;
  }
  .main__newsListPosts {
    margin-bottom: 30px;
  }
  .main__news .main__newsListPostsFirst {
    margin: 0 -6px;
    padding-bottom: 20px;
  }
  .main__news .main__newsListPostsFirst .main__newsPost {
    padding: 0 6px;
  }
  .main__news .main__newsListPostsFirst .main__newsPostTitle {
    font-size: 16px;
  }
  .main__news .main__newsListPostsFirst .main__newsPostMeta {
    margin-bottom: 10px;
  }
  .main__news .main__newsListPostsFirst .main__newsPostImg {
    margin-bottom: 10px;
  }
  .main__news .bg_news img {
    max-width: initial;
  }
  .main__introduction .bg_intro {
    margin: 0 -300px;
    width: auto;
  }
  .main__introduction .bg_intro img {
    height: auto;
  }
  .main__introduction {
    padding-top: 120px;
  }
  .main__introduction .main__introductionContent {
    font-size: 18px;
    line-height: 26px;
  }
  .main__characters .swiper-slide {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main__characters .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #010819;
    background: linear-gradient(0deg, #010819 40%, rgba(1, 8, 25, 0) 100%);
    z-index: 1;
  }
  .mySwiperChild .main__charactersItem .main__charactersItemImg img {
    height: auto;
  }
  .mySwiperChild .main__charactersItem.item2 .main__charactersItemNote,
  .mySwiperChild .main__charactersItem.item3 .main__charactersItemNote,
  .mySwiperChild .main__charactersItem.item4 .main__charactersItemNote,
  .mySwiperChild .main__charactersItem .main__charactersItemNote {
    width: calc(100% - 20px);
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 150px;
    margin: 0 auto;
  }
  .mySwiperChild .main__charactersItem .main__charactersItemImg {
    position: relative;
  }
  .mySwiperChild .swiper-pagination {
    bottom: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mySwiperChild .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #FFF;
    border-radius: 0;
    opacity: 1;
    transition: all .3s;
  }
  .mySwiperChild .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #626262;
    width: 12px;
    height: 12px;
  }
  .main__staff {
    padding-top: 100px;
  }
  .main__staff .mySwiperChild2 {
    padding-top: 0;
  }
  .main__staff .swiper-slide {
    margin: 0 auto;
    position: relative;
  }
  .main__staff .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    bottom: -100%;
  }
  .main__staff .main__staffItemNote {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .main__staff .main__staffItemTitle {
    font-size: 30px;
    line-height: 30px;
  }
  .main__staff .main__staffTitle img {
    height: 75px;
  }
  .footer_top .footer_topTitle img {
    height: 75px;
  }
  .footer_top .footer_topName {
    font-size: 16px;
  }
  .footer_bottom .footer_bottomApp {
    margin: 0 -6px 50px;
  }
  .footer_bottom .footer_bottomApp .footer_bottomAppItem {
    width: 50%;
    padding: 0 6px;
    margin: 0 auto;
  }
  .main__news .main__newsListPostsSecond {
    display: none;
  }
  .dotted_staff {
    left: 4px;
  }
  .dotted_staff.dotted_right {
    left: auto;
    right: 4px;
  }
  .dotted_staff .dotted_staffItem {
    font-size: 10px;
  }
  .dotted_staff .dotted_staffItem {
    padding-left: 12px;
    margin: 2px 0;
    height: 12px;
  }
  .dotted_staff .dotted_staffItem.dot1:before {
    width: 8px;
    height: 8px;
    top: 11px;
    left: -2px;
  }
  .dotted_staff .dotted_staffItem.dot2:before, .dotted_staff .dotted_staffItem.dot3:before, .dotted_staff .dotted_staffItem.dot4:before {
    width: 4px;
    height: 4px;
  }
  body.slideChild-2 .dotted_staff .dotted_staffItem.dot2:before {
    width: 8px;
    height: 8px;
    left: -2px;
  }
  body.slideChild-2 .dotted_staff .dotted_staffItem.dot1:before, body.slideChild-2 .dotted_staff .dotted_staffItem.dot3:before, body.slideChild-2 .dotted_staff .dotted_staffItem.dot4:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  body.slideChild-3 .dotted_staff .dotted_staffItem.dot3:before {
    width: 8px;
    height: 8px;
    left: -2px;
  }
  body.slideChild-3 .dotted_staff .dotted_staffItem.dot1:before, body.slideChild-3 .dotted_staff .dotted_staffItem.dot2:before, body.slideChild-3 .dotted_staff .dotted_staffItem.dot4:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  body.slide-6 .dotted_staff {
    display: block;
  }
  body.slide-6 .dotted_staff .dotted_staffItem {
    color: rgba(255, 255, 255, 0.4);
  }
  body.slide-6 .dotted_staff .dotted_staffItem.dot4:before {
    width: 8px;
    height: 8px;
    top: 10px;
    left: -2px;
    background-color: #FFF;
    color: white;
  }
  body.slide-6 .dotted_staff .dotted_staffItem.dot2:before, body.slide-6 .dotted_staff .dotted_staffItem.dot3:before, body.slide-6 .dotted_staff .dotted_staffItem.dot1:before {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .dotted_staff.dotted_right .dotted_staffItem {
    padding-right: 12px;
  }
  .traial__modalMovie {
    padding: 70px 20px;
  }
  .traial__modalMovie .close-modal {
    right: 20px;
  }
}

@media (max-width: 414px) {
  .main__hero {
    background-size: cover;
  }
}

@media (max-width: 389px) {
  .main__introduction {
    padding-top: 100px;
  }
  .main__introduction .main__introductionContent {
    font-size: 14px;
    line-height: 24px;
  }
  .main__news .main__newsListPostsFirst .main__newsPostTitle {
    font-size: 14px;
  }
  .main__news .main__newsTitle {
    font-size: 60px;
    line-height: 60px;
  }
  .main__newsListPosts,
  .main__news .main__newsDesc {
    margin-bottom: 20px;
  }
}

.footer_contentListMenu li {
  margin-bottom: 20px;
}

.footer_contentListMenu li:first-child {
  font-size: 18px;
  font-weight: bold;
}

.footer_contentListMenu li:first-child a {
  color: #FFF;
}

.footer_contentListMenu li:last-child {
  margin-bottom: 0;
}

.footer_contentListMenu li a {
  color: #5C6C7E;
}

.footer_top {
  height: 100vh;
  width: 100%;
  padding-top: 150px;
  text-align: center;
}

.footer_top .footer_topTitle {
  margin-bottom: 50px;
}

.footer_top .footer_topName {
  font-size: 36px;
  line-height: 46px;
}

.footer_top .footer_topName li {
  padding: 20px 0;
}

.footer_bottom {
  padding-top: 150px;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer_bottom .footer_bottomLogo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_bottom .logo {
  display: block;
  margin-bottom: 40px;
}

.footer_bottom .footer_bottomApp {
  margin-bottom: 50px;
}

.footer_bottom .footer_bottomApp .footer_bottomAppItem {
  margin: 0 12px;
}

.footer_bottom .footer_bottomInner {
  width: 1650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.footer_bottom .footer_copyright {
  text-align: center;
  border-top: 1px solid #E7E9EC;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.footer_bottom .footer_contentColMenuCol {
  margin-right: 100px;
}

.footer_bottom .footer_contentListSocial {
  line-height: 0;
}

.footer_bottom .footer_contentListSocial li {
  margin-left: 10px;
}

#footer {
  border-top: 1px solid #E7E9EC;
}

#footer .footer_bottom {
  height: auto;
  padding-top: 80px;
}

#footer .footer_bottom .logo {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 50px;
}

#footer .footer_bottom .footer_bottomApp .footer_bottomAppItem {
  width: 235px;
  max-width: 100%;
}

#backtop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  transition: all .3s;
  z-index: 12;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 4px;
  background-color: #000;
  cursor: pointer;
}

#backtop:hover {
  background-color: #b91b25;
}

@media (max-width: 1899px) {
  .footer_top .footer_topName {
    font-size: 26px;
    line-height: 36px;
  }
  .footer_top .footer_topName li {
    padding: 10px 0;
  }
  .footer_bottom .logo {
    width: 400px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .footer_bottom .footer_bottomApp .footer_bottomAppItem {
    width: 190px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  #backtop {
    bottom: 100px;
  }
  .footer_contentColMenu,
  .footer_bottomMenu {
    display: block;
    text-align: center;
  }
  .footer_bottom .footer_contentColMenuCol {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer_bottom .footer_contentColMenuCol:last-child {
    margin-bottom: 0;
  }
  .footer_contentListMenu li {
    margin-bottom: 10px;
  }
  .footer_contentListMenu li a {
    text-align: center;
  }
  .footer_contentCol.colLeft {
    margin-bottom: 30px;
  }
  .footer_bottom .footer_contentListSocial {
    justify-content: center;
  }
  .footer_bottom .footer_contentListSocial li {
    margin: 0 6px;
  }
  .footer_bottom .footer_copyright {
    font-size: 12px;
  }
  #footer .footer_bottom .footer_bottomApp .footer_bottomAppItem {
    width: 50%;
  }
  .footer_top {
    padding-top: 120px;
  }
  body.home .footer_bottom .logo {
    margin-bottom: 20px;
  }
  body.home .footer_bottom .footer_bottomApp {
    margin-bottom: 20px;
  }
  body.home .footer_bottom .footer_contentColMenuCol {
    margin-bottom: 20px;
  }
  body.home .footer_bottom {
    padding-bottom: 100px;
  }
  body.home .footer_bottom .footer_copyright {
    padding: 20px 0;
    margin-top: 20px;
  }
}

@media (max-width: 389px) {
  .btn_play.btnBig {
    height: 52px;
  }
  .footer_bottom .logo {
    width: 200px;
    margin-bottom: 20px;
  }
  .footer_bottom .footer_bottomApp {
    margin-bottom: 20px;
  }
  .footer_bottom .footer_contentColMenuCol {
    margin-bottom: 20px;
  }
  .footer_contentCol.colLeft {
    margin-bottom: 20px;
  }
  .footer_contentListMenu li:first-child {
    font-size: 16px;
  }
  .footer_contentListMenu li {
    margin-bottom: 5px;
  }
}

html[lang="en-US"] * .hdjp {
  display: block;
}

html[lang="en-US"] * .hden {
  display: none;
}

html[lang="ja"] * .hdjp {
  display: none;
}

html[lang="ja"] * .hden {
  display: block;
}

body.open-popup {
  overflow: hidden;
}

main.page_child {
  overflow: hidden;
}

.posts__list {
  padding-top: 200px;
  padding-bottom: 50px;
}

.page_newsTtitle {
  margin-bottom: 30px;
}

#posts__listCate {
  border-bottom: 1px solid #626262;
  margin-bottom: 30px;
}

.posts__listCateWrap li a {
  padding: 5px 30px;
  display: block;
  background-color: #FFF;
  color: #010819;
  font-weight: bold;
  border-right: 1px solid #010819;
  transition: all .3s;
}

.posts__listCateWrap li a:hover, .posts__listCateWrap li a.active {
  color: #FFF;
  background-color: #626262;
}

.news_toppageContent .tab-content .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.news_toppageContent .tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.news_toppageContent .tab-content .tab-pane .news_toppageContentInner {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.news_toppageContent .main__newsPost {
  padding: 25px 0;
  border-bottom: 1px solid #626262;
}

.news_toppageContent .main__newsPostImg {
  line-height: 0;
  width: 150px;
  max-width: 100%;
  margin-right: 50px;
}

.news_toppageContent .main__newsPostImg img {
  height: auto;
}

.news_toppageContent .main__newsPostContent {
  flex: 1;
}

.news_toppageContent .main__newsPostMeta {
  margin-bottom: 10px;
}

.news_toppageContent .main__newsPostMeta .main__newsPostDate {
  font-size: 13px;
  color: #898989;
  margin-right: 20px;
}

.news_toppageContent .main__newsPostMeta .main__newsPostCate {
  display: flex;
  padding: 0 15px;
  background-color: #FFF;
  color: #151515;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  text-transform: uppercase;
}

.posts__nav.pagination {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.posts__nav.pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 5px;
  background-color: #FFF;
  padding: 0 10px;
  color: #010819;
  text-decoration: none;
  transition: all .3s;
}

.posts__nav.pagination .page-numbers:hover, .posts__nav.pagination .page-numbers.current {
  background-color: #626262;
  color: #FFF;
  border-color: #626262;
}

@media (max-width: 1199px) {
  .posts__list {
    padding-top: 120px;
  }
  .news_toppageContent .main__newsPostImg {
    width: 120px;
    margin-right: 20px;
  }
}

.main-page--thank-you {
  padding: 140px 0;
}

.main-page--thank-you .thank-you__logo {
  margin-bottom: 80px;
}

.main-page--thank-you .thank-you__heading {
  margin-bottom: 80px;
}

.single_detail {
  padding-top: 200px;
  padding-bottom: 100px;
}

.single_detail .single_detailContentInfo {
  margin-bottom: 20px;
}

.single_detail .single_detailContentInfo strong,
.single_detail .single_detailContentInfo b {
  font-weight: bold;
}

.single_detail .wp-block-image {
  width: 100%;
  text-align: center;
}

.single_detail .wp-block-list {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}

.single_detailBread {
  margin-bottom: 40px;
}

.single_detailContent {
  display: flex;
}

.single_detailContent .single_detailContentCol.itemLeft {
  line-height: 0;
}

.single_detailContent .single_detailContentCol.itemLeft img {
  height: auto;
}

.single_detailContent .single_detailContentCol.itemRight {
  width: 740px;
  max-width: 100%;
  margin-left: 50px;
}

.single_detailDate {
  margin-bottom: 20px;
  color: #898989;
}

.other__news {
  margin-bottom: 50px;
}

.other__news .other__newsHead {
  margin-bottom: 40px;
}

.other__news .other__newsContent .other__newsContentItem {
  width: 100%;
}

.other__news .other__newsContent .other__newsContentItem .other__newsContentItemInner {
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
  display: flex;
}

.other__news .other__newsContent .other__newsContentItem .other__newsContentItemInner:hover .itemLeft img {
  transform: scale(1.05);
}

.other__news .other__newsContent .other__newsContentItem .other__newsContentItemInner:hover .other__newsTitle a {
  text-decoration: underline;
}

.other__news .other__newsContent .other__newsContentItem:first-child .other__newsContentItemInner, .other__news .other__newsContent .other__newsContentItem:nth-child(2) .other__newsContentItemInner {
  border-top: 1px solid #CCC;
}

.other__news .other__newsContent .other__newsContentCol.itemLeft {
  width: 145px;
  max-width: 100%;
  overflow: hidden;
  margin-right: 30px;
  line-height: 0;
}

.other__news .other__newsContent .other__newsContentCol.itemLeft img {
  height: auto;
  transition: all .3s;
}

.other__news .other__newsContent .other__newsContentCol.itemRight {
  flex: 1;
  display: flex;
}

.other__news .other__newsContent .other__newsContentCol.itemRight .other__newsContentColTitle {
  flex: 1;
}

.other__news .other__newsContent .other__newsContentCol.itemRight .other__newsDate {
  font-size: 13px;
  color: #898989;
}

.other__news .other__newsContent .other__newsContentCol.itemRight .other__newsTitle {
  font-weight: 500;
}

.other__newsBtnWrap {
  margin-bottom: 100px;
}

.other__newsBtnWrap .other__newsBtn {
  display: inline-block;
}

.other__newsBtnWrap .other__newsBtn a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  font-weight: 500;
}

.other__newsBtnWrap .other__newsBtn a svg {
  margin-left: 20px;
}

@media (max-width: 1680px) {
  .other__news .other__newsContent .other__newsContentCol.itemLeft {
    margin-right: 30px;
  }
}

@media (max-width: 1366px) {
  .single_detailContent .single_detailContentCol.itemRight {
    margin-left: 50px;
  }
  .other__news .other__newsContent .other__newsContentCol.itemLeft {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  body:not(.home) header {
    background-color: #010819;
  }
  body:not(.home).loaded .logoFixed {
    width: 148px;
  }
}

@media (max-width: 1199px) {
  .single_detail {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .single_detailTitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .single_detailContent {
    display: block;
  }
  .single_detailContent .single_detailContentCol.itemLeft {
    margin-bottom: 50px;
  }
  .single_detailContent .single_detailContentCol.itemRight {
    margin-left: 0;
  }
  .other__news .other__newsContent .other__newsContentItem {
    width: 100%;
  }
  .other__news .other__newsContent .other__newsContentCol.itemRight {
    display: block;
  }
  .other__newsDate {
    font-size: 12px;
  }
  .other__newsContentInfo {
    font-size: 14px;
    line-height: 24px;
  }
  .other__news .other__newsContent .other__newsContentItem:nth-child(2) .other__newsContentItemInner {
    border-top: 0;
  }
  .other__news {
    margin-bottom: 50px;
  }
  .other__news .other__newsContent .other__newsContentCol.itemLeft {
    width: 90px;
  }
}

html[lang="ja"] body {
  font-family: "HiraginoW4", sans-serif;
  line-height: 26px;
  font-size: 14px;
}

html[lang="ja"] h1 {
  font-size: 48px;
}

html[lang="ja"] h2 {
  font-size: 32px;
}

html[lang="ja"] h3 {
  font-size: 22px;
}

html[lang="ja"] h4 {
  font-size: 18px;
}

html[lang="ja"] h5 {
  font-size: 16px;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5 .bold {
  font-family: "HiraginoW6", sans-serif;
}

html[lang="ja"] .ftitleEn {
  font-family: "PT Mono", sans-serif;
}

html[lang="ja"] .hidden_jp {
  display: none;
}

html[lang="ja"] input,
html[lang="ja"] textarea,
html[lang="ja"] button,
html[lang="ja"] select,
html[lang="ja"] a {
  font-family: "HiraginoW4";
}
/*# sourceMappingURL=main.css.map */