@charset "utf-8";
@import url(language.css);

:root {
    --color: #ff9452 ;
    --fontcolor: #333333;
    --fontbold3: 300;
    --fontbold4: 400;
    --fontbold5: 500;
    --fontbold6: 600;
    --fontbold7: 700
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0px;
    padding: 0px
}

body {
    color: var(--fontcolor);
    line-height: 1.7;
    position: relative;
    min-width: 1280px;
    overflow-x: hidden;
    font-family: Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--fontbold4)
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: var(--fontbold4)
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .3s
}

a:focus,
a:hover {
    text-decoration: none;
    color: #0d50ab
}

em {
    font-style: normal
}

img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    vertical-align: middle;
    font-size: 14px;
    font-family: inherit;
    line-height: normal;
    outline: 0
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

video {
    object-fit: contain
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container1 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px
}

.table,
.table1,
table#emphasis,
table#newspaper,
table#verzebra,
table.colorful,
table.hovertable,
table.imagetable {
    width: 100%;
    border-collapse: collapse
}

.table p,
.table1 p,
table#emphasis p,
table#newspaper p,
table#verzebra p,
table.colorful p,
table.hovertable p,
table.imagetable p {
    padding: 0px;
    margin: 0px
}

.table td,
.table th {
    border: 1px solid #cdcdcd;
    padding: 5px
}

.table tr:nth-child(odd) {
    background-color: #efede1
}

.table tr:nth-child(even) {
    background-color: #FFF
}

.table tr:first-child {
    background-color: #8db3e3
}

.table tr:nth-child(3) {
    background-color: #d7d7d7
}

.table1 th,
.table1 tr.bgcolor {
    background-color: #c1c1c1
}

.table1 td,
.table1 th {
    border: 1px solid #000;
    padding: 5px
}

html {
    font-size: 14px
}

.mask_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: #000;
    transition: all .5s;
    left: 0px;
    z-index: 999;
    opacity: .3;
    display: none
}

.moved {
    display: block
}

.firstRow img {
    max-width: 100%;
    display: block
}

@media only screen and (max-width:1440px) {
    .nav>li>a {
        padding: 0px 10px
    }

    html {
        font-size: 14px
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 12px
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px
    }
}

#top {
    position: relative;
    top:70px
}

.head {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.logo_img {
    margin: 10px 0;
    float: left;
    height: 71px;
    line-height: 71px
}
.logo_img a{
    display: flex;
    align-items: center;
   
}
.logo_img a p{
    font-size: 20px;
   color: #333;
    font-weight: 600;
    margin-left: 10px;
}
.logo_img a :hover{
    color: var(--color);
}
.logo_img img {
    display: block;
    height: 70px;
}

.nav {
    float: right;
    line-height: 71px;
    height: 71px;
    margin-left: auto;
    margin-right: 20px
}

.nav>li {
    float: left;
    position: relative
}

.nav>li>a {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 20px
}
.nav>li>a:hover {
    color: var(--color);
}

.nav>li:last-child>a {
    padding-right: 0px
}

@media(min-width:1025px) {
    #liinquiry {
        display: flex;
        align-items: center;
        height: 72px;
    }

    #liinquiry a {
        background: var(--color);
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 30px;
        color: #fff;
        transition: all .1s linear;
        text-decoration: none
    }

    #liinquiry a:hover {
        opacity: .9
    }
}

.top_share {
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -105px
}

.top_share li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #45b0e3;
    color: #FFF;
    border-radius: 50%;
    text-align: -webkit-center;
    line-height: 34px;
    margin-bottom: 13px;
    border: 2px solid #45b0e3
}

.top_share li a:hover {
    color: var(--color);
    background: 0 0 !important
}

.top_share li:nth-child(2) a {
    background: #d97aa5;
    border-color: #d97aa5
}

.top_share li:nth-child(3) a {
    background: #39599f;
    border-color: #39599f
}

.top_share li:nth-child(4) a {
    background: #333333;
    border-color: #333333
}

.top_share li:nth-child(5) a {
    background: #e70031;
    border-color: #e70031
}

