/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
/* Import Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Define Meiryo if using a local font */
@font-face {
    font-family: 'Meiryo';
    src: url('../fonts/Meiryo.ttf') format('truetype'),
         url('../fonts/Meiryo-Bold.ttf') format('truetype'),
         url('../fonts/Meiryo-BoldItalic.ttf') format('truetype'),
         url('../fonts/Meiryo-Italic.ttf') format('truetype');
}
body {
    font-family: 'Roboto', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body.meiryo {
    font-family: 'Meiryo', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.carousel {
    width: 100%;
    height: 471px;
}

.carousel-item {
    height: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 0.75rem !important;
    height: 0.75rem !important;
    border-radius: 100% !important;
}

.carousel-indicators {
    margin-bottom: 20%;
}

.shadow-custom {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
}

.btn-submit {
    background-color: #FF8640;
    color: #ffffff;
}
.btn-submit:hover{
    background-color: #FF8640;
}
.input-border {
    border: 1px solid rgba(222, 224, 234, 0.5);
    /* Màu border với độ mờ 50% */
}

.search-icon {
    top: 25%;
    left: 4%;
}
.search-icon-experience {
    top: 40%;
    left: 17.5%;
}
.search-icon-experience-calendar {
    top: 40%;
    left: 45.5%;
}
.search-icon-end {
    top: 25%;
    right: 4%;
}

.search-icon-package {
    top: 25%;
}

.custom-input {
    padding-left: 10%;
    height: 3.25rem;
}

.start-5 {
    left: 5%;
}

.end-5 {
    right: 5%;
}

.card-img-top {
    height: 290px;
    /* Chiều cao của hình ảnh */
    object-fit: cover;
    /* Đảm bảo hình ảnh không bị méo */
}

#home .card {
    width: 307.5px;
    height: 385px;
    border-radius: 12px;
    border: 0.5px solid #D9D9D9;
    opacity: 1;
    overflow: hidden;
}

#home .card-img-top {
    height: 200px;
    /* Chiều cao của hình ảnh */
    object-fit: cover;
    /* Đảm bảo hình ảnh không bị méo */
}

#home .card-body {
    border-radius: 0.75rem;
}

.bg-EE1D52 {
    background-color: #EE1D52;
}
.bg-4D40CA {
    background-color: #4D40CA;
}
/* .swiper-slide {
    width: 19.21875rem;
    margin-right: 9.5rem;
} */

.swiper-slide-slide-home {
    width: 19.21875rem;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.report-preview {
    border-radius: 8px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    width: 9rem;
    height: 9.0625rem;
}
@media (min-width: 992px) {

    .report-preview {
        width: 10.8125rem;
        height: 9.6875rem;
        padding: 16px 10px;
        gap: 6px;
    }


}
    .carousel-control {
        height: 3.75rem;
        width: 3.75rem;
        border-radius: 100%;
    }

.header-add-color {
    background-color: #0f1230;
}

.title-2 {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 20.72px;
    align-items: center;
}

.title-3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.29px;
}

.column-filter {
    padding: 32px 24px;
    /* border: 1px solid black; */
    border-radius: 12px;
    background-color: #ffffff;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #595959;
}

.custom-label {
    color: #595959;
}

.line {
    border-bottom: 1px solid #EFF0F5;
}

.color-title-primary {
    color: #FF8640;
}

.btn-color-primary {
    color: #fff;
    background-color: #FF8640;
    border: 0.5px solid #FF8640;
    /* height: 100%; */
    width: 100%;
    align-content: center;
}

 .btn-color-primary:hover, .btn-site-primary:hover {
    background-color: #FF8640;
    color: #fff;
    border: 0.5px solid #FF8640;
}

.btn-site-primary {
    color: #fff;
    background-color: #FF8640;
    border: 0.5px solid #FF8640;
}

.link-color-primary {
     color: #FF8640;
 }

.link-color-primary:hover {
    color: #f15e0a;
}
.image-relative-accom {
    border-bottom-left-radius: 12px;
}

