body {
  overflow: hidden;
}
.topbar {
  position: fixed;
  top: 0;
  z-index: 60;
  color: #fff;
  background: transparent;
}
.head-navigation {
  position: fixed;
  top: 35px;
  color: #fff;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
}
/* .primary-navigation {
  width: calc(100% - 120px);
  padding-right: 0;
} */

/* .primary-navigation ul li:nth-last-child(1) {
  margin-right: 0;
} */
.pages {
  position: absolute !important;
  top: 0;
  width: 100%;
  color: #fff;
}
.pages .page-indicator {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.pages .page-indicator span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 10px auto;
  background: #fff;
  cursor: pointer;
}
.pages .page-indicator .active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: transparent;
}
.page {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-preview {
  position: relative;
  /* z-index: 10; */
  background-image: url(../img/home-page-poster-bg.jpg);
}
.page-preview .caption-lg {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  filter: opacity(0);
  text-align: center;
}
.page-preview.active .caption-lg {
  transform: translate(-50%, -50%);
  filter: opacity(1);
  transition: all 1s 0.5s ease-in-out;
}
.page-preview .video-play {
  object-fit: cover;
  position: relative;
  z-index: -1;
  height: 100% !important;
}
.page-product {
  position: relative;
  background-position: center center;
}
.page-product:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 180px);
  height: calc(100% + 120px);
  background-image: url(../img/home-page-product-bg.jpg);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  transform: translate(-50%, -50%) scale(1.5);
}
.page-product.active:before {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.8s ease-in-out;
}
.page-product .container {
  position: relative;
}
.page-product .selector {
  position: absolute;
  z-index: 20;
  right: 2px;
  bottom: 100px;
  line-height: 22px;
  color: #7180a9;
  transform: translateY(150px);
  filter: opacity(0);
  transition: all 0.3s 0.7s ease-in-out;
}
.page-product.active .selector {
  transform: translateY(0);
  filter: opacity(1);
}
.page-product .selector li {
  display: flex;
  place-items: center;
  margin: 10px 0;
  cursor: pointer;
  transition: color 0.15s;
}
.page-product .selector li:hover {
  color: #c8e841;
}
.page-product .selector .active {
  color: #c8e841;
}
.page-product .selector li:before {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  margin-right: 10px;
  background: rgba(200, 232, 65, 0);
  transition: background 0.15s;
}
.page-product .selector .active:before {
  background: rgba(200, 232, 65, 1);
}
.page-product .booth {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 150px);
  width: 820px;
  height: 600px;
  text-align: center;
  background-image: url(../img/home-page-product-booth.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  filter: opacity(0);
}
.page-product.active .booth {
  transform: translate(-50%, 0);
  filter: opacity(1);
  transition: transform 0.3s 0.4s, filter 0.3s 0.4s;
}
.page-product .booth li {
  position: absolute;
  bottom: 12%;
  left: 55%;
  transform: translate(-50%);
  width: 100%;
  filter: opacity(0);
  visibility: hidden;
  transition: filter 0.1s;
}
.page-product .booth li.active {
  filter: opacity(1);
  visibility: visible;
  transition: filter 0.3s 0.1s;
}
.page-product .desc {
  position: absolute;
  z-index: 20;
  top: 30%;
  left: 0;
  transform: translateY(50%);
  filter: opacity(0);
  width: 380px;
}
.page-product.active .desc {
  transform: translateY(-50%);
  filter: opacity(1);
  transition: all 1s 0.6s;
}
.page-product .desc li {
  position: absolute;
  top: 0;
  filter: opacity(0);
  visibility: hidden;
  transition: filter 0.1s;
}
.page-product .desc li.active {
  filter: opacity(1);
  visibility: visible;
  transition: filter 0.3s 0.3s;
}
.page-product .caption-xl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-product .synopsis {
  margin: 20px 0;
}
.page-solution {
  position: relative;
  background-image: url(../img/home-page-solution-bg.jpg);
}
.page-solution .left {
  position: absolute;
  top: 50%;
  left: calc((100% - 1345px) / 2);
  transform: translateY(-50%);
  filter: opacity(0);
  width: 420px;
}
.page-solution.active .left {
  filter: opacity(1);
  transition: all 0.5s 0.8s ease-in-out;
}
.page-solution .synopsis {
  margin: 20px 0;
  line-height: 1.8;
}
.page-solution .right {
  position: absolute;
  top: calc(50% + 40px);
  left: calc((100% - 1345px) / 2 + 455px);
  right: 0;
  transform: translateY(50%);
  filter: opacity(0);
  padding-bottom: 80px;
}
.page-solution.active .right {
  transform: translateY(-50%);
  filter: opacity(1);
  transition: all 0.8s ease-in-out;
}
.page-solution ul {
  white-space: nowrap;
  overflow: hidden;
}
.page-solution li {
  position: relative;
  display: inline-block;
  width: 432px;
  margin-right: 30px;
  white-space: normal;
}
.page-solution li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 120px 20px 40px;
  height: 40%;
  font-weight: 600;
  display: flex;
  place-items: end;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
}
.page-solution li:after {
  content: "\e946";
  position: absolute;
  right: 20px;
  bottom: 38px;
  font-size: 12px;
}
.page-solution .pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.page-solution .pagination span {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  margin-left: -1px;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s;
}
.page-solution .pagination span:hover {
  background: #c8e841;
  border: none;
}
.page-solution .pagination .next {
  margin-left: -1px;
}
.page-about {
  position: relative;
  background-image: url(../img/home-page-about-bg.jpg);
}
.page-about h1 {
  width: 75%;
  margin: 25vh auto 15vh auto;
  text-align: center;
  transform: translateY(50%);
  filter: opacity(0);
}
.page-about.active h1 {
  transform: translateY(0);
  filter: opacity(1);
  transition: all 0.6s 0.1s ease-in-out;
}
.page-about .graphical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transform: translateY(50%);
  filter: opacity(0);
}
.page-about.active .graphical {
  transform: translateY(0);
  filter: opacity(1);
  transition: all 0.6s 0.7s ease-in-out;
}
.page-about li {
  width: 250px;
}
.page-about li:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 30px;
  background: #9cb5e5;
}
.page-about .num {
  font-size: 70px;
  font-weight: 600;
}
.page-about p {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.page-service {
  background-image: url(../img/home-page-service-bg.jpg);
  text-align: center;
}
.page-service .container {
  position: relative;
  overflow: hidden;
}
.page-service .subject {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(60%);
  filter: opacity(0);
}
.page-service.active .subject {
  transform: translateY(0);
  filter: opacity(1);
  transition: all 0.6s 0.1s ease-in-out;
}
.page-service .items {
  position: absolute;
  top: 42%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  transform: translateY(-20%);
  filter: opacity(0);
}
.page-service.active .items {
  transform: translateY(-50%);
  filter: opacity(1);
  transition: all 0.6s 0.1s ease-in-out;
}
.page-service .items li {
  position: relative;
  width: 20%;
  height: 150px;
  padding: 50px 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.page-service .items i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px auto;
  line-height: 60px;
  font-size: 3em;
  font-style: normal;
}
.page-service .items li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #7181b2;
}
.page-service .items li:nth-last-child(1):after {
  display: none;
}
.page-service .items li:hover {
  background: #012b7f;
}
.page-service .partner {
  position: absolute;
  bottom: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  transform: translateY(50%);
  filter: opacity(0);
}
.page-service.active .partner {
  transform: translateY(0);
  filter: opacity(1);
  transition: all 0.6s 0.6s ease-in-out;
}
.page-service .left {
  width: 395px;
  text-align: left;
}
.page-service .synopsis {
  margin-top: 10px;
}
.page-service .right {
  box-sizing: border-box;
  width: calc(100% - 395px);
  padding: 5px 20px;
  background: #fff;
}
.page-service .list {
  white-space: nowrap;
  overflow: hidden;
}
.page-service .list li {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}

