html {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth
}

.modal-fullscreen {
	padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.popularCard1 div:nth-child(odd) .card{
	background-color: #FFF8EC;
}
.popularCard1 div:nth-child(even) .card{
	background-color: #EDF8F6;
}

.mb-30px{
	margin-bottom: 30px;
}

.tFixedButton {
	position: fixed;
	bottom: 5%;
	right: 0;
	background-color: #1e6eff;
	z-index: 1000;
	padding: 4px 8px;
	color: #fff;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	font-size: .9em
}

.tFixedButtonCircle {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #25d366;
	color: #fff !important;
	z-index: 1000;
	padding: 8px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	font-size: 1.3em;
	line-height: 28px;
	text-align: center;
}

.roar-comment{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.roar-comment .shadow{
	background-color: rgba(0,0,0, .2);
}

.roar-comment p{
	font-size: 16px;
	line-height: 1.6;
}

.roar-comment .container{
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.roar-comment .btn{
	border-radius: 200px;
}

.popular-programs-owl-carousel .icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

.popular-programs-owl-carousel .icon img{
	max-width: 26px !important;
	max-height: 26px !important;
	text-align: center;
}

.popular-programs-owl-carousel .card-img-overlay, 
.popular-types-owl-carousel .card-img-overlay{
	background-color: rgba(0,0,0,.3);
}

.popular-programs-owl-carousel .btn,
.popular-types-owl-carousel .btn{
	border-radius: 500px !important;
	padding: .30rem 1.4rem;
}

.popular-types-owl-carousel .card{
	border-radius: .25rem;
	overflow: hidden;
}

.popular-types-owl-carousel p{
	line-height: 1.3;
	font-size: 1.2rem;
}

.tFixedButton:hover {
	color: #fff!important
}

body {
	margin-top: 120px!important
}

ul.pagination,
ul.pagination li {
	list-style-type: none!important
}

.px-30px {
	padding-left: 30px;
	padding-right: 30px
}

.px-15px {
	padding-left: 15px;
	padding-right: 15px
}

.mt-40px {
	margin-top: 40px
}

.card-radius {
	border-radius: 10px
}

.card-img-radius-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.text-orange {
	color: #ff6700
}

.bg-orange {
	background-color: #ff6700;
}

.btn-orange {
	background-color: #ff6700;
	color: #fff;
}

.btn-orange:hover {
	background-color: #e96105;
	color: #fff;
}

.btn-rounded{
	border-radius: 25px;
}

.btn-rounded-bottom{
	border-radius: 0 0 25px 25px;
}

.temp_title {
	font-weight: 600
}

div.dashed {
	width: 100%;
	height: 0;
	line-height: 0;
	border-bottom: 1px dashed #000;
	overflow: hidden
}

.img-square {
	position: relative;
	width: 100%;
	padding-top: 100%
}

.img-rectangle {
	position: relative;
	width: 100%;
	padding-top: 130%
}

.img-rectangleX {
	position: relative;
	width: 100%;
	padding-top: 70%
}

.img-rectangleX i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-square img,
.img-rectangle img,
.img-rectangleX img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.img-square-40px {
	position: relative;
	width: 40px!important;
	padding-top: 40px
}

.img-square-40px img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.img-square i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	text-shadow: 0 0 1px #000
}

.img-container {
	width: 100%;
	padding-top: 100%;
	position: relative
}

.img-container img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: fill;
	-o-object-position: center;
	object-position: center
}

.line-clamp {
	background: #FFF;
	display: block;
	display: -webkit-box;
	max-height: 5.07rem;
	font-size: 1.3rem;
	line-height: 1.3;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0
}

.comment-line-clamp {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.tab-buttons-padding-sm a {
	padding: 15px 10px 10px!important
}

.blog-banner {
	min-height: 240px;
	background-image: url(../image/new_images/blogBanner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.blog .card {
	margin-bottom: 30px;
	overflow: hidden
}

.blog .card .img-square {
	z-index: -2
}

.blog .card .card-img-overlay {
	padding: 1rem
}

.blog .card .card-img-overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.361);
	z-index: -1;
	transition: background-color .4s linear
}

.blog .card:hover .card-img-overlay::before {
	background-color: rgba(0, 0, 0, 0.102)
}

.blog-detail-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 45vh
}

.blog-detail-content {
	margin-top: -10vh
}

.content-slider .item img {
	border-radius: 10px
}

.content-slider .item {
	border-radius: 10px;
	position: relative
}

.content-slider .item .carousel-content {
	position: absolute;
	width: 100%;
	top: 100%;
	transform: translateY(-100%);
	padding: 20px
}

.content-slider .item .carousel-content h4 {
	font-size: 14px;
	line-height: 17px
}

.gallery-banner {
	min-height: 240px;
	background-image: url(../image/new_images/galleryBanner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.galleryContent .owl-carousel .item {
	overflow: hide
}

.galleryContent .owl-carousel a {
	position: relative;
	background-color: transparent;
	border-color: #d45d0f;
	color: #fd771e;
	border-radius: 0;
	font-size: 20px
}

.galleryContent .owl-carousel a strong {
	font-size: 18px
}

.galleryContent .owl-carousel a span:nth-child(2) {
	position: relative;
	display: block;
	margin: 4px auto 0;
	width: 14px;
	height: 14px;
	border: 2px solid #d45d0f;
	border-radius: 50%;
	background-color: #fff
}

.galleryContent .owl-carousel a span:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background-color: #d45d0f
}

.galleryContent .owl-carousel .item.active a span:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background-color: #d45d0f
}

.galleryContent .owl-carousel a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100%);
	background-color: #f1f1f1;
	z-index: -2
}

.galleryContent .owl-carousel .item.active a::before {
	background-color: #d45d0f
}

#listar-navigation a:hover {
	color: #ff6700!important
}

#listar-navigation a.join-btn {
	padding-right: 12px;
	padding-left: 12px;
	border-radius: 6px;
	background-color: #fd771e;
	color: #fff!important
}

#listar-navigation a.join-btn:hover {
	background-color: #ff6700
}

.main-camps img {
	border-radius: 10px!important
}

.main-camps h1,
.main-camps h3 {
	font-weight: 300;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 58%);
}

.listar-nav .sub-menu {
	font-size: 12px
}

.galleryContent img {
	border-radius: 3px
}

.galleryContent .card-columns {
	column-count: 4
}

.pl-20px {
	padding-left: 20px
}

.accordionContainerStyledList ul,
.accordionContainerStyledList ul li {
	list-style: none;
	font-size: 16px
}

#listar-header .navbar-toggler {
	margin-right: -15px!important
}

.listar-postfirstlisting,
.listar-followus,
.listar-newsletter {
	object-fit: cover;
	object-position: center
}

.card-slider-list .listar-categorypost .listar-featuredimg .listar-contentbox .listar-postcontent {
	padding: 0
}

.dump-90px {
	height: 120px
}

