.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 h4{
	font-size: 18px;
	color:#00a046;
	margin: 0 0 30px;
}

.t3-content .grow-with-us{
	margin: 0 0 40px;
}

.t3-content h5{
	font-size: 14px;
	font-weight: 600;
	color:#000000;
}

.t3-content hr{
	margin: 40px 0;
}

.t3-content strong{
	font-weight: 600;
}

.know-more{
	text-align: right;
	margin: 30px 0;
}

.know-more div{
	display: inline-block;
	width: 226px;
	padding: 10px 0;
}

.know-more .text{
	top: 10px;
	right: 15px;
	font-weight: 600;
}

/*Button Setting*/
.know-more div a{
	display: inline-table;
	background-color: #ff970f;
	background-size: 226px;
	width: 226px;
	height: 40px;
	border-radius: 8px;
	text-decoration: none;
}

/*Button of text/img Setting*/
.know-more div a span{
	display: inline-table;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	margin: 0 8px;
}

.know-more div a img{
	display: inline-table;
	top: 9px;
}

.know-more div a span{
	display: inline-table;
	top: 11px;
}

.know-more .retirement-calculator a img{
}

.know-more .risk-assessment a img{
	right: 35px;
}

.know-more .retirement-calculator a span{
}

.know-more .risk-assessment a span{
	width: 140px;
	right: 30px;
	text-align: center;
	top: 2px;
	line-height: 17px;
}

/*BCT Retirement Schemes Items*/
.schemes .items{
	text-align: center;
	padding: 30px 0;
}

.schemes .items .item {
	display: inline-table;
	width: 140px;
	height: 140px;
    border-radius: 70px;
	margin: 2%;
	background-position: 50% 20% !important;
	background-repeat: no-repeat !important;
}

.schemes .items .item{
	background-color: #a6ce39 !important;
}

.schemes .items .item#master-trust-scheme{
	background-image: url('../../images/articles/about-bct/our-business-master-trust-scheme-icon.png') !important;
}

.schemes .items .item#industry-scheme{
	background-image: url('../../images/articles/about-bct/our-business-industry-scheme-icon.png') !important;
}

.schemes .items .item#pooled-orso-plan{
	background-image: url('../../images/articles/about-bct/our-business-pooled-orso-plan-icon.png') !important;
}

.schemes .items .item#investment-planning-service{
	background-image: url('../../images/articles/about-bct/our-business-investment-planning-service-icon.png') !important;
}

.schemes .items .item#retirement-planning-service{
	background-image: url('../../images/articles/about-bct/our-business-retirement-planning-service-icon.png') !important;
}

.schemes .items .item span{
	color: #ffffff !important;
	width: 115px;
	display: block;
	margin: 0 auto;
	font-size: 14px !important;
	top: 84px;
    line-height: 13px;
}

.schemes .items.chinese .item span{
	top: 85px;
}

/*BCT competitive edge*/
.bct-competitive-edge .items{
	text-align: center;
	padding: 0;
}

.bct-competitive-edge .items .item {
	display: inline-table;
	width: 140px;
	height: 140px;
    border-radius: 70px;
	margin: 2%;
	background-position: 50% 20% !important;
	background-repeat: no-repeat !important;
}

.bct-competitive-edge .items .item{
	background-color: #a6ce39 !important;
}

.bct-competitive-edge .items .item#innovation{
	background-image: url('../../images/articles/about-bct/our-business-innovation-icon.png') !important;
}

.bct-competitive-edge .items .item#focused-and-flexibility{
	background-image: url('../../images/articles/about-bct/our-business-focused-and-flexiblility-icon.png') !important;
}

.bct-competitive-edge .items .item#secure-advanced-it{
	background-image: url('../../images/articles/about-bct/our-business-secure-advanced-it-icon.png') !important;
}

.bct-competitive-edge .items .item#sound-corporate-governance{
	background-image: url('../../images/articles/about-bct/our-business-sound-corporate-governance-icon.png') !important;
}

.bct-competitive-edge .items .item#industry-recognition{
	background-image: url('../../images/articles/about-bct/our-business-industry-recognition-icon.png') !important;
}

.bct-competitive-edge .items .item span{
	color: #ffffff;
	width: 125px;
	display: block;
	margin: 0 auto;
	font-size: 14px !important;
	top: 80px;
	line-height: 13px;
}
.bct-competitive-edge .items.chinese .item span{
	top: 85px;
}
/*Trustee Services*/
.trustee-services{
	width:auto;
	height:auto;
	display: block;
	clear:both;
}
.trustee-services ul{
}
.trustee-services ul li{
	word-wrap: break-word;
}


/*Responsive*/
@media screen and (max-width: 1200px) {
	/*The competitive edge of BCT*/
	.schemes .items .item {
		margin: 5px 5px;
	}
	/*The competitive edge of BCT*/
	.bct-competitive-edge .items .item {
		margin: 5px 5px;
	}
}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 767px) {
	/*know more button*/
	.know-more{
		text-align: center;
		padding: 20px 0;
	}

	.know-more .risk-assessment a img{
		right: 0px;
	}

	.know-more .risk-assessment a span{
		right: 0px;
	}

	/*The schemes of BCT Responsive Mode*/
	.schemes .items{
		width: 100%;
		text-align: center;
	}

	.schemes .items .item {
		display: inline-table;
		width: 130px;
		height: 130px;
		border-radius: 70px;
		margin: 2% 0;
		line-height: 14px;
		float: none;
	}
	.schemes .items .item span{
		font-size: 13px !important;
		top: 75px;
	}

	/*The competitive edge of BCT Responsive Mode*/
	.bct-competitive-edge .items{
		width: 100%;
		/*height: 410px;*/
		text-align: center;
	}

	.bct-competitive-edge .items .item {
		display: inline-table;
		width: 130px;
		height: 130px;
		border-radius: 70px;
		margin: 2% 0;
		line-height: 13px;
		float: none;
	}

	.bct-competitive-edge .items .item span{
		font-size: 13px !important;
		top: 75px;
	}
}















