@media(max-width:767px) {
    /*HEADER AND MENU*/
    a.menu-btn {
        width: 65px;
        min-height: 65px;
        position: absolute;
        border: none;
        top: 0;
        right: 0;
        z-index: 8999;
        transition: none;
        height: auto;
        box-shadow: none;
        background-color: #0071c5;
        border-bottom-left-radius: 20px;
    }
    a.menu-btn span {
        display: block;
        position: absolute;
        height: 1px;
        width: 21px;
        top: 17px;
        background-color: #fff;
        left: 22px;
        transition: all 0.5s;
        border-radius: 10px;
    }
    a.menu-btn span:nth-child(2) {
        top: 24px;
    }
    a.menu-btn span:nth-child(3) {
        top: 31px;
    }
    a.menu-btn::after {
        content: 'Menu';
        left: calc(50%);
        transform: translateX(-50%);
        top: 43px;
        position: absolute;
        color: #fff;
        width: max-content;
        font-size: 1rem;
        letter-spacing: 0.1em;
        font-family: 'Comfortaa', sans-serif;
        text-align: center;
        font-weight: 500;
        padding-left: 2px;
        text-transform: uppercase;
    }
    a.menu-btn.open:after {
        content: "Close";
    }
    body.menu-open header:before {
        display: none;
    }
    a.menu-btn.open span {
        display: block;
        position: absolute;
        transform: rotate(45deg);
        top: 24px;
        left: 22px;
        background-image: unset;
    }
    a.menu-btn.open span:nth-child(2) {
        display: none;
    }
    a.menu-btn.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.3rem;
    }
    .header-main .logo-left .logo {
        width: 70%;
        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 .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0px;
        padding: 0;
        margin-top: 0px;
        padding-top: 85px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    .header-main .main-menu::before {
        content: "";
        width: 100%;
        height: calc(100% - 85px);
        top: 85px;
        background-color: #edf8ff;
        position: absolute;
        z-index: -2;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-main .main-menu::after {
        content: "";
        width: 235px;
        height: 209px;
        background-image: url(../images/index/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        right: 25px;
        bottom: -35px;
    }
    header .main-menu {
        overflow-y: hidden;
    }
    body.menu-open header:before {
        display: none;
    }
    .box-slide-banner {
        margin-top: 140px;
    }
    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }
    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 25px;
    }
    .header-wrapper .header-main .main-menu .nav>li>a {
        width: 100%;
        font-size: 1.8rem;
        text-align: left;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 15px 18px;
        color: #333;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        padding-right: 40px;
        border-bottom: 1px dotted #a6a6a6;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/index/icon-right-blue.svg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        background-color: transparent;
        left: auto;
    }
    html #wpadminbar {
        display: none;
    }
    .header-inner {
        padding-left: 17px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 18px;
        padding-bottom: 18px;
        min-height: 65px;
    }
    html.menu-open {
        overflow: hidden;
    }
    /*GO TOP*/
    #go-top a {
        width: 40px;
        height: 40px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 15px;
        bottom: 70px;
    }
    .breadcrumbs {
        display: none;
    }
}