.text-white{
	color: #fff !important;
}

.bg-black{
	background: linear-gradient(0deg, rgb(38, 38, 40) 0%, rgb(24, 24, 24) 80%, rgb(24, 24, 24) 100%);
}

.mb-3{
	margin-bottom: 1.5rem !important;
}

.border-0{
	border: 0 !important;
}

html{
	scroll-behavior: smooth;
}

.vn .uk-navbar-nav li a,
.vn .text-login{
	font-size: 11px;
}