/* cta and poup form tu van */
.cta-form-consultation{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18); 
}
.cta-form-consultation .cta-frm-left .title-cta{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #323232;
}
.cta-form-consultation .cta-frm-left .title-desc{
  font-size: 14px;
}
.cta-form-consultation .cta-frm-left .title-desc a{
  color: #4189c3;
  text-transform: uppercase;
}
.cta-form-consultation .cta-frm-right .button{
  font-size: 15px;
  padding: 8px 15px;
  line-height: 1.4;
  min-width: 160px;
  border-radius: 5px;
  background-color: #dc3546;  
  border: 1px solid #dc3546;
  font-weight: normal;
  letter-spacing: .5px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.cta-form-consultation .cta-frm-right .button.gs-btn-popup-form{
  color: #4189c3;
  background-color: #fff;  
  border: 1px solid #4189c3;  
  margin-top: 10px;
}
.cta-form-consultation .cta-frm-right .button i{
  color: #fff;
}
.cta-form-consultation .cta-frm-right .button.gs-btn-popup-form i{
  color: #4189c3;  
}
.popup-tuvan{
  position: relative;
  max-width: 768px;
  width: 100%;
  padding: 35px;
}
.popup-tuvan .popup-tuvan-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup-tuvan .popup-tuvan-wrap .popup-tv-column{
  width: 50%;
  padding: 10px;
}
.form-consultation-note .note-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;  
  color: #323232;
}
.note-content p{
  margin-bottom: 10px;
  display: block;
  text-align: justify;
}
.form-consultation-content .frm-title h2{
  font-size: 24px !important;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  text-transform: capitalize;  
}
.form-consultation-content .wpcf7-form .wpcf7-textarea,
.form-consultation-content .wpcf7-form .wpcf7-text{
  padding: 10px 18px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 15px;  
  height: auto;
}
.form-consultation-content .wpcf7-form .wpcf7-textarea{
  height: 100px;
}
.form-consultation-content .wpcf7-form .wpcf7-textarea:focus,
.form-consultation-content .wpcf7-form .wpcf7-text:focus{
  border-color: #80bdff;;
}
.form-consultation-content .wpcf7-form .btn-group-submit{
  margin-bottom: 0;
}
.form-consultation-content .wpcf7-form .wpcf7-submit{
  width: 100%;
  margin: auto;
  background: #009eeb;
  color: #fff;
  border-radius: 4px;
  height: auto;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: normal;
}
.form-consultation-content .wpcf7-form .btn-group-submit .ajax-loader{
  display: none !important;
}
/* end popup form */
@media( max-width:767px ){
  .popup-tuvan{
    padding: 20px;
    padding-top: 35px;
  }
  .popup-tuvan .popup-tuvan-wrap .popup-tv-column{
    width: 100%;
  }
  .cta-form-consultation{
    max-width: 400px;
    margin: 20px auto;    
  }
  .cta-form-consultation .cta-frm-left{
    text-align: center;
    width: 100%;
  }
  .cta-form-consultation .cta-frm-right{
    text-align: center;
    margin: 15px auto 0;
  }
  .form-consultation-content .wpcf7-form .wpcf7-textarea, 
  .form-consultation-content .wpcf7-form .wpcf7-text{
    max-width: 100%;
  }
  .form-consultation-content .wpcf7-form .wpcf7-textarea{
    max-width: 100%;
  }
}