.box_dvu {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 25px;
    padding: 35px 25px;
    background: #fff;
}

.box_dvu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.box_dvu ul li {
    border-right: 1px solid #403e3e;
    padding-left: 20px;
    padding-right: 20px;
}

.box_dvu ul li {
    margin: 0 !important;
}

.dvu_item_content h3 {
    color: #000;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.dvu_item_img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.box_dvu ul li .dvu_item {
    padding: 0px;
    border-radius: 0px;
}

.dvu_item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dvu_item_excerpt {
    font-size: 14px;
    margin: 0;
}

.dvu_item_img {
    flex-shrink: 0;
}

.box_dvu ul li:last-child {
    border-right: unset;
}

.cover_bac_si {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover_bac_si h1 {
    color: #000;
    position: absolute;
}

.cover_bac_si {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
}

.section_mt {
    position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
}

.box_list_bac_si {
    gap: 16px;
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.box_list_bac_si_item {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 8px;
    overflow: hidden;
}

.box_list_bac_si_item_content {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    margin-top: -25px;
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.cv_an {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.box_list_bac_si_item_img {
    z-index: 1;
    position: relative;
}

.box_list_bac_si_item_content_excerpt p {
    margin-bottom: 0;
}

.box_list_bac_si_item_content h3 {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #03428e;
}

.box_list_bac_si_item_content_excerpt ul {
    list-style: none;
    margin: 0;
}

.box_list_bac_si_item_content_excerpt ul li {
    margin: 0;
    font-size: 14px;
}

.box_list_bac_si_item_content_excerpt {
    font-size: 14px;
    background-color: #cccccc26;
    border-radius: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px;
}

.name_cd {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 2px;
}

.box_btn a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
    color: #fff;
    border-radius: 99px;
    font-size: 12px;
    margin-top: 10px;
}

.row-hd-bs .col {
    padding: 0 !important;
}

.box-nd_hf-bs h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #03428e;
}

.box-nd_hf-bs h2 {
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.box-nd_hf-bs h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 5px;
    height: 25px;
    background: #03a43e;
    border-radius: 2px;
}

.box-btn_hf-bs a {
    display: inline-flex;
    min-width: 166px;
    justify-content: center;
    padding: 10px 24px;
    color: #00852f;
    background: #fff;
    border: 2px solid #08a73f;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.box_btn a:hover {
    color: #fff;
}

.box-btn_hf-bs {
    text-align: right;
}

.box_list_bac_si.owl-carousel .owl-nav {
    position: static;
}

.box_list_bac_si.owl-carousel .owl-nav button.owl-prev,
.box_list_bac_si.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    margin: 0;
}

.box_list_bac_si.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.box_list_bac_si.owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.box_list_bac_si.owl-carousel .owl-nav button.owl-prev:hover,
.box_list_bac_si.owl-carousel .owl-nav button.owl-next:hover {
    border-color: #888;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.box_list_bac_si.owl-carousel .owl-nav button.owl-prev span,
.box_list_bac_si.owl-carousel .owl-nav button.owl-next span {
    font-size: 22px;
    line-height: 1;
    color: #555;
    margin-top: -2px;
}

.box_dich_vu {
    margin-top: 65px;
    margin-bottom: 65px;
}

.row-hd-bs {
    max-width: 100% !important;
    margin: auto !important;
}

.dich-vu-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 45px;
}

/* css bài viết */
.dich-vu-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 45px;
}

.dich-vu-list__item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.dich-vu-list__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.dich-vu-list__anh {
    overflow: hidden;
    position: relative;
}

.dich-vu-list__anh img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.dich-vu-list__item:hover .dich-vu-list__anh img {
    transform: scale(1.08);
}

/* Overlay mờ dần khi hover */
.dich-vu-list__anh::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dich-vu-list__item:hover .dich-vu-list__anh::after {
    opacity: 1;
}

