.hs-menu p {
    margin: 0;
}

.hs-menu,
.hs-menu-item,
.hs-menu-link {
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: none;
    float: none;
    font-family: inherit;
    font-size: .14rem;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
    list-style: none;
}



.hs-menu {
    margin-bottom: 0;
    max-width: 1200px;
    width: 12rem;
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
}
.hs-menu a:hover {
    text-decoration: none;
}

.hs-main-menu-item {
    margin: 0;
    display: inline-block;
    height: auto;
    min-height: 86px;
    width: 100%;
    vertical-align: middle;
}

.hs-main-menu-item.active {
    background: #000;
}
.hs-menu-link {
    cursor: pointer;
    /*transition: background 200ms linear, color 200ms linear, border 200ms linear;*/
    line-height: 86px;
    height: 86px;
    vertical-align: baseline;
    width: auto;
    display: block;
    text-transform: none;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: .16rem;
    font-weight: normal;
    outline: none;
    text-align: center;
}
.hs-main-menu-item >a:not([href]):not([tabindex]){
     color: #333333;
}
.hs-main-menu-item.active >a:not([href]):not([tabindex]){
     color: #fff;
}
.hs-main-menu-item.active >a[href]{
     color: #fff;
}

@media only screen and (max-width: 1300px) {
    .hs-main-menu-item>a{
        font-size: .14rem ;
    }
}
@media only screen and (max-width: 1200px) {
    .hs-main-menu-item>a{
        font-size: .14rem ;
    }
}


.hs-mega-widget-menu>li.sub-menu-item {
    color: #666;
    font-family: inherit;
    font-size: .14rem;
    display: block;
    float: left;
    clear: none;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}
.hs-mega-widget-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
    border-radius: 0;
    background: #000;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
}
.hs-mega-menu {
    width: 100%;
    max-width: none;
    position: absolute;
    left: 0;
    display: none;
    align-items: center;
    flex-direction: column;
    pointer-events: auto;
    z-index: 99999;
    padding-bottom: 20px;
    border: 0;
    background: #000;
    overflow-y: scroll;
    padding-top: 65px ;
    /*background: linear-gradient(to bottom, #333, #000);*/
    border-radius: 0;
    /*transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;*/
}

::-webkit-scrollbar {
  display: none;
}
/*
.hs-mega-menu.active {
    visibility: visible;
    opacity: 1;
}*/
.hs-mega-menu-title {
    max-width: 1200px;
}

