/* Add here all your CSS customizations */
/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size:16px;
    }


    img.news-more{
        width:260px;
        height:auto;
    }

}

.slider-container .top-label{
    color:#524242;
    font-weight: 500;
}

.slider-container .main-label{
    color:#000000;
    font-weight: 300;
}

.slider-container .bottom-label{
    color:#000000;
}

.btn.app-store-logo{
    background: url("/static/img/app.png") no-repeat;width: 197px;height: 70px;border: none;
}

.project-box{ 
    width:100%;
    height:100%;
}

.project-item{
    padding:20px;
    width:100%;
    height:100%;
    color:#000000 !important;
    background-color:#ffffff;
}
.project-item-title{
    height:30px;
    line-height:30px;
}
.project-item-desc{
    padding-top:25px;
}

.project-item-op{
    padding-top:25px;
}

.btn.btn-primary{
    border:none;
    background-color:#46e5e8;
    border-color:#33d5e5;
}

.fas-primary{
    color:#ffffff !important;
    
}

@media (orientation:portrait) {
    .tp-bgimg.defaultimg{
        background-image: url('/static/img/slides/biup-mobile.jpg') !important;
        background-size: cover;
    }

    img.news-more{
        width:120px;
        height:auto;
    }
}
.tp-bgimg.defaultimg{
    background-size: cover;
}
.news{

}

.news .news-date{
    color:#979797;
}
.news .news-title{
    color:#33d5e5;
}
.news .news-sum{
    color:#777777;
}
.news .news-url{
    color:#33d5e5;
}




