
.breadcrumb-item a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.active {
  color: #009aff !important;
  font-weight: 600;
}
.bg {
  position: relative;
}
.bg img {
  width: 100%;
  height: 664px;
}
.bg_right {
  position: absolute;
  top: -100px;
  right: 0;
  width: 30%;
}
.bg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
.bg_title {
  position: absolute;
  z-index: 5;
  color: rgb(255, 255, 255);
  top: 60%;
  font-size: var(--h);
  left: 20%;
  font-weight: 900;
}


.content {
  margin-top: 20px;
  position: relative;
}
.content_more {
  width: 80%;
  margin: auto;
  z-index: 5;
  position: relative;
}
.icon {
  margin: 10px;
}
.accordion-header button {
  font-size: var(--h4);
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(231, 232, 233, 0) !important;
  color: black !important;
  /* box-shadow: none !important; */
}


.accordion-button:not(.collapsed)::after {
  background-image: url(/images/esg/ic_baseline-arrow-drop-down.png) !important;
}
.accordion-button::after {
  background-size: 2.5rem !important;
  width: 2.5rem !important;
  height: 2.25rem !important;
  background-image: url(/images/esg/ic_baseline-arrow-drop-down.png) !important;
}

.res_title {
  font-size: var(--h1);
  font-weight: 600;
  color: #757575;
  margin-top: 20px;
  margin-bottom: 20px;
}
.res_title img {
  width: 25%;
}
.accordion-header button {
  font-size: var(--h4) !important;
  font-weight: 500 !important;
}
.report_img_container{
  overflow: hidden;
}
.report_img{
  width: 100%;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  transition: transform 0.6s ease;
  
}
.card:hover .report_img_container img {
  transform: scale(1.1);

}
.card:hover .card-text2{
  color: #004600;
}
.card3:hover div{
  color: #004600;
}
.card-body2{
  height: 100%;
}
.card-text2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: var(--h3);
  font-weight: 500;
}
.card{
  border-radius: 20px !important;
  overflow: hidden;
}

.card-body3{
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  height: 100%;
}

.card-body3 div{
  font-size: var(--h4);
  font-weight: 500;
  height: 100%;
}

.card3{
  background-color: white;
  border-radius: 20px;
  margin-top: 20px;
}
.content_more a{
  text-decoration: none !important;
  color: black;
}
.modal-body{
  background-color: #ffffff;
 
}

.btn-download{
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);

  padding: 15px !important;
  border-radius: 20px !important;
  margin: 20px;
}

  .accordion-body a {
    text-decoration: none;
    color: #757575 !important;
    margin: 0.4rem;
    padding: 0.4rem;
    font-size: larger !important;
  }

.cust-line 
{
  border-style: solid;
  border-color: lightgray;
  padding: 5px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}  


@media (max-width: 768px) {
  .bg {
    position: relative;
  }
  .bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .bg_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
  .bg_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
  }
  .bg_title {
    position: absolute;
    z-index: 5;
    color: rgb(255, 255, 255);
    top: 60%;
    font-size: var(--h0);
    left: 20%;
    font-weight: 900;
  }
  .content {
    margin-top: 20px;
    position: relative;
  }
  .content_more {
    width: 80%;
    margin: auto;
    z-index: 5;
    position: relative;
  }
  .icon {
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  .accordion-header button {
    font-size: var(--h4);
    font-weight: 600;
  }

  .accordion-button:not(.collapsed) {
    background-color: rgba(231, 232, 233, 0) !important;
    color: black !important;
  }

  .res_title {
    font-size: var(--h3) !important;
  }
  .accordion-header button {
    font-size: 16px !important;
    font-weight: 000 !important;
  }
  .report_img{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
  }
  .card-body3 div{
    font-size: var(--h6) !important;
    font-weight: 500;
    height: 100%;
  }
  .card-text2{
   
    font-size: var(--h5);
   
  }
  .card3{
    width: 100% !important;
  }
}
