/*
Theme Name: Cửa Nhôm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.37
*/

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

/* Hero button hover fix */
body.home .nk-hero .nk-btn.button,
body.home .nk-hero .nk-btn.button span {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.home .nk-hero .nk-btn-primary.button:hover,
body.home .nk-hero .nk-btn-primary.button:focus {
    background: #083c93 !important;
    color: #fff !important;
    border-color: #083c93 !important;
    box-shadow: 0 12px 24px rgba(8, 60, 147, .22);
    transform: translateY(-1px);
}

body.home .nk-hero .nk-btn-primary.button:hover span,
body.home .nk-hero .nk-btn-primary.button:focus span {
    color: #fff !important;
}

body.home .nk-hero .nk-btn-outline.button:hover,
body.home .nk-hero .nk-btn-outline.button:focus {
    background: rgba(255, 255, 255, .96) !important;
    color: var(--nk-blue) !important;
    border-color: rgba(12, 71, 161, .78) !important;
    box-shadow: 0 12px 24px rgba(8, 43, 93, .14);
    transform: translateY(-1px);
}

body.home .nk-hero .nk-btn-outline.button:hover span,
body.home .nk-hero .nk-btn-outline.button:focus span {
    color: var(--nk-blue) !important;
}
body.home .nk-kicker {
    position: relative;
    isolation: isolate;
    display: inline-block;
    min-height: 40px;
    margin-bottom: 24px !important;
    padding: 9px 22px 9px 52px;
    border: 1px solid rgba(7, 91, 232, .20);
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 10px 28px rgba(7, 91, 232, .10);
    color: var(--nk-navy) !important;
    font-size: 15px !important;
    font-weight: 900;
    line-height: 20px !important;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

body.home .nk-kicker::before,
body.home .nk-kicker::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 0;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(7, 91, 232, .36);
    border-radius: 999px;
    transform: translateY(-50%);
    animation: nk-kicker-signal 2.4s ease-out infinite;
}

body.home .nk-kicker::after {
    left: 26px;
    width: 12px;
    height: 12px;
    border: 0;
    background: #1267ed;
    box-shadow: 0 0 0 8px rgba(18, 103, 237, .10);
    transform: translateY(-50%);
    animation: none;
}

@keyframes nk-kicker-signal {
    0% {
        transform: translateY(-50%) scale(.8);
        opacity: .72;
    }

    70% {
        opacity: .18;
    }

    100% {
        transform: translateY(-50%) scale(1.9);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .nk-kicker::before,
    body.home .nk-kicker::after {
        animation: none;
    }
}
/* UX Builder/Grid Banner: chống banner bị xẹp khi preview */
.nk-product-native-grid .grid-col > .col-inner {
    min-height: 245px;
}

.nk-product-native-grid .nk-product-banner,
.nk-product-native-grid .nk-product-banner .banner-inner {
    min-height: 245px;
}

.nk-product-native-grid .nk-product-grid-large > .col-inner,
.nk-product-native-grid .nk-product-grid-large .nk-product-banner,
.nk-product-native-grid .nk-product-grid-large .banner-inner {
    min-height: 515px;
}

.nk-project-native-grid .grid-col > .col-inner {
    min-height: 225px;
}

.nk-project-native-grid .nk-project-banner,
.nk-project-native-grid .nk-project-banner .banner-inner {
    min-height: 225px;
}

.nk-project-native-grid .nk-project-grid-large > .col-inner,
.nk-project-native-grid .nk-project-grid-large .nk-project-banner,
.nk-project-native-grid .nk-project-grid-large .banner-inner {
    min-height: 455px;
}
.col-divided {
    padding-right: 30px;
    border-right: none;
}
.flickity-page-dots {
    position: absolute;
    bottom: -20px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
/**** End FAQ One ****/

/* UX Builder rebuild overrides */
.modal-overlay .img-inner {
	position: relative;
	border-radius: 20px;
}

.modal-overlay .img-inner:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}

.modal-overlay .img-inner:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/**** End Obelix Three  ****/
/*
* Element Name: Dropdown Menu Four
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
@media (min-width: 850px) {
    header#header .header-nav.header-nav-main > li:hover > a, header#header .header-nav.header-nav-main > li.current-dropdown > a {
        color: #fff;
        z-index: 10;
        position: relative;
    }

    /* All submenu style */
    header#header ul.sub-menu, header#header .nav-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem 0;
        border: none;
        min-width: 215px;
        background: white;
        -webkit-box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
                box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
        text-align: left;
        border-radius: .8rem;
        -webkit-transition: all .85s cubic-bezier(.19,1,.22,1);
        -o-transition: all .85s cubic-bezier(.19,1,.22,1);
        transition: all .85s cubic-bezier(.19,1,.22,1);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        -o-transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility,-webkit-transform;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        max-height: unset;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    header#header .has-dropdown .icon-angle-down {
        opacity: 1;
    }

    header#header .header-nav.header-nav-main > li > .nav-dropdown {
        left: -26px;
        top: .3rem;
        padding-top: 2.6rem;
    }

    /* Right menu */
    header#header .nav-right .nav-dropdown {
        left: auto;
        right: auto;
        min-width: unset;
    }

    header#header .nav-right > li:not(:hover) > .nav-dropdown {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
    }

    header#header .nav-right .nav-dropdown a {
        white-space: nowrap;
    }

    header#header .nav-right .account-item .nav-dropdown {
        text-align: center;
    }

    header#header .header-search-dropdown .header-search-form {
        padding: .6em .8em!important;
    }

    header#header .nav-right .current-dropdown .nav-dropdown {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    /* Submenu on hover, active */
    header#header .current-dropdown > .nav-dropdown, header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: calc(100% - .5rem);
        top: -1rem;
        min-width: 180px;
    }
    header#header .header-nav-main .nav-dropdown li {
        color: var(--obelix-header-color, #161618);
        width: 100%;
        display: block;
        position: relative;
        margin: 0!important;
        border: none;
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(.17,.84,.44,1);
        -o-transition: all .5s cubic-bezier(.17,.84,.44,1);
        transition: all .5s cubic-bezier(.17,.84,.44,1);
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        -o-transition-property: transform,opacity;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        width: auto;
    }

    header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .nav-dropdown > li, header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .sub-menu > li, header#header .header-nav.header-nav-main li.current-dropdown > .nav-dropdown > li {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown li:hover {
        color: var(--fs-color-primary);
    }

    header#header .nav-dropdown a {
        display: block;
        padding: .6rem 1.6rem;
        margin: 0!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        color: inherit;
    }

    header#header .nav-dropdown li.menu-item-has-children > a {
        text-transform: unset;
        padding-right: 2.2rem;
    }

    header#header .nav-dropdown li.menu-item-has-children > a::after {
        font-family: 'fl-icons';
        content: '\f105';
        position: absolute;
        right: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
        transform: translateY(-44%);
        font-weight: lighter;
    }

    /* Text hover style */
    header#header ul.sub-menu a:hover, header#header .nav-dropdown li.active>a {
        text-transform: none;
        color: var(--fs-color-primary);
    }
}