#listar-header {
	height: 120px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 14px -18px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 20px 14px -18px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 14px -18px rgba(0, 0, 0, 0.2)
}

.header-menu {
	height: 90px
}

.bg-grey {
	background-color: #F2F2F2
}

.main-top-slider .listar-sliderdots {
	padding-top: 15px;
	height: auto
}

.YouTubePopUp-Close::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00d';
	font-size: 20px;
	color: #fff
}

#listar-header .listar-logo img {
	max-height: 50px
}

#listar-header li {
	color: #000!important;
	font-weight: 600
}

.header-top {
	height: 30px;
	background-color: #f2f2f2
}

.header-top a {
	color: #343a40
}

.social-networks a {
	font-size: 14px;
	margin-left: 4px
}

.social-networks .facebook:hover {
	color: #0077e2
}

.social-networks .twitter:hover {
	color: #00aced
}

.social-networks .instagram:hover {
	color: #e4405f
}

.social-networks .youtube:hover {
	color: #cd201f
}

.social-networks .linkedin:hover {
	color: #0077B5
}

.slider-text {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	width: 30%;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	line-height: 60px
}

.slider-text .btn {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .7);
	color: #000;
	font-size: 14px;
	transition: all .4s
}

.slider-text .btn:hover {
	background-color: #fff
}

.banner {
	min-height: 565px;
	background-image: url(../image/new_images/banner/bg.jpg);
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center;
	color: #fff;
	background-size: cover
}

.banner .btn,
.banner .btn:hover {
	color: #4d397d;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 20px
}

.banner .btn:hover {
	opacity: .7
}

.banner .btn-1 {
	background-color: #fff
}

.banner .btn-2 {
	background-color: #fbe000
}

.banner .bItems {
	margin-top: 40px
}

.banner .bItems .col-md-4 {
	margin-bottom: 10px
}

.banner .bItems h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px!important
}

.banner .bItems p {
	font-size: 16px;
	font-weight: 300!important;
	line-height: 1.3;
	color: #fff
}

.newcomment img {
	min-height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.features .owl-nav {
	width: 100%
}

.features .owl-nav div.owl-prev,
.features .owl-nav div.owl-next {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 19px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.452);
	z-index: 5;
	transition: font-size .2s linear
}

.features .owl-nav div.owl-next {
	left: 100%;
	transform: translate(calc(-100% - 5px), -50%)
}

.features .feature-bg {
	display: block;
	background-color: #f2f2f2
}

.features .item {
	padding-left: 2px;
	padding-right: 2px
}

.features h4 {
	font-size: 15px;
	line-height: 1
}

.features p {
	font-size: 13px;
	font-weight: 100!important
}

.features .rate small {
	line-height: 10px
}

.features .rate .w-100 {
	font-size: 8px;
	line-height: 4px!important
}

.story-section {
	font-family: 'Poppins', sans-serif
}

.story-section h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	line-height: 2;
	margin-bottom: 30px;
	color: #5c5c5c
}

.story-section p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 2
}

.story-section b,
.story-section strong {
	color: #ff6700;
	font-weight: 500
}

.story-section u {
	border-bottom: 1px dotted #000;
	text-decoration: none
}

.story-section-images .card-columns {
	column-count: 4;
	column-gap: 2px;
	line-height: 1
}

.story-section-images .card-columns .card {
	margin: 0!important
}

.index-icons-carousel .listar-sliderdots {
	padding-top: 15px;
	height: auto
}

.index-icons-carousel .card h4 {
	font-size: 14px;
	font-weight: 600
}

.index-icons-carousel .card p {
	font-size: 13px;
	font-weight: 300
}

.index-icons-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%
}

.index-icons-carousel .owl-nav div {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 42px;
	color: #73637e
}

.index-icons-carousel .owl-nav div.owl-next {
	left: 100%;
	transform: translateX(-100%)
}

.listar-visitorcomments .listar-sliderdots {
	padding-top: 14px;
	height: auto
}

.btn-outline-orange {
	border: 1px solid #fd771e
}

.btn-outline-orange:hover {
	color: #fff;
	background-color: #fd771e
}

#StepsAccordion li.nav-item {
	list-style-type: none
}

#StepsAccordion a[data-toggle="collapse"] {
	font-weight: 700;
	color: #5c5c5c
}

#StepsAccordion a[aria-expanded="true"] {
	color: #000
}

#StepsAccordion .tourdetail-title {
	font-size: 1.8rem
}

#section-footer a {
	color: #000
}

#section-footer a:hover {
	text-decoration: underline
}

#section-footer h5 {
	font-size: 14px;
	font-weight: 600;
	color: #000
}

#section-footer ul a {
	font-size: 14px;
	font-weight: 200
}

#section-footer h5[data-toggle="collapse"] {
	cursor: pointer
}

#section-footer .collapse:not(.show),
#section-footer .collapse.show {
	display: block
}

#section-footer .mobile-hr {
	display: none
}

#section-footer .form-group input {
	border-bottom: 1px solid #D5D3DA!important;
	transition: border-bottom .4s linear
}

#section-footer .form-group input:active,
#section-footer .form-group input:focus {
	box-shadow: none;
	border-bottom: 2px solid #ff6700!important
}

#section-footer .form-group {
	position: relative
}

#section-footer .form-group:not(.form-check) label {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 16px;
	transition: all .2s linear
}

#section-footer .form-group:not(.form-check) .info {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 12px;
	border: 2px solid #302A3D;
	color: #302A3D;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer
}

#section-footer .form-group:not(.form-check) .info i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#section-footer .form-group:not(.form-check) .info span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-106%, -50%);
	width: 220px;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	line-height: 1.2;
	font-size: 11px;
	display: none
}

#section-footer .form-group:not(.form-check) .info:hover span {
	display: block
}

#section-footer .form-group:not(.form-check) .info span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border-color: transparent #fff;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	height: 0;
	width: 0
}

#section-footer .form-group:not(.form-check) input:focus+label,
#section-footer .form-group:not(.form-check) input:active+label,
#section-footer .form-group:not(.form-check) input:valid+label {
	top: 0;
	font-size: 12px
}

#section-footer form input.btn {
	background-color: #ff6700;
	font-size: 14px;
	color: #fff;
	margin: 5px 0;
	border-radius: 2px
}

#section-footer .form-group.form-check {
	font-size: 16px;
	color: #767E92
}

#section-footer .form-group.form-check a {
	color: #FB0051;
	text-decoration: underline
}

#section-footer .social-icons a div {
	position: relative;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #3c3849
}

#section-footer .social-icons a div i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#section-footer .copyright {
	line-height: 1.5;
	color: #000
}

.tourlist-header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 80vh;
	color: #fff;
	font-family: 'Poppins', sans-serif
}

.tourlist-header h1 {
	text-shadow: 1px 2px 0 #ff6700;
	font-size: 80px!important;
	line-height: 1;
	font-weight: 600
}

.tourlist-header .curve {
	font-family: 'Caveat', cursive;
	font-size: 170px!important
}

