
.SingleSearch {
        position: absolute;
        right: 0;
        top: 138px;
        z-index: 10;
        cursor: pointer;
}
.SingleSearch .SearchBox .Text {
        border: none;
        display: none;
}
.SingleSearch .SearchBox .Button {
        background: url(images/timkiem.png) 0 0 no-repeat;
        width: 20px;
        height: 20px;
}
::-webkit-input-placeholder {
        /* Edge */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
::placeholder {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
@media only screen and (max-width: 1440px){
	.SingleSearch {
        right: 20px;
        top: 124px;
     }
}
/*****************************************/
 @media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.SingleSearch {
        right: 35px !important;
        top: 122px !important;
     }
}
@media only screen and (min-width: 830px) and (max-width: 1024px) {
	.SingleSearch {
        right: 35px !important;
        top: 107px !important;
     }
}
/*********************/
@media only screen and (max-width: 820px){
        div.SingleSearch {
                top: 87px;
                right: 28px;
        }
}
/*********************/
@media only screen and (max-width: 768px){
        div.SingleSearch {
                position: absolute;
                top: 46px;
                right: 35px;
        }
}
/*********************/
@media only screen and (max-width: 600px){
        div.SingleSearch {
                top: 60px;
                right: 35px;
        }
}
/*********************/
@media only screen and (max-width: 430px){
        div.SingleSearch {
                top: 43px;
                right: 35px;
        }
}


