.elementor-33 .elementor-element.elementor-element-769cb22{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-33 .elementor-element.elementor-element-f66e025{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-f66e025.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-33 .elementor-element.elementor-element-8d90ca8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33 .elementor-element.elementor-element-8c64b30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33 .elementor-element.elementor-element-9070968{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-33 .elementor-element.elementor-element-769cb22{--content-width:100%;}.elementor-33 .elementor-element.elementor-element-f66e025{--width:100%;}.elementor-33 .elementor-element.elementor-element-8d90ca8{--content-width:100%;}.elementor-33 .elementor-element.elementor-element-8c64b30{--content-width:100%;}.elementor-33 .elementor-element.elementor-element-9070968{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0aa3511 *//* CSS styles */
/* --- CONTAINER TỔNG (Bao bọc cả Ảnh và Chữ) --- */
.story-full-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background-color: #f4f5f7;
    padding: 40px 20px;
    border-radius: 16px;
}

/* Responsive: Trên máy tính xếp ngang */
@media (min-width: 992px) {
    .story-full-wrapper {
        flex-direction: row;
        padding: 60px 40px;
        gap: 60px;
    }
    .story-col-image, .story-col-text {
        flex: 1;
        width: 50%;
    }
}

/* --- PHẦN HÌNH ẢNH --- */
.story-image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    line-height: 0;
}

.story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.story-image-container:hover .story-image {
    transform: scale(1.05);
}

.story-image-overlay {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
    pointer-events: none;
}

/* --- PHẦN NỘI DUNG VĂN BẢN (THẺ CARD) --- */
.story-card-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Thanh trang trí màu gradient ở trên cùng */
.story-card-accent {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #fe3114 0%, rgba(254, 49, 20, 0) 100%);
}

/* Tiêu đề */
.story-title {
    font-size: 28px;
    font-weight: 800;
    color: #212529;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.highlight-red { color: #fe3114; }

/* Phụ đề có gạch đứng */
.story-subtitle {
    font-size: 16px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 25px;
    padding-left: 16px;
    border-left: 4px solid #d1d5db;
    line-height: 1.5;
}

/* Nội dung */
.story-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 16px;
}

.story-content p:last-child { margin-bottom: 0; }

.highlight-text { font-weight: 600; color: #111827; }

/* Mobile */
@media (max-width: 768px) {
    .story-card-container { padding: 25px 20px; }
    .story-title { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-769cb22 *//* --- CONTAINER TỔNG (Bao bọc cả Ảnh và Chữ) --- */
.story-full-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background-color: #f4f5f7;
    padding: 40px 20px;
    border-radius: 16px;
}

/* Responsive: Trên máy tính xếp ngang */
@media (min-width: 992px) {
    .story-full-wrapper {
        flex-direction: row;
        padding: 60px 40px;
        gap: 60px;
    }
    .story-col-image, .story-col-text {
        flex: 1;
        width: 50%;
    }
}

/* --- PHẦN HÌNH ẢNH --- */
.story-image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    line-height: 0;
}

.story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.story-image-container:hover .story-image {
    transform: scale(1.05);
}

.story-image-overlay {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
    pointer-events: none;
}

/* --- PHẦN NỘI DUNG VĂN BẢN (THẺ CARD) --- */
.story-card-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Thanh trang trí màu gradient ở trên cùng */
.story-card-accent {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #fe3114 0%, rgba(254, 49, 20, 0) 100%);
}

/* Tiêu đề */
.story-title {
    font-size: 28px;
    font-weight: 800;
    color: #212529;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.highlight-red { color: #fe3114; }

/* Phụ đề có gạch đứng */
.story-subtitle {
    font-size: 16px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 25px;
    padding-left: 16px;
    border-left: 4px solid #d1d5db;
    line-height: 1.5;
}

/* Nội dung */
.story-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 16px;
}

.story-content p:last-child { margin-bottom: 0; }

.highlight-text { font-weight: 600; color: #111827; }

/* Mobile */
@media (max-width: 768px) {
    .story-card-container { padding: 25px 20px; }
    .story-title { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8d90ca8 *//* --- VISION LAYOUT --- */
.vision-wrapper {
    display: flex;
    flex-direction: column-reverse; /* Mobile: Ảnh lên trên (hoặc bỏ -reverse để chữ lên trên) */
    gap: 40px;
    align-items: center;
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

@media (min-width: 992px) {
    .vision-wrapper {
        flex-direction: row; /* Desktop: Chữ Trái - Ảnh Phải */
        gap: 80px;
        padding: 80px 40px;
    }
    .vision-col-text { width: 40%; }
    .vision-col-image { width: 60%; }
}

/* --- VISION TEXT --- */
.vision-text-box {
    padding-left: 24px;
    border-left: 12px solid #fe3114; /* Viền đỏ đậm đặc trưng */
}

.vision-title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vision-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 20px;
}
.vision-desc p:last-child { margin-bottom: 0; }

/* --- VISION IMAGE --- */
.vision-image-container {
    position: relative;
    padding: 10px; /* Chừa chỗ cho viền trang trí */
}

.vision-decor-border {
    position: absolute;
    top: 0; right: 0;
    width: 100%; height: 100%;
    border: 2px solid #fe3114; /* Viền nét mảnh màu đỏ */
    border-radius: 8px;
    transform: translate(15px, -15px); /* Dịch chuyển tạo hiệu ứng lớp */
    z-index: 0;
    display: none;
}
@media (min-width: 768px) { .vision-decor-border { display: block; } }

.vision-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    display: block;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .vision-title { font-size: 26px; }
    .vision-wrapper { gap: 30px; }
}/* End custom CSS */