/*
Theme Name: Thiện Nhân Group
Description: Child theme for Flatsome, customized for the Thiện Nhân Group website
Author: UX Themes
Template: flatsome
Version: 4.0.107
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* === Thiện Nhân Group 3D Homepage === */
body {
    --tdp-navy: #05182b;
    --tdp-navy-2: #082849;
    --tdp-blue: #0aa7ff;
    --tdp-blue-2: #0077d9;
    --tdp-orange: #ff7628;
    --tdp-text: #09295a;
    --tdp-muted: #506986;
    --tdp-line: #dceaf7;
    --tdp-soft: #f4faff;
    --tdp-container: 1320px;
    color: var(--tdp-text);
    background: #fff;
}

body #header .header-main {
    min-height: 74px;
    border-bottom: 1px solid rgba(50, 157, 230, .18);
    background: #FFF;
}

body #header .header-inner {
    max-width: var(--tdp-container);
}

body #logo img {
    display: none;
}

body #logo img.header-logo {
    display: block;
    width: auto;
    max-height: 44px;
}

body #logo a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    color: #fff;
    text-decoration: none;
}

body #logo a::before {
    content: none;
    display: none;
    margin-right: 7px;
    color: var(--tdp-blue);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

body #logo a::after {
    content: none;
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

body #header .nav > li > a {
    color: #003883;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body #header .nav > li.active > a,
body #header .nav > li > a:hover {
    color: #ff7628;
}

body #header .nav > li.active > a::after {
    bottom: -21px;
    height: 3px;
    background: var(--tdp-blue);
}

body #header-contact {
    display: none;
}

body #header .nav > li.tdp-nav-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    background: var(--tdp-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255, 118, 40, .26);
}

body #header .nav > li.tdp-nav-cta.active > a::after,
body #header .nav > li.tdp-nav-cta > a::after {
    display: none;
}

body #header .nav > li.tdp-nav-cta > a:hover {
    background: #ff8b3d;
}
span.amount {
    color: #cd0000 !important;
    font-weight: 700;
    white-space: nowrap;
}
.tdp-home,
.tdp-home * {
    letter-spacing: 0;
}

.tdp-home {
    color: var(--tdp-text);
}

.tdp-container.row {
    max-width: var(--tdp-container);
}

.tdp-kicker,
.tdp-section-label {
    margin: 0 0 8px;
    color: var(--tdp-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
}

.tdp-home h1,
.tdp-home h2,
.tdp-home h3,
.tdp-home p {
    letter-spacing: 0;
}

.tdp-home h2 {
    margin: 0 0 14px;
    color: #07337a;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.12;
}

.tdp-home p {
    color: var(--tdp-muted);
    font-size: 15px;
    line-height: 1.65;
	padding-bottom: 10px;
}

.tdp-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background: linear-gradient(90deg, #04172b 0%, #061d37 52%, #08294a 100%);
}

.tdp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3,18,36,.68) 0%, rgba(3,24,48,.28) 55%, rgba(3,18,36,.08) 100%),
        radial-gradient(circle at 72% 32%, rgba(10, 167, 255, .28), transparent 28%);
}

.tdp-hero .section-content {
    position: relative;
    z-index: 2;
}

.tdp-hero-grid.row {
    min-height: 350px;
}

.tdp-hero .tdp-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--tdp-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.tdp-hero-copy h1 {
    max-width: 520px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    font-weight: 950;
    line-height: 1.08;
    text-transform: none;
}

.tdp-hero-copy h1 span {
    color: #ffb21b;
}

.tdp-lead {
    max-width: 500px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    line-height: 1.58;
}

.tdp-hero-copy .button.tdp-btn {
    margin-right: 12px;
    margin-bottom: 24px;
    line-height: 38px;
}

.tdp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.tdp-btn-primary {
    background: var(--tdp-orange);
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 118, 40, .28);
}

.tdp-btn-video {
    border: 1px solid rgba(255,255,255,.42);
    color: #fff;
    background: rgba(255,255,255,.08);
}

.tdp-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    font-size: 11px;
}

.tdp-hero-badges.row {
    max-width: 560px;
    margin-top: 0;
}

.tdp-hero-badge .col-inner {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-left: 42px;
    color: #fff;
}

.tdp-hero-badge .col-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(73, 187, 255, .6);
    border-radius: 50%;
    background: rgba(22, 161, 255, .12);
}

