.section {

}

.section .section-title {

}

.section .section-left {

}

.section .section-right {

}

.page-product .section-banner {
    padding-top: 70px;
}

.section-product {
    padding: 96px 0 90px;
}

.section-product .section-title {
    margin-bottom: 44px;
}

.section-product .list-control {

}

.section-product .list-control .item-control {

}

.section-product .list-control .item-control .btn {
    width: 220px;
}

.section-product .contain-img {
    width: 60%;
}

.section-product .msg {
    width: 40%;
    max-width: 700px;
}

.section-product .section-left.msg {
    padding-right: 17px;
}

.section-product .section-right.msg {
    padding-left: 17px;
}

@media screen and (max-width: 1200px) {

    .section-product .msg {
        padding: 17px !important;
    }

}