
.home-about {
	display: flex;
	align-items: center;
	padding: 40px 0 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home-about__row {
	gap: 20px 0;
	align-items: center;
}

.home-about .c-ttl__01 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
}

.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}

.home-about__divider {
	width: 125px;
	height: 2px;
	background-color: #5a4633;
	margin: 5px 0 15px 0;
}

.home-about__description {
	color: #595959;
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 15px;
}

.home-about__image {
	position: relative;
	padding: 0 0 0 25px;
	z-index: 1;
}

.home-about__image-child {
	overflow: hidden;
	line-height: 0;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s ease;
}

.home-about__image-child img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-about__image-child:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 2;
	box-shadow: none;
	animation: upDown 4s ease-in-out infinite;
}

.title-separator {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.title-separator:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #5a463354;
	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: #5a463354;
	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 #5a4633;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #5a4633;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 8px;
}

.home-about2__image-child.hover-effect_1 img {
	animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.home-about2 .line {
	width: 177px;
	/* margin: 0 auto; */
	position: relative;
	height: 2px;
	display: block;
	margin-top: 10px;
}

.home-about2 .line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background: linear-gradient(360deg, #347bbb, #5a4633) !important;
	transition: all .3s ease-in-out;
}

.home-about2 .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background-color: #a4d164;
	transition: all .3s ease-in-out;
}

.home-about2 .line::after {
	left: auto;
	right: 0;
	width: 27px;
	background: #75a93f;
}

.home-about2 .c-ttl__02>* {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.3;
	position: relative;
	color: #5a4633;
	text-transform: uppercase;
}


@media (max-width: 768px) {
	.home-about__image {
		padding: 0;
	}

	.home-about__title {
		font-size: 2.5rem;
	}

	.home-about {
		padding: 25px 0 15px;
	}

}

/*  */
.benefits {
	border-bottom: 1px solid #a3d8fe3d;
}

.benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.benefits__item {
	padding: 40px 30px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.benefits__item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #a3d8fe3d;
}

.benefits__item:hover {
	background-color: #fafafa;
	/* transform: translateY(-2px); */
}

.benefits__icon {
	width: 54px;
	height: 54px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

.benefits__ct {
	width: calc(100% - 65px);
	color: #666;
	padding-left: 10px;
	line-height: 1.6;
	font-size: 18px;
}

.benefits__ct p {
	padding-bottom: 0;
	font-size: 15px;
	margin: 0;
}

.benefits__ct strong {
	color: #5a4633;
	font-size: 18px;
	font-weight: 700;
}

.benefits__item:hover .benefits__icon {
	transform: scale(1.1);
}

.benefits__icon svg,
.benefits__icon img {
	width: 54px;
	height: 54px;
	stroke: #eb6d26;
	fill: none;
	stroke-width: 2;
}

.benefits__icon::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0em;
	width: 62px;
	height: 62px;
	z-index: -1;
	background: #f7e6b0;
	border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
	animation: morph_rotate 4s linear infinite forwards paused;
	animation-play-state: running;
	transition: 0.4s;
}

.benefits__title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.3;
}

.benefits__description {
	color: #666;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.benefits__grid {
		grid-template-columns: 1fr;
	}

	.benefits__item:not(:last-child):after {
		display: none;
	}

	.benefits__item:not(:last-child) {
		border-bottom: 1px solid #e0e0e0;
	}

	.benefits__item {
		padding: 20px 15px;
	}
}

/*  */
.home-product {
	padding: 30px 0 40px;
}


