#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;
  /* background-color: #000000; */
  /* opacity: 88.52; */
  /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#banner-rightint2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    position: relative;   
}

  /* Ã©Â»â€˜Ã¨â€°Â²Ã¥ÂÅ Ã©â‚¬ÂÃ¦ËœÅ½Ã¨â€™â„¢Ã§â€°Ë†Ã¯Â¼Å¡Ã§â€Â¨ ::before Ã¦Â³Â¨Ã¥â€¦Â¥ */
#banner-rightint2::before{
    content: "";
    position: absolute;
    inset: 0;                         
    background: rgba(0,0,0,0.5);      
    z-index: 1;                       
    pointer-events: none;            
  }

#banner-rightint2 .txt {
  position: absolute;
  top: 30%;
  left: 35%;
  z-index: 9;
  color: #fff;
  transform: translate(-50%, -50%);
  /* position: absolute; z-index: 2; 
  top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;  */
  background-size:cover;
}

#banner-rightint2 .txt h2 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 30px;
}
#banner-rightint2 .txt p {
  font-size: 20px;
  color: #fdfdfd;
  text-align: left;
  /*padding-left: 30px;*/
}

#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: 1280px) {
#banner-rightint2 .txt {
    position: absolute;
    top: 49%;
    left: 35%;
    z-index: 9;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
  #banner-rightint2 .txt h2 {
  font-size: 40px;
  color: #fff;
  padding: 0;
  text-align: left;
}
  #banner-rightint2 .txt p {
  font-size: 20px;
  color: #fdfdfd;
  text-align: left;
}
    }
@media screen and (max-width: 820px) {
#banner-rightint2 .txt {
    position: absolute;
    top: 49%;
    left: 35%;
    z-index: 9;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
  #banner-rightint2 .txt h2 {
  font-size: 30px;
  color: #fff;
  padding: 0;
}
  #banner-rightint2 .txt p {
  font-size: 18px;
  color: #fdfdfd;
  text-align: left;
}
    }
@media screen and (max-width: 600px) {
#banner-rightint2 .txt {
    position: absolute;
    width:500px
    top: 50%;
    left: 35%;
    z-index: 9;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
  #banner-rightint2 .txt h2 {
  font-size: 18px;
  color: #fff;
  padding: 0px;
}
#banner-rightint2 .txt p {
  font-size: 10px;
  color: #fdfdfd;
  text-align: left;
}
    }
    
    
@media(max-width:400px){
    #banner-rightint2 .txt {
        left: 48%;
        width: 300px;
    }
}    
    
    