.hero-section .edition-btn {
    display: inline-flex;
    align-items: center;
    color: var(--white);
    padding: 20px 34px;
    min-height: 87px;
    transform: skewX(30deg);
    transition: all 0.4s;
    min-width: 405px;
    justify-content: center;
    margin-left: -40px;
}
.hero-section .edition-btn span{
    font: inherit;
    transform: skewX(-30deg);
}
.hero-section .edition-btn img{
    margin-right: 20px;
    transform: skewX(-30deg);
}
.hero-section .edition-btn:hover{
    background-color: var(--blue);
}
.hero-section .bottom-panel .col-left{
    width: auto;
}
.newsletter-sec {
    margin: 75px 0 90px;
}
.newsletter-sec .latest-new-box .title {
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 90px;
    display: flex;
    line-height: 125%;
}
.newsletter-sec .latest-new-box {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--blue);
    height: 100%;
}
.latest-new-box .content {
    padding: 25px 10px 10px 20px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.latest-new-box .content .btn-icon img{
    transform: rotate(-90deg);
}
.newsletter-sec .col{
    width: 25%;
    margin-bottom: 40px;
}
.newsletter-sec .row{
    justify-content: center;
}
.newsletter-sec .latest-new-box .img-wrapper img{
    transition: all 0.3s;
}
.newsletter-sec .latest-new-box .img-wrapper{
    padding-top: 103%;
    overflow: hidden;
    transition: all 0.3s;
}
.newsletter-sec .latest-new-box:hover .img-wrapper{
    transform: translateY(-10px);
}
.newsletter-sec .latest-new-box:hover .img-wrapper img{
    transform: scale(1.1);
}

/* Previous newsletter section css start */
.prev-news-sec{
    margin: 66px 0 110px;
}
.prev-news-sec .row{
    justify-content: center
}
.prev-news-sec .col{
    width: 25%;
    margin-bottom: 40px;
}
.prev-news-sec .prev-news-box {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding-top: 100%;
}
.prev-news-sec .prev-news-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.prev-news-sec .prev-news-box .content .date{
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
    color: var(--white);
    letter-spacing: 0.03em;
}
.prev-news-sec .prev-news-box .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}
.prev-news-sec .prev-news-box:hover .bg-img{
    transform: scale(1.2);
}
.prev-news-sec .prev-news-box h4{
    color: var(--white);
    min-height: 90px;
    margin-bottom: 0;
    line-height: 124%;
}
.prev-news-sec .prev-news-box .btn-icon img {
    transform: rotate(-90deg);
}
.prev-news-sec .prev-news-box:hover .btn-icon {
    background: linear-gradient(133.59deg, var(--red) 0%, var(--blue) 100%);
}
.prev-news-sec .prev-news-box .bg-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.37%);
    width: 100%;
}
.prev-news-wrap .title {
    text-align: center;
    margin-bottom: 40px;
}
.filter .form-control{
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    width: 100%;
    color: #9D9D9D;
    font-size: 16px;
    font-weight: 400;
    padding: 21px 22px;
    background: transparent;
    letter-spacing: 0.03em;
    background-repeat: no-repeat;
}
.filter select.form-control{
    background-image: url(../images/select-grey.svg);
    background-position: calc(100% - 20px) 50%;
    appearance: none;
    padding-right: 35px;
}
.filter .search-news.form-control{
    background-image: url(../images/search-blue.svg);
    background-position: 24px 50%;
    padding-left: 58px;
}
.filter .form-control::-webkit-input-placeholder{color: #9D9D9D;opacity: 1}
.filter .form-control::-moz-placeholder{color: #9D9D9D;opacity: 1}
.filter .form-control:-ms-input-placeholder{color: #9D9D9D;opacity: 1}
.filter .form-control::-ms-input-placeholder{color: #9D9D9D;opacity: 1}
.filter .form-control::placeholder{color: #9D9D9D;opacity: 1}
.prev-news-wrap {
    margin-top: 25px;
}
/* Previous newsletter section css end */


@media only screen and (max-width: 1366px) {
    .hero-section .edition-btn {
        min-height: 64px;
        padding: 17px 34px;
        min-width: 370px;
    }

    /* Previous newsletter section css start */
    .prev-news-sec .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .prev-news-sec .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    /* Previous newsletter section css end */
}
@media only screen and (max-width: 1199px) {
    .newsletter-sec .col{
        width: 33.33%;
    }
    .newsletter-sec {
        margin: 75px 0 50px;
    }

    /* Previous newsletter section css start */
    .prev-news-sec .col{
        width: 33.33%;
    }
    .prev-news-wrap .title{
        margin-bottom: 30px;
    }
    .prev-news-sec {
        margin: 66px 0 80px;
    }
    /* Previous newsletter section css end */
}
@media only screen and (max-width: 991px) {
    .hero-section .edition-btn{
        min-width: 350px;
    }
    .newsletter-sec .col {
        width: 50%;
    }
    .newsletter-sec {
        margin: 60px 0 40px;
    }

    /* Previous newsletter section css start */
    .prev-news-sec .col{
        width: 50%;
    }
    .prev-news-sec .pagination {
        margin-top: 20px;
    }
    /* Previous newsletter section css end */
}
@media only screen and (max-width: 767px) {
    .hero-section .edition-btn {
        min-width: auto;
        background-color: var(--blue);
        margin: 0 0 0 -20px;
        transform: unset;
        width: calc(100% + 40px);
        justify-content: start;
        padding: 10px 20px;
        min-height: 45px;
    }
    .hero-section .edition-btn img,.hero-section .edition-btn span{
        transform: unset;
    }
    .hero-section .edition-btn img{
        max-width: 20px;
        margin-right: 15px;
    }
    body .hero-section.inner-banner .bottom-panel .col-right {
        padding-bottom: 0;
    }
    body .hero-section.inner-banner .bottom-panel{
        position: relative;
    }
    .newsletter-sec .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .hero-section .bottom-panel .col-left {
        width: 100%;
    }
    .newsletter-sec {
        margin: 75px 0 25px;
    }
    body .hero-section.inner-banner .hero-slider .hero-content {
        bottom: 25px;
    }

    /* Previous newsletter section css start */
    .prev-news-sec .prev-news-wrap .col{
        width: 100%;
    }
    .filter .search-news.form-control{
        padding-left: 46px;
        background-position: 12px 50%;
    }
    .filter select.form-control{
        background-position: calc(100% - 10px) 50%;
    }
    .filter .form-control{
        padding: 21px 13px;
    }
    .prev-news-sec .filter .col{
        padding: 0 5px;
    }
    .prev-news-sec .filter .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .prev-news-sec {
        margin: 66px 0 58px;
    }
    /* Previous newsletter section css end */
}
@media only screen and (max-width: 380px) {
    /* Previous newsletter section css start */
    .filter .form-control {
        padding: 18px 10px;
        font-size: 14px;
    }
    .filter select.form-control{
        padding-right: 28px;
    }
    .filter .search-news.form-control{
        padding-left: 40px;
    }
    /* Previous newsletter section css end */
}