/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 04:58:57 */
@media (max-width: 767px) {
  .logo-intro img {
    max-width: 160px !important;
    width: auto;
    height: auto;
  }

  .logo-intro {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* Chia 2 cột thành 2 hàng */
  .logo-col, .text-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block;
  }

  /* Nếu hàng chứa 2 cột đang là flex row, chuyển thành column */
  .logo-col.parent-row,
  .logo-col.parent-row .row,
  .logo-col ~ .text-col {
    flex-direction: column !important;
  }
@media (max-width: 767px) {
  .banner-top {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .intro-row {
    padding-top: 0 !important;
    margin-top: -20px !important;
  }
}
