/*!
    Csoon - Startup and Coming Soon Theme
    wrapbootstrap.com/theme/csoon-startup-and-coming-soon-theme-WB04J5003
    To use this theme you must have a license purchased at WrapBootstrap (wrapbootstrap.com)
    Copyright 1995-2015 ForBetterWeb.com
 */

/* Base structure */
html,
body {
  width: 100% !important;
  height: 100% !important;
}
@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/Carmen-Sans-Light.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/Carmen-Sans-Bold.otf");
  font-weight: bold;
}

body {
  font-family: "Carmen Sans", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #313b45;
  background-color: #fff;
}

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.5;
  }
}

@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0.5;
  }
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}

@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-family: "Carmen Sans", "Open Sans", Arial, sans-serif;
}

p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.7;
  }
}

a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #666;
}

.no-pad {
  padding: 0;
}

.thin {
  font-weight: 300;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

section {
  position: relative;
  z-index: 992;
  padding: 140px 0 110px;
}

@media (max-width: 768px) {
  section {
    padding: 100px 0 80px;
  }
}
.list-inline {
  margin: 0;
}

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.list-inline > li:nth-of-type(4) img {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.label,
input,
.btn,
textarea {
  border-radius: 0 !important;
}

.label-danger {
  background-color: #c00;
}

.btn {
  min-width: 2.17rem;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
}

.btn-border {
  border: 2px solid #fff;
  outline: 0;
  color: #fff;
  background-color: transparent;
}

.btn-border:hover,
.btn-border:focus {
  border: 2px solid #eee;
  outline: 0;
  color: #000 !important;
  background-color: #eee;
}

.btn-white {
  border: 2px solid #fff;
  outline: 0;
  color: #000 !important;
  background-color: #fff;
}

.btn-dark {
  border: 2px solid #313b45;
  outline: 0;
  background-color: #313b45;
  color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  border: 2px solid #fff;
  outline: 0;
  color: #fff !important;
  background-color: transparent;
}

.btn-dark:hover,
.btn-dark:focus {
  border: 2px solid #000;
  outline: 0;
  background-color: #000;
  color: #fff;
}

a .fa-circle {
  color: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover .fa-circle {
  color: #555;
}

a.fa {
  text-decoration: none;
}

/* NavBar */

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  background-color: #1b1f23;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-custom.black a {
  color: #1b1f23;
}

.navbar-custom .navbar-brand {
  font-size: 26px;
  letter-spacing: -0.02em;
  text-transform: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 18px;
}

.logo {
  display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: inline-block;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: #c3181f;
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.nac-active {
  outline: 0;
}

.navbar-custom .nav li.nac-active a {
  color: #c3181f;
}

.navbar-custom .nav li.nac-active a:hover {
  color: #c3181f;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 10px 30px;
    background-color: #1b1f23;
  }
}

.top-nav-collapse .container {
  /* width: auto; */
}

.navbar-toggle {
  padding: 3px 5px 0;
  margin-bottom: 0;
}

/* Intro */

.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: hidden;
}

#policyIntro {
  background: url("/img/bg1.png") no-repeat center center;
  background-size: cover;
}

.intro .intro-body {
  background: rgba(0, 0, 0, 0.5);
  padding: 120px 0 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro .intro-body .nasi-logo {
  position: absolute;
  width: 153px;
  left: 56px;
  top: 32px;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px;
}
.intro .intro-body .intro-text-content {
  margin-bottom: 0.59rem;
  margin-top: 0.69rem;
}
.intro .intro-body .intro-text {
  font-size: 0.55rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.65rem;
  margin-bottom: 0;
}

.intro .intro-body p.intro-text {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 40px;
  letter-spacing: 1px;
}

.intro h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  padding: 30px 0;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 46px;
  }
}

@media (max-width: 1400px) {
  .intro .intro-body {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .intro .intro-body {
    padding: 60px 0;
  }

  .intro h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Subscribe form */

.subscribe-form .form-control {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 15px;
}

.help-block li {
  list-style: none;
  color: #990000;
}

.help-block ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .subscribe-form .input-group {
    width: 480px;
  }
}

/* Action */
.action {
  background-color: #fff;
}

.action2 {
  background-color: #1b1f23;
}

.action3 {
  background: rgba(0, 0, 0, 0.5);
}

.action2,
.action2 a,
.action3,
.action3 a {
  color: #fff;
}

.action2 a:hover,
.action3 a:hover {
  color: #888;
}

/* platform */
#platform {
  background: #fff;
}

