.page_header{
    width: 100%;
    height: 50px;
    background: #313131;
    padding: 0 6.7% 0 4.7%;
}
.logo_box{
    height: 100%;
    cursor: pointer;
}
.logo_box:hover .logo{
    opacity: 0.9;
}
.logo{
    /* height: 20px; */
}
.logo_box .logo_hover{
    display: none;
}
.logo_box:hover .logo_hover{
    display: block;
}
.logo_box:hover .logo_no_hover{
    display: none;
}
.header-btn{
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    cursor: pointer;
}
.btn-name:hover{
    color: #B7B7B7;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    background-color: inherit;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border:inherit;
    background-clip:inherit;
    border-left: none;
    border-right: none;
    z-index: 99999;
}
.dropdown-menu-ul{
    background: #444444;
    padding: 14px 0;
    border-radius: 8px;
    list-style: none;
    background-color: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
}
.dropdown-menu-ul>li>a{
    color: #ffffff;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 30px;
}
.dropdown-menu-ul li a:hover{
    background: #3b3b3b!important;
    color: #ffffff;
}
.select_down_icom{
    width: 9.4px;
    height: 6px;
    margin-left: 10px;
}
.sales-area{
    padding: 0 1.68rem;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    color: #ffffff!important;
    text-decoration: none;
}
.sales-area:hover {
    color: #B7B7B7!important;
}
.select_language_icon{
    width: 16px;
    height: 16px;
    margin-right: 0.64rem
}
.select-lan-btn{
    padding: 0 1.39rem;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    /* color: #384C44; */
}