/* ==========================================================================
   TRAWISE — HEADER & FOOTER DÙNG CHUNG CHO TOÀN WEBSITE
   --------------------------------------------------------------------------
   Nạp trên MỌI trang (xem functions.php), ngay sau trawise-ui.css.
   Không scope theo template nào cả — đây là "vỏ" thống nhất của site.

   Gồm:
   1. Thanh trên cùng (social, tìm kiếm, ngôn ngữ, CTA)
   2. Cụm EMAIL / HOTLINE / GIỜ LÀM VIỆC
   3. Menu chính + dropdown
   4. Footer mới (.tw-ft) + ẩn footer widget cũ
   ========================================================================== */

:root {
	--tw-s-brand:  #0042e8;
	--tw-s-brandd: #0034bd;
	--tw-s-ink:    #030712;
	--tw-s-ink2:   #4b5163;
	--tw-s-ink3:   #858b9c;
	--tw-s-line:   #e2e6ee;
	--tw-s-tint:   #eaf0ff;
	--tw-s-f: "Be Vietnam Pro", system-ui, -apple-system, sans-serif;
}

/* ==========================================================================
   1. THANH TRÊN CÙNG
   ========================================================================== */

#top-bar.header-top {
	background-color: #fbfcfe !important;
	border-bottom: 1px solid var(--tw-s-line);
	min-height: 42px;
}
#top-bar .flex-row.container { min-height: 42px; }
#top-bar .nav { align-items: center; }
#top-bar .nav-divided > li + li::before { display: none; }

/* Bố cục: social bám mép trái, mọi thứ còn lại (tìm kiếm · ngôn ngữ · CTA)
   dồn hết sang phải thành một cụm. Trước đây ô tìm kiếm dính ngay sau
   social nên giữa thanh trống hoác, nhìn rất rời rạc. */
#top-bar .flex-row > .flex-left { flex: 1 1 auto; min-width: 0; }
#top-bar .flex-left > .nav { width: 100%; flex-wrap: nowrap; }
#top-bar .flex-row > .flex-right { flex: 0 0 auto; }

#top-bar .nav > li > a {
	font-family: var(--tw-s-f); font-size: 12.5px; font-weight: 500;
	letter-spacing: 0; text-transform: none; color: var(--tw-s-ink2);
}
#top-bar .nav > li > a:hover { color: var(--tw-s-brand); }

#top-bar li.header-social-icons { margin-right: 4px; }
#top-bar .social-icons a.icon.button.circle {
	background: transparent !important; background-image: none !important; border: 0 !important;
	width: 26px !important; height: 26px !important; line-height: 26px !important;
	font-size: 13px; margin: 0 1px 0 0; box-shadow: none; color: #98a0b3 !important;
	transition: color .18s ease, transform .18s ease;
}
#top-bar .social-icons a.icon.button.circle:hover { color: var(--tw-s-brand) !important; transform: translateY(-1px); }
#top-bar .social-icons a.icon.button.circle i,
#top-bar .social-icons a.icon.button.circle i::before { color: inherit !important; opacity: 1; }

/* vạch ngăn mảnh giữa các nhóm */
#top-bar li.header-search-form,
#top-bar li.header-button-1 { position: relative; padding-left: 18px; margin-left: 14px; }
/* ô tìm kiếm là mục cuối của cụm trái → đẩy nó sang sát cụm phải */
#top-bar li.header-search-form { margin-left: auto; margin-right: 4px; }
#top-bar li.header-search-form::before,
#top-bar li.header-button-1::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 1px; height: 18px; background: var(--tw-s-line);
}

#header .header-search-form .searchform { border: 0; border-radius: 0; }
#header .searchform-wrapper .flex-row {
	background: #f3f5f9; border: 1px solid transparent; border-radius: 999px; max-width: 230px;
	transition: background-color .2s ease, border-color .2s ease;
}
#header .searchform-wrapper .flex-row:focus-within { background: #fff; border-color: var(--tw-s-brand); }
#header input.search-field {
	background: transparent; border: 0; box-shadow: none;
	height: 30px; font-size: 13px; color: var(--tw-s-ink); padding-left: 14px;
}
#header input.search-field::placeholder { color: #98a0b3; }
#header .searchform .submit-button, #header .ux-search-submit {
	background: transparent !important; border: 0 !important; border-radius: 0;
	min-height: 30px; padding: 0 12px; color: #98a0b3 !important; box-shadow: none;
}
#header .ux-search-submit:hover { color: var(--tw-s-brand) !important; transform: none; }

