.absolute-footer {
	display: none !important;
}
/* Fix icon nút lên đầu trang */
#top-link i.icon-angle-up {
    font-size: 0 !important;
    font-family: Arial, sans-serif !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Ép icon thành mũi tên hướng lên */
#top-link i.icon-angle-up:before {
    content: "↑" !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: currentColor !important;
}
.lnm-footer-wrap {
	--lnm-card: rgba(12, 24, 48, 0.72);
	--lnm-border: rgba(255, 255, 255, 0.08);
	--lnm-text: #fff;
	--lnm-title: #fff;
	--lnm-muted: #8ea6c9;
	--lnm-accent: #ffd900;
	--lnm-accent-2: #20c9ff;
	--lnm-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
	--lnm-radius: 28px;

	position: relative;
	overflow: hidden;
	color: var(--lnm-text);
	padding: 72px 26px 28px;
	border: 1px solid rgba(255,255,255,0.04);
	isolation: isolate;
	background: #000;
}

.lnm-footer-bg-blur {
	position: absolute;
	border-radius: 50%;
	filter: blur(55px);
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
	animation: lnmFloat 7s ease-in-out infinite;
}

.lnm-footer-bg-blur.blur-1 {
	width: 240px;
	height: 240px;
	top: -60px;
	left: -60px;
}

.lnm-footer-bg-blur.blur-2 {
	width: 260px;
	height: 260px;
	background: rgba(32, 201, 255, 0.12);
	right: -90px;
	bottom: -80px;
	animation-delay: 1.5s;
}

@keyframes lnmFloat {
	0%, 100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(0, -12px, 0) scale(1.05);
	}
}

.lnm-footer-grid,
.lnm-footer-bottom {
	position: relative;
	z-index: 2;
}

.lnm-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr 1fr;
	gap: 38px;
	align-items: start;
}

.lnm-brand-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.lnm-brand-logo {
	width: 115px;
	height: auto;
	min-width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(8px);
	overflow: hidden;
}

.lnm-brand-logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.lnm-brand-name {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 800;
	font-style: italic;
	letter-spacing: -0.02em;
	color: var(--lnm-text);
	text-transform: uppercase;
}

.lnm-brand-desc,
.lnm-subscribe-text,
.lnm-contact-text {
	color: var(--lnm-text);
	font-size: 17px;
	line-height: 1.8;
}

.lnm-footer-title {
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	color: var(--lnm-title);
	font-weight: 700;
	margin: 0 0 28px;
}

.lnm-footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 38px;
	height: 4px;
	border-radius: 999px;
	background: var(--lnm-accent);
	}

.lnm-socials {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.lnm-social-item {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: relative;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--lnm-accent);
	border: 1px solid rgba(255,255,255,0.08);
	
}

.lnm-social-item::before {
	content: "";
	position: absolute;
	inset: -35%;
	background: var(--lnm-accent);
	opacity: 0;
	transition: opacity .35s ease, transform .35s ease;
	transform: scale(.75);
}

.lnm-social-item:hover {
	transform: translateY(-6px);
	border-color: #ffd90029;
	box-shadow:
		0 18px 34px rgba(0,0,0,0.34),
		0 0 24px rgba(34,229,111,0.18);
}

.lnm-social-item:hover::before {
	opacity: 1;
	transform: scale(1);
}

.lnm-social-inner {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lnm-social-inner svg,
.lnm-social-inner img {
	width: 22px;
	height: 22px;
	display: block;
}

.lnm-social-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	
}

.lnm-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lnm-footer-links li + li {
	margin-top: 14px;
}

.lnm-footer-links a {
	color: var(--lnm-text);
	text-decoration: none;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: color .3s ease, transform .3s ease;
}

.lnm-footer-links a::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-radius: 999px;
	background: var(--lnm-accent);
	transition: width .35s ease;
}

.lnm-footer-links a:hover {
	color: #666666;
	transform: translateX(5px);
}

.lnm-footer-links a:hover::before {
	width: 100%;
}

.lnm-contact-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.lnm-contact-item {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	align-items: start;
}

.lnm-contact-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s ease, box-shadow .3s ease;
	overflow: hidden;
}

.lnm-contact-item:hover .lnm-contact-icon {
	transform: translateY(-3px);
	box-shadow:
		0 14px 30px rgba(0,0,0,.26),
		0 0 24px rgba(34,229,111,.14);
}

.lnm-contact-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.lnm-contact-fallback {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	
}

.lnm-subscribe-form {
	    display: flex;
    align-items: center;
    margin-top: 22px;
    border-radius: 18px;
    background: rgb(12 24 48 / 17%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.lnm-subscribe-form input {
	flex: 1;
	height: 50px !important;
	background: transparent;
	border: 0;
	outline: none;
	padding: 0 18px;
	color: #fff;
	font-size: 16px;
	margin: 0 !important;
}

.lnm-subscribe-form input::placeholder {
	color: #7f97bb;
}

.lnm-subscribe-form button {
	width: 66px;
	height: 50px;
	min-height: unset;
	border: 0;
	margin: 0 !important;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	background: var(--lnm-accent);
}

.lnm-subscribe-form button:hover {
	transform: scale(1.04);
	filter: brightness(1.06);
}

.lnm-send-icon {
	display: inline-block;
	transform: rotate(-20deg);
}

.lnm-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.06);
}

.lnm-footer-copy,
.lnm-footer-policy a {
	color: #7692bc;
	font-size: 15px;
	text-decoration: none;
}

