.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 */
.perth-article-container {
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.05);
}
.perth-article-header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #eaeaea;
}
.perth-article-title {
font-size: 2.2rem;
color: #2c3e50;
margin-bottom: 10px;
font-weight: 700;
}
.perth-article-subtitle {
font-size: 1.1rem;
color: #7f8c8d;
font-weight: 400;
}
/* Content Sections */
.perth-article-section {
margin-bottom: 40px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.perth-section-title {
color: #3498db;
font-size: 1.5rem;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #3498db;
}
.perth-highlight-box {
background-color: #e8f4fc;
border-left: 4px solid #3498db;
padding: 15px;
margin: 20px 0;
border-radius: 0 4px 4px 0;
}
.perth-cost-item {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px dashed #ddd;
}
.perth-cost-label {
font-weight: 600;
color: #2c3e50;
}
.perth-cost-value {
font-weight: 700;
color: #e74c3c;
}
/* Table Styles */
.perth-comparison-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
overflow-x: auto;
display: block;
}
.perth-comparison-table th {
background-color: #3498db;
color: white;
padding: 12px;
text-align: left;
}
.perth-comparison-table td {
padding: 10px 12px;
border-bottom: 1px solid #ddd;
}
.perth-comparison-table tr:nth-child(even) {
background-color: #f2f2f2;
}
.perth-comparison-table tr:hover {
background-color: #e8f4fc;
}
/* Responsive Design */
@media (max-width: 768px) {
.perth-article-container {
padding: 15px;
}
.perth-article-title {
font-size: 1.8rem;
}
.perth-section-title {
font-size: 1.3rem;
}
.perth-comparison-table {
font-size: 0.9rem;
}
}
/* Interactive Elements */
.perth-toggle-button {
background-color: #3498db;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin: 10px 0;
font-weight: 600;
transition: background-color 0.3s;
}
.perth-toggle-button:hover {
background-color: #2980b9;
}
.perth-hidden-content {
display: none;
padding: 15px;
background-color: #f5f5f5;
border-radius: 4px;
margin-top: 10px;
animation: fadeIn 0.5s;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.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 Mahasiswa Internasional di Perth (2025)
Panduan lengkap biaya hidup dan peluang kerja paruh waktu untuk mahasiswa di Perth
Biaya Hidup Mingguan dan Bulanan
Menurut situs resmi StudyPerth, mahasiswa di Perth memerlukan rata-rata sekitar AUD 445 per minggu (≈Rp 4,7 juta) untuk kebutuhan hidup.
Rincian Biaya Mingguan:
AUD 225
AUD 40
AUD 60
AUD 25
AUD 15
AUD 80
Rincian Biaya Bulanan (4 minggu):
AUD 900
AUD 160-200
AUD 240
AUD 100
AUD 60
AUD 320
Pilihan Akomodasi Lain:
AUD 740–1.760/bulan
AUD 380–860/bulan
Biaya Tambahan:
AUD 560–1.120/bulan
AUD 120–240/bulan
AUD 60–120/bulan
AUD 40–80/bulan
AUD 320–600/bulan
Catatan: Mahasiswa internasional wajib memiliki Asuransi Kesehatan Pelajar (OSHC) dan bukti dana minimal AUD 29.710/tahun untuk visa pelajar.
Upah Paruh Waktu Mahasiswa Internasional
Mahasiswa asing di Australia kini diizinkan bekerja hingga 48 jam per dua minggu (≈96 jam/bulan) selama perkuliahan berlangsung.
Upah Minimum dan Rata-Rata:
AUD 24,10/jam
AUD 21,88–30
Hingga AUD 34,64/jam
Estimasi Penghasilan Bulanan (96 jam):
≈AUD 2.300/bulan
≈AUD 2.400–2.900/bulan
≈AUD 3.300/bulan
Catatan: Angka di atas belum dikurangi pajak (umumnya dipotong 15–30%).
Perbandingan dengan Kota Besar Lain di Australia
Berikut perbandingan biaya hidup dan upah antara Perth dan kota-kota besar Australia lainnya (2025):
| Kategori / Kota | Perth | Sydney | Melbourne | Brisbane | Adelaide | Canberra |
|---|---|---|---|---|---|---|
| Sewa (bersama) | ~A$900/bln | ~A$1.000/bln | ~A$900/bln | ~A$850/bln | ~A$800/bln | ~A$900/bln |
| Sewa (studio/1BR) | ~A$1.800+/bln | ~A$2.000+/bln | ~A$1.900+/bln | ~A$1.800+/bln | ~A$1.700+/bln | ~A$1.900+/bln |
| Makanan & kebutuhan | ~A$400–800/bln | ~A$400–800/bln | ~A$400–800/bln | ~A$400–800/bln | ~A$400–800/bln | ~A$400–800/bln |
| Transportasi | ~A$120–200/bln | ~A$150–250/bln | ~A$150–250/bln | ~A$120–200/bln | ~A$120–200/bln | ~A$100–200/bln |
| Internet & utilitas | ~A$150–300/bln | ~A$150–300/bln | ~A$150–300/bln | ~A$150–300/bln | ~A$150–300/bln | ~A$150–300/bln |
| Hiburan & gaya hidup | ~A$300–600/bln | ~A$300–600/bln | ~A$300–600/bln | ~A$300–600/bln | ~A$300–600/bln | ~A$300–600/bln |
| Upah paruh waktu (AUD/jam) | A$21,9–30 | A$22–38 | A$21,9–32 | A$21,9–30 | A$21,9–28 | ~A$22–32 |
| Potensi pendapatan max/bulan (96 jam) | ~A$2.100–2.900 | ~A$2.100–3.700 | ~A$2.100–3.100 | ~A$2.100–2.900 | ~A$2.100–2.700 | ~A$2.100–3.100 |
Keterangan: Semua angka adalah perkiraan rata-rata untuk tahun 2025. Sydney umumnya paling mahal, khususnya untuk sewa, sedangkan Adelaide relatif lebih terjangkau.
// Toggle hidden content
function toggleContent(id) {
const content = document.getElementById(id);
const button = event.target;
if (content.style.display === “block”) {
content.style.display = “none”;
button.textContent = “Tampilkan Detail Lainnya”;
} else {
content.style.display = “block”;
button.textContent = “Sembunyikan Detail”;
}
}
// Add animation to table rows on hover
document.addEventListener(‘DOMContentLoaded’, function() {
const rows = document.querySelectorAll(‘.perth-comparison-table tr’);
rows.forEach(row => {
row.addEventListener(‘mouseenter’, function() {
this.style.transition = ‘background-color 0.3s ease’;
});
});
});
// Animasi saat halaman dimuat
document.addEventListener(‘DOMContentLoaded’, function() {
// Animasi untuk elemen dengan kelas adl-animate
const animatedElements = document.querySelectorAll(‘.adl-animate’);
animatedElements.forEach((element, index) => {
// Set delay untuk efek berurutan
element.style.animationDelay = `${index * 0.2}s`;
});
// Highlight baris tabel saat dihover
const tableRows = document.querySelectorAll(‘.adl-comparison-table tbody tr’);
tableRows.forEach(row => {
row.addEventListener(‘mouseenter’, () => {
row.style.backgroundColor = ‘#e3f2fd’;
});
row.addEventListener(‘mouseleave’, () => {
row.style.backgroundColor = ”;
});
});
});
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