/* =========================================================
   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;
    font-weight: 400;
}

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: #ffffffba;
}

.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: 100px;
    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: 20px 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: #ec5200;
    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;
}

.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;
}

.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: #ec5200;
    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: 13px;
    font-weight: 500;
}

.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/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%;
    min-height: 520px;
    overflow: hidden;
}

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

.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: 22px;
    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-top: 0;
    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;
    }
}