/* Contact page uses the template components; only brand and Instagram adaptations live here. */
#mt-header .pl-template-logo {
  width: 190px;
  height: 62px;
  overflow: hidden;
}

#mt-header .pl-template-logo img {
  display: block;
  width: 142px;
  height: 142px;
  margin-top: -40px;
  object-fit: contain;
}

#mt-header .mt-icon-list .pl-search-item {
  margin-top: 4px;
}

#mt-header .pl-search-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #d8d8d8;
}

#mt-header .pl-search-item .icon-magnifier {
  flex: 0 0 22px;
}

#mt-header .pl-search-item input {
  width: 110px;
  padding: 5px 0;
  color: #2e2e2e;
  border: 0;
  outline: 0;
  background: transparent;
  font: 13px/1 "Source Sans Pro", sans-serif;
}

#mt-header .pl-search-item input::placeholder {
  color: #a5a5a5;
}

#mt-header #nav > ul > li > a {
  font-size: 12px;
  letter-spacing: .08em;
}

.pl-contact-banner {
  min-height: 230px;
  background-color: #18294f;
  background-image: linear-gradient(90deg, rgba(24, 41, 79, .86), rgba(24, 41, 79, .3)), url("../../image/contact-banner.jpg?v=20260730-assets");
  background-position: center 37%;
  background-size: cover;
}

.pl-contact-banner::before {
  background: rgba(24, 41, 79, .18);
}

.pl-contact-banner .pl-contact-banner-symbol {
  display: block;
  width: 92px;
  height: auto;
  margin: 0 auto 17px;
}

.pl-contact-banner.mt-contact-banner .breadcrumbs,
.pl-contact-banner.mt-contact-banner .breadcrumbs ul,
.pl-contact-banner.mt-contact-banner .breadcrumbs ul li,
.pl-contact-banner.mt-contact-banner .breadcrumbs ul li a,
.pl-contact-banner.mt-contact-banner .breadcrumbs ul li .fa {
  color: #fff !important;
  opacity: 1 !important;
}

.pl-contact-banner h1,
.pl-contact-banner .breadcrumbs,
.pl-contact-banner .breadcrumbs a {
  position: relative;
  z-index: 1;
  color: #fff;
}

.pl-contact-detail.content-info {
  padding-top: 86px;
  padding-bottom: 92px;
  max-width: 1059px;
}

.pl-contact-detail .txt-wrap {
  max-width: 700px;
}

.pl-contact-detail .txt-wrap h2 {
  margin-bottom: 24px;
  color: #18294f;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.pl-contact-detail .txt-wrap p {
  max-width: 680px;
  color: #626262;
  font-size: 18px;
  line-height: 30px;
}

.pl-contact-detail .contact-txt strong {
  color: #18294f;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pl-contact-detail .contact-txt a {
  color: #b08a3c;
}

.pl-contact-instagram {
  padding: 30px 30px 34px;
  color: #fff;
  background: #18294f;
}

.pl-contact-instagram .fa-instagram {
  display: block;
  margin-bottom: 24px;
  font-size: 37px;
}

.pl-contact-instagram h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pl-contact-instagram p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  line-height: 25px;
}

.pl-contact-instagram .btn-type2 {
  display: inline-block;
  padding: 10px 14px;
  color: #18294f;
  background: #d9bc7a;
  font-size: 11px;
  text-decoration: none;
}

#mt-footer .f-widget-about .logo {
  width: 58px;
  height: 58px;
  overflow: hidden;
}

#mt-footer .f-widget-about .logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

#mt-footer .address-list a {
  color: inherit;
}

@media (max-width: 991px) {
  #mt-header .pl-template-logo {
    width: 145px;
  }

  #mt-header .pl-search-item input {
    width: 75px;
  }

  .pl-contact-detail.content-info {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  #mt-header .pl-template-logo {
    width: 145px;
  }

  #mt-header .pl-template-logo img {
    width: 125px;
    height: 125px;
    margin-top: -34px;
  }

  #mt-header .pl-search-item input {
    display: none;
    width: 0;
  }

  .pl-contact-banner {
    min-height: 170px;
  }

  .pl-contact-detail.content-info {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .pl-contact-instagram {
    margin-top: 30px;
  }
}
