section.banner-desktop {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 26px;
}
.box-news-memter .images-news img {
    height: 353px;
    width: 100%;
}
.box-form-right-statics .button.is-primary:focus {
    outline: none;
}
.icon-form {
	position: absolute;
	right: 2px;
	z-index: 9;
	top: 60%;
	transform: translateY(-50%);
}
.item-thu-vien {
    position: relative;
}

.item-thu-vien:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    display: none;
}

.item-thu-vien:hover:before {
    animation: shine .75s;
    display: block;
}
.icon-form svg path {
	stroke: #fff;
}

.icon-form svg {
	width: 25px;
	height: 25px;
}

.section-form-books {
	position: absolute;
	bottom: 0;
	width: 84%;
	left: 50%;
	transform: translateX(-50%);
}

.box-form-books {
	background: #2a4012;
	padding: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.bookings__desktop button a {
	color:#fff
}
.booking-input-box {
	width: calc(100% / 6);
	position: relative;
	display: inline-block;
	border: 1px solid #dcdcdc;
	margin: 0 11px 0;
	padding: 12px 20px 12px;
}

.booking-input-box p {
	padding-bottom: 0px;
}

.booking-input-box h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0;
}

.booking-input-box input {
	width: 100% !important;
	outline: 0 !important;
	background: transparent;
	border: transparent !important;
	color: #dcdcdc;
	padding: 0 6px 0 0 !important;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0;
}

.booking-input-box select {
	width: 100%;
	outline: 0;
	background: transparent;
	border: transparent;
	color: #dcdcdc;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "CormorantGaramond";
	font-weight: bold;
	margin: 4px 0 0;
}

.booking-button {
	margin-left: 20px;
}

.booking-button p {
	padding-bottom: 0px;
	font-size: 20px;
}

.booking-button button {
	background: #aacf34;
	border: transparent;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	padding: 25px 50px;
	font-size: 15px;
}

.booking-input-box input::-webkit-calendar-picker-indicator {
	color: #fff;
	filter: invert(16);
}

.subtitle {
	color: #000;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
	text-align: center;
	font-family: noidung-bold;
}

.common-header h2 {
	font-size: 31px;
	margin-bottom: 30px;
	font-family: noidung-bold;
	font-weight: 200;
	text-align: center;
	color: #144121;
	text-transform: uppercase;
}

.about__content p {
	color: #333;
	padding-bottom: 0px;
	font-weight: 400;

}

.about__content p.subtitle {
	font-family: noidung-bold;
	font-size: 16px;
}

.about__item-inner {
	gap: 20px;
}

.about__item-thumb {
	width: 60px;
	height: 60px;
	box-shadow: 0px 4px 15px rgba(217, 217, 217, 0.8);
	display: flex;
	justify-content: center;
	padding: 14px;
	border-radius: 5px;
}

.about__item-content {
	/* width: calc(100% - 60px - 20px); */
}

.about__item-content h5 {
	font-size: 17px;
}

.about__item-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.custom-btn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #144121;
	border-radius: 5px;
	background-color: #144121;
	color: #ffffff;
	padding-inline: 2rem;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	padding: 3px 20px;
}

.about__image-sm {
	right: -30px;
	bottom: -50px;
	position: absolute;
	animation: floating 4s linear alternate infinite;
	border-radius: 10px;
	overflow: hidden;
}

.about__image {
	position: relative;
}

section.about.about--shape {
	padding-bottom: 100px;
	padding-top: 0px;
	overflow: hidden;
}

section#video {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 80px 0px 65px;
}

.bg-content {
	position: relative;
	z-index: 2;
	height: 100%;
	text-align: center;
}

section#video:before {
	background: rgba(0, 0, 0, .4);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

span.h-sub-font {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: noidung-bold;
}

h2.special-font-body-emphasis {
	text-align: center;
	color: #fff;
	font-size: 35px;
	display: block;
	padding: 15px 0px;
	width: 80%;
	margin: 0 auto;
	font-family: noidung-bold;
	font-weight: 200;
	text-transform: uppercase;
}

.btn-video-play {
	--bs-btn-video-play-color: #32b8b8;
	--bs-btn-video-play-size: 64px;
	--bs-btn-video-play-size-md: 64px;
	--bs-btn-video-play-size-sm: 48px;
	--bs-btn-video-play-size-lg: 80px;
	--bs-btn-video-play-border-size: 16px;
	--bs-btn-video-play-border-size-md: 16px;
	--bs-btn-video-play-border-size-sm: 12px;
	--bs-btn-video-play-border-size-lg: 20px;
	--bs-btn-video-play-animation: pulse-border 1500ms ease-out infinite;
	--bs-btn-video-play-transition: all 0.35s ease-in-out;
	padding-left: 5px;
	position: relative;
	box-sizing: content-box;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 35px;
}

.btn-video-play:after,
.btn-video-play:before {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	background: #32b8b8;
}

.desc-videos {
	width: 95%;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin: 0 auto;
}

.btn-video-play:before {
	animation: pulse-border 1500ms ease-out infinite;
}

.btn-video-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.btn-video-play:after,
.btn-video-play:before {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	background: #144121;
}



section.room.bg--section-color {
	padding-block-end: 30px;
	padding-block-start: 33px;
	background-repeat: no-repeat !important;
	position: relative;
}

.section-header {
	margin-block-end: 10px;
}

.section-header.aos-animate {}

.section-header__content h2 {
	margin-bottom: 0;
	/* font-family: noidung-bold; */
	font-family: "YenTu", serif;
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
}

.section-header__content p {
	color: #70717B;
	width: 95%;
	margin: auto 20px;
	text-align: center !important;
	font-weight: 400;
	padding-bottom: 10px;
}

.section-header__content {
	text-align: center;
}

.room__item-thumb {
	border-radius: 0.25rem;
}

.room__item-thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
	display: block;
}

.room__item-thumb:after {
	background-image: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 58.73%, rgba(7, 7, 7, 0.9) 89.09%);
	top: 0;
	left: 0;
}

.room__item--style1 .room__item-content {
	padding: 1.5rem;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    bottom: calc(-105% + 145px);
    border-radius: 0.25rem;
    padding: 1.25rem;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
}

.room__item-header {
	margin-block-end: 40px;
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rating {
	gap: 3px;
	display: flex;
}

.rating__star i,
.rating__star svg {
	font-size: 0.875rem;
	color: #e9ba17;
	width: 20px;
	height: 20px;
}

.room__item-inner {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.room__item-header h3 a {
	color: #fff;
	font-size: 24px;
}

.room__item-header p {
	color: #fff;
}

.room__item-header p {
	color: #fff;
	padding-bottom: 0px;
}

.room__item-thumb:after {
	background-image: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 58.73%, rgba(7, 7, 7, 0.9) 89.09%);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
}

.room__item-body>p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0px;
	margin-bottom: 16px;
}

.room__feature {
	column-count: 2;
	margin-bottom: 15px;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room__feature-item {
	padding-bottom: 5px;
	gap: 15px;
	display: flex;
	align-items: center;
	width: calc((100% - 20px) / 2);
}

.room__item--style1:hover .room__item-content,
.room__item--style1.active .room__item-content {
	background-color: #ffffffb5;
	bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	overflow: hidden;
}

.room__item.room__item--style1:hover .room__item-name h3 a {
	color: #000;
}

.room__item.room__item--style1:hover .room__item-name p {
	color: #000;
}

.room__item.room__item--style1:hover .room__item-price p {
	color: #000;
}

.room__feature-text p {
	font-weight: 500;
	padding-bottom: 0px;
}


@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

section.collection {
	background: #ffffff14;
	padding: 3rem 0px;
}

.collection-hedding {
	text-align: center;
}

section.collection {}

.collection-hedding h2 {
	/* font-family: "Lora", serif; */
	display: block;
	padding: 10px 0px 15px;

	position: relative;
	display: inline-block;
}

.placerat-desc {
	padding: 20px;
	text-align: center;
}

.placerat-desc h3 {
	/* font-family: "Lora", serif; */
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 11px;
	padding-top: 10px;
	color: #144121;
}

.placerat-desc p {
	font-size: 17px;
	font-weight: 300;
}

a.btn-Explore {
	background: #2a4012;
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}

a.btn-Explore svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

a.btn-Explore svg path {
	fill: #fff;
}

span.Modern-hedding {
	font-size: 15px;
	display: block;
	color: #70717B;
	width: 95%;
	margin: 0 auto;
	text-align: center !important;
	font-weight: 400;
}

section.Gallery {
	background: #F8F5F0;
	padding: 3rem 0px;
}

.single-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
}

