/*!
Theme Name: HD
Theme URI: https://webhd.vn
Author: HD Team
Author URI: https://webhd.vn
Requires PHP: 8.2
Version: 0.24.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hd
Domain Path: /languages
Description: HD theme, created by HD Team.
Requires Plugins: hd-addons, advanced-custom-fields-pro

HD WordPress Theme, Copyright 2024 HD.
*/

.travel-single {
    padding: 30px 0;
}
.travel-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.travel-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin: 0 0 15px 0;
    list-style-type: none;
}
.travel-breadcrumbs__item,
.travel-breadcrumbs__item a {
    color: #555863;
    font-size: 14px;
}
.travel-breadcrumbs__item {
    position: relative;
    padding-right: 15px;
}
.travel-breadcrumbs__item::after {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.travel-breadcrumbs__item:last-child {
    padding-right: 0;
}
.travel-breadcrumbs__item:last-child::after {
    display: none;
}
.travel-breadcrumbs__item-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
}
.travel-title {
    font-size: 30px;
    color: #134B86;
}
.travel-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.travel-content {
    width: calc(60% - 15px);
}
.travel-sidebar {
    width: calc(40% - 15px);
}
.travel-main-gallery {
    margin-bottom: 5px;
}
.travel-gallery-nav .slick-slide {
    margin-left: 5px;
}
.travel-gallery-nav .slick-list {
    margin-left: -5px;
}
.travel-gallery-nav__item {
    position: relative;
}
.travel-gallery-nav__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.travel-gallery-nav__item.slick-current.slick-center::after {
    opacity: 0;
}
.travel-main-gallery__item-img {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.travel-main-gallery__item-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.travel-gallery-nav__item-img {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.travel-gallery-nav__item-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.travel-gallery {
    position: relative;
    margin-bottom: 15px;
}
.travel-badge {
    background: #E53935;
    color: #fff;
    position: absolute;
    top: 5%;
    left: -10px;
    font-weight: 700;
    padding: 7px;
    font-size: 14px;
}
.travel-badge::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px 0;
    border-color: transparent #9C0000 transparent transparent;
}
.travel-main-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    width: 30px;
    height: 30px;
    background-color: #134B86;
    border-radius: 50%;
    z-index: 2;
}
.travel-main-gallery .slick-prev {
    background-image: url('../../uploads/2025/10/slider-prev.png');
    left: 15px;
}
.travel-main-gallery .slick-next {
    background-image: url('../../uploads/2025/10/slider-next.png');
    right: 15px;
}
.travel-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 15px;
}
.travel-box:last-child {
    margin-bottom: 0;
}
.travel-strong {
    font-weight: 700;
    font-size: 20px;
    color: #3f3b3b;
}
.travel-overall__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.travel-overall__vehicle {
    color: #3f3b3b;
}
.travel-title-2 {
    font-size: 24px;
}
.travel-list {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.travel-list__item {
    width: calc(33.33% - 10px);
    position: relative;
    padding-left: 20px;
}
.travel-list__item::before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #43A047;
}
.travel-exp__body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.travel-exp__content {
    width: calc(65% - 15px);
}
.travel-exp__content--ct-style {
    width: 100%;
}
.travel-exp__tour-map {
    width: calc(35% - 15px);
    text-align: center;
}
.travel-exp__tour-map-img {
    display: inline-block;
}
.travel-exp__tour-map-caption {
    display: inline-block;
    margin-top: 10px;
}
.travel-program__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
}
.travel-view-all {
    color: #3f3b3b;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}
.travel-program .travel-title-2 {
    margin-bottom: 0;
}
.travel-program-item__header {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}
.travel-program-item__header::after {
    position: absolute;
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: block;
    font-size: 12px;
}
.travel-program-item__header-img {
    width: 25%;
}
.travel-program-item__header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.travel-program-item__header-txt {
    width: 75%;
    padding: 15px 30px 15px 15px;
}
.travel-program-item {
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-color: #F1F1F2;
    box-shadow: 0 0 12px #0003;
    margin-bottom: 15px;
}
.travel-program-item:last-child {
    margin-bottom: 0;
}
.travel-program-item__subtitle {
    color: #828282;
}
.travel-program-item__title {
    font-size: 18px;
}
.travel-program-item__header-txt
.travel-program-item__title {
    margin-bottom: 0;
}
.travel-program-item__body {
    display: none;
    padding: 15px;
}
.travel-program-item.active .travel-program-item__header {
    background: #F9FBFC;
}
.travel-program-item.active .travel-program-item__header::after {
    content: '\f077';
}
.travel-schedule__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}
.travel-schedule__header .travel-title-2 {
    margin-bottom: 0;
}
.travel-schedule__calendar {
    position: relative;
}
.travel-schedule__calendar__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #bbb9b9;
}
.travel-schedule__calendar input[type="text"] {
    border: 1px solid #bbb9b9;
    padding: 10px;
    cursor: pointer;
    color: #bbb9b9;
    text-indent: 25px;
    width: 130px;
}
.travel-schedule__table {
    text-align: center;
    overflow: auto;
}
.travel-schedule__table table {
    margin-bottom: 0;
}
.travel-schedule__table th {
    width: 33.33%;
}
.travel-green-txt {
    color: #43A047;
}
.travel-red-txt {
    color: #9C0000;
}
.travel-orange-txt {
    color: #FF8C00;
}
.travel-arrow {
    color: #858585;
}
.travel-tab-content__nav-wrap {
    overflow: auto;
}
.travel-tab-content__nav {
    display: flex;
    white-space: nowrap;
    gap: 10px;
}
.travel-tab-content__nav-item {
    padding: 10px 10px;
    background: #F9FBFC;
    border: 1px solid #ecf0f5;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
}
.travel-tab-content__nav-item.active {
    font-weight: 700;
    color: #134B86;
}
.travel-tab-content__tab {
    padding: 15px 0 0 0;
    display: none;
}
.travel-tab-content__tab.active {
    display: block;
}
.travel-rating__title {
    font-size: 16px;
    color: #134B86;
}
.travel-rating__review-overall {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.travel-rating__review-overall-point {
    padding: 5px 10px;
    background: #43A047;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
.travel-rating__review-overall-label {
    color: #43A047;
    font-weight: 700;
}
.travel-rating__review-overall-count {
    color: #555863;
    font-size: 14px;
}
.travel-rating__header {
    margin-bottom: 30px;
}
.travel-rating__subtitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.travel-rating__review {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.travel-rating__review:last-child {
    padding-bottom: 0;
}
.travel-rating__review-user {
    width: 20%;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
}
.travel-rating__review-content {
    width: 80%;
}
.travel-rating__review-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.travel-rating__review-point {
    background: #43A047;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.travel-rating__review-label {
    color: #43A047;
    font-weight: 700;
    font-size: 14px;
}
.travel-rating__review-date {
    color: #555863;
    font-size: 14px;
}
.travel-rating__review-comment {
    font-style: italic;
    font-size: 14px;
}
.travel-related {
    margin-top: 30px;
}
.travel-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.travel-post {
    width: calc(33.33% - 20px);
}
.travel-post__img {
    position: relative;
    padding-top: 60%;
}
.travel-post__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.travel-post__title {
    font-size: 18px;
    color: #134B86;
}
.travel-post__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.travel-post__meta-point {
    background: #43A047;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.travel-post__meta-label {
    color: #43A047;
    font-weight: 700;
    font-size: 14px;
}
.travel-post__meta-count {
    color: #555863;
    font-size: 14px;
}
.travel-post__content {
    padding: 15px;
}
.travel-post__price {
    font-size: 24px;
    font-weight: 700;
    color: #134B86;
    text-align: right;
}
.travel-post__link {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}
.travel-post__link:hover {
    color: #0a0a0a;
}
.travel-post__features {
    color: #0a0a0a;
}
.travel-video-ribbon__badge {
    background: #33A4FB;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 10px;
}
.travel-video-ribbon__title {
    color: #134B86;
    font-weight: 700;
}
.travel-video-content {
    position: relative;
    padding-top: 66%;
}
.travel-video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.travel-video-ribbon {
    margin-bottom: 15px;
}
.travel-booking-form {
    background: #FFF3E0;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid rgba(0, 60, 113, 0.05);
}
.travel-booking-form__title {
    color: #134B86;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.travel-booking-form__subtitle {
    margin-bottom: 10px;
}
.travel-booking-form__days {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.travel-booking-form__day-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(70% - 2.5px);
}
.travel-booking-form__day {
    width: calc(33.33% - 3.75px);
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.travel-booking-form__view-calendar {
    width: calc(30% - 2.5px);
    position: relative;
}
.travel-booking-form__view-calendar-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: pointer;
}
.travel-booking-form__day.active {
    border-color: #33A4FB;
}
.travel-booking-form__input {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
.travel-booking-form__input-label {
    width: 30%;
}
.travel-booking-form__input-price {
    width: 30%;
    color: #FF8C00;
}
.travel-booking-form__input-cal {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5px;
}
.travel-booking-form__input-txt-2 {
    font-size: 14px;
    color: #828282;
}
.travel-booking-form__input-cal input[type="text"] {
    width: 40px;
    text-align: center;
    outline: none;
    border: none;
}
.travel-booking-form__input-btn {
    font-size: 13px;
    cursor: pointer;
    padding: 5px;
}
.travel-booking-form__available {
    color: #9C0000;
    margin: 15px 0;
}
.travel-booking-form__data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.travel-booking-form__data-label {
    width: 120px;
}
.travel-booking-form__data-val {
    width: calc(100% - 120px);
    text-align: right;
}
.travel-booking-form__single-room .travel-booking-form__data-val {
    color: #FF8C00;
}
.travel-booking-form__original_price {
    text-decoration: line-through;
}
.travel-booking-form__total {
    color: #FF8C00;
    font-weight: 700;
    font-size: 24px;
}
.travel-booking-form__btn {
    width: 100%;
    background: #FF8C00;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #FF8C00;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.travel-booking-form__btn:last-child {
    margin-bottom: 0;
}
.travel-booking-form__btn--ct-style {
    background: #fff;
    color: #FF8C00;
}
.travel-booking-form__data--ct-style {
    margin-bottom: 15px;
}
.travel-booking-form.fixed {
    position: fixed;
    top: 0;
}
.booking-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 30px;
}
.booking-required {
    color: #9C0000;
}
.booking {
    padding: 60px 0;
}
.booking-main {
    width: calc(65% - 15px);
    background: #fff;
    box-shadow: 0 2px 4px #0000001a;
    border-radius: 4px;
    padding: 15px;
}
.booking-sidebar {
    width: calc(35% - 15px);
    background: #fff;
    box-shadow: 0 2px 4px #0000001a;
    border-radius: 4px;
    padding: 15px;
}
.booking-title {
    font-size: 20px;
}
.booking-desc {
    margin-bottom: 15px;
}
.booking-form-item__label {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.booking-form-item {
    margin-bottom: 15px;
}
.booking-form-item:last-child {
    margin-bottom: 0;
}
.booking-form-item__input input[type="text"],
.booking-form-item__input input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 15px;
    border-radius: 5px;
    display: block;
}
.booking-form-item__input textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    display: block;
    resize: vertical;
}
.booking-form-item__input input[type="submit"] {
    background: #134B86;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 17px;
    outline: none;
}
.booking-tour-img img {
    width: 100%;
    border-radius: 5px;
}
.booking-schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.booking-schedule-item__title,
.booking-schedule-item__date {
    display: block;
}
.booking-schedule-item {
    text-align: center;
}
.booking-tour-img {
    margin-bottom: 15px;
}
.booking-bill-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}
.booking-bill-item__label {
    color: #6c757d;
    width: 100px;
}
.booking-bill-item__val {
    max-width: calc(100% - 100px);
}
.booking-bill-total {
    margin-bottom: 0;
}
.booking-bill-total .booking-bill-item__label {
    color: #0a0a0a;
    font-size: 18px;
}
.booking-bill-total .booking-bill-item__val {
    color: #FF8C00;
    font-weight: 700;
    font-size: 24px;
}
.complete-booking {
    padding: 60px 0;
}
.complete-booking__cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.travel-rating__review-overall-write-review {
    margin-left: auto;
    background: #134B86;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
.rating-form-wrap {
    margin-top: 15px;
    display: none;
}
.rating-form {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.rating-form input[type="text"],
.rating-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}
.rating-form textarea {
    min-height: 100px;
    resize: vertical;
}
.rating-form input[type="submit"] {
    background: #43A047;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    display: block;
}
.rating-form-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 15px;
}
.rating-form-item__label {
    font-weight: 700;
}
.rating-form-item__star {
    display: inline-block;
    cursor: pointer;
    transition: .3s ease;
}
.rating-form-item__star.active {
    color: #FF9F00;
}
.travel-rating__view-more-btn {
    color: #fff;
    background: #E53935;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 700;
}
.travel-rating__view-more {
    text-align: center;
    margin-top: 15px;
}

.search-sec {
    padding: 120px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.search-sec__container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
}
.search-form-destination {
    width: 100%;
}
.search-form-depart-date {
    width: calc(42.5% - 10px);
    position: relative;
    line-height: 60px;
}
.search-form-depart-date::before {
    position: absolute;
    content: '\f133';
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}

.search-form-depart {
    width: calc(42.5% - 10px);
    position: relative;
}
.search-form-submit {
    width: calc(15% - 10px);
}

.search-form-destination
.select2-container .select2-selection--single {
    height: 60px;
    border-radius: 5px;
    border: none;
}

.search-form-destination
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}

