.banner-text-area {
    left: 18%;
    top: 12%;
    height: auto;
    padding: 0;
    color: #000;
    border: 0;
}

.banner-title {
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.banner-desc {
    font-size: 1.2vw;
    width: 65%;
    line-height: 2.5vw;
    /*font-weight: bold;*/
}

.banner-download-area {
    background: rgba(247, 247, 247, 0.9);
    float: left;
    width: 100%;
    padding: 1vw;
    border-radius: 5px;
    margin-top: 5%;
}

.banner-download-item {
    float: left;
    text-align: center;
    width: 24.5%;
}
.item-img {
    text-align: center;
    width: 100%;
}

.item-img img {
    margin: 0 auto;
    height: 4.5vw;
}

.item-name {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.banner-bg {
    background: #4FB1E2;
    position: absolute;
    height: 100%;
    width: 40%;
    top:0;
    left: 0;
}

.banner-title-0 {
    position: absolute;
    top: 7%;
    left: 42%;
    background: #4FB1E2;
    font-size: 3.8vw;
    font-weight: bold;
    padding: 0 1vw;
    opacity: 0.9;
}

.item-btn {
    color: #4FB1E2;
}

.data-item-title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 86px;
    margin-bottom: 50px;
}

.data-item-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 30px;
}

.data-item-downloads {
    width: 100%;
    float: left;
}

.data-item-down-item {
    width: 18%;
    float: left;
    text-align: center;
    margin-right: 5%;
}


.data-item-img {
    /*width: 100%;*/
    margin: 0 auto;
    height: 62px;
}

.data-item-img img {
    margin: 0 auto;
}

.data-item-name {
    margin-top: 5px;
    margin-bottom: 5px;
}

.content-body-row {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .m-data-item {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 15px;
        box-shadow: 3px 10px 15px 0px rgba(53,53,53,0.14);
    }

    .col-xs-12:last-child {
        margin-bottom: 40px;
    }

    .m-data-title {
        font-size: 5vw;
        font-weight: bold;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    .m-data-desc {
        margin-bottom: 4vw;
        font-weight: bold;
    }

    .m-data-link {
        color: #4FB1E2;
    }

    .banner-text-area-project {
        width: auto;
        text-align: center;
        height: 64%;
        /* padding-bottom: 5%; */
        padding-top: 3%;
        opacity: 0.9;
        margin-top: 3%;
    }

    .banner-text-2-project {
        font-size: 6vw;
        margin-bottom: 8%;
        margin-top: 4%;
    }
}