html {
  --color-primary : #5A189A;
  --color-primary-dark : #3C096C;
  --color-secondary : #FFBC00;
}
body {
	font-family: 'Source Sans Pro';
}
.container {
	/* width: 95%; */
	max-width: 1480px;
}

.primary-color {
	color: var(--color-primary);
}

.px1-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.tab {
	display: inline-block;
	margin-left: 40px;
}

.tab1 {
	tab-size: 2;
}

.navbar-atas, .navbar-parent {
	background-color: var(--color-primary);
	color: white;
}
.navbar-atas a {
	color: white;
}
.navbar-atas i {
	font-size: 1.3rem;
}
#navbar-atas-kanan {
	justify-content: flex-end;
	align-items: center;
}

nav .nav-item {
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
}
nav .nav-item .dropdown-item {
	text-transform: initial;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: var(--color-primary);
	font-weight: 700;
}

.bg-primer {
	background-color: var(--color-primary);
	border-color: var(--color-primary) !important;
	color: white;
}
.bg-primer2 {
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	border-color: var(--color-primary) !important;
	color: white;
}
.bg-primer:hover, .bg-primer2:hover {
	background-color: var(--color-primary-dark);
	border-color: var(--color-primary-dark) !important;
	color: white;
}
.bg-sekunder {
	background-color: var(--color-secondary);
}
.bg-primer-outline {
	background-color: white;
	border: 2px solid var(--color-primary) !important;
	color: var(--color-primary);
}
.bg-primer-outline:hover {
	background-color: var(--color-primary);
	/* border-color: white; */
	color: white;
}

.home-section-1, .home-section-8, .visi-section-1, .ekskul-section-1, .profil-section-1, .prestasi-section-1, .ppdb-section-1, .program-sekolah-section-1 {
	max-width: 1480px;
}

.home-section-1 .carousel-item img {
  max-height: 650px;
  min-width: auto;
}

.home-section-1 .carousel-title {
	font-size: 36px;
	font-weight: 800;
	-webkit-text-stroke: 2.5px var(--color-primary);
	font-family: 'Source Sans Pro';
	/* -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color-primary-dark); */
}
.home-section-1 .carousel-subtitle {
	display: inline-block;
	font-weight: 700;
	/* position: absolute; */
	width: max-content;
	font-size: 3.5rem;
	padding: 5px 30px;
	background-color: var(--color-primary-dark);
	border-radius: 7px;
	transition: 2s;

	-webkit-animation: fadeInAnimation 0.5s ease-out;
	-moz-animation: fadeInAnimation 0.5s ease-out;
}
.home-section-1 .carousel-subtitle2 {
	display: none;
	font-weight: 700;
	/* position: absolute; */
	font-style: italic;
	font-size: 2.2rem;
	width: max-content;
	padding: 19px 30px;
	background-color: var(--color-secondary);
	border-radius: 7px;
	transition: 2s;

	-webkit-animation: fadeInAnimation 0.5s ease-out;
	-moz-animation: fadeInAnimation 0.5s ease-out;
}
@keyframes fadeInAnimation {
	0% {
			opacity: 0;
	}

	100% {
			opacity: 1;
	}
}

@-moz-keyframes fadeInAnimation {
	0% {
			opacity: 0;
	}

	100% {
			opacity: 1;
	}
}
.home-section-1 .subtitle-parent {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 85px;
	width: 100%;
}
/* .home-section-1 .subtitle-parent:hover .carousel-subtitle {
	display: none;
}
.home-section-1 .subtitle-parent:hover .carousel-subtitle2 {
	display: inline-block;
} */

/* .home-section-1 .carousel-subtitle:hover {
	visibility: hidden;
}
.home-section-1 .carousel-subtitle2:hover {
	display: inline-block;
} */
.carousel-caption {
	top: 95px;
}