.single-gallery:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #2a401280;
	transition: .5s;
	opacity: 0;
}

.gallery_enlarge_icon {
	background-color: #fff;
	color: #333;
	width: 45px;
	height: 45px;
	line-height: 46px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
	transition: .5s;
}

.gallery_enlarge_icon {
	opacity: 0;
}

.single-gallery h4 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: inherit;
	font-weight: 700;
	text-align: center;
}

.single-gallery:hover:before {
	opacity: 0.8;
}

.single-gallery:hover .gallery_enlarge_icon {
	opacity: 1;
	right: 20px;
	bottom: 20px;
}

.single-gallery:hover h4 {
	opacity: 1;
	top: 50%;
	left: 50%;
}

.single-gallery img {
	display: block;
}

a.gallery_enlarge_icon svg {
	width: 25px;
	height: 25px;
	margin-bottom: -6px;
}

.single-gallery:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-gallery-ablum {
	padding-top: 35px;
}

i.material-icons p {
	padding-bottom: 0px;
}

.single_choose h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

i.material-icons svg {
	width: 45px;
	height: 45px;
}

.single_choose {
	margin-bottom: 10px;
	padding: 15px 10px;
	border-radius: 5px;
}

section.why_choose {
	padding: 20px 0px;
}

.servion p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	font-weight: 500;
}

.choose_img {
	position: relative;
	margin-left: 30px;
	box-shadow: 18px 18px 26px 0 rgba(0, 1, 1, .2);
}

.choose_img .pbtn {
	background-color: #00000069;
	color: #ffffff;
	display: inline-flex;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	align-items: center;
	justify-content: center;
	padding: 9px 20px;
	width: 95%;
	bottom: 0;
	height: 95%;
	top: 50%;
	border-radius: 10px;
	text-transform: uppercase;
}

.choose_img img {
	display: block;
	height: 100%;
}

.choose_img {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.choose_img .pbtn svg {
	width: 35px;
	height: 35px;
	fill: #fff;
	stroke: #fff;
}

.choose_img .pbtn svg path {
	fill: #Fff;
	stroke: #fff;
}

section.blogs {
	background: #F8F5F0;
	padding: 4rem 0px 6rem;
	position: relative;
}

.block-title {
	text-align: center;
}

.block-title .sub-title {
	display: block;
	font-weight: 200;
	letter-spacing: .135rem;
	margin-bottom: .25rem;
	font-size: 17px;
	font-family: "Style Script", cursive;
	font-size: 23px;
	margin: 0;
	color: #ff3030;
	padding: 0;
}

.block-title h2 {
	font-size: 30px;
	display: block;
	padding: 5px 0px 15px;
	text-transform: uppercase;
	font-weight: 200;
	display: inline-block;
	position: relative;
}

.splide__track {
	position: relative;
	display: block;
}

.splide__slide {
	position: relative;
}

.news-img {
	position: relative;
}

a.news-cat.shadow-sm {
	margin-left: -3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	font-size: 13px;
	letter-spacing: .135rem;
	background-color: #fff;
	color: #144121;
	width: 3rem;
	z-index: 1;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	text-transform: uppercase;
	font-weight: 700;
}

.news-date {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #ffffffd9;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
	padding: .5rem;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
	border-top: 1px solid #000;
}

.news-content.shadow-sm {
	padding: 1.5rem;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
	font-size: 19px;
}
.transpi__brand-item-slicks a {
    cursor: default;
}
h3.news-title {
	line-height: unset;
}

a.velora-hedding {
	font-size: 19px;
	font-weight: 600;
	min-height: 40px;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
}

figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: auto;
}

a.news-link svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

a.news-link {
	display: inline-flex;
	align-items: center;
	color: #ff3030;
}

.comment-view {
	padding-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* SÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ dÃƒÆ’Ã‚Â²ng tÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi Ãƒâ€žÃ¢â‚¬Ëœa */
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 90px;
	text-overflow: ellipsis;
}

.news.hover-effect {
	padding-left: 40px;
	padding-right: 10px;
	transition: 0.5s ease;
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: #144121;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	right: 0;
	opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
	fill: #fff;
	stroke: #fff;
}

.splide__track button svg path {
	stroke: #fff;
	fill: #fff;
}

button.slick-next-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: #144121;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	left: 35px;
	opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
	transform: rotate(180deg);
}
.splide__track:hover button.slick-next-blogs.slick-arrow, .splide__track:hover button.slick-prev-blogs.slick-arrow{
	opacity: 1;
}
.hover-effect:hover {
	transform: translateY(-.5rem);
}

.newsletter__wrapper {
	background-color: #F8F5F0;
	border-radius: 0.75rem;
}

.newsletter__wrapper {
	padding: 60px;
}

.newsletter__wrapper {
	padding: 25px;
}

.newsletter__wrapper {
	background-color: #F8F5F0;
	border-radius: 0.75rem;
	z-index: 999;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 85%;
	margin: 0 auto;
}

.newsletter .common-header {
	width: 48%;
}

.newsletter.newsletter--lowerd .subtitle {
	color: #000;
	letter-spacing: 0.2em;
	margin-bottom: 1rem !important;
	padding-bottom: 0px;
	font-weight: 500;
}


.newsletter.newsletter--lowerd .input-group {
	position: relative;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: stretch;
	width: 100%;
}

.newsletter.newsletter--lowerd .form-control {
	display: block;
	width: 75%;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-right: none;
}

.newsletter .subscribe-btn {
	width: 25%;
	background-color: #6b9946;
	border: none;
	box-shadow: none;
	color: #ffffff;
	padding: 1rem 1.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	font-size: 16px;
	font-weight: 700;
}

.newsletter.newsletter--lowerd .form-control:focus {
	outline: none;
}

.newsletter--lowerd {
	/* margin-bottom: -110px; */
	z-index: 1;
	/* padding-top: 20px; */
	display: none;
}



























.md_slider {
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.md_slider__circle {
	pointer-events: none;
}

.md_slider__circle__line.-sm {
	width: 26.66667vw;
}

.md_slider__circle__line {}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.md_slider__circle__line__rotate.active {
	-webkit-transform: rotate(360deg) !important;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg) !important;
	-webkit-transition: all 6.15s ease-in-out !important;
	-o-transition: all 6.15s ease-in-out;
	transition: all 6.15s ease-in-out !important;
	opacity: 1 !important;
}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate {}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate:before {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	border-top-color: transparent;
	border-right-width: 0;
	border-bottom-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgb(255 255 255);
	top: -4px;
	margin-left: -3px;
	left: 50%;
	transition: all 6.15s ease-in-out;
}

.md_slider__circle__line.-md {
	width: 50.26042vw;
}

.md_slider__circle__line {}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.md_slider__circle__line.-lg {
	width: 87.76042vw;
	border-color: rgba(255, 255, 255, .1);
}

.md_slider__circle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border-style: solid;
	border-color: rgba(255, 255, 255, .3);
	border-width: 1px;
	border-top-width: 0;
}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid:before {
	width: 9px;
	height: 9px;
	margin-top: -5px;
	left: -2px;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid:after,
.md_slider__circle__line.-lg .md_slider__circle__line__solid:before {
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}
.swiper_feedback.slick-initialized {
    margin-bottom: 0px;
}
.md_sl.swiper_feedback.slick-initialized {
    margin-bottom: 0px;
}ider__thumb .slick-slide {
	cursor: pointer;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	/* border: 1px solid transparent; */
}

.md_slider__thumb .slick-slide.slick-slide .md_slider__thumb__img {
	left: 0px;
}

.md_slider__thumb .slick-slide:not(.slick-current) .md_slider__thumb__img {
	-webkit-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
}
.form-content.modal-content-request__1 ul li span {
    color: #ff0000;
}
.md_slider__thumb__img {
	margin: auto;
	width: 5.20833vw;
	height: 5.20833vw;
	border-radius: 50%;
	border: solid 1px transparent;
	position: relative;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.md_slider__thumb .slick-slide:not(.slick-current) .md_slider__thumb__img img {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.md_slider__thumb__img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	z-index: 999;
}

.md_slider__item {
	position: relative;
}

.md_slider__item__img {
	position: relative;
}

.md_slider__item__img img {
	display: block;
	width: 100%;
	min-height: 340px;
	height: 100vh;
}

.md_slider__item__img:after {
	background: rgb(0 0 0 / 38%) !important;
}

.md_slider__item__img:after {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .25);
}

.md_slider__item__ct {
	position: absolute;
	left: 16%;
	right: 16%;
	bottom: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	padding-top: 55px;
}

.md_slider__item__title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 52px;
	font-size: 1.70833vw;
	line-height: 1.38462;
	max-width: 35.41667vw;
	margin-bottom: 10px;
}

