/* Bundle tự động sinh bởi build-theme-bundle.php lúc 2026-09-26 16:48:32 — KHÔNG sửa tay file này, sửa file gốc rồi chạy lại script. */

/* ===== css/core/hctclient05-design-tokens.css ===== */
/**
 * HCTCLIENT05 DESIGN TOKENS V1
 * --------------------------------------------------------------------------
 * Theme ownership:
 * - This file belongs to theme "client05" and may be replaced by another theme.
 * - Components must consume semantic --hctclient05-* variables instead of
 *   copying raw colors, spacing, radius, shadows or typography values.
 * - Legacy --hctclient05-* aliases remain available in hctclient05-layout.css while old
 *   components are migrated gradually.
 *
 * Responsive strategy:
 * - Fluid values use clamp(min, viewport-based preferred, max).
 * - Text must remain readable at 320px without separate hard-coded sizes in
 *   every component.
 */
:root {
    /*
     * Brand and semantic colors — Thiên Hoàng Travel (cam #ec5200 / #c85c26 lấy đúng từ CSS gốc thienhoangcu).
     * Chốt lại 2026-09-15: VÀNG là màu chủ đạo (primary), NAVY là màu điểm thêm
     * (secondary) — đảo vai trò so với bản chốt trước đó, vì primary được đa số
     * component (button, heading, footer, CTA, icon...) đọc qua, còn secondary
     * chỉ vài chỗ hẹp (thanh nav bar chính, vài eyebrow trang chủ) nên khi đảo,
     * vàng sẽ áp đảo toàn site đúng ý, navy chỉ còn là điểm nhấn:
     *   primary   #ec5200 (cam — nút, CTA, tab đang chọn)
     *   secondary #c85c26 (cam đậm — tiêu đề, link)
     *   accent    #c00f28 (đỏ — hotline, badge nổi bật)
     * --hctclient05-color-primary là nguồn duy nhất — đổi thì phải đối chiếu lại
     * yêu cầu thương hiệu, vì rất nhiều component đọc qua alias --hctclient05-primary.
     * Riêng nav-bar (hctclient05-nav-bar.css) CỐ Ý đảo ngược tham chiếu biến
     * (sidebar-anchor dùng secondary, menu-group dùng primary) để giữ đúng bố
     * cục 2 khối như mockup gốc (nút nhỏ navy, thanh dài vàng) dù primary/
     * secondary đã đổi vai trò — đừng "sửa lại cho khớp tên biến".
     */
    --hctclient05-color-primary: #ec5200;
    --hctclient05-color-primary-hover: #c85c26;
    --hctclient05-color-primary-soft: #fff1e8;
    --hctclient05-color-secondary: #c85c26;
    --hctclient05-color-secondary-soft: #fdeee4;
    --hctclient05-color-accent: #c00f28;
    --hctclient05-color-accent-soft: #fde8eb;
    --hctclient05-color-accent-hover: #a10b1d;
    --hctclient05-color-success: #16a34a;
    --hctclient05-color-warning: #d97706;
    --hctclient05-color-danger: #c00f28;
    --hctclient05-color-danger-hover: #a10b1d;
    --hctclient05-color-info: #0284c7;

    /* Logo mark riêng — dùng cho chính hình logo/badge, không dùng cho UI chung. Giữ navy vì logo thật (cá LIFE GOOD) tông xanh, không đổi theo primary/secondary. */
    --hctclient05-color-logo-dark: #1f3f7a;
    --hctclient05-color-logo-light: #6d8fc9;

    /* Icon feature-strip (Vận chuyển/Chất lượng/Thanh toán/Hỗ trợ) — đo từ designheader.png. */
    --hctclient05-color-feature-icon: #6892f4;
    --hctclient05-color-feature-icon-soft: #e8edfe;

    --hctclient05-color-text: #1a1a1a;
    --hctclient05-color-text-muted: #5b5b5b;
    /* Heading giữ navy (không theo primary=vàng) để chữ đủ tương phản, dễ đọc trên nền trắng. */
    --hctclient05-color-heading: #c85c26;
    --hctclient05-color-surface: #ffffff;
    --hctclient05-color-surface-soft: #f2f5fa;
    --hctclient05-color-border: #eadfd8;
    --hctclient05-color-border-strong: #dccbbf;
    --hctclient05-color-focus: rgba(236, 82, 0, 0.35);
    --hctclient05-color-backdrop: rgba(15, 23, 42, 0.58);

    /*
     * Short-name aliases used by the "client05" theme pages/components (category
     * pages, service cards, home-sections). Kept separate from the long-form
     * --hctclient05-color-* names above because many call sites already ship
     * with a literal fallback (var(--hctclient05-primary, #F5A800)) — these
     * aliases must stay equal to those fallback values or the fallback and the
     * resolved value will visibly diverge.
     */
    --hctclient05-primary: var(--hctclient05-color-primary);
    --hctclient05-text: #1a1a1a;
    --hctclient05-muted: #5b5b5b;
    --hctclient05-soft: #fdf1d9;

    /*
     * Font families.
     * - base/heading: hệ thống, dùng cho phần lớn nội dung (h3-h6, body...).
     * - accent (Roboto Slab, load qua Google Fonts ở layouts/app.blade.php):
     *   CHỈ dùng cho tên công ty header, nút "Danh Mục Tiêu Biểu", menu
     *   pc/mobile (.hct-menu-link), h1/h2, tên sản phẩm/bài viết trang
     *   detail — theo yêu cầu riêng của anh Thanh Ka, không áp cho toàn site.
     */
    --hctclient05-font-family-base: 'Comfortaa', 'Segoe UI', Roboto, Arial, sans-serif;
    --hctclient05-font-family-heading: 'Comfortaa', 'Segoe UI', Roboto, Arial, sans-serif;
    --hctclient05-font-family-accent: 'Comfortaa', sans-serif;

    /* Fluid type scale. */
    --hctclient05-font-size-xs: clamp(0.84375rem, 0.81375rem + 0.10vw, 0.90625rem);
    --hctclient05-font-size-sm: clamp(0.8125rem, 0.78rem + 0.12vw, 0.875rem);
    --hctclient05-font-size-md: clamp(0.9375rem, 0.90rem + 0.16vw, 1rem);
    --hctclient05-font-size-lg: clamp(1rem, 0.94rem + 0.26vw, 1.125rem);
    --hctclient05-font-size-xl: clamp(1.125rem, 1.02rem + 0.42vw, 1.375rem);
    --hctclient05-font-size-2xl: clamp(1.375rem, 1.18rem + 0.78vw, 1.875rem);
    --hctclient05-font-size-3xl: clamp(1.75rem, 1.42rem + 1.30vw, 2.5rem);
    --hctclient05-font-size-4xl: clamp(2rem, 1.52rem + 1.90vw, 3.125rem);

    /* Website-wide semantic typography roles. */
    --hctclient05-text-caption: var(--hctclient05-font-size-xs);
    --hctclient05-text-meta: var(--hctclient05-font-size-sm);
    --hctclient05-text-body: var(--hctclient05-font-size-md);
    --hctclient05-text-body-lg: var(--hctclient05-font-size-lg);
    --hctclient05-text-button: var(--hctclient05-font-size-md);
    --hctclient05-text-card-title: var(--hctclient05-font-size-xl);
    --hctclient05-text-panel-title: var(--hctclient05-font-size-2xl);
    --hctclient05-text-section-title: clamp(1.75rem, 1.55rem + 0.85vw, 2.25rem);
    --hctclient05-text-page-title: clamp(2rem, 1.70rem + 1.15vw, 2.75rem);
    --hctclient05-text-hero-title: clamp(2.25rem, 1.85rem + 1.55vw, 3.25rem);
    --hctclient05-text-icon-sm: 1.25rem;
    --hctclient05-text-icon-md: 1.5rem;
    --hctclient05-text-icon-lg: 1.75rem;
    --hctclient05-icon-size-md: var(--hctclient05-text-icon-md);
    --hctclient05-icon-size-lg: var(--hctclient05-text-icon-lg);

    --hctclient05-font-weight-regular: 400;
    --hctclient05-font-weight-medium: 500;
    --hctclient05-font-weight-semibold: 600;
    --hctclient05-font-weight-bold: 700;
    --hctclient05-font-weight-extrabold: 800;

    --hctclient05-line-height-tight: 1.18;
    --hctclient05-line-height-heading: 1.28;
    --hctclient05-line-height-base: 1.6;
    --hctclient05-line-height-relaxed: 1.75;

    /* Spacing scale. */
    --hctclient05-space-0: 0;
    --hctclient05-space-1: 0.25rem;
    --hctclient05-space-2: 0.5rem;
    --hctclient05-space-3: 0.75rem;
    --hctclient05-space-4: 1rem;
    --hctclient05-space-5: 1.25rem;
    --hctclient05-space-6: 1.5rem;
    --hctclient05-space-7: 2rem;
    --hctclient05-space-8: 2.5rem;
    --hctclient05-space-9: 3rem;
    --hctclient05-space-10: 4rem;
    --hctclient05-space-11: 5rem;
    --hctclient05-space-12: 6rem;

    --hctclient05-section-space: clamp(3rem, 2rem + 4vw, 6rem);
    --hctclient05-section-space-sm: clamp(2rem, 1.5rem + 2vw, 3.5rem);
    --hctclient05-section-padding-block: var(--hctclient05-section-space);
    --hctclient05-section-padding-block-sm: var(--hctclient05-section-space-sm);
    --hctclient05-gutter: clamp(1rem, 0.65rem + 1.25vw, 2rem);

    /* Radius. */
    --hctclient05-radius-xs: 0.25rem;
    --hctclient05-radius-sm: 0.5rem;
    --hctclient05-radius-md: 0.75rem;
    --hctclient05-radius-lg: 1rem;
    --hctclient05-radius-xl: 1.5rem;
    --hctclient05-radius-2xl: 2rem;
    --hctclient05-radius-pill: 999px;
    --hctclient05-radius-circle: 50%;

    /* Borders. */
    --hctclient05-border-width: 1px;
    --hctclient05-border: var(--hctclient05-border-width) solid var(--hctclient05-color-border);
    --hctclient05-border-strong: var(--hctclient05-border-width) solid var(--hctclient05-color-border-strong);

    /* Shadows. */
    --hctclient05-shadow-xs: 0 2px 8px rgba(15, 23, 42, 0.06);
    --hctclient05-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);
    --hctclient05-shadow-md: 0 14px 36px rgba(15, 23, 42, 0.11);
    --hctclient05-shadow-lg: 0 24px 70px rgba(15, 23, 42, 0.16);
    --hctclient05-shadow-primary: 0 12px 28px rgba(245, 168, 0, 0.28);

    /* Motion. */
    --hctclient05-duration-fast: 160ms;
    --hctclient05-duration-normal: 240ms;
    --hctclient05-duration-slow: 420ms;
    --hctclient05-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
    --hctclient05-ease-standard: ease;

    /* Containers. */
    --hctclient05-container-xs: 44rem;
    --hctclient05-container-sm: 60rem;
    --hctclient05-container-md: 75rem;
    --hctclient05-container-lg: 75rem;
    --hctclient05-container-wide: 75rem;
    --hctclient05-container-content: 75rem;

    /* Opacity. */
    --hctclient05-opacity-disabled: 0.5;
    --hctclient05-opacity-muted: 0.72;
    --hctclient05-opacity-hover: 0.92;

    /* Layer scale. Keep synchronized with shared UI owners. */
    --hctclient05-z-base: 1;
    --hctclient05-z-sticky: 100;
    --hctclient05-z-dropdown: 900;
    --hctclient05-z-backdrop: 1000;
    --hctclient05-z-mobile-menu: 1010;
    --hctclient05-z-lightbox: 1040;
    --hctclient05-z-popup: 1100;
    --hctclient05-z-modal: 1120;
    --hctclient05-z-loading: 1200;
    --hctclient05-z-feedback: 1300;
    --hctclient05-z-toast: 1310;
}

