.navbar_parent{
    width: 100%;
    height: 60%;
    background: url("../images/aboutus.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.article p:nth-child(1){
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.article p{
    font-size: 1.1rem;
    line-height: 2rem;
}
.text_aboutus{
    position: absolute;
    left: 15%;
    top: 40%;
    font-weight: bold;
    color: #ffffff;
    font-size: 4rem;
}
.in_aboout{
    background-size: 100% 100%;
}
.in_aboout_box{
    width: 77%;
}
.in_aboout .article{
    margin: 0 10% 0 10%;
    font-size: 0.8rem;
}
.in_aboout .about_bottom{
    padding: 2rem;
}
.in_aboout .about_bottom img{
    width: 80%;
}
.Corporate{
    background: url(../images/about_Corporate.png) no-repeat center center;
    background-size: 100% 100%;
    height: auto;
    padding: 3rem 10rem 10rem 10rem;

}
.Corporate .Corporate_Values{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    padding: 2rem;
}
.Corporate .Corporate_Values_description{
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}
.Corporate .Corporate_Values_list{
    display: flex;
    padding: 2rem 10rem 0 10rem ;
}
.Corporate .Corporate_Values_item{
    display: flex;
    padding: 3rem ;
}
.Corporate .Corporate_Values_list div{
    background: #FFFFFF;
    height: 25rem;
    margin: 1rem;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media(max-width: 768px) {
    .article p:nth-child(1){
        font-size: 1.8rem;
    }

}
/*.middle{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url("../images/about_middle_bg.png") no-repeat center center;*/
/*    background-size: 100% 100%;*/
/*    text-align: center;*/
/*}*/

/*.middle .container{*/
/*    padding-top: 3%;*/
/*}*/
/*.middle .four4{*/
/*    display: flex;*/

/*}*/
/*.middle .four4 div{*/
/*    flex: 1;*/

/*}*/
