﻿.abt-page-title {
    position: relative;
    width: 100%; /* full chiều ngang container */
    height: 650px; /* chiều cao banner cố định */
    background-size: cover; /* ảnh phủ toàn bộ banner */
    background-position: center; /* căn giữa ảnh */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* chữ căn giữa ngang */
    align-items: center; /* chữ căn giữa dọc */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.abt-page-title-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3); /* overlay mờ */
    z-index: 1;
}

.abt-page-title-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.abt-page-title-text {
    color: #FFD700;
    font-size: clamp(2rem, 4vw, 4rem); /* chữ responsive */
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
