.ss-carousel .swiper-slide {
    height: auto;
}
.carousel_inner {
    border: 1px solid #DCE0E580;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.050980392156862744);
    height: 100%;
    position: relative;
    transition: all .4s ease;
}
.carousel-thumb {
    overflow: hidden;
    position: relative;
    padding-top: 85%;
    border-radius: 12px;
}
.carousel-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.carousel_inner:hover img {
    transform: scale(1.1);
}
.carousel-thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to bottom, #00122900 0%, #00122900 70%, #00122999 86%);
    background: #0012299c;
}
.carousel-cont {
    padding: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.carousel_inner .list_item {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.carousel_inner .list_item li {
    background-color: #ff4c15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Oswald';
    border-right: 1px solid #FFFFFF47;
}
.carousel_inner .list_item li span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.carousel_inner .list_item li:last-child {
    background-color: #fff;
    color: #ff4c15;
    font-size: 22px;
}
.carousel_inner .link_btn {
    color: #ff4c15;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ss-carousel .swiper-button-next,
.ss-carousel .swiper-button-prev {
    background: #000;
}
.ss-carousel .swiper-button-next {
    right: -10px;
}
.ss-carousel .swiper-button-prev {
    left: -10px;
}
.ss-carousel .swiper-button-prev:after,
.ss-carousel .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
.swiper-pagination {
    bottom: -45px!important;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}
.swiper-pagination-bullet-active {
    background: #1B7C85;
}
.p-glr .carousel-thumb:after {
    height: 0;
    transition: all .4s ease;
}
.p-glr .carousel_inner:hover .carousel-thumb:after {
    height: 100%;
}