.logo-header-home5 .logo{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
}
.logo-header-home5.fixed-header.active .logo{
    opacity: 0;
    height: 0;
    margin-bottom: -10px;
}
.fixed-header {
    top: -220px;
}
.header-home5 .search-account-cart-service, 
.header-home5 .social-header-home5 {
    display: flex;
}
.header-home5 .search-account-cart-service>div>a {
    height: 120px;
    line-height: 120px;
}
.social-list-style1 a {
    margin-top: 48px;
}
@media (max-width: 767px){
.header-home5 .search-account-cart-service>div>a {
    height: 70px;
    line-height: 70px;
}
.logo-header-home5 .vc_col-xs-8{
    float: right;
}
.header-home5 .social-header-home5 {
    /*transform: translateY(67px);*/
    z-index: 99;
    position: relative;
	margin-top: 20px;
}
.logo-header-home5 nav {
    display: block !important;
    position: absolute;
    left: 30%;
}
}