@media only screen and (max-width: 1200px) {
  body {
    min-width: 100%;
  }
  .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) {
  .lang-res a {
    color: #000;
  }

  .search-res .icon-search {
    color: black;
  }
  .cart-pro-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .khachhang-container .embla--khachhang-slide .embla__container {
    padding: 0;
    margin: 0;
  }
  .section-newsSeller .newsSeller-top h2 {
    font-size: 24px;
    line-height: normal;
  }

  .title-main p {
    font-size: 14px;
  }

  .section-newsSeller .newsSeller-photo a span {
    font-size: 16px;
  }

  .section-question .container-question .info-question {
    left: 10px;
    top: 0;
  }

  .section-question .container-question .info-question .desc-question {
    display: none;
  }

  .section-question .container-question .info-question h3 {
    font-size: 15px;
  }
  .section-about .about-item-cols:nth-child(1) {
    padding: 10px;
  }

  .productHot-cols:nth-child(1) h2 {
    font-size: 25px;
    max-width: 1000%;
  }

  .section-newsSeller .newsSeller-cols:nth-child(1)::before {
    content: none;
  }

  .section-newsSeller .newsSeller-cols:nth-child(1)::after {
    content: none;
  }

  .section-header {
    display: none;
  }
  .title-main h2 {
    font-size: 30px;
  }
  .title-detail h1 {
    font-size: 29px;
  }
  .title-related h2 {
    font-size: 28px;
  }
  .embla__button {
    width: 35px;
    height: 35px;
  }
  .fixed-menu .menu-res {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  }
  .menu-res {
    background: #fff;
    padding: 5px 0;
  }
  .header-bottom {
    display: none;
  }
  .section-criteria {
    margin-top: 0;
    padding: 30px 0;
  }
  .section-criteria::before {
    top: 0;
  }
  .criteria-item {
    padding: 1rem;
  }
  .criteria-item .criteria-info {
  }
  .criteria-item .criteria-name {
    font-size: 14px;
    line-height: 24px;
  }
  .section-about .about-title {
    font-size: 18px;
  }
  .section-about .about-name {
    font-size: 25px;
  }
  .section-about .about-photo-container::before,
  .section-about .about-photo-container::after {
    display: none;
  }
  .service-item .service-info {
    padding: 65px 20px 20px 20px;
  }
  .service-item .service-info .service-name {
    right: 70px;
    font-size: 16px;
    line-height: 1.5;
  }
  .section-quytrinh {
    padding-top: 2rem;
  }
  .quytrinh-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 2rem;
  }
  .quytrinh-container .quytrinh-cols {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .quytrinh-container .quytrinh-cols .quytrinh-item {
    flex-direction: row !important;
    text-align: left !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  .quytrinh-container .quytrinh-cols .quytrinh-item::before {
    transform: rotate(180deg) !important;
  }
  .quytrinh-container .quytrinh-banner,
  .quytrinh-container:after {
    display: none;
  }
  .album-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .about-detail-cols:nth-child(1) {
    width: 100%;
  }
  .about-detail-cols .title-detail-about h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 578px) {
  .footer-article .wrap-content {
    grid-template-columns: 100%;
  }
  .title-main {
    margin-bottom: 1.5rem;
  }
  .title-main h2 {
    font-size: 22px;
  }
  .title-detail h1 {
    font-size: 22px;
  }
  .title-related h2 {
    font-size: 20px;
  }
  .header-cols:nth-child(2) {
    display: none;
  }
  .section-about .about-title {
    font-size: 24px;
  }
  .section-about .about-name {
    font-size: 20px;
  }
  .quytrinh-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .album-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .footer-article .footer-name {
    font-size: 23px;
  }
  .footer-statistic {
    margin: 0 auto;
  }
  .product-item {
    /* padding: 4px; */
  }
  .product-item .product-name {
    font-size: 14px;
  }
  .about-detail-cols .title-detail-about h1 {
    font-size: 24px;
  }
}
