Latest News

တိုင်းရင်းသားလူမျိုးများရေးရာဝန်ကြီးဌာန အိတ်ဖွင့်တင်ဒါခေါ်ယူခြင်း ဇွန်လ (၉) ရက်


Ministry of Information/ Naypyitaw / July 03, 2023
image


၁။ တိုင်းရင်းသားလူမျိုးများရေးရာဝန်ကြီးဌာန၊ တိုင်းရင်းသားစာပေနှင့်ယဉ်ကျေးမှုဦးစီးဌာန၏ ၂၀၂၃ - ၂၀၂၄ ခု၊ ဘဏ္ဍာရေးနှစ် ပြည်ထောင်စုဘဏ္ဍာရန်ပုံငွေ၊ ငွေလုံးငွေရင်းအသုံးစရိတ်ဖြင့် ပြည်ထောင်စုတိုင်းရင်းသားကျေးရွာ (ရန်ကုန်)ကို အဆင့်မြှင့်တင်ခြင်းလုပ်ငန်း ဆောင်ရွက်ရန် အတွက် အောက်ပါအတိုင်း အိတ်ဖွင့်တင်ဒါ ခေါ်ယူအပ်ပါသည် -

Lot(1) သမင်ခြံနေရာတွင် ဝင်္ကပါပတ်လမ်း၊ ဝါးရုံတောလျှောက်လမ်းပြုလုပ်ခြင်းလုပ်ငန်း

Lot(2) ရေပန်းအလှတပ်ဆင်ခြင်းလုပ်ငန်း

Lot(3) ပြည်ထောင်စုတိုင်းရင်းသားကျေးရွာ(ရန်ကုန်)တွင် ဆိပ်ခံဗောတံတားအနီး 

သောင်တူးခြင်း လုပ်ငန်း

၂။ မြန်မာနိုင်ငံသားလုပ်ငန်းရှင် မည်သူမဆို ဖော်ပြပါတင်ဒါလုပ်ငန်းအား မြန်မာကျပ်ငွေဖြင့် တင်သွင်းနိုင်ပါသည်-

(က) တင်ဒါလျှောက်လွှာ  စတင်ရောင်းချမည့်ရက်         - (၁၂ -၆-၂၀၂၃)

(ခ) တင်ဒါလျှောက်လွှာ တင်သွင်းရမည့်နောက်ဆုံးရက် - (၂၇ - ၆-၂၀၂၃)

(ဂ) တင်ဒါတင်သွင်းရမည့်နေရာ                         - ပြည်ထောင်စုတိုင်းရင်းသားကျေးရွာ (ရန်ကုန်)

၃။ တင်ဒါပုံစံများကို ရုံးချိန်အတွင်းဝယ်ယူနိုင်ပါကြောင်းနှင့် အသေးစိတ်အချက်အလက်များ အား ရုံးချိန်အတွင်း ဖုန်း ၀၉-၄၃၁၅၂၅၈၄ ၊ ၀၉-၅၁၂၃၄၁၃ ၊ ၀၆၇-၃၄၀၉၃၁၁ ၊ ၀၆၇-၃၄၀၉၃၁၇ တို့သို့ ဆက်သွယ်မေးမြန်း စုံစမ်းနိုင်ပါသည်။ တင်ဒါဖွင့်လှစ်မည့်ရက်အား အသိပေးဆက်သွယ်မည် ဖြစ်ပါသည်။

                                                                                                                                                                                                                                                      တည်ဆောက်ရေးတင်ဒါဗဟိုကော်မတီ


အလုပ်လျှောက်လွှာခေါ်ယူခြင်း

Ministry of Social Welfare, Relief & Resettlement
Closing Date: : July 31, 2022

MoTC Vacancy

Ministry of Transport and Communications
Closing Date: : June 20, 2022

Test for vacancy

Ministry of Transport and Communications
Closing Date: : July 07, 2022

Download Myanmar National Portal Mobile App

And Continue to Contribute Towards Building a New Myanmar on the Move

Photos & Videos
An error occurred while processing the template.
The following has evaluated to null or missing:
==> entries[currentIndex]  [in template "20116#20152#37232" at line 35, column 87]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${entries[currentIndex].getURL()!""}  [in template "20116#20152#37232" at line 35, column 85]
----
1<div class="container-fluid"> 
2<#if entries?has_content> 
3	<#assign   
4		 regularURL = themeDisplay.getLayout().getRegularURL(request) 
5		 latestDisplayedIndex = entries?size-1 
6		 isCheckedDisplayedIndex = false 
7	/> 
8	<#list 0..entries?size-1 as currentIndex> 
9		<#if entries[currentIndex].getURL()?lower_case?contains("/polls-survey")> 
10			<#assign   
11				latestDisplayedIndex = currentIndex 
12				isCheckedDisplayedIndex = true 
13			/> 
14			<#break> 
15		</#if> 
16	</#list> 
17	<#if !isCheckedDisplayedIndex && entries[entries?size-1].getURL() != regularURL && (entries?size > 1)> 
18		<#assign   
19			latestDisplayedIndex = entries?size - 2 
20		/> 
21	</#if> 
22    
23	<#assign  
24		latestDisplayedTitle = entries[latestDisplayedIndex].getTitle() 
25	/> 
26	<#--<h1>${htmlUtil.escape(latestDisplayedTitle)}</h1>-->	 
27	<div class="breadcrumrow" style="padding-top: 10px"> 
28		<div class="container-fluid"> 
29			<div class="col-md-12"> 
30			<div class="crumbpadding"> 
31				<ul> 
32					<li><a href="${entries[0].getURL()!""}">${htmlUtil.escape(entries[0].getTitle())}</a></li> 
33					<#list 1..latestDisplayedIndex as currentIndex> 
34						<#if entry.isBrowsable()> 
35							<li class="nextto"><a href="${entries[currentIndex].getURL()!""}">${htmlUtil.escape(entries[currentIndex].getTitle())}</a></li> 
36						</#if> 
37					</#list> 
38				</ul> 
39				</div> 
40			</div> 
41		</div> 
42	</div> 
43</#if> 
44</div> 
45 
46 
47<style> 
48.mnp_body .breadcrumrow ul li.nextto:before { 
49	color: #6f79b1!important; 
50
51 
52.mnp_body .crumbpadding { 
53    border-radius: 10px; 
54    background: #bedaf8a6; 
55    padding: 15px; 
56
57 
58.mnp_body .breadcrumrow ul li.nextto::before { 
59    color: #6f79b1 !important; 
60
61 
62.mnp_body .crumbpadding a { 
63    color: #666; 
64    font-weight: 600; 
65
66 
67.mnp_body .breadcrumrow ul li:last-child a { 
68    padding-right: 23px; 
69    color: #0a80c7; 
70
71</style>