@charset "UTF-8";
:root {
  --color-primary: #1d1d1d;
  --primary-color: #1d1d1d;
  --border-color: rgb(218 212 208 / 1);
  --error-color: rgb(180 72 41/1);
  --bg-error-color: rgb(254 224 216 / 1);
  --success-color: #5E7D5A;
  --bg-success-color: rgb(235 245 233 / 1);
  --bg-primary-color: #FDBB30;
  --bg-primary-color-hover: rgb(253 187 48 / .5);
  --border-focus: #b8945f;
}

html {
  font-size: 100%;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none !important;
}
input:focus-within, select:focus-within, textarea:focus-within {
  outline: none !important;
}

#cdz-plum-keyword:focus-visible, input:not([type=search]):focus-visible, select:not([type=search]):focus-visible, textarea:not([type=search]):focus-visible {
  outline: none !important;
  border: 1px solid var(--border-focus) !important;
  box-shadow: 0 0 0 1px rgba(184, 148, 95, 0.25);
}
#cdz-plum-keyword:focus-within, input:not([type=search]):focus-within, select:not([type=search]):focus-within, textarea:not([type=search]):focus-within {
  outline: none !important;
  border: 1px solid var(--border-focus) !important;
  box-shadow: 0 0 0 1px rgba(184, 148, 95, 0.25);
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
a:active {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
  color: var(--primary-color);
  background: #fff;
  border-color: var(--border-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
}

.master_header {
  background: #fff;
  box-shadow: none;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.master_header.lb-header {
  background: #fff;
}
.master_header * {
  box-sizing: border-box;
}
.master_header a {
  text-decoration: none;
}

.home .master_header.lb-header,
.master_header.lb-header {
  background: #fff;
}

.master_header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr auto;
  min-height: 92px;
  padding: 0 45px;
  position: relative;
}

.master_header__brand {
  align-items: center;
  display: flex;
  min-width: 0;
}

.master_header__logo {
  align-items: center;
  color: #06325a;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}
.master_header__logo img,
.master_header__logo .custom-logo {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 210px;
  width: auto;
}

.master_header__desktop-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.master_header__menu,
.master_header__submenu,
.master_header__mobile-menu,
.master_header__mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.master_header__menu {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}

.master_header__menu-item {
  align-items: center;
  display: flex;
  min-height: 92px;
  position: relative;
}

.master_header__menu-link {
  align-items: center;
  border-radius: 10px;
  color: #151515;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
  padding: 12px 16px;
  transition: background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.master_header__menu-item:hover > .master_header__menu-link,
.master_header__menu-item.is-current > .master_header__menu-link {
  background: #c28b68;
  color: #fff;
}

.master_header__chevron,
.master_header__submenu-arrow {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.master_header__chevron {
  transform: rotate(45deg) translateY(-2px);
}

.master_header__submenu-arrow {
  margin-left: auto;
  transform: rotate(-45deg);
}

.master_header__submenu-shell {
  background: transparent;
  left: 0;
  opacity: 0;
  padding-top: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
  z-index: 1002;
}

.master_header__menu-item:hover > .master_header__submenu-shell,
.master_header__menu-item:focus-within > .master_header__submenu-shell {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.master_header__submenu {
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  min-width: 282px;
  padding: 24px 0;
  position: relative;
}

.master_header__submenu-item {
  position: relative;
}

.master_header__submenu-link {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.35;
  min-height: 46px;
  padding: 0 26px;
  white-space: nowrap;
}

.master_header__submenu-item:hover > .master_header__submenu-link,
.master_header__submenu-item.is-current > .master_header__submenu-link {
  background: #c28b68;
  color: #fff;
}

.master_header__submenu--nested {
  border-radius: 0 8px 8px 0;
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.master_header__submenu-item:hover > .master_header__submenu--nested,
.master_header__submenu-item:focus-within > .master_header__submenu--nested {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.master_header__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  white-space: nowrap;
}

.master_header__phones {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  line-height: 1.25;
}

.master_header__actions .master_header__phones {
  color: #151515;
  font-size: 18px;
  font-weight: 800;
}

.master_header__phones.master_header__mobile-phone {
  color: #fff;
  font-size: 19px;
}

.master_header__phone-lines {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.master_header__actions .master_header__phone-lines {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.master_header__actions .master_header__phone-num:not(:first-child)::before {
  color: inherit;
  content: "·";
  margin-right: 0.35em;
  opacity: 0.75;
  pointer-events: none;
}

.master_header__phones.master_header__mobile-phone .master_header__phone-num:not(:first-child)::before {
  content: none;
  margin: 0;
}

.master_header__phone-num {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.master_header__phone-num:hover,
.master_header__phone-num:focus-visible {
  opacity: 0.82;
  outline: none;
  text-decoration: underline;
}

.master_header__phone-num--no-link {
  cursor: default;
}

.master_header__phone-icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 19px;
  justify-content: center;
  width: 19px;
}

.master_header__phone-icon-svg {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
}

.master_header__account {
  border: 2px solid #151515;
  border-radius: 50%;
  color: #151515;
  display: inline-block;
  height: 24px;
  position: relative;
  width: 24px;
}
.master_header__account::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 7px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.master_header__account::after {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
  content: "";
  height: 7px;
  left: 4px;
  position: absolute;
  top: 13px;
  width: 12px;
}

.master_header__lang-curr {
  background: transparent;
  border: 1px solid rgba(21, 21, 21, 0.12);
  color: #151515;
  font-size: 12px;
  height: 34px;
  padding: 0 12px;
}

.master_header__mobile-open {
  background: transparent;
  border: 0;
  color: #c28b68;
  cursor: pointer;
  display: none;
  height: 44px;
  margin-left: auto;
  position: relative;
  width: 44px;
}
.master_header__mobile-open::before, .master_header__mobile-open::after {
  background: currentColor;
  border-radius: 2px;
  box-shadow: 0 8px 0 currentColor;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  top: 13px;
  width: 20px;
}
.master_header__mobile-open::after {
  box-shadow: none;
  top: 29px;
}

.master_header__mobile-drawer-root {
  position: relative;
  z-index: 1004;
}

.master_header__mobile-layer {
  background: rgba(255, 255, 255, 0.18);
  inset: 0;
  position: fixed;
  z-index: 1003;
}

.master_header__mobile-panel {
  background: #151922;
  box-shadow: 24px 0 60px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-105%);
  transition: transform 0.24s ease;
  width: 325px;
  z-index: 1004;
}

.master_header__mobile-drawer-root.is-mobile-open .master_header__mobile-panel {
  transform: translateX(0);
}

.master_header__mobile-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 27px;
}

.master_header__mobile-phone {
  color: #fff;
  font-size: 19px;
}
.master_header__mobile-phone:hover {
  color: #ffffff;
}

.master_header__mobile-view {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.master_header__mobile-view-track {
  display: flex;
  height: 100%;
  transition: transform 0.28s ease;
  will-change: transform;
}

.master_header__mobile-sheet {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.master_header__mobile-sheet--root .master_header__mobile-nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.master_header__mobile-sheet-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 12px 0 8px;
}

.master_header__mobile-back-sheet {
  background: transparent;
  border: 0;
  color: #c28b68;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 14px 12px 28px;
  position: relative;
  text-align: left;
}

.master_header__mobile-back-sheet::before {
  border-bottom: 2px solid currentcolor;
  border-left: 2px solid currentcolor;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}

.master_header__mobile-sheet-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.master_header__mobile-close {
  background: transparent;
  border: 0;
  color: #c28b68;
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 36px;
}
.master_header__mobile-close::before, .master_header__mobile-close::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 3px;
  left: 7px;
  position: absolute;
  top: 17px;
  width: 22px;
}
.master_header__mobile-close::before {
  transform: rotate(45deg);
}
.master_header__mobile-close::after {
  transform: rotate(-45deg);
}

.master_header__mobile-item {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.master_header__mobile-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.master_header__mobile-row {
  align-items: center;
  display: flex;
  min-height: 74px;
}

.master_header__mobile-link {
  color: #fff;
  flex: 1 1 auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  padding: 24px 18px 24px 37px;
}
.master_header__mobile-link:hover {
  color: #ffffff;
}

.master_header__mobile-submenu .master_header__mobile-link {
  font-size: 15px;
  padding-left: 54px;
}

.master_header__mobile-submenu .master_header__mobile-submenu .master_header__mobile-link {
  padding-left: 70px;
}

.master_header__mobile-toggle {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  flex: 0 0 58px;
  height: 58px;
  position: relative;
}
.master_header__mobile-toggle::after {
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  content: "";
  height: 10px;
  left: 21px;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  width: 10px;
}
.master_header__mobile-toggle[aria-expanded=true]::after {
  transform: rotate(225deg);
  top: 25px;
}

.master_header__mobile-children {
  background: rgba(255, 255, 255, 0.04);
}

.body-master-header-lock {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .master_header__inner {
    gap: 18px;
    grid-template-columns: minmax(140px, 190px) 1fr auto;
    padding: 0 30px;
  }
  .master_header__menu-link {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .master_header__actions .master_header__phones {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .master_header__inner {
    display: flex;
    min-height: 90px;
    padding: 0 22px;
  }
  .master_header__desktop-nav,
  .master_header__actions {
    display: none;
  }
  .master_header__mobile-open {
    display: inline-block;
  }
  .master_header__logo {
    font-size: 30px;
  }
  .master_header__logo img,
  .master_header__logo .custom-logo {
    max-height: 44px;
    max-width: 190px;
  }
  body.body-master-header-lock > *:not([data-master-drawer-host]):not(script) {
    transform: translateX(var(--cdz-mobile-drawer-shift, 325px));
    transition: transform 0.28s ease;
  }
  .master_header__mobile-sheet--root .master_header__mobile-children {
    display: none !important;
  }
  .master_header__mobile-toggle[aria-expanded=true]::after {
    top: 20px;
    transform: rotate(45deg);
  }
}
@media (max-width: 520px) {
  .master_header__inner {
    min-height: 88px;
    padding: 0 18px;
  }
  .master_header__mobile-panel {
    width: 325px;
  }
  .master_header__logo img,
  .master_header__logo .custom-logo {
    max-height: 38px;
    max-width: 168px;
  }
}
.footer-email .wpcf7 form.failed .wpcf7-response-output,
.footer-email .wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  color: #dc3232;
}
.footer-email .wpcf7 form.invalid .wpcf7-response-output, .footer-email .wpcf7 form.unaccepted .wpcf7-response-output, .footer-email .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: var(--error-color);
  background-color: var(--bg-error-color);
}
.footer-email .wpcf7-not-valid-tip {
  color: var(--error-color);
}
.footer-email .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: var(--success-color);
  background-color: var(--bg-success-color);
}
.footer-email .thinha-cf7-email {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
.footer-email .thinha-cf7-email:has(.wpcf7-not-valid-tip) {
  border-color: var(--error-color);
}
.footer-email .thinha-cf7-email ::placeholder {
  color: #fff;
}
.footer-email .thinha-cf7-email input {
  font-size: 18px;
  border: none;
  background-color: transparent;
  height: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-email .thinha-cf7-email input {
    font-size: 14px;
  }
}
.footer-email .thinha-cf7-email input:focus {
  outline: none;
}
.footer-email .thinha-cf7-email input:focus-visible {
  outline: none;
}
.footer-email .thinha-cf7-email input:focus-within {
  outline: none;
}
.footer-email .thinha-cf7-email input:focus-within {
  outline: none;
}
.footer-email .thinha-cf7-email .wpcf7-submit {
  background-color: #1d1d1d;
  padding: 5px 20px;
  border: none;
  color: #fff;
  font-size: 18px;
  height: 40px;
}
.footer-email .thinha-cf7-email .wpcf7-spinner {
  display: block;
  background-color: transparent;
}

.home-search .cdz-plum-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 10px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-search .cdz-plum-bar {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home-search .cdz-plum-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
}
.home-search .cdz-plum-bar .cdz-plum-bar__field {
  width: 100%;
}
@media (min-width: 992px) {
  .home-search .cdz-plum-bar .cdz-plum-bar__field {
    border-right: 1px solid var(--border-color);
  }
  .home-search .cdz-plum-bar .cdz-plum-bar__field:last-of-type {
    border-right: none;
  }
}
.home-search .cdz-plum-bar input,
.home-search .cdz-plum-bar select {
  border-radius: 0 !important;
  border: none !important;
}
.home-search .cdz-plum-bar input:focus,
.home-search .cdz-plum-bar select:focus {
  outline: none !important;
}
.home-search .cdz-plum-bar input:focus-visible,
.home-search .cdz-plum-bar select:focus-visible {
  outline: none !important;
}
.home-search .cdz-plum-bar input:focus-within,
.home-search .cdz-plum-bar select:focus-within {
  outline: none !important;
}
@media (max-width: 991px) {
  .home-search .cdz-plum-bar input,
  .home-search .cdz-plum-bar select {
    background-color: transparent !important;
    border: 1px solid var(--border-color) !important;
  }
  .home-search .cdz-plum-bar input:focus,
  .home-search .cdz-plum-bar select:focus {
    background-color: #fff !important;
  }
  .home-search .cdz-plum-bar input:focus-visible,
  .home-search .cdz-plum-bar select:focus-visible {
    background-color: #fff !important;
  }
  .home-search .cdz-plum-bar input:focus-within,
  .home-search .cdz-plum-bar select:focus-within {
    background-color: #fff !important;
  }
}
.home-search .cdz-plum-bar .cdz-plum-bar__submit {
  background-color: var(--bg-primary-color, #fdbb30);
  color: var(--color-primary, #1d1d1d);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.home-search .cdz-plum-bar .cdz-plum-bar__submit:hover {
  background-color: var(--bg-primary-color-hover, rgba(253, 187, 48, 0.85));
}
@media (max-width: 991px) {
  .home-search .cdz-plum-bar .cdz-plum-bar__submit {
    width: calc(100% - 20px);
    border-radius: 0;
    padding: 0 15px;
  }
}

.cdz-plum-project-row {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 10px;
  border-bottom: 1px solid var(--border-color);
}
.cdz-plum-project-row:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cdz-plum-project-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.cdz-plum-project-row__thumb {
  display: block;
  text-decoration: none;
  color: inherit;
}

.cdz-plum-project-row__thumb-inner {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}

.cdz-plum-project-row__img,
.cdz-plum-project-row__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cdz-plum-project-row__img {
  object-fit: cover;
  object-position: center;
}

.cdz-plum-project-row__content {
  min-width: 0;
}

.cdz-plum-project-row__header {
  margin-bottom: 8px;
}

.cdz-plum-project-row__meta {
  padding-left: 0;
  margin: 0 0 8px;
}

.cdz-plum-project-row__meta-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.45;
}

.cdz-plum-project-row__meta-text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.cdz-plum-project-row__meta-label {
  font-size: 12px;
  font-weight: 600;
  color: #2f2f2f;
}

.cdz-plum-project-row__meta-value {
  font-size: 12px;
  color: #636366;
}

.cdz-plum-project-row__title {
  font-weight: 600;
  font-size: 1.35rem;
  color: #1d1d1d;
  line-height: 1.2;
  margin: 0;
}

.cdz-plum-project-row__title br {
  line-height: inherit;
}

.cdz-plum-project-row__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0;
}

.cdz-plum-project-row__map-btn,
.cdz-plum-card__map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1d;
  background: #f4f2ed;
  border: 1px solid #dcd8cf;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
}

.cdz-plum-project-row__map-btn:hover,
.cdz-plum-card__map-btn:hover {
  background: #ebe7df;
  border-color: #cfc9bd;
}

@media (min-width: 1024px) {
  .cdz-plum-project-row--browse.is-map-active,
  article.cdz-plum-card.is-map-active {
    box-shadow: inset 3px 0 0 0 #b8954a;
  }
}
/* Footer Social - icon tròn nền trắng (mặc định lấy từ assets/images/icons/) */
.footer-social-heading {
  margin-bottom: var(--space-12, 12px) !important;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #1d1d1d;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.footer-social-link:hover {
  border: 1px solid #000 !important;
  color: #000;
  transform: translateY(-1px);
}

.footer-social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-columns .footer-column-title {
  font-weight: 700;
  font-family: var(--fonts-sans);
  margin-bottom: var(--space-12, 12px);
  font-size: 1rem;
}
.footer-columns .footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-columns .footer-menu-list li {
  margin-bottom: 0.5em;
}
.footer-columns .footer-menu-list a {
  text-decoration: none;
  color: var(--colors-system-grey-dark, #1d1d1d);
}
.footer-columns .footer-menu-list a:hover {
  text-decoration: underline;
}

#footer-widget-area {
  padding: 40px 0;
}

.footer-content {
  background-color: rgb(249, 249, 249);
}

.sub_footer {
  background-color: rgb(240, 240, 240);
}

.sub_footer_content {
  padding: 40px;
}

#colophon a,
#colophon li a {
  color: #000;
}

/* Footer Social - icon tròn nền trắng (mặc định lấy từ assets/images/icons/) */
.footer-social-widget {
  margin-top: var(--space-20, 20px);
}

.footer-social-heading {
  margin-bottom: var(--space-12, 12px) !important;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #1d1d1d;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.footer-social-link:hover {
  border: 1px solid #000 !important;
  color: #000;
  transform: translateY(-1px);
}

.footer-social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.screen-reader-text,
.lb-about .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.lb-about {
  --lb-about-max: 72rem;
  --lb-about-pad: clamp(1.25rem, 4vw, 2.5rem);
  --lb-about-muted: #5c5c5c;
  --lb-about-bg-soft: #f7f5f3;
  --lb-about-bg-dark: #1a1a1a;
  color: var(--primary-color, #1d1d1d);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  line-height: 1.6;
}
.lb-about * {
  box-sizing: border-box;
}
.lb-about h1,
.lb-about h2,
.lb-about h3,
.lb-about h4,
.lb-about .lb-about__display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.lb-about a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lb-about a:hover {
  opacity: 0.75;
}

.lb-about__inner {
  max-width: var(--lb-about-max);
  margin-inline: auto;
  padding-inline: var(--lb-about-pad);
}

.lb-about__hero {
  padding: clamp(3rem, 10vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
  text-align: center;
}

.lb-about__inner--narrow {
  max-width: 52rem;
}

.lb-about__inner--center {
  text-align: center;
}

.lb-about__hero-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: var(--lb-about-muted);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-weight: 500;
}

.lb-about__hero-display {
  font-size: clamp(1.85rem, 4.8vw, 2.75rem);
  margin: 0 0 1.25rem;
  line-height: 1.12;
  max-width: 22ch;
  margin-inline: auto;
}

.lb-about__hero-headline {
  margin: 0 auto 1rem;
  max-width: 48rem;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1.25;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  color: #111;
}

.lb-about__headline-strong {
  font-weight: 600;
}

.lb-about__headline-em {
  font-style: italic;
  font-weight: 500;
  padding: 0 0.15em;
}

.lb-about__headline-dot {
  display: block;
  margin-top: 0.35rem;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-size: 0.92em;
  font-weight: 400;
  color: #3a3a3a;
}

.lb-about__hero-why {
  margin: 0;
  font-size: 1rem;
  color: var(--lb-about-muted);
  font-family: "Be Vietnam Pro", sans-serif;
}

.lb-about__eyebrow {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--lb-about-muted);
  margin: 0 0 1rem;
}

.lb-about__hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin: 0 auto 1rem;
  max-width: 22ch;
}

.lb-about__hero-lead {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  color: var(--lb-about-muted);
  max-width: 36ch;
  margin: 0 auto;
}

.lb-about__intro-columns {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 56rem;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .lb-about__intro-columns {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.lb-about__intro-lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  color: #3a3a3a;
  line-height: 1.65;
}
.lb-about__intro-lead strong {
  font-weight: 600;
}

.lb-about__intro {
  padding: clamp(2rem, 6vw, 4rem) 0;
  text-align: center;
}

.lb-about__intro-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 auto 0.75rem;
  max-width: 28ch;
}

.lb-about__intro-sub {
  font-size: 1rem;
  color: var(--lb-about-muted);
  margin: 0 0 1.5rem;
}

.lb-about__intro-text {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  color: #3a3a3a;
}
.lb-about__intro-text p {
  margin: 0 0 1rem;
}
.lb-about__intro-text p:last-child {
  margin-bottom: 0;
}

.lb-about__platform {
  padding: 0 0 clamp(0.5rem, 2vw, 1rem);
}

.lb-about__platform-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--lb-about-muted);
  margin: 0 0 0.35rem;
  text-align: center;
}

.lb-about__platform-title {
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  margin: 0 auto 1.5rem;
  max-width: 28ch;
  text-align: center;
}

.lb-about__cards {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}
@media (min-width: 768px) {
  .lb-about__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lb-about__card {
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--border-color, #dad4d0);
  border-radius: 8px;
  background: #fff;
}
.lb-about__card h3,
.lb-about__card h4 {
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.lb-about__card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lb-about-muted);
}

.lb-about__cards--plum {
  padding-top: 0;
}

.lb-about__card-eyebrow {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--lb-about-muted);
  margin: 0 0 0.4rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
}

.lb-about__card-title {
  font-size: 1.0625rem;
  margin: 0 0 0.75rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.lb-about__band {
  background: var(--lb-about-bg-soft);
  padding: clamp(2.5rem, 7vw, 5rem) 0;
  margin: 2rem 0 0;
}

.lb-about__band--soft {
  background: #f1eeeb;
}

.lb-about__band-title--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 36ch;
  text-align: center;
}

.lb-about__band-text--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lb-about__band--dark {
  background: var(--lb-about-bg-dark);
  color: #f5f5f5;
}
.lb-about__band--dark .lb-about__band-label,
.lb-about__band--dark .lb-about__band-text,
.lb-about__band--dark .lb-about__feature p {
  color: #b8b8b8;
}
.lb-about__band--dark .lb-about__band-title {
  color: #fff;
}

.lb-about__band-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 0.75rem;
  color: var(--lb-about-muted);
}