.dich-vu-list__ten {
    padding: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.dich-vu-list__date {
    padding: 10px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 0;
}

/* css list dịch vụ */
.dv-grid {
    display: grid;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 45px;
}

.dv-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e4edf5;
    border-radius: 12px;
    padding: 14px 16px;
    min-width: 180px;
    flex: 1;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 0.18s, border-color 0.18s;
}

.dv-card:hover {
    box-shadow: 0 4px 16px rgba(32, 136, 200, 0.12);
    border-color: #a8d8f0;
}

.dv-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dv-label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

/* css chi tiết page bac sĩ */
/* Vùng giữ chỗ ảnh — thay <img> vào trong khi có ảnh thật */
.img-ph {
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(45deg, rgba(3, 66, 142, 0.04) 0 12px, rgba(3, 66, 142, 0.07) 12px 24px),
        linear-gradient(135deg, #e8f0fa 0%, #cfe4f5 100%);
    display: grid;
    place-items: center;
    color: rgba(3, 66, 142, 0.35);
}

.img-ph i {
    font-size: 40px;
}

.img-ph span {
    position: absolute;
    bottom: 12px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(3, 66, 142, 0.4);
    font-weight: 600;
}

/* ====== BREADCRUMB ====== */
.bs-breadcrumb {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #e3eaf280;
}

.bs-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.bs-breadcrumb ul li {
    list-style: none;
    margin: 0;
}

.bs-breadcrumb li:not(:last-child)::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b8c4d6;
    margin-left: 8px;
}

.bs-breadcrumb a:hover {
    color: #03428e;
}

.bs-breadcrumb li:last-child {
    color: #03428e;
    font-weight: 600;
}

/* ====== HERO ====== */
.bs-hero {
    position: relative;
    background:
        radial-gradient(ellipse at top right, rgba(3, 164, 62, 0.08), transparent 60%),
        radial-gradient(ellipse at bottom left, rgba(3, 66, 142, 0.12), transparent 60%),
        linear-gradient(180deg, #fff 0%, #f5f8fc 100%);
    padding: 56px 0 70px;
    overflow: hidden;
}

.bs-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(32, 136, 200, 0.1), transparent 70%);
    border-radius: 50%;
}

.bs-hero-grid {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Doctor photo */
.bs-photo-wrap {
    position: relative;
    width: 100%;
}

.bs-photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 20px 50px rgba(3, 66, 142, 0.12);
}

.bs-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-photo-decor {
    position: absolute;
    inset: -16px;
    border: 2px dashed rgba(3, 164, 62, 0.4);
    border-radius: 32px;
    z-index: -1;
    animation: rotate 40s linear infinite;
    display: none;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

/* Specialty ribbon on photo */
.bs-photo-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    color: #007f32;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 99px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

/* Floating badges */
.bs-badge {
    position: absolute;
    background: #fff;
    padding: 14px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(3, 66, 142, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    z-index: 2;
}

.bs-badge .ico {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.bs-badge .num {
    font-size: 18px;
    font-weight: 700;
    color: #03428e;
    line-height: 1;
}

.bs-badge .lbl {
    color: #6b7a90;
    font-size: 12px;
}

.bs-badge--exp {
    top: 26px;
    left: -30px;
}

.bs-badge--exp .ico {
    background: linear-gradient(135deg, #03428e 0%, #2088c8 100%);
}

.bs-badge--patient {
    bottom: 26px;
    left: -34px;
}

.bs-badge--patient .ico {
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
}

.bs-tag i {
    color: #03a43e;
    font-size: 10px;
}

/* Hero info */
.bs-degree {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6f7ec;
    color: #007f32;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.bs-degree i {
    font-size: 11px;
}

.bs-name {
    font-size: 44px;
    font-weight: 800;
    color: #03428e;
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.bs-position {
    font-size: 18px;
    color: #03a43e;
    margin-bottom: 22px;
    font-weight: 500;
}

.bs-position strong {
    color: #1a2a44;
    font-weight: 600;
}

/* Quick info chips */
.bs-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 22px;
}

.bs-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1a2a44;
}

.bs-quick-item i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #e8f0fa;
    color: #03428e;
    font-size: 14px;
}

.bs-quick-item b {
    display: block;
    font-weight: 600;
}

.bs-quick-item small {
    color: #6b7a90;
    font-size: 12px;
}

.bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}

.bs-tag {
    background: #fff;
    border: 1px solid #e3eaf2;
    padding: 7px 16px;
    border-radius: 99px;
    font-size: 13px;
    color: #1a2a44;
    font-weight: 500;
    transition: 0.3s;
}

.bs-tag:hover {
    border-color: #03428e;
    color: #03428e;
    transform: translateY(-2px);
}

/* Stats */
.bs-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
    padding: 22px 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
    border: 1px solid #e3eaf2;
}

