




@media (max-width: 991px) {
    #logo img{
        max-width: 75px;
    }
    #navbarSupportedContent{
        box-shadow: 0px 0px 5px 5px #b6c3ff50;
        border-radius: 10px;
        margin: 1rem;
        overflow: hidden;
    }
    #navbarSupportedContent ul{
        padding: 0 0.3rem;
    }
    #nav-item{
        padding: 0.7rem 0.5rem;
        border-bottom: 1px solid #b6c3ffb4;
    }
    #nav-item i{
        margin-left: 0.6rem;
        font-size: 17px;
        display: flex;
    }
    #nav-item.login-nav-item{
        border: none !important;
    }
    .content-home h2{
        font-size: 35px;
        line-height: 50px;
    }
    
}
@media (max-width:768px) {
    #about-more-list ul li{
        width: 100%;
    }
}
@media (max-width:767px) {
    #home{
        text-align: center;
        padding: 50px 0;
    }
    .content-home h2{
        font-size: 30px;
    }
    .home-linls{
        justify-content: center;
    }
    #title-section{
        font-size: 20px;
    }
}
@media (max-width: 550px) {
    #topbar{
        padding: 12px 0;
    }
    #topbar .header-top-wrp{
        justify-content: center;
        gap: 0.8rem;
    }
    #topbar .header-top-wrp .info{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }
   
    .header-top-wrp .info li{
        margin: 0 !important;
    }
}
@media (max-width:425px){
    .header-top-wrp .link-info{
        display: none;
    }
    #card-comment{
        flex-direction: column;
        justify-content: center;
        
    }
}