.nav-vertical li li.menu-item-has-children>a, .nav-vertical li .children > li > a {
    font-weight: bold;
}

/* Mobile menu */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #fff;
    border-right: 1px solid #eee;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}

.mfp-wrap.off-canvas-left .mfp-close {
    border-radius: 50%;
    opacity: 1;
    left: calc(var(--obelix-drawer-width, 300px) + 1rem);
   
    top: 1rem;
    background: white;
    color: var(--obelix-header-color, black);
    mix-blend-mode: normal;
}

.mfp-wrap.off-canvas-left .mfp-close svg {
    stroke-width: 1px;
    -webkit-transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -o-transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1), -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.has-off-canvas.has-off-canvas-left .mfp-wrap.off-canvas-left .mfp-close svg {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

@media screen and (max-width: 849px) {
    
    .has-off-canvas.has-off-canvas-left #wrapper {
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -webkit-transform: translateX(var(--obelix-drawer-width, 300px));
            -ms-transform: translateX(var(--obelix-drawer-width, 300px));
                transform: translateX(var(--obelix-drawer-width, 300px));
        -webkit-transition-delay: .07s;
             -o-transition-delay: .07s;
                transition-delay: .07s;
    }

    .has-off-canvas.has-off-canvas-left #wrapper .mobile-nav {
        opacity: 0;
    }

    /* Hide scollbar */
    .off-canvas-left .mfp-content {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }

    .off-canvas-left .mfp-content::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item.active, .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: unset;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li+li {
        border: none;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical .children {
        padding-bottom: .4rem;
        padding-right: 20px;
        margin-top: -.4rem;
    }

    .mobile-sidebar .sidebar-menu a {
        color: var(--obelix-header-color);
        font-size: 1.05rem;
    }

    .mobile-sidebar .sidebar-menu .active>a {
        color: var(--fs-color-primary);
        border-color: transparent;
    }

    .mobile-sidebar .sidebar-menu .active > .sub-menu a::before {
        -webkit-transform: scaleX(1)!important;
            -ms-transform: scaleX(1)!important;
                transform: scaleX(1)!important;
    }

    .mobile-sidebar .sidebar-menu .toggle {
        --toggle-line-width: 11px;
        --toggle-color: var(--obelix-header-color, #161618);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        --toggle-color: var(--fs-color-primary);
    }

    .mobile-sidebar .sidebar-menu .toggle i {
        position: relative;
    }

    .mobile-sidebar .sidebar-menu .toggle i::before, .sidebar-menu .toggle i::after {
        content: "";
        position: absolute;
        height: var(--toggle-line-width);
        width: 2px;
        top: calc(50% - var(--toggle-line-width) / 2);
        left: calc(50% - 1px);
        border-radius: 2px;
        background-color: var(--toggle-color);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .mobile-sidebar .sidebar-menu .toggle i::after {
        width: var(--toggle-line-width);
        height: 2px;
        top: calc(50% - 1px);
        left: calc(50% - var(--toggle-line-width) / 2);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle i::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    /* Child sub menu */
    .mobile-sidebar .nav-vertical li li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li li {
        padding-left: 1rem;
        margin: 0;
        position: relative;
    }

    s.off-canvas:not(.off-canvas-center) .nav-vertical li a {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-sidebar .nav-vertical li li.menu-item-has-children>a {
        letter-spacing: 0;
        text-transform: unset;
    }

    .mobile-sidebar .nav-vertical>li>ul li a {
        display: block;
        padding-top: .8rem;
        padding-bottom: .8rem;
        padding-left: 0!important;
        margin: 0 0 0 1rem!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
    }

    .mobile-sidebar .nav-vertical li li:last-child a {
        border: none;
    }

    /* Child Toggle */

    .mobile-sidebar .nav-vertical li li li a::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -.7em;
        background: black;
        width: 4px;
        height: 1px;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        z-index: 1;
    }

    .mobile-sidebar .nav-vertical li li li.active > a::after {
        background: var(--fs-color-primary);
    }
}
@media screen and (max-width: 549px) {
    .mfp-wrap.off-canvas-left .mfp-close {
        left: auto;
        right: calc((100vw - var(--obelix-drawer-width, 300px)) / 2 - 24px);

    }
    
}
/**** End Dropdown Menu Four ****/
.header-main ul.header-nav-main > li {
    margin: 0 5px;
}

.header-main ul.header-nav-main > li::before,
.header-main ul.header-nav-main > li::after {
    display: none;
}

.header-main ul.header-nav>li.menu-item>a {
    background: #fff;
    padding: 7px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #203d4a;
    display: flex;
    height: 44px;
}

.header-main ul.header-nav>li.menu-item>a:hover {
    background: #053d83;
    color: #203d4a;
}


.header-main ul.header-nav>li.menu-item>a>i {
    display: none;
}

#header .header-search-form input {
    background: #fff !important;
	height: 50px;
    padding: 0 80px 0 10px;
    border-radius: 15px;
	border: none;
    box-shadow: none;
    font-size: 14px;
}

#header .header-search-form input::placeholder {
    color: #666;
}

#header .header-search-form .icon-search {
    font-size: 20px;
    color: var(--main-color-2);
    right: 10px;
}

.header-main .header-wishlist-icon a.wishlist-link {
    padding: 0;
}

.header-main .header-wishlist-icon a.wishlist-link > i {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-main .header-wishlist-icon a.wishlist-link > i::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/11/i-heart-2.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}

.header-main .header-wishlist-icon:hover a.wishlist-link > i::before {
    background: url(/wp-content/uploads/2023/11/i-heart-1.png) no-repeat;
    background-size: 100% 100%;
}

.header-main ul.header-nav-main > li.html_top_right_text {
    margin-right: 0;
}

.header-main .header-list-wrap {
    display: flex;
}

.header-main .header-list-wrap .wrap-icon {
    position: relative;
    margin-left: 10px;
}

.header-main .header-list-wrap .wrap-icon .icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.header-main .header-list-wrap .wrap-icon .icon svg:hover {
    color: var(--main-color);
}

