/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Form container */
.bang_gia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Input chung */
.bang_gia input[type="text"],
.bang_gia input[type="tel"],
.bang_gia input[type="email"] {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-width: 250px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
  margin-bottom: 0px;
}

/* Hiệu ứng focus */
.bang_gia input[type="text"]:focus,
.bang_gia input[type="tel"]:focus,
.bang_gia input[type="email"]:focus {
  border-color: #ff6600;
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.4);
}

/* Nút đăng ký */
.bang_gia input[type="submit"] {
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    line-height: 1;
}

/* Hiệu ứng hover nút */
.bang_gia input[type="submit"]:hover {
  background: #e65500;
}

.bang_gia .wpcf7-form-control-wrap {
    display: block;
    margin: 0px 10px;
}


.bang_gia > p 
{
display: flex;
align-items: center;
}
