#header-nav {
    align-items: center;
}

.header-topbar {
    padding: 0;
}

.logo img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -90px;
}

.logo_left_small {
    transform: translate(-80px, -3px);
    overflow: visible;
}
.footer_logo {
    width: 180px;
    height: 100px;
    overflow: hidden;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vera-product-item {
    height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_bg {
    font-size: 14px;
}

.footer_bg ul li a p {
    display: inline-block;
}

#mmenu {
    width: 50%;
}
#mb-menu-parent-item1,
#mb-menu-parent-item2,
#mb-menu-parent-item3,
#mb-menu-parent-item4,
#mb-menu-parent-item5,
#mb-menu-parent-item6 {
    background-image: url("../image/icon/icon-expand.svg");
    /* background-size: 16px;
    background-repeat: no-repeat;
    background-position: center right; */
}

#mb-menu-parent-item1.expand,
#mb-menu-parent-item2.expand,
#mb-menu-parent-item3.expand,
#mb-menu-parent-item4.expand,
#mb-menu-parent-item5.expand,
#mb-menu-parent-item6.expand {
    background-image: url("../image/icon/icon-collapse.svg");
}

@media screen and (max-width: 767px) {
    .logo {
        left: 50%;
    }

    .logo img {
        top: -50px;
    }
}

@media screen and (max-width: 991px) {
    #page-wrap {
        padding-top: 90px !important;
    }

    .btn-filter {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 485px) {
    .logo img {
        top: -50px;
        left: -15px;
        width: 150px;
    }
}

@media screen and (max-width: 320px) {
}
