﻿.tab__news {
    margin-top: 40px;
}

.tab__news-nav {
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
}

    .tab__news-nav li {
        display: inline-block;
        padding-right: 50px;
    }

        .tab__news-nav li a {
            font-size: 18px;
            font-weight: 900;
            color: #000;
            position: relative;
            display: inline-block;
            padding: 8px 0;
            transition: all linear 0.2s;
        }

            .tab__news-nav li a::after {
                position: absolute;
                content: "";
                display: none;
                bottom: -2px;
                left: 0;
                width: 80%;
                height: 2px;
                background-color: #1a3900;
                z-index: 1;
                animation: line linear 0.2s;
            }

            .tab__news-nav li a.active::after {
                position: absolute;
                content: "";
                display: block;
                bottom: -2px;
                left: 0;
                width: 80%;
                height: 2px;
                background-color: #1a3900;
                z-index: 1;
            }

@keyframes line {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.tab__news-nav li a:hover::after {
    display: block;
}

.tab__news-nav li a:hover {
    text-decoration: none;
}

.tab__news-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.tab__news-description {
    margin-top: 30px;
}

    .tab__news-description h2 {
        font-size: 30px;
        font-weight: 700;
        color: #555;
    }

.tab__news-description-time {
    color: #b0b0b0;
    margin-bottom: 25px;
}

.tab__news-description span {
    color: #767676;
    display: block;
    margin-bottom: 30px;
}

.tab__news-description-link {
    color: #ffb200;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .tab__news-description-link:hover {
        color: #ffb200;
        text-decoration: none;
    }

    .tab__news-description-link i {
        color: 1;
        transition: all linear 0.2s;
    }

    .tab__news-description-link:hover i {
        opacity: 0;
        transform: translateX(10px);
    }

.destinations__title {
    font-size: 18px;
    font-weight: 900;
    color: #404040;
    padding: 8px 0;
    margin-bottom: 50px;
}

.destinations__item-link {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    color: #767676;
}

    .destinations__item-link:hover {
        text-decoration: none;
        color: #767676;
    }

.tab__news-wrap {
    margin-top: 50px;
}

.tab__news-wrap-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tab__news-wrap h5 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 20px 0 10px;
    letter-spacing: 2px;
	color: #5e6163;
}

.tab__news-wrap p {
    display: block;
    color: #b0b0b0;
}

.tab__news-wrap span {
    color: #767876;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}

.tab__news-wrap-link {
    color: #ffb200;
    text-decoration: none;
    letter-spacing: 1px;
}

    .tab__news-wrap-link:hover {
        color: #ffb200;
        text-decoration: none;
    }

    .tab__news-wrap-link i {
        color: 1;
        transition: all linear 0.2s;
    }

    .tab__news-wrap-link:hover i {
        opacity: 0;
        transform: translateX(10px);
    }

.tab__news-pages {
    margin: 60px 0;
}

    .tab__news-pages li {
        display: inline-block;
        margin: 0 4px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #b0b0b0;
        font-weight: 600;
    }

        .tab__news-pages li:nth-child(1) {
            padding: 0 12px;
        }

    .tab__news-pages a {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid #ccc;
        text-align: center;
        color: #b0b0b0;
        line-height: 28px;
    }

    .tab__news-pages .active {
        color: #fff;
    }

    .tab__news-pages a:hover {
        color: #fff;
        text-decoration: none;
    }

    .tab__news-pages i {
        font-size: 10px;
    }



    .tab__news-posts h3 {
        font-size: 18px;
        font-weight: 900;
        color: #404040;
        padding: 8px 0;
		text-transform: uppercase;
    }

.tab__news-posts-item {
    display: flex;
	margin-bottom: 15px;
}

.tab__news-posts-img {
    width: 90px;
    height: 70px;
	object-fit: cover;
    flex: 0 0 90px;
}

.tab__news-posts-desc {
    margin-left: 12px;
}

    .tab__news-posts-desc a {
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
        color: #404040;
    }

        .tab__news-posts-desc a:hover {
            text-decoration: none;
        }

    .tab__news-posts-desc p {
        font-size: 14px;
        color: #b0b0b0;
    }

.tab__news-tag {
    margin-top: 50px;
}

    .tab__news-tag h2 {
        font-size: 18px;
        font-weight: 900;
        color: #404040;
        padding: 8px 0;
        margin-bottom: 20px;
	    text-transform: uppercase;
    }

.tab__news-tag-item {
    display: inline-block;
}

.tab__news-tag-item-link {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    color: #767876;
    font-size: 14px;
}

    .tab__news-tag-item-link:hover {
        color: #fff !important;
        background-color: #ffb200;
        border: none;
        text-decoration: none;
        box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    }
