/* 
  color: #006600;
*/

.contain {
  margin: 0 auto;
  max-width: 1280px;
}

.header-contain {
  height: 70px;
  line-height: 70px;
  min-height: 70px;
  max-height: 70px;
}

.header-contain_nav a { 
  margin-left: 20px;
  display: inline-block;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.header-contain_nav a:hover {
  color: #006600;
}

.header-contain_nav-bottomline {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #006600;
  transition: all 0.3s ease;
}

.header-contain_nav-item:hover .header-contain_nav-bottomline {
  width: 100%;
}

.header-contain_logo {
  width: 250px;
  height: 50px;
}

.menu-icon {
  display: none;
}

.menu-slide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateX(-100%); 
  transition: transform 0.3s ease-in-out; 
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px); 
}

.menu-slide.active {
  transform: translateX(0); 
}

.header-banner {
  position: relative;
  height: calc(100vh - 70px);
  position: relative;
  background-image: url(../assets/home-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.header-banner_title {
  font-size: 5rem;
}

.header-banner_subtitle {
  font-size: 1.5rem;
  margin-left: 10px;
  margin-top: 5px;
  letter-spacing: 2px;
}
.header-banner_left > div  {
  padding: 20px;
  border-radius: 30px;
  color: #fff;
  background-color: rgb(141, 178, 50, 0.3);
}

.home-section-intro {
  padding: 100px 0;
  display: flex;
  align-items: flex-start;
}

.home-section-intro_left {
  margin-right: 80px;
}

.home-section-intro_right-title {
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: bold;
}

.home-section-intro_right-content {
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.text-green {
  color: #006600;
}

.btn {
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn-green {
  background-color: #006600;
  border: 1px solid #006600;
  color: #fff;
}

.btn-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-green:hover {
  cursor: pointer;
  color: #006600;
  border: 1px solid #006600;
  background-color: #fff;
}

.home-section {
  padding: 60px 0;
}

.home-section-service_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

.home-section-service_item {

}

.home-section-service_item span {
  font-size: 85px;
}

.home-section-title {
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: bold;
}

.home-section-service_subtitle {
  margin: 15px 0;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.home-section-service_desc {
  padding: 0 50px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.home-section-good_grid {
  padding: 0 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.home-section-good_grid > div {
  padding: 20px;
  border: 1px solid rgb(0, 102, 0, 0.5);
  border-radius: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.home-section-good_grid > div:hover {
  border: 1px solid rgb(0, 102, 0, 1);
  box-shadow: 0 0 10px rgb(0, 102, 0, 1);
}

.home-section-good-1_grid {
  padding: 0 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 0;
  letter-spacing: 1px;
}

.home-section-good img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 18px;
}

.home-section-good_subtitle {
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.home-section-good_desc {
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
}

.home-section-proj img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 18px;
}

.home-section-proj_grid {
  padding: 0 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.home-section-cert img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.home-section-cert_grid {
  padding: 0 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.home-section-cert2_grid {
  padding: 0 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 30px;
}

.home-section-proj_subtitle {
  text-align: center;
  margin: 15px 0;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.img-zoom {
  transition: all 0.3s ease;
}

.img-zoom:hover {
  transform: scale(1.1);
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(122, 191, 129, 0.8); */
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-cover:hover {
  opacity: 1;
}

.home-section-good-1_grid .text-number {
  font-size: 3.5rem;
}

.home-section-good-1_grid .text-unit {
  margin-left: 5px;
  font-size: 1.25rem;
  position: absolute;
  bottom: 15px;
}

.home-section-news_flex {
  display: flex;
  padding: 0 40px;
  margin-top: 60px;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-section-news_item img {
  margin-right: 25px;
  max-width: 200px;
  height: auto;
  vertical-align: middle;
  border-radius: 18px;
}

.home-section-news_title {
  font-size: 1.25rem;
  font-weight: bold;
}

.home-section-news_content {
  margin-top: 10px;
}

.home-section-news_flex > div {
  width: 50%;
}

.home-section-news_item {
  font-size: 0.9rem;
  display: flex;
  width: 50%;
  align-items:flex-start;
}

.home-section-news_item:hover {
  color: #006600;
}

.home-section-contact_desc {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.home-section-contact_grid {
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}