body{
    font-family: "Roboto", sans-serif;
    font-size:16px;
}
.home-special{
    margin-top:2rem;
}
.btn{
     display: inline-block;
    padding: 8px 24px;
    font-weight: 500;
    color: var(--body-color);
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    font-size:16px;
}
.btn:hover{
     background-color: var(--shop-color-main);
    color: #fff;
    border-color: var(--shop-color-main);
    text-decoration: none;
}
.section.crs-clients {
    margin-top: 30px;
}
section.section{  
    margin-bottom:40px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.section-service__title{
    font-size:22px;
    line-height:32px;
}
.service-about_image_text{
    margin-bottom:40px;
}
.form-newsletter__heading h2{
        font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--shop-color-main);
    margin: 0 0 4px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}
/* ============================================
   FOOTER — hauhouse
   ============================================ */

/* ----- Footer Main ----- */
.ftr__main {
    background-color: var(--footer-bg);
    color: var(--footer-color);
    padding: 40px 0 32px;
}

/* ----- Heading cột ----- */
.ftr__heading {
    color: var(--footer-color-title);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--footer-color-title);
    display: inline-block;
}

/* ----- Danh sách liên hệ ----- */
.ftr__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--footer-color);
}

.ftr__contact-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--shop-color-main);
}

.ftr__contact-item--branch {
    align-items: center;
}

.ftr__contact-link {
    color: var(--footer-color);
    text-decoration: none;
    transition: color 0.2s;
}

.ftr__contact-link:hover {
    color: var(--shop-color-accent);
}

/* ----- Form liên hệ nhanh (cột 3 - nền cam) ----- */
.ftr__form-box {
    background-color: var(--shop-color-accent);
    border-radius: 4px;
    padding: 24px 20px;
}

.ftr__form-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    border-bottom: none;
    display: block;
}

.ftr__form-group {
    margin-bottom: 12px;
}

.ftr__form-input {
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.ftr__form-input::placeholder {
    color: #aaa;
}

.ftr__form-input:focus {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.ftr__form-textarea {
    resize: vertical;
    min-height: 90px;
}

.ftr__form-btn {
    background-color: #fff;
    color: var(--shop-color-main);
    border: 2px solid #fff;
    padding: 9px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ftr__form-btn:hover {
    background-color: transparent;
    color: #fff;
}

.ftr__form-msg {
    margin: 8px 0 0;
    color: #fff;
    min-height: 20px;
}

/* ----- Footer Bottom / Copyright ----- */
.ftr__bottom {
    background-color: #0d2a5e;
    padding: 14px 0;
}

.ftr__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.ftr__copyright {
    color: rgba(255,255,255,0.75);
}

.ftr__copyright a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

/* ----- Social icons ----- */
.ftr__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.12);
    color: #fff;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
}

.ftr__social-link:hover {
    background-color: var(--shop-color-main);
    transform: translateY(-2px);
    color: #fff;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .ftr__main {
        padding: 28px 0 20px;
    }

    .ftr__form-box {
        margin-top: 24px;
    }

    .ftr__bottom-inner {
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .ftr__form-box {
        margin-top: 0;
    }
}
/* ============================================================
   MODULE: gallery-slider (Slideshow banner chính)
   Position: content_maintop_two
   ============================================================ */

.gallery-slider {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

/* Bỏ padding mặc định của .section cho slideshow full-width */
.section.gallery-slider {
    padding: 0;
}

/* ---- Swiper container ---- */
.gallery-slider__swiper {
    width: 100%;
    overflow: hidden;
}

/* ---- Ảnh slide ---- */
.gallery-slider__link {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-slider__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile: dùng tỉ lệ cố định nếu không có image_mobile */
@media (max-width: 767px) {
    .gallery-slider__img {
        min-height: 160px;
        object-position: center;
    }
}

/* ---- Caption box (khung xanh navy góc trái dưới) ---- */
.gallery-slider__caption {
    position: absolute;
    bottom: 28px;
    left: 40px;
    max-width: 340px;
        background-color: #005aaa94;
    padding: 18px 22px 20px;
    border-radius: 0 4px 4px 0;
    backdrop-filter: blur(2px);
}

@media (min-width: 768px) {
    .gallery-slider__caption {
        bottom: 36px;
        max-width: 400px;
        padding: 20px 28px 22px;
    }
}

@media (min-width: 1200px) {
    .gallery-slider__caption {
        bottom: 48px;
        max-width: 460px;
        padding: 24px 32px 28px;
    }
}

.gallery-slider__caption-title {
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
     text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 36px;
    line-height: 46px;
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

.gallery-slider__caption-desc {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .gallery-slider__caption-desc {
    }
}

/* ---- Pagination dots ---- */
.gallery-slider__pagination {
    bottom: 14px !important;
}

.gallery-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: background 0.3s, transform 0.3s;
}

.gallery-slider .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3);
}

/* ---- Nav buttons ---- */
.gallery-slider__btn-prev,
.gallery-slider__btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background 0.3s;
}

