::placeholder { /* cháº¡y tá»‘t trÃªn Chrome, Firefox, Opera, Safari 10.1+ */
    color: #565656;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* cháº¡y trÃªn Internet Explorer 10-11 */
    color: #565656;
}

::-ms-input-placeholder { /* cháº¡y trÃªn Microsoft Edge */
    color: #565656;
}
.UISearch {
    margin: 0 0 10px 0;
    background: url(Images/searchbg.jpg) no-repeat center 9px;
    padding: 40px 20px;
}
.UISearch .SearchBorder {
    height: 34px;
    width: 100%;
    position: relative;
    display: inline-flex;
}
.UISearch .searchBox {
    padding: 9px;
    font-size: 13px;
    width: 115%;
    margin: 0px;
    vertical-align:top;
    border: none;
    background: #ffffffbd;
    position:relative;
}
.UISearch .SearchWrap:after {
    content:'';
    width: 55px;
    height: 33px;
    background: #03c2ea url(Images/s.png) no-repeat center;
    position:absolute;
    right: 0;
    top: 0;
}
.UISearch .btnSearch {

}
.UISearch .autocomplete {
    max-width: 240px;
    background: #fff;
    padding: 10px 20px;
    margin-top: 1px;
    display:none;
}
.UISearch .autocomplete .list .info {
    height: 24px;
}
.UISearch .autocomplete span.name:hover {
    color:#1979c6;
}
.UISearch .autocomplete a.item img{
    display:none;
}