@charset "utf-8";
/* CSS Document */

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /*color:#620A1A;*/
   color:#000000;
  margin: 0;
  padding: 0;
  background: #FEFDF9;
}
a
{
	text-decoration:none; color:#620A1A;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#C6953F;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4
{
	font-family: "Outfit", sans-serif;
}
h2
{
	font-family: "Outfit", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
	margin:0px 0px 20px 0px;
	color:#620A1A;
}
h4
{
	font-size:20px;line-height:24px;font-weight:600;
	margin-top:0px;
}
.btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.irbutton, .btn-primary, .ClsButton, .size
{  
    border-radius: 4px;
    background: linear-gradient(to right, #C6953F 50%, #A10C11 50%);
    color: #FEFDF9 !important;
    min-width: 160px;
    min-height: 46px;   
    justify-content: center;
    align-items: center;   
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all .5s ease-out;
	font-family: "Outfit", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
	padding: 13px 20px;
	line-height:20px;
	display:inline-block;
	text-align:center;
	margin-top:24px;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
    background-position: left bottom;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
    border-color: #C6953F !important;
}
#sm-wrapper .irbutton, #reports-wrapper .report-box .irbutton
{
	border: 1px solid #FFFFFF;
}
#sm-wrapper .irbutton:hover, #reports-wrapper .report-box .irbutton:hover
{
	border:1px solid #C6953F;
}
#ba-wrapper, #newsalert-wrapper, #reports-wrapper, #sm-wrapper
{
	margin-top:80px;
}
#stockinfo-wrapper {
  position: relative;
   background: url("../images/background-line.png") no-repeat  top left; 
}

#stockinfo-wrapper .stockinfo-box
{
	padding:80px 60px;
	background-color:#A10C11;
	color:#fff;
}
#stockinfo-wrapper .irbutton
{
	margin-top:0px;
}
#stockinfo-wrapper .btn-row
{
	margin-top:24px;
}
#stockinfo-wrapper .btn-row p
{
	margin-bottom:0px;color:#BBBBBB;font-size:13px;
}
/*#stockinfo-wrapper .container-fluid:after
{
	right: 0;
    background-color: #A10C11;
    content: ' ';
    position: absolute;
    top: 0;    
}*/
#stockinfo-wrapper h2, #sm-wrapper h2
{
	background: linear-gradient(to bottom right, #FFDC7F 25%, #C2893F 90%, #A57734 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#stockinfo-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin:0px;   
}
#stockinfo-wrapper h1 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    display: inline-block;
    margin: 0px 8px 0px 0px;
    vertical-align: sub;
}
#stockinfo-wrapper .stockprice div {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: transparent linear-gradient(180deg, #F8D277 0%, #F8D277 0%, #B7823B 100%) 0% 0% no-repeat padding-box;
    color: #000000;
    padding: 4px 14px;
	margin-top: -6px;
}
#stockinfo-wrapper .stockprice.priceUp div:before, #stockinfo-wrapper .stockprice.priceDown div:before
{
  content: "";
  background-size: contain;
  width: 16px;
  height: 9px;
  display: inline-block;
  margin-right: 4px;  
}
#stockinfo-wrapper .stockprice.priceUp div:before {
 
  background: url("../images/arrowup.png") no-repeat center center; 
}
#stockinfo-wrapper .stockprice.priceDown div:before { 
  background: url("../images/arrowdown.png") no-repeat center center; 
}
#stockinfo-wrapper .stocklist-wrapper {
  overflow: hidden;margin-top:24px;
}
#stockinfo-wrapper .stocklist {
  float: left;
  width: 50%;
  padding: 12px 20px;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-sizing: border-box;  
}
#stockinfo-wrapper .stocklist span {
  font-size: 16px;
  font-weight: 700;
}
#stockinfo-wrapper .stocklist:nth-child(3n+1)
{
	background-color: rgba(255, 255, 255, 0.15);
}