.tourlist-header p {
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1)
}

.tourlist-description h1 {
	font-size: 50px;
	color: #ff6700;
	font-weight: 600
}

.tourlist-description .card {
	font-family: sans-serif;
	color: #000
}

.tourlist-description .card .card-title {
	font-size: 20px;
	font-weight: 600
}

.tourlist-description .card .card-text {
	font-size: 15px;
	font-weight: 300
}

.tourlist-cards .img-rectangle.soon::before {
	content: '';
	position: absolute;
	top: 14px;
	left: -5px;
	z-index: 2;
	padding: 4px;
	background-color: #ff6700;
	color: transparent;
	z-index: -1;
	transform: skewY(-45deg);
	width: 10px;
	height: 10px;
	transform-origin: top left
}

.tourlist-cards .img-rectangle.soon::after {
	content: 'YAKINDA';
	position: absolute;
	top: 14px;
	left: -5px;
	z-index: 2;
	padding: 4px;
	background-color: #ff6700;
	color: #fff;
	font-weight: 100
}

.tourlist-cards .tourlist-title h1 {
	font-size: 28px;
	background-color: #fff;
	display: inline;
	padding: 0 16px
}

.tourlist-cards .tourlist-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(15px, -50%);
	width: calc(100% - 30px);
	height: 2px;
	background-color: #f2f2f2;
	z-index: -1
}

.tourlist-cards .img-rectangle h3 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	font-family: 'Caveat', cursive;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.tourlist-cards .img-rectangle.has-tag::before {
	content: '';
	position: absolute;
	top: 14px;
	left: -5px;
	z-index: 2;
	padding: 4px;
	background-color: #fff;
	color: transparent;
	z-index: -1;
	transform: skewY(-45deg);
	width: 10px;
	height: 10px;
	transform-origin: top left
}

.tourlist-cards .img-rectangle.has-tag::after {
	content: attr(data-text);
	position: absolute;
	top: 14px;
	left: -5px;
	z-index: 2;
	padding: 4px;
	background-color: #ff6700;
	color: #fff;
	font-weight: 100
}

.tourlist-cards .title {
	font-size: 12px;
	font-weight: 300;
	background-color: #f4f4f4;
	color: #000;
	display: inline;
	padding: 0 7px
}

.tourlist-cards .start,
.tourlist-cards .end {
	font-size: 14px;
	color: grey;
	font-weight: 200
}

.tourlist-cards .price {
	color: #ff6700;
	font-size: 20px;
	font-weight: 300
}

.tourlist-cards .btn {
	border: 2px solid #ff6700;
	border-radius: 10em;
	background-color: transparent;
	color: #000;
	transition: background-color .2s linear;
	font-weight: 500
}

.tourlist-cards .btn:hover {
	background-color: #ff6700;
	color: #fff
}

.showFixedTourDetail {
	top: 0!important
}

.tourdetail-title {
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px
}

.tourdetail-banner-title {
	font-size: 21px
}

.tourdetail-height {
	height: 80vh
}

.tourdetail-height .tourdetail-height-container{
	height: 89% !important;
}

.tourdetail-header {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff
}

.tourdetail-header-stroke::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../image/sections/detail/stroke.svg)
}

.tourdetail-header ul,
.tourdetail-header ul li {
	list-style-type: none
}

.tourdetail-header ul li.nav-item {
	padding: 16px 32px
}

.tourdetail-header ul li.nav-button {
	background-color: #ff6700
}

.tourdetail-description .story-section-images .corners {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tourdetail-description .story-section-images .corners .left,
.tourdetail-description .story-section-images .corners .right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat
}

.tourdetail-description .story-section-images .corners .left {
	transform: translate(-30px, -40px);
	background-image: url(../image/sections/detail/lefttop.svg);
	background-position: left top
}

.tourdetail-description .story-section-images .corners .right {
	transform: translate(30px, 30px);
	background-image: url(../image/sections/detail/rightbottom.svg);
	background-position: right bottom
}

.tourdetail-hotel-carousel .media p{
	line-height: 1.4;
	font-size: 13px;
}

.tourdetail-hotel-carousel .day{
	border: 2px solid #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	margin-right: 4px;
}

.tourdetail-hotel-carousel .position-relative i.position-absolute{
	bottom: 4px;
	left: 4px;
	color: #fff;
}

.tourdetail-carousel .item .content {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-100%)
}

.tourdetail-carousel .listar-sliderdots {
	padding-top: 10px!important
}

.tourdetail-carousel .item .content h4 {
	font-family: 'Caveat', cursive
}

.tourdetail-carousel .tourdetail-carousel-content {
	position: absolute;
	top: 100%;
	min-width: 50%;
	left: 50%;
	transform: translate(-50%, -110%);
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.507);
	background-color: #ff66008f
}

.tourdetail-carousel .tourdetail-carousel-content::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #ff6700
}

.tourdetail-comment p {
	font-size: 14px
}

.tourdetail-comment .card-columns {
	column-count: 2
}

.tourdetail-days {
	background-color: #faf8f5
}

.tourdetail-days .menu-container {
	min-height: 120px
}

.tourdetail-days .menu-container .w-100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll
}

.tourdetail-days-menu a {
	position: relative;
	color: #000;
	font-weight: 200;
	margin-right: 0;
	margin-left: 40px
}

.tourdetail-days-menu::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(-50%, -50%);
	width: 0;
	height: 100%;
	border-left: 1px dashed #ff6700
}

.tourdetail-days-menu a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	border: 6px solid #faf8f5;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #ff6700;
	box-sizing: unset
}

.tourdetail-days-menu a[aria-expanded="true"]::after {
	background-color: #ff6700;
	border: none;
	box-sizing: border-box
}

.tourdetail-days-menu a[aria-expanded="true"]::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #faf8f5;
	border: 1px solid #ff6700
}

.tourdetail-days-menu a h4 {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px
}

.tourdetail-days-menu a p {
	font-size: 10px;
	line-height: 1.4!important
}

.tourdetail-days .card p {
	font-size: 13px
}

.tourdetail-questions a[aria-expanded="true"],
.tourdetail-questions a[data-toggle="collapse"]:hover {
	background-color: #faf8f5
}

.tourdetail-questions a[data-toggle="collapse"] i.fas {
	transition: all .2s linear
}

.tourdetail-questions a[aria-expanded="true"] i.fas {
	transform: rotate(45deg)
}

.tourdetail-questions .collapse img {
	max-width: 100%
}

.tourdetail-questions-footer a {
	color: #000;
	text-decoration: none
}

.tourdetail-join .btn {
	border-color: #ff6700;
	background-color: #ff6700!important;
	color: #fff
}

.tourdetail-join .btn:hover,
.tourdetail-join .btn:active,
.tourdetail-join .btn:focus {
	border-color: #ff6700!important;
	background-color: #e0600b!important
}

.tour-detail-information .strokes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../image/sections/detail/stroke.svg)
}

