@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root {
    --primary-hover: #8AC74B;
}
/*body
{
    font-family: 'Mulish',sans-serif;
    font-size: 16px;
    overflow-x:hidden;
}
ul
{

}
a
{
    text-decoration: none;
}
a:hover, a:focus 
{
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
*/


.catchuoi2
{
    overflow: hidden;
    text-overflow: ellipsis;
/*    line-height: 25px;*/
    -webkit-line-clamp: 2;
/*    height: 75px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* ==========================================
   PROJECT LIST SECTION STYLES
   ========================================== */

/* Khung chứa dự án */
.vl-project1-area .row.align-items-center {
    transition: all 0.3s ease;
}

/* 1. Xử lý khung ảnh & Tỉ lệ chuẩn */
.vl-choose1-banner .banner-shape1 {
    width: 100%;
    overflow: hidden;
    border-radius: 12px; /* Bo góc hiện đại */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Đổ bóng nhẹ */
    position: relative;
}

.vl-choose1-banner .banner-shape1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.vl-choose1-banner .banner-shape1 img {
    width: 100%;
    height: 380px; /* Chiều cao cố định chuẩn cho dự án */
    object-fit: cover; /* Cắt ảnh thông minh, không bị méo */
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
}

/* Hiệu ứng Hover Phóng to Ảnh */
.vl-choose1-banner:hover .banner-shape1 img {
    transform: scale(1.06);
}

/* 2. Định dạng Khung nội dung */
.vl-choose1-content {
    padding: 10px 0;
}

.vl-choose1-content h2 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 0;
}

.vl-choose1-content h2 a {
    color: #1b1b1b;
    transition: color 0.3s ease;
    text-decoration: none;
}

.vl-choose1-content h2 a:hover {
    color: var(--primary-hover); /* Thay màu accent này theo màu chủ đạo của web bạn */
}

.vl-choose1-content p {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Giới hạn 3 dòng ngắn gọn cho mô tả */
.vl-choose1-content p.catchuoi2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 3. Nút "Xem Chi Tiết" */
.vl-choose1-content .view_services {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #1b1b1b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vl-choose1-content .view_services i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.vl-choose1-content .view_services:hover {
    color: var(--primary-hover); /* Màu hover */
}

.vl-choose1-content .view_services:hover i {
    transform: translateX(5px); /* Dịch chuyển mũi tên sang phải khi hover */
}

/* ==========================================
   RESPONSIVE (Tối ưu Mobile & Tablet)
   ========================================== */

/* Màn hình Mobile & Tablet (< 992px) */
@media (max-width: 991.98px) {
    .vl-choose1-banner .banner-shape1 img {
        height: 280px; /* Giảm chiều cao ảnh trên mobile */
    }
    
    .vl-choose1-content {
        padding-top: 15px;
    }

    .vl-choose1-content h2 {
        font-size: 22px;
    }
}

/* Màn hình Mobile nhỏ (< 576px) */
@media (max-width: 575.98px) {
    .vl-choose1-banner .banner-shape1 img {
        height: 220px;
    }
}


.vl-project1-area {
    background-color: #f4f7f6;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%3C!--?xml version='1.0' encoding='UTF-8'?--%3E%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding: 80px 0;
}

/* ==========================================
   COLOR PALETTE - BLUE BACKGROUND (#014284)
   ========================================== */

/* 1. Nền tổng toàn bộ section màu xanh #014284 */
.vl-color-palette-area {
    background-color: #014284;
    padding: 80px 0;
    position: relative;
}

/* 2. Đổi màu chữ Section Header phù hợp với nền tối */
.vl-color-palette-area .sub-title {
    color: #ffd166 !important; /* Màu vàng kim làm điểm nhấn tiêu đề phụ */
}

.vl-color-palette-area .title {
    color: #ffffff !important; /* Tiêu đề chính chữ trắng */
}

/* 3. Khung Card chứa từng Bảng Màu */
.color-palette-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); /* Đổ bóng đậm hơn nổi trên nền xanh */
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.color-palette-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* 4. Khung hình ảnh */
.palette-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f0f4f8;
}

