@media only screen and (max-width: 1200px) {
  .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .content-text {
    overflow-x: auto;
  }
  .content-text iframe {
    max-width: 100% !important;
  }
  .content-text:after {
    content: "";
    clear: both;
    display: block;
  }
  .content-text *:not(iframe) {
    max-width: 100% !important;
    height: auto !important;
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .title-main h2 {
    font-size: 35px;
  }
  .title-detail h1 {
    font-size: 28px;
  }
  .title-related h2 {
    font-size: 26px;
  }
  .embla__button {
    width: 35px;
    height: 35px;
  }
  .menu-res {
    padding: 4px 0;
    background: var(--color-background);
  }
  .menu-res .mmenu-banner {
    display: none;
  }
  .menu-res .mmenu-logo {
    display: block;
    margin-left: 50px;
  }
  .menu-res .mmenu-logo img {
    max-height: 60px;
  }
  .section-about .about-content {
    max-width: 100%;
    padding: 40px 30px;
    margin: 1.5rem 0 0;
  }
  .section-menu-list .embla__container .embla__slide::before {
    display: none !important;
  }
  .section-album .album-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .section-album .album-container .album-item:nth-child(3) .album-viewmore,
  .album-item-decor-1,
  .album-item-decor-2 {
    display: none !important;
  }
  .news-hot-title h2 {
    font-size: 30px;
  }
  .footer-article {
    padding-top: 28px;
  }
  .footer-map {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 578px) {
  .title-main {
    margin-bottom: 1.5rem;
  }
  .title-main h2 {
    font-size: 30px;
  }
  .title-detail h1 {
    font-size: 26px;
  }
  .title-related h2 {
    font-size: 24px;
  }
  .section-about .about-photo-container .about-photo:nth-child(1) {
    position: relative;
    padding-left: 0;
  }
  .about-photo-decor {
    display: none !important;
  }
  .section-about .about-photo-container .about-photo:nth-child(2) {
    position: relative;
    padding-right: 0;
  }
  .section-about .about-content .about-name {
    font-size: 50px;
  }
  .news-hot-title h2 {
    font-size: 25px;
  }
}