.wrap-aboutus a:hover {
  color: #fec41b;
}
.wrap-aboutus {
  line-height: 2rem;
}
.wrap-aboutus ul, .wrap-aboutus ol {
  padding-left: 20px;
}

.about-box {
  position: relative;
}
.about-box .about-pic-2 {
  position: absolute;
  top: 70px;
  left: -105px;
}
@media (max-width: 500px) {
  .about-box .about-pic-2 {
    top: 17px;
  }
}

.about-pic-1 img {
  max-width: 117%;
}
@media (max-width: 576px) {
  .about-pic-1 img {
    max-width: 100%;
  }
}

.about-text-1 {
  padding: 120px 0 0 70px;
}
@media (max-width: 576px) {
  .about-text-1 {
    padding: 50px 0px 50px 0px;
  }
}
.about-text-1 .subheading {
  margin-bottom: 10px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
}
.about-text-1 .heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.about-text-1 p {
  line-height: 2rem;
}

.about-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 3.5%);}
.about-section-1 > div:nth-of-type(1) { width: 60%; padding-right: 5%;}
.about-section-1 > div:nth-of-type(2) { width: 40%;}
.about-section-1 > div:nth-of-type(2) img { width: 100%; border-radius: 4vw 0 0 0;}

@media (max-width: 980px) {
	.about-section-1 > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: 25px;}
	.about-section-1 > div:nth-of-type(2) { width: 100%;}
	
}
.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 3.5%);}
.about-section-2 > div:nth-of-type(1) { width: 40%;}
.about-section-2 > div:nth-of-type(1) img { width: 100%; border-radius: 0 4vw 0 0;}
.about-section-2 > div:nth-of-type(2) { width: 60%; padding-left: 5%;}

@media (max-width: 980px) {
	.about-section-2 > div:nth-of-type(1) { width: 100%; order: 2;}
	.about-section-2 > div:nth-of-type(2) { width: 100%; padding-left: 0%; padding-bottom: 25px; order: 1;}
	
}

.about-section-3 { display:flex; flex-direction: row; flex-wrap:wrap; justify-content: space-between; padding-bottom: calc(20px + 1%);}
.about-section-3 > div { width: 48%; margin-bottom: calc(20px + 2%);display:flex; flex-direction: row; flex-wrap:wrap; }
.about-section-3 > div > div:nth-of-type(1) { width: 80px; }
.about-section-3 > div > div:nth-of-type(2) { width: calc(100% - 80px); padding-left: 25px; }
.about-section-3 > div > div:nth-of-type(2) > b { display: block; font-size: clamp(16px, 1.3vw, 18px);}
@media (max-width: 768px) {
	.about-section-3 > div { width: 100%;}
	.about-section-3 > div > div:nth-of-type(1) { width: 50px; }
	.about-section-3 > div > div:nth-of-type(2) { width: calc(100% - 50px); }
}

/* Timeline ===================================================================== */
.bg-timeline {
  /*background: url(../images/history.jpg) no-repeat center bottom;
  background-size: 100% auto;*/
  padding-top: 80px;
}

.timeline {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0px;
}

.timeline-nav {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-content: center;
  align-items: center;
}
.timeline-nav li {
  width: auto;
  height: auto;
  margin: 15px !important;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.timeline-nav li:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #000;
  transition: 0.2s;
}
.timeline-nav li:hover {
  opacity: 1;
  color: #2a4d9c !important;
}
.timeline-nav li:hover:before {
  background-color: #2a4d9c !important;
}
.timeline-nav li:focus {
  opacity: 1;
  color: #2a4d9c !important;
}

.timeline-slider {
  width: 80% !important;
  margin: 0 auto;
}
.timeline-slider li {
  width: 100% !important;
  padding: 40px 50px;
}
.timeline-slider li .timeline-year {
  font-size: 35px;
  color: #ffffff;
  background: #2a4d9c;
  padding: 15px 26px;
  transition: opacity 1.2s;
  opacity: 1;
}
.timeline-slider li .timeline-slide-content {
  width: 100%;
  padding: 40px 20px 20px 20px;
  border: solid 1px #dbdbdb;
  background: #fff;
  transition: opacity 1s;
  opacity: 1;
  display: flex; flex-flow: wrap;
}
.timeline-slider li .timeline-slide-content figure {
  width: 40%;
  height: auto;
  display: inline-block;
}
.timeline-slider li .timeline-slide-content .inner {
  width: 60%;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
}
.timeline-slider li .timeline-slide-content .inner .timeline-title {
  color: #2a4d9c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.timeline-slider li .timeline-slide-content .inner .timeline-title a {
  color: #2e96cd;
}
.timeline-slider li .timeline-slide-content .inner .timeline-title a:hover {
  color: #2a4d9c;
}
.timeline-slider li .timeline-slide-content .inner .timeline-text {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

@media (max-width: 768px) {
  .timeline-nav {padding-left: 0!important;}
  .timeline-wrapper {
    /*height: 1000px;
    max-height: 900px;*/
  }
  .timeline-slider {padding-left: 0!important; width: 100%!important; max-width: 567px!important;}
  .timeline-slider li {
    padding: 40px 0 0 0;
  }
  .timeline-slider li .timeline-slide-content {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
  .timeline-slider li .timeline-slide-content figure {
    width: 100%;
    display: block;
  }
  .timeline-slider li .timeline-slide-content .inner {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
  }
}