.mg-top {
  margin-top: 80px;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 100px;
}

header {
  position: relative;
  border-bottom: 2px solid #ECF2F7;
}

main .btn-banner {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
main .btn-banner .banner-button-contact {
  width: 130px;
  height: 54px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--main-1);
  color: #fff;
}
main .btn-banner .banner-button-hotline {
  width: 220px;
  height: 54px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #FE7838 14.64%, #FE7636 52.83%, #FFAD8A 85.36%);
  color: #fff;
}
main .banner {
  padding: 70px 0px;
  background: url("../../../image/service/iso9001/banner.webp") no-repeat;
  background-size: contain;
}
main .banner .content-banner {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px;
}
main .banner .content-banner .left-content-banner {
  display: grid;
  align-items: center;
}
main .banner .content-banner .left-content-banner h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #061020;
}
main .banner .content-banner .left-content-banner .summary {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #061020;
}
main .banner .content-banner .right-content-banner .overview_greenhouse_gas {
  position: relative;
}
main .banner .content-banner .right-content-banner .overview_greenhouse_gas button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: unset;
  border: unset;
  transform: translate(-50%, -50%);
}
main .banner .content-banner .right-content-banner .overview_greenhouse_gas img {
  max-width: 100%;
}
main .banner .content-banner .right-content-banner .overview_greenhouse_gas iframe {
  border-radius: 12px;
}
main .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.1px;
  padding: 9px 0px 9px 16px;
  border-left: 4px solid var(--black-1);
}
main .benefit {
  background: url("../../../image/service/hrm/hotspot_map.png") no-repeat center bottom;
}
main .benefit .list-benefit {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
main .benefit .list-benefit .item-benefit {
  background: #F6F9FC;
  padding: 28px 20px;
  border-radius: 12px;
  text-align: center;
}
main .benefit .list-benefit .item-benefit img {
  display: block;
  margin: auto;
}
main .benefit .list-benefit .item-benefit p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.2px;
  text-align: center;
}
main .benefit .summary {
  font-weight: 400;
  font-size: 24px;
  line-height: 29.05px;
  letter-spacing: -1.44px;
  text-align: center;
  margin-top: 80px;
  padding: 0px 200px;
}
main .benefit .image-benefit {
  margin-top: 40px;
  text-align: center;
}
main .benefit .image-benefit img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1360px) {
  main .benefit .summary {
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1024px) {
  main .benefit .list-benefit {
    gap: 20px;
  }
  main .benefit .list-benefit .item-benefit {
    padding: 12px 20px;
  }
  main .benefit .summary {
    padding: 0px 50px;
  }
  main .banner .content-banner .left-content-banner h1 br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  main .banner .content-banner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  main .benefit .list-benefit .item-benefit {
    padding: 12px;
  }
  main {
    padding-bottom: 40px;
  }
  .mg-top {
    margin-top: 40px;
  }
  main .benefit .summary {
    padding: 0px;
  }
  main .banner .content-banner .left-content-banner h1 {
    font-size: 28px;
    line-height: 130%;
  }
  main .btn-banner {
    margin-top: 20px;
  }
  main .benefit .list-benefit {
    grid-template-columns: repeat(2, 1fr);
  }
  main .benefit .list-benefit .item-benefit p {
    font-size: 16px;
    line-height: 130%;
  }
  main .benefit .summary {
    margin-top: 30px;
    font-size: 16px;
    line-height: 130%;
  }
  main .benefit .image-benefit {
    margin-top: 20px;
  }
  main .banner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  main .benefit .list-benefit {
    gap: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
