.footer .title strong {
	display: block;
}

.footer-row a {
	color: #fff;
}

.footer-row a:hover {
	color: #e8c981;
}

div#back-top {
	height: 60px;
	position: fixed;
	overflow: hidden;
	width: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	right: 20px;
	bottom: 100px;
	z-index: 89;
}

div#back-top a {
	line-height: 50px;
	background: #5d5d5d;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 50%;
}

div#back-top a svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.socical-footer-ul li {
	position: relative;
	width: 30px;
	height: 30px;
}

.socical-footer-ul li:not(:first-child) {
	margin-left: 15px;
}

footer#footer .social_icon li.fb_icon a {
	background: #4267b2;
}

footer#footer .social_icon li.yt_icon a {
	background: #f00;
}

footer#footer .social_icon li.sk_icon a {
	background: #01aef2;
}

footer#footer .social_icon li.gg_icon a {
	background: #db4437;
}

footer#footer .social_icon li.tw_icon a {
	background: #4ab3f4;
}

ul#footer-menu {
	margin-left: 20px;
	color: #fff;
	padding-top: 30px;
}

ul#footer-menu li {
	list-style: disc;
	color: #2e8c41;
	line-height: 2rem;
}

.menu-footer a {
	font-weight: 500;
	color: #fff;
}

.menu-footer a:hover {
	color: #e4ad46;
}

.menu-footer li {
	line-height: 3;
}

.midle-footer {
	color: #ffffff;
}

.footer .list-info li {
	line-height: 1.7;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.footer .menu-footer ul li {
	line-height: 1.7;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.footer .menu-footer ul li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

li.addresss:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	height: 22px;
	background: url(../../frontend/img/address-new.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.hotline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../../frontend/img/call-new.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.van-phong:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: url(../../frontend/img/office.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.e-mail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 23px;
	height: 17px;
	background: url(../../frontend/img/email-new.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.web:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 23px;
	height: 17px;
	background: url(../../frontend/img/web.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.face:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/face.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.youtube:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/youtube.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.email:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/email.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.tell:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/phone.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.tiktok:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/tiktok.png);
	background-repeat: no-repeat;
	background-size: contain;
}

li.app:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../frontend/img/app.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.footer-row {
		display: block;
	}

	.logo-footer {
		max-width: 200px;
		margin: 0 auto 30px;
	}

	.connect-footer-ul li,
	.widget-menu li {
		margin-bottom: 15px;
	}

	div#back-top {
		height: 40px;
		width: 40px;
		right: 10px;
	}

	div#back-top a {
		width: 34px;
		height: 34px;
		top: 3px;
		left: 3px;
	}

	.menu-footer .title-menu:before {
		position: absolute;
		right: 0;
		top: 10px;
		font-family: "FontAwesome";
		font-size: 20px;
		content: "\f0da";
		background: transparent;
		color: #333;
		line-height: 1;
	}

	.menu-footer .title-menu.active:before {
		content: "\f0dd";
	}

	.footer .list-info li {
		padding-left: 30px;
	}
}
