/**
 * Font Awesome 4 类名 → FA6（与 About-Us.html /css/all.min.css 一致）
 */
.fa,
.fas,
.vc_btn3-icon.fa {
	font-family: "Font Awesome 6 Free", FontAwesome !important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.far,
.fa.fa-calendar-alt {
	font-family: "Font Awesome 6 Free", FontAwesome !important;
	font-weight: 400;
}

.fab {
	font-family: "Font Awesome 6 Brands" !important;
	font-weight: 400;
}

/* 主导航下拉箭头（对齐 About-Us 的 fa-chevron-down） */
.nav .social-menus li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome 6 Free", FontAwesome;
	font-weight: 900;
}

.ed-card-meta i.ph,
.ed-card-meta i.fas,
.ed-card-meta i.fa {
	vertical-align: middle;
	line-height: 1;
}