.bs-stat {
    text-align: center;
    position: relative;
}

.bs-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #e3eaf2;
}

.bs-stat .v {
    font-size: 30px;
    font-weight: 800;
    color: #03428e;
}

.bs-stat .v small {
    font-size: 16px;
    color: #03a43e;
}

.bs-stat .l {
    font-size: 12px;
    color: #000;
    margin-top: 4px;
    font-weight: 700;
    text-transform: capitalize;
}

/* CTA */
.bs-cta {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.ico_cta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bs-cta .btn {
    display: flex-start;
    align-items: center;
    gap: 0;
    padding: 14px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    flex-direction: column;
}

.btn-primary {
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(3, 164, 62, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(3, 164, 62, 0.4);
    color: #fff;
}

.btn-outline {
    background: #fff;
    color: #03428e;
    border: 2px solid #03428e;
}

.btn-outline:hover {
    background: #03428e;
    color: #fff;
}

/* ====== SECTION ====== */
.section {
    padding: 64px 0;
}

.section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.section-head .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #03428e 0%, #2088c8 100%);
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.section-head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #03428e;
    margin: 0;
    letter-spacing: -0.3px;
}

.section-head .sub {
    display: block;
    color: #6b7a90;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

/* ====== ABOUT + SPECIALTIES ====== */
.bs-about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.bs-about-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
    border: 1px solid #e3eaf2;
}

.bs-about-card .quote {
    border-left: 4px solid #03a43e;
    background: #e8f0fa;
    padding: 18px 22px;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #022f6b;
    margin: 20px 0;
    font-size: 15px;
}

.bs-about-card p {
    font-size: 15px;
    color: #3b4a63;
    margin-bottom: 14px;
}

/* Specialties grid */
.bs-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bs-spec-item {
    background: #fff;
    border: 1px solid #e3eaf2;
    border-radius: 16px;
    padding: 26px 18px;
    text-align: center;
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

.bs-spec-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03428e 0%, #2088c8 100%);
    opacity: 0;
    transition: 0.35s;
    z-index: 0;
}

.bs-spec-item>* {
    position: relative;
    z-index: 1;
}

.bs-spec-item .ico {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    background: #e8f0fa;
    color: #03428e;
    font-size: 22px;
    transition: 0.35s;
}

.bs-spec-item h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #1a2a44;
    transition: 0.35s;
    line-height: 1.4;
}

.bs-spec-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(3, 66, 142, 0.08);
    border-color: transparent;
}

.bs-spec-item:hover::before {
    opacity: 1;
}

.bs-spec-item:hover .ico {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.bs-spec-item:hover h4 {
    color: #fff;
}

/* ====== EDUCATION + EXPERIENCE TIMELINE ====== */
.bs-timeline-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.bs-tl-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
    border: 1px solid #e3eaf2;
}

.bs-tl-card h3 {
    font-size: 20px;
    margin: 0 0 28px;
    color: #03428e;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bs-tl-card h3 i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #e8f0fa;
    color: #03428e;
    display: grid;
    place-items: center;
    font-size: 16px;
}

