.SingleSearch {
        /* margin-left: 976px; */
        margin-bottom: 7px;
        /* position: absolute; */
        width: 100%;
        z-index: 999;
        min-width: calc(100% - 40px);
        margin-top: 7px;
}
.SingleSearch .SearchBox {
        display: inline-block;
        /* position: absolute; */
        right: 0;
        /* width: 250px; */
}
.SingleSearch .SearchBox  .TextLink{
    height: 33px;
    background: #e6e6e6;
    color: #787878;
    line-height: 33px;
    padding: 0 10px;
        font-weight: bold;
    text-decoration: none;
}
.SingleSearch .SearchBox .Text {
       background: #fff;
    border: medium none;
    color: #000;
    float: left;
    height: 33px;
    margin: 0;
    padding: 0 6px;
    flex: 1;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #ddd;
        line-height: 36px;
        border-radius: 4px 0 0 4px;
}
.SingleSearch .SearchBox .Button {
        background: #e1e1e1 url(images/s.png) no-repeat scroll center center;
        display: inline-block;
        height: 33px;
        transition: none 0s ease 0s;
        width: 33px;
        border-radius: 0 4px 4px 0!important;
}
.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;
            position: absolute!important;
                bottom: -5px;
                padding-left: 15px!important;
                left: 0
        }
        .SingleSearch .SearchBox .Text{
        	padding-left: 10px!important;
                height: 32px!important;
                 border-radius: 4px 0 0 4px;
        }
        .SingleSearch .SearchBox .Button{
        width: 34px !important;
        height: 32px !important;
                border-radius: 0 4px 4px 0;!important
        }
        
}
@media only screen and (max-width: 768px){
        div.SingleSearch {
                margin: 0 0 10px 0 !important;
                padding: 0 10px;
        }
        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 4px 4px 0 !important;
                margin: 0 !important;
        }
        div.SingleSearch .SearchBox .Text{
                padding: 5px !important;                     
        }
}