/* ===== fonts/fontawesome-free-5.10.0/css/all.min.css ===== */
/*!
 * Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.eot");src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.woff2") format("woff2"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.woff") format("woff"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.ttf") format("truetype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.eot");src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.woff2") format("woff2"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.woff") format("woff"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.ttf") format("truetype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.eot");src:url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.woff2") format("woff2"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.woff") format("woff"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.ttf") format("truetype"),url("../../fonts/fontawesome-free-5.10.0/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

/* ===== css/core/hctclient05-ui-core.css ===== */
:root {
    --hctclient05-z-base: 1;
    --hctclient05-z-dropdown: 900;
    --hctclient05-z-backdrop: 1000;
    --hctclient05-z-mobile-menu: 1010;
    --hctclient05-z-lightbox: 1040;
    --hctclient05-z-popup: 1100;
    --hctclient05-z-modal: 1120;
    --hctclient05-z-loading: 1200;
    --hctclient05-z-feedback: 1300;
    --hctclient05-z-toast: 1310;
    --hctclient05-radius-sm: 6px;
    --hctclient05-radius-md: 10px;
    --hctclient05-radius-lg: 16px;
    --hctclient05-space-1: 4px;
    --hctclient05-space-2: 8px;
    --hctclient05-space-3: 12px;
    --hctclient05-space-4: 16px;
    --hctclient05-space-5: 24px;
    --hctclient05-space-6: 32px;
    --hctclient05-duration-fast: 160ms;
    --hctclient05-duration-normal: 240ms;
    --hctclient05-ease: ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

[hidden] {
    display: none !important;
}

.hctclient05-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html.hctclient05-scroll-locked,
body.hctclient05-scroll-locked {
    overflow: hidden !important;
    overscroll-behavior: none;
}

/* Shared backdrop: Mobile Menu, Loading and Modal use one owner-aware layer. */
.hctclient05-backdrop {
    position: fixed;
    inset: 0;
    z-index: var(--hctclient05-z-backdrop);
    display: block;
    background: rgba(15, 23, 42, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition:
        opacity 220ms var(--hctclient05-ease),
        visibility 220ms var(--hctclient05-ease);
}

.hctclient05-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Shared showcase buttons. */
.hctclient05-ui-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform var(--hctclient05-duration-fast) var(--hctclient05-ease),
        box-shadow var(--hctclient05-duration-fast) var(--hctclient05-ease),
        background-color var(--hctclient05-duration-fast) var(--hctclient05-ease),
        border-color var(--hctclient05-duration-fast) var(--hctclient05-ease);
}

.hctclient05-ui-button:hover {
    transform: translateY(-1px);
}

.hctclient05-ui-button:active {
    transform: translateY(0);
}

.hctclient05-ui-button:focus-visible {
    outline: 3px solid rgba(14, 116, 144, 0.28);
    outline-offset: 2px;
}

.hctclient05-ui-button--primary {
    color: #fff;
    background: #f5a800;
    border-color: #f5a800;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.2);
}

.hctclient05-ui-button--primary:hover {
    background: var(--hctclient05-color-primary-hover);
    border-color: var(--hctclient05-color-primary-hover);
}

.hctclient05-ui-button--secondary {
    color: #0f172a;
    background: #fff;
    border-color: #cbd5e1;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.hctclient05-ui-button--secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.hctclient05-ui-button--danger {
    color: #fff;
    background: var(--hctclient05-color-danger, #c00f28);
    border-color: var(--hctclient05-color-danger, #c00f28);
    box-shadow: 0 8px 18px rgba(192, 15, 40, 0.2);
}

.hctclient05-ui-button--danger:hover {
    background: var(--hctclient05-color-danger-hover, #a10b1d);
    border-color: var(--hctclient05-color-danger-hover, #a10b1d);
}

/* Toast. */
.hctclient05-toast-region {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: var(--hctclient05-z-toast);
    isolation: isolate;
    display: grid;
    gap: 12px;
    width: min(390px, calc(100vw - 36px));
    pointer-events: none;
}

.hctclient05-toast {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.2);
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    pointer-events: auto;
    transition:
        opacity 200ms var(--hctclient05-ease),
        transform 200ms var(--hctclient05-ease);
}

.hctclient05-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hctclient05-toast.is-leaving {
    opacity: 0;
    transform: translateX(16px);
}

.hctclient05-toast__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
}

.hctclient05-toast--success .hctclient05-toast__icon { background: #16a34a; }
.hctclient05-toast--error .hctclient05-toast__icon { background: var(--hctclient05-color-danger, #c00f28); }
.hctclient05-toast--warning .hctclient05-toast__icon { background: #d97706; }
.hctclient05-toast--info .hctclient05-toast__icon { background: #0284c7; }

.hctclient05-toast__content { min-width: 0; }
.hctclient05-toast__title {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: var(--hctclient05-text-body);
    line-height: 1.35;
}
.hctclient05-toast__message {
    margin: 0;
    color: #475569;
    font-size: var(--hctclient05-text-meta);
    line-height: 1.5;
}
.hctclient05-toast__close {
    appearance: none;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    font-size: var(--hctclient05-icon-size-md);
    cursor: pointer;
}
.hctclient05-toast__close:hover { background: #f1f5f9; color: #0f172a; }

/* Loading. */
.hctclient05-loading {
    position: fixed;
    inset: 0;
    z-index: var(--hctclient05-z-loading);
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms var(--hctclient05-ease), visibility 180ms var(--hctclient05-ease);
}

.hctclient05-loading.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hctclient05-loading__panel {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    max-width: min(92vw, 420px);
    padding: 18px 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.hctclient05-loading__spinner {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 3px solid #cbd5e1;
    border-top-color: #f5a800;
    border-radius: 50%;
    animation: hctclient05-spin 700ms linear infinite;
}

.hctclient05-loading__text {
    margin: 0;
    color: #0f172a;
    font-weight: 700;
}

@keyframes hctclient05-spin { to { transform: rotate(360deg); } }

/* Modal / confirm. */
.hctclient05-modal-layer {
    position: fixed;
    inset: 0;
    z-index: var(--hctclient05-z-modal);
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
}

.hctclient05-modal-layer:not([hidden]) { pointer-events: auto; }

.hctclient05-modal {
    width: min(620px, 100%);
    max-height: calc(100dvh - 40px);
    overflow: auto;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.32);
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    transition:
        opacity 200ms var(--hctclient05-ease),
        transform 200ms var(--hctclient05-ease);
}

.hctclient05-modal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hctclient05-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}
.hctclient05-modal__title { margin: 0; color: #0f172a; font-size: var(--hctclient05-font-size-xl); line-height: 1.35; }
.hctclient05-modal__close {
    appearance: none;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #f1f5f9;
    color: #334155;
    font-size: var(--hctclient05-icon-size-md);
    cursor: pointer;
}
.hctclient05-modal__close:hover { background: #e2e8f0; color: #0f172a; }
.hctclient05-modal__body { padding: 20px; color: #334155; line-height: 1.65; }
.hctclient05-modal__body > :first-child { margin-top: 0; }
.hctclient05-modal__body > :last-child { margin-bottom: 0; }
.hctclient05-modal__actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 20px 20px;
    border-top: 1px solid #e2e8f0;
}
.hctclient05-confirm__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #fef3c7;
    color: #b45309;
    font-size: var(--hctclient05-icon-size-lg);
    font-weight: 900;
}
.hctclient05-confirm__message { margin: 0; color: #334155; }

/* Breadcrumb. */
.hctclient05-breadcrumb-wrap {
    width: 100%;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}
.hctclient05-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 46px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    font-size: var(--hctclient05-text-meta);
    line-height: 1.5;
}
.hctclient05-breadcrumb__item { display: inline-flex; align-items: center; min-width: 0; }
.hctclient05-breadcrumb__item:not(:last-child)::after {
    content: "/";
    flex: 0 0 auto;
    margin: 0 10px;
    color: #94a3b8;
}
.hctclient05-breadcrumb__link { color: #475569; text-decoration: none; }
.hctclient05-breadcrumb__link:hover,
.hctclient05-breadcrumb__link:focus-visible { color: #08277E; text-decoration: underline; text-underline-offset: 3px; }
.hctclient05-breadcrumb__current {
    display: block;
    max-width: min(52vw, 560px);
    overflow: hidden;
    color: #0f172a;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Pagination. */
.hctclient05-pagination-wrap { display: flex; justify-content: center; width: 100%; margin-top: 28px; }
.hctclient05-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hctclient05-pagination__link,
.hctclient05-pagination__page,
.hctclient05-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-weight: 700;
    text-decoration: none;
}
.hctclient05-pagination__link:hover,
.hctclient05-pagination__link:focus-visible,
.hctclient05-pagination__page:hover,
.hctclient05-pagination__page:focus-visible { border-color: #f5a800; color: #f5a800; }
.hctclient05-pagination__page.is-current,
.hctclient05-pagination__page[aria-current="page"] { border-color: #f5a800; background: #f5a800; color: #fff; }
.hctclient05-pagination__link.is-disabled,
.hctclient05-pagination__page.is-disabled { cursor: not-allowed; opacity: 0.45; }
.hctclient05-pagination__ellipsis { border-color: transparent; background: transparent; color: #64748b; }

.hctclient05-ui-demo { padding: 48px 0; background: #f8fafc; }
.hctclient05-ui-demo__card { padding: 24px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06); }
.hctclient05-ui-demo__title { margin: 0 0 8px; color: #0f172a; font-size: var(--hctclient05-font-size-2xl); }
.hctclient05-ui-demo__desc { margin: 0 0 24px; color: #64748b; }
.hctclient05-ui-demo__breadcrumb { overflow: hidden; margin-bottom: 28px; border: 1px solid #e2e8f0; border-radius: 12px; }

@media (max-width: 575.98px) {
    .hctclient05-toast-region { top: 12px; right: 12px; width: calc(100vw - 24px); }
    .hctclient05-modal-layer { padding: 12px; }
    .hctclient05-modal { max-height: calc(100dvh - 24px); }
    .hctclient05-modal__actions { flex-direction: column-reverse; }
    .hctclient05-modal__actions .hctclient05-ui-button { width: 100%; }
    .hctclient05-breadcrumb { min-height: 42px; font-size: var(--hctclient05-text-caption); }
    .hctclient05-breadcrumb__item:not(:last-child)::after { margin: 0 7px; }
    .hctclient05-breadcrumb__current { max-width: 46vw; }
    .hctclient05-pagination { gap: 6px; }
    .hctclient05-pagination__link,
    .hctclient05-pagination__page,
    .hctclient05-pagination__ellipsis { min-width: 38px; height: 38px; padding: 0 10px; border-radius: 9px; }
    .hctclient05-ui-demo__card { padding: 18px; }
}

.hctclient05-img-fade { opacity: 0; transition: opacity .35s ease; }
.hctclient05-img-fade.is-loaded { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
    .hctclient05-backdrop,
    .hctclient05-toast,
    .hctclient05-loading,
    .hctclient05-modal,
    .hctclient05-ui-button { transition: none !important; }
    .hctclient05-img-fade { opacity: 1; transition: none; }
}

/* ===== css/core/hctclient05-validation.css ===== */
[data-hctclient05-field].is-invalid,
.hctclient05-field.is-invalid {
    border-color: var(--hctclient05-color-danger) !important;
    outline-color: var(--hctclient05-color-danger);
}

[data-hctclient05-field].is-valid,
.hctclient05-field.is-valid {
    border-color: #2e7d32 !important;
    outline-color: #2e7d32;
}

.hctclient05-field-message {
    display: block;
    margin-top: var(--hctclient05-space-1);
    font-size: var(--hctclient05-text-meta);
}

.hctclient05-field-message.is-error { color: var(--hctclient05-color-danger); }
.hctclient05-field-message.is-success { color: #2e7d32; }

/* ===== css/core/hctclient05-accessibility.css ===== */
:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

/* Ẩn "Đi đến nội dung" ngoài màn hình, chỉ hiện khi nhận focus bàn phím (Tab) — chuẩn accessibility skip-link. */
.hctclient05-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 10px 16px;
    border-radius: var(--hctclient05-radius-sm);
    color: #fff;
    background: var(--hctclient05-color-secondary);
    transform: translateY(-160%);
    transition: transform var(--hctclient05-duration-fast) var(--hctclient05-ease);
}

.hctclient05-skip-link:focus {
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== css/thienhoang/hctclient05-thienhoang.css ===== */
/* =========================================================
   HCT01 CLIENT CSS - CLEAN MERGED
========================================================= */

/* ================================
   BASE
================================ */

body {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #676767;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
}

img {
    border: 0;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
    border: 0;
}

a:not([href]) {
    cursor: auto !important;
}

a:not([href]):hover {
    text-decoration: none;
}

*:focus,
*:active {
    outline: none;
}

.mp {
    margin: 0;
    padding: 0;
}

.clip-xy {
    position: absolute;
    clip: rect(48px, 126px, 80px, 5px);
}

.clear-b,
.clear-a,
.clear-ab {
    *zoom: 1;
}

.clear-ab:before,
.clear-ab:after {
    clear: both;
    content: "";
    display: block;
}

.clear-b:before {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}

.clear-a:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}

.off-none {
    display: none !important;
}

.off-block {
    visibility: hidden !important;
}

.full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mw-1200 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.mw-1100 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

#hct-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}

main {
    min-height: 100vh;
    width: 100%;
}

header,
footer {
    width: 100%;
}

/* ================================
   FIXED BOTTOM MOBILE BAR
================================ */

.box-footer {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    background: linear-gradient(40deg, #1575b3 0%, #1776b5 35%, #01579b 100%);
}

.box-footer-hotline {
    display: block;
    float: left;
    padding: 8px 6px;
    text-align: center;
    color: #fff;
}

.box-footer-hotline i {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 14px;
}

.box-footer-hotline p {
    display: block;
}

.box-footer-hotline p span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.box-footer-hotline p a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
}

.box-footer-hotline p a + a {
    border-left: 1px solid #ffffff26;
}

.box-footer-link {
    display: block;
    float: left;
    padding: 8px 6px 0;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ffffff26;
}

.box-footer-link a {
    display: block;
    font-size: 12px;
    color: #fff;
}

.box-footer-link a i {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 7px;
}

.amt-menu-btn {
    display: block;
    float: left;
    border: 0;
    padding: 8px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
    border-right: 1px solid #ffffff26;
    font-size: 12px;
}

.amt-menu-btn i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.amt-menu-btn span {
    display: block;
    color: #fff;
    margin-top: 7px;
}

/* ================================
   FLOAT ICONS
================================ */

.amt-float-icons {
    position: fixed;
    right: 16px;
    bottom: 90px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.amt-float-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
    overflow: visible;
}

.amt-float-item:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

.amt-float-icon {
    position: relative;
    z-index: 3;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    border: 1px solid #222;
    background: #fff;
}

.amt-float-label {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.78);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 999px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    pointer-events: none;
}

.amt-float-item:hover .amt-float-label {
    opacity: 1;
    visibility: visible;
    right: 70px;
}

.amt-call-ripple {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #2221212b;
    animation: amtRipple 1.8s infinite ease-out;
    z-index: 1;
}

.amt-call-ripple.ripple-2 {
    animation-delay: .9s;
}

.amt-float-call {
    animation: amtPhoneShake 1.2s infinite;
    transform-origin: center;
    background: #fff;
}

.amt-float-zalo .amt-float-icon {
    font-size: 13px;
}

.amt-float-top {
    background: transparent;
    padding: 0;
}

.amt-float-top.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
}

@keyframes amtRipple {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    70%,
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes amtPhoneShake {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-12deg); }
    20% { transform: rotate(10deg); }
    30% { transform: rotate(-8deg); }
    40% { transform: rotate(6deg); }
    50% { transform: rotate(-4deg); }
    60% { transform: rotate(2deg); }
    70% { transform: rotate(0deg); }
}

/* ================================
   PAGE LOADER
================================ */

#amt-page-loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(40deg, #1575b3 0%, #1776b5 35%, #01579b 100%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .4s ease, visibility .4s ease;
}

#amt-page-loader.is-hide {
    opacity: 0;
    visibility: hidden;
}

.amt-loader-inner {
    text-align: center;
}

.amt-loader-logo {
    width: 120px;
    margin-bottom: 20px;
}

.amt-loader-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.amt-loader-dots span {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: amtDots 1.2s infinite;
}

.amt-loader-dots span:nth-child(2) {
    animation-delay: .2s;
}

.amt-loader-dots span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes amtDots {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: .5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ================================
   HEADER + MENU PC 1 + MENU MB 1
================================ */

.tht-hero-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #ffffffab;
}

.tht-hero-bg {
    width: 100%;
}

/* PC MENU */
.tht-main-nav,
.hct-menu-pc-1 {
    position: relative;
    z-index: 30;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tht-logo,
.hct-menu-pc-1__logo {
    display: block;
    width: 180px;
    flex-shrink: 0;
}

.tht-logo img,
.hct-menu-pc-1__logo img {
    display: block;
    width: 100%;
}

.tht-menu,
.hct-menu-pc-1__list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

.tht-menu li,
.hct-menu-pc-1__item {
    position: relative;
    margin: 0;
    padding: 0;
}

.hct-menu-pc-1__link {
    display: flex !important;
    align-items: center;
    gap: 6px;
    color: #676767;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.hct-menu-pc-1__link i {
    font-size: 10px;
    color: inherit;
}

.hct-menu-pc-1__item.is-active > .hct-menu-pc-1__link,
.hct-menu-pc-1__link:hover {
    color: #c84d17;
}

.hct-menu-pc-1__dropdown {
    position: absolute;
    left: 50%;
    top: calc(100% + 14px);
    min-width: 230px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .22s ease;
}

.hct-menu-pc-1__dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
}

.hct-menu-pc-1__item:hover .hct-menu-pc-1__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.hct-menu-pc-1__dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hct-menu-pc-1__dropdown li {
    margin: 0;
    padding: 0;
}

.hct-menu-pc-1__dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #676767;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: capitalize;
}

.hct-menu-pc-1__dropdown a:hover,
.hct-menu-pc-1__dropdown a.is-active {
    background: #fff1e8;
    color: #c84d17;
}

/* MOBILE MENU */
.hct-menu-mb-1-open {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 24px;
    cursor: pointer;
}

.hct-menu-mb-1 {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: #fff;
    transform: translateX(-100%);
    transition: transform .28s ease;
    display: flex;
    flex-direction: column;
}

body.hct-menu-mb-1-opened {
    overflow: hidden;
}

body.hct-menu-mb-1-opened .hct-menu-mb-1 {
    transform: translateX(0);
}

.hct-menu-mb-1__head {
    height: 72px;
    padding: 12px 18px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hct-menu-mb-1__logo {
    display: block;
    width: 95px;
}

.hct-menu-mb-1__logo img {
    display: block;
    width: 100%;
}

.hct-menu-mb-1__close {
    width: 42px;
    height: 42px;
    border: 0;
    background: #f5f5f5;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

.hct-menu-mb-1__body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px 40px;
}

.hct-menu-mb-1__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hct-menu-mb-1__item {
    border-bottom: 1px solid #f1f1f1;
}

.hct-menu-mb-1__row {
    display: flex;
    align-items: center;
    min-height: 52px;
}

.hct-menu-mb-1__link {
    flex: 1;
    display: block;
    padding: 14px 8px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.hct-menu-mb-1__toggle {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    transition: transform .2s ease;
}

.hct-menu-mb-1__item.is-open > .hct-menu-mb-1__row .hct-menu-mb-1__toggle {
    transform: rotate(180deg);
}

.hct-menu-mb-1__item.is-active > .hct-menu-mb-1__row .hct-menu-mb-1__link {
    color: #c84d17;
}

.hct-menu-mb-1__sub {
    display: none;
    padding-left: 14px;
    border-left: 2px solid #f2d2c0;
    margin-left: 8px;
}

.hct-menu-mb-1__item.is-open > .hct-menu-mb-1__sub {
    display: block;
}

.hct-menu-mb-1__sub .hct-menu-mb-1__link {
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.hct-menu-mb-1__sub .hct-menu-mb-1__item.is-active > .hct-menu-mb-1__row .hct-menu-mb-1__link {
    color: #c84d17;
}

/* ================================
   HERO SLIDER
================================ */

.amt-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.amt-hero-image {
    width: 100%;
    height: 100%;
}

.amt-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.amt-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.amt-prev {
    left: 15px;
}

.amt-next {
    right: 15px;
}

.amt-hero-nav:hover {
    background: #fff;
}

/* ================================
   FLIGHT BOX
================================ */

.flight-box-pc {
    background: transparent;
    margin-top: -100px;
    z-index: 5;
    position: relative;
}

.inline-flight-box {
    background-color: #fff !important;
  
    padding: 30px;
    border-radius: 20px;
    box-shadow: -1px 7px 5px 0 rgba(0,0,0,.23);
}

.amt-flight-box,
.amt-flight-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.amt-flight-box {
    background: #fff;
    border-radius: 20px;
    overflow: visible;
}

.amt-flight-row {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 20px;
    align-items: end;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.amt-flight-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.amt-flight-row-1 {
    grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(0, 1fr));
}

.amt-flight-row-2,
.amt-flight-row-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amt-field,
.amt-counter,
.amt-trip-type,
.amt-input-box,
.amt-counter-box {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.amt-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

select {
    color: #676767;
}

.amt-trip-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.amt-trip-option {
    min-width: 0;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background: #edf1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.amt-trip-option input {
    display: none;
}

.amt-trip-option span {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.amt-trip-option.is-active {
    background: #ec5200;
    color: #fff;
}

.amt-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    background: #fff;
}

.amt-counter label {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
}

.amt-counter-box {
    flex: 1;
    max-width: 160px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 40px;
    border-radius: 8px;
}

.amt-counter-box button {
    border: 0;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amt-counter-box button:hover {
    color: #1683df;
}

.amt-counter-box input {
    width: 14px;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 20px;
    background: transparent;
}

.amt-input-box {
    position: relative;
    width: 100%;
    height: 58px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: #edf1f5;
}

.amt-input-box input {
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    padding: 0 14px;
}

.amt-icon,
.amt-date-icon {
    width: 48px;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.amt-icon i,
.amt-date-icon i {
    color: #a8a8a8;
}

.amt-field-clean select,
.amt-field-clean input {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ddd;
    outline: 0;
    background: transparent;
    font-size: 14px;
    padding: 0;
}

.amt-search-btn {
    width: 100%;
    max-width: 100%;
    height: 58px;
    border: 0;
    border-radius: 8px;
    background: #ec5200;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.amt-search-btn:hover {
    background: #005fc0;
}

.amt-suggest-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    z-index: 20;
    display: none;
    overflow: hidden;
}

.amt-suggest-item {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
}

.amt-suggest-item:hover {
    background: #eef6ff;
}

.amt-hidden-date {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ================================
   HOME SECTIONS
================================ */

.tht-home-section {
    width: 100%;
    background: #fff;
}

.tht-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 12px 35px;
    box-sizing: border-box;
}

.tht-title-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 40px 0 26px;
}

.tht-title-line h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #ec5200;
}

.tht-title-line span {
    font-size: 14px;
}

.tht-benefit-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    background: #f87936; /* client05: đổi từ #ec5200 theo yêu cầu anh Thanh Ka (2026-09-26) */
    border-radius: 20px;
    padding: 26px 24px;
    margin-bottom: 45px;
}

.tht-benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.tht-benefit-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tht-benefit-icon img {
    width: 30px;
}

.tht-benefit-item h3 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 700;color:#fff
}

.tht-benefit-item p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;color:#fff
}

.tht-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    margin-bottom: 38px;
}

.tht-text-block {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
}

.tht-text-block h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

.tht-text-block p {
    margin: 0 0 18px;
}

a.tht-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 8px 18px;
    border-radius: 20px;
    background: #1c75ba;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    float: right;
    margin-bottom: 20px;
}
a.tht-more-btn:visited{color:#fff}

.tht-more-btn i {
    display: inline-block;
    margin-left: 5px;
}

.tht-image-card {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.tht-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tht-image-large {
    margin-top: 12px;
    height: 510px;
}

.tht-city-image {
    height: 380px;
}

.tht-note-block {
    margin-top: 28px;
}

.tht-partner-box {
    display: block;
    border: 1px solid #ddd;
    padding: 22px 26px;
    margin-bottom: 36px;
}

.tht-partner-box img {
    display: block;
    width: 100%;
}

.tht-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.tht-service-card {
    background: #1b75bb; /* client05: đổi từ #ec5200 theo yêu cầu anh Thanh Ka (2026-09-26) */
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
}

.tht-service-card h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700;color:#fff
}

.tht-service-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;color:#fff
}

/* HOT PLACE */
.amt-hot-place {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.amt-hot-head {
    margin-bottom: 28px;
}

.amt-hot-head h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #ec5200;
}

.amt-hot-head p {
    margin: 0;
    font-size: 13px;
}

.amt-hot-slider {
    position: relative;
    width: 100%;
}

.amt-hot-viewport {
    overflow: hidden;
    width: 100%;
}

.amt-hot-track {
    display: flex;
    gap: 24px;
    transition: transform .45s ease;
    will-change: transform;
}

.amt-hot-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
}

.amt-hot-card a {
    display: block;
    border-radius: 5px;
    overflow: hidden;color: #676767;font-weight: 700;}

.amt-hot-card img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.amt-hot-card h3 {
    margin: 8px 0 2px;
    font-size: 14px;
    font-weight: 700;
}

.amt-hot-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.amt-hot-nav {
    position: absolute;
    top: 110px;
    transform: translateY(-50%);
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.amt-hot-prev {
    left: -18px;
}

.amt-hot-next {
    right: -18px;
}

.amt-hot-nav:hover {
    background: #e7f4ff;
}

/* ================================
   FOOTER
================================ */

.tht-footer {
    background: #333;
    color: #fff;
    padding: 18px 0 20px;
}

.tht-footer-wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.tht-footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.22);
}

.tht-footer-social span {
    font-size: 15px;
    font-weight: 700;
}

.tht-footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ec5200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.tht-footer-phone {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
    font-size: 16px;
}

.tht-footer-phone strong {
    font-weight: 800;
}

.tht-footer-phone span {
    font-weight: 300;
}

.tht-footer-main {
    display: grid;
    grid-template-columns: 2.5fr .75fr .85fr .75fr 1fr;
    gap: 28px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
}

.tht-footer-company {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.tht-footer-company img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    flex-shrink: 0;
}

.tht-footer-company h3,
.tht-footer-menu h3 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}

.tht-footer-company p,
.tht-footer-menu a {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #fff;
}

.tht-footer-menu a {
    display: block;
}

.tht-footer-menu a:hover {
    color: #fff;
}

.tht-footer-qr {
    justify-self: end;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 8px;
    padding: 8px;
    gap: 8px;
}

.tht-scan {
    font-size: 18px;
    line-height: .9;
    font-weight: 900;
}

.tht-qr {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.tht-footer-copy {
    padding-top: 10px;
    font-size: 11px;
    font-weight: 700;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1180px) {
    .amt-flight-row-1,
    .amt-flight-row-2,
    .amt-flight-row-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .amt-search-btn {
        grid-column: span 2;
    }
}

@media (max-width: 980px) {
    .box-footer {
        display: block;
    }
}

@media (max-width: 900px) {
    .tht-main-nav,
    .hct-menu-pc-1 {
        align-items: center;
        padding: 10px 14px;
    }

    .tht-logo,
    .hct-menu-pc-1__logo {
        width: 68px;
    }

    .tht-menu,
    .hct-menu-pc-1__list,
    .hct-menu-pc-1__dropdown {
        display: none;
    }

    .hct-menu-mb-1-open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .tht-title-line,
    .tht-benefit-item {
        align-items: flex-start;
    }

    .tht-benefit-box,
    .tht-content-grid,
    .tht-partner-box,
    .tht-service-grid {
        grid-template-columns: 1fr;
    }

    .tht-benefit-box {
        gap: 24px;
    }

    .tht-partner-box {
        padding: 20px 14px;
    }

    .amt-hot-card {
        flex-basis: calc((100% - 20px) / 2);
    }

    .amt-hot-track {
        gap: 20px;
    }

    .tht-footer-social {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .tht-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .tht-footer-company {
        grid-column: span 2;
    }

    .tht-footer-qr {
        justify-self: start;
    }
}

@media (max-width: 860px) {
    .amt-float-icons {
        right: 10px;
        bottom: 75px;
        gap: 10px;
    }

    .amt-float-item,
    .amt-float-icon {
        width: 32px;
        height: 32px;
    }

    .amt-float-icon {
        font-size: 20px;
    }

    .amt-float-zalo .amt-float-icon {
        font-size: 13px;
    }

    .amt-float-label {
        display: none;
    }
}

@media (max-width: 640px) {
    .tht-logo,
    .hct-menu-pc-1__logo {
        width: 62px;
    }

    .amt-flight-box {
        padding: 18px;
    }

    .amt-flight-row-1,
    .amt-flight-row-2,
    .amt-flight-row-3 {
        grid-template-columns: 1fr;
    }

    .amt-search-btn {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .tht-title-line {
        display: block;
    }

    .tht-title-line h2 {
        font-size: 20px;
    }

    .tht-title-line span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

    .tht-benefit-item {
        gap: 12px;
    }

    .tht-benefit-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 22px;
    }

    .tht-text-block {
        font-size: 15px;
    }

    .tht-more-btn {
        float: none;
    }

    .amt-hot-card {
        flex-basis: 100%;
    }

    .amt-hot-card img {
        height: 200px;
    }

    .amt-hot-prev {
        left: 8px;
    }

    .amt-hot-next {
        right: 8px;
    }

    .tht-footer-main {
        grid-template-columns: 1fr;
    }

    .tht-footer-company {
        grid-column: auto;
    }

    .tht-footer-phone {
        font-size: 18px;
    }
}

/*=========*/
/* =========================================================
   HCT01 MOBILE HEADER BEAUTY
========================================================= */

.hct-mobile-header {
    display: none;
}

@media (max-width: 900px) {
    .tht-hero-header {
        background: transparent;
        padding: 10px 10px 0;
    }

    .tht-hero-bg {
        max-width: calc(100% - 12px);
        margin: 0 auto;
        min-height: 74px;
        border-radius: 18px;
        background:
            linear-gradient(180deg, rgba(226,241,255,.96), rgba(255,255,255,.88)),
            url("../../images/thienhoang/mobile-header-plane-bg.png");
        background-size: cover;
        background-position: center;
        box-shadow: 0 8px 22px rgba(0,0,0,.12);
        overflow: hidden;
    }

    .hct-mobile-header {
        position: relative;
        display: grid;
        grid-template-columns: 52px 1fr auto;
        align-items: center;
        gap: 8px;
        min-height: 74px;
        padding: 8px 12px;
    }

    .hct-mobile-header .hct-menu-mb-1-open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 12px;
        background: rgba(255,255,255,.25);
        color: #20242c;
        font-size: 24px;
    }

    .hct-mobile-header__logo {
        justify-self: center;
        display: block;
        width: 86px;
    }

    .hct-mobile-header__logo img {
        display: block;
        width: 100%;
    }

    .hct-mobile-header__ticket {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        height: 42px;
        padding: 0 14px;
        border: 0;
        border-radius: 999px;
        background: #ec5200;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        box-shadow: 0 8px 18px rgba(236,82,0,.28);
        cursor: pointer;
        white-space: nowrap;
    }

    .hct-mobile-header__ticket i {
        color: #fff;
        font-size: 15px;
    }

    .hct-mobile-header__ticket span {
        color: #fff;
        font-weight: 800;
    }

    .hct-menu-pc-1 {
        display: none;
    }
}

@media (max-width: 420px) {
    .hct-mobile-header {
        grid-template-columns: 48px 1fr auto;
        padding: 8px 10px;
    }

    .hct-mobile-header__logo {
        width: 76px;
    }

    .hct-mobile-header__ticket {
        height: 38px;
        padding: 0 11px;
        font-size: 11px;
    }
}

/*=======*/
.flight-box-pc {
    display: block;
}

@media (max-width: 900px) {
    .flight-box-pc {
        display: none !important;
    }
}

/*body:not(.home-page) .flight-box-pc {
    display: none;
}*/

.is-invalid {
    border-color: #dc2626 !important;
}

.hct01-field-error {
    margin-top: 6px;
    font-size: 12px;
    color: #dc2626;
}

.hct-flight-popup {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: none;
}

body.hct-flight-popup-opened .hct-flight-popup {
    display: block;
}

.hct-flight-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.hct-flight-popup__dialog {
    position: relative;
    width: min(920px, calc(100% - 24px));
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    margin: 15px auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

.hct-flight-popup__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid #eee;
}

.hct-flight-popup__head h3 {
    margin: 0;
    color: #0871c8;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.hct-flight-popup__head button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
}

.hct-flight-popup__body {
    padding: 22px;
}





/*=====*/
.banner-header-pc {
    display: block;
    width: 100%;
}

.amt-hero-slider {
    position: relative;
    width: 100%;
    /* client05: bỏ min-height 520px theo yêu cầu anh Thanh Ka (2026-09-25) — cao theo ảnh banner. */
    overflow: hidden;
}

.amt-hero-image {
    width: 100%;
}

.amt-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/*=========*/
.hct-header-pc-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.hct-header-pc-wrap .hct-menu-pc-1 {
    padding-right: 120px;
}

.hct-header-pc-ticket {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 50;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;

    background: #ec5200;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(236,82,0,.25);
}

.hct-header-pc-ticket i,
.hct-header-pc-ticket span {
    color: #fff;
    font-weight: 800;
}

@media (max-width: 900px) {
    .hct-header-pc-wrap {
        display: none;
    }

    .hct-header-pc-ticket {
        display: none;
    }
}

/*=========*/
/* ================================
   HCT01 Pinterest News Grid
================================ */

.tht-pinterest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
    margin-bottom: 38px;
}

.tht-pin-card {
    width: 100%;
    margin: 0;
    background: #fff;
}

.tht-pin-card__image {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.tht-pin-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tht-pin-card.is-tall .tht-pin-card__image {
    /*height: 520px;*/
}

.tht-pin-card.is-large .tht-pin-card__image {
    /*height: 450px;*/
}

.tht-pin-card.is-medium .tht-pin-card__image {
    /*height: 380px;*/
}

.tht-pin-card.is-normal .tht-pin-card__image {
    /*height: 330px;*/
}

.tht-pin-card.is-short .tht-pin-card__image {
    /*height: 280px;*/
}

.tht-pin-card__body {
    padding-top: 14px;
}

.tht-pin-card__body h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.35;
}

.tht-pin-card__body h3 a {
    color: #333;
    font-weight: 700;
}

.tht-pin-card__body h3 a:hover {
    color: #ec5200;
}

.tht-pin-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #676767;
}

.tht-pin-card__more {
    margin-top: 14px;
}

@media (max-width: 700px) {
    .tht-pinterest-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tht-pin-card,
    .tht-pin-card.is-tall .tht-pin-card__image,
    .tht-pin-card.is-large .tht-pin-card__image,
    .tht-pin-card.is-medium .tht-pin-card__image,
    .tht-pin-card.is-normal .tht-pin-card__image,
    .tht-pin-card.is-short .tht-pin-card__image {
        height: auto;
    }

    .tht-pin-card__image img {
        height: auto;
    }
}



/*=========*/
/* ================================
   HCT01 Client Breadcrumb
================================ */

.hct-breadcrumb {
    width: 100%;
    padding: 10px;
    background: #fff;
}

.hct-breadcrumb__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
}

.hct-breadcrumb__link {
    color: #676767;
    font-weight: 700;
}

.hct-breadcrumb__link:hover {
    color: #ec5200;
}

.hct-breadcrumb__sep {
    color: #aaa;
}

.hct-breadcrumb__current {
    color: #ec5200;
    font-weight: 800;
}

@media (max-width: 900px) {
    .hct-breadcrumb {
        padding-top: 104px;
    }
}



/*=========*/
/* ================================
   HCT01 News Detail
================================ */

.tht-news-detail-page {
    padding: 32px 12px 60px;
}

.tht-news-detail {
    max-width: 940px;
    margin: 0 auto;
}

.tht-news-detail__head {
    text-align: center;
    margin-bottom: 28px;
}

.tht-news-detail__head h1 {
    margin: 0;
    color: #222;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.tht-news-detail__sapo {
    max-width: 780px;
    margin: 18px auto 0;
    color: #676767;
    font-size: 16px;
    line-height: 1.75;
}

.tht-news-detail__image {
    width: 100%;
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.tht-news-detail__image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.tht-news-detail__content {
    color: #333;
    font-size: 15px;
    line-height: 1.85;
}

.tht-news-detail__content h2,
.tht-news-detail__content h3,
.tht-news-detail__content h4 {
    color: #222;
    font-weight: 800;
    line-height: 1.35;
    margin: 28px 0 14px;
}

.tht-news-detail__content p {
    margin: 0 0 16px;
}

.tht-news-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.tht-news-detail__blocks {
    margin-top: 44px;
}

@media (max-width: 700px) {
    .tht-news-detail-page {
        padding: 24px 12px 44px;
    }

    .tht-news-detail__head h1 {
        font-size: 25px;
    }

    .tht-news-detail__sapo {
        font-size: 14px;
    }

    .tht-news-detail__image {
        border-radius: 18px;
    }
}


/*=========*/
/* ================================
   HCT01 Client Content Blocks
================================ */

.hct01-content-blocks {
    margin-top: 44px;
}

.hct01-cb-block {
    margin-bottom: 44px;
}

.hct01-cb-text {
    color: #333;
    font-size: 15px;
    line-height: 1.85;
}

.hct01-cb-text h2,
.hct01-cb-text h3,
.hct01-cb-text h4 {
    color: #222;
    font-weight: 800;
    line-height: 1.35;
    margin: 26px 0 14px;
}

.hct01-cb-text p {
    margin: 0 0 16px;
}

.hct01-cb-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hct01-cb-list li {
    position: relative;
    padding: 16px 18px 16px 48px;
    border-radius: 18px;
    background: #fff7f0;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.hct01-cb-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 16px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ec5200;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hct01-cb-media-text {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
}

.hct01-cb-media-text.is-reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.hct01-cb-media {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.1);
}

.hct01-cb-media img {
    display: block;
    width: 100%;
    height: auto;
}

.hct01-cb-image-only {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.1);
}

.hct01-cb-image-only img {
    display: block;
    width: 100%;
}

.hct01-cb-video {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.hct01-cb-video iframe,
.hct01-cb-video video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

/* Album grid */
.hct01-cb-album {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hct01-cb-album__item {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: 18px;
    background: #f5f5f5;
    cursor: pointer;
    aspect-ratio: 1 / .78;
}

.hct01-cb-album__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hct01-cb-album__item:hover img {
    transform: scale(1.06);
}

.hct01-cb-album__item::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease;
}

.hct01-cb-album__item:hover::after {
    opacity: 1;
}

/* Album overlay */
.hct01-cb-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: none;
}

body.hct01-cb-lightbox-opened {
    overflow: hidden;
}

body.hct01-cb-lightbox-opened .hct01-cb-lightbox {
    display: block;
}

.hct01-cb-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 20, .82);
    backdrop-filter: blur(8px);
}

.hct01-cb-lightbox__inner {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 28px));
    height: calc(100vh - 56px);
    margin: 28px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hct01-cb-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 22px;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

.hct01-cb-lightbox__close,
.hct01-cb-lightbox__prev,
.hct01-cb-lightbox__next {
    position: absolute;
    z-index: 4;
    border: 0;
    color: #fff;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.hct01-cb-lightbox__close:hover,
.hct01-cb-lightbox__prev:hover,
.hct01-cb-lightbox__next:hover {
    background: rgba(255,255,255,.28);
    transform: scale(1.04);
}

.hct01-cb-lightbox__close {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 20px;
}

.hct01-cb-lightbox__prev,
.hct01-cb-lightbox__next {
    top: 50%;
    width: 48px;
    height: 64px;
    border-radius: 18px;
    transform: translateY(-50%);
    font-size: 34px;
}

.hct01-cb-lightbox__prev {
    left: 18px;
}

.hct01-cb-lightbox__next {
    right: 18px;
}

.hct01-cb-lightbox__count {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 4;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 800px) {
    .hct01-cb-media-text,
    .hct01-cb-media-text.is-reverse {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hct01-cb-album {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hct01-cb-lightbox__inner {
        width: calc(100% - 20px);
        height: calc(100vh - 44px);
        margin: 22px auto;
    }
}

@media (max-width: 520px) {
    .hct01-cb-album {
        grid-template-columns: 1fr;
    }

    .hct01-cb-lightbox__prev,
    .hct01-cb-lightbox__next {
        width: 42px;
        height: 54px;
        font-size: 28px;
    }
}

/*========*/
/* ==========================
   AMT CR ALBUM MASONRY
========================== */

.amt-cr-album-masonry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.amt-cr-album-ms-item {
    position: relative;
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f5f5;
    cursor: pointer;
    aspect-ratio: 1 / .78;
}

.amt-cr-album-ms-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.amt-cr-album-ms-item:hover img {
    transform: scale(1.06);
}

.amt-cr-album-ms-item::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.28);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity .25s ease;
}

.amt-cr-album-ms-item:hover::after {
    opacity: 1;
}

/* lightbox */

.amt-cr-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: none;
}

body.amt-cr-lightbox-opened {
    overflow: hidden;
}

body.amt-cr-lightbox-opened .amt-cr-lightbox {
    display: block;
}

.amt-cr-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.82);
    backdrop-filter: blur(8px);
}

