#bobo-banner {
  position: relative
}

#bobo-banner img {
  width: 100%
}

#bobo-banner .swiper-slide {
  position: relative
}

#bobo-banner .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

#bobo-banner .t .container {
  height: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center
}

#bobo-banner .t h5 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.7;
  color: #fefefe;
  max-width: 850px;
  text-transform: uppercase
}

#bobo-banner .t p {
  font-size: 22px;
  color: #fefefe;
  font-weight: 700;
  margin: 28px 0 0
}

#bobo-banner .t .more {
  margin-top: 60px;
  font-size: 0
}

#bobo-banner .t .more a {
  width: 270px;
  height: 65px;
  line-height: 65px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#bobo-banner .t .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

#bobo-banner .swiper-pagination-bullets {
  bottom: 60px
}

#bobo-banner .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  margin: 0 6px;
  background: rgba(255, 255, 225, 0.5);
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
  position: relative
}

#bobo-banner .swiper-pagination-bullet-active {
  background: #ffffe1
}


#bobo-banner .swiper-button-prev,
#bobo-banner .swiper-button-next {
  width: auto;
  height: auto;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  margin-top: -60px;
  text-align: center
}

#bobo-banner .swiper-button-prev::after,
#bobo-banner .swiper-button-next::after {
  display: none;
}

#bobo-banner .swiper-button-prev i,
#bobo-banner .swiper-button-next i {
  font-size: 50px;
  color: inherit
}

#bobo-banner .swiper-button-prev,
#bobo-banner .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

#bobo-banner .swiper-button-next,
#bobo-banner .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

#bobo-banner .swiper-button-prev:hover,
#bobo-banner .swiper-button-next:hover {
  color: #fff
}


@media screen and (max-width: 1300px) {

  #bobo-banner .t h5 {
    font-size: 38px;
    line-height: 1.6
  }

  #bobo-banner .t p {
    font-size: 21px;
    margin: 25px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 50px
  }

  #bobo-banner .t .more a {
    width: 250px;
    height: 60px;
    line-height: 60px
  }
}

@media screen and (max-width: 768px) {

  #bobo-banner .t h5 {
    font-size: 30px;
    line-height: 1.3
  }

  #bobo-banner .t p {
    font-size: 17px;
    margin: 15px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 20px;
    font-size: 0
  }

  #bobo-banner .t .more a {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }

  #bobo-banner .swiper-pagination-bullets {
    bottom: 15px
  }

  #bobo-banner .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    margin: 0 4px
  }

  #bobo-banner .swiper-button-prev,
  #bobo-banner .swiper-button-next {
    display: none
  }
}

@media screen and (max-width: 600px) {
  #bobo-banner .t h5 {
    font-size: 24px;
    line-height: 1.2
  }

  #bobo-banner .t p {
    font-size: 16px;
    margin: 12px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 15px
  }

  #bobo-banner .t .more a {
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px
  }
}

@media screen and (max-width: 480px) {
  #bobo-banner .t h5 {
    font-size: 20px
  }

  #bobo-banner .t p {
    font-size: 15px;
    margin: 10px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 10px
  }

  #bobo-banner .t .more a {
    width: 140px;
    height: 32px;
    line-height: 32px;
    font-size: 13px
  }
}

.swiper-slide-duplicate .banner-btn {
    display: none !important;
}


.banner-btn {
  position: absolute;
  z-index: 99;
  width: 200px;      
  height: 45px;      
  line-height: 45px;
  background: var(--color-primary, #005bac); 
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: var(--button-radius, 4px);
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.banner-btn:hover {
  background: #fff;
  color: var(--color-primary, #005bac);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.btn-pos-4 {
  top: 50%;   
  left: 11%; 
  transform: translateY(-50%); 
}

.btn-pos-5 {
  top: 25%;
  left: 45%;
}

.btn-pos-6 {
  top: 57%;
  left: 24%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1300px) {
  .btn-pos-4 {
    left: 11%;    
  }
  .banner-btn{
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .btn-pos-6 {top: 58%;left: 25%;}
}

@media screen and (max-width: 991px) {
  .btn-pos-4 {
       
        left: 11%;
        top: 52%;
  }
  .banner-btn{
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
  }
  .btn-pos-5 {top: 26%;left: 44%;}
  .btn-pos-6 {top: 60%;left: 25%;}
}

@media screen and (max-width: 480px) {
  .btn-pos-4 {

        left: 11%;
        top: 54%;
  }
    .banner-btn{
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
  }
  .btn-pos-5 {top: 26%;left: 41%;}
  .btn-pos-6 {top: 61%;left: 25%;}
}


@media screen and (max-width: 390px) {
    .btn-pos-4 {

        left: 11%;
        top: 54%;
    }
    .banner-btn{
        width: 80px;
        height: 22px;
        line-height: 22px;
        font-size: 9px;
  }
}

