



.box-tab-section-destination .tab-container {
	width: 100%;
}
.box-tab-section-destination .tab-nav {
	display: flex;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	gap: 0px 10px;
}
.box-tab-section-destination .tab-nav::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}
.box-tab-section-destination .tab-button {
	flex: 1;
	padding: 7px 11px;
	background: none;
	border: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	width: 100%;
	min-width: max-content;
	max-width: fit-content;
}
.box-tab-section-destination .tab-button:hover {
	transform: translateY(-2px);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.box-tab-section-destination .tab-button.active {
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	background: #226127;
}
.box-tab-section-destination .tab-content {
	display: none;
	animation: fadeInUp 0.5s ease forwards;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	padding: 30px;
	color: #333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.box-tab-section-destination .tab-content.active {
	display: block;
}
.box-tab-section-destination .tab-content h2 {
	color: #4a5568;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
}
.box-tab-section-destination .tab-content p {
	line-height: 1.8;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.box-tab-section-destination .feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 25px;
}
.box-tab-section-destination .feature-card {
	background: linear-gradient(145deg, #f0f4f8, #e2e8f0);
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	transition: transform 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.box-tab-section-destination .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.box-tab-section-destination .feature-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(45deg, #667eea, #764ba2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 24px;
	color: white;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
@media (max-width: 768px) {
	.box-tab-section-destination .tab-nav {
		
		overflow-x: scroll !important;
	}

	.box-tab-section-destination .tab-button {
		padding: 12px 15px;
		font-size: 14px;
   }
	.box-tab-section-destination .tab-content {
		padding: 20px;
   }
	.box-tab-section-destination .tab-content h2 {
		font-size: 24px;
   }
}




body.body-is-home {
	overflow-x: hidden;
}

.list-create .desc p {
	padding: 0px 0 10px 0
}

.products-card-content .desc p {
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px
}

.box-slider-review img {
	width: 100%;
}

.box-slider-review {
	margin-bottom: 20px;
}

.products-card-content .map-btn {
	padding: 0 0 !important
}

div#cookie-consent button {
	font-size: 13px
}

.desc.blog-detail-desc h2 {
	padding-bottom: 15px
}

.box-cookies p a {
	color: #fff;
	text-decoration: underline
}

div#fancybox-container-1 {
	z-index: 9999999999;
}

.desc {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	/* max-width: 78%; */
	margin: auto;
	line-height: 1.4;
	padding-bottom: 40px;
}

.desc.mx-w78 {
	max-width: 78%;
}

.desc h2 {
	font-size: 25px;
	color: gray
}

.desc h3 {
	font-size: 22px;
	color: gray
}

.desc h4 {
	font-size: 20px;
	color: gray
}

.desc h5 {
	font-size: 18px;
	color: gray
}

.blog-detail-desc p img {
	margin: auto;
	text-align: center;
	display: block;
	padding: 10px 0;
	height: auto !important
}

.blog-detail-desc img {
	margin: auto;
	display: block;
	text-align: center;
	padding: 10px 0
}

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

.title-section {
	margin-bottom: 10px;
	font-size: 27px;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
}

.title-small {
	font-weight: 300;
	color: #f3ae91;
	margin-bottom: 10px;
	font-size: 26px;
	font-family: "Dancing Script", cursive
}

.cl--white {
	color: #fff
}

.see-more svg {
	height: 12px;
	margin-left: 10px
}

.see-more {
	width: fit-content;
	background-color: #fff;
	padding: 12px 25px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500
}

.see-more--border {
	border: 1px solid #000
}

.pd-section-top {
	padding-top: 50px
}

.pd-section-bottom {
	padding-bottom: 50px
}

.pd-section-content {
	padding-top: 20px
}

.slide-box img {
	height: 650px;
	width: 100%;
}

.page-banner-mobile,
.slideshow-mobile {
	display: none
}

.customer-body .slick-arrow .line {
	background-color: unset !important
}

.customer-slide svg {
	height: 25px;
	width: 100px
}

.customer-slide button.slick-custom-arrow.slick-prev.prev-product-lq-slick.slick-arrow svg {
	transform: rotate(180deg)
}

.products-card-content ul li:last-child:hover {}

.products-card .products-card__img {
	width: 100%
}

.products-card-content ul a:hover {
	text-decoration: underline
}

.trip-map {
	margin-left: 5px
}

#pdf_popup-map h2 {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 20px
}

#pdf_popup-map .faqs-circle {
	height: 24px;
	width: 24px
}

#pdf_popup-map .faqs-container:not(:last-child)::before {
	position: absolute;
	content: "";
	left: -3px;
	width: 1px;
	height: 100%;
	background-color: #d3d2da;
	top: 20px
}

#pdf_popup-map .faqs-title {
	font-size: 14px;
	font-weight: 600
}

.desc.blog-detail-desc h3 {
	padding-bottom: 15px
}

.desc.blog-detail-desc h4 {
	padding-bottom: 15px
}

.desc.blog-detail-desc h5 {
	padding-bottom: 15px
}

@media (min-width: 1200px) {
	/* section.slideshow.slideshow-desktop {
        padding-top:92px
    } */
}

@media (max-width: 990px) {
	section.page-banner.page-banner-mobile h2 {
		display: none
	}
}

@media (max-width: 1400px) {
	.customer-body .slick-arrow.slick-next {
		right: 0 !important
	}

	.customer-body .slick-arrow.slick-prev {
		left: 0
	}
}

