@media (min-width:768px) and (max-width: 991px) {
    .UIBanner {
        padding-left: 0% !important;
        float:left;
    }

    .UIBanner img {
        width: 350px;
    }
    .UISearch{
        position:absolute;
        right: 0;
        top: -85px;
    }
}

@media(max-width:767px){
    .UISearch{
        width:100%;
        margin-bottom:10px;
        margin-top: 10px !important;
    }
    .UISearch .SearchBorder,.UISearch .SearchWrap{
        width:100% !important;
    }
    .UISearch .searchBox{
        width: 100% !important;
    }
    .UIBanner img {
        width: 350px;
        max-width:100%;
    }
}

.UIBanner {
    padding-left: 10px;
}

.UIBanner span.icon.fa.fa-phone.icon {
    background: #00a1e4;
    color: #fff;
    padding: 5px;
    border-radius: 100px;
    width: 25px;
    text-align: center;
}
.UIBanner a {
    display: inline-block; /* Hoặc block, để thẻ <a> có thể nhận kích thước */
    width: 630px;
    height: 100px; 
}

.UIBanner img {   
    width: 100%;
    height: 100%;  
    object-fit: contain;   
    image-rendering: high-quality;
}
