.wider_nav-scnt {
  background: rgba(255, 255, 255, 0.85) !important;
}
.about-hero-section {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 960px;
  z-index: 0;
}
.about-hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero-section .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 36, 84, 0) 0%, rgba(0, 36, 84, 0.4) 60%, rgba(0, 36, 84, 0.95) 100%);
}
.about-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
}
.about-hero-section .hero-content .hero-title {
  font-size: 38px;
  font-weight: 700;
  color: #F8FAFF;
  margin: 0 0 30px;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.about-hero-section .hero-content .hero-subtitle {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 124px;
}
.about-hero-section .hero-content .sub-nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 999;
}
.about-hero-section .hero-content .sub-nav-wrapper .sub-nav {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  width: 564px;
  height: 42px;
}
.about-hero-section .hero-content .sub-nav-wrapper .sub-nav .nav-item {
  width: 112px;
  height: 38px;
  border-radius: 19px;
  display: block;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  color: #333;
  transition: all 0.3s ease;
  margin: 0 2px;
}
.about-hero-section .hero-content .sub-nav-wrapper .sub-nav .nav-item:after {
  background-color: transparent;
}
.about-hero-section .hero-content .sub-nav-wrapper .sub-nav .nav-item.active {
  background-color: #002454;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 36, 84, 0.3);
}
.about-hero-section .hero-content .sub-nav-wrapper .sub-nav .nav-item:not(.active):hover {
  background-color: #002454;
  color: #fff;
}
.is-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 !important;
  animation: slideDown 0.3s ease-out;
  border-radius: 0;
}
.is-fixed .sub-nav {
  box-shadow: none;
  background: transparent;
  background-color: #002454 !important;
}
.is-fixed .nav-item {
  color: #ffffff !important;
}
.is-fixed .nav-item:not(.active):hover {
  background-color: #ffffff !important;
  color: #002454 !important;
}
.is-fixed .active {
  background-color: #ffffff !important;
  color: #002454 !important;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-placeholder {
  width: 100%;
  display: none;
}
.company-intro-section {
  width: 100%;
  background-color: #fff;
  padding: 142px 0 145px;
}
.company-intro-section .intro-container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.company-intro-section .intro-container .intro-header {
  margin-bottom: 119px;
}
.company-intro-section .intro-container .intro-header .main-title {
  font-size: 36px;
  font-weight: 800;
  color: #002454;
  margin: 0 0 15px;
}
.company-intro-section .intro-container .intro-header .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #002454;
  margin-top: 30px;
  margin-bottom: 50px;
}
.company-intro-section .intro-container .intro-header .intro-desc {
  font-size: 16px;
  font-weight: 400;
  color: #00101f;
  line-height: 28px;
}
.company-intro-section .intro-container .intro-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 20px 0;
}
.company-intro-section .intro-container .intro-stats .stat-box {
  text-align: left;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-top {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  color: #002454;
  line-height: 1;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-top .num {
  font-size: 44px;
  font-weight: 700;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-top .symbol {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: -15px;
  margin: 0 2px;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-top .unit {
  font-size: 14px;
  color: #676B77;
  margin-left: 5px;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-top .unit.large {
  font-size: 24px;
  color: #002454;
  font-weight: 600;
}
.company-intro-section .intro-container .intro-stats .stat-box .stat-label {
  font-size: 16px;
  color: #666;
  padding-left: 2px;
  text-align: center;
}
.company-intro-section .intro-container .video-cover-wrapper {
  position: relative;
  width: 100%;
  height: 470px;
  margin-bottom: 80px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.company-intro-section .intro-container .video-cover-wrapper .cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.company-intro-section .intro-container .video-cover-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.company-intro-section .intro-container .video-cover-wrapper .play-btn svg {
  width: 36px;
  height: 36px;
  color: #FEA01A;
}
.company-intro-section .intro-container .video-cover-wrapper .play-btn::before,
.company-intro-section .intro-container .video-cover-wrapper .play-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -1;
  box-sizing: border-box;
}
.company-intro-section .intro-container .video-cover-wrapper .play-btn::before {
  animation: ripple-dashed 2s linear infinite;
}
.company-intro-section .intro-container .video-cover-wrapper .play-btn::after {
  animation: ripple-dashed 2s linear infinite;
  animation-delay: 1.25s;
}
.company-intro-section .intro-container .video-cover-wrapper:hover .cover-img {
  transform: scale(1.05);
}
.company-intro-section .intro-container .video-cover-wrapper:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #002454;
}
.company-intro-section .intro-container .video-cover-wrapper:hover .play-btn svg {
  color: #fff;
}
.company-intro-section .intro-container .intro-details p {
  font-size: 16px;
  font-weight: 400;
  color: #00101f;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 30px;
}
.company-intro-section .intro-container .intro-details p:last-child {
  margin-bottom: 0;
}
@keyframes ripple-dashed {
  0% {
    transform: scale(1);
    opacity: 0.8;
    border-width: 2px;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
    border-width: 0px;
  }
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.video-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-modal .modal-content {
  position: relative;
  width: 80%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-modal .modal-content video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}
.video-modal .modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s;
}
.video-modal .modal-content .close-btn:hover {
  transform: rotate(90deg);
  color: #ffbd29;
}
.culture-banner {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-image: url('../image/bander/about1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.culture-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.culture-banner .banner-content {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  max-width: 1000px;
}
.culture-banner .banner-content .culture-title {
  font-size: 52px;
  color: #ffffff;
  letter-spacing: 8px;
  margin: 0 0 40px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.culture-banner .banner-content .culture-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.history-section {
  position: relative;
  width: 100%;
  background-color: #f8fbff;
  padding: 95px 0 178px;
  overflow: hidden;
  background: url('../image/bander/posbog.png') no-repeat center center;
  background-size: cover;
}
.history-section .history-bg-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.history-section .history-container {
  position: relative;
  z-index: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.history-section .history-container .history-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.history-section .history-container .history-header .header-left .sub-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.history-section .history-container .history-header .header-left .sub-wrapper .line {
  width: 34px;
  height: 2px;
  background-color: #002454;
  margin-right: 10px;
}
.history-section .history-container .history-header .header-left .sub-wrapper .sub-text {
  font-size: 18px;
  color: #B6B8BD;
}
.history-section .history-container .history-header .header-left .main-title {
  font-size: 38px;
  font-weight: 700;
  color: #23262C;
  margin: 0;
}
.history-section .history-container .history-header .header-right {
  display: flex;
  gap: 15px;
}
.history-section .history-container .history-header .header-right .nav-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background-color: #002454;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.history-section .history-container .history-header .header-right .nav-arrow svg {
  width: 20px;
  height: 20px;
}
.history-section .history-container .history-header .header-right .nav-arrow:hover:not(:disabled) {
  background-color: #002454;
}
.history-section .history-container .history-header .header-right .nav-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.history-section .history-container .history-header .header-right .nav-arrow.next-btn {
  background-color: #002454;
}
.history-section .history-container .history-header .header-right .nav-arrow.next-btn:hover {
  background-color: #003a87;
}
.history-section .history-container .history-content-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 80px;
  perspective: 1000px;
}
.history-section .history-container .history-content-wrapper .history-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out;
}
.history-section .history-container .history-content-wrapper .history-slide .slide-img {
  width: 460px;
  height: 280px;
  margin-right: 93px;
  transform: translateZ(-100px) scale(0.8);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.history-section .history-container .history-content-wrapper .history-slide .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-section .history-container .history-content-wrapper .history-slide .slide-info {
  max-width: 600px;
  transform: translateX(50px);
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s ease;
  transition-delay: 0.1s;
}
.history-section .history-container .history-content-wrapper .history-slide .slide-info .slide-title {
  font-size: 26px;
  color: #002454;
  font-weight: 700;
  margin-bottom: 35px;
}
.history-section .history-container .history-content-wrapper .history-slide .slide-info .slide-desc {
  font-size: 18px;
  color: #676b77;
  line-height: 30px;
}
.history-section .history-container .history-content-wrapper .history-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.history-section .history-container .history-content-wrapper .history-slide.active .slide-img {
  transform: translateZ(0) scale(1);
  opacity: 1;
}
.history-section .history-container .history-content-wrapper .history-slide.active .slide-info {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.history-section .history-container .timeline-container {
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.history-section .history-container .timeline-container .timeline-track {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 0;
}
.history-section .history-container .timeline-container .timeline-track .track-fill {
  height: 100%;
  background-color: #002454;
  border-radius: 5px;
  transition: width 0.5s ease;
}
.history-section .history-container .timeline-container .timeline-points {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.history-section .history-container .timeline-container .timeline-points .point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.history-section .history-container .timeline-container .timeline-points .point-item .icon-box {
  width: 30px;
  height: 30px;
  background: #D7D7D7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.history-section .history-container .timeline-container .timeline-points .point-item .icon-box img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
}
.history-section .history-container .timeline-container .timeline-points .point-item .year {
  margin-top: 40px;
  font-size: 20px;
  color: #676B77;
  transition: all 0.3s;
}
.history-section .history-container .timeline-container .timeline-points .point-item.active .icon-box {
  color: #fff;
  background-color: #ffbd29;
  transform: scale(1.15);
}
.history-section .history-container .timeline-container .timeline-points .point-item.active .year {
  color: #002454;
  font-weight: 700;
}
.history-section .history-container .timeline-container .timeline-points .point-item.passed .icon-box {
  color: #fff;
}
.history-section .history-container .timeline-container .timeline-points .point-item:hover .icon-box {
  transform: scale(1.1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-section {
  width: 100%;
  background-color: #fff;
  padding: 126px 0 154px;
}
.team-section .team-container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.team-section .team-container .sec-header {
  margin-bottom: 60px;
}
.team-section .team-container .sec-header .sec-subtitle {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.team-section .team-container .sec-header .sec-subtitle::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #002454;
  margin-right: 8px;
}
.team-section .team-container .sec-header .sec-title {
  font-size: 38px;
  color: #23262C;
  font-weight: 700;
  margin: 0;
}
.team-section .team-container .team-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  perspective: 1000px;
  overflow: hidden;
}
.team-section .team-container .team-carousel-wrapper .static-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 386px;
  height: 386px;
  border: 1px dashed #002454;
  border-radius: 50%;
  z-index: 1;
  animation: rotateRing 30s linear infinite;
  opacity: 0.8;
}
.team-section .team-container .team-carousel-wrapper .team-member {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.team-section .team-container .team-carousel-wrapper .team-member .avatar {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.team-section .team-container .team-carousel-wrapper .team-member .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-center {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 20;
  opacity: 1;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-center .avatar img {
  filter: grayscale(0);
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-prev {
  left: 28%;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-next {
  left: 72%;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-prev-2 {
  left: 16%;
  z-index: 5;
  opacity: 0.9;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-next-2 {
  left: 83%;
  z-index: 5;
  opacity: 0.9;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-prev-3 {
  left: 5%;
  z-index: 2;
  opacity: 0.7;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-next-3 {
  left: 94%;
  z-index: 2;
  opacity: 0.7;
  pointer-events: auto;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-hidden-left {
  left: -10%;
  opacity: 0;
}
.team-section .team-container .team-carousel-wrapper .team-member.pos-hidden-right {
  left: 110%;
  opacity: 0;
}
.team-section .team-container .team-carousel-wrapper .team-member:not(.pos-center):hover {
  z-index: 15;
}
.team-section .team-container .team-carousel-wrapper .team-member:not(.pos-center):hover .avatar {
  filter: grayscale(0);
}
@keyframes rotateRing {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.team-section .team-container .team-info-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.team-section .team-container .team-info-control .nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.team-section .team-container .team-info-control .nav-btn svg {
  width: 20px;
  height: 20px;
}
.team-section .team-container .team-info-control .nav-btn.prev-team {
  background-color: #e6e6e6;
  color: #fff;
}
.team-section .team-container .team-info-control .nav-btn.prev-team:hover {
  background-color: #002454;
}
.team-section .team-container .team-info-control .nav-btn.next-team {
  background-color: #002454;
  color: #fff;
}
.team-section .team-container .team-info-control .nav-btn.next-team:hover {
  background-color: #003a87;
}
.team-section .team-container .team-info-control .info-text {
  text-align: center;
  margin: 0 50px;
  min-width: 300px;
}
.team-section .team-container .team-info-control .info-text .member-name {
  font-size: 28px;
  font-weight: 700;
  color: #050505;
  margin: 0 0 10px;
}
.team-section .team-container .team-info-control .info-text .member-role {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin: 0;
}
@keyframes rotateRing {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.honor-section {
  position: relative;
  width: 100%;
  background: url('../image/bander/ibg.png') no-repeat center center;
  padding: 93px 0 100px;
  background-size: 100% 100%;
  overflow: hidden;
  object-fit: cover;
  padding-bottom: 100px;
}
.honor-section .bg-trophy {
  position: absolute;
  top: 100px;
  right: 0;
  width: 400px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.honor-section .bg-trophy img {
  width: 100%;
  display: block;
}
.honor-section .honor-container {
  position: relative;
  z-index: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.honor-section .honor-container .sec-header {
  margin-bottom: 150px;
}
.honor-section .honor-container .sec-header .sec-subtitle {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
}
.honor-section .honor-container .sec-header .sec-subtitle::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #002454;
  margin-right: 8px;
}
.honor-section .honor-container .sec-header .sec-title {
  font-size: 38px;
  color: #23262C;
  font-weight: 700;
  margin: 0;
}
.honor-section .honor-container .showcase-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.honor-section .honor-container .showcase-wrapper .showcase-viewport {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 5px;
}
.honor-section .honor-container .showcase-wrapper .certificate-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 0;
}
.honor-section .honor-container .showcase-wrapper .cert-item {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.honor-section .honor-container .showcase-wrapper .cert-item .frame {
  width: 100%;
  max-width: 1280px;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s;
}
.honor-section .honor-container .showcase-wrapper .cert-item .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.honor-section .honor-container .showcase-wrapper .cert-item:hover .frame {
  transform: translateY(-5px);
}
.honor-section .honor-container .showcase-wrapper .shelf-base {
  position: absolute;
  bottom: -20px;
  left: -50%;
  width: 200%;
  height: 40px;
  background: linear-gradient(to bottom, #f0f0f0 0%, #fff 40%, #e0e0e0 100%);
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 36, 84, 0.1);
}
.honor-section .honor-container .showcase-wrapper .shelf-base::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.honor-section .honor-container .honor-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.honor-section .honor-container .honor-controls .ctrl-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.honor-section .honor-container .honor-controls .ctrl-btn svg {
  width: 20px;
  height: 20px;
}
.honor-section .honor-container .honor-controls .ctrl-btn.prev-honor {
  background-color: #e6e6e6;
  color: #fff;
}
.honor-section .honor-container .honor-controls .ctrl-btn.prev-honor:hover {
  background-color: #002454;
}
.honor-section .honor-container .honor-controls .ctrl-btn.next-honor {
  background-color: #002454;
  color: #fff;
}
.honor-section .honor-container .honor-controls .ctrl-btn.next-honor:hover {
  background-color: #003a87;
}
.honor-section .honor-container .honor-controls .ctrl-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
