.container-fluid {
    display: flex;
    justify-content: center;
}

.header-full .header-container {
    margin: 0 auto !important;
}
.header-full .header-container .header-container-wrap{
    max-width: 1920px !important;
    margin: 0 auto !important;
    /*padding-left: 132px;*/
    /*padding-right: 132px;*/
}

.header-full .header-container .wp-block-navigation__submenu-icon {
    width: 16px;
    height: 16px;
}
.header-full .header-container svg {
    width: 10px;
    height: 10px;
}

.header-container-wrap {
    height: 100px;
    justify-content: space-between !important;
}

.nav-header {
    display: flex;
    column-gap: 36px;
    height: 100px;
}

.nav-header .navigation {
    height: 100%;
}

.nav-header .navigation > ul {
    height: 100%;
}

.nav-header .navigation > ul > li {
    height: 100%;
}

.navigation-header-sp {
    display: none !important;
}

.navigation .wp-block-navigation__container {
    column-gap: 30px !important;
}

.navigation .menu-item > a {
    text-decoration: none !important;
    padding: 42px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
}

.navigation .menu-item:hover>a {
    color: #ff6900;
    text-decoration: none;
    transition: 0.3s;
}

.navigation .menu-item:hover>button>svg {
    color: #ff6900;
}

.navigation .menu-item>ul {
    width: 320px !important;
    left: 50% !important;
    margin: 0 auto auto -153px !important;
    position: absolute;
    background: #FFFFFF;
    line-height: 40px;
    list-style: none;
    border-radius: 14px;
    box-shadow: 0 24px 56px rgb(167 174 186 / 16%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    padding: 32px 0px;
    margin-top: 0px !important;
    border: none !important;
}

.navigation .menu-item .ul-container-wrap {
    width: 608px!important;
    display: unset;
    grid-auto-flow: column;
    margin: 0px auto auto -275px !important;
}

.navigation .menu-item .title-header {
    font-family: var(--wp--preset--font-family--heading);
    display: flex;
    padding: 0px 0px 10px 32px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.47);
    font-weight: 500;
    margin: 0px;
}

.navigation .menu-item .ul-container-wrap .title-header {
    grid-area: title;
}

.navigation .menu-item .ul-container-wrap>li.sub-item {
    height: min-content;
    width: 50%;
    float: left;
    clear: left;
    display: inline-block;
}

.navigation .menu-item .ul-container-wrap>li:nth-child(n+5) {
    float: revert;
    clear: right;
}

.navigation .menu-item:hover>ul {
    pointer-events: all;
    transform: translateY(0px);
    opacity: 1;
}

.navigation .menu-item>ul .sub-item {
    position: relative;
    padding: 10px 32px 10px 32px;
    cursor: pointer;
    box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}
.navigation .menu-item .ul-container-wrap .sub-item {
    display: block;
    padding: 10px 32px 10px 32px;
}

.navigation .menu-item>ul .sub-item a {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    text-decoration: none !important;
    padding: 0px;
}

.navigation .menu-item>ul .sub-item:hover{
    background: #ff6900;
}

.navigation .menu-item>ul .sub-item:hover>a>span{
    color: #fff !important;
}

.navigation .menu-item>ul::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background-color: white;
    left: 45.7%;
    top: -10px;
    transform: rotate(45deg);
    z-index: -1;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
}

.navigation .menu-item>ul .sub-item>a>span.wp-block-navigation-item__label {
    font-family: var(--wp--preset--font-family--heading);
    color: rgba(0, 0, 0, 0.81);
}

.navigation .menu-item>ul .sub-item>a>span:first-child {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px;
    /*width: 200px;*/
}

