.mh-head {
	background: url(../img/background.png);
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
    font-size: 10px;
}
.mh-head a {
    color: inherit;
    text-decoration: none
}

.mh-head.mh-size-2 {
    min-height: 80px
}

.mh-head.mh-size-3 {
    min-height: 120px
}

.mh-head.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999;
    background-image: url('../images/menu-bg.png');
}
.mh-head.mh-sticky.mh-scrolledout {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.mh-head.mh-btns-left {
    padding-left: 50px
}

.mh-head.mh-btns-left-2 {
    padding-left: 90px
}

.mh-head.mh-btns-left-3 {
    padding-left: 130px
}

.mh-head.mh-btns-right {
    padding-right: 50px
}

.mh-head.mh-btns-right-2 {
    padding-right: 90px
}

.mh-head.mh-btns-right-3 {
    padding-right: 130px
}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0
}

.mh-head .mh-btns-left {
    left: 10px
}

.mh-head .mh-btns-right {
    right: 10px
}

.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 80px
}

.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
    width: 120px
}

.mh-head .mh-btns-left>*,
.mh-head .mh-btns-right>* {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mh-head .mh-btns-left>:nth-child(1),
.mh-head .mh-btns-right>:nth-child(1) {
    left: 0
}

.mh-head .mh-btns-left>:nth-child(2),
.mh-head .mh-btns-right>:nth-child(2) {
    left: 40px
}

.mh-head .mh-btns-left>:nth-child(3),
.mh-head .mh-btns-right>:nth-child(3) {
    left: 80px
}

.mh-head .mh-list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li a,
.mh-head .mh-list li span {
    display: block;
    padding: 10px
}

.mh-head.mh-align-left .mh-list {
    text-align: left
}

.mh-head.mh-align-right .mh-list {
    text-align: right
}

.mh-head .hamburger {
    margin-top: 2px;
    -webkit-transform: scale(.5, .6) translateY(-50%);
    -ms-transform: scale(.5, .6) translateY(-50%);
    transform: scale(.5, .6) translateY(-50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}
.mh-head .mh-logo {
    object-fit: contain;
    object-position: left center;
    padding: 10px 0;
    display: inline-block;
    height: 80px;
}
.mh-head .header-socials{
	display: inline-block;
	margin-top: 27px;
    margin-right: 10px;
}
.mh-head .header-socials ul li{
	position: relative;
	display: inline-block;
    background: #909090;
    width: 16px;
    height: 24px;
    text-align: center;
    margin-right: 15px;
}
.mh-head .header-socials ul li::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #909090;
    border-right: 6px solid #909090;
    border-left: 6px solid transparent;
}
.mh-head .header-socials ul li::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #909090;
    border-bottom: 12px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #909090;
}
.mh-head .header-socials ul li:hover{
	background: #1F8281;
}
.mh-head .header-socials ul li:hover::before{ 
	border-bottom-color : #1F8281;
    border-right-color: #1F8281;
}
.mh-head .header-socials ul li:hover::after{
	border-top-color: #1F8281;
    border-left-color: #1F8281;
}
.mh-head .header-socials ul li a{
    display: block;
    font-size: 8px;
    padding: 4px 0;
    color: #fff;
}

.mh-head .language-selector{
	display: inline-block;
	height: 26px;
	margin-top: 27px;
	margin-right: 30px;
}
.mh-head .language-selector::after{
	content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -14px;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #1F8281;
    border-bottom: 13px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid #1F8281;
}
.mh-head .language-selector-lbl{
    font-size: 12px;
    border: none;
    border-radius: 0;
    position: relative;
    background: #f6f6f6;
    padding: 4px 20px 4px 5px;
}
.mh-head .language-selector-lbl::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #f6f6f6;
    border-right: 7px solid #f6f6f6;
    border-left: 7px solid transparent;
}
.mh-head .language-selector-lbl:hover{
	z-index: 0;
}
.mh-head .dropdown-toggle-split{
	border: none;
    border-radius: 0;
    padding: 1px 4px;
    margin-left: -3px !important;
}
.mh-head .dropdown-toggle-split::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #1F8281;
    border-right: 7px solid #1F8281;
    border-left: 7px solid transparent;
}
.mh-head .language-selector .dropdown-menu{
    padding: 0;
    border: none;
    border-radius: 0;
    min-width: 26px;
    left: -39px !important;
    transition: .3s;
}
.mh-head .language-selector .dropdown-menu::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #fff;
    border-right: 7px solid #fff;
    border-left: 7px solid transparent;
}
.mh-head .language-selector .dropdown-menu::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #fff;
    border-bottom: 13px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid #fff;
}
.mh-head .language-selector .dropdown-menu a{
    font-size: 12px;
    color: #909090;
    padding: .25rem .5rem;
}
.mh-head .language-selector .dropdown-menu a:hover{
    background: #fff;
    color: #1F8281;
}

.mm-listitem svg{
    width: 26px;
    margin-right: 5px;
    height: 26px;
    object-fit: contain;
}
.mm-listitem svg *{
    fill: var(--red-color);
}
.mm-navbar .mm-navbar-logo{
    object-fit: contain;
    object-position: center;
    display: inline-block;
    width: 100%;
    max-height: 80px;
}
.mm-navbar .mm-navbar-tlink{
	font-size: 25px;
    padding: 27px 0;
}
.mm-navbar .header-search{
    position: relative;
}
.mm-navbar .header-search .mm-navbar-tinput{
	width: 100%;	
    height: 30px;
    padding: 3px 40px 3px 10px;
    color: #909090;
}
.mm-navbar .mm-bottom-links{
	padding: 0;
}