@media (min-width: 768px) and (max-width: 1024px) {
    .u_box {
        height: 180px;
    }
    
    .slider_index {
        width: auto;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 50px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .fo_box img {
        width: auto;
        height: 45px;
    }
    
    #header1 .navbar-brand img {
        height: 60px;
    }
}