.room-detail>.col{
	cursor:pointer;
	
}

.room-detail {
	padding: 0 1rem !important;
}

.room-grid-item {
	border-radius: 8px !important; 
	overflow: hidden;
}

.rental-container {
	background: white;
	padding: 2rem;
	border-radius: 10px;
	margin-top: 2rem;
}

.rental-right-col a.button {
	margin-bottom: 1rem !important;
	display: flex;
	align-items: center;
	gap: .8rem;
	justify-content: center;
	padding: .7rem;
}

.rental-info-container {
	display: flex; align-items: center; justify-content: space-between;
	margin: 1rem 0;
}

.rental-info-item {
	font-weight: bold; color: #2F2F2F;text-align: center;
	width: 25%;
}

.rental-info-item:last-child {
    border: none;
}
.rental-info-item-divi{
	width: 1px;
    height: 30px;
    background: #d3d3d3;
}
.rental-info-container .rental-info-item-divi:last-child{
	display:none!important;
}
.rental-right-col {
	position: relative;
	overflow: hidden;
}

.rental-right-col::before,
.rental-right-col::after{
	content: "";
    background: #F3F3F3;
    width: 45px;
    height: 35px;
    position: absolute;
    left: -6%;
    top: 51%;
    border-radius: 50%;
	z-index: 2;
}

.rental-right-col::after {
	left: unset;
	right: -6%;
}

.rental-info-footer {
	display: flex; align-items: center; justify-content: center;
	font-size: 14px;
	color: #949494;
}

.rental-info-footer > div {
	display: flex; align-items: center; justify-content: space-between; 
}


iframe {
	width: 100%;
	height: 400px;
	border-radius: 10px;
}

.room-detail .col>div:hover{
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: box-shadow 0.3s;
}
.room-detail .swiper-slide .img{
	border-radius: 10px; overflow: hidden;
}
.room-detail .swiper-slide img{
	transition: transform 0.3s ease-in-out;
}
.room-detail .swiper-slide:hover img{
	transform: scale(1.1);
}
.room-info {
	padding: 30px;
	border: 1px solid #D8D8D8;
	border-radius: 0 0 8px 8px;margin-bottom: 1.5rem;
}

.swiper-slide {
	height: auto !important;
}

.swiper-button-next, .swiper-button-prev {
	color: white !important;
	
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 32px !important;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
}

.room-grid-container {
	display: grid; 
	gap: 10px; 
	grid-template-areas: 
		"image-1 image-2 image-5 "
		"image-1 image-4 image-3 "; 
	
	 grid-template-columns: 2fr 1fr 1fr;
}

.room-grid-item.main {
   grid-area: image-1;
}

.room-grid-item {
	overflow: hidden;
	cursor: pointer;
	transform: .25s ease;
	border-radius: 8px;
}

.room-image-2 {
	grid-area: image-2;
}


.room-image-3 {
	grid-area: image-3;
}

.room-image-4 {
	grid-area: image-4;
}

.room-image-5 {
	grid-area: image-5;
}

.room-grid-item {
    width: 100%;
    height: 100%;
	position: relative;
}

.room-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.room-image-1 {
	border-radius: 8px;
	position: relative;
	overflow:hidden;
	cursor:pointer;
}


.room-grid-item img {
	border-radius: 8px;
	height: 200px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

.room-grid-item.main img {
	height: 410px;
}


.room-grid-item:hover>img {
	transform: scale(1.1);
}


.room-image-1-text-overlay {    
	bottom: 5%;
	left: -1%;
	transform: translate(5%, -15%);
	position: absolute;
	color: white !important;
	padding-right: 65px;
	z-index: 2;
	display: flex; 
	align-items: center;
	gap: 1rem;
	
}

.room-image-3-text-overlay {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: white !important;
	text-align: center;
	z-index: 2;
}


.room-img-1-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
	z-index: 1;
	border-radius:8px;
}

.room-img-2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
	z-index: 1;
	border-radius: 8px;
}

.room-img-3-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
	z-index: 1;
	border-radius: 8px;
}


.branch-banner .banner-bg , .branch-banner{
	border-radius: 8px;
}

.facilityItem {
	font-size: 13px;
}

.facilityItem img {
	width: 35px;
	height: 35px ;
	object-fit: contain;
}

.top-banner-bg {
	position: absolute; left: -43%; height: 100%; width: 105% !important;
}

.top-banner-bg::before {
	content: '';  
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;  
	background-color: rgba(0, 0, 0, 0.5);  
	z-index: 1;  
}

.total-galleryImg:hover {
	cursor: pointer;
}

.room-image-3-text-overlay-2 {
	position: absolute;
	z-index: 2;
	border: 0;
	bottom: 1.15rem;
	right: 1.15rem;
}

.room-image-3:hover {
	cursor: pointer;
}

