#top-bar {
  padding-top: 5px;
}
#main-menu .hotline-btn,
#wrapper .hotline-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  padding: 4px 10px 4px 4px;
  height: 32px;
  text-decoration: none;
  margin: 8px 0;
}
#main-menu .hotline-icon,
#wrapper .hotline-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #47940B;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#main-menu .hotline-icon svg,
#wrapper .hotline-icon svg {
  display: block;
}
#main-menu .hotline-text,
#wrapper .hotline-text {
  color: #47940B;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #masthead #logo img {
    margin: 0 !important;
  }
  #main-menu .hotline-btn,
  #wrapper .hotline-btn {
    background: transparent;
    margin: 0;
  }
  #main-menu .menu-item a {
    color: #000;
  }
}