body {
	color: #444444;
	font-family: 'Rubik', sans-serif;
	/* font-weight: 300; */
}

table caption{
	caption-side:top;
}

html{scroll-behavior:smooth}

a, a:hover {
	color: #444444;
	text-decoration:none;
}

.highlightBox a, .highlightBox a:hover {
	color: #444444;
	text-decoration:none;
}

.foot0{
font-weight:bold;
}

h2 {
	font-size: 24px;
	line-height: 34px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	/*letter-spacing: .2px;*/
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	/* font-weight: 300; */
	/*letter-spacing: .2px;*/
}

#logo {
	/* height: 70px; */
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.swiper {
	width: 100%;
	height: 600px;
}

.swiper-button-next, .swiper-button-prev {
	color: #FFFFFF;
}

.slide_caption {
	text-align: left;
	margin-top: 220px;
	background-color:red;
	padding: 15px 20px;
	display: inline-block;
	border: 0px solid black;
	color: #a76a01;
	background-color: rgba(255,255,255,0.90);
	font-weight: 300;
}

.slide_caption .title_1 {
	font-size: 45px;
	line-height: 45px;
}

.slide_caption .title_2 {
	margin-top: 20px;
	font-size: 30px;
	line-height: 20px;
}

.slide_caption .title_3 {
	margin-top: 20px;
	font-size: 20px;
}

.container {
	/*max-width: 1500px;*/
	max-width: 90%;
	margin: auto;
	padding: 0;
}

.termin-bg{
	background-color: #797b7d;
}

@media (max-width: 991px)
{
	#cmsNavbar
	{
		float: left;
	}

	#logo
	{
		margin-top: 0px !important;
		margin-bottom: 20px;
	}
	
	.container {
	max-width: 100%;
	}
}

@media (max-width: 920px)
{
	.slide_caption_wrapper {
		text-align: left !important;
	}

	.slide_caption
	{
		text-align: left;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.slide_caption .title_1 {
		font-size: 40px;
		line-height: 40px;
	}

	.slide_caption .title_2 {
		margin-top: 15px;
		font-size: 25px;
		line-height: 15px;
	}

	.slide_caption .title_3 {
		margin-top: 15px;
		font-size: 20px;
	}
	
	.container {
	max-width: 100%;
	}
}

@media (max-width: 550px)
{
	.slide_caption .title_1 {
		font-size: 35px;
		line-height: 35px;
	}

	.slide_caption .title_2 {
		margin-top: 10px;
		font-size: 22px;
		line-height: 26px;
	}

	.slide_caption .title_3 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 22px;
	}

	#logo {
		height: 50px;
	}

	#logo_footer {
		height: 70px;
	}

	.swiper {
		height: 450px;
	}
	
	.container {
	max-width: 100%;
	}
}



/* NAVBAR */
.navbar {
	font-size: 21px;
	/* margin-top: 40px; */
	/* max-width: 90%; */
	/* margin:auto; */
}

.navbar a {
	color: #444444;
	white-space: nowrap;
	/* text-transform: uppercase */
	
}
/*
.navbar .dropdown-toggle::after {
	display: none;
}
*/
.navbar li {
	padding-right: 40px;
}

.navbar ul > li > ul {
	background-color: #ffffff;
	padding: 8px;
	font-size: 20px;
	border-radius: 0px;
	/* border: 1px solid #CCC; */
}

.navbar ul > li > ul > li {
	padding: 4px;
}

.navbar-toggler {
	border: 1px solid #ccc;
}

@media (max-width: 992px)
{
	.navbar-toggler {
		float: right;
		margin-bottom: 10px;
	}
	
	.navbar {
		display: block;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.dropdown-menu.show {
		margin-bottom: 10px;
	}
	
	.container {
	max-width: 100%;
	}
}

/* TOPBAR */
.topBar {
	text-align: right;

}

.topBar a, .topBar a:hover {
	color: #444444;
}

/* FOOTER */
.footer a {
	color: #ffffff;
}


/* AGENDA */
.agenda p {
	font-size: 18px;
}

.agenda a {
	color: #444444;
}

.agenda a:hover {
	text-decoration: none;
}


.agenda .media-container-row {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
}