.i-btn,
a.i-btn {
	background-color: #ff8b24;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}

.i-btn i {
	margin-left: 15px;
	margin-top: -.3em;
	vertical-align: middle;
}

.icon-arrow-right {
	background-image: url(https://flamingoholdings.vn/public/images/arrow-right.png);
	width: 23px;
	height: 12px;
}

.md_slider__thumb {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: all;
	width: 8.64583vw;
	margin-left: -4.32292vw;
}

.md_slider__thumb .slick-current .md_slider__thumb__img:after {
	top: -1.71875vw;
	left: -1.71875vw;
	right: -1.71875vw;
	bottom: -1.71875vw;
	position: absolute;
	content: '';
	border-radius: inherit;
	border: solid 1.71875vw rgba(255, 139, 36, .1);
}

.md_slider__thumb .slick-current .md_slider__thumb__img:before {
	top: -1.14583vw;
	left: -1.14583vw;
	right: -1.14583vw;
	bottom: -1.14583vw;
	position: absolute;
	content: '';
	border-radius: inherit;
	border: solid 1.14583vw rgba(255, 139, 36, .1);
	z-index: 9999;
}

.md_slider__thumb .slick-slide.slick-slide+.slick-active+.slick-current .md_slider__thumb__img {
	left: 0;
}

.md_slider__thumb .slick-slide {
	cursor: pointer;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	border: none;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	/* border: 1px solid transparent; */
}

.slick-slide-dots.slick-slide.slick-current.slick-active {
	left: 0;
	/* box-shadow: 0 0 0 .57292vw rgba(255, 139, 36, .1); */
	border-color: #ff8b24;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.beffectt {
    position: relative;
    overflow: hidden;
}
.single-service.single-service2 .content h6 p {
    font-weight: 600;
    font-size: 15px;
}
.beffectt:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line__solid:before {
	width: 9px;
	height: 9px;
	margin-top: -5px;
	left: -2px;
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}

.md_slider__circle__line__solid:after {
	width: 5px;
	height: 5px;
	margin-top: -3px;
	right: -2px;
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}

.md_slider__thumb .slick-list.draggable {
	overflow: unset;
	position: relative;
	top: 250px;
}

.md_slider__thumb .slick-slide-dots.slick-slide.slick-cloned {
	opacity: 0;
}

.md_slider__thumb .slick-slide-dots.slick-slide {
	opacity: 0;
}

.md_slider__thumb .slick-slide-dots.slick-slide.slick-current.slick-active {
	opacity: 1;
}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate {
	bottom: -1px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	transition: opacity 1s ease-in-out;
	opacity: .2;
}

@keyframes Tzoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.slick-slide-md.slick-slide.slick-current.slick-active {
	-webkit-animation-name: Tzoom;
	animation-name: Tzoom;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

a.custom-btn {
	display: inline-flex;
	position: relative;
}

a.custom-btn span:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
	bottom: -2px;
	left: -2px;
	border-bottom: none;
	border-left: none;
}

a.custom-btn span:after {
	bottom: 3px;
	right: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
}

a.custom-btn span:hover::after {
	width: calc(100% / 1.3);
	height: calc(100% / 1.3);
	content: '';
	position: absolute;
	background: transparent;
	transition: 1s;
}

a.custom-btn:hover {
	color: #a9cf20;
}

section.inner-section {
	padding: 40px 0px 10px;
	position: relative;
	background: #F8F5F0;
}

.hedding-Suites {
	text-align: center;
}

.hedding-Suites h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}

.head-title {
	margin-top: -10px;
	margin-bottom: 10px;
}

.head-title .hl-1 {
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #010517;
}

.head-title .hl-2 {
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 5px;
	width: 12px;
	border: 1px solid #010517;
	border-radius: 50px;
	background: #ffffff;
}

.head-title .hl-3 {
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #010517;
}

.item-tag__type {
	position: absolute;
	right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9;
	top: 5px;
}

.tags-label {
	background: #2a4012;
	padding: 5px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item_pointer {
	position: relative;
	margin-bottom: 28px;
}

.tags-label:before {}


.room-box {
	margin-top: 20px;
	transition: all 0.3s;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.room-box .image {
	position: relative;
	background: #CCCCCC;
	overflow: hidden;
}

.room-box .image img {
	width: 100%;
	display: block;
	transition: 0.5s ease;
}

.detail-zoom {
	padding: 10px 15px 17px 15px;
	background-color: #eee;
	text-align: center;
}

.text-details-type {
	margin-bottom: 15px;
	text-align: center;
}

a.room-title-link {
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: none;
	color: #144121;
	font-size: 21px;
	font-weight: 600;
}

.text-details-type p {
	padding-bottom: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 14px;
}

span.per-night {
	font-weight: 500;
	font-size: 18px;
}

section.inner-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background-color: #144121;
	padding-bottom: 0;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, 0px);
	}
}


.about__image-sm img {
	width: 315px;
	height: 328px;
	object-fit: cover;
	display: block;
}

.about__image-lg img {
	display: block;
	border-radius: 10px;
}

.room__item-name img {
	width: 45px;
	height: 45px;
}

.desc-videos p {
	text-align: center !important;
}

.single-gallery h4 a {
	color: #000000;
	font-size: 27px;
	display: inline-block;
	width: 100%;
}

.single-gallery h4 {
	display: inline-block;
	width: 90%;
	padding: 9px;
	background: #ffffff8f;
	border-radius: 5px;
}

.comment-view p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
}

i.material-icons img {
	width: 45px;
	height: 45px;
}

.about__content .row {
	margin-top: 15px;
}

.about__content {
	padding-right: 20px;
	text-align: justify;
	line-height: 1.5;
}

.choose_img .pbtn h2 {
	font-size: 23px;
}

.servion p:nth-child(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	color: #144121;
}

.wrapper.home {
	overflow: hidden;
}

.room-box .image:hover img {
	transform: scale(1.1);
}

figure.image-hover.image-hover-overlay {
	overflow: hidden;
	margin: 0;
}