.tdp-hero-badge .col-inner::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 16px;
    width: 14px;
    height: 14px;
    background: #8fddff;
    -webkit-mask: var(--tdp-hero-badge-icon) center / contain no-repeat;
    mask: var(--tdp-hero-badge-icon) center / contain no-repeat;
}

.tdp-hero-badges .tdp-hero-badge:nth-child(1) .col-inner {
    --tdp-hero-badge-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M9.55 17.65 4.9 13l1.7-1.7 2.95 2.95 7.85-7.85 1.7 1.7z'/%3E%3C/svg%3E");
}

.tdp-hero-badges .tdp-hero-badge:nth-child(2) .col-inner {
    --tdp-hero-badge-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-2.34-5.66L15 9h7V2l-2.93 2.93A9.96 9.96 0 0 0 12 2Zm-1 5h2v6h-2V7Zm0 8h2v2h-2v-2Z'/%3E%3C/svg%3E");
}

.tdp-hero-badges .tdp-hero-badge:nth-child(3) .col-inner {
    --tdp-hero-badge-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8v3a4 4 0 0 0 4 4h1v-7H6a6 6 0 0 1 12 0h-3v7h3v1a2 2 0 0 1-2 2h-3v2h3a4 4 0 0 0 4-4v-8a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E");
}
.tdp-hero-badge p,
.tdp-hero-badges strong,
.tdp-hero-badges small {
    display: block;
    margin: 0;
	color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.tdp-hero-badges small {
    color: rgba(255,255,255,.72);
    font-size: 10px;
}

.tdp-hero-art .col-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    height: 100%;
}

.tdp-hero-art-img,
.tdp-hero-art-img .img-inner {
    width: min(520px, 100%);
    height: 350px;
    margin-left: auto;
}

.tdp-hero-art-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .22);
}

.tdp-about {
    background: linear-gradient(90deg, #fff 0%, #f2f9ff 100%);
}

.tdp-about-image .img-inner {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(8, 55, 110, .12);
}

.tdp-about-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tdp-stats-row.row {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--tdp-line);
    border-radius: 8px;
    background: rgba(255,255,255,.86);
}

.tdp-stats-row > .col {
    padding: 0;
}

.tdp-stat-item .col-inner {
    min-height: 112px;
    padding: 22px 18px;
    border-right: 1px solid var(--tdp-line);
    border-bottom: 1px solid var(--tdp-line);
}

.tdp-stat-item h3 {
    margin: 0;
    color: #07337a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.tdp-stat-item p {
    margin: 9px 0 0;
    color: var(--tdp-muted);
    font-size: 13px;
    line-height: 1.35;
}

.tdp-link-btn.button {
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid var(--tdp-blue);
    border-radius: 999px;
    color: var(--tdp-blue-2);
    font-size: 13px;
    font-weight: 900;
}

.tdp-services,
.tdp-posts {
    background: #fff;
}

.tdp-services {
    padding-top: 22px;
    padding-bottom: 20px;
}

.tdp-products,
.tdp-process {
    background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}

.tdp-section-head p {
    margin: 0;
}

.tdp-service-feature.row {
    align-items: center;
}

.tdp-service-feature > .col {
    padding-bottom: 0;
}

.tdp-service-image .img-inner {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(8, 55, 110, .12);
}

.tdp-service-image img {
    min-height: 292px;
    object-fit: cover;
}

.tdp-service-copy {
    padding-left: 8px;
}

.tdp-service-copy h2 {
    margin: 0 0 5px;
    color: #10274c;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.12;
}

.tdp-service-copy .tdp-service-lead {
    max-width: 620px;
    margin: 0 0 18px;
    color: #49617c;
    font-size: 13px;
    line-height: 1.45;
}

.tdp-service-steps.row {
    margin-bottom: 16px;
}

.tdp-service-steps.row > .tdp-service-step {
    padding-bottom: 12px;
}

.tdp-service-step .col-inner {
    position: relative;
    min-height: 78px;
    padding: 14px 16px 14px 62px;
    border: 1px solid rgba(207, 226, 246, .92);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
    box-shadow: 0 10px 22px rgba(9, 54, 109, .055);
}

.tdp-service-step .tdp-step-number {
    position: absolute;
    top: 25px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #ff7628;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
	padding-top: 10px;
    box-shadow: 0 8px 15px rgba(255, 100, 34, .2);
}

.tdp-service-step h3 {
    margin: 0 0 4px;
    color: #10274c;
    font-size: 14.5px;
    font-weight: 900;
    line-height: 1.25;
}

