        
        .header .subtitle {
            color: #7f8c8d;
            text-align: center;
            margin-top: 10px;
        }
        
        .university-card {
            background: rgba(255, 255, 255, 0.95);
            padding: 25px;
            margin-bottom: 20px;
            border: 1px solid #dddddd;
            border-radius: 4px;
        }
        
/*        .university-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }*/
        
        .university-logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        
        .university-name {
            color: #2c3e50;
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .university-type {
            font-size: 20px;
            margin-bottom: 15px;
        }
        
        .info-table {
            border-radius: 4px;
            overflow: hidden;
            border: 1px solid #ddd;
        }
        
        .info-table table {
            margin: 0;
        }
        
        .info-table th {
            background: #eaeaea/*#f3f3f3*/;
            font-weight: bold ;
            border: none  ;
/*            padding: 12px 15px  ;*/
            padding: 10px 15px  ;
            font-size: 20px  ;
        }
        
        .info-table td {
/*            padding: 10px 15px  ;*/
            padding: 10px 15px  ;
            font-size: 20px  ;
        }
        
/*        .info-table tbody tr:nth-child(even) {
            background: #f1f3f4;
        }*/
        
        .info-table tbody tr:hover {
            background: #f3f3f3; /*#e3f2fd*/
        }
        
        .search-box {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }
        
        .search-input {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 20px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .search-input:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
        }
        
        .btn-filter {
            background: #3498db;
            color: white;
            border: none;
            border-radius: 10px;
            padding: 12px 25px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-filter:hover {
            background: #2980b9;
            transform: translateY(-2px);
        }
        
        .stats-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3498db;
            margin-bottom: 5px;
        }
        
        .stats-label {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .no-results {
            text-align: center;
            color: #7f8c8d;
            font-size: 1.1rem;
            margin: 50px 0;
        }
        
        @media (max-width: 768px) {
            .col-md-10 {
                flex: 0 0 auto;
                width: 100%;
            }
            .row1 {
                display: flex;
                flex-wrap: wrap;
                    flex-direction: column
            }
            .university-card {
                padding: 20px;
            }
            
            .university-name {
                font-size: 24px;
                margin: 5px 0px 20px 0px;
            }
            
            .info-table {
                font-size: 0.8rem;
            }
            .header-container {
                flex-direction: column; /* stack บน-ล่าง */
                align-items: flex-start;
            }
            .header-right {
                width: 100%;
                margin-top: 10px;
            }
            .header-right input {
                width: 100%;
            }
        }

        tr[data-url] {
            cursor: pointer !important;
        }
        
        .h-table{
            background: #eaeaea /*#f3f3f3*/;
            font-weight: bold;
            border: none;
            /* padding: 12px 15px; */
            padding: 5px 15px;
            font-size: 20px;
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; /* ให้บรรทัดใหม่เมื่อหน้าจอเล็ก */
        }
        .header-right {
            font-size: 22px;
            font-weight: 300;
            margin: 0;
            margin-bottom: 15px;
            color: #000000;
        }
        .header-right input {
            padding: 15px;
            width: 210px; /* กำหนดความกว้างเริ่มต้น */
            max-width: 100%; /* ไม่เกิน container */
            box-sizing: border-box;
            font-family: 'ThaiSans Neue';
            font-size: 22px;
           /* border: 1px solid #dddddd;
            font-size: 22px;
            font-weight: 300;
            margin: 0;
            margin-bottom: 15px;
            color: #000000;*/
        }

        #noResults {
            justify-content: center;
            align-items: center;
        }