:root {
	--cnvs-themecolor: #f58635;
	--cnvs-themecolor-rgb: 245, 134, 53;
	  --cnvs-secondary-color: rgba(33, 37, 41, 0.75);
  --cnvs-secondary-color-rgb: 33, 37, 41;

	--cnvs-body-font: 'Muli', sans-serif;
	--cnvs-primary-font: 'Muli', sans-serif;
	--cnvs-secondary-font: 'Montserrat', sans-serif;
}
.dark {
  --cnvs-top-links-bg-100: rgba(33, 37, 41, 0.5);
  --cnvs-top-links-bg-200: rgba(52, 58, 64, 0.5);
}
:root,
.not-dark {
  --cnvs-top-links-bg-100: #f8f9fa;
  --cnvs-top-links-bg-200: #e9ecef;
  }
  
.scale-xl,
.h-scale-xl:hover {
  transform: scale(1.5) !important;
}

#header {
	--cnvs-primary-menu-font-size: 0.8125rem;
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-font-weight: 700;
}

#header.dark {
	--cnvs-primary-menu-hover-color: #FFF;
}

.slider-title h1 {
	font-size: calc(4.22629vw + 12.9014px) !important;
	font-weight: 900;
	line-height: normal;
}
@media (min-width: 992px) {

	#header + .include-header.include-topbar {
		margin-top: calc( -100px - 2px - 45px );
	}

	#top-bar {
		z-index: 399;
		border-bottom-color: rgba(0, 0, 0, 0.05);
	}

	#top-bar.dark {
		border-bottom-color: rgba(255,255,255, 0.05);
	}

	.top-links-item,
	#top-social li {
		border-left-color: rgba(0, 0, 0, 0.05);
	}

	.dark .top-links-item,
	.dark #top-social li {
		border-left-color: rgba(255,255,255, 0.05);
	}

	#top-bar.transparent-topbar { background: transparent !important; }

}

.dark .top-links-item > a { color: #EEE; }

.dark .top-links-item:hover { background-color: rgba(255,255,255,0.15); }

.dark #top-social li { border-left: 0; }

.dark #top-social li a { color: #EEE; }

.dark #header-wrap:not(.not-dark) .primary-menu.style-4 > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) .primary-menu.style-4 > ul > li.current > a { border-color: rgba(255,255,255,0.5); }

.grid-filter.style-2 li a, .grid-filter.style-3 li a, .grid-filter.style-4 li a, .grid-filter.style-5 li a, .grid-filter.style-6 li a {
	font-weight: 700;
	background-color: #f5f7fa;
}
.grid-filter.style-2 li.activeFilter a {
  color: #fff !important;
  background-color: #f58635;
}

.bg-white-soft{
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(8px);
}


@media (min-width: 992px) {

	.rtl .top-links-item,
	.rtl #top-social li {
		border-right-color: rgba(0, 0, 0, 0.05);
		border-left-color: 0;
	}
}

.rtl .dark #top-social li { border-right: 0; }

.rtl .travel-organiser-tabs .nav-tabs li {
	margin-left: 1px;
	margin-right: 1px;
	border-right: 0 !important;
}

.rtl .travel-organiser-tabs .nav-tabs li:first-child { margin-right: 0; }

@media (max-width: 767px) {

	.rtl .toggle .toggle-title i {
		right: 6px;
		left: auto;
	}

}

.before-heading {
    font-style: italic;
	font-family: var(--cnvs-secondary-font);
    color: var(--cnvs-contrast-500);
}


.badge {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-weight: 500;
	line-height: .8;
}

.badge.badge-default {
	border: 1px solid var(--cnvs-themecolor);
	color: var(--cnvs-themecolor);
}

.grid-filter.style-7 {
  border: none;
  border-radius: 0;
  margin-bottom: 2.75rem;
}
.grid-filter.style-7 li {
  margin-bottom: var(--cnvs-grid-filter-styles-m);
}
@media (max-width: 767.98px) {
.grid-filter.style-7 {
  border: none;
  border-radius: 0;
  margin-bottom: 0.75rem;
}
.grid-filter.style-7 li {
  margin-bottom: 0.75rem;
  width:160px;
}
.grid-filter.style-7 li a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:11px;
}
}
}
@media (min-width: 768px) {
  .grid-filter.style-7 li:not(:first-child) {
    margin-left: var(--cnvs-grid-filter-styles-m);
  }
}
.grid-filter.style-7 li a {
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: var(--cnvs-grid-filter-styles-radius);
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	margin: 0;
}