.header-main .header-list-wrap .wrap-icon .count,
.header-main .header-wishlist-icon a.wishlist-link > i::after {
    position: absolute;
    top: -3px;
    right: 0;
    background: var(--green-color);
    min-width: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .cart-item {
    margin-left: 0 !important;
}

.header-main .cart-item a.header-cart-link {
    padding: 0px;
    background: var(--main-color);
    border-radius: 12px;
}

.header-main .cart-item a.header-cart-link .header-cart-title {
    font-size: 14px;
    text-transform: none;
    color: #000000;
}

.header-main .cart-item .header-cart-icon {
    margin-left: 0;
}

.header-main .cart-item .header-cart-icon::after {
    background: var(--green-color);
    width: 15px;
    height: 15px;
    top: -3px;
    right: -6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.header-main .cart-item .header-cart-icon img.cart-img-icon {
    width: 30px;
    max-width: unset;
}

.header-main .cart-item a.header-cart-link:hover {
    background: #fff;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-title {
    color: var(--main-color);
}

.header-main .cart-item .header-cart-icon::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2023/10/i-cart-2.png) no-repeat center center;
    background-size: cover;
    display: none;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon img {
    opacity: 0;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon::before {
    display: block;
}

.nav-dropdown li a:hover {
    background: #ffffff !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Keep material cards and partner logos balanced across responsive layouts. */

/* Keep project cards compact on phone/tablet instead of stretching full-width. */

/* Center the stacked support icon boxes on small screens. */

/* === Nhom Kinh Nam Khang UX Builder: 2026-07-13 === */
.nk-home {
    --nk-blue: #0c47a1;
    --nk-navy: #082b5d;
    --nk-text: #1b2638;
    --nk-muted: #526071;
    --nk-line: #dce5f0;
    color: var(--nk-text);
}

body.home #header .header-wrapper,
body.home #header .header-main {
    background: #fff !important;
    border-bottom: 1px solid #edf2f8;
}

body.home #header .header-main {
    min-height: 72px;
}

body.home #header .header-nav > li > a,
body.home #header .nav > li > a {
    min-height: 72px;
    color: #111827 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.home #header .header-nav > li.active > a,
body.home #header .header-nav > li.current-menu-item > a,
body.home #header .header-nav > li > a:hover {
    color: var(--nk-blue) !important;
}

body.home #header .header-nav > li.current-menu-item > a::after,
body.home #header .header-nav > li.active > a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 16px;
    height: 2px;
    border-radius: 99px;
    background: var(--nk-blue);
}

body.home #header .cart-item,
body.home #header .header-search,
body.home #header .account-item {
    display: none !important;
}

.nk-home h1,
.nk-home h2,
.nk-home h3,
.nk-home h5 {
    letter-spacing: 0;
}

