.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-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
}
.about-hero-section .hero-content .hero-title-wrapper {
  margin-bottom: 115px;
}
.about-hero-section .hero-content .hero-title {
  font-size: 38px;
  font-weight: 400;
  color: #f8faff;
  display: block;
  margin-bottom: 39px;
}
.about-hero-section .hero-content .hero-titlet {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 10px;
}
.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;
  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;
}
.transport-service-page {
  width: 100%;
  background-color: #fff;
}
.transport-service-page .container {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.transport-service-page .section-header {
  font-size: 38px;
  color: #23262C;
  text-align: center;
  font-weight: 500;
  margin-bottom: 82px;
  position: relative;
}
.transport-service-page .intro-section {
  padding: 80px 0;
}
.transport-service-page .intro-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transport-service-page .intro-section .intro-text {
  flex: 1;
  padding-right: 50px;
}
.transport-service-page .intro-section .intro-text .section-title {
  font-size: 38px;
  color: #002454;
  font-weight: 800;
  margin: 0 0 50px 0;
}
.transport-service-page .intro-section .intro-text .desc {
  font-size: 16px;
  color: #00101F;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
.transport-service-page .intro-section .intro-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.transport-service-page .intro-section .intro-img img {
  width: 100%;
  max-width: 600px;
  height: auto;
  transition: transform 0.5s;
}
.transport-service-page .intro-section .intro-img img:hover {
  transform: translateY(-10px);
}
.transport-service-page .advantage-section {
  padding: 60px 0 100px;
}
.transport-service-page .advantage-section .adv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 170px;
  gap: 60px;
}
.transport-service-page .advantage-section .adv-row:last-child {
  margin-bottom: 0;
}
.transport-service-page .advantage-section .adv-row .adv-img {
  flex: 1;
  overflow: hidden;
  width: 490px;
  height: 321px;
}
.transport-service-page .advantage-section .adv-row .adv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.transport-service-page .advantage-section .adv-row .adv-img:hover img {
  transform: scale(1.05);
}
.transport-service-page .advantage-section .adv-row .adv-text {
  flex: 1;
}
.transport-service-page .advantage-section .adv-row .adv-text .icon-title {
  margin-bottom: 20px;
}
.transport-service-page .advantage-section .adv-row .adv-text .icon-title .icon {
  margin-bottom: 40px;
}
.transport-service-page .advantage-section .adv-row .adv-text .icon-title h3 {
  font-size: 28px;
  color: #002454;
  font-weight: 500;
  margin: 0;
}
.transport-service-page .advantage-section .adv-row .adv-text p {
  font-size: 15px;
  color: #00101F;
  line-height: 1.8;
  text-align: justify;
}
.transport-service-page .advantage-section .adv-row.reverse {
  flex-direction: row-reverse;
}
.transport-service-page .scope-section {
  padding: 60px 0 160px;
}
.transport-service-page .scope-section .scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.transport-service-page .scope-section .scope-grid .scope-card {
  background-color: #f8fbff;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  width: 305px;
}
.transport-service-page .scope-section .scope-grid .scope-card .card-img {
  width: 305px;
  height: 305px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.transport-service-page .scope-section .scope-grid .scope-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  border-radius: 10px 10px 0 0;
}
.transport-service-page .scope-section .scope-grid .scope-card .card-text {
  padding: 20px 15px;
  text-align: center;
}
.transport-service-page .scope-section .scope-grid .scope-card .card-text h4 {
  font-size: 22px;
  color: #172541;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.transport-service-page .scope-section .scope-grid .scope-card .card-text p {
  font-size: 16px;
  color: #5E6770;
  margin: 0;
}
.transport-service-page .scope-section .scope-grid .scope-card:hover .card-img img {
  transform: scale(1.1);
}