/* Chuyển ngôn ngữ (GTranslate): ngôn ngữ đang dùng đậm và đậm màu,
   ngôn ngữ còn lại mờ đi — thay cho kiểu "EN - VI" cùng sắc độ. */
#top-bar .gtranslate_wrapper { display: inline-flex; align-items: center; gap: 0; }
#top-bar a.notranslate,
#top-bar a.glink {
	font-family: var(--tw-s-f); font-size: 11.5px; font-weight: 600;
	letter-spacing: .06em; text-transform: uppercase; color: var(--tw-s-ink3);
	padding: 0 8px; transition: color .18s ease;
}
#top-bar a.glink + a.glink { position: relative; }
#top-bar a.glink + a.glink::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 1px; height: 11px; background: var(--tw-s-line);
}
#top-bar a.glink.gt-current-lang { color: var(--tw-s-ink); }
#top-bar a.notranslate:hover, #top-bar a.glink:hover { color: var(--tw-s-brand); }

#top-bar .header-button a.button,
#top-bar .header-button-1 .header-button a.button.primary {
	background: var(--tw-s-brand); border: 0; border-radius: 999px; color: #fff;
	font-family: var(--tw-s-f); font-size: 12.5px; font-weight: 600;
	letter-spacing: 0; text-transform: none;
	line-height: 32px; min-height: 32px; padding: 0 20px; margin: 0; box-shadow: none;
}
#top-bar .header-button a.button:hover,
#top-bar .header-button-1 .header-button a.button.primary:hover {
	background: var(--tw-s-brandd); color: #fff; transform: none; box-shadow: none;
}

/* ==========================================================================
   2. CỤM EMAIL / HOTLINE / GIỜ LÀM VIỆC
   --------------------------------------------------------------------------
   Khung vuông viền nét đứt nằm bên trong file PNG gốc nên không gỡ được
   bằng CSS. Cách xử lý: ẩn ảnh, vẽ lại icon bằng SVG mask trong nền tròn.
   ========================================================================== */

#masthead.header-main { background: #fff; border-bottom: 0; }

/* Logo header — cố định rộng 160px.
   Flatsome đặt chiều rộng logo trong Theme Options (đang là 200px) và áp vào
   thẻ bọc #logo, còn ảnh bên trong chỉ có max-width:100%. Nên phải chỉnh cả
   thẻ bọc lẫn ảnh, kể cả bản logo cho header dính (sticky) và bản nền tối. */
#logo,
.header-main #logo,
.stuck #logo {
	width: 160px !important;
	max-width: 160px;
}
#logo img,
#logo .header-logo,
#logo .header-logo-dark,
#logo .header-logo-sticky {
	width: 160px !important;
	max-width: 160px !important;
	height: auto !important;
}

.hotline-header .featured-box { padding-left: 0; align-items: center; flex-wrap: nowrap; gap: 14px; }
.hotline-header .featured-box .icon-box-img {
	position: static; width: 46px !important; height: 46px; flex: 0 0 46px;
	background: var(--tw-s-tint); border-radius: 999px; padding: 0; opacity: 1;
	display: flex; align-items: center; justify-content: center;
}
.hotline-header .featured-box .icon-box-img img,
.hotline-header .featured-box .icon-box-img .icon-inner { display: none !important; }
.hotline-header .featured-box .icon-box-img::after {
	content: ""; width: 22px; height: 22px; background-color: var(--tw-s-brand);
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-size: contain; mask-size: contain;
}
.hotline-header > .col:nth-child(1) .icon-box-img::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 6 10-6'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 6 10-6'/%3E%3C/svg%3E");
}
.hotline-header > .col:nth-child(2) .icon-box-img::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2 4.2 2 2 0 0 1 4 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.1a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2 4.2 2 2 0 0 1 4 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.1a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}
.hotline-header > .col:nth-child(3) .icon-box-img::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.hotline-header .featured-box .icon-box-text {
	padding-left: 0; min-width: 0; word-break: normal; overflow-wrap: anywhere;
	font-family: var(--tw-s-f); line-height: 1.4;
}
.hotline-header .featured-box .icon-box-text h5,
.hotline-header .featured-box .icon-box-text h5.uppercase {
	font-family: var(--tw-s-f); font-size: 12px; font-weight: 500;
	letter-spacing: 0; text-transform: none; color: var(--tw-s-ink3); margin: 0 0 1px; line-height: 1.3;
}
.hotline-header .featured-box .icon-box-text p,
.hotline-header .featured-box .icon-box-text h6 {
	margin: 0; font-family: var(--tw-s-f); font-size: 16px; font-weight: 700;
	letter-spacing: -0.01em; color: var(--tw-s-ink); line-height: 1.35; opacity: 1; white-space: nowrap;
}
.hotline-header .col:first-child .featured-box .icon-box-text p { font-size: 15px; }
.hotline-header > .col + .col > .col-inner { border-left: 0; padding-left: 0; }

