@font-face {
	font-family: 'Avenir-Book';
		src:	url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
				url('../fonts/Avenir-Book.ttf')  format('truetype'),
				url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
.mt-45{margin-top:45px !important;}
.name{
	font-size: 20px;
	font-weight: 800;;
	color:#4d4d4f;
	text-transform: uppercase;
	margin:0;
	line-height:1;
} 
.role{
	font-size:16px;
	font-weight: 500;	
	text-transform: initial;
}
body{ 
	font-family: 'Avenir-Book';
	color:#2c2e81;
}
a{display:inline-block; text-decoration:none;}
.blockquote{
	font-size:25px;
	font-weight:800;
	margin:25px 0 45px;
}
h2{
	text-transform: uppercase;
	text-align:center;
	color:#2b2e82;
	font-weight:800;
	font-size:36px;
	margin-bottom:45px;
}
.logo{width:120px;}
.download{
	text-align:center;
	margin:0;	
}
.download-icon{
	background-image:url(../images/download-icon.png); 
	background-repeat:no-repeat;
	padding: 6px 40px;
	line-height: 1;	
	color:#2b2e82;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
.download-icon:hover{
	background-image:url(../images/download-icon.png); 
	background-repeat:no-repeat;
	padding: 6px 40px;
	line-height: 1;	
	color:#2b2e82;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:underline;
}
#list-example a{
	border-radius: 0;
	padding: 0;
	background: transparent;
	border: none;
}
#list-example a span:first-child{
	display:inline-block;
	border-radius:100%;
	padding:5px;
	line-height:1;
	margin:0;
	border:1px solid #4d4d4f;	
}
#list-example a span:last-child{display:none;}
#list-example a.active span:first-child{display:none;}
#list-example a.active span:last-child{
	display:inline-block;
	background-color:#4d4d4f;
	color:#fff;
	border-radius:100%;
	padding:6px;
	line-height:1;
	margin:0;
}
.main-menu{
	border-bottom:4px solid #ffea00 ; 
	padding:10px 0 10px;
	background-color:#2D257D;
}
.main-menu p{
	font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-align: right;
    margin: 0;
    float: right;
    border-right: 2px solid #fff;
    margin: 10px 5px 0 0;
    padding-right: 15px;
    line-height: 1;
}
.sharethis-inline-share-buttons{
	float:right;
	margin-top:5px;	
}
#st-1 .st-btn[data-network='sharethis']{
	background:transparent !important;	
}
#st-1 .st-btn > img{
	width:15px !important;
	height:15px !important;	
}
#st-1 .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important;
}
.navbar{
	padding: 0;
	background: transparent !important;
	margin:5px 0 0 0;	
}
.navbar-brand{
	display:none;	
}
.navbar-expand-lg .navbar-nav .nav-link {
	display: block;
	padding: 5px;
	text-transform:uppercase;
	color:#fff ;
	font-weight:800;
	font-size:14px;
	margin-left:12px;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
	background-color:#ffea00;
	color:#000;
}
.navbar-nav .nav-link:hover{
	background-color:#ffea00;
	color:#000;
}
#home{margin:30px 0;}
.swiper-container {
    width: 100%;
    height: 100%;
}
#chairmans-statement{
	padding:50px 0 45px;
	background:#eeeef7;
	overflow:hidden;
}
.chairmans-content{display:block;}
.chairman-msg{display:block;}
.dark-grey-bg{
	background-color:#d6d6dd;
}
#management-discussion-analysis{
	padding:50px 0 45px;
	overflow:hidden;
}
.management-discussion-msg{display:block;}
.management-discussion-analysis-content{display:block;}
.grey-bg{
	background:#ededed;	
}
#group-financial-highlights{
	padding:50px 0 45px;
	background:#eeeef7;
}
.gfc-highlight-content{
	margin-bottom:80px;	
}
.gfc-highlight-content-2{
	margin-bottom:60px;	
}
.gfc-highlight-label{
	font-size: 20px;
	font-weight:bold;
    color: #4d4d4f;
    margin-bottom: 20px;
	min-height: 50px;
	line-height:1.2;
}
.gfc-highlight-amount{
	border-bottom:4px solid #2b2e82;
	border-bottom:4px solid #ffea00;
	font-size:22px;
	padding-bottom:10px;	
	color:#4d4d4f;	
}
.gfc-highlight-amount span{
	color:#2b2e82;
	font-weight:800;
	font-size:50px;
}
.white-bg{
	background-color: #fff; 
	padding:40px 70px 10px;	
}
.white-bg h3{
	font-size:20px;
	font-weight:800;	
	margin:20px 0;
}
.white-bg h3 span{
	font-size:18px;
	font-weight:500;	
}