.bs-tl-card.green h3 i {
    background: #e6f7ec;
    color: #007f32;
}

.bs-tl {
    position: relative;
    padding-left: 25px;
}

.bs-tl::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 8px;
    width: 2px;
    background: linear-gradient(to bottom, #03428e, #03a43e);
    border-radius: 1px;
}

.bs-tl-item {
    position: relative;
    padding-bottom: 26px;
}

.bs-tl-item:last-child {
    padding-bottom: 0;
}

.bs-tl-item::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #03428e;
}

.bs-tl-card.green .bs-tl-item::before {
    border-color: #03a43e;
}

.bs-tl-item .yr {
    display: inline-block;
    background: #e8f0fa;
    color: #03428e;
    padding: 3px 12px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bs-tl-card.green .bs-tl-item .yr {
    background: #e6f7ec;
    color: #007f32;
}

.bs-tl-item h5 {
    margin: 4px 0 4px;
    font-size: 15px;
    color: #1a2a44;
    font-weight: 600;
}

.bs-tl-item p {
    margin: 0;
    color: #6b7a90;
    font-size: 14px;
}

/* ====== SCHEDULE ====== */
.bs-schedule-wrap {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
}

.bs-sch-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
    border: 1px solid #e3eaf2;
}

.bs-sch-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-bottom: 0;
}

.bs-sch-table thead {
    display: none;
}

.bs-sch-table th {
    text-align: left;
    font-size: 12px;
    color: #6b7a90;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
}

.bs-sch-table td {
    padding: 10px;
    background: #f8fafd;
    font-size: 14px;
    border-top: 0px solid #eef3f8;
    border-bottom: 0px solid #eef3f8;
    color: #000;
    font-weight: bold;
}

.bs-sch-table tr td:first-child {
    border-left: 1px solid #eef3f8;
    font-weight: 600;
    color: #03428e;
    width: 130px;
}

.bs-sch-table tr td:last-child {
    border-right: 1px solid #eef3f8;
    border-radius: 0 12px 12px 0;
}

.bs-sch-table tr.active td {
    background: #e6f7ec;
    border-color: rgba(3, 164, 62, 0.2);
}

.bs-sch-table tr.active td:first-child {
    color: #007f32;
}

.bs-sch-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 99px;
    font-weight: 600;
}

.bs-sch-status.on {
    background: #03a43e;
    color: #fff;
}

.bs-sch-status.off {
    background: #f0f3f8;
    color: #6b7a90;
}

/* Contact card */
.bs-contact-card {
    background: linear-gradient(135deg, #03428e 0%, #1a5fb0 100%);
    color: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.bs-contact-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(3, 164, 62, 0.3), transparent 70%);
    border-radius: 50%;
}

.bs-contact-card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.bs-contact-card p {
    opacity: 0.85;
    margin-bottom: 24px;
    font-size: 14px;
}

.bs-contact-list {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
    position: relative;
}

.bs-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.bs-contact-item .ico {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0;
}

.bs-contact-item .l {
    font-size: 12px;
    opacity: 0.8;
}

.bs-contact-item .v {
    font-weight: 600;
    font-size: 15px;
}

.bs-contact-card .btn {
    width: 100%;
    justify-content: center;
    background: #fff;
    color: #03428e;
}

.bs-contact-card .btn:hover {
    background: #03a43e;
    color: #fff;
}

/* ====== ACHIEVEMENTS ====== */
.bs-achievements {
    background: linear-gradient(135deg, #f5f8fc 0%, #e8f0fa 100%);
}

.bs-achv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bs-achv-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    border: 1px solid #e3eaf2;
    overflow: hidden;
}

.bs-achv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
}

.bs-achv-card:hover::before {
    transform: scaleX(1);
}

.bs-achv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(3, 66, 142, 0.08);
}

.bs-achv-card .ico {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff8e1, #ffeaa7);
    color: #d4860a;
    font-size: 26px;
}

