/* styles.css */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.header-inner {
    display: flex;
    margin-top: 30px;
}

.header-logo-left img {
    width: 100px;

}

.header-logo-right {
    display: flex;
    margin-top: 17px;
}

.header__navbar-icon-link {
    color: var(--back-color);
    text-decoration: none;
}

.header-bg-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 10%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

/* div serach */
.header-search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 5px;
    max-width: 400px;
    max-height: 50px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff; /* Màu nền */
    margin-top: 20px;
}

.header-search input[type="text"] {
        border: none;
        outline: none;
        flex: 1;
        padding: 10px 15px;
        border-radius: 25px;
        font-size: 16px;
    }

.header-search i {
        color: #fff;
        background-color: black; /* Màu nền của biểu tượng */
        padding: 10px;
        border-radius: 50%;
        margin-left: 10px;
        cursor: pointer;
        font-size: 20px; /* Tăng kích thước biểu tượng */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

.header-search i:hover {
            background-color: #0056b3; /* Thay đổi màu nền khi hover */
        }

/* .header-bottom{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
} */

.header-bottom.navbar-static-top {
    position: static;
    width: 100%;
    z-index: 1;
}

.header-bottom.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff; /* Thêm màu nền để dễ nhìn */
    border-bottom: 1px solid #ddd; /* Thêm viền để dễ nhìn */
}

/* div logo right */

.header-logo-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    padding-left: 60px;
}

.header-logo-right ul li {
        padding-left: 2px;
        text-align: center;
        font-weight: 700;
    }

.logo-icon-right {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.logo-icon-right li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 16px;
    }

.header-logo-name {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #018b4a;
    cursor: pointer;
    box-sizing: border-box;
}

.toggle-button {
    font-size: 31px;
    width: 50px;
}

.header_navbar-list a {
    text-decoration: none;
}

.header-logo-right ul {
    display: flex;
}

.logo-icon-right li i {
    color: red;
    margin-right: 10px;
    font-size: 40px;
}


.header-logo-right ul li a i {
    color: black;
}
/* navbar */
.header__navbar-icon-link {
    margin-right: 10px;
    color: #333;
    text-decoration: none;
}

.header__navbar-icon-link i {
        font-size: 20px;
    }

    .header__navbar-icon-link:hover {
        color: #007BFF;
    }

.header_navbar-list {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    list-style: none;
    padding: 0.3%;
    margin: 0;
    z-index: 1;
}

.header_navbar-itm {
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.header_navbar-itm a {
        text-decoration: none;
        color: #333;
    }

 .header_navbar-itm a:hover {
            color: #007BFF;
        }

.header_navbar {
    position: relative;
}

.header-bg-container {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height as needed */
}

.header-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.header-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* This ensures the image covers the entire area */
    }


.header-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header {
    background-image: url('medical_background.png');
    background-size: inherit;
    background-color: #ffffff;
}

/* header background */

/* footer */

