@charset "utf-8";
/* CSS Document */

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #fff;
  color: #1A1D23;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
 
}
a
{
	text-decoration:none; color:#C8181E;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#E8A020;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4
{
	font-family: "Cormorant Garamond", serif;
}
h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.3px;
	color:#1A1D23;    
    margin: 0px 0px 30px 0px;    
}
h3
{
	font-weight: bold;
    line-height: 1;
}
h4
{
	font-size:24px;line-height:24px;font-weight:600;
	margin-top:0px;
}
.counter-value {
  font-variant-numeric: tabular-nums;
  display: inline-block;
}
#stockinfo-wrapper h5, #fh-wrapper h5, #ircontacts-wrapper h5, #newsalert-wrapper h5, #sm-wrapper h5, #reports-wrapper h5, #bursa-wrapper h5, #sm-wrapper h5
{
	font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
	color:#C8181E;margin:0px;
}
h5
{
	 font-size:20px;line-height: 1;color: #000000;
}
.btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.irbutton, .btn-primary, .ClsButton, .size, .circularButton a
{  
    border-radius: 3px;
    color: #C8181E !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    border: 1px solid #C8181E !important;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    margin-top: 24px;
    letter-spacing: 0.3px;
    text-align: center;
    transition: all .3s;
    height: auto !important;
    width: auto !important;
    background-color: transparent;
	min-width:100px;
}
.irbutton:after, .btn-primary:after, .ClsButton:after, .size:after, .circularButton a:after {
    font-family: "Font Awesome 6 Free";
    position: relative;   
    content: "\f178";
    font-weight: 900;   
    margin-left: 14px;   
    transition: all 0.3s ease;   
    display: inline-block;
    vertical-align: middle;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover, .circularButton a:hover
{
   background-color:#C8181E;color:#ffffff !important;
}
#financial-cg, #fh-wrapper, #reports-wrapper, #bursa-wrapper
{
	margin-top:80px;
}
#stockinfo-wrapper {
  position: relative;   
}


#stockinfo-wrapper h3 {
  font-size: 40px;
  font-weight: 600;
  margin:0px;   
  color:#C8181E;
  letter-spacing: 2.5px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#stockinfo-wrapper h1
{
	font-size:100px;line-height:100px;
	color: #1A1D23;letter-spacing: 0px;
	font-weight:bold;margin: 0px 10px 0px 0px;
	display: inline-block;
    vertical-align: sub;
}
#stockinfo-wrapper .irbutton
{
	margin-top:0px;
}
#stockinfo-wrapper .btn-row
{
	margin-top:24px;
}
#stockinfo-wrapper .btn-row p
{
	margin-bottom:0px;font-size:13px;
	opacity: 0.8;
}
#stockinfo-wrapper .stockprice div {   
    display: inline-block;
    vertical-align: middle;    
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
	font-weight: 500;
}
#stockinfo-wrapper .stockprice.priceUp div:before, #stockinfo-wrapper .stockprice.priceDown div:before
{
  content: "";
  background-size: contain;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;  
}
#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 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
#stockinfo-wrapper .stock-card {
    position: relative;
    min-height: 140px;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    background: #63090C;
    color: #fff;
}
#stockinfo-wrapper .stock-card.high, .stock-card.low
{
	background-color: #860A0E;
}
#stockinfo-wrapper .stock-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 0.45;
    z-index: 0;
}
/* Individual icons */
#stockinfo-wrapper .stock-card.open::before {
    background-image: url("../images/open-bg.png");
}
#stockinfo-wrapper .stock-card.high::before {
    background-image: url("../images/high-bg.png");
}
#stockinfo-wrapper .stock-card.low::before {
    background-image: url("../images/low-bg.png");
}
#stockinfo-wrapper .stock-card.vol::before {
    background-image: url("../images/vol-bg.png");
}
#stockinfo-wrapper .stock-card h4 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 28px;line-height:30px;
    font-weight: 500;
}
#stockinfo-wrapper .stock-card span {
    display: block; margin-top: 8px;
}
#financial-cg {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#financial-cg .fc-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
#financial-cg .fc-bg-financial {
  left: 0;
  background-image: url('../images/financial-info-bg.jpg');
} 
#financial-cg .fc-bg-corporate {
  right: 0;
  background-image: url('../images/cg-bg.jpg');
} 
#financial-cg .row { 
  width: 100%;
} 
#fh-wrapper
{
	position:relative;padding-bottom: 80px;
}
section#fh-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 84%;
    background: #f2f2f2;
    z-index: 0;
}
section#fh-wrapper .irbutton
{
	position:relative;
}
#fh-wrapper h6
{
	font-size:20px;color:#000;font-weight:500;margin:0px;
}
#fh-wrapper h3
{
    color: #C8181E;	margin:0px;font-size:46px;
}
.fh-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #0000004D;
  justify-content: space-between;
} 
.fh-box:last-child {
  border-bottom: none;
}