.navigation .menu-item>ul .sub-item>a>span:last-child {
    display: block !important;
    color: rgba(0, 0, 0, 0.47);
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.button-contact>a {
    width: 139px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #FF671D;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px !important;
    text-decoration: none !important;
}

.button-contact>a>span {
    color: #fff;
}

@media (max-width: 1620px) {
    header {
        height: 90px !important;
    }

    .header-group {
        height: 90px !important;
    }

    .header-container-wrap {
        height: 90px;
    }

    .nav-header {
        height: 90px;
    }
    .header-full .navigation .wp-block-navigation__container {
        column-gap: 15px !important;
    }
    .navigation .menu-item > a {
        padding: 37px 0;
        font-size: 14px;
    }
    .button-contact>a {
        font-size: 14px !important;
    }
    .header-container-wrap {
        flex-wrap: nowrap !important;
    }
    .header-container-wrap .logo-header .custom-logo {
        width: 135px !important;
        height: auto !important;
    }
}

@media (min-width: 993px) and (max-width: 1800px) {
    .navigation .about-us-header-item.menu-item>ul {
        width: 500px !important;
        left: 76% !important;
    }

    .navigation .work-for-us-header-item.menu-item>ul {
        width: 400px !important;
        left: 100% !important;
    }
}

@media (max-width: 1420px) {
    header {
        height: 80px !important;
    }
    .header-group {
        height: 80px !important;
    }

    .header-container-wrap {
        height: 80px;
    }

    .nav-header {
        height: 80px;
    }
    .header-full .navigation .wp-block-navigation__container {
        column-gap: 11px !important;
    }

    .navigation .menu-item > a {
        padding: 32px 0;
        font-size: 13px;
    }
    .header-full .header-container .wp-block-navigation__submenu-icon {
        width: 10px;
        height: 10px;
    }
    .header-full .header-container svg {
        width: 10px;
        height: 10px;
    }

    .button-contact>a {
        width: 80px;
        height: 34px;
        font-size: 13px !important;
    }
    .header-container-wrap {
        /*justify-content: space-around !important;*/
        flex-wrap: nowrap !important;
    }
    .header-container-wrap .logo-header .custom-logo {
        width: 100px !important;
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    .header-container {
        column-gap: 0.2em;
    }
    .header-full .navigation .wp-block-navigation__container {
        column-gap: 10px !important;
    }

    .header-container-wrap .logo-header .custom-logo {
        width: 75px !important;
        height: auto !important;
    }

    .navigation .menu-item > a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 992px) {
    .header-container-wrap {
        justify-content: space-between !important;
    }

    .nav-header {
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }

    .navigation {
        display: none !important;
    }

    .navigation-header-sp {
        display: block !important;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-open svg {
        width: 35px;
        height: 35px;
    }

    .nav-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }

    .nav-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }

    .navigation-header-sp >div {
        height: 100vh;
    }

    .navigation-header-sp  .wp-block-navigation__responsive-container-close {
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        height: 64px;
        justify-content: space-between;
        align-items: center;
        padding: 16px 30px;
        z-index: 9;
        background: #fff !important;
    }

    .navigation-header-sp  .wp-block-navigation__responsive-container-close > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 168px;
        height: 48px;
    }

    .navigation-header-sp  .wp-block-navigation__responsive-container-close a img {
        object-fit: cover;
        object-position: center;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-content {
        padding-top: 70px !important;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul {
        width:100%;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li.menu-item-sp {
        width:100%;
    }

    .navigation-header-sp .wp-block-navigation__responsive-container-content > ul li span{
        width:100%;
    }
    .navigation .wp-block-navigation__container {
        column-gap: 0px !important;
    }
    .menu-item-sp .wp-block-navigation__submenu-container {
        display: none !important;
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .menu-item-sp > ul .sub-item-sp>a {
        flex-direction: column;
    }

    .menu-item-sp > ul .sub-item-sp>a>span:first-child {
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 24px;
        font-family: var(--wp--preset--font-family--heading);
    }

    .menu-item-sp > ul .sub-item-sp>a>span:last-child {
        display: block !important;
        color: rgba(0, 0, 0, 0.47);
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .menu-item-sp button.button-open span.active{
        font-weight: 600;
        font-family: var(--wp--preset--font-family--heading);
        color: rgba(0, 0, 0, 0.81);
    }

    .menu-item-sp > ul.open {
        display: block !important;
        background: #F3F3F3 !important;
        width:100% !important;
    }

    .menu-item-sp button {
        width: 100%;
        padding: 13px 24px !important;
        position: relative;
    }

    .menu-item-sp button span {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        font-family: var(--wp--preset--font-family--heading);
        color: rgba(0, 0, 0, 0.47);
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container.open {
        background: #F3F3F3 !important;
    }
    .menu-item-sp .wp-block-navigation__submenu-container {
        padding-right: 0 !important;
    }
    .menu-item-sp ul li {
        padding: 12px 24px !important;
    }

    .menu-item-sp ul li:nth-child(1) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu-item-sp ul li:nth-child(2) > a {
        /* pointer-events: none; */
        /* cursor: text; */
        font-size: 14px;
        line-height: 14px;
        font-family: var(--wp--preset--font-family--paragraph);
        font-weight: 500;
        /* color: rgba(0, 0, 0, 0.47); */
    }

    .menu-item-sp:last-child {
        padding: 13px 24px !important;
    }

    .menu-item-sp.button-contact a {
        width: 100% !important;
        text-align: center !important;
        height: auto;
        padding: 16px 0px !important;
    }

    .menu-item-sp.button-contact a >span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        font-family: var(--wp--preset--font-family--paragraph);
        color: #FAFBFD;
    }

    .header-full .header-container {
        background: #fff;
    }

    .navigation-header-sp .is-menu-open.has-modal-open {
        z-index: -1;
    }

    .navigation-header-sp .is-menu-open.has-modal-open .wp-block-navigation__responsive-container-close {
        display: none;
    }

    .navigation .menu-item>ul .sub-item>a>span:first-child {
        width: 100%;
    }

    .menu-item-sp .wp-block-navigation-submenu__toggle::after {
        content: '\f078';
        position: absolute;
        font-weight: 900;
        color: #4A5567;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
    }

    .menu-item-sp .button-open::after {
        transform: translateY(-50%) rotate(180deg);
    }
}