.footer {
    background-color: rgba(7,61,4,255);
    color: #fff;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.footer .footer-secondary,
.footer .footer-primary {
        flex: 1;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center; /* Căn giữa theo chiều dọc */
        text-align: center; /* Căn giữa văn bản */
    }

.footer .footer-text {
        font-size: 14px;
        text-align: left;
        line-height: 1.5
    }

.footer .footer-text strong {
            color: #fff;
            font-size: 16px;
        }

.footer .footer-text p {
            margin: 5px 0;
        }

.footer .copyright-footer {
        font-size: 14px;
    }

.footer .back-to-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        display: none; /* Ban đầu ẩn nút */
        width: 40px;
        height: 40px;
        color: black;
        cursor: pointer;
        background-color: white;
        border: 1px solid #000;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

.footer .back-to-top i {
            font-size: 20px;
        }

.footer .back-to-top:hover {
            background-color: #007BFF;
            color: white;
        }


.footer-text {
    float: right;
    padding-top: 30px;
}

/* container */
.container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container body {
/*    height: 100vh;*/
    background: #dadada;
}

.container {
    width: 80%;
/*    height: 10%;*/
    margin: auto;
}

.container ul li {
        list-style: none;
    }

.container ul li a {
            text-decoration: none;
            list-style: none;
            color: black;
        }

.container ul li a:hover {
                color: #007BFF;
            }

.main {
    position: relative;
    overflow: hidden;
}

.first-item {
    display: grid;
    grid-template-columns: 3fr 1.5fr;
    grid-template-rows: auto auto;
    grid-gap: 40px;
}

.item {
    padding: 0;
    margin: 0;
}
/*.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/ /* Tạo các cột có kích thước tối thiểu là 300px, tự động mở rộng */
/*gap: 16px;*/ /* Khoảng cách giữa các phần tử */
/*}

.grid-item {
    display: grid;
    grid-template-columns: 1fr 2fr;*/ /* Cột 1 là ảnh, cột 2 là nội dung */
/*gap: 8px;*/ /* Khoảng cách giữa các cột */
/*align-items: center;*/ /* Căn giữa theo chiều dọc */
/*padding: 10px;
    border: 1px solid #ddd;*/ /* Viền quanh mỗi item */
/*border-radius: 8px;*/ /* Bo tròn góc */
/*background-color: #f9f9f9;*/ /* Màu nền nhẹ */
/*}

.img-item {
    width: 100% !important;
    height: 50% !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    object-position: center !important;
}


.right-div a {
    text-decoration: none;
    color: #333;*/ /* Màu chữ */
/*font-weight: bold;
    font-size: medium;
}

.right-div a:hover {
        color: #007BFF;*/ /* Màu chữ khi hover */
/*}*/

.item-2 ul li {
    list-style: none;
}

.item-2 ul li a {
        text-decoration: none;
        font-size: medium;
        color: black;
        justify-content: center; /* Căn giữa theo chiều ngang */
        align-items: center; /* Căn giữa theo chiều dọc */

}

.item-2 ul li a img {
            width: 100%; /* hoặc 1fr tùy theo bố cục cụ thể */
            height: 300px; /* Dùng auto để giữ tỉ lệ ảnh */
            image-rendering: pixelated;
            vertical-align: middle;
}

.banner {
    image-rendering: pixelated;
    vertical-align: middle;
    list-style: none;
    height: 100%;
    width: 100%;
}

.item-2 ul li a:hover {
    color: #007BFF;
}

.sencond-item {
    width: 80%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.sencond-item .item-2 {
        position: relative;
        background-color: #eff3f4;
        color: black;
}

.section-title-main i {
    padding-right: 1%;
}

.sencond-item .title {
    border: 1px solid rgba(0, 0, 0, 0.3); /* Màu của viền */
    border-radius: 8px; /* Độ bo tròn của góc */
    background-color: white; /* Màu nền của phần tử */
}

.thirst-container {
    width: 80%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
}

.section-title-main {
    color: white;
}

.nav-title {
    background-color: #018b4a;
    padding: 1% 1% 1% 1%;
}

.img-feature {
    transform: 1s;
    height: 100%;
    width: 100%;
}

.list-image {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: space-between;
}

    .list-image div {
        flex: 1;
        padding: 5px;
        cursor: pointer;
    }

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.control {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.active {
    background: rgb(223, 85, 85);
}

@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}


/* login form */

body .second-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: url('medical_background.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.second-wrapper .wrapper {
    width: 420px;
    background: transparent;
    border: 2px solid black;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgb(0, 0, 0, .2);
    color: black;
    border-radius: 10px;
    padding: 30px 40px;
}

.second-wrapper .wrapper h1 {
        font-size: 36px;
        text-align: center;
    }

.second-wrapper .wrapper .input-box {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 30px 0;
    }

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    font-size: 16px;
    color: black;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
        color: black;
    }

.input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.second-wrapper .wrapper .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forgot label input {
    accent-color: #fff;
    margin-right: 3px;
}

.remember-forgot a {
    color: #fff;
    text-decoration: none;
}

.remember-forgot a:hover {
        text-decoration: underline;
}

.second-wrapper .wrapper .btn {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.second-wrapper .wrapper .register-link {
    font-size: 14.5px;
    text-align: center;
    margin-top: 20px 0 15px;
}

.register-link p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-link p a:hover {
        text-decoration: underline;
}

/* detail  */
.detail-item {
    display: grid;
    grid-template-columns: 4fr 1.2fr;
    grid-template-rows: auto auto;
    grid-gap: 40px;
    font-size: large;
}

/* post */
.post-item {
    display: grid;
    /*grid-template-columns: 1.2fr 4fr;*/
    grid-template-rows: auto auto;
    grid-gap: 40px;
    font-size: large;
}

.post-item .wp-caption-text {
        text-align: center;
        padding: .4em;
        font-size: .9em;
        background: rgba(0, 0, 0, 0.05);
        font-style: italic;
}

/* profile */
/* styles.css */

.profile-container {
    display: flex;
    width: 100%;
    font-size: large;
}

.sidebar {
    width: 250px;
    background-color: #333;
    color: #fff;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar .profile {
        text-align: center;
}

.sidebar .profile img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin-bottom: 10px;
}

.sidebar .profile h2 {
            margin: 10px 0 5px;
            font-size: 20px;
}

.sidebar .profile p {
            margin: 0;
            font-size: 14px;
            color: #bbb;
}

.sidebar .menu {
        list-style-type: none;
        padding: 0;
        margin: 20px 0 0;
}

.sidebar .menu li {
        margin: 10px 0;
}

.sidebar .menu a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
}

