#banner-rightint2 {
  position: relative;
}

#banner-rightint2 img {
  width: 100%;
}

#banner-rightint2 .swiper-pagination-bullets {
  bottom: 30px;
}

#banner-rightint2 .swiper-pagination-bullet {
  width: 56px;
  height: 11px;
  border: 1px solid #B5B4B4;
  margin: 0 10px;
  background: transparent;
  border-radius: 30px;
  opacity: 1;
  position: relative;
}

#banner-rightint2 .swiper-pagination-bullet-active {
  border-color: #111111;
  background: #111111;
}

#banner-rightint2 .swiper-button-prev,
#banner-rightint2 .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2890EF;
  margin-top: -20px;
  text-align: center;
}

#banner-rightint2 .swiper-button-prev i,
#banner-rightint2 .swiper-button-next i {
  font-size: 23px;
  line-height: 40px;
  color: #fff;
}

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

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

#banner-rightint2 .swiper-button-prev:hover,
#banner-rightint2 .swiper-button-next:hover {
  background: #E34100;
}

#banner-rightint2 {
  overflow: hidden;
  position: relative;
}
#banner-rightint2  .container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  align-content: center;
  z-index: 99;
}
#banner-rightint2  .container .txt{
}
#banner-rightint2  .container .txt h3::before{
   position: absolute;
   bottom: 0;
   left: 0;
   content:"";
   width: 150px;
   height: 5px;
   color: #fff;
   background: #fff;
   align-items: center;
   align-content: center;
   top: 50%;
   box-shadow: 2px 2px 2px #000;
}
#banner-rightint2  .container .txt h3::after{
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: 150px;
      height: 5px;
      color: #fff;
      background: #fff;
      align-items: center;
      align-content: center;
      top: 50%;
      box-shadow: 2px 2px 2px #000;
}
#banner-rightint2  .container .txt h3{
  text-align: center;
  color: #fff;
  font-size: 74px;
  font-weight: 900;
  text-shadow: 2px 2px 2px #000;
  position: relative;
}
#banner-rightint2 video {
  width: 100%;
}

#banner-rightint2>img {
  display: none;
}

#banner-rightint2 .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 150px;
  box-sizing: border-box;
}

#banner-rightint2 .t .container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  text-align: center;
}

#banner-rightint2 .t p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1281px) {
#banner-rightint2  .container .txt h3::before{
   position: absolute;
   bottom: 0;
   left: 0;
   content:"";
   width: 100px;
   height: 5px;
   color: #fff;
   background: #fff;
   align-items: center;
   align-content: center;
   top: 50%;
   box-shadow: 2px 2px 2px #000;
}
#banner-rightint2  .container .txt h3::after{
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: 100px;
      height: 5px;
      color: #fff;
      background: #fff;
      align-items: center;
      align-content: center;
      top: 50%;
      box-shadow: 2px 2px 2px #000;
}
}

@media screen and (max-width: 1171px) {
 
}
@media screen and (max-width: 992px) {
 #banner-rightint2  .container .txt h3{
   font-size:40px;
 }
  #banner-rightint2  .container .txt h3::before,
  #banner-rightint2  .container .txt h3::after{
     width: 70px;
  }
}
@media screen and (max-width: 768px) {
    #banner-rightint2  .container .txt h3{
   font-size:32px;
 }
  #banner-rightint2  .container .txt h3::before,
  #banner-rightint2  .container .txt h3::after{
     width: 15px;
  }
}
@media screen and (max-width: 480px) {
  #banner-rightint2  .container .txt h3{
   font-size:24px;
 }
  #banner-rightint2  .container .txt h3::before,
  #banner-rightint2  .container .txt h3::after{
     width: 10px;
  }
}
