.ch__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.one__fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.cm__scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.ch__onewidth {
    margin: 0 auto;
    padding: 0 20px;
}

.cl__one {
    float: left;
    padding-right: 30px;
    box-sizing: content-box !important;
}
.cl__one a {
    display: block;
}
.elementor .cl__one img {
    width: auto;
    display: block;
}

.cm__one {
    float: right;
    font-size: 16px;
}

.cmo__nav {
    float: left;
}
.cmo__nav .cm__desktop li {
    float: left;
    display: block;
    position: relative;
}

.cmo__nav .cm__desktop li a {
    position: relative;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 15px;
    white-space: nowrap;
}

.cmo__nav .cm__desktop li ul {
    visibility: hidden;
    position: absolute;
    right: 0px;
    padding: 15px 0;
    z-index: 400;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    transition: all 0.1s ease;
    margin-top: 30px;
}
.cmo__nav .cm__desktop li:hover ul {
    visibility: visible;
    margin-top: 0;
    transition: all 0.1s ease;
}
.cmo__nav .cm__desktop li ul li,
.cmo__nav .cm__desktop li ul li.menu-item-has-children {
    float: none;
    display: block;
    line-height: 1.2;
    min-width: 240px;
    padding: 0;
    margin: 0;
}
.cmo__nav .cm__desktop li ul li a,
.cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    position: relative;
    line-height: 1.2 !important;
    padding: 8px 20px;
    border-radius: 0;
    border: 0 !important;
}
.cmo__nav .cm__desktop li ul li:hover a:after {
    opacity: 1;
}
.cmo__nav .cm__desktop li ul li ul {
    visibility: hidden;
    position: absolute;
    top: -15px !important;
    right: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    transition: all 0.1s ease;
    margin-top: 30px;
}

.cmo__nav .cm__desktop li:hover ul li ul,
.cmo__nav .cm__desktop li ul li:hover ul li ul,
.cmo__nav .cm__desktop li ul li ul li:hover ul li ul {
    visibility: hidden;
    transition: all 0.1s ease;
    margin-top: 30px;
}
.cmo__nav .cm__desktop li ul li:hover ul,
.cmo__nav .cm__desktop li ul li ul li:hover ul,
.cmo__nav .cm__desktop li ul li ul li ul li:hover ul {
    visibility: visible;
    transition: all 0.1s ease;
    margin-top: 0;
}

/* Header 1 */
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children a {
    padding: 0 22px 0 15px;
}
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    transform: rotate(-135deg);
}

.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    position: relative;
    line-height: 1.2 !important;
    padding: 8px 20px;
    border-radius: 0;
    border: 0 !important;
}
.hs__s1 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: 15px;
    display: none;
}
.hs__s1 .cmo__nav .cm__desktop li:hover ul li.menu-item-has-children:after {
    display: block;
}

/* Header 2 */
.hs__s2 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% + 15px);
    right: calc(50% - 15px);
    left: calc(50% - 15px);
    height: 2px;
    transition: all 0.3s ease;
}
.hs__s2 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    left: 15px;
    right: 15px;
}
.hs__s2 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: calc(100% - 50px);
    left: 20px;
    height: 1px;
    transition: all 0s ease;
}
.hs__s2 .cmo__nav .cm__desktop ul li.menu-item-has-children:hover:after {
    right: calc(100% - 80px);
    left: 20px;
    transition: all 0.3s ease;
}

/* Header 3 */
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    box-sizing: content-box !important;
}
.hs__s3 .cmo__nav .cm__desktop li a {
    z-index: 2;
}
.hs__s3 .cmo__nav .cm__desktop li:hover ul {
    transition: all 0.1s ease 0.5s;
}
.hs__s3 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: 10px;
}
.hs__s3 .cmo__nav .cm__desktop li ul li:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    height: 8px;
    width: 12px;
    border-radius: 8px;
}
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    padding: 8px 20px 8px 40px;
}
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children ul li a:hover {
    padding: 8px 20px 8px 55px;
    transition: all 0.3s ease;
}

/* Header 4 */
.hs__s4 .cmo__nav .cm__desktop li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 3px;
    width: 12px;
    height: 9px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transition: all 0.3s ease;
}
.hs__s4 .cmo__nav .cm__desktop li.menu-item-has-children:hover:before {
    width: 32px;
}

.hs__s4 .cmo__nav .cm__desktop li ul:after {
    content: "";
    position: absolute;
    right: 32px;
    top: -12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 0;
    clear: both;
}
.hs__s4 .cmo__nav .cm__desktop ul li ul:after {
    display: none;
}
.hs__s4 .cmo__nav .cm__desktop ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 12px;
    width: 8px;
    height: 0;
    border-width: 2px 0 0 0;
    transition: all 0s ease;
}
.hs__s4 .cmo__nav .cm__desktop ul li.menu-item-has-children:before {
    transition: all 0.3s ease;
}

