/* Header */
.header-container {
  background: #fff;
  color: #004698;
  z-index: 10;
  top: 0;
  border-bottom: 1px lightgray solid;
}
.nav-link:hover {
  opacity: 0.8;
  color: #004698;
}
.nav-link {
  color: #004698;
  font-weight: 600;
  padding: 0.25rem 1rem !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ff5722 !important;
}

.text-r-l {
  text-align: left;
}
.menu_outline {
  display: flex;
}
.menu-item {
  padding: 1rem;
  font-weight: 600;
}
.menu-item:hover {
  color: var(--secondary-color);
}
.menu_box {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.menu_box button {
  border: none;
  background: none;
  cursor: pointer;
}

.menu_in {
  color: #004698;
  font-size: 16px;
  margin-left: 5px;
}

/* Search box */
.search_box {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.form_outline {
  display: flex;
  align-items: center;
}

/* User box */
.user_box {
  display: flex;
  justify-content: flex-end;
}

.user_outline {
  display: flex;
  align-items: center;
}

.user_in {
  margin-left: 10px;
}

.user_icon,
.user_bell,
.user_message {
  background: none;
  border: none;
  cursor: pointer;
}

.footer {
  background: #f1f1f1;
  padding: 10px;
  display: none;
}

.footer_box {
  display: flex;
  justify-content: center;
}

/* User content */
.funtion_user_full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.funtion_user_box {
  position: fixed;
  top: 8%;
  right: 1%;
  width: 20%;
  min-width: 350px;
  height: 60%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.funtion_user_content {
  position: relative;
  height: 100%;
}

.funtion_user_in {
  padding: 20px;
}

.shadow_1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.thong_tin_ca_nhan {
  margin-bottom: 10px;
}

.btn_logout {
  background: #ff5722;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.btn_logout:hover {
  background: #e64a19;
}
.btn-zalo {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 50;
}
.btn-zalo img {
  border-radius: 15px;
  width: 60px;
}
@media (min-width: 992px) {
  .text-r-l {
    text-align: right;
  }
}
@media (max-width: 576px) {
  .btn-zalo img {
    border-radius: 15px;
    width: 50px;
  }
}
