.post-body table td {border: none; padding: 15px; text-align: center; }
.post-body table th {border: none; padding: 15px; text-align: center; }
.post-body table {border: none;}
.post-body table thead th {color: white; text-align:center;}
.widget .post-body li {padding-left:15px; padding-top: 10px;}
/* Reset and Base Styles */
.biaya-hidup-article {
font-family: ‘Segoe UI’, Roboto, ‘Helvetica Neue’, Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
/* Typography */
.biaya-hidup-title {
font-size: 2.2rem;
color: #2c3e50;
margin-bottom: 1.5rem;
font-weight: 700;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
.biaya-hidup-subtitle {
font-size: 1.5rem;
color: #2980b9;
margin: 1.8rem 0 1rem;
font-weight: 600;
}
.biaya-hidup-text {
margin-bottom: 1.2rem;
font-size: 1.05rem;
}
.biaya-hidup-highlight {
font-weight: 600;
color: #e74c3c;
}
/* Tables */
.biaya-hidup-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
.biaya-hidup-table th {
background-color: #3498db;
color: white;
font-weight: 600;
padding: 12px 15px;
text-align: left;
}
.biaya-hidup-table td {
padding: 10px 15px;
border-bottom: 1px solid #e0e0e0;
}
.biaya-hidup-table tr:nth-child(even) {
background-color: #f8f9fa;
}
.biaya-hidup-table tr:hover {
background-color: #f1f8fe;
}
/* Responsive Table */
@media (max-width: 768px) {
.biaya-hidup-table {
display: block;
overflow-x: auto;
}
}
/* Conclusion Section */
.biaya-hidup-conclusion {
background-color: #f8f9fa;
padding: 20px;
border-left: 4px solid #3498db;
margin: 2rem 0;
border-radius: 0 8px 8px 0;
}
.biaya-hidup-conclusion-title {
font-weight: 600;
color: #2c3e50;
margin-bottom: 0.8rem;
}
/* Interactive Elements */
.biaya-hidup-button {
background-color: #3498db;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-weight: 600;
margin: 1rem 0;
transition: all 0.3s ease;
}
.biaya-hidup-button:hover {
background-color: #2980b9;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Animation */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.biaya-hidup-article {
animation: fadeIn 0.6s ease-out;
}
.rp-container {
max-width: 1400px; /* Diperlebar untuk layar besar */
margin: 0 auto;
padding: 20px;
}
.rp-header {
text-align: center;
margin-bottom: 40px;
}
.rp-main-title {
font-size: 2.5rem;
font-weight: 600;
color: var(–rp-dark);
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.rp-subtitle {
color: var(–rp-gray);
font-size: 1.1rem;
max-width: 600px;
margin: 20px auto 0;
line-height: 1.6;
}
.rp-cards-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* Responsif penuh */
gap: 30px;
}
.rp-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
overflow: hidden;
transition: var(–rp-transition);
transform: translateY(0);
position: relative;
height: 100%; /* Tinggi penuh */
}
.rp-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
}
.rp-card::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, var(–rp-primary), var(–rp-accent));
opacity: 0;
transition: var(–rp-transition);
}
.rp-card:hover::before {
opacity: 1;
}
.rp-card-img-container {
overflow: hidden;
position: relative;
height: 220px; /* Lebih tinggi */
}
.rp-card-img {
width: 100%;
height: 180%;
object-fit: cover;
transition: var(–rp-transition);
}
.rp-card:hover .rp-card-img {
transform: scale(1.05);
}
.rp-card-content {
padding: 25px;
flex: 1;
display: flex;
flex-direction: column;
}
.rp-card-title {
font-size: 1rem; /* Sedikit lebih besar */
font-weight: 600;
margin: 0 0 15px;
color: var(–rp-dark);
line-height: 1.4;
transition: var(–rp-transition);
text-align: center;
}
.rp-card:hover .rp-card-title {
color: var(–rp-primary);
}
.rp-read-more {
margin-top: auto;
text-align: center;
color: white;
background-color: #007bff;
border-radius:50px;
}
.rp-read-more-link {
display: inline-flex;
align-items: center;
text-decoration: none;
color: white;
font-weight: 500;
transition: var(–rp-transition);
padding: 8px 0;
font-size: 1.1rem;
}
.rp-read-more-link:hover {
color: var(–rp-secondary);
}
/* Layar sangat lebar (Desktop besar) */
@media (min-width: 1600px) {
.rp-cards-container {
grid-template-columns: repeat(3, 1fr); /* Tiga kolom dengan lebar sama */
}
.rp-card-img-container {
height: 250px; /* Lebih tinggi di layar lebar */
}
.rp-card-content {
padding: 30px;
}
.rp-card-title {
font-size: 1.5rem;
}
}
/* Tablet dan Desktop kecil */
@media (max-width: 1199px) {
.rp-cards-container {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.rp-card-img-container {
height: 200px;
}
}
/* Mobile */
@media (max-width: 768px) {
.rp-main-title {
font-size: 2rem;
}
.rp-cards-container {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
}
.rp-loader {
display: flex;
justify-content: center;
padding: 40px 0;
grid-column: 1 / -1; /* Loader memenuhi seluruh lebar */
}
.rp-loader-dot {
width: 12px;
height: 12px;
background: var(–rp-primary);
border-radius: 50%;
margin: 0 5px;
animation: rp-loader 1.2s infinite ease-in-out both;
}
.rp-loader-dot:nth-child(1) { animation-delay: -0.32s; }
.rp-loader-dot:nth-child(2) { animation-delay: -0.16s; }
@keyframes rp-loader {
0%, 80%, 100% { transform: scale(0); }
40% { transform: scale(1); }
}
.rp-no-posts {
text-align: center;
color: var(–rp-gray);
padding: 40px 0;
font-size: 1.2rem;
grid-column: 1 / -1; /* Memenuhi seluruh lebar */
}
Biaya Hidup Bulanan (2025) – Mahasiswa Internasional di Sydney Australia
Mahasiswa internasional perlu menyiapkan dana minimal sekitar AUD 24.505 per tahun (~AUD 2.040 per bulan) untuk biaya hidup, sesuai ketentuan visa Australia. Namun pada kenyataannya pengeluaran dapat lebih tinggi, terutama di kota besar.
Misalnya, studi terbaru menyebutkan sewa apartemen satu kamar di Sydney sekitar AUD 2.500/bulan, sedangkan total biaya hidup mahasiswa (sebelum sewa) bisa mencapai AUD 5.200–5.500 per bulan. Hal ini membuat Sydney berada di puncak kota termahal.
Perbandingan Biaya Hidup di Kota-Kota Australia
Di bawah ini disajikan perbandingan rata-rata biaya hidup per kategori di lima kota besar Australia: Sydney, Melbourne, Brisbane, Perth, dan Adelaide (dalam AUD/bulan):
| Kategori | Sydney | Melbourne | Brisbane | Perth | Adelaide |
|---|---|---|---|---|---|
| Akomodasi (sewa 1BR) | 2.500 | 2.200 | 1.800 | 1.600 | 1.500 |
| Makanan (belanja & makan) | 600 | 550 | 500 | 500 | 450 |
| Transportasi umum | 160 | 150 | 140 | 120 | 100 |
| Kebutuhan pribadi (telp, Internet, dll) | 150 | 150 | 150 | 150 | 150 |
| Hiburan & rekreasi | 200 | 200 | 200 | 200 | 200 |
| OSHC (Asuransi Kesehatan) | 67 | 67 | 67 | 67 | 67 |
Dari tabel di atas terlihat Sydney paling tinggi untuk hampir semua kategori. Misalnya, sewa rata-rata di Sydney (satu kamar) sekitar AUD 2.500/bulan, sedangkan Melbourne sekitar AUD 2.200.
Gaji Pekerjaan Paruh Waktu
Mahasiswa internasional diizinkan bekerja paruh waktu hingga 40 jam/minggu. Rata-rata upah per jam untuk pekerjaan umum:
| Pekerjaan Paruh Waktu | Sydney | Melbourne | Brisbane | Perth | Adelaide |
|---|---|---|---|---|---|
| Barista | 30 | 30 | 36 | 30 | 30 |
| Pelayan Restoran | 31 | 31 | 31 | 59 | 31 |
| Kasir | 29 | 29 | 33 | 29 | 29 |
| Kasir/Toko Ritel | 31 | 31 | 38 | 31 | 31 |
| Gudang/Logistik | 32 | 32 | 33 | 32 | 32 |
Secara singkat, mahasiswa asing bisa mengharapkan gaji sekitar $28–32 per jam untuk pekerjaan barista, pelayan, kasir, toko, atau gudang, tergantung pengalaman.
Kesimpulan:
Biaya hidup di Australia pada 2025 bervariasi berdasarkan kota dan gaya hidup. Sydney adalah kota termahal (akomodasi dan kebutuhan tertinggi), diikuti Melbourne, sementara Adelaide relatif lebih murah. Asuransi kesehatan (OSHC) wajib sekitar AUD 500–800/tahun. Pendapatan paruh waktu rata-rata menutup sebagian biaya ini, dengan gaji sekitar AUD 30/jam pada umumnya. Mahasiswa disarankan menggunakan data ini untuk membuat anggaran yang realistis sebelum kuliah di Australia.
document.addEventListener(‘DOMContentLoaded’, function() {
// Button functionality
const calculateBtn = document.getElementById(‘biayaHidupCalculateBtn’);
calculateBtn.addEventListener(‘click’, function() {
const city = prompt(‘Pilih kota (Sydney, Melbourne, Brisbane, Perth, atau Adelaide):’);
if (!city) return;
const formattedCity = city.charAt(0).toUpperCase() + city.slice(1).toLowerCase();
// Validate city input
const validCities = [‘Sydney’, ‘Melbourne’, ‘Brisbane’, ‘Perth’, ‘Adelaide’];
if (!validCities.includes(formattedCity)) {
alert(‘Kota yang dimasukkan tidak valid. Silakan coba lagi.’);
return;
}
// Calculate monthly expenses
let accommodation, food, transport, personal, entertainment, insurance;
switch(formattedCity) {
case ‘Sydney’:
accommodation = 2500;
food = 600;
transport = 160;
personal = 150;
entertainment = 200;
insurance = 67;
break;
case ‘Melbourne’:
accommodation = 2200;
food = 550;
transport = 150;
personal = 150;
entertainment = 200;
insurance = 67;
break;
case ‘Brisbane’:
accommodation = 1800;
food = 500;
transport = 140;
personal = 150;
entertainment = 200;
insurance = 67;
break;
case ‘Perth’:
accommodation = 1600;
food = 500;
transport = 120;
personal = 150;
entertainment = 200;
insurance = 67;
break;
case ‘Adelaide’:
accommodation = 1500;
food = 450;
transport = 100;
personal = 150;
entertainment = 200;
insurance = 67;
break;
}
const totalMonthly = accommodation + food + transport + personal + entertainment + insurance;
// Display result
alert(`Estimasi biaya hidup bulanan di ${formattedCity}:
Akomodasi: AUD ${accommodation}
Makanan: AUD ${food}
Transportasi: AUD ${transport}
Kebutuhan pribadi: AUD ${personal}
Hiburan: AUD ${entertainment}
Asuransi: AUD ${insurance}
Total: AUD ${totalMonthly}/bulan`);
});
// Add hover effect to table rows
const tableRows = document.querySelectorAll(‘.biaya-hidup-table tr’);
tableRows.forEach(row => {
row.addEventListener(‘mouseenter’, function() {
this.style.transition = ‘background-color 0.2s ease’;
});
});
});
function handleBlogPosts(json) {
const entries = json.feed.entry || [];
const container = document.getElementById(‘recent-posts’);
// Filter artikel hanya dengan tag “Bedah jurusan”
const filteredEntries = entries.filter(entry => {
if (!entry.category) return false;
return entry.category.some(cat =>
cat.term.toLowerCase() === “living cost”
);
});
if (filteredEntries.length === 0) {
container.innerHTML = ‘
Tidak ada postingan ditemukan untuk tag “Australia”.
‘;
return;
}
container.innerHTML = ”;
filteredEntries.slice(0, 3).forEach(entry => {
const title = entry.title.$t;
const link = entry.link.find(l => l.rel === ‘alternate’).href;
const content = entry.content.$t;
const parser = new DOMParser();
const doc = parser.parseFromString(content, ‘text/html’);
const img = doc.querySelector(‘img’);
const imgSrc = img ? img.src : ‘https://images.unsplash.com/photo-1499750310107-5fef28a66643?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=400&q=80’;
const card = document.createElement(‘div’);
card.className = ‘rp-card’;
card.innerHTML = `
${title}
`;
container.appendChild(card);
});
}
(function() {
const script = document.createElement(‘script’);
script.src = ‘https://blog.starshipeducation.com/feeds/posts/default?alt=json-in-script&callback=handleBlogPosts’;
document.body.appendChild(script);
})();
Australia
Inggris
USA
Canada
Singapore
Malaysia