@media only screen and (max-width: 1200px) {
  .body-container {
    position: relative;
    overflow: hidden;
  }
  .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;
    padding: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .fixed-menu .menu-res {
    background: var(--color-main);
  }
}
@media only screen and (max-width: 992px) {
  .title-main h2,
  .title-detail h1,
  .section-about .about-name {
    font-size: 40px;
  }
  .title-related h2 {
    font-size: 35px;
  }
  .embla__button {
    width: 35px;
    height: 35px;
  }
  .header-phone {
    display: none;
  }
  .album-container {
    gap: 14px;
  }
  .product-item .box {
    padding: 20px 30px;
  }
  .product-item .name {
    font-size: 25px;
  }
  .product-item .price {
    font-size: 30px;
  }
  .section-kythuat .wrap-content::before {
    top: 34px;
  }
  .section-about .about-slogan {
    font-size: 40px;
  }
  .section-news .wrap-content::before {
    top: 34px;
  }
  .news-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 578px) {
  .title-main {
    margin-bottom: 1.5rem;
  }
  .title-main h2,
  .title-detail h1,
  .section-about .about-name {
    font-size: 30px;
  }
  .title-related h2 {
    font-size: 28px;
  }
  .section-header .wrap-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
    gap: 1rem;
  }
  .header-info {
    display: none;
  }
  .section-header .header-lang {
    margin-bottom: 0;
  }
  .section-header .header-cols:nth-child(3) {
    margin: 0 auto;
  }
  .album-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .album-container .album-item:nth-child(1) {
    grid-row: auto;
    grid-column: auto;
  }
  .album-container .album-item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .album-container .album-item:nth-child(4) {
    grid-column: 1/3;
    grid-row: auto;
  }
  .product-slide .embla__slide.current .product-item {
    margin: 0;
    padding: 0;
  }
  .kythuat-container .embla__slide:not(.current) .kythuat-item {
    transform: scale(1);
  }
  .feedback-item .box::before {
    flex: 0 1 10px;
  }
  .setting-info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-news .wrap-content::before {
    top: 26px;
  }
  .news-container {
    padding: 0 10px;
  }
  .feedback-item .content {
    padding: 20px;
    min-height: auto;
  }
  .feedback-item .inner {
    gap: 10px;
  }
  .video-item::before {
    background-size: 20%;
  }
}