.top_share li a:hover {
    background: var(--color);
    color: #FFF
}

.top_share li a img {
    vertical-align: middle
}

.nav_ne {
    background: #f3f3f3;
    margin-bottom: 30px;
    clear: both
}

.nav_ne ul {
    display: flex;
    padding: 25px 15px
}

.nav_ne li:nth-child(1) a {
    padding-left: 0px
}

.nav_ne a {
    color: #3e3e3e;
    font-size: .8125rem;
    padding: 0px 10px;
    text-transform: uppercase
}

.nav_ne i {
    color: #3e3e3e;
    font-size: .8125rem
}

#foot {
    background: #fafafa;
    padding: 100px 0 45px 0px
}

.foot_top {
    text-align: -webkit-center;
    border-top: 9px solid var(--color);
    background: #FFF;
    border-bottom: 2px solid #F1F1F1;
    position: relative
}

.foot_top .fl:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #e8e8e8
}

.foot_top .fl,
.foot_top .fr {
    width: 50%;
    box-sizing: border-box;
    position: relative
}

.foot_top .fl li {
    float: left;
    width: 33.33%;
    padding: 50px 0px;
    transition: all .3s
}

.foot_top .fl li:hover {
    background: var(--color)
}

.foot_top .fl li:hover .contact_name,
.foot_top .fl li:hover .foot_icon,
.foot_top .fl li:hover p {
    color: #FFF
}

.foot_top .fl li .foot_icon {
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 7px;
    color: #8fcbc9
}

.foot_top .fl li .foot_icon img {
    max-height: 100%;
    vertical-align: middle
}

.contact_name {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px
}

.foot_top .fl li p,
.foot_top .fl li p a {
    color: #757575;
    font-size: 14px
}

.contact_title {
    color: #2e1533;
    font-size: 33px;
    margin-left: 140px;
    margin-bottom: 25px;
    text-align: -webkit-left;
    line-height: 40px;
    margin-top: 26px
}

.foot-Input {
    width: 340px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cecece;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px
}

#ImgSend_I {
    height: 52px;
    line-height: 52px;
    margin-left: -4px;
    background: url(../images/send.webp) no-repeat center center;
    border: 1px solid #cecece;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-left: none;
    width: 55px;
    cursor: pointer
}

.foot_li {
    text-align: -webkit-center
}

.foot_li li {
    display: inline-block
}

.foot_li li a {
    display: inline-block;
    color: #545454;
    font-size: 15px;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    padding: 0px 20px
}

.foot_li li a:hover {
    color: var(--color)
}

.copy_right {
    color: #888;
    font-size: 13px;
    text-align: -webkit-center;
    padding: 0px 10px
}

.fixednav {
    position: fixed;
    background: var(--color);
    z-index: 1000;
    width: 100%;
    top: 0px
}

.nav .submenu {
    position: absolute;
    float: left;
    width: 300px;
    top: 70px;
    background: #FFF;
    padding-left: 0px;
    opacity: .95;
    filter: alpha(opacity=85);
    z-index: 9999999;
    display: none
}

.nav .submenu li {
    border-bottom: 1px solid #d8d8d8;
    float: none
}

.nav .submenu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    height: 40px;
    display: block;
    color: var(--color);
    padding: 5px 8px;
    text-transform: capitalize
}

.submenu li:hover {
    background: var(--color)
}

.submenu li:hover a {
    color: #FFF
}

.mobile_logo img {
    vertical-align: middle;
    margin-left: 15px
}

.mobile_login_menu {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    display: none
}

.mobile_login_menu span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #FFF;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 20px;
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s
}

.seed {
    left: 0px !important
}

.hide_top {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: var(--color);
    height: 70px;
    line-height: 70px
}

.toggle span:nth-child(1) {
    opacity: 1;
    transform: rotate(-45deg)
}

.toggle span:nth-child(2) {
    opacity: 0
}

.toggle span:nth-child(3) {
    opacity: 1;
    transform: rotate(45deg)
}

.hidden_content {
    position: absolute;
    float: left;
    transition: all .3s;
    left: 0px;
    width: 100%;
    height: 70px;
    top: 0px;
    z-index: 1000;
    background: var(--color);
    display: none
}

