@charset "UTF-8";
:root {
  --color-forix-primary: #fff; }

#masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.15); }

@media (max-width: 1024px) {
  .header-menu {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .menu-header .elementor-rael-nav-menu--dropdown.elementor-rael-nav-menu__container {
    position: absolute !important;
    top: -32px !important;
    left: 0;
    height: 100vh;
    margin: 0px;
    border: 0px; }
  .menu-header .elementor-item.elementor-item-active.menu-link,
  .menu-header .elementor-item.menu-link.has-submenu.highlighted {
    background-color: transparent !important; }
  .menu-header .elementor-item:hover,
  .menu-header .elementor-item:focus,
  .menu-header .elementor-item.highlighted,
  .menu-header .elementor-item.elementor-item-active,
  .menu-header .elementor-rael-sub-item:hover,
  .menu-header .elementor-rael-sub-item:focus,
  .menu-header .elementor-rael-sub-item.highlighted,
  .menu-header .elementor-rael-sub-item.elementor-item-active {
    background-color: transparent !important; }
  .menu-header .elementor-rael-nav-menu {
    padding: 10px;
    padding-top: 32px; }
  .menu-header .elementor-item.menu-link {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .menu-header .menu-item {
    border-color: #E1E5E4 !important; }
    .menu-header .menu-item a {
      font-size: 14px !important; }
  .menu-header .menu-close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
    background: #fff;
    font-size: 30px;
    cursor: pointer;
    display: none;
    padding: 0px;
    color: #000000; }
  .menu-header .elementor-rael-nav-menu--dropdown[aria-hidden="false"] .menu-close {
    display: block; } }

.menu-cities-footer .elementor-rael-nav-menu::before {
  content: "Service Areas:";
  margin-right: 12px;
  color: white;
  font-size: 12px; }
  @media (min-width: 768px) {
    .menu-cities-footer .elementor-rael-nav-menu::before {
      font-size: 14px; } }

.menu-cities-footer .elementor-rael-nav-menu li {
  border-right: 1px solid #ffffff;
  padding-right: 8px; }
  .menu-cities-footer .elementor-rael-nav-menu li:last-child {
    border-right: none;
    padding-right: 0px; }

.menu-cities-footer a:hover {
  text-decoration: underline; }

.txt-footer a:hover {
  text-decoration: underline; }

.form-footer input.wpcf7-email {
  margin: 0px !important; }

.bg-fullwidth img {
  width: 50vw !important;
  max-width: none; }
  @media (max-width: 1460px) {
    .bg-fullwidth img {
      width: 55vw !important; } }
  @media (max-width: 1350px) {
    .bg-fullwidth img {
      width: 65vw !important; } }
  @media (max-width: 1290px) {
    .bg-fullwidth img {
      width: 70vw !important; } }
  @media (max-width: 1220px) {
    .bg-fullwidth img {
      width: 80vw !important; } }
  @media (max-width: 1150px) {
    .bg-fullwidth img {
      width: 93vw !important; } }
  @media (max-width: 1024px) {
    .bg-fullwidth img {
      width: 100% !important; } }

/* CF7 fields base */
.wpcf7 .cf7-contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0px; }

.wpcf7 .cf7-contact-wrap p {
  margin: 0; }

.wpcf7 .cf7-contact-wrap .cf7-row {
  display: flex;
  gap: 20px; }

.wpcf7 .cf7-contact-wrap .wpcf7-spinner {
  display: none !important; }

@media (max-width: 768px) {
  .wpcf7 .cf7-contact-wrap .cf7-row {
    flex-direction: column; } }

/* Inputs + textarea + select */
.cf7-contact-wrap input[type="text"],
.cf7-contact-wrap input[type="email"],
.cf7-contact-wrap input[type="tel"],
.cf7-contact-wrap select,
.cf7-contact-wrap textarea,
input[type="search"] {
  width: 100%;
  border-radius: 999px !important;
  border: 1px solid #e5e7eb;
  padding: 10px 16px !important;
  background: #ffffff !important;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
  color: #1D1D1D !important;
  font-size: 16px !important;
  margin: 0px !important;
  height: 46px !important; }

.cf7-contact-wrap textarea {
  min-height: 120px;
  border-radius: 18px !important;
  resize: vertical;
  height: 130px !important; }

.cf7-contact-wrap input::placeholder,
.cf7-contact-wrap textarea::placeholder,
.cf7-contact-wrap select::placeholder {
  color: #6B6B6B; }

.cf7-contact-wrap input:focus,
.cf7-contact-wrap select:focus,
.cf7-contact-wrap textarea:focus {
  box-shadow: 0px 0px 8px 0px #0000001A;
  outline: none; }

.cf7-contact-wrap input[type="submit"],
.cf7-contact-wrap button[type="submit"] {
  border-radius: 999px !important;
  padding: 15px 16px !important;
  border: none;
  color: var(--e-global-color-forix_btn_secondary_text);
  font-size: 16px !important;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content !important;
  background-color: var(--e-global-color-forix_btn_secondary_bg); }

.cf7-contact-wrap input[type="submit"]:hover,
.cf7-contact-wrap button[type="submit"]:hover {
  background-color: var(--e-global-color-forix_btn_secondary_bg_hover);
  color: var(--e-global-color-forix_btn_secondary_text_hover); }

.cf7-contact-wrap input[type="submit"]:active,
.cf7-contact-wrap button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: none; }

.cf7-contact-wrap select {
  color: #1D1D1D; }

/* Khi option placeholder được chọn */
.cf7-contact-wrap select:has(option[value=""]:checked) {
  color: #6B6B6B !important; }

.cf7-contact-wrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #585858; }

.cf7-row p {
  display: flex;
  gap: 20px; }

.wpdcg-newsletter-form-wrap p,
.wpdcg-newsletter-form {
  display: flex;
  align-items: flex-start;
  gap: 6px; }

.wpdcg-newsletter-form-wrap .wpcf7-spinner,
.wpdcg-newsletter-form .wpcf7-spinner {
  display: none; }

.wpcf7-select {
  appearance: none; }

.wpcf7-form-control-wrap[data-name=service-needed]::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease; }

.wpdcg-newsletter-form-wrap input[type='email'],
.wpdcg-newsletter-form input[type='email'] {
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
  color: #fff !important;
  font-size: 16px;
  outline: none;
  border-radius: 999px;
  border: 1px solid #ffffff;
  width: 100%; }

.wpdcg-newsletter-form-wrap input[type='email']::placeholder,
.wpdcg-newsletter-form input[type='email']::placeholder {
  color: #ffffff; }

.wpdcg-newsletter-form-wrap input[type='email']:focus,
.wpdcg-newsletter-form input[type='email']:focus {
  box-shadow: 0px 0px 8px 0px #0000001A !important;
  border-color: #ffffff !important; }

.wpdcg-newsletter-form-wrap input[type='submit'],
.wpdcg-newsletter-form button,
.wpdcg-newsletter-form input[type='submit'] {
  border-radius: 999px;
  border: 1px solid var(--e-global-color-forix_btn_primary_bg);
  padding: 11px 14px;
  transition: 0.3s;
  color: var(--e-global-color-forix_btn_primary_text);
  font-size: 14px;
  font-weight: 600;
  background: var(--e-global-color-forix_btn_primary_bg);
  width: fit-content;
  cursor: pointer;
  white-space: nowrap; }

.wpdcg-newsletter-form-wrap input[type='submit']:hover,
.wpdcg-newsletter-form button:hover,
.wpdcg-newsletter-form input[type='submit']:hover {
  background-color: var(--e-global-color-forix_btn_primary_bg_hover);
  border-color: var(--e-global-color-forix_btn_primary_bg_hover);
  color: var(--e-global-color-forix_btn_primary_text_hover); }

.wpdcg-newsletter-form-wrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: var(--e-global-color-forix_text_footer); }

.wpcf7-response-output {
  margin-top: 20px !important; }

.form-footer .wpcf7-response-output {
  color: var(--e-global-color-forix_text_footer); }

@media (max-width: 1024px) {
  .cf7-contact-wrap input[type=text],
  .cf7-contact-wrap input[type=email],
  .cf7-contact-wrap input[type=tel],
  .cf7-contact-wrap select,
  .cf7-contact-wrap textarea {
    padding: 6.5px 16px;
    font-size: 14px; }
  .cf7-contact-wrap input[type=submit],
  .cf7-contact-wrap button[type=submit] {
    padding: 11px 16px;
    font-size: 14px !important; }
  .cf7-contact-wrap .cf7-row p {
    flex-direction: column;
    gap: 10px; }
  .cf7-contact-wrap {
    gap: 10px !important; } }

.slider-banner .swiper-slide-inner {
  max-width: 1516px;
  margin: 0 auto !important;
  padding: 0px 30px !important; }
  @media (max-width: 1024px) {
    .slider-banner .swiper-slide-inner {
      padding: 0px 16px !important; } }

.slider-banner .swiper-slide .elementor-background-overlay {
  background: linear-gradient(270.29deg, rgba(0, 7, 26, 0) 56.24%, rgba(0, 7, 26, 0.05) 64.94%, rgba(0, 7, 26, 0.21) 76.58%, rgba(0, 7, 26, 0.45) 87.8%, rgba(0, 7, 26, 0.53) 99.75%); }

.slider-banner .responsive-slide-heading {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.302); }

@media (max-width: 768px) {
  .slider-banner .swiper-slide-contents {
    margin-top: 260px;
    text-align: center; } }

.txt-breadcrumb {
  color: #ffffff;
  font-size: 13px; }
  @media (min-width: 768px) {
    .txt-breadcrumb {
      font-size: 16px; } }

.txt-breadcrumb a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none !important; }
  @media (min-width: 768px) {
    .txt-breadcrumb a {
      font-size: 16px; } }

.shortcode-map {
  line-height: 0; }

.block-post .elementor-post__excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0; }

.blog #primary {
  margin: 0px; }

.hero-h1-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #ffffff; }

.hero-banner {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  min-height: 340px;
  background-color: #000000;
  /* ========== RESPONSIVE ========== */ }
  .hero-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 0; }
    .hero-banner__bg picture,
    .hero-banner__bg img {
      width: 100%;
      height: 100%;
      display: block; }
    .hero-banner__bg img {
      object-fit: cover; }
  .hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none; }
  .hero-banner__inner {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 56px 0; }
  .hero-banner__content {
    width: 100%;
    flex-direction: column;
    gap: 30px; }
  .hero-banner__heading {
    line-height: 1.2;
    margin: 0; }
  .hero-banner__breadcrumb-wrap {
    margin-top: 30px; }
  .hero-banner__breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.6; }
    .hero-banner__breadcrumb a {
      color: #ffffff;
      text-decoration: none;
      transition: opacity 0.2s ease; }
    .hero-banner__breadcrumb-current {
      font-weight: 500; }
    .hero-banner__breadcrumb-sep {
      color: #FF1519;
      font-size: 30px;
      line-height: 16px; }
  @media (max-width: 991px) {
    .hero-banner {
      min-height: 220px; }
      .hero-banner__inner {
        padding: 40px 0; }
      .hero-banner__heading {
        font-size: 32px; } }
  @media (max-width: 767px) {
    .hero-banner {
      min-height: 160px; }
      .hero-banner__inner {
        padding: 32px 0; }
      .hero-banner__heading {
        font-size: 34px; }
      .hero-banner__breadcrumb {
        font-size: 13px;
        line-height: 1.5; }
      .hero-banner__breadcrumb-wrap {
        margin-top: 16px; } }

