body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url("./Img/4\ thk\ he.jpg") no-repeat center center fixed;
  background-size: cover;
}

.main {
  margin-left: 220px;
  padding: 40px;
  color: rgb(255, 106, 0);
  font-size: 20px;
  font-family:'Times New Roman', Times, serif;
}

.section {
  margin-bottom: 80px;
}

.section h1,
.section h2 {
  text-align: center;
}

.swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
}

.swiper-slide {
  background: #fff3d4;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.swiper-slide:hover {
  transform: scale(1.05);
}

.swiper-slide img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
  border: 3px solid #ddd;
}

.member-detail {
  background: #fff8e1dd;
  padding: 40px 20px;
  border-radius: 16px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.member-detail img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #aaa;
  margin-bottom: 10px;
}

.member-detail h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.member-detail p {
  margin: 5px 0;
}

/* Nút bấm điều hướng */
.swiper-button-next,
.swiper-button-prev {
  color: #5a7f7d;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #5a7f7d;
  color: white;
}