.search-form-destination
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    display: none;
}

.search-form-destination
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    position: absolute;
    content: '\f3c5';
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}

.search-form-input__label {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    font-size: 14px;
    color: #999;
    z-index: 1;
}
.search-form-depart-date input[type="text"] {
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 0 20px 0 50px;
}

.search-form-depart
.select2-container .select2-selection--single {
    height: 60px;
    border-radius: 5px;
    border: none;
}

.search-form-depart
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}

.search-form-depart
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    display: none;
}

.search-form-depart
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    position: absolute;
    content: '\f124';
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}

.search-form-submit input[type="submit"] {
    width: 100%;
    height: 100%;
    background: #33A4FB;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-weight: 700;
}

.tour-list-sec {
    padding: 60px 15px;
}
.tour-list-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pagination-wrap {
    margin-top: 30px;
}
.pagination-wrap .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination-wrap .wp-pagenavi .pages {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #0a0a0a;
}
.pagination-wrap .wp-pagenavi a, 
.pagination-wrap .wp-pagenavi span {
    padding: 11px 15px;
    margin: 0;
    background: #134B86;
    color: #fff;
    border: none;
    border-radius: 5px;
    line-height: 1;
}
.pagination-wrap .wp-pagenavi span.current {
    font-weight: 400;
    background: #43A047;
}

