
ul[data-name="footer"] {
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);

	display: flex;
	flex-direction: column;
	align-items: center
}
/*ul[data-name="footer"] li {
	list-style: none;
}*/
ul[data-name="footer"] > li {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
ul[data-name="footer"] > li li {
	cursor: pointer;
}

ul[data-name="footer"] > li li:hover {
	color: #0a68ce;
}
ul[data-name="footer"] > li:nth-of-type(1) {
	width: 100%;
}
ul[data-name="footer"] > li:nth-of-type(1) ul {
	padding: 25px 10px 25px 25px;
	flex: 1 1 200px;
}
ul[data-name="footer"] > li:nth-of-type(1) ul li {
	width: 100%;
	margin: 3px 0;
	cursor: pointer;
}
ul[data-name="footer"] > li:nth-of-type(1) ul li:hover {
	color: #0a68ce;
}
ul[data-name="footer"] > li:nth-of-type(1) ul::before {
	font-family: "Kanit-Regular";
	font-size: 1.063rem;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
}
ul[data-name="footer"] > li:nth-of-type(1) [name="about-us"]::before {
	content: "About Us";
}
ul[data-name="footer"] > li:nth-of-type(1) [name="careers"]::before {
	content: "Careers";
}
ul[data-name="footer"] > li:nth-of-type(1) [name="services"]::before {
	content: "Services";
}
ul[data-name="footer"] > li:nth-of-type(1) [name="community"]::before {
	content: "Community";
}
ul[data-name="footer"] > li:nth-of-type(1) [name="contact-us"]::before {
	content: "Contact Us";
}

ul[data-name="footer"] > li:nth-of-type(2) {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul[data-name="footer"] > li:nth-of-type(2) ul {
	width: 100%;
	padding: 20px 25px;
	/*display: flex;*/
}
ul[data-name="footer"] > li:nth-of-type(2) ul li {
	padding: 9.5px 0;
}

ul[data-name="footer"] > li:nth-of-type(3) li {
	margin: 10px;
}
ul[data-name="footer"] > li:nth-of-type(4)::before {
	font-family: "Font Awesome 6 Sharp";
	font-size: 1rem;
	font-weight: 300;
	content: "\f1f9";
	margin: 0 50px 0 0;
	position: relative;
	float: left;
}

ul[data-name="footer"] > li:nth-of-type(4)::after {
	content: "2020 - ";
	position: absolute;
	left: 20px;
}