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

.jumbotron > .container > p > img:nth-of-type(2){
    margin-left: 15px;
    margin-right: 15px;
}

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

.jumbotron .jumbotron-content{
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:28px;
}

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

.jumbotron-sub-title {
    text-align: center;
    padding: 35px;
}

.jumbotron-sub-title .line {
    display: inline-block;
    width: 185px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 8px;
}

.jumbotron-sub-title span:nth-of-type(2) {
    display: inline-block;
    line-height:40px;
    font-size:30px;
    color:rgba(255,255,255,1);
    margin: auto 35px;
}

.jumbotron-sub-content{
    color: #ffffff;
    background-color:rgba(37,39,62,0.5);
    border-radius:6px;
    border: none;
    padding: 15px;
    min-height: 220px;
}

.jumbotron-sub-content p:nth-of-type(1){
    font-size:19px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:25px;
}

.jumbotron-sub-content p:nth-of-type(2){
    vertical-align: middle;
    text-align: left;
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height:24px;
    letter-spacing:1px;
    margin-bottom: 0px;
}

.quote{
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(193,205,241,1);
    border-radius:6px;
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:24px;
    letter-spacing:1px;
    position: relative;
    top:-100px;
    padding: 30px 30px 25px;
}

.quote p:last-of-type{
    margin-bottom: 0px;
}

.quote .left-quote{
    top: 30px;
    left: 40px;
    position: absolute;
}

.quote .right-quote{
    position: absolute;
    right: 40px;
    top:30px
}

.solution{
    padding-bottom: 50px;
}

.solution .solution-title{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top:  0px;
    padding-bottom: 10px;
    margin-top: -55px;
}
.solution .solution-content{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:16px;
    color:rgba(0,0,0,1);
    line-height:32px;
}

.solution-img-wrapper{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cooperation{
    background: url("../../img/case-detail-bottom-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

.cooperation .cooperation-title{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top:  0px;
    padding-bottom: 10px;
}
.cooperation .cooperation-content{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:16px;
    color:rgba(0,0,0,1);
    line-height:32px;
}

.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;
    }

    .quote .left-quote{
        display: none;
    }

    .quote .right-quote{
        display: none;
    }

}

@media (max-width: 992px) {

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

}


