.recruitDes{
    text-align: justify;
    margin-bottom: 20px;
}
/*=============================================*/
.tableRecuitment{
    width:100%;
}
.tableRecuitment thead tr th {
    background: #00529c;
    font-weight: bold;
    padding: 14px 0;
    color: #ffffff;
    padding-left: 20px;
}
.tableRecuitment tbody tr td{
    padding:20px;
}
.tableRecuitment tbody tr td:first-child{
    font-weight: bold;
}
.tableRecuitment tbody tr td:last-child{
}
.tableRecuitment tbody tr td:nth-child(3){
    font-weight: bold;
    text-transform: uppercase;
}
.tableRecuitment tbody tr:nth-child(even) td{
    background: #eeeeee;
}
.tableRecuitment{
    margin-bottom: 35px;
}
/*===========================================*/
.recruitTitle{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.recruitTitle:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #333333;
    width: 50px;
}
.recruitTitle h1{
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: normal;
}
.boxInfo{
    padding: 10px 20px;
    background: #f5f5f5;
    margin-bottom: 15px;
}
.info{
    margin-bottom: 5px;
}
.info:after{
    content: "";
    display: block;
    clear: both;
}
.info:before{
    /* content: "\f111"; */
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    line-height: 22px;
    color:#0071c1;
}
.info .at{
    font-weight: bold;
    width: 160px;
    margin-right: 15px;
    float: left;
}
.info .at:before{
    content: ":";
    float: right;
}
.info .as{
    overflow: hidden;
}
.clockRecruit {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.clockRecruit:before{
    content: "\f017";
    font-family: fontAweSome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 34px;
    color: #00529c;
}
/*==================================================*/
.boxRecruit{
    margin-bottom: 15px;
}
.boxRecruit.bb{
    padding: 15px 20px;
    background: #00529c;
    margin-bottom: 40px;
}
.boxRecruit.bb .title{
    color:#ffffff;
}
.boxRecruit .title{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #ee3124;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.boxRecruit ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.boxRecruit ul li:before{
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color:#999999;
}
.addressR .be{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    color:#ffffff;
}
.addressR .be:before{
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}
/*========================================================*/
.titleRrcruit {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*==============================================*/
.gridR{
    margin: 0 -10px;
}
.gridR:after{
    content: "";
    display: block;
    clear: both;
}
.gridR .col{
    width:50%;
    float:left;
    padding:0 10px;
}
.gridB{
    margin: 0 -5px;
}
.gridB:after{
    content: "";
    display: block;
    clear: both;
}
.gridB .col {
    width: 33.33% !important;
    float: left;
    padding: 0 5px;
}
.formRecruit {
    padding: 35px 25px;
    background: #f2f2f2;
}
.formRecruit label{
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    width:150px;
    float:left;
}
.formRecruit label span{
    color: #dd0000;
}
.formRecruit .colRight{
    float:left;
    width:-webkit-calc(100% - 150px);
    width:-moz-calc(100% - 150px);
    width:-ms-calc(100% - 150px);
    width:calc(100% - 150px);
}
.formRecruit input[type="text"],
.formRecruit select,
.formRecruit textarea{
    width:100%;
    height:40px;
    padding-left: 15px;
    border: solid 1px #d1d1d1
}
.formRecruit input[type="file"] {
    width: 100%;
    background: #ffffff;
    border: solid 1px #d1d1d1;
    padding: 8px;
}
.formRecruit textarea{
    height: 300px;
    resize: none;
}
.formRecruit button {
    width: 240px;
    height: 50px;
    padding: 5px 15px;
    background: #00529c;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.formRecruit button span{
    position: relative;
}
.formRecruit button:after{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);   
}
.formRecruit button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #ee3124;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.formRecruit button:hover:before {
    bottom: 0;
}
.formRecruit .arrow {
    -webkit-appearance: initial;
    background-image: url(../images/contact/icon.jpg);
    background-repeat: no-repeat;
    background-position:  center right 15px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.tableRecuitment thead{
    display: none;
}
.tableRecuitment tbody tr {
    display: block;
    padding: 15px 20px;
    padding-left: 150px;
    position: relative;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
}
.tableRecuitment tbody tr:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width:130px;
    background: #eeeeee;
}
.tableRecuitment tbody tr td{
    display: block;
    padding: 0;
    background: #ffffff !important;
    position: relative;
    margin-bottom: 5px;
}
.tableRecuitment tbody tr td:first-child{
    display: none;
}
.tableRecuitment tbody tr td:before{
    content: attr(data-con);
    position: absolute;
    left: -130px;
    font-weight: bold;
    color:#333333;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
}
.gridR .col{
    width: 100%;
}
}

@media all and (max-width: 480px){
.formRecruit label{
    width:100%;
    float: none;
}
.formRecruit .colRight{
    width: 100%;
}
.formRecruit{
    padding: 10px 15px;
}
.boxInfo{
    padding: 10px;
}
.info .at{
    float: none;
}
.info .at:before{
    display: none;
}
}