<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*mIN-WIDTH*/
@media (min-width: 768px) {
     .container {
        width: 100%;
    }
    
    
}

@media (min-width: 992px) {
   .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width:1170px;
    }
}

/*MAX-WIDTH*/
@media (max-width: 767px) {
    .intro .intro__image img {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .intro .intro__text{text-align:center;}

    .articles .article_featured, .articles .article_list {
        width: 100%;
        margin-right: 0%;
        float: unset;
    }
    .footer .footer__content form{
        max-width: 480px;
        margin: 0 auto;
    }
    .articles .item .item_text p.summary {
        font-size: 14px;
        line-height: 18px;
    }
    /*.articles .article_list .item .item_image {
        max-width: 140px;
    }*/
     /*slide*/
    .owl__banner .item {
        height: 300px
    }
/*    .owl__banner.owl-theme img{height:500px}
*/    .header__title {
        font-size: 18px;
    }
    /*section*/
    .section__intro, .section__project, .section__article, .section__video, section__partners {
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .post .project,.post .product {
        margin-bottom: 2em;
    }
    .section__project .view-all,.section__product .view-all{margin-top:0px;}
    .section__header {
        margin: 15px 0 20px;
    }
     /*footer*/
    footer .footer-right{display:none;}
    .article__page .post .news__item .news__excerpt{font-size: 15px;line-height:1.6;}
    .section__header ._underline:before{display:none;}
}
@media (max-width: 600px) {
    /*slide*/
    .owl__banner .item {
        height: 250px
    }
/*    .owl__banner.owl-theme img{height:460px}
*/      .videos .video-single figure figcaption{    bottom: 10px;}
     .post .video-single figure figcaption .video__name{font-size: 19px;line-height:26px;}
}
@media (max-width: 500px) {
    .copyright .container &gt;div{float:unset!important; text-align:center;margin:0 auto;}
    .owl__banner .item {
        height: 200px
    }
/*    .owl__banner.owl-theme img{height:430px}
*/    .section__intro{margin-top:15px;}
    .article__page .post .news__item .news__excerpt,
    .related__list .post .news__item .news__excerpt{display:none;}
}
@media (min-width: 460px) and (max-width:600px) {
    .project .project__text{
        border: none;
        padding: 8px 0px;
        border-radius:0;
    }
    .project .project__title a{
        font-size: 16px;
    }
    .post .video-single figure .video__img .ico-play{display:none;}
     .videos .video-single figure figcaption{    bottom: 10px;}
    .post .video-single figure figcaption .video__name{font-size: 16px;line-height:22px;}
    .owl__banner .item {
        height: 180px
    }
}
@media (max-width: 460px) {
    .section__project .post
    {
        width:100%;
    }
    .videos  .post {width:100%;}
}
@media (min-width: 768px) and (max-width:991px) {
    
}

@media (min-width: 992px) and (max-width:1199px) {
    
}</pre></body></html>