/* Fix all web */
:root{
	--heading-font: 'CormorantGaramond';
	--body-font: 'Montserrat';
}
@font-face {
	font-family: 'LoveYaLikeASister';
	src: url(../fonts/LoveYaLikeASister-Regular.ttf);
}

@font-face {
	font-family: 'OpenSans';
	src: url(../fonts/OpenSans.ttf);
}

@font-face {
	font-family: 'CormorantGaramond';
	src: url(../fonts/CormorantGaramond.ttf);
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat.ttf);
}

body {
	font-size: 16px;
	scroll-behavior: smooth;
}
html{
	scroll-behavior: smooth;
}
.no-overflow {
	overflow: hidden;
}

.main-menu {
	position: static;
	float: unset !important;
	margin-right: unset !important;
}

.icon-profile:before {
	content: "\ee7e";
}

nav {
	margin-top: 0;
}

.right-nav .main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu .submenu-style-2 ul {
	padding: 10px 0 0 10px;
}

.main-menu ul li.submenu-style-2:hover>ul {
	padding: 10px 0 0 10px;
}

.main-menu .submenu-style-2 ul li {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.main-menu .submenu-style-2 ul li img {
	width: 230px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-menu .submenu-style-2 ul li ul {
	width: 55%;
	padding: 0;
}

.main-menu ul li ul li a {
	border-bottom: none;
	border-right: none;
	font-size: 15px;
	font-weight: 600;
}

.main-menu ul .submenu-style-1 ul li ul li:not(:first-child) a {
	font-weight: 400;
}

.main-menu .submenu ul li ul {
	position: static;
	opacity: 1;
	visibility: visible;
	display: block;
	transform: translate(0);
	min-width: unset;
	box-shadow: unset;
	margin-left: 0 !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu .submenu:hover ul li ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .submenu-style-1 ul li ul {
	margin: 20px 10px 10px 10px;
	margin-left: 0 !important;
}

.main-menu .submenu-style-1 ul li ul:not(:last-child) {
	border-right: 1px solid #ededed;
}

.main-menu .submenu.submenu-style-1 ul li ul li,
.main-menu .submenu.submenu-style-1 ul li ul li a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.main-menu .submenu ul li ul li,
.main-menu .submenu ul li ul li a {
	width: 100%;
}

.main-menu .submenu ul li ul li::marker {
	font-size: 20px;
}

.main-menu .submenu-style-1 ul li ul li a {
	padding: 0;
	margin: 10px 0;
}

.main-menu .submenu-style-1 ul li ul {
	overflow: hidden;
}

.main-menu .submenu-style-1 ul li ul li:hover a {
	padding-left: 5px;
}

.main-menu .submenu-style-1 ul,
.main-menu ul li.submenu-style-1:hover>ul {
	padding: 20px 0;
}

.main-menu .submenu-style-1 ul li:not(:last-child) {
	background: url("../img/line.png") no-repeat right center;
}

.main-menu .submenu-style-1 ul li ul {
	padding: 0;
}

.main-menu .submenu-style-1 ul li ul li:not(:last-child) {
	background: none;
}

.main-menu .submenu-style-1 ul li ul li:first-child {
	font-weight: 600;
	padding: 0 10px;
}

.main-menu .submenu-style-1 ul li ul li:not(:first-child) {
	list-style-type: circle;
	display: list-item;
	-webkit-margin-start: 30px;
	margin-inline-start: 30px;
}

.main-menu .open_close+ul {
	position: unset;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.main-menu .submenu.open ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

/* width */

::-webkit-scrollbar {

	width: 13px;

}

img {
	max-width: 100%;
}

/* Track */
.step {
	padding: 2px 0 0px 30px;
}

::-webkit-scrollbar-track {

	box-shadow: inset 0 0 5px grey;

	border-radius: 10px;

}

#newsletter_2 {
	position: relative;
}

.btn_email_subcribe {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.short_info .price {
	font-size: 20px;
	font-weight: unset;
}

ul#cat_nav li a {
	font-size: 15px;
}

ul#cat_nav li a.active,ul#cat_nav li a:hover{
	background: #008489;
	color:  #fff;
}

/* Handle */

::-webkit-scrollbar-thumb {

	background: #0056b3;

	border-radius: 10px;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

	background: #b30000;

}



.plr-0 {

	padding-right: 0;

	padding-left: 0;

}

.pb-0 {

	padding-bottom: 0px;

}

.mb-0 {

	margin-bottom: 0px;

}

.mb-display {
	display: none !important;
}

img.img-responsive {
	width: 90px;
}

.parallax-content-1 {
	background: unset;
}

.fl-left {
	float: left;
}

.dl-block-mb {

	display: none;

}

.mb-20 {

	margin-bottom: 20px;

}



ul#top_tools li {

	padding: 0;

}

.pb-20 {

	padding-bottom: 20px;

}



.ptlr-0 {

	padding-top: 0;

	padding-left: 0;

	padding-right: 0;

}

.w-50-p {

	width: 50%;

	float: left;

}



.pl-15-pc {

	padding-left: 15px !important;

}

.pr-15-pc {

	padding-right: 15px !important;

}



span.cl-red {

	color: #ff0000;

	margin: 0 8px;

}



.mt-20 {

	margin-top: 20px;

}


header {
	background-image: linear-gradient(rgb(255 251 251), rgb(255 255 255 / 61%), rgb(255 255 255 / 0%));
	padding-top: 0;
}

#top_line {
	background-color: #ffffff00;
	padding: 4px 50px;
	border-bottom: 1px solid #33333324;
	margin-bottom: 20px;
}

ul#top_links a {
	color: #454242;
}

header ul#top_links{
	float: unset;
}

header #bottom_line{
	transition: all .3s ease-in-out;
}

footer .text-ft-home span {

	font-size: 18px;

	font-weight: 700;

	color: #fff;

	margin-top: 54px;

	text-transform: uppercase;

	display: block;

}

.mobile-contact {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.mobile-contact img{
	width: 25px;
}

.mobile-contact li{
	list-style-type: none;
}

.mobile-contact li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 300;
	margin: 0 10px;
}

footer span {

	text-transform: uppercase;

}

.margin_60 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main_title h2,
.main_title h1 {
	margin-bottom: 10px;
}

.main_title h2,.main_title h1{
	/* color: #0D73BB; */
	color: #333;
}

.image-checkbox {

	cursor: pointer;

}

.box_style_4 i {

	color: #ffffff;

	background-color: #0f75bc;

	border: none !important;

}

.box_style_4.custom:before,
.box_style_4.custom:after {

	display: none;

}

.video-wrap {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

main {
	z-index: unset;
}

.video-wrap .js-modal-btn {
	z-index: 10;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #c51527;
	border: 0;
	outline: 0;
	background: unset;
}

.video-wrap .js-modal-btn i {
	line-height: 94px;
	margin-left: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video-wrap .js-modal-btn:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-wrap .js-modal-btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #ffffffb0;
	border-radius: 50%;
	z-index: -1;
	transition: .5s all ease;
}

.video-wrap .js-modal-btn:hover {
	color: #fff;
}

.video-wrap .js-modal-btn:hover:before {
	background: #c51527;
}

.video-wrap .js-modal-btn:hover:after {
	background: #c51527;
}

.video-wrap span {
	display: inline-block;
	color: #ffc107;
	font-weight: 600;
	position: relative;
	top: -20px;
	margin-left: 25px;
}



@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.banner-zoom,
.banner-zoom div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-zoom .slick-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-zoom .single-img {
	position: relative;
	height: 100%;
	z-index: 1
}

.banner-zoom .img-slide {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	/* -webkit-transform: scale(1.2);
	transform: scale(1.2); */
	background-size: 110% 110%;
	background-repeat: no-repeat;
	background-position: left center;
}

.banner-zoom .slick-active .img-slide {
	animation: slideRTL 8s linear 1 forwards;
	-webkit-animation: slideRTL 8s linear 1 forwards;
	-moz-animation: slideRTL 8s linear 1 forwards;
	-ms-animation: lideRTL 8s linear 1 forwards;
	-o-animation: lideRTL 8s linear 1 forwards;
	/* -webkit-transform: scale(1);
	transform: scale(1); */
}

.banner-zoom ul.slick-dots {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.banner-zoom .slick-dots li button {
	border: 2px solid #0f75bc;
	border-radius: 50%;
}

.banner-zoom .slick-dots li button:before {
	line-height: 23px;
	font-size: 12px;
	opacity: 0;
	color: #bf1e2e;
}

.banner-zoom .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #c51527;
}

.animation-1 {
	transform-origin: 0 50%;
}

.animation-2 {
	transform-origin: 50 0%;
}

.animation-3 {
	transform-origin: 100% 0;
}

.animation-4 {
	transform-origin: 0 100%;
}

@keyframes animates {
	from {
		transform: scale(1) translate(0px);
	}

	to {
		transform: scale(1.3) translate(0px);
	}
}

@-webkit-keyframes animates {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.3) translate(0px);
	}
}

@-webkit-keyframes uk-scale-12 {
	0% {
		-webkit-transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes slideRTL {
	0% {
		background-position: left center;
	}

	100% {
		background-position: right center;
	}
}

@-webkit-keyframes slideRTL {
	0% {
		background-position: left center;
	}

	100% {
		background-position: right center;
	}
}

@keyframes uk-scale-12 {
	0% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

/* end fix all web */



.f_l {

	float: left !important;

}



ul#top_links a:hover {

	color: #0f75bc !important;

}







/* Home */



/* Top-link */





.info-top li {

	font-size: 12px;

}



.info-top li i {

	margin-right: 4px;

	color: #454242;

}



ul.destination_asian li {

	/* font-family: "Gochi Hand", cursive; */

	font-size: 18px;

	margin-right: 5px;

}

#top_line {

	height: auto;

}

/* end top link */



/* menu */



.box-sl-bk li a {

	/* background-color: #0f75bc; */

	background-color: #222;

	padding: 11px 7px;

	border-radius: 40px;

	font-size: 11px;

}

.box-sl-bk li a.btn-tlm {
	background-color: #008489;
}

.box-sl-bk li a:hover {

	background-color: #bf1e2e;

	color: #ffffff !important;

}



.box-sl-bk li a img {

	width: 30px;

	margin-top: -3px;

	margin-right: 4px;

}



.sticky .box-sl-bk li a {

	color: #ffffff !important;

}

ul#top_tools {
	position: static;
}

/* .pc-display .main-menu {
	float: right !important;
} */

.col-5.pc-display .main-menu{
	display: flex;
	justify-content: end;
}


#top_tools a {
	padding: 8px;
	margin-bottom: 0;
	font-size: 16px;
}


.main-menu>ul>li>a {

	padding: 0 12px 0 12px;

	font-size: 18px;

	font-weight: bolder;
	color: #494545;

}

.sticky nav {

	margin-top: 0;

}

header.sticky {
	background-image: unset;
	background-color: #fffffff0;
}



.p-tour-title {

	font-size: 12px;

}

.list_tours_tabs a.thumb {
	width: 25%;
}

.list_tours_tabs ul li div {
	display: block;
	vertical-align: unset;
}

.list_tours_tabs ul li figure {

	width: 100%;
	height: 100%;
	position: static;

}

.list_tours_tabs ul li figure img {

	width: 100%;
	height: 100%;
	object-fit: cover;

}