.gallery-slider__btn-prev:hover,
.gallery-slider__btn-next:hover {
    background: rgba(255, 255, 255, 0.45);
}

.gallery-slider__btn-prev::after,
.gallery-slider__btn-next::after {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .gallery-slider__btn-prev,
    .gallery-slider__btn-next {
        display: none;
    }
}
/* ================================================================
   MODULE: nws-cat2col — Tin tức theo danh mục 2 cột
   Template: extension/module/news_module/news_category_2col.tpl
   Append vào cuối main.css
   ================================================================ */

/* --- Group (mỗi danh mục) --- */
.nws-cat2col__group {
    margin-bottom: 40px;
}

.nws-cat2col__group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--shop-color-main);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.nws-cat2col__cat-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.04em;
    color: var(--section-color-title);
}

.nws-cat2col__cat-title a {
    color: inherit;
    text-decoration: none;
}

.nws-cat2col__cat-title a:hover {
    color: var(--shop-color-main);
}

.nws-cat2col__cat-more {
    color: var(--shop-color-main);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.nws-cat2col__cat-more:hover {
    text-decoration: underline;
}

/* --- Card --- */
.nws-cat2col__item-wrap {
    margin-bottom: 18px;
}

.nws__card.nws-cat2col__card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    height: 100%;
}

/* --- Thumb --- */
.nws__thumb.nws-cat2col__thumb {
    display: block;
    flex-shrink: 0;
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 4px;
}

.nws__thumb.nws-cat2col__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.nws__thumb.nws-cat2col__thumb:hover img {
    transform: scale(1.06);
}

/* --- Body --- */
.nws__body.nws-cat2col__body {
    flex: 1;
    min-width: 0;
}

/* --- Title --- */
.nws__title.nws-cat2col__title {
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.nws__title.nws-cat2col__title a {
    color: var(--shop-color-main);
    text-decoration: none;
}

.nws__title.nws-cat2col__title a:hover {
    color: var(--shop-color-accent);
}

/* --- Description --- */
.nws__desc.nws-cat2col__desc {
    color: #666;
    line-height: 1.5;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Read more --- */
.nws__readmore.nws-cat2col__readmore {
    display: inline-block;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
}

.nws__readmore.nws-cat2col__readmore:hover {
    color: var(--shop-color-main);
    border-color: var(--shop-color-main);
}

/* --- Responsive --- */
@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    .nws__thumb.nws-cat2col__thumb {
    }

    .nws__title.nws-cat2col__title {
    }

    .nws__desc.nws-cat2col__desc {
    }
}

/* ================================================================
   MODULE: service_about_us_detail — Về chúng tôi (text sections)
   Append vào: stylesheet/main.css
   ================================================================ */


/* Heading */
.srv-about-detail__heading {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--section-color-title);
    margin-bottom: 12px;
}

/* Divider: accent line + dashed line */
.srv-about-detail__divider {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
}