figure.image-hover.image-hover-overlay:hover {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.news-img a {
	display: block;
	overflow: hidden;
}

.news-img a img {
	display: block;
}

.room__item.room__item--style1 img {
	height: 450px;
}

.room__item-name img {
	height: 45px !important;
}

.room__feature-icon img {
	width: 35px;
	height: 35px !important;
}

.md_slider__thumb .slick-dots li {
	display: block;
	margin-bottom: 86%;
	background: #fff;
}

.md_slider__thumb .slick-dots {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	margin-left: 77px;
}

.md_slider__thumb .slick-dots :nth-child(1) {
	margin-left: 1.8vw;
}

.md_slider__thumb .slick-dots :nth-child(4) {
	margin-left: 1.8vw;
}




.md_slider__thumb .slick-dots {
	display: none;
}


.booking-input-box select option {
	color: #333;
}

















/* .images-bannes-before:before {
   content: "";
    position: absolute;
    width: 1000px;
    height: 100vh;
    background: url(../images/bg-banner2.png);
    z-index: 9999999;
} */
.svg-khung-banner {
	-webkit-mask-image: url(../images/baner-01.svg);
	mask-image: url(../images/baner-01.svg);
	-webkit-mask-size: 200px 300px !important;
	/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·t kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºc width: 200px vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  height: 300px */
	mask-size: auto auto !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center !important;
	mask-position: top right !important;
	position: absolute;
	display: block;
	transform: initial;
	z-index: 999999999999998;
}

.mask-image img {
	width: auto;
	height: 100vh;
}

.content-slider-items {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	left: 36%;
}

.content-slider-items h2 {
	font-size: 64px;
	color: #0aacfc;
}


.svg-khung-banner {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
}

.list-slider-items {
	height: 100vh;
	position: relative;
	background: radial-gradient(circle, #98ccfa5e 0%, rgb(255 255 255) 45%, rgb(255 255 255) 100%);
	overflow: hidden;
}

.images-bannes-before img {
	width: auto;
	height: 112vh;
	display: block;
}

.images-bannes-before {
	position: absolute;
	right: -7px;
	width: unset;
	height: unset;
	transform: rotate(5deg);
}

.room__item-content .custom-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-radius: unset;
	justify-content: center;
	text-transform: uppercase;
}

.newsletter__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter__content form {
	width: 49%;
}


.banner-desktops {
	position: relative;
}

.banner-desktops:before {
	/* background: url(https://demo46.bivaco.net/frontend/images/heder2-01.png); */
	background: transparent;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}




.descp-bars {
	width: 30%;
	/* float: left; */
	position: relative;
	z-index: 999;
}

.box-desc-bars {
	/* display: flex; */
}

.box-bar-toaus {}

.descp-bars {
	background: #ffffffa1;
	padding: 20px 20px 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
}

.room-accommodation {
	margin-bottom: 0px;
}

section.why_choose .collection-hedding h2 {
	margin-bottom: 45px;
	font-size: 45px;
}

.banner-desktops:before {
	/*! background: linear-gradient(0deg, rgba(167, 201, 46, 1) 21%, rgb(255 255 255 / 0%) 102%); */
	/*! content: ""; */
	/*! position: absolute; */
	/*! width: 100%; */
	/*! height: 25%; */
}

.banner-desktops:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 114px;
	bottom: 0;
	/* background: url(../images/bg_slide.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}


.item-menu-operabytes {
    display: flex;
    gap: 0px 20px;
    background: #eeeeeea1;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.list-menu-operabytes {
    /* padding-top: 20px; */
}

.content-menu-operabytes span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.content-menu-operabytes p {
    font-size: 17px;
    font-weight: 300;
}








.bookings__desktop {
	position: relative;
	bottom: 0;
	z-index: 9;
	justify-content: center;
	margin-top: -40px;
	padding: 30px 0px 50px;
}

.bookings__desktop form {
	/* -webkit-box-shadow: 0 -6px 13px rgba(0, 0, 0, .08); */
	box-shadow: 0px 0px 3px #cccccc85;
	width: 100%;
	background: #256a36;
	padding: 5px 25px;
	border-radius: 5px;
	color: white;
}

.form-group {
	margin-bottom: 1rem;
}

.bookings__desktop form .row {
	width: calc(100% + 30px);
}

.bookings__desktop form label {
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 1.33333em;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
}

.datepicker-wrap {
	position: relative;
	display: flex;
}

.bookings__desktop select {
	background: #f5f5f5;
	border: none;
	line-height: normal;
	height: 34px;
	padding: 8px 0 8px 8px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-position: 100%;
	background-repeat: no-repeat;
}

.bookings__desktop input,
.bookings__desktop select {
	border: 0;
	outline: 0;
	color: rgba(51, 51, 51, .9);
	padding: 9px 5px;
	font-size: 14px;
}

.bookings__desktop select {
	background: #f5f5f5;
	border: none;
	line-height: normal;
	height: 34px;
	padding: 8px 0 8px 8px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-position: 100%;
	background-repeat: no-repeat;
}

.bookings__desktop input,
.bookings__desktop select {
	border: 0;
	outline: 0;
	color: rgba(51, 51, 51, .9);
	padding: 9px 5px;
	font-size: 14px;
}

.datepicker-wrap:after {
	display: block;
	content: '';
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 100%;
	font-weight: 900;
	text-align: center;
	line-height: 34px;
	background: #144121;
	/* background: #60a441 url(' https://demo46.bivaco.net/storage/product/icon-4_1733364661.webp') no-repeat center center; */
	background-size: auto;
}

select#AVP_list_days {
	width: 46px;
}

select#AVP_list_months {
	width: calc(100% - 46px);
}

.bookings__desktop .selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	/* opacity: 0; */
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}

.bookings__desktop select {
	background: #f5f5f5;
	border: none;
	line-height: normal;
	height: 34px;
	padding: 8px 0 8px 8px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-position: 100%;
	background-repeat: no-repeat;
}

.bookings__desktop .selector {
	position: relative;
	min-width: 60px;
	line-height: 0;
}

.bookings__desktop button {
	display: inline-block;
	width: 90%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #144121;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: unset;
}


/* .section-header__content h2:before {
	content: "";
	position: absolute;
	background: url(../images/line_title.png);
	height: 15px;
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	bottom: 0;
} */

.block-title h2:before {
	/* content: "";
    position: absolute;
    background: url(../images/line_title.png);
    height: 15px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    bottom: 0; */
}
.room__wrapper .slick-room{
	margin-bottom: 0;
	display: none;
}

section.why_choose .collection-hedding h2,
.collection-hedding h2,
.section-header__content h2, .block-title h2 {
	color: #11321a;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.slick-room {
    gap: 15px 0px;
}
.placerat-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.placerat-desc h2 {
    font-family: noidung-bold;
    color: #333;
    display: inline-block;
    padding: 10px 0px 15px;
    font-size: 17px;
    width: 100%;
}





















.abouts {
    padding-top: 4rem;
    position: relative;
    padding-bottom: 1rem;
}
.section-dec {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 460px;
    height: 340px;
    margin-left: -230px;
    z-index: -1;
    opacity: .7;
    z-index: 9;
}
.hero-text-1 {
    z-index: 10;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    min-height: 49vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    display: flex;
    position: relative;
    grid-area: Area;
}
.home-hero-text-slide-in-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 50em;
    height: 100%;
    padding-top: 0vh;
    padding-bottom: 0vh;
    padding-right: 0;
    display: flex;
    position: relative;
    top: auto;
}
.home-hero-text-slide-in-div span {font-size: 15px;}
.about-heading {
    margin-top: 0;
    margin-bottom: 3vh;
    font-size: 58px;
    text-align: left;
    border-left: 7px #ff3030 solid;
    padding-left: 17px;
    font-size: 33px;
    text-transform: uppercase;
    color: #ff3030;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.paragraph {
    z-index: 10;
    margin-bottom: 0;
    font-size: 17px;
    color: #444;
    line-height: 1.5;
    position: relative;
    font-weight: 300;
}
.btn-about-div-vi {
    padding: 5px;
    border-radius: 4px;
    border: 1px dotted #ddd;
    transition: all .3s ease-in-out;
    margin-top: 14px;
}
.abouts .btn-about-div-vi a {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 36px;
    font-size: 16px;
    transition: 0.5s ease;
    background: #ff3030;
}
.hero-image-collge-wrap {
    position: relative;
    padding-left: 50px;
}
.image-collge-wrap:before, .hero-image-collge-wrap:before {
}
.single-dec_img {
    position: relative;
    z-index: 10;
}
.single-dec_img img {
	object-fit: contain;
    height: 455px;
}
.single-dec_img:after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.hero_images-collage-item {
    position: absolute;
    height: auto;
    border-radius: 10px;
}

.hero_images-collage-item {
    animation: moveUpDown 5s infinite;
}

@keyframes moveUpDown {
 0% {
   transform: translateY(0);
 }
 50% {
   transform: translateY(-5px); /* Di chuy?n l?n tr?n 50px */
 }
 100% {
   transform: translateY(0);
 }
}
.hero_images-collage-item:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 10px;
    border: 1px dotted #ccc;
    z-index: 1;
}
.content-dec {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 36px;
    z-index: 10;
    margin-left: -18px;
}
.content-dec:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -3px;
    z-index: 10;
}
.content-dec span {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 36px;
    height: 36px;
    background: #11321a;
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    border: 4px solid #ffffff;
}
.content-dec:after {
    content: '';
}












