.sec-mv {
	position: relative;
}

.banner-slide__img {
	position: relative;
	z-index: 1;
}
.about-block__img iframe {
    border-radius: 10px;
}

.banner-slide__img img {
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mv-contact {
	width: 100%;
	color: white;
}

.banner-slide__item {
	position: relative;
}

.banner-slide__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}

@media screen and (min-width: 768px) {
	.mv-contact {
		position: absolute;
		z-index: 10;
		bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.mv-contact {

	
		
	}
}

.mv-contact__ttl {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	/* text-shadow: rgba(0, 0, 0, 0.72) 1px 1px 0; */
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.mv-contact__ttl {
		margin-bottom: 20px;
		font-size: 18px;
	}
}

.mv-contact__subttl {
	font-size: 23px;
	text-align: center;
	/* text-shadow: rgba(0, 0, 0, 0.72) 1px 1px 0; */
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.mv-contact__subttl {
		font-size: 14px;
	}
}
.mv-contact__form{
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	border-radius: 5px;
	background: rgb(26 53 140 / 21%);
	color: black;
	max-width: 900px;
	margin: 0 auto;
	box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
}
.mv-contact__form .row {
	gap: 10px 0;
}
.mv-contact__box{
	position: relative;
}
.mv-contact__icon{
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 3;
}
.mv-contact__icon svg{
	width: 20px;
	height: 20px;
}
.mv-contact__label {
	font-size: 18px;
	font-weight: 400;
	display: none;
}

.mv-contact__input {
	background-color: #FFF;
	position: relative;
	z-index: 2;
	height: 45px;
	padding: 5px 15px 5px 40px;
	color: #333;
	font-size: 16px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 5px;
	position: relative;
}
.mv-contact__input::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
}



@media screen and (max-width: 768px) {
	.mv-contact__input {
		-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.0509803922);
		box-shadow: 0 0 3px rgba(255, 255, 255, 0.0509803922);
	}
}

.mv-contact__input::-webkit-input-placeholder {
	color: grey;
}

.mv-contact__input::-moz-placeholder {
	color: grey;
}

.mv-contact__input:-ms-input-placeholder {
	color: grey;
}

.mv-contact__input::-ms-input-placeholder {
	color: grey;
}

.mv-contact__input::placeholder {
	color: grey;
}

.mv-contact__btn {
	font-size: 16px;
	font-weight: 700;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	width: 100%;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: var(--color-main2);
	border-radius: 5px;
}

.mv-contact__btn:hover::before {
	width: 100%;
}

.mv-contact__btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--color-main);
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@keyframes aniChangeColor {
	from {
		color: red;
		text-shadow: 1px 1px 1px #fbdc49;
	}

	to {
		color: #fbdc49;
		text-shadow: 1px 1px 1px #8a0f0a;
	}
}

.sec-sale {
	background: #f4faff;
}

.sec-sale__info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-sale__info-img {
	width: 73px;
}

.sec-sale__info-ttl {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: red;
	width: calc(100% - 90px);
	animation: aniChangeColor 1s infinite;
}

.sec-sale__info-ttl a {
	color: red;
}

.sec-sale__img {
	line-height: 0;
}

.sec-sale__img img {
	width: 100%;
}

.sec-about:before {
	content: "";
	background: url(../images/about-map.webp);
	width: 618px;
	height: 599px;
	position: absolute;
	z-index: -1;
	left: 0;
}
.tour-highlight{
	max-width: 1740px;
    margin: 0 auto;
    width: calc(100% - 20px);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/* .tour-highlight::before{
	content: "";
	width: 356px;
	height: 345px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/deco-left.png) no-repeat left bottom/contain;
	opacity: .1;
} */
/* .tour-highlight::after{
	content: "";
	width: 282px;
	height: 399px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: url(../images/deco-right.png) no-repeat left bottom/contain;
	opacity: .1;
} */
.section-common{
	max-width: 1740px;
    margin: 0 auto;
    padding: 60px;
    width: calc(100% - 20px);
    background: #c1c8de;
    border-radius: 60px;
    position: relative;
    z-index: 1;
	overflow: hidden;
}
.section-common::before{
	content: "";
	width: 356px;
	height: 345px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/deco-left.png) no-repeat left bottom/contain;
	opacity: .1;
}
.section-common::after{
	content: "";
	width: 282px;
	height: 399px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: url(../images/deco-right.png) no-repeat left bottom/contain;
	opacity: .1;
}
.sec-about {
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.sec-about {
		padding: 15px 0;
	}
}