.palette-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.color-palette-item:hover .palette-img-wrap img {
    transform: scale(1.08);
}

/* 5. Lớp phủ & Icon khi rê chuột vào ảnh */
.palette-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1, 66, 132, 0.7); /* Phủ mờ chuẩn tông xanh #014284 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.palette-overlay i {
    color: #ffffff;
    font-size: 26px;
    transform: scale(0.6);
    transition: transform 0.3s ease;
}

.color-palette-item:hover .palette-overlay {
    opacity: 1;
}

.color-palette-item:hover .palette-overlay i {
    transform: scale(1);
}

/* 6. Phần thông tin chữ bên dưới ảnh */
.palette-info {
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
}

.palette-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.palette-info h4 a {
    color: #014284; /* Màu chữ tiêu đề ăn theo màu xanh chủ đạo */
    text-decoration: none;
    transition: color 0.3s ease;
}

.palette-info h4 a:hover {
    color: #ffaa00; /* Hover đổi sang màu vàng nổi bật */
}

.vl-service1-box-info-content h2
{
    line-height: 95%;
}
.vl-service1-box-info-content h2 a {
    line-height: 100%;
}


/**/

/* ==========================================
   CSS CHO SLIDER ĐỐI TÁC (OWL CAROUSEL)
   ========================================== */

/* Khung chứa slider */
.partner-slider-area {
    padding: 20px 0;
    position: relative;
}

/* Đảm bảo các item căn giữa theo chiều dọc */
.partner-slider .owl-stage {
    display: flex;
    align-items: center;
}

/* Kiểu dáng từng khung hình đối tác */
.partner-item {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#f9f9f9;
}

/* Khung thẻ a bao ngoài logo */
.partner-item a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* Tinh chỉnh ảnh Logo */
.partner-item img {
    max-width: 160px;          /* Giới hạn chiều rộng tối đa của logo */
    height: 100px;              /* Cố định chiều cao chung */
    object-fit: contain;       /* Giữ nguyên tỷ lệ logo, không bị méo hình */
    margin: 0 auto;
    
    /* Hiệu ứng làm mờ và xám nhẹ mặc định */
/*    opacity: 0.65;*/
/*    filter: grayscale(100%);*/
    transition: all 0.4s ease-in-out;
}

/* Hiệu ứng khi Rê chuột (Hover) vào Logo */
.partner-item img:hover {
    opacity: 1;
/*    filter: grayscale(0%);   */
/*    transform: scale(1.08);  */
}

/* ==========================================
   RESPONSIVE (TỐI ƯU TRÊN DI ĐỘNG & MÁY TÍNH BẢNG)
   ========================================== */

/* Di động nhỏ (Dưới 576px) */
@media (max-width: 575px) {
    .partner-slider-area {
        padding: 10px 0;
    }
    .partner-item img {
        height: 45px;          /* Thu nhỏ chiều cao logo trên điện thoại */
        max-width: 120px;
    }
}

/* Máy tính bảng (576px - 991px) */
@media (min-width: 576px) and (max-width: 991px) {
    .partner-item img {
        height: 50px;
        max-width: 140px;
    }
}
/* ==========================================
   CSS SLIDER BÀI VIẾT TƯ VẤN (OWL CAROUSEL)
   ========================================== */

/* Khung chứa slider chính */
.cta1-area-info {
    position: relative;
    overflow: hidden;
}

/* Đảm bảo khung text luôn đọc rõ trên nền banner */
.advisory-slider .cta1-area-info-content-title_area h2,
.advisory-slider .cta1-area-info-content-title_area h2 a {
    color: #ffffff !important;
    transition: color 0.3s ease;
    font-size: 22px;
    line-height: 150%;
}

.advisory-slider .cta1-area-info-content-title_area h2 a:hover {
    color: #ffb703 !important; /* Màu highlight khi di chuột vào tiêu đề */
}

.advisory-slider .cta1-area-info-content-title_area p {
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 0;
}

/* Tinh chỉnh ảnh bài viết tư vấn */
.advisory-slider .cta1-area-info-banner-img {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-right: 14px;
}

