.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}
.runda_head {
    font-family: var(--font-family);
    width: 100%;
}

.runda_head .navbar-collapse {
    flex-grow: initial !important;
    gap: 50px;
}

.runda_head .iconfont-down4:before {
    content: "\e64c" !important;
    color: #000;
}

.runda_head .iconfont-down2 {
    color: #fff !important;
}


.runda_head .navbar-toggler {
    display: none;
}

.runda_head a:hover {
    color: var(--text-color);
}

.runda_head .nav-item a {
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.6s ease 0s;
}

.runda_head .nav-item {
    position: relative;
}

.runda_head .navbar {
    padding: 0 !important;
    z-index: 99;
}

.lang-selector .current-lang em {
    color: #000 !important;
    font-size: var(--text-title-size) !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    order: -1;
}

.fixed-top .lang-selector .current-lang em {
    color: var(--title-text-color) !important;
}

.lang-selector .current-lang i {
    font-size: var(--text-title-size) !important;
}

.runda_head .navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.runda_head .runda-head-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    animation: slide-down 0.7s;
}

.runda_head .lang-selector .current-lang {
    height: 36px;
    gap: 4px;
}

.head-search {
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.head-search i {
    font-size: 24px;
    color: #000000;
}

.runda_head .nav-item .nav-link.hasSubNav {
    padding-right: 20px;
}

.runda_head .nav-item .nav-link svg {
    display: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.runda_head .nav-item .nav-link.hasSubNav svg {
    display: block;
}

.runda_head .nav-item.active .nav-link svg path {
    opacity: 1;
}

.runda_head .serchbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.runda_head .serchbox.active {
    display: flex;
}

.runda_head .serchbox form {
    width: 80%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.runda_head .serchbox .submit_text {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 80px;
    line-height: 80px;
    color: #333;
    padding: 10px 10px;
}

.runda_head .serchbox .submit_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    cursor: pointer;
}

.runda_head .serchbox .submit_btn i {
    font-size: 24px;
    color: #000;
    line-height: 50px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.runda_head .navbar-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.runda_head .navbar-expand-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.runda_head .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.runda_head .navbar-nav {
    flex-wrap: wrap;
    gap: 32px;
    font-family: var(--font-family);
}

.runda_head .navbar {
    position: static !important;
}

.runda_head .nav-item {
    position: relative;
}

.runda_head .nav-link.active,
.runda_head .show>.nav-link {
    color: var(--text-color);
}

.runda_head .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.9);
}

.runda_head .navbar-brand img {
    width: auto;
    max-height: 27px;
    object-fit: cover;
}

/*============================
13. Multi level dropdown menu
==============================*/

.runda_head .nav-item .dropdown-submenu {
    position: relative;
}

.runda_head .nav-item .dropdown-submenu .dropdown-menu::before {
    display: none;
}

.runda_head .nav-item .dropdown-submenu a::after {
    position: absolute;
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    font-weight: 600;
}

.runda_head .nav-item .dropdown-submenu a:hover {
    background: transparent;
    color: #fff;
}

.runda_head .fixed-top .nav-item.active .nav-link {
    color: #000;
    font-family: var(--semiBold-font-family);
    font-weight: 500;
}

.runda_head .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
}

.runda_head .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    display: block;
    visibility: visible;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .runda_head .container {
        max-width: 960px;
    }
}



