/* here you can put your own css to customize and override the theme */
html, body, .content h3, .content h4, .content h5, .content h6 {
    font-family: 'Microsoft YaHei';
}

.site-logo{
    padding-top:8px;
    padding-bottom:5px;
}
    .site-logo img{
        height:45px;
    }
    .facts-block .item strong span {
        font-size: 60px;
    }
.ab-trio {
    padding-top: 35px;
}
.carousel-slider .carousel-title-v1{
    font-size:50px;
}
@media (max-width: 992px) {
    .facts-block .item strong span {
        font-size: 16px;
    }
}
    .about_desc p {
        text-align: left;
        text-indent: 2em;
    }

.partners-block .row div {
    height:100px;
    padding-top:32px;
}
    .partners-block .row img{
        height:35px;
    }
    .copyright {
        text-align: center;
        font-size: 14px;
    }
        .copyright, .copyright a {
            color: #b0b0b0
        }
.copyright a {
    text-decoration: none
}