/* product */

#product {
  background: url("/img/ourservices-bg.png") no-repeat;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#product h2 {
  width: 18.36rem;
  font-size: 1.66rem;
  font-weight: 800;
  color: #1b1f23;
  line-height: 1.66rem;
  margin: 0 auto;
  text-align: left;
}
#product .icon {
  font-size: 1.29rem;
  display: block;
  padding-bottom: 15px;
}

#product .services-text {
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 1.93rem;
  background: rgba(0, 0, 0, 0.4);
}

#product .services-text-content {
  width: 18.36rem;
  margin: 0 auto;
  display: flex;
}

#product .services-text-content p {
  width: 9.52rem;
  font-size: 0.28rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: left;
  margin-bottom: 0.5rem;
}
#product .services-text-content p:last-child {
  margin-bottom: 0;
}

#product .services-text-content .list-inline {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#product .services-text-content .list-inline li {
  margin: 0 0.2rem;
}
/*end*/
#services-ads {
  padding-top: 2.22rem;
  flex-direction: column;
  justify-content: flex-start;
}
#services-ads .services-ads-tittle {
  position: relative;
  margin-bottom: 1.41rem;
}
#services-ads .services-ads-tittle h2::after {
  content: " ";
  height: 2px;
  width: 110px;
  background: #c3181f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#services-ads h2 {
  padding-top: 0.41rem;
  padding-bottom: 0.55rem;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0;
}
#services-ads .services-ad-content {
  display: flex;
  width: 17.24rem;
  margin: 0 auto;
}
#services-ads .swiper {
  height: 6.05rem;
  width: 10.76rem;
  cursor: pointer;
}
#services-ads .swiper img {
  width: 10.76rem;
}
#services-ads .services-ads-text {
  position: relative;
  width: 5.52rem;
  font-size: 0.28rem;
  font-weight: 300;
  color: #000000;
  line-height: 0.39rem;
  text-align: left;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}

@keyframes underlineSlideIn {
  0% {
    background-position: -200% 100%, -100% 100%;
  }
  100% {
    background-position: 0 100%, 100% 100%;
  }
}

@keyframes underlineSlideOut {
  0% {
    background-position: 0 100%, 100% 100%;
  }

  to {
    background-position: 205% 100%, 300% 100%;
  }
}
#services-ads .link {
  text-decoration: none;
}
#services-ads .text-links {
  margin-top: 0.41rem;
  color: #000;
}
#services-ads .link-text {
  font-weight: 600;
  font-size: 0.41rem;
  position: relative;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 51% 2px, 50% 2px;
  background-position: 0 100%, 100% 100%;
  animation: underlineSlideIn 0.5s cubic-bezier(0.694, 0, 0.335, 1) forwards;
}

#services-ads .link-text:hover {
  animation: underlineSlideOut 0.5s cubic-bezier(0.694, 0, 0.335, 1) forwards;
}
#services-ads .link-text span[data-arrow="true"] span {
  padding-left: 10px;
  display: inline-block;
  transition: none;
}
#services-ads span[data-arrow="true"] {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}
#services-ads .link-text span:nth-child(1) {
  height: 0.41rem;
  position: relative;
}
#services-ads .link-text span:nth-child(2) {
  position: absolute;
  transform: translateX(-150%);
  padding-right: 100%;
}

#services-ads .link-text:hover span[data-arrow="true"] span {
  transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition-delay: 0.3s;
}

#services-ads .link-text:hover span[data-arrow="true"] span:nth-child(1) {
  transform: translateX(200%);
}

#services-ads .link-text:hover span[data-arrow="true"] span:nth-child(2) {
  transform: translateX(-50%);
}

#services-ads .services-ads-swiper-controls {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
#services-ads .services-ads-swiper-pagination {
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.31rem;
}

#services-ads .swiper-pagination-total {
  color: rgba(0, 0, 0, 0.5);
}

#services-ads .services-ads-swiper-button {
  width: auto;
  display: flex;
  height: 0.31rem;
  line-height: 0.31rem;
  cursor: pointer;
  font-weight: bold;
}