.amt-cr-lightbox__inner {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 30px));
    height: calc(100vh - 60px);
    margin: 30px auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.amt-cr-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 24px;
}

.amt-cr-lightbox__close,
.amt-cr-lightbox__prev,
.amt-cr-lightbox__next {
    position: absolute;
    border: 0;
    cursor: pointer;
    background: rgba(255,255,255,.15);
    color: #fff;
    backdrop-filter: blur(8px);
}

.amt-cr-lightbox__close {
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.amt-cr-lightbox__prev,
.amt-cr-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 72px;
    border-radius: 20px;
    font-size: 34px;
}

.amt-cr-lightbox__prev {
    left: 16px;
}

.amt-cr-lightbox__next {
    right: 16px;
}

.amt-cr-lightbox__count {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.15);
    color: #fff;
}

@media (max-width: 768px) {
    .amt-cr-album-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .amt-cr-album-masonry {
        grid-template-columns: 1fr;
    }
}

/*======*/
/* ==========================
   AMT CR IMAGE + TEXT BLOCK
========================== */

.amt-cr-media-text {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 44px;
    align-items: center;
    margin: 42px 0;
}

.amt-cr-image-left-text {
    direction: ltr;
}

.amt-cr-text-left-image {
    direction: rtl;
}

.amt-cr-text-left-image > * {
    direction: ltr;
}

