/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-Gilroy Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-Gilroy SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-Gilroy Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
.nav > li > a,
.button,
.ux-menu-link__link {
    font-family: 'SVN-Gilroy', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.alt-font {
    font-family: 'SVN-Gilroy', Arial, sans-serif !important;
}

.nav-small .nav > li > a,
.nav.nav-small > li > a {
    color: #fff !important;
    font-size: 14px;
}

html {
    background-color: #fff !important;
}

.header-top {
    background: linear-gradient(90deg, #d70018, #ff3b4a);
}

.topbar {
    color: #fff;
    font-size: 14px;
}

.topbar .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 8px 15px;
    align-items: center;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-item i {
    background: rgba(255, 255, 255, 0.15);
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    opacity: 0.9;
}

.topbar-item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.nav-spacing-xlarge > li {
    margin: 0 30px;
}

.nav > li > a {
    color: #000;
}

.header-bottom {
    padding: 10px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item a:hover {
    color: #fff !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover {
    background: linear-gradient(90deg, #d70018, #ff3b4a);
}

.title-tech-1 .sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d70000;
    margin-bottom: 10px;
    position: relative;
}

.title-tech-1 .sub-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #d70000;
    position: absolute;
    left: 110%;
    top: 50%;
}

.title-tech-1 h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.mintech-category-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(17, 24, 39, 0.07);
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mintech-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.12), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.mintech-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(17, 24, 39, 0.13);
}

.mintech-category-card:hover::before {
    opacity: 1;
}

.cat-image {
    position: relative;
    height: 210px;
    background:
        radial-gradient(circle at center, rgba(215, 25, 32, 0.08), transparent 48%),
        linear-gradient(180deg, #f8f8f8, #fff);
    overflow: hidden;
}

.cat-image::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 72%;
    height: 18px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(215, 25, 32, 0.25), transparent 70%);
    filter: blur(7px);
}

.cat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.mintech-category-card:hover .cat-image img {
    transform: scale(1.06);
}

.cat-content {
    position: relative;
    z-index: 2;
    padding: 20px 20px 18px;
    background: #fff;
}

.cat-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(215, 25, 32, 0.08);
    color: #d71920;
    font-size: 12px;
    font-weight: 700;
}

