/*
Theme Name: SolarHongNga
Description: Thietkewebchuyen.com
Author: UX Themes
Template: flatsome
Version: 2.6
*/




/* ===============================
   THIETKEWEBCHUYEN COM - VINASOLAX
================================ */

.thietkewebchuyen_com_header_section,
.thietkewebchuyen_com_hero_section,
.thietkewebchuyen_com_product_section,
.thietkewebchuyen_com_project_section,
.thietkewebchuyen_com_calc_section,
.thietkewebchuyen_com_partner_section,
.thietkewebchuyen_com_benefit_section {
    font-family: inherit;
}

/* HEADER */

.thietkewebchuyen_com_header_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: rgba(5, 30, 58, 0.72);
    backdrop-filter: blur(10px);
}

.thietkewebchuyen_com_header_row {
    min-height: 72px;
    padding-left: 36px;
    padding-right: 36px;
}

.thietkewebchuyen_com_logo_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thietkewebchuyen_com_logo_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #44bd32;
    letter-spacing: -6px;
}

.thietkewebchuyen_com_logo_text {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.thietkewebchuyen_com_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.thietkewebchuyen_com_menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
}

.thietkewebchuyen_com_menu a:hover {
    color: #62c737;
}

.thietkewebchuyen_com_header_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.thietkewebchuyen_com_search,
.thietkewebchuyen_com_lang {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.thietkewebchuyen_com_quote_btn {
    background: linear-gradient(135deg, #5bcf35, #25a722);
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(41, 171, 38, 0.32);
}

/* HERO */

.thietkewebchuyen_com_hero_section {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.thietkewebchuyen_com_hero_section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(3, 24, 48, 0.95) 0%,
        rgba(3, 24, 48, 0.72) 34%,
        rgba(3, 24, 48, 0.20) 72%,
        rgba(3, 24, 48, 0.45) 100%
    );
    z-index: 1;
}

.thietkewebchuyen_com_hero_section > .section-content {
    position: relative;
    z-index: 2;
}

.thietkewebchuyen_com_hero_row {
    min-height: 510px;
    padding-left: 60px;
    padding-right: 60px;
}

.thietkewebchuyen_com_hero_content {
    max-width: 650px;
}

.thietkewebchuyen_com_hero_brand {
    margin: 0 0 8px;
    color: #52c832;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 1px;
}

.thietkewebchuyen_com_hero_content h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 1px;
}

.thietkewebchuyen_com_hero_desc {
    margin: 0 0 24px;
    color: #fff;
    font-size: 19px;
    line-height: 1.75;
    font-weight: 600;
}

.thietkewebchuyen_com_hero_buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 34px;
}

.thietkewebchuyen_com_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.thietkewebchuyen_com_btn_green {
    color: #fff !important;
    background: linear-gradient(135deg, #62d33a, #24a51f);
    box-shadow: 0 10px 22px rgba(49, 190, 40, 0.35);
}

.thietkewebchuyen_com_btn_outline {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(6, 28, 52, 0.35);
}

.thietkewebchuyen_com_hero_features {
    display: flex;
    align-items: center;
    gap: 44px;
}

.thietkewebchuyen_com_feature_item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.thietkewebchuyen_com_feature_item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #61ce37;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.thietkewebchuyen_com_feature_item strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 2px;
}

.thietkewebchuyen_com_feature_item span {
    display: block;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
}

/* FLOAT BUTTONS */

.thietkewebchuyen_com_float_buttons {
    position: fixed;
    right: 18px;
    top: 40%;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thietkewebchuyen_com_float_btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0f87ff;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}

.thietkewebchuyen_com_float_btn:nth-child(3) {
    background: #27c84a;
}

.thietkewebchuyen_com_float_btn:nth-child(4) {
    background: #08355d;
}

/* STATS */

.thietkewebchuyen_com_stats_outer_row {
    margin-top: -10px;
    position: relative;
    z-index: 5;
}

