#about-hero {
    background-image: linear-gradient(328.26deg, rgba(17, 17, 17, 0) 41.97%, #111111 104.09%), url('../images/brochure/banner-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    background-position: bottom center;
    width: 100%;
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px;
    clear: both;
    /* Put hero back into normal flow but lift it under the nav */
    position: relative;
    margin-top: -102px;
    /* same offset pattern as #home-top-banner */
    z-index: 1;
    /* allow later content to stack above if needed */
}

#articles-list {
    padding-bottom: 80px;
    padding-top: 20px;
}

#brochure-list {
    padding-bottom: 80px;
}

.al-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 80px 24px;
    margin-bottom: 60px;
}

.al-item {
    cursor: unset;
}

.al-item-date {
    margin-top: 0px;
}

.al-item-img img {
    height: 400px;
    ;
}

.al-item-content-top {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.al-item-date {
    font-size: 12px;
    color: #A378B5;
    line-height: 18px;
}

.al-item-content {
    margin-top: 15px;
}

.al-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 18px;
    min-height: 50px;
}

.al-item-content h4 {
    font-size: 20px;
    font-family: 'IBMPlexSansThai-Medium';
    line-height: 28px;
}

/* Responsive tweaks */
@media (min-width:768px) {
    .container {
        padding: 0px 25px;
    }
}

@media (max-width: 992px) {
    #about-hero {
        background-image: url('../images/brochure/banner-hero.jpg');
        margin-top: 25px;
        border-bottom-right-radius: 120px;
        border-bottom-left-radius: 120px;
        min-height: 420px;
        height: 420px;
    }

    .al-list {
        grid-template-columns: auto auto;
    }

    .al-item-img img {
        height: unset;
        width: auto !important;
        /* margin: 0 auto; */
    }

    #section-detail-content .container {
        padding-bottom: 10px;
    }
    .search-box{
        display: block;
        width: 100%;
        margin-top:15px;
    }
}

@media (max-width:767px) {
    #about-hero {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
        min-height: 340px;
        height: 340px;
    }

    #articles-list {
        padding-bottom: 60px;
    }

    .al-list {
        grid-template-columns: auto;
        max-width: 50%;
        margin: 0 auto;
    }

    .al-item-img img {
        height: auto;
        max-height: unset;
    }

    .al-item-content p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    #section-detail-top h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .slick-prev:before,
    .slick-next:before {
        height: 35px;
        width: 35px;
    }

    .gp-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .slick-next {
        right: 0;
    }

    .gp-slider-nav {
        width: 100%;
    }

    .slick-prev,
    .slick-prev:before {
        left: 0;
    }

    .slick-next:before {
        right: 0px;
    }

    .hp-item img {
        max-height: 100%;
    }

    .gp-item img {
        width: auto !important;
        margin: 0 auto;
    }
    .search-box .input-group{
        margin-bottom:15px;
    }
    .search-box .input-group .form-label{
        font-size:14px;
        min-width: 100px;
    }
    .al-item-content{
        margin-bottom:15px;
    }

}
@media (max-width:576px) {
    .al-list{
        max-width: 100%;
    }
}