#fv {
  color: #20396F;
  text-align: center;
  background: #eef0f5;
  margin-top: calc(56px + (136.25 - 56) * ((100vw - 320px) / (767 - 320)));
  padding-top: calc(100vw / var(--viewport) * 80);
}
#fv .subH1 {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#fv h1 {
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.fvSwiper {
  padding-bottom: calc(100vw / var(--viewport) * 142);
}
.fvSwiper figcaption {
  color: #20396F;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.fvSwiper .swiper-pagination {
  bottom: 8vw;
}
.fvSwiper .swiper-pagination-bullets {
  left: 0;
}
.fvSwiper .swiper-pagination-bullet {
  width: calc(100vw / var(--viewport) * 16);
  height: calc(100vw / var(--viewport) * 16);
  background: #A6B6D8;
  margin: 0 calc(100vw / var(--viewport) * 16) !important;
  opacity: 1;
}
.fvSwiper .swiper-pagination-bullet-active {
  background: #20396F;
}
@media screen and (min-width:768px) {
  #fv {
    margin-top: 72px;
    padding-top: 20px;
  }
  #fv .subH1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #fv h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .fvSwiper {
    overflow: hidden;
    width: 100%;
    padding-bottom: 70px;
  }
  .fvSwiper figcaption {
    margin-top: 10px;
  }
  .fvSwiper .country-slider-container {
    margin: 0 auto;
    overflow: visible;
  }
  .fvSwiper .swiper-slide img {
    width: 100%;
    max-width: 620px;
  }
  .fvSwiper .country-slider-item-photo {
    max-width: 620px;
    margin: 0 auto 60px;
  }
  .fvSwiper .swiper-pagination {
    bottom: 30px;
  }
  .fvSwiper .swiper-pagination + div {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .fvSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .fvSwiper {
    width: 1280px;
  }
}