/* About Us ===================================================================== */
.ab-section{ padding: 30px 0 50px; position: relative; }
.ab-tit{ position: relative; }
.ab-tit::after { content: ""; display: block; width: 30%; height: 2px; background: #df2d11; }
.ab-tit h2 { font-weight: 600; }
.ab-tit .s-tit { font-weight: 600;font-size: 16px; color: #df2d11; }
.ab-right .ab-tit::after { content: ""; display: block; width: 30%; height: 2px; background: #2884B3; }
.ab-right .ab-tit .s-tit { color: #2884B3; }

.ab-section-1 {padding-right: 30%; }
.ab-section-1::after{ content: ""; display: block; width: 380px; height: 380px;position: absolute;bottom: 0;right: 0; background: url("../images/logo-b.png") no-repeat right bottom/cover; opacity: .1; }
.ab-list-r3{display: flex;flex-wrap: wrap;justify-content: center;}
.ab-list-r3 > div{ width: 29%; padding: 15px; margin: 30px 2% ; box-shadow: 0 0 8px rgba(0,0,0,0.2); position: relative; z-index: 1; background: #FFF;line-height: 1.5;}
.ab-list-icon {position: relative; z-index: 2;text-align: center;}
.ab-list-icon img{ width: 150px; }
.ab-list-icon::after{ content: ""; display: block;width: 110%; height: 150px; background:#b71900;  position: absolute; top: 0px;left: -20px; z-index: -1;}
.ab-list-tit {font-size: 20px; font-weight: 800; padding: 10px 0; text-align: center; }
.ab-list-tit span{    display: block; font-size: 16px; color: #AAA; font-weight: 300;}

.ab-r2{ display: flex;flex-wrap: wrap; align-items: flex-end; }
.ab-con{width: 60%;} 
.ab-pic{width: 40%;} 

.ab-right .ab-con{order: 2;} 
.ab-right .ab-pic{order: 1;} 

.brand-list{ display: flex;flex-wrap: wrap; justify-content: center;padding: 30px 0;}
.brand-list div { max-width: 200px; margin: 0 20px ; padding: 20px 0;}

@media (max-width: 768px) {
.ab-section{ padding: 25px 0 ;  }
.ab-section-1 {padding-right: 0%; }
.ab-section-1::after{ opacity: .05; }
.ab-list-r3 > div{ width: 46%; }
.ab-con{width: 100%;} 
.ab-pic{width: 100%;} 
.ab-right .ab-con{order: 1;} 
.ab-right .ab-pic{order: 2;} 

}
@media (max-width: 576px) {
.ab-section-1::after{ width: 250px; height: 250px; }    
.ab-list-r3 > div{ width: 100%; }
}

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