<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&amp;family=Roboto:wght@400;700;900&amp;display=swap');


/*#ctl00_bodyContent{
	overflow:hidden !important;
}*/

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1336px;
}

body {font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px;}
h1 {font-family: 'Roboto', sans-serif; font-weight: 700;}
h2 {
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 30px;
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}
a {color:#e7ba1f;}
a:focus, a:hover{color:#3c3c3c;}
.mainBanner {
    background: url(../images/mainbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 320px;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
}
.mainBanner h1 {
	color:#fff;
	font-size: 60px;
	margin: 0 auto;	
}

nav {border-bottom:1px solid #cdc9c9;}
.breadcrumb{
	background: transparent;
	padding:30px;
	margin:0 auto;
	max-width: 1366px; 	
}
.breadcrumb&gt;li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size:20px;
	font-weight:400;
}

.btnContainer{
	clear: both;
	content: "";
	display: table;
	width: 100%;
	margin-top: 20px; 
}
.btnContainer a {
	text-align: center;
	float: left;
    padding: 15px;
    width: 50%;
    max-width: 180px;
    border: 2px solid #e0dfdf;
    border-radius: 40px;
    color: #e7ba1f;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btnContainer a:hover{color:#fff; background-color:#e7ba1f; }
.btnContainer .quotes{
	float: right;
	font-size: 14px;
	color:#a9a9a9;
	width: 50%;
	text-align: right;
}

#chart img{max-width: 100%;}

#stockPerformance{margin-top:80px;}
#stockPerformance .stockCode{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color:#e7ba1f;
	text-transform: uppercase;
}
#stockPerformance h3 {
	color:#e7ba1f;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom:10px;
}
.titleBorder {background-color:#e7ba1f; width: 50px; height: 1px; margin:20px auto;}
#stockPerformance .stockpriceContainer { margin-bottom:30px; }
#stockPerformance .stockPrice {
	display: inline-block;
	font-weight: 900;
	font-size: 45px;
	padding-right: 10px;
	margin: 0;
}
#stockPerformance .priceUp {
	color: #038103;
	font-size: 18px;
}
#stockPerformance .priceUp:before{
	content: url("../images/arrowUp.png");
	background-repeat:no-repeat;
	width: 40px;
	height: 40px;
}
#stockPerformance .priceDown{color:#d70000; font-size: 18px;}
#stockPerformance .priceDown:before{
	content: url("../images/arrowDown.png");
	background-repeat:no-repeat;
	width: 40px;
	height: 40px;
}
#stockPerformance .priceHigh,
#stockPerformance .priceLow,
#stockPerformance .volume {
	background: #f2f2f2;
	padding: 20px 10px;
	font-size: 24px; 
}
#stockPerformance .priceLow{background: transparent;}
#stockPerformance .priceHigh span, 
#stockPerformance .priceLow span,
#stockPerformance .volume span{float: right; font-weight: 700;}

#reports{
	background: url(../images/reportsBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:80px;
	padding: 80px; 
}
#reports h2{color:#fff;}
#reports .prospectus,
#reports .annualReport,
#reports .quarterReport,
#reports .circulars
{text-align: center;}
#reports h3{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin:40px 0 20px 0;
}
#reports .btns .download{
	width: 160px;
	padding:15px;
	color:#e7ba1f;
	border: 2px solid #f2f2f2;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#reports .btns .download:hover{
	background-color:#e7ba1f;
	color:#fff;
	border: 2px solid #ffc811;
}
#reports .btns .view{
	color:#ffc811;
	 padding-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#reports .btns .view:hover{color: #fff;}

#bursaAnnouncements .announcements {padding: 0 40px; overflow: hidden; border: 0;}
#bursaAnnouncements {padding: 80px 0}
#bursaAnnouncements .newsAnnouncements {
	color:#000;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
}
#bursaAnnouncements .date {
	font-weight: 400;
	font-size: 16px;
	color:#777777;
	padding-top: 20px;
}
#bursaAnnouncements .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity:1;}
#bursaAnnouncements .slick-prev:before, .slick-next:before{color: #000;}
#bursaAnnouncements .slick-prev{left: 10px;}
#bursaAnnouncements .slick-next{right:10px;}
.slick-prev:before {
	content: "\f104";
	font-size: 40px;
	font-family:'FontAwesome' !important;
}
.slick-next:before {
	content: "\f105";
	font-size: 40px;
	font-family:'FontAwesome' !important;
}
#bursaAnnouncements .btnContainer a{float: none; display: block; margin: auto;}

#newsalertSection {margin-bottom: 80px;}
#newsalertSection h2, #irContact h2{text-align: left;}
#newsalertSection .titleBorder, #irContact .titleBorder{margin: 20px 0;}
#newsalertSection .imgSection {
	background: url('../images/newsAlert.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 480px;
}
#newsalertSection .imgSection img {max-width: 100%;}
#newsalertSection .formSection {
    padding: 0 20px 0 40px;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
}
#newsalertSection .form-control{
	width: 100%;
    /* padding: 20px; */
    height: 42px;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #cdc9c9;
    line-height: 1.42857;
}
#newsalertSection .btn-cont input{
	text-align: center;
	display: inline-block;
    padding: 15px;
    width: 50%;
    max-width: 180px;
    border: 2px solid #e0dfdf;
    border-radius: 40px;
    color: #e7ba1f;
    font-size: 16px;
    font-weight: 700;
    margin-top:30px;
    background-color:transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#newsalertSection .btn-cont input:hover{
	color:#fff;
	background-color:#e7ba1f;
}
#newsalertSection .policyBtn{padding-left: 20px; color: #e7ba1f; font-weight: 700; }

