.carousel-control{
    background-image: none !important;
}

.jumbotron{
    /*background-image: url("./img/case-jumbotron.png");*/
    background-repeat: no-repeat;
    padding-top:136px;
    background-size:100% 100%;
    padding-bottom: 83px;
    margin-bottom: 0px;
}

.jumbotron .jumbotron-title{
    font-size:42px;
    font-weight:bold;
    color:rgb(255,255,255);
    line-height:55px;
}

.jumbotron .jumbotron-content{
    font-size:22px;
    color:rgb(255,255,255);
    line-height:29px;
    margin-top: 30px;
}

.jumbotron .btn{
    margin-top: 25px;
}

.case-success{
    padding-bottom: 70px;
}

.swiper-slide {
    width: 55% !important;
}

.swiper-slide-prev{
    filter: blur(1px);
}

.swiper-slide-next{
    filter: blur(1px);
}

.swiper-slide-prev:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background:linear-gradient(to right,rgba(76,79,114,0.5) 0%,rgba(37,39,62,1) 50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper-slide-next:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background:linear-gradient(to left,rgba(76,79,114,0.5) 0%,rgba(37,39,62,1) 50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    left: 25px;
    right: auto;
    color: #C8C6D2;
}

.swiper-button-next{
    right: 25px;
    left: auto;
    color: #C8C6D2;
}

.carousel {
    height: 375px;
    border-radius: 6px;
    text-align: center;
}

.carousel .item {
    height: 375px;
    /*background-image: url("./img/case-carousel-bg.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    padding-bottom: 18px;
}

.carousel-caption img:nth-of-type(2){
    margin: 0 15px;
}

.carousel-caption .btn {
    margin-top: 35px;
    margin-bottom: 10px;
}

.carousel .carousel-title {
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:26px;
    letter-spacing:1px;
}

.carousel .carousel-content {
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height:24px;
    letter-spacing:1px;
    text-align: center;
    margin-top:25px;
}

.case-success-title{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 45px;
}

.case {
    background-color: rgba(246, 248, 255, 1);
    padding-bottom: 50px;
}

.case-title {
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 45px;
}

.case .thumbnail {
    padding: 0px;
}

.case .thumbnail .caption {
    padding: 10px 30px;

}

.case .thumbnail .caption h3 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    margin-bottom: 20px;
}

.case-item-content {
    text-align: justify;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    height: 120px;
}

.case .thumbnail > img {
    width: 100%;
}

.case .thumbnail .caption p:last-child {
    margin-top: 30px;
}

.case .thumbnail .caption a {
    color: #2386EE;
}

.case .thumbnail .caption a img {
    display: inline-block;
}

.contact-us{
    text-align: center;
    padding: 30px;
    background:linear-gradient(270deg,rgba(52,45,181,1) 0%,rgba(92,208,255,1) 100%);
}

.contact-us p{
    font-size:26px;
    color:rgba(255,255,255,1);
    line-height:35px;
}

.contact-us .btn{
    margin-top: 15px;
    border: 1px solid #ffffff;
}

@media (max-width: 768px) {

    .navbar-collapse .navbar-right li button {
        margin-left: 20px;
    }

    .navbar-collapse .navbar-right li p {
        margin-left: 20px;
    }

    .navbar-collapse {
        background-color: #101010;
    }

    .swiper-button-prev {
        left: 10px;
        right: auto;
    }

    .swiper-button-next{
        right: 10px;
        left: auto;
    }

    .carousel-caption-img-wrapper{
        display: none;
    }

    .carousel{
        height: 425px;
    }
    .carousel .item{
        height: 425px;
    }

}

@media (max-width: 992px) {

    .footer div[class*="col-"]{
        text-align: center;
    }

}

@media (max-width: 1200px) {

    .swiper-slide{
        width: 100% !important;
    }

}




