.row-02-bg {
    position: relative;
    overflow-x: hidden;
}

.statement-slider-wrap {
    position: relative;
}

.statement-swiper {
    overflow: hidden;
    padding-bottom: 50px;
}

.statement-nav {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.statement-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 10px !important;
    transform: translateX(-50%);
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.statement-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    border-radius: 999px;
    background: #86b6ff;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s ease;
}

.statement-pagination .swiper-pagination-bullet-active {
    background: #243c9f;
    width: 42px;
}

.row-02-bg .box-wrapper {
   
}


.row-02-bg .box {
   /* min-width: calc( ( 100vw - (100vw - 1280px)) * 0.6 );*/
    min-width: 880px;
    max-width: 880px;
    margin-left: 50px;
    min-height: calc( 100vw * 0.28 );
    transform: translateX(-120px);
    background-color: #ffffff;
    border:6px solid #cccccc;
}
.row-02-bg .box .title { font-size: 32px; }
.row-02-bg .box .quote {
  height:40px;
}
.row-02-bg .box .speech {
  font-size: 22px;
  padding: 50px  0px 40px  0px ;
}

.row-02-bg .shareholder {
  font-size: 28px;
}
.row-02-bg .box .name {
  font-size: 15px;
}



@media (max-width: 1599.98px) {
  
  .row-02-bg .box .title { font-size: 34px; }
  .row-02-bg .box .speech {
    font-size: 21px;
    padding: 40px  0px 30px  0px ;
  }

  .row-02-bg .box .name {
    font-size: 14px;
  }

.row-02-bg .shareholder {
  font-size: 24px;
}


  .row-02-bg .box {
    margin-left: 35px;
    min-width: 855px;
  }
}


@media (max-width: 1439.98px) {
  .row-02-bg .box .title { font-size: 30px; }
  .row-02-bg .box .speech {
    font-size: 19px;
    padding: 30px  0px 10px  0px ;
  }

.row-02-bg .shareholder {
  font-size: 22px;
}

  .row-02-bg .box {
    margin-left: 20px;
    min-width: 760px;
  }

}


@media (max-width: 1199.98px) {
  
  
  .row-02-bg .box .title { font-size: 22px; }
  .row-02-bg .box .speech {
    font-size: 14px;
    padding: 20px  0px 0px  0px ;
  }


  .row-02-bg .box {
    min-width: 750px; 
    transform: translateX(-230px);
    background-color: #ffffff;
    border:6px solid #cccccc;
  }
  .row-02-bg .box .quote {
    height:28px;
  }
  .row-02-bg .shareholder {
    font-size: 20px;
  }
  
  .row-02-bg .poster {
    transform: translateX(-50px);
  }
  

}

@media (max-width: 991.98px) {
    .row-02-bg .box {
        min-width: 100%; 
        transform: translateX(0px);
        min-height: auto;
        transform:none;
    }
    .statement-pagination {
      transform: translateX(-50%)!important;
    }

    .row-02-bg .box .quote {
      height:32px;
    }

    .row-02-bg .box {
      margin-left: auto;
      min-width: auto;
      max-width: auto;
    }

  .row-02-bg .poster {
    transform: translateX(0px);
  }
} 

@media (max-width: 767.98px) {
    .row-02-bg .box .quote {
      height:28px;
    }

    .row-02-bg .box {
      transform: translateX(0px);
      margin-left: auto;
      min-width: auto;
      max-width: auto;
    }

    .row-02-bg .poster {
      transform: translateX(0px);
    }

}  




.statement-swiper [data-aos="zoom-in-up"] {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition: all 0.7s ease;
}

.statement-swiper .swiper-slide-active [data-aos="zoom-in-up"].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}