@media (max-width: 786px) {

	.page-banner-desktop,
	.slideshow-desktop {
		display: none
	}

	.page-banner-mobile,
	.slideshow-mobile {
		display: block
	}
}

.products-card a {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0
}

.products-card a img {
	width: 100%
}

.best_selling {
	position: absolute;
	top: 20px;
	right: 20px;
	background: var(--color-main);
	padding: 5px 15px;
	border-radius: 25px;
	font-size: 13px;
	color: #fff
}

section.service {
	background-repeat: no-repeat;
	background: #f7f8fa;
}

.service-text h3 {
	font-size: 26px;
	font-weight: 500;
	color: #c61d23;
	margin: 10px 0 5px 0;
	font-family: "Playfair Display", serif;
}

.service-text .desc p {
	color: #000;
	font-weight: 400;
	padding: 0 5px;
	font-size: 15px
}

.service-text .desc {
	max-width: 95%;
}

.service-img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
	background-color: rgb(230, 219, 193);
	padding: 14px;
	margin: 0 auto
}

.destination-body {
	/* min-height: 370px; */
	text-align: center;
}

.destination-body .desc p {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0
}

.destination ul li {
	width: 50%;
	margin-top: 3px
}

.destination ul li span {
	color: #979797
}

.destination ul li a {
	font-size: 15px;
	color: #000;
	margin-bottom: 1px;
	display: block
}

.destination .slide-images-box a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.destination .slide-images-box img {
	height: 370px
}

.slide-tour {
	display: block;
	overflow: hidden;
	position: relative
}

.slide-tour-img {
	position: relative;
	padding-top: calc((404 / 320) * 100%);
	overflow: hidden;
}

.slide-tour-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-tour-ct {
	display: flex;
	align-content: end;
	padding: 15px;
	/* border-radius: 10px; */
	background: #20346c;
	background: linear-gradient(0deg, var(--color-main)c2 5%, rgba(255, 255, 255, 0) 48%);
	flex-direction: column;
	justify-content: end;
}

.slide-tour-title {
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
	font-family: "Playfair Display", serif;
}

.slide-tour-desc {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
	font-size: 15px;
	padding: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.box_name_slide {
	display: block;
}

.slide-images-text span {
	color: #fff;
	font-size: 13px;
	margin-left: 15px;
	width: 55px;
	display: flex;
	justify-content: right
}

.slide-images-box {
	padding: 0 15px
}

.picture-box {
	margin-bottom: 20px
}

.picture-box img {
	display: block;
	width: 100%
}

.video-body {
	padding: 70px;
	overflow: hidden;
	border-radius: 20px
}

.video .desc p {
	color: #fff;
	margin: 15px 0
}

.video-body .row {
	z-index: 1
}

.video-box a iframe {
	height: 312px
}

.video-btn {
	display: flex;
	position: relative;
	margin: 0 auto
}

.video-btn::after {
	content: "";
	background-color: #fff;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 1;
	opacity: .4;
	animation: pulse-border 1500ms linear infinite
}

@keyframes pulse-border {
	80% {
		opacity: 0.4;
	}

	100% {
		height: 90px;
		width: 90px;
		opacity: 0;
	}
}

.inner2 {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%)
}

.video-btn svg {
	height: 60px;
	fill: white;
	width: 60px
}

.experts-popup-text span {}

.experts-popup-img img {
	border-radius: 10px;
	width: 100%
}

.experts-popup-text .desc {
	padding-top: 10px;
	padding-bottom: 22px;
	text-align: justify
}

section.products {
	padding-top: 30px;
	background-color: #fff;
	padding-bottom: 30px;
}

.products-card {
	box-shadow: rgba(0, 0, 0, .13) 0 1px 3px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #fff
}

.products-card-content {
	padding: 5px 10px 20px 10px
}

.products-card-content h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600
}

.products-card-content ul {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1px;
	margin: 3px 0 10px
}

.products-card-content ul li {
	color: var(--color-main);
	font-weight: 500;
	font-size: 14px;
	padding: 0 5px;
	position: relative;
	text-transform: capitalize
}

.products-card-content ul li:last-child {}

.products-card-content ul li:hover:last-child {}

.products-card-content ul li:first-child {
	padding-left: 0
}

.products-card-content ul li:not(:last-child):before {
	content: " ";
	position: absolute;
	right: 0;
	height: 55%;
	width: 1px;
	background-color: #989994;
	top: 23%
}

.products-card-content .desc p {
	font-size: 15px;
	padding-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis
}

.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: 72px;
	!;
	!i;
	!
}

.products-card-bottom {
	margin-top: 20px
}

.products-card-bottom a {
	width: fit-content;
	background-color: var(--color-main);
	padding: 8px 25px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	height: unset
}

.products-card-bottom .price {
	color: #858482;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400
}

.products-card-bottom .price-top span {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.products-card-content .time-location {
	margin-top: -60px;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px
}

.products-card-content .time-location li svg {
	fill: var(--color-main);
	height: 16px;
	margin-right: 15px
}

.products-card-content .time-location li.line {
	width: 60px;
	height: 1px;
	background-color: #858482
}

.products-card-content .time-location ul li {
	font-size: 15px
}

.products-card-content .time-location ul {
	box-shadow: rgba(121, 121, 121, .22) 0 5px 15px;
	padding: 8px 16px;
	border-radius: 5px
}

.list-create-img img {
	width: 100%
}

.list-create-box {
	/* box-shadow: rgba(0,0,0,.12) 0 5px 15px; */
	padding: 15px 0px;
	border-radius: 15px;
	margin-bottom: 10px
}

.list-create-box img {
	height: 90px;
	margin-right: 10px;
}

.list-create-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

.list-create-content .desc p {
	font-size: 14px;
	padding-bottom: 0;
	line-height: 1.3
}

.list-create .see-more {
	margin: 0 auto;
	margin-top: 35px
}

section.customer {
	background-color: #fff;
}

section.customer .customer-body .desc p {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	font-weight: 300
}

section.customer .customer-img img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	margin: 0 auto
}

