.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.site-header {
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.site-header .topbar-header {
    position: relative;
    z-index: 10;
}

.site-header .topbar-header {
    background-color: var(--darkblue);
}

.site-header .topbar-header {
    color: var(--white);
}

.site-header .topbar-header {
    height: 44px;
}

.site-header .topbar-header>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
}

.site-header .navbar-header>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-top: 1px solid #F4F6F8;
}

.site-header .site-branding a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .site-branding img {
    width: 148px;
    height: 63px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .main-navigation .secondary-navbar {
    margin-left: auto;
}

.main-navigation .navbar-woocommerce .menu-account-nav.menu-item {
    display: none;
}

.site-header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .menu {
    padding-left: 0;
}

.site-header .menu-item,
.site-footer li {
    list-style: none;
}

.site-header .menu .menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-header .menu-item:not([class*="btn-"]) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    color: #858EAD;
}

.main-navigation .secondary-navbar .menu>.menu-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-header .menu>.menu-item-has-children>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.site-header .menu .menu-item.current-menu-item>a {
    font-weight: 700;
    color: var(--blue);
}

.site-header .sub-menu>.menu-item>a {
    text-align: left;
    display: block;
}

.menu-item-has-children>.icon-submenu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.menu-item-has-children>.icon-submenu:before,
.menu-item-has-children>.icon-submenu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
    z-index: 1;
    display: block;
    width: 7px;
    height: 2px;
    background-color: var(--darkgray);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu-item-has-children>.icon-submenu:before {
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    -moz-transform: translate(-100%, -50%) rotate(45deg);
    -ms-transform: translate(-100%, -50%) rotate(45deg);
    -o-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg);
    left: -webkit-calc(100% - 5px);
    left: -moz-calc(100% - 5px);
    left: calc(100% - 5px);
}

.menu-item-has-children>.icon-submenu:after {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    -moz-transform: translate(-25%, -50%) rotate(-45deg);
    -ms-transform: translate(-25%, -50%) rotate(-45deg);
    -o-transform: translate(-25%, -50%) rotate(-45deg);
    transform: translate(-25%, -50%) rotate(-45deg);
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
}

.menu-item-has-children.menu-item-active>.icon-submenu:before {
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    -moz-transform: translate(-100%, -50%) rotate(-45deg);
    -ms-transform: translate(-100%, -50%) rotate(-45deg);
    -o-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
}

.menu-item-has-children.menu-item-active>.icon-submenu:after {
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
    -moz-transform: translate(-25%, -50%) rotate(45deg);
    -ms-transform: translate(-25%, -50%) rotate(45deg);
    -o-transform: translate(-25%, -50%) rotate(45deg);
    transform: translate(-25%, -50%) rotate(45deg);
}

.menu-item-has-children.menu-item-active>.icon-submenu:before,
.menu-item-has-children.menu-item-active>.icon-submenu:after {
    background-color: var(--blue);
}

.site-header .menu-item-has-children .sub-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.site-header .btn-toggle-menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    cursor: pointer;
    color: #858EAD;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.site-header .hamburger-menu {
    width: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.site-header .btn-toggle-menu i {
    width: 9px;
    height: 6px;
    background-image: url(../images/icon-sort-darkgray-down.svg);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #414658;
    -webkit-transform: rotate(0deg) translate(0px);
    -moz-transform: rotate(0deg) translate(0px);
    -ms-transform: rotate(0deg) translate(0px);
    -o-transform: rotate(0deg) translate(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.hamburger-menu span:not(:last-child) {
    margin-bottom: 4px;
}

.middle-header.toggle-onactive .hamburger-menu span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -moz-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    -o-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.middle-header.toggle-onactive .hamburger-menu span:nth-child(2) {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.middle-header.toggle-onactive .hamburger-menu span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -5px);
    -moz-transform: rotate(-45deg) translate(4px, -5px);
    -ms-transform: rotate(-45deg) translate(4px, -5px);
    -o-transform: rotate(-45deg) translate(4px, -5px);
    transform: rotate(-45deg) translate(4px, -5px);
    width: 100%;
}

.site-header.toggle-onactive .hamburger-menu {
    color: var(--blue);
}

.site-header.toggle-onactive .btn-toggle-menu i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../images/icon-sort-blue-down.svg);
}