.grid-filter.style-7 li a.active {
  color: #fff !important;
	border: 1px solid var(--cnvs-themecolor)!important;
	background-color: var(--cnvs-themecolor)!important;
}

/* Swiper Tabs */
.swiper-pagination-progress {
	--cnvs-swiper-bar-size: 2px;
	--cnvs-swiper-bar-color:  var(--cnvs-contrast-200);
	--cnvs-swiper-bar-active-color: var(--cnvs-contrast-1000);
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	border-radius: 0;
	opacity: 1;
	margin: 0px;
	background-color: transparent;
}
.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
	position: absolute;
	bottom: 0;
	border-radius: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: var(--cnvs-swiper-bar-size);
	margin: 0px;
	background-color: var(--cnvs-swiper-bar-color);
}

.swiper-pagination-progress .swiper-pagination-bar-active {
	z-index: 2;
	width: 0%;
	background-color: var(--cnvs-swiper-bar-active-color);
}
.active .swiper-pagination-progress .swiper-pagination-bar-active {
	animation-name: swiperbarAnim;
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}
@keyframes swiperbarAnim {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.swiper-tab-link {
	--swiper-tab-title: #AAA;
	--swiper-tab-content: ;
	counter-increment: step-counter;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 20px 0;
	cursor: pointer;
}

.swiper-tab-link::before {
	content: "0" counter(step-counter)'.';
	position: relative;
	display: inline-block;
	font-size: 26px;
    font-weight: 600;
    min-width: 50px;
	margin-right: 5px;
	color: var(--swiper-tab-title);
    font-family: monospace;
	line-height: 1;
}

.swiper-tab-link .swiper-tab-title {
	display: inline-block;
	color: var(--swiper-tab-title);
	margin-bottom: 0;
	font-size: calc(1.275rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
	margin-bottom: 0;
	padding-top: 10px;
    margin-left: 5px;
	line-height: 0;
	opacity: 0;
	vertical-align:middle;
	font-size: 1rem;
	transition: line-height 0.6s cubic-bezier(.4,0,.2,1), opacity .1s .1s cubic-bezier(.4,0,.2,1);
}

@media (min-width: 768px) {
    .swiper-tab-link .swiper-tab-content {
        margin-left: 60px;
    }
}

.swiper-tab-link.active .swiper-tab-content {
	opacity: .8;
	line-height: var(--cnvs-line-height-content);
	transition: line-height 0.5s cubic-bezier(.4,0,.2,1), opacity .15s .15s cubic-bezier(.4,0,.2,1);
}

.swiper-tab-link.active {
	--swiper-tab-title: #000;
}



.section-curve::after {
	height: 50px;
	background-image: url('images/curve.svg');
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	z-index: 0;
	bottom: 0;
}
.play-video i{position:absolute;padding-left:5px;top:50%;left:50%;width:80px;height:80px;line-height:81px;border-radius:50%;z-index:1;background-color:var(--cnvs-themecolor);text-align:center;font-size:24px;color:#fff;margin-top:-40px;margin-left:-40px;transition:transform .3s ease-out;-webkit-backface-visibility:hidden}.play-video:hover i{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}

#ytb-video { cursor: pointer }

#ytb-video-button.play-icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 61px;
	margin-top: -31px;
	margin-left: -31px;
	transition: transform .3s ease;
}

#ytb-video:hover .play-icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#ytb-video-button.play-icon i {
	width: 60px;
	height: 60px;
	line-height: 61px;
	font-size: 24px;
	color: #000;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
	transition: all .3s ease;
}

#ytb-video:hover .play-icon i {
	background-color: red;
	color: #FFF;
}

#ytb-video-button.play-icon i.icon-play { padding-left: 4px; }

#ytb-video-button.play-icon i:nth-of-type(2),
.video-played #ytb-video-button.play-icon i:nth-of-type(1) { display: none; }

.video-played #ytb-video-button.play-icon i:nth-of-type(2) { display: block; }

