sure heres the code @tuanphan
I put this in footer
<!-- search into header --->
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script>
$(function(){
let searchBlock = $('#block-yui_3_17_2_1_1686595653374_1657').attr('id','').addClass('header-search-bar');
$(searchBlock).insertAfter($('.header-title-nav-wrapper'));
$(searchBlock).clone().addClass('mobile-header-search-bar').appendTo($('.header-menu-nav-folder-content'));
})
</script>
<!-- search into header --->
css
.header-search-bar{
margin: 0 0 0 2.5vw;
@media(max-width:799px){
display:none;
}
}