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


.htdl_wrap {
    width: 100%;
    color: #1d2430;
}


.htdl_filter_col label {
    display: block;
    margin-bottom: 8px;
    /* color: #111827; */
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.htdl_select {
    width: 100%;
    /* height: 58px; */
    /* padding: 0 18px; */
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
    color: #222222;
    /* font-size: 18px; */
    outline: none;
    border-radius: 0;
    margin-bottom: 0px;
}

.htdl_select:focus {
    border-color: #222222;
    background-color: #ffffff;
}

.htdl_table_box {
    width: 100%;
    overflow-x: auto;
}

.htdl_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.htdl_table thead th {
    padding: 0 18px 14px;
    border-bottom: 1px solid #e5e5e5;
    /* color: #1f2937; */
    /* font-size: 24px; */
    /* line-height: 1.15; */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* text-align: left; */
    vertical-align: bottom;
}
.htdl_table tbody td {
    padding: 12px 18px;
}

.htdl_col_stt {
    width: 70px;
    text-align: center !important;
    font-weight: 700;
}

.htdl_col_name {
    width: 45%;
}

.htdl_col_address {
    width: 42%;
}

.htdl_col_city {
    width: 13%;
}

.htdl_table tbody .htdl_col_name a {
    color: #5b6573;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.htdl_table tbody .htdl_col_name a:hover {
    color: #f4b400;
}

.htdl_no_result,
.htdl_empty {
    padding: 24px 18px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 991px) {

    .htdl_filter_col label {
        font-size: 22px;
    }

    .htdl_select {
        height: 52px;
        font-size: 16px;
    }

    .htdl_table thead th {
    }

    .htdl_table tbody td {
    }
}

@media (max-width: 767px) {


    .htdl_filter_col {
        margin-bottom: 18px;
    }

    .htdl_filter_col label {
    }

.htdl_table thead th {
    padding: 0px 5px 7px;
    font-size: 15px;
}

.htdl_table tbody td {
    font-size: 14px;
    padding: 7px 6px;
}
}






.solenix_header {
    border-bottom: 1px solid rgba(255, 201, 40, .45);
    position: relative;
    z-index: 20;
}

.solenix_header_row {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 92px;
}

.solenix_logo a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffc928;
}

.solenix_logo_icon {
    font-size: 38px;
    line-height: 1;
}

.solenix_logo_text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.solenix_logo_text strong {
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #ffc928;
}

.solenix_logo_text small {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    text-align: right;
}

.solenix_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.solenix_menu li {
    margin: 0;
    padding: 0;
}

.solenix_menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 36px 0 30px;
    display: block;
    position: relative;
}

.solenix_menu li.active a,
.solenix_menu a:hover {
    color: #ffc928;
}

.solenix_menu li.active a:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #ffc928;
    left: 0;
    right: 0;
    bottom: 0;
}

.solenix_phone_btn {
    text-align: right;
}

.solenix_phone_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #ffc928;
    color: #050505;
    font-size: 18px;
    font-weight: 800;
    padding: 15px 22px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

.solenix_hero {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.88) 35%, rgba(0,0,0,.25) 72%, rgba(0,0,0,.15) 100%);
    background-size: cover;
    background-position: center right;
}

.solenix_hero_title h1 {
    margin: 0;
    color: #ffc928;
    font-size: 82px;
    line-height: .9;
    font-weight: 900;
    letter-spacing: 2px;
}

.solenix_hero_title h2 {
    margin: 14px 0 16px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 9px;
}

.solenix_line {
    width: 100%;
    max-width: 440px;
    height: 1px;
    background: rgba(255, 201, 40, .8);
    margin: 0 0 24px;
}

.solenix_hero_title h3 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.solenix_hero_icons {
    max-width: 520px;
    margin-bottom: 22px !important;
}

.solenix_hero_icon {
    text-align: center;
    color: #ffffff;
    border-right: 1px solid rgba(255, 201, 40, .45);
    min-height: 98px;
}

.solenix_hero_icons .col-inner:last-child .solenix_hero_icon {
    border-right: 0;
}

