@media (min-width: 767px) {
    .wrap {
        margin: 0 auto;
        width: 80%;
    }
}

.news-banner {
    padding-top: 200px;
    padding-bottom: 140px;
    background: var(--bg-img) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.news-banner h1 {
    margin: 0;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.news-banner p {
    margin: 20px 0 0;
    font-family: Georgia, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media (min-width: 767px) {

    .news-banner {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {

    .news-banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .news-banner h1 {
        font-size: 48px;
    }

    .news-banner p {
        font-size: 18px;
    }
}


/* bread */
/*#region*/
.bread-wrap {
    background: var(--another-green);
    box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.5);
}

.bread-category {
    padding: 15px 0;
    text-align: center;
}

.bread-category a {
    position: relative;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.bread-category a:not(:last-child) {
    margin-right: 80px;
}

@media (min-width: 767px) {

    .bread-category a:after {
        content: '';
        position: absolute;
        left: 120%;
        right: -20%;
        bottom: 0;
        height: 3px;
        background: #fff;
        opacity: 0;
        transition: all ease-in-out .2s;
    }

    .bread-category a:hover:after {
        left: 0;
        right: 0;
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .bread-category a:not(:last-child) {
        margin-right: 30px;
    }

    .bread-category a {
        font-size: 18px;
    }
}

/*#endregion*/


.news-wrap {
    padding: 80px 0;
}

.news-head {
}


.news-head h2,
.news-body h2 {
    margin: 0 0 40px;
    position: relative;
    font-family: "Georgia", sans-serif;
    font-size: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

.news-head h2:before,
.news-head h2:after,
.news-body h2:before,
.news-body h2:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #000;
}

.news-head h2 span,
.news-body h2 span {
    background: #fff;
    max-width: 90%;
    padding: 0 25px;
    color: #565656;
}

.item {
    border-radius: 3px;
    overflow: hidden;
}

.item .txt h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.item .txt h5 a {
    color: #5a5a5a;
}

.item .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.news-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-thumb img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    height: 100%;
    transform: scale(1.01) translate(-50%, -50%);
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg)
}

.news-thumb:after {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s ease-out;
}

/*news: part 1*/
.news-head h2 {
    font-weight: 600;
}

.news-one .news-thumb {
    padding-bottom: calc(0.56 * 100%);
}

.news-one img {
    width: 100%;
}

.news-one .txt {
    margin-top: 20px;
    padding: 20px 30px;
}

.news-one .txt h5 {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.news-one .txt h5 a {
    color: #333;
}

.news-one .txt p {
    margin: 0 0 25px;
    line-height: 1.7;
}

.news-one .txt .more {
    font-size: 16px;
}

.news-one .txt .more a {
    color: #5a5a5a;
    text-decoration: none;
}

/*news: part 2*/

.news-two {
}


.news-two .img {
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 20px;
}

.news-two .news-thumb {
    padding-bottom: calc(1.05 * 100%);
    width: 100%;
}

.news-two .txt {
    padding: 18px 12px 0 0;
}

.news-two .txt h5 {
    margin: 0 0 12px;
}

.news-two .txt p {
    margin: 0;
}

/*news: part 3*/

.news-body {
    margin-top: 40px;
}

.news-body h2 {
    font-size: 36px;
    font-weight: bold;
}

.news-three {
}

.news-three .news-thumb {
    padding-bottom: calc(0.57 * 100%);
    width: 100%;
}

.news-three .txt h5 {
    margin: 0 0 15px;
}

.news-three .txt p {
    margin: 0 0 15px;
}

@media (min-width: 768px) {

    .news-head .this {
        max-width: 55%;
    }

    .news-head .that {
        max-width: 44%;
    }

    .news-one:hover, .item:hover {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    }

    .news-one:hover .news-thumb:after, .item:hover .news-thumb:after {
        opacity: .5;
    }

    .news-one {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        transition: filter .2s;
    }

    .news-two .item {
        margin-bottom: 30px;
        display: flex;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        transition: filter .2s;
    }

    .news-three .item {
        margin-bottom: 30px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        transition: filter .2s;
    }

    .news-three .txt {
        margin-top: 20px;
        padding: 0 15px;
        min-height: 240px;
    }
}


@media (max-width: 767px) {
    .wrap {
        margin: 0 20px;
    }

    .news-wrap {
        padding: 20px 0;
    }

    .item {
        margin-left: -10px;
        margin-right: -10px;
    }

    .item .txt {
        padding: 10px;
    }

    .item .txt h5 {
        font-size: 16px;
    }

    .item .txt p {
        font-size: 16px;
        font-weight: 300;
    }

    .news-head {
        margin-bottom: 20px;
    }

    .news-head h2,
    .news-body h2 {
        margin: 0 0 20px;
    }

    .news-head h2,
    .news-body h2  {
        font-size: 26px;
    }

    .news-one {
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-one img {
        width: 100%;
    }

    .news-one .txt {
        padding: 10px 20px 6px;
    }

    .news-one .txt h5 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .news-one .txt h5 a{
        color:#333;
    }

    .news-one .txt p{
        font-weight: 300;
    }
}

@media (min-width: 767px) {
}

@media (max-width: 767px) {

}

/*#endregion*/

/* sub menu toggle */
/*#region*/
.sub-toggle {
    margin-top: 50px;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

}

/*#endregion*/
