.pp-footer {
	--pp-footer-accent: var(--color-main, #f54a00);
	background: #f7f7f6;
	border-top: 1px solid #e7e5e4;
	color: #6e6864;
	font-size: 13px;
	line-height: 1.75;
}
.pp-footer > .section-content {
	padding: 56px 0 0;
}
.pp-footer .pp-footer-main {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.pp-footer .pp-footer-main > .col {
	padding-bottom: 32px;
}
.pp-footer .pp-footer-logo {
	max-width: 340px;
	margin-bottom: 20px;
}
.pp-footer .pp-footer-logo img {
	object-fit: contain;
}
.pp-footer p {
	margin-bottom: 12px;
}
.pp-footer a {
	color: #241b16;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}
.pp-footer a:hover {
	color: var(--pp-footer-accent);
}
.pp-footer a:focus-visible {
	outline: 2px solid var(--pp-footer-accent);
	outline-offset: 4px;
}
.pp-footer .pp-footer-intro {
	margin-bottom: 18px;
}
.pp-footer .pp-footer-tax strong {
	color: var(--pp-footer-accent);
	margin-right: 5px;
}
.pp-footer .pp-footer-address strong {
	color: #241b16;
}
.pp-footer .pp-footer-promise {
	padding-left: 12px;
	border-left: 2px solid var(--pp-footer-accent);
}
.pp-footer .pp-footer-branches {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid #e5e3e1;
}
.pp-footer h4 {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.35px;
}
.pp-footer .pp-footer-branches h4 {
	color: var(--pp-footer-accent);
}
.pp-footer .pp-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.pp-footer .pp-footer-tags span {
	padding: 3px 9px;
	border: 1px solid #e7e5e4;
	border-radius: 5px;
	background: #fff;
	font-size: 11px;
}
.pp-footer .pp-footer-title {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 26px;
	margin: 0 0 22px;
	color: #241b16;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.pp-footer .pp-footer-title::before {
	content: "";
	flex: 0 0 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pp-footer-accent);
}
.pp-footer .pp-footer-hotline {
	padding: 15px 18px;
	margin-bottom: 20px;
	border: 1px solid #ffd0ae;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 3px 10px #2b191106;
}
.pp-footer .pp-footer-hotline > span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.pp-footer .pp-footer-hotline > a {
	display: block;
	width: fit-content;
	color: var(--pp-footer-accent);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.pp-footer .pp-footer-hotline small {
	font-size: 11px;
}
.pp-footer .pp-footer-hotline small a {
	font-weight: 700;
}
.pp-footer .pp-footer-contact {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}
.pp-footer .pp-footer-contact > div {
	flex: 1;
	min-width: 0;
}
.pp-footer .pp-footer-contact > div > span {
	display: block;
	font-size: 11px;
	color: #79716b;
}
.pp-footer .pp-footer-contact a,
.pp-footer .pp-footer-contact strong {
	display: block;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.6;
	overflow-wrap: anywhere;
}
.pp-footer .pp-footer-contact strong {
	color: var(--pp-footer-accent);
}
.pp-footer .pp-footer-contact-icon {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #fff0e2;
	color: var(--pp-footer-accent);
}
.pp-footer .pp-footer-contact-icon.pp-footer-zalo {
	background: #e6efff;
	color: #0068ff;
}
.pp-footer .pp-footer-contact-icon.pp-footer-web {
	background: #ddf6e9;
	color: #00a36a;
}
.pp-footer .pp-footer-menu {
	gap: 0;
	margin-bottom: 24px;
}
.pp-footer .pp-footer-menu .ux-menu-link__link {
	min-height: 42px;
	padding: 8px 0;
	border-bottom: 1px solid #e7e5e4;
	font-size: 13px;
	font-weight: 500;
}
.pp-footer .pp-footer-menu .ux-menu-link__icon {
	color: var(--pp-footer-accent);
	margin-right: 9px;
}
.pp-footer .pp-footer-menu .ux-menu-link:last-child .ux-menu-link__link {
	border-bottom: 0;
}
.pp-footer .pp-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pp-footer .pp-footer-social {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	color: #fff;
	box-shadow: 0 3px 8px #241b1610;
}
.pp-footer .pp-footer-social.pp-footer-facebook {
	background: #1877f2;
}
.pp-footer .pp-footer-social.pp-footer-tiktok {
	background: #181818;
}
.pp-footer .pp-footer-social.pp-footer-zalo {
	background: #0068ff;
}
.pp-footer .pp-footer-social.pp-footer-youtube {
	background: #ff0000;
}
.pp-footer .pp-footer-social:hover {
	color: #fff;
	transform: translateY(-3px);
}
.pp-footer .pp-footer-bottom {
	margin: 12px auto 0;
	padding: 22px 0;
	border-top: 1px solid #e5e3e1;
	align-items: center;
}
.pp-footer .pp-footer-bottom > .col {
	padding: 0 10px;
}
.pp-footer .pp-footer-bottom p {
	margin: 0;
	font-size: 11px;
}
.pp-footer .pp-footer-bottom strong {
	color: #241b16;
	font-weight: 600;
}
.pp-footer .pp-footer-policy {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px 16px;
}
.pp-footer .pp-footer-policy .ux-menu-link__link {
	padding: 5px 0;
	min-height: 32px;
	font-size: 11px;
	color: #79716b;
}
@media (max-width: 849px) {
	.pp-footer > .section-content {
		padding-top: 36px;
	}
	.pp-footer .pp-footer-main {
		padding: 0 12px;
	}
	.pp-footer .pp-footer-policy {
		display: none;
	}
}
@media (max-width: 549px) {
	.pp-footer .pp-footer-main {
		padding: 0 5px;
	}
	.pp-footer .pp-footer-main > .col {
        padding-left: 0;
        padding-right: 0;
	}
	.pp-footer .pp-footer-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.pp-footer .pp-footer-bottom {
		margin-top: 0;
		padding: 18px 0;
		color: #241b16;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
	}
	.pp-footer .pp-footer-bottom > .col {
		padding: 0 0 8px;
	}
	.pp-footer .pp-footer-policy {
		gap: 0 14px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.pp-footer a {
		transition: none;
	}
	.pp-footer .pp-footer-social:hover {
		transform: none;
	}
}
.pp-footer .pp-footer-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pp-footer .pp-footer-tags > li,
.pp-footer .pp-footer-tags > span {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	padding: 3px 9px;
	border: 1px solid #e5e3e1;
	border-radius: 4px;
	background: #fff;
	color: #6e6864;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
	box-shadow: 0 1px 2px #0000000a;
	list-style: none;
}
.pp-footer .pp-footer-tags > li::before {
	content: none;
}
.pp-footer .pp-footer-contact {
	position: relative;
	align-items: center;
	min-height: 34px;
	padding-left: 44px;
}
.pp-footer .pp-footer-contact > .pp-footer-contact-icon {
	display: none;
}
.pp-footer .pp-footer-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background-color: #fff0df;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
}
.pp-footer .pp-footer-social {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 12px;
	font-size: 0;
	text-decoration: none;
}
.pp-footer .pp-footer-social > span {
	display: none;
}
.pp-footer .pp-footer-social::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pp-footer .pp-footer-socials {
	margin: 0;
	padding: 0;
}
.pp-footer .pp-footer-socials > p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.pp-footer .pp-footer-socials br {
	display: none;
}
.pp-footer .pp-footer-social.pp-footer-facebook::before {
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%2022v-9h3l.5-4H14V7c0-1.2.4-2%202-2h2V1.4C17.4%201.2%2016.2%201%2015%201c-3%200-5%201.8-5%205v3H7v4h3v9z%22%2F%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-social.pp-footer-tiktok::before {
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.5%202c.3%202.6%201.8%204.2%204.5%204.4v3.4a9%209%200%200%201-4.5-1.3v7.2a6.8%206.8%200%201%201-6-6.7v3.5a3.3%203.3%200%201%200%202.5%203.2V2z%22%2F%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-social.pp-footer-youtube::before {
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M22%207s-.2-1.6-.9-2.3C20.3%204%2019.4%204%2019%204c-3-.3-11-.3-14%200-.4%200-1.3%200-2.1.7C2.2%205.4%202%207%202%207a38%2038%200%200%200%200%2010s.2%201.6.9%202.3c.8.7%201.7.7%202.1.7%203%20.3%2011%20.3%2014%200%20.4%200%201.3%200%202.1-.7.7-.7.9-2.3.9-2.3a38%2038%200%200%200%200-10zM10%2016V8l6%204z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-social.pp-footer-zalo::before {
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2024%22%3E%3Ctext%20x%3D%2218%22%20y%3D%2217%22%20text-anchor%3D%22middle%22%20font-family%3D%22Arial%2Csans-serif%22%20font-weight%3D%22800%22%20font-size%3D%2216%22%20fill%3D%22white%22%3EZalo%3C%2Ftext%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-contact-zalo::before,
.pp-footer .pp-footer-contact:has(> .pp-footer-zalo)::before {
	background-color: #dceaff;
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%230068ff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2024%22%3E%3Ctext%20x%3D%2218%22%20y%3D%2217%22%20text-anchor%3D%22middle%22%20font-family%3D%22Arial%2Csans-serif%22%20font-weight%3D%22800%22%20font-size%3D%2216%22%20fill%3D%22%230068ff%22%3EZalo%3C%2Ftext%3E%3C%2Fsvg%3E");
	background-size: 29px 21px;
}
.pp-footer .pp-footer-contact-mail::before,
.pp-footer .pp-footer-contact:has(> .pp-footer-mail)::before {
	background-color: #fff0df;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ff5900%22%20stroke-width%3D%221.7%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22m3%206%209%207%209-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-contact-web::before,
.pp-footer .pp-footer-contact:has(> .pp-footer-web)::before {
	background-color: #d1fae5;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%2300a36a%22%20stroke-width%3D%221.6%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2212%22%20rx%3D%224%22%20ry%3D%229%22%2F%3E%3Cpath%20d%3D%22M3%2012h18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-contact-clock::before,
.pp-footer .pp-footer-contact:has(> .pp-footer-clock)::before {
	background-color: #fff4c2;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ef8b00%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%206v6l4%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.pp-footer .pp-footer-social.pp-footer-zalo::before {
	width: 32px;
	height: 24px;
}

.absolute-footer {
	display: none !important;
}