/* this is needed to make the content scrollable on larger screens */
@media (min-width: 576px) {
	.h-sm-100 {
		height: 100%;
	}
}

.side-header {
	background-image: url("<?= base_url('assets/img/tampak-depan.jpg') ?>");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
}

a {
	text-decoration: none;
}

.logo-bar {
	width: 256px;
}

/* .vegas-slideshow {
	height: 12%;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.site-title {
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3),
		1px 1px 1px rgba(0, 0, 0, 0.3),
		0 0 10px #000;
	font-size: 3.8em;
	letter-spacing: 4px;
	font-weight: bolder;
	line-height: 50px;
	color: #ffc107;
}

.main-menu a:hover,
.main-menu a.active {
	background-color: #ffc107;
	color: #f7f7f7 !important;
}

/* .btn-link-more {
	color: #ffc107;
}

.btn-link-more :hover {
	color: #dc3545;
	background-color: #ffc107;
} */


.section-header {
	position: relative;
	text-align: center;
	border-top: solid 1px #ccc;
	top: 1em;
	margin-top: 35px;
}

.section-header h2 {
	background: #f7f7f7;
	position: relative;
	top: -0.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.btn-link-more {
	font-family: "Space Mono", monospace;
	letter-spacing: 1px;
	background: none;
	color: #202020;
	position: relative;
	outline: none;
	border: 1px solid #e0e0e0;
	/* height: 50px; */
	width: 190px;
	font-size: 14px;
	z-index: 2;
	transition: 0.01s 0.23s ease-out all;
	overflow: hidden;
}

.btn-link-more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 55%;
	background: #ffc107;
	z-index: -1;
	transition: 0.3s ease-in all;
}

.btn-link-more:after {
	content: "";
	position: absolute;
	left: -5%;
	top: 5%;
	height: 90%;
	width: 5%;
	background: #f7f7f7;
	z-index: -1;
	transition: 0.4s 0.02s ease-in all;
}

.btn-link-more:hover {
	cursor: pointer;
	color: transparent;
}

.btn-link-more:hover:before {
	left: 100%;
	width: 25%;
}

.btn-link-more:hover:after {
	left: 100%;
	width: 70%;
}

.btn-link-more:hover .icon-right.after:after {
	left: -80px;
	color: #ffc107;
	transition: 0.2s 0.2s ease all;
}

.btn-link-more:hover .icon-right.after:before {
	left: -104px;
	top: 14px;
	opacity: 0.2;
	color: #ffc107;
}

.icon-right {
	position: absolute;
	top: 0;
	right: 0;
}

.icon-right:after {
	font-family: "FontAwesome";
	content: "→";
	font-size: 24px;
	display: inline-block;
	position: relative;
	top: 26px;
	transform: translate3D(0, -50%, 0);
}

.icon-right.after:after {
	left: -250px;
	color: black;
	transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
}

.icon-right.after:before {
	content: "";
	position: absolute;
	left: -230px;
	top: 14px;
	opacity: 0;
	transition: 0.2s ease-in all;
}

.blockquote-footer {
	font-size: 12px;
}


footer {
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 10px;

	text-align: center;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

/*--------------------------------------------------------------
# ONLINE SERVICE
--------------------------------------------------------------*/

.online-service {
	/* background-color: #ecf5ff; */
	width: 100%;
}

.side-header .online-service {
	position: absolute;
	bottom: 20px;
}

.online-service .card {
	background-color: rgba(127, 137, 161, 0.5);
	color: #fff;
}

.online-service .card:hover {
	background-color: rgba(207, 207, 207, 0.5);
}

.online-service .card:hover h3 {
	color: #be2525;
}

.online-service.mobile .card:hover h3,
aside .card:hover h3 {
	color: #be2525;
}

.online-service.mobile .card:hover,
aside .card:hover {
	background-color: rgba(127, 137, 161, 0.1);
}

.online-service.mobile {
	background-color: #ecf5ff;
	position: inherit;
}

.online-service.mobile .card {
	background-color: #fff;

}

.online-service .card .icon,
aside .card .icon,
.emergency .icon {
	margin: 0 auto 25px auto;
	padding-top: 12px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.online-service .card .icon i,
aside .card .icon i,
.emergency .icon i {
	font-size: 36px;
	line-height: 1;
}

.online-service h3,
aside .card h3,
aside h4 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.online-service.mobile h3 {
	color: #232323
}

.online-service h3::after,
aside h3::after,
aside h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	/* background: #be2525; */
	bottom: 0;
	left: calc(50% - 40px);
}

/*--------------------------------------------------------------
# ASIDE
--------------------------------------------------------------*/

aside h4 {

	color: #032741;
	/* font-weight: 400; */
	/* border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; */
	/* margin-top: 0; */
	/* font-size: 18px; */
}

aside ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

aside ul li {
	border-bottom: dashed 1px #ddd;
}

aside ul li:last-child {
	border-bottom: none;
}

aside ul li a {
	display: block;
	padding: 8px;
	color: #be2525;
	/* margin: 5px 0; */
}

aside ul li small {
	font-size: 12px;
	color: #777;
	padding: 0 3px;
	text-align: right;
}

aside .navbar-stacked li a:hover,
aside>ul>li>a:hover {
	background: #efefef;
	/* margin-left: 10px; */
	opacity: 1;
	border-left: 2px solid #ffc107;
	color: #be2525;
}

aside .card h3 {
	color: #232323
}
