.aboutourservice {
	position: relative;
	padding: 3.75rem 6.25rem;
}
.aboutourservice .wrapper-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: 0;
}
.aboutourservice-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
	position: relative;
	z-index: 10;
}
.aboutourservice-heading__icon {
	width: 8.74306rem;
	height: 7.61844rem;
	object-fit: contain;
}
.aboutourservice-content {
	display: flex;
}
.aboutourservice-left {
	margin-right: 3.75rem;
	width: 29.875rem;
	position: relative;
}
.aboutourservice-right {
	flex: 1 0 0;
	height: 29.3125rem;
	position: relative;
}
.aboutourservice-left__tab {
	display: flex;
	align-content: center;
	margin-bottom: 2rem;
}
.aboutourservice-tab__item {
	padding: 0.5rem 0rem;
	color:  rgba(46, 46, 46, 0.60);
	font-family: "Big Shoulders";
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 3rem */
	margin-right: 2rem;
	cursor: pointer;
	transition: all 0.75s;
}
.aboutourservice-tab__item:last-child {
	margin-right: 0rem;
}
.aboutourservice-tab__item.active {
	border-bottom: 3px solid var(--Green, #0B6836);
	color: var(--Green, #0B6836);
	font-family: "Big Shoulders";
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 3rem */
}
.aboutourservice-warpper {
	opacity: 0;
	position: absolute;
	z-index: 1;
	transform: translatey(25%);
	top: 6rem;
	transition: all 0.5s;
	pointer-events: none;
}
.aboutourservice-warpper.active {
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
	transform: translatey(0%);
}
.aboutourservice-left__desc {
	margin-bottom: 2rem;
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}
.aboutourservice-left__label {
	color: var(--Green-02, #103025);
	font-family: "Big Shoulders";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.0125rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.aboutourservice-left__infor {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.75rem;
	column-gap: 1rem;
}
.aboutourservice-infor__item {
	display: flex;
	align-items: start;
}
.aboutourservice-item__icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
	object-fit: contain;
	transform: translateY(0.1rem);
}
.aboutourservice-infor__item,
.aboutourservice-infor__item p {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}
.aboutourservice-infor__item a {
	text-decoration-line: underline;
}
.aboutourservice-warpper__tour .aboutourservice-left__infor,
.aboutourservice-warpper__hostel .aboutourservice-left__infor {
	flex-direction: column;
	flex-wrap: nowrap;
}
/*  */
.aboutourservice-swiper {
	width: 53.875rem;
	margin-bottom: 2rem;
}
.aboutourservice-swiper .swiper-slide {
	width: 20.375rem !important;
	height: 24.3125rem !important;
	border-radius: 0.5rem;
	overflow: hidden;
}
.aboutourservice-swiper__item {
	position: relative;
	height: 100%;
	display: block;
}
.aboutourserviceswiper-item_img {
	width: 100% ;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.aboutourserviceswiper-item__heading {
	height: 7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(0, 0, 0, 0.60);
	backdrop-filter: blur(12px);
	padding: 1.31rem 1.5rem 1.38rem 1.5rem;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
.aboutourserviceswiper-item__tag {
	width: max-content;
	border-radius: 0.25rem;
	background: #FFF;
	display: flex;
	padding: 0.25rem 0.5rem;
	justify-content: center;
	align-items: center;

	color: var(--Black, #000);
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.aboutourserviceswiper-item__title {
	margin-top: 0.88rem;
	color: var(--White, #FFF);
	font-family: "Big Shoulders";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.03125rem;
	text-transform: uppercase;
}
.aboutourservice-sliderbutton {
	display: flex;
	align-items: center;
}
.aboutourservice-pagination-progressbar {
	position: relative !important;
}
.aboutourservice-pagination-fraction {
	display: flex;
	align-items: center;
	color: var(--text-body-60, rgba(46, 46, 46, 0.60));
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-right: 1.25rem;
}
.aboutourservice-pagination-fraction  .fraction_current {
	color: var(--Text-Body-T1, #2E2E2E);
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-right: 0.12rem;
}
.aboutourservice-pagination-fraction  .fraction_total {
	color: var(--text-body-60, rgba(46, 46, 46, 0.60));
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	opacity: 0.5;
	margin-left: 0.12rem;
}
.aboutourservice-pagination-progressbar {
	height: 0.24994rem !important;
	background: var(--text-body-40, rgba(46, 46, 46, 0.40)) !important;
}
.aboutourservice-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--Text-Body-T1, #2E2E2E);
}
.aboutourservice-button-prev {
	margin-right: 0.75rem;
	margin-left: 1.5rem;
}
.aboutourservice-button-prev,
.aboutourservice-button-next {
	display: flex;
	padding: 0.68181rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--Green, #0B6836);
}
.aboutourservice-button-prev svg,
.aboutourservice-button-next svg { 
	width: 1.63638rem;
	height: 1.63638rem;
}
.aboutourserviceswiper-heading__up {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.875rem;
}
.aboutourserviceswiper-price {
	display: flex;
	align-items: center;
}
.aboutourserviceswiper-price_text {
	color: var(--White, #FFF);
	font-family: "Big Shoulders";
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.02125rem;
	margin-right: 0.75rem;
}
.aboutourserviceswiper-price_tag {
	position: relative;
	display: flex;
	padding: 0.125rem 0.375rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--White, #FFF);
}
.aboutourserviceswiper-price_tag:before {
	position: absolute;
	content: url('/wp-content/uploads/2025/06/Polygon-3.svg');
	width: 0.75rem;
	height: 0.75rem;
	top: 25%;
	transform: translate(-50%, -50%);
	left: 0;
}
.aboutourserviceswiper-up_btn {
	display: flex;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: var(--White, #FFF);
}
.aboutourserviceswiper-up_btn svg {
	width: 1.30438rem;
	height: 1.30438rem;
}
.aboutourserviceswiper-heading__down {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aboutourserviceswiper-down__category {
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}
.aboutourserviceswiper-down__tripadvisor {
	display: flex;
	align-items: center;
}
.aboutourserviceswiper-down__tripadvisor p {
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Poppins;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	letter-spacing: -0.03125rem;
}
.aboutourserviceswiper-down__warperdots {
	display: flex;
	align-content: center;
	margin-left: 0.5rem;
}
.aboutourserviceswiper-down__dots {
	width: 0.625rem;
	height: 0.625rem;
	background: #33E0A0;
	margin-right: 0.19rem;
	border-radius: 100%;
}
.aboutourserviceswiper-down__dots:last-child {
	margin-right: 0rem;
}
.aboutourservice-sliderwarpper {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.75s;
	z-index: 1;
	pointer-events: none;
}
.aboutourservice-sliderwarpper.active {
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}
@media (max-width: 639.98px) {
	.aboutourservice {
		padding: 3rem 0rem;
	}
	.aboutourservice-content {
		flex-direction: column;
	}
	.aboutourservice-left {
		margin-right: 0;
		width: 100%;
		padding: 0 1.25rem;
	}
	.aboutourservice-right {
		width: 100%;
		height: auto;
	}
	.aboutourservice-swiper {
		width: 100%;
		margin-bottom: 0;
	}
	.aboutourservice-warpper.active {
		position: static;
	}
	.aboutourservice-heading {
		margin-bottom: 2rem;
		padding: 0 1.25rem;
	}
	.aboutourservice-heading__icon {
		width: 4.27863rem;
		height: 3.85694rem;
		position: absolute;
		right: 1.5rem;
		top: -2.01rem;
	}
	.aboutourservice-left__tab {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.aboutourservice-tab__item {
		color: rgba(46, 46, 46, 0.60);
		font-family: "Big Shoulders";
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 2.2rem */
		margin-right: 0.75rem;
		text-align: center;
		padding: 0.5rem 0rem;
		flex: 1 0 0;
	}
	.aboutourservice-tab__item:last-child {
		margin-right: 0;
	}
	.aboutourservice-tab__item.active {
		color: #0B6836;
		font-family: "Big Shoulders";
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 2.2rem */
		border-bottom: 3px solid var(--Green, #0B6836);
	}
	.aboutourservice-left__desc {
		color: var(--text-body-75, rgba(46, 46, 46, 0.75));
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.03125rem;
		margin-bottom: 1.5rem;
	}
	.aboutourservice-left__label {
		color: #103025;
		font-family: "Big Shoulders";
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
		margin-bottom: 0.75rem;
	}
	.aboutourservice-item__icon {
		width: 1.25rem;
		height: 1.25rem;
	}
	.aboutourservice-infor__item, .aboutourservice-infor__item p {
		color: rgba(46, 46, 46, 0.75);
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.03125rem;
	}
	.aboutourservice-sliderwarpper {
		width: 100%;
		left: 0;
		right: 0;
	}
	.aboutourservice-sliderwarpper.active {
		position: static;
	}
	.aboutourservice-left {
		margin-bottom: 1.5rem;
	}
	.aboutourservice-swiper .swiper-wrapper {
		padding: 0 1.25rem;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; 
		box-sizing: border-box;
	}
	.aboutourservice-swiper .swiper-wrapper::-webkit-scrollbar {
		display: none; /* Chrome, Safari */
	}
	.aboutourservice-sliderbutton {
		display: none;
	}
	.aboutourservice-swiper .swiper-slide {
		width: 15.625rem !important;
		height: 18.875rem !important;
		border-radius: 0.38344rem;
		margin-right: 0.75rem;
	}
	.aboutourservice-swiper .swiper-slide:last-child {
		margin-right: 0;
	}
	.aboutourserviceswiper-item__heading {
		height: 5.36813rem;
		border-top: 0.767px solid rgba(255, 255, 255, 0.20);
		background: rgba(0, 0, 0, 0.60);
		backdrop-filter: blur(9.20245361328125px);
		padding: 0.75rem 0.96rem 1.11rem 1.15rem;
	}
	.aboutourserviceswiper-item__tag {
		padding: 0.25rem 0.5rem;
		border-radius: 0.25rem;
		background: #FFF;
		color: var(--Black, #000);
		font-family: Poppins;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.aboutourserviceswiper-item__title {
		margin-top: 0.671rem;
		color: var(--White, #FFF);
		font-family: "Big Shoulders";
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
		letter-spacing: -0.0125rem;
		text-transform: uppercase;
	}
	.aboutourservice-swiper .card-tour__title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.aboutourserviceswiper-price_text {
		color: var(--White, #FFF);
		font-family: "Big Shoulders";
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 900;
		line-height: 160%; /* 2.2rem */
	}
	.aboutourserviceswiper-price_tag {
		color: var(--text-body-60, rgba(46, 46, 46, 0.60));
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.aboutourserviceswiper-up_btn {
		padding: 0.57513rem;
		border-radius: 100%;
		background: var(--White, #FFF);
	}
	.aboutourserviceswiper-up_btn svg {
		width: 1.00025rem;
		height: 1.00025rem;
	}
	.aboutourserviceswiper-heading__up {
		margin-bottom: 0.671rem;
	}
	.aboutourserviceswiper-down__category {
		color: var(--text-body-80-invert, rgba(255, 255, 255, 0.80));
		text-align: center;
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 1.2rem */
		letter-spacing: -0.025rem;
	}
	.aboutourserviceswiper-down__tripadvisor p {
		color: var(--text-body-80-invert, rgba(255, 255, 255, 0.80));
		text-align: center;
		font-family: Poppins;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.aboutourserviceswiper-down__warperdots {
		margin-left: 0.38rem;
	}
	.aboutourserviceswiper-down__dots {
		width: 0.375rem;
		height: 0.375rem;
		margin-right: 0.12rem;
	}
	.aboutourserviceswiper-down__dots:last-child {
		margin-right: 0rem;
	}
}