#irContact {margin-bottom: 60px;}
#irContact .tel, #irContact .fax {padding-right: 40px;}
#irContact .tel, #irContact .fax, #irContact .email{display: inline-block;}
#irContact .tel:before,
#irContact .fax:before,
#irContact .email:before{
	content:url('../images/tel.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	padding-right: 12px;
}
#irContact .fax:before{	content:url('../images/fax.png'); }
#irContact .email:before { content:url('../images/email.png'); vertical-align: text-top;}
#irContact h3 {font-weight: 700; color:#e7ba1f; font-size: 24px}
#irContact a {color: #000;}
#irContact .ircontactImg{
	background: url(../images/irContact.jpg);
	background-repeat: no-repeat;	
	height: 100%;
	min-height: 420px;
	background-size: cover;
}

.fix-icon .btn-primary,
.bursanews-header .more-button a,
.bursanews-header .more-button input.btn-primary,
.emailAlertContainer .emailAlert .btn-primary,
.btn-primary{
	width: 160px;
	padding:15px;
	color:#e7ba1f;
	border: 2px solid #e6e4e4;
	display: inline-block;
	border-radius: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bursanews-header .more-button a:hover,
.bursanews-header .more-button input.btn-primary:hover,
.emailAlertContainer .emailAlert .btn-primary:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus,
.btn-primary:active, .btn-primary:active, .btn-primary.active.focus,
.btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open&gt;.dropdown-toggle.btn-primary.focus,
.open&gt;.dropdown-toggle.btn-primary:focus, .open&gt;.dropdown-toggle.btn-primary:hover{
	background-color:#e7ba1f;
	color:#fff;
	border: 1px solid #e7ba1f;
}

.unregister a {color:#e7ba1f;}
.unregister a:hover {color:#3c3c3c;}

.clsMsgBoxDesign .ClsButton {
	text-align: center;
    padding: 15px;
    width: 50%;
    max-width: 180px;
    border: 2px solid #e0dfdf;
    border-radius: 40px;
    color: #e7ba1f;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.clsMsgBoxDesign .ClsButton:hover {
	background-color:#e7ba1f;
	color:#fff;
}

.accordion_in.acc_active .acc_head {color: #e7ba1f !important; }
.smk_accordion .accordion_in.acc_active &gt; .acc_head .acc_icon_expand:before{border:1px solid #e7ba1f !important;}
.PDF.Financial.Report a:last-child {
	border: 2px solid #e0dfdf;
    padding: 20px;
    width: 100%;
    display: inline-block;
    max-width: 170px;
    border-radius: 30px;
    text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.PDF.Financial.Report a:last-child:hover{
	color:#fff;
	background-color:#e7ba1f;
	text-decoration:none;
}



.iframe-FH{
	height:1638px;
}

.frameRatio{
	height:1650px;
}

.iframe-cs{
	height:1000px;
}








/*==========  Mobile ==========*/

@media screen and (min-width: 1200px){
	#irContact .ircontactDetails {
    -webkit-transform: translateY(35%);
        -ms-transform: translateY(35%);
            transform: translateY(35%);
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	#reports .btns .view {padding:10px 0; display: block;}
	#reports h3 {font-size: 18px;}
	#irContact .ircontactDetails {
    -webkit-transform: translateY(31%);
        -ms-transform: translateY(31%);
            transform: translateY(31%);
	}
	
.iframe-FH{
	height:1638px;
}

.frameRatio{
	height:1650px;
}	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.prospectus, .annualReport{ padding-bottom:30px; }
	
.iframe-FH{
	height:2850px;
}

.frameRatio{
	height:1850px;
}	
	
}

@media screen and (max-width: 767px){
	.prospectus, .annualReport, .quarterReport{ padding-bottom:30px;}

	#reports{margin-top: 20px; padding: 20px;}
	#bursaAnnouncements{margin: 0 0 20px 0; padding: 20px;}
	#bursaAnnouncements .newsAnnouncements{ font-size: 18px; }
	#bursaAnnouncements .date{ font-size: 12px; }
	#newsalertSection .imgSection, #irContact .ircontactImg {min-height: 250px;}
	#newsalertSection .formSection {
	    padding: 20px;
	    -webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	            transform: translateY(0);
	}
	#newsalertSection {margin-bottom: 20px;}	
	
.iframe-FH{
	height:2850px;
}
.frameRatio{
	height:1850px;
}
.iframe-cs{
	height:500px;
}	
	
}

@media screen and (max-width: 480px){
	.btnContainer a {float: none; margin: 0 auto 10px; display: block;}
	.btnContainer .quotes {float:none; display: block; width: 100%; text-align: center;}
	
.iframe-FH{
	height:2850px;
}

.frameRatio{ height:1850px; }
.bodyContainer .container {padding:0;}
.vc_column_container&gt;.vc_column-inner {padding:0;}
body {font-size:14px;}	
}

@media screen and (max-width: 414px){
.iframe-FH{
	height:2850px;
}		
	
.frameRatio{
	height:1850px;
}
.vc_column_container&gt;.vc_column-inner {padding:0;}	
body {font-size:14px;}
}
@media screen and (max-width:375px){
.iframe-FH{
	height:2850px;
}		
.frameRatio{
	height:2250px;
}	
.bodyContainer .container {padding:0;}
.vc_column_container&gt;.vc_column-inner {padding:0;}	
body {font-size:14px;}	
}
@media screen and (max-width:360px){
.iframe-FH{
	height:2850px;
}		
.frameRatio{
	height:2260px;
}	
.bodyContainer .container {padding:0;}	
.vc_column_container&gt;.vc_column-inner {padding:0;}	
body {font-size:14px;}	
}</pre></body></html>