/*----------------------------------------------------------------
	Canvas: Business
-----------------------------------------------------------------*/
:root {
    --cnvs-rmbs-red: #921313; /*rgba(0,0,0,0.3);*/
    /*#aa0009 #d5000c;#7c3030;#c5342e;;#b4071a;*/
    --cnvs-rmbs-red-rgb: 215, 22, 38; /* 180, 07, 26;*/

    --cnvs-rmbs-yellow: #c9784c;
    --cnvs-rmbs-yellow-rgb: 201,120,76;
    --cnvs-bar-font-color: var(--bs-gray-100);
    --cnvs-themecolor: var(--cnvs-rmbs-red); /*#00BED7;*/
    --cnvs-themecolor-rgb: var(--cnvs-rmbs-red-rgb); /* 0, 190, 215;*/
    --cnvs-primary-font: 'Poppins', sans-serif;
    --cnvs-body-font: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
    --cnvs-secondary-font: var(--cnvs-body-font);
    --light-speed: 4s; /* 光影速度 */
    --beam-count: 1; /* 光束数量 */
    --beam-width: 40%; /* 光影宽度 */
    /*--light-color: rgba(255, 255, 255, 0.5);*/ /* 白色 */
    --light-color: rgba(255, 215, 0, 0.7); /*金色*/
    /*--light-color: rgba(255, 255, 153, 0.5);*/ /*- 浅黄色*/
}

:root,
.not-dark {
    --cnvs-header-bg: rgba(0,0,0,0.2);
    --cnvs-primary-menu-color: var(--cnvs-contrast-0);
}

#content {
    /*background-color: rgba(248,249,250,1) !important;*/
}

.btn-primary {
    --bs-btn-bg: var(--cnvs-rmbs-red);
    --bs-btn-border-color: var(--cnvs-rmbs-red);
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--cnvs-rmbs-yellow);
    border-color: var(--cnvs-rmbs-yellow);
}

.widget:first-child {
    margin-top: 0px;
}

#header-wrap #logo img {
    /*height: 60px;*/
    /*margin: 1rem auto;*/
}

/*此处为了给菜单加上半透明背景，防止看不清菜单*/
#header-wrap {
    background-color: rgba(0, 0, 0, 0.25); /* 半透明黑色背景 */
}




.content-wrap {
    padding: 1rem 0;
}

.section.news{
    margin-top: 0.6rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section.notice {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section.infoes {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.section.notice {
    padding-top: 10px;
}

#copyrights {
    padding: 1rem 0;
}

#footer .footer-widgets-wrap {
    padding: 0;
    font-size: 0.95rem;
}

    #footer .footer-widgets-wrap .contact .text-spacing {
        line-height: 3; /* 设置行间距 */
    }

/*垂直居中*/
/*#footer .footer-widgets-wrap .widget {
        display: flex;
        align-items: center;
        height: 100%;
    }*/

.dark #copyrights, #copyrights.dark {
    color: rgba(255, 255, 255, 0.8);
}

/* 顶部菜单*/
/*下边线*/
.menu-link {
    color: var(--cnvs-bar-font-color);
}

/*菜单hover颜色*/
.menu-item:hover > .menu-link {
    color: var(--cnvs-rmbs-red);
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap.not-dark, .has-bottom-boder {
    border-bottom: 5px solid rgba(255,255,255,0.15) !important;
}

/* 当 #header-wrap 没有 not-dark 类时 */
#header-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


.widget_nav_menu li a:hover, .widget_links li a:hover, .widget_meta li a:hover, .widget_archive li a:hover, .widget_recent_comments li a:hover, .widget_recent_entries li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_rss li a:hover {
    color: var(--cnvs-rmbs-yellow);
}




/* 顶部菜单*/
/* 新闻动态 */
@media (min-width: 992px) {
    .border-between > [class*='col-'], .border-between .container, .border-between .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

        .border-between > [class*='col-']::before {
            background: #E5E5E5;
            bottom: 0;
            content: " ";
            left: 0;
            position: absolute;
            width: 1px;
            top: 0;
        }
        /* 添加以下规则以排除 .col-lg-6 */
        /*.border-between > .col-lg-6::before {
        content: none;*/ /* 不渲染 ::before */
        /*}*/
        /* 添加以下规则以排除第一个元素前面的线 */
        .border-between > [class*='col-']:first-child::before {
            content: none; /* 不渲染 ::before */
        }
}

.entry:not(:last-of-type)::after {
    --cnvs-post-item-margin: 30px;
    display: block;
}

.entry::after {
    background-color: #EEE !important;
}

.entry::after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: var(--cnvs-post-item-margin);
    background-color: var(--cnvs-contrast-100);
}