.tdp-service-step p:not(.tdp-step-number) {
    margin: 0;
    color: #4f6888;
    font-size: 12px;
    line-height: 1.42;
}

.tdp-service-cta-btn.button {
    min-height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--tdp-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(255, 118, 40, .22);
}

.tdp-service-cta-btn.button:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(255, 118, 40, .3);
}

.tdp-native-posts .box-blog-post {
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--tdp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 54, 109, .06);
}

.tdp-native-posts .post-title a {
    color: #07337a;
    font-weight: 900;
}

.tdp-products {
    padding-top: 22px;
    padding-bottom: 26px;
}

.tdp-product-showcase {
    width: 100%;
}

.tdp-finder-title {
    margin-bottom: 26px;
}

.tdp-finder-title h3 {
    margin: 0 0 10px;
    color: #11284b;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.tdp-products .tdp-native-categories {
    margin-bottom: 28px;
}

.tdp-products .tdp-native-categories .box-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14px;
    grid-template-rows: 82px auto;
    gap: 8px 6px;
    align-items: end;
    min-height: 132px;
    padding: 10px 12px 12px;
    border: 1px solid rgba(204, 223, 244, .86);
    border-radius: 8px;
    background: #f7fbff;
    box-shadow: 0 10px 20px rgba(20, 75, 130, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.tdp-products .tdp-native-categories .box-category::after {
    content: "›";
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    color: var(--tdp-blue-2);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.tdp-products .tdp-native-categories .box-category:hover {
    border-color: rgba(0, 119, 217, .45);
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(20, 75, 130, .1);
}

.tdp-products .tdp-native-categories .box-image {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
}

.tdp-products .tdp-native-categories .image-cover {
    height: 82px;
    padding-top: 0 !important;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.tdp-products .tdp-native-categories .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tdp-products .tdp-native-categories .box-text {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    padding: 0;
}

.tdp-products .tdp-native-categories .header-title {
    margin: 0;
    color: #07337a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.16;
    text-transform: none;
}

.tdp-showcase-head {
    max-width: 680px;
    margin-bottom: 0;
}

.tdp-showcase-head h2 {
    margin: 0 0 5px;
    color: #07337a;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.15;
}

.tdp-showcase-head p {
    max-width: 720px;
    margin: 0;
    color: #536f92;
    font-size: 13px;
    line-height: 1.45;
}

.tdp-showcase-tabgroup {
    margin-top: -42px;
}

.tdp-showcase-tabgroup > .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 16px;
}

.tdp-showcase-tabgroup > .nav > li {
    margin: 0;
}

.tdp-showcase-tabgroup > .nav > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    min-height: 28px;
    padding: 0 16px;
    border: 1px solid rgba(185, 210, 238, .84);
    border-radius: 999px;
    background: #fff;
    color: #35587f;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.tdp-showcase-tabgroup > .nav > li > a:hover,
.tdp-showcase-tabgroup > .nav > li.active > a {
    border-color: var(--tdp-blue-2);
    background: var(--tdp-blue-2);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 119, 217, .18);
}

.tdp-showcase-tabgroup .tab-panels {
    padding-top: 0;
    border: 0;
}

.tdp-showcase-tabgroup .panel {
    padding: 0;
}

.tdp-products .product-small.tdp-native-products {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--tdp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(9, 54, 109, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.tdp-products .product-small.tdp-native-products:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(9, 54, 109, .13);
}

.tdp-products .product-small.tdp-native-products .box-image {
    padding: 12px;
    background: linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%);
}

.tdp-products .product-small.tdp-native-products .box-image img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: contain;
}

.tdp-products .product-small.tdp-native-products .box-text {
    padding: 12px 13px 14px;
    text-align: left;
}

.tdp-products .product-small.tdp-native-products .product-title a {
    color: #07337a;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.tdp-products .product-small.tdp-native-products .product-title a:hover {
    color: var(--tdp-blue-2);
}

.tdp-products .product-small.tdp-native-products .price {
    display: block;
    margin: 8px 0 10px;
    color: #ff6a1a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.tdp-products .product-small.tdp-native-products .price .amount {
    color: #bd0000;
    font-weight: inherit;
}

.tdp-products .product-small.tdp-native-products .tdp-card-specs,
.shop-container .product-small .tdp-card-specs {
    width: 100%;
    display: grid;
    gap: 4px;
    margin: -2px 0 0;
    padding: 0;
}