.tour-detail-information .strokes::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../image/sections/detail/stroke.svg)
}

.tour-detail-information .i-square {
	position: relative;
	width: 40px;
	padding-top: 40px
}

.tour-detail-information .i-square i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em
}

.tour-detail-information {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.tour-detail-information::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 103, 0, .8)
}

.tour-detail-information li.list-group-item {
	line-height: 1;
	margin-bottom: 0
}

.tourdetail-content .nav .nav-link {
	padding: 12px 0 7px;
	margin-right: 16px;
	color: #2e3b42;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}

.tourdetail-content .nav .nav-link.active {
	border-bottom: 5px solid #a55575
}

.tourdetail-content .nav {
	border-bottom: 2px solid #f2f2f2
}

.tourdetail-content .card-columns {
	column-count: 4;
	column-gap: 5px
}

.tourdetail-content .card-columns-title {
	color: #2e3b42;
	font-size: 32px;
	letter-spacing: 2.1px;
	font-family: sans-serif;
	font-weight: 300
}

.tourdetail-content .card-columns .card {
	margin-bottom: 0
}

.tourdetail-content h1.curve-title {
	font-size: 58px;
	line-height: 1.5;
	font-weight: 200;
	font-family: 'Caveat', cursive
}

.collapse-section .expand-all {
	margin-bottom: 25px;
	padding: 15px 0;
	border-bottom: 1px dashed silver;
	border-top: 1px solid silver;
	text-align: right
}

.collapse-section .expand-all a {
	color: #ff6700;
	font-weight: 700;
	font-size: 14px
}

.collapse-section .row a i {
	transition: all .2s linear
}

.collapse-section .row a[aria-expanded="true"] i {
	transform: rotate(-180deg)
}

.collapse-section .row {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
	overflow: hidden
}

.collapse-section .row i.fas {
	color: #ff6700
}

.collapse-section .row .number {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #ff6700;
	border-radius: 50%
}

.collapse-section .row:not(:last-child) .number::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 10000px;
	width: 0;
	border-left: 1px dashed #ff6700;
	z-index: -1
}

.collapse-section .row .number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff!important
}

.collapse-section .row ul {
	list-style-type: none!important;
	margin-left: 0;
	padding-left: 0
}

.collapse-section .row li {
	list-style-type: none!important;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-weight: 300
}

.collapse-section .row li:before {
	content: "+";
	padding-right: 5px
}

.collapse-section .row .text-content {
	font-size: 14px;
	font-weight: 300
}

.collapse-section .row .text-content h3 {
	font-weight: 500;
	font-size: 15px
}