.sidebar .menu a i {
                margin-right: 10px;
}

.sidebar .menu a:hover {
                background-color: #444;
                padding-left: 10px;
                transition: padding-left 0.3s;
}

.main-content {
    flex-grow: 1;
    background-color: #fff;
    padding: 20px;
}

.section {
    margin-bottom: 20px;
}

.section h1 {
        margin-top: 0;
        font-size: 24px;
        border-bottom: 2px solid #333;
        padding-bottom: 10px;
}

.section table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
}

        .section table th,
        .section table td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: left;
        }

.section table button {
            padding: 5px 10px;
            border: none;
            background-color: #4CAF50;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
}

.section table button:hover {
                background-color: #45a049;
}
/*Popup*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
    padding: 0 auto;
}

.popup-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
    position: relative;
}

.popup-content h2 {
        margin-top: 0;
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close:hover,
.close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
}

.popup form {
    display: flex;
    flex-direction: column;
    font-size: large;
}

.popup form label {
        margin-bottom: 5px;
}

.popup form input,
.popup form select {
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
}

.popup form button {
        padding: 10px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
}

.popup form button:hover {
            background-color: #45a049;
}

/* Settings form CSS */
#settings {
    font-size: large;
}

#settings form {
        display: flex;
        flex-direction: column;
        width: 70%;
        padding-left: 25%;
}

#settings form label {
            margin-bottom: 5px;
            font-weight: bold;
}

#settings form input {
            margin-bottom: 15px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
}

#settings form button {
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
}

            #settings form button:hover {
                background-color: #45a049;
            }

/* Sidebar and layout */
.profile-container {
    display: flex;
    font-family: Arial, sans-serif;
}

.sidebar {
    width: 200px;
    background-color: #333;
    padding: 20px;
    color: white;
}

.profile img {
    width: 100px;
    border-radius: 50%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.menu li {
        margin: 15px 0;
    }

.menu a {
        text-decoration: none;
        color: white;
    }

.main-content {
    flex-grow: 1;
    padding: 20px;
}

/* Container for posting articles */
.container-post {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 20px auto;
}

.container-post h2 {
        text-align: center;
        margin-bottom: 20px;
}

.container-post form {
        display: flex;
        flex-direction: column;
}

.container-post label {
        margin-bottom: 10px;
        font-weight: bold;
}

.container-post input[type="text"],
.container-post textarea,
.container-post select,
.container-post input[type="file"] {
        margin-bottom: 15px;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        width: 100%;
}

.container-post .buttons {
        display: flex;
        justify-content: space-between;
}

.container-post button {
        padding: 10px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
}

.container-post button:hover {
            background-color: #45a049;
}

/* Table for articles and users */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f4f4f4;
}

td {
    background-color: #fff;
}

/* Popup for editing */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    margin: 100px auto;
}

.popup .close {
    float: right;
    cursor: pointer;
}


/* admin post */
.admin-posts .profile {
    float: right;
}

.admin-posts i {
    font-size: 400%;
    padding-left: 30%;
    padding-top: 5%;
    color: #000;
}

.admin-posts h3 {
    color: #000;
}

.admin-posts i:hover {
    color: #007BFF;
}

.admin-posts h3:hover {
    color: #007BFF;
}

