

.we-strive-slider .swiper-container { height: calc(100vh - 92px); }
.we-strive-slider .swiper-pagination { top: 50%; width: 12px; transform: translateY(-50%);  height: auto; bottom: auto; display: inline-grid; }
.we-strive-slider .swiper-pagination span { width: 8px; height: 8px; border: 1px solid #fff; border-radius: 100%;  background: transparent; margin: 8px 0; }
.we-strive-slider .swiper-pagination span.swiper-pagination-bullet-active { background: #fff; }

/* .science-slider-text, .we-strive-slider h2, .science-list { transition: all 300ms; opacity: 0; }
.science-slider-text {transition-delay: 0.2s;}
.science-list {transition-delay: 0.6s;}


.swiper-slide-prev .science-slider-text { transform: translateY(-40px); }
.we-strive-slider .swiper-slide-prev h2 { transform: translateY(-40px); }
.swiper-slide-prev .science-list { transform: translateY(-40px); }
.swiper-slide-next .science-slider-text { transform: translateY(40px); }
.we-strive-slider .swiper-slide-next h2 { transform: translateY(40px); }
.swiper-slide-next .science-list { transform: translateY(40px); }
.swiper-slide-active .science-slider-text {  transform: translateY(0px); opacity:1; }
.we-strive-slider .swiper-slide-active h2 { transform: translateY(0px); opacity:1; }
.swiper-slide-active .science-list { transform: translateY(0px);  opacity:1; } */

.science-slider-row .swiper-slide .science-slider-item { transition: all 0.5s; opacity: 0; }
.science-slider-row .swiper-slide-next .science-slider-item { transform: translateY(50%); }
.science-slider-row .swiper-slide-active .science-slider-item { opacity: 1; transform: translateY(0); }
.science-slider-row .swiper-slide-prev .science-slider-item { transform: translateY(-50%); }

header.header-hide {  display: none; 

@media(max-width:1600px){
/*     .we-strive-slider h2 { font-size: 70px; } */
/*     .strive-subtitle { font-size: 18px; }
    .strive-subtitle:before { margin-bottom: 0; }
    .strive-text { font-size: 18px; } */

}

@media(max-width:1200px){
/*     .we-strive-slider .swiper-container { height: auto; }
    .we-strive-slider .swiper-slide { padding: 100px 0 130px; }
    .strive-text { font-size: 14px; line-height: 24px; }
    .we-strive-slider .swiper-pagination { width: 100%; display: block; bottom: 10px; top: auto; left: 0;  right: 0; }
    .we-strive-slider .swiper-pagination span { margin: 0 6px; } */
}

@media(max-width:767px){    
/*         .we-strive-slider .swiper-container { height: auto; }
    .we-strive-slider .swiper-slide { padding: 50px 0 90px; }
    .strive-text { font-size: 14px; line-height: 24px; }
    .we-strive-slider .swiper-pagination { width: 100%; display: block; bottom: 10px; top: auto; left: 0;  right: 0; }
    .we-strive-slider .swiper-pagination span { margin: 0 6px; } */

}