.header__home,
.body {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.header_mobile_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header_mobile_container-body {
    background-color: #459498;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; /* Căn giữa nội dung */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow:
        rgb(60 64 67 / 84%) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* //// */

.header__home_baner_absolute {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.header__home_baner_absolute_card {
    width: 20%;
}

.header__home_baner_absolute_card_body {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    box-shadow:
        rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header__home_baner_absolute_card_text {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
    color: black;
}

.title_h2 {
    margin-top: 10px;
}

h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #3f8b8b;
    border-bottom: 2px solid #3f8b8b;
    padding: 3px 0px;
    text-transform: uppercase;
    display: inline;
    line-height: 32px;
}

h2 span {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3f8b8b;
    display: block;
}

.facilities__mobile_dieu_tri_card {
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
}

.facilities__mobile_dieu_tri_card_left {
    width: 20%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.facilities__mobile_dieu_tri_card_right {
    padding: 10px;
    background-color: #f5f8ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80%;
}
.facilities__mobile_dieu_tri_card_right_title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.facilities__mobile_dieu_tri_card_right_text {
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 5px;
    line-height: 18px;
}

.facilities__mobile_nam_khoa {
    display: flex;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.facilities__mobile_nam_khoa_card {
    position: relative;
    border: 2px solid #ededed;
    width: 50%;
    padding: 40px 5px 10px 5px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}

.facilities__mobile_nam_khoa_card_icon {
    position: absolute;
    top: -32px;
    left: 30%;
    width: 40%;
    max-width: 85px;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.facilities__mobile_nam_khoa_card_title {
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.facilities__mobile_nam_khoa_card_text {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 18px;
    text-align: justify;
    margin-top: 5px;
}

.facilities__mobile_uy_tin {
    padding: 10px;
    box-sizing: border-box;
}

.facilities__mobile_uy_tin_card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.facilities__mobile_uy_tin_card_left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.facilities__mobile_uy_tin_card_right {
    width: 80%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #68bacf;
    padding: 10px 0px;
}

.facilities__mobile_uy_tin_card_right_left {
    width: 85%;
}

.facilities__mobile_uy_tin_card_right_right {
    width: 15%;
    padding: 5px;
    box-sizing: border-box;
}
.facilities__mobile_uy_tin_card_right_left_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: black;
}

.facilities__mobile_uy_tin_card_right_left_text {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 18px;
}

.footer__mobile_layout {
    position: relative;
    margin-bottom: 10px;
}

.footer__mobile_layout_img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer__mobile {
    margin-bottom: 60px;
}

.footer__mobile_bottom {
    background-color: #459498;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 15px;
}
.footer__mobile_bottom_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__mobile_bottom_top > img {
    background-color: white;
    border-radius: 50%;
}

.footer__mobile_bottom_top_right > h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}
.footer__mobile_bottom_top_right > span {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.footer__mobile_bottom_location {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
}

.footer__mobile_bottom_location > div {
    border-left: 2px solid white;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
}

#footer_mobileFix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; /* full màn hình */
    z-index: 10000;
}

/* phần thân bên trong sẽ căn giữa */
.footer_mobileFix_body {
    max-width: 600px;
    margin: 0 auto; /* lúc này mới căn giữa */
    position: relative;
    background: white;
    -webkit-box-shadow: 0px -1px 10px 3px rgba(128, 128, 128, 0.99);
    box-shadow: 0px -1px 10px 3px rgba(128, 128, 128, 0.99);
}
