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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 300px;
	height: 300px;
}

.caption-text {
	position: absolute;
	top: 15%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
}

.caption-text h1,
h2 {
	color: #EEEEEE;
}

.caption-text h1 {
	font-size: 20pt;
}

.caption-text h2 {
	font-size: 16pt;
}

.caption-text .btn {
	background-color: var(--dny-primary);
	color: #EEEEEE;
}

.caption-text .btn:hover {
	color: #111 ;
}

.card-img-top {
	border-radius: 12px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.social-link:hover{
	color: var(--dny-primary);
}

#konsultasi-section .btn {
	background-color: var(--dny-primary);
	color: #EEEEEE;
}

#konsultasi-section .btn:hover {
	color: #111;
}

#konsultasi-section h3,h4{
	color: #8B1110
}

@media screen and (max-width: 992px) {
	.hide-img {
	  display: none;
	}

	.margin-konsultasi{
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	.hide-text-banner {
	  display: none;
	}

	.banner-height {
		height: 350px !important;
	}

	.banner-position {
		background-position: 10% 50%;
	}
}

@media screen and (max-width: 576px) {
	#konsultasi-section h3{
		font-size: 20px;
	}
	#konsultasi-section p{
		font-size: 14px;
	}
	#konsultasi-section .btn{
		padding: 10px 20px !important;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.banner-height {
	  height: 100%;
	}

	.banner-position {
		background-position: center;
	}
}

@media screen and (min-width: 992px) {
	.margin-konsultasi{
		margin-top: 150px;
	}
}

.h_iframe {
	position: relative;
}

.h_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
}

.h_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