/* image */

.amt-cr-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #f6f6f6;
    box-shadow:
        0 18px 45px rgba(0,0,0,.08),
        0 4px 18px rgba(0,0,0,.04);
}

.amt-cr-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.amt-cr-media-text:hover .amt-cr-image img {
    transform: scale(1.03);
}

/* content */

.amt-cr-content {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 1.9;
}

.amt-cr-content > *:first-child {
    margin-top: 0;
}

.amt-cr-content > *:last-child {
    margin-bottom: 0;
}

/* headings */

.amt-cr-content h1,
.amt-cr-content h2,
.amt-cr-content h3,
.amt-cr-content h4,
.amt-cr-content h5,
.amt-cr-content h6 {
    margin: 0 0 18px;
    color: #1f1f1f;
    line-height: 1.35;
    font-weight: 800;
}

.amt-cr-content h1 {
    font-size: 34px;
}

.amt-cr-content h2 {
    font-size: 30px;
}

.amt-cr-content h3 {
    font-size: 24px;
}

.amt-cr-content h4 {
    font-size: 20px;
}

/* paragraph */

.amt-cr-content p {
    margin: 0 0 18px;
}

/* list */

.amt-cr-content ul,
.amt-cr-content ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.amt-cr-content li {
    margin-bottom: 10px;
}

