h1 {
	background-image: url(/image/banner_news.jpg);
}
#bd-content > .image .owl-item div {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#bd-content > .image .owl-nav [class*=owl-] {
	display: inline-block;
}
#bd-content > .image .owl-prev {
	position: absolute;
	top: 178px;
	left: 20px;
}
#bd-content > .image .owl-next {
	position: absolute;
	top: 178px;
	right: 20px;
}
#bd-content > .image .owl-dots {
	margin: 5px;
	text-align: center;
}
#bd-content > .image .owl-dot {
	display: inline-block;
}
#bd-content > .image .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #ccc;
	border-radius: 50%;
}
#bd-content > .image .owl-dot.active span {
	background: #252447;
}
#bd-content > .text > p {
	margin-top: 20px;
}
#bd-content > .back {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
#bd-content > .image .owl-item div {
	height: 200px;
}
#bd-content > .image .owl-prev {
	top: 78px;
	right: 10px;
}
#bd-content > .image .owl-next {
	top: 78px;
	right: 10px;
}
}
