html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; }
html, body {color: #423436;font-size: 12px;font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; background-color: #cccccc;}

@font-face {
    font-family: 'supermarketregular';
    src: url('../font/supermarket-webfont.woff');
    font-weight: normal;
    font-style: normal;
}
.wrap{
    width: 100%;

}
.container1{
    width: 1349px;
    margin: auto;
    background-color: #ffffff;
}
.container2{
    width: 1300px;
    margin: auto;
}
.bg_gray {
    background-color: #dddddd;
}
.font_gray {
    color: #999;
}
.font_orange {
    color: #fe982a;
}
.font_White {
    color: #ffffff;
}
.font_supermarket{
    font-family: 'supermarketregular',sans-serif;
}
.font_bold{
    font-weight: bold;
}

.right{
    float: right;
}
.float_left{
    float: left;
}
.clear{
    clear: both;
}
.bg_search{
    width: 250px;
    height: 80px;
}
.logo{
    width: 411px;
    height: 88px;
    background-image: url("../img/img_logo-web.png");
    background-repeat: no-repeat;
    float: left;
    margin-left: 0px;
}
.radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bg_search .navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.bg_search .navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.bg_search .text_search{
    margin:15px 0 0 25px ;
    color: #333;
}
.bg_orange{
    background: rgba(248,232,160,1);
    background: -moz-linear-gradient(top, rgba(248,232,160,1) 0%, rgba(254,151,42,1) 25%, rgba(255,165,69,1) 51%, rgba(255,142,22,1) 51%, rgba(252,169,86,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,232,160,1)), color-stop(25%, rgba(254,151,42,1)), color-stop(51%, rgba(255,165,69,1)), color-stop(51%, rgba(255,142,22,1)), color-stop(100%, rgba(252,169,86,1)));
    background: -webkit-linear-gradient(top, rgba(248,232,160,1) 0%, rgba(254,151,42,1) 25%, rgba(255,165,69,1) 51%, rgba(255,142,22,1) 51%, rgba(252,169,86,1) 100%);
    background: -o-linear-gradient(top, rgba(248,232,160,1) 0%, rgba(254,151,42,1) 25%, rgba(255,165,69,1) 51%, rgba(255,142,22,1) 51%, rgba(252,169,86,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,232,160,1) 0%, rgba(254,151,42,1) 25%, rgba(255,165,69,1) 51%, rgba(255,142,22,1) 51%, rgba(252,169,86,1) 100%);
    background: linear-gradient(to bottom, rgba(248,232,160,1) 0%, rgba(254,151,42,1) 25%, rgba(255,165,69,1) 51%, rgba(255,142,22,1) 51%, rgba(252,169,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e8a0', endColorstr='#fca956', GradientType=0 );
}
.nav_top{
    background-color: #dddddd;
}
.dropdown-menu {
    position: absolute;
    top: 50px;
    z-index: 1000;
    display: none;
    float: left;
    width: 1600px;
    min-height: 20px;
    padding: 30px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
}
.open > .dropdown-menu {
    display: inline;
}
.dropdown-menu > ul{
}
.dropdown-menu > li{
    display: inline;
}
.dropdown > li > a {
    display: block;
}
.dropdown-menu > li > a {
    display: inline;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #fe982a;
    text-decoration: none;}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fe982a;
    text-decoration: none;outline: 0;
}

.dropdown > li > a:hover,
.dropdown > li > a:focus {
    text-decoration: none;
}
#tap1, #tap2, #tap3, #tap4, #tap5, #tap6{
    position: relative;
}
.map{
    width:77%;
    height:450px;
    frameborder:0;
    border:0;
    position: relative;
}
.map1{
    width:100%;
    height:450px;
    frameborder:0;
    border:0;
}
.map2{
    width:65%;
    height:450px;
    margin: auto;
    display: block;
    frameborder:0;
    border:0;
}
.map-menu{
    width:23%;
    height:450px;
    frameborder:0;
    border:0;
}
.map-menu1{
    width:35%;
    height:450px;
    frameborder:0;
    border:0;
}
.bg-orange {
    background-color: #fa9f4b !important;
}
.inner {
    padding: 10px;
}
.box {
    position: relative;
    background: #ffffff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
    height: 387px;
    overflow: scroll;
    overflow-x: hidden;

}
.box .todo-list > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #f3f4f5;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
    overflow: hidden;
}
.box .todo-list > li:last-of-type {
    margin-bottom: 0;
}
.box .todo-list > li.gstatus1 {
    border-left: 3px #fcd123 solid;
}
.box .todo-list > li.gstatus2 {
    border-left: 3px #f56954 solid;
}
.box .todo-list > li.gstatus3 {
    border-left: 3px #00a65a solid;
}
.box .todo-list > li.primary {
    border-left: 3px #3c8dbc solid;
}
.box .todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}
.box .todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}
.box .todo-list > li:hover .tools {
    display: inline-block;
}
.box .todo-list > li.done {
    color: #999;
}
.box .todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}
.box .todo-list > li.done .label {
    background: #eaeaec !important;
}
.box .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}
.box .todo-list h5{
    margin:0;
}