.hide_menuwrap {
    position: fixed;
    float: right;
    transition: all .3s;
    z-index: 200;
    left: -300px;
    width: 300px;
    height: 100%;
    background: var(--color);
    top: 70px
}

.hide_menuwrap .nav_en1 {
    float: none
}

.hide_menuwrap .nav_en li {
    float: none;
    position: relative;
    background: var(--color)
}

.hide_menuwrap .nav_en1 a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    float: none;
    margin-right: 0px;
    padding-left: 10px;
    margin-left: 0px
}

.hide_menuwrap .nav_en1 a:hover {
    background: #FFF;
    color: var(--color)
}

.hide_menuwrap .nav_en1>li>a:hover {
    background: #FFF;
    color: var(--color)
}

.hide_menuwrap .submenu {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 100%;
    display: none
}

.hide_menuwrap .submenu li:hover a {
    color: var(--color)
}

.foot_fix {
    position: fixed;
    bottom: 0px;
    background: #8fcbc9;
    left: 0px;
    width: 100%;
    padding-top: 25px;
    z-index: 10000;
    display: none
}

.foot_fix .foot_sharer li {
    display: inline-block;
    margin-bottom: 0px
}

.foot_fix .foot_sharer {
    text-align: -webkit-center;
    margin: 15px 0px
}

.foot_fix .foot_sharer li a {
    line-height: 35px;
    background: #8fcbc9;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0px 5px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px
}

.fix_li li {
    float: left;
    width: 20%;
    margin-bottom: 0px;
    line-height: 50px;
    text-align: -webkit-center;
    font-size: 26px;
    color: #FFF
}

.fix_li li a {
    color: #FFF
}

@media screen and (max-width:1470px) {
    .nav>li>a {
        padding: 0px 10px
    }

    .mid_box {
        float: left;
        width: 80%;
        padding-left: 0px
    }

    #head .nav {
        margin-top: 0px
    }

    #head {
        height: 70px;
        width: 100%;
        top: 0px;
        background: #fff;
    }

    .left_wrap {
        width: 100%;
        height: 91px
    }

    .search_wrap {
        margin-top: 34px;
        float: right;
        margin-right: 25px
    }

    .right_wrap {
        padding-left: 0px
    }
}

@media screen and (max-width:1080px) {
    .nav>li>a {
        padding: 0px 10px
    }

    #procate .fr,
    .cate_right {
        position: relative !important
    }

    #procate .fr {
        right: 17% !important;
        width: 66% !important
    }

    #about .fr,
    .catefl_content {
        width: 100% !important;
        text-align: -webkit-center
    }

    #about .fl {
        width: 80% !important;
        left: 10% !important;
        position: relative !important
    }

    #about .fr {
        margin-left: 0px
    }

    #procate .fl {
        float: none;
        width: 100% !important
    }

    #procate {
        margin: 70px 0 150px 0 !important
    }

    .hidden_content {
        display: block
    }

    .top_share {
        top: 17px;
        z-index: 10000;
        margin-top: 0px;
        right: 70px
    }

    .top_share li {
        float: left
    }

    .top_share li a {
        margin: 0px 5px
    }

    #slider {
        padding-top: 70px
    }

    .logo_img {
        height: 70px;
        line-height: 70px
    }

    .logo_img img {
        display: inline-block
    }
    

    .nav>li>a {
        display: block;
        line-height: 56px;
        border-bottom: 1px solid #FFF
    }

    .nav>li>a:hover {
        background: #FFF;
        color: var(--color)
    }

    .nav li a:hover .submenu {
        display: block
    }

    .nav .submenu {
        position: unset;
        float: none
    }

    .nav .submenu li a:hover {
        background: var(--color);
        color: #FFF
    }
}

