.text-tittle{
    color: #012970;
    font-size: 16px;
}

.bg-breadcrumbs{
  width: 100%;
  /* background: url(../img/element/bg-proses-pengolahan.jpg) top center no-repeat; */
  background: linear-gradient(rgba(1,41,112, 0.8), rgba(1,41,112, 0.8)), url("../img/element/bg-proses-pengolahan.jpg") center center no-repeat;
  background-size: cover;
}


.about-low-area .about-img {
    position: relative;
}
  
/* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
.about-low-area .about-img .about-font-img {
    position: absolute;
    z-index: 1;
    left: -6%;
    top: 170px;
}

@media (max-width: 575px) {
    /* line 29, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
    .about-low-area .about-img .about-font-img img {
        width: 100%;
    }
}

/* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
.about-low-area .about-img .about-back-img {
    position: absolute;
    top: -47px;
    right: 0;
    z-index: 0;
}

@media (max-width: 575px) {
    /* line 42, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
    .about-low-area .about-img .about-back-img img {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
    .about-low-area .about-img .about-back-img {
        position: unset;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
    .about-low-area .about-img .about-back-img {
        position: unset;
    }
}

@media (max-width: 575px) {
    /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
    .about-low-area .about-img .about-back-img {
        position: unset;
    }
}

/* ---------------- SEARCH SHOW ----------------*/
#search-show{
	width: 300px;
	cursor: pointer;
	background-color: white;
}
#search-show:hover{
	background-color: #f8f9fa;
}
.judul-search{
	font-size:14px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}