.section-banner {

}

.section-banner .section-title {
    margin-top: 200px;
}

.section-banner .section-title .img {
    width: 135px;
    margin-bottom: 16px;
}

.section-about {
    padding: 80px 0 0;
}

.section-about .section-title {
    margin-bottom: 44px;
}

.section-about .section-left.msg {
    padding-right: 17px;
}

.section-about .section-right.msg {
    padding-left: 17px;
}

.section-brand {

}

.section-brand .msg {
    margin-top: 48px;
}

.section-company {

}

.section-company .section-title {

}

.section-company .section-center {

}

.section-news {

}

.section-news .list-news {

}

.section-news .item-news {
    max-width: 386px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.section-news .item-news .contain-img {
    position: relative;
    margin-bottom: 3%;
}

.section-news .item-news .contain-img .img {
}

.section-news .item-news .contain-img .title {
    position: absolute;
    top: 43%;
    left: 30px;
    font-size: 26px;
    line-height: 40px;
}

.section-news .item-news .link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 25px;
}

.section-contact {
    padding-bottom: 80px;
}

.section-contact .contain-img {

}

.section-contact .contain-img .img {
    margin: 0 auto;
}

.section-contact .contain-img .text {
    margin-top: 22px;
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {

    .section-company .section-center {
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media screen and (max-width: 1000px) {

    .section-banner .section-title {
        margin-top: 0;
    }

    .section-about .section-right.msg {
        padding-left: 0;
    }

    .section-brand .msg {
        margin-top: 30px;
    }

    .section-company .section-center {
        max-width: 700px;
    }

}

@media screen and (max-width: 750px) {

    .section-news .list-news.flex {
        display: block;
    }

    .section-news .item-news {
        display: block;
    }

    .section-news .item-news .contain-img .img {
        width: 100%;
    }

}