header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}



header.is-scroll {
	position: fixed;
	background: #132F59;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.129);
}


.icon-arrow svg {
	width: 20px;
	height: 20px;
}



/* logo header */
.header-logo {
	line-height: 0;
}

.header-logo img {
	max-width: 200px;
	width: 100%;
}

/* header menu */
.header-bottom {
	padding: 20px 0;
}

.header-nav {
	font-family: var(--font-anton);
}

.header-nav__list {
	gap: 10px 36px;
	position: relative;
}

.nav-item {
	position: relative;
	display: flex;
}

.nav-item .icon-arrow {
	padding-top: 2px;
}


.nav-item>a {
	font-size: 16px;

	font-weight: 500;
	text-transform: capitalize;
}

.nav-item>a:hover,
.header-nav__list li.active>a {
	color: #FCB650;
}

.nav-item:hover .nav-item__sub {
	height: max-content;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}



.nav-item__sub li {
	padding: 5px 20px;
}

.nav-item__sub a {
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.header-top__flex {
	line-height: 1;
	margin-left: auto;
	align-items: center;
	gap: 5px 17px;
}

.header-top__flex img {
	width: 37px;
	height: 37px;
	border-radius: 50%;
}

.header-top__contact {
	font-size: 19px;
	font-family: var(--font-anton);

}


/* header-search-mobile */
.header-search {
	position: fixed;
	background: #000000cc;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

.header-search__box .ctnr {
	max-width: 850px;
}

.header-search__box .search-input {
	height: 50px;
	width: 100%;
	padding: 10px 65px 10px 15px;
}

.header-search__form {
	position: relative;
}

.header-search__form .search-btn {
	position: absolute;
	background: transparent;
	padding: 0;
	border: none;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-search__form .search-btn svg {
	width: 35px;
	height: 35px;
}

.header-search__close {
	background: transparent;
	margin-left: auto;
	display: block;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search__close svg {
	width: 35px;
	height: 35px;
	stroke: white;
}

.navbar-collapse__heading {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

.navbar-collapse__logo {
	max-width: 190px;
}

.navbar-collapse__close {
	position: absolute;
	padding: 0;
	right: 0;
	top: 10px;
}

.navbar-collapse__close svg {
	width: 20px;
	height: 20px;
}

.gtranslate_wrapper a {
	margin: 0 5px;
}

.menu-btn {
	padding: 0;
}

.menu-btn svg {
	width: 25px;
	height: 25px;
}

/* header-action */
.header-action {
	gap: 5px 30px;
	align-items: center;
}

.header-form__box {
	position: relative;
}

.header-form__input {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.4);
	padding: 10px 50px 10px 15px;
	height: 50px;
	border-radius: 99px;
	width: 208px;
	color: white;
	font-family: inherit;
}

.header-form__btn {
	position: absolute;
	background: #FF9800;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 50%;
	right: 10px;
	padding: 0;
	color: white;
	transform: translateY(-50%);
}

.header-form__btn svg {
	width: 20px;
	height: 20px;
}

.header-form__btn svg g circle {
	stroke: currentColor;
}

.header-form__btn svg g path {
	fill: currentColor;
}

.header-action__contact-btn {
	border: 1px solid #2660B5;
	background: #2660B5;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 700;
	color: white;
	border-radius: 99px;
	line-height: 1;
	min-height: 53px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.header-action__contact-btn .icon-up-right svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.header-action__contact-btn::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	background: white;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all .3s ease-in;
}

.header-action__contact-btn:hover {
	color: #2660B5;
}

.header-action__contact-btn:hover::after {
	transform: translate(-50%, -50%) scale(1);
}

.header-action__globe-btn {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	font-size: 25px;
	color: white;
	padding: 0;
}

.header-action__globe-list {
	background: #222E48;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);
	z-index: 9;
	padding: 5px;
}

.header-action__globe-list .gtranslate_wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.header-action__globe.is-open .header-action__globe-list {
	opacity: 1;
}

.header-action__globe-list li a {
	cursor: pointer;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.header-action__globe-list li:hover a {
	background: #2660B5;
	color: #fff;
}

@media (min-width: 1023px) {

	.nav-item .icon-arrow svg path {
		stroke: white;
	}

	.nav-item>a {
		color: white;
	}

	.header-top {
		padding: 25px 0 15px;
	}

	.nav-item__sub a:hover {
		color: var(--color-2);
	}

	.nav-item__sub {
		position: absolute;
		left: 0;
		top: 100%;
		background: white;
		width: max-content;
		max-width: 250px;
		box-shadow: 0 0 50px rgba(0, 0, 0, .07);
		border-radius: 0;
		padding: 10px 0;
		height: 0;
		transform: translateY(50px);
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease-in-out;
	}

	.nav-item__sub li {
		position: unset;
		display: flex;
	}

	.nav-item__sub-child {
		position: absolute;
		left: 100%;
		width: max-content;
		background: white;
		height: 100%;
		top: 0;
		padding: 10px 0;
		border-radius: 10px;
	}

	.nav-item--2 {
		position: unset;
	}

	.nav-item--2>.nav-item__sub {
		max-width: 523px;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding: 10px;
	}

	.nav-item--2>.nav-item__sub a {
		background: var(--color-main);
		color: var(--color-main2);
		padding: 2px 10px;
		border-radius: 5px;
	}

	.nav-item--2>.nav-item__sub a:hover {
		background: var(--color-main2);
		color: white;
	}

	.nav-item--2>.nav-item__sub li {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.header-bottom__row {
		justify-content: space-between;
	}

	.header-form__input {
		color: black;
		font-family: inherit;
		border-color: var(--color-main);
		width: 100%;
	}

	.header-form__input::placeholder {
		color: gray;
	}

	.header-nav {
		max-height: calc(100% - 130px);
		overflow-y: auto;
	}

	.navbar-collapse {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		background: #2660b5;
		width: 100%;
		height: 100%;
		opacity: 0;
		transform: translateX(-100%);
		transition: all .5s;
	}

	.navbar-collapse.is-open {
		transform: translateX(0);
		opacity: 1;
	}


	.header-nav__list {
		flex-direction: column;
		gap: 0;
	}

	.header-nav__list li>.icon-arrow svg {
		transition: all .3s ease-in;
	}

	.header-nav__list li.is-open>.icon-arrow svg {
		transform: rotate(180deg);
	}

	.nav-item {
		flex-wrap: wrap;
		padding: 5px 0 5px 10px;
	}

	.nav-item .icon-arrow {
		position: absolute;
		top: 5px;
		right: 10px;
	}

	.nav-item__sub {
		width: 100%;
		display: none;
	}

	.nav-item ul {
		display: none;
	}

	.nav-item__sub li {
		/* list-style: circle; */
		padding: 5px 30px 5px 25px;
		position: relative;
		/* margin-left: 25px; */
	}

	.nav-item__sub li::before {
		content: "";
		position: absolute;
		left: 10px;
		top: 12px;
		border: 1px solid currentColor;
		width: 6px;
		height: 6px;
		border-radius: 50%;
	}

	.nav-item .icon-arrow svg path {
		stroke: white;
	}

	.header-top__flex img {
		width: 16px;
		height: 16px;
		border-radius: 50%;
	}

	.header-top__flex {
		gap: 5px 8px;
	}

	.header-top__contact {
		font-size: 12px;
	}

	.header-bottom__flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header-action__globe-btn {
		height: 30px;
		width: 30px;
		font-size: 20px;
	}

	.header-bottom {
		padding: 8px 0;
	}

	.header-action {
		align-items: center;
		line-height: 1;
		gap: 15px;
	}

	.menu-btn svg path {
		stroke: white;
	}

	.navbar-collapse .header-form {

		padding: 10px;
	}

	.nav-item>a,
	.nav-item li a,
	.nav-item {
		color: white
	}

	.nav-item {
		border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961)
	}

	.nav-item li {
		border-top: 1px solid rgba(233, 248, 247, 0.1254901961)
	}

	.navbar-collapse__close {
		top: 17px;
		width: 30px;
		height: 30px;
		border: 1px solid;
		border-radius: 50%;
		color: #ff9800;
	}

	.navbar-collapse__close svg path {
		fill: currentColor;
	}

	/* 
	.header.is-scroll .menu-btn svg path {
		stroke: black;
	} */
}

@media (max-width: 640px) {

	.header-logo img {
		max-width: 200px;
	}

	.header-logo {
		padding-top: 0;
	}

	.home-about .c-ttl__01 {
		font-size: 2.3rem;
	}

	.header-top__left {
		display: none;
	}
}