/* links */

.amt-cr-content a {
    color: #ec5200;
    text-decoration: none;
    font-weight: 600;
}

.amt-cr-content a:hover {
    text-decoration: underline;
}

/* image inside content */

.amt-cr-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 18px auto;
}

/* table */

.amt-cr-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 18px;
}

.amt-cr-content table th,
.amt-cr-content table td {
    border: 1px solid #ececec;
    padding: 12px 14px;
    text-align: left;
}

.amt-cr-content table th {
    background: #faf7f2;
    font-weight: 700;
}

/* blockquote */

.amt-cr-content blockquote {
    margin: 22px 0;
    padding: 18px 22px;
    border-left: 4px solid #ec5200;
    background: #fff8f3;
    border-radius: 14px;
    font-style: italic;
}

/* code */

.amt-cr-content pre {
    overflow: auto;
    padding: 18px;
    border-radius: 16px;
    background: #111;
    color: #fff;
}

.amt-cr-content code {
    font-family: monospace;
}

/* responsive */

@media (max-width: 900px) {
    .amt-cr-media-text {
        grid-template-columns: 1fr;
        gap: 22px;
        margin: 30px 0;
    }

    .amt-cr-image-left-text,
    .amt-cr-text-left-image {
        direction: ltr;
    }

    .amt-cr-image {
        border-radius: 22px;
    }

    .amt-cr-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .amt-cr-content h1 {
        font-size: 28px;
    }

    .amt-cr-content h2 {
        font-size: 24px;
    }

    .amt-cr-content h3 {
        font-size: 21px;
    }

    .amt-cr-content h4 {
        font-size: 18px;
    }
}