@media screen and (max-width:1024px) {
    #recommend li {
        margin-right: 0px !important;
        width: 100% !important;
        margin-top: 0px !important;
        text-align: -webkit-center
    }

    .reco_top {
        position: relative;
        display: inline-block
    }

    .reco_bottom {
        padding: 40px 0 !important
    }

    .new_contents .fl {
        width: 100% !important;
        margin-right: 0px !important;
        position: relative !important;
        height: 850px !important
    }

    .new_contents .fr {
        width: 100% !important
    }

    .new_right li {
        padding: 25px 15px !important
    }

    .new_right h3 a {
        height: unset !important
    }

    .defind_content li {
        position: unset !important;
        width: 100% !important
    }

    .defind_tt {
        margin-top: 0px !important;
        padding-left: 5% !important
    }

    .defind_content li:nth-child(1) {
        padding: 20px 0px
    }

    .defind_content li:nth-child(2) {
        display: none
    }

    .defind_content li:nth-child(3) {
        margin-left: 0px !important
    }

    .defind_font {
        padding: 50px 5% !important
    }

    .foot_top .fl,
    .foot_top .fr {
        width: 100%
    }

    .foot_top .fl {
        border-bottom: 1px solid #EEEEEE
    }

    .foot_top .fr {
        padding-bottom: 35px
    }

    .foot_li li {
        width: unset;
        padding: 0px 10px
    }

    .recommend_content {
        margin-top: 0px !important
    }

    .product_li li {
        width: 49% !important
    }

    .product_li li:nth-child(2n) {
        margin-right: 0px !important
    }

    .product_li li:nth-child(3),
    .product_li li:nth-child(5) {
        margin-right: 2% !important
    }
}

@media screen and (max-width:768px) {
    .new_contents .fl {
        height: 670px !important
    }

    .defind_tt {
        font-size: 56px !important
    }

    #procate .fr {
        width: 90% !important;
        right: 5% !important
    }

    .newbot_cont h3 a {
        font-size: 32px !important;
        height: 90px !important;
        line-height: 50px !important;
        overflow: hidden
    }

    .cate_pure {
        width: 200px !important;
        height: 200px !important;
        margin-top: -100px !important;
        margin-left: -100px !important
    }

    .cate_span {
        margin-left: -65px !important;
        font-size: 28px !important
    }

    #about .fl {
        left: 20%
    }

    #about .fr p,
    #news .news_top {
        margin: 30px 0 !important
    }

    .cate_ltitle {
        font-size: 44px !important;
        line-height: 56px !important
    }

    #recommend .cate_ltitle {
        margin: 0px 0 40px 0 !important
    }

    #news {
        padding: 50px 0 !important
    }

    #SubmitEmail_I {
        width: 240px
    }

    .copy_right {
        color: #FFF
    }

    .top_share {
        display: none
    }

    #procate {
        margin: 20px 0 90px 0 !important
    }

    .cate_mid {
        margin-top: 20px !important
    }

    #procate .fl p {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .foot_fix {
        display: block
    }

    .foot_bottom {
        display: none
    }

    .foot_top {
        margin-bottom: 140px
    }

    .foot_top .fl li {
        width: 100%;
        padding: 25px 0px
    }

    .contact_title {
        margin-left: unset;
        text-align: -webkit-center
    }

    .left_control {
        left: -70px !important
    }

    #product .cate_ltitle {
        padding: 30px 0 !important
    }

    .mobile_logo img {
        max-width: 180px
    }
}

@media screen and (max-width:476px) {
    .new_contents .fl {
        height: 550px !important
    }

    .defind_tt {
        font-size: 36px !important;
        padding-left: 5% !important
    }

    .product-tags {
        flex-wrap: wrap
    }

    .product-tags p {
        width: 45% !important;
        padding: 10px 0px 10px 5%
    }
}

.lf-box {
    width: 100%
}

.table td,
.table th {
    border: 1px solid #cdcdcd;
    padding: 5px
}

@media screen and (max-width:1470px) {

    #banner,
    #slider,
    .inner-banner {
        padding-top: 70px
    }
}

