﻿.tour-list-filter {
    gap: 64px;
    display: flex;
}

.tour-list-filter .pull-left {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tour-list-filter .pull-right {
    width: calc(100% - 364px);
    float: right;
    margin-left: 0;
}

.tour-list .pull-left .filter .title {
    color: #171717;
    background:  #F7EAE1;
    /*padding: 14px 0 14px 50px;*/
    padding: 12px 14px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.tour-list .pull-left .filter .title img {
    margin: 0
}

.tour-list .pull-left .filter {
    box-shadow: 0px 2px 6px 0px #1018280F;
    border: 1px solid var(--border-neutral-200, #E5E5E5)
}

.tour-list .pull-left .filter .group-filter {
    border: none;
    padding: 12px
}

.tour-list .pull-left .filter .group-filter li {
    margin-bottom: 12px;
}

.tour-list .pull-left .filter .title.active svg {
    transform: rotate(180deg)
}

.section-testimonials {
    background: #fff
}

.certification-card {
    padding: 0;
}

@media(min-width: 1200px) {
    .tour-list-filter { margin-bottom: 40px;}
}

@media (max-width: 1199px) {
    .tour-list-filter {
        flex-direction: column;
        gap: 48px;

    }
    .tour-list-filter .section-support-online {
        display: none;
    }
    .tour-list-filter .tour-list .pull-left .filter {
        margin-bottom: 0
    }
    .tour-list-title h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .tour-list-info .title-text,
    .tour-contact-button,
    .tour-contact-button,
    .tour-contact-description .desc-item{
        font-size: 14px
    }

   #tour .tour-list-filter .pull-right {
        margin-bottom: 64px
    }

    .boxTrip_tourCategoryNew {
        margin-top: 64px;
    }
}