.homeBanner {
    width: 100%;
    height: auto;
    max-height: 1440px;
    position: relative;
    left: 0;
    top: 0;
}

.homeBanner .swiper-container {
    width: 100%;
    height: 100%;
    max-height: 1440px;
}

.homeBanner .swiper-container .p_img {
    width: 100%;
    height: 100vh;
    max-height: 948px;
    position: relative;
}

.homeBanner .swiper-container .p_img a{
    width: 100%;
    height: 100%;
    display: block;
}

.homeBanner .swiper-container .p_img:before {
    content: "";
    display: none;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top ,rgba(0,0,0,0.8),rgba(0,0,0,0));
    position: absolute;
    left: 0;
    bottom: 0px;
  z-index:2;
}

.homeBanner .swiper-container .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeBanner .swiper-container .p_info {
   position: absolute;
    left: 50%;
    bottom: 30%;
    z-index: 4;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, -50%);
    color: #fff;
    word-break: break-word;
    padding: 0px 15px;
    padding-left: 47%;
}

.homeBanner .swiper-container .p_info:before {
    content: "";
    display: none;
    width: 300px;
    height: 150%;
    border: 10px solid #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-100px, -50%);
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}

.homeBanner .swiper-container .p_info h1 {
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(70%);
  font-size: 3rem;
    font-weight: bold;
    color: #1a1a1a;
       transition: all 0.9s ease 0.3s;

    text-align: left;

    will-change: transform;

}

.homeBanner .swiper-container .p_info h6 {
    opacity: 0;
    transform: translateY(70%);
          transition: all 0.9s ease 0.6s;

    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      font-size: 50px;
    color: #fff;
    margin: 0px 0 0.8rem;
    font-weight: bold;
}

.homeBanner .swiper-container .p_info p {
    font-size: 1.5rem;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 0.5s ease 1s;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info:before {
    transform: translate(0, -50%);
    opacity: 0.3;
}

.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info h1 {
    opacity: 1;
    transform: translateY(0px);
}

.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info h6 {
    opacity: 1;
    transform: translateY(0%);
}

.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info p {
    opacity: 1;
    transform: translateY(0%);
}

.homeBanner .p_pagenation {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 6;
    width: 100%;
    display: flex;
    justify-content: center;
  display:none;
}

.homeBanner .p_pagenation span {
    transition: 0.5s;
    width: 5rem;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    margin: 0 6px!important;
    opacity: 1;
}

.homeBanner .p_pagenation span.swiper-pagination-bullet-active {
        opacity: 1;
    background: rgba(1,104,183,1);
    width: 9.6rem;
    height: 2px;
}

.homeBanner .js_editor_click {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.homeBanner .js_editor_click:after {
    font-size: 24px;
}

@media screen and (max-width:768px) {
    .homeBanner .swiper-container .p_info {
        padding: 0px 20px;
        transform: translate(-50%, -20%);
          bottom: 0;

    }
  
  
  .homeBanner .swiper-container .p_info h1 {
  font-size:22px;
  }

    .homeBanner .swiper-container .p_info:before {
        left: 20px;
    }

    .homeBanner .swiper-container .p_info h6 {
        font-size: 20px;
    }

    .homeBanner .swiper-container .p_img {
        overflow: hidden;
      max-height:300px;
    }
  
  
  .homeBanner .p_pagenation {
  bottom:20px;
  }

  .homeBanner .p_pagenation span.swiper-pagination-bullet-active {
  width:4.6rem;
  }
  
  
  .homeBanner .p_pagenation span {
  width:3rem;
  }
  
    .homeBanner .swiper-container .p_img img {
        transform: translate(0%, 0);
        width: 100%;
    }

    .homeBanner .js_editor_click {
        display: none;
    }
}