/*Our Group CSS*/
.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}
.bg-image {
	background-image:url("../../images/banners/about_bct_bg.jpg") !important;
}

#t3-content h1{
    margin: 20px 0 10px;
}

.t3-content .subtitle {
	margin: 0 0 40px;
}

.t3-content h4{
	font-size: 16px;
	font-weight: 600;
	color:#00a046;
	margin: 0 0 29px
}

.t3-content h5{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin: 0 0 26px;
}

.t3-content strong{
    font-size: 15px;
}

.t3-content hr{
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}

.banner{
	text-align: center;
	margin: 30px 0;
}

.banner-mobile{
	display: none;
}

/*wide-range-of-benefits*/
.philosophies{
	background-image:url("../../images/articles/aboutBCT/our-group-philosophies-background.png");
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	padding: 3% 0;
	position: relative;
	height: 500px;
}

.philosophies .item div{
	width: 100%;
	top: 10px;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
}

.philosophies strong{
	font-size: 25px;
}

.philosophies .item {
	display: inline-block;
	width: 220px;
	height: 220px;
	position: absolute;
	border-radius: 110px;
	background-color: #a6ce39;
	left: 50%;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	-webkit-print-color-adjust: exact;
}

.philosophies .item#bringing-value {
  margin-left: -110px;
  background-image: url("../../images/articles/about-bct/our-group-bringing-value-icon.png");
}

.philosophies .item#connectivity {
  margin-left: -220px;
  margin-top: 190px;
  background-image: url("../../images/articles/about-bct/our-group-connectivity-icon.png");
}

.philosophies .item#trusted {
  margin-left: 0px;
  margin-top: 190px;
  background-image: url("../../images/articles/about-bct/our-group-trusted-icon.png");
}

.philosophies .item.current {
	background-color: #f6f7f5;
	background-image: none !important;
}

.philosophies .item span{
	color: #ffffff;
	display: block;
	margin: 0 auto;
	top: 130px;
	font-size: 18px;
}

.philosophies .item#bringing-value .text{
	top: 40%;
	width: 200px;
}

.philosophies .item#trusted .text{
	top: 40%;
	width: 200px;
}

.philosophies .item .text{
	display: none;
	font-size: 14px;
	color: #666666;
	font-weight: 600;
    top: 35%;
	width: 200px;
	margin: 0 auto;
}


@media print {
	.philosophies .item{ -webkit-print-color-adjust: exact; }
}



/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {
	.banner{
		display: none;
	}

	.banner-mobile {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.banner-mobile img{
		width: 100%;
	}
	
	.philosophies{
		background-image: none;
		margin-bottom: 30px;
	}
	
	.philosophies .item {
		display: inline-block;
		width: 100%;
		height: 160px;
		border-radius: 8px;
		margin-bottom: 10px;
		position: relative;
		background-color: #a6ce39;
		left: 0;
	}
	
	.philosophies .item#bringing-value {
		left: 0;
		margin-left: 0;
	}
	
	.philosophies .item#connectivity {
	  margin-left: 0;
	  margin-top: 0;
	}
	
	.philosophies .item#trusted {
	  margin-left: 0;
	  margin-top: 0;
	}
	
	.philosophies .item div {
		top: -10px;
	}
	
	.philosophies .item span {
		top: 95px;
	}
	
	.philosophies .item#bringing-value .text,
	.philosophies .item#trusted .text {
		top: 35%;
	}
	
	.philosophies .item .text {
		top: 30%;
		width: 250px;
	}

}