/********** Template CSS **********/
body {
	/* color: #555; */
	color: #000000;
}

.bg-white2 {
	background-color: #fff !important;
}

.header-about-us {
    background: url(../img/header-about-us.jpg) top left no-repeat;
    background-size: cover;
}

.header-history {
    background: url(../img/header-sejarah.jpg) top left no-repeat;
    background-size: cover;
}

.header-silsilah {
    background: url(../img/header-silsilah.jpg) top left no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .mt-5x {
        margin-top: 3rem !important;
    }

    .page-header {
        padding-top: 6rem;
        padding-bottom: 3rem;
        background: url(../img/header.jpg) top left no-repeat;
        margin-bottom: 0rem !important;
    }
  }


  ul.buts {
    list-style-image: url(../img/closed.svg);
    line-height: 1.7em;
}















/*  */