.home-about2 {
	background-color: #73c5da1f;
	background-image: url("../images/h3-banner1.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 50px 0 0 0;
}

.home-about2__description {
	margin-bottom: 20px;
	color: #595959;
	font-size: 17px;
}

.home-about2__row {
	--gutter: 30px;
	gap: 10px 0;
}

.why-choose {
	/* background: linear-gradient(45deg, #bae5ff, #6edcfd, blue); */
	color: white;
	padding: 30px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.why-choose__row {
	--gutter: 0;
}

.why-choose .c-ttl__01-accent {
	/* font-size: 100px; */
	opacity: .1;
	background: transparent;
	color: #f6e9e4;
}

.why-choose__image {
	line-height: 0;
	height: 100%;
}

.why-choose__image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.why-choose__right {
	/* padding: 80px 60px 50px; */
	/* background: linear-gradient(360deg, #347bbb, #5a4633); */
	/* box-shadow: inset 1px 1px 6px #2b60aa6e; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.why-choose__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
	margin-top: 25px;
}

.why-choose__list-item {
	align-items: start;
	background: #ccc;
	border-radius: 50%;
	text-align: center;
	background-image: linear-gradient(150deg, #eaeeef 0%, #cbd7d9 100%);
	border: 6px solid #e7e7e7d6;
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}


.why-choose__list-icon {
	width: 62px;
	/* position: relative; */
	/* z-index: 1; */
}

.why-choose__list-icon::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0em;
	width: 62px;
	height: 62px;
	z-index: -1;
	background: #4386fe;
	border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
	animation: morph_rotate 4s linear infinite forwards paused;
	transition: 0.4s;
}

.why-choose__list-icon::before {
	animation-play-state: running;
}


.why-choose__list-icon img {
	width: 100%;
}

.why-choose__list-ct {
	color: #333;
	list-style: 1.5;
	font-size: 20px;
}

.why-choose__list-ct h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.why-choose__list-ct h2 {
	margin-bottom: 10px;
	font-size: 35px;
}

.why-choose__list-ct p {
	line-height: 1.3;
}

.why-choose__list-ttl {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--color-main);
}

section.home-about.khuyenmai {
	padding: 30px 0px;
}

@media (max-width: 768px) {
	.why-choose__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.why-choose__right {
		padding: 5px 15px 0;
	}

	.home-product {
		padding: 30px 0 15px;
	}

	.why-choose__list-item {
		/* width: 200px;
		height: 200px;
		margin: 0 auto; */
		width: 100%;
		position: relative;
		height: auto;
	}

	.why-choose__list-item::before {
		content: "";
		padding-top: 100%;
		display: block;
		width: 100%;
	}

	.why-choose__list-ct {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		font-size: 1.6rem;

	}

	.why-choose__list-ttl {
		font-size: 2rem;
	}

	.why-choose {
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;

	}
}

@keyframes morph_rotate {
	0% {
		border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
		transform: rotate(1turn);
	}

	50% {
		border-radius: 29% 71% 34% 66%/39% 62% 38% 61%;
	}

	100% {
		border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
		transform: rotate(0turn);
	}
}

.news-system .news-item__ct {
	text-align: center;
}

.news-system .news-item__desc {
	text-align: inherit;
}

.news-system .news-item__redmore {
	text-transform: uppercase;
}

.news-system .news-item__redmore .icon,
.news-system .news-item__area {
	display: none;
}

.home-category {
	padding: 40px 0;
}

.home-category .dichvu {
	margin: 0px -15px ;
}

.home-category .dichvu .clm{
	padding: 0 15px;
}

.home-review {
	background: url(../images/bg-img.jpg) no-repeat left bottom/cover;
	padding: 80px 0 50px;
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
}

.home-review::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.193);
	z-index: -1;
}

.review-block {
	width: 50%;
	margin-left: auto;
}

.review-block .c-ttl__01-accent {
	background: white;
	background-clip: text;
	opacity: .9;
}

.slide-review:hover .slick-arrow {
	opacity: 1;
}

.slide-review .slick-arrow:hover svg,
.slide-review .slick-arrow:hover svg path {
	fill: var(--color-2);
}

.slide-review .slick-arrow svg {
	width: 30px;
	height: 30px;
}

.slide-review .slick-prev {
	left: -15px;
}

