/* start font */
body {
	font-family: 'Nunito', sans-serif;
}
/* end font */

/* start banner */
.owl-carousel {
    position: relative;
}
.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background:none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

  .carousel-caption {
	top:220px;
  }

  @media (min-width: 992px) {
	.carousel-caption {
	  top:220px !important;
	}
  }

  .carousel-caption h3 {
	font-size:50px;
	text-align:center;
	font-weight:bold;
  }

  @media (min-width: 992px) {
	.carousel-caption h3 {
	  font-size:50px !important;
	  text-align:center;
	  font-weight:bold;
	}
  }

  .carousel-caption p {
	font-size:30px;
	text-align:center;
  }

  @media (min-width: 992px) {
	.carousel-caption p {
	  font-size:30px !important;
	  text-align:center;
	}
  }

  @media (min-width: 300px) {
	.img-fluid.w-100.d-block {
	  height:auto;
	}
  }

  @media (min-width: 576px) {
	.img-fluid.w-100.d-block {
	  height:auto;
	}
  }

  @media (min-width: 768px) {
	.img-fluid.w-100.d-block {
	  height:auto;
	}
  }

  @media (min-width: 992px) {
	.img-fluid.w-100.d-block {
	  height:100vh;
	}
  }

  @media (min-width: 300px) {
	.carousel-caption {
		top:10%;
	  	font-size:20px;
	}
  }

  @media (min-width: 300px) {
	.carousel-caption h3 {
	  font-size:20px;
	}
  }

  .carousel-caption p {
	font-size:15px;
  }

  @media (min-width: 768px) {
	.carousel-caption {
		top:10%;
	}
  }

  @media (min-width: 768px) {
	.carousel-caption h3 {
	  font-size:40px;
	}
  }

  .text-shadow
  {
	text-shadow:
											  -1px -1px 1px #000,
											  -1px -1px 3px #000,
											  1px 1px 1px #000,
											  1px 1px 3px #000,
											  1px -1px 1px #000,
											  -1px 1px 1px #000;
  }
/* end banner*/

/* start agenda */
.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* end agenda */

/* start berita */
.mb.card-body{
    text-align: center;
}
.mb.btn{
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card{
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.section-title-agenda h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-agenda h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-agenda h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #37ec5e;
	bottom: 0;
}
.section-title-agenda h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-agenda h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-agenda h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #37ec5e;
	bottom: 0;
}

.section-title-pengumuman h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-pengumuman h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-pengumuman h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #ee1d15;
	bottom: 0;
}
.section-title-berita h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-berita h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-berita h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #1ca6e6;
	bottom: 0;
}
.section-title-link h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-link h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-link h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #0c0625;
	bottom: 0;
}
.section-title-alumni h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-alumni h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-alumni h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #ecc207;
	bottom: 0;
}
.section-title-download h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #37517e;
}
.section-title-download h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title-download h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 240px;
	height: 3px;
	background: #ec07a0;
	bottom: 0;
}
/* end berita */

/* start button */
.bg-dark-moon {
	background: #141e30; /* fallback for old browsers */
	background: -webkit-linear-gradient(
		to right,
		#243b55,
		#141e30
	); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to right,
		#243b55,
		#141e30
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}
.bg-green-moon {
	background: #179880;
	background: -webkit-linear-gradient(left, #179880, #21a476);
	background: -o-linear-gradient(right, #179880, #21a476);
	background: -moz-linear-gradient(right, #179880, #21a476);
	background: linear-gradient(to right, #179880, #21a476);
}
.btn-radius {
	border-radius: 50px;
}
/* end button */

/* start datatables */
.hiddenRow {
	padding: 0 4px !important;
	background-color: #eeeeee;
	font-size: 13px;
}
.accordian-body span {
	color: #a2a2a2 !important;
}
/* end datatables */

/* start footer */
footer {
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
}
.footer-title{
	position: relative;
    color: #fff;
	font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #4e4e4e;
}
.footer-title:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background: #ff304d;
}
.recent-post li {
	display: block;
	margin-bottom: 25px;
}
.recent-post li label {
	float: left;
	border: 2px solid #343a40;
	padding: 1px 7px;
	text-align: center;
}
footer .input-group-addon {
	padding: 10px;
}
.f-address li {
	display: inline-block;
}
.f-address li i {
	font-size: 18px;
}
.copyright {
	padding: 12px 0;
	font-size: 14px;
}
/* end footer */