a {
    color: #606060;
}

div::after, div::after, table::after {
    content: none;
}

.blok-livestock {
    width: 85%;
    margin: 50px auto;
}

.btn-contact-us {
    display: block;
    width: fit-content;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #34a400;
    border: 1px solid #34a400;
    vertical-align: top;
    padding: 12px 18px;
    text-transform: uppercase;
    transition: all .2s ease-in;
}

.btn-contact-us:hover {
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.btn-contact-us i {
    margin-right: 2px;
}

@media (max-width: 767px) {
    .blok-livestock {
        width: calc(100% - 20px);
        margin: 25px auto;
        min-height: calc(100vh - 326px);
    }

    .btn-contact-us {
        font-size: 11px;
        padding: 6px 10px;
    }
}

/* TITLE & LINE */
.blok-livestock .line-title {
    margin-bottom: 10px;
}

.blok-livestock .title {
    display: grid;
    grid-template-columns: minmax(20px,.1fr) auto minmax(20px,1fr);
    text-align: center;
    align-items: center;
    grid-gap: 20px;
    width: 100%;
    margin: 0;
    font-size: 24pt;
    font-weight: 700;
    color: #34a400;
}

.blok-livestock .title::before, 
.blok-livestock .title::after {
    content: "";
    border-top: 2px solid #34a400;
}

@media (max-width: 767px) {
    .blok-livestock .title {
        grid-gap: 12px;
        font-size: 18pt;
    }
}
/* END TITLE & LINE */

/* LIST ARTIKEL */
.list-artikel {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: -10px;
}

.list-artikel .blok-artikel {
    width: calc(100% / 3);
    padding: 10px;
}

.list-artikel .blok-artikel .card-img-top {
    height: 250px;
}

.list-artikel .blok-artikel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.list-artikel .blok-artikel .judul {
    font-size: 14pt;
    font-weight: bolder;
    line-height: 1.2;
    margin: 5px 0px;
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-artikel .blok-artikel .content {
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0px;
    font-size: 11pt;
}

@media (max-width: 767px) {
    .list-artikel .blok-artikel {
        width: 100%;
        padding: 4px;
    }

    .list-artikel .blok-artikel .card {
        flex-direction: row;
        align-items: center;
    }

    .list-artikel .blok-artikel .card-img-top {
        width: 40%;
        height: 170px;
    }

    .list-artikel .blok-artikel .card-body {
        width: 60%;
        padding: 10px;
    }

    .list-artikel .blok-artikel .judul {
        font-size: 11pt;
    }

    .list-artikel .blok-artikel .content,
    .list-artikel .blok-artikel button {
        font-size: 9pt;
    }

    .list-artikel .blok-artikel .content {
        -webkit-line-clamp: 2;
    }

    .list-artikel .blok-artikel .btn-block {
        width: fit-content;
    }
}
/* END LIST ARTIKEL */

/* BREADCRUMB */
.breadcrumb {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    list-style: none;
    background-color: transparent;
    font-size: 9pt;
    padding: 5px;
    width: 100%;
}

.breadcrumb-item {
    display: inline-block;
    padding-left: 0px !important;
    margin: 0px;
}

.breadcrumb-item a {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .3rem;
    padding-right: 0.3rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #34a400;
}

@media (max-width: 767px) {
    .breadcrumb-item.active {
        display: inline-flex;
        width: calc(100% - 95px);
    }
}
/* END BREADCRUMB */

/* SHAREBOX */
.share-box {
    display: flex;
    justify-content: space-between;
    border: 1px dashed rgba(0,0,0,.21);
    border-radius: 10px;
    margin-top: 15px;
    padding: 4px;
}

.share-box-label {
    margin: 0 8px;
    font-weight: 700;
    font-size: 18px;
    color: #757575;
}

.share-box .content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-list {
    display: flex;
}

.share-list-link {
    position: relative;
    font-size: 36px;
    line-height: 0;
    padding: 8px;
}

.share-list-fb {
    fill: #4867aa;
}

.share-list-tw {
    fill: #1d9bf0;
}

.share-list-wa {
    fill: #2bb240;
}

.share-list-tg {
    fill: #2aabee;
}

.share-list-link:hover {
    fill: #212121;
}
/* END SHAREBOX */

/* ARTIKEL READ */
.artikel-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.artikel-read {
    width: 75%;
    padding-right: 20px;
}

.artikel-read .judul {
    font-size: 24pt;
    font-weight: bolder;
    line-height: 1.3;
    margin-bottom: 15px;
}

.artikel-read .image img {
    width: 100%;
    border-radius: 5px;
}

.artikel-read .content {
    text-align: justify;
    font-size: 11pt;
}

.artikel-read .content p,
.artikel-read .content dl,
.artikel-read .content ol,
.artikel-read .content ul,
.artikel-read .content li {
    margin: 10px 0px;
}

.artikel-read .content ol,
.artikel-read .content ul {
    padding-left: 25px;
}

.artikel-read .content br {
    margin: 2px 0px;
}

.artikel-other {
    width: 25%;
    padding-left: 10px;
}

.artikel-other .blok-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.artikel-other .blok-title .title1 {
    width: 50%;
    font-size: 12pt;
    font-weight: 600;
}

.artikel-other .blok-title .title2 {
    width: 50%;
    font-size: 11pt;
    text-align: right;
}

.artikel-other .blok-title .title2 a {
    color: #6D7588;
}

.artikel-other .blok-title .title2 a:hover {
    color: #34a400;
}

.artikel-other .blok-title .title2 i {
    color: #34a400;
}

.artikel-other .card img {
    display: none;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.artikel-other .card img:first-child {
    display: block;
}

.artikel-other .card .card-body {
    padding: 0px;
}

.artikel-other .card .card-body .other-list .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.artikel-other .card .card-body .other-list .list:last-child {
    border-bottom: 0px;
}

.artikel-other .card .card-body .other-list .list .no {
    color: #ddd;
    font-size: 40pt;
    font-weight: 600;
    /* padding: 5px 15px; */
    text-align: center;
    width: 20%;
    line-height: 1;
}

.artikel-other .card .card-body .other-list .list .judul {
    width: 80%;
}

.artikel-other .card .card-body .other-list .list .judul a {
    font-size: 12pt;
    font-weight: 600;
}

.artikel-other .card .card-body .other-list .list .judul a:hover {
    color: #34a400;
}

@media (max-width: 767px) {
    .artikel-read {
        width: 100%;
        padding-right: 0px;
    }

    .artikel-read .judul {
        font-size: 18pt;
    }

    .artikel-read .content {
        margin-top: 5px;
        font-size: 10pt;
    }

    .artikel-other {
        width: 100%;
        margin-top: 20px;
        padding: 0 5px;
    }
}