.tdp-card-spec {
    display: flex;
    align-items: baseline;
    min-width: 0;
    gap: 4px;
    margin-top: 5px;
    color: #536f92;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: none;
}

.tdp-card-spec dt {
    flex: 0 0 auto;
    color: #4f6888;
    font-weight: 800;
    text-transform: none;
}

.tdp-card-spec dt::after {
    content: ":";
}

.tdp-card-spec dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #153d70;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.tdp-products .product-small.tdp-native-products .tdp-shop-view {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: fit-content;
    min-width: 118px;
    min-height: 32px;
    margin: 8px auto 0;
    padding: 0 14px;
    border: 1px solid var(--tdp-blue-2);
    border-radius: 5px;
    background: #fff;
    color: var(--tdp-blue-2);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.tdp-products .product-small.tdp-native-products .tdp-shop-view:hover {
    background: var(--tdp-blue-2);
    color: #fff;
    box-shadow: 0 8px 16px rgba(0, 119, 217, .2);
}

.tdp-process {
    position: relative;
    overflow: hidden;
}

.tdp-process-steps.row {
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

.tdp-process-step .col-inner {
    position: relative;
    min-height: 156px;
    padding: 28px 20px 20px;
    border-top: 2px solid #bde4ff;
}

.tdp-process-number {
    position: absolute;
    top: -17px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--tdp-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.tdp-process-step h3 {
    margin: 0 0 10px;
    color: #071f47;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.tdp-process-step p:not(.tdp-process-number) {
    margin: 0;
    color: #526b8a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.tdp-more-wrap {
    text-align: right;
}

.tdp-contact h2,
.tdp-contact p,
.tdp-footer,
.tdp-footer p,
.tdp-footer a,
.tdp-footer h3 {
    color: #fff;
}

.tdp-contact .tdp-section-label {
    color: #45bdff;
}

.tdp-contact p {
    color: rgba(255,255,255,.82);
}

.tdp-form {
    padding: 28px 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0,0,0,.18);
}

.tdp-form h3 {
    margin: 0 0 18px;
    color: #07337a;
    font-size: 22px;
}

.tdp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tdp-field {
    display: block;
    min-height: 58px;
    padding: 9px 14px;
    border: 1px solid #cddbea;
    border-radius: 6px;
    background: #fff;
}

.tdp-field span {
    display: block;
    color: #173a68;
    font-size: 13px;
    font-weight: 800;
}

.tdp-form .wpcf7-form-control-wrap {
    display: block;
}

.tdp-form input[type="text"],
.tdp-form input[type="tel"],
.tdp-form select {
    width: 100%;
    height: 24px;
    margin: 3px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--tdp-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.tdp-form input[type="text"]:focus,
.tdp-form input[type="tel"]:focus,
.tdp-form select:focus {
    outline: 0;
    box-shadow: none;
}

.tdp-form input::placeholder {
    color: #9aaabd;
    opacity: 1;
}

.tdp-form select {
    color: #9aaabd;
}

.tdp-form .tdp-field:focus-within {
    border-color: var(--tdp-blue);
    box-shadow: 0 0 0 3px rgba(10, 167, 255, .12);
}

.tdp-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

.tdp-form .wpcf7-response-output {
    margin: 14px 0 0;
    border-radius: 6px;
    font-size: 13px;
}

.tdp-form button,
.tdp-form input[type="submit"] {
    align-self: end;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--tdp-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 44px;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.tdp-form button:hover,
.tdp-form input[type="submit"]:hover {
    background: #ff6514;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255, 118, 40, .24);
}

.tdp-footer {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    background: #051526;
}

.tdp-footer-cta {
    min-height: 118px;
    padding: 26px 18px 22px;
    text-align: center;
}

.tdp-footer-cta h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.tdp-footer-cta p {
    margin: 0 0 13px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    line-height: 1.45;
}

.tdp-footer-btn.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.tdp-footer-btn--primary.button {
    background: var(--tdp-orange);
    box-shadow: 0 10px 20px rgba(255, 118, 40, .26);
}

.tdp-footer-btn--outline.button {
    border: 1px solid rgba(255,255,255,.54);
    background: rgba(255,255,255,.04);
}

.tdp-footer-main.row {
    padding: 28px 0 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.tdp-footer-grid.row {
    align-items: flex-start;
}

.tdp-footer-grid > .col {
    padding-bottom: 0;
}

.tdp-footer-logo-img,
.tdp-footer-logo-img .img-inner {
    width: 162px;
    max-width: 100%;
    margin-bottom: 14px;
}

.tdp-footer-logo-img img {
    display: block;
    width: 100%;
    height: auto;
}

.tdp-footer-social-btn.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-height: 28px;
    margin: 12px 6px 0 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.tdp-footer h3 {
    margin: 0 0 12px;
    color: #ffc400;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.tdp-footer p,
.tdp-footer a,
.tdp-footer small {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.75;
}

.tdp-footer p {
    margin-bottom: 0;
}

.tdp-footer a,
.tdp-footer .button.is-link {
    text-decoration: none;
}

.tdp-footer a:hover,
.tdp-footer .button.is-link:hover {
    color: #fff;
}

.tdp-footer-link-btn.button {
    display: block;
    min-height: 0;
    margin: 0 0 4px;
    padding: 0;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.tdp-footer-contact p {
    margin-bottom: 0;
    line-height: 1.75;
}

.tdp-footer-bottom-inner.row {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tdp-footer-toplink.button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.tdp-footer-toplink.button::before {
    content: "^";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    color: #fff;
    line-height: 1;
}

.tdp-inner-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 0 34px;
}

.tdp-inner-page .tdp-eyebrow {
    margin: 0 0 8px;
    color: var(--tdp-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.tdp-inner-page h2 {
    margin: 0 0 14px;
    color: #07337a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.16;
    text-transform: none;
}

.tdp-inner-page h3 {
    margin: 24px 0 8px;
    color: #07337a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: none;
}

.tdp-inner-page p {
    margin-bottom: 12px;
    color: var(--tdp-muted);
    font-size: 15px;
    line-height: 1.75;
}

.tdp-inner-page .tdp-lead {
    max-width: 780px;
    color: #1b477f;
    font-size: 18px;
}

.tdp-inner-page .button.primary {
    border-radius: 8px;
    background: var(--tdp-orange);
    letter-spacing: 0;
    text-transform: none;
}

.shop-container .product-small .box {
    overflow: hidden;
    border: 1px solid var(--tdp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 54, 109, .06);
}

.shop-container .product-small .box-image {
    background: #f4faff;
}

.shop-container .product-small .box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    padding: 24px 16px 26px;
}

.shop-container .product-small .title-wrapper,
.shop-container .product-small .price-wrapper,
.shop-container .product-small .tdp-shop-badges,
.shop-container .product-small .tdp-shop-tags {
    margin: 0;
}

.shop-container .product-small .product-title {
    margin-bottom: 0;
}

.shop-container .product-title a {
    display: block;
    margin-bottom: 0;
    color: #07337a;
    font-weight: 900;
    line-height: 1.3;
}

.shop-container .price-wrapper {
    margin: 0;
}

.tdp-shop-badges,
.tdp-shop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.tdp-shop-badges,
.tdp-shop-tags {
    margin-bottom: 0;
}

.tdp-shop-badge,
.tdp-shop-tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef8ff;
    color: #0a5fb2;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.tdp-shop-tag--ban_chay,
.tdp-shop-badge--ban_chay {
    background: #e9f8ee;
    color: #128246;
}

.tdp-shop-tag--san_kho,
.tdp-shop-badge--san_kho {
    background: #e9f8ee;
    color: #128246;
}

.tdp-shop-badge--gia_tot,
.tdp-shop-tag--gia_tot {
    background: #fff0f3;
    color: #de3f55;
}

.tdp-shop-tag--chinh_hang_100,
.tdp-shop-badge--chinh_hang_100 {
    background: #eef4ff;
    color: #0f68df;
}

.tdp-shop-tag--tu_van_mien_phi,
.tdp-shop-badge--tu_van_mien_phi {
    background: #fff0f3;
    color: #de3f55;
}

.tdp-shop-tag--bao_hanh_tan_noi,
.tdp-shop-badge--bao_hanh_tan_noi {
    background: #eef4ff;
    color: #0f68df;
}

.tdp-shop-badge--nhieu_uu_dai,
.tdp-shop-tag--nhieu_uu_dai {
    background: #fff2e8;
    color: #d95a15;
}

.tdp-shop-badge--hang_moi_ve,
.tdp-shop-tag--hang_moi_ve {
    background: #f3efff;
    color: #6543c3;
}

.shop-container .product-small .box-text .tdp-shop-view,
.tdp-shop-view {
display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: fit-content;
    min-height: 36px;
    margin: 8px auto 0;
    padding: 0 18px;
    border: 1px solid var(--tdp-blue-2);
    border-radius: 999px;
    background: var(--tdp-blue-2);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 119, 217, .16);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.shop-container .product-small .box-text .tdp-shop-view:hover,
.tdp-shop-view:hover {
    border-color: #005fb3;
    background: #005fb3;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 119, 217, .24);
}

.shop-container .product-small .box-text .tdp-shop-view span,
.tdp-shop-view span {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    line-height: 1;
}

.tdp-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

.tdp-page-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 8px;
}

.tdp-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.tdp-product-btn-primary {
    background: var(--tdp-orange);
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 118, 40, .22);
}

.tdp-product-btn-outline {
    border: 1px solid var(--tdp-blue);
    color: var(--tdp-blue-2);
    background: #fff;
}

.tdp-spec-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin: 28px 0;
}

.tdp-spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px;
    border: 1px solid var(--tdp-line);
    border-radius: 8px;
    background: #fff;
}

.tdp-spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff76284f, #ff5d00);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 8px 18px rgb(217 90 0 / 16%);
}

.tdp-spec-svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.tdp-spec-icon--target .tdp-spec-svg,
.tdp-spec-icon--sparkles .tdp-spec-svg {
    width: 19px;
    height: 19px;
}

.tdp-spec-label,
.tdp-spec-value {
    display: block;
    line-height: 1.35;
}

.tdp-spec-label {
    color: #506986;
    font-size: 11px;
    font-weight: 900;
}

.tdp-spec-value {
    color: #07337a;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 849px) {
    .tdp-hero {
        min-height: 520px;
    }

    .tdp-hero-grid.row {
        min-height: 520px;
        align-items: flex-start;
        padding-top: 36px;
    }

    .tdp-hero-copy h1 {
        font-size: 36px;
    }

    .tdp-lead {
        font-size: 16px;
    }

    .tdp-service-copy {
        padding-left: 0;
    }

    .tdp-service-image img {
        min-height: 260px;
        margin-bottom: 20px;
    }

    .tdp-footer-grid > .col {
        padding-bottom: 24px;
    }

    .tdp-footer-bottom-inner.row {
        align-items: flex-start;
    }

    .tdp-hero-badges,
    .tdp-form-grid,
    .tdp-spec-bar {
        grid-template-columns: 1fr;
    }

    .tdp-hero-badges {
        max-width: 360px;
    }

    .tdp-hero-art {
        display: none;
    }

    .tdp-showcase-head {
        max-width: none;
    }

    .tdp-showcase-tabgroup {
        margin-top: 0;
    }

    .tdp-showcase-tabgroup > .nav {
        justify-content: flex-start;
    }

    .tdp-more-wrap {
        text-align: left;
    }
}

@media (max-width: 549px) {
    body #logo a::before {
        display: none;
        font-size: 28px;
    }

    body #logo a::after {
        display: none;
        font-size: 18px;
    }

    .tdp-hero-copy h1 {
        font-size: 30px;
    }

    .tdp-hero-copy .col-inner:has(.button.tdp-btn) {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-gap: 8px;
    }

    .tdp-hero-copy .col-inner:has(.button.tdp-btn) > .text,
    .tdp-hero-copy .col-inner:has(.button.tdp-btn) > .tdp-hero-badges {
        width: 100%;
    }

    .tdp-hero-copy .button.tdp-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        min-height: 50px;
        margin-right: 0;
        margin-bottom: 22px;
        padding: 0 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    .tdp-services {
        padding: 24px 14px 22px;
    }

    .tdp-service-image img {
        min-height: 210px;
        margin-bottom: 16px;
    }

    .tdp-service-copy {
        padding: 0 2px;
    }

    .tdp-service-copy .tdp-section-label {
        margin-bottom: 6px;
        color: var(--tdp-blue);
        font-size: 12px;
    }

    .tdp-service-copy h2 {
        margin-bottom: 8px;
        font-size: 25px;
        line-height: 1.15;
    }

    .tdp-service-copy .tdp-service-lead {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.48;
    }

    .tdp-service-steps.row {
        gap: 0;
        margin-bottom: 14px;
    }

    .tdp-service-steps.row > .tdp-service-step {
        padding-bottom: 10px;
    }

    .tdp-service-step .col-inner {
        min-height: auto;
        padding: 15px 15px 15px 60px;
        border-color: rgba(199, 222, 245, .9);
        border-radius: 8px;
        background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
        box-shadow: 0 12px 24px rgba(9, 54, 109, .055);
    }

    .tdp-service-step .tdp-step-number {
        top: 16px;
        left: 16px;
        width: 28px;
        height: 28px;
        background: #ff7628;
        color: #fff;
        border-radius: 8px;
        font-size: 11px;
    }

    .tdp-service-step h3 {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.25;
    }

    .tdp-service-step p:not(.tdp-step-number) {
        font-size: 12px;
        line-height: 1.42;
    }

    .tdp-footer-cta {
        min-height: 148px;
        padding: 24px 18px;
    }

    .tdp-footer-cta .button.tdp-footer-btn {
        width: calc(50% - 6px);
        min-width: 0;
        padding: 0 10px;
        font-size: 10px;
        white-space: nowrap;
    }

    .tdp-footer-main.row {
        padding: 24px 0 10px;
    }

    .tdp-footer-logo-img,
    .tdp-footer-logo-img .img-inner {
        width: 154px;
    }

    .tdp-footer-bottom-inner.row {
        flex-direction: column;
        gap: 8px;
    }

    .tdp-stats-row.row {
        border: 0;
        border-radius: 0;
        background: #06172a;
    }

    .tdp-stat-item .col-inner {
        display: grid;
        grid-template-columns: minmax(58px, auto) 1fr;
        gap: 8px;
        align-items: center;
        min-height: 82px;
        padding: 14px 12px;
        border-right: 1px dashed rgba(255, 255, 255, .58);
        border-bottom: 1px dashed rgba(255, 255, 255, .58);
    }

    .tdp-stat-item:nth-child(2n) .col-inner {
        border-right: 0;
    }

    .tdp-stat-item:nth-last-child(-n + 2) .col-inner {
        border-bottom: 0;
    }

    .tdp-stat-item h3 {
        color: #ffc400;
        font-size: 35px;
        line-height: .9;
    }

    .tdp-stat-item p {
        margin-top: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.22;
        text-transform: uppercase;
    }

    .tdp-products .tdp-native-categories {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .tdp-products .tdp-native-categories .flickity-viewport {
        overflow: visible;
    }

    .tdp-products .tdp-native-categories .flickity-prev-next-button {
        display: none;
    }

    .tdp-products .tdp-native-categories .product-category.col {
        flex-basis: 31%;
        max-width: 31%;
        padding-right: 4px;
        padding-left: 4px;
    }

    .tdp-products .tdp-native-categories .box-category {
        grid-template-columns: minmax(0, 1fr) 10px;
        grid-template-rows: 54px auto;
        gap: 6px 4px;
        min-height: 86px;
        padding: 7px 8px 8px;
        border-radius: 7px;
        background: #f7fbff;
        box-shadow: 0 8px 18px rgba(20, 75, 130, .045);
    }

    .tdp-products .tdp-native-categories .box-category::after {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        font-size: 16px;
    }

    .tdp-products .tdp-native-categories .box-image {
        grid-column: 1 / -1;
        width: 100%;
    }

    .tdp-products .tdp-native-categories .image-cover {
        height: 54px;
        padding-top: 0 !important;
        border-radius: 6px;
    }

    .tdp-products .tdp-native-categories .box-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tdp-products .tdp-native-categories .box-text {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
    }

    .tdp-products .tdp-native-categories .header-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.15;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .tdp-showcase-head {
        margin-bottom: 12px;
    }

    .tdp-showcase-head h2 {
        margin-bottom: 8px;
        font-size: 25px;
        line-height: 1.15;
    }

    .tdp-showcase-head p {
        font-size: 13px;
        line-height: 1.45;
    }

    .tdp-showcase-tabgroup > .nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 18px;
    }

    .tdp-showcase-tabgroup > .nav > li > a {
        min-width: 0;
        width: 100%;
        min-height: 30px;
        padding: 0 8px;
        font-size: 11px;
        white-space: nowrap;
    }

    .tdp-showcase-tabgroup .products.row,
    .tdp-showcase-tabgroup .tdp-native-products.row {
        margin-right: -1px;
        margin-left: -1px;
    }

    .tdp-showcase-tabgroup .products.row > .col,
    .tdp-showcase-tabgroup .products.row > .product-small,
    .tdp-showcase-tabgroup .tdp-native-products.row > .col {
        padding-right: 1px;
        padding-left: 1px;
        padding-bottom: 4px;
    }

    .tdp-products .product-small.tdp-native-products {
        margin-bottom: 0;
        border-radius: 7px;
        box-shadow: 0 10px 22px rgba(9, 54, 109, .07);
    }

    .tdp-products .product-small.tdp-native-products .box-image {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 158px;
        padding: 10px;
    }

    .tdp-products .product-small.tdp-native-products .box-image img {
        aspect-ratio: 1 / 1;
        max-height: 142px;
    }

    .tdp-products .product-small.tdp-native-products .box-text {
        padding: 10px 10px 11px;
    }

    .tdp-products .product-small.tdp-native-products .product-title a {
        display: -webkit-box;
        min-height: 49px;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.34;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .tdp-products .product-small.tdp-native-products .price {
        margin: 6px 0 3px;
        font-size: 12.5px;
    }

    .tdp-products .product-small.tdp-native-products .tdp-card-specs {
        gap: 4px;
        margin: 1px 0 3px;
    }

    .tdp-products .product-small.tdp-native-products .tdp-card-spec {
        gap: 3px;
        padding-block: 2px;
        font-size: 10.5px;
        line-height: 1.25;
    }

    .tdp-products .product-small.tdp-native-products .tdp-shop-badges,
    .tdp-products .product-small.tdp-native-products .tdp-shop-tags {
        flex-wrap: nowrap;
        gap: 4px;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 8px;
    }

    .tdp-products .product-small.tdp-native-products .tdp-shop-badge,
    .tdp-products .product-small.tdp-native-products .tdp-shop-tag {
        min-height: 21px;
        padding: 0 6px;
        font-size: 9.5px;
        line-height: 1;
    }

    .tdp-products .product-small.tdp-native-products .tdp-shop-view {
        width: 100%;
        min-width: 0;
        min-height: 32px;
        border-radius: 5px;
        font-size: 11px;
    }

    .tdp-process {
        padding-right: 14px;
        padding-left: 14px;
    }

    .tdp-process-steps.row {
        margin-top: 18px;
    }

    .tdp-process-step .col-inner {
        min-height: auto;
        padding: 24px 18px 22px 20px;
        border-top-color: #a9dcff;
    }

    .tdp-process-number {
        top: -17px;
        left: 0;
        width: 34px;
        height: 34px;
        box-shadow: 0 8px 18px rgba(10, 167, 255, .22);
    }

    .tdp-process-step h3 {
        margin-bottom: 9px;
        color: #061f48;
        font-size: 17px;
        line-height: 1.25;
    }

    .tdp-process-step p:not(.tdp-process-number) {
        max-width: 300px;
        color: #536f92;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
    }

    .tdp-home h2 {
        font-size: 24px;
    }

    .tdp-form {
        padding: 22px 18px;
    }

}
.tdp-products .product-small.tdp-native-products .tdp-shop-tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    pointer-events: none;
}