@media all and (min-width: 992px) {
    .runda_head .products-menu {
        position: fixed;
        display: none;
        top: 100px;
        left: 0;
        width: 100vw;
        z-index: 999;
        padding: 25px 0 30px 0;
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(15px);
        animation: fade-ins 0.5s ease;
    }

    @keyframes fade-ins {
        0% {
            opacity: 0;
            transform: rotateX(-75deg);
        }

        100% {
            opacity: 1;
            transform: rotateX(0deg);
        }
    }

    .runda_head .products-menu .container {
        display: flex;
    }

    .products-menu-item:hover .products-menu {
        display: block;
        transform: rotateX(0deg);
    }

    .products-menu-list {
        width: 16%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-right: 26px;
        overflow-y: auto;
    }

    .products-menu-list::-webkit-scrollbar {
        display: none;
    }

    .products-menu-content .mix {
        display: none;
    }

    .products-menu-list li {
        position: relative;
    }

    .products-menu-list li.selected::after {
        content: '\e609';
        font-family: "qico" !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        color: var(--color-primary);
        font-size: 16px;
    }

    .products-menu-list li a {
        font-family: var(--medium-font-family);
        display: inline-block;
        width: calc(100% - 50px);
        color: #FFF;
        font-size: var(--text-title-size);
        font-weight: 500;
        line-height: 2.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .products-menu-list li.selected a,
    .products-menu-list li a:hover {
        color: var(--color-primary);
    }

    .products-menu-content {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(5, 18%);
        column-gap: 30px;
        padding: 0 30px 0 40px;
        max-height: 400px;
        overflow-y: auto;
    }

    .runda_head .products-menu-content::-webkit-scrollbar {
        width: 3px !important;
    }

    .runda_head .products-menu-content::-webkit-scrollbar-track {
        background: #DDD !important;
        width: 3px !important;
    }


    .runda_head .products-menu-content::-webkit-scrollbar-thumb {
        background: var(--color-primary) !important;
        width: 3px !important;
    }

    .products-menu-content-item {
        width: 100%;
        text-align: center;
    }

    .products-menu-content-item img {
        width: 90%;
        aspect-ratio: 5 / 4;
        object-fit: cover;
    }

    .products-menu-content-item span {
        display: block;
        width: 100%;
        font-size: var(--text-size);
        font-weight: 400;
        line-height: 1.625;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .products-menu-content-item:hover span {
        color: var(--color-primary);
    }

    .runda_head .nav-item .nav-link {
        font-family: var(--font-family);
        text-align: center;
        padding: 0;
        font-size: var(--text-size);
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8);
        line-height: 88px;
    }

    .runda_head .nav-item.active .nav-link {
        color: #000;
        font-family: var(--semiBold-font-family);
        font-weight: 500;
    }

    .runda_head .nav-item:last-child .nav-link {
        margin-right: 0;
    }

    .runda_head .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
        border: none;
        left: -36px;
        width: fit-content;
        background: #fff;
        box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(15px);
    }

    .runda_head .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .runda_head .nav-item .dropdown-menu .dropdown-item {
        font-family: var(--medium-font-family);
        font-size: var(--text-title-size);
        font-weight: 500;
        color: #000;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        line-height: 2.5;
        padding: 4px 50px 4px 36px;
    }

    .runda_head .nav-item .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: var(--color-primary);
    }

    .runda_head .nav-item .nav-link {
        position: relative;
    }

    .runda_head .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.1);
    }

    .runda_head .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .runda_head .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .runda_head .dropdown-menu.fade-up {
        top: 140%;
    }

    .runda_head .nav-item .down-icon,
    .runda_head .nav-item .down-icon2 {
        display: none;
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%) rotate(180deg);
        width: 16px;
        aspect-ratio: 8/13;
        object-fit: cover;
    }

    .runda-head-menu .nav-item.active .down-icon2 {
        display: block;
    }

    .runda-head-menu.fixed-top .nav-item.active .down-icon2 {
        display: none !important;
    }

    .runda-head-menu.fixed-top .nav-item.active .down-icon {
        display: block;
    }

}


@media screen and (max-width: 1280px) {
    .products-menu-content {
        max-height: 290px;
    }
}

@media screen and (max-width: 1200px) {
    .runda_head .navbar-nav {
        gap: 25px;
    }

    .head-search {
        margin-left: 10px;
    }

    .products-menu-content {
        grid-template-columns: repeat(5, 16%);
    }

    .products-menu-content {
        max-height: 240px;
    }

    .runda_head .navbar-brand img {
        max-height: 30px;
    }
}