.srv-about-detail__divider-accent {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: var(--shop-color-accent);
    flex-shrink: 0;
}

.srv-about-detail__divider-line {
    display: inline-block;
    flex: 1;
    height: 1px;
    border-top: 2px dashed #ccc;
    margin-left: 6px;
}

/* Intro text */
.srv-about-detail__intro {
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 24px;
}

/* Sub-sections */
.srv-about-detail__sections {
    margin-bottom: 24px;
}

.srv-about-detail__item {
    margin-bottom: 20px;
}

.srv-about-detail__item:last-child {
    margin-bottom: 0;
}

.srv-about-detail__item-title {
    font-weight: 600;
    color: var(--shop-color-main);
    margin-bottom: 8px;
}

.srv-about-detail__item-desc {
    line-height: 1.7;
    color: var(--body-color);
}

/* CTA button */
.srv-about-detail__cta {
    margin-top: 8px;
}

.srv-about-detail__btn {
    display: inline-block;
    padding: 8px 24px;
    font-weight: 500;
    color: var(--body-color);
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.srv-about-detail__btn:hover {
    background-color: var(--shop-color-main);
    color: #fff;
    border-color: var(--shop-color-main);
    text-decoration: none;
}

@media (min-width: 768px) {
    .srv-about-detail {
    }
}

@media (min-width: 1024px) {
    .srv-about-detail__inner {
        max-width: 700px;
    }
}
/* ============================================
   MODULE: news_custom — View: news_category_list
   Tin tức theo danh mục dạng list cột sidebar
   ============================================ */

.nws-catlist__inner {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

.nws-catlist__header {
    background-color: var(--shop-color-main);
    padding: 14px 20px;
}

.nws-catlist__heading {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0;
    border: none;
}

.nws-catlist__heading::after {
    display: none;
}

.nws-catlist__heading-sub {
    color: rgba(255, 255, 255, 0.8);
    margin: 4px 0 0;
}

/* --- Nhóm danh mục --- */
.nws-catlist__group {
    padding: 0;
}

.nws-catlist__group + .nws-catlist__group {
    border-top: 1px solid #e8e8e8;
}

.nws-catlist__cat-title {
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
}

.nws-catlist__cat-link {
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.nws-catlist__cat-link:hover {
    color: var(--shop-color-main);
    text-decoration: none;
}

/* --- List bài viết --- */
.nws-catlist__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nws-catlist__item {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.nws-catlist__item:last-child {
    border-bottom: none;
}

.nws-catlist__title {
    font-weight: 700;
    color: var(--shop-color-main);
    text-decoration: none;
    line-height: 1.4;
    display: block;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

.nws-catlist__title:hover {
    color: var(--shop-color-accent);
    text-decoration: none;
}

.nws-catlist__desc {
    color: #777;
    margin: 0 0 6px;
    line-height: 1.5;
}

.nws-catlist__readmore {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease;
}

.nws-catlist__readmore:hover {
    color: var(--shop-color-main);
    text-decoration: none;
}

/* --- Footer / nút xem tất cả --- */
.nws-catlist__footer {
    padding: 12px 16px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    background-color: #fafafa;
}

/* Responsive */
@media (min-width: 768px) {
    .nws-catlist__heading {
        
    }

    .nws-catlist__title {
        
    }
}
/* =============================================================
   MODULE: nws-sidebar — Tin tức dạng cột dọc (thumb trái + nội dung phải)
   File: append vào main.css
   ============================================================= */

.nws-sidebar__heading-wrap {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--shop-color-main);
}

.nws-sidebar .section__heading {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--section-color-title);
    margin-bottom: 0;
}

.nws-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Item card */
.nws-sidebar__item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.nws-sidebar__item:last-child {
    border-bottom: none;
}

/* Thumb */
.nws-sidebar__thumb-link {
    flex-shrink: 0;
    display: block;
    width: 100px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
}

.nws-sidebar__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nws-sidebar__thumb-link:hover .nws-sidebar__thumb {
    transform: scale(1.05);
}

/* Body */
.nws-sidebar__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Title */
.nws-sidebar__title {
    display: block;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    text-decoration: none;
    /* clamp 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nws-sidebar__title:hover {
    color: var(--shop-color-main);
    text-decoration: none;
}

/* Excerpt */
.nws-sidebar__desc {
    color: #666;
    line-height: 1.4;
    margin: 0;
    /* clamp 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more */
.nws-sidebar__readmore {
    font-weight: 600;
    color: var(--shop-color-main);
    text-decoration: none;
    margin-top: auto;
}

.nws-sidebar__readmore:hover {
    text-decoration: underline;
    color: var(--shop-color-accent);
}

/* Footer nút xem thêm */
.nws-sidebar__footer {
    margin-top: 16px;
    text-align: center;
}

/* Responsive: trên tablet+ thumb lớn hơn */
@media (min-width: 768px) {
    .nws-sidebar__thumb-link {
        width: 120px;
        height: 80px;
    }

    .nws-sidebar__title {
    }
}


/* ============================================
   MODULE: Dự Án Nổi Bật — srv_project_gallery
   service / view: srv_project_gallery
   ============================================ */

/* --- Header --- */
.srv-project__header {
    margin-bottom: 24px;
}

.srv-project__heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--shop-color-main);
    margin-bottom: 0;
}

.srv-project__heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background-color: var(--shop-color-accent);
}

/* --- Grid layout --- */
.srv-project__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 8px;
}

/* Item thường */
.srv-project__item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

/* Item featured — chiếm toàn bộ cột trái, 2 row */
.srv-project__item--featured {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

@media (min-width: 768px) {
    .srv-project__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .srv-project__item--featured {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
}

/* --- Link wrapper --- */
.srv-project__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 0;
}

/* --- Image --- */
.srv-project__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.srv-project__item--featured .srv-project__img {
    min-height: 280px;
}

.srv-project__item:not(.srv-project__item--featured) .srv-project__img {
    min-height: 130px;
}

@media (min-width: 768px) {
    .srv-project__item--featured .srv-project__img {
        min-height: 380px;
    }

    .srv-project__item:not(.srv-project__item--featured) .srv-project__img {
        min-height: 183px;
    }
}

@media (min-width: 1200px) {
    .srv-project__item--featured .srv-project__img {
        min-height: 460px;
    }

    .srv-project__item:not(.srv-project__item--featured) .srv-project__img {
        min-height: 222px;
    }
}

/* --- Overlay (ẩn, hiện khi hover) --- */
.srv-project__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(var(--shop-color-main-rgb, 18, 55, 140), 0.88) 0%,
        rgba(var(--shop-color-main-rgb, 18, 55, 140), 0.45) 50%,
        transparent 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 16px;
    transition: opacity 0.35s ease;
    line-height: 1.4;
}

.srv-project__item:hover .srv-project__overlay {
    opacity: 1;
}

.srv-project__item:hover .srv-project__img {
    transform: scale(1.06);
}

/* Featured — title luôn hiện ở bottom */
.srv-project__item--featured .srv-project__overlay {
    opacity: 1;
    background: linear-gradient(
        to top,
        rgba(18, 55, 140, 0.85) 0%,
        transparent 55%
    );
}

.srv-project__item--featured:hover .srv-project__overlay {
    background: linear-gradient(
        to top,
        rgba(18, 55, 140, 0.95) 0%,
        rgba(18, 55, 140, 0.5) 60%,
        transparent 100%
    );
}

/* --- Overlay inner --- */
.srv-project__overlay-inner {
    width: 100%;
}

.srv-project__title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.3;
}

