.header-menu .logo img, footer img{
    width: inherit;
    max-width: 100%;
}
header .header-top .icon i {
    padding: inherit;
    margin: inherit;

}
.footer-menu-col .footer-menu-item a,
.footer-menu-col .footer-menu-item a{
    color: #616a75;
}
iframe{
    max-width: 100%;
}
@media (max-width: 767px) {
    .fix-content-mg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wrap-search .search.show input{
        width: 50vw;
        position: absolute;
        right: 150px;
        background: #fff;
        border-radius: 5px;
        font-size: 13px;
        padding: 7px 10px;
    }
}
@media (max-width: 320px) {
    .wrap-search .search.show input{
        right: 55px;
        width: 150px;
    }
}
ul#menu-menu-top ul.sub-menu{
    left: 38%;
}
.fix-content-mg {
    padding-top: 30px;
    padding-bottom: 35px;
}