.text-section .title {
	border-bottom: 1px dashed silver;
	font-size: 24px!important;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.text-section li {
	line-height: 1.5;
	font-size: 14px
}

.tourdetail-ticket p {
	margin-bottom: 5px
}

.tourdetail-ticket {
	margin-top: 50px
}

.tourdetail-ticket .circle {
	font-size: 16px
}

.tourdetail-ticket .circle span {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #a55575;
	border-radius: 50%;
	display: block;
	color: #a55575
}

.tourdetail-ticket .circle span:after {
	content: attr(data-day);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.tourdetail-ticket .circle span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.tourdetail-ticket .small-text {
	font-size: 14px
}

.tourdetail-ticket .price {
	color: #e50063;
	font-size: 23px
}

.tourdetail-ticket .btn-block {
	background-color: #ffd334;
	color: #000
}

.tourdetail-ticket .tourcode {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #463d3d;
	font-weight: 500
}

.tourdetail-ticket .overview span.otitle {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #4a4a4a;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px dashed #dfdfdf;
	display: block
}

.tourdetail-ticket .overview p.small {
	font-size: 11px;
	line-height: 1;
	font-weight: 300
}

.tourdetail-ticket .solid {
	border-bottom: 2px solid #a55575
}

.tourdetail-ticket .ititle {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 300;
	border-top: 2px dashed silver;
	display: block
}

.tourdetail-ticket ul {
	list-style-type: none!important;
	margin-left: 0;
	padding-left: 0
}

.tourdetail-ticket li {
	list-style-type: none!important;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	font-weight: 300
}

.tourdetail-ticket li:before {
	content: "+";
	padding-right: 5px
}

.tourdetail-ticket li a,
.tourdetail-ticket a.btn-red {
	color: #a55575;
	font-weight: 500
}

.detail-hotel-carousel .listar-sliderdots {
	padding-top: 15px;
	height: auto
}

.detail-hotel-carousel .owl-stage {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px
}

.detail-hotel-carousel .owl-item .item {
	height: 100%
}

.detail-hotel-carousel .card {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.26);
	margin-bottom: 4px
}

.detail-hotel-carousel .img-rectangleX.has-tag::before {
	content: attr(data-text);
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 15px;
	transform: translateY(-100%);
	background-color: #FB0051;
	color: #fff;
	z-index: 2;
	font-size: 14px;
	font-weight: 200
}

.detail-hotel-carousel .card h4 {
	font-size: 18px;
	font-weight: 700
}

.detail-hotel-carousel .card p {
	font-size: 15px;
	font-weight: 500
}

.detail-hotel-carousel .card li:first-child {
	border-top: none
}

.detail-hotel-carousel .card li {
	font-size: 14px
}

@media only screen and (max-width: 1199px) {
	.banner .title {
		font-size: 22px
	}
	.banner .btn {
		padding: 4px 8px!important;
		font-size: 14px
	}
	.banner .bItems {
		margin-top: 10px
	}
	.banner .bItems .col-md-4 {
		margin-bottom: 10px
	}
	.banner .bItems h5 {
		font-size: 14px
	}
	.banner .bItems p {
		font-size: 12px
	}
	.header-menu .listar-navigation>ul>li {
		padding: 3px 7px
	}
	.header-menu ul.small {
		font-size: 70%
	}
	.features h4 {
		font-size: 12px
	}
	.features p {
		font-size: 10px;
		font-weight: 100
	}
	.features .rate small {
		line-height: 10px
	}
	.features .rate .w-100 {
		font-size: 6px;
		line-height: 4px!important
	}
	.story-section h1 {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 18px
	}
	.story-section p {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 2
	}
	.tourlist-header h1 {
		font-size: 60px!important
	}
	.tourlist-header .curve {
		font-size: 150px!important
	}
	.tourlist-header p {
		font-size: 18px
	}
	.tourlist-description h1 {
		font-size: 44px
	}
	.tourlist-description .card .card-title {
		font-size: 18px
	}
	.tourlist-description .card .card-text {
		font-size: 14px
	}
	.tourlist-cards .tourlist-title h1 {
		font-size: 24px
	}
	.tourlist-cards .img-rectangle h3 {
		font-size: 28px
	}
	.tourlist-cards .img-rectangle::after {
		font-size: 10px
	}
	.tourlist-cards .title {
		font-size: 12px
	}
	.tourlist-cards .start,
	.tourlist-cards .end {
		font-size: 14px
	}
	.tourlist-cards .price {
		font-size: 20px
	}
	.tourlist-cards .btn {
		font-size: 14px
	}
	.tourdetail-content .nav .nav-link {
		font-size: 16px
	}
	.tourdetail-content .card-columns {
		column-count: 4;
		column-gap: 5px
	}
	.tourdetail-content .card-columns-title {
		font-size: 28px
	}
	.tourdetail-content h1.curve-title {
		font-size: 50px
	}
	.collapse-section .expand-all a {
		font-size: 12px
	}
	.collapse-section .row {
		font-size: 16px
	}
	.collapse-section .row li {
		font-size: 14px
	}
	.collapse-section .row .text-content {
		font-size: 14px
	}
	.collapse-section .row .text-content h3 {
		font-size: 15px
	}
	.text-section .title {
		font-size: 24px!important
	}
	.text-section li {
		font-size: 14px
	}
	.tourdetail-ticket .circle {
		font-size: 16px
	}
	.tourdetail-ticket .small-text {
		font-size: 14px
	}
	.tourdetail-ticket .price {
		font-size: 20px
	}
	.tourdetail-ticket .tourcode {
		font-size: 12px
	}
	.tourdetail-ticket .overview span.otitle {
		font-size: 20px
	}
	.tourdetail-ticket .overview p.small {
		font-size: 11px
	}
	.tourdetail-ticket .ititle {
		font-size: 22px
	}
	.tourdetail-ticket li {
		font-size: 12px
	}
	.tourdetail-header ul li.nav-item {
		padding: 8px 16px
	}
}

@media only screen and (max-width: 991px) {
    .tourdetail-mapbox .embed-responsive::before{
        padding-top: 130%;
    }

	.popularCard1 .card{
		padding: 1.5rem !important;
	}
	.card-img-radius-left {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0
	}
	.listar-themeparallax .parallax-01 {
		display: none!important
	}
	.listar-themeparallax {
		background-repeat: no-repeat!important;
		background-position: center!important;
		background-size: cover!important
	}
	body {
		margin-top: 100px!important
	}
	.banner .title {
		font-size: 20px
	}
	.banner .btn {
		padding: 3px 6px!important;
		font-size: 12px
	}
	.banner .bItems {
		margin-top: 4px
	}
	.banner .bItems .col-md-4 {
		margin-bottom: 4px
	}
	.banner .bItems h5 {
		font-size: 13px
	}
	.banner .bItems p {
		font-size: 11px
	}
	.features h4 {
		font-weight: 400
	}
	.features .rate {
		display: none!important
	}
	.story-section h1 {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 14px
	}
	.story-section p {
		font-size: 12px;
		line-height: 2
	}
	#section-footer h5 {
		font-size: 13px
	}
	#section-footer ul a {
		font-size: 12px
	}
	#section-footer .col-lg-8.col-md-7 .row .col-lg-3.col-md-4 {
		padding: 0
	}
	#section-footer .form-group:not(.form-check) label,
	#section-footer .form-group input,
	#section-footer .form-group.form-check {
		font-size: 13px
	}
	#section-footer form input.btn {
		font-size: 12px
	}
	.tourlist-header h1 {
		font-size: 55px!important
	}
	.tourlist-header .curve {
		font-size: 130px!important
	}
	.tourlist-header p {
		font-size: 16px
	}
	.tourlist-description h1 {
		font-size: 36px
	}
	.tourlist-description .card .card-title {
		font-size: 16px
	}
	.tourlist-description .card .card-text {
		font-size: 13px
	}
	.tourdetail-content .nav .nav-link {
		font-size: 16px
	}
	.tourdetail-content .card-columns {
		column-count: 4;
		column-gap: 4px
	}
	.tourdetail-content .card-columns-title {
		font-size: 24px
	}
	.tourdetail-content h1.curve-title {
		font-size: 40px
	}
	.collapse-section .expand-all a {
		font-size: 12px
	}
	.collapse-section .row {
		font-size: 16px
	}
	.collapse-section .row li {
		font-size: 14px
	}
	.collapse-section .row .text-content {
		font-size: 14px
	}
	.collapse-section .row .text-content h3 {
		font-size: 15px
	}
	.text-section .title {
		font-size: 24px!important
	}
	.text-section li {
		font-size: 14px
	}
	.tourdetail-header ul li.nav-item .nav-link {
		font-size: 12px
	}
	.tourdetail-description .story-section-images .corners .left {
		transform: translate(-30px, -45px)
	}
	.tourdetail-description .story-section-images .corners .right {
		transform: translate(30px, 10px)
	}
	.blog .card .card-img-overlay p {
		font-size: 16px
	}
}

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

	.tourdetail-hotel-carousel .media.align-items-stretch{
		display: block;
	}

	.tourdetail-hotel-carousel .media.align-items-stretch>.w-50{
		width: 100% !important;
		margin-bottom: .8rem;
	}

	.popularCard1 .col-12:not(:last-child){
		margin-bottom: 15px;
	}

	.gallery .image{
		margin-top: 5px !important;
		margin-bottom: 5px !important;
		padding-left: 5px;
		padding-right: 5px;
	}

	.tourdetail-title {
		font-size: 1.68rem;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px
	}

	.tourdetail-comment .card-columns {
		column-count: 1
	}
	.tourdetail-days .menu-container,
	.tourdetail-days .content-container {
		margin-top: 30px!important
	}
	.tourdetail-days .tourdetail-days-menu a {
		padding-top: 14px!important;
		padding-bottom: 14px!important;
		margin-left: 20px
	}
	.tourdetail-days .tourdetail-days-menu a h4 {
		font-size: 14px!important
	}
	.tourdetail-days .tourdetail-days-menu::before {
		left: 20px
	}
	.tourdetail-description {
		padding: 20px 0!important
	}
	.tourdetail-description .row {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.story-section-space {
		padding: 0!important
	}
	.banner {
		text-align: center
	}
	.banner .media img {
		display: none
	}
	.banner .media {
		background-color: #1c63bb4a;
		padding: 16px 8px
	}
	.banner .bLinks a {
		flex: 0 0 calc(50% - 2px);
		max-width: calc(50% - 2px)
	}
	.banner .btn,
	.banner .btn:hover {
		width: 50%!important;
		border-radius: 0
	}
	.banner .bItems .col-6 {
		margin-top: 2px!important;
		margin-bottom: 2px!important
	}
	.banner .bItems .col-6:nth-child(odd) {
		padding-right: 2px
	}
	.banner .bItems .col-6:nth-child(even) {
		padding-left: 2px
	}
	.slider-text {
		width: 70%;
		font-size: 40px
	}
	.features {
		margin-top: 30px
	}
	.story-section h1 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 18px
	}
	.story-section p {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 2
	}
	.index-icons-carousel .card .w-25 {
		width: 10%!important
	}
	.index-icons-carousel .card h4 {
		font-size: 15px
	}
	.index-icons-carousel .card p {
		font-size: 14px
	}
	#section-footer h5 {
		font-size: 13px
	}
	#section-footer ul a {
		font-size: 12px
	}
	#section-footer .col-lg-8.col-md-7 .row .col-lg-3.col-md-4 {
		padding: 0
	}
	#section-footer .form-group:not(.form-check) label,
	#section-footer .form-group input,
	#section-footer .form-group.form-check {
		font-size: 13px
	}
	#section-footer form input.btn {
		font-size: 12px
	}
	.tourlist-header h1 {
		font-size: 46px!important
	}
	.tourlist-header .curve {
		font-size: 100px!important
	}
	.tourlist-header p {
		font-size: 16px
	}
	.tourlist-cards .btn {
		margin-bottom: 20px
	}
	.tourdetail-header ul {
		display: block!important
	}
	.tourdetail-header ul li.nav-item {
		padding: 8px 32px
	}
	.tourdetail-header ul li.nav-item .small {
		font-size: 87%!important
	}
	.tourdetail-header ul li.nav-item:nth-child(1), .tourdetail-header ul li.nav-item:nth-child(2) {
		display: block!important;
		text-align: center
	}

	.tourdetail-header ul li.nav-item:nth-child(3) {
		border: 0!important;
		flex-direction: row !important;
	}
	.tourdetail-header ul li.nav-item:nth-child(3) a, .tourdetail-header ul li.nav-item:nth-child(3) div{
		width: 50% !important;
		text-align: center !important;
	}
	.tourdetail-banner-title {
		font-size: 21px!important
	}
	.tourdetail-header-stroke::before {
		transform: translateY(-70%)
	}
	.tourdetail-carousel .tourdetail-carousel-content {
		display: none
	}
	.tourdetail-carousel .tourdetail-carousel-content2 {
		display: block!important
	}
	.blog .card .card-img-overlay p {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	#StepsAccordion a[data-toggle="collapse"] {
		font-size: 12px
	}
	.banner .title {
		font-size: 16px
	}
	.banner .btn {
		padding: 4px!important;
		font-size: 12px
	}
	.banner .bItems {
		margin-top: 8px
	}
	.banner .bItems img {
		width: 30px;
		margin-right: 4px!important
	}
	.banner .bItems .col-md-4 {
		margin-bottom: 2px!important
	}
	.banner .bItems h5 {
		font-size: 12px;
		margin: 0!important
	}
	.banner .bItems p {
		font-size: 10px
	}
	.listar-themepost {
		margin: 7px 0
	}
	.story-section-space {
		padding: 0 15px
	}
	#section-footer .col-lg-8.col-md-7 .row .col-lg-3.col-md-4 .collapse {
		margin-bottom: 10px
	}
	#section-footer .row.mt-5.mb-1 {
		margin-top: 0!important
	}
	#section-footer .collapse:not(.show) {
		display: none
	}
	#section-footer .mobile-hr {
		display: block
	}
	.tourlist-header h1 {
		font-size: 30px!important
	}
	.tourlist-header .curve {
		font-size: 64px!important
	}
	.tourlist-header p {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 20px
	}
	.tourlist-description h1 {
		font-size: 28px
	}
	.tourlist-cards .tourlist-title h1 {
		font-size: 28px
	}
	.tourlist-cards .img-rectangle h3 {
		font-size: 45px
	}
	.tourlist-cards .img-rectangle::after,
	.tourlist-cards .img-rectangle::before {
		font-size: 18px;
		top: 40px
	}
	.tourlist-cards .title {
		font-size: 14px
	}
	.tourlist-cards .start,
	.tourlist-cards .end {
		font-size: 16px
	}
	.tourlist-cards .price {
		font-size: 22px
	}
	.tourlist-cards .btn {
		font-size: 18px
	}
	.tourdetail-content .nav .nav-link {
		font-size: 14px
	}
	.tourdetail-content .card-columns {
		column-count: 2;
		column-gap: 5px
	}
	.tourdetail-content .card-columns .card {
		margin-bottom: 4px
	}
	.tourdetail-content .card-columns-title {
		font-size: 20px
	}
	.tourdetail-content h1.curve-title {
		font-size: 40px
	}
	.collapse-section .expand-all a {
		font-size: 12px
	}
	.collapse-section .row {
		font-size: 16px
	}
	.collapse-section .row li {
		font-size: 14px
	}
	.collapse-section .row .text-content {
		font-size: 14px
	}
	.collapse-section .row .text-content h3 {
		font-size: 15px
	}
	.text-section .title {
		font-size: 24px!important
	}
	.text-section li {
		font-size: 14px
	}
	.tourdetail-header ul li.nav-item .nav-link {
		font-size: 11px;
	}
	.tourdetail-header ul li.nav-item:nth-child(2),
	.tourdetail-header ul li.nav-item:nth-child(3) {
		padding: 0 10px 4px
	}
	.blog .card .card-img-overlay p {
		font-size: 28px
	}
}

