*,ul{
	margin: 0;
	padding: 0;
}
body{
	font-family: Tahoma, sans-serif;
	background-color: rgb(255, 255, 255);
	font-size: 13px;
	color: #303030;
}
ul{
	list-style: none;
}
img{
	max-width: 100%;
}
header{
	background: #0a68da;
}
.nav{
	background: #075bc1;
}
.logo{
	padding: 15px 0;
}
.main-menu>ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-menu li {
  margin: 0;
  border-right: 1px solid #1568d0;
  position: relative;
}
.main-menu li ul {
  position: absolute;
  background: #10538a;
  min-width: 200px;
  width: auto;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 0 0 0 15px;
  border-top: 4px solid #fecd0b;
}
.main-menu li ul li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #376f9c;
  padding: 0;
}
.main-menu li ul li a {
  display: block;
  padding: 6px 3px;
}
.main-menu li ul li ul {
  left: 100%;
  top: 0;
}
.main-menu>ul>li:first-child>a{
	padding-left: 0;
}
.main-menu>ul>li>a{
	text-transform: uppercase;
}
.main-menu a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 15px;
  white-space: nowrap;
}
.main-menu li:hover>a{
	color: #ffde00;
}
.sf-with-ul i {
  margin-left: 10px;
}
.mobile{
	display: none;
}
.mobile li{
	position: relative;
}
.mobile li a{
	padding: 6px 10px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #a7a7a5;
}
.mobile li em{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 0 5px;
}
.mobile li ul{
	display: none;
	padding: 0 20px;
}
.bars{
	line-height: 35px;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
}
.bars i{
	font-size: 16px;
	color: #fff;
}
.menu-right li,
.list-group li{
	position: relative;
	padding: 10px 0;
}
.menu-right>ul>li,
.list-group li{
	border-bottom: 1px solid #ccc;
}
.menu-right li ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.menu-right ul,
.list-group{
	list-style: square inside;
	color: #b10e0e;
}
.menu-right li a{
	font-weight: bold;
	color: #555;
}
.menu-right li:hover>a{
	color: #8c2f2f;
}
.menu-right li ul{
	padding-left: 10px;
	display: none;
}
.procedureIndex li{
	text-transform: uppercase;
}
.welcome{
	padding: 6px;
	color: brown;
	font-style: italic;
}
#list-about{
	float: right;
	width: 24%;
}
.main-banner{
	position: relative;
}
.main-banner marquee{
	position: absolute;
	top: 0;
	z-index: 99;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	background: rgba(220, 217, 217, 0.25);
}
.searchRight{
	margin-bottom: 15px;
}
.searchRight,
.searchRight form{
	display: flex;justify-content: flex-end;align-items: center;
}
.searchRight form{
	width: 60%;
	background: #1670e0;
}
.searchRight form .txtSearch{
	width: 100%;
	height: 33px;
	padding: 5px 10px;
	border: none;
	color: #fff;
	background: none;
	outline: none;
}
.searchRight form button{
	border: none;
	background: transparent none;
	padding: 0 10px;
	color: #dedede;
}
.searchRight .btn-link{
	margin-left: 10px;
	color: #dedede;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.box img{
	width: 100%;
	height: 80px;
}
.new-hot ul li{
	padding-bottom: 10px;
	text-align: justify;
}
.new-hot ul li:last-child{
	padding-bottom: 0;
}
.new-hot ul li a{
	display: block;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
}
.new-hot ul li img{
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 60px;
}
.slider-wrapper{
	margin-bottom: 15px;
}
.title{
	color: #e32c19;
	font-weight: 700;
	line-height: 20px;
}
.rating-stars{
	padding: 0 0 25px;
}
.rating-stars li{
	display: inline-block;
}
.rating-stars li.star{
	cursor: pointer;
}
.rating-stars li:last-child{
	padding-left: 20px;
}
.rating-stars .star i.fa{
	color: #ccc;
	font-size: 1.7em;
}
.rating-stars .star.hover i.fa{
	color:#FFCC36;
}
.rating-stars .star.selected i.fa{
	color: #FF912C;
}
.detail table tr td{
	padding: 8px;
}
.detail table tr th{
	text-align: left;
}
.detail .mb{
	margin-bottom: 1%;
}
.detail figure{
	text-align: center;
}
.detail figcaption{
	margin: 5px 0;
}
.detail img{
	max-width: 100%;
}
.img-hvr{
	transition: all .2s ease;
}
.box-hvr:active .img-hvr,
.box-hvr:hover .img-hvr,
.box-hvr:focus .img-hvr,
.box-image:active .img-hvr,
.box-image:hover .img-hvr,
.box-image:focus .img-hvr,
.img-hvr:active,
.img-hvr:hover,
.img-hvr:focus{
	transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-o-transform: rotate(6deg);
}
.list-box p{
	line-height: 20px;
}
.box-image{
	float: left;
	margin-right: 20px;
	height: 80px;
	overflow: hidden;
}
.box-cont a{
	font-weight: bold;
}
.image-sm{
	width: 30%;
}
.box-image img{
	width: 100%;
	height: 100%;
}
.publish-date{
	color: #777;
	margin: 5px 0;
}
hr{
	margin: 10px 0;
}
.sidebar-right{
	width: 24%;
	float: left;
}
.list-procedures:before,
.list-procedures:after{
	content: '';
	display: table;
}
.list-procedures:after{
	clear: both;
}
.list-procedures{
	list-style: none;
	width: 100%;
}
.list-procedures li{
	width: 50%;
	padding: 5px 0;
	float: left;
}
.list-procedures li a{
	font-weight: 700;
	padding-left: 20px;
	text-transform: uppercase;
	background: url(../images/icon_tthc.png) no-repeat;
}
.list-procedures li a:hover{
	text-decoration: underline;
	color: brown;
}
.gopy{
	padding: 1em;
}
.form-group{
	margin-bottom: 10px;
}
.form-group label{
	display: inline-block;
	width: 180px;
	font-weight: 700;
}
.form-group .form-control{
	padding: 6px 10px;
	font-size: 14px;
	color: #555;
	background: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-group input,
.form-group textarea{
	width: 100%;
}
.form-control.error{
	border: 1px solid red;
}
footer{
	background: #0a68dc;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
}
.footer .mn-footer>ul{
	display: flex;
	padding: 5px 0;
	border-bottom: 1px solid #2376dc;
}
.footer .mn-footer li{
	padding: 6px 0;
}
.footer .mn-footer li a{
	display: block;
	color: #ffffff;
	padding: 0 8px;
	border-right: 1px solid #fff;
}
.footer .mn-footer li:last-child a{
	border-right: 0;
}
.footer .mn-footer li:first-child a{
	padding-left: 0;
}
.footer h1{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.footer p{
	margin: 0;
}
.footer .left-footer{
	margin-bottom: 20px;
	padding: 20px 0 0;
}
.footer .right-footer{
	padding: 15px;
	border: 1px dashed #ffffff
}
.paginate{
	margin-top: 10px;
}
.paginate li{
	list-style: none;
	display: inline-block;
	min-width: 20px;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	line-height: 24px;
	color: #444;
	text-align: center;
	border: 1px solid #BBB;
	border-radius: 3px;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}
.paginate .active-class,
.paginate li:hover{
	background: brown;
	color: white;
}
.holder{
	margin-top: 10px;
	float: left;
}
.holder a{
	font-size: 12px;
	cursor: pointer;
	color: #333;
	padding: 5px;
}
.holder a:hover{
	background: #222;
	color: #fff;
}
.holder a.jp-current,
a.jp-current:hover{
	color: #FF4242;
	font-weight: 700;
}
.holder a.jp-disabled,
a.jp-disabled{
	color: #bbb;
}
.holder a.jp-current,
a.jp-current:hover,
a.jp-disabled,
a.jp-disabled:hover
{
	cursor: default;
	background: none;
}
.legend{
	float: right;
	margin-top: 10px;
}
.panel-body:before,
.panel-body:after{
	content: '';
	display: table;
}
.panel-body:after{
	clear: both;
}
table tr td{
	padding: 6px;
}
.table-document{
  width: 100%;
  border: 1px solid transparent;
  border-collapse: collapse;
}
.table-document tr th,
.table-document tr td{
  border: 1px solid #ddd;
  padding: 8px;
}
.table-document tr td{
	color: #222;
	min-width: 120px;
}
.top .form-control{
	margin-right: 5px;
}
.bottom{
	margin-top: 20px;
}
.dataTables_filter{
	display: inline-block;
	float: none;
	margin-right: 5px;
}
.dataTables_filter input{
	width: 300px;
	margin-left: 0;
}
.dataTables_paginate .paginate_button{
	display: inline-block;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-right: 2px;
	border-radius: 4px;
}
.dataTables_paginate .paginate_button.active a,
.dataTables_paginate .paginate_button a:hover{
	background: #337ab7;
	color: #fff;
	border: none;
	border-radius: 4px;
}
.dataTables_paginate .paginate_button a{
	display: block;
	padding: 0.3em 0.5em;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover{
	border: none;
	background: none;
}
.homenew-image{
	float: left;
	width: 25%;
}
.homenew-cont .homenew-title{
	line-height: 20px;
	text-align: justify;
}
.homenew-title .title{
	color: brown;
}
.flex .flex-item .homenew-cont .homenew-des{
	line-height: 20px;
}
.flex .flex-item ul li{
	padding: 10px 0;
	clear: both;
	text-align: justify;
}
.flex .flex-item ul li:first-child{
	padding-top: 0;
}
.flex .flex-item ul li a{
	display: block;
}
.flex .flex-item ul li img{
	float: left;
	margin-right: 5px;
	width: 80px;
	max-height: 50px;
}
.gallerys{
	width: 100%;
	clear: both;
}
.gallerys .item{
	position: relative;
	float: left;
	width: 25%;
	height: 70px;
	padding: 2px;
	overflow: hidden;
	cursor: pointer;
}
.gallerys .item:first-child{
	width: 100%;
	height: 230px;
}
.gallerys .item::before,
.gallerys .item::after{
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}
.gallerys .item:hover::before,
.gallerys .item:hover::after{
	opacity: 1;
	transition: all .5s ease;
}
.gallerys .item:hover::after{
	z-index: 2;
 	background: url(../images/zoom-in.png) no-repeat center;
}
.gallerys .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.votes .vote-name{
	line-height: 20px;
	text-align: justify;
	color: #068;
	font-weight: 600;
}
.votes ul{
	margin: 10px 0;
}
.votes li{
	line-height: 20px;
	padding: 3px 0;
}
.input-group{
  position: relative;
}
.input-group .input-group-field,
.input-group .btn{
  height: 30px;
  border: none;
}
.input-group .input-group-field{
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 100%;
}
.input-group button{
  padding: 0;
  width: 40px;
  background: transparent;
  cursor: pointer;
}
.input-group .input-group-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.top-bar{
	margin-bottom: 10px;
	background: #f3f3f3;
}
.weather{
	background-image: linear-gradient(to top,#5fd6d6,#a1e6e6);
}

.weather-head img{
	display: block;
}
.weather-head{
	padding: 15px 10px;
	background-image: linear-gradient(to top left,#ddf730,#f1f029);
}
.weather .weather-head .cname{
	text-align: center;
	color: #fff;
	font-size: 23px;
	filter: drop-shadow(1px 0 2px rgba(0, 0, 0, .4));
}
.weather .weather-body{
	display: flex;
	align-items: center;
}
.weather-body .col p.weather-number{
	color: #333;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 auto;
}
.weather-body .col p{
	margin: 0 0 5px;
}
.col{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.weather-body{
	text-align: center;
	padding-bottom: 15px;
}
.weather-body p{
	color: #333;
	margin: 0 0 5px;
}
.weather-body .des{
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}
.mb{
	margin-bottom: 10px;
}
.notification .simply-scroll-list li:last-child{
  margin-bottom: 130px;
}
.media-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-list .media-item{
  width: 32%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}
.media-list .media-item .media-info{
  padding: 10px 5px;
  border-top: 1px solid #ccc;
}
.media-list .media-item img{
  width: 150px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.fw{
	width: 100%;
}
.fontsize18{
	font-size: 18px;
}
.fontsize16{
	font-size: 16px;
}
iframe, audio{
	width: 100%;
}
.x_panel{
	clear: both;
	margin-bottom: 20px;
}
.x_title{
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid brown;
}
.x_title a:first-child{
	color: #e32c19;
}
.list-box:before,
.list-box:after{
	content: '';
	display: block;
}
.list-box:after{
	clear: both;
}
.yhy-append-wrap{
	position: fixed;
	left: 0;
	bottom: 0;
	max-width: 160px;
}