section.customer ul li {
	margin: 9px 2px 4px 2px
}

section.customer ul li svg {
	height: 16px;
	fill: #fecd00;
	width: 16px;
}

section.customer h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px
}

section.customer span {
	color: #979797;
	font-size: 14px
}

section.customer .desc {
	/* padding: 0 25px; */
	padding-bottom: 20px;
}

section.partner {
	padding: 20px 0;
	background-color: #f7eae1
}

section.partner .partner-box img {
	height: 80px;
	object-fit: contain;
	margin: 0 auto
}

.partner-second {
	background-image: url(http://customasiatravel.com/frontend/images/xclear-images.png.pagespeed.ic.SPwX3CEhZh.png);
	background-repeat: no-repeat;
	padding-top: 95px;
	background-size: 90%;
	background-position-x: 40%
}

.partner-second section.partner {
	background-color: #d4d4d4
}

.partner-second section.partner .ctnr {
	position: relative
}

.partner-second section.partner .ctnr::before {
	content: "";
	top: 0;
	height: 100px;
	width: 200px
}

.partner-second section.partner img {
	filter: brightness(0);
	-webkit-filter: brightness(0)
}

section.news .news-box img {
	width: 100%
}

section.news .news-box .news-category {
	background-color: var(--color-main);
	text-transform: uppercase;
	color: #fff;
	width: fit-content;
	padding: 1px 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0
}

section.news .news-box img {
	border-radius: 10px;
	aspect-ratio: 1/.6
}

section.news .news-box .desc p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 0
}

section.news .news-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 55px
}

section.news .news-box a {
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	display: block
}

section.news .news-box a svg {
	height: 11px;
	margin-left: 5px
}

section.news .news-box section.partner.partner-second {
	background-color: #d4d4d4
}

section.page-banner .page-banner-title {
	padding: 150px 0;
	background-color: #00000069;
	color: white;
}

section.page-banner .page-banner-title h2 {
	color: #fff;
	font-size: 34px
}

.tour-search h2 {
	margin-bottom: 5px;
	font-size: 30px
}

.filter .filter-box {
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.filter-title {
	font-size: 16px;
	color: #424242;
	padding: 10px;
}

.filter-title svg {
	height: 13px;
	fill: currentColor;
}

.filter-content {
	padding: 10px;
}

.filter-item label {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	padding: 0 8px 0 25px;
	position: relative;
	margin-bottom: 0;
}

.filter-item label input {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 9;
	border: 1px solid #ddd;
}

.filter-item label i {
	height: 16px;
	width: 16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	top: 5px;
	position: absolute;
	left: 0
}

.filter-item--check-box input+.fa::before {
	content: "";
	margin-right: 5px;
	border-radius: 2px;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	top: -13px;
	height: 14px !important;
	width: 14px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px
}

.filter-item--check-box input:checked+.fa::before {
	border-color: #1f91b1;
	background: #1f91b1
}

.filter-item--check-box input:checked+.fa::after {
	content: "";
	color: #fff;
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 15px;
	top: -13px;
	font-size: 10px;
	left: 0;
	background-image: url(//bizweb.dktcdn.net/100/426/581/themes/823696/assets/check-symbol.svg?1709525188976);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.filter-item span {
	font-size: 13px;
	color: gray
}

.filter ul li:not(:last-child) {
	margin-bottom: 15px;
}

.progress-box ul li {
	color: #6f6a6a;
	font-size: 12px;
	margin-bottom: 0
}

.progress {
	background: linear-gradient(to right, #1f2d5a 0%, #1f2d5a 40%, #e4e4e4 40%, #e4e4e4 100%);
	height: 3px;
	width: 100%;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none
}

.progress::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #e4e4e4
}

.progress::-moz-range-thumb {
	width: 13px;
	height: 13px;
	background: #1f2d5a;
	cursor: pointer;
	border: 0;
	border-radius: 0
}

.btn-filter,
.close-filter {
	display: none
}

.customer-slide button svg {
	width: 100px !important
}

.hien_destop {
	display: block
}

.an_destop {
	display: none
}

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

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

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

/* Tour Card Block */
.tour-card {

	transition: all 0.3s ease;
	cursor: pointer;
}

.tour-card:hover .tour-card__image-bg img {
	transform: scale(1.05);
}

/* Tour Card Image Block */
.tour-card__image {
	position: relative;
	margin-bottom: 10px;
	display: block;
}

.tour-card__image-bg {
	width: 100%;
	height: 100%;
	padding-top: calc((205 / 320) * 100%);
	position: relative;
	overflow: hidden;
}

.tour-card__image-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
}

.tour-card__duration {
	position: absolute;
	bottom: -19px;
	right: 15px;
	background: rgb(239 233 194);
	padding: 4px 16px;
	border-radius: 20px;
	font-size: 14px;
	color: #424242;
	backdrop-filter: blur(10px);
}

/* Tour Card Content Block */
.tour-card__content {
	padding: 20px;
	border: 1px solid #e6dbc1;
	display: flex;
	flex-direction: column;
}

.tour-card__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.3;
}