.list_tours_tabs ul li {
	display: flex;
	justify-content: space-between;
}

.list_tours_tabs ul .col-lg-6 li{
	margin-bottom: 25px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.list_tours_tabs.custom ul .col-lg-6 li:last-child{
	padding: 0 !important;
}

p.new-price {

	font-weight: 600;

}

.main-menu {

	float: right;

	/* width: auto; */

	margin-right: 20%;

	/* position: unset; */

}

.main-menu ul {
	position: static;
}


.main-menu ul>li:first-child i:not(.icon-down-open-mini) {
	float: unset;
	font-size: 28px;
}

/* end menu */





/* banner video */



.search-custom #twotabsearchtextbox {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 0 0 0 30px;

}

.owl-theme.carousel_item .owl-next,
.owl-theme.carousel_item .owl-prev,
.owl-theme.list_carousel .owl-next,
.owl-theme.list_carousel .owl-prev {
	width: 40px;
	height: 40px;
}

.owl-theme.carousel_item .owl-next i,
.owl-theme.carousel_item .owl-prev i,
.owl-theme.list_carousel .owl-next i,
.owl-theme.list_carousel .owl-prev i {
	font-size: 40px;
}

.scroll-down {

	position: absolute;

	bottom: 13%;

	transform: translate(-50%, 0);

	font-size: 11px;

	color: #fff;

	text-transform: uppercase;

	right: 0px;

	z-index: 9;

}

.scroll-down span {

	transition: ease-in-out 0.2s;

	-webkit-transition: ease-in-out 0.2s;

	-moz-transition: ease-in-out 0.2s;

	-ms-transition: ease-in-out 0.2s;

	-o-transition: ease-in-out 0.2s;

	color: #fff;

	font-weight: 600;

}

.scroll-down span:hover {

	color: #bf1e2e;

}

.scroll-down .ar {

	width: 12px;

	display: inline-block;

	position: absolute;

	top: 55px;

	margin-left: -25px;

	-webkit-animation: 1.5s infinite mymove;

	animation: 1.5s infinite mymove;

}

@-webkit-keyframes mymove {

	0% {

		-webkit-transform: translate(0, 0);

		opacity: 0
	}

	50% {

		opacity: 1
	}

	100% {

		-webkit-transform: translate(0, 20px);

		opacity: 0
	}

}



@keyframes mymove {

	0% {

		transform: translate(0, 0);

		opacity: 0
	}

	50% {

		opacity: 1
	}

	100% {

		transform: translate(0, 20px);

		opacity: 0
	}

}

/* end banner video */



/* content */



.about-home .features-content {

	/* padding: 40px;

	height: auto;

	background-color: #008489; */

	background: #fff;
    color: #333;
    border: 5px solid #333;
    padding: 30px;
    height: 100%;
	border-radius: 3px;

}

.about-home .features-content a:not(.btn_1){
	text-decoration: underline;
}

.about-home .features-bg {

	min-height: 100%;

	border-radius: 15px;

}

.banner.colored {
	background: #008489 url(../img/banner_bg_colored.png) no-repeat center bottom;
	margin-bottom: 0;
}

.features-content {

	background-color: #c51527;

}

.btn_1.white,
a.btn_1.white {

	color: #0f75bc;

}

.review_strip img {

	-o-object-fit: cover;

	object-fit: cover;

	position: static;

	top: unset;

	left: unset;

}

.review_strip img.testimonial-image{
	border: none;
	border-radius: 0%;
	height: auto;
	width: 60%;
	box-shadow: none;
}


.owl-theme .owl-dots .owl-dot span::before {

	background-color: #0f75bc !important;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {

	border: 2px solid #0f75bc;

}

.owl-theme.tes-1 .owl-nav {

	position: absolute;

	top: 30%;

	transform: translateY(-30%);

	left: 0;

	width: 100%;

	margin: 0 !important;

}

.owl-theme.tes-1 .item {

	padding: 15px;

}

.owl-theme.tes-1 .owl-next i,
.owl-theme.tes-1 .owl-prev i {

	font-size: 46px;

	color: #ccc;

	transition: all .3s ease-in-out;

}

.review_strip h4 {

	margin: 0;

	position: static;

	top: 13px;

	left: 108px;

}

.promo_full .review_strip {

	/* box-shadow: none; */

	background: unset !important;

}

.owl-theme .owl-dots .owl-dot span {

	border: 2px solid #0f75bc;

}

.parallax-content-1 div p {
	font-weight: 300;
	font-size: 18px;
	text-shadow: 1px 1px 3px #222;
}

.categories_grid a img {
	width: 100%;
}

/* end content */



.tour_category a .wrapper {

	width: 100%;

	background: 0 0;

	background: linear-gradient(to bottom, transparent, #222);

	position: absolute;

	left: 0;

	bottom: 0;

	line-height: 1;

	padding: 100px 20px 20px 20px;

}



.tour_category a .wrapper h2 {

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

	font-size: 15px;

	margin: 0;

	transform: translateY(20px) translateZ(0);

	transition: all .3s cubic-bezier(.77, 0, .175, 1);

}



.tour_category a .wrapper p {

	color: #fff;

	opacity: 0;

	margin: 0;

	font-size: 14px;

	font-size: .875rem;

	font-weight: 500;

	transform: translateY(20px) translateZ(0);

	transition: all .3s cubic-bezier(.77, 0, .175, 1);

}



span.step-no {

	border-radius: 50%;

	display: inline-block;

	width: 50px;

	height: 50px;

	border: 2px dashed #bf1e2e;

	line-height: 45px;

	font-size: 25px;

	font-weight: 700;

	color: #bf1e2e;

	margin-left: 5px;

	text-align: center;

	position: absolute;

	top: -23px;

	left: 0px;

	background-color: #f7f7e099;

}



.tour_category a:hover p {

	opacity: .8;

	transition-delay: .2s;

	transform: translateY(0) translateZ(0);

}

.tour_category a:hover h2 {

	transform: translateY(-5px) translateZ(0);

}

.list_tours_tabs.custom ul li:last-child {

	border-bottom: none;

	padding: 15px !important;

}

.list_tours_tabs ul li .list_tour_info ul {
	/* padding-bottom: 10px; */
	display: flex;
	align-items: center;
}

.list_tours_tabs ul li .list_tour_info ul li {
	padding: 0;
	display: inline-block;
	min-height: unset;
	width: auto;
	border-bottom: unset;
	padding: 0 5px;
	box-shadow: none;
	margin-bottom: 0;
}

.list_tours_tabs ul li .list_tour_info ul li:first-child {
	padding-left: 0;
}

.tour_info-top ul li i::before{
	margin-left: 0;
	margin-right: 0;
}

.list_tours_tabs .tour_info-top,.list_tours_tabs .tour_info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price p.old{
	margin-right: 5px;
}

.list_tours_tabs .tour_info-top{
	padding-bottom: 10px;
}

.list_tours_tabs ul li .list_tour_info ul li:last-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0 5px !important;
}

.step-by-step p {

	margin: 0 0 10px 0;

}

.step-by-step .col-lg-5:first-child{
	border-right: 1px solid #B6BFD8;
    border-bottom: 1px solid #B6BFD8;
	padding-bottom: 15px;
}

.step-by-step .col-lg-5:nth-child(2){
	border-bottom: 1px solid #B6BFD8;
	padding-bottom: 15px;
	padding-left: 35px;
}

.step-by-step .col-lg-5:nth-child(3){
	border-right: 1px solid #B6BFD8;
	padding-top: 15px;
}

.step-by-step .col-lg-5:last-child{
	padding-top: 15px;
	padding-left: 35px;
}

.step-by-step .step-item{
	display: flex;
	align-items: center;
	text-align: center;
}

.step-by-step .step-item .content{
	width: 75%;
}

.step-by-step .step-item .icon{
	width: 96px;
	height: 96px;
	margin-right: 15px;
}

.step-by-step .step-item .icon img{
	width: 100%;
	height: 100%;
}

.step-by-step .step-item h3{
	margin-top: 0;
	font-weight: 600;
}

.step-by-step .step-item p{
	margin-bottom: 0;
}

.news_custom a.box_news {

	padding-left: 0;

}

.counter-wrap{
	display: none;
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 4;
    width: 170px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.counter-wrap .counter{
	font-weight: 600;
    font-size: 25px;
    color: #e1576e;
}

.news_custom a.box_news figure {

	width: 100%;

	height: 225px;

	position: relative;

}

.news_custom .item {

	position: relative;

	min-height: 340px;

}

.group-btns{
	margin-bottom: 10px;
	margin-top: 20px;
}

.group-btns a{
	color: #333;
	align-items: center;
}

.group-btns a.open-ele{
	display: none;
}

.step-by-step img {

	width: 100%;

}

.price {

	margin-left: auto;
	align-self: center;

}

.list_tours_tabs .price {
	/* margin: 0 auto;
	text-align: center; */
	display: flex;
	align-items: end;
}

.list_tours_tabs .subs{
	display: flex;
	/* padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd; */
}

.list_tours_tabs ul li h3 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.list_tours_tabs p.new-price {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.text-right{
	text-align: right;
}

.list_tours_tabs p.title {
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
	/* font-weight: 600; */
	margin-right: 10px;
}

.list_tours_tabs .subs-numb {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.price p {

	margin: 0;

	color: #c02332;

	font-size: 17px;

	font-weight: 500;

}

.price p.old {

	font-size: 13px;

	color: #838583;

	text-decoration: line-through;

}

.tour-countdown {

	float: left;

}

.tour-countdown .single-countdown {

	height: 35px;

	width: 35px;

	text-align: center;

	line-height: 35px;

	margin-right: 4px;

	border-radius: 50%;

	background-color: #ffffff;

}

.tour-countdown .single-countdown__time {

	font-size: 13px;

	display: inline-block;

	color: #0f75bc;

	margin-right: 1px;

}

.tour-countdown .single-countdown__text {

	font-size: 8px;

	margin-top: 6px;

	text-transform: uppercase;

}

.latest-date {
	color: #333;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.latest-date p {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}

ul#top_links li {
	padding-left: 5px;
	color: #454242;
	font-weight: 600;
}

.date-tag {
	display: flex;
	justify-content: space-between;
}

.date-tag span {
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.date-tag span:hover,
.date-tag span.active {
	background: #008489;
	color: #fff;
	border-color: #008489;
}

.add-extra {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.add-extra input[type="checkbox"] {
	border: 1px solid #ced4da;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

span.question-mark {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	height: 15px;
	width: 15px;
	background: #008489;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.extra-numb {
	display: none;
	margin-top: 5px;
}
.form-control{
	font-size: 14px;
}
#sprice.form-control,
#s_form #sprice.form-control {
	height: 30px;
}
#s_form .radio-group span{
	font-size: 14px;
}
a.login {
	display: inline-block;
	padding: 4px 6px;
	background: #008489;
	color: #fff;
	border-radius: 40px;
	font-size: 12px;
	margin-left: 30px;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

a.login:hover {
	background: #bf1e2e;
}

form#search-form {
	margin-bottom: 0;
}

#stime {
	height: 34px;
}

#s_form label {
	font-size: 16px;
	margin-bottom: 3px;
}

#s_form h6{
	font-weight: 600;
	color: #e1576e;
	font-size: 16px;
	margin-bottom: 5px;
}

#s_form .table,
#s_form .table .hightlight-txt {
	font-size: 15px;
}

