.main-header .main-menu-content .menu--mobile>li>a {
    font-size: 18px;
}
.main-header .main-menu-content .sub-menu>li>a {
    color: #000 !important;
    display: inline-block;
    font-size: 17px;
    font-weight: 900 !important;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all .8s cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.topmenu.bg-light .navbar-toggler
 {
    color: #71ae55 !important;
     font-size: 28px;
}
.main-header .main-menu-content .menu>li.current-menu-item>a {
    color: #212529 !important;
    font-weight: 600 !important;
}
.faq-item .faq-answer .faq-answer-content {
        font-size: 20px;
}
.faq-item .faq-question-wrapper .faq-question .faq-question-text {
        font-size: 21px;
        color: #2C2C2C;
        font-weight: 600;
        margin-right: 15px;
    }
.bgheadproject h1 {
    padding-top: 20px !important;
    font-size: 33px !important;
    font-weight: 900 !important;
}
.projecthome p.threemt span .vti {
    margin-left: 5px;
    margin-top: 1px;
    font-size: 15px;
    font-weight: 900;
}
.status-label {
    background-color: var(--primary-color) !important;
    color: #fff;
    font-size: 1rem;
    padding: 1px 5px;
}
div.item .status-label.label-success {
    background-color: #615f5f !important;
    color: #fff !important;
     font-size: 14px;
}

.projecthome .item .description p {
    color: #db1d23;  
    margin: 14px 0 0;
    font-weight: 600;
    padding: 0;
}
.item-price-wrap li {
    background-color: rgba(226, 62, 29, .8);
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-price-wrap li.h-type{
    background-color: #615f5f;
    font-weight: 400;
    margin-right: 27px;
    border-radius: 3px;
}
.search-box {
    margin-bottom: 30px;
    margin-top: -60px;
}
.padtop50 {
    padding-top: 2px;
}
.breadcrumb li::after {
  content: "/";
  color: #6c757d;
}
.breadcrumb>.breadcrumb-item {
    color: #212529;
    display: inline-block;
    font-size: 0px;
    font-weight: 000;
}
.breadcrumb>.breadcrumb-item a, .breadcrumb>.breadcrumb-item:active {
    color: #6c757d;
}
.bgheadproject h1 {
    padding-top: 20px;
    font-size: 31px;
    font-weight: 900;
    text-align: left !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    text-transform: none !important;
    color: #000 !important; /* hoặc color: black; */
    display: inline-block;
}
.breadcrumb {
    text-align: left !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    text-transform: none !important;
}
.projecthome .item .description p {
    margin: 14px 0 0;
    padding: 0;
}
.box_shadow {
    background: #fff;
    margin: 20px 0;
    padding: 35px 0;
}
body {
    font-family: var(--primary-font), sans-serif !important;
    font-size: 18px;
}
.main-header .navbar-light .navbar-brand {
    padding: 1.1rem 0;
}
.status-label.label-success {
    background-color: #db1d23 !important;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 0;
  background-color: #f9f9f9; /* bạn có thể bỏ nếu không muốn nền */
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  overflow: hidden;
}

.footer-social a:hover {
  transform: scale(1.1);
}

.footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.intro-section {
  padding: 60px 20px;
  background: #fff;
}

.vinhomes-tabs {
  display: flex;
  gap: 0px;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: -40px;
  padding-bottom: 32px;
  scrollbar-width: none; /* Ẩn thanh cuộn Firefox */
  -ms-overflow-style: none; /* Ẩn thanh cuộn IE/Edge */
}

.landmark-section {
  background-color: #2b2b2b; /* Nền đen */
  color: white;
  padding: 40px 80px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.landmark-container {
  max-width: 800px;
}

.landmark-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.landmark-line {
  width: 60px;
  height: 2px;
  background-color: #bcbcbc;
  margin: 20px 0;
}

.landmark-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}

.landmark-button {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
}

.landmark-button:hover {
  background-color: white;
  color: #2b2b2b;
}

/* Responsive cho điện thoại */
@media (max-width: 768px) {
  .landmark-section {
    padding: 10px 17px 50px;
  }

  .landmark-title {
    font-size: 24px;
    line-height: 1.4; /* 👈 Khoảng cách giữa các dòng trong tiêu đề */
  }

  .landmark-text {
    font-size: 17px;
  }
}