.lnm-footer-policy {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.lnm-footer-policy a:hover {
	color: #dce8ff;
}

.lnm-footer-map {
	margin-bottom: 16px;
	line-height: 0;
}

.lnm-footer-map iframe {
	width: 100%;
	height: 220px;
	border: 0;
	border-radius: 12px;
}

.lnm-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}

.lnm-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================
   FLOAT BUTTONS
========================= */
.lnm-float-btn {
	position: fixed !important;
	right: 20px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 9999;
}

.lnm-call-float-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	animation: ringWave 1.8s infinite;
	opacity: .5;
}

.lnm-call-float-icon {
	position: relative;
	z-index: 2;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
		animation: shakeSoft 2s infinite ease-in-out;
}

.lnm-call-float .lnm-call-float-ring {
	background: rgba(34,197,94,.28);
}
.lnm-call-float .lnm-call-float-icon {
	background: #22c55e;
}
.lnm-call-float .lnm-call-float-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.lnm-zalo-float .lnm-call-float-ring {
	background: rgba(0,104,255,.25);
}
.lnm-zalo-float .lnm-call-float-icon {
	background: #0068ff;
}
.lnm-zalo-float .lnm-float-text {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.lnm-fanpage-float .lnm-call-float-ring {
	background: rgba(24,119,242,.25);
}
.lnm-fanpage-float .lnm-call-float-icon {
	background: #1877f2;
}
.lnm-fanpage-float .lnm-call-float-icon svg {
	width: 22px;
	height: 22px;
	fill: #fff;
	display: block;
}

@keyframes ringWave {
	0% {
		transform: scale(0.9);
		opacity: .5;
	}
	70% {
		transform: scale(1.6);
		opacity: 0;
	}
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes shakeSoft {
	0%, 100% {
		transform: translateX(0) scale(1);
	}
	20% {
		transform: translateX(-1px) rotate(-2deg);
	}
	40% {
		transform: translateX(1px) rotate(2deg);
	}
	60% {
		transform: translateX(-1px) rotate(-1deg);
	}
	80% {
		transform: translateX(1px) rotate(1deg);
	}
}

.lnm-float-btn:hover .lnm-call-float-icon {
	transform: scale(1.08);
	transition: .3s;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
	.lnm-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 28px;
	}

	.lnm-brand-name {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.lnm-footer-wrap {
		padding: 42px 18px 22px;
		border-radius: 22px;
	}

	.lnm-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lnm-brand-head {
		margin-bottom: 18px;
	}

	.lnm-brand-name {
		font-size: 22px;
	}

	.lnm-footer-title {
		font-size: 19px;
		margin-bottom: 24px;
	}

	.lnm-brand-desc,
	.lnm-subscribe-text,
	.lnm-contact-text,
	.lnm-footer-links a {
		font-size: 15px;
		line-height: 1.7;
	}

	.lnm-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 34px;
		gap: 14px;
	}

	.lnm-footer-policy {
		gap: 14px;
	}

	.lnm-subscribe-form input {
		font-size: 15px;
		height: 56px;
	}

	.lnm-subscribe-form button {
		width: 58px;
		height: 56px !important;
	}

	.lnm-social-item {
		width: 46px;
		height: 46px;
	}

	.lnm-contact-item {
		grid-template-columns: 40px 1fr;
	}

	.lnm-contact-icon {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.lnm-float-btn,
	.lnm-call-float-icon {
		width: 52px;
		height: 52px;
	}

	.lnm-call-float { bottom: 14px; right: 14px; }
	.lnm-zalo-float { bottom: 78px; right: 14px; }
	.lnm-fanpage-float { bottom: 142px; right: 14px; }

	.lnm-call-float .lnm-call-float-icon svg,
	.lnm-fanpage-float .lnm-call-float-icon svg {
		width: 22px;
		height: 22px;
	}

	.lnm-zalo-float .lnm-float-text {
		font-size: 12px;
	}
}

.mioto-swiper-button-prev,
.mioto-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Vị trí */
.mioto-swiper-button-prev {
    left: 12px;
}

.mioto-swiper-button-next {
    right: 12px;
}

/* Tạo mũi tên */
.mioto-swiper-button-prev::before,
.mioto-swiper-button-next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #111;
    border-right: 3px solid #111;
}

/* Mũi tên phải */
.mioto-swiper-button-next::before {
    transform: rotate(45deg);
    margin-left: -2px;
}

/* Mũi tên trái */
.mioto-swiper-button-prev::before {
    transform: rotate(-135deg);
    margin-left: 2px;
}

/* Hover */
.mioto-swiper-button-prev:hover,
.mioto-swiper-button-next:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Ẩn icon mặc định của Swiper nếu có */
.mioto-swiper-button-prev::after,
.mioto-swiper-button-next::after {
    display: none !important;
}

/* Nếu trong button đang có span thì ẩn luôn */
.mioto-swiper-button-prev span,
.mioto-swiper-button-next span {
    display: none;
}
/* Cụm button nổi */
.lnm-float-buttons {
    position: fixed !important;
    right: 15px !important;
    bottom: 75px !important; 
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 12px !important;
}

/* Từng nút không fixed riêng nữa */
.lnm-float-buttons .lnm-float-btn {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 58px;
    height: 58px;
}
@media (max-width: 767px) {
    .lnm-float-buttons {
        right: 14px !important;
        bottom: 120px !important; 
    }

    .lnm-float-buttons .lnm-float-btn {
        width: 52px;
        height: 52px;
    }
}