#s_form .form-control {
	height: 30px;
	font-size: 16px;
}

#s_form .form-group {
	margin-bottom: 10px;
}

.blog-content {

	background: #fff;

	position: absolute;

	left: 50%;

	top: 180px;

	width: 90%;

	transform: translateX(-50%);

	box-shadow: 0 16px 32px 0 rgba(231, 231, 231, .3);

	padding: 20px;

	min-height: 102px;

	border: 1px solid #f7f7f7;

}

.pdt-25 {
	padding-top: 25px;
}

.fb_dialog {
	display: none;
}

.main_title p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

#about .main_title p{
	font-weight: 500;
}

.author-posts .main_title{
	text-align: left;
}

.author-posts .main_title h3{
	font-weight: 600;
	margin-left: 30px;
}

.menu-icon-right {

	position: fixed;

	top: 110px;

	right: 10px;

	z-index: 9999;

	width: 70px;

	padding: 0 5px;

	background: #ffffffcf;

	box-shadow: 0 0 18px rgba(0, 0, 0, .1);

	/* border-bottom-left-radius: 8px; */

	/* border-top-left-radius: 8px; */

}

.menu-icon-right.active {
	display: block;
}

ul.fixed-nav-menu-right {

	margin-bottom: 0;

}

.menu-icon-right li {

	padding: 10px 0;

	font-size: 11px;

	text-align: center;

	border-bottom: 1px solid #e7e7e7;

	cursor: pointer;

	position: relative;

	list-style: none;

}

.menu-icon-right img.icon-bar {

	width: 28px;

}

.menu-icon-right li:last-child {

	border-bottom: none;

}

.menu-icon-right li i {

	font-size: 30px;

	color: #4d4d4d;

	font-weight: 600;

}

.menu-icon-right li p {

	font-size: 12px;

	color: #4d4d4d;

	font-weight: 600;

	margin-bottom: 0;

}

.menu-icon-right li p:hover {

	color: #0f75bc;

}

ul.fixed-nav-menu-right {

	margin-bottom: 0;

	padding: 0;

}

.menu-icon-right.mxh {

	width: 44px;

	top: 30%;

	height: auto;

	right: 0px;

}

.main-menu .menu-icon-right.mxh{
	display: block;
    position: static;
    width: 100%;
    margin-bottom: 50px;
	margin-top: 10px;
    box-shadow: none;
}

.main-menu .menu-icon-right.mxh a{
	padding: 0 !important;
}

.main-menu .menu-icon-right.mxh ul{
	display: flex;
}

.main-menu .menu-icon-right.mxh > ul li:first-child i:not(.icon-down-open-mini){
	font-size: 20px;
} 

.main-menu .menu-icon-right.mxh > ul li{
	padding: 8px;
}

#search_bar_container {
	bottom: 50px;
	position: static;
	width: 230px;
	margin-right: 15px;
	padding: 0;
}

.nav-searchfield-outer {
	position: relative;
	height: 35px;
	margin-top: 0;
}

.nav-submit-button {

	height: 35px;

	right: 0;

}

#twotabsearchtextbox {

	height: 20px;

}

.menu-icon-right.mxh li {

	padding: 8px 0;

}



.menu-icon-right.mxh li i {

	font-size: 20px;

	color: #4d4d4d;

	font-weight: 600;

}





.menu-icon-right.mxh li i.icon-facebook {

	color: #0f75bc !important;

}

.menu-icon-right.mxh li i.icon-twitter {

	color: #1b95e0 !important;

}

.menu-icon-right.mxh li i.icon-google {

	color: #bf1e2e !important;

}

.menu-icon-right.mxh li i.icon-youtube-play {

	color: #bf1e2e !important;

}

.menu-icon-right.mxh li i.icon-call {

	color: #1bca38 !important;

}

.menu-icon-right.mxh li i.icon-instagram {

	color: #960e98 !important;

}

.feature_home.pb-20.ptlr-0 h4 {

	line-height: 30px;

	margin-top: 80px;

	font-size: 16px;

}

.feature_home {

	height: 200px;

	border-radius: 50%;

	border: 1px dashed #999;

	margin-left: 80px;

	width: 200px;

}

/* Button index */

.step-by-step {

	background-color: #f0f0f0;

}

.button {

	position: relative;

	margin: 0 auto 15px;

	display: block;

	width: 280px;

	height: 82px;

	text-decoration: none;

	background-color: #fafafa;

	color: #131313;

	border-radius: 10px;

	box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;

	transition: all 0.15s linear;

}

.button:active {

	top: 1px;

	box-shadow: 0 2px #e2e2e2, 0 4px 1px #ccccce;

}

.button:hover {

	box-shadow: 0 4px #e2e2e2, 0 6px 1px #ccccce;

}

.button strong {

	display: inline-block;

	height: 100%;

	width: 100%;

	line-height: 82px;

	font-size: 1.25em;

	text-align: center;

	background-color: #fff;

	border-radius: 0 10px 10px 0;

	text-shadow: 0 -1px darken(#9a9ca2, 5%);

	box-shadow: 0 4px #d7d4d4;

}

a.button.blue strong {

	color: #3288f1;

}

a.button.blue strong:hover {

	color: #106ede;

}

.button:before {

	position: absolute;

	content: "";

	display: block;

	width: 6px;

	height: 100%;

	border-radius: 10px 0 0 10px;

	transition: all 0.075s linear;

}



.button.blue:before {

	background-color: #3288f1;
	;

	box-shadow: 0 4px #3288f1;
	;

}

.button.blue:hover:before {

	background-color: #106ede;

	box-shadow: 0 4px #106ede;

}

.button .title {

	display: block;

	padding: 0px 0 0 20px;

	font-size: 1.25em;

}

hr {

	border-top: 1px solid #ccc4c43d;

}

.row.copy-right-background {

	background-color: #333;

	width: 100%;

	margin-right: 0px;

	margin-left: 0px;

	position: absolute;

	height: 50px;

}

#social_footer {

	text-align: center;

	border-top: unset;

	padding-top: unset;

	margin-top: unset;

}

#social_footer p {

	font-size: 12px;

	color: #fff;

	padding-top: 10px;

	font-weight: 600;

}

a.button.magenta strong {

	color: #e834a4;

}

a.button.magenta strong:hover {

	color: #e834a4;

}

.button.magenta:before {

	background-color: #e834a4;

	box-shadow: 0 4px #f9009c;

}

.button.magenta:hover:before {

	background-color: #f9009c;

	box-shadow: 0 4px #aa5f8e;

}

a.button.green strong {

	color: #7fd373;

}

a.button.green strong:hover {

	color: #7fd373;

}

.button.green:before {

	background-color: #7fd373;

	box-shadow: 0 4px #72be68;

}

.button.green:hover:before {

	background-color: #72be68;

	box-shadow: 0 4px #61a258;

}

a.button.red strong {

	color: #dd625a;

}

a.button.red strong:hover {

	color: #dd625a;

}

.button.red:hover:before {

	background-color: #dd625a;

	box-shadow: 0 4px #bc534d;

}

.button.red:before {

	background-color: #f66d64;

	box-shadow: 0 4px #dd625a;

}

a.button.brown strong {

	color: #bb807b;

}

a.button.brown strong:hover {

	color: #a5615c;

}

.button.brown:hover:before {

	background-color: #bb807b;

	box-shadow: 0 4px #bc534d;

}

.button.brown:before {

	background-color: #bb807b;

	box-shadow: 0 4px #a5615c;

}

a.button.pink strong {

	color: #b37ce4;

}

a.button.pink strong:hover {

	color: #8e36de;

}

.button.pink:hover:before {

	background-color: #8e36de;

	box-shadow: 0 4px #8e36de;

}

.button.pink:before {

	background-color: #b37ce4;

	box-shadow: 0 4px #8e36de;

}

.banner_2 .wrapper .txt-keu-goi {

	font-size: 13px;

	color: #4d4d4d;

}

.nav-searchfield-outer {

	border-radius: 5px;

}

#search_bar_container {

	background: unset;

	background-color: unset;

}

.search_bar {

	position: relative;

	width: 100%;

	margin-left: auto;

	margin-right: unset;

	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);

}

.menu-icon-right.custom {
	left: 0px;
	top: 30%;
}

.menu-icon-right {
	display: none;
}

a#map_footer {

	display: block;

	position: relative;

	color: #fdf7ac;

	font-size: 12px;

	padding-left: 40px;

	margin: 5px 0;

}

a#email_footer,
a#phone {

	font-size: 12px;

	padding-left: 40px;

	margin: 5px 0;

}

a#phone:before,
a#email_footer:before {

	font-size: 20px;

}

a#map_footer:before {

	font-style: normal;

	font-weight: 400;

	font-family: icon_set_1;

	position: absolute;

}

a#map_footer:before {

	font-size: 20px;

	content: "\49";

	left: 0;

	top: 0;

}

.white-bg-bd {

	background-color: #ffffffde;

	border-radius: 5px;

	padding: 26px 20px;

}

.white-bg-bd h3,
.white-bg-bd h2 {

	color: #4d4d4d !important;

}

.menu-icon-right.mxh li i.icon-instagramm {

	color: #8f36e0;

}

.promo_full_wp {

	display: block;

}

.promo_full_wp div h3,
.promo_full_wp div h2 {

	font-size: 23px;
	margin-top: 0;
}

p.txt-testimonial {

	font-size: 14px !important;

	color: #333;



	padding-top: 40px;

}

.review_strip {

	background: #f0f0f0;

	text-align: center;

	/* margin-top: 120px; */

	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */

	cursor: pointer;

	margin-bottom: 0;

	padding: 0;

	border-radius: 0;

}

.review_strip a{
	height: 400px;
	display: flex;
	overflow: hidden;
    border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.review_strip .review_info{
	padding: 20px;
	width: 40%;
}

.testimonial-image{
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.review_strip .rating {

	position: static;

	top: 38px;

	left: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review_strip p.txt-testimonial{
	padding-top: 0;
}

.review_strip h3{
	font-weight: 600;
	margin-top: 0;
    margin-bottom: 0;
}

.testimonial-desc{
	margin-top: 15px;
	font-weight: 600;
	color: #333;
}

.review_strip .rating img{
	width: 23px;
	height: 23px;
	border: none;
	margin: 10px 5px;
}

a.box_news figure figcaption{
	padding: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review_strip .thumb{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	/* margin-top: -155px; */
}

.review_strip .thumb img.team-icon{
	width: 30px;
    height: 30px;
    margin-bottom: 30px;
	border: none;
}

.review_strip .thumb img.team-img{
	position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.35s;
    transform: scale(1.12);
    display: block;
    border: 1px solid #DF4F6A;
}

.review_strip:hover h3 a{
	color: #bf1e2e;
}

.promo_full_wp>div {

	display: block;

	padding: 5% 15px;

	background-color: unset;

}



.promo_full_wp.magnific {

	background-color: rgba(0, 0, 0, .6);

}

.promo_full .box-tes,.promo_full .white-bg-bd{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-tes {

	background: #ffffffde;

	padding: 20px;

	border-radius: 5px;

	height: 100%;

}

.box-tes .btn_email_subcribe{
	position: static;
}

.box-tes .form-control{
	height: 50px;
    border-radius: 6px;
}

.box-tes h3,
.box-tes h2 {

	font-size: 23px !important;

	color: #222 !important;

}

.box-tes p {

	font-size: 17px !important;

	font-weight: 300;

	color: #222;

}

p.txt-keu-goi {

	color: #222;

	font-size: 17px !important;

}

#toTop {

	background-color: rgb(0, 132, 137);

}

/* End Home */



/* tailor made */

.t-m-tour .form-group label {

	font-weight: 600;

	font-size: 14px;

	margin: 6px 0 4px 0;

}





/* end tailor made */



/* about */



.owl-theme.team-typic .item,
.owl-theme.parten-typic .item {

	padding: 15px;

}

.content-about p {

	font-size: 17px;

	line-height: 1.5;

}

#social_about ul {

	text-align: right;

}

#social_about ul li {

	display: inline-block;

	margin: 0 5px 10px 5px;

}

#social_about ul li a {

	color: #222;

	text-align: center;

	line-height: 35px;

	display: block;

	font-size: 18px;

	width: 35px;

	height: 35px;

	border-radius: 50%;

}

#social_about ul li a:hover {

	background: #fff;

	color: #0f75bc
}



