Accounting & Finance di Curtin University Australia

Accounting & Finance di Curtin University Australia

.post-body table td {border: none; padding: 15px; text-align: center; }
.post-body table th {border: none; padding: 15px; text-align: center; background-color: #007bff; }
.post-body table {border: none;}
.post-body table thead th {color: white; text-align:center;}
.input, select, button {margin: 0px;}

:root {
–primary: #0066A1; /* Curtin Blue */
–primary-light: #E6F2F9;
–secondary: #00A651; /* Curtin Green */
–dark: #1A2B3C;
–light: #F8FAFC;
–gray: #64748B;
–gray-light: #E2E8F0;
–transition: all 0.3s ease;
–shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
–shadow-hover: 0 15px 35px rgba(0, 0, 0, 0.1);
–border-radius: 12px;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: ‘Inter’, sans-serif;
line-height: 1.6;
color: var(–dark);
background-color: #f9fbfd;
padding: 20px;
margin: 0 auto;
}

.container {
background-color: transparent;
border-radius: var(–border-radius);
box-shadow: var(–shadow);
overflow: hidden;
margin-bottom: 30px;
}

.hero {
background: linear-gradient(135deg, var(–primary) 0%, #003B5C 100%);
color: white;
padding: 60px 40px;
text-align: center;
position: relative;
overflow: hidden;
}

.hero::before {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(‘data:image/svg+xml;utf8,’);
background-size: cover;
}

.hero-content {
position: relative;
z-index: 1;
}

.hero h1 {
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.2;
}

.hero p {
font-size: 1.2rem;
max-width: 800px;
margin: 0 auto 25px;
opacity: 0.9;
}

.curtin-logo {
height: 60px;
margin-bottom: 20px;
}

.section {
padding: 50px 40px;
border-bottom: 1px solid var(–gray-light);
}

.section:last-of-type {
border-bottom: none;
}

.section-title {
display: flex;
align-items: center;
margin-bottom: 30px;
color: var(–primary);
}

.section-title i {
background-color: var(–primary-light);
padding: 12px;
border-radius: 10px;
margin-right: 15px;
font-size: 1.5rem;
}

.section-title h2 {
font-size: 1.8rem;
font-weight: 600;
}

.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 25px;
margin-top: 20px;
}

.card {
background: var(–light);
border-radius: var(–border-radius);
padding: 25px;
box-shadow: var(–shadow);
transition: var(–transition);
border-left: 4px solid var(–primary);
width:100%;
}

.card:hover {
transform: translateY(-5px);
box-shadow: var(–shadow-hover);
}

.card h3 {
color: var(–primary);
margin-bottom: 15px;
font-size: 1.3rem;
font-weight: 600;
}

.card p {
color: var(–gray);
margin-bottom: 10px;
}

.program-list {
list-style-type: none;
}

.program-list li {
padding: 12px 0;
border-bottom: 1px dashed var(–gray-light);
display: flex;
align-items: center;
}

.program-list li:last-child {
border-bottom: none;
}

.program-list i {
color: var(–secondary);
margin-right: 12px;
font-size: 1.1rem;
}

.highlight {
background-color: var(–primary-light);
padding: 25px;
border-radius: var(–border-radius);
margin: 25px 0;
border-left: 4px solid var(–secondary);
}

.highlight h4 {
color: var(–primary);
margin-bottom: 10px;
font-size: 1.2rem;
}

.pathway-steps {
counter-reset: step-counter;
list-style-type: none;
}

.pathway-steps li {
counter-increment: step-counter;
padding: 20px 20px 20px 70px;
margin-bottom: 20px;
background-color: var(–light);
border-radius: var(–border-radius);
position: relative;
box-shadow: var(–shadow);
}

.pathway-steps li::before {
content: counter(step-counter);
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
background-color: var(–primary);
color: white;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 1.2rem;
}

.faq-item {
margin-bottom: 20px;
border-radius: var(–border-radius);
overflow: hidden;
box-shadow: var(–shadow);
}

.faq-question {
padding: 20px;
background-color: var(–light);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
transition: var(–transition);
}

.faq-question:hover {
background-color: var(–primary-light);
}

.faq-question i {
transition: var(–transition);
}

.faq-answer {
padding: 0 20px;
max-height: 0;
overflow: hidden;
transition: var(–transition);
background-color: white;
color:black;

}

.faq-item.active .faq-question {
background-color: var(–primary-light);
color: var(–primary);
}

.faq-item.active .faq-question i {
transform: rotate(180deg);
}

.faq-item.active .faq-answer {
padding: 20px;
max-height: 1000px;
color:black;

}

.tag {
display: inline-block;
background-color: var(–secondary);
color: white;
padding: 5px 12px;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 600;
margin-right: 8px;
margin-bottom: 8px;
}

.pr-badge {
display: inline-flex;
align-items: center;
background-color: #00A651;
color: white;
padding: 8px 15px;
border-radius: 20px;
font-weight: 600;
margin-top: 15px;
}

.pr-badge i {
margin-right: 8px;
}

@media (max-width: 768px) {
.hero {
padding: 40px 20px;
}

.hero h1 {
font-size: 2rem;
}

.section {
padding: 40px 20px;
}

.section-title h2 {
font-size: 1.5rem;
}

.grid {
grid-template-columns: 1fr;
}
}

.fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
opacity: 1;
transform: translateY(0);
}

