@media(min-width:767px) and (max-width:1024px) {

}@media only screen and (min-width:480px) and (max-width:767px) {

}@media(min-width:320px) and (max-width:480px) {

}@media(max-width:767px) {

}
@media (max-width: 991.98px) {
    main{
        padding-top: 0px;
    }

    .side-nav.active {
        display: none;
    }

    .intro .row:nth-child(even) .title {
        text-align: left;
    }

    .desciption p {
        width: 100%;
        margin-bottom: 24px;
    }

    .commitment-img {
        margin-bottom: 24px;
    }

    .commitment ul li:nth-child(5) {
        width: 90%;
    }
}
@media (max-width: 768px){
    .service-list .item {
        width: 12rem;
    } 
    .slicknav_menu{
        display: block;
        color: transparent;
    }
    .logo-main{
        width: 120px;
        margin-top: 10px;
    }
    .service-list {
        flex-wrap: wrap;
    }
    .news-list-3 .new-img{
        width: 100%;
        height: 200px;
        margin: 10px 0;
    }
    .title{
        font-size: 20px;
    }
    .slogan-logo{
        font-size: 10px;
    }
    .commitment ul li:nth-child(even),.commitment ul li:nth-child(3) {
        margin-left: 0;
    }
    .commitment ul li:nth-child(5) {
        width: 100%;
    }
    .customer-list {
        gap: 0px;
    }
    .customer-item {
        flex: auto;
    }    
    .content h4 {
        font-size: 24px;
    }
    .menu-tab {
        flex-wrap: nowrap;
        overflow-y: scroll;
        justify-content: left;
        scrollbar-width: none;
    }
    .menu-tab button {
        white-space: nowrap;
    }
}

@media (max-width: 576px){	
    .breadcrumb {
        padding: 20px 0 0;
    }
    .commitment,.section,.intro {
        padding-block: 20px;
    }
    .intro .row:last-child {
        margin-bottom: 0;
    }
    .intro p {
        width: 100%;
    }
    .commitment ul li .number {
        width: 40px;
        height: 40px;
    }
    .commitment ul li .number span {
        font-size: 16px;
    }
    .commitment ul li .content h3 {
        font-size: 16px;
    }
    .commitment ul li .content p,.desciption p {
        font-size: 14px;
        line-height: 1.2;
    }
}
