.history-slider-widget {
  padding: 40px;
}
@media (min-width: 640px) {
  .history-slider-widget {
    padding: 0;
  }
}
.history-slider-widget .swiper {
  width: 100%;
  padding-bottom: 80px !important;
}
.history-slider-widget .swiper-slide {
  height: auto;
  min-height: 450px;
}
.history-slider-widget .swiper-slide img {
  min-height: 450px;
}
.history-slider-widget .swiper-slide .slider_year {
  color: #FFFFFF;
}
.history-slider-widget .swiper-slide .slider_year .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-slider-widget .swiper-slide .slider_year .row .col {
  width: 100%;
  display: block;
}
.history-slider-widget .swiper-slide .slider_year .row .green_line {
  height: 2px;
  background: green;
  display: flex;
}
.history-slider-widget .swiper-slide .slider_year .row .year {
  display: block;
  text-align: center;
}
.history-slider-widget .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.history-slider-widget .swiper-slide .slider_text {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  height: 50%;
  padding: 20px;
  width: 100%;
}
.history-slider-widget .swiper-slide .slider_text .slider_text_line_1 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.history-slider-widget .swiper-slide .slider_text .slider_text_line_2 {
  font-size: 12px;
  line-height: 14px;
}
.history-slider-widget .swiper-slide .slider_history_line_2 {
  font-size: 20px;
  line-height: 1.5em;
  color: #000000;
}
.history-slider-widget .swiper-nav-scroll-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 20px;
}
.history-slider-widget .swiper-nav-scroll-wrapper .scrollbar-wrapper {
  position: relative;
  width: 100%;
}
.history-slider-widget .swiper-nav {
  bottom: 20px;
  z-index: 99999;
  width: 100%;
  max-width: 70px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 20px;
}
.history-slider-widget .swiper-nav .swiper-button-prev-custom i {
  height: 30px;
  width: 30px;
  position: relative;
  text-align: center;
  background: #97ABA8;
  border-radius: 50%;
}
.history-slider-widget .swiper-nav .swiper-button-prev-custom i::before {
  top: 50% !important;
  position: absolute;
  transform: translateY(-50%);
  left: -2px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: white;
}
.history-slider-widget .swiper-nav .swiper-button-next-custom i {
  height: 30px;
  width: 30px;
  position: relative;
  text-align: center;
  background: #97ABA8;
  border-radius: 50%;
}
.history-slider-widget .swiper-nav .swiper-button-next-custom i::before {
  top: 50% !important;
  position: absolute;
  transform: translateY(-50%);
  left: 1px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: white;
}
.history-slider-widget .swiper-scrollbar {
  background: white;
  left: 2% !important;
}