.desc {
    font-size: 15px;
    line-height: 25px;
}
.dFlex {
    display: flex;
    align-items: center;
}
.flexRight{
    flex-direction: row-reverse;
}
.about-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.style-about1 {
    background: #0095da;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}
.human-first {
    background: #0095da;
    color: #ffffff;
    padding: 35px;
}
.human-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.style-about2 {
    position: relative;
    padding-top: 30px;
}
.style-about2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "“";
    font-size: 50px;
    line-height: 60px;
}
.list-human *[class^=col-]:nth-child(3n+1) {
    clear: left;
}
.list-human .item {
    margin-bottom: 30px;
}
.list-human .item .hImg {
    margin-bottom: 10px;
}
.list-human .item .hImg img {
    width: 100%;
}
.list-human .item .hName {
    font-weight: bold;
}
.list-human .item .hPosition {
    color: #0095da; 
}
.icon-about .item {
    margin-bottom: 20px;
    text-align: right;
}
.icon-about .item .iLeft {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 74px);
    padding-right: 15px;
}
.icon-about .item .iRight {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.list-history {
    position: relative;
    margin-bottom: 30px;
}
.list-history::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: '';
    border-left: 1px solid #0095da;
}
.list-history .item {
    position: relative;
    z-index: 1;
}
.list-history .iNum {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #0095da;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 0;
    background: #ffffff;
}
.list-history .iContent {
    width: 50%;
    margin-left: auto;
    padding: 20px 0 20px 45px;
}
.list-history .item:nth-child(2n) .iContent {
    margin-left: 0;
    margin-right: auto;
    padding: 20px 45px 20px 0;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .dFlex {
        display: block;
    }
    .flexRight .text-right {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .list-human .row {
        margin: 0 -8px;
    }
    .list-human *[class^=col-] {
        padding: 0 8px;
    }
    .list-human *[class^=col-]:nth-child(n) {
        clear: none;
    }
    .list-human *[class^=col-]:nth-child(2n+1) {
        clear: left;
    }
    .list-history .iContent {
        width: 100%;
        margin-left: auto;
        padding: 0 0 10px 0;
        margin-bottom: 30px;
        background: #ffffff;
        text-align: center;
    }
    .list-history .item:nth-child(2n) .iContent {
        margin-left: 0;
        margin-right: auto;
        padding: 0 0 10px 0;
        text-align: center;
    }
}