.sidebar-department-introduction {
  background-color: #f8f4ed;
  padding: 0;
  border: 1px solid #c11b2f;
}
.sidebar-department-introduction .sidebar-header {
  background-color: #c11b2f;
  color: #ffffff;
  text-align: center;
  padding: 30px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sidebar-department-introduction .sidebar-header {
    font-size: 24px;
    padding: 12px;
  }
}
.sidebar-department-introduction .sidebar-menu {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar-department-introduction .sidebar-menu {
    padding: 12px;
  }
}
.sidebar-department-introduction .sidebar-menu .menu-item {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 15px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar-department-introduction .sidebar-menu .menu-item:last-child {
  margin-bottom: 0;
}
.sidebar-department-introduction .sidebar-menu .menu-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .sidebar-department-introduction .sidebar-menu .menu-item {
    padding: 12px;
  }
}
.sidebar-department-introduction .sidebar-menu .menu-item .menu-icon {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.sidebar-department-introduction .sidebar-menu .menu-item .menu-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  flex: 1;
  text-align: center;
  padding-right: 44px;
}
@media screen and (max-width: 768px) {
  .sidebar-department-introduction .sidebar-menu .menu-item .menu-text {
    font-size: 18px;
  }
}
.sidebar-department-introduction .sidebar-menu .menu-item.menu-item-1 {
  background: url("../images/bg/department-1.png") center center/cover no-repeat;
}
.sidebar-department-introduction .sidebar-menu .menu-item.menu-item-2 {
  background: url("../images/bg/department-2.png") center center/cover no-repeat;
}
.sidebar-department-introduction .sidebar-menu .menu-item.menu-item-3 {
  background: url("../images/bg/department-3.png") center center/cover no-repeat;
}
.sidebar-department-introduction .sidebar-menu .menu-item.menu-item-4 {
  background: url("../images/bg/department-4.png") center center/cover no-repeat;
}
.sidebar-department-introduction .sidebar-menu .menu-item.menu-item-5 {
  background: url("../images/bg/department-5.png") center center/cover no-repeat;
}

.icon-leader {
  background: url("../images/icon/department-leader.png") center center/contain no-repeat;
}

.icon-history {
  background: url("../images/icon/department-history.png") center center/contain no-repeat;
}

.icon-organization {
  background: url("../images/icon/department.png") center center/contain no-repeat;
}

.icon-function {
  background: url("../images/icon/department-tie.png") center center/contain no-repeat;
}

.icon-minister {
  background: url("../images/icon/department-mailbox.png") center center/contain no-repeat;
}