.section-intro-product {
    /*background: linear-gradient(82deg, rgba(10, 25, 58, 1) 0%, rgba(15, 16, 60, 1) 60%, rgba(10, 11, 38, 1) 97%);*/
    background: #062350;
}

.title-product-detail {
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
}
.intro-product {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.imgIntroProduct {
    width:100%;
    height: auto;
    border-radius: 12px;
}

.btnPortforlio {
    background: #fff;
    color: #000;
}

.btnBrocture {
    padding: 10px;
    color: #fff;
    background: #1581BF;
    border-radius: 4px;
}

.row .abouts-desc-product {
    color: #fff;
    padding-top: 12px;
}

.title-product-item {
    color: #fff;
}

.feature-item-product {
    background: #062350;
    color: #fff;
}

.title-why {
    color: #fff;
}
.st-product-header {
    height: 100px;
}
.slogan-product-item {
    margin-top: 40px;
}
#supportContact {
    background: #062350;
}
.st-technology, .st-why-item {
    background: #062350;
}

.contact-product {
    color:#fff !important;
}

.text-contact, .form-title {
    color: #fff !important;
}

@media screen and (max-width : 1000px) {
    .imgIntroProduct {
        margin-top: 30px;
    }
}