.container {
    margin-bottom: 20px;
}

.d-navContainer {
    margin-bottom: 1rem;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    border-radius: 0.2rem;
    background-color: #f2fafd;
}

.navTitle {
    font-weight: 900;
    color: #333333;
    white-space: nowrap;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #303036;

}

.tabs-nav li.active,
.tabs-nav li:hover {
    color: #0ca5e8;
}

.tabs-nav li.active {
    font-weight: bold;
}

.tabs-nav li:nth-child(n+9) {  
    margin-top: 0.5rem;  
}

.tabs-nav li {
    margin-left: 3.2rem;
    cursor: pointer;
    transition: all 0.2s;
    color: #63636b;
}

.tabs-item {
    display: none;
}

.tabs-item ul li {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.tabs-item.active {
    display: block;
    min-height: 30rem;
}

.d-contentContainer {
    border: 1px solid #b5e4f8;
    border-radius: 0.2rem;
}

.service-list li:last-child {
    border: 0 !important;

}

.service-list .row img {
    width: 80%;
    height: 8rem;
    padding-left: 0;
}

.service-list .row .col-2 {
    padding-right: 0 !important;
}

.service-list .row {
    margin: 0 1rem 1rem 1rem;
    border-bottom: 1px dashed#dcdcdc !important;
}

.btn {
    background-color: #0ca5e8;
    border-color: #0ca5e8;
}

.col-8 {
    flex-direction: column;
}

.col-8 h5 {
    font-weight: bold;
    color: #333333;
    line-height: normal !important;
    margin-bottom: 1rem !important;
}

.col-8 p {
    margin-bottom: 0.8rem;
    font-weight: 400;
    color: #666666;
}

.itemBrief {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
