*,ul{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, sans-serif;
	background-color: rgb(255, 255, 255);
	font-size: 14px;
	color: #000;
}
ul{
	list-style: none;
}
img{
	max-width: 100%;
}
header{
	/*background: #f7e6ae;*/
}
.nav{
	background: #019149;
/*	background-image: linear-gradient(#019149, #019149, #5cbd38);*/
}
.logo{
	padding: 10px 15px;
	background: #cece42;
}
.breadcrumbs a{
	color: #2f0a0a;
}
.main-menu>ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-menu li {
  position: relative;
}
.main-menu>ul>li:not(:first-child){
	border-left: 1px solid #4ba72a;
}
.main-menu>ul>li>a{
	padding: 10px 12px;
	text-transform: uppercase;
}
.main-menu a {
  display: block;
  color: #ffffff;
  padding: 8px;
  font-size: 13px;
}
.main-menu li ul {
  position: absolute;
  background: linear-gradient(to bottom,#fff,#e6e6e6);
  min-width: 200px;
  z-index: 9999;
  top: 103%;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.main-menu li ul a {
	color: #000;
	padding: 6px 15px;
  white-space: nowrap;
}
.main-menu li ul li:not(:last-child){
	border-bottom: 1px dashed #e5e5e5;
}
.main-menu li ul ul {
  left: 101%;
  top: 0;
}
.main-menu li a:hover{
	color: #fff;
	background: #50b73a;
}
.sf-with-ul i {
  margin-left: 10px;
}
.mobile.mb_main_menu{
	display: none;
}
.mobile{
	/*background: #ab202a;*/
}
.mobile li{
	position: relative;
}
.mobile li a{
	padding: 6px 10px;
	display: block;
	color: #fff;
}
.mobile ul li:not(:first-child) a{
	border-top: 1px solid #c5c5c5;
}
.mobile li em{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 0 5px;
}
.mobile li ul{
	 display: none; 
}
.bars{
	line-height: 35px;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
}
.bars i{
	font-size: 16px;
	color: #fff;
}
.list-group{
	/*list-style: square inside;
	color: #b10e0e;*/
}
.doc_cat ul li,
.list-group li{
	position: relative;
	text-align: justify;
	padding: 5px 0 5px 12px;
	background: url(../images/bull.png) 0 11px no-repeat;
}
.doc_cat>ul>li:not(:first-child),
.list-group li:not(:first-child){
	border-top: 1px dashed #999;
}
.menu-sidebar li{
	position: relative;
}
.menu-sidebar li a{
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	color: #fff;
	font-size: 13px;
	padding: 6px 5px 6px 12px;
}
.menu-sidebar>ul>li>a{
	font-weight: 600;
}
.menu-sidebar li ul{
	display: none;
}
.menu-sidebar li .fa{
	position: absolute;
	top: 10px;
	right: 0;
	width: 15px;
	height: 10px;
	color: #fff;
	cursor: pointer;
	z-index: 999;
	font-size: 18px;
}
.menu-sidebar li:hover>a{
	background: #f2f2f2; 
	color: #e63707;
}
.menu-footer{
	background: #1a801a;
	border-bottom: 7px solid #136537;
}
.menu-footer>ul{
	display: flex;
	justify-content: center;
}
.menu-footer li{
	position: relative;
}
.menu-footer li a{
	color: #fff;
	display: block;
}
.menu-footer>ul>li{
	padding: 6px 0;
}
.menu-footer>ul>li:not(:first-child) a{
	border-left: 1px solid #fff;
}
.menu-footer>ul>li>a{
	padding: 0 6px;
}
.menu-footer li ul{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	border-top: 2px solid yellow;
	background: #1a801a;
	transition: all ease 0.5s;
	opacity: 0;
	visibility: hidden;
}
.menu-footer li ul li:not(:first-child){
	border-top: 1px solid #53a953;
}
.menu-footer li ul a{
	display: block;
	padding: 6px;
	white-space: nowrap;
}
.menu-footer li:hover>ul{
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.welcome{
	padding: 6px;
	color: brown;
	font-style: italic;
}
#list-about{
	float: right;
	width: 24%;
}
.main-banner{
	position: relative;
}
marquee{
	line-height: 28px;
}
.search form{
	position: relative;
	padding: 2px 0;
}
.search form .txtSearch{
	height: 28px;
	padding: 3px 35px 3px 3px;
	border: 1px solid #ccc;
	color: #777;
	width: 100%;
	outline: none;
}
.search form button{
	position: absolute;
	right: 0;
	border: 1px solid #099547;
	background: #019149;
	padding: 3px 8px;
	color: #fff;
}
.search .btn-link{
	margin-left: 10px;
	color: #dedede;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-bold{
	font-weight: bold;
}
.box{
	background: #e4c75e url(../images/net-dep-que-huong.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	/*border: 5px solid #c7ad2d;*/
	border-radius: 8px;
	margin-bottom: 15px;
}
.box .entry-image img{
	width: 100%;
	height: 100%;
}
.box_title{
	border-bottom: 1px solid #e32;
}
.box_title .title{
	color: #e32;
}
.slider-wrapper{
	margin-bottom: 15px;
}
.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{
	width: 100%;
}
.detail table tr th{
	text-align: left;
}
.detail .mb{
	margin-bottom: 1%;
}
.detail figure{
	text-align: center;
}
.detail figcaption{
	margin: 5px 0;
}
.detail .title{
	color: #1073ad;
	font-size: 18px;
}
.detail img{
	width: auto!important;
	height: auto!important;
}
.detail p{
	margin: 5px 0 10px 0;
	text-align: justify;
}
.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);
}
.news .list-box:not(:last-child){
	margin-bottom: 10px;
}
.list-box:not(:last-child){
	margin-bottom: 20px;
}
.box-image{
	overflow: hidden;
	margin-bottom: 10px;
}
footer{
	font-size: 13px;
}
.m-footer{
	padding: 10px;
	background: #f7f6f5;
	border-bottom: 20px solid #9d9d9d;
}
.m-footer a{
	color: #fff;
}
.publish-date{
	color: #888;
	font-size: 13px;
}
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 .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: 17px;
	line-height: 1.2;
}
.footer p{
	margin: 0;
}
.footer .left-footer{
	padding: 10px 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: 15px;
}
.holder a{
	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;
}
.panel-body:before,
.panel-body:after{
	content: '';
	display: table;
}
.panel-body:after{
	clear: both;
}
table tr td{
	padding: 2px;
}
.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;
}
.pagination{
	margin: 10px 0;
}
.dataTables_paginate .paginate_button a{
	display: block;
	padding: 3px 6px;
}
.gallerys{
	width: 100%;
	float: left;
}
.gallerys .item{
	position: relative;
	float: left;
	width: 25%;
	height: 70px;
	padding: 2px;
	overflow: hidden;
	cursor: pointer;
}
.gallerys.index .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%;
}
.banner img{
	margin-bottom: 10px;
}
.banner .flex.top .col-2,
.banner .middleleft .col-3,
.banner .bottomleft .col-3{
	margin-bottom: 15px;
}
.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 .media-item{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.media-list .media-item .image{
	padding: 5px;
}
.media-list.album .media-item .image{
	padding: 8px;
}
.media-list .media-item .info{
  padding: 8px 5px;
  border-top: 1px solid #ccc;
}
.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%;
}
.relative{
	position: relative;
}
.fontsize15{
	font-size: 15px;
}
.fontsize16{
	font-size: 16px;
}
iframe,audio{
	width: 100%;
}
.x_panel{
	clear: both;
	margin-bottom: 10px;
}
.x_title{
	position: relative;
	margin-bottom: 10px;
}
.x_title .title{
	position: relative;
	display: block;
	padding-right:15px;
	color: #bd8a17;
	font-weight: 700;
	line-height: 1.8em;
}
.line:after{
	content: '';
	display: table;
}
.x_title.line .title{
	background: #fff;
	display: inline-block;
	z-index: 1;
}
.x_title.line:after{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -3px;
	background-color: #2ca640;
}
.title{
	color: #731616;
	font-weight: bold;
}
.list-box:before,
.list-box:after{
	content: '';
	display: block;
}
.list-box:after{
	clear: both;
}
.video iframe{
	min-height: 250px;
}
.new-event{
	padding: 0 25px;
}
.new-event .slick-slide,
.video-index .slick-slide,
.album-index .slick-slide{
	margin: 0 10px;
}
.new-event .thumb,
.video-index .thumb,
.album-index .thumb{
	overflow: hidden;
}
.new-event .thumb{
	height: 110px;
}
.video-index .thumb,
.album-index .thumb{
	height: 120px;
	overflow: hidden;
}
.video-index .thumb img,
.album-index .thumb img{
	width: 100%;
	height: 100%;
}
.new-event .thumb img{
	width: 100%;
	height: 100%;
}
.slick-slider .slick-arrow,
.slick-dots button{
	width: 20px;
	height: 20px;
	color: #fff;
	background: rgb(5, 147, 72);
	z-index: 99;
}
.slick-slider .slick-arrow:after{
	position: absolute;
	transform: translate(-50%,-50%);
	font-family: fontawesome;
}
.slick-slider .slick-prev:after{
	content: '\f104';
}
.slick-slider .slick-next:after{
	content: '\f105';
}
.slick-dots{
	margin-top: 10px;
}
.dot-center .slick-dots{
	text-align: center;
}
.t-slick.arrow-top-right .slick-prev{
	right: 30px;
}
.t-slick.arrow-top-right .slick-next{
	right: 5px;
}
.t-slick.arrow-bottom-center .slick-prev{
	right: 30%;
}
.t-slick.arrow-bottom-center .slick-next{
	right: 50%;
}
.prd-lst.t-slick{
	padding: 30px 0 0;
}
.t-slick.prd-lst .slick-slide{
	margin: 0 3px;
}
.t-slick button{
	position: absolute;
	border: none;
	border-radius: 4px;
}
.t-slick.arrow-top-right button{
	top: 5px;
	right: 0;
}
.t-slick.arrow-bottom-center button{
	bottom: 0;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li:not(:first-child){
	margin-left: 3px;
}
.adv.adv_bottom{
	background: #baefba;
	padding: 35px 10px 5px 10px;
	position: relative;
}
.adv button{
	position: absolute;
	top: 5px;
	padding: 2px 4px;
	background: transparent;
	border: none;
}
.adv .slick-next{
	right: 10px;
}
.adv .slick-prev{
	right: 35px;
}
.adv .thumb{
	overflow: hidden;
}
.adv.adv_bottom .thumb{
	height: 120px;
	padding: 5px;
}
.adv.adv_bottom .thumb img{
	width: 100%;
	height: 100%;
}
.bordered{
	padding: 6px;
	border: 1px solid #2ca640;
}
.radius-topleft{
	border-top-left-radius: 10px;
}
.time{
	line-height: 33px;
	color: #000;
}
.news .list-box .box-image.image-sm{
	float: left;
	width: calc(100% / 3 - 5%);
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
}
.news .list-box{
	margin-bottom: 10px;
}
.new-hot .thumb{
	position: relative;
	display: block;
}
.new-hot .text-cont{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	background: rgba(0,0,0,0.3);
	text-shadow: 1px 0 0 #0e3d6f, -1px 0 0 #0e3d6f, 0 1px 0 #0e3d6f, 0 -1px 0 #0e3d6f, 1px 1px #0e3d6f, -1px -1px 0 #0e3d6f, 1px -1px 0 #0e3d6f, -1px 1px 0 #0e3d6f;
}
.home-new .home-image{
	overflow: hidden;
}
.subbanner{
	display: flex;
	flex-wrap: wrap;
}
.scroller .list-group:not(:first-child){
	margin-top: 150px;
}
.tab,.tab-cont{
	border: 1px solid #bd1723;
}
.tab li{
	padding: 5px 20px;
}
.tab li.tab-active a{
	color: #bd1723;
}
.tab li a{
	display: block;
}
.tab-cont{
	border: 1px solid #bd1723;
	padding: 8px;
	margin-top: -1px;
}
.tab-cont li{
	padding: 5px 0 0 15px;
	background: url(../images/li_icon.png) 0 12px no-repeat;
}
.radius-left-right{
	border-radius: 4px 4px 0 0;
}
.no-record{
	font-style: italic;
}
.tool span{
	font-size: 1.8em;
	cursor: pointer;
	color: #e05e5e;
}
.networktrust img{
	display: block;
	margin: 0 auto;
}
.prd-dt .prd-left .prd-slide{
	margin-bottom: 10px;
}
.prd-lst .prd-item{
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.prd-lst .prd-item,
.prd-lst .prd-item .prd-price{
	padding: 5px;
}
.prd-lst .prd-item .prd-price{
	background: #73ab73;
	color: #fff;
}
.prd-lst .prd-item .prd-title{
	padding: 5px 0 0 0;
}
.prd-lst .prd-item .prd-title,
.prd-lst .prd-item .prd-title a{
	color: #068;
}
.prd-search{
	background: #f5f5f5;
	padding: 8px;
	margin-bottom: 15px;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #ee2f15;
}
.yhy-append-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 160px;
}