.nk-hero {
    overflow: hidden;
    background: linear-gradient(90deg, #fbfdff 0%, #f5f9ff 48%, #dcecff 100%);
}

.nk-hero .section-content {
    min-height: 360px;
}

.nk-hero-copy > .col-inner {
    padding: 44px 0 30px;
}

.nk-kicker {
    margin: 0 0 12px;
    color: var(--nk-navy);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.nk-hero h1 {
    margin: 0 0 14px;
    color: var(--nk-navy);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}

.nk-hero p {
    color: #243145;
    font-size: 15px;
    line-height: 1.65;
}

.nk-hero .nk-hero-copy .text p:last-child::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 16px;
    background: var(--nk-blue);
}

.nk-btn.button {
    min-height: 42px;
    margin: 8px 14px 28px 0;
    padding: 0 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: none;
}

.nk-btn-primary.button {
    background: var(--nk-blue) !important;
    color: #fff !important;
}

.nk-btn-outline.button {
    border: 1px solid rgba(12, 71, 161, .46);
    background: rgba(255,255,255,.78) !important;
    color: var(--nk-blue) !important;
}

.nk-hero-image .img-inner {
    margin-right: calc((100vw - 1180px) / -2);
}

.nk-hero-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

body.home .nk-hero-image {
    position: relative;
    isolation: isolate;
}

body.home .nk-hero-image::before {
    content: "Công trình\A Uy tín - Chất lượng - Bền vững" !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 3 !important;
    width: min(318px, calc(100% - 36px)) !important;
    min-width: 0 !important;
    padding: 54px 24px 18px 104px !important;
    border: 1px solid rgba(255, 255, 255, .84) !important;
    border-radius: 12px !important;
    background:
        url("/wp-content/uploads/smartlife/icons/solution-apartment.svg") 35px 39px / 24px 24px no-repeat,
        radial-gradient(circle at 47px 51px, #fff 0 25px, rgba(221, 235, 255, .9) 26px 27px, transparent 28px),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .88)) !important;
    box-shadow: 0 18px 38px rgba(7, 38, 82, .16), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
    color: #18304a !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
    font-weight: 500 !important;
    white-space: pre-line !important;
    backdrop-filter: blur(10px);
}

body.home .nk-hero-image::after {
    content: "500+" !important;
    position: absolute !important;
    right: 78px !important;
    bottom: 78px !important;
    z-index: 4 !important;
    color: #064aa9 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .2px !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) !important;
    pointer-events: none !important;
}

.nk-benefit-row {
    display: flex !important;
    flex-flow: row nowrap;
    gap: 0;
    align-items: stretch;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nk-benefit-row > .col {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 0;
}

.nk-benefit-box.featured-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 82px;
    text-align: center;
}

.nk-benefit-box .icon-box-img {
    display: inline-flex !important;
    flex: 0 0 32px !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    margin: 0 0 8px !important;
    border: 1px solid rgba(12, 71, 161, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    box-sizing: border-box;
}

.nk-benefit-box .icon-box-text {
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.nk-benefit-box .icon-box-img img,
.nk-benefit-box .icon-box-img svg {
    display: block;
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
}

.nk-benefit-box h5 {
    max-width: 88px;
    margin: 0 auto;
    color: #162840;
    font-size: 12px;
    line-height: 1.24;
    text-align: center;
    text-transform: none;
}

.nk-title h2,
.nk-about-copy h2 {
    position: relative;
    margin: 0 0 24px;
    color: var(--nk-blue);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.nk-title h2::after,
.nk-about-copy h2::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 99px;
    background: var(--nk-blue);
}

.nk-service-solutions {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(12, 71, 161, .06) 0 1px, transparent 1px 100%),
        linear-gradient(25deg, rgba(12, 71, 161, .05) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, #f8fbff 0%, #eff7ff 100%);
    background-size: 220px 220px, 260px 260px, auto;
}

.nk-service-solutions .section-content {
    position: relative;
    z-index: 1;
}

.nk-service-heading {
    position: relative;
    margin-bottom: 28px;
    text-align: center;
}

.nk-service-heading .text-inner {
    position: relative;
}

.nk-service-heading h2 {
    position: relative;
    margin: 0 0 18px;
    color: var(--nk-navy);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.nk-service-heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 99px;
    background: var(--nk-blue);
}

.nk-service-heading p {
    margin: 0;
    color: #3d4b60;
    font-size: 16px;
    line-height: 1.6;
}

.nk-service-all {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--nk-blue);
    font-size: 16px;
    font-weight: 800;
}

.nk-service-all span {
    margin-left: 8px;
    font-size: 24px;
    line-height: 0;
}

.nk-service-grid > .col {
    padding-bottom: 22px;
}

.nk-service-tile > .col-inner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border-radius: 8px;
    background: #092f63;
    box-shadow: 0 12px 24px rgba(8, 43, 93, .13);
}

.nk-service-media,
.nk-service-media .img-inner,
.nk-service-media img {
    min-height: 255px;
}

.nk-service-media {
    margin-bottom: 0;
}

.nk-service-media .img-inner {
    position: relative;
    border-radius: 0;
}

.nk-service-media .img-inner::after {
    content: "";
    position: absolute;
    inset: 0;

    transition: opacity .22s ease;
}

.nk-service-tile > .col-inner:hover .nk-service-media .img-inner::after,
.nk-service-tile > .col-inner:focus-within .nk-service-media .img-inner::after {
    opacity: 0;
}

.nk-service-media img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nk-service-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 120px 0px 21px;
}

.nk-service-num {
    position: absolute;
    top: 20px;
    left: 22px;
    min-width: 44px;
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 8px;
    background: var(--nk-blue);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.nk-service-overlay h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-service-overlay p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-service-arrow {
    position: absolute;
    right: 28px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: #fff;
    line-height: 1;
}

.nk-service-proof-row {
    margin-top: 0;
    padding: 18px 18px 2px;
    border: 1px solid rgba(167, 190, 218, .55);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 28px rgba(8, 43, 93, .08);
}

.nk-service-proof-row > .col {
    padding-bottom: 16px;
}

.nk-proof-box.featured-box {
    align-items: center;
}

.nk-proof-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px !important;
    height: 52px;
    margin-right: 14px;
}

.nk-proof-box .icon-box-img img,
.nk-proof-box .icon-box-img svg {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain;
}

.nk-proof-box h5 {
    margin: 0 0 4px;
    color: var(--nk-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
}

.nk-proof-box p {
    margin: 0;
    color: #526071;
    font-size: 13px;
    line-height: 1.45;
}

.nk-product-catalog {
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.nk-product-heading {
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}

.nk-product-heading h2 {
    margin: 0 0 12px;
    color: var(--nk-navy);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.nk-product-heading p {
    margin: 0;
    color: #4d5a6e;
    font-size: 16px;
    line-height: 1.6;
}

.nk-product-all {
    position: absolute;
    right: 0;
    bottom: 2px;
    color: var(--nk-blue);
    font-size: 16px;
    font-weight: 800;
}

.nk-product-all span {
    margin-left: 8px;
    font-size: 24px;
    line-height: 0;
}

.nk-product-native-grid .grid-col > .col-inner {
    overflow: hidden;
    border-radius: 8px;
    background: #092f63;
    box-shadow: 0 14px 28px rgba(8, 43, 93, .13);
}

.nk-product-native-grid .nk-product-banner,
.nk-product-native-grid .nk-product-banner .banner-inner {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.nk-product-native-grid .nk-product-banner .banner-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, transparent 55%, rgba(8, 43, 93, .34) 78%, rgba(4, 34, 80, .88) 100%);
    opacity: 1;
    transition: opacity .22s ease;
}

.nk-product-native-grid .nk-product-banner:hover .banner-bg::after,
.nk-product-native-grid .nk-product-banner:focus-within .banner-bg::after {
    opacity: 0;
}

.nk-product-native-grid .nk-product-banner .banner-bg img {
    object-fit: cover;
}

.nk-product-native-grid .nk-product-banner .banner-inner::before {
    content: "→";
    position: absolute;
    right: 28px;
    bottom: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    pointer-events: none;
}

.nk-product-layer {
    z-index: 4;
    top: auto !important;
    right: 96px;
    bottom: 30px;
    left: 32px !important;
    width: auto !important;
    transform: none !important;
}

.nk-product-grid-large .nk-product-layer {
    bottom: 54px;
    left: 34px !important;
}

.nk-product-layer .text-inner h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-product-grid-large .nk-product-layer .text-inner h3 {
    font-size: 36px;
}

.nk-product-native-grid .large-3 .nk-product-layer {
    right: 76px;
}

.nk-product-native-grid .large-3 .nk-product-layer .text-inner h3 {
    font-size: 25px;
}

.nk-product-layer .text-inner p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-about-partners {
    overflow: hidden;
    background:
        radial-gradient(circle at 0 44%, rgba(12, 113, 217, .08) 0 2px, transparent 3px),
        radial-gradient(circle at 100% 100%, rgba(12, 113, 217, .11), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #eff7ff 100%);
    background-size: 22px 22px, auto, auto;
}

.nk-about-panel {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 42px rgba(8, 43, 93, .10);
}

.nk-about-panel > .col {
    padding-bottom: 0;
}

.nk-about-photo-col > .col-inner {
    padding: 4px;
}

.nk-about-visual {
    margin-bottom: 0;
}

.nk-about-visual img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.nk-about-text-col > .col-inner {
    padding: 38px 28px 34px;
}

.nk-about-kicker {
    margin: 0 0 12px;
    color: var(--nk-blue) !important;
    font-size: 15px !important;
    font-weight: 900;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.nk-about-copy h2 {
    margin: 0 0 22px;
    color: var(--nk-navy);
    font-size: 43px;
    font-weight: 900;
    line-height: 1.12;
    text-align: left;
    text-transform: uppercase;
}

.nk-about-copy h2::after {
    width: 70px;
    height: 4px;
    margin: 14px 0 0;
}

.nk-about-copy p:not(.nk-about-kicker) {
    color: #46566e;
    font-size: 15px;
    line-height: 1.78;
}

.row.nk-about-stat-row {
    margin-top: 24px;
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.nk-about-stat-row > .col {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0;
}

.nk-about-stat-row > .col > .col-inner {
    min-height: 96px;
    padding: 15px 9px;
    border: 1px solid rgba(168, 191, 218, .55);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(8, 43, 93, .06);
}

.nk-about-stat-box.featured-box {
    align-items: center;
    min-height: 64px;
}

.nk-about-stat-box h5 {
    margin: 0;
    color: var(--nk-navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.22;
    text-transform: uppercase;
}

.nk-about-stat-number h5 {
    font-size: 21px;
    line-height: 1;
}

.nk-about-stat-box p {
    margin: 3px 0 0;
    color: #46566e;
    font-size: 8px;
    line-height: 1.25;
    text-transform: uppercase;
}

.nk-partner-showcase-row {
    padding-top: 38px !important;
}

.nk-partner-title h2 {
    margin: 0 0 34px;
    color: var(--nk-navy);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.nk-partner-title h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 99px;
    background: var(--nk-blue);
}

.nk-partner-logo-card > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 43, 93, .08);
}

.nk-partner-image {
    margin-bottom: 0;
}

.nk-partner-image img {
    display: block;
    max-height: 64px;
    object-fit: contain;
}

.nk-projects,
.nk-why {
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(12, 113, 217, .07) 0 1px, transparent 1px 100%),
        linear-gradient(25deg, rgba(12, 113, 217, .05) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
    background-size: 240px 240px, 280px 280px, auto;
}

.nk-projects .nk-title h2 {
    margin-bottom: 12px;
    font-size: 38px;
}

.nk-projects .nk-title p {
    margin: 0 0 28px;
    color: #536178;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.nk-project-native-grid .grid-col > .col-inner {
    overflow: hidden;
    border: 1px solid rgba(168, 191, 218, .72);
    border-radius: 10px;
    background: #082b5d;
    box-shadow: 0 16px 34px rgba(8, 43, 93, .14);
}

.nk-project-native-grid .nk-project-banner,
.nk-project-native-grid .nk-project-banner .banner-inner {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.nk-project-native-grid .nk-project-banner .banner-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, transparent 55%, rgba(8, 43, 93, .34) 78%, rgba(4, 34, 80, .88) 100%);
    opacity: 1;
    transition: opacity .22s ease;
}

.nk-project-native-grid .nk-project-banner:hover .banner-bg::after,
.nk-project-native-grid .nk-project-banner:focus-within .banner-bg::after {
    opacity: 0;
}

.nk-project-native-grid .nk-project-banner .banner-bg img {
    object-fit: cover;
}

.nk-project-layer {
    z-index: 4;
    top: auto !important;
    right: 28px;
    bottom: 24px;
    left: 44px !important;
    width: auto !important;
    transform: none !important;
}

.nk-project-layer-large {
    bottom: 28px;
}

.nk-project-layer .text-inner h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-project-layer-large .text-inner h3 {
    font-size: 31px;
}

.nk-project-layer .text-inner p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 20, 50, .46);
}

.nk-project-line-icon {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 6px;
}

.nk-project-line-icon::before {
    content: "";
    position: absolute;
    inset: 7px;
    background: #fff;
    -webkit-mask: var(--nk-project-icon) center / contain no-repeat;
    mask: var(--nk-project-icon) center / contain no-repeat;
}

.nk-project-line-apartment,
.nk-project-line-building {
    --nk-project-icon: url("/wp-content/uploads/smartlife/icons/solution-apartment.svg");
}

.nk-project-line-house {
    --nk-project-icon: url("/wp-content/uploads/smartlife/icons/solution-house.svg");
}

.nk-project-badge-box {
    z-index: 5;
}

.nk-project-badge-box .text-inner p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: var(--nk-blue);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.nk-project-badge-box .text-inner span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--nk-blue);
    color: #fff;
}

