.banner-title {
  text-align: center;
}
.sect-timeline {
  padding: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 280vh;
}

.layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.timeline__lines-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 343px;
}

.lines {
  position: absolute;
  top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lines.lines-timeline:before {
  content: '';
  display: block;
  position: absolute;
  height: 343px;
  width: 1px;
  top: 0px;
  left: 426px;
  background: #000000;
}
.lines.lines-timeline:after {
  width: 31px;
  height: 31px;
  content: '';
  display: block;
  background-image: url('../images/history/ic2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54px;
  left: 412px;
  bottom: 0;
  z-index: 3;
}

.lines-inside {
  position: absolute;
  top: 69px;
  width: 100%;
  height: 1px;
  background: #000;
}
.lines.lines-timeline {
  /*left: 426px;*/
  top: 0;
  right: auto;
  bottom: auto;
}
.grid {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.timeline {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.timeline2 {
  overflow: hidden;
}

.timeline__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-right: -64px;
  margin-left: -64px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 200px;
  line-height: 1em;
  letter-spacing: 0;
}
.swiper-slide-active .year {
  font-weight: 900;
  padding-left: 40px;
}
.timeline_col {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_col.type2 {
  width: 100%;
  max-width: 1160px;
  margin-top: -6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 426px;
}

.timeline__ico {
  margin-bottom: 24px;
}
.timeline_col.pic {
  width: 426px;
  padding-left: 60px;
}
.timeline_col.text-box {
  width: 1134px;
  display: flex;
  /*justify-content: center;*/
  letter-spacing: 0;
  justify-content: flex-start;
}
.timeline_col.text-box .text {
  width: 776px;
}

.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper.swiper--reviews {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 74px;
  max-height: 320px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.swiper.swiper--reviews-numb {
  overflow: visible;
  width: 100%;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swiper-slide {
  position: relative;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-slide.slide--reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.inner_form{
  display: none;
}
@media screen and (max-width: 1024px) {
  .timeline__sticky .container {
    padding: 0;
  }
  .timeline_col.pic {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .timeline_col.text-box {
    width: 100%;
  }
  .timeline__lines-wrap {
    /*display: none;*/
  }
  .timeline_col.type2 {
    width: 100%;
  }
  .lines.lines-timeline:before {
    display: none;
  }
  .lines.lines-timeline:after {
    top: 0px;
  }
  .lines.lines-timeline:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lines-inside {
    top: 13px;
  }
  .year {
    font-size: 60px;
    text-align: center;
  }
  .grid.timeline2 {
    display: block;
  }
  .swiper.swiper--reviews {
    margin-top: 20px;
  }

  .swiper.swiper--reviews {
    width: 100%;
    margin-bottom: 0;
    max-height: 260px;
  }
  .timeline_col.type2 {
    padding-left: 100px;
  }
  .swiper.swiper--reviews-numb {
    height: auto;
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
  }

  .sect-timeline {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid {
    grid-column-gap: 24px;
  }

  .lines-inside.timeline2 {
    width: 610px;
  }

  .timeline__sticky {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .timeline_col.type1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-slide-active .year {
    padding-left: 0;
  }
  .inner_form{
    display: block;
    max-width: 500px;
    padding: 0px 30px;
    margin: 30px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .timeline_col.type2 {
    padding-left: 0;
  }
  .lines.lines-timeline:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sect-timeline {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid.timeline {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .timeline2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .swiper.swiper--reviews-numb {
    max-width: 40vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* .timeline__sticky {
    min-height: 60vh;
  }
  .sect-timeline {
    min-height: 240vh;
    margin-bottom: -40vh;
  } */
}
@media screen and (max-width: 588px) {
  .swiper-slide,
  .swiper.swiper--reviews-numb {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.timeLine {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .timeLine {
    padding: 60px 0 20px;
  }
}
.timeLine .swiper {
  width: calc((100% - 40px) / 3);
  margin: 0 auto;
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .timeLine .swiper {
    width: calc((100% - 40px) / 2);
  }
}
.year {
  text-align: center;
  white-space: nowrap !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 1800px) {
  .year {
    font-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  .year {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .year {
    font-size: 60px;
  }
}
.timeline_col.text-box .text {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .timeline_col.pic {
    max-width: 20px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper.swiper--reviews {
    margin-top: 60px;
    pointer-events: none;
  }
}

@media screen and (max-width: 1000px) {
  .sect-timeline {
    min-height: 1px;
  }
  .timeline__sticky {
    position: relative;
    min-height: 1px;
  }
}
