.section_home_heading{
padding-bottom:0
} 
.menu_item .menu_item_action,
.menu_item .price_product,
#add_item_form{
 display:none 
}
.menu_item .menu_item_action_view{
		margin-left:0;
}
.menu_item .menu_item_info h3{
  margin-bottom:10px;
}
.menu_item .menu_item_info.bg_white{
padding:12px 0 0 0 
} 

.menu_item .menu_item_image > a{
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
}
.menu_item .menu_item_image > a img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
} 
.blog-service__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1; /* giống tỉ lệ ảnh mẫu */
  margin-bottom:20px;
}

/* Ảnh full khối */
.blog-service__item .article_item_image,
.blog-service__item .article_img {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-service__item .article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Lớp phủ tối để chữ nổi bật */
.blog-service__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

/* Nội dung đè lên ảnh */
.blog-service__item .article_item_info {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 20px;
    text-align: center;
}

/* Ẩn phần không có trong ảnh mẫu */
.blog-service__item .article_tags,
.blog-service__item .meta,
.blog-service__item .short_des {
    display: none;
}

/* Title */
.blog-service__item h3 {
    margin: 0;
}

.blog-service__item h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

/* Nút Xem chi tiết */
.blog-service__item .article_item_action {
    margin: 0;
}

.blog-service__item .animate_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 24px;
    background: #013d20;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Hover */
.blog-service__item:hover .article_img img {
    transform: scale(1.06);
}

.blog-service__item:hover .animate_btn {
    background: #d86f36;
    transform: translateY(-2px);
} 
.blog-service__item .article_img img{
height:100% !important
} 
.blog_item .article_item_image .article_img,
.news_module_column .aside-content .loop-blog .thumb-left > a{
overflow:hidden;
      aspect-ratio: 1 / 1;
}
.blog_item .article_item_image .article_img img,
.news_module_column .aside-content .loop-blog img{
transition:all .5s;
      width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.blog_item .article_item_image .article_img:hover img,
.news_module_column .aside-content .loop-blog:hover img{
transform:scale(1.1);
} 
.srv-img-overlay__link:hover .srv-img-overlay__caption{
height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.srv-img-overlay__img{
    transition: all .5s;
}
 /* ===== PRODUCT GRID STYLE giống ảnh mẫu ===== */

.menu_home.product_module .row{
    margin-left: 0;
    margin-right: 0;
}

.menu_home.product_module .col-lg-12,
.menu_home.product_module .col-md-12,
.menu_home.product_module .col-xs-12{
    padding-left: 0;
    padding-right: 0;
}

.menu_home.product_module .menu_list_home{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin: 0;
}

.menu_home.product_module .menu_item{
    width: 100%;
    min-width: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    transition: transform .28s ease, box-shadow .28s ease;
}

.menu_home.product_module .menu_item:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
}

.menu_home.product_module .menu_item_image{
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
}

.menu_home.product_module .menu_item_image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background .35s ease;
    pointer-events: none;
}

.menu_home.product_module .menu_item_image a{
    display: block;
    width: 100%;
    height: 100%;
}

.menu_home.product_module .menu_item_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease, filter .35s ease;
}

/* Hover sáng hình + zoom nhẹ */
.menu_home.product_module .menu_item:hover .menu_item_image img{
    transform: scale(1.05);
    filter: brightness(1.12);
}

.menu_home.product_module .menu_item:hover .menu_item_image::after{
    background: rgba(255,255,255,.08);
}

.menu_home.product_module .menu_item_info{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 98px;
    padding: 14px 18px 18px;
    background: #fff;
    text-align: center;
}

.menu_home.product_module .menu_item_info h3{
    margin: 0;
    width: 100%;
}

.menu_home.product_module .menu_item_info h3 a{
    text-decoration: none !important;
    color: inherit !important;
    display: block;
}

.menu_home.product_module .menu_item_info h3 a span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #013d20;
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.35;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    transition: color .25s ease;
}