.hotel-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.hotel-top-sec {
    padding: 120px 15px;
    background: url('../../uploads/2025/11/tour-bg.jpg') no-repeat center / cover;
}
.hotel-search-form {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
    gap: 15px;
}
.hotel-search-form-area {
    width: calc(25% - 12px);
}
.hotel-search-form-check-in {
    width: calc(17.5% - 12px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    line-height: 65px;
}
.hotel-search-form-check-in input[type="text"] {
    border: none;
    height: 65px;
    width: 100%;
    padding: 0 15px 0 50px;
}
.hotel-search-form-check-in::before {
    content: '\f133';
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}
.hotel-search-form-item__label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    line-height: 1.6;
}
.hotel-search-form-check-out {
    width: calc(17.5% - 12px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    line-height: 65px;
}
.hotel-search-form-check-out::before {
    content: '\f133';
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}
.hotel-search-form-check-out input[type="text"] {
    border: none;
    height: 65px;
    width: 100%;
    padding: 0 15px 0 50px;
}

.hotel-search-form-quantity {
    width: calc(25% - 12px);
    background: #fff;
    border-radius: 10px;
    padding: 7px 15px 7px 50px;
    position: relative;
}
.hotel-search-form-quantity::before {
    content: '\f0c0';
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
    line-height: 65px;
}

.hotel-search-form-item__label-2,
.hotel-search-form-item__label-3 {
    display: block;
}
.hotel-search-form-item__label-2 {
    color: #999;
}
.hotel-search-form-submit {
    width: calc(15% - 12px);
}
.hotel-search-form-submit input[type="submit"] {
    width: 100%;
    height: 100%;
    border: none;
    background: #134B86;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
}
.hotel-search-form
.select2-container .select2-selection--single {
    height: 65px;
    border-radius: 10px;
    border: none;
}
.hotel-search-form
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 65px;
    padding-left: 50px;
    position: relative;
}
.hotel-search-form
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.hotel-search-form
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}
.hotel-search-form-area
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: '\f002';
}
.hotel-search-form-dropdown {
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px #0000001a;
}
.hotel-search-form-dropdown-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    gap: 15px;
    border-bottom: 1px solid #e5e7eb;
}
.hotel-search-form-dropdown-item:last-child {
    border-bottom: none;
}
.hotel-search-form-dropdown-item__label {
    width: calc(100% - 105px);
}
.hotel-search-form-dropdown-item__cal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hotel-search-form-dropdown-item__quantity {
    border: none;
    width: 30px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}
