.bg-intro {
	position: relative;
	color: white;
}

/*slider intro*/

.imageSlides {
  	display: none;
  	transition: 0.5s;
}

.img-intro {
	width: 100%;
	height: auto;
}

/*------------*/

.content-intro {
	width: 75%;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.text-intro {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

.title-intro {
	font-style: normal;
	font-weight: 700;
	font-size: 128px;
	letter-spacing: -0.02em;
	margin-top: 25px;
    margin-bottom: 45px;
}

.content-intro2,
.arrow-slider,
.payment {
	display: flex;
	align-items: center;
}

.content-intro2 {
	justify-content: space-between;
}

.arrow-slider {
	margin-top: 30px;
}

.arrow-slider img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.note-payment {
	padding: 0 20px;
}

.note-payment p:nth-child(2) {
	text-decoration-line: underline;
	font-weight: 700;
	margin-top: 5px;
	font-size: 18px;
}

.list-social {
	width: 20%;
    display: flex;
    transform: rotate(-90deg);
    position: absolute;
    top: 20%;
    right: -7%;
}

.list-social a {
	color: white;
	font-size: 16px;
}

.list-social li {
	padding-right: 20px;
}

.bg-tour {
	width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    position: absolute;
    left: 12%;
    bottom: 30%;
    padding: 25px 50px;
    border-radius: 15px;
    color: black;
}

.bg-tour h2 {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #212529;
	margin-bottom: 15px;
}

.search-tour {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #910829;
	border-radius: 16px;
	border: none;
}

.search-tour img {
	width: 25px;
}

.activity-tour {
	border-left: 1px solid #DCE5EB;
	border-right: 1px solid #DCE5EB;
	padding: 0 5%;
}

.book-tour {
	color: #99A3AD;
	font-weight: 400;
	font-size: 18px;
	border: none;
	padding: 10px;
	padding-left: 0;
}

@media(max-width: 1700px) {
	.bg-tour {
		bottom: 20%;
	}
}

@media(max-width: 1600px) {
	.list-social {
		width: 30%;
		right: -12%;
	}
}

@media(max-width: 1500px) {
	.bg-tour {
		width: 70%;
		bottom: 10%;
	}
}

@media(max-width: 1200px) {
	.content-intro {
		top: 8%;
	}

	.title-intro {
		font-size: 70px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.list-social {
		top: 30%;
	}
}

@media(max-width: 1024px) {
	.bg-tour {
		width: 80%;
	}

	.list-social {
		width: 35%;
    	right: -15%;
	}
}

@media(max-width: 991px) {

	.bg-intro,
	.content-intro,
	.list-social {
		width: 100%;
		position: unset;
	}

	.bg-intro {
		background-color: #910829;
		padding-bottom: 40px;
	}

	.bg-tour {
		position: unset;
		width: 100%;
		padding: 25px;
	}

	.content-intro {
		padding: 30px 15px;
	}

	.payment img {
		width: 45px;
	    height: 45px;
	    object-fit: contain;
	}

	.list-social {
		transform: unset;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(max-width: 450px) {
	.title-intro {
		font-size: 40px;
	}

	.content-intro2 {
		display: block;
	}

	.payment {
		margin-top: 30px;
	}

	.bg-tour {
		display: block;
	}

	.book-tour {
		width: 100%;
	}

	.activity-tour {
		border: none;
		padding: 0;
		margin: 20px 0;
	}

	.search-tour {
		margin-top: 20px;
		margin-left: auto;
		width: 70px;
    	height: 70px;
	}
}


/*Select Category*/

.select-category {
	margin-top: 60px;
}

.title-category {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: -0.64px;
	color: #1D293F;
}

.text-category {
	color: #546179;
	margin-top: 10px;
}

.select-category2 {
	background: #FFFFFF;
	border: 1px solid #DCE5EB;
	box-shadow: 0px 2px 4px rgba(14, 86, 124, 0.16);
	border-radius: 8px;
    padding: 40px 15px;
    margin-top: 60px;
}

#icon-select-category {
	margin-top: 45px;
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.text-category2 {
	width: 20%;
	background-color: #FEF2DE;
	border-radius: 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #F5A623;
	padding: 5px 0;
	margin-left: auto;
}

.text-category3 {
	line-height: 25px;
	margin: 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-category3 a {
	font-family: "Poppins-bold";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.38px;
	color: #1D293F;
}

.carousel_1 {
	position: relative;
}

.owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
	color: #546179;
}

.btn-prev,
.btn-next {
    width: 45px;
    height: 45px;
    border: 1px solid #546179;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.owl-dots {
	display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #910829;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	filter: blur(0.5px);
	color: white;
	border-radius: 50%;
	border: none;
}

@media(max-width: 991px) {
	.owl-nav {
		position: unset;
	}
}

@media(max-width: 450px) {
	.title-category {
		font-size: 30px;
	}
}



/*trending 2023*/

.trending {
	position: relative;
}

.sale-off {
	width: 15%;
    background-color: #FEF2DE;
    border-radius: 16px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #EE5879;
    padding: 2px 0;
    position: absolute;
    top: 15px;
    right: 10px;
}

.trending img {
	border-radius: 20px;
	height: 260px;
    object-fit: cover;
}

.price-rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px 0;
}

.price-rating p {
	font-weight: 400;
	font-size: 14px;
	color: #546179;
}

.price-rating h3 {
	margin: 10px 0;
	font-size: 20px;
}

.text-trending {
	display: flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #546179;
}

#icon-trending {
	width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
}

.text-trending2 {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #546179;
	margin-top: 20px;
}

.text-trending2 li {
	display: flex;
}

.text-trending2 i {
	color: #E81A46;
	padding-right: 10px;
}


/*Top Destinations*/

#img-destinations {
	width: 100%;
	height: 270px;
    margin-bottom: 30px;
}

#img-destinations2 {
	width: 100%;
	height: 570px;
}

.text-destinations {
	position: absolute;
    left: 20px;
    bottom: 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.38px;
    color: #FFFFFF;
}

.sale-destinations {
	width: 22%;
}

@media(max-width: 1200px) {
	#img-destinations {
		height: 200px;
	}

	#img-destinations2 {
		height: 430px;
	}
	
	.trending img {
	    height: 200px;
	}

	.text-destinations {
		left: 15px;
		font-size: 15px;
	}
}