.about-block {
	gap: 20px 0;
}
.about-block__img{
	position: relative;
}
/* .about-block__img.style2::before{
	content: "";
	width: 17%;
    height: 65px;
	background: url(../images/h1_deco.svg) no-repeat center/contain;
	position: absolute;
	top: 0;
	right: 0;
} */
.about-block__img-child{
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
}
.about-block__img-child img{
	width: 100%;
}
/* .about-block__img-child:nth-child(2){
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
} */

.about-block__lead {
	font-weight: 700;
	color: #333;
	font-size: 15px;
	margin-top: 10px;
}

.about-block__ct .c-ttl__01,
.why-choose .c-ttl__01.fix {
	padding-left: 20px;
	border-left: 4px solid var(--color-main2);
	padding-bottom: 0px;
}

.why-choose .c-ttl__01.fix {
	font-size: 20px;
	line-height: 30px;
}

.why-choose .c-ttl__01.fix::before {
	display: none;
}

.about-block__ct .c-ttl__01::after {
	display: none;
}

.about-block__ct .c-ttl__01::before {
	display: none;
}

.about-block__desc:not(:last-child) {
	margin-bottom: 20px;
}

.about-block__desc p:not(:last-child) {
	margin-bottom: 10px;
}
.about-block__info{
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}
.about-block__info-year{
	width: 260px;
	background: var(--color-main2) url(../images/h1_bg-mask.png) no-repeat center/cover;
	padding: 15px;
	color: white;
	border-radius: 20px;
}
.about-block__info-number{
	font-size: 48px;
	font-weight: 600;
}
.about-block__info-ttl{
	font-size: 20px;
	font-weight: 600;
}
.about-block__info-inner{
	width: calc(100% - 285px);
}
.about-block__info-inner ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.about-block__info-inner ul li{
	padding-left: 30px;
	position: relative;
	font-weight: 500;
}
.about-block__info-inner ul li::before{
	content: "";
	mask-image: url('data:image/svg+xml,<svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--color-main);
}

.about-block__info .service-item {
	display: grid;
	grid-template-columns: 70px auto;
    align-items: center;
    gap: 12px;
    position: relative;
	margin-bottom: 12px;
}

.about-block__info .service-icon {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-block__info .service-icon img {
	width: 70px;
}

.about-block__info .service-text {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}

.about-block__info .clm:nth-child(odd) .service-item::before {
	content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    background: #cdcdcd7a;
}

.heading:not(:last-child) {
	margin-bottom: 40px;
}

.sec-destination {
	padding: 40px 0; 
    background: #f9f9f9;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.sec-destination {
		padding: 15px 0;
		margin-top: 0;
		margin-bottom: 10px;
	}
}

.destination-row {
	gap: 20px 0;
}

.destination-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.destination-grid__item {
	position: relative;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border-radius: 4px;
}
.destination-grid__item.three{
	min-height: 203px;
}

.destination-grid__item>a {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.destination-grid__item>a:hover .destination-grid__img img {
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.destination-grid__item>a:hover .destination-grid__info-ttl {
	color: var(--color-main);
}

.destination-grid__item:first-child {
	grid-row: span 2;
}

.destination-grids {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.destination-grids .destination-grid__item:first-child {
	grid-row: auto;
}

.destination-grids .destination-grid__img::before {
	padding-top: 75%;
}

.destination-row__left .destination-grid__item:not(:last-child) {
	margin-bottom: 15px;
}

.destination-row__left .destination-grid__item:first-child .destination-grid__img::before {
	padding-top: 44%;
}

/* .destination-grid__item:nth-child(2) {
	grid-column: span 2;

} */

@media screen and (min-width: 768px) {
	.destination-grid__item.span2{
	    /* grid-column: span 2; */
    	max-height: 254px;
	}
}


.destination-grid__img {
	height: 100%;
}

.destination-grid__img::before {
	content: "";
	display: block;
	padding-top: calc((167 / 600) * 100%);
}

@media screen and (max-width: 767px) {
	.destination-grid__img::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
}

.destination-grid__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.destination-grid__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.destination-grid__info {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    height: 140px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1c569c), to(transparent));
    /* background: -o-linear-gradient(bottom, #1d589e, transparent); */
    /* background: linear-gradient(0, #000000, transparent); */
    color: white;
	background: -webkit-gradient(linear, left bottom, left top, from(#043d83), to(transparent));
    display: flex;
    align-items: end;
}

@media screen and (max-width: 767px) {
	.destination-grid__info {
		padding: 10px;
	}
}

.destination-grid__info-ttl {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.destination-grid__info-ttl {
		font-size: 14px;
	}
}

.sec-recommended {
	padding: 30px 0;
}
.recommended-tab{
	gap: 10px 50px;
	margin-bottom: 30px;
}

.recommended-tab__btn{
	position: relative;
    padding: 6px 0;
	/* color: #6e6e6e; */
	color: #141414;
	font-size: 16px;
	font-weight: 400;
}
.recommended-tab__btn::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #fb5b32;
    transition: all 0.3s ease;
}
.recommended-tab__btn.is-active{
	font-weight: 500;
	color: black;
}
.recommended-tab__btn.is-active::after, .recommended-tab__btn:hover::after{
	width: 100%;
}
.recommended-panel__content{
	display: none;
}
.recommended-panel__content.is-active{
	display: block;
}
.sec-sale__img {
	position: relative;
	overflow: hidden;
}

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

@keyframes shine {
	100% {
		left: 125%;
	}
}

@media screen and (max-width: 767px) {
	.sec-recommended {
		padding: 15px 0 30px;
	}
}

.tour-slider:not(:last-child) {
	margin-bottom: 20px;
}

.tour-slider .slick-list {
	padding: 5px 0;
}

.sec-review {
	position: relative;
	z-index: 1;
	/* background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size: cover !important; */
	padding: 40px 0;
}
.sec-review::after, .sec-review::before{
	display: none;

}

@media screen and (max-width: 767px) {
	.sec-review {
		padding: 30px 0;
	}
}



.sec-review .heading {
	text-align: center;

	margin-bottom: 20px;
}

.sec-review .heading .c-ttl__01,
.sec-blog .heading .c-ttl__01 {
	margin-bottom: 30px;
}

.sec-review .heading__desc {
	max-width: 650px;
	margin: 0 auto;
	font-size: 16px;
}

.sec-review .js-slider:not(:last-child) {
	margin-bottom: 25px;
}

.sec-review .item {
	padding-left: 100px;
	position: relative;
}

.sec-review .slick-slide {
	margin: 10px 30px;
}

.customer-review {
	position: relative;
	background: #2844951c;
	color: #0f172a;
	border-radius: 24px;
	padding: 40px 20px 40px 70px;
	border: 1px solid #e6e4e4;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 3px;
}

.customer-review__quote img {
	width: 56px;
	height: auto;
	opacity: 0.9;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.customer-review__content {
	position: relative;
	z-index: 2;
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

.customer-review__content-limit {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 96px;
}

.customer-review__content p {
	margin: 0;
	line-height: 1.45;
}

.customer-review__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 15px;
	justify-content: center;

}

.customer-review__info-img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 10px solid #FFF;
	overflow: hidden;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
}

.customer-review__info-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.customer-review__ct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0px;
}

.customer-review__name {
	font-size: 13px;
}

.customer-review__name strong {
	font-weight: 800;
	font-size: 17px;
}
.customer-review__position{
	color: #6e6e6e;
}
.customer-review__name i {
	font-style: normal;
	color: #64748b;
	font-weight: 500;
	font-size: 16px;
}

.customer-review__rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0px;
	line-height: 0;
}

.customer-review__star {
	width: 22px;
	height: 22px;
	color: #f59e0b;
}

.customer-review__redmore {
	margin-left: auto;
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-decoration: none;
	color: var(--color-main2);
	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	-o-transition: transform 0.15s ease, opacity 0.15s ease;
	transition: transform 0.15s ease, opacity 0.15s ease;
	transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
}

.customer-review__redmore:hover {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	opacity: 0.9;
}

.customer-review__redmore-svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
}

