@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth,wght.ttf") format("truetype");
}
.contact-us .content .contact-form .row textarea, .contact-us .content .contact-form .row input, .contact-us .content .address .address-container .address-search-form form input {
  font-weight: 400;
}

.contact-us .content .contact-form .row textarea, .contact-us .content .contact-form .row input, .contact-us .content .address .address-container .address-search-form form input {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.contact-us .content .get-in-touch .get-in-touch-information .get-in-touch-information-body, .contact-us .content .address .address-container .address-list .address-item .address-item-card .locate .locate-title {
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

.contact-us .title {
  margin-top: 48px;
}
.contact-us .content {
  margin-top: 24px;
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.contact-us .content .map {
  aspect-ratio: 654/872;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-us .content .map iframe {
  width: 100%;
  height: 100%;
}
.contact-us .content .map .empty-map {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-align: center;
      justify-self: center;
  background-color: #f1f1f1;
}
.contact-us .content .address {
  display: none;
}
.contact-us .content .address .address-container {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-us .content .address .address-container .address-search-form {
  margin: auto;
  margin-bottom: 12px;
}
.contact-us .content .address .address-container .address-search-form form {
  padding: 0px 2px;
  margin: 0px;
  height: 48px;
  border-bottom: 1px solid #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us .content .address .address-container .address-search-form form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 36px;
  color: #000000;
  padding: 0;
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-us .content .address .address-container .address-search-form form input::-webkit-input-placeholder {
  color: #767676;
}
.contact-us .content .address .address-container .address-search-form form input::-moz-placeholder {
  color: #767676;
}
.contact-us .content .address .address-container .address-search-form form input:-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .address .address-container .address-search-form form input::-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .address .address-container .address-search-form form input::placeholder {
  color: #767676;
}
.contact-us .content .address .address-container .address-search-form form input:focus {
  outline: none;
}
.contact-us .content .address .address-container .address-search-form form .address-clear-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../images/icons/20px/close.png");
}
.contact-us .content .address .address-container .address-list {
  padding-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact-us .content .address .address-container .address-list .address-item {
  background-color: #ffffff;
  border: 1px solid #0c0c0c;
  color: #0c0c0c;
}
.contact-us .content .address .address-container .address-list .address-item.selected {
  background-color: #00343a;
  color: #ffffff;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card .store-name {
  text-transform: uppercase;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card .description {
  margin-top: 4px;
  font-style: italic;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card .operating-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card .locate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
  background-color: rgba(216, 231, 232, 0.4);
  border-radius: 2px;
}
.contact-us .content .address .address-container .address-list .address-item .address-item-card .locate .locate-title {
  padding: 4px 12px;
  color: #0c0c0c;
}
.contact-us .content .get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: right;
}
.contact-us .content .get-in-touch .get-in-touch-title {
  color: #0c0c0c;
}
.contact-us .content .get-in-touch .get-in-touch-body {
  color: #0c0c0c;
}
.contact-us .content .get-in-touch .get-in-touch-body p {
  margin-bottom: 0px;
}
.contact-us .content .get-in-touch .get-in-touch-address {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: #000000;
}
.contact-us .content .get-in-touch .get-in-touch-address .get-in-touch-address-body {
  color: #767676;
}
.contact-us .content .get-in-touch .get-in-touch-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: #000000;
  place-items: end;
}
.contact-us .content .get-in-touch .get-in-touch-information .get-in-touch-information-title {
  text-transform: uppercase;
}
.contact-us .content .get-in-touch .get-in-touch-information .get-in-touch-information-body {
  padding: 4px 12px;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.contact-us .content .get-in-touch .get-in-touch-information .get-in-touch-information-body .get-in-touch-information-body-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../images/icons/20px/arrow1-upperright-grey@2x.png");
}
.contact-us .content .get-in-touch .get-in-touch-operating-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: #000000;
  place-items: end;
}
.contact-us .content .get-in-touch .get-in-touch-operating-hours .get-in-touch-operating-hours-title {
  text-transform: uppercase;
}
.contact-us .content .get-in-touch .get-in-touch-operating-hours .get-in-touch-operating-hours-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #767676;
}
@media screen and (max-width: 575px) {
  .contact-us .content .contact-form {
    margin-top: 56px;
  }
}
.contact-us .content .contact-form .row {
  --bs-gutter-y: 24px;
}
.contact-us .content .contact-form .row p {
  margin-bottom: 0px;
}
.contact-us .content .contact-form .row input {
  width: 100%;
  height: 48px;
  color: #000000;
  padding: 0px 4px;
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #0c0c0c;
}
.contact-us .content .contact-form .row input::-webkit-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row input::-moz-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row input:-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row input::-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row input::placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row input:focus {
  outline: none;
}
.contact-us .content .contact-form .row textarea {
  width: 100%;
  color: #000000;
  padding: 0;
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #0c0c0c;
}
.contact-us .content .contact-form .row textarea::-webkit-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row textarea::-moz-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row textarea:-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row textarea::-ms-input-placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row textarea::placeholder {
  color: #767676;
}
.contact-us .content .contact-form .row textarea:focus {
  outline: none;
}
.contact-us .content .contact-form .submit-button {
  width: 100%;
  margin-top: 48px;
}
.contact-us .content .contact-form .submit-button p {
  margin-bottom: 0px;
  text-align: end;
}
.contact-us .content .contact-form .submit-button p input {
  padding: 8px 12px;
  width: 100%;
  background-color: #0c0c0c;
  color: #ffffff;
}
.contact-us .content .contact-form .submit-button p span {
  margin-top: 8px;
}