#services-ads .services-ads-swiper-button-prev {
  margin-left: 0.55rem;
}

#services-ads .services-ads-swiper-button-next {
  margin-left: 0.28rem;
}

#services-ads .swiper-button-disabled {
  color: #7f7f7f;
}

#services-ads .services-ad-total {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 0.55rem;
  padding-bottom: 1.4rem;
  background: #171717;
}

#services-ads .services-ad-total .services-ad-total-content {
  width: 19.6rem;
  margin: 0 auto;
  display: flex;
  color: #ffffff;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item:first-child {
  flex: 0 0 4.3rem;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item {
  margin-left: 1.38rem;
  flex: 1;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item:first-child {
  margin-left: 0;
  width: 240px;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item:nth-child(2) {
  width: 134px;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item
  .services-ad-total-num {
  color: #c3181f;
  height: 1.55rem;
  font-size: 0.55rem;
  line-height: 0.77rem;
  font-weight: 800;
  text-align: left;
  display: flex;
  align-items: center;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item
  .services-ad-total-num
  .box {
  --step: 0;
  counter-reset: count var(--step);
  z-index: var(--step);
  transition: --step 10s;
}

.box::before {
  content: counter(count);
}
.box.item2::before {
  content: counter(count, cjk-heavenly-stem);
}
.box:hover {
  --step: 100;
}
@property --step {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}
#services-ads
  .services-ad-total
  .services-ad-total-content
  .services-ad-total-item
  .services-ad-total-text {
  margin-top: 0.28rem;
  line-height: 0.34rem;
  font-weight: 600;
  font-size: 0.24rem;
  text-align: left;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Countdown */
#clock {
  padding-bottom: 20px;
}

#clock div {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}

#clock span {
  display: block;
  font-size: 72px;
  font-weight: 100;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1170px) {
  #clock div {
    font-size: 14px;
    margin: 0 15px;
  }

  #clock span {
    font-size: 48px;
    padding: 18px 0;
  }
}

@media (max-width: 768px) {
  #clock div {
    font-size: 14px;
    margin: 0 15px;
  }

  #clock span {
    font-size: 42px;
    padding: 15px 0;
  }
}

@media (max-width: 468px) {
  #clock div {
    font-size: 11px;
    margin: 0 7px;
  }

  #clock span {
    font-size: 32px;
    padding: 5px 0;
  }
}

/* Sponsors */

#sponsor {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.8);
}

.sponsor img {
  max-width: 170px;
  max-height: 100px;
  vertical-align: middle;
}

/* Team */
#team {
  background: #fff;
}

#team h2 {
  margin-bottom: 55px;
}

#team h4 {
  margin-bottom: 20px;
}

#team p {
  margin-bottom: 10px;
}

#team h2 {
  margin-bottom: 55px;
}

/* Contact */

#contact {
  min-height: 7.48rem;
  padding: 0;
  align-items: flex-start;
}
#contact .contact-content {
  width: 17.03rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2.4rem;
  text-align: left;
}
#contact .contact-content h2 {
  font-size: 0.83rem;
  font-weight: 800;
  color: #1b1f23;
  line-height: 0.83rem;
}
#contact .email-item {
  margin-bottom: 0.55rem;
}
#contact .email-item p {
  margin-bottom: 0;
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 0.52rem;
}

#contact .email-item .email-url {
  color: #c3181f;
}

#contact .row div {
  margin: 0 0 35px;
}

#contact .row p {
  margin-bottom: 0;
}

#contact .row .policy {
  display: flex;
  align-items: center;
}

#contact .row .policy img {
  padding-right: 30px;
}

#contact .policy-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.48rem;
  background: url("/img/contact-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

#contact .policy-wrapper .policy-content {
  padding: 0.84rem 1.52rem;
  width: 100%;
  height: 2.66rem;
  background: rgba(27, 31, 35, 0.6);
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .policy-wrapper .policy-content a {
  font-size: 0.34rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.52rem;
}
#contact .policy-wrapper .policy-content .text {
  font-size: 0.34rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.52rem;
  margin: 0;
}
#contact .policy-wrapper .policy-content .policy {
  display: flex;
  align-items: center;
}

#contact .policy-wrapper .policy-content .nasi-logo {
  width: 3.02rem;
  height: 0.98rem;
  margin-right: 0.83rem;
}