.cat-content h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.cat-content p {
    min-height: 42px;
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.cat-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f1f1f1;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.cat-bottom i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mintech-category-card:hover .cat-bottom i {
    background: #d71920;
    transform: translateX(4px);
}

.footer-mintech {
    background: linear-gradient(90deg, #d70018, #ff3b4a);
    color: #fff;
    padding: 40px 15px;
    border-radius: 80px 80px 0 0;
}

.footer-mintech ul li.bullet-arrow:before,
ul li.bullet-checkmark:before,
ul li.bullet-star:before {
    color: #fff;
}

.footer-mintech .bullet-arrow {
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}

.footer-mintech .bullet-arrow:hover {
    opacity: 0.85;
    transform: translateX(6px);
}

.section-product {
    margin-top: -80px;
}

.title-wrapper {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.product-small .box {
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
}

.box-text-products {
    padding: 20px;
}

.row-coudow {
    background: linear-gradient(90deg, #d70018, #ff3b4a);
    border-radius: 22px;
}

.product-small .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.product-small .box .box-text-products {
    background: #fff;
    border-radius: 0 0 18px 18px;
}

.on-dinh {
    padding: 16px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    transform: scale(0.96);
    transform-origin: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.on-dinh::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(215, 0, 24, 0.1), rgba(255, 59, 74, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.on-dinh > * {
    position: relative;
    z-index: 1;
}

.on-dinh:hover {
    transform: translateY(-6px) scale(0.98);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.on-dinh:hover::before {
    opacity: 1;
}

/* Slider sản phẩm HOT */
.hot-product-slider {
    position: relative;
    padding: 15px;
}

/* Cho nút nav nổi ra ngoài slider */
.hot-product-slider .slider-wrapper,
.hot-product-slider .flickity-enabled {
    overflow: visible !important;
}

/* Nút nền trắng */
.hot-product-slider .flickity-prev-next-button {
    position: absolute !important;
    top: -42px !important;
    transform: none !important;

    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;

    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    z-index: 999 !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Vị trí nút lùi */
.hot-product-slider .flickity-prev-next-button.previous {
    left: auto !important;
    right: 72px !important;
}

/* Vị trí nút tới */
.hot-product-slider .flickity-prev-next-button.next {
    left: auto !important;
    right: 18px !important;
}

/* Ẩn icon gốc để tránh bị lỗi mất icon */
.hot-product-slider .flickity-prev-next-button svg,
.hot-product-slider .flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}

/* Tạo mũi tên mới bằng CSS */
.hot-product-slider .flickity-prev-next-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 12px;

    border-top: 3px solid #111;
    border-right: 3px solid #111;

    transform-origin: center;
}

/* Mũi tên trái */
.hot-product-slider .flickity-prev-next-button.previous::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

/* Mũi tên phải */
.hot-product-slider .flickity-prev-next-button.next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* Hover */
.hot-product-slider .flickity-prev-next-button:hover {
    background: #fff !important;
}

.hot-product-slider .flickity-prev-next-button:hover::before {
    border-color: #e60012;
}

.flickity-button {
    padding: 15px;
}

.post-item .box-blog-post {
    height: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(17, 24, 39, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.post-item .box-blog-post:hover {
    border-color: rgba(215, 0, 24, 0.28);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
    transform: translateY(-5px);
}

.post-item .box-image {
    overflow: hidden;
    background: #f8f9fa;
}

.post-item .box-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.post-item .box-blog-post:hover .box-image img {
    transform: scale(1.05);
}

.post-item .box-text {
    padding: 16px;
    background: #fff;
    text-align: left;
}

.post-item .cat-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(215, 0, 24, 0.08);
    color: #d70018;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 1;
}

.post-item .post-title {
    min-height: 48px;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.post-item .post-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #202124;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.25s ease;
}

.post-item .box-blog-post:hover .post-title a {
    color: #d70018;
}

.post-item .is-divider {
    width: 42px;
    height: 3px;
    margin: 10px 0;
    background: linear-gradient(90deg, #d70018, #ff3b4a);
    opacity: 1;
}

.post-item .from_the_blog_excerpt {
    display: -webkit-box;
    overflow: hidden;
    min-height: 42px;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-item .button {
    min-height: 36px;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #d70018, #ff3b4a);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.post-item .button:hover {
    box-shadow: 0 7px 16px rgba(215, 0, 24, 0.25);
    transform: translateY(-2px);
}

.accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(215, 0, 24, 0.12);
    margin: 14px 0;
    background: #fff;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.accordion .accordion-title {
    position: relative;
    padding: 13px 18px 13px 58px;
    border: 0;
    background: #fff;
    color: #202124;
    font-weight: 700;
    line-height: 1.45;
    transition: color 0.3s ease, background 0.3s ease;
}

.accordion .accordion-title:hover {
    color: #d70018;
}

.accordion .accordion-title.active,
.sw-accordion .accordion-item.active .accordion-title {
    background: linear-gradient(90deg, #d70018, #ff3b4a) !important;
    color: #fff !important;
}

.accordion .accordion-title .toggle {
    top: 50% !important;
    left: 14px !important;
    right: auto !important;
    width: 40px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
    color: #d70018;
    transform: translateY(-50%);
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.accordion .accordion-title.active .toggle,
.sw-accordion .accordion-item.active .accordion-title .toggle {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.accordion .icon-angle-down {
    font-size: 16px;
    line-height: 1;
}

/* Sidebar bài viết */
.post-sidebar .widget {
    overflow: hidden;
    margin-bottom: 22px;
    padding: 0 18px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.post-sidebar .widget-title {
    position: relative;
    display: block;
    margin: 0 -18px 14px;
    padding: 14px 18px 14px 32px;
    border-bottom: 1px solid #f0f1f3;
    background: linear-gradient(135deg, #fff3f5 0%, #fff 78%);
    color: #171a21;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

.post-sidebar .widget-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 4px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e6001e, #ff4658);
    transform: translateY(-50%);
}

.post-sidebar .widget-title + .is-divider {
    display: none;
}

.post-sidebar .widget ul {
    margin: 0;
}

.post-sidebar .widget > ul > li,
.post-sidebar .widget .menu > li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 16px;
    border-top: 1px solid #f1f2f4;
    line-height: 1.45;
}

.post-sidebar .widget > ul > li:first-child,
.post-sidebar .widget .menu > li:first-child {
    border-top: 0;
}

.post-sidebar .widget > ul > li::before,
.post-sidebar .widget .menu > li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e6001e;
    box-shadow: 0 0 0 3px rgba(230, 0, 30, 0.08);
}

.post-sidebar .widget a {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
}

.post-sidebar .widget a:hover,
.post-sidebar .widget a:focus-visible {
    color: #e6001e;
}

.post-sidebar .widget_categories li,
.post-sidebar .widget_archive li {
    color: #9ca3af;
}

.post-sidebar .widget_recent_entries .post-date {
    display: block;
    margin-top: 4px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 400;
}

.post-sidebar .flatsome_recent_posts > ul > .recent-blog-posts-li {
    padding: 8px 0;
}

.post-sidebar .flatsome_recent_posts > ul > .recent-blog-posts-li::before {
    display: none;
}

.post-sidebar .recent-blog-posts {
    align-items: center;
    padding: 2px 0;
}

.post-sidebar .recent-blog-posts .badge,
.post-sidebar .recent-blog-posts .badge-inner {
    width: 52px;
    height: 52px;
}

.post-sidebar .recent-blog-posts .badge-inner {
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
}

.post-sidebar .recent-blog-posts .flex-grow > a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-sidebar .searchform {
    margin: 3px 0 2px;
}

.post-sidebar .searchform input[type="search"] {
    height: 42px;
    border: 1px solid #e1e4e8;
    border-radius: 9px 0 0 9px;
    background: #f9fafb;
    box-shadow: none;
}

.post-sidebar .searchform .button {
    min-height: 42px;
    border-radius: 0 9px 9px 0;
    background: linear-gradient(135deg, #d70018, #ff3b4a);
}

.accordion .accordion-title.active .icon-angle-down,
.sw-accordion .accordion-item.active .accordion-title i.icon-angle-down {
    opacity: 1;
    transform: rotate(180deg);
}

.accordion .accordion-inner {
    padding: 18px 20px;
    background: #fff;
    color: #555f6d;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid rgba(215, 0, 24, 0.1);
}

div.wpcf7 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 2px solid #d7d7d7;
    padding-left: 10px;
    border-radius: 43px;
    box-sizing: border-box;
}

div.wpcf7 .wpcf7-form .wpcf7-text {
    height: 50px;
}

div.wpcf7 .wpcf7-form .wpcf7-textarea {
    padding: 30px;
    box-sizing: border-box;
}

div.wpcf7 .wpcf7-form .wpcf7-submit {
    background-image: linear-gradient(to right, #d70018, #ff3b4a);
    width: 100%;
    border-radius: 50px;
    height: 50px;
    color: #fff;
}

.contact-form-box {
    flex: 1.8;
    background: white;
    border-radius: 40px;
    padding: 40px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffebd2;
}

.term-description {
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.term-description img {
    display: block;
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0 0;
}

.term-description .wp-caption-text {
    display: block;
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    border-radius: 0 0 10px 10px;
}

.term-description ul li {
    margin-left: 10px;
}

.review-card {
    position: relative;
    padding: 28px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
}

.review-card::before {
    content: "“";
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 82px;
    line-height: 1;
    color: rgba(11, 99, 206, 0.08);
    font-family: Georgia, serif;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: #e31e24;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.11);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e31e24, #f59e0b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(11, 99, 206, 0.25);
}

.review-top h3 {
    margin: 0 0 4px;
    font-size: 18px;
    color: #111827;
    font-weight: 700;
}

.review-top p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.review-stars {
    margin-bottom: 14px;
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
}

.review-content {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.75;
    color: #4b5563;
}

.hinh-anh-dep {
    position: relative;
    top: -400px;
    animation: hinh-anh-dep-float 3.2s ease-in-out infinite;
    will-change: transform;
}

@keyframes hinh-anh-dep-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-22px);
    }
}

.section-su-menh {
    margin-top: -200px;
}

.woocommerce-additional-fields {
    display: none;
}

.gp-hero {
    background: linear-gradient(135deg, #df001b 0%, #ff3448 100%);
    border-radius: 0 0 80px 80px;
    padding: 78px 0 88px;
    position: relative;
    overflow: hidden;
}

.gp-hero:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    top: -160px;
    right: -100px;
}

.gp-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    bottom: -120px;
    left: 8%;
}

.gp-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.gp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.gp-hero h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.gp-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 0 30px;
}

.gp-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.gp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.gp-btn-white {
    background: #fff;
    color: #e6001e;
}

.gp-btn-white:hover {
    transform: translateY(-2px);
    color: #e6001e;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.gp-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
}

.gp-check-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
}

.gp-check-list li:before {
    content: "✓";
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffe8ec;
    color: #e6001e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.gp-hero-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.gp-btn-outline:hover {
    background: #fff;
    color: #e6001e;
}

.gp-solution-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px 26px;
    border: 1px solid #eef0f4;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.gp-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e6001e, #ff3b4f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 22px;
}

.gp-page {
    font-family: inherit;
    color: #1f2937;
}

.gp-link {
    color: #e6001e;
    font-weight: 800;
    text-decoration: none;
}

.gp-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.gp-solution-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d70018, #ff3b4a);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.gp-solution-card:hover::before {
    opacity: 1;
}

.gp-feature-box {
    background: linear-gradient(135deg, #e6001e, #ff3448);
    border-radius: 34px;
    padding: 44px;
    color: #fff;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gp-feature-box:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 38px solid rgba(255, 255, 255, 0.12);
    right: -80px;
    bottom: -80px;
}

.gp-feature-box h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 800;
}

.gp-feature-box p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0 0 28px;
    font-size: 16px;
}

.gp-stat-item {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 18px 14px;
}

.gp-stat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    position: relative;
    z-index: 2;
}

.gp-feature-item {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    border: 1px solid #eef0f4;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.gp-feature-item h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.gp-number {
    flex: 0 0 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff0f2;
    color: #e6001e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.gp-feature-wrap {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
}

.gp-process-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 22px;
    border: 1px solid #eef0f4;
    text-align: center;
    position: relative;
}

.gp-process-num {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #e6001e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
}

.gp-process-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.gp-process-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.gp-cta h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 800;
}

.gp-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.gp-cta {
    background: linear-gradient(135deg, #e6001e, #ff3448);
    border-radius: 34px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
    position: relative;
}

.gp-cta:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    right: -80px;
    top: -100px;
}

.ht-support-card h3 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 23px;
    font-weight: 850;
}

