.tour-du-lich-posts .box-text.text-center {
    padding: 1.25rem;
}

.tour-du-lich-posts .box-text.text-center .box-text-inner h4 {
    margin-bottom: 20px;
    padding-top: 1em;
    text-align: left;
    font-family: Source Sans Pro !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    color: #333333 !important;
}
.tour-du-lich-posts .box-text .box-text-inner h5 {
    text-align: left;
}
.tour-du-lich-posts .box-text.text-center .box-text-inner h5 i{
    color: #000;
    font-weight: 700;
}
.tour-du-lich-posts .box-text.text-center .box-text-inner h5 span {
    font-family: Source Sans Pro !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    color: #999999 !important;
}

.single-tour_du_lich .main-content {
    max-width: 1140px;
    margin: 0 auto;
}

.tour-gallery {
    position: relative;
    margin-bottom: 65px;
}
.tour-gallery .swiper-button-next, .tour-gallery .swiper-button-prev {
    color: #EEEEEE;
}
.tour-gallery .swiper-button-next:after, .tour-gallery .swiper-button-prev:after {
    font-size: 28px;
}
.off_rating_text {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 15px;
}
.btn_booking_tour {
    display: inline-block;
    padding: 15px 16px;
    background-color: #2ea44f;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}
.btn_booking_tour:hover {
    background-color: #2c974b;
    color: #fff;
}

.btn_booking_wrapp {
    margin: 20px 0;
    text-align: center;
}
.btn_booking_wrapp > div {
    text-align: center;
}

.tour-gallery .swiper-slide {
    height: 650px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-image .gallery-image-content {
    display: flex;    
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.gallery-image .masonry-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.gallery-image .masonry-grid .masonry-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-info-detail {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
    transition: box-shadow 0.3s ease;
}

.booking-info-detail:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.payment-detail-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.booking-title span {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    background: #273661;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.booking-page {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 30px;
}

.form-item-title {
    padding: 5px 10px !important;
    background: #f1f1f1;
    font-size: 18px;
    color: #273661;
    margin-bottom: 30px;
}

.btn_booking {
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_booking #submit_booking {
    margin: 0;
    border-radius: 5px;
}

.thankyou-page {
    max-width: 1140px;
    margin: 0 auto;
}
.thankyou-page .content {
    padding: 30px 0;
    text-align: center;
}
.thankyou-page .content h2 {
    text-align: center;
}
.heading-text {
    text-align: center;
}
.btn_go_back {

    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(153 246 228);
    padding: 10px 20px;

}

.testimonial-tour {
    overflow: hidden;
}

.single.single-tour_du_lich .tabbed-content .nav-tabs {
    justify-content: center;
}
.tour-du-lich-posts  .box-tour .box-text {
    position: relative;
}
.tour-du-lich-posts .tour-price {
    position: absolute;
    width: 60%;
    top: -30%;
    left: 33%;
    background: #ffffff;
    box-shadow: 0 5px 6px lightgrey;
    padding: 10px;
    font-size: larger;
    border-radius: 5px;
}

.search_field_title {
    padding: 4px 10px;
    background: #f4f4f4;
    font-size: 18px;
    color: #273661;
}

.post-type-archive-tour_du_lich .btn_find_tour {
    width: 100%;
    background-color: #77C720;
}
.post-type-archive-tour_du_lich .tour-list .tour-post {
    display: flex;
}
.post-type-archive-tour_du_lich .tour-list .tour-post figure {
    width: 34%;
    height: 300px;
    margin: 0;
}
.post-type-archive-tour_du_lich .tour-list .tour-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-type-archive-tour_du_lich .tour-list .offer-content {
    flex: 1;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}
.post-type-archive-tour_du_lich .tour-list .tour-price {
    font-size: 1.4rem;
}

.post-type-archive-tour_du_lich .content-wrapp {
    padding: 30px 0;
}

.post-type-archive-tour_du_lich .archive-tour-title,
.post-type-archive-tour_du_lich .sidebar_search_title {
    margin-bottom: 30px;
}

.ms-drop.bottom {
    bottom: unset;
}

.ms-parent .ms-choice>span {
    font-size: small;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    top: 50%;
    transform: translateY(-50%);
}
.ms-parent .ms-choice>span.placeholder {
    color: #333;
}
.ms-drop ul>li.child-option {
    padding-left: 20px;
}
.search_tours_box > .col {
    z-index: 100;
}
.search_tours_box form {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 16px;
    gap: 12px;
    transform: translateY(calc(-50% - 30px));
    background: #fff;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0px 20px 80px 0px rgb(0 0 0 / 12%);
}
.search_tours_box  form > label  {
    display: none;
}

.search_tours_box  form select, 
.search_tours_box  form input {
    margin-bottom: 0px;
}
.search_tours_box  form .btn_find_tour {
    background-color: #77C720;
}
.search_tours_box  form .ms-choice {
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .post-type-archive-tour_du_lich .tour-list .tour-post {
        flex-direction: column;
    }
    .post-type-archive-tour_du_lich .tour-list .tour-post figure {
        width: 100%;    
    }
}
@media (max-width: 320px) {
    .gallery-image .masonry-grid {
        grid-template-columns: auto;
    }
}