#header-slogan-btn-2 {
	background: linear-gradient(135deg, #6dd1f3, #8afaf8);
	background: -webkit-linear-gradient(315deg, #6dd1f3, #8afaf8);
	min-height: 100vh;
}

#header-slogan-btn-2 .bg {
    background-image: url('../images/background-banner-home.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.9;
}
@media (max-width: 992px) {
	#header-slogan-btn-2 {
		padding-top:0;
	}
	#header-slogan-btn-2 .cover {
		padding-bottom:30px;
	}
	#header-slogan-btn-2 .bg {
		margin-top: 300px;
		height: 100vh;
	}
}
#action-right-text-btn {
	background: #f1eeec;
}
.cover {
	background-color: #4168a0;
}
.logo {
	display: inline-block;
	padding: 10px;
}
.google-maps {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#action-right-text-btn .bg {
	background-image: url('../images/bg-pattern-3.png');
	background-size: auto 80px;
	-webkit-background-size: auto 80px;
	background-repeat: repeat-y;
	-webkit-background-repeat: repeat-y;
	background-position: center left;
	opacity: 0.9;
}#footer-list-subscribe {
	background: #bcb3ad;
}