.head-title {
    /*font-family: 'OswaldLight';*/
    color: white;
    font-size: 60px;
    line-height: 50px;
}

.head-subtitle {
    color: white;
}

.footer-top {
    background-color: #0083d7;
    color: white;
    padding: 20px 0;
}

.footer-top-title {
    font-weight: bold;
    font-size:22px;
    padding: 10px;
}

.footer-btm {
    background-color: #1b272e;
    padding: 30px 0;
}

.slogan-item {
    font-size: 20px;
}

/*eselon*/
.ks-table {
    width:100%;
    text-align: center;
    font-size:20px;
}
.ks-table td {
    border: solid 1px #3b5998;
}
.ks-table th {
    background-color: #3b5998;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.eselon-img-thumb {
    width: 300px;
}

.ks-view-table {
    width:100%;
}

.ks-view-table th{
    background-color: #3b5998;
    color: #fff;
    padding: 10px;
}

.ks-view-table td {
    padding: 10px;
}

.ks-view-table tr:nth-child(even) {
    background-color: #ddd;
}

.ks-view-table tr:nth-child(odd) {
    background-color: #eee;
}

.ks-view-table td:nth-child(2) {
    text-align: center;
}

.pedoman-table td:nth-child(2) {
    border-left:solid 1px #aaa;
    text-align: left;
}

.pedoman-table th {
    text-align: center;
}

/*BARANG*/

.barang-view-table {
    width:100%;
    margin-top: 50px;
}
.barang-view-table td {
    padding: 5px;
    border: solid 1px;
}

@media screen and (max-width:768px)
{
    .logo-container {
        text-align: center;
        margin-bottom: 15px;
    }
    .title-container {
        text-align: center;
    }
}