/* --- Áp dụng cho máy tính (trên 1024px) --- */
@media (max-width: 1279px) and (min-width: 1024px) {
  .contact-map {
    padding-top: 5px;
  }
  #hd-contact-form {
    padding-top: 20px;
  }
  .website {
    margin-left: 20px; /* Xóa bỏ khoảng trắng thừa bên trái */
  }
}

/* Trang liên hệ */

.contact-container {
  margin-top: 20px;
}

.contact-company-name {
  font-weight: bold;
  color: #005498;
  font-size: 18px;
}

.contact-company-detail {
  color: #005498;
  padding-bottom: 20px;
}

.contact-company-detail p {
  margin: 2px 0px;
  padding-left: 12px;
}

.contact-company-map {
  padding-top: 15px;
  text-align: center;
}

.map-btn {
  width: 265px;

  /* Các thuộc tính mới cho background ảnh */
  background-image: url("../images/button-bg.png"); /* Thay thế bằng đường dẫn ảnh của bạn */
  background-size: cover; /* Phóng ảnh để phủ kín toàn bộ button, giữ tỷ lệ */
  background-position: center; /* Căn giữa ảnh trong button */
  background-repeat: no-repeat; /* Không lặp lại ảnh */

  /* Các thuộc tính cũ của button */
  color: white; /* Màu chữ trên button */
  cursor: pointer;
  border: none;
  padding: 8px 12px; /* Đặt lại padding vì nó bị bỏ khỏi nhóm trên */
  font-size: 18px; /* Đặt lại font-size */
  flex-shrink: 0;
  min-width: 100px; /* Đảm bảo button có đủ chiều rộng cho ảnh */
  min-height: 50px; /* Đảm bảo button có đủ chiều cao cho ảnh */
  /* Để chữ hiển thị rõ trên ảnh, bạn có thể cần điều chỉnh màu chữ hoặc thêm text-shadow */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.contact-services {
  margin-top: 30px;
  height: 300px;
}

.contact-services-1 {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 20px;
  height: 100%;
}

.contact-services-1 p {
  color: #005498;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-services-2 {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 20px;
  height: 100%;
}

.contact-services-2 p {
  color: #005498;
  font-weight: 600;
}

.contact-services-2 {
  height: 300px;
}

.contact-services-3 {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 20px;
  height: 100%;
}

.contact-services-3 p {
  color: #005498;
  font-weight: 600;
}

.contact-services-3 button {
  margin-top: 10px;
}