#explore .large-4  > div {		
	border-right: 1px dashed #E5E5E5;
	border-radius:8px 0 0 8px;
}
#explore .large-8 > div  {
	border-radius:0 8px 8px 0;
}
.area-sub-info {
	border-left:1px dashed #E5E5E5;
}

.left-col {
	border-radius: 0 0 0 8px;
}

.right-col {
	border-radius: 0 0 8px 0;
}

@media (max-width: 900px) {
	.top-banner-bg {
		width: 104% !important;
		left: -4% !important;
	}
	
	.right-col {
		border-radius: 0 0 8px 8px;
	}
	
	.left-col, .right-col,
	#explore .col > div{
/* 		margin-right: 2rem; */
	}

	.room-info {
		padding: 15px;
	}

	.is-sticky-column > div {
		padding: 15px !important;
	}

	.room-image-3-text-overlay-2 span {
		font-size: 12px;
	}
}


@media (max-width: 600px) {
	.area-sub-info {
		border-left:unset;
		border-top:1px dashed #E5E5E5;
	}
	.room-image-1-text-overlay {
		transform: translate(5%, 0%) !important; 
	}

	.room-grid-container {
		grid-template-areas:
			"image-1 image-1"
			"image-2 image-5"
			"image-4 image-3";
		grid-template-columns: 1fr 1fr; /* 2 cột */
		grid-template-rows: auto auto auto; /* 3 hàng */
	}
	
	.room-grid-item.main img {
		height: 250px;
	}
	
	.room-grid-item img {
		height: 150px;
	}

	.amenities {
		padding: 15px !important;
		font-size: 13px !important;
	}
	
	.room-image-3-text-overlay-2 .button {
		font-size: 12px;
	}

	.top-banner-bg {
		left: -5% !important;
		width: 110% !important;
	}

	.total-galleryImg {
		font-size: 1rem !important;
	}

/* 	.room-img-1-overlay  {
		border-radius: 8px 8px 0 0 !important;
	} */

	.branch-top-bannerGallery {
		margin-top: 1rem;
	}

	#explore h2 {
		font-size: 1.5rem !important;
	}

	#explore .large-4 > div {
		padding-bottom: 0 !important;
		border-right:unset;
		border-bottom: 1px dashed #E5E5E5;
		border-radius:8px 8px 0 0;
	}
	#explore .large-8 > div {
		border-radius:0 0 8px 8px;
	}



	.amenities {
		padding: 0 !important;
	}

	.amenities .col {
		margin: 0;
		padding: 0;
	}

	.room-image-1-text-overlay img {
		height:auto !important;
	}

	.room-image-1-text-overlay h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow:
			hidden;
		-webkit-line-clamp: 2;
	}
	
	.rental-container {
		padding: 1rem;
	}
	
	iframe {
		height: 250px !important;
	}
	
	.rental-about-nav {
		white-space: nowrap;
		overflow: auto;
	}
	
	.rental-detail-info * {
		font-size: 13px !important;
	}
	
	.top-review-container {
		margin-bottom: 1rem !important;
		border: none !important;
	}
}


.branch-info-row .left-col ,
.branch-info-row .right-col {
	padding: 2rem !important;
	background: white !important;
}
.explore-container p:first-child{
	width:70%;
}
.explore-container p:last-child{
	width:30%;
	text-align:right
}
.explore-container {
	display: flex; align-items: center; justify-content: space-between; font-size: 14px; border-bottom: 1px dashed #00000038;
	padding: 0.5em;
	gap: 1rem;
}
@media screen and (max-width: 599px) {
	.explore-grid .explore-container:last-child{
	border-bottom: unset;
}
}

@media screen and (min-width: 600px) {
.explore-grid .explore-container:nth-last-child(-n+2){
	border-bottom: unset;
}
}

.explore-grid {
	margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; 
	gap: 0 1rem;
}

@media (max-width: 600px) {

	.explore-grid{
		grid-template-columns: 1fr;
	}}
.about-header {
	position: relative;
	font-weight: bold;
}

.about-header.active::before {
	content: "";
	background: #FF4B27;
	position: absolute;
	bottom: -16px;
	width: 100%;
	height: 5px;
}
.location-content-left{
	padding:1.2rem;
}
.other-location .location-content-right {		

	border-left:unset;
	border-top:1px dashed #E5E5E5;
	width: 100%;
	flex-direction:row;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: start;
	padding:0.5rem 1.2rem;
}
.other-location .location-content {
	padding:0;
}
.location-content {
	height: auto;
}

.location-content-right .button {
	margin-top:0;
}
.location-img-container{
	border-radius: 10px 10px 0 0; overflow: hidden;
}
.other-location .location-img-container .location-tab-overlay-img {
	border-radius: 8px 8px 0 0;
}

.location-content {
    height:unset!important;
}

#description,
.review-container {
  max-height: 250px;  
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}

.review-container {
	max-height: 520px;  
}

/* Khi mở rộng */
#description.expanded,
.review-container.expanded {
  max-height: unset; 
}

