h3,h5{
     text-align: center;
}
h5{
    color: rgb(101, 101, 101);
}
.manner_text_list h3{
     border-bottom: 0;
     margin-top: 24px;
     padding: 0;
}
.section_title h5{
    width: 50vw;
    text-align: center;
    margin: 0 auto;
}
.section_title h2{
     margin-bottom: 20px;
}
.hero_banner_section{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background: #fff;
    text-align: center;
    font-size: 10vw;
    overflow: hidden;
  }

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
  }
  .heng::after{
    content: '';
    display: block;
    width: 20vw;
    height: 5px;
    background-image: url(../images/heng.png);
    background-size: 100% 100%;
    margin-top: 4px;
  }
  .footer_widgets{
     padding-top: 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
     color: #FFF;
  }
  .swiper-button-next:hover,.swiper-button-prev:hover{
    background-color: black;
  }
  .main_footer{
     padding: 0;
  }

  .bottom-line-shape::after{
    content: "";
  }