.menu_home.product_module .menu_item:hover .menu_item_info h3 a span{
    color: var(--shop-color-accent, #11692f);
}

/* Ẩn các phần không có trong ảnh mẫu */
.menu_home.product_module .price_product,
.menu_home.product_module .menu_item_action,
.menu_home.product_module .menu_item_action_view,
.menu_home.product_module .new{
    display: none !important;
}

@media (max-width: 991px){
    .menu_home.product_module .menu_list_home{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 575px){
    .menu_home.product_module .menu_list_home{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .menu_home.product_module .menu_item_info{
        min-height: auto;
        padding: 12px 14px 16px;
    }

    .menu_home.product_module .menu_item_info h3 a span{
        font-size: 18px;
    }
}
 /* ============================================
   MODULE: service_img_overlay
   Style card như ảnh mẫu
   ============================================ */

.srv-img-overlay{
    padding-bottom: 48px;
}

.srv-img-overlay__grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 768px){
    .srv-img-overlay__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px){
    .srv-img-overlay__grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

.srv-img-overlay__item{
    min-width: 0;
}

.srv-img-overlay__link{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    text-decoration: none !important;
    color: inherit !important;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
}

.srv-img-overlay__link:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,.10);
    text-decoration: none !important;
    color: inherit !important;
}

.srv-img-overlay__media{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e9e9e9;
}

.srv-img-overlay__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.srv-img-overlay__img--placeholder{
    width: 100%;
    height: 100%;
    background: #ddd;
}

.srv-img-overlay__link:hover .srv-img-overlay__img{
    transform: scale(1.04);
}

.srv-img-overlay__content{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 18px 20px;
    text-align: left;
    background: #fff;
}

.srv-img-overlay__title{
    margin: 0;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1.32;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.srv-img-overlay__separator{
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin: 14px 0 16px;
}

.srv-img-overlay__desc{
    margin: 0;
    color: #444;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Ẩn button để giống ảnh mẫu */
.srv-img-overlay__btn{
    display: none;
}

@media (max-width: 991px){
    .srv-img-overlay__title{
        font-size: 21px;
    }

    .srv-img-overlay__desc{
        font-size: 16px;
    }
}

@media (max-width: 575px){
    .srv-img-overlay__grid{
        gap: 20px;
    }

    .srv-img-overlay__content{
        padding: 15px 15px 18px;
    }

    .srv-img-overlay__title{
        font-size: 20px;
    }

    .srv-img-overlay__desc{
        font-size: 15px;
        -webkit-line-clamp: 4;
    }
}

section.module_service .section_home_heading__title img{
    display:none;
}
.section_heading{
    margin-bottom:20px;
}
.product_module .section_heading{
    font-weight: 700;
    position: relative;
    margin: 0;
    margin-top: 0;
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    margin-bottom:20px;
    text-transform:uppercase;
}
.block_menu_item .block_menu_item_title span:after{
    display:none;
}
.collection_menu_wrap {
    padding: 50px 0 50px;
}
.product_module .menu_item{
    margin:0;
}
.product_module .menu_list_home{
    margin-bottom:20px !important;
}
@media (min-width: 992px) {
    .module_service {
        padding: 60px 0;
    }
}
section.module_service h2, .banner_top_title h1{
    text-transform:uppercase;
}
section.module_service h2{
    font-size:36px;
}

.nbc-news__desc{
    color: #666;
    font-size: .95rem;
    margin: 14px auto 28px;
    max-width: 820px;
    line-height: 1.7;
}

/* Layout tổng */
.nbc-news__body{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Bài lớn */
.nbc-news__featured{
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #f3f3f3;
}

.nbc-news__featured-img{
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
}

.nbc-news__featured-img img{
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    transition: transform .5s ease, filter .35s ease;
}

/* Grid phải */
.nbc-news__side{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.nbc-news__item{
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #f3f3f3;
}

.nbc-news__item-img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1 !important ;
}

.nbc-news__item-img img{
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    transition: transform .5s ease, filter .35s ease;
}

/* Overlay chung */
.nbc-news__featured-overlay,
.nbc-news__item-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background: rgba(34, 103, 59, .58);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}

.nbc-news__featured-content,
.nbc-news__item-content{
    transform: translateY(16px);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease;
}

.nbc-news__featured-name,
.nbc-news__item-name{
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 1px 3px rgba(0,0,0,.22);
}

.nbc-news__featured-name{
    font-size: clamp(24px, 2.2vw, 42px);
}

.nbc-news__item-name{
    font-size: clamp(18px, 1.2vw, 24px);
}

/* Hover */
.nbc-news__featured:hover .nbc-news__featured-img img,
.nbc-news__item:hover .nbc-news__item-img img{
    transform: scale(1.06);
    filter: brightness(.92);
}

.nbc-news__featured:hover .nbc-news__featured-overlay,
.nbc-news__item:hover .nbc-news__item-overlay{
    opacity: 1;
    visibility: visible;
}

.nbc-news__featured:hover .nbc-news__featured-content,
.nbc-news__item:hover .nbc-news__item-content{
    transform: translateY(0);
    opacity: 1;
}

/* Ẩn phần text cũ */
.nbc-news__featured-info,
.nbc-news__meta,
.nbc-news__item-info,
.nbc-news__item-date,
.nbc-news__cat-badge{
    display: none !important;
}

.nbc-news__footer{
    margin-top: 28px;
}

/* Tablet */
@media (min-width: 768px){
    .nbc-news__side{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px){
    .nbc-news__body{
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 24px;
    }

    .nbc-news__featured{
        min-height: 100%;
    }

    .nbc-news__featured-img{
        min-height: 100%;
        height: 100%;
    }

    .nbc-news__side{
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 20px;
    }

    .nbc-news__item-img{
        aspect-ratio: unset;
        height: 100%;
        min-height: 255px;
    }
}
.nbc-news__item,.nbc-news__featured{
    border-radius:20px;
}

/* Mobile nhỏ */
@media (max-width: 575px){
    .nbc-news__featured-img{
        min-height: 220px;
    }

    .nbc-news__item-img{
        aspect-ratio: 4 / 3;
    }

    .nbc-news__featured-overlay,
    .nbc-news__item-overlay{
        padding: 16px;
    }

    .nbc-news__featured-name{
        font-size: 24px;
    }

    .nbc-news__item-name{
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .animate_btn {
        border: 2px solid #A8842D;
    }
    .animate_btn:before{
        background: #A8842D;
    }
    .bg-greend .animate_btn{
        background: #A8842D;
    }
}
.bg-gray{
    background: #ddd;
}
.bg-greend{
    background: #013d20;
}
section.module_service.bg-greend h2{
    color:#fff;
}
#information .bg-gray, .page-information-contact .bg-gray{
    background:#fff;
}
.section_home_heading__content{
    max-width: 100%;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}
/* Style chung cho container và thẻ h2 */
.section_home_heading__title {
    text-align: center; /* Căn giữa toàn bộ khối (tùy chỉnh theo layout của bạn) */
    margin-bottom: 30px;
}

.section_home_heading__title h2 {
    display: inline-block;
    padding-bottom: 12px; /* Khoảng cách từ chữ đến đường gạch chân */
    margin: 0;
}

/* Màu cho phần chữ đầu tiên (DỰ ÁN CỦA) */
.section_home_heading__title h2 .text-green {
    color: #013d20; /* Mã màu xanh lá, bạn có thể tinh chỉnh lại cho chuẩn với design */
}

/* Màu cho phần chữ thứ hai (ZENUS) */
.section_home_heading__title h2 .text-yellow {
    color:#A8842D; /* Mã màu vàng cam */
}

/* Tạo đường gạch chân màu vàng */
.section_home_heading__title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; /* Căn giữa đường gạch chân */
    transform: translateX(-50%);
    width: 70%; /* Độ dài của đường gạch chân so với chữ (chỉnh tỷ lệ nếu muốn dài/ngắn hơn) */
    height: 3px; /* Độ dày của đường gạch chân */
    background-color: #A8842D; /* Cùng màu với chữ ZENUS */
}
#footer{
    background:#013d20;
}
.footer_title{
    color:#fff;
} 
@media(max-width:991px){
	.module_service {
        padding: 30px 0;
    }
    section.module_service h2 {
        font-size: 30px;
    }
    .logo_wrap {
        margin-right: -15px;
      text-align: center !important;;
    }
}
.text-
}
.menu_home.product_module .menu_item,.srv-img-overlay__link{
  border-radius: 20px;
}
#collection .menu_home {
    background: #fff;
} 
@media (min-width:992px){
  .header-menu-logo > .row{
  	display:flex;align-items:center;
  }
}
.btn-info{
border-radius:8px;
}