.archive-hero .hero-banner__heading {
  font-size: 54px;
  color: #fff !important; }

.archive-hero {
  position: relative;
  color: #fff !important; }
  .archive-hero__background {
    height: 340px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4));
    /* sau này bạn gắn background-image vào đây */ }
  .archive-hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none; }
  .archive-hero__header {
    margin: 0 auto;
    pointer-events: auto; }
  .archive-hero__description {
    font-size: 14px;
    line-height: 1.7;
    color: #f0f0f0; }

/* ======================
     BODY: CONTENT + SIDEBAR
     ====================== */
.archive-blog {
  padding: 64px 0; }
  .archive-blog__inner {
    display: flex;
    align-items: flex-start;
    gap: 64px; }
  .archive-blog__content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .archive-blog__sidebar {
    width: 30%;
    position: sticky;
    top: 110px; }
    .archive-blog__sidebar .widget-area .sidebar-main {
      display: flex;
      flex-direction: column;
      gap: 36px; }
      .archive-blog__sidebar .widget-area .sidebar-main .widget-title {
        font-size: 28px;
        line-height: 1;
        margin: 0px; }
      .archive-blog__sidebar .widget-area .sidebar-main .widget {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin: 0px; }
        .archive-blog__sidebar .widget-area .sidebar-main .widget ul {
          margin: 0px;
          padding: 0px;
          list-style-type: none;
          display: flex;
          flex-direction: column;
          gap: 12px; }
          .archive-blog__sidebar .widget-area .sidebar-main .widget ul li {
            padding-bottom: 12px;
            border-bottom: 1px solid #CFCFCF; }
          .archive-blog__sidebar .widget-area .sidebar-main .widget ul a {
            color: #151515 !important;
            transition: 0.2s;
            text-decoration: none; }
            .archive-blog__sidebar .widget-area .sidebar-main .widget ul a:hover {
              color: var(--ast-global-color-0) !important; }
        .archive-blog__sidebar .widget-area .sidebar-main .widget img {
          width: 100%;
          border-radius: 16px; }
      .archive-blog__sidebar .widget-area .sidebar-main .search-form {
        position: relative; }
        .archive-blog__sidebar .widget-area .sidebar-main .search-form label {
          width: 100%;
          display: block; }
        .archive-blog__sidebar .widget-area .sidebar-main .search-form .search-field {
          padding-right: 40px; }
          .archive-blog__sidebar .widget-area .sidebar-main .search-form .search-field:focus {
            outline: none; }
        .archive-blog__sidebar .widget-area .sidebar-main .search-form input[type=search] {
          width: 100%;
          border-radius: 999px;
          border: 1px solid #b8b8b8;
          padding: 10px 16px;
          background: #fff;
          transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
          color: #1d1d1d;
          font-size: 16px; }
          .archive-blog__sidebar .widget-area .sidebar-main .search-form input[type=search]:focus {
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.101961); }
        .archive-blog__sidebar .widget-area .sidebar-main .search-form .search-submit {
          position: absolute;
          right: 12px !important;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          padding: 0;
          background: url("/wp-content/themes/forix-astra-child/assets/images/icon-search.svg") no-repeat center !important;
          border: none;
          font-size: 0 !important;
          cursor: pointer;
          box-shadow: none; }
          .archive-blog__sidebar .widget-area .sidebar-main .search-form .search-submit:hover {
            top: 50%;
            right: 12px !important;
            position: absolute; }
  .archive-blog__pagination {
    text-align: center; }
    .archive-blog__pagination .navigation.pagination {
      display: inline-block; }
    .archive-blog__pagination .page-numbers {
      border: 1px solid var(--e-global-color-forix_btn_secondary_bg);
      width: 46px;
      height: 46px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--e-global-color-forix_btn_secondary_bg);
      text-decoration: none;
      transition: 0.3s; }
      .archive-blog__pagination .page-numbers.current {
        background-color: var(--e-global-color-forix_btn_secondary_bg);
        color: var(--e-global-color-forix_btn_secondary_text); }
      .archive-blog__pagination .page-numbers:hover {
        background-color: var(--e-global-color-forix_btn_secondary_bg);
        color: var(--e-global-color-forix_btn_secondary_text); }

