﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/Roboto/font-roboto.css");
@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#amthuc .news-foods-container {
  display: flex;
  flex-direction: column;
  padding: 30px 80px 80px; }

#amthuc .breadcrumb {
  align-self: start;
  display: flex;
  gap: 5px;
  font-size: 18px;
  font-weight: 400; }
  #amthuc .breadcrumb a {
    color: #000 !important; }

#amthuc .breadcrumb-item {
  font-family: Roboto, sans-serif; }

#amthuc .breadcrumb-separator a {
  text-align: center;
  font-family: Roboto, sans-serif; }

#amthuc .breadcrumb-current a {
  color: #0e4f4f !important;
  font-family: Roboto, sans-serif;
  font-weight: 700; }

#amthuc .location-button {
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #77dada;
  align-self: flex-end;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #0e4f4f;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 24px; }

#amthuc .location-button:hover {
  color: #0e4f4f; }

#amthuc .location-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 24px; }

#amthuc .content-wrapper {
  align-items: start;
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9; }

#amthuc .main-title {
  color: #101828;
  font: 700 30px/45px sans-serif; }

#amthuc .main-description {
  margin: 0;
  color: #475467;
  margin-top: 10px;
  font: 400 18px/29px sans-serif; }

#amthuc .divider {
  aspect-ratio: 10;
  object-fit: auto;
  object-position: center;
  width: 100px;
  margin-top: 10px;
  max-width: 100%; }

#amthuc .local-foods {
  justify-content: space-between;
  align-content: flex-start;
  row-gap: 32px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  margin-top: 50px; }

#amthuc .food-row {
  width: 100%; }

#amthuc .food-cards {
  gap: 20px;
  display: flex; }

#amthuc .food-card {
  border-radius: 30px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  width: 100%;
  padding: 20px; }

#amthuc .food-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

#amthuc .food-image {
  aspect-ratio: 1.64;
  object-fit: auto;
  object-position: center;
  width: 100%;
  border-radius: calc(30px - 20px);
  object-fit: cover; }

#amthuc .xephang_ocop {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #7a2e0e;
  background-color: #fedf89;
  border-radius: 16px; }
  #amthuc .xephang_ocop svg {
    stroke: #f79009; }
  #amthuc .xephang_ocop label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: unset; }

#amthuc .food-title {
  margin-top: 15px;
  font: 700 20px sans-serif; }

#amthuc .food-description {
  font-family: sans-serif;
  line-height: 23px;
  margin-top: 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }

#amthuc .food-date {
  font-family: sans-serif;
  margin-top: 15px; }

#amthuc .result-location {
  justify-content: center;
  border-radius: 30px;
  background-color: #f2f4f7;
  align-self: start;
  display: flex;
  gap: 5px;
  font-size: 12px;
  padding: 5px;
  width: fit-content; }
  #amthuc .result-location .location-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 15px; }

#amthuc .result-linktomap {
  justify-content: center;
  border-radius: 30px;
  background-color: #f2f4f7;
  align-self: start;
  display: flex;
  gap: 5px;
  font-size: 12px;
  padding: 5px;
  padding: 4px 12px;
  background-color: #fedf89;
  border-radius: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: unset; }
  #amthuc .result-linktomap a {
    color: #7a2e0e; }

#amthuc .result-linktomap:hover {
  background-color: #77dada; }
  #amthuc .result-linktomap:hover a {
    color: black; }

#amthuc .phone {
  justify-content: center;
  border-radius: 30px;
  background-color: #f2f4f7;
  align-self: start;
  display: flex;
  margin-top: 10px;
  gap: 5px;
  font-size: 12px;
  padding: 5px;
  color: black; }
  #amthuc .phone img {
    width: 15px; }

#amthuc .owner {
  justify-content: center;
  border-radius: 30px;
  background-color: #f2f4f7;
  align-self: start;
  display: flex;
  margin-top: 10px;
  gap: 5px;
  font-size: 12px;
  padding: 5px;
  color: black; }
  #amthuc .owner i {
    width: 15px; }

@media (max-width: 991px) {
  #amthuc .food-row {
    max-width: 100%; }
  #amthuc .food-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 0; }
  #amthuc .food-card {
    margin-top: 40px; } }

#amthuc .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media (max-width: 991px) {
  #amthuc .breadcrumb {
    flex-wrap: wrap; }
  #amthuc .breadcrumb-current {
    max-width: 100%; }
  #amthuc .content-wrapper {
    max-width: 100%;
    margin-top: 40px; }
  #amthuc .main-title, #amthuc .main-description {
    max-width: 100%; } }

#amthuc .pagination-container {
  padding-top: 60px;
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; }

#amthuc .viewing-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #454545;
  flex: 1; }

#amthuc .viewing-text {
  font-family: sans-serif;
  align-self: stretch;
  margin: auto 0; }

#amthuc .current-page {
  font-family: sans-serif;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #454545;
  align-self: stretch;
  padding: 10px 20px;
  height: fit-content;
  margin: 0 20px; }

#amthuc .total-pages {
  font-family: sans-serif;
  align-self: stretch;
  margin: auto 0; }

#amthuc .navigation-controls {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  color: #000;
  flex: 1;
  margin: auto 0;
  padding: 5px; }

#amthuc .pagination {
  list-style: none;
  display: inline-block;
  padding: 0; }

#amthuc .pagination li {
  display: inline;
  text-align: center; }

#amthuc .pagination a {
  float: left;
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 7px 20px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5; }

#amthuc .pagination li.active {
  cursor: default; }
  #amthuc .pagination li.active a {
    border-color: #77dada;
    background: #77dada;
    color: #fff; }

#amthuc .pagination li:active {
  outline: none; }

#amthuc .modal-2 li:first-child a {
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 50px;
  border-radius: 30px 0 0 30px; }

#amthuc .modal-2 li:last-child a {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0; }

#amthuc .modal-2 a {
  border-color: #ddd;
  color: #999;
  background: #fff; }

#amthuc .modal-2 a:hover {
  color: #77dada;
  background-color: #eee; }

#amthuc .modal-2 a.active, #amthuc .modal-2 a:active {
  border-color: #77dada;
  background: #77dada;
  color: #fff; }
