@charset "UTF-8";
/**job_list**/
#title.job_single{
    position: relative;
}
.job_single .title_w{
    background-position: center -100px;
    padding:175px 0;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.job_single .page_title{
    position: absolute;
    left:12%;
    z-index: 1;
    top:40%;
    background-color:#fff;
    padding:20px 70px;
}
.job_single .page_title h2{
    font-size: 1.7em;
}



#single_job table td{
    padding:25px;
    border-bottom: 1px solid #ddd;
}
#single_job table td:nth-child(odd){
    background-color:#f5f5f5;
    width: 30%;
    font-weight: bold;
}

/***single***/
/**single_link**/
/*prev_next*/

.single_link_w{
	transition:all .4s linear;
	background-color:#fff;
	border-left:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
.single_link_w:nth-child(2){
    border-right:1px solid #f5f5f5;
}
.single_link_w:hover{
	background-color:#fafafa;
}
.single_link_w a{
	display: block;
	width:100%;
	padding:20px 15px;
}
.single_link a i{
	margin-left:5px;
}
.single_link_w p{
    line-height: 1.2em;
    font-size: .92em;
    margin-bottom: 0;
}

@media screen and (max-width: 572px) {
	.single_link_w a{
		font-size:0.85em;
		padding:10px;
	}
	.post_inner iframe{
		width:100%;
		min-height:230px;
		height: auto
	}
	
}

/**single_img**/
.post_inner h1.blog_title{
    margin: 30px 0;
    font-size: 1.4em;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.post_text_w img{
    max-width:100%;
    height: auto;
}
