.section-bg-body {
    background-color: #032741;
    height: 200px;
    width: 100%;
}

.section-profile {
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #F2F2F2;
}

.section-profile .container-profile {
    margin-top: -170px;
    padding-top: 10
}

.section-profile .bullet {
    width: 7px;
    height: 7px;
    background: #FED206;
    margin-right: 10px;
    border-radius: 50%;
}

.section-profile .section-profile-header {
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.section-profile .section-profile-box {
    background-color: white;
    padding: 35px;
    border-radius: 20px;
}

.section-profile .section-profile-box .section-profile-header {
    padding-bottom: 16px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-profile .section-profile-box .section-profile-header .section-profile-menu a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding: 0 10px;
}

.section-profile .section-profile-box .section-profile-header .section-profile-menu a.active {
    font-weight: 700;
}

.section-profile .section-profile-box .row-content {
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
}

.section-profile .card-content {
    background-color: #F4F4F4;
    padding: 25px;
    border-radius: 20px;
    margin: 10px 0;
}

.section-profile .card-content img.content-image {
    width: 100%;
    border-radius: 20px;
    height: 135px;
    object-fit: cover;
}

.section-profile .card-content p {
    margin: 0;
}

.section-profile .card-content .content-title {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px;
}

.section-profile .card-content p.content-published,
.section-profile .card-content p.content-author {
    font-size: 10px;
}

.section-profile .card-content p.content-description {
    font-size: 12px;
}

.section-profile .card-content .col-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-profile .card-content .col-content a {
    text-align: right;
}

.text-input-custom {
    background-color: transparent;
    border: 1px solid #CECECE;
    padding: 7px 25px;
    border-radius: 20px;
}


@media (max-width: 575.98px) {
    .section-profile  .section-profile-header {
        justify-content: space-between;
    }
    .section-profile .section-profile-box .section-profile-header .section-profile-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .section-profile .card-content {
        padding: 12px;
        border-radius: 10px;
    }
    .section-profile .card-content img.content-image {
        height: 86px;
        border-radius: 10px;
    }
    .text-input-custom {
        border: 1px solid #fff;
        color: #fff;
    }
}

.section-bg-body {
    background-color: #032741;
    height: 122px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-bg-body h4 {
    color: #fff;
}

.section-profile-content {
    /* margin-top: -150px; */
    min-height: 500px;
    padding-bottom: 30px;
}

.section-profile-content img.image-top {
    border-radius: 20px;
    object-fit: cover;
    height: 350px;
    max-width: 450px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-profile-content .section-title {
    margin-top: 40px;
    display: flex;
    align-items: center;
    color: #000;
    /* margin-left: 20px; */
    margin-bottom: 20px;
}

.section-profile-content .bullet {
    width: 7px;
    height: 7px;
    background: #FED206;
    margin-right: 10px;
    border-radius: 50%;
}

.section-profile-content .section-sejarah.first {
    margin-top: 50px;
    padding: 20px;
}

.section-profile-content .section-sejarah {
    margin-top: 10px;
}

.section-profile-content .section-sejarah .year {
    font-weight: 700;
    font-size: 36px;
    color: #A6A6A6;
    margin: 0;
}

.section-profile-content .section-sejarah p.title {
    font-weight: 700;
    font-size: 14px;
}

.section-profile-content .section-sejarah .section-sejarah-text {
    /* display: flex; */
    /* margin-top: 10px;
    margin-bottom: 15px; */
}

.section-profile-content .section-sejarah .section-sejarah-text .line {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #FED206;
    margin-top: 10px;
}

.section-profile-content .section-sejarah .section-sejarah-text .description {
    margin-left: 45px;
}

.section-profile-content .section-sejarah .section-sejarah-text .description ul,
ol {
    margin-left: -13px;
    margin-top: 0;
    margin-bottom: 0;
}

.section-profile-content .section-sejarah .section-sejarah-text .description ol li::marker {
    font-size: 14px;
}

.section-profile-content .section-sejarah .section-sejarah-text p.description-year {
    font-weight: 700;
}

.section-profile-content .section-sejarah .section-sejarah-text p {
    font-size: 14px;
    margin: 0;
}

.section-profile-content .section-visi-misi-title {
    display: flex;
    align-items: center;
}

.section-profile-content .section-visi-misi-header {
    background-color: #032741;
    padding: 10px 50px;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}

.section-profile-content .section-visi-misi-content .row-content-visi-misi {
    padding: 15px 50px;
    color: #000;
    border-bottom: 1px solid #A6A6A6;
}

.section-profile-content .section-visi-misi-content ol,
li,
p {
    font-size: 14px;
}


.section-profile-content .section-lokasi-title {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .section-profile-content {
        /* margin-top: -180px; */
    }

    .section-profile-content .section-title {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .section-profile-content .section-sejarah.first {
        margin-top: 10px;
        padding: 0px;
    }
}

/* ut */
._fw-700 {
    font-weight: 700;
}