CINXE.COM
CEM | Trang Chủ
<!DOCTYPE html> <html lang="vi"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="_token" content="AKrSa68cSEPd9JkLWJ0RoDvxpNNr36udDY2vV2GI" /> <title>CEM | Trang Chủ</title> <meta property="og:url" content="" /> <meta property="og:title" content="" /> <meta property="og:image" content="" /> <meta property="og:image:width" content="450"/> <meta property="og:image:height" content="298"/> <!--google meta--> <meta itemprop="name" content="" /> <meta itemprop="description" content="" /> <meta itemprop="url" content="" /> <meta itemprop="image" content="" /> <!-- lightbox --> <link rel="stylesheet" href="https://cem.gov.vn/front/css/lc_lightbox.css" /> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/video.popup.css"> <!-- end --> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/daterangepicker.css"/> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/select2.min.css" /> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/jquery.mCustomScrollbar.css"> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/font-awesome.min.css"/> <link type="text/css" rel="stylesheet" href="https://cem.gov.vn/front/css/jquery.bxslider.css"/> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/owl.carousel.css" /> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/style.css" /> <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/custom.css" /> <!-- ================== END BASE CSS STYLE ================== --> <!-- ================== BEGIN BASE JS ================== --> <script type="text/javascript" src="https://cem.gov.vn/front/js/jquery-2.0.3.min.js"></script> <!-- lightbox --> <script type="text/javascript" src="https://cem.gov.vn/front/js/lc_lightbox.lite.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/video.popup.js"></script> <!-- end --> <script type="text/javascript" src="https://cem.gov.vn/front/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/select2.min.js" ></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment.min.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/daterangepicker.js" type="text/javascript"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/owl.carousel.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/jquery.mCustomScrollbar.concat.min.js"></script> <!-- ================== END BASE JS ================== --> <link rel="stylesheet" type="text/css" href="https://cem.gov.vn/front/css/home_custom.css" /> </head> <body> <!-- header --> <header class="header"> <!-- <div class="top-header"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <ul class="top-header-menu"> <li><a href="http://cem.gov.vn/">Trang chủ</a></li> <li><a href="https://envisoft.gov.vn" target="_blank">EnviSoft</a></li> <li><a href="http://cem.gov.vn" target="_blank">EnviInfo</a></li> <li><a href="#" >Emma</a></li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-12 search-forms text-right"> <form class="form-search"> <input type="text" class="form-control form-input" value="" placeholder="Tìm kiếm"/> <input type="submit" class="btn-search" value=""/> </form> <div class="box-social-right"> <a href="https://www.youtube.com/user/KenhTruyenHinhVTC14" class="link-top"><i class="fa fa-youtube"></i></a> <a href="https://www.facebook.com/kenhvtc14/" class="link-top"><i class="fa fa-facebook"></i></a> <div class="box-lang"> <div class="dropdown"> <a href="#" class="lang mr5 dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><img src="https://cem.gov.vn/front/images/vn.png"/></a> <ul class="dropdown-menu pull-menu-left"> <li><a href="#">Tiếng anh</a></li> <li><a href="#">Tiếng trung</a></li> <li><a href="#">Tiếng pháp</a></li> <li><a href="#">Tiếng hàn</a></li> </ul> </div> </div> </div> </div> </div> </div> </div>--> <div class="bg-header"> <div class="container background-white"> <div class="box-white"> <a href="javascript:void(0)" id="menu_mobile"><img src="https://cem.gov.vn/front/images/icon-menu.svg"/></a> <div class="row"> <div class="col-md-6 col-xs-12"> <div class="box-left"> <a href="https://cem.gov.vn" class="logo"><img src="https://cem.gov.vn/front/images/logo.png"/></a> <h1 class="title-blue">Cổng thông tin quan trắc môi trường</h1> <span class="title-grey">Cục Kiểm soát ô nhiễm môi trường</span> <span class="trung-tam">Trung tâm quan trắc môi trường miền bắc</span> </div> </div> <div class="col-md-6 col-xs-12 hidden-sm hidden-xs"> <div class="box-right"> <form class="form-search" action="https://cem.gov.vn/tim-kiem" method="get"> <input type="text" class="form-control form-input" name="key_search" value="" placeholder="Tìm kiếm"/> <input type="submit" class="btn-search" value=""/> </form> <a href="/login" class="login">Đăng nhập</a> <script> $('#btn_search').click(function () { if ($('.form-search').css('display') == "none") { $('.form-search').slideDown(); } else { $('.form-search').slideUp(); } }); </script> </div> </div> </div> </div> <div class="box-all" id="box_menu"> <div class="box-menu box-all"> <div class="container" style="padding-left: 0; padding-right: 30px;"> <nav id="nav-main"> <div class="mbtab"> <a href="#" class="login">Đăng nhập</a> <a href="#" class="register">Đăng ký</a> </div> <ul class="menu_main" id="menu_main_ul"> <li class="has-submenu active "> <a target="" href="https://cem.gov.vn/">Trang chủ</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-0"></span> </li> <li class="has-submenu "> <a target="" href="https://cem.gov.vn/gioi-thieu">Giới thiệu</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-1"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-1"> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc-moi-truong/chuc-nang-nhiem-vu-trung-tam-quan-trac-moi-truong-mien-bac">Chức năng nhiệm vụ</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Quan trắc định kỳ</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-2"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-2"> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/mang-luoi-quan-trac-moi-truong">Mạng lưới quan trắc môi trường</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/luat-va-quy-dinh">Luật và quy định</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Quan trắc tự động</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-3"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-3"> <li class=""> <a target="" href="http://envisoft.cem.gov.vn">Khai thác số liệu</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/cong-nghe-quan-trac-moi-truong">Công nghệ quan trắc tự động</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/van-ban-huong-dan">Thông tin, hướng dẫn</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Phân tích</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-4"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-4"> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/he-thong-phong-thi-nghiem">Hệ thống phòng thí nghiệm</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/thu-nghiem-lien-phong">Thử nghiệm thành thạo</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/thong-tin-hoat-dong">Hoạt động</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/dioxin-va-doc-chat">Dioxin và chất độc</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Kiểm định</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-5"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-5"> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/thong-tin-do-luong">Thông tin đo lường</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/kiem-dinh-hieu-chuan-thu-nghiem">Kiểm định, hiệu chuẩn, thử nghiệm</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/danh-gia-he-thong">Đánh giá hệ thống</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Dịch vụ</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-6"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-6"> <li class=""> <a target="" href="javascript:;">Phân tích môi trường</a> </li> <li class=""> <a target="" href="javascript:;">Đánh giá chất lượng hệ thống</a> </li> <li class=""> <a target="" href="javascript:;">Kiểm định, hiệu chuẩn</a> </li> <li class=""> <a target="" href="javascript:;">Dịch vụ khác</a> </li> <li class=""> <a target="" href="javascript:;">Quan trắc môi trường</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="javascript:;">Envisoft</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-7"></span> <ul class="drop-menu-child sub-small dropdown-menu collapse" id="menu-7"> <li class=""> <a target="" href="http://cem.gov.vn/gioi-thieu-chung/phan-mem-quan-ly-du-lieu-quan-trac-tu-dong-envisoft">Giới thiệu chung</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/huong-dan-su-dung">Hướng dẫn</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/cau-hoi-thuong-gap">Câu hỏi thường gặp</a> </li> <li class=""> <a target="" href="https://cem.gov.vn/tin-tuc/tin-lien-quan">Tin liên quan</a> </li> </ul> </li> <li class="has-submenu "> <a target="" href="https://cem.gov.vn/lien-he">Liên hệ</a> <span class="arrow-down" data-toggle="collapse" data-target="#menu-8"></span> </li> </ul> </nav> </div> </div> </div> <script> $(document).ready(function () { $(".drop-menu-child").children('.active').parents('li').addClass('active'); }); </script> </div> </header> <!-- slider --> <!-- content --> <section class="box-all bg-white" id="title_news_offset"> <div class="container"> <!-- Start chart block 1 --> <div class="row"> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group"> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30">VN_AQI GIỜ</span> <div class="pull-right"> <a href="https://envisoft.gov.vn/eip/default/index" class="link-green">Trang chi tiết</a> <a href="#box-1" data-toggle="collapse" class="collapse-btn"></a> </div> </div> </div> <div id="box-1" class="panel-collapse collapse in panel-aqi-min-height"> <div class="panel-body"> <div class="scrolldiv"> <div class="table-scroll"> <div class="header-table"> <div class="width40">Trạm</div> <div class="width25">Thời gian</div> <div class="width15">Chỉ Số</div> <div class="width20" style="padding: 10px 5px;">Chất Lượng</div> </div> <div id="block_aqi_index" class="box-scroll scrollbox"> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group"> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30" style="white-space: normal; max-width: 88%" id="name_tram"> </span> <div class="pull-right"> <!-- <a href="" class="link-green">Xem chi tiết</a>--> <a href="#box-2" data-toggle="collapse" class="collapse-btn" style="margin-left:0px;"></a> </div> </div> </div> <div id="box-2" class="panel-collapse collapse in panel-aqi-min-height"> <div class="panel-body"> <div class="chart1"> <div class="number-chart"> <div id="analog_gauge" style="width: 70%; float: left;"> </div> <span class="effect-health" style="width: 30%; float: left;"><br></span> </div> <div class="scrolldiv" style="display: none"> <div class="table-scroll"> <div class="header-table"> <div class="width80"></div> <div class="width10">Min</div> <div class="width10">Max</div> </div> <div class="box-scroll scrollbox"> <div class="body-tr"> </div> </div> </div> </div> <div class="chartbox"> <table class="table table-chart" style="margin-top: 8px;"> <thead> <tr> <th id='aqi-detail-title-count' colspan="6" class="aqi-detail-title-count"></th> </tr> <tr class="thead-aqi-chart" id="thead-aqi-char-heade"> <th></th> <th></th> <th class="text-center"> <span id="aqi-line-vertical-left"></span> <span id="start_date_aqi" style="float: left"></span> <span id="aqi-line-vertical-mid"></span> <span id="mid_date_aqi"></span> <span id="aqi-line-vertical-right"></span> <span id="end_date_aqi" style="float: right"></span> </th> <th class="text-center">Min</th> <th class="text-center">Max</th> </tr> </thead> <tbody id="block_stations_indicator" class="box-scroll scrollbox box-statios" style="min-height: 0px;"> </tbody> </table> </div> <div class="info-number" style="display: none!important;"> <div class="width50"> <!-- <strong class="num-bold">Min</strong> <span class="num-blue">30</span> <span class="num-blue">45</span> <span class="num-blue">25</span> <span class="num-blue">28</span>--> </div> <div class="width50"> <!-- <strong class="num-bold">Max</strong> <span class="num-blue">300</span> <span class="num-blue">320</span> <span class="num-blue">160</span> <span class="num-blue">180</span>--> </div> </div> <div class="box-all box-info-chart-bottom"> <ul class="list-info-chart"> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <!-- End chart block 1 --> <!-- Start chart block 2 --> <!--<div class="row"> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group"> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30">Chỉ số WQI</span> <div class="pull-right"> <a href="" class="link-green">Trang công bố</a> <a href="#box-1-wqi" data-toggle="collapse" class="collapse-btn"></a> </div> </div> </div> <div id="box-1-wqi" class="panel-collapse collapse in"> <div class="panel-body"> <div class="scrolldiv"> <div class="table-scroll"> <div class="header-table"> <div class="width40">Trạm</div> <div class="width25">Thời gian</div> <div class="width15">Giá trị</div> <div class="width20">Trạng Thái</div> </div> <div id="block_wqi_index" class="box-scroll scrollbox"> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group"> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30 short-text" id="name_tram_wqi">TP Vinh</span> <div class="pull-right"> <a href="" class="link-green">Xem chi tiết</a> <a href="#box-2-wqi" data-toggle="collapse" class="collapse-btn"></a> </div> </div> </div> <div id="box-2-wqi" class="panel-collapse collapse in"> <div class="panel-body"> <div class="chart1"> <div class="number-chart"> <div id="analog_gauge_wqi" style="width: 70%; float: left;"></div> <span class="effect-health" style="width: 30%; float: left;">Ảnh hưởng<br>sức khoẻ</span> </div> <div class="scrolldiv" style="display: none"> <div class="table-scroll"> <div class="header-table"> <div class="width80"></div> <div class="width10">Min</div> <div class="width10">Max</div> </div> <div class="box-scroll scrollbox"> <div class="body-tr"> <div class="width20"><span class="text-black"></span></div> <div class="width10">07:35 28/11</div> <div class="width50">07:35 28/11</div> <div class="width10">07:35 28/11</div> <div class="width10">07:35 28/11</div> </div> </div> </div> </div> <div class="chartbox" id="chartdiv1_wqi"> <table class="table table-chart"> <thead> <tr> <th></th> <th></th> <th></th> <th><strong class="num-bold">Min</strong></th> <th><strong class="num-bold">Max</strong></th> </tr> </thead> <tbody id="block_stations_indicator_wqi" class="box-scroll scrollbox box-statios"> </tbody> </table> </div> <div class="box-all box-info-chart-bottom"> <ul class="list-info-chart"> </ul> </div> </div> </div> </div> </div> </div> </div> </div>--> <!-- End chart block 2 --> <!-- Start chart block 3 --> <!--<div class="row mgt30"> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group stations"> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30 ">Hiện trạng Phân bố trạm</span> <div class="pull-right"> <a href="#box-3" data-toggle="collapse" class="collapse-btn"></a> </div> </div> </div> <div id="box-3" class="panel-collapse collapse in"> <div class="panel-body"> <div class="selects" style="display: none!important;"> <select name="select1" class="selects1" id="cbbProvinces"> <option></option> <option value="Ho Chi Minh">Ho Chi Minh</option> <option value="Ha Noi">Ha Noi</option> </select> <select name="select1" class="selects3" id="cbbStations"> <option></option> <option value="Ho Chi Minh">Ho Chi Minh</option> <option value="Ha Noi">Ha Noi</option> </select> <input name="dates" class="dates" placeholder="Chọn ngày" /> </div> <div class="title-chart2"> <span class="title-blue-medium">Trạm theo tỉnh</span> <div class="menu-drop"> <div class="dropdown"> <a href="javascript: void(0);" class="list-icon dropdown-toggle" data-toggle="dropdown"><img src="https://cem.gov.vn/front/images/list.png"/></a> <ul id="distributionStationBy" class="dropdown-menu pull-menu-left"> <li data-type="provinces"><a href="javascript: void(0);">Trạm theo tỉnh</a></li> <li data-type="areas"><a href="javascript: void(0);">Trạm theo vùng</a></li> <li data-type="date" style="display: none!important;"><a href="javascript: void(0);">Trạm theo ngày</a></li> </ul> </div> </div> </div> <div class="chart2"> <div id="distributeChart" style="min-width: 285px; height: 290px; margin: 0 auto" ></div> </div> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="panel-group "> <div class="panel panel-default"> <div class="panel-heading"> <div class="header-box2"> <span class="title-blue-30 block_stations_status_title">Hiện trạng các tỉnh</span> <div class="pull-right"> <a href="#box-4" data-toggle="collapse" class="collapse-btn"></a> </div> </div> </div> <div id="box-4" class="panel-collapse collapse in"> <div class="panel-body"> <div class="scrolldiv"> <div class="filter-station"> <select id="cbbStatus" name="status" class="select-status"> </select> <div class="form-filter"> <input type="text" class="text-filter" value="" id="txtStationName" placeholder="Tên tỉnh"> <input type="submit" value="Tìm" class="btn-filter" id="btnSearchStationStatus"> </div> </div> <div class="table-scroll"> <div class="header-table"> </div> <div id="block_stations_status" class="box-scroll scrollbox"> </div> </div> </div> </div> </div> </div> </div> </div> </div>--> <!-- End chart block 3 --> <!-- Start chart block 4 --> <!-- End chart block 4--> <div class="row"> <div class="col-xs-12"> <a href="https://cem.gov.vn/tin-tuc/tin-tuc-moi-truong"><h2 class="title-event">Tin tức môi trường</h2></a> </div> <div class="box-all col-xs-12 box-events"> <div class="owl-carousel owl-carousel-new-home" id="slider-events"> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-ke-hoach-to-chuc-chuong-trinh-thu-nghiem-thanh-thao-nam-2025"><h3>Thông báo kế hoạch tổ chức chương trình thử nghiệm thành thạo năm 2025</h3></a> <!-- <div class="recap"> Căn cứ QĐ 3969/QĐ-BTNMT ngày 30/12/2022 của Bộ trưởng Bộ TN&MT về việc quy ... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-ke-hoach-to-chuc-chuong-trinh-thu-nghiem-thanh-thao-nam-2025"><img src="https://cem.gov.vn/storage/news/67bc5d7749227-thong-bao-ke-hoach-to-chuc-chuong-trinh-thu-nghiem-thanh-thao-nam-2025.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-nong-nghiep-va-moi-truong-niem-tu-hao-to-lon-trong-ky-nguyen-vuon-minh-cua-dan-toc"><h3>Bộ Nông nghiệp và Môi trường: Niềm tự hào to lớn trong kỷ nguyên vươn mình của dân tộc</h3></a> <!-- <div class="recap"> </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-nong-nghiep-va-moi-truong-niem-tu-hao-to-lon-trong-ky-nguyen-vuon-minh-cua-dan-toc"><img src="https://cem.gov.vn/storage/news/67b752831eaa3-bo-nong-nghiep-va-moi-truong-niem-tu-hao-to-lon-trong-ky-nguyen-vuon-minh-cua-dan-toc.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/dong-chi-do-duc-duy-duoc-quoc-hoi-phe-chuan-bo-nhiem-lam-bo-truong-bo-nong-nghiep-va-moi-truong"><h3>Đồng chí Đỗ Đức Duy được Quốc hội phê chuẩn bổ nhiệm làm Bộ trưởng Bộ Nông nghiệp và Môi trường</h3></a> <!-- <div class="recap"> </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/dong-chi-do-duc-duy-duoc-quoc-hoi-phe-chuan-bo-nhiem-lam-bo-truong-bo-nong-nghiep-va-moi-truong"><img src="https://cem.gov.vn/storage/news/67b74fe78dbbb-dong-chi-do-duc-duy-duoc-quoc-hoi-phe-chuan-bo-nhiem-lam-bo-truong-bo-nong-nghiep-va-moi-truong.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-tn-mt-lay-y-kien-gop-y-du-thao-06-tieu-chuan-quoc-gia-ve-moi-truong"><h3>Bộ TN&MT lấy ý kiến góp ý Dự thảo 06 Tiêu chuẩn quốc gia về môi trường</h3></a> <!-- <div class="recap"> (TN&MT) - Bộ TN&MT đang lấy ý kiến góp ý cho Dự thảo 06 Tiêu chuẩn quốc ... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-tn-mt-lay-y-kien-gop-y-du-thao-06-tieu-chuan-quoc-gia-ve-moi-truong"><img src="https://cem.gov.vn/storage/news/67b89b37b7f27-bo-tnmt-lay-y-kien-gop-y-du-thao-06-tieu-chuan-quoc-gia-ve-moi-truong.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-tn-mt-phat-dong-tet-trong-cay-doi-doi-nho-on-bac-ho-tai-thai-binh"><h3>Bộ TN&MT phát động “Tết trồng cây đời đời nhớ ơn Bác Hồ” tại Thái Bình</h3></a> <!-- <div class="recap"> (TN&MT) - Sáng 4/2, tại Khu Bảo tồn thiên nhiên đất ngập nước Thái... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-tn-mt-phat-dong-tet-trong-cay-doi-doi-nho-on-bac-ho-tai-thai-binh"><img src="https://cem.gov.vn/storage/news/67b754a6b2c37-bo-tnmt-phat-dong-tet-trong-cay-doi-doi-nho-on-bac-ho-tai-thai-binh.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-truong-do-duc-duy-lam-viec-voi-doi-tac-nhat-ban-ve-cac-hoat-dong-giam-phat-thai-khi-nha-kinh-va-co-che-jcm"><h3>Bộ trưởng Đỗ Đức Duy làm việc với đối tác Nhật Bản về các hoạt động giảm phát thải khí nhà kính và Cơ chế JCM</h3></a> <!-- <div class="recap"> (TN&MT) - Ngày 13/01, Bộ trư... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/bo-truong-do-duc-duy-lam-viec-voi-doi-tac-nhat-ban-ve-cac-hoat-dong-giam-phat-thai-khi-nha-kinh-va-co-che-jcm"><img src="https://cem.gov.vn/storage/news/67b7558b19816-bo-truong-do-duc-duy-lam-viec-voi-doi-tac-nhat-ban-ve-cac-hoat-dong-giam-phat-thai-khi-nha-kinh-va-co-che-jcm.JPG" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-tam-hoan-to-chuc-ky-tuyen-dung-vien-chuc-nam-2024-cua-trung-tam-quan-trac-moi-truong-mien-bac"><h3>Thông báo tạm hoãn tổ chức Kỳ tuyển dụng viên chức năm 2024 của Trung tâm Quan trắc môi trường miền Bắc</h3></a> <!-- <div class="recap"> Thực hiện Kế hoạch số 715-KH/BCSĐTNMT n... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-tam-hoan-to-chuc-ky-tuyen-dung-vien-chuc-nam-2024-cua-trung-tam-quan-trac-moi-truong-mien-bac"><img src="https://cem.gov.vn/storage/news/675fed2a2c73d-thong-bao-tam-hoan-to-chuc-ky-tuyen-dung-vien-chuc-nam-2024-cua-trung-tam-quan-trac-moi-truong-mien-bac.jpg" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-tuyen-dung-vien-chuc-nam-2024"><h3>Thông báo tuyển dụng viên chức năm 2024 của Trung tâm Quan trắc môi trường miền Bắc</h3></a> <!-- <div class="recap"> </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/thong-bao-tuyen-dung-vien-chuc-nam-2024"><img src="https://cem.gov.vn/storage/news/67489e710de72-thong-bao-tuyen-dung-vien-chuc-nam-2024-cua-trung-tam-quan-trac-moi-truong-mien-bac.png" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/le-cong-bo-quy-hoach-bao-ve-moi-truong-quoc-gia-thoi-ky-2021-2030-tam-nhin-den-nam-2050"><h3>Lễ công bố Quy hoạch Bảo vệ môi trường quốc gia thời kỳ 2021 - 2030, tầm nhìn đến năm 2050</h3></a> <!-- <div class="recap"> Sáng 15/11, tại Hà Nội, Bộ Tài nguyên và Môi trường ... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/le-cong-bo-quy-hoach-bao-ve-moi-truong-quoc-gia-thoi-ky-2021-2030-tam-nhin-den-nam-2050"><img src="https://cem.gov.vn/storage/news/674765a446e30-le-cong-bo-quy-hoach-bao-ve-moi-truong-quoc-gia-thoi-ky-2021-2030-tam-nhin-den-nam-2050.jpg" width="100%"/></a> </div> </div> </div> <div class="item"> <div class="info-event news-home-info-box"> <div class="box-color news-home-info-color-box"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/hoi-nghi-thuc-day-thuc-hien-cac-giai-phap-giam-thieu-o-nhiem-khong-khi-tai-cac-do-thi-lon-cua-viet-nam"><h3>Hội nghị “Thúc đẩy thực hiện các giải pháp giảm thiểu ô nhiễm không khí tại các đô thị lớn của Việt Nam”</h3></a> <!-- <div class="recap"> Ngày 14/11/2024, tại thủ đô Hà ... </div>--> </div> <div class="img-event"> <a href="https://cem.gov.vn/tin-tuc-moi-truong/hoi-nghi-thuc-day-thuc-hien-cac-giai-phap-giam-thieu-o-nhiem-khong-khi-tai-cac-do-thi-lon-cua-viet-nam"><img src="https://cem.gov.vn/storage/news/674763aaefd5f-hoi-nghi-thuc-day-thuc-hien-cac-giai-phap-giam-thieu-o-nhiem-khong-khi-tai-cac-do-thi-lon-cua-viet-nam.jpg" width="100%"/></a> </div> </div> </div> </div> <!-- <div class="box-all text-center"> <a href="https://cem.gov.vn/tin-tuc/tin-tuc-moi-truong" class="btn btn-more">Xem thêm</a> </div>--> </div> </div> </div> </section> <section class="box-grey" style="padding: 10px 0px"> <div class="container"> <div class="row"> <div class="col-xs-12"> <a href="javascript:;"><h2 class="title-event">Chủ đề</h2></a> </div> </div> <div class="row list-topics"> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="https://cem.gov.vn/storage/topics/5c21ff8b86bd4-phan-tich.png"> </div> <a href="https://envisoft.gov.vn" class="title-topic">Phần mềm</a> <ul class="menu-content menu-content-pading"> <li><a href="https://envisoft.gov.vn" class="child-topic">Quản lý số liệu tự động</a></li> <li><a href="http://v2.cem.gov.vn/VN/KhaiThacSLQT/tabid/94/cat/112/language/vi-VN/Default.aspx" class="child-topic">Quản lý số liệu định kỳ</a></li> </ul> </div> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="https://cem.gov.vn/storage/topics/5c21fe814c1e3-quan-trac-tu-dong.png"> </div> <a href="https://cem.gov.vn/tin-tuc/bao-cao-moi-truong" class="title-topic">Báo cáo môi trường</a> <ul class="menu-content menu-content-pading"> <li><a href="http://cem.gov.vn/tin-tuc/bao-cao-moi-truong" class="child-topic">Báo cáo hiện trạng quốc gia</a></li> <li><a href="http://cem.gov.vn/tin-tuc/bao-cao-moi-truong" class="child-topic">Báo cáo hiện trạng địa phương</a></li> </ul> </div> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="https://cem.gov.vn/storage/topics/5c21f0df08654dich-vu.png"> </div> <a href="https://envisoft.gov.vn/eip/default/index" class="title-topic">Công bố thông tin</a> <ul class="menu-content menu-content-pading"> <li><a href="https://envisoft.gov.vn" class="child-topic">Khai thác số liệu tự động</a></li> <li><a href="http://vea.gov.vn/detail?$id=644" class="child-topic">Công khai kết quả giải quyết TTHC</a></li> </ul> </div> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="https://cem.gov.vn/storage/topics/5c21a781ed1b0-dich-vu.png"> </div> <a href="https://cem.gov.vn/tin-tuc/thu-nghiem-lien-phong" class="title-topic">Thử nghiệm thành thạo</a> <ul class="menu-content menu-content-pading"> </ul> </div> <!-- <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="front/images/dich-vu.png"> </div> <a href="example.html" class="title-topic">Dịch vụ</a> <ul class="menu-content"> <li><a href="detail.html">Quan trắc hiện trường</a></li> <li><a href="detail.html">Kiểm định, hiệu chuẩn</a></li> <li><a href="detail.html">Thử nghiệm</a></li> </ul> </div> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="front/images/hoi-thao.png"> </div> <a href="example.html" class="title-topic">Hội thảo toàn quốc</a> <ul class="menu-content"> <li><a href="detail.html">Hội thảo quan trắc môi trường</a></li> <li><a href="detail.html">Tin tức</a></li> <li><a href="detail.html">Hướng dẫn - Tài liệu</a></li> </ul> </div> <div class="col-xs-6 col-md-3 col-sm-3"> <div class="img-topic"> <img src="front/images/van-ban.png"> </div> <a href="example.html" class="title-topic">Nghị định 127</a> <ul class="menu-content"> <li><a href="detail.html">Văn bản liên quan</a></li> <li><a href="detail.html">Mẫu đăng ký chứng nhận</a></li> <li><a href="detail.html">Câu hỏi thường gặp</a></li> <li><a href="detail.html">Thử nghiệm liên phòng</a></li> </ul> </div>--> </div> </div> </section> <section class="box-all bg-white"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-8"> <!--Thư viện ảnh--> <a href="javascript:;"><h3 class="title-event title-event-blue">Thư viện ảnh</h3></a> <div class="box-all"> <div class="row" style="padding-right: 10px; padding-left:8px;"> <div class="owl-carousel" id="slider-gallery"> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-71"> <a href="https://cem.gov.vn/storage/photos/66d882588ce85-khanh-thanh-trung-tam-tich-hop-xu-ly-thong-tin-du-lieu-va-dieu-hanh-mang-luoi-quan-trac-moi-truong-quoc-gia.JPG" ><img src="https://cem.gov.vn/storage/photos/66d882588ce85-khanh-thanh-trung-tam-tich-hop-xu-ly-thong-tin-du-lieu-va-dieu-hanh-mang-luoi-quan-trac-moi-truong-quoc-gia.JPG"/></a> <a href="https://cem.gov.vn/storage/photos/66d883c957c3f-1.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d884d4619c4-2.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d884dfb5444-3.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d885695ff73-4.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d8856b992b5-5.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d8856d7bfea-6.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d8856f13602-7.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d88571f02ea-8.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d885737d9ec-9.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d88575089c4-10.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d88662aca03-11.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d886707a66a-12.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d8867b3e6b3-13.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d88683adea8-14.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66d8868b122dc-15.JPG" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/66d882588ce85-khanh-thanh-trung-tam-tich-hop-xu-ly-thong-tin-du-lieu-va-dieu-hanh-mang-luoi-quan-trac-moi-truong-quoc-gia.JPG"> Khánh thành Trung tâm tích hợp, xử lý thông tin, dữ liệu và điều hành mạng... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-71>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-61"> <a href="https://cem.gov.vn/storage/photos/66cf3d51a551b-hoi-thao-huong-dan-ky-thuat-quan-trac-va-phan-tich-bui-pm10-va-pm25-trong-moi-truong-khong-khi-xung-quanh.jpg" ><img src="https://cem.gov.vn/storage/photos/66cf3d51a551b-hoi-thao-huong-dan-ky-thuat-quan-trac-va-phan-tich-bui-pm10-va-pm25-trong-moi-truong-khong-khi-xung-quanh.jpg"/></a> <a href="https://cem.gov.vn/storage/photos/66cf3d5e07c52-1.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3d6d37bec-2.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3d8228627-3.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3da0d8f3c-5.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3dae49130-7.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3dc1d781a-8.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3dcd29352-9.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/66cf3dd7825d8-10.jpg" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/66cf3d51a551b-hoi-thao-huong-dan-ky-thuat-quan-trac-va-phan-tich-bui-pm10-va-pm25-trong-moi-truong-khong-khi-xung-quanh.jpg"> Hội thảo hướng dẫn kỹ thuật quan trắc và phân tích bụi PM10 và PM2.5 trong... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-61>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-55"> <a href="https://cem.gov.vn/storage/photos/5fd09ad7ee23d-huong-dan-van-hanh-va-kiem-soat-chat-luong-he-thong-tram-quan-trac-moi-truong-tu-dong-lien-tuc.JPG" ><img src="https://cem.gov.vn/storage/photos/5fd09ad7ee23d-huong-dan-van-hanh-va-kiem-soat-chat-luong-he-thong-tram-quan-trac-moi-truong-tu-dong-lien-tuc.JPG"/></a> <a href="https://cem.gov.vn/storage/photos/5fd09aefcc77a-toan-canh.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fd09b07ad678-khai-mac.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fd09b18c126c-trinh-bay.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fd09b24c0438-thao-luan.JPG" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/5fd09ad7ee23d-huong-dan-van-hanh-va-kiem-soat-chat-luong-he-thong-tram-quan-trac-moi-truong-tu-dong-lien-tuc.JPG"> Hướng dẫn vận hành và kiểm soát chất lượng hệ thống trạm quan trắc... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-55>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-44"> <a href="https://cem.gov.vn/storage/photos/5fb79e56a507b-hoi-thao-trien-khai-lap-quy-hoach-tong-the-quan-trac-moi-truong-quoc-gia-va-xay-dung-hoan-thien-van-ban-quy-pham-phap-luat-trong-linh-vuc-quan-trac-moi-truong-tai-thanh-pho-vinh-tinh-nghe-an-nam-2020.JPG" ><img src="https://cem.gov.vn/storage/photos/5fb79e56a507b-hoi-thao-trien-khai-lap-quy-hoach-tong-the-quan-trac-moi-truong-quoc-gia-va-xay-dung-hoan-thien-van-ban-quy-pham-phap-luat-trong-linh-vuc-quan-trac-moi-truong-tai-thanh-pho-vinh-tinh-nghe-an-nam-2020.JPG"/></a> <a href="https://cem.gov.vn/storage/photos/5fb79f9659653-toan-canh-hoi-thao.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb79fac4a270-thu-truong.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb79fdea90fd-pho-chu-tich.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb79ff082ae5-tang-qua.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a00c42a4d-trinh-bay.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a031d9171-thao-luan.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a04eef7ea-tham-luan.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a12bce33a-pho-chu-tich-phat-bieu.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a13ca4351-phat-bieu.JPG" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5fb7a153219ed-chup-anh.JPG" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/5fb79e56a507b-hoi-thao-trien-khai-lap-quy-hoach-tong-the-quan-trac-moi-truong-quoc-gia-va-xay-dung-hoan-thien-van-ban-quy-pham-phap-luat-trong-linh-vuc-quan-trac-moi-truong-tai-thanh-pho-vinh-tinh-nghe-an-nam-2020.JPG"> Hội thảo “Triển khai lập quy hoạch tổng thể quan trắc môi trường quốc... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-44>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-42"> <a href="https://cem.gov.vn/storage/photos/5da3db9550ea8-hoi-thao-tap-huan-van-hanh-va-danh-gia-chat-luong-he-thong-cho-tram-quan-trac-tu-dong-lien-tuc.jpg" ><img src="https://cem.gov.vn/storage/photos/5da3db9550ea8-hoi-thao-tap-huan-van-hanh-va-danh-gia-chat-luong-he-thong-cho-tram-quan-trac-tu-dong-lien-tuc.jpg"/></a> <a href="https://cem.gov.vn/storage/photos/5da3dbc4d0e5a-bao-cao-tai-hoi-thao.jpg" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/5da3db9550ea8-hoi-thao-tap-huan-van-hanh-va-danh-gia-chat-luong-he-thong-cho-tram-quan-trac-tu-dong-lien-tuc.jpg"> Hội thảo Tập huấn vận hành và đánh giá chất lượng hệ thống cho trạm... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-42>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> <div class="px-3"> <div class="box-news"> <div class="img-news fancybox-thumb-38"> <a href="https://cem.gov.vn/storage/photos/5c261bf653173-hoi-thao-dong-gop-y-kien-cho-ban-du-thao-chuong-trinh-tong-the-quan-trac-moi-truong-nuoc-luu-vuc-song-ba-giai-doan-2015-2020.jpg" ><img src="https://cem.gov.vn/storage/photos/5c261bf653173-hoi-thao-dong-gop-y-kien-cho-ban-du-thao-chuong-trinh-tong-the-quan-trac-moi-truong-nuoc-luu-vuc-song-ba-giai-doan-2015-2020.jpg"/></a> <a href="https://cem.gov.vn/storage/photos/5c261c05673cb-anh-1.jpg" style="display: none"></a> <a href="https://cem.gov.vn/storage/photos/5c261c1350f01-anh-2.jpg" style="display: none"></a> <a class="recap-td recap-td-album" href="https://cem.gov.vn/storage/photos/5c261bf653173-hoi-thao-dong-gop-y-kien-cho-ban-du-thao-chuong-trinh-tong-the-quan-trac-moi-truong-nuoc-luu-vuc-song-ba-giai-doan-2015-2020.jpg"> Hội thảo đóng góp ý kiến cho bản Dự thảo “Chương trình tổng thể quan... </a> <script type='text/javascript'> $(document).ready(function () { lc_lightbox('.fancybox-thumb-38>a', { wrap_class: 'lcl_fade_oc', gallery_hook: 'rel', skin: 'minimal', radius: 0, padding: 0, border_w: 0 }); }); </script> </div> <!-- <div class="tags-bottom"> <a href="#" class="name-cat">Môi trường</a> <span class="num-hour">3 giờ</span> <a href="#" class="relate-posts">25 bài liên quan</a> </div>--> </div> </div> </div> <!-- <div class="col-xs-12 text-center mgb30"> <a href="#" class="btn btn-more mgt0">Xem thêm</a> </div>--> </div> </div> <!-- thu vien video --> <a href="javascript:;"><h3 class="title-event title-event-blue">Thư viện video</h3></a> <div class="box-all"> <div class="row" style="padding-right: 10px; padding-left: 7px;"> <div class="owl-carousel" id="slider-video"> </div> </div> </div> <!-- end --> <!-- Start linkage --> <div class="box-all bg-white"> <div class="col-xs-12 col-sm-12"> <h2 class="title-event bg-title-w"><span>Liên kết</span></h2> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="owl-carousel" id="slider-link"> <div class="item"> <div class="box-white-human"> <a href="https://pcd.monre.gov.vn/" target="_blank"> <div class="img-human"> <img src="https://cem.gov.vn/storage/linkages/5c2494d5474f3tong-cuc-moi-truong.png"/> </div> <div class="info-human"> <span class="name-human">Cục Kiểm soát ô nhiễm môi trường</span> </div> </a> </div> </div> <div class="item"> <div class="box-white-human"> <a href="http://kttvqg.gov.vn/" target="_blank"> <div class="img-human"> <img src="https://cem.gov.vn/storage/linkages/5c247408c21e2trung-tam-khi-tuong-thuy-van-quoc-gia.png"/> </div> <div class="info-human"> <span class="name-human">Trung tâm khí tượng thủy văn quốc gia</span> </div> </a> </div> </div> <div class="item"> <div class="box-white-human"> <a href="http://dinte.gov.vn/SitePages/TrangChu.aspx" target="_blank"> <div class="img-human"> <img src="https://cem.gov.vn/storage/linkages/5c24736cac561cuc-cong-nghe-thong-tin.png"/> </div> <div class="info-human"> <span class="name-human">Cục Chuyển đổi số và thông tin dữ liệu tài nguyên môi trường</span> </div> </a> </div> </div> <div class="item"> <div class="box-white-human"> <a href="http://www.monre.gov.vn/wps/portal/Trangchu" target="_blank"> <div class="img-human"> <img src="https://cem.gov.vn/storage/linkages/5c2473084b513bo-tai-nguyen-va-moi-truong.jpg"/> </div> <div class="info-human"> <span class="name-human">Bộ tài nguyên và môi trường</span> </div> </a> </div> </div> <div class="item"> <div class="box-white-human"> <a href="http://cect.gov.vn/" target="_blank"> <div class="img-human"> <img src="https://cem.gov.vn/storage/linkages/5c2494370a309trung-tam-tu-van-va-cong-nghe-moi-truong.jpg"/> </div> <div class="info-human"> <span class="name-human">Trung tâm Công nghệ và dữ liệu kiểm soát ô nhiễm môi trường</span> </div> </a> </div> </div> </div> </div> </div> <!-- End linkage --> </div> <div class="col-xs-12 col-sm-12 col-md-4"> <div class="bg-widget-grey" style="background: #fff;"> <div class="widget widget-home-block-1"> <a href="javascript:;" onclick="$('#block_1_form').submit();"> <h2 class="title-event title-bd"><span style="padding-top: 1px; background: #fff; ">Văn bản</span> </h2> </a> <div class="content-widget"> <ul class="menu-content menu-footer-link"> <li><a href="https://cem.gov.vn/storage/documents/5c21e807e1bc2ban-hanh-tt-dinh-muc-kinh-te-ky-thuat-hoat-dong-quan-trac-moi.pdf" target="_blank">Ban hành TT Định mức kinh tế - kỹ thuật hoạt động quan trắc môi<span class="date-post">15/04/2019</span></a></li> <li><a href="https://cem.gov.vn/storage/documents/5cfcbb0c6948cquy-dinh-ky-thuat-quan-trac-moi-truong.pdf" target="_blank">Quy định kỹ thuật quan trắc môi trường<span class="date-post">09/06/2019</span></a></li> <li><a href="https://cem.gov.vn/storage/documents/60e5682a2a139van-ban-so-05vbhn-btnmt-ngay-30-thang-6-nam-2021-cua-bo-tai-nguyen-va-moi-truong.pdf" target="_blank">Văn bản số 05/VBHN-BTNMT ngày 30/06/2021<span class="date-post">05/07/2021</span></a></li> </ul> <div class="text-center"> <form method="POST" action="https://cem.gov.vn/documents" id="block_1_form"> <input type="hidden" name="_token" value="AKrSa68cSEPd9JkLWJ0RoDvxpNNr36udDY2vV2GI"> <input type="hidden" name="doc_cate_slug" value="van-ban" /> </form> </div> </div> </div> <div class="widget widget-home-block-2"> <a href="javascript:;" onclick="$('#block_2_form').submit();"> <h2 class="title-event title-bd"> <span style="padding-top: 33px; background: #fff; ">Quy chuẩn</span> </h2> </a> <div class="content-widget"> <ul class="menu-content menu-footer-link"> <li><a href="https://cem.gov.vn/storage/documents/66cefe99d80d3qcvn-032023btnmt.pdf" target="_blank">QCVN 03:2023/BTNMT<span class="date-post">28/08/2024</span></a></li> <li><a href="https://cem.gov.vn/storage/documents/66ceff96ca6eeqcvn-082023btnmt.pdf" target="_blank">QCVN 08:2023/BTNMT<span class="date-post">28/08/2024</span></a></li> <li><a href="https://cem.gov.vn/storage/documents/66cefffe13cedqcvn-102023btnmt.pdf" target="_blank">QCVN 10:2023/BTNMT<span class="date-post">28/08/2024</span></a></li> </ul> <div class="text-center"> <form method="POST" action="https://cem.gov.vn/documents" id="block_2_form"> <input type="hidden" name="_token" value="AKrSa68cSEPd9JkLWJ0RoDvxpNNr36udDY2vV2GI"> <input type="hidden" name="doc_cate_slug" value="tieu-chuan"/> </form> </div> </div> </div> </div> </div> </div> </div> </section> <!-- register receive news --> <!-- @ include('layouts.front.includes.register-receive-news')--> <!-- footer --> <footer class="bg-footer box-all mt30" style="padding: 0px"> <div class="box-footer"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="box-logof"> <h2 class="txtFooterW">Cơ quan chủ quản</h2> <div class="box-info-footer"><span class="text-blue-ft">Trung tâm quan trắc môi trường miền Bắc - Cục Kiểm soát ô nhiễm môi trường</span><br> <strong> Giấy phép số:</strong> 278/GP-TTĐT do cục Phát thanh - Truyền hình và thông tin điện tử cấp ngày 26/10/2018<br> <strong> Chịu trách nhiệm chính: </strong>ThS. Phạm Quang Hiếu - Giám đốc Trung tâm Quan trắc môi trường Miền Bắc. </div> </div> </div> <div class="col-md-4"> <h2 class="txtFooterW">Liên hệ</h2> <div class="box-address"> <span class="address"> Trung tâm tích hợp, dữ liệu và điều hành mạng lưới quan trắc môi trường quốc gia – Khuôn viên Cục Viễn thám quốc gia, 79 đường Văn Tiến Dũng, phường Minh Khai, quận Bắc Từ Liêm, TP. Hà Nội. </span> <span class="phone"> +84.024.3577 1816<br> Fax: +84.024.3577 1855 </span> <span class="icon-email"> ncem@cem.gov.vn </span> </div> </div> <div class="col-md-4"> <h2 class="txtFooterW">Fanpage</h2> <div class="content-footer"> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Ffacebook.com%2Fquantractoanquoc&tabs=timeline&width=340&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=2889631331101245" width="340" height="130" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container" id="wrapper"> <div class="copyright"> Copyright © 2018 cem.gov.vn. All rights reserved </div> </div> </div> </footer> <!-- banner left, right --> <!-- push content script --> <script type="text/javascript" src="https://cem.gov.vn/front/js/jquery.bxslider.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/main.js?v=1"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/jquery.easing.min.js"></script> <script> $(document).ready(function () { if ($(window).width() < 360) { $('.content-footer > iframe').attr('width', 295); } }); </script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/sparkline/jquery.sparkline.min.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/chartJs/highcharts.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/chartJs/modules/exporting.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/4/core.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/4/charts.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/plugins/4/themes/animated.js"></script> <script type="text/javascript" src="https://cem.gov.vn/front/js/chart_home.js"></script> <script type="text/javascript"> $(function () { $(".video-youtube").videoPopup({ autoplay: 1, controlsColor: 'white', showVideoInformations: 0, width: 1000, customOptions: { rel: 0, end: 60 } }); }); </script> </body> </html>