.rp-container {
max-width: 1400px;
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(–dark);
margin-bottom: 10px;
position: relative;
display: inline-block;
}

.rp-subtitle {
color: #666;
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));
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: transform 0.3s ease, box-shadow 0.3s ease;
transform: translateY(0);
position: relative;
height: 100%;
}

.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(–primary), var(–accent));
opacity: 0;
transition: 0.3s ease;
}

.rp-card:hover::before {
opacity: 1;
}

.rp-card-img-container {
overflow: hidden;
position: relative;
height: 220px;
}

.rp-card-img {
width: 100%;
height: 180%;
object-fit: cover;
transition: transform 0.3s ease;
}

.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;
font-weight: 600;
margin: 0 0 15px;
color: var(–dark);
line-height: 1.4;
transition: color 0.3s ease;
text-align: center;
}

.rp-card:hover .rp-card-title {
color: var(–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: color 0.3s ease;
padding: 8px 0;
font-size: 1.1rem;
}

.rp-read-more-link:hover {
color: #f0f0f0;
}

/* Loader */
.rp-loader {
display: flex;
justify-content: center;
padding: 40px 0;
grid-column: 1 / -1;
}

.rp-loader-dot {
width: 12px;
height: 12px;
background: var(–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: #666;
padding: 40px 0;
font-size: 1.2rem;
grid-column: 1 / -1;
}

@media (min-width: 1600px) {
.rp-cards-container {
grid-template-columns: repeat(3, 1fr);
}

.rp-card-img-container {
height: 250px;
}

.rp-card-content {
padding: 30px;
}

.rp-card-title {
font-size: 1.5rem;
}
}

@media (max-width: 1199px) {
.rp-cards-container {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rp-card-img-container {
height: 200px;
}
}

@media (max-width: 768px) {
.rp-main-title {
font-size: 2rem;
}

.rp-cards-container {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
}

Accounting & Finance di Curtin University Australia

Mengapa program ini sangat populer di kalangan mahasiswa Indonesia? Temukan informasi lengkap tentang program, manfaat, prospek karir, dan pathway menuju Permanent Resident Australia.

Akreditasi Internasional
Pathway ke PR Australia
Prospek Karir Global

Popularitas di Kalangan Mahasiswa Indonesia

Program Accounting & Finance di Curtin University menjadi pilihan populer bagi mahasiswa Indonesia karena beberapa alasan:

Akreditasi Bergengsi

Curtin University memiliki akreditasi ganda dari CPA Australia dan Chartered Accountants Australia and New Zealand (CA ANZ), yang diakui secara internasional.

Kurikulum Global

Kurikulum dirancang dengan standar internasional, mempersiapkan lulusan untuk karir global dengan pemahaman pasar keuangan Australia dan Asia.

Komunitas Indonesia yang Kuat

Curtin memiliki komunitas mahasiswa Indonesia yang besar dan aktif, memberikan jaringan dan dukungan sosial bagi mahasiswa baru.

Program yang Tersedia

Curtin University menawarkan berbagai program dalam bidang Accounting & Finance:

Program Double Degree

Curtin juga menawarkan program double degree yang memungkinkan mahasiswa menggabungkan Accounting & Finance dengan bidang lain seperti Law, Business Information Systems, atau International Business dalam waktu yang lebih efisien.

Manfaat bagi Mahasiswa Indonesia

Penguasaan Bahasa Inggris Profesional

Lingkungan akademik dan profesional di Australia membantu mahasiswa menguasai Bahasa Inggris bisnis dan teknis di bidang keuangan.

Jaringan Internasional

Koneksi dengan perusahaan-perusahaan Australia dan global melalui program magang dan career fair universitas.

Pengakuan Profesional

Lulusan diakui oleh badan profesional akuntansi di Indonesia (IAI) dan Australia, memudahkan karir di kedua negara.

Prospek Karir Lulusan

Lulusan Accounting & Finance dari Curtin University memiliki prospek karir yang luas di Australia, Indonesia, dan secara global:

Profesi Akuntansi

Akuntan Publik, Akuntan Manajemen, Auditor, Konsultan Pajak, Financial Analyst.

Sektor Perbankan & Keuangan

Investment Banker, Financial Planner, Risk Manager, Credit Analyst, Wealth Manager.

Korporasi & Sektor Publik

Financial Controller, CFO, Treasury Manager, Government Accountant, Policy Advisor.

Kisaran Gaji

Lulusan fresh graduate di Australia: AUD 55.000 – 75.000 per tahun. Dengan pengalaman 5+ tahun: AUD 90.000 – 150.000+ per tahun tergantung spesialisasi dan lokasi.

Pathway ke Permanent Resident Australia

YA, Jurusan Ini Dapat Menuju Permanent Resident Australia

Accounting & Finance termasuk dalam Medium and Long-term Strategic Skills List (MLTSSL) Australia, yang berarti lulusan berpeluang mendapatkan visa Permanent Resident.

Pathway Menuju PR:

  1. Penyelesaian Studi: Menyelesaikan program gelar minimal 2 tahun di Australia (misalnya Master of Professional Accounting).
  2. Post-Study Work Visa (Subclass 485): Mendapatkan visa kerja sementara setelah lulus (2-4 tahun tergantung kualifikasi).
  3. Skills Assessment: Mengajukan skills assessment ke CPA Australia, CA ANZ, atau IPA sesuai dengan kualifikasi.
  4. Points Test: Mengumpulkan poin untuk Express of Interest melalui sistem SkillSelect (faktor: usia, bahasa Inggris, pengalaman kerja, kualifikasi Australia, dll).
  5. Visa Application: Mengajukan visa Skilled Independent (Subclass 189) atau Skilled Nominated (Subclass 190) setelah menerima undangan.

Waktu Proses

Rata-rata proses dari kelulusan hingga mendapatkan PR membutuhkan waktu 2-4 tahun, tergantung pada pengumpulan poin, pengalaman kerja, dan proses aplikasi.

Frequently Asked Questions (FAQ)

Apakah gelar dari Curtin University diakui di Indonesia?

Ya, gelar dari Curtin University diakui secara internasional termasuk di Indonesia. Curtin adalah universitas ternama di Australia dengan peringkat global yang baik, sehingga lulusannya dihargai tinggi oleh perusahaan dan institusi di Indonesia.

Berapa biaya kuliah untuk program Accounting & Finance di Curtin?

Biaya kuliah bervariasi tergantung program:
– Bachelor Degree: AUD 35.000 – 40.000 per tahun
– Master Degree: AUD 38.000 – 42.000 per tahun
Biaya hidup di Perth: AUD 20.000 – 25.000 per tahun.

Apakah ada beasiswa untuk mahasiswa Indonesia?

Curtin University menawarkan berbagai beasiswa untuk mahasiswa internasional termasuk dari Indonesia, seperti Australia Awards, Curtin International Scholarships, dan Faculty-specific scholarships. Beasiswa dapat mencakup 25-50% dari biaya kuliah.

Berapa lama proses untuk mendapatkan PR setelah lulus?

Rata-rata membutuhkan waktu 2-4 tahun setelah kelulusan. Ini termasuk:
1. Menyelesaikan Post-Study Work Visa (2-4 tahun)
2. Mengumpulkan pengalaman kerja profesional
3. Memenuhi persyaratan points test
4. Proses aplikasi visa (6-12 bulan)

Apakah ada persyaratan bahasa Inggris khusus untuk mendaftar?

Ya, persyaratan bahasa Inggris umumnya:
– IELTS: overall 6.5 (minimal 6.0 di setiap bagian)
– TOEFL iBT: 79 (minimal 13 Reading, 21 Writing, 12 Listening, 18 Speaking)
Untuk program tertentu mungkin memerlukan skor yang lebih tinggi.

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() === “accounting”
);
});

if (filteredEntries.length === 0) {
container.innerHTML = ‘

Tidak ada postingan ditemukan untuk tag “Community Services”.

‘;
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}

${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);
})();

