/* ===================================== */
/* FORCE NAVBAR WPBAKERY ALIGN FIX       */
/* ===================================== */

.vc_row.navbar-custom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 50px !important;
  min-height: 80px !important;
  background: #fff !important;
}

/* Kolom logo kiri */
.vc_row.navbar-custom .vc_column_container:first-child {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Logo */
.vc_row.navbar-custom img {
  max-height: 60px !important;
}

/* Kolom menu kanan */
.vc_row.navbar-custom .vc_column_container:last-child {
  flex: 1 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

/* Menu rapat */
.vc_row.navbar-custom ul.menu-custom {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Link menu */
.vc_row.navbar-custom ul.menu-custom li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #111 !important;
  text-decoration: none !important;
}

/* Hover */
.vc_row.navbar-custom ul.menu-custom li a:hover {
  color: #1e73be !important;
}

.navbar-custom {
  border: 5px solid red !important;
}