.box_pildun {
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(../img/bg_panjang.png);
    background-size: cover;
    margin-bottom: 40px;
    min-height: 594px;
}

.box_pildun .pic {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

.box_pildun .pic img {
    opacity: 0.7;
}

.box_pildun .pic:before {
    content: "";
    z-index: 2;
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/gradasi-item.png) !important;
}

.box_pildun .name {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    padding: 126px 20px 10px 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.box_pildun .name:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #00a2b4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}

.box_pildun .name:hover::before {
    width: 80px;
}

.box_pildun .ti_2 {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

.box_pildun .ti_2 span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.box_pildun .ti_2:before {
    background: #0550F2 !important;
}
.box_pildun ul {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

.box_pildun ul li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.box_pildun ul li:first-child a {
    font-size: 16px;
    font-weight: 700;
}

.box_pildun .bt_more {
    position: relative;
    z-index: 2;
}
.box_pildun .bt_more.orange span {
    background-color: #00a2b4 ;
}