#contact .policy-wrapper .policy-content .copyright {
  display: flex;
  align-items: center;
}
#contact .policy-wrapper .policy-content .copyright img {
  font-size: 0.78rem;
}

/* Policy */
#policy {
  text-align: left;
}
#policy .nasi-privacy-main-text {
  margin: 64px;
  font-size: 0.83rem;
  font-weight: 500;
  text-align: center;
  color: #333;
}

#policy .part-title {
  font-size: 24px;
  font-weight: 500;
}

#policy p {
  margin: 0;
  line-height: 1.5;
}

#policy p:not(:last-child) {
  margin-bottom: 48px;
}

@media (max-width: 998px) {
  #contact {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  section.demosection {
    text-align: center;
    padding-bottom: 50px;
  }
}

/* Stop animate in small dev */
@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  right: 48px;
  display: flex;
  flex-direction: column;
}
.swiper-pagination.black .swiper-pagination-bullet {
  border: 2px solid #000000;
}
.swiper-container .swiper-wrapper .swiper-slide {
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #c3181f;
  background: transparent;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px solid #c3181f;
}
.flex {
  display: flex;
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  22% {
    transform: translateY(0px) translateX(-50%);
  }
  38% {
    transform: translateY(9px) translateX(-50%);
  }
  48% {
    transform: translateY(0px) translateX(-50%);
  }
  64% {
    transform: translateY(9px) translateX(-50%);
  }
  74% {
    transform: translateY(0px) translateX(-50%);
  }
  90% {
    transform: translateY(9px) translateX(-50%);
  }
}
@keyframes trackBallSlide {
  0% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
  22% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
  26% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }
  34% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }
  41% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }
  48% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
  52% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }
  60% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }
  67% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }
  74% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
  78% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }
  86% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }
  93% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }
  100% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
}

.scroll {
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translate3d(0, -50%, 0) scale(0.7);
  z-index: 2;
  transition: 0.8s ease;
}
.mouse {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  animation: nudgeMouse 5.5s ease-out infinite;
  transition: 0.7s ease;
  background-color: red;
}

.mouse.white:after {
  background-color: #fff;
}
.mouse::after {
  content: "";
  background-color: transparent;
  width: 6px;
  height: 15px;
  border-radius: 6px;
  animation: trackBallSlide 5.5s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateY(20px);
  z-index: 3;
  border: 1px solid #2a3942;
}
.mouse .frame {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.mouse .mouse-left {
  left: 0;
}
.mouse .mouse-left,
.mouse .mouse-right {
  width: 50%;
  position: absolute;
  z-index: 2;
}
.mouse .mouse-right {
  right: 0;
}
.mouse .mouse-right .Animate-Draw {
  animation: DrawLineBack 5.5s ease-out infinite;
}
.mouse.white .Animate-Draw {
  stroke: #fff;
}
.mouse .Animate-Draw {
  fill: none;
  stroke: #1f3742;
  stroke-width: 3;
  fill-opacity: 1;
}
.mouse.white .frame path {
  stroke: #fff;
}
.mouse .frame path {
  fill: none;
  stroke: #1f3742;
  stroke-width: 3;
  opacity: 0.5;
}

/*end mouse*/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#about {
  display: flex;
  text-align: left;
  font-weight: bold;
  align-items: center;
  background: #ffffff;
}
#about::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: url("../img/bg-1.svg") no-repeat left center;
  background-size: contain;
  /*transition:all 0.5s;*/
  /*transform: rotateY(180deg);*/
}
#about .row {
  padding: 160px 0;
  width: 17.6rem;
  margin: 0 auto;
  display: flex;
}
#about .about-us-img {
  margin-left: 2.81rem;
}
#about h2 {
  font-size: 0.83rem;
  font-weight: 800;
  color: #1b1f23;
  margin-bottom: 0.55rem;
}

#about .nasi-logo {
  width: 6.17rem;
  margin-bottom: 0.69rem;
}

#about p {
  font-size: 0.28rem;
  font-weight: 300;
  color: #000000;
  line-height: 0.39rem;
  margin-bottom: 0.28rem;
}
#about .btn:hover {
  background: #000000;
  color: #ffffff !important;
}
#about .btn {
  display: flex;
  border: 1px solid #000000;
  width: 157px;
  height: 50px;
  color: #000000;
  align-items: center;
  justify-content: center;
  margin-top: 0.69rem;
}
#about .btn img {
  padding-left: 16px;
}