.box .todo-list img{
    width: 64px;
    height: 60px;
    margin: auto;
    display: block;
    overflow: hidden;
}
.box .todo-list .detail{
    width: 200px;
    overflow: hidden;
}
.reportedby-map {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    margin: 3px 0 -8px 5px;
    display: inline-block;
}
.text-map{
    width: 20%;
    height: 200px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top:200px;
    color: #0111a9;
    text-shadow: 0.1em 0.1em 0.2em #e7e7e7;
}
.text-map p{
    font-size: 1.5em;
    margin-top: 8px;
    text-align: left;
}
.text-map h4{
    font-size: 1.5em;
    margin-top: 8px;
    text-align: left;
}
.text-map h3{
    font-size: 1.8em;
    margin-top: 8px;
    text-align: left;
}
.table-map{
    width: 100%;
    font-size: 1.5em;
}

.map-clock{
    overflow: hidden;
}
.map-clock .c{
    padding-top: 25px;
    margin-left: 10px;
}
.map-clock .c span{
    font-size: 5em;

}
/*start rss and new*/
.rss{
    width: 100%;
    height: 60px;
    background-color: #fa9f4b;
    padding: 5px 20px 0 20px;
}
.rss .text_rss{
    width: 74%;
    padding: 20px 10px 0 10px;
    font-size: 1.8em;
}
.img-resize{
    width: 144px;
    height: 97px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
}
.reportedby {
    font-size: 12px;
    color: #999;
    margin: 3px 0;
    overflow: hidden;
}

.time_stamp {
    font-size: 12px;
    color: #999;
    margin: 3px 0;
    text-align: left;
}
.e-service{
    width: 231px;
    height: 56px;
    float: right;
    margin-right: 30px;
}
.e-service a{
    opacity: 1;
    filter: alpha(opacity=100);
}
.e-service a:hover{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/*start pic rss */
#gallery {
    width: 800px;
    height: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: auto;
}

#navigation {
    width: 800px;
    height: 75px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 5px;
    float: left;
}

#navigation li {
    padding: 0;
    margin: 0;
    float: left;
}

#navigation li a img {
    display: block;
    border: none;
}

#navigation li a {
    display: block;
}

#full-picture {
    width: 800px;
    height: 450px;
    overflow: hidden;
}
#full-picture img{
    width: 800px;
    height: 450px;
}
.img-thumbs{
    width: 100px;
    height: 75px;
}

.s-right{
    margin-right: 10px;
}
.box-80{
    width: 80%;
    margin: auto;
}
.new{
    width: 100%;
}
.new img{

}
.new-location{
    width: 24px;
    height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}
.heading-box {
    color: #fe982a;
    margin: 10px 0px 1px 0px;
    font-family: 'supermarketregular',sans-serif;
}
.heading-box img{
    width: 44px;
    height:40px;
    margin: 0 10px 5px 0;
}