/* ==========================================================================
   3. MENU CHÍNH
   ========================================================================== */

#wide-nav.header-bottom {
	background-color: #fff;
	border-top: 1px solid var(--tw-s-line);
	border-bottom: 1px solid var(--tw-s-line);
	min-height: 60px;
}
#wide-nav .flex-row.container { min-height: 60px; }
#wide-nav .nav-divided > li + li::before { display: none; }

.header:not(.transparent) .header-bottom-nav.nav > li > a,
div#wide-nav ul.header-nav > li.menu-item > a {
	font-family: var(--tw-s-f); font-size: 15px; font-weight: 500;
	letter-spacing: 0; text-transform: none; color: var(--tw-s-ink);
	background: transparent; line-height: 60px; padding: 0 18px; position: relative;
}
div#wide-nav ul.header-nav > li.menu-item > a::after { display: none; }
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover,
.header:not(.transparent) .header-bottom-nav.nav > li.active > a,
.header:not(.transparent) .header-bottom-nav.nav > li.current-menu-item > a,
div#wide-nav ul.header-nav > li.menu-item:hover > a,
div#wide-nav ul.header-nav > li.menu-item.active > a { color: var(--tw-s-brand); background: transparent; }
div#wide-nav ul.header-nav > li.menu-item > a > i { opacity: .5; font-size: 13px; margin-right: 6px; }
div#wide-nav ul.header-nav > li.menu-item > a > i.icon-angle-down { margin-right: 0; margin-left: 5px; font-size: 12px; }

div#wide-nav ul.header-nav ul.nav-dropdown,
div#wide-nav ul.header-nav .nav-dropdown-simple {
	background: #fff; border: 1px solid var(--tw-s-line); border-top: 1px solid var(--tw-s-line);
	border-radius: 16px; box-shadow: 0 18px 40px -24px rgba(3,7,18,.4);
	padding: 8px 0; min-width: 250px; overflow: hidden;
}
div#wide-nav ul.header-nav .nav-dropdown li.menu-item a,
div#wide-nav ul.header-nav > li.menu-item > .nav-dropdown > li > a {
	font-family: var(--tw-s-f); font-size: 14.5px; font-weight: 500;
	text-transform: none; color: var(--tw-s-ink2); background: transparent;
	padding: 10px 20px; margin: 0; border: 0; line-height: 1.5;
	transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
}
div#wide-nav ul.header-nav .nav-dropdown li.menu-item ~ li.menu-item a { border-top: 0; }
div#wide-nav ul.header-nav .nav-dropdown li.menu-item a:hover {
	background: var(--tw-s-tint); color: var(--tw-s-brand) !important; padding-left: 24px;
}
#header.stuck #wide-nav.header-bottom,
.stuck #masthead.header-main { box-shadow: 0 6px 20px -18px rgba(3,7,18,.5); }

@media screen and (max-width: 959px) {
	#top-bar li.header-search-form { display: none; }
	#top-bar li.header-search-form::before { display: none; }
}

/* ==========================================================================
   4. FOOTER
   ========================================================================== */

/* Ẩn footer widget cũ của Flatsome — dữ liệu widget trong database vẫn còn */
.tw-ft-wrapper .footer-widgets,
.tw-ft-wrapper .absolute-footer,
.tw-ft-wrapper .footer-2 { display: none !important; }
/* Footer widget cũ giờ đã được GỠ HẲN khỏi HTML (xem trawise_remove_old_footer()
   trong functions.php). Ba quy tắc ẩn phía trên chỉ còn là lưới an toàn phòng
   khi có plugin tự in lại các khối đó. */

