.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 157px;
    background: white;
    position: relative;
    transition-property: transform;
    margin: 0 5px;
    border-radius: 10px;
}

.myshadow {
    box-shadow: 0rem 0.2125rem 0.3125rem 0rem #0000004f !important;
}

.myshadow-light {
    box-shadow: 0rem 0.1125rem 0.3125rem 0rem #00000047 !important;
}

@media (max-width: 650px) {
    .mytop {
        top: 25px;
    }

    .myfont-15 {
        font-size: 15px !important;
    }

    .myfont-20 {
        font-size: 20px !important;
    }

    .mypadding-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}

@media (max-width: 800px) {
    .swiper {
        min-height: 175px;
    }

    .swiper-slide .thumbnail img {
        max-height: 160px;
        max-width: 100% !important;
        margin: auto;
        width: auto;
    }

    .swiper-slide .thumbnail {
        padding: 2px 0;
    }
}

@media (max-width: 500px) {
    .swiper-slide .thumbnail {
        padding: 12px 0;
    }
}

.swiper-slide .thumbnail img {
    max-width: 100% !important;
    margin: auto;
    width: auto;
    padding: 0 !important;
}

.swiper-slide .thumbnail {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: auto;
    padding: 17px 0;
}

.latest-blog .blog-post-box {
    float: left;
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
    position: relative;
    z-index: 900;
    margin-top: 35px;
    overflow-y: hidden;
    -webkit-box-shadow: 0px 0px 22px -7px rgba(24, 30, 110, 0.26);
    -moz-box-shadow: 0px 0px 22px -7px rgba(24, 30, 110, 0.26);
    box-shadow: 0px 0px 22px -7px rgba(24, 30, 110, 0.26);
}

.blog-post-content {
    float: left;
    width: 100%;
    padding: 30px;
}

.latest-blog figure {
    float: left;
    width: 100%;
    min-height: 118px;
    margin-bottom: 0 !important;
}

.latest-blog figure img {
    float: left;
    text-align: center;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.latest-blog ul {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.latest-blog ul li {
    float: left;
    text-align: left;
    padding: 0 15px 0 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    color: #a0aec0;
}

.latest-blog a {
    display: inherit;
}

.latest-blog a h4 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #516074;
    text-align: left;
    padding: 20px 0 5px 0;
    margin: 0;
}

.latest-blog span {
    float: left;
    width: 100%;
    font-size: 80%;
    font-weight: 600;
    color: #516074;
    text-align: right;
    padding: 0 0 5px 0;
    margin: 0;
}

.blog-post-box p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #708198;
    text-align: left;
    padding: 10px 0 5px 0;
    margin: 0;
}

.latest-blog .blog-more-button {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding: 40px 0 20px 30px;
    margin: 0;
    line-height: 1.8;
    border-radius: 0 0 12px 12px;
    margin-top: -24px;
    background: #d23424;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    background-color: #155089f6;
    transform: translate3d(0, calc(100% - 0rem), 0);
}

.blog-post-box .blog_b1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item__body {
    flex-grow: 1;
    padding: 0.4rem 0.6rem;
    opacity: 0;
    transition: opacity 600ms 200ms;
}

.item__body p {
    margin: 0;
}

.blog-post-box :hover ~ .item__overlay,
.blog-post-box :focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
}

.blog-post-box :hover ~ .item__overlay .item__body,
.blog-post-box :focus ~ .item__overlay .item__body {
    opacity: 1;
}

.blog-post-box :hover ~ .item__body,
.blog-post-box :focus ~ .item__body {
    opacity: 1;
}

.carousel-single-slide .carousel-indicators {
    display: none;
}
