/* 2. top-header */
  .top-header {
  background: #004d40;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
}
.top-header .umaibi-head {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top-left span {
  font-weight: 500;
}
.top-right a {
  color: #fff;
  text-decoration: none;
  margin-left: 12px;
  transition: color 0.3s;
}
.top-right a:hover {
  color: #80cbc4;
}
.top-right i {
  font-size: 0.95rem;
  vertical-align: middle;
}