
/* ====================== */
/* START - FOOTER CONTAIN */
/* ====================== */
/* ===== Reset / Base ===== */
ul.hn-footer__services-list, ul.hn-footer__contact-list, ul.hn-footer__social-list, ul {
	list-style: none;
		padding: 0;
}
a{
	text-decoration: none;
}
.hn-footer__text-gradient {
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ===== Layout ===== */
.hn-footer__container {
	position: relative;
	z-index: 0;
	--padding-h: 40px;
	padding-left: var(--padding-h);
	padding-right: var(--padding-h);
	background: #fff;
	box-shadow: 0px -2px 12px #00000017;
}

.hn-footer__container * {
	color: #000;
}

.hn-footer__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 32px;
}

.hn-footer__grid {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	padding-bottom: 40px;
	border-bottom: 1px solid #19188033;
	margin-bottom: 35px;
}

/* ===== Spots ===== */
.hn-footer__spot {
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	z-index: -1;
}

.hn-footer__spot1 {
	background: #2338FC;
	top: 0;
	left: 0;
	width: 270px;
	height: 270px;
	filter: blur(290px);
}

.hn-footer__spot2 {
	background: #7FB4EE;
	top: 40px;
	right: 0px;
	width: 320px;
	height: 300px;
	filter: blur(180px);
}

.hn-footer__spot3 {
    background: #75D3E3;
    bottom: -0px;
    right: 50%;
    width: 350px;
    height: 213px;
    filter: blur(260px);
    transform: translateX(100%);
}

/* ===== Logo ===== */
a.hn-footer__logo {
	margin-bottom: 14px;
	display: inline-block;
}

img.hn-footer__logo-img {
	width: 240px;
}

/* ===== Typography ===== */
.hn-footer__heading {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.hn-footer__desc {
	max-width: 375px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 20px;
}

.hn-footer__label {
	display: block;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 4px;
	line-height: 1em;
}

.hn-footer__address-text {
	max-width: 300px;
	line-height: 1.3em;
	padding-top: 4px;
}

/* ===== Lists / Links ===== */
.hn-footer__services-item + .hn-footer__services-item {
	margin-top: 8px;
}

a.hn-footer__services-link {
	font-weight: 500;
	text-decoration: none;
	color: #000;
	line-height: 1.5em;
}

a.hn-footer__value {
	text-decoration: none;
	color: #000;
	display: inline-block;
	line-height: 1.5em;
}

a.hn-footer__value.linked {
	font-weight: 500;
}

.hn-footer__contact-item + .hn-footer__contact-item {
	margin-top: 16px;
}

/* ===== Social ===== */
ul.hn-footer__social-list {
	display: flex;
}

.hn-footer__social-item + .hn-footer__social-item {
	margin-left: 16px;
}

a.hn-footer__social-link {
	display: flex;
}

a.hn-footer__social-link > svg {
	width: 32px;
	display: inline-block;
}

/* ===== Brands ===== */
.hn-footer__brands {
	display: flex;
	justify-content: center;
}

ul.hn-footer__brands-list {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding-bottom: 32px;
	border-bottom: 1px solid #19188033;
	margin-bottom: 8px;
}

hr.hn-footer__line {
	border: 1px solid #19188033;
	width: 120px;
	margin-top: 25px;
	margin-bottom: 18px;
}

.hn-footer__brand-logo {
	width: 163px;
}

/* ===== Copyright ===== */
p.hn-footer__copyright {
	text-align: center;
}

/* <= 1600px */
@media (max-width: 1600px) {
	.hn-footer__brand-logo { width: 150px; }
}

/* <= 1400px */
@media (max-width: 1400px) {
	.hn-footer__brand-logo { width: 140px; }
}

/* <= 1200px */
@media (max-width: 1200px) {
	.hn-footer__container { --padding-h: 32px; }

	.hn-footer__desc {
		max-width: 330px;
		font-size: 15px;
	}

	.hn-footer__address-text {
		max-width: 260px;
		font-size: 15px;
	}

	a.hn-footer__services-link,
	a.hn-footer__value {
		font-size: 15px;
	}

	.hn-footer__label { font-size: 17px; }
	.hn-footer__heading { font-size: 18px; }
	img.hn-footer__logo-img { width: 210px; }
	.hn-footer__brand-logo { width: 130px; }

	p.hn-footer__copyright { font-size: 14px; }
}

/* <= 1024px */
@media (max-width: 1024px) {
	.hn-footer__container { --padding-h: 24px; }
	.hn-footer__grid { gap: 20px; }

	.hn-footer__desc {
		max-width: 300px;
		font-size: 14px;
	}

	.hn-footer__address-text {
		max-width: 240px;
		font-size: 14px;
	}

	a.hn-footer__services-link,
	a.hn-footer__value {
		font-size: 14px;
	}

	.hn-footer__label { font-size: 16px; }
	p.hn-footer__copyright { font-size: 13px; }
}

/* <= 900px */
@media (max-width: 900px) {
	.hn-footer__grid { gap: 16px; }

	.hn-footer__desc {
		max-width: 216px;
		font-size: 13px;
	}

	.hn-footer__address-text {
		max-width: 225px;
		font-size: 13px;
	}

	a.hn-footer__services-link,
	a.hn-footer__value {
		font-size: 13px;
	}

	.hn-footer__label { font-size: 15px; }
	.hn-footer__heading { font-size: 17px; }

	a.hn-footer__social-link > svg { width: 28px; }
	.hn-footer__social-item + .hn-footer__social-item { margin-left: 12px; }
	img.hn-footer__logo-img { width: 170px; }
}

/* <= 768px */
@media (max-width: 768px) {
	.hn-footer__container { --padding-h: 20px; }
	.hn-footer__grid { flex-wrap: wrap; gap: 32px 16px;}
	.hn-footer__col {
		width: calc(50% - 14px);
	}

	ul.hn-footer__brands-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 20px;
	}

	p.hn-footer__copyright { font-size: 12px; }
}

