/* nav ul li:nth-child(2)::after{
	width: 100%;
	height: 1px;
	background-color: #222;
	content: "";
	position:absolute;
	top:16px;
	left: 0;
} */
#main_contents{
	background-color: #FFF;
}

#index .top_bg{
width: 100%;
min-width: 1380px;
margin: 0 auto;

height: 410px;
background: url(/wp-content/themes/uhuru/career/img/culture/bg.jpg) no-repeat top;
background-size: 100% auto;
z-index: -1;
position: fixed;
top:0px;
left: 0;
}
#index .top_bg_cover{
	width: 100%;
	margin-top: 0px;
	height: 410px;
	opacity: 1 !important;
	transform: translate(0,0) !important;
	background-color: rgba(0,0,0,0.5)

}
#index>h1{
	font-size: 1.5rem;
	color:#222;
	padding-top: 30px;
	z-index: 0;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
#index>.sub_category{
	font-size: 9rem;
	color:#FFF;
	font-weight: bold;
	position: absolute;
	top:332px;
	letter-spacing: 0.05em;
	width: 100%;
	text-align: center;
	opacity: 1 !important;
}

@media screen and (max-width: 765px) {
	#gheader{
		height: 60px
	}
	#index .top_bg{
		width: 100vw;
		min-width: 100vw;
		margin: 0 auto;
		height: 235px;
		background-size: auto 100%;
		z-index: -1;
		position: fixed;
		top:0px;
		left: 0;
	}
	#index .top_bg_cover{
		width: 100%;
		margin-top: 0px;
		height: 235px;
		background-color: rgba(0,0,0,0.5)
	}
	#index>h1{
		font-size: 1.3rem;
		color:#222;
		padding-top: 18px;
		z-index: 0;
		width: 100%;
		letter-spacing: 0.065em;
		background-color: #FFF;
		text-align: center;
	}
	#index>.sub_category{
		font-size: 5.5rem;
		color:#FFF;
		font-weight: bold;
		position: absolute;
		top:192px;
		letter-spacing: 0.05em;
		width: 100%;
		text-align: center;
	}
}
