@media(max-width:767px) {
    /*HEADER AND MENU*/
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.3rem;
    }
    .header-main .logo-left .logo {
        width: 233px;
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: flex-start;
        margin: 0;
        margin-left: 0px;
        padding-top: 0;
        z-index: 20;
    }
    header .main-menu {
        overflow-y: hidden;
    }
    body.menu-open header:before {
        display: none;
    }
    .box-slide-banner {
        margin-top: 140px;
    }
    /* nav.navbar.nav-main {
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 80px);
        position: relative;
        margin-top: 0;
        padding-bottom: 145px;
        width: 100%;
    } */
    .box-main-menu {
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0;
    }
    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding-right: 0;
        padding-top: 0px;
    }
    .header-wrapper .header-main .content-left {
        width: 100%;
    }
    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 0px;
        text-align: center;
        border-right: none;
        padding: 0 20px;
    }
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .toggle-hd {
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
        letter-spacing: 0.1em;
        font-weight: bold;
        line-height: 1.42;
        margin: 0;
        background-color: transparent;
        text-align: left;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 5px 20px;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        padding-right: 40px;
        border-bottom: 2px solid #e74566;
        min-height: 57px;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 15px;
        height: 15px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 19px;
        background-color: transparent;
        left: auto;
    }
    html #wpadminbar {
        display: none;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 16px;
        padding-bottom: 13 px;
    }
    html.menu-open {
        overflow: hidden;
    }
    /*GO TOP*/
    #go-top a {
        width: 37px;
        height: auto;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 7px;
        border-radius: 10px 0 0 10px;
        bottom: 25px;
    }
    .breadcrumbs {
        display: none;
    }
    /*LIST ANCHOR*/
    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
        margin-top: 0;
        padding: 0 0;
    }
    ul.list-anchor li {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-top: 0;
        margin-bottom: 11px;
    }
    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }
    ul.list-anchor li a {
        font-size: 1rem;
        line-height: 1.2;
        background-color: #fff;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        margin: 0;
        padding: 10px 0;
        padding-left: 0;
        padding-right: 25px;
        min-height: 35px;
    }
    ul.list-anchor li a::before {
        bottom: 0;
        left: 0;
        background: #089abc;
    }
    ul.list-anchor li a::after {
        width: 12px;
        height: 14px;
        right: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }
}