.main-block .text-block h2 {
    color: #333;
}
#header .logo img {
    max-height: 70px;
}

.mb-slogan {
    float: right;
    font-size: 11px;
    padding: 0 10px;
    text-align: center;
    margin: 15px 0;
}
.mb-slogan h2 {
    font-size: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.mb-slogan p {
    margin: 0;
}

.map-ft, .page-ft {
    position: relative;
    overflow:hidden;
    padding-top: 80%;
    height: auto !important;
}
.map-ft>iframe, .page-ft>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.ws-activearrow > i {
	transform: rotate(180deg);
}
.title-toggle.ws-activearrow:before {
        transform: rotate(45deg);
    }

@media(max-width:767px){
    .mobile-sub .wsmenu-submenu li a {
        color: #333;
    }
    #header .logo img {
        height: 45px;
    }
    .animated-arrow p {
        position: absolute;
        bottom: -25px;
        left: -15px;
        width: 100px;
        font-size: 11px;
        color: #000;
    }
    .wsmenucontainer {
        overflow: inherit;
    }
    .wsoffcanvasopener .animated-arrow p {
        opacity: 0;
    }
    .mb-slogan {
        float: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin: 10px 0 0;
    }
    .nav-right > .box-search-mobile > .btn-show-search {
        margin: 0;
        width: auto;
    }
    .box-search {
        padding-right: 0;
        margin: 11px 0;
    }
    #header .logo {
        padding: 6px 0;
    }
    .item_buttons {
        display: inline-block;
    }
    .text-banner-product h2 {
        font-size: 14px;
    }
    .text-banner-product p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .item_buttons>div {
        margin: 0 10px;
        padding: 11px 0;
    }
    .item_buttons>div>a {
        padding: 10px 13px;
        font-size: 13px;
    }
}