.tour-card__title>* {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tour-card__location {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	gap: 12px;
}

.tour-card__location-icon {
	width: 20px;
	margin-top: 2px;
	flex-shrink: 0;
}



.tour-card__location-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.tour-card__description {
	font-size: 15px;
	color: #737376;
	line-height: 1.6;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.tour-card__readmore {
	color: #737376;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.tour-card__readmore:hover {
	color: #495057;
}

.tour-card__price {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}

.tour-card__price-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}



.tour-card__price-text {
	font-size: 24px;
	font-weight: 500;
	color: #212529;
}

.tour-card__price-currency {
	font-size: 16px;
	color: #6c757d;
	font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
	.container {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tour-card__image {}


	.tour-card__title {
		font-size: 20px;
	}
}

/* Animation for rice field effect */
@keyframes sway {

	0%,
	100% {
		transform: translateX(0) rotate(0deg);
	}

	50% {
		transform: translateX(2px) rotate(1deg);
	}
}


.slide-images-body-item {
	padding: 0 2px;
	width: 25%;
	height: 100%;
}

@media (max-width: 1200px) {
	.slide-images-box {
		padding: 0 5px
	}
}

@media (max-width: 991px) {
	.customer-slide svg {
		height: 15px;
		width: 100px
	}

	.slide-images-body {
		margin: 0 -5px;
		margin-top: 15px
	}

	.slide-images {
		position: relative;
		width: 100%;
		max-width: 100%
	}

	.video-box {
		margin-top: 20px;
		margin-bottom: 15px
	}

	.video-body {
		padding: 50px
	}

	.video .desc p {
		margin: 0;
		padding: 0
	}

	.filter {
		padding: 35px 15px 0 15px;
		position: fixed;
		width: 300px;
		background: #fff;
		top: 0 !important;
		bottom: 0;
		right: 0;
		overflow: hidden;
		overflow-y: hidden;
		overflow-y: auto;
		z-index: 9999;
		visibility: hidden;
		-webkit-transition: all .35s ease;
		-o-transition: all .35s ease;
		transition: all .35s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}

	.filter.active {
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%)
	}

	.btn-filter {
		text-transform: uppercase;
		padding: 8px;
		border: 1px solid gray;
		text-align: center;
		font-size: 15px;
		margin-bottom: 12px;
		border-radius: 5px;
		display: inline-block;
	}

	.close-filter {
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		height: 25px;
		width: 25px;
		align-items: center;
		justify-content: center;
		background-color: #1f2d5a;
		border-radius: 2px
	}

	.close-filter svg {
		height: 17px;
		fill: white
	}

	.footer-social,
	.footer-signup {
		margin-top: 15px
	}

	.destination ul li a {
		text-align: center
	}

	.customer-slide button svg {
		width: 30px !important
	}

	.customer-body .slick-arrow.slick-prev {
		padding-right: 0;
		top: 21%;
		left: 8px
	}

	.customer-body .slick-arrow.slick-next {
		right: 15px !important;
		top: 21%
	}

	.tour-detail-top ul li:last-child {
		padding: 0
	}

	.tour-detail-title {
		font-size: 24px !important
	}

	.tour-detail-content_title {
		font-size: 20px !important
	}
}

@media (max-width: 586px) {
	.hien_destop {
		display: none
	}

	.an_destop {
		display: block
	}

	.title-section {
		margin-bottom: 10px;
		font-size: 28px
	}

	.video-body {
		padding: 30px
	}

	.products-card {
		margin-bottom: 15px
	}

	.footer-social {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap
	}

	.footer-social ul {
		width: 100%
	}

	.footer-social-info {
		width: 100%;
		margin-left: 0;
		justify-content: center
	}

	.pd-section-bottom {
		padding-bottom: 25px
	}

	.pd-section-top {
		padding-top: 25px
	}

	.destination-body .title-small,
	.destination-body .title-section,
	.destination-body .desc p {
		text-align: center
	}

	.list-create-img {
		margin-bottom: 15px
	}

	.partner-second {
		padding-top: 33px
	}

	.video-box a iframe {
		height: 175px
	}
}

.slick-arrow {
	border: 1px solid #dcdde429;
	height: 45px;
	width: 45px;
	z-index: 9;
	border-radius: 100%;
	background-color: #ffffff6e;
	display: flex
}

.slick-arrow::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: scale(.7);
	z-index: 0;
	opacity: .9;
	transition: all .2s;
	background: #ffffff0f;
	border-radius: 100%;
	box-shadow: 0 0 5px #ccc
}

.slick-arrow:hover::before {
	opacity: 1;
	transform: scale(1)
}

.slick-arrow svg {
	font-size: 12px;
	fill: #000;
	width: 11px
}

.slick-arrow.slick-prev {
	left: 10px
}

.slick-arrow.slick-next {
	right: 10px
}

.slick-prev:hover svg,
.slick-next:hover {
	fill: #202020
}

.tour-detail-slide .slick-arrow {}

.tour-detail-slide .slick-arrow.slick-prev {
	left: 45px
}

.tour-detail-slide .slick-arrow.slick-next {
	right: 45px
}

@media (max-width: 586px) {
	.slick-arrow {
		border: 1px solid #eaeaee;
		height: 45px;
		width: 45px
	}
}

.page-banner-title li a {
	color: #fff;
	padding: 0 25px;
	display: block;
	font-weight: 500;
	margin-top: 20px
}

.introduce-body {
	padding: 60px 160px;
	/* border:1px solid #ececec; */
	background-color: #fff;
	/* margin-top:-100px; */
	position: relative;
	/* box-shadow:rgba(0,0,0,.35) 0 5px 15px; */
}

