.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: #fff;
}
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;
    }
}
.menu-item{
    position: relative;
}
ul#menu-menu-top>li:hover ul.sub-menu {
    display: block;
    text-align: left;
    background: rgb(255 255 255 / 75%);
}
.fix-content-mg {
    padding-top: 30px;
    padding-bottom: 35px;
}