section.box-architec {
    padding: 4rem 0px 2rem;
    position: relative;
    background: url(../images/z6447631022187_f99f129ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hedding-architec {
    margin-bottom: 2rem;
    text-align: center;
}
span.h3.text-theme.sec-subtitle.subtitle-selector {
    color: #916839 !important;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 2px;
    display: block;
}
.hedding-architec h3 {
    text-align: center;
    color: #11321a;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 600;
}
.hedding-architec .desc {
    color: #000000;
    width: 70%;
    margin: 0 auto;
}
.item-architec {
    position: relative;
    padding-left: 10px;
    width: calc(100% / 5);
}
.box-svg-architec {
    height: 558px;
    position: relative;
    width: 100%;
}
.box-svg-architec svg {
    width: 100%;
    height: 100%;
}
.content-dec {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 36px;
    z-index: 10;
    margin-left: -18px;
}
.box-action-architec {
    text-align: center;
    position: absolute;
    top: 5px;
    padding: 24px;
}
.box-step-architec {
    width: 140px;
    height: 150px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
}
.icon-step-architec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
}
.icon-step-architec img {
    width: auto;
}
.desc-architec {
    margin-top: 10px;
}
.desc-architec h3 {
    color: #11321a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.desc-architec p {
    color: #555;
    font-size: 15px;
}

.desc-architec p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* SÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ dÃƒÆ’Ã‚Â²ng tÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi Ãƒâ€žÃ¢â‚¬Ëœa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.maketing-content {
    padding: 30px 0px;
}

.maketing-content img {
    border-radius: 5px;
}
.row-marketing {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
}




.btn-show a {
    background: linear-gradient(107deg, rgba(17, 50, 26, 1) 18%, rgba(16, 57, 27, 1) 49%, rgba(0, 69, 19, 1) 85%);
    border-color: #11321a;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 10px;
}







.home-sale__box {
    /* background: url(https://demo12.bivaco.net/assets/bg-sale-CieW-1hI.png) no-repeat center center; */
    padding: 5px 0px 10px 0px;
    border-radius: 6px;
    background-size: cover;
}
.home-sale__ttl {
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.home-sale__ttl>span {
    display: block;
    color: #11321a;
    text-transform: uppercase;
}
.product-view {
    padding: 10px 5px;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
}
.product-view__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-view__img:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.product-view__img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product-view__img img {
    transition: all .7s ease-in-out;
}
.product-view__ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
    min-height: 30px;
    color: #000;
    text-align: center;
}
.product-view__ttl a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #11321a;
    min-height: 41px;
}
.product-view__price {
    margin-bottom: 10px;
    min-height: 30px;
    text-align: center;
}
.product-view__price .price {
    font-size: 1.7rem;
    color: #a8782f;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.product-view__btn {
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #11321a;
    font-weight: 700;
    margin-top: auto;
    border: 1px solid #11321a59;
    padding: 5px;
}


.section_testimonials {
    position: relative;
    padding: 20px 0px;
}
.section_testimonials .testimonials-flex {
    display: flex
;
}

.section_testimonials .testimonials-flex .testimonials-image {
    width: 100%;
    background-image: url(https://bizweb.dktcdn.net/100/499/932/themes/926650/assets/background_danhgia.jpg?1705830293643);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}
.section_testimonials .testimonials-flex .testimonials-carousel {
    width: 100%;
    padding: 60px 15px;
    background-color: #f5f5f5;
    float: right;
}
.section_testimonials .testimonials-flex .testimonials-carousel .block-title {
    text-align: center;
    margin-bottom: 15px;
}

.section_testimonials .block-title h2 {
    font-size: 30px;
    display: block;
    padding: 10px 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.section_testimonials .block-title h2 {
    color: #1a1a1a;
    font-size: 32px;
    position: relative;
    margin-bottom: 0px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.section_testimonials .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section_testimonials .swiper-slide {
    padding-bottom: 0px;
}
.section_testimonials .box-petch-tion {
    height: 100%;
    padding: 15px 21px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.section_testimonials .testimonials-flex .testimonials .info {
    display: flex
;
    align-items: center;
    /* justify-content: space-between; */
}
.section_testimonials .testimonials-flex .testimonials .info .author {
    display: flex
;
    align-items: center;
}
.section_testimonials .testimonials-flex .testimonials .info .author img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}
.section_testimonials .box-test-author h4 {
    font-size: 19px;
    font-weight: 600;
}
.section_testimonials .testimonials-flex .testimonials .content {
    color: #465058;
    font-size: 14px;
    margin-top: 20px;
    font-style: italic;
}

button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}
.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}
button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #e8aa0e;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: -65px;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 50px;
}
button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #e8aa0e;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: -65px;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 0;
}
.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}
section.room.bg--section-color .products-card {
    box-shadow: rgba(0, 0, 0, .13) 0 1px 3px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
}
section.room.bg--section-color .products-card .products-card__img {
    width: 100%;
}

section.room.bg--section-color .products-card a {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}
section.room.bg--section-color .products-card a img {
    width: 100%;
}

section.room.bg--section-color .hover-effect_1 img {
    transform: scale(1);
    transition: transform .6s ease-in-out;
}
section.room.bg--section-color .news-box img, .products-card__img img {
    width: 100%;
    aspect-ratio: 1 / .6;
}
section.room.bg--section-color .best_selling {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #a8782f;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
}
section.room.bg--section-color .products-card-content {
    padding: 5px 10px 10px 10px;
}
section.room.bg--section-color .products-card a {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}
section.room.bg--section-color .products-card-content h3 {
    font-size: 20px;
    color: #11321a;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 52px;
}
section.room.bg--section-color .products-card-content ul {
    padding-bottom: 1px;
    margin: 3px 0 10px;
}
section.room.bg--section-color .products-card-content ul li:first-child {
}

section.room.bg--section-color .products-card-content ul li {
    color: #11321a;
    font-weight: 500;
    font-size: 12px;
    padding: 0 5px;
    position: relative;
    text-transform: capitalize;
    background-color: rgb(255 107 0 / 9%);
    padding: 5px 10px;
    border-radius: 5px;
}
section.room.bg--section-color .products-card-content .desc {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
    padding-bottom: 0;
    color: gray;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
}
section.room.bg--section-color .products-card-bottom {
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}
section.room.bg--section-color .products-card-bottom a {
    width: fit-content;
    background: linear-gradient(107deg, rgba(17,50,26,1) 18%, rgba(16,57,27,1) 49%, rgba(0,69,19,1) 85%);
    padding: 6px 17px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    height: unset;
}
section.room.bg--section-color .products-card a {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0px;
}
section.room.bg--section-color .products-card-bottom .price {
    color: #858482;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: right;
}
section.room.bg--section-color .products-card-bottom .price-top span {
    font-size: 18px;
    font-weight: 500;
    color: #a8782f;
}













section.list-create .head span {
    color: #0fb587;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(107deg, rgba(196, 34, 104, 1) 18%, rgba(221, 24, 85, 1) 49%, rgba(252, 30, 63, 1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.list-create .head .heading strong {
    margin-bottom: 0px;
    margin-left: 20px;
}








section.list-create .title-section {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
}
section.list-create .desc {
    color: gray;
    font-size: 16px;
    font-weight: 400;
}
section.list-create .desc p {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 5px 0;
    margin-bottom: 0px;
}
section.list-create .list-create-box {
    box-shadow: rgba(0, 0, 0, .12) 0 5px 15px;
    padding: 11px 25px;
    border-radius: 15px;
    margin-top: 10px;
    background: #fff;
}
section.list-create .list-create-box img {
    height: 60px;
    margin-right: 30px;
}
section.list-create .list-create-content h3 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 2px;
}
section.list-create .list-create .see-more {
    margin: 0 auto;
    margin-top: 35px;
    color: #000;
}
section.list-create .see-more--border {
    border: 1px solid #000;
}

section.list-create .see-more {
    width: fit-content;
    background-color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 auto;
    margin-top: 20px;
}

section.list-create .see-more svg {
    fill: #000000;
}

section.list-create {
    padding: 3rem 0px 2rem;
    /* background: #eeeeee45; */
    position: relative;
}