.image-item-card {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.text-red {
    color: #EE1D52;
}

.custom-badge {
    background-color: #EE1D52;
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
}

p.small {
    font-size: 0.9rem;
}

.bg-light {
    border: 1px solid #e0e0e0;
}

.heart-icon-custom {
    border-radius: 50%;
    border: none;
    outline: none;
    color: #fff;
    height: 28px;
    font-weight: 400;
    width: 28px;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.heart-icon-custom:hover {
    background-color: rgba(255, 0, 0, 0.75);
}

.border-color-primary {
    border: 1px solid #FF8640;
}

/* ---------------- */
.card-row {
    display: flex;
}

.no-flex {
    display: block;
    width: 100%;
}

.no-flex>[class*="col-"] {
    display: block;
    width: auto;
    float: none;
}

.row.g-0 {
    margin: 0;
}

.w-65 {
    width: 65% !important;
}

.w-35 {
    width: 35% !important;
}

#room-details {
    flex-direction: column;
    padding: 16px 30px 16px 30px;
}

.room-detail {
    border: 0.5px solid #DEE0EA;
    border-radius: 4px;
    gap: 12px;
    padding: 16px;
}

.border-rds-4 {
    border-radius: 4px;
}

.remove-border-radius-lb {
    border-bottom-left-radius: 0;
}

.btn-custom-reverse {
    cursor: pointer;
}

/* .btn-custom-reverse:hover {
    background-color: #fff;
    color: #FF8640;
    border: 0.5px solid #FF8640;
} */

.custom-padding {
    padding: 0 !important;
}

/* ------------ RESPONSIVE ------------ */
@media (max-width: 768px) {
    .info-accom {
        box-sizing: border-box;
        max-width: 100%;
        left: 0;
        top: 88%;
        z-index: 3;
        padding: 0 20px;
        background: #fff;
        width: 100%;
        border-radius: 12px;
    }

    .custom-button-down {
        border-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .image-item-card {
        height: auto;
    }

    #body-content{
        top:670px;
    }
}

@media (min-width: 769px) {
    #filter-list {
        display: block;
    }
    #carouselExampleIndicators{
        height: 779px;
    }

    #box-search-content{
        margin-top: 58px;
    }
    #body-content{
        top:720px;
    }
}

.custom-container {
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 15px;
}

#body-content {
    background-color: #f6f6f6;
    width: 100%;
}

#list-accommodation {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.custome-btn {
    padding: 6px 16px;
    border-radius: 8px;
}

.remove-border-radius-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.check-filter {
    opacity: 0.5;
    pointer-events: none;
}

.check-filter.active {
    opacity: 1;
    background: #FF8640;
    color: #fff;
    border: none;
    pointer-events: auto;
}

.container-custom-small {
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: inline;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    padding: 0 0.5rem;
    color: #6c757d; /* Màu của dấu phân cách */
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6D6D6D; /* Màu của liên kết */
}

.breadcrumb-item a:hover {
    text-decoration: underline; /* Gạch chân khi hover */
}

.breadcrumb-item.active {
    color: #1A1A1A; /* Màu cho mục hiện tại */
}

.thumbnail-image {
    height: 100%; /* Để thumbnail cũng kéo dài ra hết chiều cao */
}

.card-detail {
    border: 0.5px solid #DEE0EA;
    background-color: #fff;
}

#nav-tab-info-accomd .card-body {
    padding: 16px;
}

#nav-tab-info-accomd .card-detail {
    border-radius: 12px;
}

#nav-tab-info-accomd .card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.info-image img{
    height: 250px;
    object-fit: contain;
    width: 100%;
}

.carousel-control-prev {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 100%;
}

.carousel-control-next {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 100%;
}

/* CSS */
.parent-div {
    transition: 0.3s; /* Thêm hiệu ứng chuyển động */
}

.parent-search-button::after {
    content: "";
    width: 10px; /* Chiều rộng của hình thoi */
    height: 10px; /* Chiều cao của hình thoi */
    background-color: #FF8640;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg); /* Dịch chuyển và xoay 45 độ để thành hình thoi */
    display: none; /* Mặc định ẩn đi */
    z-index: -1; /* Đặt phía dưới div cha */
}

.parent-search-button.active::after {
    display: block; /* Hiển thị khi click */
}
/* CSS mặc định cho các thẻ div */
.parent-search-button {
    transition: background-color 0.1s ease, opacity 0.1s ease;
}

/* Màu nền và độ mờ khi không được chọn */
.bg-black {
    background-color: black !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

/* Màu nền khi được chọn */
.bg-FFAE7E {
    background-color: #FFAE7E !important;
    opacity: 1 !important;
}
/* CSS */
.parent-search-button {
    position: relative; /* Đặt position cho thẻ cha */
}

.dropdown-menu {
    position: absolute; /* Đảm bảo dropdown menu nằm tương đối so với thẻ cha */
    left: 50%; /* Đặt menu căn giữa theo chiều ngang */
    top: 100%; /* Hiển thị menu phía dưới thẻ cha */
    transform: translateX(-50%); /* Dịch chuyển menu sang trái 50% để căn giữa */
    z-index: 1000; /* Đặt z-index cao hơn để menu nằm trên các phần tử khác */
    width: 1200px; /* Đặt chiều rộng cố định cho dropdown */
    margin-top: 10px; /* Khoảng cách phía trên menu */
}

.dropdown-center.active .dropdown-menu {
    display: block !important; /* Luôn hiển thị menu khi thẻ cha có class 'active' */
}
.search-box {
    display: none; /* Mặc định ẩn tất cả các thẻ search */
}

.search-box.active {
    display: block; /* Hiển thị thẻ search có class 'active' */
}

.border-bottom-dash {
    border-bottom: 1px dashed #DEE0EA; /* Đường viền 2px, kiểu gạch ngang, màu đen */
  }