.news .entry::after {
    margin-top: 15px;
}

.news .entry-title a {
    font-size: 1.15em;
}


.news .entry-title.entry-title-left a {
    font-size: 0.85em;
}

.news article {
    padding-bottom: 15px !important;
}

.news .entry-meta p {
    /* text-indent: 2em;*/
}

.news .left{
    padding-left:10px !important;
}

.news .right{
    padding-right:10px !important;
}
.news .right .responsive-img{
    aspect-ratio:16 / 9 !important; 
}

#pic-content .responsive-img {
    aspect-ratio: 3 / 4; 
}

.responsive-img {
    width: 100%; /* 使图片宽度占满父容器 */
    height: auto; /* 高度自动调整以保持比例 */
    aspect-ratio: 3 / 2; /* 设置宽高比为4:3 */
    object-fit: cover; /* 保持图片比例，裁剪多余部分 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
    margin-left: auto;
  /*  margin-right: auto;*/
}

    .responsive-img:hover {
        transform: scale(1.05); /* 鼠标悬停时放大 */
    }
/*新闻动态右侧标题用*/
:not(.dark) .entry-categories a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.color-underline {
    /*background-image: linear-gradient(rgba(var(--cnvs-themecolor-rgb, 243, 152, 135), 0.3), rgba(var(--cnvs-themecolor-rgb, 243, 152, 135), 0.3));*/
    background-image: linear-gradient(rgba( 243, 152, 135, 0.3), rgba( 243, 152, 135, 0.3));
    background-repeat: no-repeat;
    background-size: 0 8px;
    background-position: 0 82%;
    padding: 0 2px 2px 0;
    transition: background .6s cubic-bezier(.19,1,.22,1);
}

    .color-underline:hover {
        color: var(--cnvs-post-title-font-color) !important;
        background-size: 100% 8px;
    }
/* end of 新闻动态右侧标题用*/

/* end of 新闻动态 */

/*通知公告*/

.entry.event .grid-inner {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* 添加以下规则以排除通知公告的after  */
.entry.event::after {
    content: none; /* 隐藏 ::after 伪元素 */
}

.notice .entry-title.nott h3 span {
    font-size: 1.25rem;
    display: inline-block;
    line-height: 1.5;
    color: #212529;
}

.notice .entry-content {
    color: #212529;
}

/*end of 通知公告*/
#header {
    --cnvs-primary-menu-font-weight: 500;
    --cnvs-primary-menu-font-size: 1.1rem;
    --cnvs-primary-menu-tt: none;
    --cnvs-primary-menu-ls: 0;
    --cnvs-primary-menu-submenu-font-size: 1rem;
    --cnvs-primary-menu-submenu-font-weight: 400;
    --cnvs-primary-menu-submenu-hover-font-weight: 500;
    --cnvs-primary-menu-submenu-tt: none;
    --cnvs-primary-menu-color: var(--cnvs-contrast-0);
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
    font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}


