@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap");

/* font glyphicons */
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../../fonts/glyphicons-halflings-regular.eot");
	src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix")
			format("embedded-opentype"),
		url("../../fonts/glyphicons-halflings-regular.woff") format("woff"),
		url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
		url("../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
			format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-refresh:before {
	content: "\e031";
}

/* disabled */
.disabled {
	cursor: not-allowed !important;
}

.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #f86c6b;
}
.has-error .form-control {
	border-color: #f86c6b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 28px;
}
.row label ~ .form-control-feedback {
	top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0;
	}
	.form-inline .checkbox input[type="checkbox"],
	.form-inline .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#member {
	display: none;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

/* loader */
.loading {
	display: flex;
}
.loading .dot {
	position: relative;
	width: 2em;
	height: 2em;
	margin: 0.8em;
	border-radius: 50%;
}
.loading .dot::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
	background: #fe8f6b;
}
.loading .dot:nth-child(1)::before {
	animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
	background: #ec6c47;
}
.loading .dot:nth-child(2)::before {
	animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
	background: #d25230;
}
.loading .dot:nth-child(3)::before {
	animation-delay: 0.6s;
}
.loading .dot:nth-child(4) {
	background: #ba3518;
}
.loading .dot:nth-child(4)::before {
	animation-delay: 0.8s;
}
.loading .dot:nth-child(5) {
	background: #8f2109;
}
.loading .dot:nth-child(5)::before {
	animation-delay: 1s;
}

@keyframes wave {
	50%,
	75% {
		transform: scale(2.5);
	}
	80%,
	100% {
		opacity: 0;
	}
}

/* endloader */
.img-card {
	width: 100%;
	height: 132px;
	object-fit: cover;
}

img.banner-top {
	width: 100%;
	height: 24vh;
	object-fit: cover;
}

.ff-form .ff-button-bar a {
	display: none;
}

.ff-form .ff-button-bar button {
	line-height: 0 !important;
}

.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
	text-align: left;
}

.textinimg {
	position: relative;
	text-align: center;
	color: white;
}

.card-deskripsi {
	margin-top: 1em;
}

.card-deskripsi span {
	color: #005c9c;
	font-weight: 600;
	font-size: 0.875rem;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}

.card-deskripsi h3 {
	transition: all 0.15s ease-out;
	margin-top: 0.65em;
	font-size: 1.37em;
	line-height: 1.15;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.card-deskripsi small {
	color: #84919c;
	font-size: 0.875em;
	line-height: 1.4;
}

.card-noborder {
	border: none !important;
}

.border-x {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.card-poster {
	width: 100%;
}

.card-poster img {
	height: 100%;
	object-fit: fill;
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.sub-title {
	border-top: 3px solid #141414;
	padding-top: 0.4em;
	border-bottom: 1px solid #d5e0e8;
	font-size: 1.7em;
	padding-bottom: 0.3em;
	padding-right: 2em;
	margin-top: 0;
	font-weight: normal;
	position: relative;
}

.view-all {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 0.5em;
	font-weight: 600;
	color: #bfccd4;
	text-decoration: none;
	color: inherit;
}

.blog-img:hover {
	opacity: 0.9;
}

.blog-text {
	text-align: left;
	right: 0;
}

.blog-text small {
	text-align: left;
	right: 0;
	color: inherit;
}

.blog-text:hover {
	opacity: 0.9;
}

.blog-img img {
	width: 100%;
	object-fit: cover;
}

.padding_bottom {
	padding-bottom: 140px !important;
}

#frameWrap {
	position: relative;
}

.iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

#loader {
	position: absolute;
	left: 36%;
	top: 38%;
	padding: 25px;
}

.learning_part {
	/* background-image: url(../img/baner_bg.png); */
	background-repeat: no-repeat;
	background-size: 68%;
	background-position: top right;
}

.big-form {
	position: relative;
	float: left;
}

.text-big-form span {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	margin: 0;
}

.tout-link {
	color: #0c2e60 !important;
}

#top-section {
	background-image: url("../img/header/banner.jpg");
	min-height: 24vh;
	background-size: cover;
	margin-right: 30px;
	margin-left: 30px;
}