/* Header 5 */
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 2px;
    transition: all 0.3s ease;
}
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    display: none;
}
.hs__s5 .cmo__nav .cm__desktop li ul {
    border-radius: 8px;
}
.hs__s5 .cmo__nav .cm__desktop li ul:after {
    content: "";
    position: absolute;
    right: 32px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.hs__s5 .cmo__nav .cm__desktop ul li ul:after {
    display: none;
}
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    margin: 0 20px;
    padding: 15px 20px;
    border-radius: 5px;
}
.hs__s5 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    left: auto;
    top: calc(50% - 4px);
    right: 20px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    box-sizing: content-box !important;
    transition: all 0s ease;
}

.cc__one {
    float: right;
}
.call__center {
    float: right;
    height: 44px;
    position: relative;
    margin-left: 40px;
}
.hs__s1 .call__center a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    box-sizing: content-box !important;
    transition: all 0.3s ease;
}

.hs__s2 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.hs__s2 .call__center:hover a {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.hs__s2 .call__center:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 6px;
    right: -6px;
    height: 38px;
}
.hs__s3 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 40px;
    box-sizing: content-box !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.hs__s3 .call__center a:hover {
    border-style: solid;
    border-width: 2px;
}
.hs__s4 .call__center a {
    position: relative;
    display: block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box !important;
}
.hs__s4 .call__center a span {
    position: relative;
    z-index: 2;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.hs__s4 .call__center a:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0% 100%);
    transition: all 0.5s ease;
}
.hs__s4 .call__center:hover a:before {
    width: 70%;
}
.hs__s4 .call__center a:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease;
}
.hs__s4 .call__center:hover a:after {
    width: 70%;
}

.hs__s5 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 40px;
    box-sizing: content-box !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.hs__s5 .call__center:hover a {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
}
.hs__s5 .call__center a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: -1;
}
.hs__s5 .call__center a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: -1;
}
.hs__s5 .call__center:hover a:after {
    background: none !important;
}

.cpen__one {
    display: none;
    right: 40px;
}
.hs__s1 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    border-radius: 5px;
    cursor: pointer;
}
.hs__s1 .cpen__one span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.hs__s1 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s1 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s1 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s1 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s2 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 34px;
    height: 34px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    cursor: pointer;
}
.hs__s2 .cpen__one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    width: 36px;
    height: 36px;
}

.hs__s2 .cpen__one span {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
}
.hs__s2 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s2 .cpen__one span:before {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}
.hs__s2 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 6px;
    right: 6px;
    border-style: solid;
    border-width: 2px 0 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s2 .cpen__one span:after {
    left: 12px;
    right: 12px;
    transition: all 0.3s ease;
}

.hs__s3 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 44px;
    box-sizing: content-box !important;
    cursor: pointer;
}

.hs__s3 .cpen__one span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.hs__s3 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s3 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s3 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s3 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s4 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    box-sizing: content-box !important;
    cursor: pointer;
}
.hs__s4 .cpen__one:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0% 100%);
    transition: all 0.5s ease;
    z-index: 1;
}

.hs__s4 .cpen__one span {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 2;
}
.hs__s4 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s4 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s4 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s4 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s5 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    box-sizing: content-box !important;
    border-radius: 44px;
    cursor: pointer;
}

.hs__s5 .cpen__one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: 1;
}
.hs__s5 .cpen__one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: 1;
}