.proty-tit {
    font-size: 1.5625rem;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.proIntro {
    clear: both;
    margin: 10px auto 30px;
    padding: 0px;
    line-height: 1.6;
    max-width: 1140px
}

.container.content-protypelist {
    margin-bottom: 35px
}

.products-intro-change,
.products-intro-change p,
.products-intro-change a {
    font-size: 15px;
    color: #222
}

.productsTags {
    margin: 10px 0px
}

.prevNext {
    padding: 10px 0px
}

.ptit {
    margin-top: 15px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    margin-bottom: 40px;
    font-size: 1.125rem
}

.rollPro1 {
    display: flex;
    flex-wrap: wrap
}

.rollPro1 li {
    width: 32%;
    margin: 0px 2% 2% 0;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-end
}

.rollPro1 li:nth-child(3n+3) {
    margin-right: 0px
}

.rollPro1 p {
    display: block;
    width: 100%;
    padding: 8px
}

.rollPro1 p a {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px
}

.rollPro1 .pbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.rollPro1 .pbox a img {
    max-height: 100%
}

.rollPro1 li .pbox {
    width: 100%
}

.head .container1 {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lang {
    z-index: 99999;
    text-align: left;
    position: relative;
    width: 110px;
    height: 30px;
    padding: 0px 5px;
    border-radius: 4px
}

.lang-icon {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    white-space: nowrap
}

.lang-icon span {
    position: relative;
    padding-right: 18px;
    color: #fff;
    margin-left: 5px
}

.lang-icon span::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #fff;
    transform: rotate(50deg)
}

.lang-icon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #fff;
    transform: rotate(-50deg)
}

.lang-drop {
    position: absolute;
    top: calc(100% + 26px);
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, top .3s
}

.lang-drop.lang-flex {
    transform: translateX(20%)
}

.lang-drop.lang-flex .lang-arrow {
    left: 80%
}

.lang-drop.active {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 7px)
}

.lang-arrow {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-top: 1px solid #EBEEF5;
    border-left: 1px solid #EBEEF5;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -6px;
    left: 50%
}

.lang-wrap {
    list-style: none;
    width: 140px;
    padding: 8px 0px;
    box-sizing: border-box
}

.lang-flex .lang-wrap {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px
}

.lang-wrap li {
    width: 100%;
    box-sizing: border-box;
    transition: background-color .3s
}

.lang-flex .lang-wrap li {
    width: 33%;
    padding: 0px
}

.lang-wrap li.lang-active,
.lang-wrap li:hover {
    background-color: #EEEEEE
}

.lang-wrap li a {
    display: block;
    color: var(--fontcolor);
    font-size: 12px;
    padding: 8px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.lang-wrap li img {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: -.25em;
    margin-right: 4px
}

@media (max-width:1024px) {
    .lang {
        margin-left: auto;
        margin-right: 20px;
        transition: all .2s linear
    }

    .lang-icon img {
        width: 32px
    }

    .lang-icon span {
        display: none
    }

    .lang-drop {
        display: none
    }

    .lang-drop.active {
        display: block
    }

    .lang-drop.lang-flex {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 60px !important;
        position: fixed;
        width: calc(100vw - 20px)
    }

    .lang-drop.lang-flex.active {
        top: 54px !important
    }

    .lang-flex .lang-wrap {
        width: 100%
    }

    .lang-drop.lang-flex .lang-arrow {
        left: 82%
    }
}

/* ===== Menu hover display for desktop and 3rd level ===== */
.nav li:hover > .submenu {
    display: block;
}

.nav .submenu li {
    position: relative;
}

.nav .submenu .submenu-level3 {
    position: absolute;
    top: 0;
    left: 300px;
    width: 300px;
    background: #FFF;
    display: none;
    z-index: 10000000;
}

.nav .submenu li:hover > .submenu-level3 {
    display: block;
}
/* ===== end ===== */

/* enforce default color for third-level submenu links */
.nav .submenu .submenu-level3 li a {
    color: var(--color);
}
.nav .submenu .submenu-level3 li a:hover {
    color: #fff;
}

.nav>li>a.inmenu_1 {
    color: var(--color);
}

.nav .submenu li > a.inmenu_1 {
    color: var(--color);
}

.nav .submenu .submenu-level3 li > a.inmenu_1 {
    color: var(--color);
}