.SingleSearch {
        /* margin-left: 976px; */
        margin-bottom: 10px;
        /* position: absolute; */
        width: 100%;
        z-index: 999;
        min-width: 100%;
        margin-top: 10px;
}
.SingleSearch .SearchBox {
        display: inline-block;
        /* position: absolute; */
        right: 0;
        /* width: 250px; */
}
.SingleSearch .SearchBox  .TextLink{
    height: 36px;
    background: #e6e6e6;
    color: #787878;
    line-height: 36px;
    padding: 0 10px;
        font-weight: bold;
    text-decoration: none;
}
.SingleSearch .SearchBox .Text {
       background: #fff;
    border: medium none;
    color: #000;
    float: left;
    height: 36px;
    margin: 0;
    padding: 0 6px;
    flex: 1;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #ddd;
        line-height: 36px;
}
.SingleSearch .SearchBox .Button {
        background: #004370 url(images/s.png) no-repeat scroll center center;
        display: inline-block;
        height: 33px;
        transition: none 0s ease 0s;
        width: 33px;
}
.SingleSearch .SearchBox .Button:hover {
}
.SingleSearch span.mic {
        height: 30px;
        width: 30px;
        background: #eeeeee url(https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/microphone.png);
        color: transparent;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
}
@media only screen and (max-width: 1023px) {
        .SingleSearch {
        	width: auto!important
        }
        
}
@media only screen and (max-width: 768px){
        div.SingleSearch {
                margin: 0 0 10px 0 !important;
                padding: 0 10px;
                display: none;
        }
        div.SingleSearch .SearchBox{
                position: static;
                min-width: 100%;
        }
        div.SingleSearch .SearchBox .Button{
                margin-right: 0 !important;
                min-height: 30px;
                min-width: 30px;
                border-radius: 0 !important;
                margin: 0 !important;
        }
        div.SingleSearch .SearchBox .Text{
                padding: 5px !important;
                height: unset !important;
        }
}