.hs-mega-menu-widget {
    max-width: 1200px;
    margin-left: auto ;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.hs-mega-menu-post {
    color: white;
    width: 70%;
    border-left: 1px solid #aaa;
}

.hs-mega-menu-sec {
    width: 70%;
    min-width: 300px;
}

.hs-mega-menu-sec-item {
    padding-bottom: 20px;
    color: #AAAAAA;
    font-size: .23rem;
    max-width: 80%;
}

.hs-mega-menu-sec-item.active,
.hs-mega-menu-sec-item.active {
    color: #FFF;
    font-size: .23rem;
}

.hs-mega-menu-third-list:last-child,
.hs-mega-menu-sec-item:last-child {
    margin: 0;
}

.hs-mega-menu-third {
    color: white;
    border-left: 1px solid #aaa;
    width: 100%;
}

.hs-mega-menu-third-title {
    display: block;
    font-size: .23rem;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    line-height: 23px;
    padding: 10px 0 10px 0;
}

.hs-mega-menu-third-list,
.hs-mega-menu-post-title{
    padding-left: 48px;
    padding-right: 48px;
}

.hs-mega-menu-post-list {
    padding-left: 48px;
}

.hs-mega-menu-post-title {
    font-size: .15rem;
    line-height: 20px;
    color: #AAAAAA;
}

.hs-mega-menu-post-img {
    padding: 10px 0 10px 48px;
}

.hs-mega-menu-post-img>img {
    max-height: 202px;
    object-fit: contain;
    width: auto;
}

.hs-mega-menu-post-item {
    padding-bottom: 20px;

}

.hs-mega-menu-post-item:not(:last-child) {
    border-bottom: 1px solid #aaaaaa;
}

.hs-mega-menu-post-item-title {
    font-size: .15rem;
    line-height: 20px;
    color: #FFF;
    cursor: pointer;
}

.hs-mega-menu-post-item-title a {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.hs-mega-menu-post-item-desc {
    font-size: .15rem;
    color: #AAAAAA;
}

.hs-mega-menu-sec-title {
    padding-left: 48px;
    padding-bottom: 20px;
    font-size: .4rem;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
}

.hs-mega-menu-forth-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hs-mega-menu-forth-list a {
    font-size: .15rem;
    font-weight: normal;
    color: #aaaaaa;
    line-height: 20px;
    margin-bottom: .1rem;
}

.hs-mega-menu-forth-list a:hover {
    color: #0792d2;
}

a {
    text-decoration: none;
    color: #aaa;
}

.hs-mega-menu-sec-active {
    font-size: .23rem;
    font-weight: normal;
    color: #ffffff;
}

.hs-mega-menu-third-content {
    display: none;
}

.hs-mega-menu-third-content-active {
    display: block;
}

.hs-mega-menu-post-content {
    display: none;
}

.hs-mega-menu-post-content-active {
    display: block;
}

.hs-mega-menu-des {
    display: block;
    font-size: .15rem;
    font-weight: normal;
    color: #aaaaaa;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.hs-mega-menu-sec-active .hs-mega-menu-second-title,
.hs-mega-menu-sec-title-link,
.hs-mega-menu-third-title,
.hs-mega-menu-third-area-title
{
    color: white;
    cursor: pointer;
}


.hs-mega-menu-second-title{
    color: #AAAAAA;
}
.mega-menu-slide{
    display: none;
}
.hs-custom-menu-search{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.hs-custom-menu-search>a>i{
    color: black;
}
.fusion-main-menu-icon{
    height: 100%;
}

.nav-entry-link,
.nav-entry{
    width: 1.33rem;
    height: .5rem;
    min-height: unset;
}
.nav-entry-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-i{
    margin-right: 0;
}
.nav-i:before{
    color: #333;
    transition: none;
}
.nav-search:before{
    -webkit-text-stroke: 1px white;
    content: "\f002";
}
.nav-lang:before{
    content: "\f0ac";
}
.nav-lang span{
    color: #333;
}
.nav-entry.active>.nav-entry-link >.nav-i:before{
    color: #fff;
}
.nav-entry.active>.nav-entry-link >.nav-lang span{
    color: #fff;
}
.nav-lang-area .lang-link{
    text-align: center;
    font-size: .17rem ;
    margin-bottom: 28px ;
    color: #fff;
}

.search-input{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    width: 6.2rem;
    margin: auto;
    height: fit-content;
}
.search-input .fusion-search-form{
     width: 5.74rem;
    display: inline-block;
}
.search-input .fusion-search-form  input{
    height: 40px;
}
.search-input .fusion-search-form .fusion-search-field label{
    margin-bottom: 0px;
    height: 40px;
    width: 100%;
}
.search-input  .searchform .fusion-search-form-content >.fusion-search-field>label>input{
    width: 100%;
    padding: 0 0 0 40px!important;
    background: none ;
    font-size: .18rem;
    color: #000;
}

.search-input .fusion-search-button input{
    color: #000 !important;
    font-size: .18rem !important;
}
.nav-search-close.lang-entry-img{
    height: .4rem;
    width: .4rem;
    filter: drop-shadow(rgba(0, 0, 0, 1) 0 0);
}
.search-input .fusion-search-button.search-button{
    left: 0;
}
.hs-mega-menu-third-title:not([href]) {
    color: #fff;
    cursor: unset;
}