.advisory-slider .cta1-area-info-banner-img img {
    width: 100%;
    height: 360px;
    object-fit: cover; /* Giữ tỷ lệ ảnh chuẩn, không bị móp méo */
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.advisory-slider .cta1-area-info-banner-img:hover img {
    transform: scale(1.04); /* Phóng to nhẹ ảnh khi hover */
}

/* ==========================================
   TÙY CHỈNH NÚT PHÂN TRANG (DOTS)
   ========================================== */
.advisory-slider .owl-dots {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.advisory-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.35);
    display: block;
    border-radius: 30px;
    transition: all 0.3s ease;
}

/* Kiểu dáng chấm đang active (Hiệu ứng kéo dài) */
.advisory-slider .owl-dot.active span {
    background: #ffffff;
    width: 28px;
}

/* ==========================================
   TÙY CHỈNH NÚT MŨI TÊN (NAV ARROWS)
   ========================================== */
.advisory-slider .owl-nav {
    position: absolute;
    right: 25px;
    bottom: 25px;
    margin-top: 0 !important;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.advisory-slider .owl-nav button.owl-prev,
.advisory-slider .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advisory-slider .owl-nav button.owl-prev:hover,
.advisory-slider .owl-nav button.owl-next:hover {
    background: #ffffff !important;
    color: #00334E !important; /* Đổi màu icon khi di chuột */
}

/* ==========================================
   RESPONSIVE (ĐIỆN THOẠI & MÁY TÍNH BẢNG)
   ========================================== */
@media (max-width: 991px) {
    .advisory-slider .cta1-area-info-banner-img img {
        height: 260px;
        margin-top: 25px;
    }
    
    .advisory-slider .owl-dots {
        justify-content: center;
    }
    
    .advisory-slider .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 20px !important;
    }
}

.footer-widget-hour iframe {
    width: 100%;
    height: 260px;
}

.footer-area-logo p {
    margin-bottom: 10px;
}
/*ab*/
.noidung_abouts img {
    max-width: 100%;
    height: auto;
}
.noidung_abouts p {
    margin-bottom: 1rem;
}
.noidung_abouts ul {
    padding: revert;
    margin: revert;
}

.noidung_abouts li {
    list-style: revert;
}
/*ab*/

.total_productss {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

.total_productss .our_services1_info_banner_content
{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.total_productss .our_services1_info_banner img
{
    height: 520px;
    transition: all 0.4s;
}
/*phân trang*/
/* ==========================================
   CSS PHÂN TRANG SAN PHAM (.pagination_pro)
   ========================================== */

.pagination_pro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Khoảng cách giữa các nút */
    margin: 40px 0 20px;
    clear: both;
}

/* Kiểu dáng chung cho Thẻ A (Trang khác & Mũi tên) và Thẻ SPAN (Trang hiện tại) */
.pagination_pro a,
.pagination_pro span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px; /* Bo góc nhẹ, đổi thành 50% nếu muốn nút tròn */
    text-decoration: none;
    transition: all 0.3s ease;
    user-select: none;
}