.archive-blog__sidebar .widget-area .widget ul li a {
  font-size: 18px; }

@media (max-width: 1470px) {
  .archive-blog__sidebar .widget-area .widget-title {
    font-size: 24px; }
  .archive-blog__sidebar .widget-area .widget ul li a {
    font-size: 16px; }
  .archive-hero .hero-banner__heading {
    font-size: 48px; } }

/* ======================
     POST CARD
     ====================== */
.post-card {
  overflow: hidden;
  padding-bottom: 32px;
  border-bottom: 1px solid #CFCFCF;
  margin: 0px; }
  .post-card__thumb {
    display: block; }
    .post-card__thumb img {
      display: block;
      width: 100%;
      height: 560px;
      object-fit: cover;
      border-radius: 16px; }
  .post-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 32px 0px 16px; }
  .post-card__categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
  .post-card__category {
    padding: 6px 18px;
    border-radius: 999px;
    color: #6B7672 !important;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #6B7672;
    transition: 0.3s; }
    .post-card__category:hover {
      background: #6B7672;
      color: #ffffff !important; }
  .post-card__date {
    color: #6B7672;
    font-size: 14px; }
  .post-card span.post-card__author:before {
    content: none; }
  .post-card__author {
    font-size: 14px;
    color: var(--ast-global-color-0); }
    .post-card__author span {
      color: var(--ast-global-color-0);
      font-weight: 600; }
  .post-card__date:first-of-type::before {
    content: "";
    margin: 0; }
  .post-card__title {
    line-height: 1.4;
    margin-bottom: 16px; }
    .post-card__title a {
      color: #151515 !important;
      text-decoration: none;
      line-height: 1.2; }
      .post-card__title a:hover {
        color: #151515 !important; }
  .post-card__excerpt {
    font-size: 16px;
    line-height: 1.7; }
    .post-card__excerpt p {
      margin-bottom: 32px; }
  .post-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .post-card__readmore {
    font-size: 16px;
    color: var(--ast-global-color-0) !important;
    text-decoration: none; }
  .post-card__share {
    display: flex;
    align-items: center;
    gap: 8px; }
  .post-card__share-label {
    font-size: 12px;
    color: #777; }
  .post-card__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-decoration: none;
    color: #555;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
    .post-card__icon:hover {
      background-color: #e0243a;
      border-color: #e0243a;
      color: #fff; }

.category .hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .category .hero-banner__content .hero-banner__heading {
    width: 55%; }

/* ======================
     RESPONSIVE
     ====================== */
@media (max-width: 1470px) {
  .post-card__excerpt p {
    font-size: 14px; } }

@media (max-width: 768px) {
  .archive-blog__sidebar .widget-area .sidebar-main {
    gap: 24px; }
  .archive-blog__sidebar .widget-area .sidebar-main .widget-title {
    font-size: 20px !important; }
  .archive-blog__inner {
    gap: 24px; }
  .archive-hero .hero-banner__heading {
    font-size: 34px; }
  .archive-blog {
    padding: 32px 0px; }
    .archive-blog .widget-area {
      gap: 24px; }
  .post-card__excerpt p {
    margin-bottom: 16px; }
  .post-card {
    padding-bottom: 16px; }
  .category .hero-banner__content .hero-banner__heading {
    width: 100%; }
  .archive-hero__background {
    height: 200px; }
  .archive-hero__title {
    font-size: 22px; }
  .archive-hero__description {
    font-size: 13px; }
  .archive-blog__inner {
    flex-direction: column; }
  .archive-blog__content, .archive-blog__sidebar {
    width: 100%; }
  .archive-blog__content {
    gap: 24px; }
  .post-card__thumb img {
    height: 220px; }
  .post-card .post-card__meta {
    padding: 16px 0px 10px; }
  .post-card .post-card__title {
    margin-bottom: 10px;
    line-height: 1; }
    .post-card .post-card__title a {
      font-size: 22px; } }

.single-post .post-card__content ul,
.single-post .post-card__content ol {
  margin-left: 0px;
  padding-left: 25px; }

.single-post .nav-links {
  gap: 30px; }

@media (max-width: 768px) {
  .single-post .nav-links {
    padding: 0px !important; } }

.single-post .nav-previous a,
.single-post .nav-next a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  color: var(--ast-global-color-3) !important;
  max-width: 100%;
  margin: 0px; }
  .single-post .nav-previous a .nav-subtitle,
  .single-post .nav-next a .nav-subtitle {
    color: #ffffff !important; }

.single-post .nav-previous {
  width: 50%;
  flex: auto; }
  .single-post .nav-previous:hover .nav-title {
    color: var(--e-global-color-forix_btn_secondary_bg_hover); }
  .single-post .nav-previous:hover .nav-subtitle {
    background-color: var(--e-global-color-forix_btn_secondary_bg_hover); }
  .single-post .nav-previous .nav-title {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    line-height: 1.4; }
  .single-post .nav-previous::after {
    content: none !important; }

.single-post .nav-next {
  width: 50%;
  flex: auto; }
  .single-post .nav-next:hover .nav-title {
    color: var(--e-global-color-forix_btn_secondary_bg_hover); }
  .single-post .nav-next:hover .nav-subtitle {
    background-color: var(--e-global-color-forix_btn_secondary_bg_hover); }
  .single-post .nav-next .nav-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    line-height: 1.4; }

.single-post .nav-subtitle {
  border-radius: 999px;
  background-color: var(--e-global-color-forix_btn_secondary_bg);
  font-size: 24px;
  padding: 11px 16.4px;
  line-height: 1;
  transition: 0.3s; }

.single-post .nav-next a {
  justify-content: end; }

.single-post .hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .single-post .hero-banner__content .hero-banner__heading {
    width: 55%; }

.single-post .post-navigation {
  border-top: 0px;
  padding: 0px; }

@media (max-width: 1470px) {
  .single-post .post-card__content p {
    font-size: 14px; }
  .single-post .nav-previous .nav-title {
    font-size: 16px; } }

@media (max-width: 768px) {
  .single-post .hero-banner__content .hero-banner__heading {
    width: 100%; }
  .single-post .nav-previous a,
  .single-post .nav-next a {
    gap: 6px; }
  .single-post .nav-previous .nav-title,
  .single-post .nav-next .nav-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.6em;
    font-size: 14px;
    flex: 1 1 auto;
    min-width: 0; }
  .single-post .nav-subtitle {
    font-size: 16px;
    padding: 10px 14px; }
  .single-post .post-card__content ul,
  .single-post .post-card__content ol {
    font-size: 13px; } }

.sidebar-faqs {
  position: sticky;
  top: 110px; }
  .sidebar-faqs .elementor-rael-nav-menu {
    padding: 0px !important;
    margin: 0px !important; }
  .sidebar-faqs li.menu-item.menu-item-type-custom {
    border-bottom: 1px solid #E1E5E4;
    padding-bottom: 16px; }
  .sidebar-faqs a.is-active {
    color: var(--ast-global-color-0) !important; }

@media (max-width: 1024px) {
  .sidebar-faqs {
    top: 100px; }
    .sidebar-faqs li.menu-item.menu-item-type-custom {
      padding-bottom: 0px; }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown {
    position: absolute;
    width: 100%;
    top: 37px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
  .sidebar-faqs .elementor-rael-menu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer; }
  .sidebar-faqs .elementor-rael-menu-toggle .eicon-menu-bar {
    display: none !important; }
  .sidebar-faqs .elementor-rael-menu-toggle::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform .2s ease; }
  .sidebar-faqs .elementor-rael-menu-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg); }
  .sidebar-faqs .elementor-rael-menu-toggle .sidebar-faqs__current {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
    font-weight: 400;
    font-size: 14px; }
  .sidebar-faqs .elementor-rael-menu-toggle .elementor-screen-only {
    display: none !important; }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown {
    margin-top: 0px;
    overflow: hidden;
    background: var(--ast-global-color-1); }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown ul {
    margin: 0;
    padding: 6px 0;
    list-style: none; }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown li + li {
    border-top: 1px solid #e6e6e6; }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown a.elementor-item {
    display: block;
    padding: 10px;
    color: #fff !important;
    text-decoration: none; }
  .sidebar-faqs .elementor-rael-nav-menu--dropdown a.elementor-item.is-active {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.06); } }