section.home-sale {
    /* background: #F8F5F0; */
    padding: 4rem 0px 3rem;
    position: relative;
    background: url( https://theme.hstatic.net/200000887721/1001254786/14/home_collection_bg.jpg?v=230);
    background-size: cover;
    background-position: center;
}
.box-item-products-tions {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

























.section-index {
    padding: 0;
    position: relative;
}
.section_feedback .bg-section {
    background-color: #111;
    background-image: url(https://bizweb.dktcdn.net/100/490/431/themes/927074/assets/section_feedback_bg.jpg?1716175167006);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 30px 0;
}
.section-index .section-title.side-left.has-control {
    padding-right: 85px;
}
.section-index .section-title.side-left {
    text-align: center;
}
.section-index .section-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.section-title.side-left.has-control h2 {
    padding-right: 0;
    text-align: left;
    display: inline-block;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 8px;
}
.section_feedback .bg-section .section-title h2 {
    color: #11321a;
}
.section-title.side-left.has-control h2:before {
}
.section_feedback .bg-section .desc {
    font-size: 15px;
    margin: 0px 0 10px;
    color: #11321a;
}

.swiper-slide {
    padding-bottom: 25px;
}
.section_feedback .feedback-item {
    display: flex;
    padding: 20px 15px;
    background: #fff;
    height: 100%;
    position: relative;
    background-image: url(https://bizweb.dktcdn.net/100/490/431/themes/927074/assets/quote-4.svg?1716175167006);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section_feedback .feedback-item:before {
    top: 100%;
    right: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #FFF;
    border-width: 22px 0px 0px 33px;
    margin-left: 0px;
}
.section_feedback .avatar {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    flex: none;
}
.section_feedback .block-content {
    padding-left: 20px;
    flex-grow: 1;
}
.block-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-separator {
    display: flex
;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.title-separator:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 77px);
}
.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative;
}
.title-separator:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 77px);
}
.title-separator .separator-center:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}
.title-separator .separator-center:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}
section.box-architec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff75;
    top: 0;
    z-index: 9;
}

section.box-architec .ctnr {
    position: relative;
    z-index: 99;
}



















.box-form-right-statics {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	margin: 0 auto;
}

.box-form-right-statics .form-container.is-project-detail {
    position: relative;
    background: #fff;
    border-color: #e6e9ec;
}

.box-form-right-statics .form-container {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 12px 0 rgba(28, 30, 34, .08);
    box-shadow: 0 4px 12px 0 rgba(28, 30, 34, .08);
    border-radius: 24px;
    overflow: hidden;
}
.box-form-right-statics .section-subtitle {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(107deg, rgba(196,34,104,1) 18%, rgba(221,24,85,1) 49%, rgba(252,30,63,1) 85%);
    color: #fff;
    padding-top: 7px;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.box-form-right-statics .form-container .form-content {
    background: #fff;
    padding: 5px 20px 0;
    font-size: 15px;
}
.box-form-right-statics .form-container .form-content:last-child{
	padding-bottom: 20px;
}
.box-input-form {
    display: flex
;
    gap: 0px 10px;
    justify-content: space-between;
}
.box-input-form .field {
    width: 49%;
}
.box-form-right-statics .control.has-float-label .input, .control.has-float-label .textarea {
    min-height: 45px;
    box-shadow: unset;
    border: 1px solid #cdcdcd;
    width: 100%;
    border-radius: 7px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.box-form-right-statics .button.is-primary {
    border-color: #11321a;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 9px;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    background: #ff3030;
}

.section-main-title .sub-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 6px;
    margin-bottom: 7px;
    color: #a8782f;
    font-family: "Style Script", cursive;
}
.section-main-title .te-title {
    position: relative;
    display: block;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 600;
    color: #11321a;
    margin: 0px;
}

.why_choose_title {
    margin-bottom: 2rem;
}

.why_choose_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-btn-box ul {
    display: flex;
    gap: 0px 10px;
}

.tab-btn-box ul li {
    background: #ffffff;
    color: #000000;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
}

li.tab-btn.active {
    background: #a8782f;
    color: #fff;
}
.home-sale .title-separator .separator-center:before {
    border: 1px solid #11321a;
}

.home-sale .title-separator .separator-center:after {
    border: 1px solid #11321a;
}

.home-sale .title-separator:before {
    background: #11321a;
}

.home-sale .title-separator:after {
    background: #11321a;
}

.list-create .sub-title.te-subtitle {
    color: #ff3030;
    font-family: "Style Script", cursive;
    font-size: 24px;
    line-height: 0;
    font-style: italic;
}
.item-slick-backs img {
    width: 100%;
    height: 100%;
}
.form-content.modal-content-request__1 ul li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 5px;
}
.form-content.modal-content-request__1 ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/check2.png);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}

button.product-view__btn.btn.btn-outline-primary:hover {
    background: linear-gradient(107deg, rgba(17,50,26,1) 18%, rgba(16,57,27,1) 49%, rgba(0,69,19,1) 85%);
    border-color: #024314;
}

p.title-box {
    color: #11321a;
    font-family: "Style Script", cursive;
    font-size: 23px;
    margin-bottom: 0px;
}
.box-slider-products.row {
    margin: unset;
}
section.home-sale p.title-box {
    color: #11321a;
    font-weight: 200;
    font-size: 20px;
}




section.room.bg--section-color .products-card .products-card__img {
    overflow: hidden;
}

section.room.bg--section-color .products-card .products-card__img img {
    transform: scale(1);
    transition: 0.5s ease;
}

section.room.bg--section-color .products-card .products-card__img img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

section.room.bg--section-color .products-card-content h3:hover {
    color:#a8782f;
}



section.room.bg--section-color .products-card .products-card__img:hover {
    color:#fff;
}

.box-form-right-statics .button.is-primary:hover {
    background: #f48b4e;
    color:#fff;
}

.product-view__ttl a:hover {
    color:#a97a31;
}



.product-view__img img {
    transform: scale(1);
    transition: 0.5s ease;
}

.product-view__img img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

a.velora-hedding:hover {
	color: #ff3030;
}
.products-card a:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.products-card a:hover:before {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}

.icon-step-architec:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.box-action-architec:hover .icon-step-architec:before {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}














.item-operate {
    background: #f48b4e;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 0px 15px;
    align-items: center;
}

.images-operate svg {
    width: 60px;
    height: 60px;
}

.content-operate span {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    display: inline-block;
}

.content-operate p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0px;
}

.content-operate {
    width: 85%;
}


















.awe-section-3 {
	padding: 20px 0px;
    background: #f0f0f0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.section_perfect {
    margin-bottom: 50px;
}
.head {
    text-align: center;
}
.head .heading {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    color: #0a402b;
}
.head .heading strong {
    color: #ff3030;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    background: #ff3030;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head .heading span {
    font-weight: bold;
    display: block;
    vertical-align: middle;
    position: relative;
    font-size: 25px;
    color: #000;
}
.section_perfect .salens {
    flex: 0 0 35%;
    max-width: 35%;
}

.section_perfect .salebanimfo ul {
    border-radius: 100px;
    background: #fbfbfb;
    padding: 10px;
    transition: .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section_perfect .salebanimfo ul li {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.section_perfect .salebanimfo ul li img {
    width: 95px;
    height: 95px;
    transition: .3s ease;
	object-fit: contain;
}
.section_perfect .salebanimfo ul li:last-child {
    margin-left: 15px;
}
.section_perfect .salebanimfo ul li h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.section_perfect .salebanimfo ul li p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
	max-width: 280px;
	transition: .3s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	text-align: left;
	line-height: 1.3;
}
.section_perfect ul:nth-child(2) {
    margin-top: 35px;
    padding: 15px;
    position: relative;
    left: -60px;
}
.section_perfect .row {
    align-items: center;
    flex-wrap: nowrap;
}

.section_perfect ul:nth-child(3) {
    margin-top: 35px;
    padding: 15px;
}

.section_perfect .salens-right ul {
    text-align: right;
}
.section_perfect .salebanimfo ul li:first-child {
    border-radius: 100%;
    padding: 11px;
    border: 1px solid #ff3030;
    width: 36%;
}
.section_perfect .salebanimfo ul .icon-mobile {
    display: none;
}
.section_perfect .salens-right ul li.text {
    border-radius: 0px;
    padding: 0px;
    border: none;
}
.section_perfect .salebanimfo ul li h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px 14px 0px 0px;
    line-height: 1.2;
}

