@charset "utf-8";

.h-no-padding {
	padding-left: 0;
	padding-right: 0;	
}
.row-no-margin {
	margin-left: 0;
	margin-right: 0;
}
.container-no-padding {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 540px) {
	.h-fix {
		position: relative;
		z-index: 1;
		width: 100%;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.09);
	}
	.navbar-toggler-icon {
		width: 20px;
		height: 20px;
	}
	.h-fix-no-padding {
		padding: 0 0 4px;
	}
}
@media screen and (min-width: 960px) {
	.h-fix-no-padding {
		margin-top: 8px;
	}
}
.h-button-toggle {
	border: none;
}
.h-button-toggle:focus {
	border: none;
	outline: none;
}

.active {
	color: #50A97D!important;
}
a:hover {
	color: #50A97D!important;
	cursor: pointer;
}
.h-button {
	display: inline-block;
	text-align: center;
	color: rgba(255,255,255,1)!important;
}
.h-button span {
	width: 100px;
	display: inline-block;
	line-height: 40px;
	margin-left: .5rem;
	margin-right: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 5px;
	background: rgba(80,169,125,1);
}
.h-button:hover {
	text-decoration: none;
	color:rgba(255,255,255,1)!important;
}
.b-top {
	position: fixed;
	width: 80px;
	height: 80px;
	right: .5rem;
	bottom: 1.5rem;
	display: none;
	z-index: 1;
}
.b-top img {
	display: inline-block;
	width: 36px;
	height: 36px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.container-hidden {
	overflow: hidden;
}


@media screen and (max-width: 540px) {
	.logo-img {
		width: 70%;
	}
}
.active-link {
	color: #50A97D!important;
}
.h-sm-position {
	text-align: center;
}
.h-sm-position:last-of-type {
/* 	margin-left: .5rem;
	margin-right: .5rem; */
}
.h-sm-position a:not('.btn') {
	padding: 0;
	line-height: 49px;
}
@media screen and (max-width: 990px) {
	.h-sm-position:last-of-type {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}
.dropdown-toggle-link {
	padding-left: .5rem;
	padding-right: .5rem;
	color: rgba(0, 0, 0, .5)!important;
}
.dropdown-item:focus {
	background-color: transparent!important;
}
.dropdown-toggle-link::before {
	display: inline-block;
	content: '';
	vertical-align: -2px;
	width: 1rem;
	height: 1rem;
	background-size: cover;
	background-image: url(../images/lan.png);
}