/*	Primary Menu Header size
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    .menu-link {
        text-transform: none;
        font-weight: 500;
    }

    .menu-container > .menu-item > .menu-link div {
        position: relative;
    }

        .menu-container > .menu-item > .menu-link div::after {
            opacity: 0;
            content: '';
            background: url('images/border.svg') no-repeat;
            position: absolute;
            bottom: -3px;
            left: 0;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            height: 4px;
            transition: all .3s ease;
        }

    .dark .menu-container > .menu-item > .menu-link div::after {
        background: url('images/border-white.svg') no-repeat;
    }

    .menu-container > .menu-item.active > .menu-link > div::after,
    .menu-container > .menu-item:hover > .menu-link > div::after {
        bottom: -1px;
        opacity: 1;
    }

    img.man {
        margin-left: 100px;
    }

    .section.parallax {
        padding: 160px 0;
    }
}

/* Slider Area
-----------------------------------------------------------------*/
.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.45); /* 半透明黑色 */
    color: #fff;
    padding: 24px 40px 20px 40px;
    text-align: left;
    z-index: 2;
    box-sizing: border-box;
}


.slider-caption h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}


.slider-caption p {
    font-size: 18px;
    margin-bottom: 20px;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption .button {
    opacity: 1;
    transition: transform 1s, opacity 1.05s;
    transform: scale(1);
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.one-page-arrow {
    bottom: 30px;
}

    .one-page-arrow .animated {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.slider-arrow-left i,
.slider-arrow-right i {
    font-size: 34px;
    transition: all .3s ease;
}

.slider-arrow-left,
.slider-arrow-right,
.owl-carousel-full .owl-nav [class*=owl-] {
    transition: all .3s ease;
    transform: scale(1);
}

    .slider-arrow-left:hover,
    .slider-arrow-right:hover,
    .owl-carousel-full .owl-nav [class*=owl-]:hover {
        background-color: transparent !important;
        transform: scale(1.3);
    }

/* Feaured Carousel
-----------------------------------------------------------------*/
#oc-features .owl-item:not(.active) {
    opacity: .4;
}

#oc-features .owl-item p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

/* Button-link
-----------------------------------------------------------------*/
.button-link {
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 0;
    transition: color .3s ease;
}

.dark .button-link {
    color: #FFF;
}

.button-link:hover {
    color: var(--cnvs-themecolor);
}

.button-link::after {
    content: '';
    background: url('images/border.svg') no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 4px;
    transition: bottom .3s ease;
}

.button-link.border-0::after {
    content: none;
}

.button-link:hover::after {
    bottom: 3px;
}


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel-full .owl-nav [class*=owl-] {
    left: 150px !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #333;
    background-color: transparent;
    font-size: 28px;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -155px;
}

.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 155px !important;
    border-radius: 0;
}

.owl-carousel-full .owl-nav [class*=owl-]:hover {
    color: #333 !important;
}

/* Owl Carousel - Responsive
-----------------------------------------------------------------*/
.device-lg .owl-carousel .owl-nav .owl-prev,
.device-md .owl-carousel .owl-nav .owl-prev,
.device-sm .owl-carousel .owl-nav .owl-prev,
.device-xs .owl-carousel .owl-nav .owl-prev {
    left: 2px !important;
}

.device-lg .owl-carousel-full .owl-nav .owl-next,
.device-md .owl-carousel-full .owl-nav .owl-next,
.device-sm .owl-carousel-full .owl-nav .owl-next,
.device-xs .owl-carousel .owl-nav .owl-next {
    right: 2px !important;
}

/* Grid Filter
-----------------------------------------------------------------*/
.grid-filter li.activeFilter a {
    font-weight: normal;
}

.grid-overlay {
    background-color: rgba(0, 0, 0, 0.75);
}


/* Testimonial
-----------------------------------------------------------------*/
.testimonials-rating {
    margin-top: 15px;
    color: #FFD700;
    font-size: 18px;
    line-height: 1;
}

.testi-content p {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

    .testi-content p::before,
    .testi-content p::after {
        display: none;
    }

.testi-meta::before {
    display: none;
}

.testi-meta span {
    padding-left: 0;
}

.testimonial .flex-control-nav {
    bottom: 8px;
    right: 0px;
}

    .testimonial .flex-control-nav li a {
        background-color: #333;
    }

/* Footer
-----------------------------------------------------------------*/
.widget > h4 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}

.widget_links li,
.widget_links li a {
    background-image: none !important;
    padding-left: 0;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}

.social-icon.si-mini {
    --cnvs-socialicon-size: 1.75rem;
    --cnvs-socialicon-fontsize: 0.75rem;
    margin-bottom: 0;
}

/* Misc
-----------------------------------------------------------------*/
#header, #header-wrap, #logo img {
    transition: all .4s ease;
}

