:root{
    --main-cl: #657f7f;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}
#login-form-popup,
#wp-admin-bar-woocommerce-site-visibility-badge{
    display: none !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: 0;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.4s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #657f7f;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
.load_home_page.complete .path-2{
    fill: #657f7f;
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: #657f7f;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 7rem;
    height: 7rem;
    background-color: #657f7f;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: 10vh;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/*COMPONENTS*/
#main-menu.mfp-hide,
.skip-link.screen-reader-text {
    display: none;
}

header.header .container,
#footer .row,
#footer .container,
#main .row,
#main .container {
    /*margin: unset;*/
    max-width: unset;
}
/*breadcrumbs*/
.breadcrumbs {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 10px 0 0;
    font-weight: unset;
    color: #333;
}
.breadcrumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumbs ol>li {
    margin-bottom: 0;
    width: max-content;
}
.breadcrumbs .divider {
    display: block;
    padding: 0 10px;
    font-weight: 100;
}
.breadcrumbs .divider,
.breadcrumbs a[title="Home"] cite {
    font-weight: 400;
    color: var(--four-cl);
}
.breadcrumbs a {
    display: flex;
    align-items: center;
    color: var(--four-cl);
    font-size: 16px;
    padding: 0 !important;
}
.breadcrumbs a:before {
    content: unset;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    display: flex;
    align-items: center;
    margin: 0 4px;
    opacity: 1;
}
.breadcrumbs .divider:last-child {
    display: none;
}
.breadcrumbs cite {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    color: var(--four-cl);
}
.breadcrumbs ol>li:last-child>cite {
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: normal;
}
.breadcrumbs ol>li[itemprop="itemListElement"]>span {
    font-weight: 400;
    font-size: 16px;
}
/**/
.h_fit {
    height: fit-content;
}
.obj_cover {
    object-fit: cover;
}
/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;

}
.btn-loading:before{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*paging custom*/
.thenativePagination {
    margin-bottom: 0;
}
/*box_img*/
.box_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*CSS*/
#menu-main-menu li.fa.active:before,
#menusite .navbar-default .navbar-nav>li.menu-item-home.active>a {
    color: #fff;
}

html {
    scroll-behavior: smooth;
}
header.has-sticky {
    position: relative;
    z-index: 99;
}
#menusite .dropdown .sub-menu {
    /*visibility: hidden;*/
    /*opacity: 0;*/
    display: none;
}
#menusite .dropdown:hover .sub-menu {
    display: block !important;
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transition: opacity .25s, visibility .25s;*/
}

.section-header {
    background: #fff;
}
#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left: 35px;
}
#menusite .navbar-default .navbar-nav > li[class*="fa-"] {
    display: flex;
    align-items: center;
    position: relative;
}
#menusite .navbar-default .navbar-nav > li[class*="fa-"]:before {
    position: absolute;
    color: #fff;
    left: 0.4rem;
}
#menusite .navbar-default .navbar-nav>li.menu-item-home:hover>a,
#menu-main-menu li.fa:hover:before {
    color: #c4c5c5 !important;
}

#footer * {
    color: #fff;
}

.header-search .search-bar {
    margin-bottom: 0;
}
.header-search input.search-field {
    box-shadow: none;
    background: none;
    margin-bottom: 0;
    height: unset;
}
.header-search .icon-search {
    margin-right: 0;
}
.icon-search:before {
    content: unset;
}


