.nm-topbar {
	position: relative;
	width: 100%;
}

.nm-topbar.is-hidden {
	opacity: 0;
	transition: opacity .3s ease;
}

/*
 * Khoi banner cao co dinh theo px nhap (--nm-h-d desktop / --nm-h-m mobile).
 * Anh can giua, khong ep cao bang khoi, giu ti le; phan trong quanh anh la mau nen.
 */
.nm-topbar__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--nm-h-d, 70px);
}

.nm-topbar__link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.nm-topbar picture {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.nm-topbar .nm-topbar__img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: var(--nm-h-d, 70px);
}

@media (max-width: 768px) {
	.nm-topbar__inner {
		height: var(--nm-h-m, 39px);
	}

	.nm-topbar .nm-topbar__img {
		max-height: var(--nm-h-m, 39px);
	}
}

/*
 * Nut close la con truc tiep cua .nm-topbar (luon full-width) nen luon nam o
 * goc phai tren cung man hinh du layout la full hay container.
 * Specificity cao + reset cac thuoc tinh button mac dinh cua Flatsome.
 */
.nm-topbar .nm-topbar__close {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.nm-topbar .nm-topbar__close:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}