.introduce-body li {
	text-align: justify;
	list-style: disc;
	margin-left: 17px;
	margin-bottom: 10px;
	font-size: 16px;
	color: gray
}

.introduce-body .desc .introduce-body h4 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px
}

.introduce-body img {
	display: block;
	width: 100% !important
}

.introduce-body p {
	padding-bottom: 20px
}

.image-text-bg {
	background-color: #fff
}

.image-text:nth-child(2n+1) .row {
	flex-direction: row-reverse
}

.news-box img,
.products-card__img img {
	width: 100%;
	aspect-ratio: 1/.6
}

@media (max-width: 992px) {
	.introduce-body {
		padding: 20px
	}

	section.news .news-box h3 {
		min-height: unset
	}
}

.floating {
	-webkit-animation: floating 2s cubic-bezier(.41, .15, .64, .86) infinite alternate;
	-moz-animation: floating 2s cubic-bezier(.41, .15, .64, .86) infinite alternate;
	-ms-animation: floating 2s cubic-bezier(.41, .15, .64, .86) infinite alternate;
	-o-animation: floating 2s cubic-bezier(.41, .15, .64, .86) infinite alternate;
	animation: floating 2s cubic-bezier(.41, .15, .64, .86) infinite alternate
}

@-webkit-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

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

	0% {
		transform: translateY(20px);
	}
}

@-moz-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

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

	0% {
		transform: translateY(20px);
	}
}

@-o-keyframes floating {
	0% {
		transform: translateY(-20px);
	}

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

	0% {
		transform: translateY(20px);
	}
}

@keyframes floating {
	0% {
		transform: translateY(-20px);
	}

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

	0% {
		transform: translateY(20px);
	}
}

.hover-effect_1 {
	position: relative;
	overflow: hidden
}

.hover-effect_1::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
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent
}

.hover-effect_1 img {
	transform: scale(1);
	transition: transform .6s ease-in-out
}

.hover-effect_1:hover img {
	transform: scale(1.1)
}

.inta img {
	height: 45px;
	margin-right: 10px
}

.inta {
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;
	font-size: 26px;
	font-family: "Dancing Script", cursive
}

.team-box img {
	width: 100%;
	cursor: pointer
}

.pagination {
	margin-bottom: 20px;
	flex-wrap: wrap;
	margin-top: 20px
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	justify-content: center;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.page-item.active .page-link {
	background-color: #226127;
	border-color: #226127;
	color: #fff
}

.page-link {
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	margin: 0 1px;
	border: 1px solid #dee2e6
}

@media (max-width: 1700px) {
	.slide-images-text {
		padding: 15px
	}

	.slide-images-text h3,
	.box_name_slide_title {
		font-size: 16px
	}
}

@media (max-width: 1350px) {
	.pd-section-bottom {
		padding-bottom: 50px
	}

	.pd-section-top {
		padding-top: 50px
	}

	.desc p {
		font-size: 15px
	}

	.title-section {
		font-size: 38px
	}

	.service-text h3 {
		font-size: 18px
	}

	.service-text .desc p {
		font-size: 14px
	}

	.destination-body .desc p {
		font-size: 15px;
		padding-bottom: 0
	}

	section.customer h3 {
		font-size: 17px
	}

	section.news .news-box h3 {
		font-size: 20px
	}

	.partner-second {
		background-size: 109%;
		padding-top: 76px
	}

	.products-card-content {
		padding: 15px
	}

	.products-card-bottom a {
		padding: 5px 18px;
		font-size: 14px
	}

	.products-card-bottom .price {
		font-size: 14px
	}

	.products-card-bottom .price-top span {
		font-size: 17px
	}

	.page-banner-title ul {
		flex-wrap: wrap
	}
}

@media (max-width: 990px) {
	.products-card-content .desc p {
		display: block;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
		text-overflow: unset
	}
}

@media (max-width: 768px) {
	.service-card {
		padding: 20px 0
	}

	.partner-second {
		background-size: 304%;
		padding-top: 87px;
		width: 100%;
		background-position-x: left
	}
}

@media (max-width: 586px) {
	.title-section {
		font-size: 26px
	}
}

#popup-map-common .faqs {
	margin-left: 0
}

#popup-map-common .faqs li {
	position: relative;
	min-height: 38px
}

#popup-map-common .faqs li:not(:last-child)::before {
	position: absolute;
	content: "";
	left: 10px;
	width: 1px;
	height: 100%;
	background-color: #d3d2da;
	top: 20px
}

.customer-box a svg {
	height: 14px;
	width: 14px;
	fill: #2f78f5
}

.customer-box a {
	font-weight: 500;
	font-size: 15px;
	color: #2f78f5
}

.customer .desc p {
	text-align: center;
	font-size: 15px
}

.customer-body .slick-arrow {
	width: unset
}

.customer-body .slick-arrow.slick-prev {
	padding-right: 19px
}

.customer-body .slick-arrow.slick-next {
	padding-left: 60px
}

.customer-body .slick-arrow::before {
	background: unset;
	background-color: unset;
	border-radius: unset;
	box-shadow: unset
}

.customer-body .slick-arrow .line {
	height: 1px;
	width: 15px;
	background-color: #000;
	margin: 0 0
}

.customer-body .slick-arrow.slick-next::before {
	left: -100%
}

.customer-body .slick-arrow span {
	color: #000;
	font-size: 12px
}

.customer-body .slick-arrow {
	background-color: #fff0
}