/* KSK */
.container-ksk {
    max-width: 40%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.container-ksk h1 {
        text-align: center;
        color: #333;
}

.container-ksk form {
        display: flex;
        flex-direction: column;
}

.container-ksk label {
        margin-top: 10px;
        margin-bottom: 5px;
        color: #333;
}

.container-ksk input[type="text"],
.container-ksk input[type="radio"],
.container-ksk input[type="checkbox"] {
        padding: 10px 0 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
}

.container-ksk .gender-options {
        display: flex;
        align-items: center;
}

.container-ksk .gender-options input[type="radio"] {
            margin-right: 5px;
            margin-left: 20px;
}

.container-ksk .gender-options label {
            margin-right: 20px;
}

.container-ksk button {
        padding: 10px;
        color: #fff;
        background-color: #4CAF50;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 20px;
        width: 40%;
        margin-left: 30%;
}

.container-ksk button:hover {
            background-color: #45a049;
}

/* KCB */
.container-kcb {
    max-width: 40%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.container-kcb h1 {
        text-align: center;
        color: #333;
}

.container-kcb h2 {
        margin-top: 20px;
        color: #333;
}

.container-kcb p {
        text-align: center;
        color: #555;
}

.container-kcb form {
        display: flex;
        flex-direction: column;
}

.container-kcb label {
        margin-top: 10px;
        margin-bottom: 5px;
        color: #333;
}

.container-kcb input[type="text"],
.container-kcb input[type="date"],
.container-kcb input[type="email"],
.container-kcb input[type="radio"],
.container-kcb input[type="checkbox"] {
        padding: 10px 0 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
}

.container-kcb .gender-options {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
}

.container-kcb .gender-options input[type="radio"] {
            margin-right: 5px;
}

.container-kcb .gender-options label {
            margin-right: 20px;
}

.container-kcb button {
        padding: 10px;
        color: #fff;
        background-color: #4CAF50;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 20px;
        width: 40%;
        margin-left: 30%;
}

.container-kcb button:hover {
            background-color: #45a049;
}

/**
    PDF
*/
/* Mặc định ẩn popup */
.popup {
    display: none;
}

/* Khi hiển thị popup */
    .popup.active {
        display: block;
}
/*
màu delete bài viết
*/
#editPopup {
    display: none;
    position: fixed;
    /* Đảm bảo z-index cao để popup hiện lên trên các phần tử khác */
    z-index: 9999;
}
/*Phân trang*/
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
        margin: 0 5px;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #f2f2f2;
        color: #333;
        border-radius: 4px;
        border: 1px solid #ccc;
}

.pagination a.active {
            background-color: #4CAF50;
            color: white;
}

.pagination a:hover {
            background-color: #ddd;
 }
/*thanh tìm kiếm*/
.search-container {
    margin-bottom: 20px;
    text-align: right;
}

.search-container input[type="text"] {
    padding: 8px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-container button {
    padding: 8px 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-container button:hover {
        background-color: #45a049;
}

/* Đặt chung cho phần container */
.medical-image-link {
    display: flex;
    overflow-x: auto; /* Cho phép cuộn ngang */
    white-space: nowrap;
    cursor: grab; /* Thay đổi con trỏ khi kéo */
    scroll-behavior: smooth; /* Cuộn mượt */
}

.ux-logo-link {
    padding: 15px;
    display: inline-block;
}

.ux-logo-image {
    height: auto;
}

.medical-image-link.active {
    cursor: grabbing; /* Con trỏ thay đổi khi kéo */
}


/* Đặt chung cho logo */
.ux-logo-link {
    display: block;
    text-align: center;
    transition: transform 0.3s ease; /* Hiệu ứng zoom khi hover */
}

.ux-logo-image {
    height: 130px;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.ux-logo-link:hover .ux-logo-image {
    transform: scale(1.1); /* Zoom nhẹ khi hover */
}

/* Media queries cho màn hình nhỏ hơn (tablets và phones) */
@media (max-width: 1024px) {
    .medical-image-link {
        justify-content: space-between;
    }

    .ux-logo-link {
        padding: 10px; /* Giảm padding để phù hợp với màn hình nhỏ */
    }

    .ux-logo-image {
        height: 110px; /* Giảm kích thước ảnh */
    }
}

@media (max-width: 768px) {
    .medical-image-link {
        justify-content: center; /* Căn giữa các logo */
    }

    .ux-logo-link {
        padding: 8px;
    }

    .ux-logo-image {
        height: 100px; /* Kích thước ảnh nhỏ hơn cho điện thoại */
    }
}

@media (max-width: 480px) {
    .medical-image-link {
        flex-direction: column; /* Xếp các logo theo chiều dọc trên màn hình rất nhỏ */
        align-items: center;
    }

    .ux-logo-link {
        padding: 5px;
    }

    .ux-logo-image {
        height: 90px;
    }
}
/*Văn bản pháp quy*/
@media (max-width: 768px) {
    table {
        width: 90%; /* Điều chỉnh lại chiều rộng để phù hợp hơn trên tablet */
    }
}

@media (max-width: 480px) {
    table {
        width: 100%; /* Điều chỉnh lại chiều rộng để phù hợp với điện thoại */
    }

    th, td {
        font-size: 14px; /* Giảm kích thước chữ trên điện thoại */
    }
}
