.history-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .history-wrapper {
    margin: 0 -15px;
  }
}
.history-wrapper .tx-fag-history {
  margin-top: 32px;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage-outer {
  padding-bottom: 50px;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item {
  cursor: pointer;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center {
  cursor: auto;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center .slide {
  padding: 0;
  opacity: 1;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center .slide .image {
  opacity: 1;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center .slide .content {
  height: auto;
  max-height: 1000px;
  opacity: 1;
  transform: scaleX(1);
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center .slide .year > p {
  font-size: 46px;
  color: #0098e2;
  line-height: 50px;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item.center .slide .year .indicater {
  height: 46px;
  background-color: #0098e2;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item:not(.center) .slide .image {
  width: 100%;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide {
  padding: 0 25%;
  transition: all 0.6s ease;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .image {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content {
  transform: scaleX(0);
  transform-origin: left;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .year {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .year > p {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Dax-Medium';
  color: #B8B8B8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .year .indicater {
  display: block;
  width: 2px;
  height: 26px;
  background-color: #B8B8B8;
  position: absolute;
  left: 50%;
  z-index: 100;
  top: 50px;
}
.history-wrapper .tx-fag-history .slide .image img {
  width: 100%;
  height: auto !important;
  border-radius: 5px;
}
.history-wrapper .tx-fag-history .slide .content h1,
.history-wrapper .tx-fag-history .slide .content h2,
.history-wrapper .tx-fag-history .slide .content h3,
.history-wrapper .tx-fag-history .slide .content h4 {
  margin-top: 0;
}
.history-wrapper .tx-fag-history .timeline {
  position: relative;
  bottom: 20px;
}
@media (min-width: 768px) {
  .history-wrapper .tx-fag-history .timeline {
    opacity: 0;
    transition: all 2s ease-in-out;
  }
}
.history-wrapper .tx-fag-history .timeline .time {
  display: block;
  border: none;
  color: white;
  height: 2px;
  background: #B8B8B8;
}
.history-wrapper .tx-fag-history .history-dots-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100vw;
}
@media (min-width: 768px) {
  .history-wrapper .tx-fag-history .history-dots-wrapper {
    padding: 0 5px;
    opacity: 0;
    transition: all 2s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .history-wrapper .tx-fag-history .history-dots-wrapper {
    padding: 0 100px;
  }
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot {
  display: inline-block;
  padding: 0 12px;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot span.wrapper {
  cursor: pointer;
  display: block;
  position: relative;
  min-height: 80px;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot span.wrapper .year {
  display: block;
  margin-top: 0;
  pointer-events: none;
  font-size: 22px;
  color: #b8b8b8;
  transition: color 0.5s ease-in-out, font-size 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot span.wrapper .line {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 26px;
  background: #B8B8B8;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot span.wrapper .overlay {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  width: 400px;
  height: 2px;
  background: transparent;
  opacity: 0;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot.active span.wrapper .year {
  padding-top: 0;
  color: #0098e2;
  font-size: 47px;
  margin-top: -24px;
  transition: color 0.5s ease-in-out, font-size 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot.active span.wrapper .line {
  background: #0098e2;
  height: 40px;
  bottom: -25px;
  transition: all 0.5s ease-in-out;
}
.history-wrapper .tx-fag-history .history-dots-wrapper .owl-dot.active span.wrapper .overlay {
  background: #B8B8B8;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#0098e2), to(#b8b8b8));
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: .375s;
}
@media (max-width: 767px) {
  .history-wrapper {
    bottom: 30px;
  }
  .history-wrapper .tx-fag-history {
    margin-top: 0;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage-outer {
    padding-bottom: 0;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide {
    padding: 0;
    margin-bottom: 0;
    opacity: 1;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .image picture {
    display: block;
    width: 100%;
    height: 255px;
    overflow: hidden;
    position: relative;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .image picture img {
    border-radius: 0;
    object-fit: cover;
    height: 100% !important;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content {
    transform: scaleX(1);
    max-height: 1000px;
    opacity: 1;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year {
    margin-top: 30px;
    height: 80px;
    position: static;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year p {
    font-size: 30px;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year .indicater {
    height: 25px;
    top: 70px;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year .previous {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    left: 50px;
    top: 45px;
    cursor: pointer;
    color: #B8B8B8;
    font-family: "Dax-Medium";
    font-size: 18px;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year .previous:after {
    content: '';
    position: absolute;
    top: 30px;
    width: 2px;
    height: 15px;
    background-color: #B8B8B8;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year .next {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    right: 50px;
    top: 45px;
    cursor: pointer;
    color: #B8B8B8;
    font-family: "Dax-Medium";
    font-size: 18px;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .year .next:after {
    content: '';
    position: absolute;
    top: 30px;
    width: 2px;
    height: 15px;
    background-color: #B8B8B8;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .history-wrapper .tx-fag-history .history-slider .owl-stage .owl-item .slide .content .inner {
    padding: 20px 20px 0px;
  }
  .history-wrapper .tx-fag-history .history-dots-wrapper {
    position: absolute;
    width: 100%;
    height: 25px;
    padding: 0;
    top: 380px;
    z-index: 10;
  }
  .history-wrapper .tx-fag-history .timeline {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 2px;
    z-index: 10;
    top: 336px;
  }
  .history-wrapper .tx-fag-history .timeline .time {
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 60, from(#0098e2), to(#b8b8b8));
  }
}
.history-slider .owl-nav .owl-prev,
.history-slider .owl-nav .owl-next {
  color: transparent;
  font-size: 29px;
}
@media (max-width: 767px) {
  .history-slider .owl-nav .owl-prev,
  .history-slider .owl-nav .owl-next {
    top: 20%;
    margin-top: -80px;
  }
}
.history-slider .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .history-slider .owl-nav .owl-prev {
    left: .5%;
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .history-slider .owl-nav .owl-prev {
    left: 7.25%;
    border-radius: 10px 0 0 10px;
  }
}
.history-slider .owl-nav .owl-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Ionicons";
  content: "\f124";
  color: #0098e2;
  z-index: 9999999;
}
.history-slider .owl-nav .owl-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .history-slider .owl-nav .owl-next {
    right: 1.975%;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 1200px) {
  .history-slider .owl-nav .owl-next {
    right: 8%;
    border-radius: 0 10px 10px 0;
  }
}
.history-slider .owl-nav .owl-next::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Ionicons";
  content: "\f125";
  color: #0098e2;
}