#ytb-video:not(:hover) i:nth-of-type(2) { opacity: 0; }

@media (min-width: 992px) {
.ytb-card { max-width: 1020px; }
}

.input-seacrh-section {
	border: 1px solid #CCC;
	border-radius: 50rem;
	overflow: hidden;
}

.input-seacrh-section.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-seacrh-section.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-radius: 50rem;
	margin: 0;
	border: 0;
	padding-left: 20px;
	line-height: 1;
}

.input-seacrh-section.input-group .input-group-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	transform: scale(0.8);
	border-radius: 50% !important;
	border: 0;
}

.form-control::-moz-placeholder {
	color: #999;
	font-size: 80%;
	opacity: 1;
}

.form-control::placeholder {
	color: #999;
	font-size: 80%;
	opacity: 1;
}

.ins-categories .nav-link {
	padding: 20px 20px;
	color: #444;
	background-color: var(--bs-light);
	margin-top: 17px;
	font-size: 1.2em;
	border-radius: .25rem;
    transition: max-height .5s;
    max-height: 70px;
    overflow: hidden;
}

.ins-categories .nav-link:first-child {
	margin-top: 0;
}

.ins-categories .nav-link:hover {
	background-color: #F5F5F5;
}

.ins-categories .nav-link.active {
	color: #000;
	background-color: #fef7ed;
	max-height: 700px;
}

.ins-categories .nav-link .tab-header img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	opacity: .5;
}

.ins-categories .nav-link .tab-desc {
    opacity: 0;
    transition: opacity .3s;
    color: #5B5855;
    font-size: 1.025rem;
    padding-left: 28px;
}

.ins-categories .nav-link.active .tab-desc {
	opacity: 1;
    transition: opacity .5s;
    transition-delay: .25s;
}


#product-color-dots .owl-dot {
			display: inline-block;
			background-color: transparent;
			width: 20px;
			height: 20px;
			margin: 0 2px;
			border-radius: 50%;
			cursor: pointer;
			border: 2px solid #FFF;
			box-shadow: 0 0 0 1px rgba(0,0,0,0);
			transform: scale(1);
			-webkit-transition: box-shadow .2s ease, transform .2s ease;
			-o-transition: box-shadow .2s ease, transform .2s ease;
			transition: box-shadow .2s ease, transform .2s ease;
		}

		#product-color-dots .owl-dot.active {
			box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
			transform: scale(1.2);
		}
@media (min-width: 768px) {	
		  .row-cols-md-7 > * {
    flex: 0 0 auto;
	width: 14.28571428%;
  }
.about-line-bg {
	background-image: url(../2025img/about-line-bg.png);
	background-repeat: repeat-x;
	background-position: center 125px;
	height: 100%;
}
.about-line-r {
	background-image: url(../2025img/about-line-r.png);
	background-position: right 123px;
	background-repeat: no-repeat;
}

.about-line2-bg {
    background-image: url('../2025img/about-line-bg.png');
    background-repeat: repeat-x;
    background-position: center; 
    height: 100%; 
}
.about-line2-r {
    background-image: url('../2025img/about-line-r.png');
background-position: right center;
 background-repeat: no-repeat;
}
  }
  
  .testimonials-carousel .owl-stage {
	padding: 2rem 0 1.5rem;
}

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testimonial-image {
	width: 5rem !important;
	height: auto !important;
	margin: -2.5rem auto 0;
}
  
.button-border.button-haoyin, .button-border.button-light.button-haoyin {
  color: #333;
  border-color: #ecd078;
  background-color: #fef7ed;
}
.button-border.button-haoyin:hover,
.button-border.button-haoyin.button-fill.button-light:hover {
  color: #fff !important;
  background-color: #ed8528!important;
}

@media (min-width: 992px) {

			#page-menu-wrap { background-color:#f58635; }

			#page-menu .not-dark .page-menu-item > a {
	color: #fff;
	font-weight: 700;
	text-shadow: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
			}
		}
		
		
		
.btn-haoyin {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f58635;
  --bs-btn-border-color: #f58635;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f58635;
  --bs-btn-hover-border-color: #f58635;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f58635;
  --bs-btn-active-border-color: #f58635;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f58635;
  --bs-btn-disabled-border-color: #dc3545;
}