/*body font*/
	/*@font-face {
		font-family: "schbk";
		src: url('GrCnskn.TTF');
	}*/

	a, p, h1, h2, h3, h4, h5, div {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'Montserrat';
	}

	body, .fc-main {
		color: #333333;
	}
	.fc-white, a.link.fc-white {
		color: white;
	}
	.fc-grey { color: grey }
	.fs-12 {
		font-size: 12px;
	}
	.fs-14 {
		font-size: 14px;
	}
	/*.ff-schbk {
		font-family: schbk;
	}*/
	.p-indent{
		text-indent: 30px;
	}

/*scrollbar*/
	#sc-1::-webkit-scrollbar {
		width: 4px;
		background-color: #F5F5F5;
		position: absolute;
	}
	#sc-1::-webkit-scrollbar-track {
		/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
		background-color: #F5F5F5;
		position: relative;
	}

	#sc-1::-webkit-scrollbar-thumb {
	    background-color: grey;
		/*background-color: #000000;*/
		/*border: 2px solid #555555;*/
	}

/*color*/
	.main-color {
		background-color: grey;
	}
	.main-color-2 {
		background-color: #020233;
	}

/*header*/
	.logo {
		width: 100%; /*height: 112px;*/ left: 15px; top: 0; background-color: #201B5C; padding: 15px; display: flex; align-items: center; z-index: 100; border-radius: 0 0 3px 3px;
	}
	.top-header-contact {
		padding: 5px 0; text-align: right; height: 30px; color: white; font-size: 12px;
	}
	.top-header {
		height: 30px;
	}
	.top-header .list-inline li {
		padding: 0 5px;
		border-right: 1px solid #fff;
		display: inline-table;
	}
	.top-header .list-inline li:last-child {
		border-right: none;
		padding-right: 0px;
	}
	.main-header {
		/*height: 62px;*/
		padding: 15px 0;
		/*background-color: rgba(0, 0, 0, 0.7);*/
		background-color: #4D4D4D;
	}
	.main-header .list-inline li {
		padding: 0 15px;
		display: inline-table;
	}

	.main-header #main-tab {
		font-size: 12px;
		font-weight: bold;
	}

/*breadcrumb*/
	.locbreadcrumb {
		margin-top: 35px;
	}
	.locbreadcrumb .breadcrumb {
		padding: 10px 0;
		background-color: #fff;
		border-bottom: 1px solid #CCCCCC;
	    border-radius: 0;
	}
	.locbreadcrumb .breadcrumb-item.active {
		color: #F58634;
	}
	.locbreadcrumb .breadcrumb-item+.breadcrumb-item::before {
		font-family: "FontAwesome";
		content:"\f105";
	}

/*slider*/
	.slider {
		background-color: lightyellow;
		height: 536px;
		padding: 40px 0 35px 0; 
	}

	.slider .carousel {
		height: 460px;
	}

	.slider .carousel .carousel-inner, .slider .carousel .carousel-item {
		height: 100%;
		border-radius: 3px
	}


	.slider .carousel .carousel-inner .carousel-info {
		position: absolute; right: 0; top: 300px; min-height: 80px; background-color: rgba(21,15,87,0.9); width: 400px;
	}

	.slider .carousel-indicators .active {
		background-color: #FFC314;
	}

/*content*/
	.content {
		padding: 20px 0;
		min-height: 100vh; 
	}

/*custom*/
	.c-title {
		position: relative;
		color: grey;
		margin-bottom: 30px;
	}

	.c-title:after {
		content: "";
		position: absolute; 
		left: 0;
		bottom: -15px;
		height: 3px;
		width: 70px;
		background-color: #FFC314;
	}

	.list-v {}
	.list-v > li {
		padding: 5px 0;
		border-bottom: 1px solid #B3B3B3; 
	}
	.list-v.noborder > li {
		border-bottom: 0px; 
	}
	.list-v > li.more, .more {
		border-bottom: none;
		text-align: right;
		list-style: none;
	}

	a.link {
		color: #1A1A1A;
		transition: color 0.30s;
	}
	a.link:hover {
		color: #F58634;
	}
	.more a.link {
		color: #3088EF;
		transition: color 0.30s;
	}
	.main-header .list-inline li .active {
		position: relative;
	}
	.main-header .list-inline li .active:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		height: 3px;
		width: 100%;
		background-color: #FF6600; 
	}
	.link-2:hover {
		color: unset;
		text-decoration: none;
	}

	.b-pict {
		background-size: cover; background-position: center center;
	}

	.news{}
	.news-date{
		color: #EE1616; 
	}
	.news-title{
		/*font-family: 'schbk';*/
		margin-bottom: 20px;
		position: relative;
	}
	.news-title:after{
		content: "";
		position: absolute; 
		left: 0;
		bottom: -10px;
		height: 3px;
		width: 70px;
		background-color: #4A0D87;

	}
	.news-pict {
		height: 200px; 
		border-radius: 3px;
	}
	.focus-item {
		background-color: #e6e6e6; margin-bottom: 20px; padding: 10px; text-align: center; border: 2px solid #160f57;
	}
	p img {
		max-width: 90%;
		height: auto;
	}
	
	.cusvid_4-3 {
    	position: relative;
    	width: 100%;
    	padding-top: 75%
	}

	.cusvid_4-3 iframe {
		max-width: 100%;
        position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	}

	.video-container {
		border-radius: 3px;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

	.pmbad:before{
		content: "";
		z-index: 0;
		position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background-position: center;
	    background-size: cover;
	    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.69) 0%,rgba(255,255,255,0.6) 100%), url('../../userfiles/slider/gedung%20stikes.jpg'); -webkit-filter: grayscale(100%); filter: grayscale(100%);
	}

/*table*/
	table.va-top td {
 		vertical-align: top;
	}

/*pagination*/
	.nav-page {
		display: flex;	
	}
	.nav-page > .pagination {
		margin: auto;
	}
	.page-link.active {
		color: #ffffff;
	    background-color: #ffc314;
	}