html .bg-color-light-custom-scale-1 {
	/*background-color: #f7f7f7 !important;*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../video/dark.jpg");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
	background-color: #528099;
}

.breadcrumb a{
    color: rgb(201, 204, 17); /* Gaya CSS khusus untuk <a> dalam ul.breadcrumb */
    text-decoration: none;
}

.breadcrumb a:hover{
    color: rgb(201, 204, 17); /* Gaya CSS khusus untuk <a> dalam ul.breadcrumb */
    text-decoration: none;
}

.activebreadcumb {
    color: rgb(235, 178, 40); /* Gaya CSS khusus untuk <a> dalam ul.breadcrumb */
    text-decoration: none;
}


/* icon download file pdf */
.pdf-download {
    display: inline-block;
    text-align: center;
}

.pdf-download img {
    width: 100px; /* Anda bisa menyesuaikan ukuran gambar */
    height: auto;
}

.text-kampus-merahlevel1{
    color:#023e8a;
}

.text-kampus-merahlevel2{
    color:#ededa6;
}

.bg-color-kampuslevel1{
    background-color: #023e8a;
}

.color-kampus1{
    color:#ededa6;
}

.color-kampus2{
    color:#023e8a;
}
.color-kampus3{
    color:#000;
}

.text-color-kampus1{
    color:#ededa6;
}

.text-color-kampus2{
    color:#023e8a;
}
.text-color-kampus3 {
    color:#000;
}

