/* === BANNER HEADER FULL WIDTH & LEBIH BESAR === */

/* Hilangkan batas kolom bootstrap */
#headerNavigationContainer .container-fluid:nth-of-type(2) .col-md-4,
#headerNavigationContainer .container-fluid:nth-of-type(2) .col-lg-4,
#headerNavigationContainer .container-fluid:nth-of-type(2) .col-xs-8 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Banner jadi full dan lebih tinggi */
#headerNavigationContainer .container-fluid:nth-of-type(2) img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 260px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Hilangkan padding container */
#headerNavigationContainer .container-fluid:nth-of-type(2) {
  padding: 0 !important;
}


