header {
	position: relative;
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-top {
	background: #072134;
	color: white;
	font-size: 14px;
	padding: 8px 0;
	font-weight: 400;
	overflow: hidden;
}

.header-cart {
	width: 36px;
	height: 36px;
	background: var(--color-main2);
	border-radius: 50%;
	position: relative;
}

.header-cart::before {
	background-color: #bd2f2e;
	border-radius: 99px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
	color: #fff;
	content: attr(data-cart);
	font-family: Arial, Sans-serif !important;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	height: 17px;
	letter-spacing: -.5px;
	line-height: 17px;
	min-width: 17px;
	opacity: .9;
	position: absolute;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -4px;
	top: -4px;
	transition: transform .2s;
	z-index: 1
}

.header-top__contact {
	gap: 10px;
}

.header-action .header-cart svg path {
	stroke: white;
}

.header-action .li-btn-menu {
	line-height: 0;
}

.content_top {
	/* font-weight: 700; */
}

.clm.header-top__right {
	text-align: right;
}

.header-search__form-container {
	display: flex;
	flex-direction: column-reverse;
}

header.is-scroll .header-bottom {
	position: fixed;
	background: white;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.129);
	z-index: 99;
}

.header-top__social p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.header-top__social ul{
	display: flex;
	align-items: center;
}
.header-top__social ul img{
	max-width: 20px;
}
.header-top__social ul a{
	display: block;
	line-height: 1;
	margin-right: 5px;
}
.header-top__social a {
	line-height: 0;
}

.header-top a {
	color: inherit;
	margin-right: 15px;
}

.header-lang {
	gap: 5px;
}

.header-lang .active {
	color: #e24b2b;
}

.icon-arrow svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.icon-arrow svg path {
	stroke: currentColor;
}

.header-action button {
	padding: 0;
}

.header-action svg {
	width: 24px;
	height: 24px;
}

.header-action svg path,
.header-action svg circle {
	stroke: currentColor;
}

.header-top__connect {

	position: relative;
	
	z-index: 1;
}

.header-top__connect::before {
	content: "";
	position: absolute;
	height: calc(100% + 20px);
	top: -10px;
	left: 0;
	width: 100vw;
	background: var(--color-main2);
	z-index: -1;
	border-radius: 50px 0px 0px 50px;
}

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

.header-logo img {
	width: 100%;
	/* height: 55px; */
	max-width: 135px;
}

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

.header-nav__list {
	gap: 10px 25px;
}

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

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


.nav-item>a {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 34px;
	color: #072134;
}

.nav-item>.icon-arrow {
	/* padding-top: 4px;
	line-height: 40px; */
	/* box-sizing: border-box; */
}

.nav-item>a:hover,
.nav-item.active>a {
	color: #2584c3;
}

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

button.d-block.js-handle-show-search svg {
	height: 20px;
	padding: unset;
	width: 20px;
}

button.d-block.js-handle-show-search {
	padding: unset;
	margin-top: -5px;
}

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

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

/* header-action */
.header-action {
	gap: 20px
}

.header-action a {
	line-height: 1;
}

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

.header-form {
	position: absolute;
	right: 0;
	background: white;
	padding: 15px;
	min-width: 290px;
	display: none;
	box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
}

.header-form__box {
	position: relative;
}

.header-form__input {
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #eee;
}

.header-form__btn {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	width: 45px;
	height: 45px;
	padding: 0;
	display: flex;
	align-items: center;
}

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

.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;
	position: absolute;
	right: 10px;
	top: 10px;
}

.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: 80px;
	line-height: 0;
}

.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;
}

.search-desktop .search-container {
	position: relative;
	width: 100%;
	max-width: 255px;
}

.search-desktop .search-wrapper {
	position: relative;

}

.search-desktop .search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 14px;
	color: #2d3748;
	background: white;
	border: 1px solid #2584c3;
	border-radius: 50px;
	padding: 8px 40px 8px 14px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
}

.search-desktop .dropdown-icon {
	cursor: pointer;
	color: #e53e3e;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10px;

}

.search-desktop .dropdown-icon svg {
	width: 16px;
	height: 16px;
	stroke: #2584c3;
}

.search-desktop .search-icon {
	cursor: pointer;
	color: #e53e3e;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.search-desktop .search-icon svg {
	width: 18px;
	height: 18px;
	stroke: #2584c3;
}

.search-desktop .icon-divider {
	width: 1px;
	height: 20px;
	background: #e2e8f0;
	margin: 0 12px;
}

.header-top__flex img {
	max-width: 20px;
	padding-right: 10px;
}

.clm.navbar-collapse {
	display: flex;
	align-items: center;
	gap: 0px 0px;
	justify-content: space-around;
}

@media (min-width: 1023px) {
	.nav-item__sub a:hover {
		color: var(--color-2);
	}

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

	.nav-item__sub li {
		position: relative;
		display: flex;
	}
	.nav-item__sub li:hover>ul{
		display: block;
	}
	.nav-item .nav-item__sub .icon-arrow{
		padding-top: 0;
	}
	.nav-item .nav-item__sub .icon-arrow svg{
		transform: rotate(-90deg);
	}
	.nav-item__sub ul {
		position: absolute;
		left: 100%;
		width: max-content;
		background: white;
		display: none;
		top: 0;
		padding: 10px 0;
		/* border-radius: 10px; */
	}
	.header-nav__list>.nav-item.active{
		background: var(--color-main2);
		color: white;
		padding: 0 12px;
		border-radius: 35px;
		align-items: center;
	}
	.header-nav__list>.nav-item.active>a{
		color: white;
	}
}

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

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

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


	.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: 0;
		right: 10px;
	}
	.nav-item>a{
		line-height: 1.4;
	}
	.nav-item__sub {
		width: 100%;
		display: none;
	}

	.nav-item ul {
		display: none;
	}

	.nav-item__sub li {
		list-style: circle;
		padding: 5px 30px 5px 0;
		margin-left: 25px;
	}
	.clm.navbar-collapse{
		justify-content: start;
    	flex-direction: column;
	}
	.clm.navbar-collapse>*{
		width: 100%;
	}
	.navbar-collapse__logo{
		max-width: 60px;
	}
	.nav-item__sub li{
		position: relative;
	}
	button.d-block.js-handle-show-search{
		line-height: 0;
	}
}

@media(min-width:990px) {
	.clm.header-mobile-keter {
		display: none;
	}
}

@media (max-width: 640px) {
	.header-top{
		background: #2e85c1;
	}
	.header-logo img {
		max-width: 90px;
	}

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

	.header-top__left {
		display: none;
	}

	.header-top__right {
		font-size: 14px;
	}

	.header-top__flex {
		justify-content: space-between;
	}

	.header-top__flex>* {
		display: flex;
		align-items: center;
		/* gap: 5px; */
	}

	.header-top__flex>* img {
		width: 20px !important;
	}
}

@media (max-width: 420px) {
	.header-top__right {
		font-size: 10px;

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