.hotel-search-form-dropdown-item__btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.hotel-search-form-dropdown-item__subtitle {
    display: block;
    font-size: 14px;
    color: #999;
}
.hotel-content {
    padding: 60px 15px;
}
.hotel-title {
    font-size: 30px;
}
.hotel-grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.hotel-sidebar {
    width: calc(25% - 15px);
}
.hotel-main {
    width: calc(75% - 15px);
}
.hotel-sort {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px #0000001a;
}
.hotel-sort-select {
    width: 205px;
}
.hotel-sort .select2-container .select2-selection--single {
    height: 35px;
    border-radius: 7px;
    border: 1px solid #c8c9d0;
}
.hotel-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.hotel-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.hotel-items {
    margin-top: 30px;
}
.hotel-item__link {
    display: flex;
    flex-wrap: wrap;
}
.hotel-item__img {
    width: 30%;
    position: relative;
}
.hotel-item__txt {
    width: 50%;
    padding: 20px 15px;
    background: #fff;
}
.hotel-item__title {
    color: #3f3b3b;
    font-size: 20px;
}
.hotel-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.hotel-item__stars {
    color: #FF8C00;
}
.hotel-item__heart {
    color: #E52822;
}
.hotel-item__link {
    color: #0a0a0a;
}
.hotel-item__link:hover {
    color: #0a0a0a;
}
.hotel-item__score {
    background: #43A047;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: 700;
}
.hotel-item__label {
    color: #43A047;
    font-weight: 700;
}
.hotel-item__count {
    color: #828282;
}
.hotel-item__ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.hotel-item__address {
    position: relative;
    padding-left: 20px;
    color: #828282;
    margin-bottom: 15px;
    font-size: 14px;
}
.hotel-item__address::before {
    content: '\f3c5';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #134b86;
}
.hotel-item__services {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.hotel-item {
    box-shadow: 0 0 4px #0000001a;
    border-radius: 10px;
    margin-bottom: 25px;
}
.hotel-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.hotel-item__services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hotel-item__service {
    background: #F9FAFB;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #ebf0f2;
    font-size: 14px;
}
.hotel-item__txt-2 {
    width: 20%;
    background: #FBFCFD;
    padding: 20px 15px 70px 15px;
    text-align: right;
    position: relative;
}
.hotel-item__notice {
    font-size: 14px;
    color: #828282;
    margin-bottom: 10px;
}
.hotel-item__price {
    color: #FF8C00;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.hotel-item__notice-2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hotel-item__notice-3-cont {
    font-size: 14px;
    color: #828282;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.hotel-item__notice-3-cont::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #828282;
}
.hotel-item__breakfast::before {
    content: '\f2e7';
}
.hotel-item__btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #33A4FB;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.hotel-sidebar-item {
    box-shadow: 0 0 4px #0000001a;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.hotel-sidebar-item__title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #3f3b3b;
}
.hotel-sidebar-item__phone {
    text-align: center;
}
.hotel-sidebar-item__subtitle {
    text-align: center;
}
.hotel-sidebar-item__phone-link {
    font-size: 24px;
    font-weight: 700;
    color: #FF8C00;
}
.hotel-sidebar-item__subtitle {
    color: #828282;
    font-size: 14px;
}
.hotel-sidebar-item__title-2 {
    font-weight: 700;
    font-size: 16px;
    color: #3f3b3b;
    margin-bottom: 10px;
}
.hotel-sidebar-item__title-2 i {
    color: #33a4fb;
    margin-right: 5px;
}
.hotel-sidebar-item__form {
    display: flex;
    flex-wrap: wrap;
}
.hotel-sidebar-item__form button[type="submit"] {
    width: 40px;
    height: 40px;
    border: none;
    background: #33A4FB;
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
}
.hotel-sidebar-item__form input[type="text"] {
    width: calc(100% - 50px);
    border: 1px solid #DEDFE3;
    height: 40px;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 14px;
}
.hotel-sidebar-rating-filter-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.hotel-sidebar-rating-filter-item:last-child {
    margin-bottom: 0;
}
.hotel-sidebar-rating-filter-item__checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #DEDFE3;
    border-radius: 5px;
    position: relative;
}
.hotel-sidebar-rating-filter-item__checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
}
.hotel-sidebar-rating-filter-item__star {
    color: #DEDFE6;
}
.hotel-sidebar-rating-filter-item__star.active {
    color: #FF8C00;
}
.hotel-sidebar-rating-filter-item.active 
.hotel-sidebar-rating-filter-item__checkmark {
    background: #33A4FB;
}
.hotel-sidebar-rating-filter-item.active 
.hotel-sidebar-rating-filter-item__checkmark::after {
    display: block;
}
.hotel-sidebar-rating-filter-item__count {
    color: #828282;
    font-weight: 700;
}
.hotel-sidebar-rating-filter--ct-style
.hotel-sidebar-rating-filter-item__label {
    max-width: calc(100% - 26px);
}

