.index-banner {
    background-image: url("/assets/images/img_index_top.jpg");
    background-size: cover;
    background-position: center;
}

.horizontal-line-title-1 {
    width: 170px;
    height: 2px;
    background-color: black;
}

.horizontal-line-title-2 {
    width: 90px;
    height: 2px;
    background-color: black;
}

.horizontal-line-title-3 {
    width: 180px;
    height: 2px;
    background-color: black;
}


.horizontal-line-news {
    min-width: 100%;
    background-color: #d9d9d9;
    height: 1px;
}