.thietkewebchuyen_com_stats_box {
    background: linear-gradient(135deg, #063e72, #041f42);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -8px 35px rgba(0,0,0,0.25);
    overflow: hidden;
}

.thietkewebchuyen_com_stat_item {
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 34px;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.thietkewebchuyen_com_stat_last {
    border-right: 0;
}

.thietkewebchuyen_com_stat_item i {
    color: #61ce37;
    font-size: 42px;
    min-width: 46px;
    text-align: center;
}

.thietkewebchuyen_com_stat_item strong span , .thietkewebchuyen_com_stat_item strong{
    display: inline-block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px;
}

.thietkewebchuyen_com_stat_item span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    font-weight: 600;
}

/* BACKGROUND SECTIONS */

.thietkewebchuyen_com_product_section,
.thietkewebchuyen_com_project_section,
.thietkewebchuyen_com_calc_section,
.thietkewebchuyen_com_partner_section {
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 42%, #f2f8ff 100%);
}

/* SECTION TITLE */

.thietkewebchuyen_com_section_title {
    text-align: center;
    margin-bottom: 24px;
}

.thietkewebchuyen_com_section_title p {
    margin: 0 0 8px;
    color: #4daf35;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
}

.thietkewebchuyen_com_section_title h2 {
    margin: 0;
    color: #061d3c;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
}

/* PRODUCT */

.thietkewebchuyen_com_product_col {
    padding-bottom: 24px;
}

.thietkewebchuyen_com_product_card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px 24px;
    box-shadow: 0 10px 28px rgba(13, 46, 78, 0.09);
    border: 1px solid rgba(0, 51, 102, 0.06);
    transition: all .25s ease;
}

.thietkewebchuyen_com_product_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(13, 46, 78, 0.16);
}

.thietkewebchuyen_com_product_img {
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.thietkewebchuyen_com_product_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thietkewebchuyen_com_product_card h3 {
    margin: 0 0 8px;
    color: #061d3c;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.thietkewebchuyen_com_product_card p {
    margin: 0 0 14px;
    color: #3e536b;
    font-size: 14px;
    line-height: 1.5;
}

.thietkewebchuyen_com_product_card a {
    color: #0067b1;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

/* PROJECT */

.thietkewebchuyen_com_project_card {
    position: relative;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(9, 37, 68, 0.14);
}

.thietkewebchuyen_com_project_img {
    position: absolute;
    inset: 0;
}

.thietkewebchuyen_com_project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thietkewebchuyen_com_project_card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 27, 50, 0.08) 0%, rgba(4, 27, 50, 0.88) 100%);
}

.thietkewebchuyen_com_project_info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 20px;
}

.thietkewebchuyen_com_project_info span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.thietkewebchuyen_com_project_info span i {
    color: #61ce37;
    margin-right: 4px;
}