.section_perfect .salebanimfo ul:hover {
    background: #514005;
}
.section_perfect .salebanimfo ul:hover img {
    transform: rotateY(180deg);
}
.section_perfect .salebanimfo ul:hover li h4 a{
    color: #ffffff;
}
.section_perfect .salebanimfo ul:hover li p {
    color: #fff;
}

.btn-view-all-thuvien {
    text-align: center;
    padding-top: 2rem;
}


.btn-view-all-thuvien a {
    background: #f48b4e;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.images-operate img {
    height: 50px;
}
.col-lg-4.col-sm-4.col-12.salens-right.salebanimfo.salens ul:nth-child(2) {
    position: relative;
    right: -40px;
    left: unset;
}

.col-lg-4.col-sm-4.col-12.salens-right.salebanimfo.salens li {
    width: 60%;
    border: none;
    padding: unset;
}

.salens-right.salebanimfo.salens .images-salens {
    border-radius: 100%;
    padding: 10px !important;
    border: 1px solid #f48b4e !important;
    width: 36% !important;
}
.list-thu-vien {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.item-thu-vien {
    width: calc(97% / 3);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    overflow: hidden;
}

.box-thuvien {
    padding: 20px 0px;
    background: #f0f0f0;
}
.head .heading img {
    height: 47px;
    margin-bottom: 15px;
}
.images-menu-operabytes img {
    padding: 10px;
    width: 52px;
    height: 52px;
    background: linear-gradient(107deg, rgba(196, 34, 104, 1) 18%, rgba(221, 24, 85, 1) 49%, rgba(252, 30, 63, 1) 85%);
    border-radius: 100%;
}
.box-thuvien.phienlive {background: unset;}

.section_perfect .salebanimfo ul:hover li.images-salens {
    border: 1px solid #fff;
}

.salens-right.salebanimfo.salens h4 {
    text-align: left;
}
.item-thu-vien img {
    width: 100%;
    height: 100%;
}


section.awe-section-3 .head .heading strong {padding: 0px 20px;}

section.awe-section-3 .head .heading strong {
    position: relative;
}

section.awe-section-3 .head .heading strong:before {
    width: 4px;
    height: 73%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: #ff3030;
    left: 0;
}

.awe-section-3 .head .heading span {
    font-size: 16px;
}
.section_perfect .salebanimfo ul li h4 a {
    color: #000;
}

.box-operate.operate-mobiles {
    display: none;
}


.aboutus_in {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 5px 20px;
}

.aboutus_in .content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
}

.list-star-left ul {
    display: flex;
    gap: 0px 4px;
}

.box-images-app {
    display: flex
;
    gap: 0px 20px;
    align-items: center;
}

.app-images-left img {
    width: 238px;
}

.app-images-right a {
    margin-bottom: 15px;
    display: block;
}

.hedding-operaby span {
    font-size: 40px;
    font-weight: 600;
}

.hedding-operaby p {
    font-size: 20px;
}

.list-star-left ul li i {
    color: #ffbb00;
    font-size: 27px;
}

.list-star-left span {
    font-size: 24px;
}

.cumer-danhgia {
    display: flex;
    align-items: center;
    gap: 0px 9rem;
}

.number-city span {
    color: #ffbb00;
    font-weight: 900;
    line-height: 1;
}

.number-city p {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
}
.images-gif-banner img {max-width: 35.35714em;max-height: 534px;}
section.list-create.create-form {
    background: #eeeeee45;
}
.list-transpi__brand-item {
    margin-top: 20px;
}
section.doitac {
    padding: 30px 0px 30px;
}

.hedding-title-card {
    text-align: center;
}
.transpi__brand-item-slicks a {
    border: solid 1px #eee;
    display: inline-block;
    padding: 10px;
    background: #fff;
    width: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.transpi__brand-item-slicks img {
    transform: scale(1);
    transition: 0.5s ease;
}
.transpi__brand-item-slicks img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}
.box-news-memter .images-news {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 24px;
    overflow: hidden;
}

.box-content-news-memter {padding: 10px;}

.box-content-news-memter a {
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
}

.desc-news-memter {
    margin-top: 5px;
}
.box-input-form-category select {
    min-height: 45px;
    box-shadow: unset;
    border: 1px solid #cdcdcd;
    width: 100%;
    border-radius: 7px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #757575;
    height: 45px;
}
.desc-news-memter p {
    line-height: 1.5;
    font-size: 15px;
}
.slideshow-banner.faded {
    margin-bottom: 0px;
}
@media (min-width: 1200px) {
    .section_testimonials .testimonials-flex .testimonials-image {
        width: 50%;
        /* height: 100%; */
    }
}
@media (min-width: 1200px) {
    .section_testimonials .testimonials-flex .testimonials-carousel {
        width: 50%;
        padding: 10px 15px 10px 15px;
    }
}



@media(min-width:1800px) {
	.md_slider__thumb .slick-dots {
		display: block;
	}
}

@media(min-width:990px) {
	.booking-input-box {
		width: calc(83% / 6);
	}

	.section-form-books {
		width: 95%;
	}
}

@media(min-width:1400px) {
	.booking-input-box {
		width: calc(88% / 6);
	}

	.section-form-books {
		width: 84%;
	}
}

@media(min-width:1800px) {
	.booking-input-box {
		width: calc(96% / 6);
	}

}

@media(max-width:1100px) {
	.main-contact .row {
		gap: 10px 0px;
	}

	.booking-input-box {
		width: calc(83% / 3);
		padding: 10px 10px;
	}

	.section-form-books {
		width: 95%;
	}

	.booking-button button {
		padding: 20px 50px;
	}
}