@media (max-width: 1345px) {
  .page-product .desc {
    left: 15px;
  }
  .page-product .selector {
    right: 15px;
    bottom: 30px;
  }
  .page-solution .left {
    left: 15px;
    width: 30%;
  }
  .page-solution .right {
    left: 32%;
  }
}
@media (max-width: 1024px) {
  .primary-navigation {
    width: 100%;
    color: #333;
  }
  .navigation-controller {
    background-color: #fff;
  }
  .navigation-controller.close:before,
  .navigation-controller.close:after {
    background-color: #fff;
  }
  .pages .page-indicator {
    right: 5px;
  }
  .page-preview .caption-lg {
    width: calc(100% - 50px);
  }
  .page-product .booth {
    width: 90vw;
    height: 90vw;
    background-position: center 90%;
  }
  .page-about .num {
    font-size: 30px;
  }
  .page-about li {
    width: 24%;
  }
}
@media (max-width: 780px) {
  .head-navigation.sticky {
    top: 0;
  }
  .page-product .desc {
    top: 100px;
    max-width: calc(100% - 30px);
  }
  .page-product .synopsis {
    margin: 10px 0;
  }
  .page-product .booth {
    bottom: 40%;
    transform: translate(-50%, 50%);
  }
  .page-product .selector {
    bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 30px);
  }
  .page-product .selector li {
    margin: 2px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .page-solution .left {
    width: calc(100% - 15px);
    top: 100px;
    transform: none;
  }
  .page-solution .synopsis {
    margin: 10px 0;
    line-height: 1.4;
  }
  .page-solution .right {
    left: 15px;
    top: 300px;
    transform: none;
  }
  .page-solution li {
    width: 300px;
  }
  .page-about h1 {
    width: 100%;
    margin-top: 20vh;
    margin-bottom: 20px;
  }
  .page-about .graphical {
    position: absolute;
    top: calc(20vh + 120px);
  }
  .page-about li {
    width: 48%;
    margin-top: 10%;
  }
  .page-about li:after {
    margin-top: 10px;
  }
  .page-service .items {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .page-service .items li {
    display: inline-block;
    width: 180px;
    padding: 20px 10px;
    white-space: normal;
    vertical-align: top;
  }
  .page-service .partner {
    bottom: 50px;
  }
  .page-service .left {
    width: 100%;
  }
  .page-service .right {
    width: 100%;
    margin-top: 20px;
  }
  .page-service .list li {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .page-about h1 {
    margin-top: 100px;
  }
  .page-about .graphical {
    top: 250px;
  }
  .page-about li {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-about li:after {
    margin-top: -3px;
  }
  .page-about .num {
    width: 90px;
  }
  .page-about p {
    width: calc(100% - 130px);
  }
}
