#Content-Breadcrumb, #Content-About{
	width: 100%;
	float: left;
}

.box_breadcrumb{
	margin: 20px 0;
	width: 100%;	
	float: left;
}

.box_breadcrumb>a{
	font-size: 14px;
	color: #bb9347;
	text-transform: capitalize;
	line-height: 15px;
}

.box_breadcrumb>p{
	color: #bb9347;
	font-size: 14px;
	line-height: 15px;
	margin: 0 8px;
}

.box_about{
	width: 100%;
	float: left;
}

.title_about{
	width: 100%;	
	float: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.title_about>h2{
	font-size: 22px;	
	color: #bb9347;
	line-height: 35px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
}

.title_about>h2:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #bb9347;
	left: 0;
	bottom: -1px;
}

.content_about{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}	

.content_about>p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin: 6px 0;
	width:100%;
}

.content_about img{
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	float: none;
}

h3 {
	font-weight: bold;
    font-size: 18px;
}