#myFooter {
	background-color: #3c3d41;
	color: #fff;
	padding-top: 30px
}

#myFooter .footer-copyright {
	background-color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center
}

#myFooter .row {
	margin-bottom: 30px
}

#myFooter .footer-nav h5 {
	font-size: 16px
}

#myFooter .footer-nav a {
	font-size: 14px
}

#myFooter .navbar-brand {
	margin-top: 45px;
	height: 65px
}

#myFooter .footer-copyright p {
	margin: 10px;
	color: #ccc
}

#myFooter ul,
#myFooter ul li {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7
}

#myFooter h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-top: 30px
}

#myFooter h2 a {
	font-size: 50px;
	text-align: center;
	color: #fff
}

#myFooter a {
	color: #d2d1d1;
	text-decoration: none
}

#myFooter a:hover,
#myFooter a:focus {
	text-decoration: none;
	color: #fff
}

#myFooter .social-networks {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px
}

#myFooter .social-networks a {
	font-size: 32px;
	color: #f9f9f9;
	padding: 10px;
	transition: .2s
}

#myFooter .social-networks a:hover {
	text-decoration: none
}

#myFooter .facebook:hover {
	color: #0077e2
}

#myFooter .google:hover {
	color: #ef1a1a
}

#myFooter .twitter:hover {
	color: #00aced
}

#myFooter .instagram:hover {
	color: #e4405f
}

#myFooter .youtube:hover {
	color: #cd201f
}

#myFooter .linkedin:hover {
	color: #0077B5
}

#myFooter .btn {
	color: #fff;
	background-color: #d84b6b;
	border-radius: 20px;
	border: none;
	width: 150px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 25px
}

.footer-copyright img {
	max-height: 20px
}

.features {
	padding-top: 40px;
	padding-bottom: 40px
}

.features .row div.col-6:not(:nth-child(1)) {
	border-left: 1px solid #ddd
}

.features h5 {
	font-size: 13px;
	font-weight: 700
}

.features p {
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500
}

.features div.fimg {
	width: 55px;
	height: 55px
}

