/*
 * Copyright inpleworks, Co.
*/
/*
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xet-layout .xet-content {
  padding: 0 !important;
}
.xet-layout .content-page > section {
  padding: 2rem 0;
}
.xet-layout .content-page > section .section-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.xet-layout .content-page > section .section-title > div + div {
  margin-top: 1rem;
}
.xet-layout .content-page > section .section-title .category {
  padding-left: 4px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.5rem;
  color: var(--xet-theme-color);
}
.xet-layout .content-page .page-about {
  position: relative;
}
.xet-layout .content-page .page-about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background-color: var(--xet-theme-color);
}
.xet-layout .content-page .page-about::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(231, 233, 243, 0.8);
}
.xet-layout .content-page .page-about > div {
  z-index: 3;
  position: relative;
}
.xet-layout .content-page .page-about .page__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.xet-layout .content-page .page-about .page__container > .item img {
  box-shadow: var(--xet-theme-box-shadow);
}
.xet-layout .content-page .sub-about2 {
  padding: 4rem 0;
  background-color: var(--xet-theme-dark-body-bg-color);
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .content-page .sub-about2 .page__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 40dvh;
}
.xet-layout .content-page .sub-about2 .page__container > .item.item-info {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.45);
}
.xet-layout .content-page .sub-about2 .page__container > .item.item-info > div + div {
  margin-top: 1rem;
}
.xet-layout .content-page .page-location .location__map {
  margin-bottom: 2rem;
  border: 1px solid var(--xet-theme-border-color);
}
.xet-layout .content-page .page-location .page__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .content-page .page-location .page__container .location__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .content-page .page-location .page__container .location__info > div {
  display: flex;
  gap: 1rem;
}
.xet-layout .content-page .page-location .page__container .location__info > div > strong {
  display: block;
  color: var(--xet-theme-color);
  min-width: 70px;
}
.xet-layout .content-page .page-location .page__container .xet-btn-container {
  flex-wrap: nowrap;
}
.xet-layout .content-page .page-location .location__navi {
  padding-top: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid var(--xet-theme-border-color);
}
.xet-layout .content-page .page-location .location__navi .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.xet-layout .content-page .page-location .location__navi .item > div.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  border: 1px solid var(--xet-theme-border-color);
}
.xet-layout .content-page .page-location .location__navi .item > div:not(.icon) {
  display: flex;
  flex-direction: column;
}
.xet-layout .content-page .page-location .location__navi .item > div:not(.icon) strong {
  color: var(--xet-theme-color);
}

@media (min-width: 992px) {
  .xet-layout .content-page > section {
    padding: 4rem 0;
  }
  .xet-layout .content-page > section .section-title {
    margin-bottom: 3rem;
  }
  .xet-layout .content-page > section .section-title > div + div {
    margin-top: 2rem;
  }
  .xet-layout .content-page .page-about::after {
    width: 50%;
    height: 100%;
  }
  .xet-layout .content-page .page-about .page__container {
    flex-direction: row;
    gap: 4rem;
  }
  .xet-layout .content-page .page-about .page__container > .item {
    width: 50%;
  }
  .xet-layout .content-page .page-about .page__container > .item:last-child {
    padding-top: 20rem;
  }
  .xet-layout .content-page .page-location .location__map {
    margin-bottom: 3rem;
  }
  .xet-layout .content-page .page-location .page__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  .xet-layout .content-page .page-location .page__container .location__info {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .xet-layout .content-page .page-location .page__container .location__info > div:first-child {
    width: 100%;
  }
  .xet-layout .content-page .page-location .page__container .location__info > div > strong {
    min-width: 10px;
  }
  .xet-layout .content-page .page-location .location__navi {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .xet-layout .content-page > section {
    padding: 8rem 0;
  }
  .xet-layout .content-page .page-about .page__container {
    flex-direction: row;
    gap: 10rem;
  }
  .xet-layout .content-page .page-about .page__container > .item:last-child {
    padding-top: 40rem;
  }
  .xet-layout .content-page .sub-location .page__container .location__info ul > li + li {
    margin-top: 1.25rem;
  }
}
body.color_scheme_dark .xet-layout .layout-main > section {
  background-color: var(--xet-theme-dark-body-bg-color);
}
body.color_scheme_dark .xet-layout .layout-main > section:nth-child(even) {
  background-color: var(--xet-theme-dark-content-bg-color);
}
body.color_scheme_dark .xet-layout .layout-main .section-about .page__container > .item:not(.item-img) {
  background-color: var(--xet-theme-dark-content-bg-color);
}
@media (min-width: 992px) {
  body.color_scheme_dark .xet-layout .layout-main .section-about .page__container > .item:not(.item-img) {
    background-color: var(--xet-theme-dark-content-bg-color);
  }
}