.left-content {
    margin-right: 30px;
    background-color: white;
    /*padding-top: 30px;*/
    /*height:100%;*/
}

.left-nav {
    margin: 30px;
    font-size: 1.2rem;
    border-radius: 4px;
}

.left-nav-header {
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #0d91fe; /* #096dd9 */
    background-color: #005bac;
    color: white /*#c4e0ff*/;
    /*border-top-left-radius: 4px;*/
    border-top-right-radius: 4px;
}

    .left-nav-header h3 {
        margin-left: 30px;
        line-height: 70px;
    }

.left-contact {
    border-radius: 4px;
    background-color: #005bac;
    color: #c4e0ff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

    .left-contact h4 {
        margin-left: 30px;
        line-height: 60px;
    }

    .left-contact h5 {
        margin-top: 10px;
    }

@media(max-width:1400px) {
    .left-content {
        margin-right: 15px;
        background-color: white;
        /*padding-top: 15px;*/
        /*height: 100%;*/
    }

    .left-nav {
        margin: 10px;
    }

    .right-content {
        background-color: white;
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.right-content {
    background-color: white;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 4px;
    line-height: 2rem;
}



.detail_content_title {
    color: #096dd9;
    border-bottom: 1px dashed #cccccc;
    margin: 0;
    text-overflow: ellipsis;
    padding-bottom: 20px;
    line-height: 24px;
}

.detail_content_con h4 {
    margin:1rem 0;
}

    .detail_content_con figure {
    padding:30px 0px;
    }

    .detail_content_con .row {
        margin:2rem 0;
    }
        .detail_content_con .row h5 {
            font-size: 1.5rem;
            text-align: center;
            padding-top: 4rem;
            font-weight: bold;
        }