.srv-project__item--featured .srv-project__title {
    font-size: 16px;
}

.srv-project__desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 8px;
    display: none;
}

.srv-project__item--featured:hover .srv-project__desc,
.srv-project__item:not(.srv-project__item--featured):hover .srv-project__desc {
    display: block;
}

.srv-project__cta {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    padding: 3px 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}

.srv-project__item:hover .srv-project__cta {
    background: #fff;
    color: var(--shop-color-main);
}

@media (min-width: 768px) {
    .srv-project__title {
        font-size: 15px;
    }

    .srv-project__item--featured .srv-project__title {
        font-size: 18px;
    }

    .srv-project__desc {
        display: block;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.3s, max-height 0.3s;
        margin: 0;
    }

    .srv-project__item:hover .srv-project__desc,
    .srv-project__item--featured:hover .srv-project__desc {
        display: block;
        opacity: 1;
        max-height: 60px;
        margin: 0 0 8px;
    }
}

/* ============================================
   MODULE: Parallax Background — srv-project
   ============================================ */

.srv-project-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 220px;
    position: relative;
}

.srv-project-parallax__overlay {
    min-height: 220px;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    padding: 48px 0;
}

.srv-project-parallax__content {
    color: #fff;
    text-align: center;
}

.srv-project-parallax__content h2,
.srv-project-parallax__content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.srv-project-parallax__content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .srv-project-parallax {
        min-height: 300px;
    }

    .srv-project-parallax__overlay {
        min-height: 300px;
    }

    .srv-project-parallax__content h2,
    .srv-project-parallax__content h3 {
        font-size: 32px;
    }
}

