.SingleSearch {
        display: none;
        margin: 0 auto;
        /* position: absolute; */
        z-index: 999;
        /* margin-top: 10px; */
        width: 1160px;
}
.SingleSearch .SearchBox {
        z-index: 999;
        position: absolute;
        right: calc((100vw - 1200px) / 2);
        /* bottom: 70px; */
        width: 235px;
        float: right;
        border: 1px solid #1154b6;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 1px;
}
.SingleSearch .SearchBox .Text {
        background: #ffffff none repeat scroll 0 0;
        border: none;
        border-right: 0;
        color: #000;
        float: left;
        height: 35px;
        margin: 0;
        padding: 0 10px;
        /* flex: 1; */
        font-size: 13px;
        /* border-top-left-radius: 20px; */
        /* border-bottom-left-radius: 20px; */
        width: 200px;
        font-family: 'Inter';
        color: #213121;
}
.SingleSearch .SearchBox .Button {
        background: #034494 url(https://storage-vnportal.vnpt.vn/bdg-khdn/themes/tthtdoanhnghiep/uisinglesearch/images/s.png) no-repeat scroll center center;
        display: inline-block;
        height: 35px;
        transition: none 0s ease 0s;
        width: 35px;
        background-size: 15px;
        /* background-position-x: 5px; */
        /* border-top-right-radius: 20px; */
        /* border-bottom-right-radius: 20px; */
        border: none;
        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: var(--padding-box-mb);
                top: calc(102px);
                position: absolute !important;
                width: 90vw;
                display: block !important;
                margin: 0;
        }
        div.SingleSearch .SearchBox{
                position: static;
                min-width: 100%;
                margin-top: 0;
                border: 1px solid transparent;
        }
        div.SingleSearch .SearchBox .Button{
                margin-right: 0 !important;
                min-height: 30px;
                min-width: 30px;
                border-radius: 0 !important;
                margin: 0 !important;
                background-color: var(--color-red);
        }
        div.SingleSearch .SearchBox .Text{
                padding: 5px !important;
                height: 30px!important;
                width: 70% !important;
        }
}