.bs-achv-card .yr {
    font-size: 12px;
    color: #6b7a90;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bs-achv-card h4 {
    margin: 8px 0 8px;
    font-size: 15px;
    color: #03428e;
    font-weight: 700;
    line-height: 1.4;
}

.bs-achv-card p {
    margin: 0;
    font-size: 13px;
    color: #6b7a90;
}

/* ====== RELATED DOCTORS ====== */
.bs-related {
    background: #fff;
    border-top: 1px solid #e3eaf2;
}

.bs-rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bs-rel-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.35s;
    border: 1px solid #e3eaf2;
}

.bs-rel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(3, 66, 142, 0.08);
    border-color: transparent;
}

.bs-rel-img {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.bs-rel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.bs-rel-card:hover .bs-rel-img img {
    transform: scale(1.07);
}

.bs-rel-content {
    padding: 18px;
    text-align: center;
}

.bs-rel-content .cv {
    font-size: 11px;
    color: #007f32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bs-rel-content h4 {
    margin: 6px 0 4px;
    font-size: 16px;
    color: #03428e;
    font-weight: 700;
}

.bs-rel-content .pos {
    font-size: 13px;
    color: #6b7a90;
    margin-bottom: 12px;
    min-height: 18px;
}

.bs-rel-content .btn-sm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
    color: #fff;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 600;
}

.bs-rel-content .btn-sm:hover {
    color: #fff;
    opacity: 0.9;
}

/* ====== ONLINE REGISTRATION ====== */
.bs-register {
    position: relative;
    background: linear-gradient(120deg, #03428e 0%, #0a5fae 45%, #03a43e 100%);
    overflow: hidden;
}

.bs-register::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
    border-radius: 50%;
}

.bs-register::after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: -60px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(3, 164, 62, 0.25), transparent 70%);
    border-radius: 50%;
}

.bs-reg-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bs-reg-intro {
    color: #fff;
}

.bs-reg-intro .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 16px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bs-reg-intro h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.bs-reg-intro>p {
    font-size: 15px;
    opacity: 0.9;
    margin: 0 0 26px;
    max-width: 440px;
}

.bs-reg-benefits {
    display: grid;
    gap: 14px;
}

.bs-reg-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 500;
}

.bs-reg-benefit i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 15px;
    flex-shrink: 0;
}

/* Form card */
.bs-reg-form {
    background: #fff;
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 20px 50px rgba(3, 66, 142, 0.12);
}

.bs-reg-form h3 {
    margin: 0 0 4px;
    font-size: 22px;
    color: #03428e;
    font-weight: 700;
}

.bs-reg-form .form-sub {
    margin: 0 0 24px;
    font-size: 14px;
    color: #6b7a90;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 13px;
    font-weight: 600;
    color: #1a2a44;
}

.form-field label .req {
    color: #03a43e;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e3eaf2;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    color: #1a2a44;
    background: #f8fafd;
    transition: 0.25s;
}

.form-field textarea {
    resize: vertical;
    min-height: 90px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #03428e;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(3, 66, 142, 0.08);
}

.bs-reg-form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 22px;
    font-size: 16px;
}

.bs-reg-form .form-note {
    text-align: center;
    font-size: 12px;
    color: #6b7a90;
    margin: 14px 0 0;
}

/* ====== HERO INTRO + RATING + BLUE BTN (theo thiết kế) ====== */
.bs-intro-text {
    font-size: 15px;
    color: #3b4a63;
    margin: 0 0 22px;
    max-width: 620px;
}

.btn-blue {
    background: linear-gradient(135deg, #03428e 0%, #2088c8 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(3, 66, 142, 0.25);
}

.btn-blue:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(3, 66, 142, 0.35);
}

.btn-soft {
    background: #e8f0fa;
    color: #03428e;
}

.btn-soft:hover {
    background: #d6e6f8;
    color: #03428e;
}

.bs-cta {
    align-items: center;
}