.nk-project-badge-box .text-inner span::before {
    content: "★";
    font-size: 12px;
    line-height: 1;
}

.nk-image-card > .col-inner {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--nk-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(12, 42, 84, .04);
}

.nk-card-media,
.nk-project-media {
    margin-bottom: 0;
}

.nk-card-media .img-inner,
.nk-project-media .img-inner {
    border-radius: 0;
}

.nk-card-media img,
.nk-project-media img {
    display: block;
    width: 100%;
    height: 132px;
    object-fit: cover;
    object-position: center;
}

.nk-products .nk-card-media img {
    height: 122px;
}

.nk-project-media img {
    height: 150px;
}

.nk-card-copy,
.nk-product-copy,
.nk-project-copy {
    padding: 14px 16px 16px;
}

.nk-card-copy h3,
.nk-product-copy h3,
.nk-project-copy h3 {
    margin: 0 0 7px;
    color: #0b3f92;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: none;
}

.nk-card-copy p,
.nk-product-copy p,
.nk-project-copy p,
.nk-about-copy p {
    margin: 0;
    color: var(--nk-muted);
    font-size: 13px;
    line-height: 1.65;
}

.nk-product-copy {
    text-align: center;
}

.nk-product-copy a {
    color: var(--nk-blue);
    font-weight: 800;
}

.nk-about-image img {
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.nk-about-copy h2 {
    margin-bottom: 14px;
    text-align: left;
}

.nk-about-copy h2::after {
    margin-left: 0;
}

.nk-stat h3 {
    margin: 0 0 4px;
    color: var(--nk-blue);
    font-size: 25px;
    font-weight: 900;
}

.nk-stat p {
    margin: 0;
    color: #425066;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.nk-partner-row {
    overflow: hidden;
    border: 1px solid var(--nk-line);
    border-radius: 6px;
}

.nk-partner-logo p {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #757b84;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.nk-more-button.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    min-width: 220px;
    min-height: 42px;
    margin: 22px auto 0;
    padding: 0 26px;
    border: 2px solid rgba(12, 71, 161, .72);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78) !important;
    color: var(--nk-blue) !important;
    font-size: 15px;
    font-weight: 900;
    line-height: 38px;
    text-transform: none;
}

.nk-more-button.button::after {
    content: "→";
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.nk-why .nk-title h2 {
    margin-bottom: 32px;
    font-size: 32px;
}

.nk-why-row > .col > .col-inner {
    height: 100%;
    padding: 20px 18px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 43, 93, .09);
}

.nk-why-box.featured-box {
    align-items: center;
    min-height: 104px;
}

.nk-why-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 64px !important;
    height: 64px;
    margin-right: 16px;
    border: 0;
    border-radius: 50%;
    background: #eef5ff;
}

.nk-why-box .icon-box-img img {
    width: 32px !important;
    height: 32px !important;
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(2126%) hue-rotate(207deg) brightness(92%) contrast(95%);
    object-fit: contain;
}

.nk-why-box h5 {
    margin: 0 0 10px;
    color: var(--nk-blue);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
}

