.section-pages {
    background-image: url(../img/Pic.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    height: 380px !important;
}

.background-secondary {
    background-color: #16478c !important;
}

.tableTabs {
    border: none !important;
}

.tableTabs li {
    background: transparent !important;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tableTabs li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.tableTabs li.active {
    background: #fff !important;
}

.tableTabs li.active a {
    color: #16478c !important;
}

.tab-content {
    background: transparent !important;
    border: none !important;
    color: #fff;
    padding: 0px;
}

.tab-content .table tr td {
    color: #fff;
}