* {
  padding: 0;
  margin: 0;
}


body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(0deg,
      rgba(255, 182, 74, 1) 0%,
      rgba(255, 255, 255, 1) 60%);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.vertical-line {
  width: 1px;
  border-right: 1px solid #303030;
  margin: 10px;
  vertical-align: middle;
}


.lan-bar {
  padding: 20px;

}

.lan-bar span:first-child,
.lan-bar span:nth-child(3) {
  cursor: pointer;
  color: #606060;
}


.lan-bar span.active {
  color: #121221;
  font-weight: bold;

}

img {
  max-width: 100%;
}

.flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}


.flex-item {
  flex-basis: 50%;
  width: 50%;
  padding: 0 20px;
}

.top-title {
  display: flex;
  align-items: center;
}

.title {
  color: #2A2E6F;
  padding: 30px 0;
}

.mynatcom {
  padding: 30px 0;
  width: 85px;
  margin-right: 30px;
}

.store-icon {
  width: 40%;
  padding-bottom: 10px;
  margin-right: 20px;
}


.footer {
  padding: 10vh 0 20px;
}

.footer p {
  font-weight: bold;
}

.page-title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .title {
    font-size: 40px;
  }

  .lan-bar {
    text-align: right;
  }
}


@media screen and (min-width: 767px) and (max-width:1024px) {
  .title {
    font-size: 32px;
  }

  .mynatcom {
    width: 80px;
  }

  .store-icon {
    width: 45%;
  }

  .lan-bar {
    text-align: right;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.slider img {
  max-width: 100%;
  width: 85%;
  margin: 0 auto;
}


.swiper-img {
  margin: 30px 0px 20px;
}


.sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #F67D2C;
  padding-top: 20px;
}


.swiper-pagination-bullet {
  border: 1px solid #F67D2C;
  background: rgba(246, 125, 44, 0.2);
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F67D2C;
}


@media screen and (max-width:767px) {

  .lan-bar {
    text-align: center;
    padding: 10px 0;
  }

  .flex-item:first-child .title {
    display: none;
  }

  .slider .title {
    font-size: 22px;
  }

  .title {
    font-size: 25px;
  }

  .sub-title {
    font-size: 18px;
    padding-top: 10px;
  }

  .mynatcom {
    display: none;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .flex-item {
    width: auto;
    flex-grow: 1;
  }

  .flex-item:first-child {
    order: 2;
  }

  .flex-item:nth-child(2) {
    order: 1;
    margin: 20px 0;
  }

  .slider img {
    width: 100%;
  }

  .page-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0px 20px;
  }


  .page-title img {
    width: 75px;
    margin-right: 10px;

  }

  .store-icon:last-child {
    margin-right: 0;
  }

  .store-icon {
    width: 47%;
  }

  .footer {
    padding-top: 20px;
    text-align: center;
  }

  .footer p {
    font-size: 14px;
  }
}
