
.bg-image {
	background-image: url('../../images/banners/about_bct_bg.jpg');
}

/*artcile-title*/
h1.article-title{
	color:#6e6f76;
	font-size: 150%;
}

/*setting of href link text (article title)*/
h1.article-title a:link{
	color:#00a046;
	text-decoration: none;
}
 
h1.article-title a:visited{
	color:#00a046;
	text-decoration: none;
}
 
h1.article-title a:hover{
	color:#00a046;
	text-decoration: none;
}

/*the space of page end*/
div.item-page{
	margin-bottom: 60px;
}

/*disable the divider vertical, pagenav, article aside, page header*/
hr.divider-vertical{
	display: none;
}

ul.pager.pagenav{
	display: none;
}

aside.article-aside{
	display: none;
}

div.page-header{
	display: none;
}
/*title&subtitle*/
h4{
	font-size: 16px;
	font-weight: 600;
	color:#00a046;
}

/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {



}

@media screen and (max-width: 319px) {


}