.nav_button{
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    cursor: pointer;
}
.subscribe_submit{
    background: #fd6639;
    padding: 5px 8px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: none;
    border: none;
    color: #fff;
}
/* profile */

.about_section {

}
.about_country{
    padding: 11px 30px;
    background: #037787;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}
.about_country>i, .about_title>i{
    display: none;
}
.about_content_wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.about_row{
    display: flex;
    flex-flow: row;
    padding: 20px 10px;
    border-bottom: 1px dotted #b6b6b6;
}
.about_partial{
    margin-bottom: 10px;
}
.about_title{
    color: #00a5bc;
    border-bottom: 2px solid #b6b6b6;
    line-height: 32px;
    padding-bottom: 10px;
}
.about_name{
    min-width: 250px;
    font-weight: bold;
}
.about_content{
    flex:auto;
    display: flex;
}
.left{
    width: 170px;
    margin-right: 8px;
}
.right{
    flex: auto;
}
.about_remark{
    min-width: 200px;
}

.about_phone{

}
.about_contact_info{
    margin-top: 8px;
}
.about_info_box{
    margin-right: 16px;
}

.site_url{
    padding: 15px 0 0;
}
.performance_list{
    padding-bottom:1px;
}
.performance_head{
    min-width: 200px;
    font-weight: bold;
    border-bottom: solid 1px;
    font-size:120%;
}
.attention{
    padding-bottom:10px;
}
/* end of profile */

@media screen and (max-width: 980px){
}