.sec-blog {
	position: relative;
	padding: 40px 0;
}

.button-search-mobile {
	display: none;
}

.sec-blog .heading {
	text-align: center;
}

.sec-blog .heading__desc {
	max-width: 650px;
	margin: 0 auto;
	font-size: 16px;
}

.blog-wrap__bg{
	position: absolute;
	z-index: -1;
	
}
.blog-wrap__bg img{
	width: 100%;
	height: 100%;
}
.blog-wrap__bg.left{
	width: 34%;
    height: 45%;
	left: 0;
	top: 0;
	opacity: .1;
}
.blog-wrap__bg.left img{
	object-fit: contain;
    object-position: left top;

}
.blog-wrap__bg.right{
	width: 32%;
    height: 100%;
    right: 0;
    bottom: 0;
	opacity: .1;
}
.blog-wrap__bg.right img{
    object-fit: contain;
    object-position: bottom right;
}
.blog-wrap__bg.bottom{
	width: 80%;
	height: 40%;
	left: 0;
	bottom: 0;
}
.blog-wrap__bg.bottom img{
    object-fit: cover;
    object-position: bottom right;
}

.blog-block .slick-slide {
	margin: 0 10px;
}

.blog-block .slick-list {
	margin: 0 -10px;
}

.blog-block {
	max-width: 1230px;
	margin: 0 auto;
}
.blog-block__right{
	background: white;
	border: 20px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.blog-item__img {
	position: relative;
	margin-bottom: 30px;
}

.blog-item__img-child {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.blog-item__img-child:hover img {
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.blog-item__img-child::before {
	content: "";
	padding-top: 63.4551495017%;
	z-index: 1;
	display: block;
}

.blog-item__img-child img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.blog-item__date {
	position: absolute;
	background: white;
	border-radius: 15px;
	padding: 6px 20px;
	font-size: 16px;
	left: 10px;
	top: 10px;
}

.blog-item__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-item__title a {
	color: black;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.blog-item__title a:hover {
	color: var(--color-main2);
}

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

.blog-block__left{
	
}
.blog-block__photo{
	background: var(--color-main2);
	border-radius: 20px;
	padding-bottom: 74px;
	height: 100%;
	color: white;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blog-block__photo::after{
	content: "";
	background: url(../images/bg-photo01.png) no-repeat right bottom/contain;
	width: 261px;
	height: 263px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: translate(-40%, 9%);
}
.blog-block__photo::before{
	content: "";
	background: url(../images/bg-news-left.png) no-repeat right top/contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .2;
	z-index: -1;
}
.blog-photo.js-slider .slick-list{
	margin: 0;
}
.blog-photo__wrap{
	text-align: center;
	padding: 40px 30px 30px;
}
.blog-photo__ttl{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-photo__ttl:hover{
	color: var(--color-main);
}
.blog-photo__ttl>a{
	color: inherit;
}
.blog-photo__desc{
	margin-bottom: 26px;
}
.blog-photo__img{
	position: relative;
	z-index: 2;
	line-height: 0;
}
.blog-photo__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 20px;
  transform: rotate(-7.1deg);
  transition: 0.4s ease;
}
.blog-photo__img:hover::before{
	transform: rotate(-4.1deg);
	background: var(--color-main);
}
.blog-photo__img>a{
	padding-top: calc((256 / 350) * 100%);
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.blog-photo__img>a img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.blog-photo .slick-dots{

}
.blog-photo .slick-dots button{
	opacity: 0;
}
.slick-dots li{
	background: white;
}
.blog-photo .slick-dots li.slick-active {
	background: var(--color-main);
	width: 20px;
	border-radius: 4px;
	border-color: var(--color-main);
}
@media screen and (min-width: 992px) {
	.blog-list.grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

.blog-list__item:not(:first-child) {
    border-top: 1px dashed #dee0ea;
    padding-top: 15px;
    margin-top: 15px;
}
.blog-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.blog-list__img {
	display: block;
	width: 193px;
}

@media screen and (max-width: 767px) {
	.blog-list__img {
		width: 120px;
	}
}

.blog-list__img:hover figure img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.blog-list__img figure {
	width: 100%;
	height: 125px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}


.blog-list__img figure img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.blog-list__ct {
	width: calc(100% - 210px);
}

@media screen and (max-width: 767px) {
	.blog-list__ct {
		width: calc(100% - 130px);
	}
}

.blog-list__ct .desc-content-blog {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.blog-list__date {
	pointer-events: none;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	.blog-list__ct .desc-content-blog {
		display: none;
	}

}

.blog-list__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.blog-list__title a {
	color: black;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.blog-list__title a:hover {
	color: var(--color-main2);
}

.sec-gallery {
	padding: 50px 0;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.sec-gallery::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #002248;
	opacity: 0.8;
	z-index: -1;
}

.gallery-block .heading {
	color: white;
	padding-right: 20px;
}

.gallery-block .heading .c-ttl__01 {
	color: white;
	font-style: italic;
}

.gallery-block .heading .c-ttl__01:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.gallery-block .heading .c-ttl__01:not(:last-child) {
		margin-bottom: 15px;
	}
}

.gallery-block .heading__desc:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.gallery-block .heading__desc:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* why-info */
.why-info {
	padding: 50px 0;
}

.why-info__row{
	--gutter: 20px;
	gap: 20px 0;
}
.why-info__ttl {
	margin-bottom: 30px;
	color: #333;
}

.why-info__block {
	--gutter: 15px 0;
	gap: 20px 0;
}

.why-choose .right {
	position: relative;
}

.why-choose .right .img {
	width: 60%;
}

.why-info__list{
	display: flex;
    flex-direction: column;
    gap: 25px;
	position: absolute;
	top: calc(50% - 30px);
    right: 0;
    transform: translateY(-50%);
	width: 50%;
}

.why-info__item {
	/* background: var(--linear-gradient); */
	color: var(--color-main2);
	padding: 20px;
	line-height: 1.3;
	height: 100%;
	border-left: 7px solid #fed000;
	background: #dcdcdc;
}

.why-info__item:hover {
	background: #fed000;
}

.why-info__icon {
	margin-bottom: 5px;
	width: 50px;
}
.why-info__info{
	width: calc(100% - 65px);
}

.why-info__icon img {
	width: auto;
}

.why-info__title {
	margin-bottom: 5px;
	font-size: 20px;
}
.why-info__review{
	background: var(--color-main2);
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	color: white;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.why-info__review::before{
	content: "";
	position: absolute;
	width: 324px;
	height: 331px;
	right: -136px;
	top: -104px;
	background: url(../images/review-heading.png) no-repeat right top/contain;

	z-index: -1;
}
.why-info__review.yellow{
	background: var(--color-main);
}
.why-info__review-heading{
	padding: 30px;
}
.why-info__review-number, .why-info__review-heading h2{
	font-size: 48px;
	font-weight: 600;
}
.why-info__review-ttl, .why-info__review-heading p{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.why-info__review-img{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding-top: calc((354 / 410) * 100%);
	margin-top: auto;
}
.why-info__review-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.why-choose .left .tag {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	background: var(--linear-gradient);
	color: #FFF;
	display: none;
}

.why-choose .left .title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 35px;
}

.why-choose .left .des {
	font-size: 16px;
	margin-bottom: 15px;
}

.why-choose .left ul li svg{
	width: 25px;
	height: 25px;
	fill: #fed000;
}

.why-choose .left .des p{
	margin-bottom: 10px;
}

/* .why-choose .left ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2px;
	position: relative;
	padding-left: 35px;
}

.why-choose .left ul li::before {
	content: '';
	background-image: url('../images/check.svg');
	position: absolute;
    top: -1px;
    left: 0;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
} */

/* .why-choose .left ul {
	margin-bottom: 30px;
	margin-top: 15px;
} */

@media screen and (min-width: 1500px) {
	.why-info__item{
		padding: 25px;
	}
}
@media screen and (max-width: 1499px) {
	.why-info__title{
		font-size: 18px;
		
	}
}
@media screen and (max-width: 1400px) {
	.why-info__row>.clm:nth-child(-n +2){
		width: 50%;
		max-width: 50%;
	}
	.why-info__row>.clm:last-child{
		width: 100%;
		max-width: 100%;
	}
}


/*  */
.holiday-info {
	background: var(--color-main2);
	padding: 50px 0;
	color: white;
	text-align: center;
}



.holiday-info__header {
	margin-bottom: 60px;
}

.holiday-info__title {
	color: white;
}

.holiday-info__subtitle {
	font-style: italic;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
}

.holiday-info {}

.holiday-info__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px 40px;
	margin-bottom: 30px;
}

.holiday-info__step {
	position: relative;
	padding: 30px 20px 0;
	text-align: left;
	transition: transform 0.3s ease;
}

.holiday-info__step:hover {
	transform: translateY(-5px);
}

.holiday-info__step-number {
	font-size: 72px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: -10px;
	left: 0;
	line-height: 1;
	z-index: 1;
}

.holiday-info__step-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	color: white;
}

.holiday-info__step-description {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	font-style: italic;
	position: relative;
	z-index: 2;
}

.holiday-info__step-description--email {

	font-weight: bold;
	font-style: normal;
}

.holiday-info__cta {
	margin-bottom: 20px;
}

/*  */
.sec-address {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.sec-address__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: -1;
}

.sec-address__bg img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.address-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 40px;
}

@media screen and (max-width: 768px) {
	.address-list {
		grid-template-columns: 1fr;
	}

	.sec-address {
		padding: 30px 0;
	}
	.customer-review__content{
		font-size: 15px;
	}

	.customer-review__content-limit {
		-webkit-line-clamp: 5;
		height: 120px;
	}
}

.address-list__ttl {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-main2);
	margin-bottom: 10px;
}

.address-list__ct ul li {
	list-style: disc;
	margin-left: 20px;
}

.address-list__ct ul li:not(:last-child) {
	margin-bottom: 5px;
}
 .hom-help{
	padding: 50px 0;
 }
 .hom-help__subtitle {
	font-size: 14px;
	text-transform: uppercase;
	/* letter-spacing: 3px; */
	color: var(--color-main2);
	margin-bottom: 20px;
	font-weight: 500;
}

.hom-help__title {
	font-size: 42px;
	color: #1a1a1a;
	margin-bottom: 20px;
	font-weight: 700;
}

.hom-help__description {
	font-size: 18px;
	color: #666;
	margin-bottom: 50px;
	line-height: 1.6;
}

.hom-help__team {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;

}

.hom-help__team-member {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	object-fit: cover;
	margin-left: -20px;
	transition: transform 0.3s ease, z-index 0.3s ease;
	position: relative;
	overflow: hidden;
}
.hom-help__team-member img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hom-help__team-member:first-child {
	margin-left: 0;
}

.hom-help__team-member:hover {
	transform: scale(1.15) translateY(-5px);
	z-index: 10;
}

.hom-help__contact {
	display: flex;
	gap: 10px 80px;
	flex-wrap: wrap;
}

.hom-help__contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.hom-help__contact-icon {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.05);
}

.hom-help__contact-icon svg, .hom-help__contact-icon img {
	width: 30px;
	height: 30px;
	fill: var(--color-main2);
}

.hom-help__contact-info {
	text-align: left;
	color: #FFF;
	font-size: 18px;
}

.hom-help__contact-label {
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

.hom-help__contact-value {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.hom-help__contact-value:hover {
	color: var(--color-main2);
}

.tour-popular {
	padding: 30px 0;
    /* background: #f9f9f9; */
}

.tour-popular .img-box {
    height: 230px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    z-index: 90;
    border-radius: 3px;
}

.tour-popular .img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #121B22;
    opacity: 0.3;
    z-index: 99;
    transition: 0.3s ease-out;
}

.tour-popular .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transition: transform 0.35s ease-out;
}

.tour-popular .badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

.tour-popular .badges .featured {
    background-color: var(--color-main2);
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 15px;
    margin: 0;
	color: #fff;
    display: inline-block;
    padding: 3px;
	border-radius: 3px;
	right: 15px;
}

.tour-popular .img-box-content {
    position: absolute;
    z-index: 101;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
	bottom: 0;
	padding: 0 10px;
	background: -webkit-gradient(linear, left bottom, left top, from(#043d83), to(transparent));
	height: 140px;
	display: flex;
	align-items: end;
	justify-content: center;
}

.tour-popular .img-box-content h4 {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    margin: 0;
}

.hover-effect {
	overflow: hidden;
}

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

.why-choose {
	padding: 40px 0;
}

.box-gray.sidebar-panel .c-ttl__01::before {
	display: none;
}

.item-news-home .wrap-img {
	padding-bottom: 63%;
	border-radius: 20px;
}

.item-news-home .title {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-news-home .content {
	margin-top: 10px;
}

.item-news-home {
	margin-top: 15px;
}

.item-news-home.first {
	margin-top: 0;
}

.item-news-home.first .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-list {
	padding-left: 10px;
}


@media (max-width: 1500px) {
	.destination-grids .destination-grid__img::before {
		padding-top: 79.4%;	
	}

	.binhluan .quick-rating-btn {
		padding: 12px 12px;
		font-size: 13px;
	}
}
/* Quote icon (top-left) */
/*# sourceMappingURL=maps/home.css.map */
@media screen and (max-width: 1200px) {
	.blog-list__img figure{
    	height: 90px;
	}
	.blog-list__img{
	    width: 110px;
	}
	.blog-list__ct {
		width: calc(100% - 125px);
	}

	.banner-slide__img img {
		max-height: auto;
        min-height: auto;
	}

	.about-block__info .clm:nth-child(odd) .service-item::before {
		display: none;
	}
	
}
@media screen and (max-width: 992px) {
	.tour-highlight{
		padding: 20px 0;
	}
	.hom-help__contact{
 		gap: 15px 30px;
	}
	.blog-block__photo{
		padding-bottom:71px;
	}
	.hom-help {
		padding: 0 0 35px;
	}
	.hom-help__subtitle{
		margin-bottom: 10px;
	}
	.hom-help__title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.hom-help__description{
		margin-bottom: 30px;
	}
	.hom-help__team{
		margin-bottom:30px;
	}

	.blog-list {
		padding-left: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	/* .hom-help__contact{
		justify-content: unset;
        width: fit-content;
        margin: 0 auto 25px;
        max-width: min-content;
	} */
	.hom-help__contact-value {
    	font-size: 16px;
	}
	.hom-help__contact-item{
		gap: 15px;
	}
	.hom-help__contact-icon {
		width: 50px;
		height: 50px;
	}
	.mv-contact{
		padding: 20px 0;
	}
	.mv-contact__form{
		border-radius: 20px;
	}

	.about-block__desc {
		font-size: 15px;
	}

	.destination-grid__item.three {
		min-height: unset;
	}

	.destination-grid__img::before {
		padding-top: 44%;
	}

	.destination-grids .destination-grid__img::before {
		padding-top: 44%;
	}

	.destination-grids {
		grid-template-columns: repeat(1, 1fr);
	}

	.why-info__list {
		position: unset;
		transform: unset;
		width: 100%;
		margin-top: 15px;
		gap: 15px;
	}

	.why-choose .right .img {
		width: 100%;
		margin-top: 15px;
	}

	.why-choose {
		padding: 10px 0;
	}

	.tour-popular {
		padding: 30px 0 15px;
	}

	.sec-review .slick-slide {
		margin: 65px 15px 10px;
	}

	.customer-review__info-img {
		width: 120px;
    	height: 120px;
		border: 5px solid #FFF;
		top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
	}

	.sec-review .item {
		padding-left: 0px;
	}

	.customer-review {
		padding: 70px 20px 20px 20px;
	}

	.common-arrow .slick-arrow {
		display: none !important;
	}

	.sec-blog {
		padding: 25px 0;
	}

	.blog-list {
		display: none;
	}

	.sec-blog .heading {
		margin-bottom: 25px;
	}

	.item-news-home.first .title {
		font-size: 16px;
	}

	.hom-help__contact-info {
		font-size: 16px;
	}

	.banner-slide__item::before {
		display: none;
	}

	.footer__top {
		padding: 0px 0 20px;
	}

	.button-search-mobile {
		display: block;
	}

	.button-search-pc {
		display: none;
	}

	.why-choose .c-ttl__01.fix {
		font-size: 18px;
	}

}
@media (max-width: 640px){
	.why-info__row>.clm:nth-child(-n +2){
		width: 100%;
		max-width: 100%;
	}
	.why-info__list{
		grid-template-columns: 1fr;
	}

	.about-block__info-year{
		width: 100%;
	}
	.about-block__info-inner{
		width: 100%;
	}
	.hom-help__title{
		font-size: 24px;
	}
}
@media (max-width: 420px) {
	.why-info__review-heading {
		padding: 15px;
	}
}