/* <= 576px */
@media (max-width: 576px) {
	.hn-footer__container { --padding-h: 16px; }
	p.hn-footer__copyright { font-size: 11px; }

	.hn-footer__services-item + .hn-footer__services-item {
		margin-top: 6px;
	}

}

/* <= 480px */
@media (max-width: 480px) {
	.hn-footer__grid {
		gap: 28px 16px;
		padding-bottom: 28px;
		margin-bottom: 24px;
	}

	.hn-footer__social,
	.hn-footer__about {
		width: 100%;
	}

	.hn-footer__desc {
		max-width: 100%;
		font-size: 13px;
	}

	.hn-footer__address-text {
		max-width: 100%;
	}

	.hn-footer__label {
		margin-bottom: 1px;
	}

	.hn-footer__contact-item + .hn-footer__contact-item {
		margin-top: 15px;
	}

	a.hn-footer__logo {
		margin-bottom: 10px;
	}

	.hn-footer__heading {
		margin-bottom: 12px;
	}

	hr.hn-footer__line {
		margin-top: 20px;
		margin-bottom: 16px;
	}

	ul.hn-footer__brands-list {
		padding-bottom: 24px;
	}

	.hn-footer__brand-logo { width: 110px; }
	p.hn-footer__copyright { font-size: 10px; }
}
/* ====================== */
/* END - FOOTER CONTAIN */
/* ====================== */






/* ======================== */
/* START - POPUP KHUYẾN MÃI */
/* ======================== */
.homenest__promotion-btn {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 120px;
}
.homenest__promotion-btn .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	--size-btn: 30px;
	width: var(--size-btn);
	height: var(--size-btn);
	transform: translateY(-100%);
	border: 0;
	outline: 0;
	background: #e4e4e4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	overflow: hidden;
	cursor: pointer;
}
.homenest__promotion-btn .btn-close::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bg-gradient);
	z-index: -1;
	opacity: 0;
	transition: opacity .3s ease;
}
.homenest__promotion-btn .btn-close svg {
	width: 20px;
	transform: rotate(0deg);
	transition: transform .3s ease;
}
.homenest__promotion-btn .btn-close:hover::before {
	opacity: 1;
}
.homenest__promotion-btn .btn-close:hover  svg {
	transform: rotate(180deg);
}
.homenest__promotion-btn a, .homenest__promotion-btn img {
	width: 100%;
}


@media only screen and (max-width: 768px) {
	.homenest__promotion-btn {
		width: 50px;
	}
	.homenest__promotion-btn .btn-close {
		--size-btn: 20px;
	}
	.homenest__promotion-btn .btn-close svg {
		width: 15px;
	}
}
/* ======================== */
/* END - POPUP KHUYẾN MÃI */
/* ======================== */




/* ============================== */
/* START - TAB ICON RIGHT CENTER */
/* ============================== */
.hn__all-icons {
	position: fixed;
	top: 50%;
	right: 5px;
	list-style: none;
	transform: translateY(-50%);
	border-radius: 5px;
	overflow: hidden;
}
.hn__all-icons > li:not(:last-of-type) > a {
	box-sizing: border-box;
}
.hn__all-icons > li > a {
	--size: 60px;
	display: flex;
	width: var(--size);
	height: var(--size);
	color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 5px;
}
.hn__all-icons > li > a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(92.16deg, #020C6A 25%, #1A85F8 56.7%, #66E5FB 75%);
	transform: scale(2) rotate(0deg);
	transition: all .5s ease;
}
.hn__all-icons > li > a:hover::before {
	transform: scale(2) rotate(-180deg);
}
.hn__all-icons > li > a > i {
	font-size: 19px;
	margin-bottom: 3px;
	margin-top: 5px;
}
.hn__all-icons > li > a  img {
	height: 26px;
	margin-bottom: 1px;
}
.hn__all-icons > li > a svg {
	width: 23px;
	margin-bottom: 3px;
}
.hn__all-icons > li > a > span {
	font-size: 10px;
	line-height: 1em;
	font-weight: 300;
}
@media only screen and (max-width: 768px) {
	.hn__all-icons {
		display: none;
	}
}
/* ============================== */
/* END - TAB ICON RIGHT CENTER */
/* ============================== */