.solenix_hero_icon i {
    color: #ffc928;
    font-size: 32px;
    margin-bottom: 12px;
}

.solenix_hero_icon p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
}

.solenix_hero_buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.solenix_btn {
    min-width: 190px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.solenix_btn_gold {
    background: #ffc928;
    color: #050505;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

.solenix_btn_outline {
    color: #ffffff;
    border: 1px solid #ffc928;
    background: rgba(0,0,0,.18);
}

.solenix_btn:hover {
    transform: translateY(-1px);
}

.solenix_hero_car {
    text-align: right;
}

.solenix_hero_car img {
    max-width: 100%;
    display: inline-block;
}

.solenix_float_buttons {
    position: fixed;
    right: 24px;
    top: 38%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.solenix_float_buttons a {
    width: 74px;
    min-height: 66px;
    background: #ffc928;
    color: #050505;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.solenix_float_buttons i {
    font-size: 22px;
}









/* ==============================
   SOLENIX FEATURE BAR
   ============================== */

.solenix_feature_bar {
    background: linear-gradient(90deg, #f8b900 0%, #ffd857 45%, #ffc928 100%);
    border-top: 1px solid rgba(255,255,255,.35);
    border-bottom: 1px solid rgba(0,0,0,.12);
    font-family: Arial, Helvetica, sans-serif;
}

.solenix_feature_row {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.solenix_feature_col {
    border-right: 1px solid rgba(0,0,0,.16);
}

.solenix_feature_col:last-child {
    border-right: 0;
}

.solenix_feature_item {
    min-height: 150px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #111111;
}

.solenix_feature_item_main {
    gap: 20px;
}

.solenix_feature_icon {
    flex: 0 0 auto;
    width: 66px;
    text-align: center;
    color: #111111;
    line-height: 1;
}

.solenix_feature_icon i {
    font-size: 52px;
    color: #111111;
}

.solenix_feature_content {
    flex: 1;
}

.solenix_feature_content h3 {
    margin: 0 0 12px;
    padding: 0;
    color: #111111;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 900;
    text-transform: uppercase;
}

.solenix_feature_content p {
    margin: 0;
    padding: 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

/* Icon huy hiệu 10 năm */
.solenix_feature_badge {
    width: 88px;
    height: 88px;
    border: 4px solid #111111;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solenix_feature_badge:before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 2px dashed #111111;
    border-radius: 50%;
}

.solenix_feature_badge:after {
    content: "Bảo hành";
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.solenix_feature_badge span {
    position: relative;
    z-index: 2;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

/* Icon UV */
.solenix_feature_uv {
    position: relative;
}

.solenix_feature_uv i {
    font-size: 58px;
}

.solenix_feature_uv span {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    color: #111111;
}

/* Card trắng bên phải */
.solenix_feature_col_card {
    padding: 14px 18px;
}

.solenix_feature_white_card {
    min-height: 122px;
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 22px;
    box-shadow: 0 3px 12px rgba(0,0,0,.10);
}

.solenix_feature_white_card .solenix_feature_icon {
    width: 58px;
}

.solenix_feature_white_card .solenix_feature_icon i {
    font-size: 50px;
}

.solenix_feature_white_card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.solenix_feature_white_card p {
    font-size: 14px;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 1024px) {
    .solenix_feature_item {
        min-height: 145px;
        padding: 20px 16px;
        gap: 14px;
    }

    .solenix_feature_icon {
        width: 58px;
    }

    .solenix_feature_icon i {
        font-size: 44px;
    }

    .solenix_feature_content h3 {
        font-size: 20px;
    }

    .solenix_feature_content p {
        font-size: 14px;
    }

    .solenix_feature_badge {
        width: 74px;
        height: 74px;
    }

    .solenix_feature_badge span {
        font-size: 31px;
    }

    .solenix_feature_uv i {
        font-size: 50px;
    }

    .solenix_feature_uv span {
        top: 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .solenix_feature_bar {
        background: #ffc928;
    }

    .solenix_feature_col {
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,.14);
    }

    .solenix_feature_col:last-child {
        border-bottom: 0;
    }

    .solenix_feature_item {
        min-height: auto;
        padding: 20px 18px;
        justify-content: flex-start;
    }

    .solenix_feature_col_main .solenix_feature_item {
        justify-content: center;
    }

    .solenix_feature_content h3 {
        font-size: 20px;
    }

    .solenix_feature_content p {
        font-size: 14px;
    }

    .solenix_feature_col_card {
        padding: 14px;
    }

    .solenix_feature_white_card {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .solenix_feature_item {
        align-items: flex-start;
        gap: 14px;
    }

    .solenix_feature_icon {
        width: 54px;
    }

    .solenix_feature_icon i {
        font-size: 40px;
    }

    .solenix_feature_content h3 {
        font-size: 18px;
    }

    .solenix_feature_badge {
        width: 68px;
        height: 68px;
    }

    .solenix_feature_badge span {
        font-size: 28px;
    }
}












.solenix_section_title h2,
.solenix_gallery_title h2 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}

.solenix_section_title p {
    margin: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
}

.solenix_title_button {
    text-align: right;
}

.solenix_title_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #ffc928;
    color: #111111;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.14);
}

.solenix_product_row {
    margin-top: 18px !important;
}

.solenix_product_card {
    background: #ffffff;
    border: 1px solid #e9e1c8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    height: 100%;
}

.solenix_product_img {
    height: 150px;
    overflow: hidden;
    background: #111111;
}

.solenix_product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solenix_product_content {
    padding: 16px 20px 18px;
    text-align: center;
}

.solenix_product_content h3 {
    margin: 0;
    color: #111111;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.1;
}

.solenix_product_content p {
    margin: 3px 0 14px;
    color: #111111;
    font-size: 14px;
}

.solenix_product_content ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.solenix_product_content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding: 4px 0;
    font-size: 14px;
    color: #111111;
}

.solenix_product_content li span {
    font-weight: 800;
}

.solenix_product_content li strong {
    font-weight: 900;
}

.solenix_product_content a {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 32px;
    border: 1px solid #efcf69;
    color: #111111;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
}

.solenix_product_content a:hover {
    background: #ffc928;
}
.solenix_price_card {
    min-height: 198px;
    background: black;
    background-size: cover;
    background-position: center;
    border-radius: 9px;
    padding: 20px 22px 10px 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.solenix_price_info {
    width: 58%;
}

.solenix_price_info h3 {
    margin: 0 0 10px;
    color: #ffc928;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 900;
}

.solenix_price_info img {
    max-width: 100%;
    display: block;
}

.solenix_price_list {
    width: 42%;
}

.solenix_price_list a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #ffc928;
    color: #ffc928;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    border-radius: 4px;
    padding: 10px 14px;
    margin-bottom: 18px;
}

.solenix_price_list p {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.solenix_price_list i {
    color: #ffc928;
    margin-right: 6px;
}

.solenix_warranty_row {
    border: 1px solid #f1d47a;
    border-radius: 8px;
    padding: 12px 10px;
    background: #fffdf5;
}

.solenix_warranty_intro {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 8px 12px;
}

.solenix_warranty_intro > i {
    color: #111111;
    font-size: 55px;
}

.solenix_warranty_intro h3 {
    margin: 0 0 4px;
    color: #111111;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}

.solenix_warranty_intro p {
    margin: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.solenix_warranty_step {
    min-height: 86px;
    border-left: 1px solid #ead9a5;
    padding: 8px 12px 8px 48px;
    position: relative;
}

.solenix_warranty_step strong {
    position: absolute;
    left: 14px;
    top: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ffc928;
    color: #111111;
    border-radius: 4px;
    text-align: center;
    font-weight: 900;
}

.solenix_warranty_step h4 {
    margin: 0 0 4px;
    color: #111111;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}

.solenix_warranty_step p {
    margin: 0;
    color: #111111;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.solenix_warranty_qr {
    border-left: 1px solid #ead9a5;
    text-align: center;
    padding: 8px 10px;
}

.solenix_warranty_qr i {
    font-size: 55px;
    color: #111111;
    margin-bottom: 6px;
}

.solenix_warranty_qr p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #111111;
    line-height: 1.25;
}

.solenix_gallery_title h2 {
    margin-bottom: 12px;
}

.solenix_gallery_card {
    text-align: center;
}

.solenix_gallery_img {
    height: 142px;
    border-radius: 7px;
    overflow: hidden;
    background: #111111;
    position: relative;
}

.solenix_gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solenix_gallery_card h3 {
    margin: 9px 0 0;
    color: #111111;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
}

.solenix_video_thumb span {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(0,0,0,.22);
}

.solenix_review_card {
    border: 1px solid #ead9a5;
    border-radius: 8px;
    min-height: 142px;
    padding: 24px 25px;
    background: #ffffff;
}

.solenix_stars {
    color: #ffc928;
    margin-bottom: 12px;
    font-size: 16px;
}

.solenix_review_card p {
    margin: 0 0 10px;
    color: #111111;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.solenix_review_card strong {
    color: #111111;
    font-size: 13px;
    font-weight: 800;
}

.solenix_footer_row {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.solenix_footer_item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 12px 18px;
    border-right: 1px solid rgba(0,0,0,.14);
    color: #111111;
}

.solenix_footer_item i {
    font-size: 30px;
    color: #111111;
}

.solenix_footer_item h4,
.solenix_footer_social h4 {
    margin: 0 0 2px;
    color: #111111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.solenix_footer_item p {
    margin: 0;
    color: #111111;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.solenix_footer_social {
    min-height: 78px;
    padding: 12px 18px;
    text-align: center;
}

.solenix_footer_social a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 3px 0;
    text-decoration: none;
    font-size: 15px;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 1024px) {
    .solenix_header_row {
        padding: 12px 15px;
    }

    .solenix_menu ul {
        gap: 16px;
        flex-wrap: wrap;
    }

    .solenix_menu a {
        padding: 10px 0;
        font-size: 13px;
    }

    .solenix_phone_btn,
    .solenix_logo {
        text-align: center;
    }

    .solenix_logo a {
        justify-content: center;
    }

    .solenix_hero_title h1 {
        font-size: 62px;
    }

    .solenix_hero_title h2 {
        font-size: 30px;
        letter-spacing: 6px;
    }

    .solenix_hero_title h3 {
        font-size: 24px;
    }

    .solenix_price_card {
        flex-direction: column;
        align-items: flex-start;
    }

    .solenix_price_info,
    .solenix_price_list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .solenix_header_logo_col,
    .solenix_header_menu_col,
    .solenix_header_phone_col {
        text-align: center;
    }

    .solenix_logo_text strong {
        font-size: 28px;
    }

    .solenix_logo_text small {
        text-align: center;
    }

    .solenix_menu ul {
        gap: 12px;
    }

    .solenix_menu a {
        font-size: 12px;
    }

    .solenix_phone_btn {
        text-align: center;
        margin-top: 8px;
    }

    .solenix_phone_btn a {
        font-size: 16px;
        padding: 12px 18px;
    }

    .solenix_hero {
        padding-top: 42px !important;
        padding-bottom: 45px !important;
        background-image:
            linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.76)),
            url('/wp-content/uploads/solenix/hero-city-bg.jpg');
    }

    .solenix_hero_title {
        text-align: center;
    }

    .solenix_hero_title h1 {
        font-size: 48px;
    }

    .solenix_hero_title h2 {
        font-size: 23px;
        letter-spacing: 4px;
    }

    .solenix_line {
        margin-left: auto;
        margin-right: auto;
    }

    .solenix_hero_title h3 {
        font-size: 21px;
    }

    .solenix_hero_icons {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .solenix_hero_icon {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 201, 40, .35);
        padding-bottom: 12px;
    }

    .solenix_hero_buttons {
        justify-content: center;
    }

    .solenix_btn {
        width: 100%;
    }

    .solenix_hero_car {
        text-align: center;
        margin-top: 25px;
    }

    .solenix_float_buttons {
        right: 12px;
        top: auto;
        bottom: 12px;
        flex-direction: row;
    }

    .solenix_float_buttons a {
        width: 64px;
        min-height: 58px;
        font-size: 9px;
    }

    .solenix_benefit_item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,.14);
        text-align: center;
    }

    .solenix_benefit_big {
        justify-content: center;
    }

    .solenix_title_button {
        text-align: left;
        margin-top: 14px;
    }

    .solenix_title_button a {
        width: 100%;
    }

    .solenix_section_title h2,
    .solenix_gallery_title h2 {
        font-size: 23px;
    }

    .solenix_product_img {
        height: 135px;
    }

    .solenix_price_info h3 {
        font-size: 21px;
    }

    .solenix_warranty_intro {
        justify-content: center;
        text-align: left;
    }

    .solenix_warranty_step,
    .solenix_warranty_qr {
        border-left: 0;
        border-top: 1px solid #ead9a5;
    }

    .solenix_gallery_img {
        height: 190px;
    }

    .solenix_footer_item {
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,.14);
    }
}









.btnXemThem {
    display: inline-block;
    background-color: var(--primary-color); /* Màu xanh lá chủ đạo */
    color: #ffffff;
    padding: 7px 25px;
    border-radius: 0 20px 20px 20px; /* Bo góc đặc trưng: trên trái để vuông, các góc còn lại bo tròn */
    text-decoration: none;
    font-family: sans-serif; /* Hoặc font bạn đang dùng */
    font-weight: bold;
    font-style: italic; /* Chữ nghiêng giống trong hình */
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    /* Tạo hiệu ứng bóng đổ khối (shadow) màu xanh đậm phía sau */
    box-shadow: -5px 5px 0px 0px #1a531b; 
}
.btnXemThem span {
    display: flex;
    align-items: center;
}

/* Thêm icon mũi tên >> sau chữ */
.btnXemThem span::after {
    content: " \00bb"; /* Ký tự >> */
    margin-left: 10px;
    font-size: 22px;
    font-style: normal;
}

/* Hiệu ứng khi di chuột vào (Hover) */
.btnXemThem:hover {
    box-shadow: -2px 2px 0px 0px #1a531b;
    transform: translate(-2px, 2px); /* Nhấn nút xuống nhẹ */
    background-color: #35a039;
}


.btnXemThem.btnKhongNen{
    background: white;
    color: var(--mau-2);
    box-shadow: -5px 5px 0px 0px var(--mau-2); 
}
.btnXemThem.btnKhongNen:hover {
    box-shadow: -2px 2px 0px 0px #1a531b;
    transform: translate(-2px, 2px); /* Nhấn nút xuống nhẹ */
    background-color: #35a039;
}

#so-run{
    font-weight: bold;
    color: white;
    font-size: 23px;
}
#so-run .count-up{
    font-size: 27px;
    font-weight: 900;
}
#so-run div{
    font-size: 18px;
}

.RowLyDo{

}


.So_Container {
    position: relative;
    padding: 10px 10px 10px 0px;
    display: inline-block;
}
.So_Nen {
    background-color: #fef0ea;
    border-radius: 15px;
    position: relative;
    box-shadow: 8px 8px 0px 0px #fdac63;
    display: block;
}
.So_Chu {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -2px -2px 0 #fdac63,
         2px -2px 0 #fdac63,
        -2px  2px 0 #fdac63,
         2px  2px 0 #fdac63,
         
        
         2px 2px 3px rgba(253, 172, 99, 0.5);
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    padding: 12px 17px;
}

.txtTieuDe .section-title{
    border-bottom: 1px solid var(--primary-color);
}
.txtTieuDe .section-title span.section-title-main{
    border: none;
}

.txtTieuDe.txtFooter .section-title span.section-title-main{
    background: var(--primary-color);
    padding: 5px 10px;
}
.Block_acc .accordion-inner{
    padding: 1em 15px;
}

@media only screen and (max-width: 48em) {




}


