.honor-section {
  position: relative;
}

.honor-swiper {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.honor-swiper .swiper-wrapper {
  align-items: center;
}

.honor-swiper .swiper-slide {
  width: 220px;
}

.honor-swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.honor-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

.honor-swiper .swiper-slide-active {
  transform: scale(1.08);
  opacity: 1;
  z-index: 2;
}

.honor-swiper .button-prev,
.honor-swiper .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  z-index: 10;
}

.honor-swiper .button-prev {
  left: 10px;
  background-image: url('../img/button-prev.png');
}

.honor-swiper .button-next {
  right: 10px;
  background-image: url('../img/button-next.png');
}

.honor-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.company-section.section,
.honor-section.section {
  min-height: 520px;
}

.culture-section.section {
  min-height: 860px;
}

@media (max-width: 768px) {
  .honor-swiper .swiper-slide {
    width: 70%;
  }
}

.culture-item {
  padding: 30px 40px;
}

.culture-list {
  margin-top: 24px;
}

.culture-item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.culture-item::before {
  display: none;
}

.culture-item:hover {
  transform: none;
  box-shadow: none;
}

.culture-title {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
}

.culture-desc {
  color: #9aa0a6;
  line-height: 1.9;
  text-align: justify;
}

.company-section {}

.company-card {
  max-width: 960px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
}

.company-desc {
  font-size: 19px;
  line-height: 1.9;
  color: #444;
  text-align: justify;
  text-indent: 2em;
}

.company-img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.culture-item::before {
  background: #e5e7eb;
}

.culture-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.culture-desc {
  color: #9aa0a6;
  line-height: 1.9;
  text-align: justify;
}

.culture-list .col-md-4:nth-child(1) .culture-title { color: #EB5757; }
.culture-list .col-md-4:nth-child(2) .culture-title { color: #2F80ED; }
.culture-list .col-md-4:nth-child(3) .culture-title { color: #27AE60; }

.culture-list .col-md-4:nth-child(1) .culture-item::before { background: #EB5757; }
.culture-list .col-md-4:nth-child(2) .culture-item::before { background: #2F80ED; }
.culture-list .col-md-4:nth-child(3) .culture-item::before { background: #27AE60; }

.culture-media {
  display: flex;
  align-items: stretch;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.culture-media.reverse { flex-direction: row-reverse; }

.culture-image {
  width: 50%;
  object-fit: cover;
  height: 100%;
}

.culture-content {
  background: #fff;
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (max-width: 768px) {
  .culture-media,
  .culture-media.reverse { flex-direction: column; }
  .culture-media { height: auto; }
  .culture-image { width: 100%; height: 180px; }
}

.culture-section.ptb80 {
  padding-top: 110px;
  padding-bottom: 110px;
}
