.minlong_head {
    font-family: var(--font-family);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.minlong_head .container {
    max-width: 1630px;
}

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


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

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

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

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

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

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

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

.minlong_head .navbar {
    padding: 0 !important;
    z-index: 999;
}

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

.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;
}

.head-search em {
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    display: block;
}

.minlong-head-menu .head-search em i {
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    line-height: 36px;
}

.minlong_head .navbar-brand {
    padding: 0;
    margin-right: 132px;
}

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

.minlong_head .lang-selector .current-lang {
    height: 36px;
}

.lang-selector .current-lang .iconfont-diqiu {
    color: #fff !important;
}

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

.minlong_head .serchbox {
    position: fixed;
    z-index: 99;
    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;
}

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

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

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

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

.minlong_head .nav-item .nav-link.hasSubNav::before {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: none !important;
    font-family: "iconfont" !important;
    content: "\e68d" !important;
    position: absolute !important;
    right: -16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.minlong-head-menu.fixed-top .nav-item .nav-link.hasSubNav::before {
    color: var(--title-text-color) !important;
}

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

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

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

.minlong_head .navbar-expand-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

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

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

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

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

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

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

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


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

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

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

.minlong_head .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 600;
    display: none;
}

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

.minlong_head .fixed-top .nav-item.active .nav-link {
    color: var(--title-text-color);
}

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

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

.minlong_head .lang-text {
    padding: 2px 15px 3px 15px;
    border-radius: 6px;
    background: var(--color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    height: fit-content;
    margin-left: 30px;
}

.minlong_head .navbar-brand img {
    aspect-ratio: 35/9;
    height: 72px;
    object-fit: cover;
}



@media all and (min-width: 992px) {
    .minlong-head-menu.fixed-top .head-search em i {
        color: var(--title-text-color) !important;
    }
    .minlong_head .minlong-links {
        position: relative;
    }

    .minlong_head .minlong-links.active::before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 50px;
        height: 1px;
        background: #fff;
        transition: all 0.3s ease;
    }

    .minlong_head .minlong-links.active::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 15px;
        height: 1px;
        background: #fff;
        transition: all 0.3s ease;
    }

    .minlong_head .minlong-head-menu.fixed-top .minlong-links.active::before {
        background: var(--color-primary);
    }

    .minlong_head .minlong-head-menu.fixed-top .minlong-links.active::after {
        background: var(--color-primary);
    }

    .minlong_head .products-menu {
        position: fixed;
        display: none;
        top: 100px;
        left: 0;
        width: 100vw;
        z-index: 9999;
        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);
        }
    }

    .minlong_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;
    }

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

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


    .minlong_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);
    }

    .minlong_head .nav-item .nav-link {
        font-family: var(--medium-font-family);
        text-align: center;
        padding: 0;
        font-size: var(--text-title-size);
        font-weight: 500;
        color: #fff;
        line-height: 30px;
    }

    .minlong_head .fixed-top .nav-item .nav-link {
        color: var(--title-text-color) !important;
    }

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

    .minlong_head .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
        border: none;
        left: -36px;
        /* width: 310px; */
        background: #fff;
        padding: 0;
        border-radius: 0px;
    }

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

    .minlong_head .nav-item .dropdown-menu .dropdown-item {
        font-size: var(--text-size);
        font-weight: 400;
        color: var(--title-text-color);
        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: var(--text-gap-lg) 0;
        padding-right: var(--text-gap-lg);
        border-bottom: 1px solid #DDD;
    }

    .minlong_head .nav-item .dropdown-menu li {
        padding: 0 30px;
    }

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

    .minlong_head .nav-item .dropdown-menu .dropdown-item:hover::before {
        content: "\e65f";
        font-family: "qico" !important;
        position: absolute;
        right: 0px;
        top: 50%;
        font-weight: bolder;
        transform: translateY(-50%);
        color: var(--color-primary);
    }

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

    .minlong_head .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

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

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

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

    .minlong_head .nav-item .down-icon,
    .minlong_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;
    }

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

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

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

}

@media screen and (max-width: 1630px) {
    .minlong_head .navbar-brand img {
        height: 60px;
    }

    .head-search em i {
        line-height: 40px;
    }

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

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

    .products-menu-content-item img {
        width: 100%;
    }

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


    .minlong_head .navbar-nav {
        column-gap: 36px;
        row-gap: 12px;
    }

    .minlong_head .container {
        max-width: 1230px;
    }
}

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

    .minlong_head .container {
        max-width: 1130px;
    }
}

@media screen and (max-width: 1200px) {
    .minlong_head .navbar-brand img {
        height: 40px;
    }

    .minlong_head .lang-text {
        margin-left: 10px;
    }

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

    .minlong_head .navbar-nav {
        gap: 25px;
        row-gap: 10px;
    }

    .minlong_head .container {
        max-width: 960px;
    }

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

    .products-menu-content {
        max-height: 240px;
    }
}
@media screen and (min-width: 768px){
    .minlong_head .navbar-toggler img{
        filter: brightness(0) invert(1);
    }
    .minlong_head .minlong-head-menu.fixed-top .head-search em i{
        color: var(--title-text-color);
    }
    .minlong_head .minlong-head-menu.fixed-top .navbar-toggler img{
        filter: brightness(0) invert(0);
    }
}
@media screen and (max-width: 768px){
    .minlong-head-menu .head-search em i {
        font-size: 20px;
        color: var(--title-text-color);
    }
    .lang-selector .current-lang .iconfont-diqiu,
    .lang-selector .current-lang em {
        color: #111 !important;
    }
    
    
}
@media all and (max-width: 991px) {
    /* .minlong-head-menu .head-search em i {
        font-size: 20px;
        color: var(--title-text-color);
    } */

    .minlong_head .container {
        max-width: 720px;
    }

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

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


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

    .minlong_head .navbar-toggler {
        display: block;
    }

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

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

    .minlong_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;
    }

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

    .minlong_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;
    }

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

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

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

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

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

    .tanthos_head_nav_setting_form,
    .tanthos_head_nav_setting_icon {
        display: none;
    }

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

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

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


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

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

    .minlong_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;

    }

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

    .minlong_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: 9999;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: all 0.5s ease-in-out;
    }

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

    .minlong_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;
    }

    .minlong_head .nav-item {
        position: relative;

    }

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

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

@media screen and (max-width: 768px) {
    .minlong_head .navbar-brand img {
        height: 32px;
    }

    .minlong_head .container {
        max-width: 540px;
    }

    .minlong_head {
        position: inherit;
        backdrop-filter: none;
    }

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

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

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

@media screen and (max-width: 576px) {
    .minlong_head .iconfont-down2 {
        display: none !important;
    }

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

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

    .minlong_head .lang-text {
        margin-left: 0px;
        padding: 2px 10px 3px 10px;
        font-size: 12px;
    }

    .minlong_head .container {
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .minlong_head .container {
        max-width: 360px;
    }
}