#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: #248506;
  background: #248506;
}

#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 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;
}



#banner-rightint2 .txt {
  position: absolute;
  left: 5%;
  top: 35%;
  transform: translateY(-50%);
  width: 30%;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  width:50%;
}

 

#banner-rightint2 .txt h2 {
  font-size: 55px;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #fff;
  text-shadow: 5px 2px 4px #333;
}

#banner-rightint2 .txt p {
  font-size: 32px;
  opacity: 0.9;
  text-shadow: 5px 2px 4px #333;
}

#banner-rightint2 .txt a {
  background: var(--color-primary);
  padding: 10px 30px;
  border-radius: 20px;
  margin-top: 30px;
  display: inline-block;
}

#banner-rightint2 .txt a:hover {
  background: #fff;
}

@media screen and (max-width: 1550px) {
  #banner-rightint2 .txt h2{font-size: 54px;}
  #banner-rightint2 .txt p {font-size: 30px;}
}
@media screen and (max-width: 1440px) {
  #banner-rightint2 .txt h2{font-size: 50px;}
  #banner-rightint2 .txt p {font-size: 26px;}
}
@media screen and (max-width: 1367px) {
  #banner-rightint2 .txt h2{font-size: 40px;}
  #banner-rightint2 .txt p {font-size: 24px;}
}
@media screen and (max-width: 1281px) {
  #banner-rightint2 .txt h2{font-size: 36px;}
  #banner-rightint2 .txt p {font-size: 22px;}
}
@media screen and (max-width: 1171px) {
  #banner-rightint2 .txt h2{font-size: 30px;}
  #banner-rightint2 .txt p {font-size: 20px;}
}
@media screen and (max-width: 992px) {
  #banner-rightint2 .txt h2{font-size: 26px;}
  #banner-rightint2 .txt p {font-size: 18px;}
}
@media screen and (max-width: 768px) {
  #banner-rightint2 .txt h2{font-size: 24px;}
  #banner-rightint2 .txt {width: 80%;left: 10%;top: 51%;}
}
@media screen and (max-width: 480px) {
  #banner-rightint2 .txt h2{font-size: 22px;}
  #banner-rightint2 .txt p {font-size: 16px;}
  #banner-rightint2 .txt a { padding: 5px 15px;margin-top: 15px;font-size: 10px;}
}


