/* Mobile & Table */
@media (max-width: 1023px) {



  .category-product-info--title {
    font-size: 32px;
  }

  .category-product {
    padding: 22px;
  }

  .category-product-detail-odd {
    padding-left: 20px;
  }

  .category-product-title {
    font-size: 25px;
  }

  .hethong-wrap:nth-of-type(3n+1) .hethong-card {
    border-left: 2px solid #bfbfbf;
    padding-left: 18px;
  }

  .info-card {
    border-bottom: 2px solid #fff;
  }

  .info-item:nth-child(odd) .info-item--detail {
    padding-left: 0;
  }

  .info-item:nth-child(even) .info-item--detail {
    padding-right: 0;
  }

  .product-item {
    margin-bottom: 40px;
  }

  .category-product-detail-odd,
  .category-product-detail-even {
    padding: 0 10px;
  }

  .album-slide .swiper-slide {
    opacity: 1;
  }

  .product-other-title {
    margin: 0;
  }

  .flex-column-reverse {
    flex-direction: column-reverse;
  }

  .info-detail-1 {
    padding-left: 0;
  }

  .info-detail-2 {
    padding-right: 0;
  }

  .contact__right,
  .contact__right-social {
    right: 5px;
  }

  .info:nth-child(odd) .flex-on-mobile {
    flex-direction: column-reverse;
  }

}

/* Table */
@media (min-width: 740px) and (max-width: 1023px) {
  .news-item {
    height: 400px;
  }
}

/* Table Lanscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .hethong-wrap:nth-of-type(3n+1) .hethong-card {
    border-left: 2px solid #bfbfbf;
    padding-left: 18px;
  }
}

/* Mobile */

@media (max-width: 739px) {
  .select-option {
    margin-bottom: 10px;
  }

  .download-btn-product {
    margin: 10px 0 6px;
  }


  .news-item {
    height: 400px;
  }

  .category-product-detail-odd {
    padding-bottom: 20px;
  }

  .category-product-info {
    padding: 0 0 10px;
  }

  .category-product-info--title {
    font-size: 27px;
  }

  .category-product-info--content,
  .category-product-info--intro {
    font-size: 15px;
  }

  .category-product-wrapper {
    padding: 24px 0;
  }

  .category-product {
    padding: 15px;
    border-radius: 16px;
  }

  .category-product-detail-odd {
    padding-left: 0;
    padding-top: 18px;
  }

  .category-product-title {
    font-size: 22px;
  }

  .category-product-detail_intro {
    font-size: 14px;
  }

  .category-product-link {
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .product-grid {
    row-gap: 16px;
  }

  .product-item {
    padding: 10px;
    border-radius: 14px;
  }

  .product-img {
    border-radius: 12px;
  }

  .product-img img {
    padding: 8px;
  }

  .product-item__body {
    padding-top: 10px;
  }

  .product-name {
    font-size: 14px;
  }

  .product-card-title {
    min-height: 40px;
  }

  .product-brand {
    font-size: 13px;
  }

  .product-price {
    font-size: 15px;
  }

  .view-more-btn {
    min-height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

}

/* Ipad pro */


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hethong-wrap:nth-of-type(3n+1) .hethong-card {
    border-left: 2px solid #bfbfbf;
    padding-left: 18px;
  }

  .flex-column-reverse {
    flex-direction: column-reverse;
  }

  .info-detail-1 {
    padding-left: 0;
  }

  .info-detail-2 {
    padding-right: 0;
  }
}


/* PC LARGE */

@media (min-width: 1919px) {

  .grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .gallery-thumbs-height {
    height: 505px;
  }


}