/* Hiệu ứng khi di chuột vào các trang/mũi tên (Hover) */
.pagination_pro a:hover {
    color: #ffffff;
    background-color: #00334E; /* Đổi màu nền theo tông màu chính của website */
    border-color: #00334E;
    transform: translateY(-2px); /* Bay nhẹ lên tạo hiệu ứng 3D */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* Trang HIỆN TẠI (Thẻ span) */
.pagination_pro span {
    color: #ffffff;
    background-color: #00334E; /* Màu sắc trang đang xem */
    border-color: #00334E;
    cursor: default;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Tinh chỉnh Icon mũi tên FontAwesome */
.pagination_pro a i {
    font-size: 14px;
}

/* ==========================================
   RESPONSIVE (TỐI ƯU TRÊN DI ĐỘNG)
   ========================================== */
@media (max-width: 576px) {
    .pagination_pro {
        gap: 5px;
        margin: 25px 0 15px;
    }
    
    .pagination_pro a,
    .pagination_pro span {
        min-width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
/*phân trang*/

/*chi tiết sản phẩm*/
/* ==========================================
   BREADCRUMB MODERN
   ========================================== */
.modern-breadcrumb-wrapper {
    background: #f8f9fa;
    border-bottom: 1px solid #eaeaea;
}
.breadcrumb-item-custom {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.breadcrumb-item-custom + .breadcrumb-item-custom::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin: 0 10px;
    color: #a0a0a0;
    font-size: 12px;
}
.breadcrumb-item-custom a {
    color: #555555;
    text-decoration: none;
    transition: color 0.3s ease;
}
.breadcrumb-item-custom a:hover {
    color: #00334e;
}
.breadcrumb-item-custom.active span {
    color: #00334e;
    font-weight: 600;
}

/* ==========================================
   PRODUCT DETAIL MAIN CARD
   ========================================== */
.product-main-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

/* Gallery Ảnh & Magic Zoom */
.pdetail-v2-main-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef2f5;
    background: #ffffff;
    text-align: center;
}
.pdetail-v2-main-image-wrap img {
    max-height: 420px;
    object-fit: contain;
    width: 100%;
}
.thumb-slider-container {
    position: relative;
    margin-top: 15px;
    padding: 0 35px;
}
.pdetail-v2-thumb-card {
    display: block;
    border: 2px solid #eef2f5;
    border-radius: 8px;
    padding: 4px;
    margin: 0 5px;
    transition: all 0.3s ease;
    background: #ffffff;
}
.pdetail-v2-thumb-card.mz-thumb-selected,
.pdetail-v2-thumb-card:hover {
    border-color: #00334e;
}
.pdetail-v2-thumb-card img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}
.pdetail-v2-slick-prev,
.pdetail-v2-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.pdetail-v2-slick-prev { left: 0; }
.pdetail-v2-slick-next { right: 0; }
.pdetail-v2-slick-prev:hover,
.pdetail-v2-slick-next:hover {
    background: #00334e;
    color: #fff;
    border-color: #00334e;
}

/* Chi tiết Sản Phẩm (Thông tin bên phải) */
.title-head {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 12px;
}
.product-badge-status {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.badge-status-item {
    font-size: 13px;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}
.mota_product_details {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    background: #f9fbfd;
    padding: 18px;
    border-radius: 10px;
    border-left: 4px solid #00334e;
    margin-bottom: 25px;
}

/* Nút liên hệ CTA */
.send-inquiry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00334e 0%, #005580 100%);
    color: #ffffff !important;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 51, 78, 0.25);
    transition: all 0.3s ease;
}
.send-inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 51, 78, 0.35);
}

/* Chia sẻ MXH */
.social-block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #e0e0e0;
}
.social-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
.social-btns {
    display: flex;
    gap: 10px;
}
.social-btns .btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.social-btns .btn:hover {
    transform: translateY(-3px);
}
.social-btns .facebook { background: #3b5998; }
.social-btns .twitter { background: #1da1f2; }
.social-btns .google, .social-btns .skype { background: #f5f5f5; border: 1px solid #ddd; }
.social-btns img { width: 18px; height: 18px; object-fit: contain; }

/* ==========================================
   TABS CHI TIẾT
   ========================================== */
.product-tabs-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}
.pdetail-v2-nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    border-bottom: 2px solid #f0f0f0;
}
.pdetail-v2-tab-link {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}
.pdetail-v2-tab-link.active {
    color: #00334e;
}
.pdetail-v2-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00334e;
    border-radius: 3px 3px 0 0;
}
.pdetail-v2-article-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
}
.pdetail-v2-article-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 15px 0;
}

