Mahasiswa Baru, Ini Daftar Beasiswa Swasta 2026 yang Layak untuk Dicoba!
![]() |
| Beasiswa pendidikan kuliah. (Foto: Canva.com) |
/* Font Google */
@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap’);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Inter’, sans-serif;
background: #f8fafc;
padding: 20px;
}
.artikel-container {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 28px;
box-shadow: 0 20px 40px -10px rgba(0, 55, 100, 0.15);
overflow: hidden;
border: 1px solid rgba(0, 86, 179, 0.1);
}
.artikel-header {
background: linear-gradient(145deg, #0b2d5e 0%, #1a3f7a 100%);
padding: 30px 35px;
color: white;
border-bottom: 6px solid #ffcd00;
}
.artikel-header h1 {
font-size: 2.4rem;
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: 10px;
line-height: 1.2;
color: white;
}
.artikel-header h1 span {
background: #ffcd00;
color: #0b2d5e;
padding: 5px 15px;
border-radius: 40px;
font-size: 1.1rem;
display: inline-block;
margin-left: 15px;
}
.artikel-header p {
color: #e0edff;
font-size: 1.1rem;
max-width: 700px;
}
.artikel-body {
padding: 35px;
}
.intro-text {
font-size: 1.15rem;
line-height: 1.6;
color: #1e2f4a;
margin-bottom: 30px;
background: #f0f7ff;
padding: 20px 25px;
border-radius: 24px;
border-left: 6px solid #ffcd00;
}
.intro-text strong {
color: #0b2d5e;
}
/* Section Styling */
.section-title {
display: flex;
align-items: center;
gap: 12px;
font-size: 1.8rem;
font-weight: 700;
color: #0b2d5e;
margin: 40px 0 25px 0;
border-bottom: 3px solid #ffcd00;
padding-bottom: 15px;
}
.section-title span {
background: #0b2d5e;
color: white;
padding: 8px 18px;
border-radius: 40px;
font-size: 1.2rem;
}
/* Tabel Modern */
.tabel-container {
overflow-x: auto;
margin: 25px 0;
border-radius: 24px;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
table {
width: 100%;
border-collapse: collapse;
background: white;
font-size: 0.95rem;
}
th {
background: #0b2d5e;
color: white;
font-weight: 600;
padding: 16px 18px;
text-align: left;
white-space: nowrap;
}
td {
padding: 16px 18px;
border-bottom: 1px solid #e2eaf0;
color: #1e2f4a;
}
tr:last-child td {
border-bottom: none;
}
tr:hover td {
background-color: #f6fbff;
}
.badge-status {
background: #e0f2e8;
color: #007a5e;
padding: 6px 12px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
display: inline-block;
}
.badge-ditutup {
background: #ffebee;
color: #c62828;
}
.link-info {
color: #0b2d5e;
font-weight: 600;
text-decoration: none;
border-bottom: 1px dashed #0b2d5e;
}
.link-info:hover {
color: #ff8c00;
}
/* Card Beasiswa */
.beasiswa-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 25px;
margin: 30px 0;
}
.card-beasiswa {
background: #ffffff;
border-radius: 24px;
padding: 25px 22px;
box-shadow: 0 5px 15px rgba(0,0,0,0.03);
border: 1px solid #e6edf5;
transition: all 0.25s ease;
position: relative;
border-top: 6px solid #ffcd00;
}
.card-beasiswa:hover {
transform: translateY(-6px);
box-shadow: 0 15px 25px rgba(11, 45, 94, 0.08);
}
.card-beasiswa h3 {
font-size: 1.4rem;
font-weight: 700;
color: #0b2d5e;
margin-bottom: 12px;
}
.card-beasiswa .meta-info {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
}
.meta-label {
background: #eef5ff;
color: #0b2d5e;
padding: 5px 15px;
border-radius: 30px;
font-size: 0.8rem;
font-weight: 600;
}
.meta-label i {
margin-right: 5px;
}
.detail-list {
list-style: none;
margin: 15px 0;
}
.detail-list li {
display: flex;
gap: 12px;
margin-bottom: 12px;
font-size: 0.95rem;
color: #3a4d66;
}
.detail-list li .emoji {
min-width: 24px;
}
.card-footer {
margin-top: 18px;
border-top: 1px dashed #bccfe0;
padding-top: 15px;
}
.btn-info {
background: #0b2d5e;
color: white;
padding: 10px 20px;
border-radius: 40px;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
gap: 8px;
transition: 0.2s;
}
.btn-info:hover {
background: #ffcd00;
color: #0b2d5e;
}
.tips-section {
background: #e6f2fc;
border-radius: 28px;
padding: 30px;
margin: 45px 0 20px;
border: 1px solid #bdd8f0;
}
.tips-title {
font-size: 1.6rem;
font-weight: 700;
color: #0b2d5e;
margin-bottom: 25px;
display: flex;
align-items: center;
gap: 10px;
}
.tips-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.tip-item {
background: white;
padding: 20px;
border-radius: 22px;
text-align: center;
box-shadow: 0 5px 10px rgba(0,0,0,0.02);
}
.tip-icon {
font-size: 2.5rem;
margin-bottom: 10px;
}
.tip-item h4 {
color: #0b2d5e;
margin-bottom: 8px;
}
.tip-item p {
font-size: 0.9rem;
color: #3c5975;
}
.footer-note {
margin-top: 30px;
padding-top: 20px;
border-top: 2px dashed #b0c9e3;
color: #2d4f72;
font-size: 0.9rem;
text-align: center;
}
@media (max-width: 700px) {
.artikel-header h1 { font-size: 1.8rem; }
.artikel-body { padding: 25px; }
.section-title { font-size: 1.5rem; }
}
🎓 Deretan Beasiswa Swasta 2026 Mahasiswa Baru
Catat jadwal dan syaratnya! Dari fully funded hingga bantuan biaya hidup.
Banyak PTS yang membuka program beasiswa langsung untuk menjaring calon mahasiswa berprestasi. Berikut beberapa di antaranya:
| Nama Beasiswa | Penyelenggara | Target | Jadwal 2026 | Benefit Utama | Info |
|---|---|---|---|---|---|
| Beasiswa UMSURA | Univ. Muhammadiyah Surabaya | Mahasiswa Baru | 1 Feb – 30 Apr | Bebas UKT, potongan uang gedung (14 jenis) | Website |
| Beasiswa IGGS | Telkom University | Lulusan SMA/SMK/MA | 22 Des – 13 Apr | Kuliah gratis 100% hingga lulus | Website Resmi |
| Beasiswa UKDW | Univ. Kristen Duta Wacana | Calon Maba | Telah Ditutup | Beasiswa prestasi | – |
Selain dari kampus, banyak perusahaan yang memberikan beasiswa prestasi dan pengembangan diri. Catat tanggal-tanggal penting ini!
SejutaCita Future Leaders (SFL) Chapter 12
- 🎯 WNI 13-35 th
- 💰 Bantuan UKT Rp6jt/smt + Leadership Trip ke Jepang
- 📱 IG @sejutacita
Beasiswa Unggulan (S1)
- 🎯 Lulusan SMA berprestasi
- 💵 Pembiayaan penuh + tunjangan hidup
- 🔗 beasiswa.kemdikbud.go.id
Djarum Beasiswa Plus
- 🎯 S1/D4 semester 4 kampus mitra
- 📚 Bantuan bulanan + softskill
- 📸 @djarumbeasiswaplus
Paragon Scholarship Program
- 🎯 S1/D4/D3 semester awal
- ✨ Biaya kuliah + mentoring + proyek
- 📸 @growatparagon
F1STRA – PT Astra
- 🎯 S1 smt 4/6 IPK > 3.00
- 🤝 Dukungan finansial + proyek bersama mentor
- 📸 @astra_career
Bank Indonesia (GenBi)
- 🎯 S1/D4 minimal 40 SKS IPK ≥ 3.00
- 💰 Rp1–1,5jt/bln + social project
- 📸 @satugenbi
BSI – Bank Syariah
- 🎯 Mahasiswa pra-sejahtera th 2, IPK ≥ 3.00
- 🤲 Bantuan UKT + uang saku + leadership
- 📸 @bsi_scholarship
Pertamina Sobat Bumi
- 🌱 Smt 2–6, IPK ≥ 3.00
- ⚡ Bantuan SPP + biaya hidup + green initiative
- 📸 @pertamina.foundation
Tanoto Foundation (TELADAN)
- 🎯 S1 semester 1 (KIPK boleh)
- 🏆 Beasiswa penuh + soft skill training
- 📸 @tanotoeducation
FIFGROUP Young Leader
- 🎯 S1 IPK 3.25 (PTN) / 3.50 (PTS)
- 💵 Dana Rp9jt + workshop + magang
- 📸 @growingatfifgroup
ASEAN-Maybank
- 🎯 Warga ASEAN, IPK min 3.00
- ✈️ Biaya penuh + laptop + magang
- 🔗 Maybank Foundation
Yayasan Prasetia Luhur
- 🎓 Untuk mahasiswa UI
- 📅 Pendaftaran s.d. 16 Jan 2026
Pantau Medsos
Jadwal di atas prediksi, selalu cek IG resmi penyelenggara
Siapkan Dokumen
Sertifikat, rapor, surat rekomendasi, esai jauh-jauh hari
Baca Syarat Teliti
Setiap beasiswa punya kriteria berbeda, pastikan sesuai
Jangan Ragu Bertanya
Gunakan kontak/email jika ada hal yang kurang jelas

