.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;
}


/* 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;
  }
}


.about-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 4%);}
.about-section-1 > div:nth-of-type(1) { width: 32%;}
.about-section-1 > div:nth-of-type(1) > div { display: inline-block;position: relative; padding:10px 20px;font-size: clamp(24px, 2.5vw, 30px); font-weight: 700; line-height: 1.5; color: #00b1cf;}
.about-section-1 > div:nth-of-type(1) > div:before, .about-section-1 > div:nth-of-type(1) > div:after { position: absolute; content: ""; width: 30px; height: 30px; border-color: #00b1cf; border-style: solid;}
.about-section-1 > div:nth-of-type(1) > div:before { border-width: 2px 0 0 2px; top: 0; left: 0;}
.about-section-1 > div:nth-of-type(1) > div:after { border-width: 0 2px 2px 0; right: 0; bottom: 0;}
.about-section-1 > div:nth-of-type(2) { width: 68%; padding-left: 25px;}

@media only screen and (max-width: 768px) {
	.about-section-1 > div:nth-of-type(1) { width: 100%; padding: 20px 0;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
}

.about-section-2 { display: flex; flex-direction: column; flex-wrap: nowrap;}
.about-section-2 > div { padding-bottom: calc(30px + 12%); display: flex; flex-direction: row; flex-wrap: wrap; position: relative;}
.about-section-2 > div > div:nth-of-type(1) { width: 62%;}
.about-section-2 > div > div:nth-of-type(2) { width: 50%; position: absolute; right: 0; top:10%; z-index: 2; background: #fff; padding: calc(20px + 2%); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.about-section-2 > div:nth-child(even) > div:nth-of-type(1) { order: 2; margin: 0 0 0 auto;}
.about-section-2 > div:nth-child(even) > div:nth-of-type(2) { order: 1; left: 0; right: auto; }
.about-section-2-title { font-size: clamp(20px, 1.9vw, 24px); font-weight: 700; color: #00b1cf; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
.about-section-2-title:after { content: ""; position: absolute; left: 0; bottom: 0; width: 25px; height: 2px; background: #00b1cf;}
.about-section-2-data { display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-2-data > div:nth-child(odd){ width: 65px; font-weight: 700; color: #00b1cf; border-bottom: 1px solid #e7e7e7;}
.about-section-2-data > div:nth-child(even){ width: calc(100% - 65px); padding-left: 10px;border-bottom: 1px solid #e7e7e7;}

@media only screen and (max-width: 980px) {
	.about-section-2 > div { padding-bottom: calc(20px + 4%); }
	.about-section-2 > div > div:nth-of-type(1) { width: 100%;}
	.about-section-2 > div > div:nth-of-type(2) { width: 100%; position: relative; right: auto; left: auto; top:auto;}
	.about-section-2 > div:nth-child(even) > div:nth-of-type(1) { order: 1; }
	.about-section-2 > div:nth-child(even) > div:nth-of-type(2) { order: 2; left: auto; }
	
}


.team-title { border-bottom: 2px solid #00b1cf; font-size: clamp(23px, 2.2vw, 28px); font-weight: 700; padding: 15px 0; color: #00b1cf;}
.team-data-box { border-bottom: 1px solid #e7e7e7; padding: 15px 0;}
.team-data-title { color: #6ac5d0; font-size: clamp(18px, 1.6vw, 21px); font-weight: 700; line-height: 1.5;}
.team-data-title span { display: inline-block; position: relative; padding-right: 20px; margin-right: 15px; margin-bottom: 6px;}
.team-data-title span:after { content: "/"; position: absolute; right: 0; top: 0;}
.team-data { color: #777; line-height: 1.4; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start;}
.team-data > span { font-weight: 500;white-space: nowrap; margin-right: 5px; background: #67be8d; color: rgba(255,255,255,.9); padding: 2px 6px; }
.team-data > div { padding-top: 2px; }


.team-title-2 { text-align: center; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; margin-bottom: calc(20px + 1%);}
.team-title-2 > div:nth-of-type(1) { width: 30px; height: 3px; background: #00b1cf;}
.team-title-2 > div:nth-of-type(2) { font-size: clamp(23px, 2.2vw, 28px); font-weight: 700;  text-align: center; padding: 0 10px; color: #00b1cf;}
.team-title-2 > div:nth-of-type(3) { width: 30px; height: 3px; background: #00b1cf;}

.team-pto { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(10px + 2%);}
.team-pto > div { width: calc(50% - 10px); margin-bottom: 20px;}