.about-home .videoWrapper {

	position: relative;

	padding-bottom: 56.25%;

	padding-top: 25px;

	height: 0;

}

.about-home .videoWrapper iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.team-container a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.team-container{
	margin-bottom: -50px;
}

.team-container img.team-img {

	position: relative;

	width: 90px;

	height: 90px;

	border-radius: 50%;

	opacity: 1;

	transition: all 0.35s;

	transform: scale(1.12);

	display: block;

	border: 1px solid #DF4F6A;

}

.team-wrapper .team-container img.team-img{
	width: 100%;
	height: 250px;
	transform: none;
	border: none;
	object-fit: cover;
	border-radius: 10px;
}

.team-wrapper .team-container a{
	overflow: hidden;
	border-radius: 10px;
}

.team-wrapper .team-container img.team-img:hover{
	transform: scale(1.2);
}

.team-wrapper .team-container{
	margin-bottom: 10px;
}

.team-content{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	cursor: pointer;
}

.team-wrapper .team-content{
	padding: 10px;
	height: unset;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.team-wrapper .team-content h5{
	font-weight: 600;
}

.team-content.team-detail {
	box-shadow: none;
	cursor: auto;
}

.team-wrapper .team-content.team-detail h5{
	font-size: 46px;
}

.team-detail .bio ul{
	padding: 0;
	margin: 10px 0 0 0;
}

.team-detail .bio ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

.team-detail .bio ul li img{
	width: 40px;
	height: 40px;
}

.team-detail .team-container{
	text-align: center;
}

.team-wrapper .team-content h5 a{
	color: #bf1e2e;
}

.team-content p.job{
	font-size: 14px;
	font-weight: 600;
}

.team-wrapper .team-content h5 a:hover{
	color: #333;
}

.team-wrapper .team-content p{
	margin-bottom: 10px;
	text-align: center;
}

.team-typic .team-wrapper{
	margin: 0 20px;
}

.team-typic .team-wrapper .team-content{
	background: transparent;
}

.team-typic .owl-item.middle .team-content{
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.45);
}

.team-typic .owl-item:not(.middle) .team-content{
	box-shadow: none;
}

.team-container img.team-icon{
	width: 30px;
	height: 30px;
	margin-bottom: 25px;
}

.team-container:hover img,.review_strip:hover .thumb img.team-img {

	transform: scale(1);

}

.team-container .ftg-social {

	position: absolute;

	transition: all .5s;

	z-index: 10;

	/* box-shadow: 0px 0px 12px #333; */

}

.team-container .ftg-social {

	width: 40px;

	top: 30px;

	height: 100%;

	right: -50px;

	opacity: 0;

}

.team-container .ftg-social a {

	color: #fff;

	text-decoration: none;

	text-align: center;

	font-size: 16px;

	transition: all .3s;

}

.team-container .ftg-social a {

	margin: 10px 0;

	display: block;

}

.team-container .ftg-social a:hover {

	color: #ccc;

}

.team-container:hover .ftg-social {

	right: 15px;

	opacity: 1;

}

.team-container span {

	display: block;

	position: absolute;

	width: 65%;

	left: 30px;

	color: #fff;

	z-index: 10;

	font-size: 15px;

	opacity: 0;

	transition: all .5s;

}

.testimonial-detail-img.owl-carousel .owl-item img{
	height: 400px;
	object-fit: cover;
}

.testimonial-detail-img.owl-carousel .owl-nav button{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 38px;
    line-height: 40px;
}

.testimonial-detail-img.owl-carousel .owl-nav button:hover{
	background: #bf1e2e;
}

.testimonial-detail-img.owl-carousel .owl-nav button.owl-next{
	right: 0;
}

.testimonial-detail-img.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.testimonial-detail-img.owl-carousel .owl-nav button span{
	display: block;
}

.modal .team-content{
	height: auto;
	padding: 10px;
	box-shadow: none;
}

.modal .team-content h2{
	margin-top: 0;
}

.modal .modal-header h5{
	margin: 0;
}

.team-content {
	padding: 65px 15px 20px 15px;
	background: #f0f0f0;
	border-radius: 10px;
	margin-bottom: 0;
	height: 240px;
}

.white_bg .team-content{
	margin-bottom: 30px;
}

.banner.colored h4{
	font-family: var(--heading-font);
}

.banner p{
	font-size: 16px;
}

.team-content h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.team-content h3 a{
	color: #333;
}
.team-content:hover h3 a{
	color: #bf1e2e;
}
.team-content p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.team-content.team-detail p{
	display: block;
}

.modal .team-content p{
	display: block;
}

.team-container span.title {

	font-weight: 900;

	top: 20px;

	letter-spacing: 1px;

	text-transform: uppercase;

}

.team-container span.subtitle {

	top: 70px;

	font-size: 13px;

	font-weight: 300;

}



.team-container:hover span.title {

	top: 40px;

	opacity: 1;

}

.team-container:hover span.subtitle {

	top: 62px;

	opacity: 1;

}

.wcu_ty .button {

	height: 100px;

	width: 256px;

	margin-bottom: 28px;

}

.wcu_ty .button .title {

	display: -webkit-inline-box;

	padding: 10px 84px 10px 20px;

	font-size: 15px;

	line-height: unset;

}

.wcu_ty .button:before {}



.button.new1:before {

	background-color: #29b7b5;

	box-shadow: 0 4px #31dad8;

}

.button.new2:before {

	background-color: #b5159c;

	box-shadow: 0 4px #e624c8;

}

a.button.new1 strong {

	color: #29b7b5;

}

a.button.new2 strong {

	color: #b5159c;

}



.wcu_ty .circle {

	display: block;

	width: 80px;

	height: 80px;

	border: 1.5px solid;

	border-radius: 100%;

	background: #ffffff00;

	transition: all 0.3s ease;

}

.wcu_ty .circle{
	margin-right: 5px;
}

.wcu_ty .circle + span{
	display: flex;
	align-items: center;
}

.wcu_ty .circle img {

	width: 36px;

	height: 36px;

	display: block;

	margin: 19px auto;

}



.feature .img-step {

	margin: 0;

	position: absolute;

	top: 30px;

	left: 30px;

	padding: 0;

	margin: 0;

	width: 65px;

	height: 65px;

	line-height: 60px;

	text-align: center;

	border-radius: 50%;

	/* border: 1px dashed #ccc; */

}



.img-step img {

	width: 33px;

}

.step-7 h3 {

	font-size: 19px;

}

.team-container .review_strip h4 {

	margin: -59px 0 35px 110px;

}



.modal-header {

	border-bottom: none;

}



.modal-footer {

	border-top: none;

}



.img-team-popup img {

	width: 100%;

}



.feature.color1 h3 {

	color: #8a2be2;

}



.feature.color1 .img-step {

	background-color: #8a2be2;

}



.feature.color2 h3 {

	color: #9acd32;

}



.feature.color2 .img-step {

	background-color: #9acd32;

}



.feature.color3 h3 {

	color: #e834a4;

}



.feature.color3 .img-step {

	background-color: #e834a4;

}





.feature.color4 h3 {

	color: #a52a2a;

}



.feature.color4 .img-step {

	background-color: #a52a2a;

}



.feature.color5 h3 {

	color: #4e9644;

}



.feature.color5 .img-step {

	background-color: #4e9644;

}



.feature.color6 h3 {

	color: #249c9b;

}



.feature.color6 .img-step {

	background-color: #249c9b;

}



.feature.color7 h3 {

	color: #00008b;

}



.feature.color7 .img-step {

	background-color: #00008b;

}



.review_content h4 {

	font-size: 20px;

	margin-bottom: 12px;

}



.review_content .rating {

	margin-bottom: 7px;

	font-size: 19px;

}



span.img-step svg {

	width: 33px;

	height: 33px;

}



span.img-step svg,
span.img-step svg path {

	fill: #fff !important;

	color: #fff !important;

	stroke: #fff !important;

}



/* end about */



/* blog */



.widget.comment ul.recent_post li {

	color: #313131;

}

.widget.comment .recent_post a,
.widget.comment ul.recent_post li .date {

	color: #888888;

}

.widget.comment .recent_post i {

	color: #0f75bc;

}



/* end blog */



/* video */

.position-center-center {

	left: 50%;

	position: absolute;

	top: 50%;

	transform: translate(-50%, -50%);

}



.video-nav {

	margin-top: 6px;

}

.img-news {

	overflow: hidden;

	position: relative;

	padding: 5px 0px;

	background-color: #222
}

.img-news img {

	width: 100%;

	transform: scale(1.2);

	transition: all .5s ease;

	-webkit-backface-visibility: hidden;

}

.img-news a:hover img {

	transform: scale(1.1);

	opacity: 0.8;

}

.img-news span.icon {

	font-size: 40px;

	color: #fff;

}

.slick-arrow-style button.slick-arrow {

	top: 50%;

	left: 0;

	font-size: 70px;

	color: #777777;

	cursor: pointer;

	position: absolute;

	transform: translateY(-50%);

	line-height: 1;

	transition: 0.4s;

	border: none;

	z-index: 1;

}

.slick-arrow-style button.slick-arrow {

	font-size: 50px;

	color: #ffffff;

	background-color: #0f75bc;

	border-radius: 50%;

	width: 55px;

	height: 55px;

}

button.slick-down.slick-arrow {

	bottom: -29px;

	width: 100%;

	border-radius: 0;

	height: 24px;

	font-size: 17px;

	top: unset;



}

button.slick-up.slick-arrow {

	top: -16px;

	width: 100%;

	border-radius: 0;

	height: 24px;

	font-size: 17px;

}


.video-container {

	position: relative;

	min-height: 400px;

}

/* end video */







/* contact */



.map-contact {

	position: relative;

	padding-bottom: 50%;
	/* 4:3 ratio*/

	height: 0;
	margin-top: 50px;
	overflow: hidden;

}



.map-contact iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100% !important;

	height: 100% !important;

}



/* end contact */



/* simple tour */

.box-dash {

	padding: 40px 0 25px 0;

	border: 1px solid #bf1e2e;

	position: relative;

	border-radius: 15px;

	margin-top: 10px;

}

.box-dash table {
	width: 100%;
}

.box-dash .table-responsive {
	margin-bottom: 15px;
}

