.tableRecuitment{
	width:100%;
}
.tableRecuitment thead tr th {
    background: #eeeeee;
    font-weight: bold;
    padding: 14px 0;
    padding-left: 20px;
}
.tableRecuitment tbody tr td{
	padding:20px;
}
.tableRecuitment tbody tr td:first-child{
	font-weight: bold;
}
.tableRecuitment tbody tr td:last-child{
	text-align: right;
}
.tableRecuitment tbody tr td:nth-child(3){
	font-weight: bold;
	color:#a60d12;
	text-transform: uppercase;
}
table.tableRecuitment a {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    background: #a60d12;
    color: #ffffff;
    display: inline-block;
    padding: 4px 10px 4px 40px;
    position: relative;
    text-align: left;
}
table.tableRecuitment a span{
	display: block;
}
table.tableRecuitment a:before{
	content: "\f046";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	line-height: 32px;
}
table.tableRecuitment a:hover{
	background: #ce8a14;
}
.tableRecuitment tbody tr:nth-child(even) td{
	background: #eeeeee;
}
.tableRecuitment{
	margin-bottom: 35px;
}
/*===========================================*/
.boxInfo{
    padding: 20px 25px;
    background: #f2f2f2;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.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;
    font-weight: bold;
}
/*==================================================*/
.boxRecruit{
	margin-bottom: 15px;
}
.boxRecruit.bb{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.boxRecruit .title{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color:#a60d12;
	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;
}
.titleRecruit{
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.addressR .be{
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.addressR .be:before{
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color:#a60d12;
}
/*========================================================*/
/*==============================================*/
.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:#a60d12;
}
.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: 190px;
    height: 40px;
    background: #a60d12;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.formRecruit button span{
    position: relative;
}
.formRecruit button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #ce8a14;
    -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%;
}
}