/* Dynamic Animation Fade-in */
.animate-fade-in {
    animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   SẢN PHẨM LIÊN QUAN
   ========================================== */
.header-title {
    position: relative;
    margin-bottom: 20px;
}
.header-title .header {
    font-size: 22px;
    font-weight: 700;
    color: #00334e;
    margin: 0;
}
.product-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.product-img-box {
    position: relative;
    padding-top: 100%; /* Tỷ lệ 1:1 */
    overflow: hidden;
    background: #f9f9f9;
}
.product-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover .product-img-box img {
    transform: scale(1.06);
}
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}
.product-info {
    padding: 15px;
}
.product-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-name a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}
.product-name a:hover {
    color: #00334e;
}
.product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-status {
    font-weight: 600;
    color: #d32f2f;
    font-size: 14px;
}
.product-card-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f4f8;
    color: #00334e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.product-card:hover .product-card-btn {
    background: #00334e;
    color: #ffffff;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .product-main-card, .product-tabs-card {
        padding: 18px;
    }
    .title-head {
        font-size: 20px;
    }
    .send-inquiry {
        width: 100%;
    }
}
/*chi tiết sản phẩm*/

/*Dự án*/
.gt-services-section {
    background-color: #fcfcfc;
}
.gt-pill-badge {
    display: inline-block;
    padding: 6px 16px;
    background: #e8f5e9;
    color: #198754;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.gt-main-title {
    font-size: 28px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    position: relative;
    margin: 0;
}
.gt-title-line {
    display: block;
    width: 60px;
    height: 3px;
    background: #198754;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* ==========================================
   PROJECT CARD DESIGN
   ========================================== */
.project-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(25, 135, 84, 0.2);
}

/* Image & Overlay */
.project-img-wrapper {
    position: relative;
    padding-top: 65%; /* Tỷ lệ hình ảnh ~ 16:10 */
    overflow: hidden;
    background-color: #eee;
}

.project-img-wrapper .project-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.project-card:hover .project-img {
    transform: scale(1.08);
}

.project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.btn-quick-view {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #198754;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transform: scale(0.6);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-card:hover .btn-quick-view {
    transform: scale(1);
}

.btn-quick-view:hover {
    background: #198754;
    color: #ffffff;
}

/* Card Body Content */
.project-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.project-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.project-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-title a:hover {
    color: #198754;
}

.project-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: auto;
}

/* Card Footer Link */
.project-card-footer {
    border-color: #f5f5f5 !important;
}

.btn-project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #198754;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-project-link .icon-arrow {
    transition: transform 0.3s ease;
}

.project-card:hover .btn-project-link .icon-arrow {
    transform: translateX(6px);
}

/* ==========================================
   PAGINATION STYLING
   ========================================== */
.pagination-container .pagination {
    display: flex;
    gap: 6px;
    margin: 0;
}

.pagination-container .pagination li a,
.pagination-container .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #444;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease;
}

.pagination-container .pagination li.active span,
.pagination-container .pagination li a:hover {
    background: #198754;
    color: #ffffff;
    border-color: #198754;
    box-shadow: 0 4px 10px rgba(25, 135, 84, 0.25);
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .gt-main-title {
        font-size: 22px;
    }
    .project-title {
        font-size: 16px;
    }
}
/*Dự án*/
/*chi tiet du an*/
/* ==========================================
   PROJECT DETAIL STYLING
   ========================================== */
.nt-pj-detail-section {
    background-color: #fcfcfc;
}

/* Header Section */
.nt-pj-badge {
    display: inline-block;
    padding: 5px 14px;
    background: #e8f5e9;
    color: #198754;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
}

.nt-pj-main-title {
    font-size: 26px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nt-pj-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #198754;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Main Gallery Slider */
.nt-pj-gallery-wrapper {
    position: relative;
}

.nt-pj-zoom-link {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.nt-pj-img-box {
    position: relative;
    padding-top: 56.25%; /* Tỷ lệ chuẩn 16:9 */
    background-color: #f0f0f0;
    overflow: hidden;
}

.nt-pj-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.nt-pj-zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    color: #198754;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.nt-pj-zoom-link:hover .nt-pj-img-box img {
    transform: scale(1.05);
}

.nt-pj-zoom-link:hover .nt-pj-zoom-icon {
    background: #198754;
    color: #ffffff;
    transform: scale(1.1);
}

/* Thumbnail Slider */
.nt-pj-slider-thumb {
    padding: 0 35px;
}

.nt-pj-thumb-item {
    position: relative;
    padding-top: 70%; /* Tỷ lệ thumb */
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.3s ease;
    background-color: #eee;
}

.nt-pj-thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-current .nt-pj-thumb-item,
.nt-pj-thumb-item:hover {
    opacity: 1;
    border-color: #198754;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.2);
}

/* Slick Custom Arrows for Thumb */
.nt-pj-slider-thumb .slick-prev,
.nt-pj-slider-thumb .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.25s ease;
}