.hs__s5 .cpen__one span {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 2;
}
.hs__s5 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s5 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s5 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s5 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 982px) {
    .ch__onewidth {
        padding: 0 40px;
    }

    .cpen__one {
        display: block;
    }
    .ch__one {
        height: 100px !important;
    }
    .cc__one {
        float: none;
        text-align: center;
    }
    .call__center {
        float: none;
        margin-left: 0;
        display: inline-block;
    }
    .one__fixed .cm__one {
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto !important;
        display: none;
        transition: all 0.3s ease;
        overflow-y: scroll;
        z-index: 1000;
    }
    .one__scroll .cm__one {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: auto !important;
        display: none;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    .cm__omenu .cm__one {
        display: block;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .cmo__nav {
        float: none;
        width: 100%;
    }
    .cmo__nav .cm__accordion {
        border-top: 1px solid rgba(125, 125, 125, 0.2);
        height: auto;
        padding: 20px 0 40px;
    }
    .cmo__nav .cm__accordion li {
        display: block;
        float: none;
        position: relative;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 23px;
        right: 40px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        transform: rotate(-135deg);
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        left: 40px;
        top: 50px;
        height: 2px;
        width: 80px;
        transition: all 0.3s ease;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 140px;
    }
    .hs__s2 .cmo__nav .cm__accordion ul li ul li.menu-item-has-children:after {
        left: 60px;
    }
    .cmo__nav .cm__accordion li a {
        display: block;
        line-height: 1.1 !important;
        padding: 15px 40px;
        font-size: 24px;
    }
    .hs__s1 .cmo__nav li.menu-item-has-children a {
        padding: 15px 0 15px 40px;
        margin-right: 80px;
    }
    .cmo__nav .cm__accordion li ul li a {
        padding: 15px 40px;
        font-size: 24px;
    }
    .cmo__nav .cm__accordion li a:after {
        left: 20px;
        bottom: 10%;
    }

    .cmo__nav .cm__accordion li > .sub-menu {
        position: relative;
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }
    .cmo__nav .cm__accordion li.active > .sub-menu {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }
    .cmo__nav .cm__accordion li > .sub-menu > li {
        width: 100%;
    }
    .cmo__nav .cm__accordion li > .sub-menu > li:first-child {
        margin-top: 20px;
    }

    .cmo__nav .cm__accordion li > .sub-menu > li:last-child {
        margin-bottom: 20px;
    }
    .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu {
        padding: 0;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu li {
        margin: 0 !important;
        background: rgba(0, 0, 0, 0.05);
    }
    .cmo__nav .cm__accordion ul li > .sub-menu a {
        padding: 15px 20px 15px 60px;
    }
    .hs__s3 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 40px;
        width: 12px;
        height: 12px;
        border-radius: 10px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li:before {
        content: "";
        position: absolute;
        top: 22px;
        left: 40px;
        height: 12px;
        width: 16px;
        border-radius: 8px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li a {
        padding: 15px 20px 15px 70px;
    }

    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 28px;
        right: 40px;
        width: 30px;
        height: 2px;
        transition: all 0.3s ease;
    }
    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 45px;
    }
    .hs__s4 .cmo__nav .cm__accordion ul li.menu-item-has-children.active:after {
        width: 45px;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 28px;
        right: 40px;
        width: 30px;
        height: 2px;
        transition: all 0.3s ease;
        background: #333;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 10px;
    }
    .hs__s5 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 40px;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        transition: all 0.3s ease;
    }
    .hs__s5 .cmo__nav .cm__accordion li > .sub-menu > li a {
        margin: 0 20px;
        border-radius: 8px;
        padding: 15px 40px 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    .one__fixed .cm__one {
        top: 70px;
    }
    .one__scroll .cm__one {
        top: 70px;
    }
    .before__one__fixed {
        height: 70px !important;
    }
    .ch__onewidth {
        padding: 0 20px;
    }
    .ch__one {
        height: 70px !important;
    }
    .cl__one {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .cl__one img {
        height: 40px !important;
    }
    .cpen__one {
        right: 20px;
    }
    .hs__s3 .cpen__one {
        position: absolute;
        top: calc(50% - 22px);
        height: 40px;
        width: 40px;
    }
    .cmo__nav .cm__accordion li a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .hs__s1 .cmo__nav li.menu-item-has-children a {
        padding: 15px 0 15px 20px;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 18px;
        right: 20px;
    }
    .cmo__nav .cm__accordion li ul li a {
        font-size: 18px;
    }
    .cmo__nav .cm__accordion li > .sub-menu a {
        padding: 10px 0 10px 20px;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu a {
        padding: 10px 0 10px 40px;
    }
    .hs__s4 .cpen__one {
        top: calc(50% - 18px);
        width: 36px;
        height: 36px;
    }
    .hs__s4 .cpen__one span {
        width: 36px;
        height: 36px;
    }
    .hs__s4 .cpen__one:before {
        width: 30px;
    }
    .hs__s5 .cpen__one span:before {
        top: 14px;
        bottom: 14px;
        left: 14px;
        right: 14px;
    }

    .cm__omenu .hs__s5 .cpen__one span:before {
        top: 11px;
        bottom: 11px;
    }
    .hs__s5 .cpen__one span:after {
        left: 14px;
        right: 14px;
    }

    .cm__omenu .hs__s5 .cpen__one span:after {
        left: 9px;
        right: 9px;
    }
    .hs__s2 .cpen__one {
        top: calc(50% - 20px);
    }
    .hs__s2 .cpen__one:after {
        top: 4px;
        left: 4px;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        left: 20px;
        top: 35px;
        height: 1px;
        width: 50px;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 70px;
    }
    .hs__s2 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        top: 35px;
    }
    .hs__s3 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li:before {
        top: 16px;
        left: 20px;
        height: 8px;
        width: 12px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li a {
        padding: 10px 20px 10px 45px;
    }
    .hs__s3 .cmo__nav .cm__accordion ul li ul li:before {
        left: 40px;
    }
    .hs__s3 .cmo__nav .cm__accordion ul li ul li a {
        padding: 10px 20px 10px 65px;
    }
    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    .hs__s5 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        top: 19px;
        right: 40px;
        width: 12px;
        height: 12px;
    }
}