.features div.fimg img {
	max-width: 55px;
	max-height: 55px
}

.p-top {
	margin-top: 80px
}

.detail-owl-carousel .listar-sliderdots {
	padding: 10px 0 0
}

.detail-left-content .lcFirstUL a {
	background-color: #000!important
}

.detail-left-content .lcFirstUL a:hover {
	background-color: #F8E700!important
}

.detail-left-content .lcFirstUL a:hover * {
	color: #000!important
}

.detail-left-content .lcSecondUL a {
	border-bottom: 2px solid #fff!important
}

.detail-left-content .lcSecondUL a:hover {
	border-left: 4px solid #FFB800!important
}

.detail-left-content .lcSss {
	background-color: #fab603!important
}

.tabs-colorful-icons {
	font: bold 13px sans-serif;
	margin: 0 auto;
	width: 100%
}

.tabs-colorful-icons .tab-buttons {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0
}

.tabs-colorful-icons .tab-buttons li {
	display: inline-block;
	margin-bottom: -1px
}

.tabs-colorful-icons ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	padding: 15px 18px 10px
}

.tabs-colorful-icons ul li i {
	padding-right: 8px
}

.tabs-colorful-icons .first-tab {
	color: #04a8fa
}

.tabs-colorful-icons .first-tab:hover {
	background-color: #eee
}

.tabs-colorful-icons .tab-active {
	border-color: #ddd;
	background-color: #fff;
	color: #005596
}

.tabs-colorful-icons .tabs-content-placeholder {
	overflow: hidden;
	border: 1px solid #ddd;
	font-weight: 400;
	background-color: #fff;
	padding: 25px 32px 30px;
	margin: 0 auto
}

.tabs-colorful-icons .tabs-content-placeholder div.tab-content {
	display: none
}

.tabs-colorful-icons .tabs-content-placeholder div.tab-content-active {
	display: block
}

.tabs-colorful-icons .tabs-content-placeholder div p {
	color: #565a5c;
	line-height: 1.45;
	text-align: left;
	margin: 5px 0 20px
}

.tabs-colorful-icons .tabs-content-placeholder div img {
	max-width: 100%
}

.cards-x6 img {
	height: 299px;
	object-fit: cover
}

.cards-x6 .c-img-logo {
	width: 40px!important;
	height: 40px!important
}

.listar-themeparallax .parallax-01,
.listar-themeparallax .parallax-02 {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	background-attachment: fixed
}

.videoContainer img {
	width: 709px;
	height: 382px!important;
	object-fit: cover
}

.videoContainer .text-img {
	height: 20px!important;
	width: auto!important
}

.navbar-toggler,
.navbar-toggler:focus {
	border: none;
	background-color: transparent!important
}

.navbar-toggler .icon-bar,
.navbar-toggler:focus .icon-bar {
	background-color: #000;
	-webkit-transform: rotete(0deg) translate(0px, 0px);
	transform: rotete(0deg) translate(0px, 0px);
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggler .icon-bar:nth-child(2),
.navbar-toggler:focus .icon-bar:nth-child(2) {
	width: 16px
}

.navbar-toggler .icon-bar+.icon-bar,
.navbar-toggler:focus .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-toggler:hover>.icon-bar:nth-child(2),
.navbar-toggler:focus:hover>.icon-bar:nth-child(2) {
	width: 22px
}

.navbar-toggler:active>.icon-bar:nth-child(2),
.navbar-toggler:focus:active>.icon-bar:nth-child(2) {
	width: 22px
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
.navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 4px);
	transform: rotate(45deg) translate(5px, 4px)
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2),
.navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
.navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	transform: rotate(-45deg) translate(4px, -4px)
}

.blackScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10
}

#leftMenu {
	max-width: 400px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 80%;
	background-color: #fff
}

#leftMenu .lm_content {
	overflow-y: auto;
	height: 100vh
}

#leftMenu a {
	cursor: pointer;
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 60px;
	border-color: #979797;
	-webkit-transition: all .4s;
	transition: all .4s
}

#leftMenu #lm_accordion>a {
	font-weight: 600
}

#leftMenu a[aria-expanded="true"] {
	background-color: #ff6700!important;
	color: #fff!important
}

#leftMenu a[aria-expanded="true"] i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

#leftMenu a:hover {
	background-color: #ff6700!important;
	color: #fff!important
}

#leftMenu a i,
#leftMenu a img {
	-webkit-transition: all .4s;
	transition: all .4s;
	width: 14px
}

#leftMenu .subMenu {
	background-color: #f2f2f2
}

#leftMenu .subMenu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#leftMenu .subMenu a i,
#leftMenu a .img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#leftMenu .subMenu a span {
	-webkit-box-flex: 10;
	-ms-flex: 10;
	flex: 10
}

#leftMenu .subMenu a span.text-orange {
	font-size: 11px
}

#leftMenu .lm_cards {
	font-weight: 100!important
}

@media screen and (max-width: 600px) {
	#leftMenu a {
		font-size: 10px;
		padding: 0 8px;
	}
	#leftMenu .lm_cards h5 {
		font-size: 14px!important
	}
	#leftMenu .lm_cards i {
		font-size: 22px!important
	}
}

