.recruitDes{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 25px;
}
.tableRecuitment{
    width:100%;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.tableRecuitment thead tr th {
    background: #f2f2f2;
    font-weight: bold;
    padding: 11px 20px;
    text-transform: uppercase;
}
.tableRecuitment tbody tr td{
    padding: 13px 20px;
}
.tableRecuitment thead tr th:first-child,
.tableRecuitment tbody tr td:first-child{
    text-align: left;
}
.tableRecuitment thead tr th:last-child,
.tableRecuitment tbody tr td:last-child{
    text-align: right;
}
.tableRecuitment tbody tr td:last-child{
    color:#1fbcbc;
}
.tableRecuitment tbody tr:nth-child(even) td {
    background: #f9f9f9;
}
/*========================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dotted 1px rgba(0,0,0,0.2);
}
.the-title h1,
.the-title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
}
.rowmn {
    margin: 0px -15px;
}
.rowmn:after {
    content: "";
    display: block;
    clear: both;
}
.rowmn .col2 {
    width: 200px;
    float: left;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 24px;
    color:#1fbcbc;
    font-weight: bold;
}
.rowmn .col10 {
    width:-webkit-calc(100% - 200px);
    width:-moz-calc(100% - 200px);
    width:-o-calc(100% - 200px);
    width:calc(100% - 200px);
    float: left;
    padding: 0px 15px;
}
.recuitment-content{
    margin-bottom: 20px;
}
.recuitment-content .info-row {
    border-bottom: dotted 1px #cccccc;
    padding: 15px 0px;
}
.recuitment-content .info-row:first-child {
    padding-top: 0;
}
/*======================================================*/
.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: #1fbcbc;
}
.clockRecruit strong{
    color:#1fbcbc;
}
.boxRecruit{
    padding: 15px 20px;
    background: #1fbcbc;
    margin-bottom: 40px;
}
.boxRecruit .title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
    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;
}
/*===================================================*/
.formRecruit .title{
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    color:#1fbcbc;
}
.formRecruit .title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: solid 2px #1fbcbc;
}
.formRecruit .content {
    padding: 25px;
    background: #fafafa;
}
.formRecruit label{
    font-weight: normal;
    width:120px;
    float:left;
}
.formRecruit label span{
    color:#a60d12;
}
.formRecruit .colRight{
    float:left;
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:-ms-calc(100% - 120px);
    width:calc(100% - 120px);
}
.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: 190px;
    height: 40px;
    background: #1fbcbc;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formRecruit button:before{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.formRecruit button:hover{
    background: #333333;
}
.formRecruit .arrow {
    -webkit-appearance: initial;
    background-image: url(../images/contact/icon.jpg);
    background-repeat: no-repeat;
    background-position:  center right 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;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.rowmn .col2,
.rowmn .col10  {
    width: 100%;
}
}

@media all and (max-width: 768px){
.formRecruit .content{
    padding: 15px;
}
.gridR .col{
    width: 100%;
}
.the-title h1, .the-title h2{
    font-size: 28px;
    line-height: 36px;
}
}

@media all and (max-width: 520px){
.formRecruit label,
.formRecruit .colRight{
    width: 100%;
}
}