// FAQ Toggle Functionality
document.querySelectorAll(‘.faq-question’).forEach(question => {
question.addEventListener(‘click’, () => {
const faqItem = question.parentElement;
faqItem.classList.toggle(‘active’);
});
});

// Scroll Animation
const fadeElements = document.querySelectorAll(‘.fade-in’);

const fadeInOnScroll = () => {
fadeElements.forEach(element => {
const elementTop = element.getBoundingClientRect().top;
const windowHeight = window.innerHeight;

if (elementTop {
card.addEventListener(‘mouseenter’, function() {
this.style.transform = ‘translateY(-8px)’;
});

card.addEventListener(‘mouseleave’, function() {
this.style.transform = ‘translateY(0)’;
});
});

// Add animation to pathway steps
document.querySelectorAll(‘.pathway-steps li’).forEach((step, index) => {
step.style.transitionDelay = `${index * 0.1}s`;
step.classList.add(‘fade-in’);
});

// Re-check for pathway steps
setTimeout(fadeInOnScroll, 300);

Leave a Reply

Your email address will not be published. Required fields are marked *

Free Consultation

Let's discuss how we can help you achieve your goals in a 1-on-1 session

🚀
0%

Booking Confirmed!

Astro
Astrid
FREE!
Share halaman ini dan dapatkan promo!
WhatsApp
Instagram
Telegram

Chat dengan Kami

WhatsApp
LINE
Telegram
Instagram
LinkedIn