.banner-contact img {
  width: 100%;
}

.box-contact {
  padding: 160px 0px;
}
.box-contact .content {
  border: solid 1px #eeeeee;
  border-radius: 16px;
  overflow: hidden;
}
.box-contact .content .title {
  padding: 16px 48px;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  background: #79B559;
  font-weight: 700;
}
.box-contact .content .content-list {
  padding: 48px 56px;
}
.box-contact .content .content-left {
  width: 263px;
}
.box-contact .content .content-left .info-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #eeeeee;
}
.box-contact .content .content-left .info-contact .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.box-contact .content .content-left .info-contact a.ct-hr {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
}
.box-contact .content .content-left .info-contact:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.box-contact .content .content-left .info-contact .social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background: #eeeeee;
}
.box-contact .content .content-left .info-contact .social a:last-child {
  margin-right: 0px;
}
.box-contact .content .content-left .info-contact .social a svg {
  width: 24px;
  height: 24px;
}
.box-contact .content .content-left .info-contact .social a svg path {
  stroke: #303030;
}
.box-contact .content .content-left .info-contact .social a:hover {
  background: rgba(217, 237, 191, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(43, 53, 116, 0.06);
}
.box-contact .content .content-left .info-contact .social a:hover svg path {
  stroke: #32782C;
}
.box-contact .content .content-right {
  width: 760px;
}
.box-contact .content .content-right .title-form-contact {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 4px;
}
.box-contact .content .content-right .note-title-form-contact {
  margin-bottom: 40px;
}
.box-contact .content-2 {
  flex-wrap: wrap;
}
.box-contact .content-2 .item-map-contact {
  width: calc(50% - 12px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.box-contact .content-2 .item-map-contact .address {
  width: 100%;
  display: flex;
  align-self: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
.box-contact .content-2 .item-map-contact .address svg {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.box-contact .content-2 .item-map-contact .address span {
  width: calc(100% - 56px);
}
.box-contact .content-2 .item-map-contact .map {
  width: 100%;
}
.box-contact .content-2 .item-map-contact .map iframe {
  width: 100% !important;
  height: 450px !important;
  display: block !important;
  border-radius: 16px;
  overflow: hidden;
}

.form-contact {
  width: 100%;
}
.form-contact p {
  width: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}
.form-contact p span {
  width: 100%;
  position: relative;
}
.form-contact p.item-db span {
  width: calc(50% - 8px);
  background: #ffffff;
}
.form-contact p input {
  width: 100%;
  float: left;
  width: 100%;
  background: none;
  height: 42px;
  border: solid 1px #EEEEEE;
  border-radius: 20px;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 300;
  z-index: 2;
  position: relative;
  font-family: "Lexend", sans-serif;
}
.form-contact p textarea {
  width: 100%;
  background: none;
  height: 133px;
  border: solid 1px #EEEEEE;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 300;
  z-index: 2;
  position: relative;
  font-family: "Lexend", sans-serif;
}
.form-contact p .wpcf7-not-valid-tip {
  width: calc(100% - 32px) !important;
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #FF2E00;
  position: absolute;
  left: 16px;
  z-index: 0;
  top: 9px;
  background: none;
  display: none;
}
.form-contact .button-submit-form {
  position: relative;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.form-contact .button-submit-form .ct-btn-sm {
  float: right;
  background: #79B559;
  position: relative;
  width: 106px;
  border-radius: 32px;
}
.form-contact .button-submit-form .ct-btn-sm:hover {
  background: #32782C;
}
.form-contact .button-submit-form .ct-btn-sm input {
  width: 100%;
  padding: 0px 20px;
  border: none;
  background: none;
  height: 36px;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  z-index: 2;
  border-radius: 32px;
  text-align: left;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.form-contact .button-submit-form .ct-btn-sm.bg-valid {
  background: #FF2E00;
}

.form-contact .button-submit-form .ct-btn-sm.bg-valid:hover {
  background: #32782C;
}

.form-contact .button-submit-form .ct-btn-sm::after {
  content: "";
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/icons/icons-go.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 11px;
}
.form-contact .button-submit-form .wpcf7-spinner {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 120px;
  margin: 0px;
  z-index: 888;
}
.form-contact .wpcf7-response-output {
  display: none !important;
}

.popup-notice {
  width: 809px;
  max-width: 100%;
  min-height: 432px;
  float: left;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup-notice.active {
  display: flex;
}
.popup-notice .content-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-notice .content-popup .icons-popup {
  margin-bottom: 40px;
}
.popup-notice .content-popup .icons-popup svg {
  width: 72px;
  height: 72px;
  fill: #4EB100;
}
.popup-notice .content-popup .icons-popup.error-popup-icon svg {
  fill: red;
}
.popup-notice .content-popup .title-popup {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #3D3D3D;
}
.popup-notice .content-popup p.txt {
  font-size: 18px;
  font-weight: 300;
  color: #949494;
  margin: 0px;
  margin-bottom: 32px;
  text-align: center;
}
.popup-notice .content-popup .btn-popup-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-notice .content-popup .btn-popup-all .btn-popup {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  margin-left: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev {
  background: #FF9800;
  margin-left: 0px;
  margin-right: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev svg {
  margin-left: 0px;
  margin-right: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup:hover {
  background: #32782C;
}

.bg-comment-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99998;
  left: 0px;
  top: 0px;
  display: none;
}
.bg-comment-popup.active {
  display: block;
}

@media (max-width: 1300px) {
  .box-contact .content .content-right {
    width: calc(100% - 293px);
  }
}
@media (max-width: 1100px) {
  .form-contact p {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-contact p.item-db span {
    width: 100%;
    margin-bottom: 16px;
  }
  .form-contact p.item-db span:last-child {
    margin-bottom: 0px;
  }
  .popup-notice {
    width: 500px;
    min-height: initial;
    max-height: 90vh;
  }
  .popup-notice .content-popup p.txt br {
    display: none;
  }
}
@media (max-width: 720px) {
  .box-contact .content .content-list {
    flex-wrap: wrap;
  }
  .box-contact .content .content-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-contact .content .content-right {
    width: 100%;
  }
  .box-contact {
    padding: 60px 0px;
  }
}
@media (max-width: 640px) {
  .popup-notice {
    width: 90%;
  }
  .popup-notice .content-popup .btn-popup-all .btn-popup {
    padding: 0px 10px;
  }
  .box-contact .content .content-list {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .box-contact .content-2 .item-map-contact {
    width: 100%;
  }
}/*# sourceMappingURL=style-contact.css.map */