.dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.custom-dropdown-menu-hide {
    display: none;
}

.custom-dropdown-menu {
    position: fixed;
    left: 0;
    z-index: 1000;
    float: left;
    width: 100vw;
    height: 8vh;
    padding: 5px 0;
    margin: 1px 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.custom-dropdown-menu li {
    margin-left: 100px;
}

.custom-dropdown-menu > li > a {
    color: #777;
}
.custom-dropdown-menu > li > a:hover {
    color: #009b4c;
}

.header-top-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 35px;
    background-color: #f4f4f4;
    border-top: 2px solid #009b4c;
}
.change-language-item-wrap {
    padding-right: 300px;
}
.change-language-item {
    cursor: pointer;
    color: #777;
}