/* ============================== */
/* START - FOOTER CONTACT MOBILE */
/* ============================== */
.contact-footer__mobile {
	display: none;
}
@media only screen and (max-width: 768px) {
	.contact-footer__mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: block !important;
	}

	.contact-footer__mobile > .container {
		background: url('/wp-content/uploads/2025/12/mb-footer-bg.png') top 0px center / 820px  no-repeat;
		display: flex;
		height: 70px;
		padding: 0;
		margin-bottom: 0px;
		transition: margin-bottom .5s ease;
		position: relative;
		z-index: 0;
	}

	.contact-footer__mobile.scrollDown > .container {
		margin-bottom: -70px;
	}

	.contact-footer__mobile .item {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
	}

	.contact-footer__mobile .item:not(.call) {
		width: 20%;
	}

	.contact-footer__mobile .item.call {
		width: 20%;
		align-items: flex-end;
	}

	.contact-footer__mobile > .container  a {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-footer__mobile .icon {
		--size: 30px;
		width: var(--size);
		height: var(--size);
		border-radius: 50%;
		background: var(--bg-gradient);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contact-footer__mobile .item.call .icon {
		--size: 56px;
		border: 2px solid #fff;
		position: absolute;
		bottom: 40px;
		z-index: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: all .5s ease;
	}

	.contact-footer__mobile.scrollDown .item.call .icon {
		left: 16px;
		transform: translateX(0%);
		bottom: 170px;
	}

	.contact-footer__mobile .item.call .icon i {
		font-size: 22px;
	}

	.contact-footer__mobile .item.call .icon::before {
		content: '';
		position: absolute;
		inset: -20px;
		transform: scale(1);
		background: rgba(255, 255, 255, .60);
		border-radius: 50%;
		z-index: -1;
		animation: anmButtonContact 1500ms ease-out infinite;
	}

	.contact-footer__mobile .item.call .icon::after {
		content: '';
		position: absolute;
		inset: 0px;
		z-index: -1;
		background: var(--bg-gradient);
		border-radius: 50%;
	}

	@keyframes anmButtonContact {
		0% {
			transform: scale(1);
			opacity: .67;
		}
		100% {
			transform: scale(2.2);
			opacity: 0;
		}
	}

	.contact-footer__mobile .icon i {
		color: #fff;
	}

	.contact-footer__mobile .icon > img {
		height: 20px;
	}

	.contact-footer__mobile > .container  a > span {
		font-size: 12px;
	}

	.contact-footer__mobile .item.call a {
		gap: 12px;
		padding-bottom: 12px;
	}

	.contact-footer__mobile .item.call span {
		background: var(--bg-gradient);
		line-height: 1em;
		padding: 2px 8px;
		color: #fff;
		border-radius: 31px;
	}
}
/* ============================== */
/* END - FOOTER CONTACT MOBILE */
/* ============================== */









/* ====================================== */
/* START - BUTTON SCROLL */
/* ====================================== */
button#scrollTopBtn {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	border: 0;
	box-shadow: 0px 0px 5px 1px #00000080;
	background: conic-gradient(#020C6A 0%, #1A85F8 calc(clamp(0%, var(--progress), 56%)), #66E5FB calc(clamp(0%, var(--progress), 100%)), #a1a1a178 var(--progress));
	color: #fff;
	font-size: 23px;
	cursor: pointer;
	position: relative;
	padding: 4px;
	box-sizing: border-box;
}
button#scrollTopBtn > svg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
}
button#scrollTopBtn > svg::before {
	background-image: var(--bg-gradient);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.homenest__scroll-top-page {
	position: fixed;
	bottom: -100px;
	right: 40px;
	transition: bottom .5s ease;
}
.homenest__scroll-top-page:has(.show) {
	bottom: 50px;
}
@media only screen and (max-width: 768px) {
	.homenest__scroll-top-page {
		right: 15px;
	}
	.homenest__scroll-top-page:has(.show) {
		bottom: 80px;
	}
}
/* ====================================== */
/* END - BUTTON SCROLL */
/* ====================================== */