@media(max-width: 991px) {
	#img-destinations {
		height: 300px;
	}

	#img-destinations2 {
		height: 630px;
	}

	.text-destinations {
		left: 18px;
		font-size: 18px;
	}

	.trending img {
	    height: 300px;
	}
}

@media(max-width: 450px) {
	#img-destinations2 {
		height: 300px;
		margin-bottom: 30px;
	}

	.sale-destinations {
		width: 15%;
	}

}

/*Real Estate, Homes for Sale*/

.real-estate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.check-all a {
	background-color: #910829;
	color: white;
	border-radius: 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.38px;
	padding: 12px 25px;
	transition: 0.5s;
}

.real-estate2 {
	margin-bottom: 35px;
}

.check-all a:hover {
	background-color: white;
	color: #910829;
	border: 1px solid #546179;
}

.img-real-estate {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.list-real-estate {
	display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    transition: 0.5s;
}

.list-real-estate p {
	font-weight: 600;
	font-size: 24px;
	color: white;
	border-bottom: 3px solid white;
}

.list-real-estate a {
    background-color: #910829;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 8px 20px;
    transition: 0.5s;
}

.list-real-estate2:hover .list-real-estate {
	display: flex;
}

.list-real-estate a:hover {
	color: #910829;
	background-color: white;
}

@media(max-width: 1400px) {
	.img-real-estate {
		height: 250px;
	}
}

@media(max-width: 667px) {
	.real-estate {
		display: unset;
	}

	.check-all {
		margin-top: 40px;
	}
}

/*Tour Guides*/

.info-tour-guides {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-areas {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -0.38px;
	color: #910829;
}

.name-tour-guides {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.38px;
	color: #1D293F;
	margin-top: 10px;
}

.tour {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}

.text-tour-guides {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.38px;
	color: #000000;
}

.text-tour-guides2 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #99A3AD;
	margin-top: 10px;
	padding-right: 40px;
}

.social-tour-guides {
	display: flex;
	align-items: center;
	margin-top: 100px;
}

.social-tour-guides li {
	padding: 5px 15px;
}

.social-tour-guides a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}

@media(max-width: 991px) {
	.info-tour-guides {
		display: unset;
	}

	.tour,
	.social-tour-guides {
		margin-top: 20px;
	}

	.social-tour-guides li {
		padding-left: 0;
	}

	.text-areas {
		font-size: 18px;
	}

	.name-tour-guides {
		font-size: 25px;
	}
}