@media(max-width:990px) {
	.single-dec_img {
		text-align: center;
	}
	.box-operate.operate-mobiles {
		margin-top: 20px;
	}
	.box-operate.operate-mobiles {
		display: block;
	}

	section.blogs {
		padding: 4rem 0px 1rem;
	}

	.about-heading {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.hero-image-collge-wrap {
		padding-left: 0px;
	}

	.hedding-architec .desc {
		width: 98%;
	}

	.hedding-architec h3 {
		font-size: 27px;
	}

	.why_choose_title {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.section-main-title .te-title {
		font-size: 27px;
	}

	.tab-btn-box {
		width: 100%;
	}

	.section-main-title {
		width: 100%;
	}

	.section-main-title .sub-title {
		font-size: 25px;
	}

	section.list-create .title-section {
		font-size: 21px;
	}

	.list-create .sub-title.te-subtitle {
		font-size: 25px;
	}

	.home-sale__box {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.home-sale__ttl {
		margin-bottom: 0rem;
	}

	.section-title.side-left.has-control h2 {
		font-size: 21px;
		text-align: center;
	}

		section.blogs .sub-title {
			font-size: 20px;
		}

	.hedding-architec h3 {
		font-size: 24px;
	}
	.hero-image-collge-wrap {
		padding-left: 0px;
	}
	.section-index .section-title.side-left.has-control {
		flex-direction: column;
		text-align: center;
		padding-right: 10px;
	}
	.hedding-architec .desc {
		width: 98%;
	}
	section.why_choose .collection-hedding h2, .block-title .sub-title, .collection-hedding h2, .section-header__content h2{
		font-size: 30px;
	}
	.about__image-sm {
		position: absolute;
	}

	.about__image-sm img {
		width: 200px;
		height: 200px;
		object-fit: cover;
		border-radius: 10px;
	}

	.md_slider__item__ct {
		display: none;
	}

	.md_slider__circle {
		display: none;
	}

	.md_slider__item__img:after {
		background: none !important;
	}

	.choose_img .pbtn h2 {
		font-size: 23px;
	}

	.about__content {
		padding-right: 0px;
		margin-bottom: 25px;
	}

	a.news-cat.shadow-sm strong {
		font-size: 10px;
	}

	i.hicon-assembly-restaurant-line img {
		width: 100%;
		height: auto;
	}

	.md_slider__item__img img {
		min-height: unset;
		height: unset;
	}

	section.about.about--shape {
		padding-bottom: 30px;
	}

	.about__image-sm {
		right: 11px;
		bottom: -33px;
		position: absolute;
		animation: floating 4s linear alternate infinite;
		border-radius: 10px;
		overflow: hidden;
	}

	.section-form-books {
		position: unset;
		transform: unset;
		margin: 0 auto;
	}

	.booking-input-box {
		width: 30%;
		margin: 0 11px 25px;
	}

	.main-contact .row {
		flex-wrap: wrap;
		gap: 15px 0px;
	}

	.about__item-inner {
		display: block;
		text-align: center;
	}

	.about__item-content {
		width: 100%;
	}

	.about__item-thumb {
		margin: 0 auto 10px;
	}

	section.collection .row {
		justify-content: center;
	}
}

@media(max-width:768px) {
	.content-operate span {
        font-size: 19px;
	}
	.banner-desktops:after {
		content: "";
		background: none;
		display: none;
	}



	.bookings__desktop button {
		width: 100%;
	}

	.bookings__desktop form {
		padding: 5px 10px;
	}

	.choose_img img {
		width: 100%;
	}

	.choose_img {
		height: 260px;
		overflow: hidden;
	}

	.booking-input-box {
		width: 100%;
		margin: 0 0px 5px;
		padding: 5px 20px;
	}

	.booking-button button {
		padding: 10px 20px;
	}

	.booking-button {
		margin-left: 0px;
	}

	.common-header h2 {
		font-size: 27px;
		margin: 0;
	}

	.about__content p {
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

	.desc-videos {
		width: 99%;
		font-size: 15px;
	}

	h2.special-font-body-emphasis {
		font-size: 31px;
	}

	span.h-sub-font {
		font-size: 15px;
	}

	.section-header__content p {
		width: 100%;
		margin: 0;
	}

	.section-header__content h2 {
		font-size: 27px;
		margin-bottom: 0;
	}

	.collection-hedding h2 {
		font-size: 27px;
	}

	span.Modern-hedding {
		font-size: 15px;
	}

	.placerat-desc p {
		font-size: 15px;
	}

	.collection-hedding h2 {
		font-size: 27px;
	}

	section.why_choose .collection-hedding h2, .block-title .sub-title, .collection-hedding h2, .section-header__content h2 {
		font-size: 22px;
	}

	a.room-title-link {
		font-size: 27px;
	}

	.choose_img {
		margin-left: 0px;
	}

	.choose_img .pbtn {}

	.choose_img .pbtn svg {
		width: 28px;
		height: 28px;
	}


	.custom-btn {
		font-size: 15px;
		padding: 6px 20px;
	}


	.block-title h2 {
		font-size: 26px;
		padding: 0px;
	}

	.splide__track button svg {
		width: 15px;
		height: 15px;
	}

	.splide__track {
		margin-left: 0px;
	}

	button.slick-next-blogs.slick-arrow {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 0;
	}

	button.slick-prev-blogs.slick-arrow {
		width: 30px;
		height: 30px;
		top: 50%;
		right: 0;
	}

	.about__wrapper .row .clm:nth-child(2) {
		order: 1;
	}

	.about__wrapper .row .clm:nth-child(1) {
		order: 2;
	}

	.about__image {
		margin-bottom: 30px;
	}

	.md_slider__item__ct {
		display: none;
	}

	.md_slider__circle {
		display: none;
	}

	.md_slider__item__img:after {
		background: none !important;
	}

	.btn-flex-box {
		text-align: center;
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.single-gallery h4 {
		opacity: 1;
	}

	.single-gallery h4 a {
		font-size: 20px;
	}
	section.blogs .sub-title {
		font-size: 12px;
	}
	.clm.bets-friens {
		padding-top: 30px;
		margin-bottom: 20px;
	}
}
@media(max-width:550px) {
	.newsletter.newsletter--lowerd .form-control {
		width: 68%;
	}

	.newsletter .subscribe-btn {
		width: 32%;
	}
}



@media (max-width: 990px) {
	.desc-news-memter p {
		font-size: 15px;
	}

	.box-content-news-memter a {
		font-size: 17px;
	}
	.box-content-form-members {
		margin-top: 20px;
	}
	.hedding-operaby span {
		font-size: 30px;
	}

	.hedding-operaby p {
		font-size: 14px !important;
	}

	.hedding-operaby {
		text-align: center;
	}

	.list-star-left span {
		font-size: 18px;
	}

	.list-star-left ul li i {
		font-size: 23px;
	}

	.number-city p {
		font-size: 18px;
	}

	.images-gif-banner {
		text-align: center;
	}

	.app-images-left img {
		width: 190px;
	}





  .images-menu-operabytes {
    width: 52px;
}

.content-menu-operabytes {
    flex: 1;
}
  .images-operate img {
    height: 50px;
    object-fit: contain;
}
	.box-thuvien.phienlive {
		padding-bottom: 25px;
	}

	.col-lg-4.col-sm-4.col-12.salens-right.salebanimfo.salens li {
		width: 64%;
	}

	.salens-right.salebanimfo.salens .images-salens {
		width: 115px !important;
	}
		.section_perfect .salebanimfo ul li:first-child {
		width: 117px;
	}

	.section_perfect .salebanimfo ul li:last-child {width: 64%;}

	section.awe-section-3 .head .heading strong {
		font-size: 25px;
	}

	.awe-section-3 .head .heading span {
		font-size: 14px;
	}

	.section_perfect .salebanimfo ul {
		padding: 10px;
	}

	.salebanimg {
		margin: 20px 0px;
	}

	.head .heading span {
		font-size: 20px;
	}

	.abouts .btn-about-div-vi a {
		font-size: 15px;
	}
	.content-operate span {
        font-size: 20px;
		line-height: 1.2;
    }
	.section_perfect .salens {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content-menu-operabytes span {
        font-size: 16px;
    }
	.content-menu-operabytes p {
        font-size: 14px;
    }
	.content-operate p {
        font-size: 15px;
        margin-bottom: 0px;
    }
	.section_perfect .row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.section_perfect ul:nth-child(2) {
		left: 0px;
	}

	.col-lg-4.col-sm-4.col-12.salens-right.salebanimfo.salens ul:nth-child(2) {
		right: 0px;
	}

	.section_perfect ul:nth-child(2) {
		margin-top: 15px;
	}

	.section_perfect ul:nth-child(3) {
		margin-top: 15px;
	}

	.section_perfect {
		margin-bottom: 20px;
	}


	.head .heading {
        font-size: 19px;
    }

	.item-thu-vien {
		width: calc(97% / 2);
	}

  .btn-about-div-vi {
    margin: 0 auto;
}
  figure.image-hover.image-hover-overlay img {
    height: auto;
}
	.news.hover-effect {
        padding-left: 0px;
    }

	.hero-text-1 {
		min-height: unset;
        padding: 20px 0px;
	}

    .box-action-architec {
        padding: 24px 23px;
    }
	.desc-architec p {
		padding: 10px 0px;
	}
}
@media (max-width: 790px) {
  .abouts {
    padding-top: 1rem;
}
  .item-thu-vien {
    width: 100%;
}
	footer.footers2 .footers2-wrap .footers2-top .footers2-top-one {
		width: 180px;
		margin: 0 auto;
	}
	a.news-cat.shadow-sm {
		display: none;
	}
	.news.hover-effect {
		padding-right: 10px;
	}
	.section_feedback .avatar {
		width: 88px;
		height: 88px;
	}
	a.news-link {
		font-size: 18px;
	}
	.product-view {
		padding: 10px 0;
	}
	.tab-btn-box ul {
		justify-content: center;
	}
	.home-sale__ttl>span {
		font-size: 25px;
		line-height: 1.2;
		padding: 5px 0;
	}
	.section_feedback .block-content {
		padding-left: 15px;
	}

    .box-action-architec {
        padding: 24px 37px;
    }
	.desc-architec h3 {
		padding: 0 10px;
	}
	.news-date {
		display: none;
	}
}
@media (max-width: 554px) {
      .news.hover-effect {
        padding-right: 0px;
    }
	.desc-architec p {
		padding: 0 10px;
	}

    .box-action-architec {
        padding: 24px 140px;
    }
}
@media (max-width: 480px) {
    .box-action-architec {
        padding: 24px 88px;
    }
}
@media (max-width: 450px) {
	.desc-architec p {
		padding: 0;
	}
}
