.research-centers-box .slick-dots li.slick-active button:before {
    color: #0099ff !important;
}
.research-centers-box .slick-dots li button:before {
    font-size: 35px;
    line-height: 20px;
    position: absolute;
}
.research-centers-box .banner-title {
    font-size: 2em;
    text-align: center;
    color: #0d2b67 !important;
}
.research-centers-box .banner-title a {
    color: #0d2b67 !important;
}
.research-centers-box .carouselItem {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(1) .item:nth-child(1),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(3) .item:nth-child(1) {
        width: 50%;
    }
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(1) .item:nth-child(2),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(3) .item:nth-child(2) {
        width: 25%;
    }
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(1) .item:nth-child(3),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(3) .item:nth-child(3) {
        width: 25%;
    }
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(2) .item:nth-child(1),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(4) .item:nth-child(1) {
        width: 25%;
    }
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(2) .item:nth-child(2),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(4) .item:nth-child(2){
        width: 25%;
    }
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(2) .item:nth-child(3),
    .research-centers-box .carouselItem .carouselItem-fe-wrapper:nth-child(4) .item:nth-child(3){
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1023px) {
    .research-centers-box .carouselItem .carouselItem-fe-wrapper .item {
        width: 33.3333%;
    }
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item {
    text-align: center;
    position: relative;
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item .banner-image-wrapper img {
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 160px;
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item .banner-textbase-contet-wrapper {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background: -o-linear-gradient(top, rgba(0, 153, 255, 0) 0%, rgba(0, 0, 0, 0.4) 35%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 255, 0)), color-stop(35%, rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 153, 255, 0) 0%, rgba(0, 0, 0, 0.4) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000099ff", endColorstr="#66000000",GradientType=0 );
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    padding: 5% 0;
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item .banner-textbase-contet-wrapper h4 {
    margin: 0;
    text-align: center;
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item .banner-textbase-contet-wrapper h4 a {
    color: #ffffff !important;
}
.research-centers-box .carouselItem .carouselItem-fe-wrapper .item:hover .banner-textbase-contet-wrapper {
    padding: 10% 0;
}