#bursa-wrapper .bursa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  gap: 20px;
}
#bursa-wrapper .bursa-header .irbutton
{
	margin-top:0px;
}
#bursa-wrapper .row .col-lg-6 img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 18px;
   object-fit: cover;
  display: block;
}
#bursa-wrapper .bursa-date-badge {
  position: absolute;
  top: 24px;
  right: 24px; 
  color: #ffffff;
  padding: 16px 26px;
 /* display: flex;
  flex-direction: column;
  align-items: flex-start; */
  background: #000000;
  border-radius: 12px;
  opacity: 0.79;
}
#bursa-wrapper .bursa-date-badge h3
{
	font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;text-align:center;
	margin:0px;
}
#bursa-wrapper .bursa-date-badge h3 span
{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
	border-top:1px solid #E8A020;
	margin-top: 4px;
    padding-top: 4px;display:block;
}
#bursa-wrapper h4, #bursa-wrapper .bursa-list-text h3
{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.1;
    color: #1A1D23;
    margin: 12px 0px 0px;
}
#bursa-wrapper h4 a, #bursa-wrapper .bursa-list-text h3 a
{
 color:#1A1D23	
}
/* Divider between the featured item and the list */
#bursa-wrapper .bursa-list {
  border-left: 1px solid #e0e0e0;
}
#bursa-wrapper .bursa-list-item {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
      align-items: center;
}
#bursa-wrapper .bursa-date-box {   
    padding: 14px;
    border: 1px solid #E5E7EB;
    border-radius: 2px; 
    border-radius: 10px;
    text-align: center;min-width: 145px;
}
#bursa-wrapper .bursa-date-box h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #C8181E;
    margin: 0px;
}
#bursa-wrapper .bursa-date-box span {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    display: block;
    border-top: 1px solid #E8A020;   
    margin-top: 6px;
    padding-top: 6px;
}
#bursa-wrapper .bursa-list .bursa-list-item:first-child
{
	padding-top:0px;
}
#bursa-wrapper .bursa-list .bursa-list-item:last-child
{
	border-bottom:0px;
}
#reports-wrapper {
  position: relative; 
}
#reports-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: #63090C;
  z-index: 0;
} 
#reports-wrapper  .reports-list {
  display: flex;
  align-items: flex-end;
  gap: 24px;  
  margin: 0 auto;
} 
#reports-wrapper  .report-card {
  flex: 1;
  position: relative;
  min-height: 420px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-image:url('../images/ar-bg.png');
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#reports-wrapper  .reports-list .report-card:nth-child(2)
{
	 background-image:url('../images/qr-bg.png');margin-bottom: -40px;
}
#reports-wrapper  .reports-list .report-card:nth-child(3)
{
	 background-image:url('../images/circular-bg.png');
} 
#reports-wrapper  .report-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(99, 9, 12, 0.85), rgba(99, 9, 12, 0));
  z-index: 0;
} 
#reports-wrapper  .report-icon {
  width: 38px;
  object-fit: contain;
  position: relative;
  z-index: 1;
} 
#reports-wrapper  .report-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
} 
#reports-wrapper  .report-bottom h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3.0px;
} 
#reports-wrapper  .report-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
} 
#reports-wrapper  .report-actions a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d99a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
} 
#reports-wrapper  .report-actions a:hover {
  background: #c98a1e;
  transform: translateY(-3px);
} 
#reports-wrapper  .report-actions a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
} 
#reports-wrapper .report-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(99, 9, 12, 0.5);
  border-radius: inherit;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  z-index: 0;
  pointer-events: none;
  border-radius:10px;
}

#reports-wrapper .report-card:hover::before {
  transform: scale(1);
}
#reports-wrapper .report-card:hover
{
	transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
}
#sm-wrapper
{
	background:url(../images/shareholders-meetings-bg.jpg) no-repeat center bottom;
	padding: 140px 0px 100px 0px;
    background-size: cover;
}
#sm-wrapper h5
{
	text-transform:capitalize;
}
.sm-list-item {
    display: flex;
    gap: 22px;
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #e0e0e0; */
    align-items: flex-start;
	    min-height: 210px;
}
.sm-date-box {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 2px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #C9C9C9;
	min-width: 145px;
}
.sm-date-box h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #C8181E;
    margin: 0px;
}
.sm-date-box h3 span {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    display: block;
    border-top: 1px solid #E8A020;
    margin-top: 10px;
    padding-top: 10px;
}
.sm-list-text p
{
	margin:20px 0px 0px;
}
#sm-wrapper a.irbutton
{
	position: absolute;   
    bottom: 4px;
}
#newsalert-wrapper
{
	/*background:url(../images/newsalert-bg.jpg) no-repeat center bottom;*/
	padding:100px 0px;background-size: cover;text-align:center;
}
#newsalert-wrapper .newsalert-form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
#newsalert-wrapper p
{
	letter-spacing: 1.6px;
}
section#newsalert-wrapper .container div div {
    display: inline-block;
    width: 32%;margin:24px 10px 0px 10px;
}
section#newsalert-wrapper a.irbutton:first-of-type {
    margin-right: 10px;
}
#ircontacts-wrapper
{
	background:url(../images/ir-contacts-img.jpg) no-repeat center;
	padding:100px 0px;background-size: cover;color:#fff;
}
#ircontacts-wrapper h5
{
	color:#E8A020;
}
#ircontacts-wrapper h2
{
	color:#fff;
}
#ircontacts-wrapper  .contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}
#ircontacts-wrapper  .contact-row .iconbox {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: #FFF1F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ircontacts-wrapper  .contact-row .iconbox img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
#ircontacts-wrapper  .contact-row p {
  margin: 0;  
  font-weight: 600;
}
#ircontacts-wrapper  .contact-row p span {
  display: block;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
