﻿.home-tour-container {
    padding-bottom: 19px;
    padding-top: 117px;
}

ul.list-cate-tour {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    display: none;
}

    ul.list-cate-tour li {
        list-style: none;
        padding: 10px 22px;
        background: transparent;
        border-radius: 8px;
        margin: 3px 3px;
        cursor: pointer;
        border-radius: 50px;
        border: 2px solid #fff;
    }

        ul.list-cate-tour li span {
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Montserrat-SemiBold';
        }

.home-tour {
    position: relative;
}

    .home-tour:before {
        content: "";
        position: absolute;
        background-image: url(/Design/img/AmiTaxi/3.png);
        background-size: 100% 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 510px;
        pointer-events: none;
        z-index: -1;
    }

.list-cate-tour li:hover {
    background: #fff;
}

.list-cate-tour li.active {
    background: #fff;
    font-weight: bold;
}

    .list-cate-tour li.active span, .list-cate-tour li:hover span {
        color: #0b7874;
    }

.no-tours {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.star-five-tour svg {
    position: relative;
    margin: 0 -1px;
}
/* Animation cho spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-tour-container {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    ul.list-cate-tour li span {
        font-size: 13px;
    }

    .star-five-tour svg {
        width: 16px;
        height: auto;
    }

    .list-cate-tour-home {
        margin-top: 15px;
    }

    ul.list-cate-tour li {
        padding: 7px 10px;
        border: 1.7px solid #fff;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-tour-container {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}