/* iOS không hỗ trợ fixed attachment — fallback */
@supports (-webkit-overflow-scrolling: touch) {
    .srv-project-parallax {
        background-attachment: scroll;
    }
}

/* ============================================
   MODULE: carousel — Logo khách hàng
   ============================================ */
.crs-clients { background: #fff; }

.crs-clients__head { margin-bottom: 20px; }

.crs-clients__heading {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--shop-color-main);
    margin: 0 0 4px;
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
}

.crs-clients__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--shop-color-accent);
}

.crs-clients__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-right: 1px dashed #ddd;
}

.crs-clients__item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.crs-clients__item img {
    height:70px;
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.crs-clients__item:hover img { opacity: 1; }

/* Owl nav */
.crs-clients .owl-nav button.owl-prev,
.crs-clients .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #888 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.crs-clients .owl-nav button.owl-prev { left: -14px; }
.crs-clients .owl-nav button.owl-next { right: -14px; }

.crs-clients .owl-nav button:hover {
    border-color: var(--shop-color-main) !important;
    color: var(--shop-color-main) !important;
}

.crs-clients .owl-stage-outer { padding: 4px 0; }

@media (min-width: 768px) {
    .crs-clients__item img { max-height: 70px; }
}
/* Container của mỗi bài viết */
.news-list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc; /* Đường viền nét đứt ngăn cách */
}