.customer-body .slick-arrow {
	border: 1px solid #dcdde400
}

@media (min-width: 1200px) {
	.customer-body .slick-arrow.slick-prev {
		left: -70px
	}

	.customer-body .slick-arrow.slick-next {
		right: -50px
	}
}

.scout-component__modal-navigation {
	position: absolute !important;
	right: 13px;
	top: 7px
}

#popup-map-common .faqs-title {
	font-size: 14px;
	font-weight: 600
}

#popup-map-common .faqs-container {
	height: 38px;
	padding-left: 24px
}

#popup-map-common .tour-detail-content_box.faqs--js {
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cacaca
}

#popup-map-common .faqs-circle {
	height: 24px;
	width: 24px
}

#popup-map-common .faqs-container:not(:last-child)::before {
	position: absolute;
	content: "";
	left: -3px;
	width: 1px;
	height: 100%;
	background-color: #d3d2da;
	top: 20px
}

#popup-map-common h2 {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 20px
}

.popup-cart-mobile {
	max-width: 450px;
	height: auto;
	background: #fff;
	width: 100%;
	top: 35% !important;
	left: 50%;
	width: 100%;
	position: fixed;
	visibility: hidden;
	transform: translate(-50%, -35%);
	border-radius: 7px;
	overflow: hidden;
	display: none
}

.popup-cart-mobile.active {
	visibility: visible;
	z-index: 9999;
	display: block
}

@media (min-width: 767px) {
	.popup-cart-mobile {
		min-width: 450px
	}
}

.popup-cart-mobile .header-popcart .top-cart-header span {
	display: block;
	padding: 10px;
	background: linear-gradient(90deg, rgba(0, 86, 166, 1) 14%, rgba(0, 86, 166, 1) 56%, rgba(0, 121, 233, 1) 95%);
	font-weight: bold;
	color: #fff;
	padding-left: 35px
}

.popup-cart-mobile .header-popcart .top-cart-header span svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 10px;
	filter: invert(1)
}

.popup-cart-mobile .media-content {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #1e3e95;
	margin-bottom: 10px
}

.popup-cart-mobile .media-content .thumb-1x1 {
	width: 70px
}

.popup-cart-mobile .media-content .thumb-1x1 img {
	max-width: 100%;
	max-height: 100%
}

.popup-cart-mobile .media-content .body_content {
	width: calc(100% - 70px);
	padding-left: 15px
}

.popup-cart-mobile .media-content .body_content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	padding: 0;
	min-height: unset
}

.popup-cart-mobile .media-content .body_content .product-new-price {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	display: block
}

.popup-cart-mobile .media-content .body_content .product-new-price b {
	margin-right: 15px;
	color: #233c95
}

.popup-cart-mobile .media-content .body_content .product-new-price span {
	color: #979797;
	background: none;
	padding: 0;
	font-size: 14px;
	display: block
}

.popup-cart-mobile .noti-cart-count {
	font-size: 14px;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px
}

.popup-cart-mobile .noti-cart-count span {
	display: inline-block;
	background: none;
	color: #243d96;
	padding: 0
}

.popup-cart-mobile .iconclose {
	position: absolute;
	right: 10px;
	top: 6px
}

.popup-cart-mobile .iconclose svg {
	filter: invert(1);
	width: 15px;
	height: 15px;
	transition: transform .3s
}

.popup-cart-mobile .iconclose:hover svg {
	transform: rotate(90deg)
}

.popup-cart-mobile .bottom-action {
	padding: 0 10px 10px;
	display: inline-block;
	width: 100%
}

.list-create .desc p {
	padding: 0px 0 10px 0
}

.video .desc p {
	color: #fff;
	margin: 0px 0;
	padding: 0 0 15px;
}

.video-box {
	border-radius: 10px;
	overflow: hidden;
	line-height: 1;
}

.video-box iframe {
	pointer-events: none;
}

.video-btn i {
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	border: 2px solid #fff;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center
}

.video-btn i svg {
	height: 24px;
	fill: white;
	width: 24px
}

.slide_home {
	position: relative;
}

.slide_home .page-banner-title {
	/* padding: 150px 0; */
	background-color: unset;
	z-index: 9999;
	bottom: 245px;
	width: 100%;
	color: #fff;
	height: unset !important;
}

@media (min-width: 992px) {
	.popup-cart-mobile .bottom-action {
		display: flex;
		justify-content: space-between
	}
}

.popup-cart-mobile .bottom-action {
	padding: 0 10px 10px;
	display: inline-block;
	width: 100%
}

@media (min-width: 992px) {
	.popup-cart-mobile .bottom-action {
		display: flex;
		justify-content: space-between
	}
}

.popup-cart-mobile .tocontinued {
	background: #ffb405;
	font-weight: 400;
	line-height: 38px;
	display: block;
	padding: 0 20px;
	border: solid 1px #ffb405;
	color: #fff;
	border-radius: 0;
	height: 40px;
	margin-bottom: 6px;
	margin-top: 0;
	clear: both;
	text-align: center;
	border-radius: 40px;
	cursor: pointer
}

.popup-cart-mobile .tocontinued:hover,
.popup-cart-mobile .tocontinued:active {
	background: linear-gradient(90deg, rgba(0, 86, 166, 1) 14%, rgba(0, 86, 166, 1) 56%, rgba(0, 121, 233, 1) 95%);
	border: solid 1px #213b93
}

@media (min-width: 992px) {
	.popup-cart-mobile .tocontinued {
		width: calc(50% - 5px);
		margin-bottom: 0
	}
}