/* ==========================
   AMT CR IMAGE + TEXT BLOCK
   dùng chung:
   - amt-cr-image-left-text
   - amt-cr-text-left-image
========================== */

.amt-cr-media-text {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 44px;
    align-items: center;
    margin: 42px 0;
}

/* image left */

.amt-cr-image-left-text {
    direction: ltr;
}

/* text left image */

.amt-cr-text-left-image {
    direction: rtl;
}

.amt-cr-text-left-image > * {
    direction: ltr;
}

/* ==========================
   IMAGE
========================== */

.amt-cr-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #f6f6f6;
    box-shadow:
        0 18px 45px rgba(0,0,0,.08),
        0 4px 18px rgba(0,0,0,.04);
}

.amt-cr-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.amt-cr-media-text:hover .amt-cr-image img {
    transform: scale(1.03);
}

/* ==========================
   CONTENT
========================== */

.amt-cr-content {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.9;
}

.amt-cr-content > *:first-child {
    margin-top: 0;
}

.amt-cr-content > *:last-child {
    margin-bottom: 0;
}

/* title */

.amt-cr-content h1,
.amt-cr-content h2,
.amt-cr-content h3,
.amt-cr-content h4,
.amt-cr-content h5,
.amt-cr-content h6 {
    margin: 0 0 18px;
    color: #1f1f1f;
    font-weight: 800;
    line-height: 1.35;
}

.amt-cr-content h1 {
    font-size: 34px;
}

.amt-cr-content h2 {
    font-size: 30px;
}

.amt-cr-content h3 {
    font-size: 24px;
}

.amt-cr-content h4 {
    font-size: 20px;
}

/* paragraph */

.amt-cr-content p {
    margin: 0 0 18px;
}

/* list */

.amt-cr-content ul,
.amt-cr-content ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.amt-cr-content li {
    margin-bottom: 10px;
}

/* link */

.amt-cr-content a {
    color: #ec5200;
    text-decoration: none;
    font-weight: 600;
}

.amt-cr-content a:hover {
    text-decoration: underline;
}

/* image inside content */

.amt-cr-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
    border-radius: 18px;
}

/* table */

.amt-cr-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 18px;
}

.amt-cr-content table th,
.amt-cr-content table td {
    padding: 12px 14px;
    border: 1px solid #ececec;
    text-align: left;
}

.amt-cr-content table th {
    background: #faf7f2;
    font-weight: 700;
}

/* quote */

.amt-cr-content blockquote {
    margin: 22px 0;
    padding: 18px 22px;
    border-left: 4px solid #ec5200;
    border-radius: 14px;
    background: #fff8f3;
    font-style: italic;
}

/* code */

.amt-cr-content pre {
    overflow: auto;
    padding: 18px;
    border-radius: 16px;
    background: #111;
    color: #fff;
}

.amt-cr-content code {
    font-family: monospace;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 900px) {

    .amt-cr-media-text {
        grid-template-columns: 1fr;
        gap: 22px;
        margin: 30px 0;
    }

    .amt-cr-image-left-text,
    .amt-cr-text-left-image {
        direction: ltr;
    }

    .amt-cr-image {
        border-radius: 22px;
    }

    .amt-cr-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .amt-cr-content h1 {
        font-size: 28px;
    }

    .amt-cr-content h2 {
        font-size: 24px;
    }

    .amt-cr-content h3 {
        font-size: 21px;
    }

    .amt-cr-content h4 {
        font-size: 18px;
    }
}

/* ==========================
   AMT CR VIDEO BLOCK
========================== */

.amt-cr-video {
    position: relative;
    width: 100%;
    margin: 42px 0;
    overflow: hidden;
    border-radius: 30px;
    background: #000;
    box-shadow:
        0 20px 50px rgba(0,0,0,.12),
        0 6px 18px rgba(0,0,0,.06);
}

/*
|--------------------------------------------------------------------------
| Responsive 16:9
|--------------------------------------------------------------------------
*/

.amt-cr-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

/*
|--------------------------------------------------------------------------
| iframe
|--------------------------------------------------------------------------
*/

.amt-cr-video iframe,
.amt-cr-video video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/*
|--------------------------------------------------------------------------
| Decorative glow
|--------------------------------------------------------------------------
*/

.amt-cr-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.06),
            rgba(255,255,255,0)
        );
}

/*
|--------------------------------------------------------------------------
| Hover effect desktop
|--------------------------------------------------------------------------
*/

@media (hover:hover) {

    .amt-cr-video {
        transition:
            transform .35s ease,
            box-shadow .35s ease;
    }

    .amt-cr-video:hover {
        transform: translateY(-2px);

        box-shadow:
            0 28px 65px rgba(0,0,0,.16),
            0 8px 22px rgba(0,0,0,.08);
    }
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 900px) {

    .amt-cr-video {
        margin: 30px 0;
        border-radius: 22px;
    }
}

@media (max-width: 520px) {

    .amt-cr-video {
        margin: 22px 0;
        border-radius: 18px;
    }
}

/* ================================
   HCT01 FAQ Client
================================ */

.hct-faq-page,
.hct-faq-detail-page {
    padding: 34px 12px 70px;
}

.hct-faq-head {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

.hct-faq-head h1 {
    margin: 0 0 10px;
    color: #222;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.hct-faq-head p {
    margin: 0;
    color: #676767;
    font-size: 15px;
}

.hct-faq-search {
    max-width: 760px;
    margin: 0 auto 34px;
    padding: 8px;
    display: flex;
    gap: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.06);
}

.hct-faq-search input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
}

.hct-faq-search button {
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f47a12, #ec5200);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hct-faq-search button i,
.hct-faq-search button span {
    color: #fff;
    font-weight: 800;
}

.hct-faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.hct-faq-item {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}

.hct-faq-question {
    width: 100%;
    min-height: 64px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
}

.hct-faq-question span {
    color: #222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.hct-faq-question i {
    color: #ec5200;
    transition: transform .22s ease;
}

.hct-faq-item.is-open .hct-faq-question i {
    transform: rotate(180deg);
}

.hct-faq-answer {
    display: none;
    padding: 0 22px 22px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.hct-faq-item.is-open .hct-faq-answer {
    display: block;
}

.hct-faq-answer__text {
    padding-top: 2px;
}

.hct-faq-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: #ec5200;
    font-size: 13px;
    font-weight: 800;
}

.hct-faq-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px;
    border-radius: 20px;
    background: #fff7f0;
    color: #ec5200;
    text-align: center;
    font-weight: 800;
}

.hct-faq-pagination {
    max-width: 900px;
    margin: 28px auto 0;
}

/* detail */

.hct-faq-detail {
    max-width: 900px;
    margin: 0 auto;
}

.hct-faq-detail__head {
    margin-bottom: 30px;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(244,122,18,.18), transparent 38%),
        linear-gradient(135deg, #fff7f0, #fff);
    border: 1px solid rgba(192,95,40,.12);
}