.box-dash table td {
	border: 1px solid #ced4da;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

.box-dash table tr td:first-child {
	text-align: left;
}

.box-dash h4 {

	width: auto;

	position: absolute;

	top: -7px;

	background-color: #f9f9f9;

	left: 15px;

	padding: 0 12px;

}

.box-dash p {
	margin-bottom: 0;
}

.select-vy {

	display: -webkit-inline-box;

	margin: 0;

}

ul.select-vy li {

	display: inline-block;

}

button.check-btn {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: unset;
	width: auto;
	border-radius: 50px;
	margin-right: 7px;
	padding: 10px 20px;
}

button.check-btn.active {

	background-color: #0f75bc;

	color: #fff;

}

/* end simple tour */



/* all tours promotion */

.styled-select-filters {

	background: #008489 url(../img/down_arrow_select_filters.png) no-repeat right center;

}

.styled-select-filters select {

	color: #ffffff;

	width: 100%;

}

.styled-select-filters select option {

	background: #008489;

}

.date-tour-pro ul {

	display: flex;

	padding: 0;

	text-align: center;

}

.date-tour-pro ul li {

	display: inline-block;

	/* width: 33.33%; */

	padding: 7px 16px;

	border-right: 1px solid #f3f1f1;

	border: 1px solid #ddd;

	border-radius: 10px;
	justify-content: center;

}

.date-tour-pro ul li a{
	color: #000;
}

/* .date-tour-pro ul li:last-child {

	border-right: none;

} */

.date-tour-pro ul li hr {

	margin: 9px 0;

}

.date-tour-pro ul li p {

	margin: 0px;

}



.date-tour-pro p.price-pro {

	color: #0f75bc;

	font-size: 16px;

}

.step h2 {
	font-size: 22px;
	margin-top: -15px;
}

.step p {

	margin: 0 0 10px 0;

}

img.avt-sp {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}

h3.tour-title-modal {
	margin-top: -25px;
}

.tr-table-header {
	font-weight: 900;
	color: #ffffff;
	background: #C51527;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.table-modal {
	width: 100%;
}

.tr-table-header th {
	padding: 5px;
}

tr.tr-table {
	text-align: center;
	color: #212529;
	height: 40px;
	background: #f6f6f6;
}

.tr-table:nth-of-type(odd) {
	background: #e9e9e9;
}

a.btn-go-modal {
	background: #C51527;
	padding: 5px 20px;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

a.btn-go-modal:hover {
	background: #0F75BC;
}

#s_form .btn_full,
#s_form a.btn_full {
	padding: 5px;
	margin: 10px 0;
	display: inline-block;
}

#s_form a.btn_full_outline {
	padding: 5px;
	margin: 10px 0;
}
#s_form .form-group{
	margin: 6px 0;
}
#s_form .g-recaptcha{
	margin: 6px 0;
}
/* end all tours promotion */
.theiaStickySidebar {
	top: 54px !important;
	transform: none !important;
	position: sticky !important;
	width: 100% !important;
}

.box_style_1 {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	padding: 0;
}

.box_style_1 h3.inner,
.box_style_1 h2.inner {
	margin: -15px -15px 5px -15px;
}

.form-group {
	margin-bottom: 10px;
}


/* category tour */



.mansory .item {

	margin-bottom: 10px;

}

.relative {
	position: relative;
}

a.show-submenu.sub-icon {
	display: none;
}

/* category tour */


/*book tour*/

.box-err {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.box-err ul li {
	color: #d00000;
}

.box-ss {
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 35px;
	font-size: 17px;
	color: #0f75bc;
}

/*end book tour*/

#rev_slider_54_2_forcefullwidth {
	display: none !important;
}

/* Sửa mới */

header {
	z-index: 999;
}

.header-video {
	overflow: unset !important;
}

.header-video .search-container {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	z-index: 5;
}

.header-video .search-container .top,
.header-video .search-container .bottom {
	display: flex;
	align-items: center;
}

.header-video .search-container .top {
	margin-bottom: 10px;
}

.header-video .search-container .bottom h4 {
	color: #fff;
	margin: 0 auto;
}

.select-input {
	position: relative;
	background: #fff;
	width: 280px;
	padding: 10px 5px;
	cursor: pointer;
	height: 40px;
}


.select-input input,
.select-input textarea {
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	border: none;
	box-shadow: none;
	outline: none;
}

.select-input input[type='tel'] {
	padding: 0 0 0 50px;
}

.iti {
	display: flex;
	align-items: center;
}

.select-input input:focus,
.select-input textarea:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.select-input .text {
	display: flex;
	align-items: center;
}

.select-input .text i.icon-down-dir-1,
.select-input .text i.icon-cancel-1 {
	margin-left: auto;
}

ul.input-dropdown {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	height: 180px;
	overflow: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	z-index: 5;
	border: 1px solid #ddd;
}

.tour-budget ul.input-dropdown {
	justify-content: space-around;
}

ul.input-dropdown.open {
	display: flex;
}

ul.input-dropdown li {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 10px 5px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.people-numb ul.input-dropdown li {
	justify-content: space-between;
	cursor: auto;
}

.people-numb ul.input-dropdown li i {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #666;
	color: #666;
}

.people-numb ul.input-dropdown li i:hover {
	color: #222;
	border: 1px solid #222;
}

.people-numb ul.input-dropdown li.active i {
	color: #666;
}

.people-numb ul.input-dropdown li:hover {
	background: transparent;
}

.people-numb ul.input-dropdown li:hover i {
	color: #666;
}

ul.input-dropdown li:hover {
	background: #ececec;
}

ul.input-dropdown li:hover i,
ul.input-dropdown li.active i {
	color: #bf1e2e;
}

ul.input-dropdown li i.icon-ok {
	display: none;
	margin-left: auto;
}

ul.input-dropdown li.active i.icon-ok {
	display: inline-block;
}

.grid-items {
	display: grid;
	grid-template-columns: 50% 50%;
}

.map-slide .item {
	text-align: center;
}

.map-slide .item img {
	width: 100px;
	margin: 0 auto;
}

.map-slide .owl-nav button {
	position: absolute;
	top: 20%;
}

.map-slide .owl-nav button.owl-next {
	right: 0;
}

.map-slide .owl-nav button.owl-prev {
	left: 0;
}

.map-slide .owl-nav button span {
	font-size: 48px;
}

.fb_dialog {
	z-index: 9999 !important;
}

#customize-tour .select-input {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 3px;
	margin-bottom: 15px;
}

#customize-tour .select-input textarea {
	border-radius: 3px;
	border: 1px solid #ced4da;
}

#customize-tour input.date-pick {
	background: transparent;
}

header.sticky #top_line {
	margin-bottom: 0;
}

.btn_1.medium.find-tour {
	margin-bottom: 5px;
}

.mobile-buttons {
	position: absolute;
	top: 50%;
	left: 3%;
	display: none;
	z-index: 3;
}

.mobile-buttons a {
	display: block;
	text-align: center;
}

.modal-dialog {
	margin-top: 15px;
}

.select-input i.icon-up-dir {
	display: none;
}

.select-input i.icon-up-dir,
.select-input i.icon-down-dir {
	margin-left: auto;
}

.image-data span {
	font-weight: 600;
}

.intro_title {
	background-color: unset;
}

#hero_video {
	z-index: 1;
	padding-top: 130px;
	/* font-family: 'OpenSans', cursive; */
}

#hero_video p {
	text-transform: none;
	text-shadow: 1px 1px 3px #222;
	font-size: 40px;
	margin-bottom: 0;
}

#hero_video h3 {
	text-shadow: 1px 1px 3px #222;
	text-transform: none;
	font-size: 45px;
	margin-bottom: 10px;
}

.img_list a img {
	width: 100%;
	left: 0;
	height: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
	object-fit: cover;
}
.img_list a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.img_list {
	height: 100%;
	min-height: unset;
}

.strip_all_tour_list .price_list {
	height: auto;
	margin-left: 0;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	color: #333;
	width: fit-content;
}

.strip_all_tour_list .price_list p {
	font-size: 14px;
	margin-bottom: 5px;
}

