.produk .banner {
    width: 100%;
}

.produk {
    background: #EE392B;
    padding-bottom: 30px;
    position: relative;
}

.produk-hukum.detail {
    padding-top: 45px;
}

.produk .title {
    text-align: center;
    padding: 30px 0;
}

.produk .title span {
    font-size: 36px;
    position: relative;
    font-weight: bold;
    color: #fff;
}

.produk .title span::before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -5px;
    background: #fff;
    width: 60%;
    left: 20%;
}

.produk .search-product {
    background: #fff;
    padding: 15px;
}

.produk .search-product .keyword {
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.produk .search-product .keyword::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: capitalize;
}

.produk .search-product .keyword:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: capitalize;
}

.produk .search-product .keyword::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: capitalize;
}

.produk .search-product .keyword:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: capitalize;
}

.produk .search-product .keyword::placeholder {
    /* Recent browsers */
    text-transform: capitalize;
}

.produk .search-product .btn-search {
    margin: auto;
    text-align: center;
    padding: 15px 0;
}

.produk .search-product .btn-search .btn {
    padding: 5px 25px;
    border: 1px solid #535353;
}

.produk .title-pdetail {
    padding: 30px;
}

.produk .title-pdetail span {
    position: relative;
    color: #fff;
}

.produk .title-pdetail span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80%;
    left: 10%;
    bottom: -6px;
    background: #fff;
}

.produk .table-product {}

.produk .table-product .date-label,
.produk .table-product .date {
    width: 50px;
    margin: 0 0 0 15px;
}

.produk .table-product .table-head {
    background: #EE392B;
    padding: 10px 0;
    color: #fff;
    border-bottom: 0px solid #707070;
    border: 1px solid #707070;
}

.produk .table-product .table-head .peraturan-label {
    text-align: center;
}

.produk .table-product .table-body {
    padding: 10px 0;
    border: 1px solid #707070;
    border-bottom: 0 solid #707070;
    background: #fff;
}

.produk .table-product .table-body .link a {
    color: #2E5B5B;
}

.produk .table-footer {
    text-align: right;
    margin-bottom: 30px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #707070;
    border-top: 0 solid #707070;
}

.produk .table-footer .btn {
    background: #2F5E5D;
    color: #fff;
}

.produk .table-footer .inActive {
    opacity: 0.5;
}

.produk #pdf1,
.produk #pdf2,
.produk #pdf3 {
    height: 780px;
    background: #fff;
}

.produk p.not-found {
    padding: 15px;
}

.produk .active {
    /* display: block; */
}

.produk .inactive {
    display: none;
}

.produk .product-summary {
    background: #fff;
    padding: 15px;
}

.produk .product-summary table {
    width: 100%;
}

.produk .product-summary .title {
    text-align: left;
    font-weight: bold;
    padding-bottom: 0;
    width: 165px;
    padding-top: 0;
}

.produk .product-summary .title+td {
    width: 10px;
}

.produk .detail-pdf button {
    padding: 15px;
    border: 0 solid transparent;
    background: #EE392B;
    color: #fff;
    display: block;
}

.produk .detail-pdf button.active {
    background: #4E5551;
}

.produk .detail-pdf button span {
    position: relative;
}

.produk .detail-pdf button span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80%;
    left: 10%;
    bottom: -6px;
    background: #fff;
}

.produk .detail-pdf .pdf-render {
    padding: 0;
}

.view-mobile {
    display: none;
}

@media only screen and (max-width: 360px) {
    .produk .title-pdetail span {
        font-size: 18px;
    }
    .produk .title-pdetail span::before {
        bottom: -15px;
    }
    .produk .title-pdetail h1 {
        line-height: 0.9;
    }
}

@media only screen and (max-width: 576px) {
    .view-desktop {
        display: none;
    }
    .view-mobile {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .produk .search-product .col-6 {
        padding: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .produk .title-pdetail h1 {
        position: relative;
    }
    .produk .title-pdetail span {
        position: unset;
    }
}