@media screen and (max-width: 849px) {
    .travel-content,
    .travel-sidebar {
        width: 100%;
    }
    .travel-post__img {
        padding-top: 85%;
    }
    .booking-main,
    .booking-sidebar {
        width: 100%;
    }
    .hotel-search-form-area {
        width: 100%;
    }
    .hotel-search-form .select2-container .select2-selection--single {
        height: 50px;
    }
    .hotel-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
    }
    .hotel-search-form-check-in {
        width: calc(22.5% - 11.25px);
    }
    .hotel-search-form-check-out {
        width: calc(22.5% - 11.25px);
    }
    .hotel-search-form-quantity {
        width: calc(40% - 11.25px);
    }
    .hotel-search-form-submit {
        width: calc(15% - 11.25px);
    }
    .hotel-top-sec {
        padding: 85px 15px;
    }
    .hotel-sidebar {
        width: 100%;
        order: 2;
    }
    .hotel-main {
        width: 100%;
        order: 1;
    }
    .hotel-content {
        padding: 40px 15px;
    }
    .hotel-item__price {
        font-size: 17px;
    }
    .hotel-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 549px) {
    .travel-title {
        font-size: 22px;
    }
    .travel-title-2 {
        font-size: 20px;
    }
    .travel-list__item {
        width: calc(50% - 7.5px);
    }
    .travel-program-item__title {
        font-size: 17px;
    }
    .travel-schedule__table table {
        width: 500px;
    }
    .travel-rating__review-user,
    .travel-rating__review-content {
        width: 100%;
    }
    .travel-rating__review-user {
        padding: 0;
        margin-bottom: 10px;
    }
    .travel-booking-form__day-wrap {
        width: 100%;
    }
    .travel-booking-form__view-calendar {
        width: 100%;
    }
    .travel-booking-form__input-label {
        width: 100%;
        margin-bottom: 10px;
    }
    .travel-booking-form__input-price {
        width: 60%;
    }
    .travel-post {
        width: 100%;
    }
    .booking {
        padding: 40px 0;
    }
    .travel-rating__review-overall-write-review {
        margin-left: 0;
    }

    .search-sec {
        padding: 60px 15px;
    }
    .search-form-depart-date,
    .search-form-depart,
    .search-form-submit {
        width: 100%;
    }
    .search-form-destination .select2-container .select2-selection--single {
        height: 45px;
    }
    .search-form-destination .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
    }
    .search-form-destination .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
    }
    .search-form-depart-date input[type="text"] {
        height: 45px;
    }
    .search-form-input__label {
        top: 15px;
    }

    .search-form-depart .select2-container .select2-selection--single {
        height: 45px;
    }
    .search-form-depart .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
    }
    .search-form-depart .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
    }
    .search-form-submit input[type="submit"] {
        height: 40px;
    }
    .hotel-search-form-check-in {
        width: 100%;
        line-height: 50px;
    }
    .hotel-search-form-check-in input[type="text"] {
        height: 50px;
    }
    .hotel-search-form-check-out {
        width: 100%;
        line-height: 50px;
    }
    .hotel-search-form-check-out input[type="text"] {
        height: 50px;
    }
    .hotel-search-form-quantity {
        width: 100%;
    }
    .hotel-search-form-submit {
        width: 100%;
    }
    .hotel-search-form-submit input[type="submit"] {
        height: 40px;
    }
    .hotel-top-sec {
        padding: 60px 15px;
    }
}