/*
Theme Name: Giao diện Hà Tiên Mới
Theme URI: https://hatiengroup.com/
Author: Hà Tiên Corp
Description: Giao diện Hà Tiên mới, một đầu trang, một chân trang, menu lớn trên máy tính và menu gọn trên điện thoại.
Version: 1.1.2
Text Domain: hatien-concept
Requires at least: 6.5
Requires PHP: 8.1
*/

:root{
 --ht-bg:#071116;--ht-deep:#0b161c;--ht-panel:#10232c;--ht-card:#132832;
 --ht-gold:#d6aa6d;--ht-gold-2:#e8c99a;--ht-white:#fff;--ht-text:#f7f4ee;
 --ht-muted:#b6c1c5;--ht-line:rgba(255,255,255,.13);--ht-max:1240px;--ht-read:820px;
 --ht-shadow:0 26px 70px rgba(0,0,0,.32);--ht-radius:8px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--ht-deep);color:var(--ht-text);font-family:"Montserrat",Arial,sans-serif;font-size:17px;font-weight:500;line-height:1.65;text-rendering:optimizeLegibility}
body.ht-menu-open{overflow:hidden}a{color:inherit}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}h1,h2,h3,h4{margin:0;font-weight:300;line-height:1.08;letter-spacing:-.03em}p{margin:0}.ht-container{width:min(calc(100% - 48px),var(--ht-max));margin-inline:auto}.ht-kicker{color:var(--ht-gold);font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.ht-lead{max-width:780px;color:#d6dfe2;font-size:clamp(18px,2vw,22px);line-height:1.65}.ht-section{padding-block:clamp(72px,8vw,118px)}.ht-section--dark{background:var(--ht-bg)}.ht-section--panel{background:var(--ht-panel)}.ht-section--light{background:#f4f6f7;color:#172026}.ht-section__head{max-width:900px;margin-bottom:44px}.ht-section__head h2{margin-top:14px;font-size:clamp(36px,4.7vw,58px)}.ht-section__head p{margin-top:18px;color:var(--ht-muted);font-size:18px}.ht-section--light .ht-section__head p{color:#4b5b63}.ht-grid{display:grid;gap:22px}.ht-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ht-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ht-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:1px solid var(--ht-gold);border-radius:4px;background:var(--ht-gold);color:var(--ht-bg)!important;font-size:15px;font-weight:700;text-decoration:none;transition:.18s ease}.ht-btn:hover,.ht-btn:focus-visible{transform:translateY(-1px);background:var(--ht-gold-2);border-color:var(--ht-gold-2)}.ht-btn--outline{background:transparent;color:var(--ht-gold-2)!important}.ht-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.ht-link{color:var(--ht-gold-2);font-weight:700;text-decoration:none}
.ht-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid var(--ht-line);background:rgba(7,17,22,.98);backdrop-filter:blur(16px)}.admin-bar .ht-header{top:32px}.ht-header__inner{width:100%;max-width:none;min-height:88px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding-inline:clamp(16px,2.2vw,40px)}.ht-brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.ht-brand img{width:auto;max-width:190px;max-height:62px;object-fit:contain}.ht-brand__fallback{display:flex;align-items:center;gap:12px}.ht-brand__mark{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--ht-gold);border-radius:50%;color:var(--ht-gold);font-weight:700}.ht-brand__copy strong{display:block;color:#fff;font-size:15px;letter-spacing:.04em}.ht-brand__copy small{display:block;color:var(--ht-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ht-nav{min-width:0;justify-self:stretch}.ht-nav ul{margin:0;padding:0;list-style:none}.ht-nav__list{display:flex;align-items:center;justify-content:flex-end;gap:clamp(8px,1.1vw,18px)}.ht-nav__list>li{position:relative}.ht-nav a{display:flex;align-items:center;min-height:48px;color:#fff;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.ht-nav a:hover,.ht-nav .current-menu-item>a,.ht-nav .current-menu-ancestor>a{color:var(--ht-gold-2)}
.ht-nav__list>li>.sub-menu{position:fixed;z-index:1001;top:88px;left:50%;width:min(calc(100% - 48px),1320px);max-height:calc(100vh - 110px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:auto;padding:12px 18px 18px;border:1px solid rgba(214,170,109,.65);background:rgba(4,12,16,.98);box-shadow:var(--ht-shadow);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.admin-bar .ht-nav__list>li>.sub-menu{top:120px}.ht-nav__list>li:hover>.sub-menu,.ht-nav__list>li:focus-within>.sub-menu{transform:translateX(-50%) translateY(0);opacity:1;visibility:visible;pointer-events:auto}.ht-nav__list>li>.sub-menu>li{padding:8px 14px;border-right:1px solid var(--ht-line)}.ht-nav__list>li>.sub-menu>li:nth-child(4n){border-right:0}.ht-nav__list>li>.sub-menu>li>a{min-height:auto;padding:6px 0 12px;border-bottom:1px solid rgba(214,170,109,.28);color:var(--ht-gold-2);font-size:17px;font-weight:500;white-space:normal}.ht-nav .sub-menu .sub-menu{display:grid;gap:0;margin-top:2px}.ht-nav .sub-menu .sub-menu li{border-bottom:1px solid rgba(255,255,255,.08)}.ht-nav .sub-menu .sub-menu a{min-height:40px;padding:8px 8px;color:#eef2f3;font-size:14px;font-weight:600;white-space:normal}.ht-nav .sub-menu .sub-menu a:hover{background:rgba(214,170,109,.08);color:var(--ht-gold-2)}.ht-header__cta{white-space:nowrap}.ht-menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--ht-line);background:transparent;color:var(--ht-gold-2);cursor:pointer}.ht-menu-toggle span,.ht-menu-toggle:before,.ht-menu-toggle:after{width:21px;height:1px;display:block;margin:0 auto;content:"";background:currentColor}.ht-menu-toggle span{margin-block:5px}
.ht-hero{position:relative;min-height:720px;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:var(--ht-bg)}.ht-hero:before{position:absolute;z-index:-2;inset:0;content:"";background:linear-gradient(90deg,rgba(3,8,12,.99) 0%,rgba(3,8,12,.88) 40%,rgba(3,8,12,.42) 68%,rgba(3,8,12,.12) 100%),linear-gradient(0deg,rgba(3,8,12,.64),transparent 55%),var(--hero-image,url("https://hatiencorp.com/wp-content/uploads/2026/04/9.jpg")) center/cover no-repeat}.ht-hero__content{padding-block:118px 76px}.ht-hero h1{max-width:940px;margin-top:18px;color:#fff;font-size:clamp(48px,6vw,82px)}.ht-hero .ht-lead{margin-top:24px}.ht-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:52px;border:1px solid var(--ht-line);background:var(--ht-line)}.ht-stat{padding:22px 24px;background:rgba(7,17,22,.84)}.ht-stat strong{display:block;color:var(--ht-gold-2);font-size:27px;font-weight:300}.ht-stat span{color:#d8e0e3;font-size:13px}
.ht-card{min-height:100%;padding:28px;border:1px solid var(--ht-line);border-radius:var(--ht-radius);background:rgba(255,255,255,.025)}.ht-section--light .ht-card{border-color:#d5dde1;background:#fff}.ht-card__num{color:var(--ht-gold);font-size:13px;font-weight:700;letter-spacing:.12em}.ht-card h3{margin-top:14px;font-size:27px}.ht-card p{margin-top:14px;color:var(--ht-muted);font-size:15px}.ht-section--light .ht-card p{color:#4b5b63}.ht-card .ht-link{display:inline-flex;margin-top:22px}.ht-solution{padding:32px;border:1px solid var(--ht-line);background:linear-gradient(145deg,rgba(214,170,109,.09),rgba(255,255,255,.02))}.ht-solution h3{margin-top:12px;font-size:33px}.ht-solution__row{padding-top:16px;margin-top:18px;border-top:1px solid var(--ht-line)}.ht-solution__row strong{color:var(--ht-gold-2);font-size:13px}.ht-solution__row p{margin-top:6px;color:var(--ht-muted);font-size:15px}.ht-process{border:1px solid var(--ht-line)}.ht-process__item{display:grid;grid-template-columns:90px 1fr;gap:22px;padding:26px;border-bottom:1px solid var(--ht-line)}.ht-process__item:last-child{border-bottom:0}.ht-process__item>span{color:var(--ht-gold);font-size:28px;font-weight:300}.ht-process__item h3{font-size:24px}.ht-process__item p{margin-top:8px;color:var(--ht-muted)}.ht-project{min-height:350px;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--ht-line);background:linear-gradient(0deg,rgba(4,10,14,.96),rgba(4,10,14,.08)),var(--project-image) center/cover no-repeat}.ht-project__body{padding:26px}.ht-project h3{margin-top:10px;font-size:30px}.ht-project p{margin-top:10px;color:#d6dfe2}.ht-article-list{display:grid;gap:1px;border:1px solid var(--ht-line);background:var(--ht-line)}.ht-article-row{display:grid;grid-template-columns:70px 1fr auto;gap:22px;align-items:center;padding:22px 24px;background:var(--ht-panel);text-decoration:none}.ht-article-row span{color:var(--ht-gold);font-size:22px;font-weight:300}.ht-article-row strong{color:#fff;font-size:18px}.ht-article-row em{color:var(--ht-gold-2);font-style:normal;font-size:13px}.ht-cta{padding:clamp(38px,6vw,70px);border:1px solid rgba(214,170,109,.45);background:linear-gradient(135deg,rgba(214,170,109,.14),transparent 50%),var(--ht-panel)}.ht-cta h2{max-width:840px;font-size:clamp(34px,4vw,54px)}.ht-cta p{max-width:760px;margin-top:18px;color:var(--ht-muted)}.ht-page-hero{padding-block:96px 72px;border-bottom:1px solid var(--ht-line);background:var(--ht-bg)}.ht-page-hero h1{max-width:940px;margin-top:14px;font-size:clamp(44px,6vw,74px)}.ht-page-hero .ht-lead{margin-top:22px}.ht-content{padding-block:72px}.ht-content>.ht-container>*{max-width:var(--ht-read);margin-inline:auto}.ht-content h2{margin-top:48px;font-size:36px}.ht-content h3{margin-top:32px;font-size:28px}.ht-content p,.ht-content ul,.ht-content ol{margin-top:18px;color:#d7e0e3}.ht-content a{color:var(--ht-gold-2)}
.ht-footer{border-top:1px solid var(--ht-line);background:#050d11}.ht-footer__grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:44px;padding-block:68px 50px}.ht-footer h3{color:#fff;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ht-footer p,.ht-footer li{color:var(--ht-muted);font-size:14px}.ht-footer p{margin-top:18px}.ht-footer ul{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}.ht-footer a{color:var(--ht-muted);text-decoration:none}.ht-footer a:hover{color:var(--ht-gold-2)}.ht-footer__bottom{display:flex;justify-content:space-between;gap:18px;padding-block:20px;border-top:1px solid var(--ht-line);color:#86969c;font-size:12px}
@media(max-width:1180px){.ht-header__inner{grid-template-columns:auto auto}.ht-header__cta{display:none}.ht-menu-toggle{display:block;justify-self:end}.ht-nav{position:fixed;z-index:1001;inset:88px 0 auto;max-height:calc(100vh - 88px);overflow:auto;padding:18px 24px 34px;background:var(--ht-bg);transform:translateY(-130%);opacity:0;visibility:hidden;transition:.22s ease}.admin-bar .ht-nav{inset-block-start:120px}.ht-menu-open .ht-nav{transform:translateY(0);opacity:1;visibility:visible}.ht-nav__list{align-items:stretch;flex-direction:column;gap:0}.ht-nav__list>li{border-bottom:1px solid var(--ht-line)}.ht-nav a{min-height:54px;font-size:17px;white-space:normal}.ht-nav__list>li>.sub-menu{position:static;width:auto;max-height:none;display:none;grid-template-columns:1fr;padding:0 0 12px;border:0;background:transparent;box-shadow:none;transform:none;opacity:1;visibility:visible;pointer-events:auto}.ht-nav__list>li.is-open>.sub-menu{display:grid}.ht-nav__list>li>.sub-menu>li{padding:0 12px;border-right:0}.ht-nav__list>li>.sub-menu>li>a{font-size:16px}.ht-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .ht-header{top:0}.admin-bar .ht-nav{inset-block-start:76px}.ht-container{width:min(calc(100% - 32px),var(--ht-max))}.ht-header__inner{min-height:76px}.ht-nav{inset-block-start:76px}.ht-brand img{max-width:155px;max-height:50px}.ht-brand__copy{display:none}.ht-hero{min-height:650px}.ht-hero__content{padding-block:92px 56px}.ht-hero h1{font-size:clamp(42px,12vw,58px)}.ht-stats,.ht-grid--2,.ht-grid--3,.ht-grid--4{grid-template-columns:1fr}.ht-section{padding-block:62px}.ht-process__item{grid-template-columns:58px 1fr;padding:22px}.ht-footer__grid{grid-template-columns:1fr}.ht-footer__bottom{flex-direction:column}.ht-article-row{grid-template-columns:54px 1fr}.ht-article-row em{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
