:root {
    --main-green-color: #7a9403;
}
.copyright a{
  color:#fff!Important
} 

#home_about-0 .ag-home-about {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 10px;
}

.ag-home-about-img{
  border-radius: 15px;
}
.ag-home-about-img img{
  border-radius: 15px;
}
.ag-home-about-img .banner-layer {
  font-weight: 600;
  color: white;
  border-radius: 15px;
  background-color: #7a9403 !important;
}
.ag-home-about-img .banner-layer h3 span{
  font-weight: 600;
  color: white;
}
.ws-feature-right {
  margin-top: 0px !important;
  background: #7a9403;
}

#product_latest-0 .eargoly-product-block-item .product-meta h3 {
    border-radius: 10px;
    padding: 10px;
    background: #7a9403;
    margin: 10px 0px;
}

#product_latest-0 .product-meta h3 a {
    color: #ffffff;
}

#product_latest-0 .section_project .eargoly-product-block-item {
  padding: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
#product_latest-0 .section_project .eargoly-product-block-item:hover{
  transform: scale(1.01); /* Phóng to 10% khi hover */
  transition: transform 0.3s ease; /* Hiệu ứng chuyển mượt mà */
} 
.news_by_category .mt-5 {
	margin-top: 0 !important;
	padding-bottom: 0;
}
.banner_full_width .ag-top-parallax {
	height: 300px;
}
.subscribe.ag-bottom-parallax {
	height: 350px;
} 

#home_about-0 .col-lg-6{
    flex: 0 0 65% !important;
    max-width: 65% !important;
}

#home_about-0 .col-mt-lg{
  flex: 0 0 35% !important;
    max-width: 35% !important;
        margin-top: 70px;
}

#home_about-0 .section-btn {
    display: none;
    margin-top: 1rem;
}