.box-style-A {
    /*box-shadow: 0px 0px 5px #a5a5a5;*/
    /*-moz-box-shadow: 0 0 5px #a5a5a5;*/
    /*-webkit-box-shadow: 0 0 5px #a5a5a5;*/
    border-top: 3px solid #fe982a;
    /*border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
    padding: 10px 0px 10px 0px;
    background: #fff;
}
.box-style-B {
    border: 2px solid #ddd;
    background: #fff;
    margin-top: 10px;
    padding: 10px 3px 10px 3px;
}
.report {
    padding-left: 50px;
    margin-bottom: 20px;
}
.photo_style{
    width: 253px;
    height: 180px;
}
.span3 {
    width: 220px;
    margin-left: 5px;
}
.bg_mobile{
    width: 100%;
    height: 182px;
    background-image: url("../images/img_bg_mobile.png");
    background-repeat: repeat-x;
    margin-top: 20px;
}
.bg_contact{
    width: 100%;
    min-height: 270px;
    background-color: #fa9f4b;
}
.bg_contact h4{
    margin: 0;
    padding: 17px 0 10px 0px;
}
.bg_contact h3{
    margin: 0;
    padding: 10px 0 10px 40px;
}
.bg_contact .text_contact{
    width: 21%;
    float: left;
    overflow: hidden;
}
.bg_contact .container2 .bg_img_contact{
    width: 50%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
}
.bg_contact .container2 .bg_img_contact ul{
    list-style: none;
}
.bg_contact .container2 .bg_img_contact li>{
    list-style: none;
}
.bg_contact .container2 .bg_img_contact ul> li> a{
    margin: 0;
}
.bg_contact ul> li> a{
    margin: 0;
    font-size: 1.4em;
    color: #ffffff;
}
.bg_contact ul> li> a:hover, a:focus {
    color: #dedcdc;
    text-decoration: none;
}
.bg_contact ul> li> a:hover, a:active {
    outline: 0;
}
.bg_contact .bg_contact_img{
    padding: 20 10px 10px 10px;
}
.bg_foot{
    width: 100%;
    height: 60px;
    background-image: url("../images/img_bg_foot.png");
    background-repeat: repeat-x;

}
.bg_foot .text_foot{
    width: 74%;
    float: left;
    display:inline;
    padding-top: 25px;
}
.text_foot ul{
    list-style:none;
}
.text_foot li>{
    list-style:none;
}
.text_foot ul> li> a{
    margin: 0;
    padding: 0px 0 10px 20px;
    font-size: 1.8em;
    color: #ffffff;
}
.text_foot ul> li> a:hover, a:focus {
    color: #dedcdc;
    text-decoration: none;
}
.text_foot ul> li> a:hover, a:active {
    outline: 0;
}
.bg_foot .text_foot1{
    width: 13%;
    float: left;
    padding-top: 25px;
    font-size: 1.8em;

}
.text_foot1 ul{
    list-style:none;
}
.text_foot1 li>{
    list-style:none;
}
.text_foot1 ul> li> a{
    margin: 0;
    padding: 0px 0 10px 20px;
    font-size: 1.8em;
    color: #ffffff;
}
.text_foot1 ul> li> a:hover, a:focus {
    color: #dedcdc;
    text-decoration: none;
}
.text_foot1 ul> li> a:hover, a:active {
    outline: 0;
}
.bg_foot .text_foot2{
    width: 13%;
    float: left;
    padding-top: 5px;

}
.text_foot2 ul{
    list-style:none;
}
.text_foot2 li>{
    list-style:none;
}
.bg_foot2 ul> li> a{
    margin-left: 10px;
}
.text_foot1 ul> li> a:hover, a:focus {
    color: #dedcdc;
    text-decoration: none;
}
.text_foot1 ul> li> a:hover, a:active {
    outline: 0;
}
.thumbnail-1 {
    display: block;
    padding: 4px;
    line-height: 20px;
    /*border: 1px solid #ddd;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail-1:hover,
a.thumbnail-1:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail-1 > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail-1 .caption {
    padding: 9px;
    color: #555555;
}
.border_bottom{
    border-bottom: 1px dotted #ccc;
    margin: 28px 0 0 0;
}
.border_bottom1{
    border-bottom: 1px solid #ccc;
}
.shadow{
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ic_box{

}
.ic_box ul{
    list-style:none;
}
.ic_box li{
    list-style:none;
    margin: 3px 5px 0px 0;
}
.ic_box li a{
    width: 72px;
    height: 68px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.ic_box li a:hover{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.ic_box li img{
    width: 72px;
    height: 68px;
}
.tooltip_bottom{

}
.dis_img{
    width:35%;
}
.dis_detail{
    margin-top:10px ;
}
.detail_right{
    width: 100%;
    height: 480px ;
    overflow-y: scroll;
    scrollbar-arrow-color:blue;
    scrollbar-face-color: #e7e7e7;
    scrollbar-3dlight-color: #a0a0a0;
    scrollbar-darkshadow-color:#888888"
}
.tooltip.bottom-book {
    padding: 5px 0;
    margin-top: 50px;
    margin-left: 10px;
}
.tooltip.bottom-book .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #fe982a;
    border-width: 0 5px 5px;
}

/*start data*/
.box-4 {
    width: 100%;
}
.data{
    
}
.data ul{
    list-style-image: url("../img/bg-set02e.png");
}
.data ul li{
    line-height: 2em;
    border-bottom: 1px dotted #999999;
}

.static{

}
.static ul{
    display: none;
    overflow: hidden;
}
.static-img{
    width: 132px;
    height: 126px;
}
.ic-01{
    background-image: url("../img/14 disaster.svg");
    background-position: -1px -6px;
}

/*start news-dis*/
.new_dis-text{
    height: 40px;
    overflow: hidden;
}
.new_dis-text-detail{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.new_dis-text-detail p{
    font-size: 1.2em;
}

.text_legend {
	font-size: 12pt;
	font-weight: bold;
}

form.minForm {
	min-height: 300px;
}