.custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
	position: relative;
	display: inline-block;
	width: 93% !important;
}
.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
	position: relative;
	display: inline-block;
	width: 93% !important;
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px){
	.custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
  		width: 94% !important;
	}
	.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
  		width: 94% !important;
	}
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px){
    .custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
  		width: 95.5% !important;
	}
	.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
  		width: 95.5% !important;
	}
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 480px){
    .custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
  		width: 97% !important;
	}
	.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
  		width: 97% !important;
	}
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){
    .custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
  		width: 96% !important;
	}
	.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
  		width: 96% !important;
	}
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px){
    .custom-combobox, .custom-combobox-fr, .custom-combobox-ct {
  		width: 87% !important;
	}
	.custom-combobox-sb, .custom-combobox-fr-sb, .custom-combobox-ct-sb {
  		width: 87% !important;
	}
}
.custom-combobox-toggle, .custom-combobox-fr-toggle, .custom-combobox-ct-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	width: 25px !important;
}
.custom-combobox-sb-toggle, .custom-combobox-fr-sb-toggle, .custom-combobox-ct-sb-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	width: 25px !important;
}
.custom-combobox-input, .custom-combobox-fr-input, .custom-combobox-ct-input {
	margin: 0;
	height: 34px;
	/*z-index: 100 !important;*/
	background: #fff none repeat scroll 0 0 !important;
	width: 100%;
	/*new*/
	font-size: 13px !important;
	color: #777 !important;
	padding: 0px 0px 0px 10px !important;
}
.custom-combobox-sb-input, .custom-combobox-fr-sb-input, .custom-combobox-ct-sb-input {
	margin: 0;
	height: 34px;
	/*z-index: 100 !important;*/
	background: #fff none repeat scroll 0 0 !important;
	width: 100%;
}
.ui-autocomplete {
     z-index: 9999 !important;
}
.custom-combobox-input{
	font-size: 15px;
    padding: 0 0 0 10px;
}