.img-responsive{
    border-right: 1px solid #ececec;
    padding-right: 20px;
}
.logo-title{
    padding-left: 25px;
    font-family: 'Prompt';
}
@media (max-width: 575px){
    .logo-title{
        padding-left: 0px;
        font-family: 'Prompt';
        text-align: center;
        white-space: nowrap;
    }
    .logo-title h4, .logo-title h5{
        font-size: 4vw;
    }
    .img-responsive{
        border-right: none;
        padding-right: 0px;
    }
}
@media (max-width: 767px){
    .title-menu-dropdown{
        display: none !important;
    }
    .list-header-menu{
        column-count: 2 !important;
    }
}

.list-header-menu{
    column-count: var(--columns_count);
}
.dropdown-item{
    white-space: normal !important;
}
.dropdown-toggle-custom{
    white-space: nowrap;
}
.dropdown-toggle-custom::after{
    border: solid rgb(0, 0, 0);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 0.255em;
    margin-bottom: 0.255em;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#search_header{
    display: none;
}
#search_header.active{
    display: inline-flex;
}

.search_header{
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0.25rem 0.5rem;
}