@media (max-width: 1600px) {
  .about-us-img {
    width: 300px;
  }
}

.home-pv-close {
  opacity: 1;
  position: absolute;
  right: -64px;
  top: 0;
  z-index: 9;
  width: 54px;
  height: 54px;
  background: url(/img/close.png) no-repeat center center;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 500ms;
}

.home-pv-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

/*end*/
#services-friends {
  background: #1b1f23;
  text-align: left;
  position: relative;
  align-items: flex-start;
}
#services-friends .nasi-logo {
  width: 2.33rem;
  height: 0.76rem;
  margin-top: 1.26rem;
}
#services-friends .services-friends-content {
  width: 19.48rem;
  margin: 0 auto;
}
#services-friends h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.55rem;
  text-transform: none;
  margin-top: 1.1rem;
}
#services-friends h3 {
  font-size: 0.62rem;
  font-weight: 600;
  color: #85ff72;
  text-transform: none;
  margin-bottom: 2.41rem;
}
#services-friends .services-friends-text {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.5rem;
}
#services-friends .services-friends-text .des {
  width: 11.33rem;
}
#services-friends .services-friends-text .number {
  line-height: 0.5rem;
  font-size: 0.28rem;
}
#services-friends .services-friends-text .number p {
  margin-bottom: 0;
}
#services-friends .services-friends-text .number p span {
  color: #85ff72;
}
#services-friends .services-friends-cooperation {
  position: absolute;
  bottom: 2.22rem;
  height: 5.02rem;
  width: 100%;
  background: url("/img/firends-bg.png") no-repeat center center;
  background-size: 100%;
  padding-top: 0.76rem;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content {
  width: 19.48rem;
  margin: 0 auto;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content
  ul {
  display: flex;
  padding: 0;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content
  ul
  li {
  flex: 1;
  list-style: none;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content
  ul
  li:first-child {
  margin-left: 0;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content
  ul
  li
  img {
  width: 2.67rem;
  margin-bottom: 0.28rem;
  cursor: pointer;
}
#services-friends
  .services-friends-cooperation
  .services-friends-cooperation-content
  ul
  li
  img:last-child {
  margin-bottom: 0;
}

/*end*/
#services-app {
  flex-direction: column;
  justify-content: flex-start;
}
#services-app::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: url("../img/bg-1.svg") no-repeat 0 center;
  background-size: contain;
  transition: all 0.5s;
  transform: rotateY(180deg);
}
#services-app .nasi-logo {
  width: 4.12rem;
  margin-top: 2rem;
}
#services-app h1 {
  font-size: 1.66rem;
  font-weight: 800;
  color: #1b1f23;
  margin-top: 0.69rem;
  margin-bottom: 1rem;
}
#services-app .swiper {
  width: 16.71rem;
  height: 9.07rem;
  margin: 0 auto;
  position: relative;
}
.services-app-swiper-button {
  display: flex;
  position: absolute;
  bottom: 10px;
  width: 100%;
  justify-content: center;
}
#services-app .services-app-swiper-button-next,
#services-app .services-app-swiper-button-prev {
  width: 2.6rem;
  height: 0.07rem;
  background: rgba(195, 24, 31);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  margin: 0 0.27rem;
}
#services-app .swiper-button-disabled {
  background: rgba(195, 24, 31, 0.3);
}
#services-app .apps {
  display: flex;
  background: transparent;
}
#services-app .apps .apps-item {
  width: 5.57rem;
  flex: 1;
  font-size: 0.28rem;
  color: #1b1f23;
  font-weight: 600;
}
#services-app .apps .apps-item span {
  color: #c3181f;
  font-size: 0.28rem;
}
#services-app .apps .apps-item p {
  font-size: 0.28rem;
}
#services-app .apps .apps-item img {
  width: 4.57rem;
}
#services-app .dau {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.52rem;
  background: transparent;
}
#services-app .dau .dau-item {
  display: flex;
  padding: 0.41rem 0.83rem;
  width: 7.93rem;
  height: 1.83rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.52rem 0.14rem rgba(31, 31, 31, 0.1);
  border-radius: 0.17rem;
  margin-bottom: 0.69rem;
  align-items: center;
}
#services-app .dau .dau-item img {
  margin-right: 0.43rem;
  width: 1rem;
}
#services-app .dau .dau-item p {
  text-align: left;
  font-size: 0.28rem;
  font-weight: 600;
  color: #1b1f23;
  margin-bottom: 0.28rem;
}
#services-app .dau .dau-item p span {
  color: #c3181f;
}
#services-app .dau .dau-item p:last-child {
  margin-bottom: 0;
}

