.sub-section-1 {
    background-image: url(../program/img/company_section_1_bg.jpg);
    background-size: cover;
    background-position: center;
}
.sub-section-1 .title-container .section-title {
    color: #ffffff;
}
.sub-section-1 .content-container {
    text-align: center;
    font-size: 0;
}
.sub-section-1 .content-container .fit {
    display: inline-block;
    width: 326px;
    margin: 48px 0;
}
.sub-section-1 .content-container .fit .circle {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(74, 142, 223, 0.5);
    color: #ffffff;
    font-size: 36px;
    line-height: 250px;
    font-weight: 700;
}
.sub-section-1 .content-container .fit img {
    display: inline-block;
    margin-top: 30px;
    height: 156px;
}
@media only screen and (max-width: 979px) {
    .sub-section-1 .content-container .fit {
        display: block;
        margin: 72px auto;
    }
}



.sub-section-2 {

}
.sub-section-2 .content-container {
    max-width: 1920px;
    margin-top: 72px;
    padding: 0 12px;
	font-size: 0;
}

.sub-section-3 {
    background-color: #f1f5fa;
}
.sub-section-3 .content-container {
    max-width: 1920px;
    margin-top: 72px;
    padding: 0 12px;
	font-size: 0;
}

.sub-section-4 {

}
.sub-section-4 .content-container {
    max-width: 1920px;
    margin-top: 72px;
    padding: 0 12px;
	font-size: 0;
}

.sub-section-5 {
    background-color: #f1f5fa;
}
.sub-section-5 .content-container {
    max-width: 1920px;
    margin-top: 72px;
    padding: 0 12px;
	font-size: 0;
}