.section-progress {
    background-color: #fff;
    padding-top: 160px;
    margin-bottom: -10%;
}

.section-para {
    background: url(../../project-update/img/bg-project-update.jpg) top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.section-progress-inner {
    background: url(../../project-update/img/bg-progress.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 600px;
    box-shadow: 0 19px 38px rgba(23, 28, 143, 0.1);
    padding: 70px 80px;
    position: relative;
    z-index: 2;
}

.section-progress .container:after {
    content: '';
    background: url(../../home/img/bg/shape-location.png) right;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 300px;
}

.single-progressbar {
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-progressbar .title {
    font-size: 12px;
    line-height: 35px;
    color: #868a8d;
}

.percentCount {
    float: right;
    margin-top: -50px;
    font-size: 27px;
    line-height: 35px;
    color: #000;
}

.section-news {
    background-color: #fafafa;
    overflow: hidden;
}

.section-news-inner {
    margin-right: -15px;
    margin-left: -15px;
}

.button-list-news {
    margin-top: 40px;
}

.section-news-detail {
    padding-top: 160px;
}

#entry-content {
    position: relative;
}

.entry-content {
    line-height: 1.7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 40px 0 20px;
    margin: 30px 0;
}

.swiper-slide-image img {
    max-width: inherit;
}

.sc-social-mobile {
    display: none;
    margin-top: 15px;
}

.sc-social-mobile p,
.sc-social-mobile ul,
.sc-social-mobile li {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.sc-social.sc-social-mobile ul {
    height: 25px;
    margin: 5px 0;
    overflow: hidden;
}

.sc-social.sc-social-mobile p {
    margin: 5px 10px 5px 0;
}

.sc-social.sc-social-mobile li {
    margin: 0 6px;
}

.sc-social-fix {
    position: absolute;
    left: -6%;
    top: 5px;
    height: 100%;
}

.sc-social p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.sc-social li a i {
    font-size: 16px;
}

.sc-social li {
    text-align: center;
    margin: 10px 0;
}

.sc-social li a {
    display: inline-block;
}

.entry-heading {
    margin-top: 50px;
}

.entry-heading .heading-h3 {
    font-size: 30px;
    color: #171c8f;
}

.entry-date {
    font-size: 12px;
    color: #868a8d;
    margin-top: 15px;
}

.entry-content .image {
    border-radius: 0;
    text-align: center;
}

.entry-content .image img {
    width: 100%;
}

.entry-content p,
.entry-content ol li,
.entry-content ul li {
    color: #333;
}

.entry-content strong {
    color: #777;
}

.entry-content a {
    text-decoration: underline;
    color: #777;
}


.entry-content img {
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    line-height: 1.3;
    margin-bottom: 15px;
}

/*
.entry-content b,
.entry-content strong {
    font-family: 'DINAlternateBold', Helvetica, Arial, sans-serif;
}*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content b,
.entry-content strong {
    color: #000;
}

.entry-content ol li,
.entry-content ul li,
.entry-content p {
    color: #5a5a5a;
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
    margin-bottom: 10px;
}

.entry-content ol li {
    list-style: decimal;
}

.entry-content ul li {
    list-style: disc;
}



.swiper-related {
    margin: 0;
    overflow: visible;
    z-index: inherit;
}

@media (min-width: 1025px) {
    .section-news-inner {
        margin-right: -45px;
        margin-left: -45px;
    }

    .section-progress .container:after {
        right: -15px;
        bottom: -35px;
    }

}

@media (max-width: 1024px) {
    .sc-social-mobile {
        display: block;
    }

    .sc-social-fix {
        display: none;
    }
}

@media (max-width: 991px) {

    .section-progress {
        padding-top: 140px;
    }

    .section-news-detail {
        padding-top: 140px;
    }

    .swiper-related {
        max-width: 600px;
    }

    .section-related:after {
        content: "";
        display: block;
        width: 130px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        pointer-events: none;
        right: -1px;
        background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
        background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .section-progress-inner {
        background: #fff;
    }

}

@media (max-width: 767px) {
    .section-progress {
        margin-bottom: -150px;
        padding-top: 100px;
    }

    .section-para {
        background: url(../../project-update/img/bg-project-update-m.jpg) center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-progress .container:after {
        height: 200px;
        background-size: contain;
    }

    .entry-heading {
        margin-top: 30px;
    }

    .section-news-detail {
        padding-top: 100px;
    }

    .entry-heading .heading-h3 {
        font-size: 25px;
    }

    .entry-content {
        padding: 30px 0 10px;
        margin: 20px 0;
    }

    .section-progress-inner {
        padding: 50px 40px;
    }

    .sc-percent {
        margin: 10px 40px 30px;
    }

    .txt-bpercent,
    .bpercent-inner {
        margin-bottom: 30px;
    }



    .percentCount {
        font-size: 20px;
    }

    .button-list-news {
        margin-top: 20px;
    }

    .swiper-related {
        max-width: 300px;
    }

    .section-related:after {
        width: 60px;
    }
}

@media (max-width: 320px) {
    .section-progress-inner {
        padding: 40px 20px;
    }

    .single-progressbar {
        margin-top: 20px;
        margin-bottom: 20px;
    }


}
