@media screen and (max-width: 992px){
section.header{
  padding: 9px 23px 10px;
  background: url('../img/header_bg.png') no-repeat top center;
}
section.header .header_top{
  margin-bottom: 10px;
}
section.header .header_left_part{
  float:left;
  display: table-row;
}
section.header .header_right_part{
  float:right;
  margin-top: 14px;
}
.header_left_part a.lang{
  position: relative;
  top: -6px;
  margin-right: 5px;
  margin-top: 0px;
  padding: 6px;
  font-family: Cambria;
  font-size: 16px;
  line-height: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: url('../img/lang.png') no-repeat right;
}
.header_left_part a.lang_en{
  background-position-x: -37px;
}
.header_left_part a.active_lang , .header_left_part a.lang:hover{
  color:#FFF;
  background-position-x: 0;
}

.header_left_part a.infotv{
  display: inline-block;
  padding: 24px 34px 5px;
  margin-left: 63px;
  margin-right: 12px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
}
.header_left_part a.panorama{
  display: inline-block;
  padding: 24px 31px 5px;
  margin-right: 12px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
  background-position-x: -88px;
}
.header_left_part a.sitemap{
  display: inline-block;
  padding: 24px 25px 5px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
  background-position-x: -169px;
}

.header_right_part .search-tool{
 float: right;
 /* margin-top: 14px; */
 padding-right:5px;
 background: #FFF;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.search-tool .search{
 border:0;
 width: 200px;
 padding: 5px 10px;
 color:#286AA4;
 background: #FFF;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
}
.search input::-moz-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-webkit-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-ms-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search-tool .src-btn{
 position: relative;
 top: 3px;
 right: 0;
 border: 0;
 width: 24px;
 height: 19px;
 background: #FFF url("../img/search-btn.png");
 background-position: 0px 0px;
 background-repeat: no-repeat no-repeat;
}
.header_right_part a.fb{
  display: inline-block;
  padding: 16px 16px 0px;
  text-indent: -9999px;
  background: url('../img/social.png') no-repeat;
  /* background-position-x: -169px; */
}
.header_right_part a.tw{
  display: inline-block;
  padding: 16px 16px 0px;
  margin-left: 0px;
  margin-right: 14px;
  text-indent: -9999px;
  background: url('../img/social.png') no-repeat;
  background-position-x: -37px;
}
.mobile_header{
    top: 35px;
    font-family: Cambria;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    color: #FFF;
    font-weight: 100;
    text-shadow: 1px 2px 8px #00324C;
}
   /**/
   .mobile_logo {
     /* padding-left: 23px; */
   }
   a.nav_button{
     position:absolute;
     right: 0;
     top: 55px;
     padding: 7px 4px 2px 4px;
     border: 1px solid #00ADEF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     background: #00324c;
   }
   a.nav_button span{
     display:block;
     padding: 1px 16px;
     margin-bottom: 4px;
     background: #FFFFFF;
   }
   
   /*menu start*/
section.menu_row{
  display: none;
  width: 100%;
  margin-bottom:2px;
  background: #FFF;
  border-top: 1px solid #EEE;
}

/*menu*/
 .menu{
 /* display: table; */
 padding: 6px 0;
 position: relative;
}
#menu>ul>li>a .single_menu_item{
    position: relative;
    /* padding: 0 9px; */
    top: 1px;
    left: 0px;
    display: inline-block;
}
.menu > ul > li {
 position: relative;
 display: block;
 margin: 0 15px; */
 height: 28px;
 margin-bottom: 2px;
 background: #EEE;
 border-radius: 5px;
}
.menu > ul > li.show-for-pc {
 background: #EEE;
 border-radius: 5px;
}
.menu > ul > li.show-for-pc>a {
  display: block;
}
.menu>ul>li>a:hover{
 color: #00bff3;
}

.menu>ul>li.h_sub:hover>a{
   padding-bottom:10px;
   -webkit-border-radius: 6px;
   -webkit-border-bottom-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -moz-border-radius: 6px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
   border-radius: 6px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
.menu .dropdown > li > a{
 font-size: 13px;
 display: block;
 padding: 5px 8px;
 text-transform:uppercase;
 font-family: Tahoma;
 text-decoration: none;
 color: #000;
}
ul.dropdown ul {display: none;/* position: absolute; *//* top: 57px; */width: 100%;padding: 10px 12px;left: 0px;z-index: 99999;-webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;/* background: #0a9bcc; */}
ul.dropdown ul li{
 position: relative;
 background: url('../img/sub_bg.png') repeat-x top;
}
ul.dropdown ul li:first-child{
 background: none;
}
ul.sub_menu  li a{display: block;padding: 4px 0;font: 12px/14px Arial;color: #000;}
ul.sub_menu  li.more-item>a{
 background:url('../img/m_item.png') no-repeat right;
}
ul.sub_menu  li:hover{
}
ul.sub_menu  li a:hover{
 /* color:#197b30; */
 font-style: italic;
}
ul.dropdown ul ul{
  display:none;
  left: 100%;
  top: -9px;
  padding-left: 22px;
}
/*menu end*/
/*menu end*/
.fixed{
  position:fixed;
  top:0;
}
#manshet .carousel-inner .item img{
  /* min-width:768px; */
}
.news_left{
    padding-right:0;
  }
  .news_right{
    padding-left:0;
  }
  .news_div .news_mini_img img{
    height: 100px;
  }
  #accordions_footer .panel .panel-body{
    margin-left: 23px;
  }
  #accordions_footer .panel .collapse{
    display: none;
  }
  #accordions_footer .panel .collapse{
    display: none;
  }
  #accordions_footer .panel .collapse.in{
    display: block;
  }
  .pagination > li > a, .pagination > li > span{
    padding:3px 5px;
  }
  #main_announcment .carousel-inner .item>div>div{
    padding-right:5px;
  }
  #main_announcment .carousel-inner .item img{
   width:auto;
   height:auto;
  }
}
