.news-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

.news-toggle-parent {
    width: 100%;
    transition: width 0.5s;
}

.news-toggle-detail {
    width: 100%;
    transition: width 0.5s;
}

@media (min-width: 1024px) {
    .news-toggle-parent {
        width: 50%;
    }
}

.slide-toggle {
    display: none;
}

.slide-toggle-gallery {
    display: none;
}

.news-close-toggle-button {
    margin: 0 0 30px 0;
}

.news-preview-block {
    display: flex;
    flex-wrap: wrap;
}

.news-preview-img {
    width: 100%;
    padding: 0 10px 10px 10px;
    justify-content: center;
    text-align: center;
}

@media (min-width: 1024px) {
    .news-preview-img{
        width: 30%;
    }
}

.news-preview-img img{
    max-width: 100%;
    border: 2px solid #FB5B21;
    border-radius: 10px;
}

.news-preview-content {
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .news-preview-content {
        width: 70%;
        text-align: left;
    }
}

.close-button-block {
    padding: 10px 0;
    text-align: center;
}

.news-detail-photo-block-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.news-detail-photo-block-flex div {
    padding: 10px;
}

.news-detail-photo-block-flex .w100 {
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .news-detail-photo-block-flex .w100 {
        width: 100%;
    }
}

.news-detail-photo-block-flex .w50 {
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .news-detail-photo-block-flex .w50 {
        width: 50%;
    }
}

.news-detail-photo-block-flex .w30 {
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .news-detail-photo-block-flex .w30 {
        width: 33%;
    }
}

.news-detail-photo-block-flex div img {
    max-width: 100%;
    border: 2px solid #FB5B21;
    border-radius: 10px;
}

.news-date {
    color: #4c4c4c;
}

.news-name {
    color: #666666;
}

.rem-1 {
    font-size: 1.0rem;
}

.rem-075 {
    font-size: 0.75rem;
}

.bg-hero {
    background: url("../image/news-background.jpg") center;
    text-shadow: 5px 5px 5px #000;
    font-weight: normal !important;
    font-family: 'Algeria', sans-serif;
}

.bg-hero .text-white span{
    font-family: 'Algeria', sans-serif;

}

.news-display-1 {
    font-size:calc(1.175rem + 1.1vw);
    font-weight:400;
    line-height:1.2
}

@media (min-width: 1200px) {
    .news-display-1 {
        font-size:1.8rem
    }
}

.news-header {
    font-size:calc(0.9rem + 2.1vw);
    font-weight:400;
    line-height:1.2
}

@media (min-width: 1200px) {
    .news-header {
        font-size:2.5rem
    }
}

.news-display-2 {
    font-size:calc(0.7rem + 1.1vw);
    font-weight:200;
    line-height:1.2
}

.news-display-2 b {
    font-weight:600;
}

@media (min-width: 1200px) {
    .news-display-2 {
        font-size:1.0rem
    }
}

.news-center {
    align-content: center;
    text-align: center;
}