/* Mobile/tablet off-canvas navigation for Netspace header. */
.ns-mobile-menu-toggle{display:none;appearance:none;border:0;background:#c9151b;color:#fff;width:46px;height:46px;border-radius:999px;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:0 10px 22px rgba(201,21,27,.24);cursor:pointer;margin-left:auto;z-index:120}.ns-mobile-menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#fff}.ns-mobile-menu-overlay{position:fixed;inset:0;background:rgba(17,17,17,.48);backdrop-filter:blur(2px);z-index:998;opacity:0;pointer-events:none;transition:opacity .24s ease}.ns-mobile-sidebar{position:fixed;top:0;right:0;width:min(420px,88vw);height:100dvh;background:#fff;color:#171717;z-index:999;box-shadow:-24px 0 60px rgba(0,0,0,.24);transform:translateX(102%);transition:transform .3s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;overflow:hidden}.ns-mobile-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #f0e1e1;background:linear-gradient(180deg,#fff,#fff7f7)}.ns-mobile-sidebar-logo img{display:block;width:168px;max-width:100%;height:auto}.ns-mobile-menu-close{appearance:none;border:0;background:#fff0f0;color:#c9151b;width:42px;height:42px;border-radius:999px;font-size:30px;line-height:1;cursor:pointer}.ns-mobile-menu{display:flex;flex-direction:column;gap:0;padding:12px 16px 22px;overflow:auto;-webkit-overflow-scrolling:touch}.ns-mobile-menu a,.ns-mobile-menu .ns-menu-parent{display:flex!important;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;color:#202020!important;text-decoration:none!important;font-size:15px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.01em!important;padding:14px 12px!important;border-radius:14px;border-bottom:1px solid #f5eded;white-space:normal!important;cursor:pointer}.ns-mobile-menu a:hover,.ns-mobile-menu a:focus,.ns-mobile-menu .ns-menu-parent:hover,.ns-mobile-menu .ns-menu-parent:focus{background:#fff3f0!important;color:#c9151b!important;outline:none}.ns-mobile-menu .ns-menu-item{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%;position:relative}.ns-mobile-menu .ns-menu-parent:after{content:'+'!important;margin-left:auto!important;font-size:22px!important;line-height:1;color:#c9151b}.ns-mobile-menu .ns-menu-item.is-open>.ns-menu-parent:after{content:'-'!important}.ns-mobile-menu .ns-submenu{position:static!important;display:none!important;width:100%!important;min-width:0!important;margin:0!important;padding:4px 0 8px 10px!important;border:0!important;box-shadow:none!important;background:transparent!important}.ns-mobile-menu .ns-menu-item.is-open>.ns-submenu{display:grid!important;gap:2px!important}.ns-mobile-menu .ns-submenu a{font-size:14px!important;text-transform:none!important;font-weight:700!important;color:#4a3a38!important;padding:11px 12px 11px 18px!important;border-bottom:0!important;background:#fff8f6!important}.ns-mobile-sidebar-cta{margin-top:auto;padding:16px 20px 22px;display:grid;grid-template-columns:1fr;gap:10px;border-top:1px solid #f0e1e1;background:#fff7f7}.ns-mobile-sidebar-cta a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;text-decoration:none;font-weight:900}.ns-mobile-sidebar-cta a:first-child{background:#c9151b;color:#fff}.ns-mobile-sidebar-cta a:last-child{background:#fff;color:#c9151b;border:1px solid #ffd2d2}.ns-mobile-menu-open body{overflow:hidden!important}.ns-mobile-menu-open .ns-mobile-menu-overlay{opacity:1;pointer-events:auto}.ns-mobile-menu-open .ns-mobile-sidebar{transform:translateX(0)}@media(max-width:1180px){.ns-header-main .ns-header-row{align-items:center!important;flex-wrap:nowrap!important}.ns-header-main .ns-menu{display:none!important}.ns-mobile-menu-toggle{display:inline-flex!important}.ns-brand.ns-brand-logo{width:auto!important;min-width:0!important;flex:0 1 auto!important}.ns-brand-logo .ns-logo-img{width:170px!important;max-height:64px!important}}@media(max-width:640px){.ns-header-top .ns-wrap{font-size:12.5px!important;line-height:1.45}.ns-brand-logo .ns-logo-img{width:150px!important}.ns-mobile-menu-toggle{width:43px;height:43px}.ns-mobile-sidebar{width:min(370px,90vw)}.ns-mobile-sidebar-head{padding:16px}.ns-mobile-menu{padding:10px 12px 18px}.ns-mobile-menu a,.ns-mobile-menu .ns-menu-parent{font-size:14px!important;padding:13px 10px!important}.ns-mobile-sidebar-cta{padding:14px 16px 18px}}

/* Sticky bottom action menu on mobile/tablet. Uses inline Tabler-style SVG strokes. */
.ns-mobile-sticky-menu{display:none;position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:997;background:rgba(255,255,255,.96);border:1px solid rgba(201,21,27,.14);border-radius:24px;box-shadow:0 -10px 34px rgba(55,18,18,.18);backdrop-filter:blur(14px);padding:8px;grid-template-columns:repeat(4,1fr);gap:6px}.ns-mobile-sticky-menu a{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:18px;color:#302222!important;text-decoration:none!important;font-size:11.5px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:.01em!important}.ns-mobile-sticky-menu svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.ns-mobile-sticky-menu span{display:block;white-space:nowrap}.ns-mobile-sticky-menu a:hover,.ns-mobile-sticky-menu a:focus{background:#fff3f0!important;color:#c9151b!important;outline:none}.ns-mobile-sticky-menu .ns-sticky-call{background:#c9151b!important;color:#fff!important;box-shadow:0 8px 18px rgba(201,21,27,.22)}.ns-mobile-sticky-menu .ns-sticky-zalo{background:#eef7ff!important;color:#0877d9!important}.ns-mobile-sticky-menu .ns-sticky-chat{background:#fff4e8!important;color:#b85b00!important}@media(max-width:1180px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}.ns-mobile-sticky-menu{display:grid!important}}@media(max-width:420px){.ns-mobile-sticky-menu{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));border-radius:20px;padding:6px}.ns-mobile-sticky-menu a{min-height:50px;border-radius:15px;font-size:11px!important}.ns-mobile-sticky-menu svg{width:21px;height:21px}}