.hct-faq-detail__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #ec5200;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hct-faq-detail__head h1 {
    margin: 0;
    color: #222;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
}

.hct-faq-detail__sapo {
    margin-top: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.hct-faq-detail__content {
    margin-top: 28px;
}

.hct-faq-detail__blocks {
    margin-top: 44px;
}

@media (max-width: 700px) {
    .hct-faq-page,
    .hct-faq-detail-page {
        padding: 26px 12px 48px;
    }

    .hct-faq-head h1,
    .hct-faq-detail__head h1 {
        font-size: 25px;
    }

    .hct-faq-search {
        border-radius: 18px;
        flex-direction: column;
    }

    .hct-faq-search button {
        width: 100%;
        justify-content: center;
    }

    .hct-faq-detail__head {
        padding: 24px 20px;
        border-radius: 22px;
    }
}


/*=========*/
.hct-contact-page {
    padding: 34px 12px 70px;
}

.hct-contact-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.hct-contact-head h1 {
    margin: 0 0 10px;
    color: #222;
    font-size: 34px;
    font-weight: 800;
}

.hct-contact-head p {
    margin: 0;
    color: #676767;
    font-size: 15px;
}

.hct-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: start;
}

.hct-contact-info {
    display: grid;
    gap: 16px;
}

.hct-contact-card {
    display: flex;
    gap: 16px;
    padding: 22px;
    border-radius: 22px;
    background: #fff7f0;
    border: 1px solid rgba(192,95,40,.12);
}

.hct-contact-card i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ec5200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hct-contact-card h3 {
    margin: 0 0 6px;
    color: #222;
    font-size: 15px;
    font-weight: 800;
}

.hct-contact-card a,
.hct-contact-card p {
    margin: 0;
    color: #676767;
    font-size: 14px;
}

.hct-contact-form-box {
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.hct-contact-form-box h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 22px;
    font-weight: 800;
}

.hct-contact-form {
    display: grid;
    gap: 14px;
}

.hct-contact-form input,
.hct-contact-form textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
}

.hct-contact-form button {
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f47a12, #ec5200);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.hct-contact-form button i {
    margin-left: 6px;
    color: #fff;
}

@media (max-width: 800px) {
    .hct-contact-grid {
        grid-template-columns: 1fr;
    }

    .hct-contact-head h1 {
        font-size: 26px;
    }
}

/*=========*/
.hct-contact-field {
    display: grid;
    gap: 6px;
}

.hct-contact-form input.is-invalid,
.hct-contact-form textarea.is-invalid {
    border-color: #dc2626 !important;
}

.hct01-field-error {
    color: #dc2626;
    font-size: 12px;
    line-height: 1.4;
}

/*============*/
/* ================================
   HCT01 UI fallback loader + toast
================================ */

.hct01-loader-fallback {
    position: fixed;
    inset: 0;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(3px);
}

.hct01-loader-fallback__box {
    min-width: 180px;
    padding: 24px 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.16);
    text-align: center;
}

.hct01-loader-fallback__box span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 3px 14px;
    border-radius: 50%;
    background: #ec5200;
    animation: hct01DotJump .85s infinite ease-in-out;
}

.hct01-loader-fallback__box span:nth-child(2) {
    animation-delay: .12s;
}

.hct01-loader-fallback__box span:nth-child(3) {
    animation-delay: .24s;
}

.hct01-loader-fallback__box strong {
    display: block;
    color: #222;
    font-size: 14px;
    font-weight: 800;
}

@keyframes hct01DotJump {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: .45;
    }

    40% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

.hct01-toast-fallback {
    position: fixed;
    left: 50%;
    top: 28px;
    z-index: 999999999;
    min-width: 260px;
    max-width: calc(100% - 28px);
    padding: 14px 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 16px 45px rgba(0,0,0,.18);
    transform: translate(-50%, -18px);
    opacity: 0;
    transition: .25s ease;
}

.hct01-toast-fallback.is-show {
    transform: translate(-50%, 0);
    opacity: 1;
}

.hct01-toast-fallback.is-success {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.hct01-toast-fallback.is-error {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}


.hct01-toast-fallback {
    position: fixed !important;
    left: 50% !important;
    top: 28px !important;
    right: auto !important;
    z-index: 999999999 !important;
    min-width: 260px;
    max-width: calc(100% - 28px);
    padding: 14px 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 16px 45px rgba(0,0,0,.18);
    transform: translate(-50%, -18px);
    opacity: 0;
    transition: .25s ease;
}

.hct01-toast-fallback.is-show {
    transform: translate(-50%, 0);
    opacity: 1;
}

.hct01-toast-fallback.is-success {
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
}

.hct01-toast-fallback.is-error {
    background: linear-gradient(135deg, #ef4444, #b91c1c) !important;
}


/*==============*/
/* ==========================
   Pinterest zigzag content
========================== */

.tht-pin-card {
    display: flex;
    flex-direction: column;
}

/*
|--------------------------------------------------------------------------
| item chẵn: đảo thứ tự
|--------------------------------------------------------------------------
|
| 1 ảnh → text
| 2 text → ảnh
| 3 ảnh → text
| 4 text → ảnh
|
*/

.tht-pinterest-grid .tht-pin-card:nth-child(even) {
    flex-direction: column-reverse;
}

/*
|--------------------------------------------------------------------------
| spacing fix
|--------------------------------------------------------------------------
*/

.tht-pin-card__image {
    display: block;
    overflow: hidden;
    border-radius: 24px;
}

.tht-pin-card__body {
    padding-top: 16px;
}

.tht-pinterest-grid .tht-pin-card:nth-child(even)
.tht-pin-card__body {
    padding-bottom: 16px;
}

/*
|--------------------------------------------------------------------------
| mobile
|--------------------------------------------------------------------------
|
| mobile cho đồng nhất:
| luôn ảnh trước text
|
*/

@media (max-width: 768px) {

    .tht-pinterest-grid .tht-pin-card:nth-child(even) {
        flex-direction: column;
    }

    .tht-pin-card__body {
        padding-top: 14px;
        padding-bottom: 0;
    }
}

a:visited{color: inherit}

/* ===== css/hctclient05-app.css ===== */
/**
 * HCTCLIENT05 APP — phần CSS BỔ SUNG cho theme Thiên Hoàng Travel.
 * --------------------------------------------------------------------------
 * CSS giao diện gốc nằm nguyên ở css/thienhoang/hctclient05-thienhoang.css
 * (bê 100% từ thienhoangcu, không sửa để dễ đối chiếu). File này CHỈ chứa:
 *   - phần tử mới không có ở site cũ (nút Đăng nhập/Tài khoản, honeypot...)
 *   - chỉnh nhỏ cần thiết khi ghép với khung client05 (skip-link, main...).
 * Màu cam chủ đạo lấy đúng mã của theme gốc: #ec5200 (nút) / #c85c26 (chữ).
 */

:root {
    --hctclient05-th-orange: #ec5200;
    --hctclient05-th-orange-dark: #c85c26;
}

/* `hidden` phải thắng mọi class tự set display (nút slider, link...). */
[hidden] {
    display: none !important;
}

.hctclient05-main {
    display: block;
}

/* ---------- Skip link (a11y) ---------- */
.hctclient05-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    padding: 10px 16px;
    background: var(--hctclient05-th-orange);
    color: #fff;
    font-weight: 700;
}

.hctclient05-skip-link:focus {
    left: 12px;
    top: 12px;
}

/* ---------- Honeypot chống bot ---------- */
.hctclient05-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ---------- Nút Đăng nhập / Tài khoản (PC) ---------- */
/* Menu gốc chừa 120px bên phải cho nút "Tìm vé" — chừa thêm chỗ cho nút tài khoản. */
.hct-header-pc-wrap .hct-menu-pc-1 {
    padding-right: 170px;
}

.hctclient05-pc-account {
    position: absolute;
    right: 125px;
    top: 50px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid var(--hctclient05-th-orange);
    border-radius: 999px;
    background: #fff;
    color: var(--hctclient05-th-orange);
    font-size: 14px;
    transition: background .2s ease, color .2s ease;
}

.hctclient05-pc-account:hover,
.hctclient05-pc-account.is-logged-in {
    background: var(--hctclient05-th-orange);
    color: #fff;
}

/* ---------- Dòng Đăng nhập / Tài khoản cuối menu mobile ---------- */
.hctclient05-mb-account {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 16px 20px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff4ed;
    color: var(--hctclient05-th-orange-dark);
    font-weight: 700;
}

.hctclient05-mb-account i {
    font-size: 18px;
}

/* ---------- Form vé máy bay: lỗi theo ô ---------- */
.amt-flight-form .is-invalid,
.hct-contact-form .is-invalid {
    border-color: #dc2626 !important;
}

.amt-flight-form .hct01-field-error:empty {
    display: none;
}

/* ---------- Trang Category (News/Service) ---------- */
.tht-news-cate-page {
    padding-bottom: 40px;
}

.tht-news-cate-page .amt-hot-head p {
    margin-top: 6px;
}

.hctclient05-empty {
    padding: 30px 0;
    color: #676767;
    text-align: center;
}

/* ---------- Phân trang ---------- */
.hctclient05-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 30px 0 10px;
}

.hctclient05-pagination a,
.hctclient05-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #f1c7ae;
    border-radius: 999px;
    color: var(--hctclient05-th-orange-dark);
    font-weight: 700;
    font-size: 14px;
    background: #fff;
}

.hctclient05-pagination a:hover,
.hctclient05-pagination .is-active {
    border-color: var(--hctclient05-th-orange);
    background: var(--hctclient05-th-orange);
    color: #fff;
}

.hctclient05-pagination .is-gap {
    border-color: transparent;
    background: transparent;
}

/* ---------- Trang Tìm kiếm ---------- */
.hctclient05-search-page .hct-faq-search {
    margin-bottom: 26px;
}

.hctclient05-search-badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 2px 10px;
    border-radius: 999px;
    background: #fff1e8;
    color: var(--hctclient05-th-orange-dark);
    font-size: 12px;
    font-weight: 700;
}