.nk-why-box p {
    margin: 0;
    color: var(--nk-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nk-footer {
    background: linear-gradient(135deg, #062943 0%, #083b66 58%, #06243f 100%);
    color: #dce9f6;
}

.nk-footer .section-content {
    padding-bottom: 0;
}

.nk-footer-main {
    padding-bottom: 28px !important;
}

.nk-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.nk-footer p,
.nk-footer a,
.nk-footer h5 {
    color: #dce9f6;
    font-size: 12px;
    line-height: 1.55;
    text-transform: none;
}

.nk-footer-brand h3 {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nk-footer-brand h3::first-letter {
    font-size: 28px;
}

.nk-footer-brand span {
    display: inline-block;
    font-size: 17px;
    line-height: 1.1;
}

.nk-footer-title h3 {
    font-size: 13px;
}

.nk-footer-contact.featured-box {
    margin-bottom: 9px;
}

.nk-footer-contact .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    height: 24px;
    margin-right: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.nk-footer-contact .icon-box-img img {
    width: 13px !important;
    height: 13px !important;
    filter: brightness(0) invert(1);
}

.nk-footer .wpcf7 input,
.nk-footer .wpcf7 textarea {
    width: 100%;
    min-height: 34px;
    margin-bottom: 8px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
}

.nk-footer .wpcf7 textarea {
    height: 54px;
}

.nk-footer .wpcf7-submit {
    width: 100%;
    white-space: normal;
    background: var(--nk-blue) !important;
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
}

.nk-footer-copy-row {
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 12px !important;
}

.nk-footer-copy p {
    margin: 0;
    padding-bottom: 12px;
    color: #bbcae0;
    text-align: center;
}

@media (max-width: 849px) {
    body.home,
    body.home #wrapper,
    body.home #main,
    .nk-home {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .nk-hero-copy > .col-inner {
        padding-top: 28px;
    }

    .nk-hero-image .img-inner {
        margin-right: 0;
    }

    .nk-hero-image img {
        height: 250px;
    }

    body.home .nk-hero-image::before {
        right: 14px !important;
        bottom: 14px !important;
        width: min(292px, calc(100% - 28px)) !important;
        padding: 48px 18px 15px 88px !important;
        background:
            url("/wp-content/uploads/smartlife/icons/solution-apartment.svg") 29px 35px / 22px 22px no-repeat,
            radial-gradient(circle at 40px 46px, #fff 0 23px, rgba(221, 235, 255, .9) 24px 25px, transparent 26px),
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .88)) !important;
        font-size: 13px !important;
    }

    body.home .nk-hero-image::after {
        right: 62px !important;
        bottom: 70px !important;
        font-size: 27px !important;
    }

    .nk-benefit-row {
        gap: 0;
    }

    .nk-benefit-row > .col {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .nk-benefit-box.featured-box {
        min-height: 78px;
    }

    .nk-benefit-box .icon-box-img {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px;
        margin-bottom: 7px !important;
    }

    .nk-benefit-box h5 {
        font-size: 11px;
        line-height: 1.22;
    }

    .nk-service-heading h2 {
        font-size: 30px;
    }

    .nk-service-all {
        position: static;
        display: inline-flex;
        align-items: center;
        margin-top: 14px;
    }

    body.home .nk-service-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home .nk-service-grid > .col {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .nk-service-tile > .col-inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body.home .nk-service-tile > .col-inner,
    body.home .nk-service-media,
    body.home .nk-service-media .img-inner,
    body.home .nk-service-media img {
        height: 250px !important;
        min-height: 0 !important;
    }

    .nk-service-overlay {
        padding: 22px 74px 22px 22px;
    }

    .nk-service-overlay h3 {
        font-size: 22px;
    }

    .nk-service-overlay p {
        font-size: 14px;
    }

    .nk-service-arrow {
        right: 20px;
        bottom: 20px;
        width: 44px;
        height: 44px;
    }

    .nk-product-heading h2 {
        font-size: 30px;
    }

    .nk-product-all {
        position: static;
        display: inline-flex;
        align-items: center;
        margin-top: 14px;
    }

    .nk-product-layer .text-inner h3,
    .nk-product-grid-large .nk-product-layer .text-inner h3 {
        font-size: 24px;
    }

    .nk-product-layer .text-inner p {
        font-size: 14px;
    }

    .nk-product-native-grid .nk-product-banner .banner-inner::before {
        right: 22px;
        bottom: 22px;
        width: 46px;
        height: 46px;
        font-size: 29px;
    }

    .nk-product-layer {
        right: 78px;
        bottom: 24px;
        left: 24px !important;
    }

    body.home .nk-product-native-grid,
    body.home .nk-project-native-grid {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home .nk-product-native-grid .grid-col,
    body.home .nk-project-native-grid .grid-col {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 250px !important;
        min-height: 0 !important;
        transform: none !important;
        box-sizing: border-box;
    }

    body.home .nk-product-native-grid .grid-col > .col-inner,
    body.home .nk-project-native-grid .grid-col > .col-inner {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    body.home .nk-product-native-grid .grid-col + .grid-col,
    body.home .nk-project-native-grid .grid-col + .grid-col {
        margin-top: 12px;
    }

    body.home .nk-product-native-grid .ux-banner,
    body.home .nk-product-native-grid .banner-inner,
    body.home .nk-product-native-grid .banner-bg,
    body.home .nk-product-native-grid .banner-bg img,
    body.home .nk-project-native-grid .ux-banner,
    body.home .nk-project-native-grid .banner-inner,
    body.home .nk-project-native-grid .banner-bg,
    body.home .nk-project-native-grid .banner-bg img {
        height: 100% !important;
        min-height: 0 !important;
    }

    .nk-project-layer,
    .nk-project-layer-large {
        right: 24px;
        bottom: 24px;
        left: 24px !important;
        width: auto !important;
    }

    .nk-project-layer .text-inner h3,
    .nk-project-layer-large .text-inner h3 {
        font-size: 23px;
    }

    .nk-project-layer .text-inner p {
        font-size: 14px;
    }

    .nk-project-badge-box {
        left: 18px !important;
        top: 18px !important;
        width: auto !important;
    }

    .nk-about-text-col > .col-inner {
        padding: 28px 18px 26px;
    }

    .nk-about-copy h2 {
        font-size: 31px;
    }

    .nk-about-stat-row > .col {
        padding-bottom: 14px;
    }

    .nk-partner-title h2 {
        font-size: 27px;
    }
}

@media (max-width: 549px) {
    .nk-home .section,
    .nk-home .row {
        max-width: 100%;
    }

    body.home .nk-hero-image::before {
        right: 12px !important;
        bottom: 12px !important;
        width: min(274px, calc(100% - 24px)) !important;
        padding: 44px 15px 14px 78px !important;
        border-radius: 10px !important;
        background:
            url("/wp-content/uploads/smartlife/icons/solution-apartment.svg") 25px 32px / 20px 20px no-repeat,
            radial-gradient(circle at 35px 42px, #fff 0 21px, rgba(221, 235, 255, .9) 22px 23px, transparent 24px),
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .88)) !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    body.home .nk-hero-image::after {
        right: 50px !important;
        bottom: 62px !important;
        font-size: 25px !important;
    }

    .nk-hero .section-content {
        min-height: auto;
    }

    .nk-hero h1 {
        font-size: 34px;
    }

    .nk-btn.button {
        width: 100%;
        margin-right: 0;
    }

    .nk-service-heading h2,
    .nk-product-heading h2 {
        font-size: 26px;
    }

    .nk-service-grid > .col {
        padding-bottom: 16px;
    }

    body.home .nk-service-tile > .col-inner,
    body.home .nk-service-media,
    body.home .nk-service-media .img-inner,
    body.home .nk-service-media img,
    body.home .nk-product-native-grid .grid-col,
    body.home .nk-project-native-grid .grid-col {
        height: 240px !important;
    }

    .nk-service-overlay {
        padding: 20px 66px 20px 20px;
    }

    .nk-service-num {
        top: 16px;
        left: 16px;
        min-width: 38px;
        min-height: 34px;
        padding: 7px 9px;
        font-size: 15px;
    }

    .nk-service-overlay h3 {
        font-size: 21px;
    }

    .nk-service-overlay p {
        font-size: 13px;
        line-height: 1.45;
    }

    .nk-service-arrow {
        right: 17px;
        bottom: 18px;
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .nk-product-layer {
        right: 68px;
        bottom: 22px;
        left: 20px !important;
    }

    .nk-product-layer .text-inner h3,
    .nk-product-grid-large .nk-product-layer .text-inner h3 {
        font-size: 21px;
    }

    .nk-product-native-grid .nk-product-banner .banner-inner::before {
        right: 18px;
        bottom: 18px;
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .nk-project-layer,
    .nk-project-layer-large {
        right: 20px;
        bottom: 20px;
        left: 20px !important;
    }

    .nk-project-layer .text-inner h3,
    .nk-project-layer-large .text-inner h3 {
        font-size: 20px;
    }

    .nk-project-layer .text-inner p {
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
    }

    .nk-project-line-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .nk-project-badge-box .text-inner p {
        padding: 7px 10px;
        font-size: 11px;
    }
}


/* === Nhomkinh hero UX Builder background image 2026-09-03 === */
html body.home .nk-hero {
    min-height: 720px !important;
    padding: 0 !important;
    background:
        linear-gradient(100deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 31%, rgba(255,255,255,.36) 49%, rgba(255,255,255,0) 66%),
        url("/wp-content/uploads/2026/09/hero-nhom-kinh-premium.png") center center / cover no-repeat !important;
}

html body.home .nk-hero::before {
    display: none !important;
}

html body.home .nk-hero::after {
    display: none !important;
}

html body.home .nk-hero .section-content,
html body.home .nk-hero-row {
    min-height: 720px !important;
}

html body.home .nk-hero-row {
    align-items: center !important;
}

html body.home .nk-hero-image-col {
    display: none !important;
}

html body.home .nk-hero-copy {
    flex-basis: 48% !important;
    max-width: 48% !important;
    z-index: 4;
}

html body.home .nk-hero-copy > .col-inner {
    max-width: 560px !important;
    padding: 84px 0 172px !important;
}

html body.home .nk-kicker {
    margin-bottom: 26px !important;
}

html body.home .nk-hero h1 {
    max-width: 560px;
    font-size: 85px !important;
    line-height: 95px !important;
    color: #07377f !important;
}

html body.home .nk-hero p {
    max-width: 560px;
    color: #143467 !important;
}

html body.home .nk-benefit-row {
    position: absolute !important;
    left: 0;
    bottom: 82px;
    width: min(460px, 100%);
}

html body.home .nk-benefit-row > .col {
    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
}

html body.home .nk-benefit-box .icon-box-img {
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
}

html body.home .nk-hero-image::before,
html body.home .nk-hero-image::after,
html body.home .nk-hero-image-col::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 849px) {
    html body.home .nk-hero {
        min-height: auto !important;
        background:
            linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 34%, rgba(255,255,255,.10) 64%),
            url("/wp-content/uploads/2026/09/hero-nhom-kinh-premium.png") 60% center / cover no-repeat !important;
    }

    html body.home .nk-hero .section-content,
    html body.home .nk-hero-row {
        min-height: 640px !important;
    }

    html body.home .nk-hero-row {
        align-items: flex-start !important;
    }

    html body.home .nk-hero-copy {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    html body.home .nk-hero-copy > .col-inner {
        max-width: 100% !important;
        padding: 44px 0 156px !important;
    }

    html body.home .nk-hero h1 {
        font-size: 46px !important;
    }

    html body.home .nk-benefit-row {
        bottom: 42px;
        width: 100%;
    }

    html body.home .nk-benefit-box .icon-box-img {
        flex-basis: 44px !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }
}

@media (max-width: 549px) {
    html body.home .nk-hero {
        background:
            linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 43%, rgba(255,255,255,.08) 74%),
            url("/wp-content/uploads/2026/09/hero-nhom-kinh-premium.png") 66% center / cover no-repeat !important;
    }

    html body.home .nk-hero .section-content,
    html body.home .nk-hero-row {
        min-height: 620px !important;
    }

    html body.home .nk-hero-copy > .col-inner {
        padding: 34px 0 144px !important;
    }

    html body.home .nk-hero h1 {
        font-size: 38px !important;
    }

    html body.home .nk-hero p {
        font-size: 14px !important;
    }

    html body.home .nk-benefit-row {
        bottom: 34px;
    }
}
/* === End Nhomkinh hero UX Builder background image === */

/* === Nhomkinh mobile row alignment fixes 2026-09-03 === */
@media (max-width: 849px) {
    html,
    html body.home,
    html body.home #wrapper,
    html body.home #main {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    html body.home .nk-service-proof-row,
    html body.home .nk-why-row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    html body.home .nk-service-proof-row {
        padding: 18px 18px 2px !important;
    }

    html body.home .nk-service-proof-row > .col,
    html body.home .nk-why-row > .col {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body.home .nk-why-row > .col > .col-inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

@media (max-width: 549px) {
    html body.home .nk-service-proof-row,
    html body.home .nk-why-row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* === End Nhomkinh mobile row alignment fixes === */

/* === Nhomkinh partner grid alignment 2026-09-03 === */
html body.home .nk-about-partners {
    box-sizing: border-box;
}

html body.home .nk-partner-showcase-row {
    width: 100% !important;
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

html body.home .nk-partner-logo-card {
    box-sizing: border-box;
}

html body.home .nk-partner-logo-card > .col-inner {
    width: 100%;
    aspect-ratio: 1.42 / 1;
    min-height: 112px;
    border: 1px solid rgba(168, 191, 218, .18);
    box-shadow: 0 14px 30px rgba(8, 43, 93, .075);
}

html body.home .nk-partner-image,
html body.home .nk-partner-image .img-inner {
    width: 100%;
}

html body.home .nk-partner-image img {
    width: 100%;
    max-width: 86%;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 849px) {
    html body.home .nk-about-partners {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body.home .nk-partner-showcase-row {
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    html body.home .nk-partner-showcase-row > .col {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body.home .nk-partner-logo-row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html body.home .nk-partner-logo-row > .nk-partner-logo-card {
        flex-basis: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 16px !important;
    }

    html body.home .nk-partner-logo-card > .col-inner {
        min-height: 110px;
        padding: 16px 14px;
    }

    html body.home .nk-partner-title h2 {
        margin-bottom: 24px;
        font-size: clamp(25px, 7vw, 31px);
        line-height: 1.16;
    }
}

@media (max-width: 360px) {
    html body.home .nk-partner-showcase-row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    html body.home .nk-partner-logo-row > .nk-partner-logo-card {
        padding-left: 6px !important;
        padding-right: 6px !important;
        padding-bottom: 12px !important;
    }

    html body.home .nk-partner-logo-card > .col-inner {
        min-height: 98px;
        padding: 14px 12px;
    }
}
/* === End Nhomkinh partner grid alignment === */

/* === Nhomkinh why section premium UX Builder 2026-09-03 === */
html body.home .nk-why {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 7vw, 98px) 0 clamp(70px, 7vw, 104px) !important;
    background:
        linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .94) 38%, rgba(247, 251, 255, .72) 72%, rgba(247, 251, 255, .9) 100%),
        url("/wp-content/uploads/2026/09/hero-nhom-kinh-premium.png") right center / auto 100% no-repeat,
        linear-gradient(180deg, #f8fbff 0%, #edf7ff 100%) !important;
}

html body.home .nk-why::before {
    content: "";
    position: absolute;
    inset: -22% auto auto -8%;
    width: 58%;
    aspect-ratio: 1;
    border: 46px solid rgba(12, 113, 217, .045);
    border-radius: 50%;
    pointer-events: none;
}

html body.home .nk-why::after {
    content: "";
    position: absolute;
    left: 4vw;
    top: 45%;
    width: 82px;
    height: 72px;
    opacity: .56;
    background-image: radial-gradient(circle, rgba(12, 113, 217, .42) 0 2px, transparent 2.5px);
    background-size: 18px 18px;
    pointer-events: none;
}

html body.home .nk-why .section-content {
    position: relative;
    z-index: 1;
}

html body.home .nk-why .nk-title {
    max-width: 760px;
    margin: 0 auto clamp(36px, 4vw, 54px);
    text-align: center;
}

html body.home .nk-why .nk-title::before {
    content: "VÌ SAO";
    display: block;
    margin-bottom: 8px;
    color: #1f73e8;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

html body.home .nk-why .nk-title::after {
    content: "Chúng tôi cam kết mang đến giải pháp tối ưu nhất\a với chất lượng vượt trội và dịch vụ tận tâm.";
    display: block;
    white-space: pre-line;
    max-width: 620px;
    margin: 22px auto 0;
    color: #314160;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

html body.home .nk-why .nk-title h2 {
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 1;
}

html body.home .nk-why .nk-title h2::before {
    content: "CHỌN CHÚNG TÔI?";
    display: block;
    color: var(--nk-navy);
    font-size: 52px;
    font-weight: 900;
    line-height: .98;
    text-transform: uppercase;
    background: linear-gradient(90deg, #08306d 0%, #0d56cc 52%, #2e86ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html body.home .nk-why .nk-title h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 99px;
    background: #1e73e8;
}

html body.home .nk-why-row {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: stretch;
}

html body.home .nk-why-row > .col {
    position: relative;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 0 !important;
}

html body.home .nk-why-row > .col:not(:last-child)::after {
    content: "›";
    position: absolute;
    z-index: 3;
    top: 44%;
    right: -13px;
    color: #237aeb;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 8px 18px rgba(35, 122, 235, .18);
}

html body.home .nk-why-row > .col > .col-inner {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 374px;
    padding: 42px 26px 48px !important;
    overflow: hidden;
    border: 1px solid rgba(178, 203, 233, .42);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 28px 58px rgba(8, 43, 93, .10);
}

html body.home .nk-why-row > .col > .col-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 118px;
    height: 18px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(135deg, #0f58d8 0%, #2a8dff 100%);
    transform: translateX(-50%);
}

html body.home .nk-why-box.featured-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

html body.home .nk-why-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 96px !important;
    height: 96px !important;
    margin: 0 auto 26px !important;
    border: 6px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: linear-gradient(135deg, #0756d9 0%, #2b89ff 100%);
    box-shadow: 0 14px 28px rgba(20, 105, 224, .28), inset 0 1px 0 rgba(255, 255, 255, .24);
}

html body.home .nk-why-box .icon-box-img img {
    width: 42px !important;
    height: 42px !important;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

html body.home .nk-why-box .icon-box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

html body.home .nk-why-box .icon-box-text::before {
    display: block;
    margin-bottom: 14px;
    color: rgb(0 47 97);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

html body.home .nk-why-row > .col:nth-child(1) .nk-why-box .icon-box-text::before {
    content: "01";
}

html body.home .nk-why-row > .col:nth-child(2) .nk-why-box .icon-box-text::before {
    content: "02";
}

html body.home .nk-why-row > .col:nth-child(3) .nk-why-box .icon-box-text::before {
    content: "03";
}

html body.home .nk-why-row > .col:nth-child(4) .nk-why-box .icon-box-text::before {
    content: "04";
}

html body.home .nk-why-box h5 {
    display: block !important;
    width: 100%;
    min-height: 62px;
    margin: 0 0 18px;
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

html body.home .nk-why-box h5::before {
    display: block;
    width: 100%;
    color: var(--nk-blue);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

html body.home .nk-why-row > .col:nth-child(1) .nk-why-box h5::before {
    content: "TƯ VẤN CHUYÊN SÂU";
}

html body.home .nk-why-row > .col:nth-child(2) .nk-why-box h5::before {
    content: "THI CÔNG\A CHUẨN XÁC";
    white-space: pre-line;
}

html body.home .nk-why-row > .col:nth-child(3) .nk-why-box h5::before {
    content: "VẬT TƯ CHẤT\A LƯỢNG";
    white-space: pre-line;
}

html body.home .nk-why-row > .col:nth-child(4) .nk-why-box h5::before {
    content: "BẢO HÀNH\A DÀI HẠN";
    white-space: pre-line;
}

html body.home .nk-why-box h5::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 99px;
    background: #1e73e8;
}

html body.home .nk-why-box p {
    max-width: 220px;
    margin: 0 auto;
    color: #314160;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

@media (max-width: 849px) {
    html body.home .nk-why {
        padding: 58px 0 72px !important;
        background:
            linear-gradient(180deg, rgba(247, 251, 255, .97) 0%, rgba(239, 247, 255, .94) 100%),
            url("/wp-content/uploads/2026/09/hero-nhom-kinh-premium.png") right top / auto 58% no-repeat,
            #f2f8ff !important;
    }

    html body.home .nk-why::before {
        width: 86%;
        border-width: 28px;
    }

    html body.home .nk-why::after {
        left: 18px;
        top: 44%;
        transform: scale(.72);
        transform-origin: left top;
    }

    html body.home .nk-why .nk-title {
        width: min(100%, 390px);
        margin-bottom: 28px;
        padding-left: 18px;
        padding-right: 18px;
    }

    html body.home .nk-why .nk-title::after {
        max-width: 330px;
        margin-top: 18px;
        font-size: 15px;
    }

    html body.home .nk-why .nk-title::before {
        font-size: 18px;
    }

    html body.home .nk-why .nk-title h2::before {
        font-size: 32px;
    }

    html body.home .nk-why-row {
        width: 100% !important;
        max-width: 430px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    html body.home .nk-why-row > .col {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 18px !important;
    }

    html body.home .nk-why-row > .col:not(:last-child)::after {
        content: "⌄";
        top: auto;
        right: 50%;
        bottom: -22px;
        font-size: 44px;
        transform: translateX(50%);
    }

    html body.home .nk-why-row > .col > .col-inner {
        min-height: 284px;
        padding: 34px 22px 42px !important;
        border-radius: 20px;
    }

    html body.home .nk-why-box .icon-box-img {
        width: 82px !important;
        height: 82px !important;
        margin-bottom: 20px !important;
    }

    html body.home .nk-why-box .icon-box-img img {
        width: 36px !important;
        height: 36px !important;
    }

    html body.home .nk-why-box .icon-box-text::before {
        margin-bottom: 10px;
        font-size: 29px;
    }

    html body.home .nk-why-box h5 {
        min-height: auto;
        margin-bottom: 16px;
    }

    html body.home .nk-why-box h5::before {
        font-size: 18px;
    }

    html body.home .nk-why-box p {
        font-size: 14px;
    }
}
/* === End Nhomkinh why section premium UX Builder === */

/* === End Nhom Kinh Nam Khang UX Builder === */