.tdp-products .product-small.tdp-native-products .box-image .image-tools.top.right {
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 4;
    display: flex;
    justify-content: flex-start;
    width: auto;
    opacity: 1;
    transform: none;
    pointer-events: none;
}

.tdp-products .product-small.tdp-native-products .box-image .image-tools.show-on-hover {
    opacity: 1;
    transform: none;
}

.tdp-products .product-small.tdp-native-products .tdp-shop-tag {
    min-height: 20px;
    padding: 0 6px;
    font-size: 10px;
    box-shadow: 0 6px 14px rgba(9, 54, 109, .1);
    backdrop-filter: blur(8px);
}
.tdp-native-posts .box-blog-post .button,
.tdp-native-posts .box-blog-post a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 12px;
    padding: 0 18px;
    border: 1px solid rgba(0, 119, 217, .34);
    border-radius: 999px;
    background: #f3f9ff;
    color: var(--tdp-blue-2);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(9, 54, 109, .06);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tdp-native-posts .box-blog-post .button:hover,
.tdp-native-posts .box-blog-post a.button:hover {
    border-color: var(--tdp-blue-2);
    background: var(--tdp-blue-2);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 119, 217, .18);
    transform: translateY(-1px);
}
.tdp-process .tdp-process-number,
.tdp-process .tdp-process-number * {
    color: #fff !important;
	line-height: 1;
    padding-top: 10px;
}
/* === End Thiện Nhân Group 3D Homepage === */