/* ---------- Gợi ý sân bay (bổ sung cho .amt-suggest-list gốc) ---------- */
/* Tối đa ~5 dòng, cuộn trong khung — bản gốc không giới hạn, 15 kết quả trùm cả trang. */
.amt-suggest-list {
    max-height: 300px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.amt-suggest-item {
    line-height: 1.35;
    border-bottom: 1px solid #f3ece7;
}

.amt-suggest-item:last-child {
    border-bottom: 0;
}

.amt-suggest-item:hover,
.amt-suggest-item.is-active {
    background: #fff1e8;
}

.amt-suggest-item__head strong {
    color: var(--hctclient05-th-orange);
    margin-right: 4px;
}

.amt-suggest-item__name {
    margin-top: 2px;
    color: #676767;
    font-size: 12px;
}

.amt-suggest-empty {
    padding: 12px 15px;
    color: #676767;
    font-size: 13px;
    line-height: 1.5;
}

/* Danh sách gợi ý trong popup "Tìm vé": tách ra <body> (xem hctclient05-flight.js),
   nằm đè ra ngoài khung popup (z-index trên popup 9999999), cao tối đa 300px. */
.amt-suggest-list.hctclient05-suggest-floating {
    position: fixed;
    right: auto;
    max-height: 300px;
    z-index: 10000001;
}

/* ---------- Thẻ dịch vụ trang chủ: tiêu đề có link ---------- */
.tht-service-card h3 a {
    color: inherit;
    text-decoration: none;
}

.tht-service-card h3 a:hover,
.tht-service-card h3 a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------- Thẻ dịch vụ trang chủ: icon tròn nổi trên đầu (phương án A, 2026-09-26) ----------
   Icon = ảnh Icon của Service; vòng trắng + quầng xanh nhạt hoà với nền #1b75bb.
   Cả thẻ bấm được nhờ ::after của link tiêu đề phủ kín thẻ. */
.tht-service-grid {
    row-gap: 64px;
    padding-top: 34px;
}

.tht-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 24px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.tht-service-card:hover,
.tht-service-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(27, 117, 187, .28);
}

.hctclient05-service-card__icon {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #cfe3f3;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .45), 0 6px 14px rgba(15, 63, 102, .22);
    color: #1b75bb;
    font-size: 26px;
    transition: box-shadow .25s ease;
}

.tht-service-card:hover .hctclient05-service-card__icon {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .35), 0 8px 18px rgba(15, 63, 102, .26);
}

.hctclient05-service-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tht-service-card h3 a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.tht-service-card p {
    flex: 1;
}

.hctclient05-service-card__more {
    display: inline-block;
    margin-top: 16px;
    padding: 5px 16px;
    border-radius: 999px;
    background: #fff;
    color: #1b75bb;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease;
}

.tht-service-card:hover .hctclient05-service-card__more {
    background: #f87936;
    color: #fff;
}

/* ---------- Ô cam kết (tht-benefit-box): mobile 2 ô / dòng ---------- */
@media (max-width: 900px) {
    .tht-benefit-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }
}

@media (max-width: 560px) {
    /* 2 cột trên màn hẹp: icon đặt trên, chữ căn giữa để không bị ép chữ. */
    .tht-benefit-box {
        padding: 22px 14px;
    }

    .tht-benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .tht-benefit-item p br {
        display: none;
    }
}

/* ---------- Mobile: bấm vào ô nhập không bị zoom trang ----------
   iOS Safari tự zoom khi ô nhập có font-size < 16px. Không dùng
   maximum-scale/user-scalable=no vì chặn luôn thao tác phóng to của khách. */
@media (max-width: 1024px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}

/* ---------- Footer: số điện thoại có link gọi + ảnh QR (Banner Home 4) ---------- */
.tht-footer-phone a,
.tht-footer-company a {
    color: inherit;
    text-decoration: none;
}

.tht-footer-phone a:hover,
.tht-footer-company a:hover {
    text-decoration: underline;
}

.tht-qr.hctclient05-qr {
    padding: 3px;
    overflow: hidden;
}

.tht-qr.hctclient05-qr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ---------- Trang Liên hệ: các hotline trên 1 dòng, cách nhau "|" ---------- */
.hctclient05-contact-phones {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
}

.hctclient05-contact-phones__sep {
    margin: 0 8px;
    color: #c9c9c9;
}

.hctclient05-contact-phones a:hover {
    color: var(--hctclient05-th-orange);
}

/* ---------- Footer: chừa lề 2 bên + cột menu 2 cái/hàng trên mobile ----------
   .tht-footer-wrap gốc không có padding -> dưới 1200px (mw-1200) chữ dính sát
   mép màn hình. Bản gốc ≤560px cho mọi cột xuống 1 cột; đổi thành 2 cột/hàng
   cho .tht-footer-menu (khối công ty vẫn chiếm trọn hàng). */
@media (max-width: 1240px) {
    .tht-footer-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 560px) {
    .tht-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 16px;
    }

    .tht-footer-company {
        grid-column: 1 / -1;
    }

    .tht-footer-menu {
        min-width: 0;
    }

    .tht-footer-menu a {
        overflow-wrap: anywhere;
    }
}

/* ---------- Trang chi tiết: file tải xuống ---------- */
.hctclient05-detail-files {
    margin-top: 30px;
    padding: 18px 20px;
    border: 1px solid #f1d6c5;
    border-radius: 16px;
    background: #fff8f3;
}

.hctclient05-detail-files h2 {
    margin: 0 0 12px;
    color: var(--hctclient05-th-orange-dark);
    font-size: 18px;
}

.hctclient05-detail-files ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hctclient05-detail-files li + li {
    margin-top: 8px;
}

.hctclient05-detail-files a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.hctclient05-detail-files a:hover span {
    text-decoration: underline;
}

.hctclient05-detail-files i {
    color: var(--hctclient05-th-orange);
}

.hctclient05-detail-files small {
    padding: 1px 8px;
    border-radius: 999px;
    background: #fde6d6;
    color: var(--hctclient05-th-orange-dark);
    font-weight: 700;
}

/* ---------- Khối "Chữ trái - Ảnh phải" ----------
   CSS gốc dùng direction:rtl để đảo cột, nhưng markup đã đặt chữ TRƯỚC ảnh ->
   bị đảo 2 lần, ảnh lại nằm bên trái (lỗi có sẵn từ thienhoangcu). Giữ đúng
   thứ tự markup: chữ trái, ảnh phải. */
.amt-cr-text-left-image {
    direction: ltr;
}

/* ---------- Breadcrumb trang con trên PC ----------
   Header PC fixed đè lên đầu trang: có Banner Cate thì banner đã nằm dưới
   header -> breadcrumb không cần đẩy xuống; không có banner thì đẩy 145px
   để không bị header che. Mobile (≤900px) giữ nguyên padding-top 104px gốc. */
@media (min-width: 901px) {
    .hct-breadcrumb.hctclient05-breadcrumb--no-banner {
        padding-top: 145px;
    }

    .hct-breadcrumb.hctclient05-breadcrumb--has-banner {
        padding-top: 0;
    }
}

/* ---------- Thẻ Pinterest (trang chủ / danh mục / tìm kiếm) ---------- */
/* Mô tả tối đa 5 dòng, dư thì "..." */
.tht-pin-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}

/* Khung ảnh thay thế cho Service chưa có ảnh đại diện */
.tht-pin-card__image.hctclient05-pin-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #fff3ea 0%, #fde2d0 100%);
}

.tht-pin-card__image.hctclient05-pin-placeholder img {
    width: 34%;
    height: auto;
    opacity: .9;
    object-fit: contain;
}

/* Nút "Xem thêm" — thay kiểu gốc (chữ nghiêng, phẳng) cho gọn và rõ hơn */
a.tht-more-btn {
    gap: 8px;
    min-width: 0;
    padding: 7px 8px 7px 18px;
    border-radius: 999px;
    background: #1b75bb;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(27, 117, 187, .28);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

a.tht-more-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    font-size: 12px;
    transition: transform .2s ease;
}

a.tht-more-btn:hover,
a.tht-more-btn:focus-visible {
    background: #155e96;
    color: #fff;
    box-shadow: 0 8px 20px rgba(21, 94, 150, .35);
    transform: translateY(-1px);
}

a.tht-more-btn:hover i,
a.tht-more-btn:focus-visible i {
    transform: translateX(3px);
}

/* Nút float:right (gốc) -> thẻ sau không bị lọt lên cạnh nút */
.tht-pin-card__body::after {
    content: "";
    display: block;
    clear: both;
}

/* ---------- Loading + Toast (UI core) ----------
   Popup "Tìm vé" gốc có z-index 9999999 -> nâng lớp backdrop/loading/toast
   lên trên, nếu không gửi form trong popup sẽ không thấy loading/thông báo.
   Toast đặt GIỮA màn hình (mặc định UI core là góc trên phải). */
:root {
    --hctclient05-z-backdrop: 10000002;
    --hctclient05-z-loading: 10000003;
    --hctclient05-z-feedback: 10000004;
    --hctclient05-z-toast: 10000005;
}

.hctclient05-toast-region {
    top: 50%;
    right: auto;
    left: 50%;
    width: min(420px, calc(100vw - 32px));
    transform: translate(-50%, -50%);
}

.hctclient05-toast {
    border-color: #f1d6c5;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .28);
}

.hctclient05-toast.is-leaving {
    transform: scale(.96);
}

/* ---------- Ô đếm hành khách (Em bé / Trẻ em / Người lớn) ----------
   Gốc: input rộng 14px — trên iOS input có padding/appearance mặc định nên
   số bị đẩy ra ngoài, chỉ còn thấy dấu - và +. iOS còn làm mờ input readonly. */
.amt-counter-box input {
    flex: 0 0 auto;
    width: 2.2em;
    min-width: 0;
    padding: 0 !important;
    margin: 0;
    font-size: 20px !important; /* >= 16px: vẫn không bị iOS zoom */
    line-height: 1;
    color: #111;
    -webkit-text-fill-color: #111;
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* ---------- Popup "Tìm vé" trên mobile: không cho kéo ngang / bật nảy ---------- */
.hct-flight-popup__dialog {
    overflow-x: hidden;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.hct-flight-popup__body,
.hct-flight-popup__body .amt-flight-form {
    max-width: 100%;
    overflow-x: hidden;
}

/* ---------- Footer: 2 cột "Danh Mục" + "Chính Sách & Điều Khoản" ----------
   Gốc có 3 cột menu (.75fr .85fr .75fr) — giờ còn 2: cột Danh Mục giữ .75fr,
   cột Chính Sách gộp 2 khoảng còn lại (.85fr + .75fr = 1.6fr). */
@media (min-width: 901px) {
    .tht-footer-main {
        grid-template-columns: 2.5fr .75fr 1.6fr 1fr;
    }
}

/* <picture> bọc ảnh banner (partner / QR / slider) không được làm vỡ layout gốc vốn nhắm vào img. */
.tht-partner-box picture,
.tht-qr picture,
.amt-hero-image picture {
    display: contents;
}

/* ---------- Footer: link thoáng hơn + 2 cột bằng nhau ---------- */
.tht-footer-menu a {
    display: block;
    margin: 0 0 12px;
    line-height: 1.5;
}

.tht-footer-menu a:last-child {
    margin-bottom: 0;
}

.tht-footer-menu h3 {
    margin-bottom: 16px;
}

@media (min-width: 901px) {
    /* Danh Mục và Chính Sách & Điều Khoản rộng bằng nhau (tổng vẫn = 3 cột cũ). */
    .tht-footer-main {
        grid-template-columns: 2.5fr 1.175fr 1.175fr 1fr;
    }
}
