/*
	Insage Responsive | KC
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Basic */
body, input, select, textarea {
	color:#4D5060;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

body {
	background: #fff;
	overflow-y: scrolling;
	overflow-x: hidden;
}

body.loading * {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
	
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
	border-bottom: dotted 0px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	color:#30A7F2;
}

a:hover {
	/*border-color: transparent;*/
	text-decoration:none;
	color:#2D257D;
}

p{
	text-align:justify;
}
/* Icon */

.icon {
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}
table.table.table-hover td ul li {
    padding: 2px 0px;
}
/* Wrapper */
@-moz-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }

#wrapper {
	-moz-animation: wrapper 3s forwards;
	-webkit-animation: wrapper 3s forwards;
	-o-animation: wrapper 3s forwards;
	-ms-animation: wrapper 3s forwards;
	animation: wrapper 3s forwards;
	height: 100%;
	left: 0;
	opacity: 0;
	position:;
	top: 0;
	width: 100%;
}

/* BG */
#bg {
	-moz-animation: bg 60s linear infinite;
	-webkit-animation: bg 60s linear infinite;
	-o-animation: bg 60s linear infinite;
	-ms-animation: bg 60s linear infinite;
	animation: bg 60s linear infinite;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	/* Set your background with this */
	background: #348cb2 url("images/bg.jpg") bottom left;
	background-repeat: repeat-x;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
}
@-moz-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-webkit-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-o-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-ms-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }

#bg {
	background-size: 2250px auto;
	width: 6750px;
}

/* Overlay */
@-moz-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }

#overlay {
	-moz-animation: overlay 1.5s 1.5s forwards;
	-webkit-animation: overlay 1.5s 1.5s forwards;
	-o-animation: overlay 1.5s 1.5s forwards;
	-ms-animation: overlay 1.5s 1.5s forwards;
	animation: overlay 1.5s 1.5s forwards;
	background-attachment: fixed, fixed;
	background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}


@-moz-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-moz-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
	
#header {
	-moz-animation: header 1s 2.25s forwards;
	-webkit-animation: header 1s 2.25s forwards;
	-o-animation: header 1s 2.25s forwards;
	-ms-animation: header 1s 2.25s forwards;
	animation: header 1s 2.25s forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: default;
	display: inline-block;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -1em;
	vertical-align: middle;
	width: 90%;
}
.note
{
	font-size:12px;line-height:16px;
}
.note p span, .note table td
{
	font-size: 12px;
    line-height: 16px;
}
.ownership{
	float:left;
	width:100%;
	/*padding-top:88px;*/
}

.ownership a{
	/*margin-bottom:25px;*/
}

.ownership h2
{
	 font-family: Montserrat, sans-serif;
     font-size: 20px;font-weight:normal !important;
	 margin-top:0px;color:#333;
}
.shareholding-chart
{
	margin-top:30px;
}
h2 {
    font-size: 30px;
	text-transform: none;
    color: #2d257d;margin-bottom:20px;
	 font-weight:600;
	 font-family: 'Montserrat', sans-serif;
}
#header h1 {
	font-size: 4.35em;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1em;
}

#header p {
	font-size: 1.25em;
	margin: 0.75em 0 0.25em 0;
	opacity: 0.75;
}

#header nav {
	margin: 1.5em 0 0 0;
}

#header nav li {
	-moz-animation: nav-icons 0.5s ease-in-out forwards;
	-webkit-animation: nav-icons 0.5s ease-in-out forwards;
	-o-animation: nav-icons 0.5s ease-in-out forwards;
	-ms-animation: nav-icons 0.5s ease-in-out forwards;
	animation: nav-icons 0.5s ease-in-out forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display: inline-block;
	height: 5.35em;
	line-height: 5.885em;
	opacity: 0;
	position: relative;
	top: 0;
	width: 5.35em;
}

#header nav li:nth-child(1) {
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

#header nav li:nth-child(2) {
	-moz-animation-delay: 2.75s;
	-webkit-animation-delay: 2.75s;
	-o-animation-delay: 2.75s;
	-ms-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

#header nav li:nth-child(3) {
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

