/*It is CSR Introduction page CSS*/
.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}
/*CSR Logo, Thirdage Logo, BCT Volunteer Work Logo*/
.bg-image {
	background-image:url("../../images/banners/about_bct_bg.jpg") !important;
}

#t3-content h1{
    margin: 20px 0 40px 0;
}

#t3-content h2 {
    margin: 0;
}

.t3-content h4{
	color: #00a046;
	font-size: 16px;
	font-weight: 600;
}

.t3-content h5{
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin: 25px 0 29px;
}

.t3-content hr{
	margin: 40px 0;
}

.csr-logo{
	text-align: center;
	margin: 29px 0;
}

.csr-logo img{
	display: inline;
	margin: 0 4%;
}

.thirdage{
	margin: 25px 0 34px;
}

.thirdage-content{
}


.thirdage-banner{
	margin: 20px 0;
}

.thirdage-mobile-banner{
	display: none;
}

.thirdage-content h2,
.bct-volunteer-work-content h2{
	display: inline-block;
}

.thirdage-content .title-logo,
.bct-volunteer-work-content .title-logo{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.thirdage-content .title-logo img,
.bct-volunteer-work-content .title-logo img{
	top: -17px;
	margin: auto;
}

.thirdage-content .link{
	display: inline-block;
	margin-top: 30px;
	padding-left: 12px;
	margin-right: 5px;
	background-image:url("../../images/articles/about-bct/csr/arrow_icon.png");
	background-repeat: no-repeat;
	background-position: 0;
	font-weight: 600;
}

.thirdage-content .link-href{
    display: inline-block;
	color: #ed6022;
	text-decoration: none;
	font-weight: normal;
}

.bct-volunteer-work{
	margin:  25px 0 34px;
}
/*The focused areas of BCT*/
.items{
	text-align: center;
	padding: 3% 0;
}

.items .item {
	display: inline-table;
	width: 140px;
	height: 140px;
    border-radius: 70px;
	margin: 2%;
	background-position: 50% 30%;
	background-repeat: no-repeat;
}

.items #youth.item{
	background-color: #f8ca13;
	background-image: url('../../images/articles/about-bct/csr/csr-introduction-youth-icon.png');
}

.items #elderly.item{
	background-color: #9c58dc;
	background-image: url('../../images/articles/about-bct/csr/csr-introduction-elderly-icon.png');
}

.items #employee-friendly.item{
	background-color: #3597d5;
	background-image: url('../../images/articles/about-bct/csr/csr-introduction-employee-friendly-icon.png');
}

.items #green.item{
	background-color: #3cb244;
	background-image: url('../../images/articles/about-bct/csr/csr-introduction-green-icon.png');
}

.items #giving.item{
	background-color: #ea531e;
	background-image: url('../../images/articles/about-bct/csr/csr-introduction-giving-icon.png');
}

.items .item span{
	color: #ffffff;
	width: 100px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	top: 85px;
}

/*Responsive Mode*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {

}

@media screen and (max-width: 767px) {
	/*CSR Logo, Thirdage Logo, BCT Volunteer Work Logo*/
	.csr-logo img{
		display: inline;
		margin: 3%;
	}

	.thirdage-content .logo{
		width: 100%;
	}
	.thirdage-content .logo img{
		margin: 0 auto;
	}

	.bct-volunteer-work-content .logo{
		width: 100%;
		margin-bottom: 40px;
	}

	.bct-volunteer-work-content .logo img{
		margin: 0 auto;
	}

	/*The focused areas of BCT*/
	.items{
		width: 100%;
		text-align: center;
	}

	.items .item {
		display: inline-table;
		width: 122px;
		height: 122px;
		border-radius: 70px;
	}

	.items .item span{
		top: 73px;
		font-weight: 600;
	}

	.thirdage-content .title-logo,
	.bct-volunteer-work-content .title-logo{
		display: block;
		margin: 35px 0 40px;
	}

	.thirdage-content .thirdage-mobile-banner{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.thirdage-content .thirdage-mobile-banner img{
		width: 100%;
	}

	.thirdage-content .thirdage-banner{
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.thirdage-content .link-href {
		display: block;
		padding-left: 13px;
	}

}