.animate.build-in-scale-fade {
    opacity: 1;
    transform: scale(1) translateY(0);
}
.news-nav {
    position: relative;
    z-index: 2;
}
@media (max-width: 1599px)
.mt26 {
    margin-top: 22px;
}
.fs13 {
    font-size: 13px;
}
.mt26 {
    margin-top: 26px;
}
.build-in-scale-fade {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);
    transform: scale(.95) translateY(40px);
}
.flex-justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}
.news-nav a.active, .news-nav a:hover {
    background-color: #080808;
    color: #fff;
}
.news-nav a {
    background-color: #dadada;
    color: #4b4b4b;
    transition: background-color .4s ease,color .4s ease;
    padding: 12px 14px;
	cursor: pointer;
}
.index-sec__item4 section:not(.active) {
    opacity: 0;
    overflow: hidden;
    height: 0;
}