.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-businessbrands .caption {
	background: url("../img/bg_businessbrands.png") top center no-repeat;
	background-size: 100%;
}

.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-milestones .caption {
	background: url("../img/bg_milestones.png") top center no-repeat;
	background-size: 100%;
}

.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-leadership .caption {
	background: url("../img/bg_leadership.png") top center no-repeat;
	background-size: 100%;
}

.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-awards .caption {
    background: url("../img/banner_aboutus_awards_2.png") top center no-repeat;
    background-size: cover !important;
}


.aboutus-index-full {
	background: url("../img/banner_aboutus_l.png") #03111e no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.whoweare-full {
	background: url("../img/banner_whoweare.png") #000 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.aboutus-milestones-full {
	background: url("../img/banner_aboutus_milestones.png") #03111e no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.aboutus-leadership-full {
	background: url("../img/banner_leadership.png") #03111e no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.img-content-1 {
	background: url("../img/bg_hkt2.png") #fff no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-size: 918px 350px;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}

.img-content-2 {
	background: url("../img/bg_pccw_media2.png") #fff no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-size: 918px 350px;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}

.img-content-3 {
	background: url("../img/bg_pccw_solutions2.png") #fff no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-size: 918px 350px;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}

.img-content-4 {
	background: url("../img/bg_pcpd3.png") #fff no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-size: 918px 350px;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}

.ful-two-col-s-awards .ful-two-col-s-block.ful-two-col-s-block.col-md-6 {
    float: none;
    height: 337px;
    margin: 0px auto 40px;
}

.aboutus-awards-full {
    background: url("../img/banner_aboutus_awards.png") #03111e no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* milestones */
.milestones-main {
    width: 728px;
    margin: 40px auto;
}
.milestones-main .range-block .range-btn {
	background: #00498f;
	width: 466px;
    text-align: center;
    margin: 20px auto;
}
.milestones-main .range-block .range-btn a {
	color: #FFF;
	font-size: 32px;
	display: block;
	padding: 10px 0px;
}
.milestones-main .range-block .range-content {
	display: none;
}
.milestones-main .range-block .range-content.active {
	display: block;
}
.range-block {
	margin-bottom: 60px;
}
.range-block .year-block .year {
	text-align: center;
	border-bottom: 1px solid #c7c7c7;
    padding: 20px 0px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.range-block .year-block.active .year {
    padding: 20px 0px 10px;
}
.range-block .year-block .year a {
	font-size: 36px;
	color: #1b498a;
}
.range-block .year-block .year a:focus {
	text-decoration: none;
}
.range-block .year-block .year-content {
	display: none;
	padding-top: 40px;
}
.range-block .year-block.active .year-content {
	display: block;
}
.m-news {
	position: relative;
    display: table;
	width: 100%;
}
.m-news:after {
  clear: both;
}
.m-news.m-news-odd:before, .m-news.m-news-even:before {
	height: 40px;
	width: 1px;
	background: #858585;
	margin: 20px auto;
}
.m-news.m-news-odd .img {
/* 	float: right; */
	width: 276px;
    display: table-cell;
/*	vertical-align: middle; */
}
.m-news.m-news-odd .content-block {
/* 	float: left; */
	width: 452px;
	font-size: 17px;
	position: relative;
	min-height: 195px;
	height: auto;
    display: table-cell;
    vertical-align: middle;
}
.m-news.m-news-odd .content-block .content {
	padding-left: 80px;
	padding-right: 20px;
	text-align: right;
    color: #6c6c6c;
    font-size: 17px;
}
.m-news.m-news-even .img {
	float: left;
	width: 276px;
}
.m-news.m-news-even .content-block {
	float: right;
	width: 452px;
	font-size: 17px;
	position: relative;
	min-height: 195px;
}
/*.m-news.m-news-even .content-block .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 80px;
	text-align: left;
    color: #6c6c6c;
    font-size: 17px;
}*/

.m-news.m-news-even .content-block .content {
	text-align: left;
    color: #6c6c6c;
    font-size: 17px;
	margin-left:0px
}

.m-news.m-news-odd .month {
	float: right;
	font-size: 26px;
	color: #00498f;
	text-align: center;
	width: 139px;
}
.m-news.m-news-even .month {
	float: left;
	font-size: 26px;
	color: #00498f;
	text-align: center;
	width: 139px;
}
.m-news.m-news-odd .content-block .content p, .m-news.m-news-even .content-block .content p {
	margin-bottom: 0px;
}
.m-news.m-news-odd .content-block .content > p:before, .m-news.m-news-even .content-block .content > p:before {
    content: '';
    display: block;
    clear: both;
    padding-top: 20px;
}
.year-block .year-content .close-btn {
	text-align: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0px;
}