html.noprevent-scroll {
    overflow: hidden;
}


/* TOPBAR HEADER */
.topbar-header .vc_row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.topbar-header .wpb_column {
    width: auto;
}

.topbar-header .col-label-topbar .wpb_text_column {
    font-weight: 700;
}

.topbar-header .wpb_text_column {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}

.forum-stats ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.forum-stats li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
}

.forum-stats li:first-child {
    margin-right: 10px;
}

.forum-stats li:first-child:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon-calendar-white.svg) center/contain no-repeat;
    margin-right: 12px;
}

.forum-stats li:nth-child(2):before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon-chart-white.svg) center/contain no-repeat;
    margin-right: 12px;
}

.forum-stats li:last-child {
    margin-left: 24px;
}

.forum-stats li:last-child:before {
    content: "";
    display: inline-block;
    position: relative;
    right: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* MIDDLE HEADER */
.site-header .middle-header {
    position: relative;
    padding: 32px 0;
}

.site-header .middle-header>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.search-header {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.bbp-search-form .bbp-search-wrapper {
    position: relative;
}

.bbp-search-form #bbp_search {
    background-color: #F4F6F8;
}

.bbp-search-form .button {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/icon-search-gray.svg) center/17px no-repeat;
    padding: 0;
    font-size: 0;
}

.header-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-action .action-item:not(:last-child) {
    margin-right: 32px;
}

