@media screen and (min-width: 786px) and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .blog_main .main ul li a {
    align-items: center;
  }
  .blog_main .main ul li a .img {
    height: 297px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
  header .header_main .right .tel {
    display: none;
  }
  .contact_pop .pop_content .title .close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
    filter: contrast(0) brightness(20);
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }
  .contact_pop .pop_content .title .close:hover {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  header .header_main .logo img {
    width: 150px;
  }
  header .header_main nav div > ul {
    gap: 1.25rem;
  }
  header .header_main nav div > ul > li > a {
    padding: 0;
    line-height: 84px;
  }
  .contact_main .infos ul li a {
    word-break: break-all;
  }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  header .header_main .logo img {
    width: 120px;
  }
  header .header_main nav div > ul {
    gap: 1rem;
  }
  header .header_main nav div > ul > li > a {
    font-size: 1rem;
  }
  header .header_main .right .button {
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background: url(../img/contact.svg) no-repeat center/50%;
    background-color: var(--theme_color);
  }
  header .header_main .right .button:hover {
    background-color: var(--subtheme_color);
  }
  header .header_main .right .button::after {
    display: none;
  }
  .category_main .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_video_box .video .btn_play {
    width: 100px;
    height: 100px;
  }
  .home_product .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .post_related .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_preview .content > .flex {
    flex-direction: column;
    gap: 3rem;
  }
  .product_preview .left,
  .product_preview .right {
    width: 100%;
  }
  .product_preview .right .btns {
    flex-direction: row;
  }
  .product_preview .right .btns .button,
  .product_preview .right .btns a {
    flex: 1;
  }
  .video_main .main ul {
    gap: 2rem 1.25rem;
  }
  .contact_pop .pop_content .title .head p br {
    display: none;
  }
  .contact_pop .pop_content .title .logo img {
    width: 220px;
  }
}