.feature-box h3 span.subtitle {
    font-size: 14px;
}

.feature-box.fbox-plain .fbox-icon img {
    height: 50px;
}

.col-padding {
    padding: 100px 60px !important;
}

.heading-block::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    color: var(--cnvs-contrast-200);
    z-index: -1;
    font-family: var(--cnvs-primary-font);
    font-weight: bold;
    font-size: 90px;
    line-height: .3;
}

.heading-block.center::before {
    right: 0;
    left: 0;
    margin: auto;
}

.text-rotater {
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: var(--cnvs-contrast-600);
}

/*#survey-form-modal .button {
    border-radius: 100% !important;
}*/

.icon-case {
    display: inline-block;
    width: 45px; /* 根据需要调整宽度 */
    height: 45px; /* 根据需要调整高度 */
    margin: 15.7px 0;
    background: url('images/logo-case-white.png') no-repeat center center;
    background-size: contain;
}

/* 解决foot部分app链接hover的显示*/
.dark#footer .footer-widgets-wrap a:hover, .dark #footer .footer-widgets-wrap a:hover {
    background-color: #750F0F;
}

.h-text-color:hover, a.h-text-color:hover {
    color: white !important;
}
/* end of  解决foot部分app链接hover的显示*/
.app-link {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（如果需要） */
    height: 100%; /* 确保父容器有高度 */
}


/*Footer Styles */
#footer .widget-title {
    font-size: 1.0rem;
    margin: 1rem 0;
    color: #fff;
}

#footer .contact p {
    margin-bottom: 0.5rem;
    color: #ccc;
}

#footer .app-link a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
}

    #footer .app-link a:hover {
        color: #c9784c;
    }

#footer .qrcode img {
    max-width: 150px;
    margin: 0 auto;
}

#copyrights {
    padding: 1rem 0;
    color: #fff;
    position: relative; /* 确保 z-index 生效 */
    z-index: 1; /* 确保 #copyrights 在背景图之上 */
    /* 设置背景色透明度 */
}

    #copyrights a {
        color: #c9784c;
    }

        #copyrights a:hover {
            color: #fff;
        }

#footer .withbackground::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    background: url(images/footbackground1.png) no-repeat left top;
    background-size: 100% auto;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3; /* 设置背景图片的透明度 */
}

.mx-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.notice .content-wrap {
    padding: 0 1rem;
    background-color: #872023;
}

.notice .notice-item a {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #9da8b4;
}

    .notice .notice-item a .date {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 1rem;
        flex-shrink: 0; /* 防止日期部分被压缩 */
    }

        .notice .notice-item a .date b {
            display: block;
            font-family: Rubik-Light;
            font-size: 2rem;
            font-weight: normal;
            line-height: 2.5rem;
            color: #e1b191;
        }

        .notice .notice-item a .date span {
            display: block;
            font-size: 1.2rem;
            line-height: 1.2rem;
            font-weight: normal;
            color: #e1b191;
            margin-top: .5rem;
        }

    .notice .notice-item a .info {
        display: flex;
        align-items: center;
        flex: 1; /* 使 .info 部分占据剩余空间 */
        min-width: 0;
    }

        .notice .notice-item a .info h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 2rem;
            color: #dddddd;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 5.2rem;
            margin: 0; /* 去掉默认的 margin */
        }

    .notice .notice-item a:hover .info h3 {
        color: #e1b191;
    }


