body {
    background-color: var(--color-background-detail-province);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
div,
label,
input,
textarea {
    font-family: 'Roboto', sans-serif !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

h2 {
    font-weight: 600 !important;
    font-size: 32px !important;
    text-transform: uppercase !important;
    color: #2973B8 !important;
    line-height: 41px !important;
}

.p-20 {
    padding: 20px;
}

.container-padding {
    padding: 20px;
}

.main-content__page-province {
    padding: 0;
    box-shadow: 0px 0px 20px 0px #00000040;
}

.tabs-province{
    box-shadow: 0px 0px 20px 0px #00000040;
}
.single-bgr__province .single-bgr-image-3d {
    margin-bottom: 0;
}

.main-content__page-province .main-content__page-province-info {
    background-color: #fff;
}

.main-content__page-province .search-form-places {
    background: #F4F4F4;
    box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 0;
}

.main-content__page-province .search-container-places {
    background: #F4F4F4;
    padding: 20px 40px;
    margin: 0;
}

.main-content__page-province .search-container-places .input-group-addon {
    background-color: #fff;
}

.main-content__page-province .tabs-province {
    text-align: center;
}

.main-content__page-province .tabs-province .tabs-province__item {
    color: #1F3B64;
    font-weight: 500;
    font-size: 16px;
    margin: 0 10px;
}

.main-content__page-province .tabs-province .tabs-province__item:hover, .main-content__page-province .tabs-province .tabs-province__item.active {
    color: var(--color-orange);
}

.province__detail-info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.province__detail-info .btn-more-info{
    margin-top: 20px;
}
.province__detail-img-feature {
    border-radius: 10px;
    width: 400px;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.card-default__custom-container {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    white-space: nowrap;
    cursor: grab;
    /* Ẩn thanh cuộn ngang */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.card-default__custom-container:active {
    cursor: grabbing;
}

/* Ẩn thanh cuộn webkit (Chrome, Safari) */
.card-default__custom-container::-webkit-scrollbar {
    display: none;
}

.card-default__custom-container.grabbing {
    cursor: grabbing;
    user-select: none;
}

.card-default__custom-item {
    display: inline-block;
    width: 320px;
    margin-right: 20px;
    background: white;
    border-radius: 8px;
    vertical-align: top;
    white-space: normal;
    transition: transform 0.3s ease;
}

.card-default__custom-item.item-explore-new {
    width: 400px;
}

.card-default__custom-item.item-explore-new .site-date {
    font-weight: 300;
    font-size: 13px;
}

.card-default__custom-item.item-explore-new .site-title h3 {
    font-weight: 600;
    font-size: 16px;
}

.card-default__custom-item.item-explore-new .site-description {
    font-weight: 500;
    font-size: 14px;
}

.card-default__custom-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.card-default__custom-item:last-child {
    margin-right: 0;
}

.card-default__custom-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.card-default__custom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-default__custom-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-blue-opacity);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.card-default__custom-info {
    padding: 15px 10px;
}

.card-default__custom-title a, .card-default__custom-title{
    font-size: 16px;
    font-weight: 600;
    color: var(--color-title-grey);
    margin-bottom: 8px;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-default__custom-location {
    color: var(--color-placeholder);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.card-default__custom-location i {
    margin-right: 5px;
}

.card-default__custom-duration {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-placeholder);
    margin-bottom: 8px;
}

.card-default__custom-rating {
    margin-bottom: 10px;
    margin-top: 10px;
}

.stars {
    color: #ffd700;
    font-size: 14px;
}

.card-default__custom-rating-hotel {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-grey-dark);
}

.rating-text {
    color: var(--color-grey-dark);
    font-size: 12px;
    margin-left: 5px;
}

.card-default__custom-price-label {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-placeholder);
    margin-bottom: 8px;
}

.card-default__custom-price {
    font-size: 24px;
    font-weight: 500;
    color: #FF1414;
}

.card-default__custom-button a {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}

.card-default__custom-button i {
    color: var(--color-blue-main);
}

.card-default__custom-description {
    display: -webkit-box;
    color: var(--color-placeholder);
    -webkit-line-clamp: 3;
    /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.6em;
    /* Đảm bảo chiều cao tối thiểu cho 3 dòng, có thể điều chỉnh */
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    word-break: break-word;
}

.btn-border-solid {
    border-radius: 50px;
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 16px;
    border: 0.5px solid #2973B8B2;
    color: #1F3B64;
    font-weight: 500;
    font-size: 16px;
}

.btn-border-solid i {
    color: var(--color-blue-main);
}

.btn-border-solid:hover {
    background-color: #2973B8B2;
    color: #fff;
}

.foods-container .owl-stage-outer {
    padding-top: 10px;
}

.foods-title-container .btn-box {
    display: flex;
    align-items: center;
}

.box-title {
    justify-content: space-between;
}

.box-title__detail {
    align-items: center;
    gap: 10px;
}

.box-title__detail h2 {
    padding: 0;
}

.custom-nav__foods {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-nav__foods .owl-prev,
.custom-nav__foods .owl-next {
    background: #E0EAFF;
    border: 1px solid #AEBFFF;
    box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 50%;
    cursor: pointer;
    gap: 10px;
}

.custom-nav__foods .owl-prev i,
.custom-nav__foods .owl-next i {
    padding: 15px;
    color: var(--color-blue-main);
}

.card-default__custom-item.item-layout-new {
    width: 270px;
}

.card-default__custom-item.item-tag-new {
    width: 235px;
}

.card-default__custom-item.item-layout-new .site-image,
.card-default__custom-item.item-tag-new .site-image {
    position: relative;
    height: 400px;
    z-index: 0;
}

.card-default__custom-item.item-layout-new .site-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-default__custom-item.item-layout-new .site-title h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}

.card-default__custom-item.item-tag-new .image-wrapper {
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(31, 31, 31, 0.7) 100%);
    height: 100%;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.card-default__custom-item.item-tag-new .site-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-default__custom-item.item-tag-new .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(31, 31, 31, 0.7) 100%);
}

