@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
	color:#4c525f;
	
	
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.pb50{
	padding-bottom:50px;
}

.vm-btn {
	color:#2D257D;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
.ar-btn {
	color:#515362;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
/*.vm-btn:after, .ar-btn:after{
	content:url(../images/right-arrow.png);
	width:50px;
	height:50px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fdea07;
	margin-left:90px;
	text-align:center;
}*/

.btn-text{
	display:inline-block;
 
}


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

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

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

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





.ar-micro-btn-sec .btn-more .y-circle{
	display:inline-block;
	margin-left:25px;
	background-color:#FDE907;
	width:50px;
	height:50px;
	border-radius:50px;
	position:relative;
	top:0;
	
}

.ar-micro-btn-sec .btn-more .y-circle:after {
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:18px;
	z-index:2;
	opacity:1;
	top:15px;
 
}

.ar-micro-btn-sec .btn-more .y-circle:before{
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:61px;
	z-index:2;
	opacity:0;
	top:15px;
 
}





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

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

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



.vm-btn-big {
	color:#2D257D;
	font-size:42px;
	line-height:53px;
	text-decoration:none;
	font-weight:bold;
}
/*.vm-btn-big:after {
	content:url(../images/fi-info-arrow.png);
	width:64px;
	height:64px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fff;
	margin-left:150px;
	text-align:center;
	position:relative;
	 top:-5px;
}*/
.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;

}*/

.ar-micro-btn-sec{
	display:flex;
	flex-wrap:wrap;
}
.ar-micro-btn-sec a{
	display: flex;
    align-items: center;
    flex: 1 0 30%;
    /*justify-content: center;*/
}


.ar-micro-btn-sec .btn-more{
	font-size:14px;
	line-height:18px;
	text-align:left;
	font-weight:bold;
	color:#2D257D;
	display:flex;
	align-items:center;
	padding:0;
	
}



.rpt-links {
	color:#404155;
	font-size:16px;
	line-height:41px;
	text-decoration:none;
	font-weight:bold;
	position:relative;
}

.rpt-links .btn-text{
	position:relative;
	top:-12px;
	width:165px;
}
 
.rpt-links .y-circle{
	width:45px;
	height:45px;
	top:6px;
	right:-48px;
}

.ar-micro-btn-sec .ar-latest-title{
	margin-top:60px;
}


.btn-primary {
	color:#2D257D;
	font-size:16px;
	line-height:38px;
	text-decoration:none;
	font-weight:bold;
	background:none;
	border:none;
}
/*.btn-primary:after {
	content:url(../images/right-arrow.png);
	width:30px;
	height:30px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fdea07;
	margin-left:10px;
	text-align:center;
}*/
.btn-primary:hover, .btn-primary:focus{
	color:#2D257D;
	background:none !important;
		 
}

.news-alert .btn-primary {
/*	color:#fff;
	background:#2D257D;
	font-size:16px;
	padding:10px 25px;
	border-radius:30px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;*/
	margin-left:12%;
	
}
#ctl00_cphContent_btnUnsubcribe{
	margin-left:12%;
}

.news-alert .btn-primary:hover{
/*	color:#fff;
	background:#30A7F2 !important;
	font-size:16px;
	padding:10px 25px;
	border-radius:30px;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;*/
}

.news-alert .btn-primary:after{
	content:'';
	display:none !important;
}



.ClsButton{
	color:#fff !important;
	font-size:16px !important;
	line-height:16px !important;
	text-decoration:none !important;
	font-weight:normal !important;
	background:#2D257D !important;
	height:auto !important;
	padding:10px 25px;
	border-radius:30px;
	 
}

.ClsButton:hover{
	color:#fff !important;
	font-size:16px !important;
	line-height:16px !important;
	text-decoration:none !important;
	font-weight:normal !important;
	background:#30A7F2 !important;
	height:auto !important;
	padding:10px 25px;
	border-radius:30px;
	 
}


