@import url("/sustainability/assets/stylesheet.css");

body {
    background-color: #e3f7ff;
    overflow-x: hidden;
    margin: auto;
    font-family: "DB Heavent", sans-serif;
}

body.home {
  background: linear-gradient(8deg, rgba(217,217,217,0.00) 0%, rgba(255,255,255,0.00) 60%, rgba(0,0,0,0.61) 100%), 
  url(../images/home-bg.png) no-repeat center/cover
}

h1 {
  font-family: "DB Heavent";
  font-size: 36px;
  font-weight: bold;
  color: #0057a8;
}
h2 {
  font-family: "DB Heavent";
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-family: "DB Heavent";
  font-size: 28px;
  font-weight: 400;
  color: #0057a8;
}

a{
  text-decoration: none;
}
a:active{
  color: #00b3f0;
}
p,
li {
  font-family: "DB Heavent";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #242424;
}
ul {
  font-family: "DB Heavent";
  padding-left: 0;
}

/* img {
  width: 100%;
} */

.mobile-image-container {
  display: none;
}
.container {
  margin: 0;
}
.content {
  padding: 10px 0px 20px 0px;
  max-width: 1100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 50px;
}
.section-home {
  flex-direction: column;
}
.home-content {
  margin-right: 0;
  margin-left: auto;
  padding: 40px 0px 20px 0px;
  max-width: 1100px;
  display: flex;
  grid-gap: 50px;
}
.home-title {
  color: #ffffff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
  font-size: 120px;
  font-weight: 700;
  margin: 0;
  line-height: 90px;
  text-align: center;
}
.title {
  flex: 1;
  font-size: 120px;
  font-weight: 700;
  color: #0057a8;
  margin: 0;
  line-height: 90px;
}
.titleSidebar {
  color: #004798;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: 26px;
}
.mid-content {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-align: center;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-content-details p {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 43px;
  margin-right: 3px;
}
.inner-content-details.en {
  padding-top: 10px;
}
.inner-content-details.en p {
  font-size: 32px;
}
/* gallery */
.home-content-img {
  padding-top: 5rem
}
.gallery {
  display: grid;
  grid-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  margin-top: -60px;
  z-index: -1;
}
.gallery .row {
  display: flex;
  justify-content: space-between;
}
.gallery-img {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

img.image-gallery {
  border-radius: 15px;
}
/* toggle-menu */
.header {
  align-items: center;
  justify-content: space-between;
}
.desktop-image-container {
  flex: 0 0 auto;
}
.togglemenu {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.mbSidebar {
  width: 1100px;
  margin-top: 30px;
}
.sidebarHeader {
  padding-left: 100px;
  display: grid;
  margin-bottom: 20px;
}
.sidebarHeaderChoice {
  display: flex;
}
.toggle-logo {
  width: 201px;
  height: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.closeBtn {
  margin-right: 120px;
  align-self: center;
}
.langBtn {
  width: 40px;
  height: 40px;
  background-color: #e3e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
  color: black;
}

.side-menu {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #ffffff;
  transition: left 0.3s ease-in-out;
  height: 100%;
  z-index: 2;
}
.side-menu.open {
  left: 0;
}
.side-menu.open-2 {
  left: -630px;
}

.first li {
  list-style-type: none;
}

.first {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 90px;
  padding-right: 15px;
}
.first li a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 39px 10px 10px;
  color: #222;
  margin-bottom: 5px;
}
.first li:hover a {
  color: #222;
  background:#DBF4FF;
  border-radius: 5px;
}




.first li.active a {
  color: #222;
  background:#DBF4FF;
  border-radius: 5px;
}
.second {
  padding: 135px 15px;
  background-color: #f2fbff;
  display: block;
  position: absolute;
  width: 300px;
  left: 100%;
  top: 0;
  height: 100%;
}
.first li:hover .second li a {
  background-color: transparent;
  color: #222;
  border-radius: 5px;
}
.first li .second li:hover a {
  color: #222;
  background: #DBF4FF;
}


.first .second {
  display: none;
}
.second.open {
  display: block;
}

.parent-link.active::before,
.second-link.active::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.parent-link:hover::before,.second-link:hover::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrowBlack.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.parent-link::before,
.second-link::before {
  opacity: 1;
}
.third {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 100%;
  padding: 165px 15px;
  margin: 0;
  background-color: #fffafd;
}
.second .third {
  display: none;
}
.third.open {
  display: block;
}
.first li .second li:hover .third li a {
  background-color: #fffafd;
  color: #222;
}
.first li .second li .third li:hover a {
  color: #00b3f0;
}

.first li .second li .third li:active a {
  color: #00b3f0;
}


.third li {
  position: relative;
}
.third li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.header .desktop-header .first li a.active,
.header .mobile-header ul li.active,
.header .mobile-header ul li a.active {
  color: #fff;
  background: #0057a8;
  border-radius: 5px;
}

.header .mobile-header ul li a.active {
  border-radius: 0;
}


.header .desktop-header .second li a.active,
.header .mobile-header .second li a.active {
  color: #fff;
  background: #0057a8;
  border-radius: 5px;
}

.header .desktop-header .third li a.active,
.header .mobile-header .third li a.active {
  color: #00b3f0;
  background: none;
}

.header .desktop-header .third li a.active {
  color: #0057a8 !important;
}

.secondBackBtn,
.thirdBackBtn {
  display: none;
}
.third.open .titleSidebar {
  display: none;
}
.inner-content-details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 10px;
}


.footer {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer footer {
  width: 1100px;
}
.footer-content p {
  font-size: 22px;
}
.footer-text p {
  margin-top: 40px;
  font-size: 20px;
}
.footer-content,
.footer-text {
  display: flex;
  justify-content: start;
  gap: 60px;
}
.footer-text {
  justify-content: space-between;
}
.text-email {
  margin-top: 16px !important;
  text-align: end;
}
.color-mail {
  color: #00b3f0;
  text-decoration: underline;
}

.image-detail {
  position: absolute;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 15px;
  opacity: 0.8;
  margin-top: -44px;
  margin-left: 7px;
}
.image-detail.home {
  margin-top: -190px;
}

.image-detail p {
  font-size: 18px;
}
.menu {
  background-color: #ffffff !important;
}

.menu > ul > li > .menu {
  background-color: #ffffff !important;
}

.menu > ul > li > .menu > ul > li > .menu {
  background-color: #ffffff !important;
}

.menu > ul > li > .menu > ul > li > .menu > ul > li > .menu {
  background-color: #ffffff !important;
}

.mobile-header {
  display: none;
}

.whistle-blowing .section{
  margin-top: 40px;
}

ol.supply-chain-management{
  list-style-type: none;
  padding: 0;

}

li.list::before {
  content: "•";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

li.list {
  list-style-type: none;
  margin-top: 5px;

}

ol.supply-inner {
  list-style-type: none;
  padding: 0;
}


p.text{
  font-size: 20px;
}


.w-space {
  white-space: nowrap;
}


@media (max-width: 1024px) {

  .container {
    margin: 0;
  }
  .content {
    padding: 50px 50px 50px 50px;
    display: flex;
    margin-top: 0px;
    justify-content: initial;
    grid-gap: 0px;
  }
  .home-content {
    padding: 50px 50px 50px 50px;
    display: flex;
    margin-top: 0px;
    margin-left: 0;
    justify-content: center;
    grid-gap: 0px;
  }
  .home-content-img {
    padding-top: 0;
  }
  p.text{
    font-size: 16px;
  }

  .container {
    position: relative;
  }

  .content {
    margin-left: 0;
    transition: margin-left 0.35s;
  }
  .header {
    padding: 0px 15px 0px 15px;
  }
  .mid-content {
    font-size: 28px;
  }
  .inner-content-details p {
    font-size: 24px;
  }
  .inner-content-details.en p {
    font-size: 16px;
  }
  .desktop-image-container {
    display: none;
  }
  .mbSidebar {
    width: auto;
    display: flex;
  }

  .side-menu {
    width: 245px;
  }

  .sidebarHeader {
    padding: 16px 30px;
  }



  .first {
    padding: 0px 30px;
  }

  .second {
    left: 123%;
    width: 224px;
  }

  .third {
    width: 215px;

    left: 135%;
  }

  .whistle-blowing .section{
    margin-top: 10px;
  }
  
  .mobile-image-container {
    display: block;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  
  .mobile-image-container.pushed {
    transform: translateX(310px);
    transition: transform 0.4s ease-in-out;
  }
  .title, .home-title {
    font-size: 67px;
    line-height: 50px;
  }
  .content-details {
    font-size: 24px;
  }
  .logo {
    width: 50px;
    height: auto;
  }
  .toggle-logo {
    display: none;
  }
  
  .togglemenu {
    justify-content: start;
  }

  .togglemenu.pushed {
    transform: translateX(310px);
    transition: transform 0.4s ease-in-out;;
  }
  .detail.pushed {
    transform: translateX(310px);
    transition: transform 0.4s ease-in-out;
  }
  .gallery.pushed {
    transform: translateX(310px);
    transition: transform 0.4s ease-in-out;
  }
  .togglemenu,
  .details,
  .gallery {
    transition: margin-left 0.3s ease-in-out;
  }
  .gallery {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 20px;
    overflow-x: visible;
    z-index: -1;
  }
  .gallery .row a img {
    height: 128px;
  }
  .gallery .row a {
    flex: 0 0 auto;
    width: auto;
  }
  .gallery .row:first-child a img {
    height: 265px;
  }
  .row:last-child {
    margin-bottom: 0;
  }
  .row a img {
    max-width: 100%;
    height: auto;
  }
  .mid-content {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .gallery .row {
    grid-gap: 9px;
    margin-bottom: 5px;
  }
  .secondBackBtn,
  .thirdBackBtn {
    display: block;
    margin-right: 10px;
    border: none;
    background-color: transparent;
  }
  .third {
    padding: 120px 15px;
  }
  .second {
    padding: 120px 10px;
  }
  .third.open .titleSidebar {
    display: block;
  }
  .sidebarHeader {
    justify-content: end;
  }

  ol.list-content {
    padding-inline-start: 30px;
  }


  .menu ul li a.no-padding {
    padding: 0;
    display: flex;
  }
  
img.stakeholeder-img{
  width: 400px;
}
  .footer {
    text-align: start;
    padding: 20px;
    justify-content: start;
    display: block;
  }
  .footer footer {
    width: auto;
  }
  .footer-content p {
    line-height: 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .footer-text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer-content {
    display: block;
    justify-content: start;
    gap: 60px;
  }
  .text-email {
    text-align: start;
  }
  .footer-text {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  .menu-checkbox:checked ~ .content {
    margin-left: 240px;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  #wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  label {
    cursor: pointer;
  }

  label:focus {
    outline: none;
  }

  .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    transform: translate3d(-310px, 0, 0);
    transition: transform 0.35s;
  }
  body.home .menu label.menu-toggle {
    background: url(../../img/toggleMenuWhite.png) 50% 50%/33px 20px no-repeat;
  }
  .menu label.menu-toggle {
    position: absolute;
    right: -68px;
    width: 60px;
    height: 60px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: url(../../img/toggleMenu.png) 50% 50%/33px 20px no-repeat;
}


  body.home .menu label.menu-toggle1 {
    background: url(../../img/backIconWhite.png) 50% 50%/13px 24px no-repeat;
  }
  .menu label.menu-toggle1 {
    position: absolute;
    right: -60px;
    width: 60px;
    height: 60px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: url(../../img/backIcon.png) 50% 50%/13px 24px no-repeat;
}

  .menu ul li a,
  .menu ul li label {
    display: block;
    padding: 15px 47px 15px 30px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    font-size: 22px;
  }

  .menu ul li label {
  background-image: url(../../img/arrowBlack.png);
  background-position: 90% 50%;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  }
  .content {
    transition: margin-left 0.35s;
  }

  .menu-checkbox:checked ~ .content {
    margin-left: 240px;
  }


  
}

.menu ul li a:hover,
.menu ul li label:hover {
  color: #222;
  border-radius: 5px;
  background-color: #DBF4FF;


}

.mobile-header ul li a.active,
.mobile-header ul li label.active {
  color: #fff;
  border-radius: 5px;
  background-color: #0057a8;
  margin: 0px 0px 10px 0px;
  /* padding: 15px 23px; */
  background-image: url(../../img/arrow.png);
  background-position: 88% 50%;
  background-size: 7px 11px;
  background-repeat: no-repeat;
}

.mobile-header ul li label.active {
  border-radius: 0;
  background-position: 90% 50%;
}

#thirdBackBtn:hover,
#secondBackBtn:hover {
  background-color: transparent;
}

.menu-checkbox {
  display: none;
}

.menu .menu label.menu-toggle, body.home .menu .menu label.menu-toggle {
  background: none;
}


.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

#info {
  display: table;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}

#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}

#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}

.pushed {
  transform: translateX(310px);
  transition: transform 0.3s ease-in-out;
}


@media (max-width: 760px) {
  body.home {
    background: linear-gradient(8deg, rgba(217,217,217,0.00) 0%, rgba(255,255,255,0.00) 80%, rgba(0,0,0,0.61) 100%), 
      url(../images/home-bg-mobile.png) no-repeat center/cover
  }
  .content {
    padding: 45px 10px 30px 10px;
    display: grid;
  }
  .home-content {
    padding: 400px 10px 30px 10px;
    display: grid;
  }
  .image-detail.home {
    margin-top: -120px;
    padding: 2px 10px;
  }
  .gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    overflow-x: visible;
  }

  .gallery.pushed {
    margin-left: 250px;
  }
  .image-gallery {
    width: 162px;
  }

}
@media (max-width: 500px) {


  img.stakeholeder-img{
    width: 100%;
  }
}

@media (min-height: 1000px) {
  body.home div#home > .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
  }  
}