/* SECTION DEFAULT */
section {
    position: relative;
    padding: var(--ds-space-6) 0;
}
section .section-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section .section-head {
    margin-bottom: var(--ds-space-4);
}
section .section-head .section-title {
    color: var(--ds-color-primary-soft);
    font-size: var(--ds-text-lg);
    font-weight: 700;
}
section .section-head .section-description p {
    margin-bottom: 0;
}
section section {
    padding: 0;
}
section section .container,
section section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.section-group_collection .collection-panel {
    display: none;
}
.section-group_collection .collection-panel.active {
    display: grid;
}
.section-questions .section-head {
    margin-bottom: var(--ds-space-6);
    text-align: center;
}
.section-questions .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ds-space-4);
}
.section-questions .section-content p {
    margin-bottom: 0;
}
.section-questions .question-image {
    order: 1;
    height: 100%;
}
.section-questions .questions {
    display: flex;
    flex-direction: column;
    gap: var(--ds-space-4);
}
.section-questions .question-title {
    background-color: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
    font-weight: 500;
}

.section-group_sections .group-grid {
    gap: var(--ds-space-4);
}
/* SECTION */
.home-section-1,
.home-section-1 .container-fluid {
    padding: 0;
}
.home-section-1 .banner-item {
    display: flex;
}
.home-section-1 img {
    border-radius: 0;
    max-height: 680px;
}
.home-section-1 .slick-dots {
    position: absolute;
    display: flex;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    list-style: none;
    width: fit-content;
}
.home-section-1 .slick-dots li button {
    border: 2px solid var(--ds-color-white);
    color: transparent;
    background: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 var(--ds-space-1);
    padding: 0;
}
.home-section-1 .slick-dots li.slick-active button {
    background: var(--ds-color-white);
}
.home-section-1 .slick-dots li button:before {
    content: none;
}
.home-section-2 .group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-5);
    align-items: start;
}
.home-section-2 .section-html {
    line-height: 1.2;
}
.home-section-2 .section-html ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-5);
    padding: 0;
}
.home-section-2 .section-html li {
    margin-left: var(--ds-space-5);
    padding-left: var(--ds-space-2);
}
.home-section-2 .section-html li::marker {
    content: "✓ ";
    color: var(--ds-color-primary);
    font-weight: 800;
}
.home-section-5 .banners-grid {
    gap: var(--ds-space-2);
    counter-reset: workstep;
}
.home-section-5 .banners-grid img {
    aspect-ratio: 3/4;
}
.home-section-5 .banner-item {
    position: relative;
}
.home-section-5 .banner-item::before {
    counter-increment: workstep;
    content: counter(workstep, decimal-leading-zero);
    font-size: var(--ds-text-2xl);
    line-height: 1;
    color: var(--ds-color-white);
    position: absolute;
    top: var(--ds-space-2);
    left: var(--ds-space-2);
}
.home-section-5 .banner-item .banner-caption {
    position: absolute;
    bottom: 0;
    color: var(--ds-color-white);
    padding: var(--ds-space-2);
    border-radius: var(--ds-radius-md);
    height: 35px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: var(--ds-space-2);
    background: color-mix(in srgb, var(--ds-color-primary-soft) 90%, transparent);
    transition: height .5s cubic-bezier(0.4, 0, 1, 1);
}
.home-section-5 .banner-item:hover .banner-caption {
    height: 100%;
    transition: height .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.home-section-6 .section-title {
    color: var(--ds-color-white);
}
.home-section-6 .container {
    color: var(--ds-color-white);
}
.home-section-6 form {
    text-align: right;
}
.home-section-6 form input,
.home-section-6 form textarea {
    background: color-mix(in srgb, var(--ds-color-primary-soft) 80%, transparent);
    color: var(--ds-color-white);
    width: 100%;
    border-radius: var(--ds-radius-md);
    margin: var(--ds-space-1);
    padding: var(--ds-space-2);
    border: none;
    outline: 0;
}
.home-section-6 ::placeholder {
    color: var(--ds-color-white);
}
.home-section-6 .section-background {
    z-index: 0;
    filter: brightness(0.38);
    border-radius: 0;
}
.home-section-6 {
    isolation: isolate;
}
.home-section-6::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(20, 17, 13, .34), rgba(20, 17, 13, .12));
    pointer-events: none;
}
.home-section-6 > .container,
.home-section-6 > .container-fluid,
.home-section-6 > .container-custom {
    position: relative;
    z-index: 1;
}
.home .home-section-6 .section-title,
.home .home-section-6 .section-description,
.home .home-section-6 .section-description p {
    color: var(--ds-color-white);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}