.section.notice2 {
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    padding: var(--cnvs-section-padding) 0;
    background-color: #f9f6ea;
    overflow: hidden;
}

    .section.notice2 .fbox-icon i {
        background-color: rgba(151,157,133,0.1) !important;
        color: rgba(151,157,133,0.8) !important;
    }





.flip-on-hover {
    display: inline-block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

    .flip-on-hover:hover {
        animation: flip 1.2s forwards;
    }

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}


.item-back img,
.item-upper img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; /* 设置宽高比为4:3 */
    object-fit: cover; /* 保持图片比例，裁剪多余部分 */
}

.item-back,
.item-upper {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.item-back {
    top: -200px;
    left: 0;
    width: 500px;
    height: 365px;
}

.item-upper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    z-index: 1; /* 确保item-upper在item-back之上 */
}


.infoes {
    position: relative;
}

    .infoes .title {
        width: 312px;
        height: 41px;
        margin: 55px 0;
        font-size: 40px;
        font-weight: 900;
        text-align: center;
        font-family: Source Han Serif;
        color: #707070;
    }

    .infoes .infoes-content {
        background: url(images/pattern.png) no-repeat left top;
        background-size: cover;
    }

.infoes-item {
    display: inline-block;
    /*margin: 0 10px 20px 0;*/
    box-shadow: 1px 1px 10px #eeeeee;
}


.infoes-title {
    background-color: white;
}

.infoes .entry-title a {
    font-size: 1.15em;
}

.infoes-item.first {
    position: relative;
    width: 100%;
    height: 412px;
    overflow: hidden;
}

    .infoes-item.first .infoes-title {
        position: absolute;
        bottom: 0px;
        height: 65px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
        padding: 15px 20px;
    }

        .infoes-item.first .infoes-title h4 {
            color: white;
            font-size: 16px;
            font-weight: 700;
            margin-top: 5px !important;
        }


.infoes-item.second {
    width: 100%; /*//302px;*/
    background-color: #ffffff; /* 设置背景为白色 */
}

    .infoes-item.second .infoes-img-wrap {
        border-radius: 0.35rem 0.35rem 0 0 !important;
    }


    .infoes-item.second .infoes-title {
        padding: 20px;
        position: relative;
    }

        .infoes-item.second .infoes-title h4 {
            color: black;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.5em;
        }

            .infoes-item.second .infoes-title h4 span {
                display: inline-block;
                height: 20px;
                width: 13px;
                background-color: #cc0033;
                position: absolute;
                left: 0;
            }

        .infoes-item.second .infoes-title p {
            color: black;
            font-size: 12px;
            font-weight: 600;
        }

            .infoes-item.second .infoes-title p.date {
                color: #cccccc;
                font-size: 12px;
            }


.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.classinfoes {
    position: relative;
}



.classinfoes-item {
    display: inline-block;
    box-shadow: 1px 1px 10px #eeeeee;
}


.classinfoes-title {
    background-color: white;
}

.classinfoes-item.first {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

    .classinfoes-item.first .classinfoes-title {
        position: absolute;
        bottom: 0px;
        height: 65px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
        padding: 15px 20px;
    }

        .classinfoes-item.first .classinfoes-title h4 {
            color: white;
            font-size: 16px;
            font-weight: 700;
            margin-top: 5px !important;
        }

.lecture .lecture-content {
    background: url(images/slider-bg.png) no-repeat left top;
    background-size: cover;
}

.lecture .responsive-img {
    aspect-ratio: 66.66 /100; /* 设置宽高比为 */
}

/* 自定义 5 列布局 */
.col-5col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px; /* 控制间距 */
    box-sizing: border-box;
}

/* 响应式调整：小屏幕时改为 2 列 */
@media (max-width: 768px) {
    .col-5col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.entry-content thead, tbody, tfoot, tr, td, th  {
    border-width: 1px !important; 
}

/* 菜单的padding-x */
.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-x: 8px;
}