/* Top bar — satvlosaigon-like: right side, large type, navy pills */
#top-bar.header-top,
.header-top#top-bar {
  background: #ec5e00 !important;
  min-height: 42px;
  height: auto !important;
}
#top-bar .flex-row.container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100%;
}
#top-bar .flex-left {
  margin-left: auto !important;
  margin-right: 0 !important;
  flex: 0 0 auto !important;
  max-width: 100%;
  float: none !important;
  width: auto !important;
}
#top-bar .flex-center,
#top-bar .flex-right {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  flex: 0 0 0 !important;
}
#top-bar .html_topbar_left,
#top-bar .html.custom.html_topbar_left {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0 !important;
  font-size: 15px !important;
}
#top-bar .ks-top-pill {
  display: inline-flex;
  align-items: center;
  background: #1e3a78;
  padding: 0;
  line-height: 1;
}
#top-bar .ks-top-pill a,
#top-bar .html_topbar_left > a,
#top-bar.header-top a {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 8px 14px !important;
  line-height: 1.2 !important;
}
#top-bar .ks-top-pill i,
#top-bar .html_topbar_left i {
  font-size: 16px !important;
  color: #fff !important;
  margin: 0 !important;
}
#top-bar .nav-small > li > a,
#top-bar .nav-small {
  font-size: 15px !important;
}

@media (max-width: 849px) {
  #top-bar .html_topbar_left {
    justify-content: center;
  }
  #top-bar .ks-top-pill a,
  #top-bar.header-top a {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }
}