.slide-review .slick-next {
	right: -15px;
}

.slide-review__wrap {
	/* padding-right: 60px; */
}

.slide-review__desc {
	margin-bottom: 25px;
	/* font-size: 18px; */
	margin-top: 15px;
	color: #595959;
}

.slide-review__info-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.slide-review__info-avatar img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-review__info-ct {
	width: calc(100% - 90px);
	padding-left: 10px;
}

.slide-review__info-name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.slide-review__info-postion {
	color: #595959;
	font-size: 15px;
}

.home-news {
	padding: 30px 0 40px;
}

.home-news .c-ttl__01-accent.sm {
	font-size: 80px;
}

.home-news .js-slide .slick-list {
	padding-bottom: 2px;
}

section.chungnhan {
	padding: 40px 0px;
}

section.chungnhan .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	filter: drop-shadow(2px 4px 6px #cdcdcd);
}

section.chungnhan .name-book {
	text-align: center;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	background: #ffffff96;
	width: 100%;
	bottom: 0;
}

section.chungnhan .images img {
	width: 100%;
	object-fit: cover;
}

section.chungnhan .item-book-one:hover img {}

section.home-promotional {
	padding-bottom: 40px;
}

section.home-about.khuyenmai .home-about__image {
	padding: 0 0 0% 2%;
}

.line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background: linear-gradient(360deg, #347bbb, #5a4633) !important;
	transition: all .3s ease-in-out;
}

.line {
	width: 177px;
	position: relative;
	height: 2px;
	display: block;
	margin-top: 10px;
}

.line::after {
	left: auto;
	right: 0;
	width: 27px;
	background: #75a93f;
}

.line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background-color: #a4d164;
	transition: all .3s ease-in-out;
}

.camnhan {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.item-book-one {
	padding-top: 25px;
}

section.chungnhan .images img {
	display: block;
}

.camnhan .line::after {
	right: 2px;
	left: unset;
	width: 27px;
}

section.chungnhan .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	border: 3px solid #5a4633;
	filter: drop-shadow(2px 4px 2px #cdcdcd);
}

section.chungnhan .images img {
	display: block;
	border-radius: 5px;
}

.home-category__desc {
	max-width: 75%;
	margin: auto;
	font-size: 15px;
	color: #595959;
}

.value {
	background: #005caa;
	/* padding: 27px 0; */
	position: relative;
}

.value:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #8b0000;
	z-index: 5;
}

.value-box {
	position: relative;
	display: flex;
	text-align: left;
	align-items: center;
	width: 80%;
	justify-content: center;
	margin: 0 auto;
	padding: 40px 0;
	z-index: 9;
}

.value .desc p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

.phone_in {
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 600;
	border-radius: 30px;
	display: inline-block;
	width: auto;
	margin: 15px auto 0;
	text-align: center;
	font-size: 14px;
}

.phone_in:hover {
	color: white;
	background: var(--color-main2);
}

.why_choose__list_in {
	margin: 30px 0;
}

.why_choose__list_in li {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.why_choose__list {
	color: #fff;
}

.why_choose__list-ct h3 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
	color: #5a4633;
}

.why_choose__list-ct .desc {
	font-size: 16px;
	font-weight: 300;
}

.why_choose__list-ct .desc p {
	font-weight: 400;
	color: #333;
}

.desc_news_content {
	margin-top: 30px;
	color: #333;
	font-size: 17px;
}

.desc_news_content ul:not(:last-child) {
	margin-bottom: 10px;
}

.desc_news_content:not(:last-child) {
	margin-bottom: 30px;
}

.desc_news_content ul li {
	list-style: disc !important;
	margin-left: 18px;
}


.kienthuc-phapluat-wrap{
	padding: 40px 0;
	background-color: #f7e6b0;
}

.kienthuc-phapluat{
	margin-top: 30px;
}

.kienthuc-phapluat .row{
	margin: 0 -15px;
	row-gap: 30px;
}

