.SingleSearch {
    width: 200px;
}
.SingleSearch .SearchBox {
        z-index: 999;
        position: absolute;
        right: calc((100vw - 1200px) / 2);
        bottom: 70px;
}
.SingleSearch .SearchBox .Text {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #DFDFDF;
    border-right: 0;
    color: #000;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    /* flex: 1; */
    font-size: 13px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 170px;
        font-family: 'Inter';
        color: #213121;
}
.SingleSearch .SearchBox .Button {
    background: #ffffff url(images/search.png) no-repeat scroll center center;
    display: inline-block;
    height: 30px;
    transition: none 0s ease 0s;
    width: 30px;
    background-size: 14px;
    background-position-x: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #DFDFDF;
    border-left: 0;
    flex: 1;
}
.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 !important;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
}
@media only screen and (max-width: 768px){
      div.SingleSearch {
            margin: 0 0 10px 0 !important;
            padding: 0 10px;
            top: 90px;
            position: absolute !important;
            width: 85vw;
            display: none;
        }
        div.SingleSearch .SearchBox{
                position: static;
                min-width: 100%;
                margin-top: 0;
        }
        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;
        }
}
