@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.3rem;
    }

    body .header-main .main-menu {
        flex: unset;
        margin-left: 0;
        margin-right: 0;
    }

    .header-main .logo-left .logo {
        width: 230px;
        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: 75px;
        color: #000;
        background: rgba(255, 255, 255, 1);
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }

    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: scroll;
        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 {
        height: 100%;
        position: relative;
        margin-top: 0;
        padding-bottom: 45px;
        width: 100%;
    }

    .box-menu-phone {
        background-color: transparent;
        flex-direction: column-reverse;
    }

    /* .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-right: 0;
    }

    .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 18px;
    }

    /* .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.8rem;
        text-align: center;
        line-height: 1.3;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 0px;
        color: #333;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        height: auto;
        height: 65px;
        text-shadow: none;
        border-right: none;
        padding-left: 30px;
        border-bottom: 1px solid #c7c7c7;
        font-weight: normal;
    }

    .header-main .main-menu .nav>li a.btn {
        box-shadow: none;
        border-radius: 0;
    }

    .header-wrapper .header-main .main-menu .nav>li>a br {
        display: none;
    }

    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 15px;
        height: 12px;
        background-image: url(../images/index/arrow-right.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        background-color: transparent;
        left: auto;
    }

    .header-wrapper .header-main .main-menu .nav>li>a::before {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #25465e;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 9px;
        border-radius: 50%;
    }

    html #wpadminbar {
        display: none;
    }

    .header-inner {
        padding-left: 13px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 21px;
        padding-bottom: 15px;
    }

    /* .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;
    } */

    html.menu-open {
        overflow: hidden;
    }


    /* .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;
    }

    .header-top.flex-row {
        justify-content: flex-start !important;
        align-items: center;
        padding-bottom: 0;
        min-height: unset;
        border-radius: 0;
        padding-left: 0;
        position: relative;
        z-index: 19;
    }



    body.menu-open header {
        z-index: 9;
    }

    .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 {
        max-width: 185px;
        margin: 0 auto;
        width: 100%;
    }

    .footer-wrap {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    a.link-footer img {
        width: 209px;
    }

    #go-top a {
        width: 40px;
        height: 40px;
    }

    #go-top a img {
        width: 100%;
        height: 100%;
    }

    #go-top.show {
        right: 15px;
        bottom: 25px;
    }



    .breadcrums {
        display: none;
    }

    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
    }

    ul.list-anchor li {
        width: calc(50% - 14px);
        margin-right: 28px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }

    ul.list-anchor li a {
        font-size: 1.3rem;
        padding: 8px 6px;
        line-height: 1.2;
        min-height: 45px;
        border-radius: 5px;
        background-color: #fff;
        align-items: flex-end;
        justify-content: flex-start;
        text-align: left;
        letter-spacing: 0.05em;
        padding-right: 20px;
    }

    ul.list-anchor li a::after {
        width: 12px;
        height: 7px;
        right: 5px;
        position: absolute;
        top: auto;
        transform: none;
        bottom: 12px;
    }

    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;
        background: transparent;
    }

    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        width: auto;
    }

    .header-wrapper .header-main .main-menu .nav>li.toggle-mb {
        padding: 0;
    }

    header:after {
        width: 262px;
        height: 108px;
        left: -10px;
        top: -10px;
    }

    .box-menu-sm a.btn.btn-main {
        max-width: 250px;
    }

    .box-menu-sm a.btn.btn-main.btn-blank::after {
        right: 12px;
    }

    .box-menu-sm a.mt-25 {
        max-width: 254px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
        border-radius: 30px;
    }

    a.btn.btn-contact h2 {
        font-size: 2.3rem;
        padding-bottom: 0;
        padding-right: 20px;
    }

    a.btn.btn-contact::after {
        width: 15px;
        height: 6px;
        bottom: 50%;
        transform: translateY(50%);
        right: 40px;
    }

    .box-menu-sm a.btn {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        min-height: 59px;
        border-radius: 28px;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
    }

    .box-menu-sm {
        padding-left: 30px;
        padding-right: 30px;
    }

    a.btn.btn-main.btn-blank::after {
        width: 30px;
        height: 30px;
        right: 25px;
    }

    .box-menu-sm a.btn img {
        height: 59px;
    }

    a.btn.btn-view {
        font-size: 1.1rem;
    }

    a.btn.btn-view img {
        width: 20px;
        padding-bottom: 5px;
    }

    .box-scroll {
        display: block;
    }

    a.scroll {
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.1em;
        font-size: 1.2rem;
    }

    .recruit-cate {
        width: 68px;
        padding: 0 10px 1px;
        min-height: 22px;
        border-radius: 4px;
        font-size: 1.1rem;
        max-width: unset;
        min-width: unset;
    }

    .sub-title.small span {
        font-size: 1.4rem;
    }

    .main-title.size-large p {
        font-size: 2rem;
    }

    .home-company-left .main-title {
        padding-right: 0px;
    }

    .box-slide-cont h2:after {
        height: 1px;
        width: 97%;
        left: 50%;
        transform: translateX(-50%);
    }

    #loading .loading-inner img {
        width: 230px;
    }

    .img-employee-cs {
        height: 180px;
    }

    #loading {
        background-position: right;
    }

    .box-sub-link-mega a {
        display: block;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    .box-sub-link-mega a::after {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url(../images/index/icon-right-mega.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd::after {
        width: 30px;
        height: 30px;
        background-image: url(../images/index/icon-open.svg);
        right: 20px;
    }

    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd.active::after {
        background-image: url(../images/index/icon-close.svg);
    }

    .popup-content {
        max-width: 300px;
        max-height: 180px;
    }

    body .box-link-language a {
        padding-left: 30px;
    }

    .scroll_down:after {
        height: 90px;
        width: 1px;
    }

    .scroll_down:before {
        width: 8px;
        height: 8px;
        left: -3px;
    }

    .scroll_down a {
        font-size: 1.5rem;
    }

    @keyframes circlemove {
        0% {
            bottom: 90px;
        }

        100% {
            bottom: 0px;
        }
    }

    .header-main .logo-left .logo::after {
        display: none;
    }
    .banner-home .box-text-banner{
        max-width: 315px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .main-title.white.long h2::after{
        height: 50px;
    }
    .home-contact{
        align-items: center;
    }
    .quality-left img{
        border-radius: 7px;
    }
    
    body .header-wrapper::after,body.home .header-wrapper::after{
        content: "";
        width: 505px;
        height: 660px;
        background-color: #edf2f4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
        border-bottom-right-radius: 50px;
        height: 245px;
        width: calc(50vw + 41px);
    }
    .manufacturing-right-btn{
        justify-content: center;
        display: flex;
        margin-top: 35px;
    }
}