.title {font-size: 38px; color: #616161; font-style: italic; font-weight: 800;}

.timeline {width: 100%; background-color: #fff; box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);}
.timeline .swiper-container {height: 100vh; width: 100%; position: relative;}
.timeline .swiper-wrapper {transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;}
.timeline .swiper-slide {position: relative; color: #fff; overflow: hidden; background-size: cover;background-repeat: no-repeat; background-position: center center;}
.timeline .swiper-slide-content {position: absolute; margin: 0 auto 0; color: #FFFFFF; font-size: 16px; z-index: 1; width: 1320px; top: 50%; left: 0%; transform: translate(70px,-50%); -webkit-transform: translate(70px,-50%); z-index: 2;}
.timeline .swiper-slide .timeline-year {display: block;  font-style: italic; font-size: 42px; margin-bottom: 50px; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); color: #d4a024; font-weight: 300; opacity: 0; transition: .2s ease .4s;}
.timeline .swiper-slide .timeline-title {font-weight: 800; font-size: 34px; margin: 0 0 30px; opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .5s; font-size: 14px; color: #00bea8; font-weight: bold; margin: 0 0 50px 120px; text-transform: uppercase;}
.timeline .swiper-slide h1{font-size: 94px; line-height: 104px; margin: 0 0 50px; font-weight: bold; color: #FFFFFF;   opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .5s;} 
.timeline .swiper-slide h1 span{display: block;}

.timeline .swiper-slide h5{font-size: 18px; line-height: 24px; margin: 0 0 30px; font-weight: bold; color: #FFFFFF; opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .5s; font-weight: normal;} 
.timeline .swiper-slide h5 span{display: block;}

.timeline .swiper-slide .timeline-text {line-height: 1.5; opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .6s;}
.timeline .swiper-slide-active .timeline-year {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.6s; display: none }
.timeline .swiper-slide-active .timeline-title {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.7s; }
.timeline .swiper-slide-active .timeline-title span{border-bottom: 2px solid #00bea8}
.timeline .swiper-slide-active h1 {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.7s; }
.timeline .swiper-slide-active h5 {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.7s; }
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  top: 15%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  z-index: 2;
  transition: .2s; background: #010b55; color: #FFFFFF; text-align: center;line-height: 30px;
}
.timeline .swiper-button-prev {
  left: 8%; 
}
.timeline .swiper-button-prev:hover {
  /*-webkit-transform: translateX(-3px);
          transform: translateX(-3px);*/
}
.timeline .swiper-button-next {
  right: 8%;
}
.timeline .swiper-button-next:hover {
  /*-webkit-transform: translateX(3px);
          transform: translateX(3px);*/
}

.swiper-container-vertical > .swiper-pagination-bullets{display: none}

  /*.timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }*/
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  /*.timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }*/
  .timeline .swiper-pagination {
    display: none;
  }
  .timeline .swiper-button-prev {
    top: auto;
left: 70px;
bottom: 200px;
    
  }
  .timeline .swiper-button-prev:hover {
  
  }
  .timeline .swiper-button-next {
    top: auto;
	left: 110px;
	bottom: 200px;
   
  }
  .timeline .swiper-button-next:hover {
   
  }

@media only screen and (min-width:1600px) and (max-width:1799px) {

}

@media only screen and (min-width:1400px) and (max-width:1599px) {
.timeline .swiper-slide-content{width: 1140px;}
.timeline .swiper-slide h1 {font-size: 64px;}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
.timeline .swiper-slide-content{width: 690px;}
.timeline .swiper-slide h1 {font-size: 44px; line-height: 44px;}

.timeline .swiper-button-prev, .timeline .swiper-button-next{bottom: 150px;}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.timeline .swiper-slide-content{width: 690px; transform: translate(40px,-50%); -webkit-transform: translate(40px,-50%);}
.timeline .swiper-slide h1 {font-size: 44px; line-height: 44px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.timeline .swiper-slide-content{width: 690px; transform: translate(40px,-50%); -webkit-transform: translate(40px,-50%);}
.timeline .swiper-slide h1 {font-size: 44px; line-height: 44px;}
}