@media screen and (max-width: 330px) {
	.footer-text-img {
		max-height: 14px!important
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form-styled input,
.form-styled button,
.form-styled select.form-styled textarea {
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important
}

:focus,
:active {
	outline: 0
}

.formItems {
	position: relative
}

.formItems input {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.formItems input:focus {
	border: 1px solid #414040;
	-webkit-box-shadow: none;
	box-shadow: none
}

.formItems input:focus+label::before {
	content: attr(title);
	top: -10px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto 10px;
	font-size: 13px;
	line-height: 15px
}

.formItems input:valid {
	border: 1px solid #06af06;
	-webkit-box-shadow: 0 0 3px #06af06;
	box-shadow: 0 0 3px #06af06
}

.formItems input:valid+label::before {
	content: attr(data-title);
	color: #06af06;
	top: -10px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto 10px;
	font-size: 13px;
	line-height: 15px
}

.formItems label::before {
	content: attr(title);
	position: absolute;
	top: 0;
	line-height: 40px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #414040;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.main-top-slider-content-filter{
	bottom: 6%;
	z-index: 1;
}

.main-top-slider-content-filter .collapse, .main-top-slider-content-filter .collapsing{
	position: absolute !important;
    width: 100%;
    background: #fff;
    margin-top: -23px;
    padding-top: 23px;
    z-index: -1;
}

.main-top-slider .main-top-slider-content{
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	font-family: 'Poppins', sans-serif;
}
.main-top-slider .main-top-slider-content a{
	background-color: rgba(255, 255, 255, 0.686);
	color: #000;
}
.main-top-slider .main-top-slider-content a:hover{
	background-color: #fff;
	color: #000;
}

.main-top-slider, 
.main-top-slider .item, 
.main-top-slider .item img,
.main-top-slider .item video{
    height: 500px!important;
    width: 100%;
    object-fit: cover!important;
}

@media screen and (max-width: 991px) {
	.features {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.features .row div.col-6 .media {
		padding: 14px;
		widows: 100%
	}
	#listar-header .listar-logo {
		padding-left: 15px
	}
	.dump-90px {
		height: 100px
	}
	#listar-header {
		height: 100px
	}
	.header-menu {
		height: 70px
	}
	.galleryContent .card-columns {
		column-count: 3
	}
}

@media screen and (max-width: 767px) {
	#myFooter {
		text-align: center
	}
    /* .main-top-slider, 
    .main-top-slider .item, 
    .main-top-slider .item img,
    .main-top-slider .item video{
        height: 240px!important;
    } */

	.main-top-slider .main-top-slider-content{
		top: -14%;
	}

	.galleryContent .card-columns {
		column-count: 2
	}
}

@media screen and (max-width: 575px) {
	.galleryContent .card-columns {
		column-count: 1
	}
	.features h4 {
		font-size: 15px;
		line-height: 1
	}
	.features p {
		font-size: 13px;
		font-weight: 100!important
	}
}

@media (max-width: 500px) {
	.tabs-colorful-icons ul li a {
		font-size: 13px;
		padding: 12px 15px
	}
	.tabs-colorful-icons ul li i {
		display: none
	}
}

.detailTitle {
	background-color: #00589b
}

.detailTitle a {
	color: #fff!important
}

.accordionContainer .card {
	border-radius: .25rem;
	margin-bottom: 1px;
	border: none
}

.accordionContainer .card-header:first-child {
	border-radius: 0
}

.accordionContainer .card-header {
	margin-bottom: 0;
	border: none
}

.accordionContainer .card-header a[aria-expanded="true"]:not(.detailTitleFirst) i {
	transform: rotate(90deg)
}

.accordionContainer .card-header a i {
	transition: all .4s linear
}

.accordionContainer .card-header a {
	width: 100%;
	color: #000
}

.accordionContainer .card-header p {
	margin: 0
}

.accordionContainer .card-header h3 {
	margin: 0;
	font-weight: 600;
	font-size: 14px
}

.accordionContainer .card-block {
	padding: 20px;
	color: #232323;
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.1);
	border-top: 1px soild #000;
	border-radius: 0;
	font-size: 12px
}

.accordionContainer .card-block ul,
.accordionContainer .card-block p {
	padding: 0;
	margin: 0;
	line-height: 1.5
}

.accordionContainer .card-block ul li {
	line-height: 1.5
}








/* Filter Start */

.filter .options{
	background-color: #f9f9f9;
	font-size: 12px;
	color: #302A3D;
	width: 280px;
	transition: left .2s linear,  top .2s linear;
	/* max-height: 100vh; */
}

.filter .options #filter_tour_route_search{
	font-size: 12px;
	outline: 0 !important;
	box-shadow: none;
	border-color: #d5d3da !important;
}

.filter .filter-padding{
	padding: 0 15px;
}
.filter .options .title{
	font-size: 15px;
}
.filter .options .filter-bold{
	font-weight: 600;
}
.filter .options .tour-icon{
	display: inline-block;
    background-color: transparent;
    border: 1px solid #d5d3da;
    color: #000;
    width: 23px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}
.filter .options .tour-title{
	font-weight: 500;
}
.filter .options .tour_types label{
	cursor: pointer;
}

.filter .options .tour_types input[type="checkbox"]{
	display: none;
}

.filter .options .tour_types input[type="checkbox"]:checked + label{
	background-color: #a4ded0 !important;
}
.filter .options .tour_types input[type="checkbox"]:checked + label .tour-icon{
	color: #fff;
	border-color: #000;
}

.filter .filter-check label, .filter .filter-check button{
	cursor: pointer;
}

.filter .filter-check:nth-child(odd){
	margin-left: 0;
	margin-right: 2px;
}
.filter .filter-check:nth-child(even){
	margin-left: 2px;
	margin-right: 0;
}
.filter .filter-check{
	width: calc(50% - 4px);
}
.filter .filter-check input[type="checkbox"] + label, .filter .filter-check button, .filter .filter-check a{
	background: none;
    border-radius: 6px;
    border: 1px solid #d5d3da;
    border-bottom: 2px solid #a4ded0;
	outline: 0;
    padding: 5px;
	font-size: 11px;
}

.filter .filter-check input[type="checkbox"] + label:hover, .filter .filter-check button:hover, .filter .filter-check a:hover{
	background-color: #f1f1f1;
}

.filter .filter-check input[type="checkbox"]:disabled + label{
    color: rgb(206, 206, 206);
}
.filter .filter-check input[type="checkbox"]:checked + label{
	background-color: #a4ded0 !important;
}

.filter .filter-check-lg *{
	font-size: 15px !important;
}

.filter .filter-check i{
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 50%;
}

.filter .options .filter-switch label{
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
}

.filter .filter-title{
	font-weight: 600;
}

.filter .content{
	width: calc(100% - 280px);
}

.filter .popular_tours .card img{
	border-radius: 10px;
}

.filter .popular_tours .card h5, .filter .popular_tours .card small{
	line-height: 1;
}

.filter .popular_tours .owl-nav div.owl-prev,
.filter .popular_tours .owl-nav div.owl-next {
	position: absolute;
	top: 40%;
	left: 5px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 19px;
	color: #000;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.7;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.452);
	z-index: 5;
	transition: font-size .2s linear
}

.filter .popular_tours .owl-nav div.owl-next {
	left: 100%;
	transform: translate(calc(-100% - 5px), -50%)
}

.filter .tour-card .owl-stage{
	display: flex;
}

.filter .tour-card .btn{
	border-color: #ff6700!important;
    background-color: #ff6700!important;
    color: #fff;
    padding: .375rem .95rem;
    font-size: 95%;
    font-weight: 500;
	box-shadow: none!important;
	outline: 0!important;
}
.filter .tour-card .btn:hover, .filter .tour-card .btn:active{
	border-color: #ff781e!important;
    background-color: #ff822e!important;
}

.filter .tour-card img{
	height: 240px;
	object-fit: cover;
	object-position: center;
}

.filter .tour-card .tour-card-badge{
	font-size: 9px;
    line-height: 1;
    padding: 5px 8px;
}


.home-keywords a{
	font-size: 1rem !important;
}

@media screen and (max-width: 991px) {
	.filter .content{
		width: 100%;
	}

	.filter .options{
		position: fixed;
		top: 0;
		left: -100%;
		height: 100vh;
		z-index: 1001;
		overflow-y: scroll;
	}

	.filter .options.showFilterOptions{
		left: 0;
	}
	
}

@media screen and (max-width: 767px) {
	.filter .options{
		position: fixed;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1001;
	}

	.filter .options.showFilterOptions{
		top: 0;
	}

	.home-keywords a{
		font-size: 14px !important;
	}
}
/* Filter End */





.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}