.header-action .btn-notification .wnbell-dropdown-toggle svg path {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.header-action .btn-notification .wnbell-dropdown-toggle:hover path {
    fill: var(--blue)
}

.header-action .wnbell-badge.wnbell-badge-danger {
    width: 10px;
    height: 10px;
    background-color: #FF6934;
    border: 1px solid var(--white);
    font-size: 0;
}

.header-action .wnbell-dropdown-box-wrap {
    top: 90px;
    right: var(--padding-container);
}

.header-action .wnbell_notifications_lists {
    padding: 32px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.header-action .wnbell_notifications_lists {
    width: 100%;
    max-width: 590px;
    max-height: 740px;
}

.header-action .wnbell_notifications_lists .wnbell_notification_item {
    padding: 0;
    text-align: left;
}

.header-action .wnbell_notifications_lists .wnbell_notification_item:not(:last-child) {
    margin-bottom: 10px;
}

.header-action .wnbell_notifications_lists .wnbell_notification_item:nth-child(odd) {
    background-color: #F4F6F8;
}

.header-action .wnbell_notifications_lists .wnbell_notification_item:hover {
    background-color: var(--transparent);
}

.header-action .btn-login,
.btn-back-home {
    color: var(--darkblue);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.header-action .btn-login:hover,
.btn-back-home:hover {
    color: var(--blue);
}

.header-action .btn-register {
    margin-left: 30px;
}

.header-action .account-action {
    position: relative;
}

.account-action .btn-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 17px;
    text-transform: capitalize;
    color: #414658;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.account-action.toggle-show .btn-account {
    color: var(--blue);
}

.account-action .btn-account .icon-sort-down {
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(../images/icon-sort-darkgray-down.svg) center/contain no-repeat;
    margin-left: 10px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.account-action.toggle-show .icon-sort-down {
    background: url(../images/icon-sort-blue-down.svg) center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.account-action .sub-account {
    position: absolute;
    top: -webkit-calc(100% + 8px);
    top: -moz-calc(100% + 8px);
    top: calc(100% + 8px);
    right: 0;
    z-index: 5;
    width: 175px;
    list-style: none;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.account-action .sub-account li {
    padding: 16px 0;
}

.account-action .sub-account li:not(:last-child) {
    border-bottom: 1px solid #F4F6F8;
    margin-bottom: 0;
}

.account-action.toggle-show .sub-account {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.account-action .sub-account a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--darkgray);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.account-action .sub-account a:hover {
    color: var(--blue);
}

.account-action .icon-user {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-user-gray.svg) center/contain no-repeat;
    margin-right: 10px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}


/* RESPONSIVE */
@media all and (min-width: 601px) {

    /* MIDDLE HEADER */
    .search-header .btn-search {
        display: none;
    }

    .middle-header .header-action .btn-back-home {
        margin-right: 32px;
    }

    .site-header .middle-header .hamburger-menu {
        display: none;
    }

    .middle-header .header-action-mobile {
        display: none;
    }
}


@media all and (min-width: 1200px) {

    .admin-bar .site-header {
        top: var(--wp-admin--admin-bar--height);
    }

    .site-header .navbar-header {
        height: 80px;
    }

    .site-header.sticky-active {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px);
    }

    .site-header .site-branding {
        margin-right: 36px;
    }

    .site-header .btn-toggle-menu {
        display: none;
    }

    .site-header .menu .menu-item {
        width: auto;
        height: 100%;
        margin-bottom: 0;
    }

    .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 35px;
    }

    .site-header .menu .menu-item.current-menu-item {
        border-top: 1px solid var(--blue);
    }

    .site-header .main-navigation {
        position: relative;
        width: 100%;
    }

    .site-header .main-navigation,
    .site-header .main-navigation .main-navbar,
    .site-header .main-navigation .secondary-navbar,
    .site-header .main-navigation .secondary-navbar .menu>.menu-item,
    .site-header .main-navigation .menu,
    .site-header .menu>.menu-item-has-children {
        height: 100%;
    }

    .site-header .main-navigation .main-navbar {
        width: 100%;
    }

    .site-header .menu>.menu-item-has-children>a {
        width: 100%;
        padding-right: 20px;
    }

    .menu-item-has-children>.icon-submenu {
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 1;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

    .sub-menu>.menu-item-has-children>.icon-submenu {
        display: none;
    }

    .menu-item-has-children:hover>.icon-submenu:before,
    .menu-item-has-children.menu-item-active>.icon-submenu:before {
        -webkit-transform: translate(-100%, -50%) rotate(-45deg);
        -moz-transform: translate(-100%, -50%) rotate(-45deg);
        -ms-transform: translate(-100%, -50%) rotate(-45deg);
        -o-transform: translate(-100%, -50%) rotate(-45deg);
        transform: translate(-100%, -50%) rotate(-45deg);
    }

    .menu-item-has-children:hover>.icon-submenu:after,
    .menu-item-has-children.menu-item-active>.icon-submenu:after {
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
        -moz-transform: translate(-25%, -50%) rotate(45deg);
        -ms-transform: translate(-25%, -50%) rotate(45deg);
        -o-transform: translate(-25%, -50%) rotate(45deg);
        transform: translate(-25%, -50%) rotate(45deg);
    }

    .menu-item-has-children:hover>.icon-submenu:before,
    .menu-item-has-children:hover>.icon-submenu:after,
    .menu-item-has-children.menu-item-active>.icon-submenu:before,
    .menu-item-has-children.menu-item-active>.icon-submenu:after {
        background-color: #0d80d6;
    }

    .site-header .menu-item-has-children .sub-menu {
        width: 235px;
        padding: 10px 0;
    }

    .site-header .menu-item-has-children .sub-menu {
        position: absolute;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .15s;
        -o-transition: .15s;
        -moz-transition: .15s;
        transition: .15s;
        background-color: var(--white);
        -webkit-box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        -moz-box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        will-change: transform, opacity;
        border: 1px solid #e8e8e8;
    }

    .menu>.menu-item-has-children>.sub-menu {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        -o-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    .sub-menu>.menu-item-has-children>.sub-menu {
        top: -10px;
        left: 100%;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    .site-header .menu-item-has-children:hover>.sub-menu,
    .site-header .menu-item-has-children.menu-item-active>.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu>.menu-item-has-children:hover>.sub-menu,
    .menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .sub-menu>.menu-item-has-children:hover>.sub-menu,
    .sub-menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        left: 50%;
    }

    .site-header .menu-item-has-children .sub-menu:before {
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid #d2d2d2;
    }

    .site-header .menu-item-has-children .sub-menu:after {
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid var(--white);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before,
    .sub-menu>.menu-item-has-children>.sub-menu:after {
        -webkit-transform: rotate(-90deg) translate(-25px, -100%);
        -moz-transform: rotate(-90deg) translate(-25px, -100%);
        -ms-transform: rotate(-90deg) translate(-25px, -100%);
        -o-transform: rotate(-90deg) translate(-25px, -100%);
        transform: rotate(-90deg) translate(-25px, -100%);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before {
        left: -6px;
        border-bottom-color: #efecec;
    }

    .sub-menu>.menu-item-has-children>.sub-menu:after {
        left: -4px;
    }

    .site-header .sub-menu>.menu-item>a {
        width: 100%;
        padding: 10px 20px;
    }

    .site-header .menu>.menu-item-has-children.menu-item-active>a,
    .site-header .menu .menu-item:hover>a {
        color: var(--blue);
    }


    /* MIDDLE HEADER */
    .site-header .site-branding .logo-mobile {
        display: none;
    }
}


@media all and (min-width: 1280px) {
    .menu .menu-item-disable-desktop.menu-item {
        display: none;
    }
}


@media all and (min-width: 1600px) {
    /* .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 35px;
    } */
}


@media all and (min-width: 1200px) and (max-width: 1599px) {
    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children:hover>.sub-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before,
    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        -webkit-transform: rotate(90deg) translate(100%, 6px);
        -moz-transform: rotate(90deg) translate(100%, 6px);
        -ms-transform: rotate(90deg) translate(100%, 6px);
        -o-transform: rotate(90deg) translate(100%, 6px);
        transform: rotate(90deg) translate(100%, 6px);
        left: 100%;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before {
        left: -webkit-calc(100% + 1px);
        left: -moz-calc(100% + 1px);
        left: calc(100% + 1px);
        top: 0;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        top: 2px;
    }
}

@media all and (max-width: 1279px) {

    .site-header .main-navigation .secondary-navbar:not(.navbar-woocommerce),
    .secondary-navbar.navbar-woocommerce .menu-item {
        display: none;
    }
}

@media all and (max-width: 1199px) {

    html[lang] {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none;
    }

    .site-header.toggle-onactive {
        background-color: var(--white);
    }

    .site-header .navbar-header {
        height: 50px;
    }

    .site-header.sticky-active {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px);
    }

    /* .site .hamburger-menu {
        margin-left: auto;
    } */

    .site-header .navbar-header>.container {
        border-bottom: 1px solid var(--transparent);
    }

    .site-header.toggle-onactive .navbar-header>.container {
        border-color: #F4F6F8;
    }

    .site-header .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .site-header .main-navigation {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .site-header.toggle-onactive .main-navigation {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .site-header .main-navigation .main-navbar {
        width: 100%;
        padding: 20px 16px;
        max-height: -webkit-calc(100vh - 80px);
        max-height: -moz-calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        overflow: hidden auto;
    }

    .site-header .menu {
        padding-left: 0;
    }

    .main-navigation .menu-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .site-header .menu>.menu-item-has-children>a {
        width: auto;
        margin-right: 5px;
    }

    .menu-item-has-children>.icon-submenu {
        position: relative;
    }

    .main-navigation .menu-item-has-children>.sub-menu {
        width: 100%;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        padding-left: 16px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .main-navigation .menu-item-has-children:not(.menu-item-active)>.sub-menu {
        overflow: hidden;
    }

    .main-navigation .menu-item-has-children.menu-item-active>.sub-menu {
        max-height: 10000px;
        opacity: 1;
        visibility: visible;
        padding: 16px 0 8px 16px;
    }

    .site-header .main-navigation .secondary-navbar {
        display: none;
    }

    .site-header .menu-dropdown-large>.sub-menu .content-left {
        margin-bottom: 16px;
    }


    /* MIDDLE HEADER */
    .site-header .site-branding .custom-logo-link:not(.logo-mobile) {
        display: none;
    }

    .site-header .middle-header {
        padding: 16px 0;
    }

    .site-header .site-branding img {
        width: 32px;
        height: 35px;
    }

    .header-action .wnbell-dropdown-box-wrap {
        top: 60px;
        right: 16px;
    }
}


@media all and (max-width: 900px) {

    /* MIDDLE HEADER */
    .wnbell_dropdown_wrap_ss .wnbell_dropdown_list_ss {

        width: -webkit-calc(100% - 32px);

        width: -moz-calc(100% - 32px);

        width: calc(100% - 32px);
        height: -webkit-calc(100% - 90px);
        height: -moz-calc(100% - 90px);
        height: calc(100% - 90px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: var(--rounded);
        -moz-border-radius: var(--rounded);
        border-radius: var(--rounded);
    }
}


@media all and (min-width: 601px) and (max-width: 900px) {
    .search-header {
        max-width: 280px;
    }
}


@media all and (max-width: 600px) {
    .site-header.sticky-active {
        -webkit-transform: translateY(-66px);
        -moz-transform: translateY(-66px);
        -ms-transform: translateY(-66px);
        -o-transform: translateY(-66px);
        transform: translateY(-66px);
    }


    /* TOPBAR HEADER */
    .site-header .topbar-header {
        height: 66px;
    }

    .topbar-header .vc_row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .topbar-header .wpb_text_column {
        font-size: 8px;
        line-height: 10px;
    }

    .topbar-header .col-label-topbar .wpb_text_column {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }


    /* MIDDLE HEADER */
    .search-header {
        width: auto;
        margin: 0;
        margin-left: 24px;
    }

    .search-header .bbp-search-form {
        display: none;
    }

    .search-header .btn-search {
        width: 19px;
        height: 19px;
        background: url(../images/icon-search-gray.svg) center/contain no-repeat;
    }

    /* .header-action .notification-action {
        display: none;
    } */

    .middle-header .header-action-mobile {
        display: none;
        margin-left: auto;
        margin-right: 32px;
    }

    .middle-header .header-action {
        /* position: absolute; */
        /* top: 100%; */
        /* left: 0; */
        /* z-index: 10; */
        /* -webkit-box-align: start; */
        /* -webkit-align-items: flex-start; */
        -moz-box-align: start;
        -ms-flex-align: start;
        /* align-items: flex-start; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        /* -webkit-flex-direction: column; */
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        /* flex-direction: column; */
        width: auto;
        height: auto;
        margin-left: auto;
        /* padding: 16px; */
        background-color: var(--white);
        /* opacity: -1; */
        /* visibility: hidden; */
        /* -webkit-transform: translateY(-10px); */
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        /* transform: translateY(-10px); */
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .middle-header.toggle-onactive .header-action {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .middle-header .header-action .btn-back-home {
        /* width: 100%; */
        font-size: 14px;
    }

    .middle-header .header-action .btn-action {
        margin-left: 0;
    }

    .middle-header .header-action .btn-action:not(:last-child),
    .header-action .action-item:not(:last-child) {
        margin-right: 15px;
    }

    .middle-header .header-action .btn-fill-blue {
        padding: 9px 15px;
    }

    .account-action .sub-account {
        position: absolute;
        /* left: 0; */
        right: 0;
        height: 0;
        border: none;
        background-color: var(--white);
        /* -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; */
    }

    .account-action.toggle-show .sub-account {
        height: auto;
    }

    .account-action .sub-account li {
        /* padding-bottom: 0; */
    }

    .account-action .sub-account li:not(:last-child) {
        /* border-bottom: none; */
    }

    .account-action .sub-account a {
        font-size: 14px;
    }
}