.footer-banner {
    background-image: url('../image/Div[banner].png');
    background-size: cover;
    background-position: center;
    font-family: Inter;
    padding: 75px 20px;
    color: rgb(0, 0, 0);
  }

  .product-page .footer-banner {
    background-image: url('../image/BGRCAM.png');
    background-size: cover;
    background-position: center;
    font-family: Inter;
    padding: 75px 20px;
    color: rgb(0, 0, 0);
  }

  body {
    background-color: white !important;
    font-family: 'Inter', sans-serif !important;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 14%;
    flex-wrap: wrap;
  }
  
  .footer-text {
    font-size: 15.4px;
    max-width: 70%;
    color: #333333;
    line-height: 1.5;
    font-weight: 300;
    /* 👈 Lùi chữ sang phải */
  }

  .product-page .footer-text  .taisao{
    font-size: 13.5px;
    color: #FF9D00;
    line-height: 1.5;
    font-weight: 500;
    /* 👈 Lùi chữ sang phải */
  }

  .product-page .footer-text  .lido{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: 300;
    /* 👈 Lùi chữ sang phải */
  }
  
  .footer-button {
    text-align: right;
  }

  .product-page   .btn-contact {
    font-size: 15.4px;
    padding: 12px 100px; 
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  
  .btn-contact {
    font-size: 15.8px;
    padding: 12px 100px; 
    width: 100%;
    white-space: nowrap;
    background-color: transparent;
    color: #D63228;
    border: 1px solid #D63228;
    cursor: pointer;
  }
  
  .btn-contact:hover {
    background-color: black;
    color: white;
  }

  .footer-bottom {
    background-color: #f6f6f6;
    display: flex;
    font-family: Inter;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    flex-wrap: wrap;
    font-size: 14px;
  }
  
  .social-icons {
    display: flex;
    justify-content: center; /* Căn giữa ngang */
    align-items: center;
  }
  
  .social-icons a {
    margin: 0 10px;
    color: black;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: #0056b3;
  }
  .footer-column{
    font-size: 13.5px;
    color: #333333;
    font-weight: 300;
  }
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-button {
      margin-top: 15px;
    }
  
    .footer-bottom {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-column {
      text-align: center;
    }
  }

  
  .footer-column.social-icons a:hover .fa-facebook {
    background-color: #1877f2; /* Facebook xanh */
    color: white;
  }
  
  .footer-column.social-icons a:hover .fa-youtube {
    background-color: #ff0000; /* YouTube đỏ */
    color: white;
  }