h2 {
	font-size: 30px;
	font-weight: bold;
	color: #57c4c7;
	text-align: center;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.hooper {
	height: auto;
}
.hooper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hooper-prev,
.hooper-next {
	width: 13px;
	height: 28px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.hooper-prev {
	background-image: url('/image/m_btn_back.png');
}
.hooper-next {
	background-image: url('/image/m_btn_next.png');
}
.hooper-prev > svg,
.hooper-next > svg {
	display: none;
}
#bd-service {
	padding: 50px 0;
	background: #f9f9f9;
}
#bd-service .hooper-list {
	padding: 10px 0;
}
#bd-service .hooper-slide a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 350px;
	height: 200px;
	margin: 10px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-service .hooper-slide a > * {
	display: block;
	position: absolute;
}
#bd-service .hooper-slide a > strong {
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	line-height: 45px;
	font-size: 18px;
	text-align: left;
	color: #fff;
	background: rgba(90, 200, 200, 0.8);
}
#bd-service .hooper-slide a > i {
	z-index: 2;
	right: 15px;
	bottom: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #57c4c7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-service > div {
	margin-top: 20px;
	text-align: center;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#bd-service .hooper-navigation {
		display: none;
	}
	#bd-service .hooper-track {
		display: block;
		text-align: center;
		transform: translate(0px, 0px) !important;
	}
	#bd-service .hooper-slide {
		display: inline-block !important;
		width: auto !important;
		margin: 10px !important;
	}
}
