.transparency {
  margin-top: 114px;

}

.transparency_flex {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.transparency_flex_text {
  max-width: 742px;
  width: 50%;
}

.transparency_flex_img {
  position: relative;
  display: inline-block;
  overflow: visible;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}

.transparency_flex_img img {
  border-radius: 20px;
}

.transparency_flex_img::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 260px;
  height: 220px;
  background-image: url('../image/bg_img.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  ;
}

.customers_enjoy {
  margin-top: 160px;
  margin-bottom: 45px;
  background: #F9F7F7;
  padding: 95px 0;
}

.customers_enjoy_title {
  max-width: 742px;
  margin: auto;
  text-align: center;
}

.customers_enjoy_boxs {
  margin-top: 77px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-collapse: collapse;
  position: relative;
}

.customers_enjoy_box {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.customers_enjoy_box {
  display: flex;
  align-items: center;

  gap: 20px;
}

.he-lang .customers_enjoy_box {
  justify-content: right;
}

.customers_enjoy_box:nth-child(3n+2)::after,
.customers_enjoy_box:nth-child(3n)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #B3DDFF;
}

.customers_enjoy_box:nth-child(-n+3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B3DDFF;
}


.customers_enjoy_box_flex {
  display: flex;
  flex-direction: column;
}

.customers_enjoy_box_title {
  font-size: 20px;
  font-weight: 700;
  color: #58595B;
  line-height: 1.5;

}

.customers_enjoy_box_text {
  font-size: 18px;
  color: #58595B;
  line-height: 1.5;
}

.listening_to_customer_min_title {
  max-width: 742px;
  margin: auto;
}


.listening_to_customer_boxs {
  margin: 62px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.listening_box {
  height: 208px;
  justify-content: space-around;
  gap: 30px;
  padding: 40px;

}

.listening_row {
  display: flex;
  justify-content: space-between;
  gap: 10px;

}

.listening_box.large {
  width: 750px;
}

.listening_box.small {
  width: 493px;
}

.listening_to_customer_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #58595B;
}

.listening_to_customer_sub_title {
  font-size: 18px;
  line-height: 1.5;
  color: #58595B;
  margin-top: 15px;
}

@media screen and (max-width:998px) {
  .listening_to_customer_title {
    font-size: 18px;
    line-height: 1.2;
  }

  .listening_to_customer_sub_title {
    font-size: 16px;
    line-height: 1.2;
  }

}

.listening_to_customer_text {
  font-size: 20px;
  max-width: 742px;
  text-align: center;
  margin: 18px auto;
}

.listening_to_customer_button {
  margin: 90px 0;
}

@media screen and (max-width:768px) {

  .transparency {
    margin-top: 41px;

  }

  .transparency_flex {
    flex-direction: column;
  }

  /* .transparency_flex_img {
    width: 320px;
    margin: auto;
  } */

  .transparency_flex_text {
    /* max-width: 320px; */
    width: 100%;
    /* margin: auto; */
  }

  .transparency_flex_img img {
    max-width: 284px;
  }

  .transparency_flex_img::after {
    bottom: -30px;
    right: 133px;
    width: 193px;
    height: 180px;
    background-position: center;
    z-index: -1;
  }

  .customers_enjoy {
    margin-top: 107px;
    margin-bottom: 35px;
    padding: 36px 0;
  }

  .customers_enjoy_title {
    max-width: 322px;
    text-align: center;
    line-height: 1.5;
  }

  .customers_enjoy_boxs {
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .customers_enjoy_box {
    padding: 20px;
  }

  .customers_enjoy_box {
    justify-content: start;
    gap: 12px;
    align-items: flex-start;
  }

  .customers_enjoy_box:not(:last-child) {
    border-bottom: 1px solid #B3DDFF;
  }

  .customers_enjoy_box:nth-child(3n+2)::after,
  .customers_enjoy_box:nth-child(3n)::after,
  .customers_enjoy_box:nth-child(-n+3)::before {
    display: none;
  }

  .customers_enjoy_box_flex {
    display: flex;
    flex-direction: column;
  }

  .customers_enjoy_box_title {
    font-size: 18px;
  }

  .customers_enjoy_box_text {}

  .listening_to_customer_min_title {
    max-width: 300px;
    margin: auto;
    text-align: center;
  }

  .listening_to_customer_title {
    max-width: 300px;
    margin: auto;
    line-height: 1.5;
    font-size: 20px;
  }


  .listening_to_customer_boxs {
    width: 100vw;
    margin: 62px auto;
    flex-direction: row;
    gap: 10px;
  }

  .listening_box {
    padding: 30px;
    width: 100%;
    height: 247px;
    align-items: flex-start;
    flex-direction: column;

  }

  .listening_slider {
    position: relative;
    padding-bottom: 60px;
    width: 100vw;
  }

  .listening_to_customer_title_slide {
    font-size: 18px;
    margin-top: 12px;
    /* text-align: right; */
  }

  .listening_to_customer_sub_title {
    line-height: 1.2;
    margin-top: 17px;
    /* text-align: right; */
  }

  .listening_to_customer_text {
    font-size: 20px;
    max-width: 320px;
    text-align: center;
    margin: 0px auto;
  }

  .listening_to_customer_button_btn {
    margin: 50px auto;
    max-width: 298px;
    height: 56px;
    padding: 5px 24px;

  }
  
  .listening_to_customer_button{
    margin: 0;
  }
}

/*-----------------------------------esg-----------------------------------*/
.esg{
  video{
    width: 800px;
    height: 450px;
    object-fit: cover;
    margin: 50px auto;
    display: flex;
  }
}
.esg_video_start_wrap {
  position: relative;
  width: 80vw;
  max-width: 1006px;
  margin: 100px auto;
}

.esg_video_start_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.esg_video_start {
  position: absolute;
  top: 90%;
  left: 10%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  z-index: -10;
  cursor: pointer;
}


button.close-btn {
  width: 50px;
  height: 50px;
  background-color: white;
  color: black;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.popup-min-video {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.esg_video {
  position: relative;
  background: #000;
  padding: 20px;
  border-radius: 8px;
}

.esg_video video {
  display: block;
  max-width: 100%;
  height: auto;
}

 .esg_video_butten {
    display: flex;
    text-align: center;
    margin: 50px auto;
  }


.esg_content {
  margin-top: 154px;
  display: flex;
  justify-content: space-between;
}

.esg_content_right {
  width: 50%;
  max-width: 742px;
}

.esg_content_left {
  position: relative;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}

.esg_content_left::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 260px;
  height: 220px;
  background-image: url('../image/bg_img.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.environment {
  margin-top: 154px;
  margin-bottom: 54px;
  padding: 52px 0;
  background-color: #F9F7F7;
  background-position: calc(105% - 0%)100px, calc(-7% - 0%) 480px;
  background-size: 210px 210px, 289px 286px;
  background-repeat: no-repeat, no-repeat;
}


.environment_boxs {
  margin: 44px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 1200px;
}

.environment_box {
  flex-direction: column;
  height: 307px;
  max-width: 365px;
}

.environment_box_title {
  color: #5C996B;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.environment_box_text {
  text-align: center;
}

.environment_box_button,
.environment_box_button a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.environment_box_button img {
  max-width: 13px;
}

.environment_title,
.company_title {
  text-align: center;
}

.company_boxs {
  margin-top: 63px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-collapse: collapse;
  position: relative;
  gap: 15px;
}

.company_item {
  display: flex;
  position: relative;
  padding: 20px;
  gap: 20px;
}

/* .company_item img {
  margin-top: -50px;
} */

.company_item:not(:nth-child(5)):not(:nth-child(6))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #d3ebff;
}


.company_item_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company_item_title {
  font-weight: 700;
  font-size: 20px;
  color: #ED1D24;

}

.company_botton {
  margin: 87px auto;
}

@media screen and (max-width:768px) {
  .esg{
    video{
      width:90%;
      height: 100%;
      object-fit: cover;
      margin: 50px 20px;
      display: flex;
    }
  }
  .esg_video {
    width: 320px;
  }

  .video {
    margin-top: 53px !important;
    max-width: 320px;
  }

  .esg_video_start {
    top: 80%;
    left: 50px;
  }

  /* .esg_video_butten {
    display: flex;
    text-align: center;
    margin: 50px auto;
  } */
  

  button.esg_video_butten.btn_2 {
    margin: 31px auto;
    display: flex;
    justify-content: center;
  }

  .esg_content {
    margin-top: 45px;
    flex-direction: column;
  }

  .esg_content_right {
    width: 100%;

  }

  .esg_content_left {
    position: relative;
    z-index: 1;
    width: 320px;
    margin: 41px 0;
  }

  .esg_content_left img {
    width:100%;
    height:auto;
  }

  .esg_content_left::after {
    bottom: -30px;
    right: 130px;
    width: 193px;
    height: 180px;
    background-position: left bottom;
    z-index: -1;
  }

  .environment-slide {
    position: relative;
    padding-bottom: 60px;
    width: 100vw;
  }

  .environment {
    height: 942px;
    margin-top: 54px;
    margin-bottom: 32px;
    padding: 32px 0;
    background-image: url(../image/frame_192.svg), url(../image/bg_service_3.svg);
    background-position: calc(100% - 0%) 30px, left 500px;
    background-repeat: no-repeat, no-repeat;
    background-size: 210px 154px, 289px 286px;
  }


  .environment_boxs {
    margin: 44px auto;
    display: flex;
    flex-direction: column;
    justify-content: right;
    gap: 10px;
  }

  .environment_box {
    flex-direction: column;
    height: 245px;
    padding: 23px;
    margin-top: 162px;
    justify-content: center;
    gap: 20px;
  }

  .environment_box_title {
    font-size: 18px;
  }

  .environment_box_text {
    text-align: center;
    margin-top: 14px;
  }

  .environment_box_button {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }

  button.environment_botton.btn_1 {
    margin-top: 320px;
  }

  .environment_box_button img {
    max-width: 13px;
  }

  .company_boxs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 320px;
    margin: 24px 0;
  }

  .company_item_text {
    display: none;
    margin-top: 10px;
    transition: all 0.3s ease;
  }

  .company_item.open .company_item_text {
    display: block;
  }

  .company_item:not(:nth-child(5)):not(:nth-child(6))::after {
    display: none;
  }

  .company_item {
    border-bottom: 1px solid #D3EBFF;
    align-items: center;
    min-height: 70px;
    gap: 10px;
  }

  .company_item_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 70vw;
  }

  .service-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }

  .company_item.open .service-arrow {
    transform: rotate(180deg);
  }

  .company_botton {
    margin: 49px auto;
  }

  section.company.container {
    padding-bottom: 38px;
  }
}