.bs-rating {
    padding: 19px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    background: #e8f0fa;
    color: #03428e;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.bs-rating .score {
    font-size: 26px;
    font-weight: 800;
    color: #03428e;
    line-height: 1;
}

.bs-rating .stars {
    color: #ffb800;
    font-size: 12px;
    letter-spacing: 1px;
}

.bs-rating small {
    display: block;
    font-size: 12px;
    color: #6b7a90;
}

/* ====== SCHEDULE (theo thiết kế) ====== */
.bs-sch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.bs-sch-left-card,
.bs-note-box {
    background: #fff;
    border: 1px solid #e3eaf2;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(3, 66, 142, 0.06);
}

.bs-sch-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #03428e;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* table overrides */
.bs-sch-table tr td:first-child {
    color: #03428e;
    font-weight: 700;
    text-align: center;
    border: none;
    width: 110px;
}

.bs-sch-table tr td:last-child {
    border: none;
}

.bs-sch-table td.off {
    color: #6b7a90;
    font-style: italic;
}

.bs-notes {
    display: grid;
    gap: 14px;
    margin-bottom: 0;
}

.bs-note {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.bs-note i {
    color: #03a43e;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

.bs-note-divider {
    height: 1px;
    background: #e3eaf2;
    margin: 22px 0;
}

.box_cvts_bv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bs-hot {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bs-hot .ico {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #e8f0fa;
    color: #03428e;
    font-size: 15px;
    flex-shrink: 0;
}

.bs-hot .num {
    font-size: 16px;
    font-weight: 800;
    color: #03428e;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.bs-hot small {
    display: block;
    color: #6b7a90;
    font-size: 12.5px;
    margin-top: 2px;
}

/* ====== REGISTER HOTLINE + CHECK ====== */
.bs-reg-benefits-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.bs-reg-benefit-card {
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
}

.bs-reg-benefit-card i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 15px;
    flex-shrink: 0;
}

.bs-reg-hotline {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    padding: 16px 24px;
}

.bs-reg-hotline .ico {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    flex-shrink: 0;
}

.bs-reg-hotline .num {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
}

.bs-reg-hotline small {
    display: block;
    font-size: 12px;
    opacity: 0.85;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    font-size: 13px;
    color: #6b7a90;
}

.form-check input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #03a43e;
    flex-shrink: 0;
}

/* ====== STICKY CTA ====== */
.bs-sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}

.bs-sticky-cta a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0cb246 0%, #007f32 100%);
    color: #fff;
    box-shadow: 0 8px 30px rgba(3, 66, 142, 0.08);
    font-size: 22px;
    transition: 0.3s;
    position: relative;
}

.bs-sticky-cta a:hover {
    transform: scale(1.1);
    color: #fff;
}

.bs-sticky-cta a.pulse::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #03a43e;
    animation: pulse 1.5s ease-out infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
    .bs-hero-grid {
        grid-template-columns: 320px 1fr;
        gap: 36px;
    }

    .bs-name {
        font-size: 36px;
    }

    .bs-about-wrap,
    .bs-timeline-wrap,
    .bs-schedule-wrap,
    .bs-reg-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bs-achv-grid,
    .bs-rel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bs-reg-intro h2 {
        font-size: 30px;
    }

    .bs-sch-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bs-hero {
        padding: 40px 0;
    }

    .bs-hero-grid {
        grid-template-columns: 1fr;
    }

    .bs-photo-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    .bs-name {
        font-size: 28px;
    }

    .bs-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .bs-stat:nth-child(2)::after {
        display: none;
    }

    .bs-spec-grid,
    .bs-achv-grid,
    .bs-rel-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 40px 0;
    }

    .bs-about-card,
    .bs-tl-card,
    .bs-sch-card,
    .bs-contact-card,
    .bs-reg-form {
        padding: 24px;
    }

    .section-head h2 {
        font-size: 22px;
    }

    .bs-reg-intro h2 {
        font-size: 26px;
    }

    .bs-badge--exp {
        left: 0;
    }
}