.banner-link h2,
.banner-link p {
	color: #fff !important;
}

.banner-link h2 {
	font-size: 26px;
	font-family: sans-serif;
}

/* button */
.skewBtn {
	margin-bottom: 15px;
	outline: none;
	cursor: pointer;
	background: none;
	transition: 0.5s;
	border-radius: 0;
	font-family: "Lato", sans-serif;
}
.skewBtn:hover {
	border: 2px solid #512da8;
	color: white;
	font-size: 16px;
	transform: scale(1);
}

.purple {
	border: 2px solid #ffffff;
	color: #ffffff;
}
.purple:hover {
	background-color: #512da8;
	transition: all 0.3s ease-in-out;
}

.box:before {
	content: "";
	background: darkgrey;
	position: absolute;
	z-index: 10;
	top: 43px;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #fff;
}

.box {
	font-family: "Verdana, Geneva, sans-serif" !important;
	margin: 0 5px;
	padding: 10px;
	position: relative;
	/*float: left;*/
	width: 60px;
	height: 86px;
	font-size: 60px;
	line-height: 86px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #555555;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ebebeb+50,ffffff+51,f8f8f8+100 */
	background: rgb(235, 235, 235); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(248, 248, 248, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(248, 248, 248, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(235, 235, 235, 1) 0%,
		rgba(235, 235, 235, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(248, 248, 248, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.time-content p small {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 13px;
}

.visitor {
	margin: 0px;
}

.time-content {
	margin: 0 auto;
}

.time-content p {
	text-align: center;
	font-size: 60px;
	margin: 5px;
	font-family: "Chewy";
}

.breadcrumb_iner_item a {
	color: #ee390f !important;
}

.breadcrumb_iner_item a:hover {
	color: #ee390f !important;
}

.page-separator {
	position: relative;
	color: #868e96;
	display: flex;
	align-items: center;
	justify-content: start;
	z-index: 0;
	margin-bottom: 1rem;
}

.page-separator:before {
	content: "";
	height: 1px;
	width: 100%;
	top: 50%;
	position: absolute;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
}

.page-separator__text {
	display: inline-flex;
	max-width: 90%;
	text-transform: uppercase;
	font-size: 0.9375rem;
	color: #303956;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: exo\2, Helvetica Neue, Arial, sans-serif;
	border-radius: 0.25rem;
	background-color: #f5f7fa;
}

.modal-backdrop {
	z-index: 1 !important;
}

.modal {
	z-index: 100001 !important;
}

.bg-light {
	background: #fff !important;
}

.card-registration:hover {
	/* Just for styling */
	cursor: pointer;
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.27);
}

/* Cards titles styling
------------------------------------------ */
.card__title {
	/* Just for styling */
	align-self: flex-end;
	padding: 0.5rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
}

/* Styles for:
** - Using IMG tag inside a container
------------------------------------------ */
/* The image container */
.card__thumbnail {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center; /* horizontal center */
	align-items: center; /* vertical center */
	width: 100%; /* Thumbnail dimensions. */
	height: 100%; /*** Change the height to make the image smaller ***/
	/* background-color: rgba(0,0,0,.2);  /* for debugging */
	padding: 30px;
}
/* Sets the image dimensions */
.card__thumbnail > img {
	/* Tip: use 1:1 ratio images */
	height: 100%; /* or width when img.width > img.height */
	object-fit: contain;
}
/* Styles the title inside the img container */
.card__thumbnail > .card__title {
	/* Just for styling */
	position: absolute;
	bottom: 0;
}

.card-registration {
	transition: 0.3s;
}

@media (max-width: 990px) {

	.publication-tablet{
		display : block;
	}

	.publication-laptop{
		display: none;
	}

	.tablet-content{
		display: block;
	}

	.laptop-content{
		display: none;
	}
}


@media (min-width: 991px) {

	.publication-tablet{
		display : none;
	}

	.publication-laptop{
		display : flex;
	}

	.tablet-content{
		display: none;
	}

	.laptop-content{
		display: block;
	}
}

.navbar-toggler-icon svg {
    color: #000000!important;
}