/*-----------------------------------ehs-----------------------------------*/
.video-ehs-pages{
  video{
        width: 800px;
        height: 450px;
        object-fit: cover;
        margin: 50px auto;
        display: flex;
    } 
  }
.ehs_flex {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.ehs_flex_right {
  font-size: 20px;
  width: 50%;
  max-width: 742px;
}

.ehs_flex_left {
  position: relative;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}

.ehs_flex_left::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 260px;
  height: 220px;
  background-image: url('../image/bg_img.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.health {
  margin-top: 154px;
  margin-bottom: 72px;
  padding: 52px;
  background: #F9F7F7;

}

.health_title,
.safety_title {
  text-align: center;
}

.health_boxs {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.health_box {
  flex-direction: column;
  max-width: 365px;
  height: 307px;
}

.health_box_title {
  color: #0081E8;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.health_box_text {
  margin-top: 18px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #58595B;

}

.safety_boxs {
  margin-top: 62px;
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  border-collapse: collapse;
  position: relative;
  gap: 40px;
}

.safety_box {
  display: flex;
  position: relative;
  padding: 20px 0;
  gap: 20px;
  min-height: 20vh;
}

.safety_box:not(:nth-child(5)):not(:nth-child(6))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #d3ebff;
}

.safety_box_text {
  height: 50px;
}

.safety_box_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 650px;
}