#our-capitals{
	padding:50px 0 45px;
}
.nav-tabs{
	border-bottom:0;	
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background:#ffffee;
	border-radius:0 10px 0 0;
	box-shadow: 1px 1px 2px 1px rgba(231,231,232,1);
	color:#9d9d9d;
	text-transform:uppercase;
	font-size:14px;
	font-weight:800;
	line-height:1;
	padding:15px 20px 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border: 1px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
	background:#e7e7e8;
	color:#2b2e82;
	border:1px solid transparent;
}
.tab-content{
	border:15px solid #ececed;
	border-radius:0 10px 10px;
	margin-top:2px;
}
.tab-pane{
	padding-left:40px !important;
	padding-right:40px !important;
	min-height:650px;	
}
.tab-pane a{
	color:#2e3184;
	font-size:18px;
	font-weight:800;
	text-decoration:underline;
}
.tab-pane-header{margin:20px 0 15px;}
.tab-pane-header h3{
	font-size: 28px;
	font-weight:800;
    text-transform: uppercase;
    line-height: 1;
    margin: 15px 0 0;
}
#value-creation-model{
	background-image: url(../images/value-creation-model-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#ececed;
	min-height:650px;
	padding:50px 0 0;
}
#value-creation-model h3{
	font-size:32px;
	font-weight:800;
	margin-bottom:50px;	
}
#value-creation-model p{
	font-size:25px;
	color:#fff;	
}
#value-creation-model a{
	color:#fff;	
}

#financial p,
#manufactured p,
#organisational p,
#human p,
#social-and-relationship p,
#natural p{
	font-size:23px;
	color:#2b2e82;	
}
#manufactured p.grey,
#organisational p.grey,
#social-and-relationship p.grey,
#human p.grey{
	font-size:22px;
	color:#7b7b7c;	
}
#download{
	padding:50px 0 45px;
	background-image: url(../images/download-gradient.jpg);
	background-repeat: repeat-x;
}
#download h2{ margin-bottom:65px;}
#download .download-box h2{
	text-align:left;
	font-size:30px;
	font-weight:500;
	color:#4d4d4f;
	margin-bottom:20px; 
}
#download .download-box h2 span{
	text-align:left;
	font-weight:800;
	color:#2b2e82;
}
#download a{ margin-top:10px; display:block; color:#2b2e82; font-weight:800;}
#download .share-buy-back{
	border-top:2px solid #2b2e82;
	border-bottom:2px solid #2b2e82;	
	padding:10px 40px;
	margin:20px 0 10px;
	color:#2b2e82;
	display:inline-block;
	background-position:0;
}
#footer{
	background:#292d84;
	padding:45px 0;
}
#footer p{
	color:#fff;
	padding:0;
	margin:0;
}
#footer p span{
	color:#ffec00;
	font-weight:800;
	font-size:20px;	
}
#footer .social-icon-container{
	border: 2px solid #8b8dbd;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px 8px 28px;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    margin: 56px 0 30px auto;
    width: 247px;
    text-align: left;
}
#footer .social-icon-container a{
	margin:0 1px;	
}
.footer-right p{
	font-size:14px;
}

.download-right{display:none;}
@media only screen and (max-width: 767px) {
	#navbarNavMobile{padding:10px 0 0;}
	#navbarNavMobile .nav-link {
		padding: 10px 15px;
		color:#fff;
		text-transform: uppercase;
	}
	#navbarNavMobile .nav-link:hover{
		background-color: #ffea00;
		color: #000;			
	}	
	h2{
		font-size:24px;
	}
	.main-menu p {
		font-size: 18px;
		padding: 0;
		border: none;
		margin: 10px 0 5px;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
		margin-left: auto;
		background: #eee;
		padding:2px 5px;
	}	
	.navbar-toggler-icon{
		width:20px;
		height:20px;	
	}	
	#list-example{
		left:-9999px !important;	
	}
	.swiper-container {
		width: 100%;
		height: 200px;
	}
	.navbar .nav-item:first-child .nav-link{
		padding:5px 0 !important;	
	}	
	.navbar .nav-link,
	.navbar .nav-item:last-child .nav-link{
		padding: 5px 0 !important;
		margin: 5px 0 !important;
		border: none;	
	}
	.bq{ width:40px;}
	.blockquote{
		font-size:20px;	
	}
	.name,
	.role{
		font-size:18px;
	}
	#chairmans-statement{min-height:auto;}
	#management-discussion-analysis{min-height:auto;}
	.white-bg{
		padding:15px;	
	}
	.nav-tabs .nav-item{
		display:block;
		width:100%;	
	}
	.nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius:0;
		border-top-right-radius:0;
		background: #ffffee;
		border-radius: 0 0 0 0;
		box-shadow: none;
		color: #9d9d9d;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 800;
		line-height: 1;
		padding: 15px 20px 10px;
		width: 100%;
		display: block;
	}
	.tab-pane {
		padding-left: 15px !important;
		padding-right: 15px !important;
		min-height: auto;
	}
	.tab-pane a{
		font-size:16px;	
	}
	#value-creation-model h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#value-creation-model p{
		font-size:18px;	
	}
	.tab-pane-header h3{
		font-size:20px;	
	}
	#financial p, #manufactured p, #organisational p, #human p, #social-and-relationship p, #natural p{ font-size:18px;}
	#manufactured p.grey, #organisational p.grey #human p.grey{font-size:18px;}	
	.group-financial-highlights-content .col-12{min-height:auto;}	
	#download .download-box h2{
		font-size:20px;	
	}		
	#footer .social-icon-container {
		border: 2px solid #8b8dbd;
		border-radius: 40px;
		text-transform: uppercase;
		color: #fff;
		padding: 8px 20px 8px 20px;
		text-decoration: none;
		line-height: 1;
		font-size: 14px;
		margin: 30px 0 30px 0;
		width: 240px;
	}		
}