.lm-item{
	display:none;
}




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

.msi-btn-2{
	float:left;
	width:38%;
	/*background:#f0f9ff;*/
	background:#fff;
	margin-top:20px;
 
}
.msi-btn-2 .vm-btn-bg{
	padding-left:0;
}


.msi-btn-2 .vm-btn:after{
	margin-left:15px;
}

.ar-Title{
	display:none;
}

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

.main-small h2 {
	font-size: 18px;
	font-family: 'Montserrat';
	color:#2D257D;
	margin-bottom: 40px;
	font-weight:700;
}

.main-title h3 {
	font-size: 28px;
	line-height:28px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 15px;
	font-weight:bold;
}

h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	color:#2D257D;
	margin-bottom: 40px;
}
.bg-lb {
	background:#f0f9ff;
	padding:65px 0 65px 0;
}
.bg-yellow {
	background:#fdea07;
	padding:80px 0;
}


/*======================================================================
CORPORATE GOVERNANCE CSS 
========================================================================*/
.cg-sec-1, .cg-sec-2, .cg-sec-3, .cg-sec-4, .cg-sec-5{
	float:left;
	width:100%;
	margin-bottom:100px;
}

.cg-sec-2{
	background-image: url(../images/cg-lines.png);
    background-position: right center;
    background-repeat: no-repeat;
	margin-bottom:0;
	padding-bottom:100px;
}


.cg-sec-5{
	margin-bottom:0;
}

.cg-intro-text{
	font-size:28px;
	line-height:36px;
	font-weight:bold;
	color:#525252;
	margin-bottom:10px;
}
.cg-intro-text span{
	color:#2D257D;
}


.cg-sec-3, .cg-sec-5{
	background:#D4E1F1;
	padding:100px 0;
}

.bod-charts{
	display:flex;
	width:100%;
}

.cg-table table tbody tr td img{
	width:25px;
	height:40px;
	
}
.cg-table table thead tr th{
	background:#2D257D !important;
	color:#fff;
	font-weight:normal !important;
	text-align:center;
}

.cg-table table tbody tr td:first-child{
	text-align:left;
	width:250px;
}

.cg-table table tbody tr td{
	text-align:center;
}

.cg-note-foot{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.text-notes{
	float:left;
	width:100%;
	 
}
.icon-names{
	float:left;
	width:100%;
}
.icon-names .cg-icon:first-child{
	margin-right:30px;
}

.icon-names .cg-icon{
	float:left;
	width:81px;
}

.icon-names .cg-icon img{
	width:27px;
	height:auto;
	margin:auto auto 10px auto;
	display:block;
	text-align:center;
	object-fit:cover;
	
}

.icon-names .cg-icon span{
	display:block;
	text-align:center;
}
.kcgl-block{
	float:left;
	background:#fff;
	padding:20px;
	box-shadow:3px 0 10px #00000024;
	height:100%;
	min-height:356px;
	 
}
.kcgl-title{
	font-size:20px;
	line-height:24px;
	color:#27AAF8;
	font-weight:bold;
	min-height:77px;
	margin-bottom:44px;
}
.kcgl-cont{
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	color:#525252;
	margin-bottom:44px;
	min-height:100px;
}

.cg-btn{
	display:flex;
	height:54px;
	align-items:center;
	justify-content:center;
}

.cg-btn .btn-text{
	display:inline-block;
	width:75%;
	font-weight:normal;
	color:#2D257D;
	font-size:14px;
	line-height:18px;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){

.mmb-15{
	margin-bottom:15px;
}
	
}

@media(max-width:767px){

.mmb-15{
	margin-bottom:15px;
}
	
}
@media(max-width:480px){

.mmb-15{
	margin-bottom:15px;
}

.cg-table > .table{
	height:500px;
}
	
}


@media(max-width:380px){

.mmb-15{
	margin-bottom:15px;
}

.cg-table > .table{
	height:600px;
}
	
}
