
.head-list-ex .left-block, .head-list-ex .right-block {
    display: flex;
    height: 30px;
    align-items: center;
}
.head-list-ex .right-block {
    justify-content: flex-end;
}
.head-list-ex .types-ex {
    padding: 0 12px;
    display: flex;
}
.head-list-ex .types-ex label {
    margin-bottom: 0;
    margin-left: 6px;
}
.head-list-ex .sort-ex:first-child {
    margin: 0 30px 0 0;
}
.head-list-ex .sort-ex {
    margin: 0 15px;
    cursor: pointer;
    font-weight: 600;
    color: #00A6FA;
    border-bottom: 1px dotted #00A6FA;
    text-decoration: none;
}
.head-list-ex .sort-ex:first-child {
    padding-left: 0;
}
.head-list-ex .sort-ex {
    position: relative;
    margin-right: 25px;
}
.head-list-ex .sort-ex img {
    position: absolute;
    top: 8px;
    right: -21px;
}

.pagination-wrap {
    margin-top: 30px;
}
.pagination-item.active {
    border: 2px solid #e5e5e5;
}
.pagination-item {
    cursor: pointer;
    border: 2px solid #00A6FA;
    padding: 6px;
    text-align: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 1px;
}
.list-ex .tag {
    position: relative;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    margin-top: 15px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
}
.tag.first {
    height: 54px
}
.list-ex .tag:hover {
    -webkit-box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.07);
}
.tag .name-tag {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    width: 75%;
}
.tag .bg-tag {
    height: 40px; width: 40px; min-width: 40px;
    background-size: contain !important;
    background-position: center center !important;
}
.list-ex .tag .count {
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 14px;
}
.list-ex .wrap-ex {
    margin-bottom: 25px;
}
.wrap-ex:hover {
    -webkit-box-shadow: 1px 1px 13px 4px rgb(0 0 0 / 7%);
    box-shadow: 1px 1px 13px 4px rgb(0 0 0 / 7%);
}
.list-ex .desc-ex {
    min-height: 215px;
    padding: 6px 10px;
}
.list-ex .bg-img {
    position: relative;
    height: 200px; width: 100%;
    background: url('/trip_assets/img/Image_169.png');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 3px;
}
.list-ex .bg-img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}
.star {
    background: url(/trip_assets/img/star.svg) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-size: contain !important;
}
.list-ex .bg-img .text, .list-ex .bg-img .text-1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.list-ex .bg-img .text-1 {
    bottom: 30px;
}
.list-ex .bg-img .review {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    color: #A5C94B;
    font-size: 13px;
    font-weight: 600;
}
.list-ex .desc-ex .gr {
    display: grid;
    padding-top: 10px;
    grid-template: 1fr / 30% 64%;
    justify-items: stretch;
}
.list-ex .desc-ex .ava {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: url(/trip_assets/img/best-face-oil.webp);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.list-ex .desc-ex .tc {
    line-height: 24px;
    padding-top: 3px;
    font-size: 18px;
    font-weight: 600;
}
.list-ex .desc-ex .tc a, .list-ex .desc-ex .cost a {
    color: #212529;
}
.list-ex .desc-ex span {
    font-size: 14px;
}
.list-ex .desc-ex .green {
    color: #A5C94B;
    font-size: 14px;
}
.list-ex .desc-ex .cost {
    margin-top: 10px;
}
.list-ex .desc-ex .cost span {
    font-size: 18px;
    font-weight: 900;
}
.list-ex .wrap-tag a {
    color: #212529;
}
#text_more_tags {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
#more_tags.hide {
    display: none;
}
/* calendar */
.mod-calendar {
    width: 100%;
}
.wrap-calendar {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    font-weight: 600;
}
.wrap-calendar .m1, .m2 {
    position: relative;
    font-size: 13px;
    color: #989898;
}
.wrap-calendar .m1 .chevron-right {
    display: none;
}
.wrap-calendar .chevron-left, .wrap-calendar .chevron-right {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 0;
    height: 17px;
}
.wrap-calendar .chevron-left {left: 20px; padding: 0 10px 21px 10px}
.wrap-calendar .chevron-right {right: 20px; padding: 0 10px 21px 10px}
.wrap-calendar .chevron-left .e1, .wrap-calendar .chevron-left .e2, .wrap-calendar .chevron-right .e1, .wrap-calendar .chevron-right .e2 {
    height: 12px;
    width: 3px;
    background: #00A6FA;
    border-radius: 3px;
}
.wrap-calendar .chevron-left .e1 {
    transform: rotate(45deg);
    position: relative;
    top: 2px
}
.wrap-calendar .chevron-left .e2 {
    transform: rotate(-45deg);
    position: relative;
    top: -3px
}
.wrap-calendar .chevron-right .e1 {
    transform: rotate(315deg);
    position: relative;
    top: 2px
}
.wrap-calendar .chevron-right .e2 {
    transform: rotate(-315deg);
    position: relative;
    top: -3px
}
.wrap-calendar .m-title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #001330;
}
.wrap-calendar .day-title {
    color: #001330;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.wrap-calendar .nums {
    display: grid;
    grid-template: repeat(6, 1fr) / repeat(7, 1fr);
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.wrap-calendar .nums div, .wrap-calendar .day-title div {
    width: 100%;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
}
.wrap-calendar .eee {
    background-color: #EFEFEF;

}
.wrap-calendar .green {
    cursor: pointer;
    background-color: #A5C94B;
    color: #fff;
}
.wrap-calendar .green:hover {
    background-color: #92b342;
}
.wrap-calendar .pink {
    background-color: #FFA4B3;
    color: #000;
}
.wrap-calendar .white {
    background-color: #fff;
    color: #fff;
}
@media only screen and (max-width: 610px) {
    .wrap-calendar {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 1fr;
        font-weight: 600;
    }
    .wrap-calendar .m1 .chevron-right {
        display: block;
    }
}
/* end calendar */

@media only screen and (max-width: 992px) {
    .list-ex .desc-ex .ava {
        height: 60px;
        width: 60px;
    }
    .list-ex .desc-ex .tc {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .head-list-ex .left-block {
        margin-bottom: 10px;
    }
    .head-list-ex .left-block, .head-list-ex .right-block {
        align-content: center;
        justify-content: center;
    }
    .list-ex .desc-ex .ava {
        height: 75px;
        width: 75px;
    }
    .list-ex .desc-ex .tc {
        font-size: 18px;
    }
    #list_ex {
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 460px) {
    .review {
        margin: 10px 0 0px !important;
    }
}