/**css tuy chinh rieng cho tung trang**/
@media only screen and (min-width: 992px)  {
.services-form .content > form{
 display:flex; 
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.services-form .content > form > table{
  max-width:60%;
}
.services-form .content > form div.form{
 padding:20px; 
  max-width:40%
}
}