@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.direction .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.direction .dropdown-toggle {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    text-align: left;
}

.direction .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .direction .dropdown-menu div {
        padding: 10px;
        cursor: pointer;
    }

        .direction .dropdown-menu div:hover {
            background: #0056b3;
            color: white;
        }


#slider-container {
    width: 80%;
    max-width: 600px;
    margin: auto;
    padding-top: 20px;
}

/* Ensure the slider is visible */
#slider {
    margin-top: 20px;
    height: 10px;
}

.noUi-target {
    background: #ddd;
    border-radius: 10px;
    border: none;
}

.noUi-connect {
    background: #d9534f;
}

.noUi-handle {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    border: 2px solid #d9534f;
    cursor: pointer;
}

.noUi-tooltip {
    background: #d9534f;
    color: white;
    border-radius: 5px;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
}

.range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.bannerItem .imageHover img {
    width: 400px;
    height: 360px;
}

.cus-home-banner .bannerItem {
    margin-bottom: 20px;
}

div .noUi-horizontal .noUi-handle {
    height: 24px;
}

div .noUi-tooltip {
    padding: 2px;
}


img {
    max-width: 100%;
    height: auto;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

#insSlider {
    display: block !important;
}

    #insSlider:not(.owl-loaded) {
        display: flex !important;
        overflow: hidden !important;
    }

        #insSlider:not(.owl-loaded) .itemSlide {
            min-width: 100%;
        }

#thumbsImg .listThumbs {
    display: block !important;
}

    #thumbsImg .listThumbs:not(.owl-loaded) {
        display: flex !important;
        overflow: hidden !important;
    }

        #thumbsImg .listThumbs:not(.owl-loaded) .imgThumb {
            min-width: calc(100%/6);
        }


.swiper-container {
    width: 100%;
    overflow: hidden;
}
.swiper-container.main-slider{
    display: flex;
    margin-top: 5px;
}

.swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}


    .swiper-container .swiper-wrapper {
        height: auto;
    }
.swiper-slide img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.swiper-container-thumbs {
    margin-top: 10px;
}

    .swiper-container-thumbs .swiper-slide {
        cursor: pointer;
        opacity: 0.6;
    }

    .swiper-container-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border: 2px solid #007bff;
    }

    .swiper-container-thumbs .swiper-button-next,
    .swiper-container-thumbs .swiper-button-prev {
        color: #007bff;
        position:relative;
    }

.swiper-container .swiper-button-prev {
    width: 23px !important;
    top: -60px !important;
    float: left;
}

.swiper-container .swiper-button-next {
    top: -90px !important;
    float: right;
    margin-top: 0px;
}
        .swiper-button-next:after, .swiper-button-prev:after{
            font-size:30px!important;
        }

#insBlogs {
    margin-top: 5px;
}
@media(max-width: 768px) {
    #thumbsImg .listThumbs:not(.owl-loaded) .imgThumb {
        min-width: calc(100%/3);
    }
}
