:root {
    --tpt-yellow: #ffb315;
    --tpt-gold: #b98600;
    --tpt-ink: #111111;
    --tpt-muted: #6c6c6c;
    --tpt-soft: #f5f5f2;
    --tpt-container: 1180px;
}

.tpt-container { max-width: var(--tpt-container); }
.tpt-topbar { min-height: 32px; color: #fff; background: #aaa52f; }
.tpt-topbar .wrap-content { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.tpt-topbar .slogan-head { margin: 0 auto 0 0; }
.tpt-topbar .info-head, .tpt-topbar #ngonngu { margin: 0; font-size: 12px; }
.tpt-topbar .social-top { margin: 0; }
.tpt-topbar .social-top img { width: 19px; height: 19px; object-fit: contain; }
.tpt-header { min-height: 100px; background: var(--tpt-yellow); }
.tpt-header > .wrap-content { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tpt-header .logo-head { flex: 0 0 190px; display: flex; align-items: center; }
.tpt-header .logo-head img { width: 185px; height: auto; }
.tpt-menu { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.tpt-menu .menu-main { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.tpt-menu .menu-main > li { position: relative; }
.tpt-menu .menu-main > li > a { display: block; padding: 36px 9px; color: var(--tpt-ink); font-size: 14px; font-weight: 700; white-space: nowrap; }
.tpt-menu .menu-main > li > a:hover, .tpt-menu .menu-main > li > a.active { color: #745400; }
.tpt-menu .menu-main ul { position: absolute; top: 100%; left: 0; z-index: 10; min-width: 215px; display: none; margin: 0; padding: 8px; border-top: 3px solid var(--tpt-gold); border-radius: 0 0 10px 10px; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.15); list-style: none; }
.tpt-menu .menu-main li:hover > ul { display: block; }
.tpt-menu .menu-main ul ul { top: -8px; left: 100%; border-top: 0; border-left: 3px solid var(--tpt-gold); border-radius: 10px; }
.tpt-menu .menu-main ul a { display: block; padding: 9px 10px; color: #333; font-size: 13px; line-height: 1.3; }
.tpt-menu .menu-main ul a:hover { color: #745400; background: rgba(247,236,37,.25); }
.tpt-menu .search_desktop { position: relative; }
.tpt-menu .icon-search_desktop { margin: 0; cursor: pointer; }
.tpt-menu .search-grid_desktop { position: absolute; top: calc(100% + 12px); right: 0; z-index: 20; display: none; min-width: 260px; padding: 8px; background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.15); }
.tpt-menu .search_desktop:hover .search-grid_desktop { display: flex; }
.tpt-menu .search-grid_desktop input { flex: 1; min-width: 0; border: 1px solid #ddd; padding: 8px; }
.tpt-menu .search-grid_desktop p { margin: 0; padding: 8px 10px; color: #111; background: var(--tpt-yellow); cursor: pointer; }
.tpt-section { position: relative; padding: 76px 0; overflow: hidden; background: #fff; }
.tpt-section--soft { background: var(--tpt-soft); }
.tpt-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.tpt-section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.tpt-section-heading h2, .tpt-copy h2, .tpt-quote h2 { margin: 0 0 16px; color: var(--tpt-gold); font-size: clamp(28px, 3vw, 42px); line-height: 1.12; font-weight: 700; text-transform: uppercase; }
.tpt-section-heading p, .tpt-copy p, .tpt-quote p { color: var(--tpt-muted); }
.tpt-section-heading--light h2, .tpt-section-heading--light p, .tpt-section-heading--light .tpt-kicker { color: #fff; }
.tpt-kicker { margin: 0 0 10px; color: var(--tpt-gold) !important; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.tpt-richtext { color: #444; line-height: 1.75; }
.tpt-button { display: inline-flex; align-items: center; gap: 12px; width: max-content; margin-top: 22px; padding: 12px 22px; border: 0; border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.tpt-button:hover { transform: translateY(-2px); text-decoration: none; }
.tpt-button span { font-size: 24px; line-height: .6; }
.tpt-button--dark { color: #fff; background: var(--tpt-ink); }
.tpt-button--dark:hover { color: var(--tpt-ink); background: var(--tpt-yellow); }
.tpt-button--accent { color: var(--tpt-ink); background: var(--tpt-yellow); cursor: pointer; }

.tpt-hero { position: relative; overflow: hidden; background: var(--tpt-ink); }
.tpt-hero__slide { display: block; height: min(40vw, 770px); min-height: 360px; }
.tpt-hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.tpt-hero__caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 18px 0; background: rgba(247, 236, 37, .88); }
.tpt-hero__caption .tpt-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tpt-hero__caption h1 { max-width: 760px; margin: 0; color: var(--tpt-ink); font-size: clamp(22px, 3vw, 38px); line-height: 1.1; text-transform: uppercase; }
.tpt-hero__caption .tpt-eyebrow { margin: 0 0 6px; color: #625b00; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.tpt-hero .owl-nav button, .tpt-card-carousel .owl-nav button { position: absolute; top: 50%; width: 40px; height: 40px; border-radius: 50%; color: var(--tpt-ink) !important; background: var(--tpt-yellow) !important; transform: translateY(-50%); font-size: 28px !important; line-height: 1 !important; }
.tpt-hero .owl-prev, .tpt-card-carousel .owl-prev { left: 16px; }
.tpt-hero .owl-next, .tpt-card-carousel .owl-next { right: 16px; }
.tpt-hero .owl-dots { position: absolute; right: 0; bottom: 96px; left: 0; }
.tpt-hero .owl-dot span { background: rgba(255,255,255,.7) !important; }
.tpt-hero .owl-dot.active span { background: var(--tpt-yellow) !important; }

.tpt-stats { color: #fff; background: var(--tpt-ink); }
.tpt-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tpt-stat { min-height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px dashed rgba(255,255,255,.35); text-align: center; }
.tpt-stat:last-child { border-right: 0; }
.tpt-stat__value { color: #fff; font-size: 42px; line-height: 1; }
.tpt-stat sup { margin-left: 3px; color: var(--tpt-yellow); font-size: 20px; }
.tpt-stat span { margin-top: 10px; color: #fff; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; }

.tpt-about { background: #fff; }
.tpt-about__media { position: relative; display: grid; place-items: center; }
.tpt-about__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.tpt-about__image { position: relative; z-index: 1; width: min(92%, 560px); height: auto; object-fit: initial; box-shadow: 22px 22px 0 var(--tpt-yellow); }

.tpt-card-carousel { position: relative; margin: 0 -10px; padding: 0 10px; }
.tpt-product-card { margin: 0 4px; overflow: hidden; background: #fff; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.tpt-product-card a, .tpt-post-card a, .tpt-service-card a, .tpt-video-card a { display: block; color: inherit; text-decoration: none; }
.tpt-product-card img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-product-card h3 { min-height: 66px; display: grid; place-items: center; margin: 0; padding: 12px 14px; color: #3b3b3b; font-size: 17px; line-height: 1.3; }
.tpt-product-card:hover h3 { color: var(--tpt-gold); }

.tpt-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tpt-service-card { position: relative; overflow: hidden; border-radius: 6px; background: #111; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.tpt-service-card img { display: block; width: 100%; height: auto; object-fit: initial; transition: transform .4s ease; }
.tpt-service-card span { position: absolute; right: 0; bottom: 0; left: 0; padding: 16px; color: #fff; background: rgba(0,0,0,.75); font-size: 18px; font-weight: 700; text-align: center; }
.tpt-service-card:hover img { transform: scale(1.06); }
.tpt-service-card:hover span { color: var(--tpt-yellow); }

.tpt-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.tpt-process-card { position: relative; text-align: center; }
.tpt-process-card img { width: 132px; height: 132px; object-fit: contain; border-radius: 50%; background: #fff; }
.tpt-process-card__number { position: absolute; top: -4px; right: calc(50% - 72px); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--tpt-ink); background: var(--tpt-yellow); font-weight: 700; }
.tpt-process-card h3 { margin: 18px 0 8px; color: #2c2c2c; font-size: 19px; }
.tpt-process-card p { margin: 0; color: var(--tpt-muted); font-size: 14px; line-height: 1.6; }

.tpt-projects { color: #fff; background: var(--tpt-ink); }
.tpt-projects__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.tpt-projects__content { position: relative; z-index: 1; }
.tpt-post-card { overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.tpt-post-card--dark { color: #fff; background: rgba(18,18,18,.86); }
.tpt-post-card img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-post-card__body { padding: 17px 18px 20px; }
.tpt-post-card__body time { color: var(--tpt-gold); font-size: 13px; }
.tpt-post-card h3 { min-height: 54px; margin: 7px 0 10px; color: #222; font-size: 18px; line-height: 1.3; }
.tpt-post-card p { margin: 0; color: #777; font-size: 14px; line-height: 1.55; }
.tpt-post-card--dark h3 { color: #fff; }
.tpt-post-card--dark p { color: rgba(255,255,255,.78); }
.tpt-recruitment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.tpt-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tpt-video-card { position: relative; overflow: hidden; background: #111; }
.tpt-video-card img { display: block; width: 100%; height: auto; object-fit: initial; opacity: .8; }
.tpt-video-card h3 { margin: 0; padding: 14px 16px; color: #fff; font-size: 17px; }
.tpt-video-card__play { position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--tpt-ink); background: var(--tpt-yellow); transform: translate(-50%, -50%); }
.tpt-partner-carousel { display: flex; align-items: center; }
.tpt-partner { display: grid; place-items: center; padding: 10px; background: #fff; }
.tpt-partner img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-floating-contact { position: fixed; right: 18px; bottom: 78px; z-index: 50; display: grid; gap: 8px; }
.tpt-floating-contact a { min-width: 150px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 10px; color: #111; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.2); font-size: 13px; text-decoration: none; }
.tpt-floating-contact span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #4f83e8; font-weight: 700; text-transform: uppercase; }
.tpt-floating-contact a:first-child span { background: #7d46df; }
.tpt-floating-contact a:nth-child(2) span { color: #1676e8; background: #eaf3ff; }
.tpt-floating-contact__top span { color: #111 !important; background: var(--tpt-yellow) !important; }
.tpt-footer-social, .tpt-footer-partners { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.tpt-footer-social a { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; }
.tpt-footer-social img { width: 28px; height: 28px; object-fit: contain; }
.tpt-footer-partners a { display: block; width: 58px; padding: 4px; background: #fff; }
.tpt-footer-partners img { width: 100%; height: 28px; object-fit: contain; }

.tpt-quote { background: #fff; }
.tpt-quote__media img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-quote-form { margin-top: 24px; }
.tpt-quote-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tpt-quote-form label { display: grid; gap: 6px; color: #555; font-size: 13px; font-weight: 700; }
.tpt-quote-form input, .tpt-quote-form textarea { width: 100%; border: 1px solid #d9d9d9; border-radius: 5px; padding: 11px 12px; color: #222; background: #fff; font: inherit; font-weight: 400; }
.tpt-quote-form input:focus, .tpt-quote-form textarea:focus { outline: 2px solid rgba(185,134,0,.28); border-color: var(--tpt-gold); }
.tpt-quote-form__full { grid-column: 1 / -1; }

.tpt-list-page { position: relative; }
.tpt-list-layout { row-gap: 32px; }
.tpt-list-main { min-width: 0; }
.tpt-section-heading--page { max-width: none; margin: 0 0 30px; padding: 0 0 15px 20px; border-left: 5px solid var(--tpt-yellow); border-bottom: 1px solid #e8e8e3; text-align: left; }
.tpt-section-heading--page h1 { margin: 0; color: var(--tpt-gold); font-size: clamp(27px, 3vw, 32px); line-height: 1.12; font-weight: 700; text-transform: uppercase; }
.tpt-sidebar-panel {overflow: hidden;/* padding: 18px; *//* border: 1px solid #e5e3d6; *//* border-top: 5px solid var(--tpt-yellow); */border-radius: 4px;background: var(--tpt-soft);box-shadow: 0 14px 32px rgba(0,0,0,.06);}
.tpt-sidebar-panel .widget-title, .tpt-sidebar-panel .title-sidebar { color: var(--tpt-ink); font-weight: 700; text-transform: uppercase; }
.tpt-empty-state { margin: 0; border: 0; border-left: 5px solid var(--tpt-yellow); border-radius: 0; color: #4c4700; background: #fffde5; }
.tpt-search-result { padding: 13px 16px; border-left: 4px solid var(--tpt-gold); color: #444; background: var(--tpt-soft); }
.tpt-search-result span { color: var(--tpt-gold); font-weight: 700; }

.tpt-news-list .row-news {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 24px;}
.tpt-news-list .news {display: block !important;overflow: hidden;padding: 0 !important;background: #fff;/* box-shadow: 0 8px 24px rgba(0,0,0,.09); */transition: transform .25s ease, box-shadow .25s ease;margin: 0;}
.tpt-news-list .news:hover {transform: translateY(-5px);/* box-shadow: 0 15px 34px rgba(0,0,0,.14); */}
.tpt-news-list .pic-news { width: 100% !important; height: auto; display: block; margin: 0; }
.tpt-news-list .pic-news img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-news-list .info-news {width: 100% !important;padding: 20px 0px 20px 0px;font-size: 14px;padding-bottom: 0;}
.tpt-news-list .name-news {color: rgb(178, 116, 0);font-size: 16px;line-height: 1.35;}
.tpt-news-list .news:hover .name-news { color: var(--tpt-gold); }
.tpt-news-list .time-newshome { color: var(--tpt-gold); font-size: 13px; }
.tpt-news-list .desc-news { color: var(--tpt-muted); line-height: 1.6; }

.tpt-project-list .project { overflow: hidden; border: 1px solid rgba(247,236,37,.3); background: var(--tpt-ink); box-shadow: 0 9px 28px rgba(0,0,0,.16); }
.tpt-project-list .tpt-list-main > .row, .tpt-service-list .tpt-list-main > .row { row-gap: 24px; }
.tpt-project-list .project, .tpt-service-list .field { display: block; }
.tpt-project-list .project > .pic-project { margin: 0; }
.tpt-project-list .pic-project img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-project-list .info-project { padding: 19px 20px 22px; }
.tpt-project-list .name-project { margin: 0 0 9px; color: #fff; font-size: 19px; line-height: 1.35; }
.tpt-project-list .desc-project { margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.tpt-project-list .project:hover .name-project { color: var(--tpt-yellow); }

.tpt-service-list .field { position: relative; overflow: hidden; border-radius: 5px; background: var(--tpt-ink); box-shadow: 0 9px 26px rgba(0,0,0,.13); }
.tpt-service-list .pic-field { margin: 0; }
.tpt-service-list .pic-field img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-service-list .info-field { position: absolute; right: 0; bottom: 0; left: 0; padding: 17px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.92)); }
.tpt-service-list .name-field { margin: 0; color: #fff; font-size: 18px; text-align: center; }
.tpt-service-list .field:hover .name-field { color: var(--tpt-yellow); }

.tpt-product-list .box-product { overflow: hidden; border: 1px solid #ecebe4; border-radius: 4px; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.08); transition: transform .25s ease, box-shadow .25s ease; }
.tpt-product-list .box-product:hover { transform: translateY(-5px); box-shadow: 0 15px 32px rgba(0,0,0,.13); }
.tpt-product-list .pic-product { margin: 0; background: #f4f4f0; }
.tpt-product-list .pic-product img { display: block; width: 100%; height: auto; object-fit: initial; }
.tpt-product-list .info-product { padding: 15px 16px 18px; text-align: center; }
.tpt-product-list .name-product { color: #2c2c2c; font-size: 17px; line-height: 1.35; }
.tpt-product-list .box-product:hover .name-product { color: var(--tpt-gold); }
.tpt-product-list .price-product { margin: 10px 0 0; }

.tpt-list-page .pagination-home { margin-top: 32px; }
.tpt-article-list .post-card { height: 100%; }
.tpt-article-list .post-card > div:not(.image-wrap) { min-height: 165px; }
.tpt-list-page .pagination { justify-content: center; gap: 6px; }
.tpt-list-page .page-link { min-width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50% !important; color: var(--tpt-ink); background: var(--tpt-soft); }
.tpt-list-page .page-item.active .page-link, .tpt-list-page .page-link:hover { color: var(--tpt-ink); background: var(--tpt-yellow); }

@media (prefers-reduced-motion: reduce) {
    .tpt-button, .tpt-service-card img, .tpt-news-list .news, .tpt-product-list .box-product { transition: none; }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ganh";
  src: url("../fonts/Ganh-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffb315;
  --gold: #c88700;
  --primary: #c18e00;
  --ink: #111;
  --muted: #666;
  --soft: #f7f7f7;
  --container: 1170px;
}

html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: #333; background: #fff; font-family: "Ganh", sans-serif; font-size: 16px; line-height: 1.65; }
body, button, input, textarea, select { font-family: "Ganh", sans-serif; }
a { color: inherit; text-decoration: none; transition: .2s ease; }
img { max-width: 100%; }
.container { max-width: var(--container); }
.site-header .container { max-width: 1170px; }
.skip-link { position: fixed; z-index: 9999; top: -60px; left: 12px; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.working-bar { height: 30px; color: #fff; background: #585858; font-size: 13px; display: flex; align-items: center; }
.main-nav { min-height: 100px; padding: 0; background: var(--yellow); }
.navbar-brand {/* width: 200px; *//* height: 100px; */display: flex;align-items: center;max-width: 180px;}
.navbar-brand img {max-width: 130px;}
.navbar-nav { gap: 7px; }
.main-nav .nav-link { color: #000; font-size: 15px; font-weight: 700; line-height: 1.3; padding: 38px 9px; white-space: nowrap; }
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: #775600; }
.main-nav .dropdown-menu { display: block; min-width: 212px; margin-top: 0; padding: 8px; border: 1px solid rgba(193,142,0,.16); border-top: 3px solid var(--gold); border-radius: 0 0 12px 12px; background: rgba(255,255,255,.98); box-shadow: 0 18px 40px rgba(41,31,0,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.main-nav .dropdown-menu .dropdown-menu { top: -3px; left: calc(100% - 1px); border-top: 1px solid rgba(193,142,0,.16); border-left: 3px solid var(--gold); border-radius: 12px; transform: translateX(10px); }
.main-nav .dropdown-menu .dropdown-menu .dropdown-menu { top: 0; }
.main-nav .dropdown-submenu { position: static; }
.main-nav .dropdown.show > .dropdown-menu, .main-nav .dropdown.open > .dropdown-menu, .main-nav .dropdown:hover > .dropdown-menu, .main-nav .dropdown-submenu:hover > .dropdown-menu, .main-nav .dropdown-submenu.open > .dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.main-nav .dropdown-submenu:hover > .dropdown-menu, .main-nav .dropdown-submenu.open > .dropdown-menu { transform: translateX(0); }
.main-nav .dropdown-item { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 40px; padding: 9px 11px; border-radius: 8px; color: #373737; font-size: 14px; line-height: 1.25; }
.main-nav .dropdown-item:hover, .main-nav .dropdown-item:focus { background: linear-gradient(90deg, rgba(247,236,37,.34), rgba(247,236,37,.08)); color: #7a5600; transform: translateX(2px); }
.submenu-arrow { color: var(--gold); font-size: 22px; line-height: 12px; transition: transform .2s ease; }
.dropdown-submenu:hover > .submenu-toggle .submenu-arrow, .dropdown-submenu.open > .submenu-toggle .submenu-arrow { transform: translateX(3px); }
.navbar-toggler { width: 48px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(0,0,0,.35); border-radius: 8px; background: rgba(255,255,255,.48); box-shadow: none !important; }
.mobile-menu-icon { position: relative; width: 25px; height: 18px; display: block; }
.mobile-menu-icon span { position: absolute; left: 0; width: 100%; height: 3px; border-radius: 4px; background: #111; transition: top .2s ease, transform .2s ease, opacity .2s ease; }
.mobile-menu-icon span:nth-child(1) { top: 0; }
.mobile-menu-icon span:nth-child(2) { top: 7px; }
.mobile-menu-icon span:nth-child(3) { top: 14px; }
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon span:nth-child(1) { top: 7px; transform: rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon span:nth-child(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] .mobile-menu-icon span:nth-child(3) { top: 7px; transform: rotate(-45deg); }

.hero-section { position: relative; overflow: hidden; }
.hero-slide {/* height: min(40.1vw, 770px); *//* min-height: 385px; */}
.hero-slide img {width: 100%;/* height: 100%; *//* object-fit: cover; */}
.hero-carousel .owl-nav button, .card-carousel .owl-nav button, .post-carousel .owl-nav button { position: absolute; top: 50%; width: 42px; height: 42px; border-radius: 50% !important; color: #fff !important; background: rgba(0,0,0,.52) !important; transform: translateY(-50%); font-size: 30px !important; }
.hero-carousel .owl-prev, .card-carousel .owl-prev, .post-carousel .owl-prev { left: 18px; }
.hero-carousel .owl-next, .card-carousel .owl-next, .post-carousel .owl-next { right: 18px; }
.hero-carousel .owl-dots { position: absolute; left: 0; right: 0; bottom: 86px; }
.hero-carousel .owl-dot span { background: rgba(255,255,255,.65) !important; }
.hero-carousel .owl-dot.active span { background: var(--yellow) !important; }
.hero-caption { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 74px; display: flex; align-items: center; background: rgb(255 179 21 / 78%); }
.hero-caption h1 { color: #111; font-size: 29px; font-weight: 600; line-height: 1.3; margin: 0; text-transform: uppercase; }
.dark-pill { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: max-content; min-height: 48px; padding: 0 22px; border-radius: 999px; background: #2a2a2a; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.2; }
.dark-pill:hover { background: var(--yellow); color: #111; }
.dark-pill span { font-size: 25px; line-height: 12px; }
.dark-pill.small { min-height: 44px; padding: 0 18px; font-size: 14px; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
}


.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: inline-block;
  transform: translateY(-1px);
}

.stats-section { background: #0d0d0d; color: #fff; }
.stat-item { min-height: 145px; display: flex; align-items: center; justify-content: center; text-align: center; border-right: 1px dashed rgba(255,255,255,.45); }
.stat-item:last-child { border-right: 0; }
.stat-item h3 { color: var(--yellow); font-weight: 700; margin: 0; font-size: 45px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.stat-item sup { color: var(--yellow); font-size: 18px; top: auto; position: static; }
.stat-item small { display: inline; margin-top: 0; color: #fff; font-size: 18px; text-transform: uppercase; }

.section-pad {padding: 3rem 0px;}
.section-pad-sm { padding: 42px 0; }
.section-soft {background: var(--soft);}
.about-section {/* min-height: 480px; */}
.about-section h2, .quote-section h2 { color: var(--gold); font-size: 31px; line-height: 1.25; font-weight: 600; margin-bottom: 20px; }
.about-section p { max-width: 570px; margin-bottom: 18px; }
.video-frame { overflow: hidden; border-radius: 3px; box-shadow: 0 10px 30px rgba(0,0,0,.13); background: #111; }
.video-frame iframe { border: 0; }

.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h1, .section-heading h2 { margin: 0; color: var(--gold); font-size: 30px; line-height: 1.25; font-weight: 600; text-transform: uppercase; }
.section-heading h1 a, .section-heading h2 a { color: inherit; }
.section-heading h1 a:hover, .section-heading h2 a:hover { color: #7f5d00; }
.section-heading h1::after, .section-heading h2::after { content: ""; display: block; width: 160px; height: 16px; margin: 5px auto 10px; background: url("../images/line.png") center/contain no-repeat; }
.section-heading p { max-width: 820px; margin: 0 auto; color: #555; line-height: 1.7; }
.section-heading.light h2, .section-heading.light p { color: #fff; }

.product-card {margin: 0 5px;overflow: hidden;border: 1px solid rgba(0,0,0,.025);border-radius: 12px;background: #fff;text-align: center;box-shadow: 0 6px 18px rgba(0,0,0,.065);margin: 1rem 0px;transition: 0.3s;}
.product-card > a { display: flex; flex-direction: column; overflow: hidden; }
.product-card img {display: block;width: 100%;height: auto;/* object-fit: initial; */transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .45s ease;}
.product-card h3 { flex: 1; min-height: 76px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 17px 18px 19px; color: #4e4e4e; font-size: 17px; line-height: 1.5; font-weight: 600;transition: all 0.5s; }
.product-card:hover h3 { color: var(--yellow); }
.tpt-product-grid .product-card, .tpt-related-products .product-card { width: 100%; height: 100%; margin: 0; }
.tpt-product-grid .product-card > a, .tpt-related-products .product-card > a { height: 100%; }
.tpt-page-heading { margin-bottom: 38px; }

.tpt-product-detail-page { --product-border: #e8e5d9; }
.tpt-product-overview { margin-bottom: 34px; padding: clamp(18px, 3vw, 32px); border: 1px solid var(--product-border); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.07); }
.tpt-product-overview .left-pro-detail .MagicZoom { overflow: hidden; border: 0; border-radius: 10px; background: #f6f5f0; }
.tpt-product-overview .title-pro-detail { margin-bottom: 18px !important; color: var(--gold); font-size: clamp(24px, 3vw, 34px); line-height: 1.25; }
.tpt-product-overview .attr-pro-detail {/* margin: 8px 0 18px; *//* padding: 14px 18px; *//* border-left: 4px solid var(--yellow); *//* background: var(--soft); */}
.tpt-product-overview .attr-pro-detail li { display: flex; gap: 8px; align-items: baseline; }
.tpt-product-overview .desc-pro-detail { border-radius: 0 0 6px 6px; line-height: 1.75; }
.tpt-product-content { margin-top: 0; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--product-border); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.055); }
.tpt-product-content .nav-tabs { border-bottom-color: var(--product-border); }
.tpt-product-content .nav-tabs .nav-link.active { border-top-color: var(--gold); color: var(--gold); }
.tpt-related-products { margin-top: clamp(42px, 6vw, 72px); }
.tpt-related-products .section-heading { margin-bottom: 34px; }
.card-carousel .owl-nav button, .post-carousel .owl-nav button { width: 36px; height: 36px; font-size: 27px !important; background: var(--yellow) !important; color: #111 !important; opacity: .9; }
.card-carousel .owl-prev, .post-carousel .owl-prev { left: -18px; }
.card-carousel .owl-next, .post-carousel .owl-next { right: -18px; }

.service-card {position: relative;overflow: hidden;border-radius: 7px;background: #111;box-shadow: 0 8px 24px rgba(0,0,0,.11);}
.service-card img {display: block;width: 100%;height: auto;/* object-fit: initial; */transition: transform .45s ease;}
.service-card a {font-size: 19px;line-height: 1.35;font-weight: 600;text-align: center;}
.service-card:hover img { transform: scale(1.06); }
.service-card:hover a span{/* color: var(--yellow); */background: #d5d5d5;color: #000;}
.service-card a span{
    display: block;
    background-color: var(--yellow);
    padding: 10px 10px 10px 10px;
    transition: all 0.5s;
}
.process-card {position: relative;text-align: center;transition: 0.3s;}
.process-card img {/* width: 120px; *//* height: 120px; *//* object-fit: contain; *//* border-radius: 50%; */background: #fff;max-width: 110px;}
.process-card span { position: absolute; top: 0; right: calc(50% - 72px); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--yellow); font-weight: 700; }
.process-card h3 {color: #bd141a;font-size: 20px;margin: 17px 0 10px; font-weight: 700;}
.process-card p { color: #666; font-size: 15px; }
.process-card:hover{
  transform: translateY(-5px);
}
.process-card:hover h3{
    color: rgb(177 115 1);
}
.projects-section { position: relative; color: #fff; background: linear-gradient(rgba(0,0,0,.76),rgba(0,0,0,.76)), url("../images/bg-nha-tien-che-tpt-steel.jpg") center/cover fixed; }
.projects-section .project-card { background: transparent; color: #fff; box-shadow: none; }
.projects-section .project-card:hvoer a{color:#ff0;}
.projects-section .project-card .pic-project{border-radius:15px;overflow:hidden;padding: 0;}
.projects-section .project-card__body { padding: 18px 4px 10px; background: transparent; }
.projects-section .project-card h3 { color: #fff; }
.projects-section .project-card p { color: rgba(255,255,255,.82); }
.post-card { overflow: hidden; border-radius: 12px; background: rgba(20,20,20,.82); color: #fff; }
.post-card > img, .post-card .image-wrap img { display: block; width: 100%; height: auto; object-fit: initial; }
.post-card > div:not(.image-wrap) { padding: 20px 20px 23px; }
.post-card h3 {color: inherit;font-size: 17px;line-height: 1.45;/* min-height: 70px; */margin: 0 0 10px;font-weight: 600;}
.post-card p { color: #ccc; font-size: 14px; line-height: 1.6; margin: 0; }
.image-wrap { position: relative; padding: 0 !important; }
.date-badge { position: absolute; left: 0; top: 24px; bottom: auto; width: 46px; height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); color: #111; font-size: 18px; font-weight: 700; line-height: 1; }
.date-badge small { font-size: 12px; margin-top: 5px; }
.light-cards .post-card { background: #fff; color: #222; box-shadow: 0 3px 14px rgba(0,0,0,.08); }
.light-cards .post-card p { color: #777; }
.company-news .post-card h3 { min-height: 78px; }
.news-section { background: #fff; }
.knowledge-carousel .knowledge-card { background: #fff; color: #222; box-shadow: none; }
.knowledge-carousel .knowledge-card .image-wrap { overflow: hidden; border-radius: 6px; }
.knowledge-carousel .knowledge-card .image-wrap img { height: auto; border-radius: 6px; }
.knowledge-carousel .knowledge-card > div:not(.image-wrap) { padding: 12px 0 6px; }
.knowledge-carousel .knowledge-card h3 { min-height: 0; margin-bottom: 10px; color: #171717; font-size: 20px; line-height: 1.25; font-weight: 400; }
.knowledge-carousel .knowledge-card p { color: #898989; font-size: 16px; line-height: 1.4; }

.recruit-card { overflow: hidden; border: 1px solid rgba(0,0,0,.025); border-radius: 12px; background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.07); }
.recruit-card > a { display: flex; flex-direction: column; min-width: 0; }
.recruit-card img { display: block; width: 100%; height: auto; object-fit: initial; transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.recruit-card__body { flex: 1; min-width: 0; padding: 24px 26px 28px; }
.recruit-card span { display: block; color: var(--gold); font-size: 13px; font-weight: 500; line-height: 1.2; }
.recruit-card h3 { margin: 12px 0 10px; color: #222; font-size: 18px; line-height: 1.45; font-weight: 600; }
.recruit-card p { color: #777; margin: 0; font-size: 15px; line-height: 1.6; }

.quote-section { color: #fff; background: #505050; }
.quote-image { display: block; width: 100%; max-width: 570px; margin: auto; }
.quote-section h2, .quote-section .tpt-richtext, .quote-section .tpt-richtext p { color: #fff; }
.quote-form { margin-top: 26px; }
.quote-form .row { row-gap: 14px; }
.quote-form .form-control { min-height: 50px; border: 1px solid rgba(0,0,0,.12); border-radius: 5px; padding: 12px 14px; color: #333; background: #fff; box-shadow: none; font-size: 15px; line-height: 1.45; }
.quote-form .form-control::placeholder { color: #8b8b8b; opacity: 1; }
.quote-form textarea.form-control { min-height: 132px; resize: vertical; }
.quote-form .form-control:focus { border-color: #ff9800; box-shadow: 0 0 0 4px rgba(255,152,0,.18); }
.quote-form__actions { display: flex; align-items: center;justify-content: center; margin-top: 18px; }
.quote-submit { min-height: 48px; border: 0; border-radius: 999px; padding: 0 26px; background: #ffb315; color: #000000; font-weight: 600; line-height: 1.2; }
.form-message { margin-top: 12px; color: #26733b; }

.partners { background: #fff; }
.partner-carousel img { display: block; width: 100%; height: auto; object-fit: initial; filter: grayscale(10%); }
.footer-main { padding: 55px 0; color: #2f2f2f; background: #f7f7f7; border-top: 1px solid #efefef; }
.footer-main h3 { color: #202020; font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.footer-main p { color: #383838; }
.footer-info, .footer-links { list-style: none; margin: 0; padding: 0; }
.footer-info li { margin-bottom: 8px; }
.footer-links li { border-bottom: 0; }
.footer-links a { display: block; padding: 7px 0; color: var(--primary); }
.footer-links a:hover { padding-left: 5px; color: #7f5d00; }
.footer-policy-title { margin-top: 20px; }
.footer-bct { display: inline-block; margin-top: 20px; }
.footer-bct img { display: block; width: 100%; max-width: 240px; height: auto; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #111; font-weight: 700; }
.socials img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.footer-maps { display: grid; gap: 8px; margin-top: 18px; }
.footer-maps iframe { display: block; width: 100% !important; height: 155px !important; border: 0; }
.footer-bottom { padding: 14px 0; color: #777; background: #f2f2f2; border-top: 1px solid #e7e7e7; }

.floating-contact { position: fixed; z-index: 10000; right: 5px; bottom: 85px; width: 176px; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; max-width: calc(100vw - 10px); font-family: "Ganh", sans-serif; }
.contact-btn { width: 185px; min-height: 65px; display: flex; align-items: center; padding: 10px 20px; border-radius: 10px; color: #000; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.08); }
.contact-btn__icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; margin-right: 10px; overflow: hidden;}
.contact-btn__icon svg, .contact-btn__icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.contact-btn__text { min-width: 0; display: flex; flex: 1; flex-direction: column; justify-content: center; }
.contact-btn b { overflow: hidden; color: #000; font-size: 16px; line-height: 1.6; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.contact-btn small { display: block; color: #868686; font-size: 12px; line-height: 1.6; }
.contact-btn.phone .contact-btn__icon { padding: 9px; background: #6998ef; }
.contact-btn.phone .contact-btn__icon img { object-fit: contain; }
.contact-btn.home { min-height: 60px; }
.contact-btn.home .contact-btn__icon { border: 1px solid #e5e5e5; }
.contact-btn.home .contact-btn__icon svg { width: 18px; height: 18px; fill: none; stroke: #ed1b24; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-btn:hover { color: #111; transform: translateX(-3px); }
.back-to-top { position: fixed; z-index: 49; right: 20px; bottom: 22px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #111; font-size: 26px; box-shadow: 0 3px 12px rgba(0,0,0,.2); opacity: 0; pointer-events: none; }
.back-to-top.show { opacity: 1; pointer-events: auto; }

@media (min-width: 992px) {
  .main-nav .dropdown:hover > .dropdown-menu, .main-nav .dropdown-submenu:hover > .dropdown-menu { display: block; }
  .main-nav .submenu-toggle::after { content: ""; position: absolute; z-index: 1; top: -6px; right: -8px; width: 10px; height: calc(100% + 12px); }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .main-nav .dropdown-menu .dropdown-menu .dropdown-menu { top: 100%; left: 0; transform: translateY(8px); }
  .main-nav .dropdown-menu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
  .main-nav .dropdown-menu .dropdown-menu .dropdown-submenu.open > .dropdown-menu { transform: translateY(0); }
}

@media (max-width: 1199.98px) {
  .main-nav .nav-link { padding-left: 7px; padding-right: 7px; font-size: 14px; }
  .hero-caption h1 { font-size: 25px; }
}

@media (max-width: 991.98px) {
  .working-bar { height: auto; min-height: 28px; font-size: 12px; text-align: center; }
  .working-bar .container { text-align: center !important; }
  .main-nav { min-height: 72px; }
  .navbar-brand { width: 135px; height: 72px; }
  .navbar-brand img { width: 100px; }
  .navbar-collapse { position: absolute; z-index: 20; top: 72px; left: 0; right: 0; padding: 10px 18px 18px; border-top: 1px solid rgba(0,0,0,.18); background: var(--yellow); box-shadow: 0 14px 28px rgba(0,0,0,.24); }
  .main-nav .navbar-nav { gap: 0; }
  .main-nav .nav-link { position: relative; padding: 13px 10px; border-bottom: 1px solid rgba(0,0,0,.16); font-size: 16px; font-weight: 700; }
  .main-nav .dropdown.open > .menu-toggle { color: #684a00; background: rgba(255,255,255,.48); }
  .main-nav .dropdown-toggle::after { position: absolute; top: 50%; right: 12px; margin: 0; transform: translateY(-50%); transition: transform .2s ease; }
  .main-nav .dropdown.open > .dropdown-toggle::after { transform: translateY(-50%) rotate(180deg); }
  .main-nav .dropdown-menu { position: static !important; min-width: 0; margin: 4px 0 8px; padding: 7px 9px 7px 14px; border: 0; border-left: 4px solid var(--gold); border-radius: 0 0 8px 8px; background: rgba(255,255,255,.92); box-shadow: inset 0 0 0 1px rgba(122,86,0,.09); opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav .dropdown > .dropdown-menu { display: none; }
  .main-nav .dropdown.show > .dropdown-menu, .main-nav .dropdown.open > .dropdown-menu { display: block; }
  .main-nav .dropdown-submenu > .dropdown-menu { display: none; }
  .main-nav .dropdown-submenu.open > .dropdown-menu { display: block; }
  .main-nav .dropdown-item { min-height: 42px; padding: 10px 9px; border-bottom: 1px solid rgba(0,0,0,.08); border-radius: 5px; color: #272727; font-weight: 600; }
  .main-nav .dropdown-menu li:last-child .dropdown-item { border-bottom: 0; }
  .main-nav .dropdown-item.dropdown-all { color: #795700; font-weight: 800; }
  .hero-slide { height: 52vw; min-height: 330px; }
  .hero-caption { min-height: 94px; }
  .hero-caption h1 { font-size: 22px; }
  .stat-item { min-height: 120px; }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px dashed rgba(255,255,255,.4); }
  .about-section { background: #fff; }
  .card-carousel .owl-prev, .post-carousel .owl-prev { left: 4px; }
  .card-carousel .owl-next, .post-carousel .owl-next { right: 4px; }
  .projects-section { background-attachment: scroll; }
  .section-pad { padding: 60px 0; }
}

@media (max-width: 575.98px) {
  body { font-size: 15px; }
  .working-bar { padding: 4px 0; font-size: 11px; white-space: nowrap; overflow: hidden; }
  .hero-slide { height: 64vw; min-height: 245px; }
  .hero-caption { position: relative; min-height: 110px; padding: 14px 0; }
  .hero-caption h1 { font-size: 19px; line-height: 1.25; }
  .dark-pill { min-height: 44px; padding: 0 17px; font-size: 14px; }
  .hero-carousel .owl-dots { bottom: 9px; }
  .hero-carousel .owl-nav { display: none; }
  .stat-item { min-height: 105px; }
  .stat-item h3 { font-size: 29px; }
  .stat-item small { font-size: 14px; }
  .section-pad { padding: 48px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 24px; }
  .about-section h2, .quote-section h2 { font-size: 27px; }
  .service-card a {font-size: 15px;display: block;}
  .process-card img {/* width: 92px; *//* height: 92px; */max-width: 90px;}
  .process-card span { right: calc(50% - 56px); width: 28px; height: 28px; font-size: 12px; }
  .process-card h3 { font-size: 17px; }
  .process-card p { display: none; }
  .post-card > img, .post-card .image-wrap img { height: auto; }
  .floating-contact { right: 10px; bottom: 70px; gap: 10px; }
  .contact-btn, .contact-btn.phone { width: 50px; min-height: 50px; padding: 5px; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; border-radius: 50%; }
  .contact-btn span { grid-row: 1; width: 40px; height: 40px; }
  .contact-btn b, .contact-btn small { display: none; }
  .back-to-top { right: 12px; bottom: 12px; }
  .footer-bottom { padding-bottom: 64px; text-align: center; }
}

.wrap-home { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
.wrap-home .container, .site-header .container { --bs-gutter-x: 2rem; width: 100%; max-width: 1170px; }
.wrap-home .wrap-content.container { width: 100%; }
.wrap-home .row > *, .site-header .row > * { min-width: 0; }
.wrap-home .owl-carousel, .wrap-home .owl-stage-outer { max-width: 100%; }
.site-header { position: relative; z-index: 60; }
.main-nav .nav-link.active { color: #775600; }
.projects-section { overflow: hidden; background: #111; }
.projects-section::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.76); }
.projects-section .projects-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.projects-section > .container { position: relative; z-index: 2; }
.projects-section .post-card a { color: inherit; }
.projects-section .post-card:hover a{color:#ff0}
.projects-section .post-card a img{border-radius:15px;}
.quote-form label { display: block; color: #555; font-size: 14px; font-weight: 600; line-height: 1.4; }
.quote-form label span { display: block; margin-bottom: 8px; }
.socials img { width: 22px; height: 22px; object-fit: contain; }
.partner-carousel a { display: block; }

@media (max-width: 991.98px) {
  .main-nav .navbar-collapse { max-height: calc(100vh - 100px); overflow-y: auto; }
}

/* Final homepage polish: mirror the prototype spacing while keeping content data-driven. */
.site-header .container { width: min(1170px, calc(100% - 36px)); }
.main-nav .navbar-nav { flex-wrap: nowrap; }
.main-nav .nav-link { letter-spacing: 0; transition: color .2s ease, background-color .2s ease; }
.main-nav .dropdown-menu { z-index: 100; }
.section-heading { max-width: 100%; }
.section-heading h2 { font-weight: 600; letter-spacing: 0; }
.section-heading h2::after { opacity: .7; }
.section-heading p { font-size: 16px; }
.hero-caption { min-height: 74px; background: rgb(255 179 21 / 69%); }
.hero-caption h1 { font-weight: 600; letter-spacing: 0; }
.about-section { background-position: right center; }
.about-section > .container { position: relative; z-index: 1; }
.about-section .about-content {/* padding-right: 32px; */}
.about-section .about-richtext { line-height: 1.75; }
.about-section .about-richtext > :last-child { margin-bottom: 0; }
.about-section .dark-pill { margin-top: 20px; }
.about-section .video-frame { border-radius: 14px; }
.video-preview { position: relative; display: block; overflow: hidden; background: #111; }
.video-preview img { display: block; width: 100%; height: auto; object-fit: initial; transition: transform .45s ease, filter .45s ease; }
.video-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.3)); pointer-events: none; }
.video-preview:hover img { transform: scale(1.012); filter: brightness(.92); }
.video-play { position: absolute; top: 50%; left: 50%; z-index: 2; width: 64px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: #ff0033; transform: translate(-50%,-50%); font-size: 24px; line-height: 1; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.video-card { overflow: hidden; border-radius: 12px; background: #111; box-shadow: 0 10px 28px rgba(0,0,0,.13); }
.video-card__caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 14px 16px 16px; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.video-card__caption h3 { margin: 28px 0 0; color: #fff; font-size: 18px; line-height: 1.25; }
.video-card .video-preview { height: auto; }
.video-card .video-preview img { height: auto; min-height: 0; object-fit: initial; }
.post-card { border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover, .recruit-card:hover, .product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.post-card h3 { font-weight: 500; }
.recruit-card h3 { font-weight: 600; }
.project-card { background: transparent; box-shadow: none; }
.projects-section .project-card:hover { transform: translateY(-3px); box-shadow: none; }
.projects-section .project-card > div { padding-right: 0; padding-left: 0; }
.quote-section .quote-image { display: block; width: 100%; max-width: 570px; height: auto; object-fit: initial; border-radius: 0; }
.quote-section .row { row-gap: 5px; }
.quote-section h2 { font-weight: 600; letter-spacing: 0; }
.quote-section .tpt-richtext { margin-bottom: 0; line-height: 1.75; }
.quote-section .tpt-richtext > :last-child { margin-bottom: 0; }
.quote-form .quote-submit { transition: transform .2s ease, box-shadow .2s ease; }
.quote-form .quote-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(255,152,0,.25); }
.floating-contact { gap: 10px; }
.contact-btn { transition: transform .2s ease, box-shadow .2s ease; }
.contact-btn:hover { box-shadow: 0 8px 22px rgba(0,0,0,.24); }
.dark-pill, .quote-submit { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; }
.dark-pill:hover, .quote-submit:hover { transform: translateY(-2px); }
.dark-pill:focus-visible, .quote-submit:focus-visible, .contact-btn:focus-visible { outline: 3px solid rgba(193,142,0,.35); outline-offset: 3px; }

@media (max-width: 1199.98px) {
  .card-carousel .owl-prev, .post-carousel .owl-prev { left: 8px; }
  .card-carousel .owl-next, .post-carousel .owl-next { right: 8px; }
}

@media (max-width: 991.98px) {
  .about-section .about-content { padding-right: calc(var(--bs-gutter-x) * .5); }
}

@media (max-width: 767.98px) {
  .floating-contact { right: 10px; bottom: 70px; gap: 10px; }
  .contact-btn { width: 50px; min-height: 50px; padding: 5px; justify-content: center; border-radius: 50%; }
  .contact-btn.home { min-height: 50px; }
  .contact-btn__icon { width: 40px; height: 40px; flex-basis: 40px; margin-right: 0; }
  .contact-btn__text { display: none; }
}

@media (max-width: 575.98px) {
  .wrap-home .container, .site-header .container { --bs-gutter-x: 1.75rem; }
  .recruit-card__body { padding: 18px 18px 21px; }
  .quote-form__actions { margin-top: 18px; }
  .quote-submit { width: 100%; }
}

/* Keep card interactions quiet and give content a clear breathing space. */
.post-card:hover, .recruit-card:hover, .product-card:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.10); }
.product-card:hover img, .recruit-card:hover img { transform: scale(1.012); filter: saturate(1.02); }
.service-card:hover img, .tpt-service-card:hover img { transform: scale(1.012); filter: saturate(1.02); }
.projects-section .project-card:hover { transform: none; box-shadow: none; }
.projects-section .project-card__body { padding: 20px 4px 22px; }
.projects-section .project-card h3 { margin: 0 0 12px; line-height: 1.45; }
.projects-section .project-card p { margin: 0; line-height: 1.7; }

@media (max-width: 575.98px) {
  .recruit-card__body { padding: 20px 20px 23px; }
  .quote-form__actions { margin-top: 26px; }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .site-header .container { width: calc(100% - 24px); }
  .navbar-brand { width: 155px; }
  .navbar-brand img { width: 145px; }
  .main-nav .navbar-nav { gap: 0; }
  .main-nav .nav-link { padding-right: 6px; padding-left: 6px; font-size: 13px; }
}

/* Mobile contact toolbar mirrors the original TPT Steel contact plugin. */
.tpt-mobile-toolbar-wrap { display: none; }

@media (max-width: 850px) {
  body { padding-bottom: 86px; }
  .floating-contact { display: none !important; }
  .footer-bottom { padding-bottom: 14px; }
  .tpt-mobile-toolbar-wrap {position: fixed;z-index: 10050;right: 0;bottom: 0;left: 0;display: block;width: 100%;background: #fff;}
  .tpt-mobile-toolbar { position: relative; display: flex; width: 100%; max-width: 1200px; margin: auto; border-bottom: 15px solid #fff; font-family: "Ganh", sans-serif; line-height: 1.6; }
  .tpt-mobile-toolbar::after { content: ""; position: absolute; z-index: -1; bottom: 0; left: 0; width: 100%; height: 65px; background: url("../images/mobile-contact/footer-bg.svg") center top / 100% 100% no-repeat; pointer-events: none; }
  .tpt-mobile-toolbar__item { position: relative; display: block; flex: 1 1 20%; min-width: 0; padding: 11px 0 0; border: 0; color: #313131; background: transparent; text-align: center; font: inherit; cursor: pointer; }
  .tpt-mobile-toolbar__item:hover, .tpt-mobile-toolbar__item:focus { color: #313131; }
  .tpt-mobile-toolbar__item:focus-visible { outline: 2px solid #0e68c8; outline-offset: -2px; }
  .tpt-mobile-toolbar__item span { display: block; }
  .tpt-mobile-toolbar__item img { display: inline-block; width: 30px; height: 30px; max-width: none; object-fit: fill; }
  .tpt-mobile-toolbar__label { padding: 0 2px; overflow: hidden; font-size: 11px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
  .tpt-mobile-toolbar__menu > span { font-size: 16px; font-weight: 400; }
  .tpt-mobile-toolbar__call { background: transparent !important; }
  .tpt-mobile-toolbar__call-icon { position: absolute; top: -28px; left: 50%; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background-image: linear-gradient(92.83deg, #f90000 0, #950099 100%); box-shadow: 0 -3px 10px rgba(0,0,0,.15); transform: translateX(-50%); }
  .tpt-mobile-toolbar__call-icon img { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; transform: translate(-50%, -50%); }
  .tpt-mobile-toolbar__call-pulse { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 2px solid transparent; border-radius: 50%; box-shadow: 0 0 0 0 #0e68c8; transform: translate(-50%, -50%); animation: tpt-mobile-call-pulse 1.3s infinite; }
  .tpt-mobile-toolbar__call > .tpt-mobile-toolbar__label { position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%); }
  .tpt-mobile-toolbar__call > .tpt-mobile-toolbar__label > span { display: inline-block; padding: 0 8px; border-radius: 30px; color: #fff; background-image: linear-gradient(92.83deg, #0e68c8 0, #02a4a5 100%); }
  body.tpt-toolbar-menu-open { overflow: hidden; }
  body.tpt-toolbar-menu-open .main-nav .navbar-collapse { position: fixed; z-index: 10040; top: 0; right: 0; bottom: 86px; left: 0; max-height: none; padding: 70px 18px 18px; overflow-y: auto; background: var(--yellow); }
  body.tpt-toolbar-menu-open .navbar-toggler { position: fixed; z-index: 10060; top: 14px; right: 14px; background: rgba(255,255,255,.75); }
}

@keyframes tpt-mobile-call-pulse {
  70% { box-shadow: 0 0 0 15px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}



.widget ul {
    border-radius: 4px;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}
.widget ul li{
    padding: 0px 10px;
}
.widget ul li a{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.widget ul li:last-child a{
    border: none;
}
.widget ul li a:hover{color:#b17301}