@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

body {
	font-family: 'Oswald', sans-serif;
}

/*background*/
#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg img {
	width: 100%;
	max-height: 100vh;
	height: 100%;
}

#header {
	position: absolute;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #000;
	width: 100%;
	height: 50px;
}

#header a {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
}


#choose {
	width: 100%;
	text-align: center;
	margin-top: 0%;
	justify-content: center;
	align-items: center;
	display: flex;
}

#choose .choose-wrapper {
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin: 5px;
	border: solid 8px rgb(74, 179, 231);
}

#choose .choose-wrapper:hover {
	cursor: pointer;
	border: solid 10px #0e2f6e;
}

#choose .choose-wrapper .choose-des {
	padding: 5px;
}

#choose .choose-wrapper .choose-des span {
	color: #0e2f6e;
	display: block;
	font-weight: 500;
	letter-spacing: 2px;
	padding-top: 10px;
	font-size: 32px;
	text-align: center !important;
}
@media(max-width: 786px){
#choose {
	display: block;
}
.biz-grid{
	margin-top: 20px;
}
}