* {
	--site-primary-color: hsl(30, 100%, 50%);
	--breakPointMenu: 540px;
	box-sizing: border-box;
}

body {
	/* Attempt to override potential hidden overflow */
	overflow: visible !important;
}

.main-wrapper {
	position: sticky;
	top: 0;
	z-index: 999;
}

.main-wrapper img {
	/* width: 100%; */
	display: inline-block;
}

.main-wrapper a {
	color: white;
	text-decoration: none;
	position: relative;
}

.AN_logo {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 135px;
}

.main-wrapper ul li {
	list-style-type: none;
}

.cam-navbar {
	background: rgb(34 34 34);
	padding: 5px 12px;
	/* left: 0; */
	width: 100%;
	min-height: 55px;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
	z-index: 10;
}

.searchIcon {
	/* content: "⌕" !important; */
	color: #f1f1f1;
	font-size: 40px;
	position: relative;
	height: 50px;
	bottom: 8px;
}

.searchIcon-pc {
	color: #f1f1f1;
	font-size: 40px;
	/* top: 5px; */
	position: relative;
	height: 36px;
	bottom: 10px;
}

.brand-and-icon {
	display: flex;
	justify-content: space-between;
	position: relative;
	/* inset: 0 0; */
	/* padding: 1rem 0; */
	/* border-bottom: 1px solid #ddd; */
}

.cam-navbar-brand {
	font-size: 1.8rem;
	letter-spacing: 3px;
	font-weight: 700;
	min-width: 150px;
}

.cam-navbar-toggler {
	display: block;
	border: none;
	background: transparent;
	font-size: 1.8rem;
	cursor: pointer;
	padding: 3px 0.5rem;
	transition: all 0.4s ease;
	/* border: 2px solid #000; */
	border-radius: 4px;
}

.cam-navbar-toggler:hover {
	opacity: 0.7;
}

.cam-navbar-collapse {
	overflow-y: scroll;
	display: none;
	margin: 0;
	padding: 0;
}

.cam-navbar-collapse::-webkit-scrollbar {
	width: 0px;
}

.cam-navbar-collapse::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 5px grey; */
	border-radius: 10px;
}

/* Handle */
.cam-navbar-collapse::-webkit-scrollbar-thumb {
	background: #e5e5e5;
	border-radius: 10px;
}

.cam-navbar-nav>li:nth-last-child(1) {
	display: none;
}

.cam-navbar-nav>li>a {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	display: block;
	padding: 0.6rem 10px;
	margin: 0 0;
	z-index: 9;
	width: fit-content;
	/* border-bottom: 1px solid #ddd;
	border-radius: 1px; */
	position: static;
	transition: all 0.4s ease;
	/* width: auto; */
}

.headerCta {
	background: var(--site-primary-color);
	border-radius: 50px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 5px auto 20px !important;
	color: #000 !important;
	font-size: 1rem;
	text-transform: uppercase;
	/* margin-left: 1rem; */
	/* margin-top: 0.5rem; */
	/* padding: 0.5rem 1rem; */
	transition: all 0.4s ease;
	/* width: fit-content; */
}

.drop-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	/* transform: translateY(-50%); */
}

.drop-icon::after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath d='M 0 0 L 0 4 L 4 4' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
	rotate: -45deg;
	position: relative;
	/* Để `bottom` hoạt động */
	bottom: 3px;
	right: 0;
	display: inline-block;
	width: 8px;
}

.cam-navbar-nav>li {
	/* background-color: var(--site-primary-color); */
	width: 100%;
	position: relative;
}

.cam-navbar-nav>li:nth-child(1) {
	display: none;
}

/* .cam-navbar-nav > li > a:hover {
	opacity: 0.7;
} */
#main-menu>li.menuItem:nth-last-child(2) a {
	margin: 0 auto;
	padding: 6px 10px;
}

.menuItem {
	width: fit-content;
}

.menuItem a:hover {
	/* padding-left: 14px; */
	color: var(--site-primary-color);
	opacity: 0.9;

}

.sub-menu .menuLabel {
	text-align: left;
	text-transform: capitalize;
	font-size: 16px;
	/* padding: 0.5rem 0; */
	/* color: white; */
	font-weight: 600;
	/* margin-left: -8px;
	padding-left: 8px; */
	/* border-radius: 4px; */
	/* background-color: color(
		from var(--site-primary-color) xyz calc(x) calc(y) calc(z)
	); */
}

.level_2_noChild.sub-menu .menuLabel {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.sub-menu .menuLabel:hover {
	color: var(--site-primary-color);
	opacity: 0.9;
}

.sub-menu ul li {
	text-align: left;
	text-transform: capitalize;
	/* padding: 0.2rem 0;
	margin: 0.2rem 0; */
	font-size: 0.95rem;
}

.sub-menu ul li a {
	/* opacity: 0.8; */
	transition: all 0.5s ease;
	display: block;
}

.sub-menu a:hover {
	/* padding-left: 14px; */
	color: var(--site-primary-color);
	opacity: 0.9;
}

.sub-menu {
	padding: 0;
	margin: 0;
}

.menuLevel_2 {
	display: none;
	background-color: #f1f1f1;
	color: #666;
	/* padding: 10px 0; */

}

.sub-menu a {
	color: #555;
}

.sub-menu-item {
	padding: 0;
	line-height: 28px;
	/* margin-bottom: 10px; */
}

.menuLevel_2_Item {
	padding: 15px 0 15px 1.2rem;
}

.level_2_noChild .menuLevel_2_Item {
	padding: 0 20px;
}

.level_2_noChild .menuLevel_2_Item:hover {
	background-color: #000;
	color: #f1f1f1;
}

.level_2_noChild .menuLevel_2_Item:hover a {
	color: var(--site-primary-color);
}

/* .sub-menu-item:nth-child(3) {
	background: #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 2rem;
} */
/* .sub-menu-item:nth-child(3) h2 {
	text-transform: capitalize;
	margin: 1.5rem 0;
} */
/* .sub-menu-item:nth-child(3) .btn {
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 0.9rem;
	padding: 0.6rem 1rem;
	cursor: pointer;
	background: #000;
	color: #fff;
	transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover {
	background: transparent;
	color: #000;
}
.sub-menu-item:nth-child(4) {
	width: 50%;
	margin: 0 auto;
	padding: 2rem 0;
} */

/* header */
.header {
	/* background:
		linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover
			no-repeat; */
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* .header h2 {
	margin: 1rem;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 2px;
} */

.header button {
	margin: 1rem;
	font-size: 1rem;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	border: none;
	padding: 0.8rem 1.5rem;
	transition: all 0.5s ease;
	cursor: pointer;
}

.header button:hover {
	background: #fff;
	color: #000;
}