.popup-cart-mobile .checkout {
	height: 40px;
	line-height: 38px;
	width: 100%;
	background: linear-gradient(90deg, rgba(0, 86, 166, 1) 14%, rgba(0, 86, 166, 1) 56%, rgba(0, 121, 233, 1) 95%);
	border-radius: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border: solid 1px #008b4b;
	float: right;
	border-radius: 40px
}

.popup-cart-mobile .checkout:hover,
.popup-cart-mobile .checkout:active {
	background: #fb860b;
	border: solid 1px #fb860b;
	color: #fff
}

@media (min-width: 992px) {
	.popup-cart-mobile .checkout {
		width: calc(50% - 5px);
		margin-bottom: 0
	}
}

@media (max-width: 480px) {
	.popup-cart-mobile {
		max-width: 300px
	}
}

.backdrop__body-backdrop___1rvky {
	position: fixed;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0 !important;
	right: 0;
	bottom: 0;
	background-color: #363636;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.backdrop__body-backdrop___1rvky.active {
	visibility: visible;
	opacity: .4
}

.popup-cart-mobile.active {
	visibility: visible;
	z-index: 999999 !important
}

.scout-component__modal {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 2147483646;
	display: none
}

.scout-component__modal-dialog {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	max-height: 100%;
	box-shadow: 0 24px 32px rgba(3, 54, 63, .08), 0 16px 24px rgba(3, 54, 63, .08), 0 8px 16px rgba(3, 54, 63, .04), 0 4px 8px rgba(3, 54, 63, .04), 0 2px 4px rgba(3, 54, 63, .02), 0 1px 2px rgba(3, 54, 63, .02), 0 -1px 2px rgba(3, 54, 63, .02);
	overflow: hidden;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.tour-detail-content_box img {
	width: auto;
	border-radius: 10px
}

.box_name_in {
	position: relative;
	bottom: 0;
}

.customer-body .item {
	margin: 15px 15px 35px 15px;
}

.customer-box {
	background: #fff;
	box-shadow: rgba(0, 0, 0, .12) 0 5px 15px;
	padding: 20px 20px 0 20px;
	border-radius: 5px;
}

.icon_quest {
	position: relative;
	width: 60px;
	height: 60px;
	margin: auto;
	background: rgb(239, 233, 194);
	border-radius: 50%;
	padding: 17px;
	text-align: center;
	bottom: -30px;
}

.icon_quest img {
	width: 30px;
	height: auto;
	text-align: center;
	padding: 0;
}

.bg_triphome {
	background: #f9f7e8;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.scout-component__modal-dialog {
		margin: 32px auto;
		height: auto;
		max-height: calc(100% - 64px);
		border-radius: 11px;
		top: calc(50% - 32px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.scout-component__modal-dialog {
		max-width: 1050px;
		width: 90%
	}

	.container-popup-tours .box-images-details-left {
		width: calc(100% - 370px)
	}

	.container-popup-tours .modul-content-box-tour {
		width: 350px
	}
}

.scout-component__modal-top {
	position: relative;
	padding: 16px 16px 2px 24px;
	z-index: 2
}

.scout-component__modal-navigation {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 24px;
	width: 100%;
	margin-bottom: 8px;
	justify-content: right
}

.scout-component__modal-heading {
	font-size: 23px;
	line-height: 32px;
	letter-spacing: .37px;
	margin: 0;
	padding: 0 4px 0 0;
	width: 100%;
	color: #323637
}

@media (min-width: 768px) {
	.scout-component__modal-heading {
		font-size: 25px;
		line-height: 35px;
		letter-spacing: -.54px
	}
}

.scout-component__modal-content {
	position: relative;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: auto;
	z-index: 0;
	padding: 4px 24px 24px;
	font-size: 16px;
	line-height: 24px
}

@media (min-width: 768px) {
	.scout-component__modal-content {
		background: linear-gradient(#fff 33%, transparent), linear-gradient(transparent, #fff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(44, 62, 80, .25), transparent), radial-gradient(farthest-side at 50% 100%, rgba(44, 62, 80, .25), transparent) 0 100%;
		background-color: rgba(0, 0, 0, 0);
		background-repeat: repeat, repeat, repeat, repeat;
		background-attachment: scroll, scroll, scroll, scroll;
		background-size: auto, auto, auto, auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-attachment: local, local, scroll, scroll;
		background-size: 100% 18px, 100% 18px, 100% 8px, 100% 8px
	}
}

.scout-component__modal-content {
	font-size: 16px;
	line-height: 24px
}

.brochure-modal__text {
	margin-bottom: 28px;
	letter-spacing: .3px;
	padding-bottom: 0;
	font-size: 15px
}

.scout-component__modal-content {
	font-size: 16px;
	line-height: 24px
}

.scout-component__modal-navigation-close {
	padding: 0;
	background-color: transparent
}

.scout-component__modal-navigation-close svg {
	height: 19px
}

#map3 {
	height: 500px;
	width: 100%
}

.products-card-content .desc p {
	border-bottom: none
}

@media (max-width: 992px) {
	.products-card-content .desc p {}

	.products-card-content .desc {
		display: block;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
		border-bottom: 1px solid #e5e5e5;
		min-height: unset;
		padding-bottom: 10px
	}

	.desc.blog-detail-desc img {
		height: auto !important;
		width: auto !important
	}

	#cookie-consent {
		width: 90%
	}

	.box-cookies {
		flex-wrap: wrap;
		justify-content: center
	}

	#pdf_popup-map #map2 {
		height: 250px;
		margin-bottom: 20px;
		width: 100%
	}

	.scout-component__modal-top {
		position: relative;
		padding: 15px !important
	}
}