.thietkewebchuyen_com_project_info h3 {
    margin: 6px 0 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.thietkewebchuyen_com_project_info p {
    margin: 0 0 2px;
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.thietkewebchuyen_com_center_button {
    text-align: center;
    margin-top: 12px;
}

.thietkewebchuyen_com_center_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 28px;
    border: 1px solid #0b5890;
    border-radius: 6px;
    color: #0b5890;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

/* CALCULATOR */

.thietkewebchuyen_com_calc_box_col {
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(0, 76, 133, 0.14);
    border-radius: 12px;
    padding: 32px 28px 0;
    box-shadow: 0 15px 35px rgba(8, 45, 80, 0.08);
}

.thietkewebchuyen_com_calc_title {
    margin-bottom: 26px;
}

.thietkewebchuyen_com_calc_field label {
    display: block;
    color: #354c63;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.thietkewebchuyen_com_fake_input,
.thietkewebchuyen_com_fake_select {
    height: 48px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dce7f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #071d38;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(0,0,0,0.03);
}

.thietkewebchuyen_com_fake_input em {
    font-style: normal;
    color: #5a6f83;
    font-size: 13px;
    font-weight: 700;
    border-left: 1px solid #e5edf4;
    padding-left: 14px;
}

.thietkewebchuyen_com_fake_select i {
    color: #71869a;
}

.thietkewebchuyen_com_calc_submit {
    padding-top: 25px;
}

.thietkewebchuyen_com_calc_submit a {
    height: 48px;
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(135deg, #61ce37, #21a51e);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(34, 170, 31, 0.25);
}

.thietkewebchuyen_com_calc_result_row {
    margin-top: 30px;
    background: linear-gradient(135deg, #063d71, #041f42);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    min-height: 122px;
}

.thietkewebchuyen_com_calc_result_left_col {
    padding: 18px 0 18px 18px;
}

.thietkewebchuyen_com_result_item {
    min-height: 78px;
    color: #fff;
    padding: 8px 12px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.thietkewebchuyen_com_result_item i {
    color: #61ce37;
    font-size: 24px;
    margin-bottom: 8px;
}

.thietkewebchuyen_com_result_item span {
    display: block;
    color: rgba(255,255,255,0.82);
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.thietkewebchuyen_com_result_item strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.thietkewebchuyen_com_calc_house {
    text-align: right;
    margin-top: -95px;
}

.thietkewebchuyen_com_calc_house img {
    max-width: 100%;
    width: 330px;
    object-fit: contain;
}

/* PARTNER */

.thietkewebchuyen_com_partner_section {
    padding-top: 20px;
}

.thietkewebchuyen_com_partner_logo {
    height: 72px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(7, 45, 78, 0.07);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
}

.thietkewebchuyen_com_partner_logo img {
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
}

/* BENEFIT */

.thietkewebchuyen_com_benefit_section {
    background: linear-gradient(135deg, #052e5c, #031d3d);
}

.thietkewebchuyen_com_benefit_item {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: 1px solid rgba(255,255,255,0.12);
    padding: 0 18px;
}

.thietkewebchuyen_com_benefit_col:last-child .thietkewebchuyen_com_benefit_item {
    border-right: 0;
}

.thietkewebchuyen_com_benefit_item i {
    color: #61ce37;
    font-size: 32px;
    min-width: 38px;
    text-align: center;
}

.thietkewebchuyen_com_benefit_item strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 4px;
}

.thietkewebchuyen_com_benefit_item span {
    display: block;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
}








.thietkewebchuyen_com_calc_section {
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 45%, #f1f8ff 100%);
    overflow: hidden;
}

.thietkewebchuyen_com_calc_box_col {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0, 76, 133, 0.12);
    border-radius: 14px;
    padding: 34px 28px 32px;
    box-shadow: 0 14px 36px rgba(8, 45, 80, 0.08);
    overflow: hidden;
}

.thietkewebchuyen_com_calc_title {
    margin-bottom: 32px;
}

.thietkewebchuyen_com_section_title {
    text-align: center;
}

.thietkewebchuyen_com_section_title p {
    margin: 0 0 10px;
    color: #43a833;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.thietkewebchuyen_com_section_title h2 {
    margin: 0;
    color: #061d3c;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
}

.thietkewebchuyen_com_calc_form_row {
    margin-bottom: 0;
}

.thietkewebchuyen_com_calc_field label {
    display: block;
    color: #172b42;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.thietkewebchuyen_com_input_group,
.thietkewebchuyen_com_select_group {
    height: 66px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dbe5ef;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 5px 14px rgba(8, 45, 80, 0.04);
}

.thietkewebchuyen_com_input_group input {
    width: 100%;
    height: 100%;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #020817;
    font-size: 28px;
    font-weight: 900;
    padding: 0 22px;
    margin: 0 !important;
}

.thietkewebchuyen_com_input_group span {
    min-width: 92px;
    height: 100%;
    border-left: 1px solid #dbe5ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #020817;
    font-size: 18px;
    font-weight: 900;
    background: #f9fbfd;
}

.thietkewebchuyen_com_select_group select {
    width: 100%;
    height: 100%;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #020817;
    font-size: 28px;
    font-weight: 900;
    padding: 0 22px;
    margin: 0 !important;
    cursor: pointer;
}

.thietkewebchuyen_com_calc_submit {
    padding-top: 32px;
}

.thietkewebchuyen_com_calc_btn {
    width: 100%;
    height: 66px;
    border-radius: 8px;
    background: linear-gradient(135deg, #53cf35, #24aa1d);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(34, 170, 31, 0.25);
    transition: all .25s ease;
}

.thietkewebchuyen_com_calc_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(34, 170, 31, 0.32);
}

.thietkewebchuyen_com_calc_notice {
    min-height: 0;
    margin: 0;
    text-align: center;
}

.thietkewebchuyen_com_calc_notice span#trave {
    display: none;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
}

.thietkewebchuyen_com_calc_notice span#trave.is-show {
    display: inline-block;
}

.thietkewebchuyen_com_calc_notice span#trave.is-error {
    color: #d93025;
}

.thietkewebchuyen_com_calc_notice span#trave.is-success {
    color: #26981f;
}


.thietkewebchuyen_com_calc_btn.is-loading {
    pointer-events: none;
    opacity: 0.85;
}

.thietkewebchuyen_com_calc_notice span.is-loading {
    color: #0b4f86;
    position: relative;
    padding-left: 24px;
}

.thietkewebchuyen_com_calc_notice span.is-loading:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #0b4f86;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    animation: thietkewebchuyen_com_spin 0.8s linear infinite;
}

@keyframes thietkewebchuyen_com_spin {
    to {
        transform: rotate(360deg);
    }
}

/* ẨN KẾT QUẢ BAN ĐẦU */
.thietkewebchuyen_com_calc_result_row {
    display: none;
    margin-top: 30px;
    background: linear-gradient(135deg, #063d71 0%, #04294f 48%, #041f42 100%);
    border-radius: 10px;
    overflow: hidden;
    min-height: 132px;
    box-shadow: 0 14px 35px rgba(4, 31, 66, 0.18);
}

/* KHI BẤM TÍNH TOÁN THÌ HIỆN */
.thietkewebchuyen_com_calc_result_row.is-active {
    display: flex;
}

.thietkewebchuyen_com_result_col {
    padding: 0 !important;
}

.thietkewebchuyen_com_result_item {
    min-height: 132px;
    color: #fff;
    padding: 24px 16px;
    border-right: 1px solid rgba(255,255,255,0.14);
}

.thietkewebchuyen_com_result_item i {
    color: #61ce37;
    font-size: 32px;
    margin-bottom: 10px;
}

.thietkewebchuyen_com_result_item span {
    display: block;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 6px;
}

.thietkewebchuyen_com_result_item strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.thietkewebchuyen_com_calc_house_col {
    padding: 0 !important;
    position: relative;
}

.thietkewebchuyen_com_calc_house {
    height: 132px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 8px;
}

.thietkewebchuyen_com_calc_house img {
    width: 265px;
    max-width: 265px;
    object-fit: contain;
    margin-top: -118px;
    margin-bottom: -2px;
    position: relative;
    z-index: 4;
}

@media (max-width: 1024px) {
    .thietkewebchuyen_com_section_title h2 {
        font-size: 32px;
    }

    .thietkewebchuyen_com_input_group input,
    .thietkewebchuyen_com_select_group select {
        font-size: 22px;
    }

    .thietkewebchuyen_com_result_item strong {
        font-size: 20px;
    }

    .thietkewebchuyen_com_calc_house img {
        width: 220px;
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .thietkewebchuyen_com_calc_box_col {
        padding: 24px 16px 24px;
    }

    .thietkewebchuyen_com_section_title h2 {
        font-size: 24px;
    }

    .thietkewebchuyen_com_calc_submit {
        padding-top: 0;
    }

    .thietkewebchuyen_com_calc_result_row.is-active {
        display: block;
    }

    .thietkewebchuyen_com_result_item {
        min-height: 112px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .thietkewebchuyen_com_calc_house {
        height: auto;
        padding: 18px 10px;
    }

    .thietkewebchuyen_com_calc_house img {
        width: 230px;
        max-width: 230px;
        margin-top: 0;
        margin-bottom: 0;
    }
}








/* RESPONSIVE */

@media (max-width: 1024px) {
    .thietkewebchuyen_com_header_menu_col {
        display: none;
    }

    .thietkewebchuyen_com_header_row {
        padding-left: 18px;
        padding-right: 18px;
    }

    .thietkewebchuyen_com_header_action {
        justify-content: flex-end;
    }

    .thietkewebchuyen_com_hero_row {
        padding-left: 24px;
        padding-right: 24px;
    }

    .thietkewebchuyen_com_hero_content h1 {
        font-size: 42px;
    }

    .thietkewebchuyen_com_hero_brand {
        font-size: 34px;
    }

    .thietkewebchuyen_com_stat_item {
        padding: 18px;
    }

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

@media (max-width: 767px) {
    .thietkewebchuyen_com_header_section {
        position: relative;
        background: #052e5c;
    }

    .thietkewebchuyen_com_header_action {
        margin-top: 12px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .thietkewebchuyen_com_hero_section {
        min-height: auto;
        padding-top: 70px !important;
    }

    .thietkewebchuyen_com_hero_section:before {
        background: rgba(3, 24, 48, 0.82);
    }

    .thietkewebchuyen_com_hero_row {
        min-height: auto;
        padding: 30px 18px 50px;
    }

    .thietkewebchuyen_com_hero_brand {
        font-size: 30px;
    }

    .thietkewebchuyen_com_hero_content h1 {
        font-size: 34px;
    }

    .thietkewebchuyen_com_hero_desc {
        font-size: 16px;
    }

    .thietkewebchuyen_com_hero_buttons,
    .thietkewebchuyen_com_hero_features {
        flex-direction: column;
        align-items: flex-start;
    }

    .thietkewebchuyen_com_btn {
        width: 100%;
    }

    .thietkewebchuyen_com_stats_box {
        border-radius: 10px;
    }

    .thietkewebchuyen_com_stat_item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .thietkewebchuyen_com_section_title h2 {
        font-size: 25px;
    }

    .thietkewebchuyen_com_product_img {
        height: 180px;
    }

    .thietkewebchuyen_com_project_card {
        height: 240px;
    }

    .thietkewebchuyen_com_calc_box_col {
        padding: 24px 16px 0;
    }

    .thietkewebchuyen_com_calc_submit {
        padding-top: 0;
    }

    .thietkewebchuyen_com_calc_result_left_col {
        padding: 14px;
    }

    .thietkewebchuyen_com_calc_house {
        margin-top: 10px;
        text-align: center;
    }

    .thietkewebchuyen_com_calc_house img {
        width: 260px;
    }

    .thietkewebchuyen_com_result_item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .thietkewebchuyen_com_benefit_item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding: 14px 0;
    }

    .thietkewebchuyen_com_float_buttons {
        right: 10px;
        top: auto;
        bottom: 85px;
    }
}



/* ===============================
   VINASOLAX FOOTER
================================ */

/* FOOTER BENEFIT */

.thietkewebchuyen_com_footer_benefit_section {
    background: linear-gradient(135deg, #063d71 0%, #041f42 100%);
}

.thietkewebchuyen_com_footer_benefit_item {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.14);
}

.thietkewebchuyen_com_footer_benefit_col:last-child .thietkewebchuyen_com_footer_benefit_item {
    border-right: 0;
}

.thietkewebchuyen_com_footer_benefit_item i {
    color: #61ce37;
    font-size: 34px;
    min-width: 40px;
    text-align: center;
}

.thietkewebchuyen_com_footer_benefit_item strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 4px;
}

.thietkewebchuyen_com_footer_benefit_item span {
    display: block;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 1.4;
}


.thietkewebchuyen_com_footer_main_section {
    background:
        radial-gradient(circle at top left, rgba(83, 207, 53, 0.12), transparent 32%),
        linear-gradient(135deg, #052b56 0%, #03172f 100%);
    color: #fff;
}

.thietkewebchuyen_com_footer_main_row {
    margin-bottom: 28px;
}

.thietkewebchuyen_com_footer_logo {
    margin-bottom: 20px;
}

.thietkewebchuyen_com_footer_logo img {
    max-width: 210px;
    height: auto;
}

.thietkewebchuyen_com_footer_desc {
    margin: 0 0 22px;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.75;
    max-width: 420px;
}

.thietkewebchuyen_com_footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thietkewebchuyen_com_footer_social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .25s ease;
}

.thietkewebchuyen_com_footer_social a:hover {
    background: #50c832;
    border-color: #50c832;
    transform: translateY(-3px);
}


/* FOOTER MENU */

.thietkewebchuyen_com_footer_menu h3,
.thietkewebchuyen_com_footer_contact h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 900;
    position: relative;
    padding-bottom: 12px;
}

.thietkewebchuyen_com_footer_menu h3:after,
.thietkewebchuyen_com_footer_contact h3:after {
    content: "";
    width: 42px;
    height: 3px;
    border-radius: 10px;
    background: #50c832;
    position: absolute;
    left: 0;
    bottom: 0;
}

.thietkewebchuyen_com_footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thietkewebchuyen_com_footer_menu li {
    margin-bottom: 11px;
    margin-left: 0px !important;
}

.thietkewebchuyen_com_footer_menu a {
    color: rgba(255,255,255,0.76);
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: all .2s ease;
}

.thietkewebchuyen_com_footer_menu a:hover {
    color: #61ce37;
    padding-left: 5px;
}


/* FOOTER CONTACT */

.thietkewebchuyen_com_footer_contact_item {
    display: flex;
    gap: 13px;
    margin-bottom: 16px;
}

.thietkewebchuyen_com_footer_contact_item i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(97, 206, 55, 0.12);
    color: #61ce37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    min-width: 34px;
}

.thietkewebchuyen_com_footer_contact_item strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 3px;
}

.thietkewebchuyen_com_footer_contact_item span {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.5;
}


/* NEWSLETTER */

.thietkewebchuyen_com_footer_newsletter {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.thietkewebchuyen_com_footer_newsletter h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 900;
}

.thietkewebchuyen_com_footer_newsletter p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.5;
}

.thietkewebchuyen_com_footer_newsletter form {
    display: flex;
    min-width: 420px;
    max-width: 460px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.thietkewebchuyen_com_footer_newsletter input {
    height: 52px;
    flex: 1;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 16px;
    color: #061d3c;
    font-size: 14px;
    font-weight: 600;
    background: #fff !important;
}

.thietkewebchuyen_com_footer_newsletter button {
    height: 52px;
    border: 0;
    background: linear-gradient(135deg, #53cf35, #24aa1d);
    color: #fff;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}


/* FOOTER BOTTOM */

.thietkewebchuyen_com_footer_bottom_section {
    background: #021326;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.thietkewebchuyen_com_footer_copyright p {
    margin: 0;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
}

.thietkewebchuyen_com_footer_policy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.thietkewebchuyen_com_footer_policy a {
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    text-decoration: none;
}

.thietkewebchuyen_com_footer_policy a:hover {
    color: #61ce37;
}


/* RESPONSIVE */

@media (max-width: 1024px) {
    .thietkewebchuyen_com_footer_newsletter {
        flex-direction: column;
        align-items: flex-start;
    }

    .thietkewebchuyen_com_footer_newsletter form {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .thietkewebchuyen_com_footer_benefit_item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding: 14px 0;
    }

    .thietkewebchuyen_com_footer_benefit_col:last-child .thietkewebchuyen_com_footer_benefit_item {
        border-bottom: 0;
    }

    .thietkewebchuyen_com_footer_about,
    .thietkewebchuyen_com_footer_menu,
    .thietkewebchuyen_com_footer_contact {
        margin-bottom: 28px;
    }

    .thietkewebchuyen_com_footer_newsletter {
        padding: 20px;
    }

    .thietkewebchuyen_com_footer_newsletter h3 {
        font-size: 19px;
    }

    .thietkewebchuyen_com_footer_newsletter form {
        flex-direction: column;
        background: transparent;
        gap: 10px;
    }

    .thietkewebchuyen_com_footer_newsletter input,
    .thietkewebchuyen_com_footer_newsletter button {
        width: 100%;
        border-radius: 8px;
    }

    .thietkewebchuyen_com_footer_copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    .thietkewebchuyen_com_footer_policy {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 16px;
    }
}







:root{
	--chieu-cao-sanpham-desktop:250px;
}
.BlockSanPham .box-image , .single-product .box-image , .post-type-archive-product .box-image , .tax-product_cat .box-image{
    height: var(--chieu-cao-sanpham-desktop);
}
.BlockSanPham .box-image img , .single-product .box-image img , .post-type-archive-product .box-image img , .tax-product_cat .box-image img {
    height: var(--chieu-cao-sanpham-desktop);
	object-fit: contain;
    width: 90%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.call-phone{position:fixed;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:1000;left:-10px;bottom:-10px}
.call-circle{width:90px;height:90px;top:12px;left:12px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);opacity:.1;border-color:#d95352;opacity:.5}
.call-circle-fill{width:60px;height:60px;top:28px;left:28px;position:absolute;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgb(223 59 59 / 55%);opacity:.75!important}
.call-img-circle{width:40px;height:40px;top:38px;left:38px;position:absolute;background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#d95352;background-size:70%;z-index:3}
.call-phone span {font-size: 17px;padding: 4px 15px 4px 45px;border-radius: 0 20px 20px 0;color: #fff;background-color: #d95352;display: inline-block;position: absolute;right: -110px;top: 43px;font-weight: 700;}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.btn_zalo {position: fixed;bottom: 90px;left: 22px;z-index: 99;}
.btn_zalo:hover{text-decoration: none;}
.btn_zalo:before {content:''; width: 50px;height: 50px;border-radius: 50%;border: 2px solid #fff;background-color: #4285f4;color: #fff;text-align: center;line-height: 46px;font-size: 20px;display: block;position: relative;z-index: 2;background-image: url('https://solarhongnga.com/wp-content/uploads/2025/04/zalo-icon.png');background-size: 100%;}
.btn_zalo span{position: absolute;top: 8px;padding: 7px 15px;border-radius: 0 20px 20px 0;left: 40px;display: inline-block;font-size: 16px;line-height: 20px;transition:0.2s ease-in-out;border: 2px solid #fff;z-index: 1;background-color: #028fe3;color: #fff;width: 140px; font-weight: 600;}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomIn {
    animation-name: zoomIn
}
@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.pulse {
    animation-name: pulse
}
.animated, .appear-animation {
    animation-fill-mode: both;
    animation-duration: 1s;
}
@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    animation-name: tada
}
#footer .Footer ul li{
    margin-left: 0px!important;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}



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



}