.icon-color-index {
    color: blueviolet;
}

.btn-radius {
    border-radius: 10px
}

.input-radius {
    border-radius: 10px;
}

.align-justify {
    text-align: justify;
    text-justify: inter-word
}

.change-logo {
    content: url(../assets/logo.png);
    width: 250px;
    height: 35px;
}

.change-logo-huav {
    content: url(../assets/logo_huav.png);
    width: 200px;
    height: 35px;
}


 


@media (min-width: 560px) and (max-width: 1300px) {
    .change-logo {
        content: url(../assets/logo_min_sm.png);
        width: 40px;
        height: 35px;
    }
    
    .change-logo-huav {
        content: url(../assets/logo_min_huav.png);
        width: 40px;
        height: 35px;
    }
}

@media (min-width: 0px) and (max-width: 560px) {
    .change-logo {
        content: url(../assets/logo_min_sm.png);
        width: 40px;
        height: 35px;
    }
    
    .change-logo-huav {
        content: url(../assets/logo_min_huav.png);
        width: 40px;
        height: 35px;
    }
}