@charset "utf-8";

.carousel-indicators a {
    position: relative;
    flex-grow: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;

}
.carousel-indicators .active {
    position: relative;
    flex-grow: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}

.carousel-indicators .active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #28a745;
    max-width: 90px
}
.text-wrap a:hover,
.text-wrap a:focus,
.text-wrap a:active {
    color: #000;
    text-decoration: none;
}
.na-title .na-info {
height:28px;
}