/* BANNER TRANG GIỚI THIỆU (Đã được cập nhật ảnh nền mới) */
.page-banner {
    background-color: #0c1e35; /* Xanh Navy đậm */
    color: #fff;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.page-banner .page-title,.page-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-banner .breadcrumb {
    font-size: 0.95rem;
    color: #a0b3c6;
}

.page-banner .breadcrumb a {
    color: #00a8e8;
    text-decoration: none;
}

/* PHẦN NỘI DUNG GIỚI THIỆU */
.about-content-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 3fr 2fr; /* Chia cột tỷ lệ 60/40 */
    gap: 50px;
    align-items: center;
}

.about-text .section-title {
    font-size: 2.2rem;
    color: #0c1e35;
    margin-bottom: 30px;
    font-weight: 700;
}

.text-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.text-content strong {
    color: #0c1e35;
}

.text-content .signature {
    font-weight: bold;
    color: #00a8e8;
    font-style: italic;
    margin-top: 30px;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    object-fit: cover;
}

/* PHẦN THÔNG TIN DOANH NGHIỆP */
.company-profile-section {
    padding: 0 0 80px 0;
    background-color: #ffffff;
}

.profile-card {
    background: #f8fafc; /* Nền xám xanh cực nhẹ */
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.profile-title {
    font-size: 1.8rem;
    color: #0c1e35;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-list li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dashed #cbd5e1;
}

.profile-list li:last-child {
    border-bottom: none;
}

.profile-list .label {
    flex: 0 0 200px; /* Độ rộng cố định cho nhãn */
    font-weight: 600;
    color: #64748b;
}

.profile-list .value {
    flex: 1;
    color: #334155;
}

.profile-list .value a {
    color: #00a8e8;
    text-decoration: none;
    transition: color 0.3s;
}

.profile-list .value a:hover {
    color: #0c1e35;
}

/* Tiện ích chữ */
.fw-bold { font-weight: 700; }
.text-primary { color: #0c1e35; }
.text-cyan { color: #00a8e8; }
.text-uppercase { text-transform: uppercase; }
section.page-banner * {
    color: #fff;
}
section.page-banner h1{
    margin-bottom: 30px;
}
section.page-banner {
    padding: 60px 0;
}
section.about-content-section {
    padding: 60px 0;
}
/* CONTACT SECTION */
.contact-section {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Chia 2 cột bằng nhau */
    gap: 50px;
}

.contact-heading {
    font-size: 1.8rem;
    color: #0c1e35;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-sub {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* THÔNG TIN LIÊN HỆ & MAP */
.contact-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-details {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eee;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.info-list li:last-child { margin-bottom: 0; }

.info-icon {
    width: 45px;
    height: 45px;
    background: #e1f5fe; /* Xanh cyan nhạt */
    color: #00a8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg { width: 22px; height: 22px; }

.info-text strong {
    display: block;
    color: #0c1e35;
    margin-bottom: 5px;
    font-size: 1.05rem;
}

.info-text span, .info-text a {
    color: #555;
    text-decoration: none;
    line-height: 1.5;
}

.info-text a:hover { color: #00a8e8; }

.contact-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    height: 100%;
}

.contact-map iframe {
    display: block; /* Xóa khoảng trắng thừa dưới iframe */
}

/* CONTACT FORM 7 STYLING */
.contact-section .contact-form-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

/* Custom các ô nhập liệu của CF7 */
.contact-section .cf7-container input[type="text"],
.contact-section .cf7-container input[type="email"],
.contact-section .cf7-container input[type="tel"],
.contact-section .cf7-container textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 1rem;
    color: #333;
    font-family: inherit;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.contact-section .cf7-container textarea {
    height: 150px;
    resize: vertical;
}

.contact-section .cf7-container input:focus,
.contact-section .cf7-container textarea:focus {
    border-color: #00a8e8;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1);
}

/* Custom nút Submit của CF7 */
.contact-section .cf7-container input[type="submit"] {
    background-color: #00a8e8;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    width: auto;
}

.contact-section .cf7-container input[type="submit"]:hover {
    background-color: #008cc2;
}

/* Lỗi và thông báo của CF7 */
.contact-section .wpcf7-not-valid-tip { font-size: 0.85rem; color: #dc3545; margin-top: -5px; margin-bottom: 10px; }
.contact-section .wpcf7-response-output { border-radius: 8px !important; margin: 20px 0 0 0 !important; }

.news-sidebar {
    
}

.sidebar-box {
   margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #e5e7eb;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #0ea5a4;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.sidebar-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category li {
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-category li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
}

.sidebar-category li a:hover {
    color: #0ea5a4;
}

/* Recent Posts */
.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.recent-thumb img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.recent-date {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 5px;
}
.recent-content {
    width: calc(100% - 80px);
}
.recent-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
}

.recent-title:hover {
    color: #0ea5a4;
}
.post-meta-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
        margin-bottom: 30px;
}

/* Left badge group */
.post-meta-left {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.post-meta-left a {
    font-size: 12px;
    margin-bottom: 0PX;
}
.content-single-cu {
    margin-top: 70px;
}
/* Category badge */
.post-category-badge {
    background: linear-gradient(90deg, #ff8a00, #ff5e00);
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.post-category-badge:hover {
    opacity: 0.85;
}

/* Right meta text */
.post-meta-right {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-sep {
    color: #999;
}

/* RESPONSIVE */


@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr; /* Xuống 1 cột trên Tablet và Mobile */
    }
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .about-image {
        order: -1; /* Đẩy ảnh lên trên văn bản trên mobile */
    }
    
    .profile-list li {
        flex-direction: column;
        gap: 5px;
    }
    
    .profile-list .label {
        flex: auto;
    }
}