.elementor-3243 .elementor-element.elementor-element-f33210c{margin-top:0px;margin-bottom:0px;}.elementor-3243 .elementor-element.elementor-element-2c21dba{margin-top:0px;margin-bottom:0px;}.elementor-3243 .elementor-element.elementor-element-3d7c9ab{margin-top:0px;margin-bottom:0px;}.elementor-3243 .elementor-element.elementor-element-b9359b1{margin-top:0px;margin-bottom:0px;}.elementor-3243 .elementor-element.elementor-element-82da835{margin-top:0px;margin-bottom:0px;}.elementor-3243 .elementor-element.elementor-element-10a604d{margin-top:0px;margin-bottom:40px;}/* Start custom CSS for html, class: .elementor-element-8cb3dfb */.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
     padding: 0px; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b2b9c4 */.contact-section {
  padding: 40px !important;
    max-width: 1500px !important;
    margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-form p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form button {
  padding: 12px;
  background: #b71c1c;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form button:hover {
  background: #8b0000;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}

.contact-info a {
  color: #0073e6;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

@media(max-width: 768px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .usp-grid .cell{
          min-height: 125px;
  }
}

/* Tiêu đề Liên hệ & Gửi tin nhắn */
.lienhe,
.guitinnhan {
  font-size: 42px !important;
  color: #1a3c70 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin-bottom: 30px !important;
  position: relative !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* Icon căn chỉnh */
.contact-info i {
  margin-right: 6px;
  color: #b71c1c; /* màu đỏ thương hiệu */
}/* End custom CSS */