.strip_all_tour_list .month_list {
	/* background: #eeeeee61; */
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.strip_all_tour_list .month_list li:first-child {
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	flex-basis: 100%;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	/* margin-bottom: 10px;
	padding-bottom: 10px; */
	border: none;
	font-size: 15px;
	font-weight: 600;
	/* border-bottom: 1px solid #ddd; */
	background: #fff;
}

.strip_all_tour_list .month_list li {
	position: relative;
	margin-right: 0;
	flex-direction: column;
	background: transparent;
	text-align: center;
	font-weight: 500;
	/* border: 1px solid #777; */
	padding: 0 3px;
	font-size: 14px;
}

/* .strip_all_tour_list .month_list li::after{
	content: ';';
	position: absolute;
	bottom: 0;
	right: 5px;
} */

.strip_all_tour_list .month_list li:last-child::after,
.strip_all_tour_list .month_list li:first-child::after {
	content: none;
}

.strip_all_tour_list .month_list li .top {
	background: #0f75bc;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding: 2px 5px;
}

.strip_all_tour_list .month_price {
	/* height: 100%; */
	padding: 15px 15px 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.tour_list_desc .rating {
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}

.related-tour .tour_list_desc .rating{
	margin: 0;
}

.related-tour .strip_all_tour_list .tour_list_desc h3{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 !important;
}

.tour_list_desc .rating span {
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}

.tour_list_desc .rating span.desti {
	color: #fff;
	padding: 10px 15px;
	background: #bf1e2e;
	white-space: nowrap;
}

.tour_list_desc .rating span.category {
	font-style: italic;
}

.strip_all_tour_list ul {
	padding: 0;
}

.strip_all_tour_list ul li {
	list-style-type: none;
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
	font-size: 18px;
}

.strip_all_tour_list .tour_list_desc h3 {
	font-size: 23px;
	text-transform: unset;
}

.tour_list_desc {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	text-align: left;
}

.tour_list_desc p {
	margin-bottom: 0;
}

.parallax-content-2 {
	z-index: 990;
}

.parallax-mirror {
	position: absolute !important;
}

.parallax-content-2 div h1 {
	text-transform: none;
}
/* 
.tour_container {
	display: flex;
} */

.img_container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}

.img_container a:hover img{
	transform: scale(1.2);
}

.tour_container .tour_title{
	padding: 0;
}

.tour_container .list_tour_info ul{
	padding: 0;
}

.tour_container .list_tour_info ul li{
	list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    font-size: 14px;
}

.tour_container .list_tour_info ul li i::before{
	margin-right: 0.2em;
	margin-left: 0.2em;
}

.tour_container .list_tour_info .tour_title h3 {
	font-size: 20px;
	text-transform: none;
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour_container .list_tour_info{
	padding: 10px;
	/* width: 75%; */
}

.img_container{
	height: 260px;
}

.tour_container .list_tour_info .subs{
	display: flex;
}

.tour_container .list_tour_info .subs p{
	margin-bottom: 0;
}

.tour_container .list_tour_info p.title{
	margin-right: 10px;
}

.tour_container .list_tour_info p.subs-numb{
	font-size: 16px;
    font-weight: 600;
}

.tour_container .list_tour_info .tour_info-top,.tour_container .list_tour_info .tour_info-bottom{
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.tour_container .list_tour_info .tour_info-top{
	margin-bottom: 15px;
}

.tour_container .list_tour_info .tour_info-top ul{
	margin-bottom: 0;
}

.tour_container .list_tour_info .tour_info-bottom .price{
	display: flex;
	align-items: center;
}

.tour_container .list_tour_info .tour_info-bottom .price p{
	color: #000;
}

.tour_container .list_tour_info .tour_info-bottom .price p.new-price{
	font-weight: 600;
	font-size: 19px;
}

.tour_container .list_tour_info .tour_info-bottom .price p.old-price{
	font-size: 14px;
    color: #838583;
    text-decoration: line-through;
}

.tour_container .list_tour_info .subs{
	padding-bottom: 0;
	font-size: 16px;
}

.tour_container .list_tour_info .tour_info-bottom .price{
	display: flex;
	align-items: center;
}

.contact-info li a {
	word-break: break-all;
}

.radio-group {
	display: flex;
	align-items: center;
}

.radio-group input {
	margin-right: 5px;
}

.radio-group span {
	text-transform: capitalize;
	font-weight: 600;
}

#top_links.mobile-display {
	display: none;
}

.parallax-window {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.main-menu .menu-icon-right.mxh.mobile-display{
	display: none;
}

iframe {
	width: 100%;
}

.list_tour_info small {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.list_tour_info small select{
	margin-left: 5px;
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: 600;
}

.list_tour_info small select:focus-visible
,.list_tour_info small select:focus,.list_tour_info small select:active{
	box-shadow: none;
	border: none;
	outline: none;
}


.list_tour_info a.btn_1 {
	font-size: 12px;
	padding: 3px 15px;
}

.list_tour_info a.btn_1:hover {
	color: #fff;
}

.list_tour_content{
	width: 74%;
	padding: 10px 10px 10px 0;
}

/*related tour*/
.related-tour{
	margin-bottom: 30px;
	/* position: static; */
}
.related-tour .tour-thumb{
	height: 200px;
}

.related-tour .strip_all_tour_list{
	border-radius: 20px;
	margin: 0 10px 15px 10px;
	overflow: hidden;
}

.related-tour .tour_list_desc{
	padding: 5px;
	height: 235px;
}

.related-tour .strip_all_tour_list ul{
	margin: 0;
}

.strip_all_tour_list .month_price{
	padding: 0 15px 15px 15px;
}

.related-title{
	color: #bf1e2e;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}

.related-tour .tour_list_desc .rating span{
	font-size: 15px;
}

.related-tour .strip_all_tour_list ul li{
	margin-right: 10px;
	font-size: 15px;
}

.related-tour .ribbon_3{
	left: 0;
}

.related-tour.owl-carousel .owl-nav button,
.team-typic.owl-carousel .owl-nav button{
	position: absolute;
	color: #008489;
    border-radius: 50%;
    border: 2px solid #008489;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
}
.related-tour.owl-carousel .owl-nav button:hover,
.team-typic.owl-carousel .owl-nav button:hover{
	background: #fff;
}

.related-tour.owl-carousel .owl-nav button i,
.team-typic.owl-carousel .owl-nav button span,
.related-tour.owl-carousel .owl-nav button span{
	color: #008489;
    font-size: 36px;
}

.related-tour.related-tour2.owl-carousel .owl-nav button{
	background: #fff;
}

.related-tour.related-tour2.owl-carousel .owl-nav button.owl-next{
	right: 0;
}

.related-tour.related-tour2.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.related-tour.owl-carousel .owl-nav button.owl-next,
.team-typic.owl-carousel .owl-nav button.owl-next{
	right: -35px;
}

.related-tour.owl-carousel .owl-nav button.owl-prev,
.team-typic.owl-carousel .owl-nav button.owl-prev{
	left: -35px;
}

.owl-carousel .owl-nav button.disabled{
	opacity: 0;
}

.owl-carousel .owl-dots,
.owl-theme.list_carousel .owl-nav.disabled+.owl-dots{
	margin-top: 10px;
}

.related-tour.owl-carousel.owl-theme.list_carousel .owl-nav{
	top: 50%;
	transform: translateY(-50%);
}

aside .widget .input-group{
	display: block;
}

aside .widget .input-group input{
	width: 100%;
	height: 55px;
}

aside .widget .input-group button {
	position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem;
}

aside .widget:not(:first-child){
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}

aside .widget:not(:first-child) h4{
	text-align: center;
    background: #007B80;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: 0;
}

aside .widget:not(:first-child) ul{
	padding: 15px;
}

#cat_blog ul{
	padding: 0;
}

aside .widget .widget-footer{
	padding-bottom: 15px;
	text-align: center;
}

.box_style_4{
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	padding-top: 140px;
    margin-top: 50px;
	border-radius: 9px;
}

.box_style_4 img.avt-sp{
	width: auto;
	height: auto;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.box_style_4 .img-wrapper{
	position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.box_style_4 .name{
	font-weight: 600;
	margin: 0;
	padding-top: 10px;
}

.btn-style2{
	background-color: #BD6F20;
	border: 3px solid #D8A353;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 15px;
}

.btn-style2:hover{
	color: #fff;
}

.box_style_4 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_style_4 ul li a{
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
}

.box_style_4 ul li a img{
	width: 38px;
	height: 38px;
	margin-bottom: 5px;
}

/* aside .box_style_4 .img-wrapper::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: #f0f0f0;
} */
.box_style_4:after, .box_style_4:before{
	content: none;
}
aside .box_style_4 p:last-child{
	margin-bottom: 0;
}

aside .widget.comment .recent_post a.link{
	color: #007B80;
	margin-top: 5px;
}

aside .widget.comment .recent_post a.link:hover{
	color: #888888;
}
.main-menu ul li.submenu:nth-child(2) ul:before {
	left: 22%;
}

.main-menu ul li.submenu:nth-child(3) ul:before {
	left: 34%;
}

.main-menu ul li.submenu:nth-child(4) ul:before {
	left: 33%;
}

.main-menu ul ul::before {
	left: 12%;
}
.right-nav .main-menu ul ul::before{
	left: 63.3%;
}
.main-menu ul ul {
	margin: 0 auto;
}

.parallax-content-1 div h1, .parallax-content-1 div h3{
	text-shadow: 1px 1px 3px #222;
}

.pagination{
	flex-wrap: wrap;
}

.modal-backdrop{
	z-index: 99998;
}

.modal{
	z-index: 99999;
}

.post-detail h3{
	font-size: 18px;
	font-weight: 600;
}

.instruc-card {
	background: #f0f0f0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	margin-bottom: 50px;
	border-radius: 10px;
}

.seo-section{
	padding-top: 30px;
	background: #f9f9f9;
}

.instruc-card .col-lg-4:first-child .instruc-item{
	padding-left: 40px;
}

.instruc-item .item-header h3{
	margin-bottom: 20px;
	font-weight: 600;
}

.instruc-item ul li{
	margin-bottom: 10px;
}

.instruc-item ul li a{
	color: #333;
}

.instruc-item ul li a:hover{
	color: #bf1e2e;
}

.instruc-card img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.instruc-item ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.instruc-card .col-lg-4:last-child .instruc-item ul{
	display: flex;
	flex-wrap: wrap;
}

.instruc-card .col-lg-4:last-child .instruc-item ul li{
	width: 50%;
	text-align: center;
}

.tour-tabs{
	border: none;
	padding: 5px 20px;
	justify-content: space-between;
	width: 100%;
}
.tour-tabs.nav-tabs .nav-item .nav-link{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 20px;
}
.tour-tabs.nav-tabs .nav-item .nav-link:hover{
	background-color: #fff;
	color: #0F75BC;
}
.tour-tabs.nav-tabs .nav-item.show .nav-link, .tour-tabs.nav-tabs .nav-link.active{
	border: none;
	background-color: #fff;
	color: #0F75BC;
}
.tour-tabs+.tab-content{
	background-color: transparent;
	border: none;
	padding-top: 15px;
	padding-bottom: 0;
}
.mobile-content{
	display: none;
}
.tour-tabs__wrap::-webkit-scrollbar{
	height: 3px;
}
.tour-tabs__wrap{
	position: sticky;
    top: 55px;
    z-index: 9;
	background: #0F75BC;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.tab-pane{
	scroll-margin-top: 80px;
}
.table.table_summary td{
	padding: 6px 5px;
}
.select2-container .select2-selection--single{
	height: 40px;
}
.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
	border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
	color: #333;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}
.select2-container--default .select2-selection--single:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* blog sidebar */
.widget.recommended-tour{
	position: sticky;
	top: 80px;
}
.recommended-tour .list-item{
	padding: 10px;
    display: flex;
    justify-content: space-between;
}
.recommended-tour .list-image{
	display: block;
	width: 30%;
}
.recommended-tour .list-image img{
	width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.recommended-tour .list-info{
	width: 65%;
}
.recommended-tour .list-info h5{
	font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 2px;
}
.recommended-tour .list-info a:hover h5{
	color: #007B80;
}
.recommended-tour .list-info p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}
/* responsive */

@media only screen and (min-width: 576px) {
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.main-menu ul ul {
		z-index: -1;
	}

	.main-menu ul li:hover>ul {
		z-index: 3;
	}

	.main-menu ul .submenu-style-2 a.show-submenu+ul li>a {
		padding: 0;
	}

	.main-menu ul .submenu-style-2 a.show-submenu+ul li ul li>a {
		padding: 10px;
	}

	.main-menu ul .submenu-style-2 a.show-submenu+ul li ul li:hover>a {
		padding-left: 15px;
	}

	.main-menu ul .submenu-style-2 a.show-submenu+ul li:hover>a {
		padding-left: 0;
	}

	header #bottom_line .container{
		max-width: 100%;
	}
}

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

	.main-menu ul li.submenu:nth-child(4) ul:before {
		left: 48%;
	}

	.align-items-xl-center {
		align-items: center;
	}

	.container {
		max-width: 1075px;
	}

	header #bottom_line .container{
		max-width: 100%;
	}
}

@media only screen and (min-width: 1281px) {
	.container {
		max-width: 1140px;
	}

	header #bottom_line .container{
		max-width: 1280px;
	}
	.box_style_4 .name{
		margin-top: 20px;
	}

}

@media only screen and (min-width: 1700px) {
	.theiaStickySidebar {
		top: 54px !important;
	}
	.tour-tabs{
		top: 100px;
	}
}

@media only screen and (max-width: 1580px){
	#stime {
		height: 30px;
	}
	.form-control {
		font-size: 13px;
	}
	#s_form .form-group{
		margin: 0 0 10px 0;
	}
	#s_form .form-control{
		height: 25px;
		font-size: 15px;
	}
	#s_form .radio-group span{
		font-size: 12px;
	}
	#s_form .g-recaptcha{
		margin: 0;
	}
	#s_form .btn_full, #s_form a.btn_full,#s_form a.btn_full_outline{
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 1380px) {
	.header-video .search-container .select-input {
		width: 220px;
	}
}

