
.advantage-image{
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 20px;
}

.advantage-image img{
    width: 100%;
    height: 100%;
}

.box-cover__parent{
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-cover__parent__fluid{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.box-cover__filter__fluid{
    background-color: rgba(87,184,70,0.92);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-cover__filter__contact{
    background-color: rgba(87,184,70,0.85);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-cover__filter__small{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
}

.box-cover__filter{
    background-color: rgba(0,0,0,0.78);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    cursor: pointer;
}

.box-cover__filter h3{
    color: #fff !important;
}

.box-cover__filter:hover{
    background-color: rgba(0,0,0,0.65);
    color: #fff;
   
}


.box-cover__parent__form{
    
    background-repeat: no-repeat;
    background-size: cover;
}

.box-cover__filter__form{
  
    color: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    cursor: pointer;
}

.submit-form input{
    background-color: #57b846 !important;
    color: #fff !important;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

/*** portofilo ***/

.portofilo-section__index{
   overflow: hidden;
}

.portofilo-section__index:hover{
    
}

.portofilo-text__caption h3{
    font-size:14px;
    font-weight:bold;
    color:#212121;
}

.portofilo-text__caption p{
    font-size:13px;
    color:#9e9e9e;
}

.portofilo-image {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.portofilo-image img{
    border-radius: 5px 5px 0px 0px;
  
}

.portofilo-text__heading{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}



.portofilo-text__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px; 
}

.portofilo-text__logo img{
    width: auto;
}

/***  articles ***/

.article-section__index{
    background-color:  #fff;
    border-radius: 5px;  
}

.article-text__top{
        height: 50px;
    overflow: hidden;
    line-height: 1.8 !important;
}

/*.article-text__caption h3{*/
/*    font-size: 18px !important;*/
/*}*/

.article-text__caption {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.article-image img{
    border-radius: 5px 5px 0px 0px;
}

.article-text__heading{
    padding: 15px;
}

.time-view{
    font-size: 10px;
    margin-top:10px;
}


/***  comment ***/

.comment-section__index{
    
      
}

.comment-text__caption h3{
    font-size: 16px !important;
    margin-top: 30px;
}

.comment-text__caption p{
    font-size: 14px !important;
    line-height: 2;
    margin-top: 30px;
}

.comment-image{
    width: 100px;
    height: 100px;
    margin: auto;
}

.comment-image img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
}


/***  customer ***/

.customer-show{
/*    height: 200px;*/
}

.customer-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 0 20px;  
}

.customer-image img{
    height: 100%;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.customer-image img:hover{
      -webkit-filter: none;
    filter: none;
}


/*** swiper ***/

.swiper-button-next-portofilo{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
    top: 35%;
    right: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-portofilo{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;
    top: 35%;
    left: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next-article{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
    top: 35%;
    right: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-article{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;
    top: 35%;
    left: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next-comment{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.6);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-right:5px;
    top: 35%;
    right: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-comment{
    height: 80px;
    width: 40px;
    background-color: rgba(256,256,256,0.6);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-left:5px;
    top: 35%;
    left: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*************/

.uk-select{
    opacity:0.8 !important;
}

/***** contact us page ******/

.map-show{
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
      -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    padding: 30px;
}

.map-show:hover{
      -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

/**********************/

.image-cat-service{
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}

.prd:hover{
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/****************************************/

.head-topic{
    height: 37px !important;
    line-height: 1.4 !important;
    overflow: hidden !important;
}

.all-views{
    display: flex;
    justify-content: space-between;
}