.card-default__custom-item.item-tag-new .site-title h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.card-default__custom-item.item-layout-new .site-title {
    position: absolute;
    bottom: 0;
    background: var(--color-blue-opacity);
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}

.card-default__custom-item.item-tag-new .site-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-blue-opacity);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    z-index: 1;
}

.card-default__custom-item.item-tag-new .site-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.card-default__custom-item.item-layout-new .site-title h3 {
    padding: 15px 0;
}

.default-btn i {
    color: var(--color-blue-main);
}

.card-default__custom-item.item-explore-new img {
    border-radius: 10px;
    height: 260px;
}

.card-default__custom-item.item-explore-new .site-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-title-grey);
    margin-bottom: 8px;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-default__custom-item.item-explore-new .site-description {
    font-family: 'Roboto';
    color: var(--color-placeholder);
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 4.2em;
}

.container-btn__detail {
    display: flex;
    justify-content: end;
}

/* Giúp modal lớn hơn và hiển thị ở giữa màn hình */
#placeDetailModal .custom-modal-center {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
}

#placeDetailModal .modal-content {
    width: 100%;
}

/* Modal body cuộn nếu nội dung dài */
#placeDetailModal .modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

/* Responsive */
@media (max-width: 1200px) {
    .card-default__custom-item {
        width: 300px;
        margin-right: 18px;
    }
}

@media (max-width: 992px) {
    .card-default__custom-item {
        width: 280px;
        margin-right: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    .card-default__custom-title {
        height: 40px;
    }

    .card-default__custom-price {
        font-size: 16px;
    }

    .btn-more-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .province__detail-img-feature{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .card-default__custom-item {
        width: 260px;
        margin-right: 12px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .card-default__custom-info {
        padding: 12px;
    }

    .card-default__custom-title {
        height: 47px;
    }

    .card-default__custom-image {
        height: 180px;
    }

    .card-default__custom-price {
        font-size: 16px;
    }

    .btn-more-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    #placeDetailModal .modal.fade.in .modal-dialog {
        transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
    }
}

@media (max-width: 576px) {
    .card-default__custom-item {
        width: 240px;
        margin-right: 10px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .card-default__custom-info {
        padding: 10px;
    }

    .card-default__custom-title {
        height: 36px;
    }

    .card-default__custom-image {
        height: 160px;
    }

    .card-default__custom-location {
        font-size: 12px;
    }

    .card-default__custom-price {
        font-size: 15px;
    }

    .card-default__custom-description {
        min-height: 3.2em;
    }
}

@media (max-width: 480px) {
    .card-default__custom-item {
        width: 220px;
        margin-right: 8px;
    }

    .section-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card-default__custom-info {
        padding: 8px;
    }

    .card-default__custom-title {
        height: 47px;
    }

    .card-default__custom-image {
        height: 140px;
    }

    .card-default__custom-location {
        font-size: 11px;
    }

    .card-default__custom-rating {
        margin-bottom: 6px;
    }

    .card-default__custom-price-label {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .card-default__custom-price {
        font-size: 14px;
    }

    .card-default__custom-item.item-explore-new {
        width: 250px;
    }

    .btn-more-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .box-title__detail {
        flex-direction: column;
    }
}

@media (max-width: 320px) {
    .card-default__custom-item {
        width: 200px;
        margin-right: 6px;
    }

    .section-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .card-default__custom-info {
        padding: 6px;
    }

    .card-default__custom-title {
        height: 36px;
    }

    .card-default__custom-image {
        height: 120px;
    }

    .card-default__custom-badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .card-default__custom-price {
        font-size: 13px;
    }
}