
.slider-banner {
	border-bottom: 8px solid transparent;
	background-image: url(../images/line-bottom.jpg);
    background-position: center;
    background-size: contain;
}
.content {
	margin-bottom: 50px;
}
.txt-label {
	text-indent: 2rem;
	color: #ff6c0e;
	font-size: 1.25rem;
	font-weight: bold;
}
.same-high {
	height: 460px;
}

.room-box {
  margin-bottom: 25px;
}
.room-txt {
  padding: 25px 5px;
  font-size: 1.25rem;
  background-color: #EDEDEF;
  vertical-align: middle;
}
.room-txt a {
  color: #000;
}
.pt50 {
	padding-top: 150px;
}
.preview-room-image {
	object-fit: fill;
    width: 100%;
    height: 100%;
} 
.room--img {
	margin-bottom: 15px;
}
.txt-roomtype {
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
}
.txt-eng-lang {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 10px;
	cursor: pointer;
}
.txt-eng-lang.en, .txt-eng-lang.cam {
	font-size: 2rem;
	line-height: 1;
}
.img-hover {
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.img-hover:hover {
  	-moz-transform: scale(1.02);
  	-webkit-transform: scale(1.02);
  	transform: scale(1.02);
}
.txt-linkback a {
	color: #000;
}

/* VDO display */
.iframe-container > video {
	width: 100%;
	vertical-align: middle;
	max-height: 600px;
    background-color: #000;
}
.iframe-container > video.has-media-controls-hidden::-webkit-media-controls {
	display: none;
}

.video-overlay-play-button {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px calc(50% - 50px);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0.95;
	cursor: pointer;
	background-image: linear-gradient(transparent, #808080);
	transition: opacity 150ms;
}

.video-overlay-play-button:hover {
	opacity: 1;
}

.video-overlay-play-button.is-hidden {
	display: none;
}

@media (max-width: 767px) {
	.preview-room-image {
		object-fit: cover;
	} 
	.same-high {
		height: 420px;
	}
  }
  


