.blok-top {
    background: url(../image/kandang2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    height: calc(100vh - 58.4px);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.blok-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.1) 100%);
}

.blok-top .title {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 28pt;
    font-weight: bolder;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.blok-top .blok-keunggulan {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    display: flex;
    padding: 50px;
}

.blok-top .blok-keunggulan::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #34a400;
    opacity: 0.5;
    border-radius: 100px 100px 0px 0px;
}

.blok-top .blok-keunggulan .keunggulan {
    width: 33.333%;
    text-align: center;
    padding: 0px 10px;
    position: relative;
}

.blok-top .blok-keunggulan .keunggulan img {
    width: 50%;
}

.blok-content {
    padding: 50px 10%;
    display: flex;
}

.side-content {
    width: 30%;
    padding-right: 10px;
}

ul.sidebar-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.sidebar-menu li {
    margin: 0px;
}

ul.sidebar-menu li button {
    border: none;
    border-radius: 0px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #606060;
}

ul.sidebar-menu li.active button {
    color: #333;
    font-weight: bolder;
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

ul.sidebar-menu li button::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 95%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #606060;
}


ul.sidebar-menu li.active button::after {
    border-color: transparent transparent transparent #333;
}

ul.sidebar-menu li button i {
    padding-right: 10px;
}

.sidebar-menu li.active button i {
    color: #34a400;
}

.about-content {
    width: 70%;
    padding-left: 10px;
}

.about-content h2 {
    margin: 0px;
}

.about-content ol {
    margin-bottom: 20px;
}

.about-content ol li {
    padding: 5px 0px;
    text-align: justify;
}

ul.sejarah-peternakan {
    list-style: none;
    margin-top: 10px;
}

ul.sejarah-peternakan li {
    margin-left: 0;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    position: relative;
    margin-bottom: 30px;
}

ul.sejarah-peternakan li::before {
    content: "";
    position: absolute;
    inset: 30px auto -56px 74px;
    border-left: 1px dashed #efc032;
}

ul.sejarah-peternakan li .tahun {
    position: relative;
    color: #34a400;
    margin-right: 50px;
    font-size: 16pt;
    font-weight: bolder;
    width: auto;
}

ul.sejarah-peternakan li .tahun::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #34a400;
    border: 5px solid #fff;
    box-shadow: 0px 3px 10px #0003;
    position: absolute;
    top: 0px;
    left: 60px;
}

ul.sejarah-peternakan li:last-child::before {
    display: none;
}

ul.sejarah-peternakan li .des {
    text-align: justify;
}

ul.sejarah-peternakan li .des p {
    margin: 0;
}

.isi-profil {
    margin-top: 25px;
}

.isi-profil p {
    margin-bottom: 10px;
    text-align: justify;
}

.about-content .sejarah,
.about-content .profil {
    display: none;
}

@media (max-width: 767px) {
    .blok-top {
        height: calc(100vh - 48px);
    }

    .blok-top .blok-keunggulan {
        padding: 10px;
    }

    .blok-top .blok-keunggulan::before {
        border-radius: 20px 20px 0px 0px;
    }

    .blok-top .blok-keunggulan .keunggulan {
        font-size: 8pt;
    }

    .blok-top .blok-keunggulan .keunggulan img {
        width: 100%;
    }

    .blok-content {
        padding: 20px;
        display: block;
    }

    .side-content {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .about-content {
        width: 100%;
        padding-left: 0px;
    }

    iframe {
        width: 100%;
        height: revert-layer;
    }
}