@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 991px) {
    .afterScrollLogo {
        visibility: hidden;
    }
    
    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .news-view-content h1 span {
        margin-top: 15px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }

}

@media screen and (max-width: 767px) {
    .afterScrollLogo {
        visibility: hidden;
    }

    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .news-view-content h1 span {
        margin-top: 15px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }

}

@media screen and (max-width: 479px) {
    .afterScrollLogo {
        visibility: hidden;
    }
    
    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .news-view-content h1 span {
        margin-top: 15px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }
    
}
