@media(max-width:767px) {
    /* html{
        height: -webkit-fill-available;
    } */
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.3rem;
    }
    .header-main .logo-left .logo {
        width: 203px;
        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: 80px;
        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::after {
        content: "";
        width: 425px;
        height: 425px;
        top: -10px;
        background-image: url(../images/index/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    } */
    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;
    }
    /* .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 - 188px);
        position: relative;
        margin-top: 0;
        padding-bottom: 45px;
        width: 100%;
    }
    .box-menu-phone {
        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,
    .header-wrapper .header-main .main-menu .toggle-hd {
        width: 100%;
        font-size: 1.4rem;
        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: 18px 24px;
        color: #333333;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        font-family: "Biz UDPMincho", serif;
        padding-right: 40px;
        border-bottom: 2px dotted #b7d4ae;
    }
    .header-wrapper .header-main .main-menu .nav>li>a img {
        display: none;
    }
    .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 span {
        margin-top: 0;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url(../images/index/icon-right.svg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        background-color: transparent;
        left: auto;
    }
    html #wpadminbar {
        display: none;
    }
    .header-inner {
        padding-left: 25px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 10px;
        padding-bottom: 3px;
        min-height: 60px;
    }
    html.menu-open {
        overflow: hidden;
    }
    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: space-between !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;
    }
    header {
        position: relative;
        z-index: 4;
    }
    #go-top a {
        width: 50px;
        height: 50px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 22px;
        /*bottom: 25px;*/
		bottom: 60px;
    }
    .breadcrums {
        display: none;
    }
    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
        margin-top: 30px;
        padding: 0 0;
    }
    ul.list-anchor li {
        width: 50%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 0;
    }
    ul.list-anchor li:nth-child(2n) a {
        border-right: none;
    }
    ul.list-anchor li a {
        font-size: 1.2rem;
        line-height: 1.2;
        align-items: center;
        justify-content: center;
        text-align: left;
        margin: 0;
        min-height: 20px;
    }
    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;
    }
    a.btn.btn-footer {
        max-width: 182px;
        min-height: 43px;
        padding-left: 38px;
    }
    footer a.btn.btn-footer {
        max-width: 100%;
        margin: 0;
        margin-bottom: 0;
        height: 55px;
        font-size: 1.5rem;
        padding-left: 0;
        padding-right: 20px;
    }
    .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;
    }
    .box-menu-phone::after {
        display: none;
    }
    .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-plus.svg);
        right: 20px;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd.active::after {
        background-image: url(../images/index/icon-minus.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 {
        height: 60px;
        right: -38px;
    }
    .sub-title span {
        font-size: 14px;
    }
    header::before {
        display: none;
    }
    .mega-menu-right {
        padding: 0 0 0 0;
    }
}