.header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* .header-menu {
    display: none;
}


  .wrap-menu .sub-menu {
    padding: 8px 0;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    min-width: 220px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 250ms;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 20;
    padding: 16px;
    box-shadow: 0px 10px 48px 0 rgba(0 0 0 / 10%);
}

.header-menu .menu-item-has-children:after {
    content: "\e915";
    transform: rotate(270deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: -20px;
    left: auto;
    margin: auto;
    font-family: 'icomoon';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5625rem;
    transition: 0.4s all linear;
}

.header-menu .menu-item-has-children:hover:after {
    color: var(--color1);
}

.header-menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
    right: -10px;
}

.header-menu > li:first-child > a {
    margin-right: 0;
    padding-right: 0;
}

.header-menu > li > a {
    display: inline-block;
    position: relative;
}

.header-menu > li > a:after {
    content: "";
    background-color: var(--color1);
    height: 2px;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    bottom: -28px;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: 0.25s all linear;
}

.header-menu > li > a:hover:after {
    opacity: 1;
}


.menu-item-has-children {
    position: relative;
}


.header-menu > li > a:hover,
.menu-item-has-children:hover > a {
    color: var(--color1);
}

.header-menu > li > a {
    display: inline-block;
}

.wrap-menu .menu-item:hover > .sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.sub-menu .menu-item-has-children:after {
    transform: rotate(180deg);
}

.sub-menu .menu-item-has-children .sub-menu {
    top: 0;
}

@media (min-width:992px) {
    .sub-menu .menu-item-has-children .sub-menu {
        top: 0;
        left: 110%;
    }  
}
 */






.search-txt {
    font-size: 16px !important;
    line-height: 20px;
    color: var(--color2);
    font-family: 'Dosis-Regular';
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}


.header-search .icon-search {
    transition: 0.25s all linear;
}

.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search:hover .icon-search {
    color: var(--color2);
}

.header-search {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    cursor: pointer;
    border-radius: 4px;
    font-size: 23px;
}

.header-search > span {
    margin-left: 5px;
    display: none
}

.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display: none;
}

/* .search-by-json .input input{
    height: 44px !important;
    border: none !important;
}
.search-by-json .input .icon{
    background-color: transparent !important;
    border: none !important;
    width: 23px !important;
    height: 23px !important;
} */

.header-logo img {
    height: 88px;
    object-fit: cover;
}

/* #mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}


#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background: #fff;
    font-family: var(--bold_font);
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
} */

/* .fix-menu {
    position: fixed;
    bottom: -1px;
    right: 0;
    left: 0;
    padding: 1rem min(2rem, 2vw) 0.5rem;
    display: flex;
    z-index: 12;
    background: #222;
    box-shadow: 0 -12px 10px 0 rgba(211, 211, 211, .15);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    gap: min(2vw, 16rem);
    align-items: center;
    justify-content: space-between;
} */

@media screen and (min-width: 576px) {
    .fix-menu {
        display: none;
    }
}


/* @media screen and (min-width: 992px) {
    .header-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .wrap-menu .sub-menu {
        top: 3rem;
        left: 1rem;
    }
} */


@media screen and (max-width: 991px) {
    .header-logo img {
        height: 60px;
    }

    .header-search,
    .icon-menu {
        color: var(--color2);
        font-size: 24px;
    }

    #header .container {
        padding: 0 24px;
    }

    .header-btns {
        gap: 0;
    }
}






.header-mm:hover:after {
    width: 100%;
}

.header-mm::after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    inset: 0;
    width: 0;
    transition: width 500ms;
}

.header-mm:hover {
    color: var(--color1);
    border-color: var(--color1);
}

.header-mm {
    z-index: 1;
    width: 30px;
    height: 30px;
    color: var(--color2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #fff;
    font-size: 18px;
    flex-shrink: 0;
    transition: 500ms;
}

.header-mm .icon-menu {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .header-mm {
        display: none;
    }
}


.inner-page #header {
    border: 1px solid #ECECEC;
}

#breadcrumbs {
    display: none;
}



/* --------------------
    Menu Mobile
-------------------- */
#mask {
    position: fixed;
    z-index: 480;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 250px;
    background-color: #fff;
    z-index: 999999;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

#menumobile img {
    /*! filter: brightness(0)invert(1); */
    max-width: 130px;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.tel-mm a {
    background: var(--bg_footer);
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background: var(--color2);
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}


.come-menumobile {
    left: 0 !important;
}


.title-mm {
    background: var(--color3);
    padding: 5px 20px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
}

.main-mm {
    padding: 10px 20px;
}

.main-mm ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    width: 80%;
}

.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    left: -270px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer::before {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 12px;
    transform: rotate(180deg);
}

.childer {
    position: absolute;
    right: -40px;
    cursor: pointer;
    top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}

.come-submenu {
    left: 0 !important;
}

.sub-closer::before {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 12px;
}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color1);
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-subcome {
    color: var(--color1);
    position: relative;
    text-transform: capitalize;
    font-family: 'Dosis-Regular' !important;
}

header#header {
    position: relative;
    z-index: 999;
    background-color: #fff;
}
