
.swiper-container-article .img-d-s {
    padding-bottom: 60%;
    width: 100%;
    position: relative;
}
.swiper-container-article .img-d-s img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container-article .swiper-slide img{
    margin: 0px;
}

.swiper-container-article .card-style-1 {    background-color: var(--white);    margin-bottom: 25px;  }
.swiper-container-article .card-style-1 figure {    margin: 0;  }
.swiper-container-article .card-style-1 img {    width: 100%;    height: 220px;  }
.swiper-container-article .card-style-1 .circle {    position: relative;    bottom: 25px;    left: calc(50% - 25px);    width: 50px;    height: 50px;    margin-bottom: -30px;    background-color: #fd5c63;    text-align: center;    line-height: 50px;    color: #fff;    border-radius: 50%;  }
.swiper-container-article .card-style-1 h5 {    text-align: center;    font-size: 1rem;    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";    font-weight: 700;    color: var(--dark);     height: 35px; }
.swiper-container-article .card-style-1 .date {    display: block;    font-size: 0.8rem;    text-align: center;    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";    font-weight: 700;  }
.swiper-container-article .card-style-1 p.content {       font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";    color: var(--gray-dark);     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
.swiper-container-article .card-style-1 a.view-detail {    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";    font-size: 0.9rem;    font-weight: 700;    color: inherit;    text-align: center;    border-top: 1px solid #dee2e6;  }
.swiper-container-article .card-style-1 a.view-detail:hover {    text-decoration: none;  }
