.aui-product-bj {
    padding-top: 150px;
    width: 100%;
    height: 540px;
    text-align: center;
    color: #FFFFFF;
    background: url("../images/in-img/productBanner.jpg") no-repeat;
    background-size: 100% 100%;
    /* background-size: cover;  */
}

.aui-product-bj .product-banner-text h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
}

.aui-product-bj .product-banner-text h2 {
    font-size: 28px;
    line-height: 28px;
}

.aui-product-bj .product-banner-text p {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 12px;
}


/*  */

@media (min-width:992px) {
    #product .container {
        width: 992px;
    }
}

@media (min-width:1200px) {
    #product .container {
        width: 1200px;
    }
}

#product .container .row {
    margin: 80px 0;
}

#product .container:hover .aui-price-img {
    -moz-box-shadow: 7px 3px 13px 3px #dededeb0;
    box-shadow: 7px 3px 13px 3px #dededeb0;
}

.aui-product-text {
    padding-left: 100px;
    font-size: 28px;
}

.aui-product-background:nth-child(even) .aui-price-img {
    float: right;
}

.aui-product-background:nth-child(even) .aui-product-text {
    padding-left: 0;
    padding-right: 100px;
}

.aui-product-background:nth-child(add) {
    background: #fff;
}

.aui-product-background:nth-child(even) {
    background: #f3f5f7;
}

.aui-product-background:hover {
    /* background-color: #f7f5ed; */
    background: linear-gradient(90deg, rgba(4, 108, 255, .08), rgba(4, 108, 255, 0));
    ;
}

.aui-price-img {
    border: 10px solid rgb(243, 243, 243);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.aui-price-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-product-text h2 {
    font-size: 1em;
    text-align: justify;
    padding-bottom: 10px;
    /* color: #0041bd; */
}

.aui-product-text small {
    color: #666;
}

.aui-product-text p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
}

@media (max-width:991px) {
    .aui-product-text {
        font-size: 28px;
        text-align: center;
    }
    .aui-product-background .aui-product-text {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
    .aui-product-background:nth-child(even) .aui-product-text {
        padding-left: 0;
        padding-right: 0;
    }
    .aui-product-text h2 {
        text-align: center;
    }
}