/* Responsive */
@media (max-width: 1001px) {
  .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;
  }
  .header-mobile {
    display: block;
    background: #fff;
  }
  .menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-top {
    display: none;
  }
  .footer-maps-iframe iframe {
    border-radius: 0;
  }
  .Uu-item {
    width: 100%;
  }
  .slogan-deco p:nth-child(1) {
    font-size: 24px;
    line-height: normal;
  }

  .slogan-deco p:nth-child(2) {
    font-size: 20px;
    line-height: normal;
  }

  .slogan-up p:nth-child(1) {
    font-size: 50px;
    line-height: normal;
  }

  .slogan-up p:nth-child(3) {
    font-size: 40px;
    line-height: normal;
  }

  .title-seller h2 {
    font-size: 24px;
  }

  .Uu-name {
    font-size: 16px;
  }

  .Uu-price p:nth-child(2) span {
    font-size: 18px;
  }

  .title-service h2 {
    font-size: 24px;
    line-height: normal;
  }

  .title-service p {
    font-size: 22px;
  }

  .service-price-new {
    font-size: 16px;
  }

  .service-name {
    font-size: 14px;
  }

  .title-about h2 {
    font-size: 24px;
    line-height: normal;
  }

  .title-about p {
    font-size: 24px;
    line-height: normal;
  }

  .about-view {
    width: auto;
    height: auto;
    font-size: 18px;
    display: inline-block;
    padding: 6px 14px;
  }

  .title-video-home h2 {
    font-size: 24px;
    line-height: normal;
  }

  .title-video-home p {
    font-size: 18px;
    line-height: normal;
  }

  .title-album h2 {
    font-size: 24px;
    line-height: normal;
  }

  .title-album p {
    font-size: 22px;
    padding: 0 20px;
  }

  .album-name {
    font-size: 18px;
  }

  .album-logo {
    display: none;
  }

  .newsletter-form-content {
    background: rgb(255 255 255 / 90%);
    padding: 10px;
    border-radius: 20px;
  }

  .newsletter-title h2 {
    font-size: 24px;
    line-height: normal;
  }

  .newsletter-title p:nth-child(2) span {
    font-size: 18px;
    line-height: normal;
  }

  p {
  }

  .footer-article .footer-name {
    font-size: 24px;
  }

  .footer-fanpage {
  }
}
@media (max-width: 769px) {
  .section-about .about-title h2 {
    font-size: 26px;
  }
  .section-about .about-title p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .section-product-list .product-list-title h2 {
    font-size: 15px;
    line-height: 1.5;
  }
  .section-product .product-title h2 {
    font-size: 17px;
  }
  .title-main h2 {
    font-size: 30px;
  }
  .section-newsletter {
    padding: 32px 0;
  }
  .newsletter-form-content {
    margin: 0 auto;
  }
  .footer-tags,
  .footer-bottom {
    padding: 32px 0 !important;
  }
  .powered-flex {
    justify-content: center;
    gap: 8px !important;
  }
  .title-detail h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section-about .about-cols:nth-child(2)::before {
    display: none;
  }
  .newsletter-info-title h2 {
    background: url(../images/title-newsletter-setting.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 442px;
    height: 60px;
    font-size: 18px;
  }
  .section-about .about-title h2 {
    font-size: 22px;
  }
  .section-about .about-cols:nth-child(2) {
    padding: 0;
  }
  .section-product .product-title {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }
  .title-main h2 {
    font-size: 26px;
  }
  .title-main p {
    font-size: 13px;
  }
  .newsletter-info-content {
    padding: 30px 20px;
  }
  .news-home-item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .title-detail h1 {
    font-size: 20px;
  }
}
