#body {
	padding-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
}
#body > div {
	background: none;
	padding-bottom: 0;
}
#bd-banner .owl-dots {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#bd-banner .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 4px;
	background: #fff;
	border-radius: 50%;
}
#bd-banner .owl-dot.active {
	background: #fd8624;
}
#bd-category {
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
#bd-category > a {
	float: right;
	width: 263px;
	height: 198px;
	padding: 165px 45px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	background: url(../images/img_home.jpg);
}
#bd-category > div {
	float: left;
	width: calc(100% - 275px);
	overflow: hidden;
}
#bd-category > div > h2 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	color: #827a76;
	border-bottom: 3px solid #0060a1;
}
#bd-category > div > form {
	float: right;
}
#bd-category > div > form > select {
	width: 160px;
}
#bd-category > div > form > .ui-selectmenu-button {
	vertical-align: top;
}
#bd-category > div > form > .ui-selectmenu-button > .ui-selectmenu-text {
	line-height: 30px;
	padding: 0 15px;
}
#bd-category > div > dl {
	float: left;
	width: 100%;
	padding: 5px;
	border-top: 1px solid #d4d4d4;
	overflow: hidden;
}
#bd-category > div > dl > dd {
	float: left;
	width: 33%;
}
#bd-category > div > dl > dd > a {
	display: block;
	margin-top: 5px;
	padding-left: 18px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/point_02.png) no-repeat;
}
#bd-adv > div {
	margin: 10px 30px;
}
#bd-adv > div .owl-nav {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#bd-adv > div .owl-prev, #bd-adv > div .owl-next {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 17px;
	text-indent: -9999px;
	background-position: center;
}
#bd-adv > div .owl-prev {
	left: 0;
	background-image: url(../images/btn_area_back.png);
}
#bd-adv > div .owl-next {
	right: 0;
	background-image: url(../images/btn_area_next.png);
}
/* Media queries/
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-category > a {
	float: none;
	margin: auto;
	display: block;
}
#bd-category > div {
	float: none;
	width: 100%;
	overflow: hidden;
}
#bd-category > div > form {
	display: none;
}
#bd-category > div > dl > dd {
	width: 100%;
}
}
