#c_banner_019_P_602-17320013250570 .modern-banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1440px;
  overflow: hidden;
}

#c_banner_019_P_602-17320013250570 .banner-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#c_banner_019_P_602-17320013250570 .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out;
}

#c_banner_019_P_602-17320013250570 .banner-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

#c_banner_019_P_602-17320013250570 .banner-slide .p_img img {
  transform: scale(1);
  transition: transform 8s ease-out;
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .p_img img {
  /* transform: scale(1.1); */
}

#c_banner_019_P_602-17320013250570 .banner-slide .p_btitle {
  opacity: 0;
  transform: translate3d(0, 200%, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .p_btitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide .p_line {
  opacity: 0;
  transform: translate3d(0, 1000%, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .p_line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide .p_summary {
  opacity: 0;
  transform: translate3d(30%, 0, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .p_summary {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#c_banner_019_P_602-17320013250570 .banner-slide .p_blink {
  opacity: 0;
  transform: translateY(100px);
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .p_blink {
  opacity: 1;
  transform: translateY(0);
}

#c_banner_019_P_602-17320013250570 .banner-slide .moreBtn {
  opacity: 0;
  transform: translateY(40px);
}

#c_banner_019_P_602-17320013250570 .banner-slide.active .moreBtn {
  opacity: 1;
  transform: translateY(0);
}

#c_banner_019_P_602-17320013250570 .banner-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
}

#c_banner_019_P_602-17320013250570 .p_swiperBullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

#c_banner_019_P_602-17320013250570 .p_swiperBullet.active {
  width: 30px;
  border-radius: 6px;
  background: var(--hmfirst, #005ca7);
}

#c_banner_019_P_602-17320013250570 .p_btn_prev,
#c_banner_019_P_602-17320013250570 .p_btn_next {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #c_banner_019_P_602-17320013250570 .modern-banner-container {
    height: 100vh;
    max-height: none;
  }

  #c_banner_019_P_602-17320013250570 .p_img {
    height: 100%;
  }

  #c_banner_019_P_602-17320013250570 .p_info {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    max-width: 90%;
  }

  #c_banner_019_P_602-17320013250570 .p_btitle {
    font-size: 22px;
    text-align: center;
  }

  #c_banner_019_P_602-17320013250570 .p_line {
    margin: 10px auto;
  }

  #c_banner_019_P_602-17320013250570 .p_summary {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  #c_banner_019_P_602-17320013250570 .moreBtn {
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  #c_banner_019_P_602-17320013250570 .p_arr {
    display: none;
  }

  #c_banner_019_P_602-17320013250570 .banner-pagination {
    bottom: 20px;
    gap: 8px;
  }

  #c_banner_019_P_602-17320013250570 .p_swiperBullet {
    width: 8px;
    height: 8px;
  }

  #c_banner_019_P_602-17320013250570 .p_swiperBullet.active {
    width: 20px;
  }

  #c_banner_019_P_602-17320013250570 .p_scrool {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #c_banner_019_P_602-17320013250570 .p_btitle {
    font-size: 18px;
  }

  #c_banner_019_P_602-17320013250570 .p_summary {
    font-size: 12px;
  }

  #c_banner_019_P_602-17320013250570 .moreBtn {
    padding: 6px 16px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #c_banner_019_P_602-17320013250570 .p_info {
    left: 20%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
  #c_banner_019_P_602-17320013250570 .p_info {
    left: 15%;
  }
}
