
.join_header{
    display:flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background: #03418E;
    color:#fff;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    color: #FFFFFF;
    padding: 23px 40px;
    box-sizing: border-box;
}

.join_header div{
    min-width:140px;
    white-space: nowrap;
    text-align: center;
}
.join_header div:last-child{
    margin-right: 0;
 }

.join_header .row{
    width:424px;
    flex: 0 0 424px;
    margin-right: 0;
    text-align: left;
}

.join_table{
    background:#fff;
    color:#03418E
}

.join_table div{
    min-width: 140px;
    white-space: nowrap;
    text-align: center;
}

.join_table div:last-child{
    margin-right: 0;
}

.join_table .row{
    width:424px;
    flex: 0 0 424px;
    text-align: left;
    margin-right: 0;
}

.right_icon img{
    width: 20px;
    height: 20px;

}

.jobDetails{
    width: 100%;
    background: #f5f5f5;
    min-height: 300px;
    padding: 20px 30px;
    box-sizing: border-box;
    word-wrap:break-word;
    transition:  all 1s ease; 
}

.jobDetails p{
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height:30px
}

.jobDetails_pagings{
    margin-top: 40px
}

.table_content{
    margin-top:10px;
}

.center_table{
    margin-top:30px
}

.aboutJoin{
    margin-top: 0;
}