/*
	Theme Name: Flatsome Child

	Description: This is a child theme for Flatsome Theme

	Author: UX Themes

	Template: flatsome

	Version: 3.19.12
*/

.has-transparent .header-wrapper:not(.stuck) ul.header-nav li>a {
	color: #fff;
}

.has-transparent .header-wrapper:not(.stuck) ul.header-nav li.active>a {
	color: var(--primary-color);
}
.header-language-dropdown ul li a{
	color:#333!important;
}
a.button.t-hover {
	position: relative;
	z-index: 1;
}

a.button {
    letter-spacing: 2px;
	font-weight: 400;
}

a.button.is-outline {
	border: 1px solid #fff;
}

a.button.t-hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    transition: all ease-in 0.2s;
    z-index: -1;
}

a.button.t-hover:not(.is-outline)::after {
	background-color: #212121;
}

a.button.t-hover.is-outline:hover span {
	color: #212121;
}

a.button.t-hover:not(.is-outline):hover span {
	color: #fff;
}

a.button.t-hover:hover::after{
	width: 100%;
    left: 0;
    height: 100%;
}

.sec-header h5 {
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sec-header h2 {
	font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-right: 50px;
    line-height: 56px;
}

.gembooking-room .box-overlay {
	overflow: hidden;
}

.gembooking-room .box-overlay .overlay {
	transition: all .5s ease;
}

.gembooking-room .box-overlay:hover .overlay {
	background-color: rgb(0 0 0 / 45%) !important;
}

.gembooking-room .book-now {
	position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.gembooking-room .book-now a {
	font-size: 12px;
	padding: 10px 3px;
}

.gembooking-room .price-room {
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.gembooking-room .post-title {
	display: block;
    font-size: 27px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
	margin-block: 0px 10px;
}

.gembooking-room .line {
    width: 60px;
    height: 1px;
    background-color: #fff;
    transition: all linear 0.5s;
}

.gembooking-room .box:hover .line {
	width: 100%;
}

.gembooking-room .list-room__info-list {
	float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 0;
    margin-top: 20px;
}

.gembooking-room .list-room__info-list .info-item {
	font-size: 12px;
}

.gembooking-room .box-text .button {
	margin: 0;
}

.gembooking-room .hover-bounce {
	transform: scale(1) translateZ(0) translateY(90px) !important;
}
.gembooking-room.en .hover-bounce {
/* 	transform: scale(1) translateZ(0) translateY(60px) !important; */
}

.slide-dichvu .box ul {
	margin-top: 10px;
}

.slide-dichvu .box ul li {
	padding-left: 10px;
}

.slide-dichvu .box ul li::marker {
    content: "";
	speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
	color: var(--primary-color);
}

.slider-style-focus .flickity-slider>:not(.is-selected) {
	opacity: 1;
}

.slider-style-focus .flickity-slider>.is-selected {
	transform: scale(.93);
}

.sec-tienich .icon-box {
	padding: 30px 20px;
    border: 1px solid #f1eeeb;
	min-height:280px!important;
}

.sec-tienich .icon-box p {
	font-size: 15px;
}

.bg-light {
	background-color: rgb(248, 245, 240);
}

.col-datphong {
	background-color: rgb(248, 245, 240);
}

.col-datphong h2 {
	font-size: 27px;
	line-height: 32px;
}

.wpcf7-form .wpcf7-form-control {
	border-radius: 4px;
	height: 45px;
}

.col-datphong input[type="submit"] {
	width: 100%;
	font-weight: normal;
}

.wpcf7-spinner {
	display: none;
}

.servtab ul {
	gap: 8px;
}

.servtab li>a {
	text-align: center;
    padding: 8px 24px;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
	font-size: 16px;
}

.entry-title {
	font-size: 45px;
}


@media screen and (min-width: 768px) {
	.row-check-booking {
		margin-top: -125px;
		margin-bottom: 125px;
	}
	
}
.col-datphong  .wpcf7-form label{
	color:#333!important;
}
 .wpcf7-form label span{
	margin-top:5px
}
@media screen and (max-width: 767px) {
	.sec-header h2 {
		padding-right: 0px;
		font-size: 32px;
	}

	.servtab ul {
		justify-content: center;
	}

	.servtab li>a {
		padding: 4px 16px;
	}
}

.ani-pulse {
	animation-name: ani-pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.tabbed-content caption{
	display:none;
}
.section-map .tabbed-content ul{
	width:100%
}
.section-map .tabbed-content ul li{
	width:48%;
}
.section-map .tabbed-content ul li a{
	width:100%;
	text-align:center;
	display:flex;
	justify-content:center;
}
.tabbed-content td{
	font-size:16px;
}
.tabbed-content tr i{
	margin-right:5px;
}
@keyframes ani-pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
