.filter-checkbox li{
    margin-right: -25px;
}

.filter-checkbox input{
    margin-left: 10px;
}

.portofilo-section__general{
    background-color: #fff;
    border: solid 1px #eee;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    padding: 15px;
/*    direction: rtl;*/
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portofilo-link_website{
    color: #0069ff;
}

.portofilo-section__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px; 
}

.type-service{
    font-size: 13px;
    margin-top: 15px;
}

.portofilo-caption{
    font-size: 14px;
    line-height: 2;
}

.portofilo-image {
    border: solid 1px #ddd;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-top: 15px;  
}

.portofilo-image-main {
    border: solid 1px #ddd;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 255px;
    overflow: hidden;
    margin-top: 15px; 
    background-color: #f8f8f8;
}

.portofilo-image__single{
     border: solid 1px #ddd;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.portofilo-slider__link{
    object-fit: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 15px;
    display: block;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #f8f8f8;

}

.portofilo-slider__link img{
    width: 100%;
}

.shifter-slide{
    color: #9e9e9e !important;
}

.table-portofilo__section{
    border: solid 1px #f1f1f1;
    margin-top: 20px;
}

.uk-table-striped tbody tr{
    border-bottom: none !important;
    border-top: none !important;
}

.uk-table-small td{
    padding: 35px 15px !important;
}

.portofilo-head__table{
    font-size: 13px;
    color: #616161;
}

.portofilo-text__table{
    font-size: 13px;
    color: #9e9e9e;
}

.portofilo-explain__passage{
    margin-top: 30px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px;
}
.portofilo-explain__passage p{
   color: #9e9e9e !important;
    line-height: 2.5;
    font-size: 13px;
    text-align: justify;
}
