.samec-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px; /* Khoảng cách giữa email và SĐT */
  font-size: 14px;
  font-weight: bold;
}

/* Định dạng chung cho các block con */
.samec-topbar .topbar-item {
  display: flex;
  align-items: center;
  color: #ffffff;
}

/* Định dạng thẻ liên kết a */
.samec-topbar a {
  color: #ffffff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.samec-topbar a:hover {
  opacity: 0.85;
}

/* Định dạng vòng tròn chứa icon */
.samec-topbar .icon-circle {
  background-color: rgba(255, 255, 255, 0.25); /* Vòng tròn nhạt hơn nền */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  flex-shrink: 0;
}

/* Định dạng kích thước và màu icon Font Awesome */
.samec-topbar .icon-circle i {
  font-size: 13px; /* Kích thước icon */
  color: #ffffff;  /* Màu trắng */
}

/* Phần chữ số điện thoại không có link bao ngoài toàn bộ */
.samec-topbar .text-phone {
  color: #ffffff;
}

/* Responsive cho thiết bị di động */
@media (max-width: 768px) {
  .samec-topbar {
    flex-direction: column; /* Chuyển thành hàng dọc trên điện thoại */
    gap: 8px;
    padding: 8px 10px;
    font-size: 13px;
  }
}

#top-bar {
	background: var(--fs-color-secondary);
	height: 42px;
}

.nav-pills>li.active>a  {
	padding: 10px 20px;
	background: var(--fs-color-secondary) !important;
	box-shadow: 0 4px 8px rgba(242, 101, 34, 0.4);
}

.header-main .nav > li > a {
	font-size: 1rem;
	color: #fff;
}

.nav>li>a:hover {
	color: #fff !important
}
.header-nav.header-nav-main.nav.nav-left  {
	justify-content: space-between;
}

#masthead {
	background: linear-gradient(90deg, #124ca2 0%, #2488ff 100%)
}