@media(max-width: 740px) {
	.text-areas {
		margin-top: 20px;
	}

	.name-tour-guides {
		margin-bottom: 30px;
	}

	.tour {
		display: unset;
	}

	.tour li {
		margin-bottom: 30px;
	}

	.text-tour-guides2 {
		padding-right: 0;
	}
}

/*experience live*/

.bg-experience {
	width: 100%;
	background-color: #910829;
	border-radius: 16px;
	text-align: center;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 80px;
}

.bg-experience h2 {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 45px;
	text-align: center;
	letter-spacing: -0.38px;
}

.bg-experience p {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	letter-spacing: -0.38px;
	color: #BCF0EC;
	margin-top: 20px;
	margin-bottom: 40px;
}

.bg-experience a {
    background-color: #FFFFFF;
    border-radius: 40px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.38px;
    color: #E81A46;
    padding: 10px 25px;
}

@media(max-width: 991px) {
	.bg-experience h2 {
		font-size: 30px;
	}

	.bg-experience p {
		font-size: 20px;
	}
}

@media(max-width: 450px) {
	.bg-experience h2 {
		font-size: 20px;
	}

	.bg-experience p {
		font-size: 16px;
	}
}

/*Subscribe For Offers*/

.subscribes {
	align-items: center;
}

.img-adventures {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 20px;
}

.text-subscribes {
	margin-top: 40px;
	margin-bottom: 50px;
}

.form-subscribe {
	display: flex;
	margin-bottom: 45px;
}

.input-subscribe {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 32px 84px rgba(14, 86, 124, 0.16);
	color: #99A3AD;
	border: none;
	padding-left: 10px;
	height: 55px;
}

.send-subscribe {
	background-color: #910829;
	height: 55px;
	color: white;
	font-size: 15px;
	border: none;
	padding: 0 20px;
}

@media(max-width: 1024px) {
	.form-subscribe {
		display: unset;
	}

	.send-subscribe {
		margin-top: 15px;
	}
}


/*Still have a question?*/

.content-support {
	background-color: #910829;
	border-radius: 12px;
	text-align: center;
	padding: 50px;
	margin-top: 50px;
}

.content-support2 {
	background-color: #1D293F;
}

.content-support img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.content-support h2 {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 25px;
	letter-spacing: -0.51px;
	color: #FFFFFF;
	margin-top: 30px;
}

.content-support p {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.38px;
	color: #99A3AD;
	margin: 30px 0;
}

.content-support a {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.38px;
	color: white;
}



/*body trang Activities*/

.list-service-category {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: 1px solid #E9ECEF;
	border-radius: 16px;
	padding: 10px 0;
	margin-top: 50px;
	cursor: pointer;
}

.list-service-category img {
	width: 20px;
    height: 20px;
    object-fit: contain;
}

.list-service-category p {
	margin-top: 0;
	font-size: 14px;
}

@media(max-width: 1200px) {
	.list-service-category img {
		width: 32px;
	    height: 32px;
	    margin-right: 20px;
	}
}

/*body trang activities */

.img-activity img {
    width: 100%;
    height: 256px;
    border-radius: 20px;
    object-fit: cover;
}

.text-activity a {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #99A3AD;
}

/*css sidebar*/

.bg-sideber {
	padding: 40px 50px;
}

.text-sidebar {
	font-weight: 500;
	font-size: 16px;
	color: #546179;
	margin-bottom: 20px;
}

.select-date {
	width: 80%;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #99A3AD;
	border: 1px solid #DCE5EB;
	border-radius: 8px;
	padding: 10px 20px;
    margin-top: 10px;
}

.popular {
	margin-top: 40px;
}

.checkbox-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #546179;
}

/*custom checkbox*/

.checkbox[type='checkbox'] {
	appearance: none;
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: 1px solid #DCE5EB;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.checkbox[type='checkbox']:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: none;
}

.checkbox[type='checkbox']:checked {
	background-color: #28B0A6;
	border-radius: 8px;
	color: white;
}

.checkbox[type='checkbox']:checked:after {
	display: block;
}

/*-------------------*/

/*Price Range*/

