/* RESET */
...

/* LAYOUT */
...

/* COMPONENT */
...

/* RESPONSIVE */
...
/* === IVN FOUNDATION CLEANUP V1 === */

/* Giảm rối tổng thể */
body {
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header gọn hơn */
#header,
.header,
.top,
.top_bar,
.topbar {
  max-width: 100%;
}

/* Giảm khoảng trống quá lớn dưới header */
#slider,
.slider,
.slideshow,
.banner {
  margin-top: 0;
}

/* Khống chế slider trang chủ */
#slider img,
.slider img,
.slideshow img,
.banner img {
  max-height: 520px;
  object-fit: cover;
}

/* Mobile/tablet: slider thấp hơn */
@media (max-width: 768px) {
  #slider img,
  .slider img,
  .slideshow img,
  .banner img {
    max-height: 260px;
  }
}

/* Làm card danh sách gọn hơn */
.news-item,
.item-news,
.box-news,
.project-item,
.item-project,
.product-item {
  box-sizing: border-box;
}

/* Nút nổi: giảm chiếm màn hình */
.hotline-phone-ring-wrap,
.float-contact,
.social-fixed,
.left-contact,
.support-online {
  z-index: 50;
}

@media (max-width: 768px) {
  .hotline-phone-ring-wrap,
  .float-contact,
  .social-fixed,
  .left-contact,
  .support-online {
    transform: scale(0.86);
    transform-origin: left bottom;
  }
}

/* reCAPTCHA không che nội dung quá nhiều */
.grecaptcha-badge {
  visibility: hidden;
}