/*end*/
#awards-app {
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
#awards-app .nasi-logo {
  position: absolute;
  left: 7.31rem;
  top: 1.72rem;
  width: 4.12rem;
}
#awards-app h1 {
  font-size: 2.21rem;
  font-weight: 800;
  color: #1b1f23;
  line-height: 2.21rem;
}
#awards-app .awards-title {
  position: relative;
  display: inline-block;
  line-height: 2.21rem;
  height: 2.21rem;
  margin-top: 6.62rem;
  width: 19.62rem;
  text-align: right;
}
#awards-app .awards-title:before {
  content: " ";
  width: 2.76rem;
  height: 0;
  position: absolute;
  top: -1rem;
  right: 0;
  border: 2px solid #c3181f;
}
#awards-app .awards-app-content {
  width: 100%;
  height: 7.21rem;
  background: url("../img/awards-bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-app .awards-app-content img {
  width: 6.31rem;
  height: auto;
  margin: 0 0.17rem;
}
/*end*/
#awards-company {
  background: #1b1f23;
  align-items: flex-start;
}
#awards-company .awards-company-content {
  width: 18.24rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.33rem;
}
#awards-company .awards-company-content img {
  margin-bottom: 0.57rem;
  width: 8.84rem;
}
#awards-company .awards-company-content h1 {
  width: 7.34rem;
  font-size: 1.66rem;
  line-height: 1.66rem;
  font-weight: 800;
  color: #ffffff;
  text-align: right;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.57rem;
}

/*end*/
.navbar-brand {
  margin-left: 0;
  width: 2.64rem;
}
.navbar-brand img {
  height: 0.86rem;
}
#companyInfo {
  width: 100%;
  height: 100vh;
  background: url("../img/company-info-bg.png") no-repeat center center,
    url("../img/company-bg.png") no-repeat left center;
  background-size: cover, 1000px;
  color: #ffffff;
  position: relative;
  display: flex;
  padding: 0;
}
.company-info-content {
  width: 100%;
  padding: 0.55rem 2.38rem 1.55rem 0.97rem;
  background: url("../img/company-bg.png") no-repeat left top;
  background-size: contain;
}
#companyInfo .link {
  font-size: 0.55rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.55rem;
  margin-top: 2.52rem;
}
#companyInfo .link span,
#companyInfo .link a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#companyInfo .bottom-logo {
  width: 7.5rem;
  margin-top: auto;
}
#companyInfo .company-text-content {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: absolute;
  bottom: 1.55rem;
  left: 0;
  width: 100%;
  padding-left: 0.97rem;
  padding-right: 2.38rem;
}
#companyInfo .company-text {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
#companyInfo .company-text h1 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1rem;
}
#companyInfo .company-text h2 {
  width: 8.14rem;
  font-size: 0.52rem;
  font-weight: 500;
  margin: 0;
  line-height: 0.52rem;
}
#companyWrapper {
  padding-top: 2.45rem;
  position: relative;
}
#companyWrapper .nasi {
  position: absolute;
  font-size: 6.9rem;
  height: 6.07rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.1);
  right: 2rem;
  top: 7rem;
}
#companyWrapper .company-img-content {
  width: 19.86rem;
  margin: 0 auto;
}
#companyWrapper .company-img-content h2 {
  font-size: 0.83rem;
  font-weight: 800;
  color: #737373;
  line-height: 0.83rem;
  position: relative;
  padding-top: 0.55rem;
  margin-bottom: 1.1rem;
}
#companyWrapper .company-img-content h2:before {
  content: " ";
  width: 2.36rem;
  height: 2px;
  background: #c3181f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#companyWrapper .company-img-content .company-img-top {
  display: flex;
  justify-content: space-between;
}
#companyWrapper .company-img-content .company-1 {
  width: 11.07rem;
}
#companyWrapper .company-img-content .company-2 {
  width: 8.24rem;
  height: 6.41rem;
}
#companyWrapper .company-img-content .company-img-bottom {
  display: flex;
  justify-content: space-between;
}
#companyWrapper .company-img-content .company-img-right {
  display: flex;
  flex-direction: column;
}
#companyWrapper .company-img-content h3 {
  font-size: 0.55rem;
  font-weight: 800;
  color: #737373;
  line-height: 0.83rem;
  position: relative;
  margin-top: 2.07rem;
  margin-bottom: 1.71rem;
  padding-top: 0.55rem;
  text-align: center;
}

