.section{
	width:100%;
}
.MOC__aboutus-page{
	width:100%;
}
.MOC__aboutus-hero{
	position:relative;
	min-height:calc(100vh / 2);
	background:#f0f9f3;
}
.MOC__aboutus-hero{
	background: linear-gradient(180deg, rgba(50, 81, 157, .5), hsla(68, 66%, 93%, .5)), #fff;
    position: relative;
    text-align: center;
    width: 100%;
}
.MOC__aboutus-hero:after{
	content:"";
	background:url("../images/about_us/linebg.png") no-repeat center center;
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
}
.MOC__aboutus-container{
	min-height:600px;
}
.goback{
	left:15px; top:15px;
	background:rgba(255,255,255,0.6);
}
.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap:0.25rem;
	margin: 0
}
.page-item .page-link {
    background: #FFF;
}
.img-background {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ============================================================
   Policy pages (Chính sách bảo mật / Điều khoản sử dụng)
   ============================================================ */
.MF__policy-page { font-size: 0.9375rem; }

/* Gray page background */
.MF__policy-wrap { background: #f5f6f8; }

/* Hero — inside the white card */
.MF__policy-hero {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.MF__policy-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.MF__policy-lead {
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    max-width: 560px;
}
.MF__policy-date {
    color: #888;
    font-size: 0.875rem;
    margin: 0;
}
.MF__policy-hero-image {
    max-width: 250px;
    max-height: 260px;
    object-fit: contain;
    border-radius: 8px;
}
.MF__policy-hero-img {
    position: relative;
    width: 220px;
    height: 220px;
}
.MF__policy-hero-shield {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.MF__policy-hero-shield > .bx {
    font-size: 10rem;
    color: #d63031;
    opacity: 0.15;
}
.MF__policy-hero-badge {
    position: absolute;
    bottom: 38px;
    right: 30px;
    width: 52px;
    height: 52px;
    background: #d63031;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(214,48,49,0.3);
}
.MF__policy-hero-float {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #d63031;
}
.MF__policy-hero-float--1 { top: 20px; right: 10px; }
.MF__policy-hero-float--2 { bottom: 20px; left: 10px; }

/* White card */
.MF__policy-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
}

/* TOC sidebar */
.MF__policy-toc {
    position: sticky;
    top: 80px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 16px;
}
.MF__policy-toc-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.MF__policy-toc-link {
    display: block;
    padding: 8px 10px;
    font-size: 0.8125rem;
    color: #555;
    text-decoration: none;
    border-left: 3px solid transparent;
    margin-bottom: 2px;
    line-height: 1.4;
}
.MF__policy-toc-link:hover { color: #d63031; }
.MF__policy-toc-link.active {
    color: #d63031;
    font-weight: 600;
    border-left-color: #d63031;
}

/* Section items */
.MF__policy-item {
    border-bottom: 1px solid #eee;
}
.MF__policy-item:last-child { border-bottom: none; }
.MF__policy-item-hd {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
}
.MF__policy-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #fff0f0;
    color: #d63031;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.MF__policy-item-meta { flex: 1; min-width: 0; }
.MF__policy-item-title {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 0.9375rem;
    margin: 0;
}
.MF__policy-item-desc {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 4px 0 0;
}
.MF__policy-chevron {
    font-size: 1.2rem;
    color: #aaa;
    transition: transform 0.25s;
    flex-shrink: 0;
}
.MF__policy-item-hd[aria-expanded="true"] .MF__policy-chevron { transform: rotate(180deg); }

/* Ensure collapse hides by default */
.MF__policy-item .collapse:not(.show) { display: none; }

.MF__policy-item-bd {
    padding: 0 0 18px 56px;
    margin: 0;
    color: #555;
    font-size: 0.875rem;
    line-height: 1.7;
}
.MF__policy-item-bd p { margin: 0 0 8px; }
.MF__policy-item-bd p:last-child { margin-bottom: 0; }
.MF__policy-item-bd ul { padding-left: 18px; margin: 0; }
.MF__policy-item-bd li { margin-bottom: 5px; }
.MF__policy-item-bd a { color: #d63031; }

/* Bottom bar */
.MF__policy-bottom {
    background: #f8f8f8;
    border-top: 1px solid #eee;
    padding: 16px 0;
    font-size: 0.875rem;
    color: #555;
}
.MF__policy-bottom a { color: #d63031; font-weight: 500; text-decoration: none; }
.MF__policy-bottom-btn {
    background: #d63031;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.MF__policy-bottom-btn:hover { background: #b71c1c; color: #fff; }