@media (max-width: 767px) {
    .title-search-result {
        min-width: calc(100% - 32px);
        z-index: 1000;
        left: 16px !important;
        box-shadow: 0px 0px 4px 0px #00000024;
        border-radius: 3px;
        margin-top: -30px;
    }


    .pre_search_mob {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 15px;
        background: #ffffff;
        border-radius: 3px;
    }

    .pre_search_mob .pre_search_element {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
    }

    .pre_search_mob .pre_search_element a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 19px;
        line-height: 19px;
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        max-width: calc(100% - 70px);
    }

    .pre_search_mob .pre_search_element span {
        height: 19px;
        line-height: 19px;
        font-weight: 500;
        font-size: 14px;
        color: #000000;
    }

    #title-search-mod_mobile {
        display: block !important;
        width: 100%;
    }

    #title-search-mod_mobile form{
        width: 100%;
    }

    .header-top__right #title-search-mod_mobile .form-search__wrap {
        transform: none;
        right: 0;
        left: 16px;
        width: calc(100% - 32px)!important;
        top: 9px;
        border: none;
        border-radius: 3px 0 0 3px;
        box-shadow: none;
        padding: 0;
        background: none;
        height: 46px;
    }
    .form-search {
        position: unset;
    }

    .header-top__right #title-search-mod_mobile .form-control {
        height: 46px;
        padding: 14px 0 14px 16px;
        background: #F3F3F3;
        width: calc(100% - 51px);
        border-radius: 0;
        border: none;
    }


    #title-search-mod_mobile .search-true-btn {
        background: #194276;
        border-radius: 0 3px 3px 0;
        width: 51px;
        height: 46px;
        align-items: center;
        justify-content: center;
        right: 0;
    }

    #title-search-mod_mobile .search-true-btn .search-open-icon{
        display: none;
    }
}