#ircontacts-wrapper  .contact-row a {
  
  text-decoration: none;
  color:#fff;
}
#ircontacts-wrapper  .contact-row a:hover {
  
}

#gadangir-cursor-dot,
#gadangir-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999998;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#gadangir-cursor-dot {
  width: 6px;
  height: 6px;
  background: #C8181E;
  transition: opacity 0.2s ease;
}

#gadangir-cursor-ring {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(232, 160, 32, .6);
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, opacity 0.2s ease;
}

#gadangir-cursor-ring.hovering {
  width: 52px;
  height: 52px;
  border-color: #C8181E;
  background: rgba(200, 24, 30, .06);
}

@media (hover: none) and (pointer: coarse) {
  #gadangir-cursor-dot,
  #gadangir-cursor-ring {
    display: none;
  }
}
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
{ 
   
}
@media (max-width: 1199px) {
  
  section#newsalert-wrapper .container div div
  {
	  width:45%;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{
  .fh-text {
    min-width: 335px;
    margin-left: auto;
    text-align: left;
}
}
@media (max-width: 991px) 
{
 #reports-wrapper .report-card
 {
	 min-height:320px;
 }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	#reports-wrapper .report-bottom
	{
		display:block;
	}
	#reports-wrapper .report-bottom h3
	{
		margin-bottom:20px;
	}
}
@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;
 }    
 #financial-cg .col-lg-6:last-child
 {
	 padding-left:60px;
 }
 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{ 
 #financial-cg .fc-bg
  {
	width: 100%;
    height: 50%;
  }
  #financial-cg .fc-bg-financial
  {
	  top:0px !important; bottom: auto; 
  }
 #financial-cg .fc-bg-corporate
  {
	bottom:0px !important; top: auto; 
  }
  #financial-cg .col-lg-6.col-md-6.col-sm-6.col-xs-12
  {
	  padding:80px 0px;text-align:center;
  }
  section#newsalert-wrapper .container div div
  {
	  margin: 24px 5px 0px 5px;width:auto;
  }
  #reports-wrapper .reports-list
  {
	  display:block;
  }
  #reports-wrapper::before
  {
	height:auto !important;
    background: none !important;
  }
  section#newsalert-wrapper .container div div
 {
	 display:block;margin:12px 0px 0px 0px;
 }
  #bursa-wrapper .bursa-header .irbutton {
    position: absolute;
    bottom: -50px;
  }
  #bursa-wrapper 
  {
	 margin-bottom:130px;position:relative;
  }
  .sm-list-item
  {
	  margin-bottom:30px;
  }
 #reports-wrapper .reports-list .report-card:nth-child(2)
 {
	margin:30px 0px !important;
 }
  #bursa-wrapper .bursa-list
  {
	  border-left:0px;margin-top:30px;
  }
  .fh-text {
    min-width: 335px;
    margin-left: auto;
    text-align: left;
  }
  .stocklist-wrapper
  {
	  margin-top:30px;
  }
  #stockinfo-wrapper h1
  {
	  font-size:60px;
  }
  h2
  {
	 font-size:40px;
	 line-height: 1;
  }
  #stockinfo-wrapper h5, #fh-wrapper h5, #ircontacts-wrapper h5, #newsalert-wrapper h5, #sm-wrapper h5, #reports-wrapper h5, #bursa-wrapper h5, #sm-wrapper h5
  {
	  font-size:15px;
  }
  #stockinfo-wrapper .stock-card h4, #bursa-wrapper h4, #bursa-wrapper .bursa-list-text h3, #reports-wrapper .report-bottom h3
  {
	  font-size:22px;line-height:1;
  }
  #stockinfo-wrapper h3
  {
	  font-size:30px;
  }
  #bursa-wrapper .bursa-date-box h3, #fh-wrapper h3, .sm-date-box h3
  {
	  font-size:34px;
  }
  #stockinfo-wrapper
  {
	  margin-bottom:130px;
  }
  #fh-wrapper h6
  {
	  font-size:18px;margin-bottom:12px;
  }
  #stockinfo-wrapper .col-lg-7
  {
	  position:static;
  }
  #stockinfo-wrapper .btn-row {
   
    position: absolute;
    bottom: -70px;
 }
}
@media (max-width: 480px)
{
 .fh-box
 {
	 display:block;
 }
 .fh-text
 {
	 min-width:auto;
	 margin-top:20px;
 }
 .fh-box:last-child
 {
	 margin-bottom:20px;
 }
 #stockinfo-wrapper .btn-row p
 {
	 font-size:12px;
 }
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}