@media(max-width:767px) {

    /* html{
        height: -webkit-fill-available;
    } */
    a:not(.btn):hover {
        opacity: 1;
    }

    body.logged-in header {
        top: 0px;
    }

    section#single-content,
    .single-content {
        z-index: 1;
        position: relative;
    }

    body {
        font-size: 1.4rem;
    }

    body .header-main .main-menu {
        flex: unset;
        margin-left: 0;
        margin-right: 0;
    }

    .header-main .logo-left .logo {
        width: 224px;
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        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: 75px;
        color: #000;
        background: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }

    .header-main .main-menu::after {
        content: "";
        width: 100%;
        height: calc(100% - 50px);
        background-color: #e3edfa;
        position: absolute;
        right: 0;
        bottom: 0px;
        z-index: -1;
    }

    .show-for-small.copy {
        padding-top: 80px;
        text-align: center;
        font-size: 1rem;
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        color: #0070bf;
        letter-spacing: 0.3em;
    }

    .header-main .main-menu::before {
        content: "";
        width: 210px;
        height: 170px;
        background-image: url(../images/index/favi.png);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        position: absolute;
        top: 310px;
        right: 0;
        z-index: 0;
        opacity: 0.3;
    }

    header .main-menu {
        overflow-y: hidden;
    }

    body.menu-open header:before {
        display: none;
    }

    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }

    /* .menu-open .header-main .main-menu::after {
        content: "";
        width: 184px;
        height: 40px;
        background-image: url(../images/index/logo-after.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: -1;
    } */

    nav.navbar.nav-main {
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 78px);
        position: relative;
        margin-top: 0;
        padding-bottom: 80px;
    }

    /* .menu-open .header-main .main-menu::after {
        content: "MENU";
        font-size: 2.7rem;
        font-family: 'Josefin Slab', serif;
        font-weight: 600;
        position: absolute;
        top: 25px;
        left: 30px;
        color: #39B04A;
    } */

    /* .header-wrapper .header-main .main-menu .nav>li.current>a {
        color: #2FC5F7;
    } */


    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .header-wrapper .header-main .content-left {
        width: 100%;
    }

    .header-wrapper .header-main .main-menu .nav>li:first-child {
        margin-top: 0px;
        border-top: none;
        border-right: none;

    }

    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0 28px;
        margin-top: 0px;
        text-align: center;
        border-right: none;
        /* background-color: #fff; */
    }

    .header-main .main-menu .nav>li:not(:last-child):after {
        display: none;
    }

    /* .header-wrapper .header-main .main-menu .nav>li:first-child>a {
        border-top: 1px solid #f6ab3b;
    } */

    .header-wrapper .header-main .main-menu .nav>li>a {
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.3;
        font-weight: bold;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 5px 20px;
        color: #003592;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        height: auto;
        height: 60px;
        text-shadow: none;
    }


    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 18px;
        height: 6px;
        background-image: url(../images/index/arrow-right.svg);
        background-position: center;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        display: none;
    }

    .header-wrapper .header-main .main-menu .nav>li>a::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #0070bf;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none;
    }

    html #wpadminbar {
        display: none;
    }

    .header-inner {
        padding-left: 23px;
        padding-right: 19px;
    }

    /* .header-wrapper .header-main .main-menu .nav>li>a::after,
    .header-wrapper .header-main .main-menu .nav>li>a::before {
        display: none;
    } */

    /* .header-wrapper .header-main .main-menu .nav>li:hover a {
        background-color: #fff399;
        opacity: 1;
    } */

    /* .header-main .main-menu .nav>li:last-child>a {
        border-bottom: none;
    } */

    .header-wrapper .header-main .main-menu .nav>li>a span {
        margin-top: 0;
        min-height: unset;
    }

    html.menu-open {
        overflow: hidden;
    }

    .header-main .main-menu .nav>li:last-child>a>p {
        color: #e3a547;
    }

    /* .header-wrapper .header-main .main-menu .nav>li:nth-child(1) {
        border-top: 1px solid #000000;
    } */
    ul.list-link-sm {
        padding: 0 43px;
    }

    ul.list-link-sm li a {
        padding-left: 20px;
        display: block;
        margin-bottom: 13px;
        position: relative;
        font-size: 1.6rem;
        font-weight: 500;
        color: #038473;
    }

    ul.list-link-sm li a:after {
        content: "";
        width: 13px;
        height: 13px;
        background: #eb535b;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 0;
    }

    ul.list-link-sm li:nth-child(2) a:after {
        background: #00a6cb;
    }

    .header-top-right {
        display: none;
    }


    .header-wrapper {
        padding-bottom: 0;
        z-index: 9;
        padding-top: 0;
    }

    .header-top.flex-row {
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
        min-height: 65px;
        padding-left: 0;
        position: relative;
        z-index: 19;
        padding-top: 8px;
    }



    body.menu-open header {
        z-index: 9;
    }



    a.scroll {
        font-size: 0.8rem;
        top: -15px;
    }

    .box-scroll::after {
        height: 80px;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0px;
            opacity: 0;
        }

        30% {
            height: 80px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 80px;
            opacity: 0;
        }
    }

    .footer-logo {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .footer-logo img {
        width: 92px;
        margin-right: 10px;
    }

    .footer-wrap {
        margin-top: 0;
    }

    a.link-footer img {
        width: 209px;
    }

    #go-top a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    #go-top a img {
        width: 100%;
        height: 100%;
    }

    #go-top.show {
        right: 13px;
        bottom: 25px;
    }



    .breadcrums {
        display: none;
    }



    .page-anchor {
        position: relative;
        z-index: 1;
    }

    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 26px;
        padding-bottom: 10px;
        border-radius: 26px;
    }

    ul.list-anchor li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    ul.list-anchor li:nth-child(5n) {
        margin-right: 10px;
    }

    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }

    ul.list-anchor li a {
        font-size: 1.3rem;
        padding-left: 15px;
        line-height: 1.13;
        min-height: 43px;
        padding-bottom: 9px;
        border-radius: 0;
        margin-top: 0;

    }

    ul.list-anchor li a::after {
        width: 14px;
        height: 14px;
        right: 10px;
    }

    a.btn.btn-footer {
        max-width: 182px;
        min-height: 43px;
        padding-left: 38px;
    }

    footer a.btn.btn-footer {
        max-width: 235px;
        margin: 0;
        margin-bottom: 24px;
        height: 56px;
        font-size: 1.5rem;
        padding-left: 0;
    }

    .box-img-mega-menu {
        display: none;
    }

    .box-mega-right {
        padding: 0;
    }

    .header-main .main-menu .nav>li .mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }

    .header-wrapper .header-main .main-menu .nav>li.toggle-mb {
        padding: 0;
    }

    .box-menu-phone {
        flex-direction: column;
    }

    nav.navbar.nav-main {
        width: 100%;
    }

    .header-inner::after,
    header::after {
        display: none;
    }

    #banner-home .container {
        padding: 0;
    }

    .banner-home {
        margin-top: 50px;
        height: 423px;
        padding-right: 25px;
    }

    .slide-img {
        height: 423px;
        background-position: center right;
    }

    .box-slide-banner {
        max-width: calc(100% - 60px);
        left: 0;
        top: 250px;
    }

    .box-slide-cont {
        padding: 8px 20px;
        font-size: 1.3rem;
        text-align: left;
    }

    .box-slide-cont h2 {
        font-size: 2.4rem;
        margin-bottom: 0px;
    }

    .name-company {
        width: 8px;
        right: 8px;
        top: 85px;
    }

    .banner-home::after {
        width: 354px;
        height: 169px;
        right: -200px;
        bottom: -58px;
    }
    .page-anchor ul.list-anchor li:nth-child(2n){
        margin-right: 0;
    }

    .box-text-work > a{
        min-height: 40px};
}