.jumbotron{
	/* min-height: 855px; */
	min-height: calc(100vh - 60px) !important;
}
.jumbotron .slogan{
    background-image: url(../img/careers.jpg);
}

.recruit{
	margin-top: 80px;
	margin-bottom: 20px;
}
.recruit-box .card{
	text-decoration: none;
	color: #333;
	display: grid;
	padding: 15px 10px;
	border-radius: 6px;
	border: 1px solid rgba(231,234,243,.7);
	box-shadow: none;
	margin: 15px 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.recruit-box .card:hover{
	-moz-box-shadow:0px 0px 15px 0px rgba(3,35,70,0.08);
	-webkit-box-shadow:0px 0px 15px 0px rgba(3,35,70,0.08);
	box-shadow: 0px 0px 15px 0px rgba(3,35,70,0.08);
}
.recruit-box .card .view{
	color: #00bbb4;
}
.recruit .title, .recruit .detal{
	padding-bottom: 15px;
}
