@charset "UTF-8";

/* Media Query */

@media(max-width:1023px) {
  .body-container {
    overflow: hidden;
  }

  /* Spacing */
  [class*='-30'] {
    --spacing: 30px;
  }

  [class*='-40'],
  [class*='-50'],
  [class*='-60'] {
    --spacing: 30px;
  }

  [class*='-70'],
  [class*='-80'] {
    --spacing: 30px;
  }

  .pd-spacing {
    padding: 30px 0 !important;
  }

  .pb-spacing {
    padding-bottom: 30px !important;
  }

  /* General */
  .rps-xl--visible[class*='rps-xl'][class*='--visible'] {
    display: block;
  }

  .rps-xl--hidden[class*='rps-xl'][class*='--hidden'] {
    display: none;
  }

  .rps-xl--w-fit[class*='rps-xl'][class*='--w-fit'] {
    width: fit-content;
  }

  .rps-xl--w-100[class*='rps-xl'][class*='--w-100'] {
    width: 100%;
  }

  .ckeditor {
    overflow-x: auto;
  }

  .ckeditor:after {
    content: '';
    clear: both;
    display: block;
  }

  .ckeditor *:not(iframe) {
    max-width: 100% !important;
    height: auto !important;
  }

  .ckeditor iframe {
    max-width: 100% !important;
  }

  .cart-fixed {
    bottom: 180px;
  }

  .scroll-to-top {
    right: 1rem;
  }

  .btn-zalo {
    display: block;
    right: 8px;
    bottom: 178px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
  }

  .js-facebook-messenger-box {
    right: 5px;
    bottom: 111px;
    scale: 0.9;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  }

  .progress-wrap {
    bottom: 55px;
    right: 8px;
    width: 50px;
    height: 50px;
  }

  .progress-wrap::after {
    width: 100%;
    height: 100%;
  }

  /* Mmenu */
  nav:where(#menu, #mm-menu) {
    --mm-color-background: #fff;
    --mm-color-text: #000;
    --mm-color-text-dimmed: #000;
    --mm-color-button: #000;
  }

  nav:where(#menu, #mm-menu) .mm-navbar__title {
    font-size: 18px;
  }

  .mm-listitem__btn span {
    display: none;
  }

  .mmenu-info-content {
    position: unset;
    padding: 10px 10px 10px 20px;
  }
}

@media(max-width:850px) {

  /* General */
  .rps-lg--visible[class*='rps-lg'][class*='--visible'] {
    display: block;
  }

  .rps-lg--hidden[class*='rps-lg'][class*='--hidden'] {
    display: none;
  }

  .rps-lg--w-fit[class*='rps-lg'][class*='--w-fit'] {
    width: fit-content;
  }

  .rps-lg--w-100[class*='rps-lg'][class*='--w-100'] {
    width: 100%;
  }

  /* Footer */
  .footer-article__inner>[class^="footer-article--"] {
    width: 100%;
  }

  .footer-article__inner>[class^="footer-article--"]:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media(max-width:769px) {
  :root {
    --gap-item: 3;
    --gap-column: 20px;
    --gap-row: 20px;
  }

  /* general */
  .section-heading .title {
    font-size: 28px;
  }

  .album-item .album-name {
    font-size: 16px;
  }

  /* Display none */
  .section-about .about-left::before {
    display: none;
  }

  /* header */
  .header-logo a,
  .header-banner a {
    zoom: .8;
  }

  .header-bottom {
    padding: 10px 0;
  }

  /* About */
  .section-about .about-left {
    padding-left: 0;
  }

  .section-about .about-right {
    width: calc(100% - 46.67% - 30px);
  }

  .grid-criteria {
    --gap-item: 2;
    --gap-column: 20px;
    --gap-row: 20px;
  }

  .criteria-item .criteria-info {
    width: calc(100% - 80px);
  }

  .section-about .about-name {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-about .about-desc,
  .about-criteria {
    margin-bottom: 20px;
  }

  /* Product */
  .section-product-list:not(:last-child) {
    padding-bottom: 30px;
  }

  /* Newsletter */
  .section-intro .wrapper-content,
  .footer-top .wrapper-content,
  .footer-article .wrapper-content {
    gap: 20px 0;
  }

  .newsletter-left,
  .newsletter-right,
  .section-intro .intro-left,
  .section-intro .intro-right,
  .footer-top-1,
  .footer-top-2,
  .footer-article-1,
  .footer-article-2,
  .footer-article-3,
  .footer-article-4 {
    width: 100%;
  }

  .newsletter-right {
    padding: 30px 10px;
  }

  /* Footer */
  .footer-top-2 .social {
    justify-content: center !important;
    gap: 0 15px;
  }

  .footer-article>.wrapper-content {
    padding: 80px 0 30px;
  }

  #footer-chinhanh .left {
    right: 10px;
    flex-direction: column;
  }

}

@media(max-width:576px) {
  :root {
    --gap-item: 2;
    --gap-column: 10px;
    --gap-row: 10px;
  }

  .category-page-row {
    --gap-item: 2;
  }

  /* General */
  .rps-md--visible[class*='rps-md'][class*='--visible'] {
    display: block;
  }

  .rps-md--hidden[class*='rps-md'][class*='--hidden'] {
    display: none;
  }

  .rps-md--w-fit[class*='rps-md'][class*='--w-fit'] {
    width: fit-content;
  }

  .rps-md--w-100[class*='rps-md'][class*='--w-100'] {
    width: 100%;
  }

  .section-heading .title,
  .section-about .about-name {
    font-size: 24px;
  }

  .service-item .service-name {
    font-size: 15px;
  }

  .control-owl button {
    width: 30px;
    height: 30px;
  }

  /* Index */
  .section-about .wrapper-content,
  .swiper-news {
    gap: 20px 0;
  }

  .section-about .about-left,
  .section-about .about-right,
  .swiper-news .swiper-news-left,
  .swiper-news .swiper-news-right {
    width: 100%;
  }

  .grid-album-index {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas:
      "item-1"
      "item-2"
      "item-3"
      "item-4"
      "item-5";
  }

  .footer-top .wrapper-content {
    padding: 20px 10px;
  }

  .footer-top-1 {
    flex-direction: column;
    gap: 10px 0;
  }

}

@media(max-width:369px) {

  .grid-criteria {
    --gap-item: 1;
    --gap-column: 20px;
    --gap-row: 20px;
  }
}