/* Ẩn viền ở bài viết cuối cùng */
.news-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Căn chỉnh ảnh */
.news-list-item__thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Tiêu đề bài viết */
.news-list-item__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.news-list-item__title a {
    color: #004b87; /* Mã màu xanh tương đồng với ảnh */
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-list-item__title a:hover {
    color: #003366;
}

/* Đoạn trích dẫn (Excerpt) */
.news-list-item__excerpt {
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

/* Định dạng thẻ ul/li nếu có trong phần mô tả */
.news-list-item__excerpt ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-list-item__excerpt li {
    margin-bottom: 5px;
}

/* Nút "Xem thêm" */
.news-list-item__read-more {
    display: inline-block;
    color: #004b87; /* Cùng màu với tiêu đề */
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.news-list-item__read-more:hover {
    text-decoration: underline;
}

/* Responsive cơ bản trên Mobile */
@media (max-width: 767px) {
    .news-list-item__thumb {
        margin-bottom: 15px;
    }
    .news-list-item__title {
        font-size: 20px;
    }
}
/* Container của phân trang */
.pagination {
    display: flex;
    justify-content: center; /* Canh giữa danh sách trang, bạn có thể đổi thành flex-start hoặc flex-end nếu muốn */
    list-style: none;
    padding: 0;
    margin: 30px 0;
    gap: 8px; /* Khoảng cách giữa các nút */
}

/* Style chung cho cả thẻ a (link) và span (trang hiện tại) */
.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    color: #005aaa; /* Tone màu chủ đạo bạn yêu cầu */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px; /* Bo góc nhẹ */
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hiệu ứng khi di chuột vào các nút có link */
.pagination li a:hover {
    background-color: #f4f6f8;
    color: #004b87; /* Xanh đậm hơn một chút khi hover */
    border-color: #005aaa; /* Đổi viền sang màu chủ đạo */
}

/* Style cho trang đang được chọn (Active) */
.pagination li.active span {
    background-color: #005aaa;
    color: #ffffff;
    border-color: #005aaa;
    cursor: default; /* Đổi trỏ chuột để biểu thị là không click được nữa */
    box-shadow: 0 2px 4px rgba(0, 90, 170, 0.2); /* Thêm bóng đổ nhẹ cho nút active nổi bật hơn */
}
/* Khu vực bao ngoài breadcrumb */
.page-breadcrumb-section {
    background-color: #f8f9fa; /* Màu nền xám rất nhạt giúp tách biệt phần header và nội dung */
    padding: 12px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea; /* Đường viền mỏng bên dưới */
}

/* Định dạng chung cho dòng breadcrumb */
#breadcrumbs {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888; /* Màu sắc cho dấu gạch chéo (/) phân cách */
}

/* Tạo khoảng cách nhẹ giữa các cụm (Trang chủ / Dịch vụ) */
#breadcrumbs span span {
    margin-right: 4px;
}

/* Style cho các đường link chưa active */
#breadcrumbs a {
    color: #444; /* Màu xám đậm dễ đọc */
    text-decoration: none;
    transition: color 0.3s ease; /* Hiệu ứng chuyển màu mượt */
}

/* Nhấn nhá một chút màu chủ đạo cho icon Home */
#breadcrumbs a i.fa-home {
    color: #005aaa;
    margin-right: 3px;
    font-size: 15px;
}

/* Hiệu ứng khi hover chuột vào link */
#breadcrumbs a:hover {
    color: #005aaa; /* Đổi sang màu chủ đạo khi hover */
}

/* Style cho trang hiện tại (phần tử cuối cùng) */
#breadcrumbs .breadcrumb_last,
#breadcrumbs .breadcrumb_last strong {
    color: #005aaa; /* Dùng màu chủ đạo để báo hiệu người dùng đang ở trang này */
    font-weight: 600; /* In đậm vừa phải, trông thanh lịch hơn */
}
/* Container */
.custom-sidebar {
    font-family: Arial, sans-serif;
    max-width: 350px;
}

/* Tiêu đề và đường gạch chân */
.custom-sidebar .module-heading {
    color: #005b8f; /* Màu xanh giống hình */
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px dotted #005b8f; /* Đường chấm đứt màu xanh */
}

.custom-sidebar .module-heading::after {
    content: "";
    position: absolute;
    bottom: -2px; /* Đè lên viền dotted */
    left: 0;
    width: 35%; /* Độ dài của đoạn màu cam */
    border-bottom: 3px solid #f37021; /* Đường nét liền màu cam */
}

/* Reset danh sách */
.custom-sidebar .sidebar-menu,
.custom-sidebar .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar .menu-item {
    margin-bottom: 18px; /* Khoảng cách giữa các dòng */
}

/* Bao bọc Link và Nút toggle */
.custom-sidebar .item-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Style cho các link (Danh mục) */
.custom-sidebar .sidebar-menu a {
    color: #002244; /* Màu chữ tối */
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    transition: color 0.3s ease;
    flex: 1;
}

/* Thêm ký tự › trước mỗi link */
.custom-sidebar .sidebar-menu a::before {
    content: "›"; 
    font-size: 18px;
    margin-right: 8px;
    color: #002244;
    line-height: 1.2;
}

.custom-sidebar .sidebar-menu a:hover {
    color: #f37021; /* Chuyển màu cam khi hover */
}