.kienthuc-phapluat .clm{
	padding: 0 15px;
}

.kienthuc-phapluat .box{
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 100%;
}

.kienthuc-phapluat .box-title{
	background: #5a4633f0;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
	color: #FFF;
}

.kienthuc-phapluat .item-box:not(:last-child) {
	margin-bottom: 15px;
} 

.kienthuc-phapluat .item-box{
	display: grid;
	grid-template-columns: 120px auto;
}

.kienthuc-phapluat .item-box .image img{
	height: 90px;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
}

.kienthuc-phapluat .item-box .info{
	padding-left: 10px;
}

.kienthuc-phapluat .item-box .info h3{
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.kienthuc-phapluat .item-box .info .dec{
	font-size: 14px;
	line-height: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0 5px;
}

.kienthuc-phapluat .item-box .info .date{
	font-size: 14px;
    color: #888;
}

.reviews{
	padding: 40px 0 65px;
}

.reviews .slick-list{
	margin: 0 -15px;
}

.scroll-animate {
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.review-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 0px 15px 40px;
    min-height: unset !important;
}

.icon-review-card {
    margin-bottom: 10px;
}

.icon-review-card img {
    height: 30px;
    transform: rotate(179deg);
}

.review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
	font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reviewer-info h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.stars {
    color: #FFD700;
    font-size: 19px;
}

.reviewer-info .stars ul {
    display: flex;
    gap: 0px 1px;
}

.reviewer-info .stars ul li svg {
    width: 19px;
    height: 19px;
}

.slider-slick-review .slick-dots {
    bottom: -35px;
}

.slider-slick-review .slick-dots li {
    width: 15px;
    height: 15px;
}

.slider-slick-review .slick-dots li button {
    background: #cdcdcd;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.slider-slick-review .slick-dots li button:before {
    content: "";
}

.slider-slick-review .slick-dots li.slick-active button {
    background: #8b0000;
}

.list-hinhanh{
	padding: 30px 0 40px;
	background: #eee;
}

.list-image-luatsu .slick-slide{
	margin: 0 15px;
}

.list-image-luatsu .slick-list{
	margin: 0 -15px;
}

.list-image-luatsu img{
	border-radius: 8px;
}

.list-image-luatsu {
	margin-top: 30px;
}

.list-image-luatsu .slick-arrow{
	opacity: 1;
	width: 35px;
	height: 35px;
	background-color: #FFF;
	border: 1px solid #cccc;
	box-shadow: 0 0 10px #ddd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-image-luatsu .slick-arrow svg{
	width: 20px;
	height: 20px;
}

.banner-mobile{
	display: none !important;
}

section.Check_Availability .item-left-Check_Availability {
    width: 40%;
    padding: 40px 15px 20px;
    background: #f7e6b0;
    border-radius: 5px;
    color: #000;
}

section.Check_Availability .box-form-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #5a4633;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

section.Check_Availability .box-form-Check_Availability h2 {
    font-size: 27px;
    font-weight: 700;
    color: #5a4633;
    margin-bottom: 25px;
}

section.Check_Availability .field-input-wrap.checkin-date input {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: #5a4633;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: #5a4633;
    width: 100%;
    padding: 0px 12px;
}

section.Check_Availability .field-input-wrap.checkin-date input::placeholder {
    color: #5a4633;
}

select:focus {
    outline: none;
}


section.Check_Availability .field-wrap {
    width: 100%;
}

section.Check_Availability .kodelisting-form-label {
    margin-bottom: 5px;
	color: #5a4633;
}

section.Check_Availability .btn-theme-colored1 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

section.Check_Availability .kodelisting-form-field {
    margin-bottom: 20px;
}


section.Check_Availability .container-Check_Availability {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    top: -50px;
}

section.Check_Availability .item-right-Check_Availability {
    height: 100%;
    padding: 0px 80px;
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 0px;
}

section.Check_Availability {
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
}

section.Check_Availability::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

section.Check_Availability .hedding-item-right-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .hedding-item-right-Check_Availability h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.Check_Availability .content-item-right-Check_Availability {
    color: #Fff;
}

section.Check_Availability .content-item-right-Check_Availability p {
    padding-bottom: 20px;
}

section.Check_Availability .hotline-item-right-Check_Availability {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    justify-content: center;
}

section.Check_Availability .content p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.Check_Availability h5.icon-box-title {
    font-size: 24px;
    color: #fff;
}


section.Check_Availability .ctnr:before {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    left: -59px;
    width: 439px;
    height: 640px;
    content: "" "";
}

section.Check_Availability .ctnr {
    position: relative;
}

section.Check_Availability .box-content-desc-right-Check_Availability {
    margin-top: 70px;
}

.kodelisting-form-field {
    display: flex;
    align-items: center;
    gap: 0px 14px;
}

.field-input-wrap.checkin-date select {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: #5a4633;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
    color: #5a4633;
}

.field-input-wrap.checkin-date select option {
    color: #333;
}

.hover-btn {
    position: relative;
}

.hover-btn:before {
    background-color: #222222;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: top right;
}

.hover-btn:hover:before {
    background-color: #222222;
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.hover-btn span {
    position: relative;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-weight: 500;
}

.btn-theme-colored1 {
    color: #333;
    background-color: #00aae0;
    border-color: #00aae0;
    min-height: 56px;
    padding: 0 15px;
    text-align: center;
    width: 267px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.icon-item-right-Check_Availability img {
    height: 46px;
}

.hotline-item-right-Check_Availability .icon-text p {
    padding-bottom: 0px !important;
}

.Check_Availability{
	margin-top: 75px;
}


@media (max-width: 1023px) {
	.review-block {
		width: 100%;
	}

	.js-slide {
		padding: 0 10px;
	}

	.home-about2 {
		padding: 30px 0;
	}

	.home-review {
		padding: 60px 0 25px;
	}

	.home-news .c-ttl__01-accent.sm {
		font-size: 35px;
	}

	.home-news {
		padding: 30px 0;
	}
}

@media (max-width: 990px) {
	section.Check_Availability .item-left-Check_Availability{
		width: 50%;
	}

	section.Check_Availability .item-right-Check_Availability{
		width: 50%;
		padding: 0px 20px;
	}
}

@media (max-width: 767px) {
	.banner-mobile{
		display: block !important;
	}

	.banner-desktop{
		display: none !important;
	}

	section.Check_Availability .item-left-Check_Availability{
		width: 100%;
	}

	section.Check_Availability .item-right-Check_Availability {
        width: 100%;
    }

	section.Check_Availability .container-Check_Availability{
		flex-wrap: wrap;
	}

	section.Check_Availability {
        background-size: cover !important;
        background-position: center right !important;
    }
}






/* Css lại cho trang home  */
.home-about-us {
	padding: 40px 0;
}

.home-about-us .title-wrap{
	text-align: center;
}

.home-about-us .title-wrap .title {
	margin-bottom: 16px;
	font-size: 24px;
    color: #8b0000;
    font-weight: 700;
}

.section-line {
	height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.home-about-us .section-line {
	width: 30%;
	margin: 0 auto 35px;
}

.text-des p {
	font-size: 14px;
    color: #706f6f;
    line-height: 1.4;
	margin-bottom: 20px;
}

.home-about-us .tab-buttons {
	text-align: center;
}

.home-about-us .tab-buttons li {
	display: inline-block;
}

.home-about-us .tab-buttons li button {
	color: #000;
	padding: 14px 20px;
    display: block;
	font-size: 14px;
}

.home-about-us .tab-buttons li button.active {
	font-weight: 700;
	color: #8b0000;
	border-bottom: 2px solid #8b0000;
}

.home-about-us .tab-content {
	padding: 20px;
}

.home-about-us .item {
	text-align: center;
	margin-top: 20px;
}

.home-about-us .item img {
    padding: 25px;
    border: 2px solid #f0f4f4;
    border-radius: 50%;
    background-color: #f0f4f4;
	width: 140px;
    height: 140px;
}

.home-about-us .item .name {
	margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
}

.tab-pane {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tab-content {
    position: relative;
}

.title-section {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

/* .title-section::before {
	content: "";
    background-color: #e51f2d;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
} */

.title-section h2 {
	font-size: 20px;
    color: #8b0000;
    font-weight: 700;
	text-transform: capitalize;
	padding: 0 30px;
}

.home-level {
	background-color: #f0f4f4;
	padding: 40px 0;
}

.list-company {
	padding-top: 20px;
}

.list-company .right {
	padding-left: 30px;
	border-left: 1px solid #706F6F;
}

.list-company .customer {
	margin-bottom: 20px;
}

.list-company .left {
	padding-right: 30px;
	text-align: right;
}

.list-company .customer p {
	font-size: 18px;
	color: #1a1a1a;
}

.list-company .customer span {
	font-size: 12px;
}

.home-gioithieu {
	padding: 40px 0;
}

.home-gioithieu .introduce-item .wrap-img {
    padding-bottom: 40%;
	border-radius: 10px;
}

.home-gioithieu .introduce:not(:last-child) {
    margin-bottom: 40px;
}

.home-gioithieu .introduce {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.home-gioithieu .introduce-title {
	font-size: 20px;
    color: #8b0000;
	margin-bottom: 14px;
	font-weight: 600;
}

.home-gioithieu .introduce:nth-child(even) .item-left {
    order: 1;
}

.home-tintuc {
	padding: 40px 0;
}

.home-tintuc .item {
	padding: 20px;
}

.home-tintuc .item h3 {
	font-size: 14px;
	text-transform: uppercase;
    color: #223c7e;
    font-weight: 600;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 1.6;
}

.home-tintuc .list-tin {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.home-tintuc .item .time {
	margin-bottom: 10px;
	font-size: 11px;
	color: #999999;
}

.home-tintuc .item .des {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-tintuc .item:not(:last-child) {
	border-right: 1px solid #F0F4F4;
}

.home-tintuc .see-more-wrap {
	text-align: right;
	margin-top: 20px;
}

.home-tintuc .see-more-wrap .see {
	font-weight: 700;
}

.home-tintuc .item .wrap-img {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 60%;
	border-radius: 10px;
}

.home-tintuc.phat-hanh .item:not(:last-child) {
	border: none;
}

.home-tintuc.phat-hanh .item {
	padding: 20px 30px;
}

@media (max-width: 991px) { 
	.list-company .left {
		padding-right: 0px;
	}

	.list-company .right {
		padding-left: 0px;
	}
}

@media (max-width: 767px) {
	.home-about-us .title-wrap .title {
		font-size: 20px;
	}

	.home-about-us {
		padding: 20px 0;
	}

	.home-about-us .section-line {
		margin: 0 auto 20px;
	}

	.list-company {
		padding: 0 30px;
	}

	.list-company .right {
		border-left: none;
		border-top: 1px solid #706F6F;
		padding-top: 20px;
	}

	.home-level {
		padding: 30px 0 10px;
	}

	.home-gioithieu .introduce {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding: 10px;
	}

	.home-gioithieu .introduce-title {
		font-size: 18px;
	}

	.home-gioithieu {
		padding: 20px 0;
	}

	.home-gioithieu .introduce:not(:last-child) {
		margin-bottom: 25px;
	}

	.home-gioithieu .introduce:nth-child(even) .item-left {
		order: 0;
	}

	.home-tintuc .list-tin {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.title-section {
		margin-bottom: 25px;
	}

	.home-tintuc.phat-hanh .item {
		padding: 20px;
	}
}