*{
	margin: 0;
	padding: 0;
}
.warp {
	width: 1170px;
	margin: auto;
}
.recruitment {
	margin: 0;
	width: 100%;
	padding: 0; 
}

.recruitment .view-detail {
    text-align: center;
    text-align: -webkit-center;
}
.recruitment .view-detail button {
    background: #0192c9;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.recruitment .css-content {
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}
.recruitment .filter_localtion {
	float: right;
    width: 100%;
    text-align: right;
    color: #333;
    margin: 20px 0;
}
.recruitment .filter_localtion select {
    height: 30px;
    width: 100px;
    padding-left: 5px;
    color: #333;
    outline: none;
}
.recruitment_content {
    margin: 20px 0;
}
.recruitment_content table {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
.recruitment_content tr {
	line-height: 55px;

}
.recruitment_content .fa-map-marker{
    color: #d2213b;
    font-size: 23px;
    padding-right: 10px;
}
.recruitment_content tr:first-child {
    font-size: 18px;
	color: #fff;
    background-color: #0192c9;
    background-image: -webkit-linear-gradient(#0192c9, #0188bb);
    background-image: -o-linear-gradient(#0192c9, #0188bb);
    background-image: linear-gradient(#0192c9, #0188bb);
}
.recruitment_content tr:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
}
.recruitment_content tr td {
    padding: 5px 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.recruitment_content tr td span {
    padding-left: 10px;
}
.recruitment_content tr td:first-child {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.recruitment_content tr td:first-child span{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}
.recruitment_content tr:last-child {
    border-bottom: none;
}
.paginate {
    text-align: center;
}

/*TRANG CHI TIÊT*/
.recruitment_show {
    margin: 20px 0;
}
.recruitment_show_left {
    width: 70%;
    box-sizing: border-box;
    padding-right: 20px;
    float: left;
}
.recruitment_show_left_content .info{
    padding: 20px 0;
}
.recruitment_show_left_content .info span{
    padding: 0px 20px;
    font-size: 15px;
    color: #666;
}
.recruitment_show_left_content .info span i{
    padding: 0px 10px;
}
.recruitment_show_sidebar {
    width: 30%;
    box-sizing: border-box;
    float: right;
    padding: 0 30px;
    background: #ededed;
}
.recruitment_show_sidebar .item {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #bdbcbc;
}
.recruitment_show_sidebar .item:last-child {
    border-bottom: none;
}
.recruitment_show_sidebar .text {
    width: calc(100% - 70px);
    float: right;
}
.recruitment_show_sidebar .text p {
    line-height: 2em;
}
.recruitment_show_sidebar .icon {
    width: 60px;
    height: 50px;
    float: left;
}
.recruitment_show_sidebar .icon-hoaphat {
    width: 50px;
    height: 50px;
}
.icon-2 {
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-2.png);
    background-repeat: no-repeat;
    background-position: -10px 0px;
}
.icon-3 {
    width: 30px;
    height: 40px;
    float: left;
    background-image: url(../image/icon-3.png);
    background-repeat: no-repeat;
    background-position: -10px 5px;
}
.icon-4{
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-4.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.icon-1 {
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-1.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.icon-5 {
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-5.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.icon-6 {
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-6.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.icon-7 {
    width: 60px;
    height: 50px;
    float: left;
    background-image: url(../image/icon-7.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.icon-8 {
    width: 35px;
    height: 30px;
    float: left;
    background-image: url(../image/icon-8.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.recruitment_show_left_content_related {
    margin: 20px 0;
}
.recruitment_show_left_content_related .related_item {
    height: 45px;
    margin-bottom: 20px;
}
.recruitment_show_left_content_related .related_item li{
    line-height: 45px;
    font-size: 16px;
}
.related_item a {
    color: #666;
}
.related_item li a:hover {
    color: #1190e4;
}
.related_item li:last-child{
}

/*Trang tuyển dụng mobile*/
.warp_mobile {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}
.recruitment_company_mobile {
    padding: 0 10px;
}
.recruitment_content_mobile {
    width: 100%;
}
.recruitment_content_mobile {
    margin: 20px 0;
}
.recruitment_content_mobile table {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
.recruitment_content_mobile tr {
    line-height: 30px;

}
.recruitment_content_mobile th:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 0;
}
.recruitment_content_mobile tr:first-child {
    font-size: 14px;
    color: #fff;
    background-color: #0192c9;
    background-image: -webkit-linear-gradient(#0192c9, #0188bb);
    background-image: -o-linear-gradient(#0192c9, #0188bb);
    background-image: linear-gradient(#0192c9, #0188bb);
}
.recruitment_content_mobile tr:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
}
.recruitment_content_mobile tr td {
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.recruitment_content_mobile tr td:first-child {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.recruitment_content_mobile tr td:first-child span{
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
.recruitment_content_mobile tr:last-child {
    border-bottom: none;
}
.recruitment_content_mobile .fa-map-marker {
    color: #d2213b;
    font-size: 23px;
}

.recruitment_show_left_mobile {
    width: 100%;
}
.recruitment_show_left_mobile_content h1 {
    font-size: 20px;
    line-height: 1.5em;
}

.recruitment_show_sidebar_mobile {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #ededed;
}
.recruitment_show_sidebar_mobile .item {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #bdbcbc;
    background-color: #ededed;
}
.recruitment_show_sidebar_mobile .item:last-child {
    border-bottom: none;
}
.recruitment_show_sidebar_mobile .text {
    width: calc(100% - 70px);
    float: right;
}
.recruitment_show_sidebar_mobile .text p {
    line-height: 2em;
}
.recruitment_show_sidebar_mobile .icon {
    width: 60px;
    height: 50px;
    float: left;
}
.recruitment_show_sidebar_mobile .icon-hoaphat {
    width: 50px;
    height: 50px;
}

.recruitment_show_left_content_related_mobile .related_item li {
    line-height: 35px;
    font-size: 16px;
}

/*Slide tuyển dụng*/

.slider-recruimenu {
    width: 100%;
    margin: 0;
}
.slider-recruimenu img {
    width: 100%;
}