#pos_search_top{
    margin: 32px 0 0;
    position: relative;
    max-width: 650px;
    width: 100%;
}
form#searchbox{
	position:static;
}
/* #pos_search_top:before{
	border-left: 1px solid #83cbdc;
    bottom: 0;
    content: "";
    left: 140px;
    position: absolute;
    top: 30px;
    z-index: 99;
} */
#pos_search_top .form_search{
	padding: 0;
	width: 100%;
	border:2px solid #ff7572;
	position:relative;
}
/*  */
#pos_search_top label{
display: none;}
.search-block {
	position:relative;
}

#pos_search_top .form-control{
		background: #f4f4f4;
    border: 2px solid #f4f4f4;
    color: #9d9d9d;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    padding: 0 40px 0 10px;
    width: 100%;
		border-radius: 5px;
}
#pos_search_top .form-control#pos_query_top{
    min-width: 200px !important;
}
/*  */
#pos_search_top .search_submit{
		background: transparent;
    border: 0 none;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 36px;
    padding: 0;
    position: absolute;
    right: -3px;
    text-align: center;
    top: 2px;
    transition: all 300ms ease 0s;
    width: 36px;
		border-left: 2px solid #ccc;
		color : #000;
}

#pos_search_top .search_submit:hover{
	background:#0091d5;
}
/*  */
#pos_search_top .form-group{
	position: absolute;
    top: 0;
    left: 0;
}
#pos_search_top .form-group .bootstrap-select{
max-width: 215px;
width: 100%;
}
#pos_search_top .form-group .bootstrap-select .btn.selectpicker{
		background: #f4f4f4 none repeat scroll 0 0;
    border: 2px solid #f4f4f4;
    color: #444444;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
		border-radius: 5px;
}
#pos_search_top .form-group .bootstrap-select .btn-default .caret{
	font-family: 'FontAwesome';
	content: "\f107";
}
#pos_search_top .bootstrap-select.btn-group .btn .filter-option{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;}
#pos_search_top .bootstrap-select.btn-group .dropdown-menu {
    text-align: left;
}
phần tử {
    position: absolute;
    display: none;
    width: 500px;
    top: 199px;
    left: 280.5px;
}
.ac_results {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #D6D4D4;
    width: 271px;
    margin-top: -1px;
}
/* 768 - 991 */
@media (min-width: 768px) and (max-width: 991px) {
	#pos_search_top{
		width: 95%;
	}
}
/* 767 */
@media (max-width: 767px) {
	#pos_search_top{
		margin:0;
		max-width: 740px;
	}
	#pos_search_top .form-group {
		position: static;
		width: 100%;
	}
	#pos_search_top .form-group .bootstrap-select {
		max-width: 100%;
	}
	.search-block {
	    	margin-left: -5px;
    		margin-right: 5px;
	}
}
@media (max-width: 480px) {
	#pos_search_top{
		margin:0;
		max-width:450px;
	}
	
}
@media (max-width: 360px) {
	#pos_search_top{
		max-width:340px;
	}
}
@media (max-width: 320px) {
	#pos_search_top{
		max-width:290px;
	}
}
