#header {
    z-index: 1030;
    position: relative;
    background-color: #ff00;
    transition: top 0.4s var(--ease2);
}

/* Transparent header for homepage with slider */
#header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

.header-logo {
    max-width: 56px;
}
.wrap-menu-top ul.header-menu-top>li>a {
    margin: 0 3px;
    padding: 1.5rem 0.5rem;
    position: relative;
    font-size: 0.875rem;
    color: var(--color3);
    font-family: var(--main_font);
    min-height: 44px;
    transition: 0.3s;
}

.wrap-menu-top ul.header-menu-top>li>a:hover {
    color: var(--color1);
}


.wrap-menu-top ul>li.menu-item-has-children:hover>a::after {
    border: solid var(--color1);
    border-width: 0 1px 1px 0;
}

.mobile .icon-search {
    font-size: 24px;
}
.header-menu li a,
.header-menu-top li a {
    font-size: 15px;
    color: var(--bg_light);
}

.header-menu li a:hover {
    color: var(--color1);
}

.top-header-content {
    gap: 1.5rem;
    justify-content: flex-end;
}

.icon-arrow-down {
    font-size: 4px;
    transition: 0.3s;
}

.lang-button:hover .locations {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.search-box .header-search {
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.22);
}

.search-box .header-search .icon-search {
    color: var(--color3);
    font-size: 1.125rem;
    transition: 0.3s;
}

.lang-btn:hover .icon-arrow-down {
    transform: rotate(180deg);
}

.lang-button::after {
    left: 0;
}

.lang-button::before {
    right: 0;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color3);
}

.icon-language {
    font-size: 1.25rem;
}

.lang-btn:hover {
    color: var(--color1);
}

.lang-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #170C3D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: none;
    z-index: 2;
    text-align: left;
}

.lang-button:hover .lang-content,
.lang-content:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lang-content a {
    display: block;
    padding: 8px 0;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-content a:hover {
    color: var(--color1);
}

.call-header {
    padding: 0 1.5rem 0 3.5rem;
    border: 1px solid var(--color3);
    height: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.call-header a {
    color: var(--color3);
    transition: 0.3s;
}

.call-header::after {
    content: "\e90c";
    font-family: 'icomoon';
    width: 2.5rem;
    position: absolute;
    font-size: 1.25rem;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color3);
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------------------
    Menu Mobile
-------------------- */
#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: var(--color2);
    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;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 20px;
    height: 20px;
    background: transparent;
    text-align: center;
    display: inline-flex;
    color: var(--color3);
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.come-menumobile {
    right: 0 !important;
}

.title-mm {
    background: var(--color2);
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bg_light);
}

.title-mm img {
    user-select: none;
}

.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: 20px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--dana_bold);
}

.main-mm {
    padding: 5px 15px;
}

.main-mm ul li a {
    color: var(--color3);
    display: block;
    padding: 8px 0;
    position: relative;
    font-family: var(--main_font);
}

.main-mm ul li a:hover {
    color: var(--color1);
}

.main-mm ul li>.sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: var(--color2);
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i {
    position: absolute;
    cursor: pointer;
    top: 9px;
    border: solid var(--color3);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

.childer {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.come-submenu {
    right: 0 !important;
}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: transparent;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid var(--color1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;

}

.title-subcome {
    color: var(--color1);
    font-weight: normal;
    position: relative;
    top: 2px;
}

.icon-menu {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
}

@media (max-width: 1199.99px) {
    #header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .top-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem 0;
		
    }

    .header-ms {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .search-box .header-search .icon-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .top-header-inner {
        display: flex;
        align-items: center;
        gap: 1.5rem;
		justify-content:flex-start;
    }

    .header-menu-top {
        gap: 0.5rem;
    }

    .top-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
	.lang-button {
		height: 100%;
	}
    .lang-button,
    .search-box {
        position: relative;
        display: flex;
        padding: 0 1rem;
        align-items: center;
    }

    .search-box {
        padding: 0 1rem 0 0;
        width: 116px;
        transition: 1.5s;
    }

    .search-box:has(.fast-search-body.fast-show) {
        width: 100%;
    }

    .lang-button::after,
    .lang-button::before,
    .search-box::before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        bottom: auto;
        background-color: rgba(255, 255, 255, 0.22);
        top: 50%;
        transform: translateY(-50%);
    }

    .search-box::before {
        right: 0;
        height: calc(100% + 55px);
    }
}