.ht-contact-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e6001e, #ff3448);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ht-support-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.ht-contact-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #eef0f4;
}

/* Bảng thông số kỹ thuật trong nội dung */
.spec-table {
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid #eceff3;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.spec-table td {
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #eceff3;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
    vertical-align: top;
    transition: background-color 0.2s ease;
}

.spec-table tr:last-child td {
    border-bottom: 0;
}

.spec-table .spec-label {
    width: 34%;
    background: #fff3f5;
    color: #b80018;
    font-weight: 700;
}

.spec-table .spec-value {
    background: #fff;
    color: #111827;
    font-weight: 500;
    white-space: pre-line;
}

.spec-table tr:nth-child(even) .spec-value {
    background: #fafafa;
}

.spec-table tr:hover td {
    background: #fff0f2;
}

/* Tab thông số kỹ thuật sản phẩm */
#tab-title-mintech_specifications > a {
    color: #111827;
    font-weight: 700;
}

#tab-title-mintech_specifications.active > a,
#tab-title-mintech_specifications > a:hover {
    color: #e6001e;
}

.mintech-product-specifications {
    color: #374151;
}

.mintech-product-specifications h2 {
    margin: 0 0 22px;
    color: #111827;
    font-size: 26px;
    font-weight: 700;
}

.mintech-specifications-table-wrap {
    overflow: hidden;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.mintech-specifications-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.mintech-specifications-table th,
.mintech-specifications-table td {
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #eceff3;
    color: #111827;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
    vertical-align: top;
}

.mintech-specifications-table tr:last-child > * {
    border-bottom: 0;
}

.mintech-specifications-table tr:not(.mintech-specifications-section):nth-child(even) {
    background: #fafafa;
}

.mintech-specifications-table tr:not(.mintech-specifications-section) > th {
    width: 34%;
    color: #374151;
    font-weight: 600;
}

.mintech-specifications-section th {
    padding: 13px 20px;
    background: linear-gradient(90deg, #e6001e, #ff3448);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* Mục lục tự động trong bài viết */
.devvn_heading_wrap.mintech-post-toc {
    overflow: hidden;
    margin: 24px 0 30px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.mintech-post-toc .devvn_heading_title {
    padding: 15px 52px 15px 18px;
    background: linear-gradient(135deg, #e6001e, #ff3448);
    color: #fff;
}

.mintech-post-toc .devvn_heading_title strong {
    padding-left: 0;
    background: none;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.mintech-post-toc .devvn_heading_title::after {
    right: 20px;
    filter: brightness(0) invert(1);
}

.devvn_heading_wrap.mintech-post-toc > ol {
    margin: 0;
    padding: 16px 22px 18px 42px;
}

.devvn_heading_wrap.mintech-post-toc li {
    margin: 7px 0;
    line-height: 1.55;
}

.devvn_heading_wrap.mintech-post-toc ul {
    margin: 7px 0 4px;
    padding-left: 20px;
}

.mintech-post-toc a {
    color: #374151;
    text-decoration: none;
}

.mintech-post-toc a:hover {
    color: #e6001e;
}

.single-post .entry-content h2[id],
.single-post .entry-content h3[id] {
    scroll-margin-top: 96px;
}

.single-post .entry-header .entry-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
}

.mintech-post-views {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
}

.single-post .entry-header .mintech-post-views::before {
    content: "•";
    margin-right: 2px;
    color: #d1d5db;
}

.mintech-post-views i {
    color: #e6001e;
}


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

    .spec-table {
        margin: 18px 0;
        border-radius: 14px;
    }

    .spec-table td {
        padding: 12px 13px;
        font-size: 13px;
        line-height: 1.5;
    }

    .spec-table .spec-label {
        width: 40%;
    }

    .mintech-product-specifications h2 {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .mintech-specifications-table-wrap {
        border-radius: 14px;
    }

    .mintech-specifications-table th,
    .mintech-specifications-table td {
        padding: 12px 13px;
        font-size: 13px;
    }

    .mintech-specifications-table tr:not(.mintech-specifications-section) > th {
        width: 40%;
    }

    .mintech-specifications-section th {
        padding: 11px 13px;
        font-size: 14px;
    }

    .devvn_heading_wrap.mintech-post-toc {
        margin: 18px 0 24px;
        border-radius: 13px;
    }

    .mintech-post-toc .devvn_heading_title {
        padding: 13px 46px 13px 15px;
    }

    .devvn_heading_wrap.mintech-post-toc > ol {
        padding: 13px 14px 15px 34px;
        font-size: 14px;
    }

    .single-post .entry-content h2[id],
    .single-post .entry-content h3[id] {
        scroll-margin-top: 76px;
    }

    .section-su-menh {
        margin-top: -60px;
    }

    .gp-hero {
        padding: 48px 0 56px;
        border-radius: 0 0 36px 36px;
    }

    .gp-hero:before {
        width: 240px;
        height: 240px;
        top: -100px;
        right: -90px;
    }

    .gp-hero:after {
        width: 180px;
        height: 180px;
        bottom: -90px;
        left: -45px;
    }

    .gp-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .gp-badge {
        padding: 7px 13px;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .gp-hero h1 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.2;
        margin-bottom: 14px;
        letter-spacing: -0.3px;
    }

    .gp-hero p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .gp-hero-actions {
        gap: 10px;
    }

    .gp-btn {
        min-height: 44px;
        padding: 0 20px;
        font-size: 14px;
    }

    .gp-hero-card {
        padding: 22px;
        border-radius: 20px;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
    }

    .gp-check-list {
        gap: 12px;
    }

    .gp-check-list li {
        gap: 10px;
        font-size: 14px;
    }

    .gp-check-list li:before {
        flex-basis: 22px;
        height: 22px;
        font-size: 12px;
    }

    .gp-feature-wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .gp-process-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .gp-process-num {
        width: 46px;
        height: 46px;
        margin-bottom: 13px;
        font-size: 16px;
    }

    .gp-process-card h3 {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .gp-process-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .gp-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 22px;
        gap: 22px;
        border-radius: 22px;
    }

    .gp-cta > * {
        position: relative;
        z-index: 1;
    }

    .gp-cta h2 {
        margin-bottom: 8px;
        font-size: clamp(24px, 7vw, 28px);
        line-height: 1.25;
    }

    .gp-cta p {
        font-size: 14px;
        line-height: 1.6;
    }

    .gp-cta:before {
        width: 190px;
        height: 190px;
        right: -75px;
        top: -75px;
    }

    .colum-thong-diep {
        margin-top: -320px;
    }

    .hinh-anh-dep {
        position: relative;
    }

    .term-description img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
    }

    .term-description .wp-caption-text {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6px;
        border-radius: 0 0 10px 10px;
    }


    .section-product {
        margin-top: -110px;
    }

    .accordion .accordion-title {
        padding: 12px 14px 12px 50px;
        font-size: 15px;
    }

    .accordion .accordion-title .toggle {
        left: 12px !important;
        width: 26px;
        height: 26px;
    }

    .accordion .accordion-inner {
        padding: 14px 16px;
        font-size: 14px;
    }

    .post-item .box-blog-post {
        border-radius: 6px;
        box-shadow: 0 4px 14px rgba(17, 24, 39, 0.07);
    }

    .post-item .box-blog-post:hover {
        box-shadow: 0 4px 14px rgba(17, 24, 39, 0.07);
        transform: none;
    }

    .post-item .box-text {
        padding: 12px 10px;
    }

    .post-item .cat-label {
        margin-bottom: 6px;
        padding: 4px 8px;
        font-size: 10px;
    }

    .post-item .post-title {
        min-height: 42px;
        font-size: 14px;
        line-height: 1.45;
    }

    .post-item .is-divider {
        margin: 8px 0;
    }

    .post-item .from_the_blog_excerpt {
        min-height: 38px;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.45;
    }

    .post-item .button {
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 34px;
    }

    .footer-mintech {
        background: linear-gradient(90deg, #d70018, #ff3b4a);
        color: #fff;
        padding: 40px 15px;
        border-radius: 40px 40px 0 0;
    }


    .title-tech-1 h2 {
        font-size: 28px;
        font-weight: 800;
        color: #111;
        margin: 0;
    }

    .mintech-category {
        margin-left: -5px;
        margin-right: -5px;
    }

    .mintech-category .col {
        padding: 0 5px 10px;
    }

    .mintech-category-card {
        height: 100%;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    }

    .mintech-category-card:hover {
        transform: none;
        box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    }

    .cat-image {
        height: 145px;
    }

    .cat-image img {
        object-position: center;
    }

    .cat-content {
        padding: 14px 12px 12px;
    }

    .cat-label {
        margin-bottom: 6px;
        padding: 4px 8px;
        font-size: 10px;
    }

    .cat-content h3 {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .cat-content p {
        min-height: 0;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.45;
    }

    .cat-bottom {
        padding-top: 10px;
        font-size: 12px;
    }

    .cat-bottom i {
        width: 28px;
        height: 28px;
    }

    .topbar {
        overflow: hidden;
        white-space: nowrap;
        font-size: 13px;
    }

    .topbar .container {
        width: max-content;
        max-width: none;
        margin: 0;
        gap: 24px;
        padding: 7px 15px;
        flex-wrap: nowrap;
        animation: topbar-marquee-right-to-left 16s linear infinite;
        will-change: transform;
    }

    .topbar-item {
        flex: 0 0 auto;
    }

    .topbar-item i {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .topbar:hover .container {
        animation-play-state: paused;
    }

}

@keyframes topbar-marquee-right-to-left {
    from {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(calc(-100% - 15px));
    }
}

.post-meta::before {
    content: "\f017";
    display: inline-block;
    margin-right: 6px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e31e24;
}

.post-meta {
    color: #e31e24;
}

p.mat-troi,
p .mat-troi,
.mat-troi {
    position: relative;
    z-index: 0;
    display: block;
    width: 430px;
    max-width: 46vw;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: -120px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(145, 154, 174, 0.52) 0 20%, transparent 21%),
        radial-gradient(circle, rgba(121, 150, 171, 0.54) 0 38%, transparent 39%),
        radial-gradient(circle, rgba(168, 178, 192, 0.62) 0 59%, transparent 60%),
        radial-gradient(circle, rgba(210, 214, 221, 0.58) 0 74%, transparent 75%);
    box-shadow:
        0 0 0 74px rgba(198, 204, 214, 0.25),
        0 0 0 142px rgba(198, 204, 214, 0.15);
    opacity: 0.92;
    pointer-events: none;
    animation: mat-troi-nhip-tho 5s ease-in-out infinite;
}

p.mat-troi::before,
p .mat-troi::before,
.mat-troi::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 50%;
    border: 34px solid rgba(128, 158, 181, 0.28);
    animation: mat-troi-toa-vong 2.6s ease-out infinite;
}

p.mat-troi::after,
p .mat-troi::after,
.mat-troi::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: 50%;
    border: 34px solid rgba(196, 202, 212, 0.34);
    animation: mat-troi-toa-vong 2.6s ease-out infinite 1.3s;
}

@keyframes mat-troi-toa-vong {
    0% {
        transform: scale(0.72);
        opacity: 0.85;
    }

    70% {
        opacity: 0.26;
    }

    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

@keyframes mat-troi-nhip-tho {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.08);
    }
}

@media (max-width: 849px) {

    p.mat-troi,
    p .mat-troi,
    .mat-troi {
        top: -150px;
        width: 260px;
        max-width: 70vw;
        margin-right: -90px;
    }
}
