/*======================================================================*/
.linkAll{
    text-align: center;
}
.linkAll a{
    display: inline-block;
    width: 180px;
    background: #fafafa;
    letter-spacing: 2.25px;
    border:solid 1px rgba(0,0,0,0.15);
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.linkAll a:hover{
    background: #bf1e2e;
    color:#ffffff;
}
/*========================================================*/
.recruitTools {
    background: #fafafa;
    padding:30px 0px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
}
.recruitTools.nobg{
    background: transparent;
}
.gridR{
    margin: 0 -5px;
}
.gridR:after{
    content: "";
    display: block;
    clear: both;
}
.gridR .col1{
    width:60%;
    float:left;
    padding:0 5px;
}
.gridR .col2{
    width:25%;
    float:left;
    padding:0 5px;
}
.gridR .col3{
    width:15%;
    float:left;
    padding:0 5px;
}
.gridR .col4{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.gridR .col5{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
}
.recruitTools input[type="text"],
.recruitTools select{
    width:100%;
    height:40px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    font-size: 15px;
    line-height: 23px;
}
.recruitTools button{
    width:100%;
    height:40px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.15px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background: transparent;
    background: #19ace2;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.recruitTools button:hover{
    background: #000000;
}
.ds_share{
    border-top: solid 1px rgba(0, 0, 0, 0.07);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.ds_share .txt{
    margin-right: 15px;
}
.ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
/*========================================================*/
.recruitTable .txt{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.recruitTable .txt span{
}
.recruitTable table{
    width:100%;
    font-size: 15px;
    line-height: 23px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
}
.recruitTable table tr th {
    background: #fafafa;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 13px 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.recruitTable table tr th:last-child{
    border-right: solid 1px #dcdcdc;
}
.recruitTable table tr td {
    padding: 16px 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.recruitTable table tr td:last-child{
    border-right: solid 1px #dcdcdc;
}
/*========================================================*/
.recruitTitle h1{
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color:#555555;
}
.recruitTitle{
    margin-bottom: 25px;
}
.gridRR:after{
    content: "";
    display: block;
    clear: both;
}
.gridRR .col{
    width:50%;
    float:left;
}
.recruitInfo{
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}
.recruitInfo .Attr {
    padding: 8px 0px;
    border-top: solid 1px rgba(0, 0, 0, 0.07);
}
.recruitInfo .Attr .n{
    width: 170px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
.recruitInfo .Attr .t{
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
}
.recruitInfo .Attr .c{
    color: #970000;
}
.rTools a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    border-top: solid 1px rgba(0, 0, 0, 0.07);
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    padding: 8px 0px 7px;
}
.rTools a span{
    padding-right: 20px;
    position: relative;
}
.rTools a span:before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0e4b8e;
}
.recruitRegis a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color:#ffffff;
    background: #0e4b8e;
    width: 270px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.recruitRegis{
    margin-bottom: 30px;
}
.recruitRegis a:hover{
    background: #ba2221;
}
/*=====================================================*/
.boxRecruitSidebar{
    margin-bottom: 20px;
    background: #fafafa;
}
.boxRecruitSidebar .title {
    background: #19ace2;
    padding: 14px 20px;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.boxRecruitSidebar .content{
    border: solid 1px #eeeeee;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    border-top: none;
}
.boxRecruitSidebar .content p{
    padding:0;
}
.boxRecruitSidebar .content .t1{
    color:#ed1c24;
}
/*=====================================================*/
.boxRecruit{
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
    background: #fafafa;
    padding: 20px;
}
.boxRecruit .title {
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.boxRecruit .title .toggle{
    width:20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.boxRecruit .title .toggle:before{
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.boxRecruit.closez .title .toggle:before{
    content: "\f067";
}
.boxRecruit .title h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.boxRecruit .content{
    font-size: 15px;
    line-height: 23px;
}
.boxRecruit.nop .content{
    padding:0;
}
.boxRecruit .partContent:last-child{
    margin-bottom:0;
}
.boxRecruit .partContent{
    margin-bottom: 40px;
}
.boxRecruit .partContent p{
    padding: 2px 0px;
}
.boxRecruit .partContent .t1{
    text-transform: uppercase;
}
.boxRecruit .partAddress .be{
    padding-left: 25px;
    position: relative;
}
.boxRecruit .partAddress .be:before{
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color:#c51b21;
}
.boxRecruit .partAddress .be a.map{
    color:#c51b21;
    text-decoration: underline;
}
.gridPR{
    margin: 0 -5px;
}
.gridPR:after{
    content: "";
    display: block;
    clear: both;
}
.gridPR .col{
    width:50%;
    float: left;
    padding: 0 5px;
}
.boxRecruit .divP p.mb{
    margin-bottom: 5px;
}
.boxRecruit .divP a{
    display: block;
    color:#ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    padding: 9px 0px;
}
.boxRecruit .divP a span{
    padding-left: 25px;
    position: relative;
}
.boxRecruit .divP a span:before{
    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: 20px;
    line-height: 28px;
    font-weight: normal;
}
/*======================================================*/
.formRecruit label{
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    width: 120px;
    float:left;
}
.formRecruit label span{
    color:#e80000;
}
.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: 193px;
    resize: none;
}
.formRecruit button {
    width: 100%;
    background: #19ace2;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 8px 0px;
    position: relative;
}
.formRecruit button span{
    position: relative;
}
.formRecruit button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #040205;
    -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;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
.gridR .col5{
    width: 100%;
    margin-bottom: 10px;
}
}

@media all and (max-width: 991px){
.gridRR .col{
    width:100%;
}
.recruitTitle h1{
    font-size: 25px;
    line-height: 33px;
}
.gridR .col1,
.gridR .col2,
.gridR .col3{
    width: 100%;
    margin-bottom: 10px;
}
.gridR .col3{
    margin-bottom: 0;
}
.gridR .col5{
    width: 33.333333%;
    margin-bottom: 0px;
}
}

@media all and (max-width: 768px){
.recruitTable table:before {
    content: attr(data-cont);
    background: #f5f5f5;
    display: block;
    border: solid 1px #dcdcdc;
    border-bottom: none;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.recruitTable table thead {
    display: none;
}
.recruitTable table tr {
    display: block;
    padding: 15px 20px;
    border: solid 1px #dfdfdf;
    border-bottom: none;
}
.recruitTable table tr td{
    display: block;
    padding:0;
    border:none !important;
    margin-bottom: 10px;
}
.recruitTable table tr td.af {
    padding-left: 95px;
    position: relative;
    margin-bottom: 5px;
}
.recruitTable table tr td.af:before{
    content: attr(data-cont);
    position: absolute;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
    left: 0;
    top: 0;
}
.gridR .col4{
    width: 100%;
}
}

@media all and (max-width: 420px){
.formRecruit label{
    width: 100%;
    float: none;
}
.formRecruit .colRight{
    width: 100%;
}
.gridR .col5{
    width: 100%;
    margin-bottom: 10px;
}
}