.nt-pj-slider-thumb .slick-prev { left: 0; }
.nt-pj-slider-thumb .slick-next { right: 0; }

.nt-pj-slider-thumb .slick-prev:hover,
.nt-pj-slider-thumb .slick-next:hover {
    background: #198754;
    color: #ffffff;
    border-color: #198754;
}

/* Detail Card & Body Typography */
.nt-pj-detail-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border-color: #f0f0f0 !important;
}

.nt-d-article-body {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
}

.nt-d-article-body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 15px 0;
}

/* Related Cards */
.nt-pj-related-card {
    transition: all 0.35s ease;
    border-color: #f0f0f0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.nt-pj-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(25, 135, 84, 0.3) !important;
}

.nt-pj-card-thumb {
    position: relative;
    padding-top: 65%;
    background-color: #eee;
}

.nt-pj-card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nt-pj-related-card:hover .nt-pj-card-thumb img {
    transform: scale(1.08);
}

.nt-pj-card-title a {
    color: #222222;
    transition: color 0.3s ease;
}

.nt-pj-card-title a:hover {
    color: #198754;
}

.nt-pj-btn-sm {
    background: #f8f9fa;
    color: #198754;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.nt-pj-btn-sm:hover {
    background: #198754;
    color: #ffffff;
    border-color: #198754;
}

/* Line Clamp Utilities */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .nt-pj-main-title {
        font-size: 20px;
    }
    .nt-pj-detail-card {
        padding: 1.5rem !important;
    }
}
/*chi tiet du an*/
/*tuvan*/
/* ==========================================
   NEWS SECTION STYLING
   ========================================== */
.news-section {
    background-color: #f8f9fa;
}

/* Card Container */
.news-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eef2f6;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(25, 135, 84, 0.2); /* Đổi mã màu theo theme chính của bạn */
}

/* Image Wrapper & Ratio (Khóa tỷ lệ 16:9 chuẩn) */
.news-img {
    position: relative;
    padding-top: 100%; /* Tỷ lệ khung hình */
    background-color: #eef2f6;
}

.news-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.news-card:hover .news-img img {
    transform: scale(1.08);
}

/* Date Badge trên hình */
.news-date-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    color: #495057;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

/* Card Content Body */
.news-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.news-title {
    font-size: 1.1rem;
    line-height: 1.45;
    margin-bottom: 0.75rem;
}

.news-title a {
    color: #212529;
}

.news-card:hover .news-title a {
    color: #198754; /* Màu khi hover tiêu đề */
}

.news-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1rem;
}

/* Link Xem Thêm */
.news-link {
    color: #198754; /* Màu chủ đạo */
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.news-card:hover .news-link {
    color: #146c43;
}

.news-card:hover .news-link i {
    transform: translateX(6px);
}

/* Giới hạn số dòng (Line-Clamp Utilities) */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.transition-all {
    transition: all 0.3s ease;
}

/* CSS Trang Phân Trang (Pagination Custom) */

/*tuvan*/

/* ==========================================
   NEWS DETAIL PAGE & SIDEBAR STYLING
   ========================================== */
.news-detail-page {
    background-color: #f8f9fa;
}

/* 1. Main Article Box */
.main-news-article {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border-color: #f0f0f0 !important;
}

.article-title {
    font-size: 1.85rem;
    line-height: 1.35;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}

.article-meta {
    font-size: 0.875rem;
}

.article-divider {
    border-top: 1px solid #eef2f6;
    opacity: 1;
}

/* 2. Article Typography & HTML Content Styling */
.article-body-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2b2b2b;
    word-break: break-word;
}

.article-body-content p {
    margin-bottom: 1.25rem;
}