.slider {
	-webkit-appearance: none;
  	appearance: none;
	width: 100%;
	height: 4px;
	background: #DCE5EB;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
  	appearance: none;
	width: 25px;
	height: 25px;
	background: white;
	border: 2px solid #28B0A6;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: -4px 0 0 0 4px #28B0A6;
}

.price-range p {
    width: 40%;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #546179;
    margin-bottom: 20px;
    border: 1px solid #DCE5EB;
    border-radius: 8px;
    padding: 10px 15px;
}

@media(max-width: 1400px) {
    .img-activity img {
        height: 220px;
    }
}

@media(max-width: 1200px) {
	.bg-sideber {
		padding: 40px 20px;
	}
}

@media(max-width: 991px) {
	.bg-sideber {
		padding: 40px 50px;
	}
}

@media(max-width: 450px) {
	.bg-sideber {
		padding: 40px 20px;
	}

	.select-date {
		width: 100%;
	}
}

/*body trang single tour*/

.bg-tour-activity {
	margin-top: 60px;
}

.img-intro-tour {
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	border-radius: 8px;
    object-fit: cover;
}

/*slider tour*/

.main-slideshow {
	position: relative;
	overflow: hidden;
}

.img-feature {
	transition: 2s;
	height: 531px;
	object-fit: cover;
	border-radius: 10px;

}

.arrow-tour {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding: 0 25px;
}

.arrow-tour span {
    border: 1px solid silver;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.arrow-tour span:hover {
	background-color: #28B0A6;
	border: none;
}

@media(max-width: 1400px) {
	.img-feature {
		height: 457px;
	}
	
	.img-intro-tour {
	    height: 100px;
	}
}

@media(max-width: 1200px) {
	.img-feature {
		height: 383px;
	}
}

@media(max-width: 991px) {
	.bg-tour-activity2 {
		flex-direction: column-reverse;
	}

	.bg-tour-activity3 {
		margin-top: 30px;
	}
}

@media(max-width: 450px) {
	.img-feature {
		height: 250px;
	}
	
	.img-intro-tour {
	    height: 60px;
	}
}

@keyframes slideLeft {
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(0%);
	}
}

@keyframes slideRight {
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(0%);
	}
}

/*---------------------*/

/*nội dung single tour*/

.title-single-tour,
.bg-overview {
	border-bottom: 2px solid #E9ECEF;
	padding-bottom: 20px;
}

.title-single-tour h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	color: #1D293F;
	margin-bottom: 10px;
}

.title-single-tour p {
	font-weight: 500;
	font-size: 16px;
	color: #99A3AD;
}

.title-single-tour p > img {
	width: 10%;
	padding-right: 10px;
	padding-bottom: 5px;
}

.list-service-tour {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 16px;
	color: #546179;
	margin-top: 30px;
	cursor: pointer;
}

.list-service-tour li:hover {
	color: #28B0A6;
}

.content-overview {
    margin-bottom: 20px;
}

.content-overview p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #1D293F;
}

.text-single-tour {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #546179;
}

.text-single-tour2 {
	color: #1D293F;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0;
}

.text-single-tour2 img {
	padding-right: 10px;
}

.border-itinerary {
	border: 2px solid #E9ECEF;
	border-radius: 16px;
}

.list-itinerary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FBFBFB;
	border-radius: 16px 16px 0px 0px;
	padding: 20px 25px;
}

.itinerary-day {
	display: flex;
	align-items: center;
}

.text-itinerary {
	background-color: #28B0A6;
	color: white;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.text-itinerary2 {
	color: #212529;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.list-itinerary i {
	color: #CED4D9;
	font-size: 25px;
}

.content-itinerary {
	display: none;
	margin-top: 30px;
	padding: 30px;
	transition: 0.2s;
}

.content-itinerary h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #212529;
	border-bottom: 2px solid #E9ECEF;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.content-itinerary p {
	color: #1D293F;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.content-itinerary ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0;
	border-bottom: 2px solid #E9ECEF;
	padding-bottom: 20px;
	cursor: pointer;
}

.gallery-caption {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #99A3AD;
	margin-top: 10px;
	text-align: center;
}

#gallery-tour {
	display: flex;
	flex-wrap: wrap;
}

#gallery-tour .gallery-item {
	width: 33.33%;
	padding-right: 15px;
}

#gallery-tour .gallery-icon img {
	width: 100%;
	height: auto;
}

.list-inclusions {
	margin-top: 60px;
	color: #1D293F;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.list-inclusions li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.list-inclusions img {
	padding-right: 15px;
}