.faqs-cities .e-n-accordion-item-title-text {
  position: relative;
  padding-left: 21px; }

.faqs-cities .e-n-accordion-item-title-text::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--ast-global-color-0); }

@media (max-width: 768px) {
  .sidebar-faqs {
    top: 80px; } }

.sidebar-service {
  position: sticky;
  top: 110px; }
  .sidebar-service .elementor-rael-nav-menu {
    padding: 0px !important;
    margin: 0px !important; }
  .sidebar-service .menu-item-type-post_type {
    border-bottom: 1px solid #E1E5E4;
    padding-bottom: 16px; }
    .sidebar-service .menu-item-type-post_type a::after {
      content: "";
      width: 10px;
      height: 10px;
      border-right: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: rotate(-45deg);
      right: 0px;
      background-color: transparent !important;
      opacity: 1 !important; }

@media (max-width: 1024px) {
  .sidebar-service {
    top: 100px; }
    .sidebar-service li.menu-item.menu-item-type-post_type {
      padding-bottom: 0px; }
      .sidebar-service li.menu-item.menu-item-type-post_type a::after {
        content: none; }
      .sidebar-service li.menu-item.menu-item-type-post_type a {
        background-color: transparent; }
  .sidebar-service .elementor-rael-nav-menu--dropdown {
    position: absolute;
    width: 100%;
    top: 37px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
  .sidebar-service .elementor-rael-menu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer; }
  /* Ẩn icon burger gốc */
  .sidebar-service .elementor-rael-menu-toggle .eicon-menu-bar {
    display: none !important; }
  /* Thêm arrow down bằng pseudo-element */
  .sidebar-service .elementor-rael-menu-toggle::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: currentColor;
    /* mũi tên down (SVG mask) */
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform .2s ease; }
  /* Khi dropdown mở thì xoay arrow */
  .sidebar-service .elementor-rael-menu-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg); }
  /* Label text (tên option đang chọn) sẽ được JS inject */
  .sidebar-service .elementor-rael-menu-toggle .sidebar-service__current {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
    font-weight: 400;
    font-size: 14px; }
  /* Ẩn chữ “Menu” screen-only (nếu muốn) */
  .sidebar-service .elementor-rael-menu-toggle .elementor-screen-only {
    display: none !important; }
  /* Dropdown list trông giống select list */
  .sidebar-service .elementor-rael-nav-menu--dropdown {
    margin-top: 0px;
    overflow: hidden;
    background: var(--ast-global-color-1); }
  .sidebar-service .elementor-rael-nav-menu--dropdown ul {
    margin: 0;
    padding: 6px 0;
    list-style: none; }
  .sidebar-service .elementor-rael-nav-menu--dropdown li + li {
    border-top: 1px solid #e6e6e6; }
  .sidebar-service .elementor-rael-nav-menu--dropdown a.elementor-item {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none; }
  .sidebar-service .elementor-rael-nav-menu--dropdown a.elementor-item.is-active {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.06); }
  .sidebar-service__current::before {
    content: 'Our Service: ';
    color: #fff;
    font-weight: 600; } }