.home .home-section-6 .group-grid > section:last-child {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.home .home-section-6 form > p {
    margin: 0;
}
.home .home-section-6 form textarea {
    min-height: 150px;
    height: 150px;
}
.home .home-section-6 form input[type="text"],
.home .home-section-6 form input[type="tel"],
.home .home-section-6 form textarea {
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.home .home-section-6 form input[type="text"]:focus,
.home .home-section-6 form input[type="tel"]:focus,
.home .home-section-6 form textarea:focus {
    border-color: var(--ds-color-primary-soft);
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 3px rgba(181, 141, 84, .22);
}
.home .home-section-6 form input[type="submit"] {
    min-width: 150px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .home .home-section-6 .group-grid {
        align-items: stretch;
    }
    .home .home-section-6 .group-grid > section:last-child {
        min-width: 0;
    }
    .home .home-section-6 .group-grid > section:last-child > .container-fluid {
        position: absolute;
        inset: 0;
    }
    .home .home-section-6 .group-grid > section:last-child .section-content,
    .home .home-section-6 .group-grid > section:last-child .wpcf7 {
        height: 100%;
    }
    .home .home-section-6 .group-grid > section:last-child .wpcf7 {
        position: relative;
    }
    .home .home-section-6 .group-grid > section:last-child form {
        position: absolute;
        inset: 0;
    }
    .home .home-section-6 .group-grid > section:last-child form > p {
        position: absolute;
        inset: 0;
        display: grid;
        grid-template-rows: auto auto minmax(150px, 1fr) auto;
        gap: var(--ds-space-3);
    }
    .home .home-section-6 .group-grid > section:last-child form > p > br {
        display: none;
    }
    .home .home-section-6 .group-grid > section:last-child .wpcf7-form-control-wrap,
    .home .home-section-6 .group-grid > section:last-child form textarea {
        display: block;
        height: 100%;
    }
    .home .home-section-6 .group-grid > section:last-child form input[type="submit"] {
        justify-self: end;
    }
    .home .home-section-6 .group-grid > section:last-child form .wpcf7-spinner {
        position: absolute;
        right: 158px;
        bottom: 13px;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .home .home-section-6 .group-grid > section:last-child {
        padding: 0;
    }
    .home .home-section-6 form textarea {
        min-height: 130px;
        height: 130px;
    }
    .home .home-section-6 form input[type="submit"] {
        width: 100%;
        margin-bottom: var(--ds-space-4);
    }
}
.home-section-6 .section-video .section-head {
    margin-bottom: var(--ds-space-4);
}
.home-section-7 .collection-grid {
    gap: var(--ds-space-2);
}
.home-section-7 .collection-grid .post-item {
    position: relative;
}
.home-section-7 .collection-grid .post-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.home-section-7 .collection-grid .post-item:nth-child(8) {
    grid-column: span 2;
    grid-row: span 2;
}
.home-section-7 .collection-grid .post-item .post-info {
    position: absolute;
    padding: var(--ds-space-2);
    bottom: 0;
    height: 35px;
    width: 100%;
    overflow: hidden;
    background: color-mix(in srgb, var(--ds-color-primary-soft) 90%, transparent);
}
.home-section-7 .collection-grid .post-item .post-info .post-title {
    font-weight: 600;
}
.home-section-7 .collection-grid .post-item .post-info .post-excerpt {
    display: none;
}
.home-section-7 .collection-grid .post-item:hover .post-info {
    height: max-content;
}
.home-section-7 .collection-grid .post-item .post-info a {
    color: var(--ds-color-white);
}
.home-section-7 .container {
    position: relative;
}
.home-section-7 .section-foot {
    position: absolute;
    top: var(--ds-space-2);
    right: var(--ds-space-2);
}
.partner_customer .banner-item {
    height: 80px;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
}
.partner_customer img {
    max-width: 80px;
}
.list .post-title {
    font-weight: 600;
}
.list .collection-grid {
    gap: var(--ds-space-4);
}
.list .section-description {
    background: var(--ds-color-surface-2);
    padding: var(--ds-space-4);
    border-left: 5px solid var(--ds-color-primary);
    border-radius: var(--ds-radius-md);
    text-align: justify;
}
.list .section-foot {
    margin-top: var(--ds-space-4);
    text-align: center;
    font-weight: 700;
}
.list .section-viewmore {
    display: inline-flex;
    align-items: center;
    gap: var(--ds-space-2);
    font-size: var(--ds-text-lg);
}
.list .section-viewmore::before,
.list .section-viewmore::after {
    content: '»';
    width: 50px;
    height: 18px;
    color: var(--ds-color-primary);
    font-size: var(--ds-text-lg);
    letter-spacing: .2rem;
    line-height: 1;
    text-align: center;
}
.list .section-viewmore::after {
    transform: scaleX(-1);
}
.list-videos .collection-grid {
    gap: var(--ds-space-2);
}
.list-videos .collection-grid .video-item:has(.media-ratio-16x9) {
    grid-row: span 1;
}
.list-videos .collection-grid .video-item {
    position: relative;
}
.list-videos .collection-grid .video-item .video-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: color-mix(in srgb, var(--ds-color-primary-soft) 90%, transparent);
    color: var(--ds-color-white);
    border-radius: var(--ds-radius-md);
    padding: var(--ds-space-1) var(--ds-space-2);
    font-size: var(--ds-text-sm);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-videos .collection-grid .video-item .video-info a {
    color: var(--ds-color-white);
}
.list-videos .collection-grid .video-item:has(.media-ratio-9x16) {
    grid-row: span 3;
}
@media (max-width: 767.98px) {
    .home-section-1 .slick-slide {
        margin: 0;
    }
    .home-section-2 .section-html .section-title {
        text-align: center;
    }
    .home-section-2 .container,
    .home-section-5 .section-description {
        grid-template-columns: 100%;
        gap: var(--ds-space-4);
    }
    .home-section-3 .section-banner {
        order: 1;
    }
    .home-section-3 .section-html .section-description {
        font-size: var(--ds-text-lg);
    }
}

/* HOME DESIGN SYSTEM */
.home main {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 520px);
}
.home main > section:not(.home-section-1) {
    padding: var(--ds-space-6) 0;
}
.home main > .home-section-2 {
    padding: calc(var(--ds-space-5) - var(--ds-space-1)) 0;
}
.home .home-section-2 {
    padding-top: calc(var(--ds-space-5) - var(--ds-space-1));
    padding-bottom: calc(var(--ds-space-5) - var(--ds-space-1));
}
.home main > section:nth-of-type(odd):not(.home-section-1) {
    background: color-mix(in srgb, var(--ds-color-surface) 55%, transparent);
}
.home section .section-head {
    display: grid;
    gap: var(--ds-space-3);
    margin-bottom: var(--ds-space-5);
}
.home section .section-title {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.25;
}
.home section .section-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    margin-top: var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
.home section .section-title.section-align-center::after,
.home .section-head.section-align-center .section-title::after,
.home .section-group_collection .section-title::after {
    margin-left: auto;
    margin-right: auto;
}
.home section .section-description {
    max-width: 860px;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
.home section .section-head.section-align-center .section-description {
    margin-left: auto;
    margin-right: auto;
}
.home .home-section-1 img {
    width: 100%;
    max-height: min(680px, 72vh);
    border-radius: 0;
    object-fit: cover;
}
.home .home-section-1 .slick-dots {
    gap: var(--ds-space-2);
    padding: 0;
}
.home .home-section-1 .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid color-mix(in srgb, var(--ds-color-white) 90%, transparent);
    border-radius: 50%;
    background: transparent;
}
.home .home-section-1 .slick-dots li.slick-active button {
    background: var(--ds-color-white);
}
.home .group-grid,
.home .banners-grid,
.home .collection-grid {
    gap: var(--ds-space-5);
}
.home .banner-item,
.home .post-item,
.home .san-pham-item,
.home .du-an-item,
.home .video-item {
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
}
.home .post-item,
.home .san-pham-item,
.home .du-an-item {
    min-height: 100%;
    border: 1px solid var(--ds-color-line);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home .post-item:hover,
.home .san-pham-item:hover,
.home .du-an-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
.home .post-image,
.home .san-pham-image,
.home .du-an-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
.home .post-image img,
.home .san-pham-image img,
.home .du-an-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
.home .post-item:hover img,
.home .san-pham-item:hover img,
.home .du-an-item:hover img {
    transform: scale(1.035);
}
.home .post-info,
.home .san-pham-info,
.home .du-an-info {
    display: grid;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
    line-height: 1.45;
    text-align: left;
}
.home .post-title a,
.home .san-pham-title,
.home .du-an-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home .post-title a:hover,
.home .san-pham-title:hover,
.home .du-an-title:hover {
    color: var(--ds-color-primary);
}
.home .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home .san-pham-rprice {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    text-decoration: line-through;
}
.home .san-pham-price {
    color: var(--ds-color-accent);
    font-size: var(--ds-text-lg);
    font-weight: 800;
}
.home .section-group_collection .collection-tabs {
    gap: var(--ds-space-2);
    margin-bottom: var(--ds-space-5);
}
.home .section-group_collection .collection-tab {
    min-height: 38px;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-control-padding-sm);
}
.home .section-group_collection .collection-tab.active,
.home .section-group_collection .collection-tab:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
.home .home-section-2 .group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(var(--ds-space-5), 4vw, var(--ds-space-7));
    align-items: stretch;
}
.home .home-section-2 .group-grid > section {
    display: flex;
    min-width: 0;
    height: 100%;
}
.home .home-section-2 .group-grid > section > .container-fluid {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.home .home-section-2 .section-html > .container-fluid > .section-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.home .home-section-2 .section-html ul,
.home .home-section-2 .section-video > .container-fluid > .section-content {
    margin-top: auto;
}
.home .home-section-2 .section-html {
    color: var(--ds-color-body);
    line-height: 1.65;
}
.home .home-section-2 .section-html p:has(span[style*="font-size: 200px"]) {
    margin: var(--ds-space-4) 0 0;
    line-height: 1;
}
.home .home-section-2 .section-html span[style*="font-size: 200px"] {
    display: inline-block;
    line-height: .82 !important;
}
.home .home-section-2 .section-html li {
    margin-left: 1.2rem;
    padding-left: var(--ds-space-1);
    font-size: var(--ds-text-base);
}
.home .home-section-3 > .container > .section-head {
    max-width: 940px;
    margin-bottom: var(--ds-space-6);
}
.home .home-section-3 > .container > .section-head .section-description {
    color: var(--ds-color-body);
    line-height: 1.8;
}
.home .home-section-3 .group-grid {
    gap: clamp(var(--ds-space-5), 3vw, var(--ds-space-6));
    align-items: stretch;
}
.home .home-section-3 .group-grid > section {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--ds-color-line) 82%, transparent);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-soft);
}
.home .home-section-3 .section-html > .container-fluid {
    height: 100%;
    padding: var(--ds-space-5);
    background: linear-gradient(145deg, var(--ds-color-white), var(--ds-color-surface-2));
}
.home .home-section-3 .section-html .section-content {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.75;
}
.home .home-section-3 .section-html .section-content p {
    margin: 0;
}
.home .home-section-3 .section-html .section-content strong {
    display: block;
    margin: var(--ds-space-4) 0 var(--ds-space-1);
    padding-left: var(--ds-space-3);
    border-left: 3px solid var(--ds-color-primary-soft);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
}
.home .home-section-3 .section-html .section-content strong:first-child {
    margin-top: 0;
}
.home .home-section-3 .section-html .section-content strong + br {
    display: none;
}
.home .home-section-3 .section-banner > .container-fluid,
.home .home-section-3 .section-banner > .container-fluid > .section-content,
.home .home-section-3 .banners-slider,
.home .home-section-3 .banners-slider .slick-list,
.home .home-section-3 .banners-slider .slick-track,
.home .home-section-3 .banners-slider .slick-slide,
.home .home-section-3 .banners-slider .slick-slide > div,
.home .home-section-3 .banner-item {
    height: 100%;
}
.home .home-section-3 .section-banner .banner-item {
    border-radius: 0;
}
.home .home-section-3 .section-banner .banner-item img {
    min-height: 100%;
    object-fit: cover;
}
.home .home-section-3 .slick-prev,
.home .home-section-3 .slick-next {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 70%, transparent);
    background: color-mix(in srgb, var(--ds-color-white) 92%, transparent);
    color: var(--ds-color-primary);
    box-shadow: var(--ds-shadow-sm);
}
.home .home-section-3 .slick-prev:hover,
.home .home-section-3 .slick-next:hover {
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
.home .home-section-5 .banner-item::before {
    top: var(--ds-space-3);
    left: var(--ds-space-3);
    z-index: 3;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 35%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--ds-color-black) 38%, transparent);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    text-shadow: 0 2px 12px color-mix(in srgb, var(--ds-color-black) 22%, transparent);
}
.home .home-section-5 .banner-item .banner-caption,
.home .home-section-7 .collection-grid .post-item .post-info,
.home .list-videos .collection-grid .video-item .video-title {
    min-height: 42px;
    height: auto;
    border-radius: 0;
    background: color-mix(in srgb, var(--ds-color-primary) 90%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    line-height: 1.45;
    padding: var(--ds-space-3);
}
.home .home-section-5 .banner-item:hover .banner-caption,
.home .home-section-7 .collection-grid .post-item:hover .post-info {
    height: auto;
}
.home .home-section-5 .banner-item {
    isolation: isolate;
    min-height: 100%;
    border: 1px solid color-mix(in srgb, var(--ds-color-line) 72%, transparent);
    box-shadow: var(--ds-shadow-soft);
    cursor: pointer;
}
.home .home-section-5 .banner-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 42%, rgba(30, 20, 12, .3) 72%, rgba(30, 20, 12, .72));
    pointer-events: none;
}
.home .home-section-5 .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .home-section-5 .banner-item .banner-caption {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    height: 4.75rem;
    min-height: 4.75rem;
    flex-direction: column;
    justify-content: flex-end;
    gap: var(--ds-space-3);
    overflow: hidden;
    border-radius: 0;
    padding: var(--ds-space-4);
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--ds-color-primary) 94%, transparent) 36%);
    color: var(--ds-color-white);
    transition: height .42s cubic-bezier(.2, .72, .25, 1), background-color .3s ease;
}
.home .home-section-5 .banner-caption p {
    margin: 0;
    line-height: 1.35;
    text-align: left !important;
}
.home .home-section-5 .banner-caption strong {
    display: block;
    font-size: var(--ds-text-base);
    font-weight: 800;
}
.home .home-section-5 .banner-caption ul {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 1.1rem;
    font-size: var(--ds-text-sm);
    line-height: 1.55;
    transform: translateY(1rem);
    transition: max-height .38s ease, opacity .25s ease .05s, transform .38s ease;
}
.home .home-section-5 .banner-caption li + li {
    margin-top: var(--ds-space-2);
}
.home .home-section-5 .banner-item:hover .banner-caption,
.home .home-section-5 .banner-item:focus-visible .banner-caption,
.home .home-section-5 .banner-item.is-expanded .banner-caption {
    height: 100%;
    min-height: 100%;
    background: color-mix(in srgb, var(--ds-color-primary) 88%, transparent);
}
.home .home-section-5 .banner-item:hover .banner-caption ul,
.home .home-section-5 .banner-item:focus-visible .banner-caption ul,
.home .home-section-5 .banner-item.is-expanded .banner-caption ul {
    max-height: 18rem;
    opacity: 1;
    transform: translateY(0);
}
.home .home-section-5 .banner-item:focus-visible {
    outline: 3px solid var(--ds-color-primary-soft);
    outline-offset: 3px;
}
.home .home-section-7 .section-foot {
    position: static;
    margin-top: var(--ds-space-5);
    text-align: center;
}
.home .section-viewmore {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-primary);
    border-radius: var(--ds-radius-md);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-control-padding-md);
}
.home .section-viewmore:hover {
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
.home .list .section-description {
    border-left: 3px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-surface);
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
.home .list .section-viewmore::before,
.home .list .section-viewmore::after {
    content: none;
}
.home .section-questions .section-content {
    gap: var(--ds-space-5);
    align-items: stretch;
}
.home .section-questions .question-image {
    width: 100%;
    height: 100%;
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-sm);
}
.home .section-questions .questions {
    gap: var(--ds-space-3);
}
.home .section-questions .question-item {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: none;
}
.home .section-questions .question-title {
    border: 0;
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.home .section-questions .question-answer {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.home .home-section-2 em,
.home .home-section-3 > .container > .section-head em,
.home .section-questions .question-answer em,
.home .list .section-description em {
    font-style: normal;
}
.home .section-statics .statics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home .statics .static-item {
    width: auto;
    height: auto;
    min-height: 150px;
    border: 1px solid color-mix(in srgb, var(--ds-color-primary-soft) 45%, transparent);
    border-radius: var(--ds-radius-lg);
    background: color-mix(in srgb, var(--ds-color-white) 8%, transparent);
}
.home .statics .number,
.home .statics .suffix {
    font-size: var(--ds-text-2xl);
}
.home .home-section-6 form input,
.home .home-section-6 form textarea {
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 22%, transparent);
    border-radius: var(--ds-radius-md);
    background: color-mix(in srgb, var(--ds-color-white) 14%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    margin: 0 0 var(--ds-space-2);
    padding: var(--ds-form-padding);
}
.home .home-section-6 form input[type="submit"] {
    width: auto;
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
    font-weight: 800;
}
.home .partner_customer .banner-item {
    border-color: var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
}

@media (max-width: 991.98px) {
    .home .home-section-2 .group,
    .home .section-questions .section-content {
        grid-template-columns: 1fr;
    }
    .home .section-statics .statics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home .home-section-1,
    .home .home-section-1 .slick-list,
    .home .home-section-1 .slick-track,
    .home .home-section-1 .slick-slide,
    .home .home-section-1 .slick-slide > div,
    .home .home-section-1 .banner-item,
    .home .home-section-1 .banner-item a,
    .home .home-section-1 img {
        height: 220px;
    }
    .home .home-section-1 img {
        object-fit: cover;
        object-position: center;
    }
    .home main > section:not(.home-section-1) {
        padding: var(--ds-space-5) 0;
    }
    .home section .section-title {
        font-size: var(--ds-text-xl);
    }
    .home .group-grid,
    .home .banners-grid,
    .home .collection-grid {
        gap: var(--ds-space-3);
    }
    .home .home-section-2 .section-html ul {
        grid-template-columns: 1fr;
        margin-top: var(--ds-space-5);
    }
    .home .home-section-2 .group-grid > section,
    .home .home-section-2 .group-grid > section > .container-fluid {
        height: auto;
    }
    .home .home-section-2 .section-html > .container-fluid > .section-content {
        flex: none;
    }
    .home .home-section-2 .section-html ul,
    .home .home-section-2 .section-video > .container-fluid > .section-content {
        margin-top: var(--ds-space-4);
    }
    .home .home-section-3 > .container > .section-head {
        margin-bottom: var(--ds-space-5);
    }
    .home .home-section-3 .section-html > .container-fluid {
        padding: var(--ds-space-4);
    }
    .home .home-section-3 .group-grid {
        gap: var(--ds-space-4);
    }
    .home .home-section-3 .section-banner {
        min-height: 17rem;
    }
    .home .home-section-3 .slick-prev,
    .home .home-section-3 .slick-next {
        width: 44px;
        height: 44px;
    }
    .home .post-info,
    .home .san-pham-info,
    .home .du-an-info {
        padding: var(--ds-space-3);
    }
    .home .post-title a,
    .home .san-pham-title,
    .home .du-an-title {
        font-size: var(--ds-text-sm);
    }
    .home .list .section-description {
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .home .list .du-an-title {
        min-height: 4.15em;
        -webkit-line-clamp: 3;
    }
    .home .home-section-7 .collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: var(--ds-space-3);
    }
    .home .home-section-7 .collection-grid .post-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .home .home-section-7 .collection-grid .post-item:first-child {
        grid-column: 1 / -1 !important;
    }
    .home .home-section-7 .collection-grid .post-item:nth-child(n + 6) {
        display: none;
    }
    .home .home-section-7 .collection-grid .post-item:not(:first-child) .post-image {
        aspect-ratio: 4 / 3;
    }
    .home .home-section-7 .collection-grid .post-item:not(:first-child) .post-title a {
        font-size: var(--ds-text-xs);
        line-height: 1.35;
        -webkit-line-clamp: 3;
    }
    .home .section-statics .statics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .home .home-section-5 .banners-grid {
        grid-template-columns: 1fr !important;
    }
    .home .home-section-5 .banners-grid img {
        aspect-ratio: 4 / 3;
    }
    .home .home-section-5 .banner-item .banner-caption {
        height: 4.5rem;
        min-height: 4.5rem;
    }
}