#header nav li:nth-child(4) {
	-moz-animation-delay: 3.25s;
	-webkit-animation-delay: 3.25s;
	-o-animation-delay: 3.25s;
	-ms-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

#header nav li:nth-child(5) {
	-moz-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

#header nav li:nth-child(6) {
	-moz-animation-delay: 3.75s;
	-webkit-animation-delay: 3.75s;
	-o-animation-delay: 3.75s;
	-ms-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

#header nav li:nth-child(7) {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}

#header nav li:nth-child(8) {
	-moz-animation-delay: 4.25s;
	-webkit-animation-delay: 4.25s;
	-o-animation-delay: 4.25s;
	-ms-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

#header nav li:nth-child(9) {
	-moz-animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

#header nav li:nth-child(10) {
	-moz-animation-delay: 4.75s;
	-webkit-animation-delay: 4.75s;
	-o-animation-delay: 4.75s;
	-ms-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

#header nav a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border: 0;
	display: inline-block;
}

#header nav a:before {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 1px white;
	display: block;
	font-size: 1.75em;
	height: 2.5em;
	line-height: 2.5em;
	position: relative;
	text-align: center;
	top: 0;
	width: 2.5em;
}

#header nav a:hover {
	font-size: 1.1em;
}

	#header nav a:hover:before {
		background-color: rgba(255, 255, 255, 0.175);
		color: white;
	}

	#header nav a:active {
		font-size: 0.95em;
		background: none;
	}

		#header nav a:active:before {
			background-color: rgba(255, 255, 255, 0.35);
			color: white;
		}

#header nav a span {
	display: none;
}

/* Footer */

#footer {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	position: absolute;
	text-align: center;
	width: 100%;
}
	





.border{ 
	border:1px solid #ccc;
}

table.noBorder tbody tr td{ 
	border:0px;
}

.borderLeft{
	border-left:1px solid #ccc;
}

.borderRight{
	border-right:1px solid #ccc;
}

.borderTop{
	border-top:1px solid #ccc;
}

.borderBottom{
	border-bottom:1px solid #ccc;
}

.colorBlack{
	background:#000;
}

.colorDarkGrey{
	background:#666;
}

.colorLightGrey{
	background:#ccc;
}

.colorFontWhite{
	color:#fff;	
}

select {
    padding:5px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #fdb913;
    color:#ffffff;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

select::-ms-expand {
    display: none;
}

.searchResult{
	border-top:1px solid #ccc;
	margin:10px 0;
	padding-top:5px;	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px;}
}

label {position:relative}
label:after {
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:auto;
	z-index:-1;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#none;
    position:absolute;
    pointer-events:none;
    display:block;
}

.dropDownArrow{
	background-image:url(../images/dropdownArrow.png);
	background-repeat: no-repeat;
	background-position: center right; 
	background-color:#fdb913;
	min-width:150px;	
}

.pageTitle h3{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 20px;
	background:#fdb913;
	color: #fff;
	padding:15px 50px 15px 15px;
	background:linear-gradient(305deg, transparent 43px, #fdb913 0) bottom right;
	float: left;
}

.figureAlign{
	text-align:right;
}

.nonFigureAlign{
	text-align:left;
}

/** padding & margin classes **/
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl40{ padding-left:40px; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }

.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }

.ml20{ margin-left:20px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }



table.listSpacing tbody tr td{
	padding:15px 0px;
	vertical-align:top;
}


.main-title h2 {
    font-size: 32px;
    font-family: 'Montserrat';
    color: #2D257D;
    margin-bottom: 40px;
    font-weight: bold;
}


.vm-btn-inner, .btn-more {
	color:#4D5060;
	font-size:16px;
	line-height:41px;
	text-decoration:none;
	font-weight:bold;
}




/*.vm-btn-inner:after{
	content:url(../images/right-arrow.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:30px;
	text-align:center;
}*/

 

