#menu-item-163, #menu-item-84 {
    border-bottom: 2px solid var(--theme-color-b);
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: 100%;
    /* overflow-y: auto; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    border-right: 1px solid var(--theme-color-b);
    border-left: 1px solid var(--theme-color-b);
    margin: 0 auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column nowrap;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: fixed;
}

.swiper-slide:first-of-type {
    border-left: 0;
}

.swiper-slide:last-of-type {
    border-right: 0;
}

.slide-content-wrapper {
    height: 100%;
    width: 100%;
}

.img-link {
    width: 100%;
    /* height: 100%; */
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 60%;
}

.img-link:hover {
    /* width: 100%;
    height: 100%; */
    opacity: 0.7;    
}

/* .img-link::after {
    display: block;
    content: '';
    border-bottom: solid 2px var(--theme-color-b);
    width: 0;
    transition: width 600ms ease-in-out;
}

.swiper-slide::after {
    display: block;
    content: '';
    border-bottom: solid 2px var(--theme-color-b);
    width: 0;
    transition: width 600ms ease-in-out;
} */

.swiper-slide img {
    width: 100%;
    height: 100%;
    /* max-width: 640px; */
    /* max-height: 750px; */
    /* -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /* position: absolute; */
    /* left: 50%; */
    /* top: var(--navbar-height); */
    object-fit: cover;
}

.swiper-wrapper {
    will-change: transform;
}

.title-hover {
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.title-hover:hover>h1 {
    color: rgb(166, 166, 166) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffffff;
}

/* blog swiper subsection */

.blog-swiper-subsection {
    /* min-height: calc(40% - var(--navbar-height)); */
    /* height: calc(40% - var(--navbar-height)); */
    /* top: var(--navbar-height); */
    text-align: left;
    padding: 6.5625% 5%;
    /* z-index: 99999; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 40%;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
}

.blog-date-text {
    color: rgb(146, 148, 151);
    font-size: 14px;
}

.blog-subtext {
    font-family: var(--CFAstyStd-Light);
    color: var(--theme-color-a);
}

.read-more-send {
    color: rgb(166, 166, 166);
    text-decoration: none !important;
    margin-top: auto;
    transition: all 0.2s ease;
    font-size: 24.5px;
}

.read-more-send:hover {
    color: rgb(130, 130, 130) !important;
    transform: scale(1.05);
}

.read-more-send:visited {
    color: rgb(166, 166, 166);
}

@media all and (max-width: 1920px) {
    .blog-swiper-subsection {
        /* min-height: 40%; */
        /* height: fit-content; */
    }
    .fs-50 {
        font-size: 2rem;
    }
    .global-subtext {
        font-size: 16px;
    }
}

@media all and (max-width: 1600px) {
    /* .img-link {
        height: 45%;
    }
    .blog-swiper-subsection {
        min-height: 55%;
    } */
    .blog-swiper-subsection {
        padding: 1rem 3%
    }
}

@media all and (max-width: 1440px) {
    /* .img-link {
        height: 40%;
    }
    .blog-swiper-subsection {
        min-height: 60%;
    } */
    .fs-50 {
        font-size: 1.75rem;
    }
    .global-subtext {
        font-size: 15px;
    }
    .blog-date-text {
        font-size: 13px;
    }
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 992px) {

}

@media all and (min-width: 1280px) {
    .swiper-slide:hover::after {
        width: 100%;
    }
    
    .swiper-slide:hover .img-link::after {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .swiper-slide {
        border-right: none;
        border-left: none;
    }
    .swiper-button-white {
        display: none;
    }
}

@media all and (max-width: 576px) {
    .fs-50 {
        font-size: 1.5rem;
    }
    .global-subtext {
        font-size: 14px;
    }
    .blog-date-text {
        font-size: 12px;
    }
    /* .img-link {
        height: 30%;
    }
    .blog-swiper-subsection {
        min-height: 70%;
    } */
    .swiper-button-white {
        display: none;
    }
}