/* purgecss start ignore */
figure.image {
    margin  : 10px 0;
    display : inline-block;
}

figcaption {
    background: #f5f5f5;
    padding: 10px;
    font-size: 90%;
    text-align: center;
}
/* purgecss end ignore */
.elementor-997 .elementor-element.elementor-element-5c6851b7 {
    color: #a7a7a7;
    font-size: 18px;
}
.news-block-row .news-block .date {
        font-size: 14px !important;
}
.news-block-row .news-block .h4 a {
        line-height: 1.6;
}
.news-block .cat {
    padding: 12px 0 12px 0
}
.frmFilterAndSearchFood {
    /* position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0, 0, 0.5);
    z-index: 995;
    width: 100%;
    padding: 10px; */
    height: 208px;

}
/* .PageMenu{
    padding-top: 228px;
} */
 body.fixMenuFood .wrapFilterFood {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.8);
    background-color:rgba(0,0,0,0.8);
    padding: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); /* Đẩy lên trên 20px */
  }
  to {
    opacity: 1;
    transform: translateY(0);     /* Trở về vị trí chuẩn */
  }
}

/* 2. Áp dụng class vào phần tử muốn hiện */
.fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

@media (max-width: 575px) {
    .PageMenu .wrapFilterFood .filter-item .title {
        font-size: 8px !important;
    }

    .PageMenu .wrapFilterFood {
        gap: 5px !important;
    }

    body.fixMenuFood .wrapFilterFood { 
        padding: 10px 15px;
    }

    .frmFilterAndSearchFood {
        height: 121px;

    }
}