#frm-contact {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
}

#frm-contact textarea:active {
  outline: 0;
}

#contact-submit {
  margin: 10px 10px 10px 0;
}

.contactct .address {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 18px;
}

.contactct .intro {
  line-height: 18px;
  text-align: justify;
  padding: 5px;
  margin-bottom: 10px;
}

.contactct fieldset {
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
}

.contactct fieldset legend {
  padding: 10px;
  border: 1px solid #dbdbdb;
  font-weight: bold;
}

.contactct fieldset div {
  float: left;
}

#left {
  width: 280px;
  margin-right: 13px;
}

#right {
  width: 293px;
}

#left input {
  height: 20px;
  margin-bottom: 15px;
  width: 250px;
}

#right textarea {
  width: 280px;
  height: 72px;
}

#right input {
  width: 295px;
}

.info_company strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

#notice-error {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}

/* ======================= NEW CSS FOR PAGE CONTACT ==================== */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* ======================= NEW CSS FOR PAGE CONTACT ==================== */

.section__infor--contact {
  background: var(--white-color);
  border-radius: 0.375rem;
  margin: 25px 0 0 0;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px, rgb(209 213 219) 0px 0px 0px 1px inset;
}

.section__infor--contact .infor__contact {
  padding: 5px 0;
}

.contact__info .section__decs {
  padding: 15px;
  border-bottom: 1px solid rgb(237, 242, 247);
  font-size: 14px;
  background-color: rgb(229, 248, 254);
  border-radius: 8px;
  text-align: center;
}

.box-infor__contact h2 {
  font-size: 14px;
  line-height: 25px;
  color: var(--text-color);
}

.box-infor__contact h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--title-color);
}

.section__contact {
  margin-top: 80px;
}

.section__contact--wrap {
  padding: 0px 0 20px;
}

.inner_page_container {
  display: flex;
}

.section__send-message {
  flex: 1;
}

.section__get-in-touch a {
  color: var(--text-color);
}

.section__get-in-touch a:hover {
  color: var(--saphire-color);
  cursor: pointer;
}

.contact__info--title {
  position: relative;
  font-weight: 500;
}

.section__infor--company {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.section__infor--company h6 {
  margin-left: 15px;
}

.section__infor--company .box-infor__contact {
  margin-bottom: 20px;
}

.form__row {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form__row input {
  width: 49%;
  box-sizing: border-box;
  margin: 0;
}

.form__row input[type="text"],
.form__row input[type="email"],
textarea {
  padding: 13px 15px;
  border: 2px solid var(--border-color);
  background-color: rgba(255, 255, 255, 0.5);
  outline: 0;
  font-size: 12px;
}

.form__row input::placeholder,
textarea::placeholder {
  font-size: 14px;
}

.section__form--wrap form textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 150px;
}

.btn__send {
  color: var(--white-color);
  background-color: var(--saphire-color);
  text-transform: uppercase;
  padding: 12px 30px;
  border: none;
  font-size: 14px;
}

.section__map {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/13;
}

.section__map iframe {
  grid-column: 1/13;
  min-height: 230px;
}

@media screen and (max-width: 575px) {
  .section__contact {
    margin-top: 60px;
  }

  .contact__info--title::before,
  .contact__info--title::after {
    margin-bottom: 10px;
  }

  .section__contact--wrap {
    padding: 20px 0;
  }

}