.bg-blue{
    background: #005982;
    color: white;
}
.i-detail{
    border:0;
    box-shadow: 0 0 8px 2px #f3f3f3;
    margin-bottom: 24px;

    position: relative;
}
.i-detail .project-detail{
    padding: 40px;
    border-radius: 10px 0 0 10px;
}
.i-detail .project-detail>div{
    margin:8px 0;
    font-size: 14px;
}
.i-detail .project-detail>div:first-child{
    font-size: 18px;
    font-weight: 500;
}
.i-detail .project-detail>div:last-child{
    margin: 50px 0;
}
.i-detail .project-detail>.i-title{
    color: white;
    font-size: 23px;
    font-weight: bold;

    margin: 52px 0;
}
.i-detail .project-content{
    padding: 40px;
    border-radius: 0 10px 10px 0;
}
.i-detail .project-content>div{
    margin:9px 0;
    font-size: 18px;
    color: #383d41;
}
.i-detail .project-content>div:first-child{
    font-weight: 500;
    margin-bottom: 30px;
}
.i-detail .project-content>div>.i-title{
    font-size: 35px;
}
.i-detail .project-content>.contact-wrapper{
    margin-top: 30px;
}
.i-detail .project-content>.contact-wrapper>div{
    font-size: 14px;
    color: #47afab;
    margin-top: 13px;
}
.i-detail .show-contact{
    width: 175px;
    position: absolute;
    right: 28px;
    bottom: 14px;
}
.btn-show-contact{
    font-size: 22px;
    font-weight: 500;
    color:#ffffff;
    background:#0ccc72;
}
.btn-show-contact:hover{
    color:#ffffff;
    background:#42e78c;
}
.btn-show-contact:active,.btn-show-contact:focus{
    color:#ffffff;
    background-color:#00a953;
}
.i-detail .show-contact btn.disabled,.i-detail .show-contact btn.disabled:hover,.i-detail .show-contact btn.disabled:active,.i-detail .show-contact btn.disabled:focus,
.btn-show-contact[disabled],.btn-show-contact[disabled]:hover,.btn-show-contact[disabled]:active,.btn-show-contact[disabled]:focus{
    color:#ffffff;
    background-color:#c1c1c1;
}
.i-detail .show-deal{
    position: absolute;
    right: 175px;
    bottom: 26px;
}
.i-card{
    border:1px solid #dcdcdc;
    border-radius: 10px;
    margin: 24px 0;
    padding: 40px;
}
.i-card>div{
    margin: 12px 0;
    font-size: 19px;
    color: #2a2a2a;
}
.i-card .i-title{
    font-size: 25px;
    font-weight: bold;
    color: #47afab;
    border-left: 6px solid #47afab;

    padding: 0 10px;
    margin-bottom: 12px;
}
.i-card .i-sub-title{
    font-weight: bold;
    color: #2a2a2a;
    text-align: right;
}