/* ============================================
   Vietnam Solar Homepage - Styles
   ============================================ */

:root {
    --primary: #ff7f27;
    --fs-color-primary: #ff7f27;
    --primary-dark: #e6731a;
    --secondary: #213d5e;
    --fs-color-secondary: #213d5e;
    --secondary-dark: #1a2f47;
    --dark: #0f1c2e;
    --text: #303030;
    --text-light: #666;
    --bg-light: #f8f9fa;
    --white: #fff;
    --max-width: 1280px;
    --fs-color-base: #303030;
    --radius: 6px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* Fix scroll ngang trên mobile (dùng clip thay hidden để không phá position: sticky) */
html {
    overflow-x: clip;
    max-width: 100vw;
}

p { margin-bottom: 1.3em; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    color: var(--text);
    line-height: 1.6;
    overflow-x: clip;
    max-width: 100vw;
    position: relative;
    /* background: #F4F6F9; */
    background: white;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; height: auto; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    text-align: center;
}
.btn-primary {
    background: var(--primary);
    color: var(--white);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}
.btn-secondary:hover { background: var(--white); color: var(--secondary); }
.btn-light {
    background: var(--white);
    color: var(--secondary);
}
.btn-light:hover { background: #f0f0f0; }
.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

/* ============================================
   Top Bar (Flatsome header-top + chuchay-wat)
   ============================================ */
div#top-bar {
    background: linear-gradient(180deg, #061b48 0%, #061b48 100%) !important;
}
.header-top {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--fs-color-primary);
    min-height: 20px;
    position: relative;
    z-index: 11;
}
.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.flex-col { max-height: 100%; }
#wide-nav .flex-row { justify-content: flex-start !important; }
#wide-nav .flex-col { flex: 0 0 auto !important; }
.flex-grow { -ms-flex-negative: 1; -ms-flex-preferred-size: auto !important; flex: 1; }
.flex-has-center > .flex-col:not(.flex-center),
.flex-has-center > .flex-row > .flex-col:not(.flex-center),
.flex-has-center > .nav-row > .flex-col:not(.flex-center) { flex: 1; }
.nav { align-items: center; display: flex; flex-flow: row wrap; width: 100%; }
.nav, .nav > li { position: relative; }
.nav > li > a { align-items: center; display: inline-flex; flex-wrap: wrap; padding: 10px 0; }
.nav-small .nav > li > a, .nav.nav-small > li > a { font-weight: 400; padding-bottom: 5px; padding-top: 5px; vertical-align: top; }
.header-block { min-height: 15px; width: 100%; }
.row { max-width: 1080px; margin-left: auto; margin-right: auto; }
.row-collapse { padding: 0; }
.row-collapse > .col { padding: 0 !important; }
.col { margin: 0; padding: 0 15px 30px; position: relative; width: 100%; }
.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.header-top .container { max-width: 1280px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 850px) {
    .show-for-medium { display: none !important; }
}
@media (max-width: 849px) {
    .hide-for-medium { display: none !important; }
    .medium-nav-center { justify-content: center; }
}

/* chuchay-wat plugin (from frontend.css) */
.chuchay-wat-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.chuchay-wat-track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: chuchay-wat-scroll linear infinite;
    -moz-animation: chuchay-wat-scroll linear infinite;
    -o-animation: chuchay-wat-scroll linear infinite;
    animation: chuchay-wat-scroll linear infinite;
}
.chuchay-wat-content { display: inline-block; white-space: nowrap; }
.chuchay-wat-item { display: inline-block; vertical-align: middle; padding: 0 25px; white-space: nowrap; }
.chuchay-wat-item i { margin-right: 8px; font-size: inherit; vertical-align: middle; }
.chuchay-wat-icon-img { height: 1.2em; width: auto; margin-right: 8px; vertical-align: middle; }
.chuchay-wat-text { display: inline; vertical-align: middle; }
.chuchay-wat-item::after { content: "✦"; margin-left: 25px; opacity: .6; }
@-webkit-keyframes chuchay-wat-scroll {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@-moz-keyframes chuchay-wat-scroll {
    0% { -moz-transform: translateX(0); transform: translateX(0); }
    100% { -moz-transform: translateX(-50%); transform: translateX(-50%); }
}
@-o-keyframes chuchay-wat-scroll {
    0% { -o-transform: translateX(0); transform: translateX(0); }
    100% { -o-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes chuchay-wat-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.chuchay-wat-pause-hover:hover .chuchay-wat-track {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@media screen and (max-width: 768px) { .chuchay-wat-container { padding: 8px 0; } }
@media screen and (max-width: 480px) { .chuchay-wat-container { padding: 6px 0; } }

/* ============================================
   Header Main (masthead)
   ============================================ */
.header-main { position: relative; z-index: 10; }
.header-inner { align-items: center; display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; }
.header-inner.container { max-width: 1280px; padding-left: 15px; padding-right: 15px; }
.logo { line-height: 1; margin: 0; }
.logo a { color: var(--fs-color-primary); display: block; font-size: 32px; font-weight: bolder; margin: 0; text-decoration: none; text-transform: uppercase; }
.logo img { display: block; width: auto; }
.flex-left { margin-right: auto; }
.flex-right { margin-left: auto; }
.logo-left .logo { margin-left: 0; margin-right: 30px; }
.header .flex-row { height: 100%; }
@media screen and (max-width: 849px) {
    .medium-logo-center .flex-left { flex: 1 1 0%; order: 1; }
    .medium-logo-center .logo { margin: 0 15px; order: 2; text-align: center; }
    .medium-logo-center .logo img { margin: 0 auto; }
    .medium-logo-center .flex-right { flex: 1 1 0%; order: 3; }
    #masthead .logo { flex: 1 1 0%; display: flex; justify-content: center; margin: 0; }
}
.nav-uppercase > li > a { font-weight: bolder; letter-spacing: .02em; text-transform: uppercase; }
.nav-pills > li { margin: 0; }
.nav-pills > li > a { line-height: 2.5em; padding: 0 .75em; border-radius: 99px; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 849px) { .header-inner .nav { flex-wrap: nowrap; } }

/* Search form (Flatsome ux-search) */
.searchform { position: relative; }
.searchform .button.icon { margin: 0; }
.searchform .button.icon i { font-size: 1.2em; }
.searchform-wrapper { width: 100%; }
.searchform-wrapper form { margin-bottom: 0; }
.searchform-wrapper:not(.form-flat) .submit-button { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
input[type=search] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    color: #333;
    font-size: 1rem;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=search]:focus { background-color: #fff; box-shadow: 0 0 5px #ccc; color: #333; opacity: 1 !important; outline: 0; }
.button.icon { display: inline-block; margin-left: .12em; margin-right: .12em; min-width: 2.5em; padding-left: .6em; padding-right: .6em; }
.submit-button, .button {
    background-color: var(--fs-color-primary);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin: 0;
    min-height: 2.5em;
    min-width: 24px;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}
.submit-button:hover, .button:hover { box-shadow: inset 0 0 0 100px rgba(0,0,0,.2); color: #fff; opacity: 1; outline: none; }
.secondary { background-color: var(--fs-color-secondary); border-color: rgba(0,0,0,.05); color: #fff; }
@font-face {
    font-family: fl-icons;
    font-display: block;
    src: url("../fonts/fl-icons.woff2") format("woff2");
}
i[class*=" icon-"], i[class^="icon-"] {
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    speak: none !important;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
.icon-search::before { content: "\e012"; }

/* dich-nn-wat plugin (language switcher) */
.goog-te-banner-frame, .skiptranslate, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- { display: none !important; }
body { top: 0 !important; }
.goog-text-highlight { background-color: transparent !important; box-shadow: none !important; }
.dich-nn-wat-widget { display: inline-block; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 14px; z-index: 9999; }
.dich-nn-wat-selector { position: relative; }
.dich-nn-wat-current { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; background: #fff; border: 1px solid #ddd; border-radius: 6px; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(0,0,0,.05); }
.dich-nn-wat-current:hover { border-color: #bbb; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.dich-nn-wat-flag { display: block; border-radius: 2px; object-fit: cover; }
.dich-nn-wat-arrow { font-size: 8px; color: #666; transition: transform 0.2s ease; margin-left: 2px; line-height: 1; }
.dich-nn-wat-widget.open .dich-nn-wat-arrow { transform: rotate(180deg); }
.dich-nn-wat-dropdown { position: absolute; top: calc(100% + 4px); right: 0; left: auto; min-width: 160px; background: #fff; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,.15); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.2s ease; z-index: 10000; overflow: hidden; }
.dich-nn-wat-widget.open .dich-nn-wat-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dich-nn-wat-option { display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: #333; text-decoration: none; transition: background-color 0.15s ease; border-bottom: 1px solid #f0f0f0; }
.dich-nn-wat-option:last-child { border-bottom: none; }
.dich-nn-wat-option:hover { background-color: #f5f5f5; color: #333; text-decoration: none; }
.dich-nn-wat-option.active { background-color: #e8f4fc; font-weight: 600; }
.dich-nn-wat-option span { white-space: nowrap; }
@media screen and (max-width: 768px) {
    .dich-nn-wat-widget { position: static; }
    .dich-nn-wat-selector { position: relative; }
    .dich-nn-wat-dropdown { right: 0; left: auto; min-width: 150px; max-width: calc(100vw - 20px); }
}
@media screen and (max-width: 480px) {
    .dich-nn-wat-current { padding: 6px 25px 6px 6px !important; }
    .dich-nn-wat-dropdown { min-width: 140px; }
    .dich-nn-wat-option { padding: 8px 12px; font-size: 13px; }
    .dich-nn-wat-option span { max-width: 100px; overflow: hidden; text-overflow: ellipsis; }
}

/* ============================================
   Header
   ============================================ */
.header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.main-nav .nav-menu {
    display: flex;
    gap: 0;
}
.main-nav .nav-menu li a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 28px 16px;
    font-weight: 500;
    font-size: 15px;
    color: var(--secondary);
    transition: color 0.3s;
}
.main-nav .nav-menu li a:hover { color: var(--primary); }
.main-nav .nav-menu li a i { font-size: 10px; color: #999; }

.header-contact .phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 14px;
}
.header-contact .phone-btn i { font-size: 12px; }

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--secondary);
    transition: 0.3s;
}

/* ============================================
   Hero (Flatsome section — nguyên bản vietnamsolar.vn)
   ============================================ */
.section {
    align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    padding: 30px 0;
    position: relative;
    width: 100%;
}
.section-bg { overflow: hidden; }
.section-bg, .section-content { width: 100%; }
.section-bg :is(img, picture, video) {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-content { z-index: 1; }
.absolute { position: absolute !important; }
.fill {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
}
.row {
    display: flex;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    width: 100%;
}
.row.row-small {
    max-width: 1272.5px;
}
.row .row:not(.row-collapse), .container .row:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.col, .columns, .gallery-item {
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
    width: 100%;
}
.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.img, .img .img-inner { position: relative; }
.img .img-inner { overflow: hidden; }
.img, .img img { width: 100%; }
p:empty { display: none; }
.is-divider { display: none; }
.col-inner > .img:not(:last-child), .col > .img:not(:last-child) { margin-bottom: 1em; }
.text-center { text-align: center; }
.text-center .flex-row { justify-content: center; }
.text-shadow-2 { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px; }
.small-12, .small-columns-1 > .col { flex-basis: 100%; max-width: 100%; }
.large-12, .large-columns-1 > .col { flex-basis: 100%; max-width: 100%; }
@media screen and (max-width: 549px) {
    .small-6 { flex-basis: 50%; max-width: 50%; }
}
@media screen and (min-width: 550px) {
    .medium-2 { flex-basis: 16.6667%; max-width: 16.6667%; }
    .medium-3 { flex-basis: 25%; max-width: 25%; }
    .medium-4 { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
    .medium-6 { flex-basis: 50%; max-width: 50%; }
    .medium-8 { flex-basis: 66.6666666667%; max-width: 66.6666666667%; }
    .medium-9 { flex-basis: 75%; max-width: 75%; }
    .medium-10 { flex-basis: 83.3333%; max-width: 83.3333%; }
}
@media screen and (min-width: 850px) {
    .large-2 { flex-basis: 16.6667%; max-width: 16.6667%; }
    .large-3 { flex-basis: 25%; max-width: 25%; }
    .large-4 { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
    .large-6 { flex-basis: 50%; max-width: 50%; }
    .large-8 { flex-basis: 66.6666666667%; max-width: 66.6666666667%; }
    .large-9 { flex-basis: 75%; max-width: 75%; }
    .large-10 { flex-basis: 83.3333%; max-width: 83.3333%; }
label, legend { display: block; font-size: 0.9em; font-weight: 700; margin-bottom: 0.4em; }
.col-divided { border-right: 1px solid rgb(236, 236, 236); padding-right: 30px; }
    .col-divided:not(.col-first):last-child { border-left: 1px solid rgb(236, 236, 236); border-right: 0px; padding-left: 30px; padding-right: 0px; }
    .col-divided + .col { padding-left: 30px; }
}
h2 { color: #061b48 !important; }
.relative { position: relative; }
/* ============================================
   Hero V2 Section
   ============================================ */
#section_637919421 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -120px;
    position: relative;
    overflow: hidden;
}
#section_637919421 .section-bg img { object-position: 50% 50%; }

/* Dark gradient overlay on left */
.hero-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, rgba(8, 22, 42, 0.88) 0%, rgba(10, 28, 52, 0.78) 45%, rgba(10, 28, 52, 0.25) 72%, transparent 95%);
    z-index: 1;
    pointer-events: none;
}
#section_637919421 .section-content { position: relative; z-index: 2; }

/* Wrapper */
.hero-v2-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 32px 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.hero-v2-main { max-width: 680px; flex: 1; }

/* Tagline */
.hero-v2-tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.4;
}
.hero-v2-tagline-bar {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #ff7a00;
    border-radius: 2px;
}

/* Title */
.hero-v2-title {
    font-size: clamp(30px, 4.2vw, 44px);
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-v2-title .c-white { color: #ffffff; }
.hero-v2-title .c-orange { color: #ff7a00; }

/* Subtitle */
.hero-v2-sub {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
}
.hero-v2-sub strong { color: #ffffff; font-weight: 700; }
.hero-v2-sub .c-dot { color: #ff7a00; margin: 0 4px; }

/* Process pill */
.hero-v2-process {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 7px 22px;
    margin: 0 0 28px;
    letter-spacing: .3px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
}

/* CTA Buttons */
.hero-v2-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.hero-v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: nowrap;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.3;
    box-sizing: border-box;
}
.hero-v2-btn--primary {
    background: #ff7a00;
    color: #fff;
    border: 2px solid #ff7a00;
    box-shadow: 0 6px 20px rgba(255,122,0,.4);
}
.hero-v2-btn--primary:hover {
    background: #e06c00;
    border-color: #e06c00;
    box-shadow: 0 8px 28px rgba(255,122,0,.6);
    transform: translateY(-2px);
}
.hero-v2-btn--outline {
    background: rgba(10, 28, 52, 0.7);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}
.hero-v2-btn--outline:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Badge (Top right handwritten style) */
.hero-v2-badge {
    position: absolute;
    top: 20px;
    right: 40px;
    text-align: right;
    z-index: 3;
}
.hero-v2-badge-text {
    color: #ffffff;
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.hero-v2-badge-text em {
    font-style: normal;
    font-size: 34px;
    display: block;
}
.hero-v2-badge-lines {
    width: 140px;
    height: 12px;
    border-bottom: 3px solid #ff7a00;
    border-radius: 50%;
    margin: -4px 0 0 auto;
}

/* Bottom Container */
.hero-v2-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 32px 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

/* Left side: 4 Feature icons */
.hero-v2-features { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; }
.hero-v2-feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 11.5px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    max-width: 105px;
}
.hero-v2-feat-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 15px;
    background: rgba(10, 28, 52, 0.65);
    backdrop-filter: blur(4px);
}

/* Right side: Floating White Segment Bar */
.hero-v2-segment-bar {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}
.hero-v2-segment-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
}
.hero-v2-segment-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b2545;
    font-size: 22px;
    flex-shrink: 0;
}
.hero-v2-segment-text { display: flex; flex-direction: column; }
.hero-v2-segment-text strong {
    font-size: 13.5px;
    font-weight: 700;
    color: #0b2545;
    line-height: 1.25;
    white-space: nowrap;
}
.hero-v2-segment-text small {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 2px;
}
.hero-v2-segment-divider {
    width: 1px;
    height: 32px;
    background: #e2e8f0;
    margin: 0 16px;
}

@media screen and (max-width: 549px) {
    .hide-for-small { display: none !important; }
}
@media screen and (min-width: 550px) {
    .show-for-small { display: none !important; }
}

/* ============================================
   Sections Common
   ============================================ */
.section { padding: 80px 0; }
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 12px;
}
.section-header p {
    font-size: 16px;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================
   Projects (Flatsome slider/banner)
   ============================================ */
.row-slider, .slider { position: relative; scrollbar-width: none; }
.slider:not(.flickity-enabled) { overflow: scroll hidden; white-space: nowrap; width: auto; }
.slider:not(.flickity-enabled) > * { vertical-align: top; display: inline-block !important; white-space: normal !important; }
.slider:not(.flickity-enabled) > a, .slider > a, .slider > a > img, .slider > div:not(.col), .slider > img, .slider > p { width: 100%; }
.slider-style-focus { background-color: transparent; padding: 30px 0; }
.banner { background-color: var(--fs-color-primary); min-height: 30px; position: relative; width: 100%; }
.banner-bg { overflow: hidden; }
.banner-bg :is(img, picture, video) { height: 100%; left: 0; object-fit: cover; object-position: 50% 50%; position: absolute; top: 0; width: 100%; }
.banner-layers { height: 100%; max-height: 100%; position: relative; }
.banner-layers > * { position: absolute !important; }
@media (max-width:549px){ .banner-layers { -webkit-overflow-scrolling: touch; overflow: auto; } }
.text-box { max-height: 100%; }
.text-box .text-box-content { backface-visibility: hidden; position: relative; z-index: 10; }
.banner h2 { font-size: 2.9em; font-weight: 400; line-height: 1; margin-bottom: .2em; margin-top: .2em; padding: 0; }
.banner p { margin-bottom: 1em; margin-top: 1em; padding: 0; }
@media screen and (max-width: 549px) {
    .y0 { top: 0; }
    .x50 { left: 50%; transform: translateX(-50%); }
    .y50 { top: 50.3%; transform: translateY(-50%); }
    .y50.x50 { transform: translate(-50%, -50%); }
}
@media screen and (min-width: 550px) and (max-width: 849px) {
    .md-x0 { left: 0; }
    .md-y20 { top: 20%; }
    .md-x50 { left: 50%; transform: translateX(-50%) !important; }
    .md-y50 { top: 50%; transform: translateY(-50%) !important; }
    .md-x50.md-y50 { transform: translate(-50%, -50%) !important; }
}
@media screen and (min-width: 850px) {
    .lg-x50 { left: 50%; transform: translateX(-50%) !important; }
    .lg-y50 { top: 50%; transform: translateY(-50%) !important; }
    .lg-x50.lg-y50 { transform: translate(-50%, -50%) !important; }
}
.res-text { font-size: 11px; }
@media screen and (min-width: 550px) { .res-text { font-size: 1.8vw; } }
@media screen and (min-width: 850px) { .res-text { font-size: 16px; } }
.loading-spin { animation: spin 0.6s linear infinite; border: 3px solid rgba(0, 0, 0, 0.1); border-left-color: var(--fs-color-primary); border-radius: 50%; font-size: 10px; height: 30px; margin: 0 auto; opacity: 0.8; pointer-events: none; text-indent: -9999em; width: 30px; }
.dark .loading-spin, .dark.loading-spin { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(255, 255, 255); }
.loading-spin.centered { left: 50%; margin-left: -15px; margin-top: -15px; position: absolute; top: 50%; z-index: 99; }
.loading-spin.dark.large.centered { display: none !important; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ============================================
   CTA (row thương hiệu - từ orig flatsome.css)
   ============================================ */
.section + .row:not(.row-collapse) { margin-top: 30px; }

/* ============================================
   Footer
   ============================================ */
.footer {
    position: relative;
    overflow: hidden;
    background: var(--dark);
    color: #aaa;
    padding-top: 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.6fr;
    gap: 48px;
    margin-bottom: 36px;
}
.footer-1 { position: relative; padding-left: 0; }
.footer-1 > * { position: relative; z-index: 1; }
.footer-title {
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
}
.footer-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}
.footer-logo {
    display: block;
    max-width: 170px;
    height: auto;
}
.footer-brand-name {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.footer-col p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.footer-contact li, .footer-col ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
}
.footer-col ul li i { color: var(--primary); margin-top: 4px; }
.footer-links a, .footer-contact a.link {
    color: var(--footer-color, #aaa);
    transition: all 0.3s;
}
.footer-links a:hover, .footer-contact a.link:hover {
    filter: brightness(1.2);
    color: var(--primary);
    padding-left: 3px;
}
/* --- Social Links Redesign --- */
.social-links--redesign {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

/* Facebook circle icon */
.social-links__fb {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1877f2;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none;
    flex-shrink: 0;
}
.social-links__fb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(24, 119, 242, 0.5);
}

/* TikTok circle icon */
.social-links__tiktok {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25F4EE 0%, #000 45%, #FE2C55 100%);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none;
    flex-shrink: 0;
}
.social-links__tiktok:hover {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(254, 44, 85, 0.6);
}

/* Pill buttons (Zalo, Bản đồ) */
.social-links__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px 8px 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none;
    transition: border-color 0.25s, background 0.25s, transform 0.2s;
    background: transparent;
}
.social-links__pill:hover {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

/* Icon wrapper inside pill */
.social-links__pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.social-links__pill-icon img {
    display: block;
    border-radius: 4px;
}
.social-links__pill-icon--zalo img {
    border-radius: 6px;
}

/* Text inside pill */
.social-links__pill-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    white-space: nowrap;
}
.social-links__pill-text strong {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.social-links__pill-text span {
    font-size: 12px;
    opacity: 0.8;
}

/* Responsive – stack pills on small screens */
@media (max-width: 480px) {
    .social-links--redesign {
        gap: 10px;
    }
    .social-links__pill {
        padding: 6px 14px 6px 10px;
    }
}
.hotline-item { margin-bottom: 22px; }
.hotline-item .orange a {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary) !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hotline-item .orange a i { font-size: 16px; }
.hotline-item .all-week { display: block; font-size: 12px; color: #9aa4b2; margin-top: 4px; }

/* --- Hotline Grid (redesign) --- */
.hotline-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}
.hotline-with-icon .hotline-icon {
    color: var(--primary);
    font-size: 24px;
    flex-shrink: 0;
}
.hotline-grid {
    margin-top: 0;
}
.hotline-grid__row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.hotline-grid__row:last-child {
    margin-bottom: 0;
}
.hotline-grid__number {
    color: var(--primary) !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.hotline-grid__number:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.hotline-grid__sep {
    color: var(--primary);
    font-size: 15px;
    font-weight: 400;
    user-select: none;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
}
.footer-bottom p { margin: 3px 0; }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
    /* Fix scroll ngang trên mobile/tablet */
    html, body {
        overflow-x: clip !important;
        max-width: 100vw !important;
        width: 100% !important;
    }
    
    .row, .section, .section-content {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .footer-1 { padding-left: 0; }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: var(--white);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        padding: 20px;
    }
    .main-nav.active { display: block; }
    .main-nav .nav-menu { flex-direction: column; }
    .main-nav .nav-menu li a { padding: 12px 0; border-bottom: 1px solid #eee; }
    .mobile-toggle { display: flex; }
    .header-contact { display: none; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-title { margin-bottom: 14px; }
    .hotline-grid__number, .hotline-item .orange a { font-size: 17px; }
}


/* ============================================
   Masthead customizer (nguyên bản vietnamsolar.vn)
   ============================================ */
.header-main { height: 90px; }
/* #logo { width: 200px; } */
.search-form { width: 96%; }
img.header-logo-dark { display: none; }
.stuck .header-logo-dark, .transparent .header-logo-dark { display: block; }
.stuck .header-logo, .transparent .header-logo { display: none; }
#logo img { height: auto; }
#logo img { max-height: 70px; }
#logo img { max-height: 87px; }
.transparent #logo img { max-height: 30px; }
.stuck #logo img { max-height: 55px !important; }
.nav > li.html { font-size: 0.85em; }

.header-search-form form, .header-search-form .searchform {
    display: flex !important;
    align-items: stretch !important;
    gap: 0px !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    border: 1px solid #061b48 !important;
    background: #fff !important;
}
.header-search-form .search-field, .header-search-form input[type="search"] {
    flex: 1 1 auto !important;
    height: 40px !important;
    padding: 0px 14px !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    color: #0F2C49 !important;
    font-size: 15px !important;
    line-height: 24px !important;
}
.header-search-form .search-field::placeholder, .header-search-form input[type="search"]::placeholder {
    color: rgba(15, 44, 73, 0.55) !important;
}
.header-search-form .ux-search-submit, .header-search-form button[type="submit"] {
    width: 52px !important;
    height: 40px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: linear-gradient(90deg, #061b48 0%, #061b48 45%, #061b48 100%) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.header-search-form .ux-search-submit, .header-search-form button[type="submit"] {
    border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.header-search-form form:focus-within, .header-search-form .searchform:focus-within {
    box-shadow: 0 0 0 2px rgba(238, 94, 9, 0.18) !important;
}

/* Container + top-bar (customizer gốc) */
.container, .row { max-width: 1280px; }
.header-top { min-height: 30px; }
.top-bar-nav > li > a { line-height: 16px; }
.header-top { background-color: #F98F48 !important; }
.header:not(.transparent) .top-bar-nav > li > a { color: #F98F48; }
.dich-nn-wat-widget { padding: 0 0 0 5px; }


/* ===== Flickity (slider Dự Án) - từ orig flatsome.css ===== */
.small-columns-2 .flickity-slider > .col, .small-columns-2 > .col { flex-basis: 50%; max-width: 50%; }
.small-columns-3 .flickity-slider > .col, .small-columns-3 > .col { flex-basis: 33.3333%; max-width: 33.3333%; }
.small-columns-4 .flickity-slider > .col, .small-columns-4 > .col { flex-basis: 25%; max-width: 25%; }
.small-columns-5 .flickity-slider > .col, .small-columns-5 > .col { flex-basis: 20%; max-width: 20%; }
.small-columns-6 .flickity-slider > .col, .small-columns-6 > .col { flex-basis: 16.6667%; max-width: 16.6667%; }
.small-columns-7 .flickity-slider > .col, .small-columns-7 > .col { flex-basis: 14.2857%; max-width: 14.2857%; }
.small-columns-8 .flickity-slider > .col, .small-columns-8 > .col { flex-basis: 12.5%; max-width: 12.5%; }
@media screen and (min-width: 550px) {
    .medium-columns-2 .flickity-slider > .col, .medium-columns-2 > .col { flex-basis: 50%; max-width: 50%; }
    .medium-columns-3 .flickity-slider > .col, .medium-columns-3 > .col { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
    .medium-columns-4 .flickity-slider > .col, .medium-columns-4 > .col { flex-basis: 25%; max-width: 25%; }
    .medium-columns-5 .flickity-slider > .col, .medium-columns-5 > .col { flex-basis: 20%; max-width: 20%; }
    .medium-columns-6 .flickity-slider > .col, .medium-columns-6 > .col { flex-basis: 16.6666666667%; max-width: 16.6666666667%; }
    .medium-columns-7 .flickity-slider > .col, .medium-columns-7 > .col { flex-basis: 14.2857142857%; max-width: 14.2857142857%; }
    .medium-columns-8 .flickity-slider > .col, .medium-columns-8 > .col { flex-basis: 12.5%; max-width: 12.5%; }
}
@media screen and (min-width: 850px) {
    .gallery-columns-2 .gallery-item, .large-columns-2 .flickity-slider > .col, .large-columns-2 > .col { flex-basis: 50%; max-width: 50%; }
    .gallery-columns-3 .gallery-item, .large-columns-3 .flickity-slider > .col, .large-columns-3 > .col { flex-basis: 33.3333%; max-width: 33.3333%; }
    .gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider > .col, .large-columns-4 > .col { flex-basis: 25%; max-width: 25%; }
    .gallery-columns-5 .gallery-item, .large-columns-5 .flickity-slider > .col, .large-columns-5 > .col { flex-basis: 20%; max-width: 20%; }
    .gallery-columns-6 .gallery-item, .large-columns-6 .flickity-slider > .col, .large-columns-6 > .col { flex-basis: 16.6667%; max-width: 16.6667%; }
    .gallery-columns-7 .gallery-item, .large-columns-7 .flickity-slider > .col, .large-columns-7 > .col { flex-basis: 14.2857%; max-width: 14.2857%; }
    .gallery-columns-8 .gallery-item, .large-columns-8 .flickity-slider > .col, .large-columns-8 > .col { flex-basis: 12.5%; max-width: 12.5%; }
}
.grid-col .banner, .grid-col .box, .grid-col .box-image, .grid-col .box-image img, .grid-col .col-inner > .img, .grid-col .flickity-slider > .img, .grid-col .image-cover, .grid-col .image-cover img, .grid-col .slider, .grid-col .slider-wrapper, .grid-col .slider:not(.flickity-enabled), .grid-col .slider > .img, .grid-col > .col-inner > .img, .grid-col > .col-inner > .img .img-inner > img, .grid-col > .col-inner > .img div { bottom: 0px; height: 100%; object-fit: cover; top: 0px; width: 100%; padding: 0px !important; position: absolute !important; }
.grid-col .slider:not(.flickity-enabled) > * { position: relative !important; }
.grid-col .flickity-viewport { height: 100% !important; }
.slider-nav-circle .flickity-prev-next-button svg { height: 36px !important; }
.row-collapse > .col, .row-collapse > .flickity-viewport > .flickity-slider > .col { padding: 0px !important; }
.row-small > .col, .row-small > .flickity-viewport > .flickity-slider > .col { margin-bottom: 0px; padding: 0px 9.8px 19.6px; }
.row-xsmall > .col, .row-xsmall > .flickity-viewport > .flickity-slider > .col { margin-bottom: 0px; padding: 0px 2px 3px; }
.row-large > .col, .row-large > .flickity-viewport > .flickity-slider > .col { margin-bottom: 0px; padding: 0px 30px 30px; }
.flickity-slider > .icon-box, .slider > .icon-box { padding-left: 3% !important; padding-right: 3% !important; }
.flickity-slider > .img, .slider-wrapper:last-child, .slider > .img { margin-bottom: 0px; }
.slider-full .flickity-slider > .col { padding: 0px !important; }
.slider-load-first:not(.flickity-enabled) { max-height: 500px; }
.slider-load-first:not(.flickity-enabled) > div { opacity: 0; }
.slider:not(.flickity-enabled) { overflow: scroll hidden; white-space: nowrap; width: auto; }
.row.row-slider:not(.flickity-enabled) { display: block; }
.slider:not(.flickity-enabled) > * { vertical-align: top; display: inline-block !important; white-space: normal !important; }
.slider:not(.flickity-enabled) > a, .slider > a, .slider > a > img, .slider > div:not(.col), .slider > img, .slider > p { width: 100%; }
.flickity-slider > a, .flickity-slider > a > img, .flickity-slider > div:not(.col), .flickity-slider > figure, .flickity-slider > img, .flickity-slider > p { margin: 0px; padding: 0px; transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s; width: 100% !important; }
.flickity-slider > .row:not(.is-selected) { opacity: 0; }
.flickity-enabled { display: block; position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport { height: 100%; overflow: hidden; position: relative; width: 100%; }
.flickity-slider { height: 100%; position: absolute; width: 100%; }
.is-dragging .flickity-viewport .flickity-slider { pointer-events: none; }
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport { cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: grabbing; }
.flickity-prev-next-button { background-color: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; bottom: 40%; color: rgb(17, 17, 17); cursor: pointer; margin: 0px; opacity: 0; padding: 0px; position: absolute; top: 40%; transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s; width: 36px; }
.flickity-prev-next-button.next { right: 2%; transform: translateX(-20%); }
.flickity-prev-next-button.previous { left: 2%; transform: translateX(20%); }
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button { opacity: 0.7; transform: translateX(0px) !important; }
.slider .flickity-prev-next-button:hover { box-shadow: none; opacity: 1; }
.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg { fill: var(--fs-color-primary); }
.slider-nav-outside .flickity-prev-next-button.previous { left: auto; right: 100%; }
.flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled] { cursor: auto; pointer-events: none; background: none !important; box-shadow: none !important; opacity: 0 !important; }
.flickity-prev-next-button svg { height: auto; left: 50%; max-height: 100%; max-width: 100%; padding: 20%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: 0.3s; width: 100%; }
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button { margin-top: -10%; }
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg { margin-top: -40px; }
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg { fill: currentcolor; border-color: currentcolor; transition: 0.3s; }
.flickity-prev-next-button.no-svg { color: rgb(17, 17, 17); font-size: 26px; }
.slider-no-arrows .flickity-prev-next-button { display: none !important; }
.slider-type-fade .flickity-slider { transform: none !important; }
.slider-type-fade .flickity-slider > * { opacity: 0; z-index: 1; left: 0px !important; }
.slider-type-fade .flickity-slider > .is-selected { opacity: 1; z-index: 2; }
.slider-type-fade .flickity-page-dots, .slider-type-fade .flickity-prev-next-button { z-index: 3; }
.flickity-page-dots { bottom: 15px; left: 20%; line-height: 1; list-style: none; margin: 0px; padding: 0px; position: absolute; right: 20%; text-align: center; }
.row-slider .flickity-page-dots { bottom: 0px; }
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot { border: 3px solid rgb(17, 17, 17); border-radius: 50%; cursor: pointer; display: inline-block; height: 12px; margin: 0px 5px; opacity: 0.4; transition: opacity 0.3s; width: 12px; }
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot { background-color: rgb(17, 17, 17); border: 0px; height: 10px; opacity: 0.2; width: 10px; }
.flickity-page-dots .dot:hover { opacity: 0.7; }
.flickity-page-dots .dot:first-child:last-child { display: none; }
.flickity-page-dots .dot.is-selected { background-color: rgb(17, 17, 17); opacity: 1 !important; }
.slider-nav-dots-dashes .flickity-page-dots .dot { border-radius: 0px; height: 4px; margin: 0px; width: 40px; }
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot { border-radius: 0px; height: 4px; width: 40px; }
.slider-nav-dots-simple .flickity-page-dots .dot { background-color: rgb(17, 17, 17); }
.slider-nav-dots-square .flickity-page-dots .dot { border-radius: 0px; }
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg { border: 2px solid; border-radius: 100%; }
.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg { background-color: var(--fs-color-primary); border-color: var(--fs-color-primary); fill: rgb(255, 255, 255) !important; }
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover { background-color: rgb(255, 255, 255); bottom: 0px; box-shadow: rgba(0, 0, 0, 0.3) 0px -150px 15px 0px; height: 100%; top: -2px; width: 30px; margin: 0px !important; }
.dark .slider-nav-reveal .flickity-prev-next-button { background-color: rgba(0, 0, 0, 0.3); border-radius: 99px; color: rgb(255, 255, 255); }
.slider-nav-reveal .flickity-prev-next-button.next { transform: translateX(10%); left: auto !important; right: -1px !important; }
.slider-nav-reveal .flickity-prev-next-button.previous { transform: translateX(-10%); left: -1px !important; right: auto !important; }
.slider-nav-light .flickity-prev-next-button { color: rgb(255, 255, 255); }
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg { fill: rgb(255, 255, 255); }
.slider-nav-light .flickity-page-dots .dot { border-color: rgb(255, 255, 255); }
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot { background-color: rgb(255, 255, 255); }
.slider-style-container .flickity-slider > *, .slider-style-focus .flickity-slider > *, .slider-style-shadow .flickity-slider > * { margin: 0px auto; max-width: 1080px; }
.slider-style-container:not(.flickity-enabled) .ux_banner, .slider-style-focus:not(.flickity-enabled) .ux_banner, .slider-style-shadow:not(.flickity-enabled) .ux_banner { opacity: 0 !important; }
.slider-style-container .flickity-slider > :not(.is-selected), .slider-style-focus .flickity-slider > :not(.is-selected), .slider-style-shadow .flickity-slider > :not(.is-selected) { opacity: 0.5; }
.slider-style-shadow .flickity-slider > ::before { background-image: url("../../../../../../../../themes/flatsome/assets/img/shadow@2x.png"); background-size: 100% 100%; bottom: -6px; content: ""; height: 100px; left: -10%; position: absolute; right: -10%; z-index: -2; }
.slider-style-shadow .flickity-slider > :not(.is-selected) { opacity: 1; transform: scale(0.9); z-index: -1; }
.slider-style-shadow .flickity-slider > :not(.is-selected)::before { height: 200px; opacity: 0.5; }
.slider-style-shadow .flickity-slider > .is-selected { transform: scale(0.95); }
.slider-style-focus .flickity-page-dots { bottom: 6px; }
.slider-style-focus .flickity-slider > * { max-width: 1050px; }
.slider-style-focus .flickity-slider > :not(.is-selected) { transform: scale(0.93); }
.row-slider .flickity-prev-next-button { opacity: 0.8; background-color: transparent !important; box-shadow: none !important; transform: translateX(0px) !important; width: 20px !important; }
.row-slider .flickity-prev-next-button svg { border: 0px !important; padding: 3px !important; }
.flickity-slider .banner-layers { overflow: hidden; }
.row-slider.slider [data-animated="true"], .slider .is-selected [data-animated="true"], [data-animated="true"] { animation-delay: 0.1s; transform: translateZ(0px) scale(1); opacity: 1 !important; }
.flickity-slider > :not(.is-selected) [data-animated="true"] { transition: transform 0.7s, opacity 0.3s !important; }
.slider-type-fade .flickity-slider > :not(.is-selected) [data-animate] { opacity: 0 !important; transition: none !important; }
.has-slide-effect.is-selected .bg { opacity: 1; transform: scale(1); transition: opacity 1s, transform 20s ease-out; }
.slide-fade-in.is-selected .bg { transition: opacity 3.5s; }
.slide-fade-in-fast.is-selected .bg { transition: opacity 1.5s; }
.slide-zoom-in-fast.is-selected .bg, .slide-zoom-in.is-selected .bg { transform: scale(1.2); }
.slide-zoom-out-fast.is-selected .bg { transition: opacity 1s, transform 5s ease-out; }
.box, .box-image, .box-text { transition: opacity .3s, transform .3s, background-color .3s; }
.box { margin: 0 auto; position: relative; width: 100%; }
.box a { display: inline-block; }
.box-image { height: auto; margin: 0 auto; overflow: hidden; position: relative; }
.box-image img { margin: 0 auto; max-width: 100%; width: 100%; }
.image-cover { background-position: 50% 50%; background-size: cover; height: auto; overflow: hidden; padding-top: 100%; position: relative; }
.image-cover img { bottom: 0; height: 100%; left: 0; object-fit: cover; object-position: 50% 50%; position: absolute; right: 0; top: 0; width: 100%; }
.box-text { font-size: .9em; padding-bottom: 1.4em; padding-top: .7em; position: relative; width: 100%; }
.has-shadow .box-text { padding-left: 1.2em; padding-right: 1.2em; }
.box-text.text-center { padding-left: 10px; padding-right: 10px; }
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 { line-height: 1.3; margin-bottom: .1em; margin-top: .1em; }
.box-text p { margin-bottom: .1em; margin-top: .1em; }
.uppercase, h6, span.widget-title, th { letter-spacing: .05em; line-height: 1.05; text-transform: uppercase; }
.is-uppercase, .uppercase { line-height: 1.2; text-transform: uppercase; }
.is-xsmall { font-size: .7em; }
.has-shadow > .col > .col-inner { background-color: #fff; }
.has-shadow .box:not(.box-overlay):not(.box-shade), .has-shadow.box:not(.box-overlay):not(.box-shade) { background-color: #fff; }
.row-box-shadow-1-hover .col-inner, .row-box-shadow-2 .col-inner { transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s; }
.row-box-shadow-2 .col-inner { box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23); }
.row-box-shadow-1-hover .col-inner:hover { box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); }
@media (max-width: 549px) {
    .box-text { font-size: 85%; }
}
#section_557108586 h1, #section_557108586 h2, #section_557108586 h3, #section_557108586 h4, #section_557108586 h5, #section_557108586 h6 { color: #ee5e09; font-weight: 400; text-rendering: optimizeSpeed; width: 100%; }
#section_557108586 h5 { font-size: 1em; }
#section_557108586 .product-category a { color: #f47521; }/* ============================================
   Blog posts (section_1091120132, from flatsome.css)
   ============================================ */
 #section_1091120132 .row-full-width { max-width: 100% !important; }
 #section_1091120132 .small-12, #section_1091120132 .small-columns-1 .flickity-slider > .col, #section_1091120132 .small-columns-1 > .col { flex-basis: 100%; max-width: 100%; }
 @media screen and (min-width: 550px) {
     #section_1091120132 .medium-columns-3 .flickity-slider > .col, #section_1091120132 .medium-columns-3 > .col { flex-basis: 33.3333%; max-width: 33.3333%; }
 }
 @media screen and (min-width: 850px) {
     #section_1091120132 .gallery-columns-5 .gallery-item, #section_1091120132 .large-columns-5 .flickity-slider > .col, #section_1091120132 .large-columns-5 > .col { flex-basis: 20%; max-width: 20%; }
 }
 #section_1091120132 .box, #section_1091120132 .box-image, #section_1091120132 .box-text { transition: opacity .3s, transform .3s, background-color .3s; }
 #section_1091120132 .box-text { font-size: 0.9em; padding-bottom: 1.4em; padding-top: 0.7em; position: relative; width: 100%; }
 #section_1091120132 .box-text.text-center { padding-left: 10px; padding-right: 10px; }
 #section_1091120132 .box-bounce .box-text { padding: 15px 15px 20px; z-index: 1; }
 #section_1091120132 .has-format, #section_1091120132 .image-cover, #section_1091120132 .video-fit { background-position: 50% 50%; background-size: cover; height: auto; overflow: hidden; padding-top: 100%; position: relative; }
#section_1091120132 .has-equal-box-heights .box-image img, #section_1091120132 .has-format img, #section_1091120132 .image-cover img, #section_1091120132 .video-fit iframe, #section_1091120132 .video-fit video, #section_1091120132 img.back-image { inset: 0; font-family: "object-fit: cover;"; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; width: 100%; }
.is-xxsmall { font-size: 0.6em; }
.op-7 { opacity: 0.7; }
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 { line-height: 1.3; margin-bottom: 0.1em; margin-top: 0.1em; }
.box-text p { margin-bottom: 0.1em; margin-top: 0.1em; }
.box-blog-post .is-divider { height: 2px; margin-bottom: 0.5em; margin-top: 0.5em; }
.post-title { font-size: 0.8em; }
.post-title { font-weight: 400; }
.box-blog-post .is-divider { display: none; }
#section_1091120132 .text-center .is-divider, #section_1091120132 .text-center .is-star-rating, #section_1091120132 .text-center .star-rating, #section_1091120132 .text-center > div, #section_1091120132 .text-center > div > div { margin-left: auto; margin-right: auto; }
 .is-divider { background-color: #213d5e; }
 @media (max-width: 549px) { #section_1091120132 .box-text { font-size: 85%; } }
 #section_1091120132.dark, #section_1091120132.dark p, #section_1091120132.dark td { color: #f1f1f1; }
 #section_1091120132.dark h1, #section_1091120132.dark h2, #section_1091120132.dark h3, #section_1091120132.dark h4, #section_1091120132.dark h5, #section_1091120132.dark h6 { color: #fff; }
 #section_1091120132.dark a { color: currentColor; }
 #section_1091120132 .is-divider { max-width: 30px; width: 100%; }
 #section_1091120132.dark .is-divider { background-color: hsla(0, 0%, 100%, 0.3); }

#section_1091120132 .box-image > a, #section_1091120132 .box-image > div > a { display: block; }

/* ===== Blog section: hiệu ứng hover đa dạng ===== */
#section_1091120132 .box-blog-post { transition: transform .35s ease, box-shadow .35s ease; }
#section_1091120132 .box-blog-post:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0, 0, 0, .45); }
#section_1091120132 .box-blog-post .box-image img { transition: transform .6s ease, filter .6s ease; }
#section_1091120132 .box-blog-post:hover .box-image img { transform: scale(1.08); filter: brightness(1.1); }
#section_1091120132 .box-blog-post .cat-label { transition: color .25s ease, opacity .25s ease; }
#section_1091120132 .box-blog-post:hover .cat-label { color: #F47521; opacity: 1; }
#section_1091120132 .box-blog-post .post-title a { position: relative; transition: color .25s ease; }
#section_1091120132 .box-blog-post .post-title a::after { content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 100%; background: #F47521; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
#section_1091120132 .box-blog-post:hover .post-title a { color: #F47521; }
#section_1091120132 .box-blog-post:hover .post-title a::after { transform: scaleX(1); }
#section_1091120132 .box-blog-post .is-divider { transition: max-width .35s ease, background-color .35s ease; }
#section_1091120132 .box-blog-post:hover .is-divider { max-width: 60px; background-color: #F47521; }

#section_1099199773 .img-inner, #section_1099199773 .img-inner img { color: #f1f1f1; }
#section_1099199773 .img-inner img { display: inline-block; vertical-align: middle; }

#section_107957622 .img-inner, #section_107957622 .img-inner img { color: #f1f1f1; }
#section_107957622 .img-inner img { display: inline-block; vertical-align: middle; }

/* 1) Xóa icon dashicons trước tên menu + caret sau tên */
#wide-nav .dashicons,
#wide-nav .after-menu-image-icons,
#wide-nav .header-bottom-nav > li > a .icon-angle-down{display:none!important}

/* 2) Xóa vạch chia + margin lệch của theme */
#wide-nav .header-bottom-nav > li > a{border:0!important}
#wide-nav .header-bottom-nav > li{border:0!important;margin:0!important}

/* 3) Nền thanh nav: trắng phẳng, hairline trên dưới */
#wide-nav.header-bottom{
  background:#fff!important;
  border-top:1px solid #F0EDE8;
  border-bottom:1px solid #ECE9E3;
  box-shadow:none!important;
}

/* 4) Typography — chuẩn đo từ tesla.com: 14px / 500 / #171A20 / không uppercase */
#wide-nav .header-bottom-nav > li > a{
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:#171A20!important;
  padding:0 18px!important;
  line-height:36px!important;
  margin:auto 2px!important;
  background:transparent!important;
  border-radius:8px!important;
  box-shadow:none!important;
  position:relative!important;
  transition:opacity .2s ease, color .15s ease!important;
}
#wide-nav .header-bottom-nav > li > a .menu-image-title{
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-transform:none!important;
  transition:color .15s ease;
}

/* 5) HOVER CAO CẤP:
      — chữ mục đang rê đổi sang CAM
      — gạch chân cam 2px trượt vào dưới mục đang rê
      — các mục còn lại mờ xuống 40% (focus effect) */
#wide-nav .header-bottom-nav > li > a:hover,
#wide-nav .header-bottom-nav > li:hover > a{
  background:transparent!important;
  color:#EE5E09!important;
  box-shadow:none!important;
}
#wide-nav .header-bottom-nav > li:hover > a .menu-image-title,
#wide-nav .header-bottom-nav > li > a:hover .menu-image-title{color:#EE5E09!important}

/* trang hiện tại: chữ giữ đen + gạch chân cam cố định */
#wide-nav .header-bottom-nav > li.current-menu-item > a,
#wide-nav .header-bottom-nav > li.current-menu-ancestor > a{
  background:transparent!important;
  color:#171A20!important;
  box-shadow:none!important;
}

/* gạch chân cam (tái định nghĩa a:after — đè luôn vạch chia cũ của theme) */
#wide-nav .header-bottom-nav > li + li > a:after,
#wide-nav .header-bottom-nav > li > a:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  top:auto!important;
  bottom:5px!important;
  height:2px!important;
  width:auto!important;
  border:0!important;
  margin:0!important;
  background:#EE5E09!important;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
#wide-nav .header-bottom-nav > li:hover > a:after,
#wide-nav .header-bottom-nav > li.current-menu-item > a:after{transform:scaleX(1)}

/* focus effect: rê vào thanh → các mục không được rê mờ đi */
#wide-nav .header-bottom-nav:hover > li > a{opacity:.4}
#wide-nav .header-bottom-nav:hover > li:hover > a{opacity:1!important}

/* 6) Dropdown menu: tấm trắng bo 10px, bóng mềm */
#wide-nav .nav-dropdown{
  border:0!important;
  border-radius:10px!important;
  box-shadow:0 8px 34px rgba(23,26,32,.14)!important;
  overflow:hidden;
}
/* ===== MEGA MENU VNS — Bỏ tấm nền lớn ngoài cùng, giữ card nội dung ===== */
#header .nav-dropdown:has(.vns-root){
  background:transparent !important;   /* bỏ nền trắng lớp Flatsome ngoài cùng */
  box-shadow:none !important;          /* bỏ bóng đổ của tấm đó */
}
.vns-root{
  background:transparent !important;   /* bỏ nền xám #f4f6f9 của tấm lớn */
}

/* === khớp remote: .header-bottom .nav li a (Flatsome base) ảnh hưởng mega-menu === */
.header-bottom .nav li a{
  border-right:1px solid #ebebeb;
  color:#000;
  padding-left:13px;
  padding-right:13px;
  line-height:30px;
  font-size:15px;
  font-weight:700;
}

/* === Header vertical menu (Cam Nang Solar 2026) - Flatsome theme + customizer === */
.header-vertical-menu__opener { align-items: center; background-color: var(--fs-color-primary); display: flex; flex-direction: row; font-size: 0.9em; font-weight: 600; height: 50px; justify-content: space-between; padding: 12px 15px; width: 250px; }
.header-vertical-menu__opener .icon-menu { font-size: 1.7em; margin-right: 10px; }
.header-vertical-menu__tagline { display: block; font-size: 0.9em; font-weight: 400; line-height: 1.3; }
.header-vertical-menu__title { flex: 1 1 auto; }
.header-vertical-menu__fly-out { background-color: rgb(255, 255, 255); opacity: 0; position: absolute; visibility: hidden; width: 250px; z-index: 9; }
.header-vertical-menu__fly-out .nav-vertical-fly-out { align-items: stretch; display: flex; flex-direction: column; }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item { list-style: none; margin: 0px; position: static; }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a { align-items: center; display: flex; padding: 10px 15px; }
.header-vertical-menu__fly-out .nav-top-link { font-size: 0.9em; order: 1; }
.header-vertical-menu__fly-out.has-shadow { box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 15px; }
.header-wrapper .header-vertical-menu__fly-out { transition: opacity 0.25s, visibility 0.25s; }
.header-vertical-menu__opener { height: 55px; }
.header-vertical-menu__opener { width: 277px; }
.header-vertical-menu__opener { color: rgb(255, 255, 255); }
.header-vertical-menu__opener { background-color: #061b48; }
.header-vertical-menu__fly-out { background-color: #061b48; }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a { color: rgb(255, 255, 255); }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.active > a, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > a { color: rgb(33, 61, 94); }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.active > a, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > a { background-color: rgb(242, 117, 55); }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a { display: block; font-weight: normal; color: white; background-image: url("https://vietnamsolar.vn/wp-content/uploads/2019/03/dot.png"); background-repeat: no-repeat; background-position: 9px center; padding: 8px 26px; font-size: 0.8em; position: relative; }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover { background-color: #ff7f27; color: white; }
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a > i.icon-angle-down { margin-left: 10px; padding-bottom: 6px; }
span.header-vertical-menu__icon { margin-top: 10px; }
/* ponytail: remote opens fly-out via Flatsome JS class - CSS :hover replaces it */
.header-vertical-menu:hover .header-vertical-menu__fly-out { opacity: 1; visibility: visible; }

/* === Dropdown menu (Flatsome theme) - an/mo khi hover === */
.nav-dropdown { background-color: #fff; color: var(--fs-color-base); display: table; left: -15px; margin: 0; min-width: 260px; opacity: 0; padding: 20px 0; position: absolute; text-align: left; transition: opacity .25s ease, visibility 0s linear .25s, transform .25s ease; visibility: hidden; z-index: 9; transform: translateY(0); pointer-events: none; top: 100%; margin-top: 0; }
.nav-dropdown::before { content: ""; position: absolute; top: -25px; left: -30px; right: -30px; height: 30px; background: transparent; pointer-events: auto; }
li.has-dropdown:hover > .nav-dropdown, li.has-dropdown > .nav-dropdown:hover { left: -15px; opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition: opacity .25s ease, visibility 0s linear 0s, transform .25s ease; }
.nav-right li.has-dropdown:hover:last-child > .nav-dropdown { left: auto; right: -15px; }
.nav-dropdown li { display: block; margin: 0; vertical-align: top; }
.nav-dropdown li ul { margin: 0; padding: 0; }
.nav-dropdown > li > a { display: block; line-height: 1.3; padding: 10px 20px; width: auto; color: rgba(74, 74, 74, 0.85); transition: .2s; }
.nav-dropdown > li > a:hover { color: rgba(18, 18, 18, 0.85); }
#wide-nav .nav-dropdown-bold > li > a { padding: 10px 20px; transition: background .2s ease, color .2s ease, padding-left .2s ease; }
#wide-nav .nav-dropdown-bold > li > a:hover { background: #EE5E09; color: #fff; padding-left: 26px; }
.menu-item-has-block .nav-dropdown { padding: 0; }
.sub-menu.nav-dropdown { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.nav-dropdown-has-shadow .nav-dropdown { box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 15px; }
.nav-dropdown-has-border .nav-dropdown { border: 2px solid #ddd; }
.nav-dropdown-has-arrow li.has-dropdown::after, .nav-dropdown-has-arrow li.has-dropdown::before { border: solid transparent; bottom: -2px; content: ""; height: 0; left: 50%; opacity: 0; pointer-events: none; position: absolute; width: 0; z-index: 10; transition: opacity .3s ease; }
.nav-dropdown-has-arrow li.has-dropdown:hover::after, .nav-dropdown-has-arrow li.has-dropdown:hover::before { opacity: 1; }
.nav-dropdown-has-arrow li.has-dropdown::after { border-color: rgba(222, 222, 222, 0) rgba(222, 222, 222, 0) #fff; border-width: 8px; margin-left: -8px; }
.nav-dropdown-has-arrow li.has-dropdown::before { border-width: 11px; margin-left: -11px; z-index: -999; }
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::before { border-bottom-color: #ddd; }

.icon-box .icon-box-img { margin-bottom: 1em; max-width: 100%; position: relative; }
.icon-box-img img, .icon-box-img svg { padding-top: .2em; width: 100%; }
body { overflow-wrap: break-word; }
#row-1523584916 { align-items: stretch !important; }
#row-1523584916 > .col { display: flex; }
#row-1523584916 > .col > .col-inner { display: flex; flex-direction: column; width: 100%; height: 100%; }
#row-1523584916 .icon-box, #row-1523584916 .box { display: flex; flex-direction: column; flex: 1; width: 100%; }
#row-1523584916 .icon-box-text, #row-1523584916 .box-text { display: flex; flex-direction: column; flex: 1; width: 100%; }
#row-1523584916 .icon-box-text > :last-child, #row-1523584916 .box-text > :last-child { margin-top: auto !important; }
#row-1523584916 .box-text { padding-bottom: 0 !important; }
.row-full-width { max-width: 100% !important; }
#row-1523584916 { max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important; }

/* ===== Blog archive pages (cong-trinh-solar-nha-xuong-doanh-nghiep) ===== */
.archive-page-header { margin-bottom: 30px; }
.page-title { color: #213d5e; margin: 0; }
.page-title.is-large { font-size: 1.6em; }
.nav-pagination { margin: 30px 0; text-align: center; }
.nav-pagination > li > a, .nav-pagination > li > span { border: 2px solid; border-radius: 99px; display: block; font-size: 1.1em; font-weight: bolder; height: 2.25em; line-height: 2em; min-width: 2.25em; padding: 0 7px; text-align: center; transition: all .3s; vertical-align: top; width: auto; }
.nav-pagination > li i { font-size: 1.2em; top: -1px; vertical-align: middle; }
.nav-pagination > li > .current, .nav-pagination > li > a:hover, .nav-pagination > li > span:hover { background-color: var(--fs-color-primary); border-color: var(--fs-color-primary); color: #fff; }
ul.links { font-size: .85em; margin: 5px 0; }
ul.links li { display: inline-block; margin: 0 .4em; }
ul.links li a { color: currentColor; }
.page-news .row { max-width: 1310px; }
.page-news .row.row-large > .post-sidebar { padding: 0 12px 30px 12px; }
.post-sidebar { padding-top: 30px; }
.widget { margin-bottom: 24px; }
.widget_search .submit-button { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
.widget_search .ux-search-submit, .widget_search .submit-button { margin: 0 !important; background: linear-gradient(90deg, #E27C34 0%, #EE5E09 45%, #CC5A26 100%) !important; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; width: 70px !important; max-width: 100% !important; }
.widget_search .ux-search-submit:hover, .widget_search .submit-button:hover { box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); color: #fff; }
.widget_search .icon-search { line-height: .5; }
.widget_search .button i, .widget_search .submit-button i { top: -1.5px; vertical-align: middle; }
.widget_search .ux-search-submit, .widget_search .submit-button { font-family: inherit; }
.widget_search input#s, .widget_search .search-field { border: 1px solid #EE5E09 !important; border-radius: 4px 0 0 4px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; height: 39px !important; padding: 0 10.5px !important; line-height: 1.6 !important; box-shadow: none !important; outline: none !important; background: #fff !important; color: #333 !important; font-size: 14px !important; font-family: inherit; }
.widget_search input#s:focus, .widget_search .search-field:focus { box-shadow: none !important; border-color: #EE5E09 !important; }
.widget_search input#s::placeholder, .widget_search .search-field::placeholder { color: rgba(15, 44, 73, 0.55) !important; }
.page-news table, .page-news th, .page-news td { border: 1px solid #868585; }
.page-news table td img { display: inline-block; }
.page-news table td { font-size: .9em !important; line-height: 1.3 !important; }
.col .live-search-results, .header .search-form .live-search-results, .header-block .live-search-results { background-color: hsla(0, 0%, 100%, .95); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); color: #111; left: 0; position: absolute; right: 0; text-align: left; top: 105%; }
.searchform-wrapper .autocomplete-suggestions { -webkit-overflow-scrolling: touch; max-height: 50vh; overflow-y: scroll; }
.autocomplete-suggestion { align-items: center; border-bottom: 1px solid rgba(0, 0, 0, .05); cursor: default; display: flex; padding: 10px .75em; }
.autocomplete-suggestion .search-name { flex: 1; }
.autocomplete-suggestion img { border-radius: 99px; display: inline-block; height: 40px; margin-right: 10px; width: 40px; }
.autocomplete-suggestion img + .search-name { margin-top: -.15em; padding-left: .5em; }
.autocomplete-suggestion .search-price { font-size: .8em; margin-left: 5px; padding-top: 3px; }
.autocomplete-suggestion:last-child { border-bottom: none; }
.autocomplete-selected { background-color: rgba(0, 0, 0, .05); }

.blog-wrapper .box-blog-post .is-divider { display: block; }
.blog-wrapper .post-title { font-size: 1em; font-weight: 600; }
.blog-wrapper .from_the_blog_excerpt { font-size: .9em; line-height: 1.5; }


.blog-wrapper .col.post-item { display: flex; }
.blog-wrapper .col.post-item > .col-inner { display: flex; width: 100%; }
.blog-wrapper .col.post-item .box { display: flex; flex-direction: column; height: 100%; width: 100%; }
.blog-wrapper .col.post-item .box-image { width: 100%; margin: 0; font-size: 0; }
.blog-wrapper .col.post-item .image-cover { font-size: 0; }
.blog-wrapper .col.post-item .box-text { margin-top: 0; }

/* ============ Blog single (chi tiết bài viết) ============ */
body.blog-single .blog-wrapper { background: transparent; }
body.blog-single .large-9.col { padding-top: 20px; }
body.blog-single .post-single .article-inner { background: #fff; border-radius: 10px; overflow: hidden; }
body.blog-single .entry-header { padding: 40px 20px 10px; }
body.blog-single .entry-header-text.text-center { text-align: center; }
body.blog-single .entry-category { color: #EE5E09; font-weight: 600; letter-spacing: .5px; margin-bottom: 10px; text-transform: uppercase; font-size: .8em; }
body.blog-single .entry-title { color: #1a1a1a; font-size: 2em; line-height: 1.25; margin: 0 0 10px; font-weight: 700; }
body.blog-single .entry-meta { color: #999; font-size: .85em; }
body.blog-single .entry-meta a { color: #EE5E09; }
body.blog-single .entry-image.single-image { margin: 20px 0 0; }
body.blog-single .entry-image img { display: block; width: 100%; height: auto; }
body.blog-single .entry-content.single-page { padding: 30px 40px 20px; font-size: 16px; line-height: 1.8; color: #333; word-wrap: break-word; }
body.blog-single .entry-content.single-page p { margin: 0 0 1.2em; }
body.blog-single .entry-content.single-page h2, body.blog-single .entry-content.single-page h3, body.blog-single .entry-content.single-page h4 { color: #11294b; margin: 1.4em 0 .6em; line-height: 1.3; }
body.blog-single .entry-content.single-page h2 { font-size: 1.5em; }
body.blog-single .entry-content.single-page h3 { font-size: 1.25em; }
body.blog-single .entry-content.single-page img { max-width: 100%; height: auto; }
/* TinyMCE: căn giữa ảnh qua khối cha text-align:center (ảnh inline) */
body.blog-single .entry-content.single-page [style*="text-align: center"] img,
body.blog-single .entry-content.single-page [style*="text-align:center"] img,
body.blog-single .entry-content.single-page figure.align-center img,
body.blog-single .entry-content.single-page figure[style*="text-align:center"] img,
body.blog-single .entry-content.single-page .aligncenter img,
body.blog-single .entry-content.single-page img.aligncenter { display: inline-block !important; margin-left: auto !important; margin-right: auto !important; }
/* TinyMCE: căn giữa ảnh qua margin:auto trên chính ảnh (ảnh block) */
body.blog-single .entry-content.single-page img[style*="margin-left: auto"],
body.blog-single .entry-content.single-page img[style*="margin-left:auto"],
body.blog-single .entry-content.single-page img[style*="margin: auto"],
body.blog-single .entry-content.single-page img[style*="margin:auto"] { display: block !important; margin-left: auto !important; margin-right: auto !important; }
body.blog-single .entry-content.single-page ul, body.blog-single .entry-content.single-page ol { margin: 0 0 1.2em 1.4em; }
body.blog-single .entry-content.single-page a { color: #EE5E09; text-decoration: underline; }
body.blog-single .entry-content.single-page blockquote { border-left: 4px solid #EE5E09; background: #fff7f2; margin: 1.2em 0; padding: 12px 18px; font-style: italic; color: #555; }
body.blog-single .entry-content.single-page table { width: 100%; border-collapse: collapse; margin: 1.2em 0; }
body.blog-single .entry-content.single-page table td, body.blog-single .entry-content.single-page table th { border: 1px solid #e3e3e3; padding: 10px; }
body.blog-single footer.entry-meta { border-top: 1px solid #f1f1f1; margin: 20px 40px 0; padding: 16px 0; color: #888; font-size: .9em; }
body.blog-single .navigation-post { background: #f8f9fa; border-top: 1px solid #eee; margin: 0 40px 30px; padding: 18px 0; }
body.blog-single .navigation-post .flex-row { display: flex; justify-content: space-between; gap: 20px; }
body.blog-single .navigation-post a { color: #11294b; font-size: .95em; text-decoration: none; }
body.blog-single .navigation-post a:hover { color: #EE5E09; }
body.blog-single .navigation-post .nav-post-arrow { color: #EE5E09; }
body.blog-single .news-related { border-top: 1px solid #e8ecf1; margin: 30px 40px; padding-top: 26px; }
body.blog-single .news-related-title { color: #11294b; font-size: 1.15em; margin: 0 0 18px; text-transform: uppercase; padding-left: 12px; border-left: 4px solid #EE5E09; line-height: 1.3; }
body.blog-single .news-related-card { margin-bottom: 18px; background: #fff; border-radius: 10px; padding: 8px; height: 100%; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
body.blog-single .news-related-card:hover { transform: translateY(-3px); border-color: rgba(238, 94, 9, .35); box-shadow: 0 12px 26px rgba(17, 41, 75, .10); }
body.blog-single .news-related-media { display: block; border-radius: 6px; overflow: hidden; }
body.blog-single .news-related-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
body.blog-single .news-related-card:hover .news-related-media img { transform: scale(1.05); }
body.blog-single .news-related-meta { display: flex; justify-content: space-between; align-items: center; gap: 6px; margin: 10px 4px 6px; font-size: 11px; }
body.blog-single .news-related-cat { color: #EE5E09; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
body.blog-single .news-related-date { color: #98a2b3; white-space: nowrap; }
body.blog-single .news-related-name { font-size: .95em; line-height: 1.45; margin: 0 4px 6px; }
body.blog-single .news-related-name a { color: #11294b; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.blog-single .news-related-name a:hover { color: #EE5E09; }
@media (max-width: 849px) {
  body.blog-single .entry-title { font-size: 1.4em; }
  body.blog-single .entry-content.single-page { padding: 20px 18px; }
  body.blog-single .news-related, body.blog-single .navigation-post, body.blog-single footer.entry-meta { margin-left: 18px; margin-right: 18px; }
}
@media (max-width: 549px) {
  body.blog-single .post-sidebar { margin-top: 10px; }
  body.blog-single .related-row { flex-wrap: nowrap; overflow-x: auto !important; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
  body.blog-single .related-row::-webkit-scrollbar { display: none; }
  body.blog-single .related-row > .col { flex: 0 0 74%; max-width: 74%; padding-left: 5px; padding-right: 5px; scroll-snap-align: start; }
  body.blog-single .news-related-card { margin-bottom: 0; }
}

.row.align-center { justify-content: center; }
.row.align-middle { align-items: center; }

/* ============================================
   Header ghim: thu nhỏ top-bar mượt khi scroll
   (desktop: masthead + wide-nav dính; mobile: chỉ masthead dính)
   ============================================ */
#top-bar {
    overflow: hidden;
    max-height: 64px;
    transition: max-height .45s ease, opacity .45s ease;
}
#header.is-scrolled #top-bar {
    max-height: 0;
    min-height: 0;
    opacity: 0;
}