.lb-about__band-title {
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  margin: 0 0 1rem;
  max-width: 32ch;
}

.lb-about__band-text {
  margin: 0;
  max-width: 40rem;
  color: #4a4a4a;
  font-size: 1rem;
}

.lb-about__features {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.lb-about__feature {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lb-about__feature:last-child {
  border-bottom: none;
}
.lb-about__feature h3 {
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  margin: 0 0 0.5rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.lb-about__feature p {
  margin: 0;
  font-size: 0.9375rem;
  color: #9a9a9a;
}

.lb-about__quote {
  padding: clamp(3rem, 8vw, 5rem) 0;
  text-align: center;
}

.lb-about__quote blockquote,
.lb-about__quote-main {
  margin: 0 auto;
  max-width: 36ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.35;
}

.lb-about__quote cite,
.lb-about__quote-cite {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--lb-about-muted);
  font-family: "Be Vietnam Pro", sans-serif;
}

.lb-about__stat {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  text-align: center;
  background: linear-gradient(180deg, #faf9f8 0%, #fff 100%);
}

.lb-about__stat-title {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  margin: 0 auto 1rem;
  max-width: 28ch;
}

.lb-about__stat-text {
  margin: 0 auto;
  max-width: 42rem;
  color: var(--lb-about-muted);
  font-size: 1.0625rem;
}

.lb-about__media-placeholder {
  aspect-ratio: 21/9;
  max-width: var(--lb-about-max);
  margin: 2rem auto 0;
  background: linear-gradient(135deg, #e8e4e0 0%, #d4cfc8 50%, #c9c2ba 100%);
  border-radius: 4px;
}

.lb-about__figure {
  margin: 2rem auto 0;
  max-width: min(100%, var(--lb-about-max));
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.07);
}

.lb-about__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.lb-about__community {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.lb-about__community-title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  margin: 0 0 0.75rem;
  text-align: center;
}

.lb-about__community-dek {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.25rem;
  color: var(--lb-about-muted);
  font-size: 1.0625rem;
  line-height: 1.55;
}

.lb-about__split {
  display: grid;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  align-items: start;
}
@media (min-width: 900px) {
  .lb-about__split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.lb-about__split-visual {
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, #ddd8d2 0%, #c5bdb5 100%);
  border-radius: 8px;
  min-height: 200px;
}

.lb-about__figure--split {
  margin: 0;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.lb-about__community-card h3,
.lb-about__community-card h4 {
  font-size: 1.0625rem;
  margin: 0 0 0.5rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
}

.lb-about__community-card p {
  margin: 0;
  color: var(--lb-about-muted);
  font-size: 0.9375rem;
}

.lb-about__testimonial {
  padding: clamp(2rem, 5vw, 3rem);
  background: var(--lb-about-bg-soft);
  border-radius: 4px;
  margin: 1.5rem 0;
}
.lb-about__testimonial blockquote {
  margin: 0;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.55;
}
.lb-about__testimonial cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-style: normal;
  color: var(--lb-about-muted);
}

.lb-about__testimonial-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem;
  color: var(--lb-about-muted);
}

.lb-about__testimonials-wrap {
  padding: clamp(1rem, 4vw, 2.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.lb-about__testimonial-grid {
  display: grid;
  gap: 2rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .lb-about__testimonial-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.lb-about__pull {
  padding: clamp(2.5rem, 7vw, 5rem) 0;
  background: linear-gradient(180deg, #faf9f8 0%, #f3f0ec 100%);
}

.lb-about__pull-logo {
  margin: 0 0 1.25rem;
}
.lb-about__pull-logo img {
  display: inline-block;
  vertical-align: middle;
}

.lb-about__pull-quote {
  margin: 0 auto 1rem;
  max-width: 42rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  line-height: 1.38;
  font-style: italic;
  text-align: center;
}

.lb-about__pull-attribution {
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--lb-about-muted);
  font-size: 0.9375rem;
  font-family: "Be Vietnam Pro", sans-serif;
}

.lb-about__figure--pull {
  margin: 0 auto;
  max-width: 40rem;
}

.lb-about__news-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--lb-about-muted);
  margin: 0 0 0.35rem;
}

.lb-about__section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1rem;
}

.lb-about__section-lead {
  margin: 0 0 1.5rem;
  color: var(--lb-about-muted);
  max-width: 40rem;
}

.lb-about__press-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lb-about__press-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-color, #dad4d0);
}
.lb-about__press-list a {
  font-weight: 500;
}

.lb-about__cta {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 6rem);
}

.lb-about__cta-box {
  padding: clamp(2rem, 4vw, 2.75rem);
  border: 1px solid var(--border-color, #dad4d0);
  border-radius: 8px;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}

.lb-about__cta-box h2 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.lb-about__cta-box p {
  margin: 0 0 1.25rem;
  color: var(--lb-about-muted);
  font-size: 0.9375rem;
}

.lb-about__team {
  display: grid;
  gap: 1rem;
  text-align: left;
  max-width: 28rem;
  margin: 2rem auto 0;
}
@media (min-width: 600px) {
  .lb-about__team {
    grid-template-columns: 1fr 1fr;
    max-width: 40rem;
  }
}

.lb-about__team--three {
  max-width: 52rem;
}
@media (min-width: 700px) {
  .lb-about__team--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 699px) {
  .lb-about__team--three {
    grid-template-columns: 1fr;
  }
}

.lb-about__cta-email {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.0625rem;
  word-break: break-word;
}

.lb-about__team-link {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.lb-about__team-member {
  font-size: 0.9375rem;
}
.lb-about__team-member strong {
  display: block;
  font-weight: 600;
}
.lb-about__team-member span {
  color: var(--lb-about-muted);
  font-size: 0.875rem;
}

.lb-about__band--soft .lb-about__section-title,
.lb-about__band--soft .lb-about__section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lb-about__band--soft .lb-about__section-lead {
  max-width: 40rem;
}

@media (max-width: 767px) {
  .lb-about__split {
    padding: 1.75rem 0;
    gap: 1.5rem;
  }
  .lb-about__testimonial {
    margin: 1rem 0;
    padding: 1.25rem;
  }
  .lb-about__pull-quote {
    font-size: 1.125rem;
  }
}
.lb-about__page-content {
  max-width: 48rem;
  margin: 0 auto 2rem;
  padding: 0 var(--lb-about-pad);
}
.lb-about__page-content:empty {
  display: none;
}