.banner-media.support-page-effect.support-page-size.support-page-color img {
    width: 100%;
}
.wrap-item figure {
    max-width: 100%;
}
#container-banner {
    position: relative;
    width: 100%;
}

#container-banner img {
    width: 100%;
}

#container-banner img.banner-desktop {
    display: block;
}

#container-banner img.banner-mobile {
    display: none;
}

#container-banner .wrapper-title-banner {
    position: absolute;
    width: 100%;
    height: 100%;
}

#container-banner .wrap-banner {
    max-width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#container-banner .title-page {
    position: absolute;
    color: #ffffff;
    font-family: Marcellus;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 0;
}
.page-template-our-new-page .wrap,
.post-type-archive-our-news .wrap {
    background: #FFF5EF;
}

.our-news-desc {
    display: block;
    padding-top: 122px;
    padding-bottom: 50px;
}

.title-desc {
    margin: 0;
    margin-bottom: 13px;
    font-size: 50px;
    line-height: 42px;
    color: #504658;
    font-weight: 400;
    font-family: "Marcellus";
    text-transform: uppercase;
    /* letter-spacing: 2.4px; */
    /* word-spacing: -9px; */
}

.our-news-desc .textwidget p {
    max-width: 480px;
    color: #504658;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.row-our-news {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
    min-height: 229px;
    margin: 41px auto;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.row-our-news .title-post {
    margin: 0;
    margin-bottom: 19px;
    min-height: 78px;
    margin-top: 7px;
}

.page-template-our-new-page .wrap-pagination,
.post-type-archive-our-news .wrap-pagination {
    margin-top: 10px;
}

.row-our-news a.btn-details.button.btn-forward:before {
    right: 9px;
}

.row-our-news a.btn-details.button.btn-forward:after {
    width: 52px;
}

.row-our-news a.btn-details.button.btn-forward {
    width: 180px;
}


.row-our-news .title-post .links {
    text-decoration: none;
    color: #504658;
    text-transform: initial;
    font-size: 18px;
    letter-spacing: 0;
    font-family: "Inter";
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
}

.row-our-news:hover .title-post .links {
    color: #f76d9d;
}

.row-our-news:hover {
    cursor: pointer;
}

.featured-img {
    display: inline-block;
    float: left;
    margin-top: -50px;
}

.row-our-news .featured-img figure {
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
}

.row-our-news .featured-img figure {
    max-width: 320px;
}

.featured-img img {
    border-radius: 3px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
}

.excerpt-main {
    padding-left: 80px;
    display: inline-block;
    float: left;
    width: calc(100% - 321px);
    width: -webkit-calc(100% - 321px);
    width: -moz-calc(100% - 321px);
}

.see-time {
    color: #504658;
    letter-spacing: 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 10px;
}

.content-post {
    color: #504658;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.excerpt-main a.btn-details.button.btn-forward {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Inter";
    letter-spacing: 0;
}

.excerpt-main a.btn-details.button.btn-forward:hover {
    text-decoration: none;
}

.row-our-news:hover .excerpt-main a.btn-details.button.btn-forward {
    color: #f76d9d;
}

.row-our-news:hover .btn-forward:before {
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
}

.row-our-news:hover .featured-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-transform-origin: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
}

@media screen and (min-width: 1600px) {
    #container-banner .wrap-banner {
        max-width: 1440px;
    }

    .container-our-news .block-image img {
        margin: 0 auto;
    }

}

@media only screen and (max-width: 999px) {
    #container-banner .wrap-banner {
        padding: 0 30px;
    }

    #container-banner .title-page {
        margin: 0;
    }

    .row-our-news .title-post .links {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}

@media only screen and (max-width: 860px) {
    .excerpt-main {
        padding-left: 40px;
    }
    .page-template-our-new-page .wrap-pagination,
    .post-type-archive-our-news .wrap-pagination {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 660px) {

    #container-banner img.banner-desktop {
        display: none;
    }

    #container-banner img.banner-mobile {
        display: block;
    }
    .page-template-our-new-page .our-news-desc,
    .post-type-archive-our-news .our-news-desc {
        display: none;
    }
    .page-template-our-new-page #primary,
    .post-type-archive-our-news #primary {
        padding: 0 23px;
    }

    #container-banner .title-page {
        font-size: 40px;
        bottom: 14px;
        left: 50px;
        margin-bottom: 0;
    }

    .row-our-news {
        display: block;
        max-width: 331px;
        margin: 0 auto;
        background: none;
        padding: 0;
    }

    .row-our-news:not(:last-child) {
        margin-bottom: 158px;
    }

    .row-our-news:last-child {
        margin-bottom: 20px;
    }

    .wrap-pagination {
        margin-bottom: 0;
    }

    .row-our-news:first-child {
        padding-top: 168px;
    }

    .item-ours {
        display: inline-block;
        background: #fff;
        border-radius: 5px;
    }

    .featured-img {
        width: 100%;
        text-align: center;
        margin-top: -120px;
        padding: 0 25px;
    }

    .featured-img img {
        max-width: 100%;
        margin: 0 auto;
    }

    .excerpt-main {
        width: 100%;
        padding: 2px 25px;
    }

    .row-our-news .see-time {
        margin-top: 8px;
        color: #898989;
    }

    .row-our-news .title-post {
        margin-top: 5px;
        margin-bottom: 14px;
    }

    .row-our-news .title-post .links {
        margin-bottom: 0;
        min-height: inherit;
        letter-spacing: 0;
        font-size: 20px;
        display: block;
    }

    .item-ours .wrap-btn {
        display: none;
    }

    .wrapper-our-news .wrap-pagination a.btn-details.button.btn-forward {
        margin-bottom: 100px;
    }
    .page-template-our-new-page .wrap-pagination,
    .post-type-archive-our-news .wrap-pagination {
        margin-bottom: 0;
        margin-top: 55px;
    }

}