 
  
/* hero */
 .species-hero{
  position:relative;
 
  background:
    linear-gradient(
      90deg,
      rgb(0 14 6 / 72%) 0%, 
      rgba(20, 32, 25, .45) 35%,
      rgba(20, 32, 25, .18) 65%, 
      rgba(20, 32, 25, .10) 100%         
   ),
     url(../images/greenfencethai/asset/contact/bg-contact.webp); 

 

  background-size:cover;
  background-position:bottom;
  background-repeat:no-repeat;
  overflow:hidden;
}
 




.species-hero-content h1{
  color:#ffffff;
  text-shadow: 0 3px 18px rgb(0 0 0 / 100%);
}
 .species-hero-content p {
    background-color: #092a1f;
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
}  
div.hero-content  {
    background-color: #092a1f;
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
}
div.hero-content  p{
 
    color: #ffffff;
}
.breadcrumb a {
  color:#ffffff;
}
.species-breadcrumb span:last-child {
    color: #ffffff;
    font-weight: 700;
}
.current-page{
  color:#ffffff;
}