﻿@font-face {
    font-family: 'Good Time';
    src: url('/font/Good Times Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.elementor-element-89018c2 {
    text-align: center !important;
}

    .elementor-element-89018c2 p {
        text-align: center !important;
        margin: 0 auto;
        line-height: 1.6;
        max-width: 1030px; /* Giữ cho đoạn text không quá dài */
    }

.elementor-element-031ec12 .elementor-heading-title {
    font-family: "Orbitron", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    text-align: left !important;
}


.elementor-element-f545f18 .elementor-heading-title {
    font-family: "Orbitron", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.elementor-element-3d7d8d7 .elementor-heading-title {
    font-family: "Orbitron", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.okai-letter {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    text-align: justify;
    padding: 20px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    max-width: 800px;
    margin: 0 auto;
}

    .okai-letter p {
        margin-bottom: 1em;
    }

[data-id="df0e3b8"] {
    transform: none !important;
}


/* Bố cục tổng - 2 cột song song */
.mission-vision-wrapper > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap !important;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Mỗi cột chiếm 50% chiều ngang */
.e-con-half {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column; /* Đảm bảo tiêu đề nằm trên nội dung */
    justify-content: flex-start;
}

/* Cột trái - Sứ mệnh */
.elementor-element-mission {
    background-color: #ffffff;
    color: #fff;
    border-radius: 10px;
}

/* Cột phải - Tầm nhìn */
.elementor-element-vision {
    background-color: #ffffff;
    color: #333;
    border-radius: 10px;
}

/* Tiêu đề */
.elementor-widget-heading h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

/* Nội dung văn bản */
.elementor-widget-text-editor p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

/* Responsive - xếp dọc trên mobile */
@media (max-width: 768px) {
    .mission-vision-wrapper > .e-con-inner {
        flex-direction: column !important;
        gap: 20px;
    }

    .e-con-half {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }

    .elementor-widget-heading h2 {
        font-size: 28px;
    }

    .elementor-widget-text-editor p {
        font-size: 15px;
    }
}