.contact-box-form p {
    margin-bottom: 9px !important;
}
.contact-box-form .form-group input {
    font-size: 13px;
    box-shadow: none;
    border-color: #d3d3d3ee;
    height: 44px;
    border-radius: 2px;
    padding: 6px 12px;
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/

    transition: .4s all;
}
.contact-box-form .form-group input:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.contact-box-form .wpcf7-submit {
    padding: 8px;
    min-height: unset;
    margin-bottom: 0;
    opacity: .65;
    font-weight: 100;
    transition: .4s all;
}
.contact-box-form textarea {
    min-height: unset !important;
}
input[type=email].wpcf7-validates-as-required,
input[type=number].wpcf7-validates-as-required,
input[type=password].wpcf7-validates-as-required,
input[type=search].wpcf7-validates-as-required,
input[type=tel].wpcf7-validates-as-required,
input[type=text].wpcf7-validates-as-required,
input[type=time].wpcf7-validates-as-required,
input[type=url].wpcf7-validates-as-required,
label.wpcf7-validates-as-required,
select.wpcf7-validates-as-required,
textarea.wpcf7-validates-as-required {
    background-image: url(../images/sample/required.png);
    background-position: right center;
    background-repeat: no-repeat
}
.contact-box-form ul.socialList li {
    background: #808080;
}
.contact-box-form ul.socialList li:first-child {
    margin-left: 0;
}

.other-news .other-news-post>a {
    display: block;
    flex: 0 0 auto;
}
blockquote {
    margin-left: 22px;
    font-size: 15px;
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eee;
    font-style: normal;
}
.single-post .news-detail *,
.single-post .other-news *{
    color: #333;
}
.single-post .news-detail img {
    max-width: 100%;
    max-height: fit-content !important;
}
.single-post #news-bodyhtml a,
.single-post #news-bodyhtml a:active,
.single-post #news-bodyhtml a:link,
.single-post #news-bodyhtml a:visited {
    color: #579bdf;
}
.socialbutton .fb_share svg {
    width: 100%;
    height: 24px;
    margin-right: 12px;
}
.socialbutton .fb_share:hover svg {
    opacity: .8;
}
.catalog-box .wpcf7-checkbox {
    font-weight: 500;
    font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
}
.catalog-box .wpcf7-response-output,
.wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0 !important;
}

.catalog-box .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 12px !important;
    /*min-width: 200px;*/
    text-align: center;
    color: #fff !important;
    border-radius: 0 !important;
    border: none;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
}
.about-lets-build *,
.about-number *,
.about-philosophy * {
    color: #fff !important;
}
#ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger {
    visibility: hidden;
    display: none;
}
.about-market img {
    width: 100%;
    height: 100%;
}

section.thank_page .inner svg {
    width: 80px;
    height: auto;
    display: block;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

section.thank_page .inner {
    max-width: 600px;
    margin: auto;
    text-align: center;
    background: #627c7c;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    fill: #fff;
    font-size: 25px;
    margin: 50px auto;
}

.page-template-news .section-body {
    padding-top: 1.9rem  /* 32/19.2 */;
}
#news_groups .news-post h3>a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*.product-item-inner h3 {*/
/*    min-height: 102px;*/
/*}*/
.single table {
    width: 100%;
}
#news-bodyhtml h2,
#news-bodyhtml h3 {
    scroll-margin-block: 100px;
}
.quote-cart-box-inner input[type=checkbox] {
    margin-top: 0;
}
.metismenu .sidebar-nav li.menu-item-has-children>ul.sub-menu {
    position: unset;
    background: transparent;
}

.metismenu .sidebar-nav ul ul a {
    background: #eeeeee87 !important;
}
#imageGallery,
#imageGallery li {
    height: auto !important;
}

#imageGallery li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

div#menu-site-default {
    text-align: center;
    display: flex !important;
    justify-content: center;
}
.product-item-inner h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.mfp-wrap {
    display: none;
}
.gallery-main .tab-pane {
    display: none;
}

.gallery-main .tab-pane.active {
    display: block;
}

div#animated-thumbnails-gallery a {max-width: 100%;display: inline-block;}

div#animated-thumbnails-gallery a img {max-width: 100%;height: auto;}

.mg_0{
    margin: 0 !important;
}

html {
    overflow: hidden;
}
.about-meet-customer .col-xs-24.col-sm-12.col-md-12.col-inner {
    width: 50%;
}

.about-meet-customer .col-xs-24.col-sm-12.col-md-12.col-inner:nth-child(2) {}



.about-meet-customer .col-xs-24.col-sm-12.col-md-12.col-inner:nth-child(2) .col-img-small {
    width: 50%;
}
html#ux-builder .owl-carousel {
    display: block;
}