.data-alumni-section-1 .carousel-caption {
	top: 33%;
}
.coba {
	background-image: url('/img/section2_bottom.png');
	background-position: top;
}
.bg-atk {
	/* background-image: url('/img/berita 1.png'); */
	background-position: top;
}

.home-section-2 .progress {
	height: 0.3rem;
}
.home-section-2 h2 {
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--color-primary);
}
.home-section-2 p {
	text-align: justify;
	font-size: 1.1rem;
}

.home-section-3 {
	background-color: #F1F1F1;
}

.judul-primary, .home-section-3 h2, .home-section-4 h2, .home-section-7 h2, .home-section-8 h2, .home-section-9 h2, .profil-section-2 h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--color-primary);
}

.home-section-3 .parent-img{
	overflow: visible;
	/* border-radius: 19px; */
	position: relative;
	cursor: pointer;
}
.home-section-3 img {
	height: 250px;
	border-radius: 19px 19px 0 0;
	-webkit-filter: brightness(100%);
}
.home-section-3 .parent-img:hover img, .home-section-3 .parent-img:hover .bottom-center, .galeri-section-1 img:hover {
	-webkit-filter: brightness(50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home-section-3 .top-left, .berita-section-1 .top-left {
  position: absolute;
  top: 16px;
  /* left: 16px; */
  margin-left: 15px;
  margin-right: 15px;
	background: #ffbc00c7;
	border-radius: 25px;
	font-weight: 600;
	padding: 7px 10px;

	-webkit-animation: fadeInAnimation 0.3s ease-out;
	-moz-animation: fadeInAnimation 0.3s ease-out;
}
.home-section-3 .top-left span {
	font-size: 0.7rem;
}
.home-section-3 .top-left h4 {
	font-size: 1.9rem;
}
.home-section-3 .bottom-center {
  /* position: absolute; */
  /* bottom: -43px; */
	width: 100%;
	background: white;
	border-radius: 13px;
	padding: 21px 69px;
	border-bottom: 3px solid var(--color-secondary);
	transition: 0.5s;
	margin-top: -12px;
	z-index: 3;
}
.home-section-3 .bottom-center h4 {
	font-size: 1.2rem;
}
.home-section-3 .parent-img:hover .bottom-center{
	border-bottom: 3px solid var(--color-primary);
}
.home-section-3 .parent-img:hover .centered,
.galeri-section-1 .parent-image:hover .centered {
	display: block;
}
.home-section-3 .parent-img:hover .top-left{
	display: none;
}
.home-section-3 .btn-outline-light:hover {
	background-color: unset;
}
.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-section-3 .centered, .galeri-section-1 .centered {
	display: none;
	transition: 1s;

	-webkit-animation: fadeInAnimation 0.3s ease-out;
	-moz-animation: fadeInAnimation 0.3s ease-out;
}
.home-section-3 .bg-primer2:hover {
	background-color: transparent;
	border-color: var(--color-primary) !important;
	color: var(--color-primary);
}

.home-section-4 .parent-img, .home-section-8 .parent-img{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  /* right: 16px; */
	background: #fdfdfd;
	background: -webkit-linear-gradient(75deg, #fdfdfd 0%, #ffbc00 100%);
	background: linear-gradient(75deg, #fdfdfd00 0%, #ffbc00 100%);
}
.bottom-right h4{
	width: 50%;
	float: right;
	color: white;
}
.home-section-4 .bottom-right h4 {
	font-style: italic;
}
.home-section-3 img, .home-section-4 img, .home-section-8 .parent-img img, .ppdb-section-2 img{
	/* height: 250px; */
	width: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.home-section-4 img{
	height: 300px;
}
.home-section-4 img:hover, .ppdb-section-2 img:hover{
	transform: scale(1.1);
}

.home-section-5 {
	background-color: var(--color-primary);
}

.home-section-5 img {
	border-radius: 10px;
}

.home-section-5 ol, .home-section-5 ul {
	/* padding-inline-start: 20px; */
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.home-section-5 ol li, .home-section-5 ul li {
	/* margin-right: 8rem; */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.fasilitas-parent-deskripsi {
	max-height: 100%;
	overflow: auto;
}

.home-section-5 .carousel-indicators .active {
	background-color: var(--color-secondary);
}

.home-section-5 .owl-nav, .home-section-4 .owl-nav {
	position: absolute;
	top: 30%;
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
	color: #a8a8a8;
}

.home-section-4 .owl-nav {
	left: 0;
}

.home-section-5 .owl-carousel .owl-prev {
	margin-left: -7px;
	font-size: 2rem !important;
}
.home-section-5 .owl-carousel .owl-next {
	margin-right: -7px;
	font-size: 2rem !important;
}
.home-section-4 .owl-carousel .owl-prev {
	/* margin-left: -7px; */
	font-size: 2rem !important;
}
.home-section-4 .owl-carousel .owl-next {
	/* margin-right: -7px; */
	font-size: 2rem !important;
}

.underline-secondary {
	text-decoration: underline;
	text-decoration-color: var(--color-secondary);
}

.home-section-6 {
	background-color: var(--color-primary-dark);
	color: white;
}
.home-section-6 h3 {
	font-size: 3.5rem;
	font-weight: 600;
}
.home-section-6 i {
	font-size: 3.5rem;
	color: var(--color-secondary);
}

.home-section-7 img {
	height: 68px;
	width: 68px;
	object-fit: cover;
}
.home-section-7 .card {
	border: unset;
	color: white;
	height: 100% !important;
	justify-content: center;
}
.home-section-7 .c1 {
	background-color: #AD1457;
}
.home-section-7 .c2 {
	background-color: #F44336;
}
.home-section-7 .c3 {
	background-color: #FF9800;
}
.home-section-7 .c4 {
	background-color: #FFC107;
}
.home-section-7 h5 {
	font-size: 1.5rem;
}

.home-section-8, .home-section-8 .floating-png {
	background-image: url('/img/empty-blackboard 1.png');
	background-position: top;
	background-size: cover;
}
.home-section-8 .floating-png {
	background-image: url('/img/section8bg.png');
	background-position: top;
	padding-left: 15px;
	padding-right: 15px;
}
.home-section-8 h2 {
	color: white;
}
.home-section-8 .parent-img{
	border-radius: unset;
	border: 3px solid white;
}
.home-section-8 .parent-img img{
	height: 178px;
}
.home-section-8 .bottom-right {
	right: 0px;
	background-color: #ffbc006b;
}

.home-section-9 i {
	color: var(--color-primary);
}
.home-section-9 .form-group i {
	color: white;
}
.home-section-9 a {
	color: black;
}
.home-section-9 a:hover {
	color: black;
}
.home-section-9 input, .home-section-9 textarea {
	-webkit-box-shadow: 0 1px 10px 1px #5a189a;
	-moz-box-shadow: 0 1px 10px 1px #5a189a;
	box-shadow: 0 1px 10px 1px #5a189a;
}

footer {
	background-color: var(--color-primary-dark);
	color: white;
}
footer .parent-img-footer {
	border-radius: 0 0 23px 23px;
}
footer .socmed-icon-footer {
	color: white;
}

footer i {
	font-size: 26px;
}
footer .list-link a {
	color: white;
}

.visi-section-1, .profil-section-1 {
	min-height: 300px;
	background-image: url('/img/profil sekolah 1.png');
	background-size: cover;
	background-position: center;
}

.visi-section-2 p, .visi-section-2 li {
 font-size: 1.1rem;
 margin: 0;
}

.parent-judul-pita {
	border-left: 10px solid #7B2CBF;
	border-right: 10px solid #7B2CBF;
}

.judul-pita {
	display: inline-block;
	text-align: center;
	padding: 1rem 6rem !important;
	background-color: var(--color-secondary);
	color: white !important;
	border-left: 10px solid #FFE393;
	border-right: 10px solid #FFE393;
	margin: 0;
}

.judul-garis-bawah {
	border-bottom: 3px solid #d0d0d0;
	margin: 0;
	color: var(--color-primary);
	font-weight: 600;
	padding-bottom: 0.5rem !important;
}

.galeri-section-1 .nav-tabs .nav-item.show .nav-link,
.galeri-section-1 .nav-tabs .nav-link.active {
	border-color: var(--color-primary) var(--color-primary) #fff;
	background-color: var(--color-primary);
	color: white;
}

.galeri-section-1 .nav-tabs .nav-link:focus,
.galeri-section-1 .nav-tabs .nav-link:hover {
	border-color: var(--color-primary);
}

.galeri-section-1 .nav-tabs {
	border-bottom: 1px solid var(--color-primary);
}

.galeri-section-1 .parent-image {
	border-radius: 11px;
	overflow: hidden;
	position: relative;
}

.galeri-section-1 .video .parent-image {
	border-radius: 11px 11px 0 0;
	height: 219px;
}

.galeri-section-1 .video p{
	font-weight: 600;
}

.galeri-section-1 .parent-image img {
	object-fit: cover;
	object-position: center;
	height: 219px;
}

.galeri-section-1 hr {
	border-top: 2px solid var(--color-primary);
}

.galeri-section-1 .label-video {
	background-color: var(--color-secondary);
	border-radius: 0 0 23px 23px;
}

.ekskul-section-1, .prestasi-section-1, .program-sekolah-section-1, .ppdb-section-1 {
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.ekskul-section-1 {
	background-image: url('/img/banner-ekskul.png');
}

.ekskul-section-2 .card {
	/* border: none; */
	margin-bottom: 1rem !important;
}

.ekskul-section-2 .card-header {
	padding: .5rem 1.25rem;
}

.ekskul-section-2 .accordion>.card>.card-header, .ekskul-section-2 .card {
	border-radius: 11px;
	border: none;
}

.ekskul-section-2 #headingOne {
	background-color: #AD1457;
}
.ekskul-section-2 #headingTwo {
	background-color: #F44336;
}
.ekskul-section-2 #headingThree {
	background-color: #FF9800;
}
.ekskul-section-2 #headingFour {
	background-color: #FFC107;
}

.ekskul-section-2 .btn-link {
	color: white;
}

.ekskul-section-2 .btn {
	font-size: 1.2rem;
	border: unset;
	text-transform: capitalize;
}

.ekskul-section-2 .btn:focus {
	outline: unset;
	box-shadow: none;
	text-decoration: unset;
}

.ekskul-section-2 .btn-link:hover {
	text-decoration: none;
}

.ekskul-section-2 .card-body img {
	object-fit: cover;
	object-position: center;
}

.ekskul-section-2 .accordion>.card:not(:last-of-type) {
	/* border: 1px solid #00000020; */
	border: none;
	border-radius: 11px;
}
.ekskul-section-2 .accordion>.card:not(:first-of-type) {
	border-radius: 11px;
}

.back-div-secondary {
	background-color: var(--color-secondary);
}

.box-shadow-grey {
	-webkit-box-shadow: 3px 3px 10px 4px #dddddd;
	-moz-box-shadow: 3px 3px 10px 4px #dddddd;
	box-shadow: 3px 3px 10px 4px #dddddd;
}

.box-shadow-black {
	-webkit-box-shadow: 3px 3px 10px 1.5px #a8a8a8;
	-moz-box-shadow: 3px 3px 10px 1.5px #a8a8a8;
	box-shadow: 3px 3px 10px 1.5px #a8a8a8;
}

.profil-section-2 .box-shadow-grey > * {
	padding: 0 1.5rem;
}

.profil-section-2 .box-shadow-grey

.profil-section-2 .box-shadow-grey hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-color: black;

	-ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.profil-section-2 .box-shadow-grey h4 {
	font-weight: 600;
	color: var(--color-secondary);
}

.profil-section-2 #back-div-yellow {
	background-color: var(--color-secondary);
	top: 30%;
	z-index: -5;
}

.profil-section-2 .parent-img img {
	height: 198px;
	object-fit: cover;
	border-radius: 11px;
}

.data-siswa-section-1 h4 {
	color: var(--color-primary);
}

.data-siswa-section-1 .nav-tabs .nav-link {
	color: var(--color-primary);
	font-weight: 600;
	background-color: #DDDDDD;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-left-color: #bcbcbc;
	border-bottom-color: var(--color-primary);
}

.data-siswa-section-1 .card {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	border-radius: 9px;
	justify-content: center;
	height: 100% !important;
}

.data-siswa-section-1 img:hover, .ekskul-section-2 img:hover, .kurikulum-section-2 img:hover, .prestasi-section-2 img:hover, .galeri-section-1 img:hover {
	-webkit-filter: unset;
}

.data-guru-section-2 .card {
	height: 100% !important;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.data-guru-section-2 .card img {
	padding: 10px 10px 0 10px;
	border-radius: 50% 50% 0 0;
	max-height: 280px;
	object-fit: cover;
	object-position: top;
}

.data-guru-section-2 .card-body {
	background-color: var(--color-secondary);
	border-radius: 45% 45% 7px 7px;
	margin-top: -30px;
}

.prestasi-section-1 {
	background-image: url('/img/banner-prestasi.png');
}

.prestasi-section-2 .card-body h6 {
	text-align: justify;
	line-height: 1.4;
}

.program-sekolah-section-1 {
	background-image: url('/img/banner-program-sekolah.png');
}

.program-sekolah-section-2 .card {
	-webkit-box-shadow: 3px 3px 10px 3px #dddddd;
	-moz-box-shadow: 3px 3px 10px 3px #dddddd;
	box-shadow: 3px 3px 10px 3px #dddddd;

	height: 100% !important;
	transition: .5s;
}

.program-sekolah-section-2 .card:hover {
	background-color: var(--color-primary);
	color: white !important;
}

.program-sekolah-section-2 .card-body h5 {
	font-weight: 700;
	color: var(--color-primary);
}

.program-sekolah-section-2 .card:hover .card-body h5 {
	color: white;
}

.berita-section-1 h1, .detail-berita-section-1 h2, .data-alumni-section-2 h1 {
	color: var(--color-primary);
}

.berita-section-1 .card {
	border: none;
}

.berita-section-1 .card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.berita-section-1 .top-left {
	left: 0;
	border-radius: 0px;
	background: #ffbb00;
}

.berita-section-1 .selengkapnya a {
	color: var(--color-primary);
	text-decoration: none;
}

.detail-berita-section-1 h2 {
	font-size: 2.3rem;
}

#alamat-home {
	background-color: var(--color-secondary);
}

.data-alumni-section-1 .carousel-title {
	-webkit-text-stroke: unset;
	color: var(--color-primary);
}

.data-alumni-section-1 .btn {
	border-radius: 7px;
}

.data-alumni-section-1 .bg-sekunder {
	background-color: white;
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.ppdb-section-1 {
	background-image: url('/img/banner-list-ppdb.png');
	background-position: left center;
}

.ppdb-section-1 h1 {
	font-size: 2.7rem;
	font-weight: 700;
}

.ppdb-section-2 .card {
	background-color: #e1e1e1;
	border: unset;
	border-radius: 19px;
	overflow: hidden;
}

.ppdb-section-2 .btn {
	border-radius: 9px;
}
.ppdb-section-2 .bg-primer-outline {
	background-color: #e1e1e1;
}
.ppdb-section-2 .bg-primer-outline:hover {
	background-color: var(--color-primary);
	color: white;
}

.ppdb-section-2 h3 {
	font-weight: 700;
	font-size: 2.3rem;
	color: var(--color-primary);
}

.ppdb-section-2 p {
	font-size: 1.3rem;
}

.ppdb-section-2 img {
	clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.ppdb-section-2 .image-right {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
}

.daftar-ppdb-section-2 .card {
	background-color: white;
	border-radius: 19px;
	overflow: hidden;
}

.daftar-ppdb-section-2 .card-body h4 {
	background-color: #FFDA74;
	padding: 0.8rem 7rem;
	font-size: 1.4rem;
}

.daftar-ppdb-section-2 .card-text {
	font-size: 1.2rem;
}

.isi-berita img {
	max-width: 100%;
}

.isi-berita figure {
	text-align: center;
}

.fasilitas-carousel .owl-nav {
	display: flex !important;
}
.partner-carousel .owl-nav {
	display: flex !important;
}

.unit-carousel .owl-nav {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	position: absolute;
	top: 43%;
}

.home-partner-left {
	border-right: 1px solid grey;
}

.preview-berita {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.preview-berita figure, .preview-berita img {
	display: none;
}

.ck-content {
	word-break: break-word;
}

.ck-content img {
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	.profil-section-2 .box-shadow-grey {
		text-align: center;
	}
	.profil-section-2 .box-shadow-grey > * {
		padding-bottom: 1rem !important;
	}
	.home-section-5 ol li {
		/* margin-right: 2rem; */
	}
	.data-alumni-section-1 .carousel-caption {
		top: 25%;
	}
	#parent-new-logo {
		top: 50px !important;
	}
	.carousel-caption {
		top: 105px;
	}
}

@media only screen and (max-width: 767px) {
	#parent-new-logo {
		top: 60px !important;
	}
	#navbar-atas-kanan {
		justify-content: center;
	}
	.data-siswa-section-1 .card {
		text-align: center;
	}
	.data-alumni-section-1 h5 {
		width: 100% !important;
	}
	.data-alumni-section-1 .carousel-caption {
		top: 20%;
	}
	.detail-berita-section-1 .isi-berita img {
		width: 100% !important;
	}
	.ppdb-section-2 img {
		max-width: 100% !important;
	}
	.ppdb-section-2 .text-kiri {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.ppdb-section-2 .parent-text-kiri {
		flex-direction: column-reverse;
	}
	.daftar-ppdb-section-2 .card-col-right {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.daftar-ppdb-section-2 .card-col-right .title-div {
		padding: 0 !important;
	}
	.detail-berita-section-1 h2 {
		font-size: 1.8rem;
	}
	#text-ppdb-left {
		text-align: center;
	}
}
@media only screen and (max-width: 610px) {
	#parent-new-logo {
		top: 20px !important;
	}
	.navbar-atas {
		display: none;
	}
	.data-alumni-section-1 .carousel-caption {
		top: 5%;
	}
	.daftar-ppdb-section-2 .card-body h4 {
		padding: 1rem 3rem;
	}
}
@media only screen and (max-width: 575px) {
	.parent-col-footer {
		text-align: center;
	}
	.data-alumni-section-1 .carousel-caption {
		top: 25%;
	}
	.data-alumni-section-1 h5 {
		display: none !important;
	}
	.isiProgramSekolah {
		text-align: center;
	}
	.isiProgramSekolah li {
		width: fit-content;
	}
	.home-partner-left {
		border-right: none;
	}
}
@media only screen and (max-width: 514px) {
	#logo-kiri img {
		max-width: 180px !important;
	}
	#logo-kanan img {
		max-width: 40px !important;
	}
	.home-section-5 ol {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.data-alumni-section-1 .carousel-caption {
		top: 15%;
	}
	.data-alumni-section-1 .carousel-title {
		font-size: 28px;
	}
	.detail-berita-section-1 h2 {
		font-size: 1.5rem;
	}
}