@media (max-width: 768px) {
  .sidebar-service {
    top: 80px; } }

.search-no-results section.ast-archive-description {
  display: none; }

section.no-results.not-found,
.error-404 {
  padding: 112px 0px;
  background: #F6F6F6;
  margin: 0px; }
  section.no-results.not-found .no-results-inner,
  .error-404 .no-results-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; }
  section.no-results.not-found .page-title,
  .error-404 .page-title {
    line-height: 1;
    margin: 0px; }
  section.no-results.not-found .widget.widget_search,
  .error-404 .widget.widget_search {
    width: 100%; }
  section.no-results.not-found button.search-submit.ast-search-submit,
  .error-404 button.search-submit.ast-search-submit {
    display: none; }
  section.no-results.not-found .page-content,
  .error-404 .page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0px; }
    section.no-results.not-found .page-content p,
    .error-404 .page-content p {
      margin: 0px; }
    section.no-results.not-found .page-content form.search-form,
    .error-404 .page-content form.search-form {
      width: 100%;
      display: flex;
      gap: 8px;
      max-width: 100%; }
      section.no-results.not-found .page-content form.search-form label,
      .error-404 .page-content form.search-form label {
        width: inherit; }
      section.no-results.not-found .page-content form.search-form input.search-submit,
      .error-404 .page-content form.search-form input.search-submit {
        border-radius: 50px;
        font-size: 16px;
        padding: 0px 18px;
        background: var(--e-global-color-forix_btn_secondary_bg);
        transition: 0.3s;
        color: var(--e-global-color-forix_btn_secondary_text);
        cursor: pointer;
        position: relative;
        max-width: fit-content; }
        section.no-results.not-found .page-content form.search-form input.search-submit:hover,
        .error-404 .page-content form.search-form input.search-submit:hover {
          background: var(--e-global-color-forix_btn_secondary_bg_hover);
          color: var(--e-global-color-forix_btn_secondary_text_hover); }

.error-404 .page-header {
  margin: 0px; }

@media (max-width: 768px) {
  section.no-results.not-found,
  .error-404 {
    padding: 62px 16px; } }

.content-cities ul li {
  margin-bottom: 10px; }
  .content-cities ul li a {
    text-decoration: none !important; }
