footer .footer-block h4 {
    text-transform: none;
}
ul.nav.nav-pills li:last-child {
    display: none;
}
.first-menu-index{
    display: none !important;
}
i.fa.fa-chevron-right.test, i.fa.fa-chevron-down.test{
    top: 14px;
}
.menu-lv2{
    position: absolute;
    top: 14px;
    right: 0;
}
@media (max-width: 767px){
    .section-category-home{
        height: 100%;
    }
    .sidebar-container .sidebar-body li a{
        width: calc(100% - 25px);
    }
    .menu-lv2{
        top: 10px;
    }
}
@media (max-width: 500px){
    .tp_header{
        min-height: 138px;
    }
    .header-new{
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 130px;
    }
}