#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 .box h2{text-align: center;color: #fff;font-size: 50px;text-transform: uppercase;}
#banner-rightint2 .box{
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  align-content: center;
}
#banner-rightint2 ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  /* border-top: 2px solid rgba(255,255,255,.36); */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9;
}

#banner-rightint2 ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 20px 0;  
}

#banner-rightint2  ul li:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.36)
}

#banner-rightint2  ul li p {
  font-size: clamp(12px, 1.15vw, 22px);
  color: #fff;
  font-family: var(--title-font-family);
  text-transform: capitalize;
}

#banner-rightint2 ul li p::after {
  content: "";
  width: 110px;
  height: 4px;
  background: var(--color-primary);
  margin: 15px auto 0;
  display: block
}

#banner-rightint2 ul li h5 {
  color: #fff;
  font-size: clamp(24px, 2.8vw, 54px);
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 5px 0 0;
}

#banner-rightint2 .counter::after {
  content:attr(date-txt);
}

#banner-rightint2 video {
  width: 100%;
  height: auto;
}

#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(max-width:991px){
  #banner-rightint2 ul li {-webkit-flex: none;flex: none;padding: 10px 0;width: 50%;}
  #banner-rightint2 ul li p::after {height: 2px;}
  #banner-rightint2 ul{bottom: 7px}
}

@media(max-width:767px){
  #banner-rightint2 .box {position: relative;top: -6px;}
  #banner-rightint2 ul {position: relative;bottom: 0;background: rgba(0, 0, 0, 0.4);}
}