﻿

.input_search {
    box-shadow: none;
    color: black !important;
    outline: none;
    padding: 6px;
    width: 300px;
    border: 1px solid #bfbfbf;
    border-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ri-search-line {
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 6px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}


/* Swiper full width */
.blogTabsSwiper {
    width: 91%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

    /* Force single line */
    .blogTabsSwiper .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap !important;
    }

    /* Slide auto width */
    .blogTabsSwiper .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
    }

    /* Prevent text break */
    .blogTabsSwiper .nav-link {
        white-space: nowrap;
        font-size: 13px;
    }

.swiper-button-prev,
.swiper-button-next {
    position: absolute !important;
    top: 22px !important;
    color: white;
    right: 10px !important;
}

@media (max-width:768px) {

    .swiper-button-next {
        right: 0px !important;
    }

    .swiper-button-prev {
        left: 0px !important;
    }
}

.blog_imgaes {
    width: 100%;
    height: 240px;
}

    .blog_imgaes > img {
        width: 100%;
        height: 100%;
    }


