/* body:not(#body-home) #header {
	background: linear-gradient(180deg, black, #1e5ba5);
	border-bottom: 0;

} */

/* body#body-tour-detail #header {
	position: relative;
} */

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-top: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.header-main__contact-ct span {
	font-size: 14px;
	margin-top: -9px;
	display: block;
}

.header-main__contact-ct span:first-child {
	font-size: 15px !important;
}

#header.header-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(#1e5ba5));
	background: -o-linear-gradient(top, black, #1e5ba5);
	background: linear-gradient(180deg, black, #1e5ba5);
	border-bottom: 0;
	-webkit-box-shadow: 0 0 rgba(30, 90, 164, 0.6);
	box-shadow: 0 0 rgba(30, 90, 164, 0.6);
}

@media screen and (min-width: 1200px) {
	.header-main__logo {
		/* padding-bottom: 10px; */
		margin-top: -10px;
	}

}

.header-main__logo img {
	max-width: 143px;
}

@media screen and (max-width: 768px) {
	.header-main__logo img {
		max-width: 100px;
	}
}

.header-main__logo span {
	color: white;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	font-style: italic;
}

@media screen and (max-width: 768px) {
	.header-main__logo span {
		font-size: 10px;
	}
}

.header-main__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
	padding-bottom: 17px;
	padding-top: 15px;
}

.header-main__action {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-main__action a,
.header-main__action button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
}

.header-main__action a svg,
.header-main__action a img,
.header-main__action button svg,
.header-main__action button img {
	width: 25px;
	height: 25px;
}

.header-main__btnMenu {
	padding: 0;
}

.header-main__btnMenu svg path {
	stroke: white;
}

.header-main__btnClose {
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}

.header-main__btnClose svg {
	width: 25px;
	height: 25px;
}

.header-main__btnClose svg path {
	stroke: lightgray;
}

.header-main__account {
	font-size: 16px;
	padding-right: 25px;
	margin-right: 25px;
	gap: 10px;
	position: relative;
}

.header-main__account::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	color: white;
	opacity: 0.5;
}

.header-main__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.header-main__social ul li a img {
	width: 25px !important;
	height: 25px !important;
}

.header-main__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 505px;
	justify-content: center;
}

.header-main__contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
}

.header-main__contact-item svg,
.header-main__contact-item img {
	width: 30px;
	height: 30px;
	fill: #83d3f0;
}

.header-main__contact-ct {
	width: calc(100% - 40px);
	line-height: 1;
	color: white;
}

.header-main__contact-text {
	font-size: 16px;
	display: block;
}

.header-main__contact-subtext {
	font-size: 12px;
	color: #83d3f0;
}

.header-main__menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: left;
}

@media screen and (max-width: 1200px) {
	.nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		padding: 40px 0px 20px;
	}
}

.nav-list>li>.fas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	padding: 10px 0;
}

@media screen and (max-width: 1200px) {
	.nav-item {
		padding: 0;
	}
}

.nav-list>.nav-item>a,
.nav-item>button.nav-item-buid {
	font-size: 17px;
	text-transform: uppercase;
}

.nav-item .fas {
	color: white;
	font-size: 10px;
}

.nav-item>a,
.nav-item>.nav-item-buid {
	font-weight: 500;
	font-size: 15px;
	color: white;
}

.nav-item>a.nav-item-buid,
.nav-item>button.nav-item-buid {
	background: red;
	border-radius: 32px;
	font-size: 17px;
	color: #fff;
	padding: 5px 20px;
	font-weight: 600;
	line-height: 1.6;
}

.submenu {
	font-size: 14px;
}

.submenu li>a {
	display: block;
}

@media screen and (max-width: 1200px) {
	.nav-item>a {
		color: var(--color-main2);
		padding-left: 20px;
		display: block;
		padding-right: 30px;
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.nav-item:last-child.active {
		margin-left: auto;
	}

	header .ctnr-fluid {
		padding: 0 30px;
	}

}

@media screen and (min-width: 1650px) {
	header .ctnr-fluid {
		padding: 0 50px;
	}
}

/* .nav-item:last-child.active a {
	color: var(--color-main);
} */

@media screen and (min-width: 1200px) {
	.header-main__btnMenu {
		display: none !important;
	}

	.header-main__btnClose {
		display: none !important;
	}

	.nav-item:hover>ul {
		display: block;
	}

	.nav-item>a:hover {
		color: var(--color-main);
	}

	.submenu li:hover>ul {
		display: block;
	}

	.submenu li>a:hover {
		color: var(--color-main2);
	}

	.submenu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: white;
		padding: 10px 0;
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		z-index: 999;
		max-width: 255px;
		width: max-content;
	}

	.submenu li {
		padding: 0 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.submenu li>a {
		color: #333;
		font-weight: 400;
		padding: 5px 0;
	}



	.submenu ul {
		left: 100%;
		top: 0;
	}

	/* fix */
	.header-main__action {
		padding-bottom: 15px;
		padding-top: 14px;
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275); */
	}

	.nav-item.active.build {
		justify-content: end;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1580px) {
	.header-main__account {
		font-size: 11px;
		padding-right: 9px;
		margin-right: 9px;
	}

	.header-main__action a svg,
	.header-main__action a img,
	.header-main__action button svg,
	.header-main__action button img {
		width: 20px;
		height: 20px;
	}

	.nav-list>.nav-item>a,
	.nav-item>button.nav-item-buid {
		font-size: 14px;
	}

	.nav-item>a.nav-item-buid,
	.nav-item>button.nav-item-buid {
		font-size: 14px;
	}

	.nav-list {
		gap: 14px
	}
}

@media screen and (min-width: 1300px) and (max-width: 1580px) {
	.nav-list {
		gap: 24px
	}

	.nav-list>.nav-item>a,
	.nav-item>button.nav-item-buid {
		font-size: 14px;
	}

	.header-main__account {
		font-size: 13px;
		padding-right: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 1400px) {
    .header-main__logo span{
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px) {
	.nav-item {
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		flex-wrap: wrap;
	}

	#header {
		padding: 5px 0;
	}

	.header-main {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-main__social {
		display: none;
	}

	.header-main__contact {
		display: none;
	}

	.header-main__action {
		width: 100%;
	}

	.header-main__account {
		padding-right: 15px;
		margin-right: 15px;
		font-size: 12px;
	}

	.header-main__info {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.header-main__collapse {
		position: fixed;
		left: 0;
		top: 0;
		width: 265px;
		height: 100%;
		background: white;
		padding: 0px;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.header-main__collapse.is-open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: inherit;
		opacity: 1;
	}

	.nav-item .fas {
		position: absolute;
		color: var(--color-main2);
		right: 0;
		top: -3px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.submenu {
		width: 100%;
		display: none;
		padding-left: 14px;
	}

	.submenu .nav-item {
		border-bottom: 0;
		padding-bottom: 0;
		display: block;
		list-style: circle;
	}

	.submenu li {
		position: relative;
	}

	.submenu .nav-item a {
		color: black;
		padding-left: 20px;
	}

	.submenu .nav-item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.nav-list li.active>.fas {
		transform: rotate(270deg);
	}

	.submenu li::before {
		content: "";
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-radius: 50%;
		position: absolute;
		left: 7px;
		top: 7px;
	}

	.submenu .nav-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.nav-item.build {
		padding: 0 20px 10px;
	}

	.header-main__collapse .nav {
		max-height: 100%;
		overflow-y: auto;
	}
}

/*# sourceMappingURL=maps/headernew.css.map */