.btn-more:after{
	content:url(../images/right-arrow.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#FDE907;
	margin-left:30px;
	display: flex;
    align-items: center;
    justify-content: center;

}

 



/*.pdf-sec a:hover .vm-btn-inner:after{
	content:url(../images/right-arrow.png);
	width:40px;
	height:40px;
 	display:inline-block;
	 background-size:cover;
 	margin-left:30px;
	text-align:center;
}*/




.y-circle{
	display:inline-block;
	margin-left:25px;
	background-color:#FDE907;
	width:40px;
	height:40px;
	border-radius:50px;
	position:relative;
	top:17px;
	
}

.y-circle:before{
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:56px;
	z-index:2;
	opacity:0;
 
}

.y-circle:after {
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:13px;
	z-index:2;
	opacity:1;
 
}

.vm-btn-inner:hover .y-circle:after{
 
	z-index:2;
	opacity:1;
	opacity:0;
	transform:translateX(32px);
	transition:all .3s;
 
}
.vm-btn-inner:hover .y-circle:before{
 
	z-index:2;
	opacity:1;
	opacity:1;
	transform:translateX(43px);
	transition:all .3s;
 
}

.btn-wrnts .y-circle{
	display:inline-block;
	margin-left:25px;
	background-color:#FDE907;
	width:40px;
	height:40px;
	border-radius:50px;
	position:relative;
	top:11px;
	
}



/** Highlight **/
.highlight{
	margin:10px 0px;
}

.highlightTitle{
	background:#189bd7;
	padding:12px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

.highlightContent{
	padding:12px;
	background:#ededed;
}

.highlightCTA{
	padding:12px;
	background:#ededed;
}

.highlightCTA span{
	background:#9b9da5;
	padding:5px 10px;
	color:#fff;
}


/** IR home **/
.bursaAnnouncement, .pressReleases, .irContact, .ar, .qr, .Alert{
	color:#fff;
	/**position:relative;
	width:100%;
	z-index:99;**/
}



/* Container */
.container-fluid {
  background:url(../images/reportBG.jpg) repeat-x center left !important;
	padding:15px 15px 25px 15px !important;
}
/* Thumbnail Box */
.caption {
    height: 140px;
    width: 50%;
	float:right;
}
.caption .span8 {
    padding: 11px 10px 0 0;
}
.caption h3 {
    font-size: 19px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	color:#000000;
	padding:0 0 10px 0; margin:0;
	text-shadow:none;
	line-height:25px;
    }
.caption p {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	color:#666666;
	padding:0; margin:0;
	text-shadow:none;
	text-align:left;
}
.btn.btn-mini {
     background: #a83b3b;
     border-radius: 0 0 0 0;
     color: #fbf4e0;
     font-size: 0.63rem;
     text-shadow: none !important;
 }
.carousel-control {
    top: 40% !important;
}
.arHeader {
	font-size: 25px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;	
	padding:20px 0 30px 0;
}
.arHeader span{
	color:#fdb913;
}

.interactiveIcon {
	background: url(../images/interactiveIcon.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.interactiveIcon:hover {
	background: url(../images/interactiveIconHover.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.reportDownload {
	background: url(../images/arDownload.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.reportDownload:hover {
	background: url(../images/arDownloadHover.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}
.carousel-control {
	width: 27px;
	height: 27px;
	background-color:#fdb913;
}
.carousel-control.right {
	background: url(../images/icon-next.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#fdb913;
}
.carousel-control.left {
	background: url(../images/icon-prev.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#fdb913;
}

/** qr  **/

.qr{
	margin-top:15px;
}

.qrContent{
	position:relative;
	top:-19px;
	width:100%;
	
}

.qrDownload{
	position:relative;
	z-index:99;
	text-align:right;
	padding-right:10px;
	top:-35px;
	height:10px;
	width:100%;
}






/* Presentation Material*/
.presentationContainer{
}

.presentationContainer thead{
	background:#444;
	color:#fff;
}

.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconDownload:hover{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconInteractive{
	background:url(../images/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../images/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconInteractive_sus{
	background:url(../images/iconInteractive_sus.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive_sus:hover{
	background:url(../images/iconInteractiveHover_sus.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}



/* Animation */

.fade.in, .fade.show {
    opacity: 1;
}


.fade {
	opacity: 0;
	-webkit-transition: opacity 1.25s linear;
  	-moz-transition: opacity 1.25s linear;
    -ms-transition: opacity 1.25s linear;
    -o-transition: opacity 1.25s linear;
	transition: opacity 1.25s linear;
	/*position:relative;
	z-index:-99;*/
}

/* Privacy Policy */
.privacyPolicy{
	font-size:12px;
	padding-top:10px;
	line-height:14px;
	text-align:right;
}
.privacyPolicy span{
	text-decoration:none;
}
/* analyst reports */
.analystReports{
}
.analystContainer{
	margin:25px 0 0 0;
}
.analystContainer thead{
	background:#444;
	color:#fff;
}

/* Financial Info */

.financialInfo .tab-content{
	padding-top:20px;
}

.financialInfo{
	margin-bottom:10px;
	font-size:14px;
}
@media (max-width: 480px) { /* 480px */
.financialInfo {
	font-size:12px;
}
}

.financialInfo .nav-tabs{
	border:none;
}

.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}

.financialInfo .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 25px;
  background:#d0ecff;
  color:#4d5167;
  padding:10px 15px;
  display:block;
}
@media (max-width: 480px) { /* 480px */
.financialInfo .nav-tabs > li > a {
	padding:10px 10px;
}
}


.financialInfo .borderBottom{
	padding-bottom:15px;
	margin-bottom:15px;
}

.blue-bg-row{
	background:#463e94 !important;
	color:#fff !important;
}

/*.table-striped>tbody>tr:nth-of-type(odd)>*{
	background:#ffffff;
}

.table-striped>tbody>tr:nth-of-type(even)>*{
	background:#f0f9ff;
}*/

.ratiosec .note table tbody tr td:nth-child(1),
.balancsec .note table tbody tr td:nth-child(1){
	/*color:#1dacfe !important;*/
	color:#4c525f;
}




.ratiosec table tbody tr td:nth-child(1){
	/*color:#2e2d74;
	font-weight:bold;*/
}
.balancsec table tbody tr td:nth-child(1){
	/*font-weight:bold;*/
}


.ratiosec table tbody tr td:nth-child(1) span{
	color:#7c7b80;
	font-weight:normal;
	font-style:italic;
}

.blue-bg-rowbb{
	background:#463e94 !important;
	color:#fff !important;
	border-bottom:2px solid #f5e83a !important;
}
.blue-bg-rowbb strong, .blue-bg-rowbb span{
	background:#463e94 !important;
	color:#fff !important;
 
}

.highcharts-title{
	font-weight:bold;
	color:#1dacfe !important;
}
.highcharts-subtitle{
	font-weight:600;
}
 

.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #6bc0f6;
  color: #fff;
  background:#6bc0f6;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #2d257d;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.financialInfo .nav-tabs > li a.active{
  color: #ffffff;
  cursor: default;
  background-color: #6bc0f6;
  border: 1px solid #6bc0f6;
  border-bottom-color: transparent;
  font-weight:bold;
  border-radius:25px;
}


.financialInfo .nav-icon > li {
  float: left;
  margin-bottom: -2px;
}

.financialInfo .nav-icon > li > a {
  margin-right: 2px;
  line-height: 1;
  padding:3px;
  margin-bottom:0;
  margin-top:6px;
  font-weight:bold;
  display:block;
}
.financialInfo .nav-icon > li > a:hover {
  border-color: none;
  margin-bottom:-1px;
  font-weight:bold;
}
.financialInfo .nav-icon > li.active > a,
.financialInfo .nav-icon > li.active > a:hover,
.financialInfo .nav-icon > li.active > a:focus {
  cursor: default;
  background:#ccc;
  padding:3px;
  margin-bottom:-2px;
  font-weight:bold;
}

.nonAdjusted{
	height:35px;
	display:block;
}
.nonAdjusted:hover{
	height:35px;
	display:block;
	cursor:pointer;
}

.adjusted{
	height:15px;
	display:block;
}
.adjusted:hover{
	height:15px;
	display:block;
	cursor:pointer;
}

.graphIcon{
	background:url(../images/graph.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.graphIcon:hover{
	background:url(../images/graph-active.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}


.financialInfo .nav-icon > li > a.active .graphIcon{
	background:url(../images/graph-active.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}


.tableIcon{
	background:url(../images/table.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.tableIcon:hover{
	background:url(../images/table-active.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}
.financialInfo .nav-icon > li > a.active .tableIcon{
	background:url(../images/table-active.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}

.financialInfo table tr td, .financialInfo table thead tr th{
	vertical-align:middle;
}

.financialInfo thead{
	background:#333333;
	color:#ffffff;
	border-bottom-width: 0px;
}
.financialInfo table thead tr th{
	text-align:right;
	border-bottom-width: 0px;
	white-space:nowrap;
}
.financialInfo table thead tr th:nth-child(1){
	text-align:left;
	border-bottom-width: 0px;
}
.financialInfo table th:nth-child(1){
	text-align:left;
}
.financialInfo table tbody th:nth-child(1) {
	background-color:#fdb913;
}
.financialInfo table tbody th:nth-child(2) {
	background-color:#004f17;
}
.financialInfo table tbody tr td{
	text-align:right;
	border:none;
}
.financialInfo table tbody tr td:nth-child(1){
	text-align:left;
}
.financialInfo .table > thead > tr > th{
border:0px;	
}
.tspan
{
	list-style:none;	
}




/*added new tabs zozo tabs custom css goes here financial and balance top tabs*/

.z-tabs.horizontal.top.white.z-bordered > ul > li a{
	/*border-radius:25px;*/
	background:#d0ecff;
	font-size:16px;
	padding: 13px 20px;
}

.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
	font-size:16px;
    border-top: 1px solid #ccc;
	box-shadow:none;
	background:none;
    margin-top: 0;
    margin-bottom: 0;
	padding: 13px 20px;
}

.z-tabs.horizontal.top.white.z-bordered > ul > li > a.active {
   /* border-top: 3px solid #6bc0f6;*/
   font-size:16px;
   border:none;
    margin-top: 0;
    margin-bottom: 0;
	webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
    background: #6bc0f6;
	color:#fff;
	 border-top: 1px solid #d0ecff;
	padding: 13px 20px;
 
}










/* responsive iframe */
.iframeCorp{ height:2700px;}

/** terms of use **/
.terms{}
.terms h4{
	font-size:18px;
	font-weight:bold;
}
.terms h5{
	font-size:15px;
	font-weight:bold;
}

.terms ul li{
	text-align:justify;
}

table tr.tableHeader td:nth-child(1){
	text-align:center;
}


/** btn **/
.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
   /**background:url(../images/registerBtn.png) no-repeat 80px 10px;**/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  /*opacity: .65;*/
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #fdb913;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000000;

}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #444;
}
.btn-primary .badge {
  color: #189bd7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #189bd7;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.fiveYrsTabImage_On
{
  background-image:url("/IR/CMSB/images/5years-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.fiveYrsTabImage_Off
{
  background-image:url("/IR/CMSB/images/5years-off.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_On
{
  background-image:url("/IR/CMSB/images/asreported-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_Off
{
  background-image:url("/IR/CMSB/images/asreported-off.png");
  background-position:center;
  background-repeat:no-repeat;
}

/* Pagination */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #fdb913;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #666;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* group strategies */
.strategiesTitle {
	background-color:#FDCD00;
	font-size:18px;
	font-weight:bold;
	padding: 10px;
	margin: 10px 0 ;
	text-align: center;
}
#accordion li {
	padding: 0 0 0 25px;
	margin-bottom: 8px;
}
#accordion ul li {
	background-image: url(../images/milestone-bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
}
.ui-state-default {
	color:#fdb913;
	font-size: 16px;
	font-weight:bold;
	border-bottom:solid 1px #d3d3d3;
}
.ui-state-hover, .ui-state-hover,
.ui-state-hover, .ui-state-focus,
.ui-state-focus, .ui-state-focus {
	color: #666666;
}
.ui-state-active, .ui-state-active,
.ui-state-active {
	color: #666666;
	background-color: #fdcd00;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 10px;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-right: 55px;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-right: 15px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background-color:transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-state-default .ui-icon {
	background: url(../images/arrow-off.gif) center center no-repeat;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background: url(../images/arrow-on.gif) center center no-repeat;
}
.ui-state-active .ui-icon {
	background: url(../images/arrow-down.gif)  center center no-repeat;
}
.ui-accordion .ui-accordion-content {
	background-color:#f5f5f5;
	text-align:justify;
	padding:10px 20px 20px 10px;
	margin: 8px 0 0 0;
	overflow: auto;
}

/** tabs **/
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.tabs {
	float: right;
	margin: 0 0 5px 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;padding: 0;
	border-bottom-width: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: right;
	padding: 0 10px;
	text-decoration: none;
	border-right: solid 1px #666666;
	font-size:12px;
	font-weight:normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
	color: #000000;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 5px;
	background: none;
}
/*ROAR V2 */
.roarContent {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#000;
	line-height: 24px;
	padding: 20px 0 0 15px;
}
.roarContent span {
	color: #df2820;
}
.roarTitle {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#000;
	line-height: 28px;
	padding: 20px 0 0 0;
}
.roarTitle span {
	color: #df2820;
	font-size:40px;
	line-height: 40px;
	font-weight: 400;
}
.restructureContainer {
	position:relative;
	z-index:99999;
	top: 250px;
}
.restructureArrow {
	width: 140px;
	margin: 0;
}
.restructureLine {
	width: 93px;
	margin:90px 0 0 -10px;
}
.restructureIcon {
	width: 32px;
	margin:85px 0 0 -40px;
}
.restructureText {
	margin:81px 0 0 -40px;
}
.organiseContainer {
	position:relative;
	z-index:9999;
	top: 50px;
}
.organiseArrow {
	width: 140px;
	margin: -5px 0 0 43px;
}
.organiseLine {
	width: 93px;
	margin:75px 0 0 30px;
}
.organiseIcon {
	width: 32px;
	margin:72px 0 0 -10px;
}
.organiseText {
	margin:69px 0 0 -8px;
}
.advanceContainer {
	position:relative;
	z-index:999;
	top: -155px;
}
.advanceArrow {
	width: 140px;
	margin: 0 0 0 85px;
}
.advanceLine {
	width: 93px;
	margin:72px 0 0 75px;
}
.advanceIcon {
	width: 32px;
	margin:68px 0 0 28px;
}
.advanceText {
	margin:65px 0 0 30px;
}
.roarContainer {
	position:relative;
	z-index:99;
	top: -360px;
}
.roarArrow {
	width: 140px;
	margin: 0 0 0 128px;
}
.roarLine {
	width: 93px;
	margin:65px 0 0 120px;
}
.roarIcon {
	width: 32px;
	margin:60px 0 0 62px;
}
.roarText {
	margin:55px 0 0 65px;
}
/* ROARMAP */
.roadmapsMobile {
	display: none;
}
.roadmapsMobile a {
	color: #fdb913;

}
@media (max-width: 768px) { /* 768px */
.roadmapsMobile {
	display: block;
}
}
.roadmapsDesktop {
	display: block;

}
@media (max-width: 768px) { /* 768px */
.roadmapsDesktop {
	display: none;
}
}

/*mobile device for responsive financial info sections*/
.financialMobile {
	display: none;
}
@media (max-width: 650px) { /* 650px */
.financialMobile {
	display: block;
}
}
.financialDesktop {
	display: block;
}
@media (max-width: 650px) { /* 650px */
.financialDesktop {
	display: none;
}
}
.clickIcon {
	background: url(../images/clickIcon.png) center left no-repeat;
	padding: 0 0 0 18px;
}
.clickIcon:hover {
	background: url(../images/clickHoverIcon.png) center left no-repeat;
}



/* Date picker*/


.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}
	
	/***sustainability reports**/
	/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
	list-style:none;
}
.cs-style-4 a, .cs-style-4 a:hover, .cs-style-4 a:focus
{
	text-decoration:none;
}



/** key highlights **/
.key-highlights-wrapper{
	background:#fbfbfb;
}

.key-highlights{
	font-family: 'Montserrat', sans-serif;	
	text-align:center;
	color:#282828;
	padding-bottom:35px;
}

.key-highlights .key-highlights-title{
	font-size:20px;	
	line-height:20px;
}

.key-highlights .key-highlights-title span{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 14px solid #fdb913;
	position:relative;
	top:-18px;
	left:5px;
}

.key-highlights .key-highlights-figure{
	font-size:60px;	
	line-height:60px;
	color:#fdb913;
}

.key-highlights .key-highlights-figure span{
	font-size:25px;	
}

.key-highlights .key-highlights-total{
	font-size:25px;	
	line-height:10px;
}

/* ----------------------------------------------------------------
    Counter
-----------------------------------------------------------------*/


.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;	
}

.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400;
}

.counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit;
}

.counter + h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.counter.counter-lined + h5:before {
    display: block;
    position: relative;
    margin: 20px auto 25px auto;
    content: '';
    width: 15%;
    border-top: 2px solid #444;
    opacity: 0.9;
}

.counter.counter-small + h5 { font-size: 13px; }

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
    font-size: 15px;
    font-weight: 300;
}

.widget .counter + h5 { opacity: 0.7; }

/* added by kc - 201606130013AM */
/** featured documents **/
.featured-documents{
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
}

.featured-doc-icon{
	float:left;
	padding-right:15px;		
}

.featured-doc-title{
	float:left;
	font-size:18px;
	font-weight:700;
	padding-top:15px;
	position:relative;
	min-height:130px;
	width:150px;
}

.featured-doc-title .featured-divider{
	width:55px;
	height:10px;
	border-bottom:2px solid #707070;	
}

.featured-doc-download{
	font-size:14px;
	font-weight:400;
	position:absolute;
	bottom:10px;
	min-width:100px;
}



@media (max-width:1200px){
	.stockTitle{
		display:inline-block;
	}
	
	.stockPrice{
		line-height:25px;	
		padding-bottom:15px;
		font-size:50px;
	}
	
	.stockPrice span.Up, .stockPrice span.Down, stockPrice span.noPrice{
		margin-left:0px;	
		padding-left:20px;
	}
	
	.stockDetail-label span{
		font-size:11px;
	}
	
	.stockDetail-label{
		line-height:13px;	
	}
	
	.stockQuoteWrapper, .corporateCalendarWrapper{
		min-height:350px;	
	}
	
	.stockPrice span.rm{
		font-size:20px;	
	}
	
	.bursaDate{
		width:20%;
	}
	
	.bursaNews{
		width:100%;	
	}
}

@media (max-width:1000px){
	.stockQuoteWrapper, .corporateCalendarWrapper{
		min-height:400px;	
	}
	
	.irHomeHeaderLeft{
		font-size:30px;	
	}
	
	.bursaDate{
		width:20%;	
	}
	
	.stockDetail-label{
		line-height:15px;	
	}
	
	.news-alert{
		background-position:top center;
	}
	
	.stockPrice{
		font-size:50px;
		line-height:20px;	
	}
	
	.stockPrice span.rm{
		font-size:20px;	
	}
	
	.featured-doc-title{
		width:120px;	
	}
	
	.ownership a{
	margin-bottom:45px;
}	
	
}

@media (max-width:480px){
	.stockQuote{
		padding:0px;	
	}
	
	.corporateCalendarWrapper{
		padding:10px;	
	}
	
	.irHomeHeaderLeft{
		line-height:25px;	
	}
	
	
	.bursaDate{
		width:30%;
	}
	
	.bursaNews{
		width:100%;	
	}
	
	.ir-contact{
		font-size:14px;
	}
	
	.featured-doc-title{
		width:80px;	
		padding-top:0px;
	}
		
	.featured-doc-title .featured-divider{
		width:55px;
		height:5px;
		border-bottom:2px solid #707070;	
	}
	
	.featured-doc-download{
		font-size:13px;
		font-weight:400;
		position:absolute;
		bottom:0px;
		min-width:100px;
	}
	
	.stockQuoteType{
		padding-bottom:20px;	
	}
	
	#uem-submenu{
		text-align:left;	
	}
	
	#uem-submenu ul li{
		display:block;	
		line-height:25px;
	}
	

.ownership a{
	margin-bottom:45px;
}	
	
	
}

/**added by kc - 201606231046AM **/
/*corporate presentation*/

.presentation-date{
	border-bottom:3px solid #004D9B;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:80%;
	color:#666;
}

.presentation-title{
	font-size:120%;
	padding-bottom:10px;
}


/** added by kc 201605041720PM **/
/* new corporate governance section */

.reports-date{
	border-bottom:3px solid #004D9B;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:80%;
	color:#666;
}

.reports-title{
	font-size:120%;
	min-height:200px;
}

.emailAlertContainer a{
	color:#004D9B;
}

.emailAlertContainer a:hover{
	color:#000;
}

/*==================================================
Investor meetings css starts here
===================================================*/
label {
    color: #4b4b4b;
    font-size: 14px;
    margin-right: 2px;
}
.colors {
  
  display: none;min-width:    width: 1px;
    min-width: 100%;
}
.dropdownpanel {
  
  display: none;min-width:    width: 1px;
    min-width: 100%;
}
.custom-dropdown select {
   
    /* padding: 11px 25px; */
    padding: 8px 10px;
    border: 0;
    margin: 0;
    max-width: 200px;
    min-width: 155px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../images/dropdownArrow.png) !important;
    background-repeat: no-repeat !important;
    /* background-position: center right 20px !important; */
    background-position: 96% 49%;
    background-color: #6bc0f6 !important;
    font-size: 14px;
    line-height: 18px;
}
select
{
	color:#fff;
	font-weight: 500;
}
.custom-dropdown select::-ms-expand {
    display: none;
}
.custom-dropdown {
  margin-bottom:22px;    
}


.drp label {
    color: #2D257D;
    font-size: 18px;
	line-height:18px;
	margin-bottom:15px;
	font-weight:bold;
	display:block;
    
}


.drp select {
    background-color:#6bc0f6;
 	 padding: 12px 14px;
    border-radius:50px;
    margin: 0;
    max-width: 200px;
    min-width: 155px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../images/dropdownArrow.png) !important;
    background-repeat: no-repeat !important;
 
    background-position: 90% 49%;
 
    font-size: 14px;
    line-height: 18px;
}










/*==================================================
DIVIDEND REINVESTMENT PLAN css starts here
===================================================*/

.tr-bg{
	background:#F0F9FF !important;
}

.drp-fye{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:56px;
	color:#2D257D;
	
}

.divid-title{
	font-size:24px;
	line-height:38px;
	color:#30A7F2;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}


.drp-date{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:20px;
	color:#000000;
}

.drp-title{
	float:left;
	width:100%;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
 
}
.drp-cont-block{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.drp-cont-block h5{
	 
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	
}

.drp-cont-block p{
	font-size:14px;
	line-height:24px;
	
	color:#4D5060;
}

.drp-cont-block a{
	color:#2d257d;
	text-decoration:underline;
}

.drp-cont-block a:hover{
	color:#fdb913;
}


.drp-pdf-block .pdf-sec{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

 

.drp-pdf-block .pdf-sec a{
	display:inline-block;
	/*width:45%;*/
	/*margin-left:1%;*/
	margin-right:4%;
	font-size:14px;
	font-weight:bold;
	color:#2d257d;
	text-decoration:none;
	 
}

.drp-cont-block ul li{
	line-height:24px;
}


/*.drp-pdf-block .pdf-sec a:hover{
	color: #fdb913;
}

.drp-pdf-block .pdf-sec a:before{
	content:"\f019";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#2d257d;
}*
.drp-pdf-block .pdf-sec a:hover:before{
	color: #fdb913;
}/

.drp-pdf-left-link{
	text-align:left;
	padding-left:10%;
}


.drp-cont-block ul{
	margin:0;
	padding:0;
}
.drp-cont-block ul li{
 
	list-style:outside;
	list-style-type:disc;
	font-size:14px;
	line-height:26px;
	color:#333;
	margin-left:20px;
	padding-left:10px;
}
.drp-cont-block ul li ul{
	margin-top:10px;
}

.drp-contact tabel, .drp-contact table tr td{
	padding:3px 5px;
	
}


@media(max-width:768px){
	.drp-pdf-block .pdf-sec a{
	display:block;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	 
}
.drp-pdf-left-link{
	text-align:left;
	padding-left:0%;
}


}


 
@media(max-width:767px){
	.drp-pdf-block .pdf-sec a{
	display:block;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	 
}

.drp-pdf-left-link{
	text-align:left;
	padding-left:0%;
}

}
