.select2-container {
    width: 46% !important;
}

.select2-container .select2-selection--single {
    height: 56px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

@media (max-width:767px) {
    .select2-container {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .bgsearch  {
        margin-top: 60px;
    }
}

.t_blog {
    display: block !important;
}