/*reviews*/

.list-reviews,
.list-faq {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FBFBFB;
	border-radius: 16px 16px 0px 0px;
	padding: 20px 30px;
	color: #546179;
	font-weight: 400;
	font-size: 17px;
}

.avatar-reviews {
	width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.content-reviews {
	display: none;
	padding: 30px;
}

.day-reviews {
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.5px;
	color: #546179;
	border-bottom: 2px solid #E9ECEF;
    padding-bottom: 20px;	
    margin-bottom: 40px;
}

.list-faq {
	justify-content: unset;
}

.list-faq h2 {
	color: #1D293F;
	font-weight: 600;
	font-size: 16px;
	margin-left: 15px;
	line-height: 20px;
}

/*bảng giá*/

.tb-price {
	background: #FBFBFB;
	border-radius: 8px;
	padding: 35px 25px;
}

.price-sale {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price-sale2 {
	display: flex;
	align-items: center;
}

.price-based {
	color: #99A3AD;
	font-weight: 400;
	font-size: 14px;
}

.price-sale2 h2 {
	color: #1D293F;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin-right: 10px;
}

.price-sale2 p {
	color: #546179;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.price-sale3 {
	background-color: #28b0a66e;
	border-radius: 24px;
	color: #28B0A6;
	font-weight: 500;
	font-size: 18px;
	padding: 5px 10px;
}

.from-price {
	margin-top: 40px;
}

.from-price p {
	color: #546179;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

.from-price input {
	width: 100%;
}

.check-availability {
	width: 100%;
	color: white;
	background: linear-gradient(90deg, #FF9D4B 9.15%, #FA126C 101.52%);
	border-radius: 8px;
	height: 46px;
	border: none;
	font-weight: 600;
	font-size: 18px;
	margin-top: 30px;
}

.question-tour {
	margin-top: 40px;
	padding: 0 25px;
}

.question-tour p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #546179;
}

.link-question {
	border: 2px solid #DCE5EB;
	border-radius: 40px;
	margin: 20px 0;
    text-align: center;
    padding: 10px 0;
}

.link-question a {
	font-weight: 400;
	font-size: 18px;
	color: #99A3AD;
}

@media(max-width: 1200px) {
	.price-sale {
		display: block;
	}

	.price-sale3 {
		text-align: center;
		margin-top: 15px;
	}
}

@media(max-width: 991px) {
	.title-single-tour {
		margin-top: 50px;
	}
}

@media(max-width: 740px) {
	.display-itinerary {
		display: none;
	}

	.title-single-tour p > img {
		width: 30%;
	}
}

@media(max-width: 450px) {
	.title-single-tour h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.list-service-tour {
		flex-wrap: wrap;
		font-size: 20px;
	}

	.list-service-tour li {
		width: 50%;
		margin-bottom: 20px;
	}

	.content-itinerary ul {	
	    flex-direction: column;
	    line-height: 2.5;
	    font-size: 18px;
	}

	#gallery-tour .gallery-item {
		width: 100%;
		padding-right: 0;
	}

	.list-reviews {
		display: block;
	}

	.list-reviews li {
		margin-bottom: 20px;
	}
}

/*body trang real estate*/

.text-real-estate {
	height: 55px;
}

.text-real-estate2 {
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #546179;
}

/*page single real estate*/

.title-real-estate {
	font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #1D293F;
}

.title-real-estate2 {
    font-size: 28px;
}

.description-real-estate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	border-bottom: 2px solid #E9ECEF;
    padding-bottom: 20px;
}

.text-description {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #546179;
}

.text-description2 {
	color: #1D293F;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
}

.info-real-estate {
	font-family: "Poppins";
	margin-top: 30px;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #546179;
}

.info-real-estate h1,
.info-real-estate h2,
.info-real-estate h3,
.info-real-estate h4,
.info-real-estate h5,
.info-real-estate h6 {
	color: #1D293F;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.map-real-estate {
	margin-top: 30px;
}

.content-real-estate {
	padding-left: 60px;
}

.map-real-estate iframe {
	width: 100%;
}

@media(max-width: 991px) {
	.content-real-estate {
		padding-left: 0;
		margin-top: 40px;
	}
}

@media(max-width: 450px) {
    .description-real-estate li {
        width: 50%;
        margin-bottom: 40px;
    }
}