/* 26/8/2024 */


#pressReleaseDetailModal .popup-swiper .swiper-wrapper img{

    max-width: 100% !important;
    width: 100% !important;

}

/* 26/8/2024 */

.modal-slider,.slick-slider,
.ps-Non-executive-Directors{
    img{
        object-fit:contain;
    max-width:120px;
    height:auto;
    }
    &.slick-slider{
        img{
            object-fit:contain;
        max-width:120px !important;
        height:auto !important;
        }
    }
}



/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
div#headerContainer #header {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

div#headerContainer #header #logo,
div#headerContainer #header #logo-color {
  height: auto;
}

div#ourApproachHeaderMobile {
  top: 6.3rem;
}

div#headerContainer #header > .container.container-fix {
  row-gap: 0;
}

@media screen and (max-width:1025px) {
    div#headerContainer #header>.container.container-fix {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width:641px) {
    div#headerContainer #header>.container.container-fix {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*@media (max-width: 1279px) {
  div#headerContainer #header > .container.container-fix > div:not(#subMenu) > div:last-child {
    display: flex;
  }
}*/

@media screen and (max-width:999px) {
    div#headerContainer #header{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    }
    }

@media (min-width: 768px) {
  div#headerContainer #header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  div#ourApproachHeaderMobile {
    top: 8.7rem;
  }
}

@media (min-width: 1280px) {
  div#headerContainer #header {
    min-height: unset;
  }

  div#ourApproachHeader {
    top: 8rem;
  }

  div#headerContainer #header > .container.container-fix {
    gap: 0;
  }
}

@media (min-width: 1440px) {
  div#ourApproachHeader {
    top: 8.8rem;
  }
}
div#headerContainer #header #subMenu {
  margin-top: 1.25rem;
}

div#headerContainer #header #subMenuContent>div {
  padding-top: 0.7rem;
}
#financialReports {
  display: flex;
  flex-direction: column;
}

#financialReports .pressRelease-container {
  order: 0;
}

#financialReports h2 {
  /* order: 2; */
}

#financialReports > br {
  display: none;
}

#financialReports #reports_container {
  order: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Table Width */

html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:first-child,
html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:first-child,
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:first-child,
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:first-child {
    grid-column: span 3 / span 3;
}

html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(2),
html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(2),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(2),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(2) {
    grid-column: span 2 / span 2;
}

html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(3),
html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(3),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(3),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(3) {
    grid-column: span 3 / span 3;
}

html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(4),
html[lang="EN"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(4),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(6) div:nth-child(4),
html[lang="en"] #businessDetail .swiper-slide[aria-label="5 / 5"] > div > div:nth-child(8) div:nth-child(4) {
    grid-column: span 4 / span 4;
}
