/*----------jobs----------*/
.banner-wrapper{
    height:280px;
    background:#eee url("../images/banner_07_02.png")  no-repeat 50% center;
}
.banner-text{
    background-color: #fff;
    padding:15px 20px;
    margin-top:40px;
    opacity: 0.9;
}
.banner-text h4{
    color:#124395;
    font-weight: 700;
}
.banner-text p{
    color:#3f4048;
}
.banner-text a{
    color:#F1A121;
}

/*main*/
.main{
    margin:40px 0;
}
.about-content{
    background-color: #fff;
    padding:10px 30px 30px;
    margin-bottom:80px;
    font-size:16px;
}
.about-content .title{
    margin-bottom:15px;
}
.about-content .title-text{
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 18px;
}
/*.form-edit{
    max-width: 400px;
}*/
