
/* Common STYLES
-------------------------------------------------- */
.p_title {
    margin-top:62px;
    margin-bottom:22px;
    font-size: 48px;
    color: #232323;
    text-align: center;
}
.p_description {
    font-size: 24px;
    color: #232323;
    width:80%;
    margin-left:10%;
}
.line {
    height: 4px;
    width: 88px;
    background-color: #017bc4;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:54px;
}
#navbar {
    float: right;
}
@media only screen and (max-width: 450px) {
    #navbar {
        float: none;
    }
}
/* Jumbotron
-------------------------------------------------- */
.jumbotron {
    margin:0;
    height:520px;
    width:100%;
    background-image: url(../img/ab_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    position: absolute;

    background-color: #e8e8e8;
}
.jumbotron>.container {
     margin-top:80px;
}
.jumbotron_title {
    letter-spacing: 8px;
    margin-bottom: 20px;
}
.jumbotron_desc {
    letter-spacing: 5px;
}



.about {
    padding:0;
    position: absolute;
    margin-top:380px;
}
#about_bottom {
    background-color:#ffffff;
    padding:30px 20px 30px 20px;
}
.about_description {
    padding:0;
}
.about_team {
    margin-top:60px;
    margin-bottom:60px;
}
.ab_team_lt {
    height:1px;
    border:1px solid gray;
    margin-top:30px;
}
.ab_team_ce {
    height:1px solid #e8e8e8;
    font-size:42px;
}
.ab_per {
    padding: 0;
    height:auto;
}
.ab_per_bottom {
    height:auto;
    margin-bottom: 50px;
    padding:0;
}
.ab_img {
    position: absolute;
    width: 100%;
}
.ab_content {
    height: 380px;
    margin-left:10px;
    margin-right:10px;
    margin-top:60px;
    background-color: #e8e8e8;
    padding-bottom: 20px;
}
.ab_content:hover {
    background-color: #4682B4;
    color: #ffffff;
}
.ab_btn {
    width:130px;
    margin:130px auto 40px;
    height:40px;
    background-color:#007cc3;
    color:#ffffff;
    font-size:18px;
    line-height:40px;
}
.ab_avatar {
    width:130px;
    height:130px;
}
.va {
    padding:0;
    margin-bottom:15px;
    height:auto;
}
.ab_com_pro {
    width:100%;
    height:100%;
}
.about_cont {
    color: #555555;
    font-size: 16px;
    text-indent : 34px; 
}
.about_content {
    padding-left: 15px;
    padding-right:15px;
}

/* responsive for mobile
-------------------------------------------------- */
.jumbotron_container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}
@media only screen and (max-width: 450px) {
    .jumbotron {
        height: 200px;
    }
    .jumbotron_title {
        letter-spacing: 5px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .jumbotron_desc {
        letter-spacing: 3px;
        font-size: 20px;
    }
    .jumbotron_container {
        margin-top: 25px;
    }
    .about {
        margin-top: 200px;  
    }
}