.tw-ft {
	background: var(--tw-s-ink);
	color: rgba(255,255,255,.66);
	font-family: var(--tw-s-f);
	font-size: 16px; line-height: 1.7;
	padding: 88px 0 0;
	border-radius: 26px 26px 0 0;
}
.tw-ft * { box-sizing: border-box; }
.tw-ft__wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.tw-ft__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 56px; padding-bottom: 64px; }

.tw-ft__logo { font-size: 26px; font-weight: 800; letter-spacing: -0.03em; color: #fff; margin: 0 0 20px; line-height: 1; }
.tw-ft__logo a { display: inline-block; color: inherit; text-decoration: none; }
/* Logo gốc màu xanh đậm, nền footer tối nên đổi sang trắng.
   Muốn giữ màu gốc: xoá dòng filter bên dưới. */
.tw-ft__logo img {
	/* Rộng 160px cho khớp logo ở header. height:auto để giữ đúng tỉ lệ. */
	display: block; width: 160px; height: auto; max-width: 100%;
	filter: brightness(0) invert(1); opacity: .95;
	transition: opacity .2s ease;
}
.tw-ft__logo a:hover img { opacity: 1; }
.tw-ft__desc { font-size: 14.5px; line-height: 1.75; margin: 0 0 22px; max-width: 40ch; }
.tw-ft a.tw-ft__cta {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--tw-s-brand); color: #fff; font-size: 14.5px; font-weight: 600; line-height: 1;
	padding: 15px 26px; border-radius: 999px; text-decoration: none; margin-bottom: 24px;
	transition: background-color .2s ease, transform .2s ease;
}
.tw-ft a.tw-ft__cta:hover { background: var(--tw-s-brandd); color: #fff; transform: translateY(-2px); }

/* Social: chữ thường, không dùng badge bo tròn. Ngăn cách bằng gạch mảnh. */
.tw-ft__social { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0 14px; }
.tw-ft__social li { margin: 0; display: flex; align-items: center; }
.tw-ft__social li + li::before {
	content: ""; width: 1px; height: 12px; margin-right: 14px;
	background: rgba(255,255,255,.2);
}
.tw-ft__social a {
	display: inline-block; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.72);
	padding: 4px 0; text-decoration: none; border-bottom: 1px solid transparent;
	transition: color .2s ease, border-color .2s ease;
}
.tw-ft__social a:hover { color: #fff; border-bottom-color: rgba(255,255,255,.5); background: none; }

.tw-ft .tw-ft__h {
	font-family: var(--tw-s-f); font-size: 12px; font-weight: 600;
	letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45);
	margin: 0 0 18px;
}
.tw-ft__col ul { list-style: none; margin: 0; padding: 0; }
.tw-ft__col li { margin: 0 0 11px; }
.tw-ft__col a { font-size: 14.5px; color: rgba(255,255,255,.82); text-decoration: none; transition: color .18s ease; }
.tw-ft__col a:hover { color: #8ea6ff; }

.tw-ft__office { font-size: 15px; font-weight: 600; color: #fff; margin: 0 0 8px; }
.tw-ft__addr { font-size: 14px; line-height: 1.7; margin: 0 0 20px; max-width: 36ch; }
.tw-ft__tel { list-style: none; margin: 0; padding: 0; }
.tw-ft__tel li { display: flex; gap: 12px; margin: 0 0 9px; font-size: 14.5px; }
.tw-ft__tel span { color: rgba(255,255,255,.45); min-width: 62px; }
.tw-ft__tel a { color: rgba(255,255,255,.86); text-decoration: none; }
.tw-ft__tel a:hover { color: #8ea6ff; }

.tw-ft__bottom {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	padding-top: 26px; padding-bottom: 30px; border-top: 1px solid rgba(255,255,255,.1);
}
.tw-ft__bottom p { margin: 0; font-size: 13.5px; color: rgba(255,255,255,.5); }
.tw-ft__bottom a { font-size: 13.5px; color: rgba(255,255,255,.72); text-decoration: none; }
.tw-ft__bottom a:hover { color: #8ea6ff; }

/* Nhóm liên kết pháp lý: gom lại thành MỘT khối để dải cuối chỉ có hai phần
   tử con (dòng bản quyền và nhóm link). Nếu để ba thẻ <a> rời thì
   justify-content: space-between sẽ dàn đều chúng ra khắp chiều ngang. */
.tw-ft__legal { display: flex; align-items: center; gap: 8px 22px; flex-wrap: wrap; }
/* Gạch phân cách mảnh giữa các link, không vẽ trước link đầu tiên. */
.tw-ft__legal a + a { position: relative; padding-left: 22px; }
.tw-ft__legal a + a::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 1px; height: 12px; background: rgba(255, 255, 255, .22);
}
@media (max-width: 560px) {
	.tw-ft__bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
	/* Trên máy hẹp các link xuống dòng, lúc đó gạch dọc nhìn lạc lõng. */
	.tw-ft__legal { gap: 6px 18px; }
	.tw-ft__legal a + a { padding-left: 18px; }
}

/* ==========================================================================
   5. NÚT HỖ TRỢ TRỰC TUYẾN (widget "WBT Hỗ trợ trực tuyến")
   --------------------------------------------------------------------------
   Markup do widget cũ sinh ra (.float-icon-hotline > ul > li.hot-zalo /
   .hot-face / .hot-phone), KHÔNG sửa PHP — chỉ vẽ lại bằng CSS.

   Thay vì 3 vòng tròn màu rời rạc (đỏ / xanh / xanh lá) + viền trắng, gom
   thành MỘT thẻ trắng bo góc, 3 nút xếp dọc ngăn nhau bằng gạch mảnh.
   Icon gốc là SVG trắng trong ảnh nền → dùng lại làm mask để tô lại màu.
   ========================================================================== */

.float-icon-hotline { left: 24px; bottom: 24px; }
.float-icon-hotline ul { display: flex; flex-direction: column; gap: 10px; }
.float-icon-hotline ul li { width: 44px; height: 44px; margin: 0; padding: 0; }

/* File SVG gốc đã tự có vòng tròn màu thương hiệu bên trong.
   CSS cũ còn đặt thêm background-color (#ef0303 cho Zalo, #70b81e cho
   điện thoại) nên thừa ra một viền màu lem quanh icon → bỏ hẳn.
   Bỏ luôn viền trắng 2px, đổ bóng xám và hiệu ứng rung "tada". */
.float-icon-hotline ul li .fa,
.float-icon-hotline ul li .fa-hotline,
.float-icon-hotline ul li .fa-zalo,
.float-icon-hotline ul li .fa-messenger {
	width: 44px; height: 44px;
	background-color: transparent;
	background-size: 44px 44px; background-position: center; background-repeat: no-repeat;
	border: 0; border-radius: 999px;
	box-shadow: 0 6px 18px rgba(3, 7, 18, .18);
	animation: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}
.float-icon-hotline ul li a:hover .fa {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(3, 7, 18, .26);
}

/* Nhãn: hiện khi rê chuột, kể cả nút điện thoại (trước đây luôn bung ra) */
.float-icon-hotline ul li span,
.float-icon-hotline ul.show-phone .hot-phone span {
	position: absolute; left: 52px; top: 50%; transform: translateY(-50%);
	width: auto; max-width: none; padding: 0 16px;
	height: 34px; line-height: 34px;
	background-color: var(--tw-s-ink); color: #fff;
	border: 0; border-radius: 10px; box-shadow: 0 6px 18px rgba(3, 7, 18, .18);
	font-family: var(--tw-s-f); font-size: 13px; font-weight: 500; letter-spacing: 0;
	text-align: left; white-space: nowrap;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .16s ease, transform .16s ease;
}
/* Nút điện thoại phải có selector dài bằng selector ẩn ở trên
   (.float-icon-hotline ul.show-phone .hot-phone span), nếu không thì
   độ ưu tiên thấp hơn và nhãn không bao giờ hiện ra. */
.float-icon-hotline ul li:hover span,
.float-icon-hotline ul li a:focus-visible span,
.float-icon-hotline ul.show-phone .hot-phone:hover span,
.float-icon-hotline ul.show-phone .hot-phone a:focus-visible span {
	opacity: 1; visibility: visible;
	transform: translateY(-50%) translateX(4px);
}

a#top-link { background: var(--tw-s-brand); border-color: var(--tw-s-brand); border-radius: 999px; color: #fff; }
a#top-link:hover { background: var(--tw-s-ink); border-color: var(--tw-s-ink); color: #fff; }

@media (max-width: 1150px) {
	.tw-ft__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
	.tw-ft__wrap { padding: 0 28px; }
}
@media (max-width: 860px) {
	.tw-ft { padding-top: 64px; border-radius: 20px 20px 0 0; }
	.tw-ft__wrap { padding: 0 18px; }
	.tw-ft__grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 44px; }
}