#companyWrapper .company-img-content h3:before {
  content: " ";
  width: 1.52rem;
  height: 2px;
  background: #c3181f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#companyWrapper .company-img-content .company-3 {
  width: 8.24rem;
}
#companyWrapper .company-img-content .company-4 {
  width: 11.07rem;
  margin-top: 0.55rem;
}
#companyWrapper .company-img-content .company-5 {
  width: 8.41rem;
  margin-top: 0.81rem;
  margin-left: auto;
}
#companyWrapper .company-img-content h1 {
  width: 8.2rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #737373;
  line-height: 1.49rem;
  margin-top: 0.55rem;
  margin-bottom: 0;
  position: relative;
}
#companyWrapper .company-img-content h1:before {
  content: " ";
  width: 1.52rem;
  height: 2px;
  background: #c3181f;
  position: absolute;
  bottom: 0.45rem;
  left: 3.64rem;
}
/*end*/
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-dialog {
  margin-top: 10%;
}

/* CVT Css */
#services-ctv {
  flex-flow: column nowrap;
  background: url(../img/bg-1.svg) no-repeat left center;
  background-size: contain;
  background-color: #fff;
}
#services-ctv .nasi-logo {
  position: fixed;
  left: 4rem;
  top: 1em;
  width: 4.12rem;
}
#services-ctv h1 {
  color: #1b1f23;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 20px;
  margin: 2rem 0 0 0;
  user-select: none;
}

#services-ctv h5 {
  color: #c3181f;
  font-size: 0.65rem;
  font-weight: bold;
  margin: 0;
  user-select: none;
}

#services-ctv .swiper.services-ctv-swiper {
  padding: 10px 50px;
  width: 60%;
  background-image: url(../img/bg4.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.services-ctv-swiper-button {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: -0.1rem;
  width: 100%;
  justify-content: center;
}
#services-ctv .services-ctv-swiper-button-next,
#services-ctv .services-ctv-swiper-button-prev {
  width: 2.6rem;
  height: 0.07rem;
  background: rgba(195, 24, 31);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  margin: 0 0.27rem;
}
#services-ctv .swiper-button-disabled {
  background: rgba(195, 24, 31, 0.3);
}

#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide {
  background-color: transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
  align-content: flex-start;
  padding: 10px;
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  margin-top: 0.2rem;
  width: 35%;
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item:nth-of-type(3),
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item:nth-of-type(4) {
  margin-top: 0.8rem;
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item
  h6 {
  margin: 0;
  padding: 0;
  font-size: 0.4rem;
  font-weight: bold;
  color: #c3181f;
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item
  h6
  span
  img {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide
  .swiper-slide-ele-item
  p {
  margin: 0;
  padding: 0;
  color: #1b1f23;
  font-size: 0.35rem;
  line-height: 0.5rem;
}

#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide:nth-of-type(2) {
}
#services-ctv
  .swiper.services-ctv-swiper
  .services-ctv-swiper-container.swiper-wrapper
  .swiper-slide:nth-of-type(2)
  .swiper-slide-ele-item {
  width: 28%;
  height: 4rem;
  margin: 1.3rem 0;
  padding: 15px;
  box-shadow: 0 0.1rem 0.52rem 0.14rem rgba(31, 31, 31, 0.1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

#services-ctv .ctv-cooperative-enterprise {
  height: 6rem;
  box-shadow: 0 0 35px 5px #a1a1a1;
}
#services-ctv .ctv-cooperative-enterprise img {
  width: auto;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
  * {
    background-color: red;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  * {
    background-color: blue;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  * {
    background-color: green;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  * {
    background-color: yellow;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  * {
    background-color: purple;
  }
} */