@media only screen and (max-width: 1280.98px) {
	.owl-theme.list_carousel .owl-prev {
		left: 15px;
		background: #fff;
	}
	.testimonial-detail-img.owl-carousel .owl-nav button{
		background: rgba(0, 0, 0, .3) !important;
	}

	.list_tours_tabs p.new-price{
		font-size: 18px;
	}

	.list_tours_tabs p.title{
		font-size: 13px;
	}

	.list_tours_tabs ul li .list_tour_info ul{
		font-size: 13px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 15px;
		background: #fff;
	}

	ul#top_tools a {
		font-size: 14px;
	}

	#hero_video h3 {
		font-size: 38px;
	}

	#hero_video p {
		font-size: 33px;
	}

	#top_line {
		padding: 4px 20px;
	}

	.main-menu>ul>li>a{
		font-size: 16px;
	}
	.main-menu ul ul::before {
		left: 14%;
	}
	.main-menu ul li.submenu:nth-child(2) ul:before{
		left: 23%;
	}
	.right-nav .main-menu ul ul::before{
		left: 63.5%;
	}
}

@media only screen and (max-width: 1120px) {
	.main-menu>ul>li>a {
		font-size: 14px;
		padding: 0 5px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots{
		margin-bottom: 20px;
		margin-top: 0;
	}

	.list_tours_tabs ul li .list_tour_info ul li:last-child{
		padding: 0 2px !important;
	}

	.list_tours_tabs ul li .list_tour_info ul li{
		padding: 0 2px;
	}

	#hero_video {
		padding-top: 100px;
	}

	.main-menu {
		margin-right: 25%;
	}

	#top_tools a {
		padding: 5px;
	}

	.header-video .search-container {
		bottom: 20%;
	}

	.parallax-window {
		height: 390px;
		min-height: 390px;
	}

	.list_tours_tabs ul li h3{
		font-size: 13px;
		padding-bottom: 5px;
		margin-bottom: 3px;
	}

	.list_tours_tabs p.title{
		margin-right: 5px;
	}

	.list_tours_tabs p.new-price{
		font-size: 14px;
	}

	.list_tours_tabs .subs-numb{
		font-size: 13px;
	}

	.price p.old{
		font-size: 11px;
	}

	.related-tour.owl-carousel .owl-nav button,
	.team-typic.owl-carousel .owl-nav button{
		background: #fff;
	}

	.related-tour.owl-carousel .owl-nav button.owl-next,
	.team-typic.owl-carousel .owl-nav button.own-next{
		right: 0;
	}

	.related-tour.owl-carousel .owl-nav button.owl-prev,
	.team-typic.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}

	.main-menu ul ul::before {
		left: 11%;
	}
	.partner-container img{
		height: 180px;
		object-fit: contain;
	}
	.right-nav .main-menu ul ul::before{
		left: 63.5%;
	}

}

@media only screen and (max-width: 1080px) {

	.header-video .search-container {
		transition: all .3s ease-in-out;
		transform: scale(0);
		-webkit-transform: scale(0, 0);
		transform-origin: bottom left;
		bottom: 25%;
	}

	.intro_title {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	#hero_video h3 {
		font-size: 34px;
	}

	#hero_video p {
		font-size: 28px;
	}

	.mobile-buttons {
		display: block;
	}

	.header-video .search-container.open {
		transform: scale(1);
		-webkit-transform: scale(1, 1);
	}

	.header-video .search-container .top,
	.header-video .search-container .bottom {
		flex-direction: column;
	}

	.header-video .search-container .select-input {
		width: 100%;
	}

	.header-video .search-container .select-input input {
		padding-left: 25px;
	}

	.header-video .search-container .btn_1 {
		width: 100%;
		text-align: center;
	}

	.header-video .search-container .bottom h4 {
		padding: 15px;
		text-align: center;
	}

	.header-video .search-container .bottom .btn_1 {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}


@media only screen and (max-width: 991.98px) {
	.instruc-card{
		background: transparent;
		box-shadow: none;
		margin-bottom: 0;
	}
	.container{
		max-width: 100% !important;
	}
	.tour-tabs__wrap{
		margin: 0 -15px;
	}
	.white_bg .team-content{
		height: 444px;
	}
	.pc-content{
		display: none;
	}
	#sidebar .map,#sidebar .box_style_4{
		display: none;
	}
	.extra-services ul{
		padding-left: 0;
		list-style-position: inside;
	}
	#price_single_main span{
		font-size: 30px;
	}
	.extra-services h2+div{
		margin-left: 0 !important;
	}
	.box_style_1 h3.inner, .box_style_1 h2.inner{
		font-size: 14px;
	}
	.mobile-content{
		display: block;
	}
	.team-content h3{
		font-size: 20px;
	}
	.team-content p.job{
		font-size: 13px;
	}
	.tour-tabs+.tab-content{
		padding-right: 0;
		padding-left: 0;
	}
	.tour-tabs__wrap{
		overflow: auto;
		top: 0;
	}
	.tour-tabs{
		width: max-content;
	}
	.related-title{
		font-size: 20px;
	}
	.white_bg .team-content{
		margin-bottom: 20px;
	}
	.instruc-card .col-lg-4:first-child .instruc-item{
		padding-left: 0;
	}
	.instruc-card .instruc-item.text-center{
		text-align: left !important;
	}
	.review_strip .thumb img.team-img{
		display: none !important;
	}
	.review_strip .thumb img.team-icon{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.instruc-card .instruc-item{
		margin-bottom: 20px;
	}
	.instruc-item .item-header{
		border: 2px solid #008489;
		border-radius: 8px;
		margin-bottom: 10px;
		padding: 15px 30px;
		cursor: pointer;
		position: relative;
	}
	.instruc-item .item-header::after{
		content: "\e899";
		font-family: fontello;
		position: absolute;
		right: 30px;
		font-size: 24px;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		color: #008489;
		transition: all .2s ease-in-out;
	}
	.instruc-item.open .item-header::after{
		transform: translateY(-50%) rotate(0);
	}
	.instruc-item .item-body{
		background: #F9F9F9;
		border-radius: 8px;
		padding: 10px;
		box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
		display: none;
	}
	.instruc-item.open .item-body{
		display: block;
	}	
	.instruc-item .item-header h3{
		margin: 0;
		font-size: 18px;
	}
	.about-home .features-content{
		margin-top: 20px;
	}
	.instruc-card .col-lg-4:last-child .instruc-item ul{
		display: block;
	}
	.instruc-card .col-lg-4:last-child .instruc-item ul li{
		text-align: left;
		width: 100%;
	}
	.step-by-step .col-lg-5:first-child,
	.step-by-step .col-lg-5:nth-child(2),
	.step-by-step .col-lg-5:nth-child(3),
	.step-by-step .col-lg-5:last-child{
		border: none;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
	}
	.step-by-step .col-lg-5:last-child{
		border: none;
	}
	.step-by-step .step-item{
		border: 1px solid #555;
		background: #F9F9F9;
		border-radius: 16px;
		margin-bottom: 15px;
		box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
		padding: 15px;
		text-align: left;
	}
	.step-by-step .step-item h3{
		font-size: 20px;
	}
	.step-by-step .step-item p{
		font-size: 14px;
	}
	#bottom_line.fixed{
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		padding: 5px 0;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
		z-index: 9999;
	}
	.review_strip .review_info{
		width: 100%;
		position: relative;
	}
	.main-menu{
		transform: translateX(200%);
		left: unset;
		right: 0;
	}
	#logo_home a{
		background-position: left;
	}
	.review_strip a{
		flex-wrap: wrap;
		height: auto;
	}

	.review_strip img.testimonial-image{
		width: 100%;
		height: 250px;
	}
	#bottom_line .container{
		max-width: 100%;
	}
	.mobile-contact li a{
		font-size: 10px;
	}
	.mobile-contact li a span{
		line-height: normal;
		font-weight: 600;
	}
	.main-menu .submenu ul li ul {
		opacity: 1;
		visibility: visible;
	}
	.tour_container .list_tour_info .tour_title h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.tour_container .list_tour_info .subs{
		padding-bottom: 10px;
	}

	.tour_container .list_tour_info .tour_info-top ul{
		padding-bottom: 10px;
	}

	.list_tours_tabs ul li .list_tour_info ul{
		font-size: 14px;
	}

	.list_tour_info small{
		font-size: 14px;
	}

	.list_tours_tabs ul li .list_tour_info ul li{
		padding: 0 10px;
	}

	.list_tours_tabs ul li .list_tour_info ul li:last-child{
		padding: 0 10px !important;
	}

	.list_tours_tabs .subs-numb{
		font-size: 14px;
	}

	.list_tours_tabs p.title{
		font-size: 14px;
	}

	.price p.old{
		font-size: 13px;
	}

	.list_tours_tabs p.new-price{
		font-size: 18px;
	}

	#top_links.mobile-display {
		display: block;
		float: unset;
	}

	#top_line{
		margin-bottom: 6px;
	}

	.list_tour_content{
		width: 68%;
	}

	.list_tours_tabs a.thumb{
		width: 30%;
	}

	.list_tours_tabs ul li h3{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.parallax-window {
		background-attachment: unset;
		background-size: cover;
	}

	.mb-display ul#top_links a {
		padding: 0 !important;
		font-size: 14px;
		margin-left: 5px;
		color: #bf1e2e !important;
	}

	.mb-display ul#top_links li {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #bf1e2e !important;
		padding: 10px 15px;
	}

	.mb-display ul#top_links li i {
		font-size: 14px;
	}
	header{
		background-color: #fff;
		background-image: none;
		padding: 0;
	}
	a.login.mb-display{
		background: transparent;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        color: #000;
        padding: 0;
        width: fit-content;
		font-weight: 300;
		font-size: 11px;
		margin: 0 10px;
	}

	a.login.mb-display span{
		line-height: normal;
		font-weight: 600;
	}

	a#close_in {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

	a.login img{
		width: 25px;
	}
	.cmn-toggle-switch{
		font-weight: 600;
	}
	.cmn-toggle-switch span::after, .cmn-toggle-switch span::before{
		background-color: #000;
	}
	.cmn-toggle-switch span{
		background: #000;
	}
	.cmn-toggle-switch span::before{
		top: -7px;
	}
	.cmn-toggle-switch span::after{
		bottom: -7px;
	}
	.strip_all_tour_list .month_list li:first-child {
		font-size: 14px;
	}

	.strip_all_tour_list .month_list li {
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.strip_all_tour_list .month_price {
		padding: 15px 15px 15px 0;
	}

	.strip_all_tour_list .price_list p {
		font-size: 13px;
	}

	.tour_list_desc .rating span {
		font-size: 14px;
		margin-right: 10px;
	}

	.strip_all_tour_list .tour_list_desc h3 {
		font-size: 20px;
	}

	.strip_all_tour_list ul li {
		font-size: 13px;
	}

	.price_list {
		font-size: 29px;
	}

	.strip_all_tour_list .month_list li .top {
		padding: 2px;
	}

	.tour_list_desc .rating span.desti {
		padding: 10px;
	}

	#hero_video h3 {
		font-size: 30px;
	}

	#hero_video p {
		font-size: 25px;
	}

	.search_bar {
		margin-left: unset;
		margin-right: auto;
	}

	.cmn-toggle-switch {
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: static;
		right: 0;
		margin-left: 10px;
		text-indent: unset;
		color: #555;
		line-height: normal;
		font-size: 11px;
	}
	.cmn-toggle-switch img{
		width: 25px;
	}

	.cmn-toggle-switch span {
		top: 50%;
		transform: translateY(-50%);
	}

	.mb-display {
		display: block !important;
	}

	.pc-display {
		display: none !important;
	}

	.main-menu {
		position: fixed;
	}

	.main-menu .open_close+ul {
		width: 100%;
	}

	.right-nav .main-menu {
		display: block;
	}

	ul#top_tools a {
		padding: 10px 15px;
		margin: 10px 15px;
		color: #fff !important;
	}

	.main-menu .submenu-style-1 ul li ul li:first-child {
		padding: 0;
	}

	.main-menu .submenu-style-1 ul li ul li:not(:first-child) {
		padding: 0 10px;
	}

	.main-menu .submenu-style-2 ul li img {
		display: none;
	}

	.main-menu .submenu-style-2 ul li {
		margin-bottom: 0;
	}

	.main-menu .submenu-style-2 ul {
		padding: 0;
	}

	.main-menu .submenu-style-2 ul li ul {
		width: 100%;
	}

	.main-menu ul li.submenu-style-2:hover>ul {
		padding: 0;
	}

	.main-menu .submenu-style-1 ul li ul li a {
		margin: 0;
	}

	.main-menu .submenu-style-1 ul li ul li:not(:first-child) {
		list-style-type: none;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}

	.main-menu ul li.submenu.submenu-style-1 ul ul {
		padding-top: 20px;
	}

	#rev_slider_54_2_forcefullwidth {
		display: block !important;
	}

	#rev_slider_54_1_forcefullwidth {
		display: none !important;
	}

	.box-tes {

		margin-top: 15px;
		height: auto;

	}

	.main-menu .menu-icon-right.mxh.mobile-display{
		display: block;
	}

	a.show-submenu.sub-icon {
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
	}

	.pl-15-pc {

		padding-left: 15px !important;

		padding-right: 15px !important;

	}

	.pr-15-pc {

		padding-left: 15px !important;

		padding-right: 15px !important;

	}

	.dl-block-mb {

		display: block;

	}

	.dl-none-mb,
	.hr-ft {

		display: none;

	}

	.team-wrapper .team-content.team-detail h5{
		font-size: 28px;
	}

	.promo_full_wp>div {

		padding: 5%;

	}

	.about-home .features-bg {

		min-height: 400px;

	}

	.banner_2 .wrapper h3 {

		font-size: 22px;

	}

	.btn_1,
	a.btn_1 {

		padding: 7px 9px;

		font-size: 12px;

	}

	.box-sl-bk li a {
		display: none;
	}



	.menu-icon-right.custom {

		bottom: 0;

		top: unset;

		width: 100%;

		right: 0;

		left: 0;
		background: #fff;
		padding: 0 10px;

	}

	ul.fixed-nav-menu-right{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}


	footer.footer {

		padding-bottom: 74px;

	}

	#toTop {

		bottom: 86px;

		margin: 0 9px 0 0;

	}

	.w-50-p {

		width: 100%;
	}



	button.slick-up.slick-arrow {

		top: -10px;

		font-size: 9px;

		height: 16px
	}

	.post-detail{
		overflow-wrap: break-word;
	}

	

	button.slick-down.slick-arrow {

		bottom: -22px;

		font-size: 9px;

		height: 16px
	}

	#search_bar_container {

		bottom: 65px;



	}

	.search-custom #twotabsearchtextbox {

		padding: 3px 0 0 5px;

	}

	ul.f_l.info-top {

		display: none;

	}

	div#rev_slider_64_1 {

		display: none !important;

	}

	header.sticky {

		background-color: #fffffff0;
		position: unset;

	}

	.grid-items {
		display: block;
	}

	.team-typic .owl-item .team-content{
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.45);
	}

}

