/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-sec-1 */
.top-sec-1 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-sec-1 .blks-1 .slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top-sec-1 .blks-1 .swiper-container {
  height: 100%;
  overflow: visible;
}
.top-sec-1 .blks-1 .swiper-container .swiper-slide {
  background: #fff;
}
.top-sec-1 .blks-1 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.top-sec-1 .blks-1 .pagination {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.top-sec-1 .blks-1 .pagination span {
  border-radius: 0;
  background: #717071;
  margin: 0 8px;
}
.en-menu {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.en-margin {
  margin-bottom: 40px;
  margin-top: 10px;
}
.en-heading {
  font-size: 16px;
}
.en-link {
  font-size: 18px;
  margin-right: 30px;
  border-bottom:solid;
}

.btn {
  background: #717071;
  color: #fff;
  width: 110px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .top-sec-1 .blks-1 .slider {
    width: auto !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-sec-1 .blks-1 .swiper-container {
    height: 200vw;
  }
  .top-sec-1 .blks-1 .pagination {
    display: none;
  }
}