/* About Us ===================================================================== */
.wrap-about, .wrap-about li {
  line-height: 2rem;
}
.wrap-about ul, .wrap-about ol {
  padding-left: 20px;
}
.content-box {
  margin: 5% auto;
  line-height: 2rem;
}
.content-box a:hover {
  color: #007bff;
}
.content-box h3 {
  margin-bottom: 17px;
  font-size: 1.5rem;
  font-weight: 700;
}
.content-box p {
  line-height: 2rem;
}
.content-box .line {
  border-right: 1px solid #e4e8e7;
}

.gray-bg {
  background: #f7f7f7;
}

.services-item {
  margin-bottom: 20px;
  text-align: center;
}
.services-item .services-icon {
  margin-bottom: 32px;
}
.services-item .services-title {
  margin-bottom: 20px;
}

.about-text p{
    line-height: 1.5;
    margin-bottom: 24px;
}
.about-pic-2{
    padding-bottom: 60%;
    position: relative;
}
.about-pic-2 div:nth-child(1){
    padding: 20px;
    width: 60%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.about-pic-2 div:nth-child(1)::after{
    content: "";
    width: 100px;
    height: 100px;
    background-color: #3D6CC8;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 20px 0;
}
.about-pic-2 div:nth-child(1) img{
    border-radius: 20px 0 0 20px;
}
.about-pic-2 div:nth-child(2){
    width: 60%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 20px;
}
.about-pic-2 div:nth-child(2)::after{
    content: "";
    width: 100px;
    height: 100px;
    background-color: #3D6CC8;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    border-radius: 20px 0;
}
.about-pic-2 div:nth-child(2) img{
    border-radius: 0 20px 20px 0;
}
.about-pic-1{
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}
.about-pic-1::after{
    content: "";
    width: 90%;
    height: 90%;
    background-color: #3D6CC8;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    
}
@media (max-width: 768px){
    .about-pic-2{
    padding-bottom: 0;
    position: unset;
}
    .about-pic-2 div:nth-child(1){
        padding: 0 0 20px 0;
        width: 100%;
        position: unset;
    }
    .about-pic-2 div:nth-child(1)::after{
        display: none;
    }
    .about-pic-2 div:nth-child(1) img{
        border-radius: 0;
    }
    .about-pic-2 div:nth-child(2){
        width: 100%;
        position: unset;
        padding: 0 0 20px 0;
    }
    .about-pic-2 div:nth-child(2)::after{
        display: none;
    }
    .about-pic-2 div:nth-child(2) img{
        border-radius: 0;
    }
    .about-pic-1{
        padding: 0;
        position: unset;
        margin-bottom: 30px;
    }
    .about-pic-1::after{
        display: none;}
}
/* Timeline ===================================================================== */
.bg-timeline {
/*
  background: url(/images/theme-b67/history.jpg) no-repeat center bottom;
  background-size: 100% auto;
*/
  padding-top: 80px;
}
.wrap-about .history_list{
    padding-left: 80px;
}
.history_list:before {
    content: "";
    display: block;
    position: absolute;
    left: 67px;
    top: 20px;
    width: 3px;
    height: 100%;
    background: #3D6CC8;
    z-index: -1;
}
.history_list>li::marker {
    color: #3D6CC8;
    font-size: 40px;
}
.history_list>li .year {
    color: #3D6CC8;
    font-size: 40px;
    position: relative;
    display: block;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 15px;
}
.history_list .info ul{
    padding: 15px 20px 20px 40px;
}
.history_list .info ul li{
    line-height: 2rem;
    display: flex;
    margin: 15px 0;   
    flex-wrap: wrap;
}
.history_list .info ul li::marker{
    color: #3D6CC8;
}
.history_list .info ul li strong{
    color: #3D6CC8;
    margin-right: 30px;
    display: block
}
.history_list .info ul li span{
    display: block;
    max-width: 80%;    
}

@media (max-width: 990px) {
  .wrap-about .history_list{
    padding-top: 50px;  
}
}

@media (max-width: 768px) {
  .wrap-about .history_list{
    padding-left: 0px;  
}
  .history_list:before {
    display: none;
}    
  .history_list>li {
    list-style: none;
}    
  .history_list>li .year {
    font-size: 30px;
    padding-left: 0;
    margin-bottom: 0;  
}    
  .history_list .info ul{
    padding: 15px;
}      
}