﻿.tour-section-6 .tour-service .gName {
    font-size: 18px;
    font-weight: 600;
    /*margin-bottom: 8px;*/
}

.tour-section-6 .tour-service .descName {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    /*max-width: var(--width-heading);*/
    margin-bottom: 32px;
}

.tour-service .owl-dots {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

    .tour-service .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin-right: 0
    }

        .tour-service .owl-dots .owl-dot.active {
            width: 24px;
            border-radius: 9999px
        }

.tour-service .group-item {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 92px
}


/*.tour-section-6 .tour-service .over {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    color: #dcdcdc;
    padding-left: 35px;
    background: url(/Css/Icon/tour-service-location.png) no-repeat;
    background-position: 10px center;
    font-weight: bold
}*/

.tour-section-6 .star {
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-left: 6px;
    background: url(/Css/svg/start-tour-detail.svg);
    background-size: contain;
}

.tour-section-6 .tour-service .wImage:before {
    padding-bottom: 63.715%;
}


.tour-section-6 .tour-service .name {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}


.tour-section-6 .tour-service .owl-next,
.tour-section-6 .tour-service .owl-prev {
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    color: #dcdcdc;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 21px;
    height: 42px;
}

.tour-section-6 .tour-service .item {
    position: relative
}

.tour-service-rating {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
    border-radius: 6px;
    background: rgba(0,0,0,0.5);
    padding: 8px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    z-index: 10
}

@media(max-width: 1239px) {
    .tour-service .owl-dots .owl-dot{
        width: 10px; height: 10px
    }
}

@media(max-width: 743px) {
    .tour-section-6 .tour-service .descName {
        margin-bottom: 16px
    }
                       }