.safety_box_title {
  font-weight: 700;
  font-size: 20px;
  color: #ED1D24;
  line-height: 1.5;
}

.safety_botton_2 {
  margin: 72px auto;
}

@media screen and (max-width:768px) {

    .video-ehs-pages{
      video
   
     {
      width:90%;
      height: 100%;
      object-fit: cover;
      margin: 50px 20px;
      display: flex;
      }
    }
  .ehs_flex {
    margin-top: 41px;
    flex-direction: column;
  }

  .ehs_flex_right {
    width: 100%;
  }

  .ehs_flex_left {
    position: relative;
    z-index: 1;
    width: 320px;
  }

  .ehs_flex_left img {
    width:100%;
    height:auto;
  }

  .ehs_flex_left::after {
    bottom: -40px;
    right: 140px;
    width: 193px;
    height: 180px;
    z-index: -1;
  }

  .health {
    margin-top: 106px;
    margin-bottom: 36px;
    padding: 30px 0;
  }

  .health_slider {
    max-width: 100%;
    margin: 36px auto;
    position: relative;
    padding-bottom: 106px;
    overflow: hidden;
  }

  .health_box_slide {
    flex-direction: column;
       height: 200px;
  }

  .swiper-pagination-health {
    padding-bottom: 40px;
  }

  .health_box_title {
    font-size: 18px;
  }

  .health_box_text {
    margin-top: 18px;
  }

  .safety_boxs {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 5px;
    margin: 24px 0;
    width: 320px;
  }

  .safety_box {
    display: flex;
    position: relative;
    padding-bottom: 20px;
    gap: 20px;
    min-height: 5vh;
  }
  .safety_box_text {
    height: auto;
  }
  .safety_box:not(:nth-child(5)):not(:nth-child(6))::after {
    display: none;
  }

  .safety_box_header.toggle-header {
    display: flex;
    justify-content: space-between;
    width: 85vw;
  }

  .safety_box:not(:last-child) {
    border-bottom: 1px solid #D3EBFF;
  }

  .safety_box_content {
    display: none;
    padding-top: 10px;
    transition: all 0.3s ease;
  }

  .safety_box.open .safety_box_content {
    display: block;
  }

  .safety_box .service-arrow {
    transition: transform 0.3s ease;
  }

  .safety_box.open .service-arrow {
    transform: rotate(180deg);
  }

  .safety_botton_2 {
    margin: 72px auto;
  }

  .safety_botton_2 {
    height: 56px;
    padding: 5px 24px;
    width: 275px;
  }
}