@media only screen and (max-width: 767.98px) {
	.feature{
		padding: 15px;
		text-align: center;
	}
	.feature .img-step{
		display: block;
		position: static;
		margin: 0 auto;
	}
	.owl-theme .owl-dots .owl-dot span{
		width: 8px !important;
		height: 8px !important;
		margin: 0 3px;
	}
	.related-tour .tour-thumb{
		height: unset;
	}
	.btn_email_subcribe {
		bottom: 18px;
	}
	.news_custom .item{
		min-height: 310px;
	}
	.news_custom a.box_news{
		margin-bottom: 0;
	}
	.instruc-item .item-header{
		padding: 10px;
	}
	.box-dash table td{
		font-size: 14px;
	}
	.instruc-item .item-header::after{
		right: 10px;
	}
	.form-control,#s_form h6, #s_form label,#s_form .form-control,.add-extra,
	#s_form .table, #s_form .table .hightlight-txt,.btn_full, a.btn_full{
		font-size: 14px;
	}

	.list_tours_tabs ul li h3{
		font-size: 18px;
	}
	.parallax-content-1 div p{
		font-size: 14px;
	}

	.tour_container .list_tour_info{
		padding: 15px;
	}
	

	/* a.login span{
		display: none;
	} */

	.tour_container .list_tour_info .tour_title h3{
		font-size: 18px;
	}
	.img_list{
		height: 250px;
	}
	a.login {
		padding: 4px 8px;
		font-weight: 400;
	}

	#search_bar_container {
		width: 160px;
	}

	.strip_all_tour_list .price_list p {
		line-height: 12px;
	}

	.strip_all_tour_list .month_list li {
		padding-right: 15px;
	}

	.strip_all_tour_list .month_list li:first-child {
		font-size: 13px;
		line-height: 12px;
		text-align: left;
	}

	.strip_all_tour_list .price_list {
		width: 50%;
	}

	.strip_all_tour_list .month_list {
		justify-content: unset;
		width: 50%;
	}

	.strip_all_tour_list .tour_list_desc h3 {
		font-size: 18px;
	}

	.tour_list_desc p {
		font-size: 13px;
	}

	/* .search_bar {
		width: 80%;
	} */

	.intro_title {
		width: 100%;
		top: 25%;
	}

	.tour_list_desc {
		padding: 10px 10px 0 10px;
	}

	.strip_all_tour_list .month_price {
		padding: 10px;
		flex-direction: row;
		align-items: start;
	}

	.price_list {
		padding: 0;
	}

	.tour_list_desc p {
		/* border-bottom: 1px solid #eee; */
		padding-bottom: 10px;
	}

	.img_list {
		min-height: 202px;
	}

	.img_list img {
		top: 0;
	}

	.strip_all_tour_list .month_list li .top {
		height: 17px;
		line-height: 15px;
	}

	#hero_video h3 {
		font-size: 26px;
	}

	#hero_video p {
		font-size: 20px;
	}

	#hero_video .intro_title p {
		font-size: 20px;
	}

	.nav-searchfield-outer {
		height: 25px;
	}

	/* .btn_email_subcribe {
        bottom: 18px;
    } */

	.search-custom #twotabsearchtextbox {

		padding: 0 0 0 5px;

	}

	.nav-submit-button {
		right: 0;
		height: 25px;
		width: 25px;
		background-size: 15px;
	}

	.scroll-down {

		/* bottom: 140px; */

		right: 0px;

	}

	#top_line {

		display: block;

		margin-bottom: 5px;

	}

	ul#top_links a {

		font-size: 9px;

	}

	.header-video .search-container .btn_1 {
		text-align: center;
		padding: 10px 15px;
	}

	.review_strip h4 {
		top: 8px;
		left: 108px;
		max-height: 38px;
		overflow: hidden;
		font-size: 16px;
	}

	.review_strip .rating {
		top: 63px;
		left: 50%;
	}

	p.txt-testimonial {
		padding-top: 54px;
	}

	.menu-icon-right.mxh li i {
		font-size: 25px;
	}

	.list_tour_content{
		width: 100%;
		padding: 10px;
	}

	.list_tours_tabs ul li{
		display: block;
	}

	.list_tours_tabs a.thumb{
		width: 100%;
		display: block;
		height: 200px;
		margin-bottom: 10px;
	}

	.related-tour .strip_all_tour_list .month_price{
		justify-content: center;
	}

	.related-tour .tour_list_desc{
		padding: 10px;
	}

	.parallax-content-1{
		height: 350px;
	}

}

@media only screen and (max-width: 576px) {
	.header-video .search-container {
		left: 0;
		right: 0;
	}
	
	.tour_container .list_tour_info .tour_info-bottom ul li{
		font-size: 16px;
		margin-right: 5px;
		padding: 5px 10px;
	}
	.step-by-step .step-item .icon{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.search_bar {
		width: 100%;
	}
	.step-by-step .step-item{
		padding: 10px;
	}
	#single_tour_desc h4 {
		font-size: 15px;
		line-height: 14px !important;
	}

	.list_tours_tabs .list_tour_info{
		display: block;
	}

	.list_tours_tabs p.title{
		margin-right: 10px;
	}

	/* .list_tours_tabs a.thumb{
		width: 35%;
	} */

	.list_tours_tabs .subs{
		justify-content: unset;
	}

	.intro_title {
		top: 15%;
	}

	#search_bar_container {
		width: 140px;
		margin-right: 5px;
	}

	a.login {
		margin-left: 0;
		padding: 4px;
	}

	#top_line .col-12 {
		padding: 0 5px;
	}

	.box-dash table {
		white-space: nowrap;
	}

	.testimonial-detail-img.owl-carousel .owl-item img{
		height: 200px;
	}

}

@media only screen and (max-width: 480px) {
	.select-input {
		font-size: 13px;
	}
	
	.img_container{
		height: 190px;
	}

	.intro_title {
		display: unset;
	}

	.tour_container{
		display: block;
	}

	.tour_container .img_container{
		width: 100%;
	}

	.tour_container .list_tour_info{
		width: 100%;
	}

	.list_tours_tabs ul li h3{
		margin-bottom: 5px;
    	padding-bottom: 2px;
	}

	.strip_all_tour_list .month_price {
		flex-wrap: wrap;
	}

	.strip_all_tour_list .month_list li {
		padding-right: 20px;
	}

	.strip_all_tour_list .price_list {
		width: 100%;
		text-align: center;
	}

	.strip_all_tour_list .month_list {
		width: 100%;
	}

	.list_tours_tabs .tour_info-top, .list_tours_tabs .tour_info-bottom,
	.tour_container .list_tour_info .tour_info-top,.tour_container .list_tour_info .tour_info-bottom{
		display: block;
	}

	.list_tours_tabs ul li .list_tour_info ul,.list_tour_info small,.list_tours_tabs .subs{
		margin-bottom: 5px;
	}

	.list_tours_tabs .subs-numb,.list_tours_tabs p.title,.list_tour_info small,.list_tours_tabs ul li .list_tour_info ul{
		font-size: 16px;
	}

	.mobile-contact li a{
		margin: 0 5px;
	}

	.cmn-toggle-switch{
		margin-left: 5px;
	}

	a.login.mb-display{
		margin: 0 5px;
	}

	.mobile-contact img{
		width: 20px;
	}

	.cmn-toggle-switch img{
		width: 20px;
	}

	a.login img{
		width: 20px;
	}

}

@media only screen and (max-width: 400px){

	.mobile-contact li a{
		font-size: 9px;
	}

	a.login.mb-display{
		font-size: 9px;
	}

	.cmn-toggle-switch{
		font-size: 9px;
	}
}

@media only screen and (max-width: 380px) {
	#twotabsearchtextbox {
		font-size: 12px;
	}


	.list_tours_tabs .tour_info-top{
		padding-bottom: 0;
	}

	#hero_video h3 {
		font-size: 23px;
	}


	ul#top_links li {
		padding: 0;
		margin: 0;
	}
}

/* end responsive */