html#ux-builder .owl-carousel {
    display: block !important;
}

[ng-app="uxBuilder"] .owl-carousel {
    display: block !important;
}

[ng-app="uxBuilder"] .owl-carousel .item:not(:first-child) {
    display: none;
}
ul#imageGallery {
    margin: 0;
}
.mfp-bg {
    display: none;
}
#menusite .dropdown-menu .dropdown-menu {
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    margin: 0;
}

#menusite .dropdown-menu li {
    position: relative;
}

#menusite .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    pointer-events: unset;
}

#menusite .dropdown .sub-menu {
    padding: 0;
}

#menusite .dropdown-menu>li>a {
    width: auto;
    text-wrap: unset !important;
}
.policy a + a {
    margin-left: 20px;
}
@media (max-width: 1500px) AND (min-width: 1336px) {
    .number-item h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #menusite .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 911px) {

    /*HEADER*/
    #header .logo img {
        padding-left: 5rem;
    }
    #menusite .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .metismenu .sidebar-nav ul a {
        flex: 1;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .metismenu .sidebar-nav ul .menu-item-home a {
        padding-bottom: 16px;
    }
    .metismenu .sidebar-nav ul li:before {
        content: unset;
    }
    .metismenu .sidebar-nav ul li.menu-item-has-children {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
    }
    .metismenu .sidebar-nav li.menu-item-has-children>ul.sub-menu {
        width: 100%;
        display: block !important;
        transition: all .5s ease;
        max-height: 0;
        overflow: hidden;
    }
    .metismenu .sidebar-nav li.menu-item-has-children.active>ul.sub-menu {
        display: block;
        max-height: 600px;
    }
    .metismenu .sidebar-nav li.menu-item-has-children.active>ul.sub-menu>li {
        width: 100%;
        margin-bottom: 0;
    }
    .toggle:focus,
    .toggle {
        color: #fff;
    }
    .toggle{
        font: normal normal normal 14px / 1 FontAwesome;
        position: relative;
        background: transparent;
        box-shadow: none;
        outline: none;
        float: right;
        margin-top: -42px;
        margin-right: 30px;
        color: #fff;
        cursor: pointer;
        width: 50px;
        line-height: 35px;
        text-align: center;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        font-size: 22px;
        border: none;
    }
    .toggle:before {
        content: '\f107';
        font-size: 22px;
        position: absolute;
    }
    .metismenu li.has-child.active .toggle:before {
        content: '\f106';
    }

    .bg_breadcrumbs_mobile {
        background: #eee;
        padding: 8px 0 14px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    /*HEADER*/
    #header .logo img {
        padding-left: 0;
    }
    #menusite .navbar-default .navbar-nav > li[class*="fa-"]:before {
        content: unset;
    }
    .metismenu .sidebar-nav ul .menu-item-home {
        display: none;
    }

    .about-content .button {
        display: inline-block !important;
        padding: 12px !important;
        margin: 0;
        min-height: unset;
        line-height: normal;
        font-weight: 400;
        border: none;
        letter-spacing: -0.4px;
    }
    .about-meet-customer img {
        max-height: 100%;
    }
    .metismenu li.menu-item-has-children.active .toggle:before {
        content: '\f106';
    }
    .about-meet-customer .col-xs-24.col-sm-12.col-md-12.col-inner {width: 100%;}
    .metismenu .sidebar-nav ul li button.toggle {
        margin-right: 30px;
        color: #fff;
        cursor: pointer;
        width: 50px;
        line-height: 35px;
        text-align: center;
        background: rgba(0, 0, 0, 0);
        border-radius: 14px;
        -webkit-border-radius: 14px;
        font-size: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        margin: 0 20px 0 0;
        outline: none;
    }

    button.toggle:hover {
        background: rgba(0, 0, 0, .15) !important;
    }

    .metismenu .sidebar-nav ul li.active button.toggle:before {
        transform: rotate(180deg);
    }
    .metismenu .sidebar-nav ul ul a {
        background: transparent !important;
    }
    .metismenu .sidebar-nav ul a {
        text-wrap: unset;
    }
}