.contact-cont .wrapSel {
  position: relative;
  transform: translateZ(0);
}
.contact-cont .wrapSel::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  background: url('../img/arrowSel.png') 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.contact-cont .note {
  font-size: 16px;
  line-height: 1.5;
  color: #969797;
}
.contact-cont p {
  font-size: 16px;
  line-height: 1.5;
}
.contact-cont .wrapSel select {
  appearance: none;
  outline: none;
  background: #fff;
}
.contact-cont .wrapCheck {
  text-align: center;
}
.contact-cont .wrapCheck .wpcf7-list-item label {
  position: relative;
}
.contact-cont .wrapCheck .wpcf7-list-item label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.contact-cont .wrapCheck .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border:none;
  background: url('../img/iconCheck.png') 0 0 no-repeat;
  background-size: contain;
}
.contact-cont .wrapCheck .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  padding-left: 31px;
}
.contact-cont .wrapCheck .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: #eeefef;
  border: 1px solid #3e3a39;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-cont .wrapCheck .wpcf7-list-item-label em {
  font-style: normal;
  color: #ea8f00;
}
.contact-cont .wrapBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.contact-cont .wrapBtn button + button {
  margin-top: 50px;
}
.contact-cont .wrapBtn input[type="submit"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  display: none!important;
}
.error {
  color: #ff0000;
}
#contact .contact-cont .wrapBtn .btnSubmit,
#contact .contact-cont .wrapBtn .btnBack {
  display: none;
}

#contact.confirm .contact-cont .wrapBtn .btnSubmit,
#contact.confirm .contact-cont .wrapBtn .btnBack {
  display: block;
}
#contact.confirm .contact-cont .error,
#contact.confirm .contact-cont .note,
#contact.confirm .contact-cont p,
#contact.confirm .contact-cont .wrapBtn .btnConfirm {
  display: none;
}
#contact.confirm .contact-cont input {
  background: transparent!important;
}
#contact.confirm .contact-cont .wrapSel::after {
  display: none;
}
#contact.confirm .contact-cont .wrapSel select {
  border: none
}
#contact.confirm .contact-cont textarea {
  field-sizing: content;
  min-height: 40px; /* Giới hạn nhỏ nhất */
}