@media all and (max-width: 991px) {
    .head-search i {
        font-size: 20px;
    }

    .runda_head .nav-item.active .nav-link {
        color: var(--color-primary);
    }

    .runda_head .navbar-expand-lg {
        height: 60px;
    }

    .runda_head .iconfont-down2 {
        color: var(--title-text-color) !important;
    }

    .runda_head .navbar-toggler {
        display: block;
        margin-left: 20px;
    }

    .lang-selector {
        width: 68px !important;
    }

    .runda_head .navbar-nav {
        gap: 10px;
    }

    .runda_head .nav-item.active .nav-link:after {
        /* display: none; */
    }

    .navbar-toggler {
        line-height: 1.2;
    }

    .lang-selector .current-lang .iconfont-diqiu,
    .lang-selector .current-lang em {
        color: #111 !important;
    }

    .collapse .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 20px;
    }

    .collapse .logo .qico {
        font-size: 20px;
        cursor: pointer;
        color: #000;
    }

    .runda_head .navbar-brand {
        margin-right: 0px;
        margin-left: 0px;
    }

    .runda_head .nav-link.hasSubNav::after {
        display: inline-block;
        width: auto;
        height: auto;
        /* margin-left: 5px; */
        vertical-align: baseline;
        font-family: "iconfont";
        content: "\e64c";
        font-weight: 600;
        border: none;
        font-size: 14px;
        position: absolute;
        right: 20px;
    }

    .runda_head .nav-item .dropdown-submenu a::after {
        transform: rotate(0);
    }

    .runda_head .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px;
    }

    .runda_head .dropdown-menu {
        padding: 0 10px 0 20px;
    }

    .runda_head .nav-item .dropdown-submenu:hover .dropdown-menu {
        display: none;
    }

    .runda_head .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset;
    }

    .tanthos_head_nav_setting_form,
    .tanthos_head_nav_setting_icon {
        display: none;
    }

    .runda_head .navbar-nav {
        margin-left: 0;
    }

    .runda_head .nav-item .dropdown-submenu a::after {
        top: 4px;
    }

    .baoxin-head-info .iconfont {
        font-size: 14px;
    }


    .runda_head .nav-item .dropdown-submenu a::after {
        transform: rotate(0);
    }

    .runda_head .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px;
    }

    .runda_head .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset;
    }

    .dropdown-toggle::after {
        border-top: 8px solid;
        border-right: 6px solid transparent;
        border-bottom: 0;
        border-left: 6px solid transparent;

    }

    .runda_head .nav-item .dropdown-submenu a::after {
        top: 12px;
    }

    .runda_head .nav-item .dropdown-submenu a:hover {
        color: var(--color-primary);
    }

    .navbar-collapse {
        width: 60vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        background: #fff;
        padding: 10px 0;
        left: 0;
        z-index: 999;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: all 0.5s ease-in-out;
    }

    .runda_head a:hover {
        color: var(--text-color);
        position: relative;
    }

    .runda_head .nav-item a {
        text-decoration: none;
        transition: all 0.6s ease 0s;
        padding-left: 10px !important;
        padding-right: 40px !important;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .runda_head .nav-item {
        position: relative;

    }

    .runda_head .navbar-nav li {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .runda_head .dropdown-menu {
        border: none;
    }

    .navbar-brand img {
        width: auto;
        height: 52px;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .runda_head {
        position: inherit;
        backdrop-filter: none;
    }

    .runda_head .navbar-brand img {
        height: 25px;
    }

    .runda_head .navbar {
        padding: 0.5rem 1rem !important;
    }

    .runda_head .navbar-toggler {
        padding-right: 0 !important;
    }

    .runda_head .navbar-brand {
        margin-right: 0px;
    }
}