#ba-wrapper {
  background: url("../images/bursa-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0;color: #620A1A;
}
.ba-item {
  display: flex;
  align-items: center;
}
.ba-item p {
  margin:0px;
  background: url("../images/cal-icon.png") no-repeat center;
  width: 34px;
  height: 42px;position:relative;
}
.ba-item p span {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    text-align: center;
	background: linear-gradient(to bottom right, #FFDC7F 25%, #C2893F 90%, #A57734 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 18px;
}
.ba-item h5 strong
{
	 display:block;
}
#ba-wrapper .col-lg-6 .col-lg-6 a
{
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	display:block;
	margin-top:8px;
}
#ba-wrapper h5
{
	 font-size:16px;font-weight:400;padding:0px;margin: 6px 0px 0px 10px;
}
#ba-wrapper .col-lg-6 .col-lg-6:first-child, #ba-wrapper .col-lg-6 .col-lg-6:nth-child(2)
{
	margin-bottom:12px;
}
#reports-wrapper h2{
  text-align:center;
}
#reports-wrapper .report-box {
  background-color:#A10C11;
  border-radius: 5px;
  color: #fff;
  padding: 40px 30px; 
  height:100%;
}
#reports-wrapper .report-box img {
  margin-bottom:25px;max-height:60px;
}
#reports-wrapper .report-box h4
{
	font-size:20px;line-height:24px;
}
#reports-wrapper .report-box .irbutton
{
	margin-top:10px;
}
#sm-wrapper {
  position: relative; 
  color:#fff;margin-bottom: 60px;
}
#sm-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;              
  height: 100%;
  background: url("../images/shareholders-meetings-bg.jpg") no-repeat center;
  background-size: cover;
  z-index: 0;
}
#sm-wrapper .container {
  position: relative;
  z-index: 1;
}
#sm-wrapper .sm-left
{
	padding:80px 80px 80px 0px;
}
#sm-wrapper .sm-left h5
{
	font-weight:600;font-size:18px;line-height:20px;margin-bottom:14px;
}
#sm-wrapper .sm-right {
    margin-left: -60px;
    position: absolute;
    bottom: -60px;
}
#newsalert-wrapper {
  background: url("../images/na-bg.jpg") center;
  padding: 80px 0;
  background-size:contain;
}
#ic-wrapper {
  text-align:center;
  padding:80px 0px;
}
#ic-wrapper img {
  margin: 12px 0px;
  background-color:#A10C11;
  border-radius:50%;
}
#ic-wrapper .row p
{
	color:#000000;font-size:20px;line-height:24px;
	font-weight:500;font-family: "Outfit", sans-serif;
	margin-bottom: 0px;
}
#ic-wrapper .row p span
{
	font-size:16px;line-height:20px;font-weight:400;
	margin-top: 4px;display:block;
}
#newsalert-wrapper p, #ic-wrapper p
{
	color:#620A1A;
}
@media (max-width: 991px) {
 
}
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
{ 
   
}
@media (max-width: 1199px) {
  
  
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{

}
@media (max-width: 991px) 
{
 #stockinfo-wrapper h1
 {
	 font-size:45px;line-height:45px;
 }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	#stockinfo-wrapper .stocklist
	{
		width:100%;
	}
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
 .vertical-align {
    display: flex;
    align-items: center;
 } 
 .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }    
 #reports-wrapper .report-box h4
 {
	 margin: 0px 0px 150px 0px;
 }
 #reports-wrapper .report-box .reports-buttons {
    position: absolute;
    bottom: 45px;
 } 
 #stockinfo-wrapper:before
 {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
   background-color:#A10C11;
    background-size: cover;
    z-index: 0;
 }
 #stockinfo-wrapper iframe
 {
	width: 105%;
    margin-left: -16px;
 }
 .col-lg-6.col-md-6.col-sm-6.stock-chart
 {
	 padding-right:30px;
 }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{ 
 #sm-wrapper .sm-right, #ba-wrapper .ba-right
 {
   display:none;
 }
 #sm-wrapper:before
 {
	 width:100%;
 }
 #sm-wrapper .sm-left
 {
	 padding:80px 0px;text-align:center;
 }
 #sm-wrapper
 {
   margin-bottom:0px;
 }
 #ba-wrapper .col-lg-6 .col-lg-6:first-child, #ba-wrapper .col-lg-6 .col-lg-6:nth-child(2), #ba-wrapper .col-lg-6 .col-lg-6:nth-child(3)
 {
	 margin-bottom:20px;
 }
 #stockinfo-wrapper .row {
    display: flex;
    flex-direction: column;
 }
 #stockinfo-wrapper .stock-info {
    order: 1;
 }
 #stockinfo-wrapper .stock-chart {
    order: 2;
 }
}
@media (max-width: 480px)
{
 #stockinfo-wrapper .stocklist
	{
		width:100%;
	}
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}