.article-body-content h2, 
.article-body-content h3, 
.article-body-content h4 {
    color: #111111;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-body-content h2 { font-size: 1.5rem; }
.article-body-content h3 { font-size: 1.3rem; }
.article-body-content h4 { font-size: 1.15rem; }

/* Tự động tối ưu hình ảnh trong bài viết */
.article-body-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    margin: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Stylize Video Iframe (YouTube) */
.article-body-content iframe {
    max-width: 100% !important;
    border-radius: 12px;
    margin: 1rem 0;
}

/* Stylize Trích dẫn Blockquote */
.article-body-content blockquote {
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-left: 4px solid #198754; /* Màu chủ đạo */
    background-color: #f1f8f5;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #333;
}

/* Stylize Bảng (Table) trong bài viết */
.article-body-content table {
    width: 100% !important;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.article-body-content table td, 
.article-body-content table th {
    padding: 10px 14px;
    border: 1px solid #dee2e6;
}

.article-body-content table th {
    background-color: #f8f9fa;
}

/* 3. Sidebar & Related News */
.sticky-news-sidebar {
    position: sticky;
    top: 165px; /* Trượt dính theo khi cuộn trang */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border-color: #f0f0f0 !important;
    z-index: 10;
}

.sidebar-heading {
    font-size: 1.2rem;
    color: #1a1a1a;
}

.sidebar-heading::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #198754; /* Màu gạch chân tiêu đề */
}

/* Related Item Card */
.related-news-item {
    padding-bottom: 0.85rem;
    border-bottom: 1px dashed #eef2f6;
    transition: transform 0.25s ease;
}

.related-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related-news-item:hover {
    transform: translateX(4px);
}

.related-img-box {
    width: 90px;
    height: 65px;
}

.related-img-box a {
    width: 100%;
    height: 100%;
}

.related-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-news-item:hover .related-img-box img {
    transform: scale(1.1);
}

.related-title {
    font-size: 0.925rem;
    line-height: 1.4;
    font-weight: 600;
}

.related-title a {
    color: #2c3e50;
    transition: color 0.25s ease;
}

.related-news-item:hover .related-title a {
    color: #198754; /* Màu khi hover tiêu đề bài liên quan */
}

/* Utilities */
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 4. Responsive Overrides */
@media (max-width: 991.98px) {
    .sticky-news-sidebar {
        position: static;
        margin-top: 1rem;
    }
    
    .article-title {
        font-size: 1.5rem;
    }
}


/* ==========================================
   NEWS DETAIL (FULL WIDTH) STYLING
   ========================================== */

/* 1. Background & Container Layout */
.news-detail-bg {
    background-color: #f8f9fa;
}

.news-detail-wrapper {
    background: #ffffff;
    border-color: #eef2f6 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

/* 2. Header & Summary Box */
.news-detail-title {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -0.3px;
    color: #1a1a1a;
}

.news-detail-summary {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #495057;
    background-color: #f8f9fa !important;
    border-left-color: #198754 !important; /* Màu xanh lá chủ đạo */
}

.italic-text {
    font-style: italic;
}

/* 3. Article Content Typography (Nội dung chính) */
.news-detail-content {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #2b2b2b;
    word-break: break-word;
}

.news-detail-content p {
    margin-bottom: 1.25rem;
}

.news-detail-content h2, 
.news-detail-content h3, 
.news-detail-content h4 {
    color: #111111;
    font-weight: 700;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-detail-content h2 { font-size: 1.55rem; }
.news-detail-content h3 { font-size: 1.35rem; }
.news-detail-content h4 { font-size: 1.18rem; }

/* Tự động tối ưu hình ảnh trong bài viết */
.news-detail-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    margin: 1.25rem auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Tối ưu Video / Embed Youtube */
.news-detail-content iframe {
    max-width: 100% !important;
    border-radius: 12px;
    margin: 1.25rem 0;
}

/* Stylize Trích dẫn Blockquote */
.news-detail-content blockquote {
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-left: 4px solid #198754;
    background-color: #f1f8f5;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #333;
}

/* Stylize Bảng (Table) */
.news-detail-content table {
    width: 100% !important;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.news-detail-content table td, 
.news-detail-content table th {
    padding: 10px 14px;
    border: 1px solid #dee2e6;
}

.news-detail-content table th {
    background-color: #f8f9fa;
}

/* 4. Footer & Share Buttons */
.news-detail-footer {
    border-top-color: #eef2f6 !important;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.fb-share {
    background-color: #1877f2;
}

.fb-share:hover {
    background-color: #135ab7;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.3);
}

.zalo-share {
    background-color: #0068ff;
}

.zalo-share:hover {
    background-color: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 104, 255, 0.3);
}

/* 5. Related News Section (Bài viết liên quan 2 cột) */
.news-detail-related-heading {
    position: relative;
}

.news-detail-related-item {
    background-color: #ffffff !important;
    border-color: #eef2f6 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.news-detail-related-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border-color: rgba(25, 135, 84, 0.3) !important;
}

.news-detail-related-thumb {
    width: 100px;
    height: 75px;
    display: block;
    background-color: #eef2f6;
}

.news-detail-related-thumb img {
    transition: transform 0.4s ease;
}

.news-detail-related-item:hover .news-detail-related-thumb img {
    transform: scale(1.08);
}

.news-detail-related-title a {
    color: #212529;
    transition: color 0.25s ease;
}

.news-detail-related-item:hover .news-detail-related-title a {
    color: #198754 !important;
}

/* Utilities Helper */
.x-small {
    font-size: 0.8rem;
}

.fs-7 {
    font-size: 0.85rem;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 6. Responsive Adjustments */
@media (max-width: 767.98px) {
    .news-detail-title {
        font-size: 1.5rem;
    }
    
    .news-detail-related-thumb {
        width: 85px;
        height: 65px;
    }
}


/* ==========================================
   CONTACT PAGE STYLING
   ========================================== */

/* 1. Background & Container Layout */
.contact-page-bg {
    background-color: #f8f9fa;
}

.max-w-700 {
    max-width: 700px;
}

.contact-page-wrapper,
.contact-page-map-wrapper {
    border-color: #eef2f6 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

/* 2. Section Header Header */
.contact-page-subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #198754;
    margin-bottom: 0.25rem;
}

.contact-page-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.contact-page-separator {
    width: 60px;
    height: 3px;
    background-color: #198754;
    border-radius: 10px;
}

/* 3. Company Info Column (Left) */
.contact-page-info-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
}

.contact-page-info-content p {
    margin-bottom: 1rem;
}

.contact-page-info-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

/* 4. Form Styling & Input Elements */
.contact-page-input {
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
    border-color: #dee2e6;
    transition: all 0.25s ease-in-out;
}

.contact-page-input:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
}

.input-group-text {
    border-color: #dee2e6;
    padding-left: 1rem;
    padding-right: 1rem;
}

.input-group:focus-within .input-group-text {
    border-color: #198754;
    color: #198754 !important;
}

/* Captcha Block */
.captcha-box img#vimg {
    height: 40px;
    object-fit: contain;
}

.btn-reload-captcha {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.btn-reload-captcha:hover {
    background-color: #e9ecef;
    color: #198754;
}

/* Buttons */
.contact-page-btn-submit {
    transition: all 0.3s ease;
}

.contact-page-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3) !important;
}

.contact-page-btn-reset {
    transition: all 0.25s ease;
}

.contact-page-btn-reset:hover {
    background-color: #6c757d;
    color: #ffffff;
}

/* 5. Google Maps Styling (Responsive Embed) */
.contact-page-map-embed {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #eef2f6;
}

.contact-page-map-embed iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

/* 6. Responsive Divider & Spacing Fixes */
@media (min-width: 992px) {
    .border-start-lg {
        border-left: 1px dashed #e2e8f0 !important;
    }
}

@media (max-width: 991.98px) {
    .contact-page-title {
        font-size: 1.65rem;
    }

    .cotphailienhe {
        border-top: 1px dashed #e2e8f0;
        padding-top: 2rem;
        margin-top: 1rem;
    }

    .contact-page-map-embed {
        height: 320px;
    }
}
input#txtcapcha {
    width: 70%;
}