/* Nút Toggle Menu Con */
.custom-sidebar .toggle-btn {
    cursor: pointer;
    padding: 2px 5px;
    color: #002244;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Xoay mũi tên khi mở */
.custom-sidebar .menu-item.open > .item-link-wrapper .toggle-btn {
    transform: rotate(180deg);
}

/* Danh mục con */
.custom-sidebar .sub-menu {
    display: none; /* Ẩn mặc định */
    padding-left: 20px; /* Thụt lề danh mục con */
    margin-top: 10px;
}

.custom-sidebar .sub-menu a {
    font-size: 14px;
    color: #444;
}
/* Bao ngoài của mỗi bài viết */
.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

/* Phần hình ảnh */
.news-card__thumb {
    margin-bottom: 12px;
    overflow: hidden; /* Để chứa hiệu ứng zoom ảnh nếu muốn */
}
.news-card__thumb > a{
    display:block;
    overflow:hidden;
        aspect-ratio: 4 / 3;
}

/* Ép tất cả ảnh về cùng 1 chiều cao để lưới đều và đẹp */
.news-card__thumb img {
    transition: transform 0.3s ease; /* Hiệu ứng mượt khi hover */
        width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Tùy chọn: Hiệu ứng phóng to ảnh nhẹ khi di chuột vào */
.news-card:hover .news-card__thumb img {
    transform: scale(1.05);
}

/* Phần nội dung text */
.news-card__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Đẩy nội dung chiếm hết không gian còn lại */
}

/* Tiêu đề bài viết */
.news-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-card__title a {
    color: #005aaa; /* Tone màu xanh chủ đạo của bạn */
    text-decoration: none;
    transition: color 0.3s;
}

.news-card__title a:hover {
    color: #003366; /* Đậm hơn khi hover */
}

/* Đoạn mô tả (Excerpt) */
.news-card__excerpt {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
}
/* =========================================
   CHI TIẾT BÀI VIẾT (NEWS DETAIL)
========================================= */

.news-detail-article {
    margin-bottom: 30px;
}

/* Tiêu đề bài viết chi tiết */
.news-detail__title {
    font-size: 28px;
    font-weight: 700;
    color: #005aaa; /* Tone màu chủ đạo */
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Meta data (ngày tháng, tác giả...) */
.news-detail__meta {
    font-size: 14px;
    border-bottom: 1px dashed #ddd; /* Đường viền nhẹ ngăn cách tiêu đề và nội dung */
    padding-bottom: 15px;
}

.news-detail__meta .text-muted {
    color: #6c757d;
}

.news-detail__meta i {
    color: #005aaa;
}

/* Nội dung bài viết */
.news-detail__content {
    font-size: 16px;
    line-height: 1.8; /* Cực kỳ quan trọng để người dùng dễ đọc text dài */
    color: #333;
}

/* Ép hình ảnh trong bài viết không được tràn viền màn hình */
.news-detail__content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 15px auto; /* Canh giữa ảnh trong bài viết */
}

/* Các thẻ tiêu đề bên trong nội dung bài viết */
.news-detail__content h2, 
.news-detail__content h3, 
.news-detail__content h4 {
    color: #005aaa;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}


/* =========================================
   BÀI VIẾT LIÊN QUAN (RELATED NEWS)
========================================= */

.related-news-module {
    border-top: 2px solid #f0f0f0;
}

/* Tiêu đề "Bài viết liên quan" */
.related-news__heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

/* Tạo thanh viền màu xanh nổi bật dưới tiêu đề */
.related-news__heading span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid #005aaa; 
}

/* Khung bài viết liên quan (Tương tự news-card nhưng nhỏ gọn hơn) */
.related-card {
    display: flex;
    flex-direction: column;
}

.related-card__thumb {
    overflow: hidden;
    border-radius: 4px; /* Bo góc nhẹ cho ảnh hiện đại hơn */
}
.related-card__thumb a{
    display:block;
        aspect-ratio: 4 / 3;
        overflow:hidden;
}

.related-card__thumb img {
    width: 100%;
    height: 100%; /* Chiều cao cố định để các khối bằng nhau */
    object-fit: fill;
    transition: transform 0.3s ease;
}

.related-card:hover .related-card__thumb img {
    transform: scale(1.05); /* Hiệu ứng zoom nhẹ khi hover */
}

/* Tiêu đề bài viết liên quan */
.related-card__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.related-card__title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    
    /* Cắt text nếu quá dài (hiển thị tối đa 2 dòng) */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-card__title a:hover {
    color: #005aaa;
}

/* Responsive */
@media (max-width: 767px) {
    .news-detail__title {
        font-size: 24px;
    }
}
/* Bao phủ toàn trang với nền ảnh tòa nhà */
.contact-page-wrapper {
    /* THAY ĐƯỜNG DẪN ẢNH NỀN CỦA BẠN VÀO ĐÂY */
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    padding: 80px 0 100px 0; /* Tạo khoảng trống trên dưới */
    min-height: 100vh;
}

/* Khối nền trắng trung tâm */
.contact-box {
    background-color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Đổ bóng nhẹ */
}

/* --- Phẩn Tiêu đề --- */
.contact-header {
    margin-bottom: 50px;
}

.contact-subtitle {
    font-size: 13px;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

/* Tạo 2 đường gạch ngang bên cạnh subtitle */
.contact-subtitle span {
    display: inline-block;
    position: relative;
}
.contact-subtitle span::before,
.contact-subtitle span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #ccc;
}
.contact-subtitle span::before {
    right: 100%;
    margin-right: 15px;
}
.contact-subtitle span::after {
    left: 100%;
    margin-left: 15px;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* --- Phần Form --- */
.custom-contact-form .form-group {
    margin-bottom: 25px;
}

/* Style input chỉ có gạch chân giống Material Design */
.custom-contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    font-size: 14px;
    background: transparent;
    color: #333;
}

.custom-contact-form .form-control::placeholder {
    color: #999;
}

.custom-contact-form .form-control:focus {
    border-bottom-color: #333;
    outline: none;
}

/* Nút Submit viền đen, nền trong suốt */
.btn-submit-outline {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-outline:hover {
    background-color: #333;
    color: #fff;
}

/* --- Phần Thông tin Chi nhánh --- */
.contact-branches {
    /* Đường gạch ngang phân cách form và địa chỉ */
    border-top: 1px solid #eee; 
}

.branch-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.branch-info-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.branch-info-list li {
    margin-bottom: 8px;
}

.branch-info-list strong {
    color: #333;
}

.branch-map iframe {
    border-radius: 4px; /* Bo góc nhẹ cho bản đồ */
}

/* Responsive cho điện thoại */
@media (max-width: 767px) {
    .contact-box {
        padding: 40px 20px;
    }
    .contact-page-wrapper {
        padding: 40px 15px;
    }
}
#form-language{
    display:flex;
    align-items:center;
}
#form-language li{
    list-style:none;
}
.service-development_three_column{
 padding:2rem 0;   
}
@media (max-width:767px){
    .service-about_image_text__image{
        margin-bottom:20px;
    }
    .section-service__title,
    .nws-cat2col__cat-title,
    .srv-about-detail__heading,
    .nws-sidebar .section__heading,
    .crs-clients__heading{
        font-size:18px;
        line-height:28px;
    }
    .gallery-slider__caption-title{
        font-size:24px;
        line-height:34px;
    }
    .gallery-slider__caption-desc{
        font-size:14px;
    }
    .section-service{
        padding-top:0;
    }
    .row > aside{
        order:2;
    }
    .news-card__title{
        font-size:14px;
    }
}
.page-information-information .page-hero {
    background: url(/image/catalog/2019/11/157291-bechtel-vision-values-and-covenants-two-men-silhouette-at-sunset-with-equipment-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.page-information-information h1.page-hero__title {
    padding: 100px 0;
} 