.news-page .carousel-inner img {
    padding-bottom: 90px;
}

.news-page .carousel-indicators {
    top: 70vw;
    border: none;
    height: 15px;
}

.news-page #txt {
    margin-bottom: 50px;
    padding-top: 20px;
}

#news {
    position: relative;
}

.news-page #txt h3 {
    font-family: "av_bold";
}

.news-page .carousel-control-wrapper {
    margin-top: -27px;
    text-align: right;
    background: #6b6b6b;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.news-page .carousel-control {
    height: 50px;
    color: #fff;
    opacity: 1;
    width: auto;
    z-index: 9;
    position: relative;
    text-shadow: none;
    font-size: 12px;
    margin: 0 3px;

}
    
.news-page .carousel-control:hover,.news-page .carousel-control:focus  {
    color: #000;
}

.news-page .carousel-control+.carousel-control {
    border-left: 2px solid #46907f;
    padding-left: 5px;
}

.carousel-control-wrapper .carousel-control.left:before, .carousel-control-wrapper .carousel-control.right:after {
    padding: 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
}
.carousel-control-wrapper .carousel-control.left:before {
    content: "<";
}

.carousel-control-wrapper .carousel-control.right:after {
    content: ">";
}

.news-page .item h2 a{
    color: #000;
    font-weight: bold;
    font-size: 25px;
    border-left: 1px solid #46907f;
    padding-left: 5px;
}