#header_site {
    background-color: #00403D !important;
}

#header_site.scrolled {
    background: white !important;
}

#header_site .menu_site li a::before {
    color: white !important;
}

#header_site.scrolled .menu_site li a::before {
    color: #00403D !important;
}

body::before {
    background: white;
}

body::after {
    height: 50vh;
}

.ff-title {
    color: black;
}

.or_about_wrapper {
    overflow: hidden;
    background: white;
}

.or_about_wrapper .or_about_banner {
    position: relative;
    z-index: 1;
}

.or_about_wrapper .or_news_content {
    position: relative;
    z-index: 1;
    background: white;
    padding: 100px 0px;
}

.or_about_wrapper .or_news_content .list_cate_news {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.or_about_wrapper .or_news_content .list_cate_news li:not(:last-child) {
    margin-right: 30px;
}

.or_about_wrapper .or_news_content .list_cate_news li a {
    color: #010411;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 157%;
    font-family: "Darker Grotesque";
}

.or_about_wrapper .or_news_content .list_cate_news li:hover {
    cursor: pointer;
    scale: 1.02;
}

.or_about_wrapper .or_news_content .list_cate_news li a .num_cate {
    font-size: 10px;
    font-weight: normal;
}




.or_about_wrapper .or_news_content .list_vision {
    position: relative;
}

.or_about_wrapper .or_news_content .list_vision .vision_item {
    margin-top: 3rem;
}

.or_about_wrapper .or_news_content .list_vision .vision_item figure {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 20px;
}

.or_about_wrapper .or_news_content .list_vision .vision_item figure img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_about_wrapper .or_news_content .list_vision .vision_item figure img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_about_wrapper .or_news_content .list_vision .vision_item .vision_item-title {
    color: #2C2C2C;
    font-family: "Darker Grotesque";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    display: -webkit-box;
    height: calc(30px * 1.1 * 2);
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.or_about_wrapper .or_news_content .list_vision .vision_item .desc p {
    color: #010411;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    height: 16px*1.3*2;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Default Desktop rule derived from legacy min-width: 1200px */
.or_about_wrapper .or_news_content .list_vision .vision_item figure a img {
    height: 250px;
}

/* ─── RESPONSIVE STYLES ─────────────────────────────────────── */
/*
 * Rules:
 * - Always use max-width (mobile-last).
 * - Order: xxl → xl → lg → md → sm → xs → xxs (high to low).
 */

/* lg: 1200px */
@media (max-width: 1200px) {
    .or_about_wrapper .or_news_content .list_vision .vision_item figure a img {
        height: 200px;
    }
}

/* md: 992px */
@media (max-width: 992px) {
    .or_about_wrapper .or_news_content .list_vision .vision_item figure a img {
        height: 150px;
    }
}

/* sm: 768px */
@media (max-width: 768px) {
    .or_about_wrapper .or_about_content .content_text .ff-title {
        margin-bottom: 3rem;
    }

    .or_about_wrapper .or_about_slide figure {
        border-radius: 5px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item .card-title {
        font-size: 40px !important;
    }

    .or_about_wrapper .or_news_content .list_vision .vision_item figure a img {
        height: 100%;
    }
}