#cookie-consent {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #152b02;
	color: #fff;
	padding: 15px;
	border-radius: 8px;
	display: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

#cookie-consent p {
	font-size: 13px;
	margin: 0;
	padding: 0 10px
}

#cookie-consent button {
	margin: 10px 5px;
	padding: 6px 15px;
	border: none;
	cursor: pointer;
	border-radius: 20px
}

#accept-cookie {
	background: #d95a34;
	color: #fff
}

#decline-cookie {
	background: #d95a34;
	color: #fff
}

#accept-cookie:hover {
	background: #218838
}

#decline-cookie:hover {
	background: #c82333
}

.video-box {
	border-radius: 10px;
	overflow: hidden;
	line-height: 1;
	min-height: 90px;
}

.video-box a img {
	width: 100%;
}

.video-box iframe {
	pointer-events: none;
}

.video-btn i {
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	border: 2px solid #fff;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center
}

.video-btn i svg {
	height: 24px;
	fill: white;
	width: 24px
}

/* noi_dung_in */
.noi_dung_in {
	text-align: justify;
	line-height: 1.4;
}

.noi_dung_in h1 {
	font-size: 28px;
}

.noi_dung_in h2 {
	font-size: 24px;
}

.noi_dung_in h3 {
	font-size: 22px;
}

.noi_dung_in h4 {
	font-size: 20px;
}

.noi_dung_in h5 {
	font-size: 18px;
}

.noi_dung_in h6 {
	font-size: 17px;
}

.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6 {
	font-weight: 700;
}

.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child) {
	margin-bottom: 15px;
}

.noi_dung_in em {
	display: block;
}

.noi_dung_in ul,
.noi_dung_in ol {
	margin-left: 18px;
}

.noi_dung_in ol li {
	list-style: decimal;
	position: relative;
}

.noi_dung_in ul li {
	list-style: disc;
}

.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.noi_dung_in iframe {
	max-width: 100%;
}

@media (max-width: 992px) {
	.btn-filter svg {
		width: 23px;
		height: 24px;
		padding-bottom: 0px;
	}

	span.Not-result {
		padding: 0px 20px 20px;
	}

	.btn-filter {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: fixed;
		top: 50%;
		z-index: 999;
		right: 0;
		background: #ffcc00;
		border: 1px solid #ffcc00;
	}

	.introduce-body table tr td {
		width: 100% !important;
		display: block;
	}

	.noi_dung_in:not(.table-sp) table tr,
	.noi_dung_in:not(.table-sp) table td,
	.noi_dung_in:not(.table-sp) table th,
	.noi_dung_in:not(.table-sp) table tbody,
	.noi_dung_in:not(.table-sp) table thead {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.noi_dung_in:not(.table-sp) table tr:not(:last-child),
	.noi_dung_in:not(.table-sp) table td:not(:last-child),
	.noi_dung_in:not(.table-sp) table th:not(:last-child),
	.noi_dung_in:not(.table-sp) table tbody:not(:last-child),
	.noi_dung_in:not(.table-sp) table thead:not(:last-child) {
		margin-bottom: 10px;
	}
}

.noi_dung_in table {
	width: 100%;
}

.noi_dung_in table:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in table tr:last-child,
.noi_dung_in table td:last-child,
.noi_dung_in table th:last-child,
.noi_dung_in table tbody:last-child,
.noi_dung_in table thead:last-child {
	margin-bottom: 0;
}

.noi_dung_in table tr td {
	margin-bottom: 0;
}

.noi_dung_in #toc-list li {
	list-style: none;
}

.noi_dung_in img {
	max-width: 100%;
	display: inline-block;
}

#myTabContent .header-right-tomtat svg {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#myTabContent.active-scroll .header-right-tomtat svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}

.slide-images-body.grid-body-images {
	display: flex;
	height: unset !important;
	flex-wrap: wrap;
	gap: 5px 0px;
}

.filter {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
	border-radius: 10px;
	overflow: hidden;
	padding: 0px 10px;
}

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

.category-column {
	gap: 20px 0;
	--gutter: 20px;

}

.category-column__wrap {
	justify-content: space-between;
	box-shadow: 0 1px 3px 0 rgba(32, 33, 36, .28);
	position: relative;
	align-items: center;
}

.category-column__wrap:hover .category-column__img img {
	transform: scale(1.09);
}

.category-column__wrap:hover .fas {
	right: 10px;
	color: inherit;
}

.category-column__img {
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.category-column__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .7s ease-in;
}

.category-column__ct {
	width: calc(100% - 100px);
	padding-right: 40px;
}

.category-column__wrap .fas {
	position: absolute;
	color: #868686;
	font-size: 24px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in;
}

.category-column__ttl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.category-column__number {
	color: #868686;
}

.noi_dung_in_edit {
	text-align: justify;
}

.noi_dung_in_edit img {
	border-radius: 18px;
}

.noi_dung_in_edit table {
	text-align: inherit;
	font-size: inherit;
}


.noi_dung_in_edit table {}

.noi_dung_in_edit table:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in hr {
	margin-bottom: 10px;
	opacity: .3;
}

@media screen and (min-width: 992px) {

	.noi_dung_in_edit table th,
	.noi_dung_in_edit table td {
		padding: 5px 0;
	}

	.noi_dung_in_edit table td:first-child {
		padding-right: 10px;
	}

	.noi_dung_in_edit table td:not(:first-child) {
		padding-left: 10px;
	}
}
