@media (min-width: 500px){
	.container{
		padding: 0;
	}
	.c .col-md-3{
		width: 20%;
	}
	.c .col-md-6,
	.c .col-lg-6{
		width: 60%;
	}
	.c .col-md-push-3,
	.c .col-lg-push-3{
		left: 20%;
	}
	.c .col-md-pull-6,
	.c .col-lg-pull-6{
		right: 60%;
	}
	.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	[class*="col-md"]{
		padding: 0 5px;
	}
	.search form .txtSearch{
		position: absolute;
		top: 2px;
		right: 0;
	}
	.flex{
		display: flex;
	}
	.flex .col-2{
		width: calc(100% / 2 - 0.5%);
	}
	.flex .col-3{
		width: calc(100% / 3 - 0.5%);
	}
	.flex .col-4{
		width: calc(100% / 4 - 0.5%);
	}
	.flex .col-5{
		width: calc(100% / 5 - 0.5%);
	}
	.tab,.tab-cont,.procedure-index{
		display: flex;
	}
	.tab-cont,
	.procedure-index{
		flex-wrap: wrap;
	}
	.tab-cont li,
	.procedure-index li{
		width: calc(100% / 3);
	}
	.tab li:not(:first-child){
		border-left: 1px solid #fff;
		border-top: none;
	}
	.box .entry-image{
		width: 100%;
		height: 140px;
		overflow: hidden;
	}
	.top-bar .left{
		float: left;
		width: 50%;
		line-height: 30px;
		text-align: left;
		margin: 0;
	}
	.top-bar .right{
		float: right;
		width: 50%;
		text-align: left;
		margin: 0;
	}
	.flex.prd-lst .prd-item{
		width: calc(100% / 4 - 8px);
	}
	.flex.prd-lst .prd-item:nth-child(odd){
		margin-right: 10px;
	}
	.flex.prd-lst .prd-item:nth-child(even){
		margin: 0 10px 10px 0;
	}
	.flex.prd-lst .prd-item:nth-child(4){
		margin-right: 0;
	}
	.slider-wrapper{
		margin-bottom: 0;
	}
	.networktrust img{
		display: block;
		margin: 0;
	}
	.text-limit1{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.text-limit2{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.text-limit3{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.text-limit4{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.gallerys.index .item:first-child{
		width: 50%;
		height: 260px;
	}
	.gallerys .item{
		height: 130px;
	}
	.banner.bottomleft .image,
	.banner.topright .image
	{
		width: 100%;
	}
	.box-image{
		margin-bottom: 0;
	}
	.box-image.image-sm{
		float: left;
		margin-right: 15px;
		width: calc(100% / 3);
	}
	.news .box-image.image-sm img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.space-between{
		justify-content: space-between;
	}
	.flex-wrap{
		flex-wrap: wrap;
	}
	.flex .image-sm{
		width: 150px;
		height: 85px;
	}
	.video iframe{
		height: 400px;
	}
	.media-list{
	  display: flex;
	  flex-wrap: wrap;
	}
	.media-list .media-item{
		width: calc(100% / 3 - 7px);
	}
	.media-list .media-item:nth-child(3n+2){
		margin: 0 10px 10px;
	}
	.media-list .media-item .image{
		height: 150px;
	}
	.media-list.album .media-item .image img{
		width: 100%;
	}
	.vert {
		height: 427px;
	}
	.vert .simply-scroll-clip {
		height: 427px;
	}
	.new-hot .thumb{
		height: 400px;
		overflow: hidden;
	}
	.new-hot .thumb img{
		width: 100%!important;
		height: 100%;
		object-fit: cover;
	}
	.new-event .thumb{
		height: 135px;
	}
	#slide .thumb .image{
		margin: 0 auto;
	}
	.scroll200{
		height: 200px!important;
		overflow: hidden;
	}
	.scroll250{
		height: 250px!important;
		overflow: hidden;
	}
	.scroll300{
		height: 300px!important;
		overflow: hidden;
	}
	.scroll350{
		height: 350px!important;
		overflow: hidden;
	}
	.scroll400{
		height: 400px!important;
		overflow: hidden;
	}
	.scroll430{
		height: 430px!important;
		overflow: hidden;
	}
	.scroll450{
		height: 450px!important;
		overflow: hidden;
	}
	.scroll500{
		height: 500px!important;
		overflow: hidden;
	}
}