<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(normalize.css);
@import url(bootstrap.css);
@import url(animate.css);
@import url(font.css);
@import url(font-awesome.min.css);
@import url(mCustomScrollbar.css);
@import url(../vendor/lightbox/css/lightbox.css);
@import url(print.css);
.clearfloat:after, .home-notice:after, .highlight-box .highlight-header:after, .news-box .newsbox-header:after, .news-box .newsbox-footer:after, .news-gov .news-item.-list:after, .home-calendar .activity-calendar .item:after, .widget-box .widget-header:after, .list-header:after, .white-bg:after, .white-bg2:after, .news-content:after, #calendar .calendar-header:after, .calendar-list:after, .calendar-list .item header:after, .related-calendar .item:after, .link-list:after {
	display: table;
	content: '';
	clear: both;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
	background: url(../img/bottomzone-bg.jpg) center bottom no-repeat; 
	background-size: cover;
}
body.font-size-small {
	font-size: 1.4rem;
}
body.font-size-medium {
	font-size: 1.8rem;
}
body.font-size-large {
	font-size: 2.2rem;
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3.2rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.4rem;
}
h5 {
	font-size: 2rem;
}
h6 {
	font-size: 1.7rem;
}
.title {
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none !important;
}
.main-header {
	width: 100%;
	height: auto;
	background: #113879;
}
.site-heading {
	float: left;
}
.site-option {
	float: right;
}
.main-logo {
	float: left;
}
.main-logo img {
	max-height: 96px;
	margin: 2px;
}
.site-title {
	white-space: nowrap;
	color: #FFF;
	padding: 25px 10px;
	float: left;
}
.site-title .title {
	font: 600 normal 2em/1 "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.site-title .subtitle {
	font: 600 normal 1.7em/0.8 "Helvethaica Mon";
	margin: 0;
}
.main-nav {
	height: auto;
	background: #FFF;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
}
.main-nav .mini-logo {
	opacity: 0;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-nav.affix {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	top: 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.main-nav.affix .mini-logo {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url(../img/logo.png) no-repeat center center;
	background-size: contain;
	opacity: 1;
}
.main-menu {
	text-align: center;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.main-menu li {
	display: inline-block;
	margin-right: -4px;
}
.main-menu li a {
	display: block;
	font: 600 normal 1.6em/2em "Helvethaica Mon";
	color: #193e75;
	border-radius: 50px;
	margin: 5px;
	padding: 0 17px;
}
.main-menu li a i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
}
.main-menu li:hover a, .main-menu li.active a {
	background: #193e75;
	color: #FFF;
}
.header-option {
	text-align: right;
	margin-top: 10px;
	font: 400 normal 18px/1 "Helvethaica Mon";
}
.header-option &gt; div {
	display: inline-block;
	margin-right: -4px;
	color: #FFF;
}
.header-option &gt; div + div {
	margin-left: 10px;
}
.header-option .change-font a {
	display: inline-block;
	padding: 0 5px;
	color: #FFF;
	font: 400 normal 16px/1.2 "Helvethaica Mon";
	border-radius: 5px;
}
.header-option .change-font a:hover {
	text-decoration: underline !important;
}
.header-option .change-font a:nth-of-type(2) {
	font-size: 18px;
}
.header-option .change-font a:nth-of-type(3) {
	font-size: 1.4em;
}
.header-option .change-font a.current {
	text-decoration: underline !important;
}
.header-option .change-display {
	border-left: solid 1px #FFF;
	padding-left: 10px;
}
.header-option .change-display span {
	font-size: 18px;
}
.header-option .change-display a {
	display: inline-block;
	padding: 0 5px;
	background: #FFF;
	font: 400 normal 18px/1.2 "Helvethaica Mon";
	border-radius: 5px;
	border: solid 1px #EEE;
}
.header-option .change-display a:hover {
	border: solid 1px #e6a41a
}
.header-option .change-display a:nth-of-type(1) {
	background: #000;
	color: #FFF;
}
.header-option .change-display a:nth-of-type(2) {
	color: #333;
}
.header-option .change-display a:nth-of-type(3) {
	background: #000;
	color: yellow;
}
.lang-btn a {
	display: inline-block;
	background: #4a961e;
	font: 400 normal 18px "Helvethaica Mon";
	color: #FFF;
	padding: 5px 15px;
}
.lang-btn a.active, .lang-btn a:hover {
	background: #7db908;
}
.lang-btn a.th {
	border-radius: 5px 0 0 5px;
	margin-right: -4px;
}
.lang-btn a.en {
	border-radius: 0 5px 5px 0;
}
.social-login {
	margin-top: 10px;
	text-align: right;
}
.social-icon {
	display: inline-block;
}
.social-icon a {
	display: inline-block;
	margin-right: -4px;
	border: solid 2px #FFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
}
.social-icon a i {
	line-height: 26px;
	color: #FFF;
	font-size: 18px;
}
.social-icon a + a {
	margin-left: 10px;
}
.social-icon a:hover {
	background: #FFF;
}
.social-icon a:hover i {
	color: #193e75 !important;
}
.login-button {
	display: inline-block;
	background: #4a961e;
	font: 400 normal 1.4em "Helvethaica Mon";
	text-align: center;
	line-height: 15px;
	color: #FFF;
	padding: 5px 19px;
	border-radius: 5px;
	margin-right: -4px;
	margin-left: 15px;
}
.login-button:hover {
	background: #7db908;
	color: #FFF;
}
.page-cover {
	width: 100%;
	padding: 130px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #666;
	text-align: center;
}
.page-cover .title {
	font: 700 normal 48px/0.9 "Helvethaica Mon";
	color: #FFF;
	margin: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-cover .subtitle {
	font: 400 normal 24px/0.9 "Helvethaica Mon";
	color: #FFF;
	margin: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-cover.-about-us {
	background-image: url(../img/about-cover.png);
}
.page-cover.-news {
	background-image: url(../img/news-cover.png);
}
.page-cover.-contact {
	background-image: url(../img/contact-cover.png);
}
.page-cover.-information {
	background-image: url(../img/information-cover.png);
}
.page-cover.-magazine {
	background-image: url(../img/magazine-cover.jpg);
}
.page-cover.-download {
	background-image: url(../img/download-cover.jpg);
}
.page-cover.-faq {
	background-image: url(../img/faq-cover.jpg);
}
.page-cover.-knowledge {
	background-image: url(../img/knowledge-cover.jpg);
}
.page-cover.-service {
	background-image: url(../img/service-cover.png);
}
.page-cover.-webboard {
	background-image: url(../img/webboard-cover.jpg);
}
.page-cover.-vote {
	background-image: url(../img/vote-cover.jpg);
}
.page-cover.-weblink {
	background-image: url(../img/weblink-cover.jpg);
}
.page-title {
	padding: 10px 0;
	background: #fbfbfb;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	margin: 0;
}
.page-title .title {
	font: 600 normal 45px/1 "Helvethaica Mon";
	margin: 0;
	padding-left: 10px;
	color: #193e75;
}
.page-title .breadcrumb {
	background: none;
	text-align: right;
	margin: 0;
}
.page-title .breadcrumb a {
	color: #193e75;
}
.page-title .breadcrumb li.active {
	color: #61a23b;
}
.page-title .breadcrumb li + li:before {
	content: '&gt;';
}
.featherlight:last-of-type {
	background: rgba(255, 255, 255, 0.8);
}
.featherlight .featherlight-content {
	padding: 0;
	border-radius: 0px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	border-bottom: none;
	border-radius: 10px;
}
.featherlight .featherlight-close-icon {
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0.3);
	color: #FFF;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	line-height: 32px;
}
.lightbox-show {
	width: 687px;
	background: url(../img/popup-bg.jpg) right top no-repeat rgba(255, 255, 255, 0.9);
	;
	background-size: contain;
}
.lightbox-show .heading {
	padding: 15px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.lightbox-show .heading.-enews {
	padding: 15px 15px 15px 75px;
	background: url(../img/enews-form-icon.png) 30px 50% no-repeat rgba(255, 255, 255, 0.3);
}
.lightbox-show .heading.-vote {
	padding: 15px 15px 15px 75px;
	background: url(../img/vote-icon.png) 30px 50% no-repeat rgba(255, 255, 255, 0.3);
}
.lightbox-show .heading .title {
	font: 600 normal 30px 'Helvethaica Mon';
	color: #193e75;
	margin: 0;
}
.lightbox-show .body.error .title {
	color: #ff0000;
	font-size: 35px;
}
.lightbox-show .body.error .desc {
	color: #fb3232;
	font-size: 25px;
}
.lightbox-show .body {
	width: 60%;
	text-align: center;
	padding: 5% 5%;
}
.lightbox-show .body .title {
	font: 600 normal 36px 'Helvethaica Mon';
	color: #193e75;
	margin: 0;
}
.lightbox-show .body .desc {
	font: 400 normal 20px 'Helvethaica Mon';
}
.lightbox-show .body .btn {
	background: #193e75;
	color: #FFF;
	font: 400 normal 24px 'Helvethaica Mon';
	padding: 5px 15px;
	margin-top: 15px;
}
#forget-password {
	width: 500px;
	background: none;
}
#forget-password .body {
	width: 100%;
	text-align: left;
	padding: 5%;
}
#forget-password .body .form-btn {
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
}
#forget-password .body .btn {
	background: #999;
}
#forget-password .body .btn:hover {
	background: #193e75;
}
#login {
	width: 836px;
	overflow: hidden;
	background: url(../img/login-bg.jpg) ;
	background-size: cover;
}
#login .heading {
	background: rgba(255, 255, 255, 0.95);
}
#login .login-form {
	width: 40%;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	float: right;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
}
#login .login-form .oror {
	font: 400 normal 1.4em "Helvethaica Mon";
	text-align: center;
}
#login .login-form .login-btn, #login .login-form .register-btn, #login .login-form .facebook-btn {
	display: block;
	padding: 10px;
	text-align: center;
	background: #CCC;
	text-align: center;
	border-radius: 5px;
	font: 400 normal 1.4em "Helvethaica Mon";
	color: #FFF;
	margin: 10px 0;
	cursor: pointer;
}
#login .login-form .login-btn {
	background: #193e75;
}
#login .login-form .register-btn {
	background: #7db908;
}
#login .login-form .facebook-btn {
	background: #3b5998;
}
#login .login-form .facebook-btn i {
	display: block;
	float: left;
	font-size: 1.4em;
	padding-right: 10px;
	border-right: solid 1px #FFF;
}
#login .login-form .forget-password {
	display: block;
	text-align: right;
	font: 400 normal 1.4em "Helvethaica Mon";
	color: #193e75;
	text-decoration: underline;
}
#vote-view {
	background: none;
}
#vote-view .body {
	width: 100%;
}
#vote-view img {
	max-width: 100%;
	height: auto;
}
#vote-save .btn + .btn {
	margin-left: 15px;
	background: #eeac39;
}
.home-slide {
	text-align: center;
	width: 100%;
	height: auto;
}
.home-slide .slide {
	height: 550px;
	background-size: cover !important;
	background-position: center !important;
}
.home-slide .slide-title {
	display: none;
}
.home-slide .title {
	font: 600 normal 60px/1 "Helvethaica Mon";
	margin: 0;
}
.home-slide .subtitle {
	font: 600 normal 2em/0.8 "Helvethaica Mon";
	margin: 0;
}
.home-slide .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.home-slide .owl-dots .owl-dot span {
	width: 40px;
	height: 5px;
	border-radius: 0;
	background: #FFF;
	margin: 10px;
}
.home-slide .owl-dots .owl-dot.active span {
	background: #193e75;
}
.notice-search {
	padding: 10px;
	background: #FFF;
	margin: -10px 0 0;
}
.home-notice {
	border: solid 1px #ff6c00;
	border-radius: 5px;
}
.home-notice .title {
	background: #ff6c00;
	color: #FFF;
	float: left;
	padding: 7px 10px;
	font: 400 normal 21px "Helvethaica Mon";
	box-sizing: border-box;
	width: 20%;
	height: 40px;
	text-align: center;
}
.home-notice .notice-slide {
	width: 80%;
	float: left;
	padding: 7px 10px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	font: 400 normal 21px "Helvethaica Mon";
	overflow: hidden;
}
.home-notice .notice-slide a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.home-notice .notice-slide .owl-nav .owl-prev, .home-notice .notice-slide .owl-nav .owl-next {
	position: absolute;
	top: 7px;
	width: 10px;
	height: 16px;
	background-image: url(../img/notice-arrow.png) ;
	text-indent: -1000px;
	background-color: #FFF;
	padding: 0;
	overflow: hidden;
}
.home-notice .notice-slide .owl-nav .owl-prev {
	left: 5px;
	background-position: 0px 0px;
}
.home-notice .notice-slide .owl-nav .owl-next {
	right: 5px;
	background-position: -10px 0px;
}
.home-search {
	border: solid 1px #193e75;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
}
.home-search input[type="text"] {
	width: 90%;
	height: 40px;
	padding: 0 10px !important;
	border: none;
	box-sizing: border-box;
	float: left;
	font: 400 normal 21px/1 "Helvethaica Mon";
}
.home-search .search-btn {
	display: inline-block;
	height: 40px;
	width: 10%;
	line-height: 40px;
	text-align: center;
	background: #193e75;
	color: #FFF;
	border: none;
}
.home-highlight {
	background: url(../img/home-highlight-bg.jpg) center bottom no-repeat;
	margin-top: 10px;
}
.highlight-box {
	border-radius: 5px;
	overflow: hidden;
}
.highlight-box .highlight-header {
	color: #FFF;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.highlight-box .highlight-header .title {
	font: 400 normal 2em/1 "Helvethaica Mon";
	margin: 0;
	float: left;
}
.highlight-box .highlight-header .viewall {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	color: #333;
	font: 400 normal 1.2em "Helvethaica Mon" !important;
}
.highlight-box .highlight-header .viewall:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #FFF;
}
.highlight-box .highlight-body {
	padding: 20px;
}
.highlight-box .highlight-body .news-item .thumb img {
	max-width: 100%;
	height: auto;
}
#news-highlight .owl-dots {
	counter-reset: dots;
}
#news-highlight .owl-dot:before {
//counter-increment:dots;
//content:counter(dots);
}
.news-highlight {
	background: #098a55
}
.news-highlight .highlight-body {
	padding: 10px
}
.news-highlight .news-item {
	padding: 10px
}
.news-highlight .news-item:hover .caption {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF
}
.news-highlight .news-item:hover .caption a, .news-highlight .news-item:hover .caption .title {
	color: #FFF
}
.news-highlight .news-item .thumb img {
	max-width: 100%;
	height: auto
}
.news-highlight .news-item .caption {
	display: block;
	padding: 20px;
	background: #FFF;
	position: relative;
}
.news-highlight .news-item .caption .title {
	font: 400 normal 1.7em/1 "Helvethaica Mon";
	margin: 0;
	color: #193e75
}
.news-highlight .news-itemH {
	padding: 10px
}
.news-highlight .news-itemH:hover .caption {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF
}
.news-highlight .news-itemH:hover .caption a, .news-highlight .news-itemH:hover .caption .title {
	color: #FFF
}
.news-highlight .news-itemH .thumb img {
	max-width: 100%;
	height: auto
}
.news-highlight .news-itemH .caption {
	display: block;
	padding: 20px;
	background: #FFF;
	position: relative;
}
.news-highlight .news-itemH .caption .title {
	font: 400 normal 1.7em/1 "Helvethaica Mon";
	margin: 0;
	color: #193e75
}
.news-highlight .owl-dots {
	text-align: right;
	padding: 10px
}
.news-highlight .owl-dots .owl-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ccc;
	border-radius: 50%;
	color: #FFF;
	overflow: hidden;
}
.news-highlight .owl-dots .owl-dot+.owl-dot {
	margin-left: 5px
}
.news-highlight .owl-dots .owl-dot.active {
	background: #FFF;
	color: #193e75
}
.news-infographic {
	background: #38a6df;
}
.news-infographic .news-item:hover .caption {
	background: rgba(0, 0, 0, 0.1);
	color: #FFF;
}
.news-infographic .news-item:hover .caption a {
	color: #FFF;
}
.news-infographic .news-item .caption {
	display: block;
	background: #FFF;
	text-align: center;
	padding: 10px;
}
.news-infographic .news-item .caption .title {
	font-size: 14px;
	margin: 0;
}
.news-infographic .news-item .caption p {
	margin: 0;
}
.news-disaster {
	background: #ffa031;
}
.news-disaster .highlight-body {
	padding-right: 10px;
}
.news-disaster .news-item {
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
}
.news-disaster .news-item:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
}
.news-disaster .news-item:hover .title, .news-disaster .news-item:hover a {
	color: #FFF;
}
.news-disaster .news-item + .news-item {
	margin-top: 10px;
}
.news-disaster .news-item .title {
	font: 400 normal 1.7em/1 "Helvethaica Mon";
	margin: 0;
	color: #ffa031;
}
.news-disaster .news-item .desc {
	font-size: 14px;
	margin: 0;
}
.scrollContent {
	position: relative;
	overflow: auto;
}
.news-box {
	margin-bottom: 10px
}
.news-box .newsbox-header {
	padding: 10px 0
}
.news-box .newsbox-header .title {
	font: 600 normal 2em "Helvethaica Mon";
	margin: 0;
	float: left
}
.news-box .newsbox-header .view-all {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #EEE;
	text-align: center;
	font-size: 14px;
	color: #333;
	font: 400 normal 1.2em "Helvethaica Mon" !important
}
.news-box .newsbox-body {
	padding: 10px 0;
	overflow: hidden
}
.news-box .newsbox-body .news-item {
	overflow: hidden
}
.news-box .newsbox-body .news-item .thumb img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
.news-box .newsbox-body .news-item .caption {
	display: block;
	min-height: 193px;
	padding: 20px;
	padding-bottom: 10px;
}
.news-box .newsbox-body .news-item .title {
	font: 500 normal 1.5em "Helvethaica Mon";
	margin: 0
}
.news-box .newsbox-footer {
	padding: 10px 0
}
.news-box .newsbox-footer .view-all {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #EEE;
	text-align: center;
	font-size: 14px;
	color: #333
}
.download-item footer {
	padding: 10px;
	border-top: solid 2px #DDD;
	background: #f7f7f7;
}
#news-general .owl-dots {
	counter-reset: dots;
}
#news-general .owl-dot:before {
//counter-increment:dots;
//content:counter(dots);
}
.news-general {
	overflow: hidden;
}
.news-general .newsbox-header {
	border-bottom: solid 1px;
}
.news-general .newsbox-header .view-all {
	background: #e6f3ee;
}
.news-general .newsbox-header .view-all:hover {
	background: #193e75;
	color: #FFF;
}
.news-general .newsbox-body .caption {
}
.news-general .newsbox-body .caption:hover {
	color: #FFF !important;
}
.news-general .newsbox-body .caption .title {
}
.news-general .newsbox-body .caption:hover .title {
	color: #FFF !important;
}
.news-general .news-item .caption .infonews {
	height: 135px;
	overflow: hidden;
	display: block;
}
.news-general .news-item .caption .date {
	margin-top: 10px;
	display: block;
}
.news-general .newsbox-body .news-item.-highlight figure, .news-general .newsbox-body .news-item.-highlight .caption {
	float: left;
}
.news-general .newsbox-body .news-item.-highlight figure {
	width: 65%
}
.news-general .newsbox-body .news-item.-highlight figure:hover {
	color: #fff;
}
.news-general .newsbox-body .news-item.-highlight .caption {
	width: 35%;
	float: left;
}
.news-general #news-general {
	padding: 10px 0;
}
.news-general #news-general .owl-item {
}
.news-general #news-general .news-item {
	background: #e6f3ee;
}
.news-general #news-general .news-item:hover .caption {
	background: #098a55;
	color: #FFF;
}
.news-general #news-general .news-item:hover .caption .title {
	color: #FFF;
}
.news-general #news-general .news-item .thumb {
	height: 162px;
	overflow: hidden;
}
.news-general #news-general .news-item .thumb img {
	height: 100%;
	width: auto !important;
}
.news-general #news-general .news-item .caption {
	display: block;
	padding: 10px;
}
.news-general #news-general .news-item .title {
	font: 600 normal 1.7em "Helvethaica Mon";
	margin: 0;
	color: #098a55;
}
.news-general #news-general .owl-dots {
	text-align: right;
}
.news-general #news-general .owl-dots .owl-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ccc;
	border-radius: 50%;
	color: #FFF;
	overflow: hidden;
}
.news-general #news-general .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}
.news-general #news-general .owl-dots .owl-dot.active {
	background: #193e75;
	color: #FFF;
}
#news-gov .owl-dots {
	counter-reset: dots;
}
#news-gov .owl-dot:before {
//counter-increment:dots;
//content:counter(dots);
}
.news-gov {
	overflow: hidden;
}
.news-gov .newsbox-header {
	border-bottom: solid 1px #f39030;
	color: #f39030;
}
.news-gov .newsbox-header .view-all {
	background: #fef4ea;
}
.news-gov .newsbox-header .view-all:hover {
	background: #f39030;
	color: #FFF;
}
.news-gov .news-item.-highlight {
	background: #fef4ea;
	height: 365px;
}
.news-gov .news-item.-highlight:hover {
	background: #f39030;
	color: #FFF;
}
.news-gov .news-item.-highlight:hover .caption {
	background: #f39030;
	color: #FFF !important;
}
.news-gov .news-item.-highlight:hover .caption .title {
	color: #FFF;
}
.news-gov .news-item.-highlight .thumb {
	height: 165px;
}
.news-gov .news-item.-highlight .caption {
	background: #fef4ea;
	padding: 10px 20px;
}
.news-gov .news-item.-highlight .caption .title {
	color: #f39030;
}
.news-gov .news-item.-list {
	background: #fef4ea;
	margin-left: -10px;
	height: 115px;
	overflow: hidden;
}
.news-gov .news-item.-list:hover {
	background: #f39030;
	color: #FFF;
}
.news-gov .news-item.-list:hover .title, .news-gov .news-item.-list:hover .desc, .news-gov .news-item.-list:hover .date {
	color: #FFF;
}
.news-gov .news-item.-list + .-list {
	margin-top: 10px;
}
.news-gov .news-item.-list .thumb {
	width: 35%;
	float: left;
	height: 100%;
	font-size: 0;
	margin-left: -1px;
	overflow: hidden;
}
.news-gov .news-item.-list .thumb img {
	min-height: 100%;
}
.news-gov .news-item.-list .caption {
	width: 65%;
	float: left;
	padding: 5px 20px;
}
.news-gov .news-item.-list .caption .title {
	line-height: 1;
}
.news-gov .news-item.-list .caption .desc {
	line-height: 1.2em;
	overflow: hidden;
	font-size: 0.9em;
	margin: 0;
}
.news-gov .news-item .thumb {
	overflow: hidden;
}
.news-gov .news-item .thumb img {
	max-width: 100%;
	height: auto;
}
.news-gov .news-item .caption {
	display: block;
}
.news-gov .news-item .title {
	font: 600 normal 1.7em/1 "Helvethaica Mon";
	margin: 0;
	color: #f39030;
}
.news-gov .news-item .caption .infonews {
	height: 85px;
	overflow: hidden;
	display: block;
}
.news-gov .news-item .caption .date {
	margin-top: 2px;
	display: block;
}
.news-gov .news-item.-highlight .caption .infonews {
	height: 140px;
	overflow: hidden;
	display: block;
}
.news-gov .news-item.-highlight .caption .date {
	margin-top: 15px;
	display: block;
}
.news-gov .owl-dots {
	text-align: right;
}
.news-gov .owl-dots .owl-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ccc;
	border-radius: 50%;
	color: #FFF;
	overflow: hidden;
}
.news-gov .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}
.news-gov .owl-dots .owl-dot.active {
	background: #f39030;
	color: #FFF;
}
.news-gov-2 {
	overflow: hidden;
}
.news-gov-2 .newsbox-header {
	border-bottom: solid 1px #f39030;
	color: #f39030;
}
.news-gov-2 .newsbox-header .view-all {
	background: #fef4ea;
}
.news-gov-2 .newsbox-header .view-all:hover {
	background: #f39030;
	color: #FFF;
}
.news-gov-2 .newsbox-body .caption {
	background: #fef4ea;
}
.news-gov-2 .newsbox-body .caption .title {
	color: #f39030;
}
.news-gov-2 .newsbox-body:hover .caption {
	background: #f39030;
	color: #FFF;
}
.news-gov-2 .newsbox-body:hover .caption .title {
	color: #FFF;
}
.news-pr .newsbox-header {
	border-bottom: solid 1px #18a9c8;
	color: #18a9c8;
}
.news-pr .newsbox-header .view-all {
	background: #ebf9fe;
}
.news-pr .newsbox-header .view-all:hover {
	background: #18a9c8;
	color: #FFF;
}
.news-pr .newsbox-body .caption {
	background: #ebf9fe;
}
.news-pr .newsbox-body .caption .title {
	color: #18a9c8;
}
.news-pr .newsbox-body:hover .caption {
	background: #18a9c8;
	color: #FFF;
}
.news-pr .newsbox-body:hover .caption .title {
	color: #FFF;
}
.newsgov-pr .newsbox-header {
	border-bottom: solid 1px #745487;
	color: #745487;
}
.newsgov-pr .newsbox-header .view-all {
	background: #fbf4ff;
}
.newsgov-pr .newsbox-header .view-all:hover {
	background: #745487;
	color: #FFF;
}
.newsgov-pr .newsbox-body .caption {
	background: #fbf4ff;
}
.newsgov-pr .newsbox-body .caption .title {
	color: #745487;
}
.newsgov-pr .newsbox-body:hover .caption {
	background: #745487;
	color: #FFF;
}
.newsgov-pr .newsbox-body:hover .caption .title {
	color: #FFF;
}
.home-calendar {
	overflow: hidden;
}
.home-calendar .newsbox-header {
	border-bottom: solid 1px #269bd8;
	color: #269bd8;
}
.home-calendar .newsbox-header .view-all {
	background: #f7f7f7;
}
.home-calendar .newsbox-header .view-all:hover {
	background: #269bd8;
	color: #FFF;
}
.home-calendar .activity-calendar .owl-dots {
	counter-reset: dots;
}
.home-calendar .activity-calendar .owl-dot:before {
//counter-increment:dots;
//content:counter(dots);
}
.home-calendar .activity-calendar .item {
	background: #f7f7f7;
}
.home-calendar .activity-calendar .item:nth-child(odd) {
	background: #dcecf4;
}
.home-calendar .activity-calendar .item + .item {
	margin-top: 1px;
}
.home-calendar .activity-calendar .item:hover {
	background: #269bd8;
	color: #FFF !important;
}
.home-calendar .activity-calendar .item:hover .day, .home-calendar .activity-calendar .item:hover .title a {
	color: #FFF !important;
}
.home-calendar .activity-calendar .item .date {
	width: 20%;
	float: left;
	text-align: center;
	border-right: solid 1px #FFF;
	box-sizing: border-box;
	padding: 10px;
}
.home-calendar .activity-calendar .item .date .day {
	margin: 0;
	color: #269bd8;
	font: 600 normal 30px/0.5 "Helvethaica Mon";
}
.home-calendar .activity-calendar .item .date .month-year {
	margin: 0;
	font: 600 normal 1.6em/0.8 "Helvethaica Mon";
}
.home-calendar .activity-calendar .item .title {
	width: 80%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.home-calendar .activity-calendar .item .title .text {
	display: inline-block;
	vertical-align: middle;
}

/*--- item 2 --*/
.home-calendar .activity-calendar .item2 {
	background: #f7f7f7;
}
.home-calendar .activity-calendar .item2:nth-child(odd) {
	background: #dcecf4;
}
.home-calendar .activity-calendar .item2 + .item2 {
	margin-top: 1px;
}
.home-calendar .activity-calendar .item2:hover {
	background: #269bd8;
	color: #FFF !important;
}
.home-calendar .activity-calendar .item2:hover .day, .home-calendar .activity-calendar .item2:hover .title a {
	color: #FFF !important;
}
.home-calendar .activity-calendar .item2 .date {
	width: 10%;
	float: left;
	text-align: center;
	border-right: solid 1px #FFF;
	box-sizing: border-box;
	padding: 10px;
}
.home-calendar .activity-calendar .item2 .date .day {
	margin: 0;
	color: #269bd8;
	font: 600 normal 40px/0.5 "Helvethaica Mon";
}
.home-calendar .activity-calendar .item2 .date .month-year {
	margin: 0;
	font: 600 normal 1.6em/0.8 "Helvethaica Mon";
}
.home-calendar .activity-calendar .item2 .title {
	width: 60%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.home-calendar .activity-calendar .item2 .title .text {
	display: inline-block;
	vertical-align: middle;
}

.home-calendar .activity-calendar .item2 .detail {
	width: 30%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.home-calendar .activity-calendar .item2 .detail .text {
	display: inline-block;
	vertical-align: middle;
}

/*-- item 2 --*/

.home-calendar .activity-calendar .owl-dots {
	text-align: right;
}
.home-calendar .activity-calendar .owl-dots .owl-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ccc;
	border-radius: 50%;
	color: #FFF;
	overflow: hidden;
}
.home-calendar .activity-calendar .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}
.home-calendar .activity-calendar .owl-dots .owl-dot.active {
	background: #269bd8;
	color: #FFF;
}
.banner-link a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.banner-link a:hover {
	transform: translateY(-10px);
}
.banner-link a img {
	max-width: 100%;
	height: auto;
}
.banner-link a span {
	display: block;
	width: 100%;
	position: absolute;
	font: 400 normal 1.8em "Helvethaica Mon";
	color: #FFF;
	text-align: center;
	bottom: 15%;
	left: 0;
}
.banner-link .owl-controls {
	display: none;
}
.banner-link .owl-stage {
	margin: auto;
}
.about-wrapper {
	width: 100%;
	height: auto;
	background: url(../img/hom-about-bg.jpg) center;
	margin-bottom: 20px;
	background-size: cover;
}
.home-about {
	color: #193e75;
	padding: 50px 25px;
}
.home-about .title {
	font: 600 normal 36px "Helvethaica Mon";
}
.home-about .subtitle {
	font: 600 normal 1.7em "Helvethaica Mon";
}
.home-about .read-more {
	background: #ccc;
	color: #333;
	margin-top: 30px;
	font: 600 normal 1.6em "Helvethaica Mon";
}
.home-about .read-more:hover {
	background: #193e75;
	color: #FFF;
}
.widget-box {
	border-radius: 5px;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 20px;
}
.widget-box .widget-header {
	color: #FFF;
	padding: 10px;
	height: 50px;
}
.widget-box .widget-header .title {
	font: 400 normal 2em/1 "Helvethaica Mon";
	margin: 0;
	float: left;
}
.widget-box .widget-header .viewall {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	color: #333;
	font: 400 normal 1.4em "Helvethaica Mon";
}
.widget-box .widget-header .viewall:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #FFF;
}
.widget-box .widget-body .thumb img {
	max-width: 100%;
	height: auto;
}
.multimedia-box {
	margin: 40px 0;
}
.multimedia-box .widget-header {
	background: #193e75;
}
.multimedia-box .widget-header .viewall:hover {
	background: #7db908;
	color: #FFF;
}
.multimedia-box .widget-body {
	text-align: center;
}
.multimedia-box .widget-body .title {
	font: 600 normal 1.7em/1 "Helvethaica Mon";
	margin: 0;
}
.multimedia-box .widget-body .video iframe {
	max-width: 100%;
	max-height: 200px;
}
.multimedia-box .widget-body .caption {
	padding: 10px;
}
.article-box .widget-header {
	background: #f24e4e;
}
.article-box .widget-body .title {
	font: 600 normal 1.7em/1 #f24e4e;
}
.article-box .widget-body .caption {
	padding: 10px;
	background: #fff8f8;
}
.article-box .widget-body .caption .title {
	font: 400 normal 1.7em/1 "Helvethaica Mon";
	color: #f24e4e;
	margin: 0;
}
.article-box .widget-body .caption:hover {
	background: #f24e4e;
	color: #FFF;
}
.article-box .widget-body .caption:hover .title {
	color: #FFF;
}
.banner-box {
	background: #e3f8fc;
}
.banner-box .widget-header {
	background: #00aee0;
}
.banner-box .widget-body {
	text-align: center;
}
.banner-box .widget-body .title {
	font: 600 normal 1.7em/1 "Helvethaica Mon";
}
.banner-box .widget-body .video iframe {
	max-width: 100%;
	max-height: 200px;
}
.banner-box .owl-dots {
	position: absolute;
	top: -35px;
	right: 10px;
}
.banner-box .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
	margin: 5px 3px;
}
.banner-box .owl-dots .owl-dot.active span {
	background: white;
}
.poll-box {
	background: #fffbef;
}
.poll-box .widget-header {
	background: #eeac39;
}
.poll-box .widget-body .poll {
	padding: 20px 30px;
}
.poll-box .widget-body .title {
	font-size: 14px;
	margin: 0;
	font: bold 1.7em "Helvethaica Mon";
}
.poll-box .widget-body form {
	padding: 10px 30px;
}
.poll-box .widget-body .button {
	text-align: center;
}
.poll-box .widget-body .button .btn {
	background: #999;
	font: 600 normal 1.6em "Helvethaica Mon";
	color: #FFF;
}
.poll-box .widget-body .button .btn + .btn {
	margin-left: 10px;
}
.poll-box .widget-body .button .btn:hover {
	background: #eeac39;
	color: #FFF;
}
.purchase-box .widget-header {
	background: #f24e4e;
}
.purchase-box .widget-body .title {
	font: 600 normal 1.7em/1 #f24e4e;
}
.purchase-box .widget-body .caption {
	padding: 10px;
	background: #fff8f8;
}
.purchase-box .widget-body .caption .title {
	font: 400 normal 1.7em/1 "Helvethaica Mon";
	color: #f24e4e;
	margin: 0;
}
.news-tab {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-tab li {
	display: inline-block;
	margin-right: -4px;
	width: 33.33%;
	vertical-align: top;
}
.news-tab li a {
	display: block;
	text-align: left;
	padding: 15px 10px;
	color: #FFF;
	font: 600 normal 1.7em "Helvethaica Mon";
	height: 70px !important;
}
.news-tab li a .tab-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(../img/tab-icon.png) ;
	background-repeat: no-repeat;
}
.news-tab li a .tab-icon.tab-1 {
	background-position: 0px 0px;
}
.news-tab li a .tab-icon.tab-2 {
	background-position: -40px 0px;
}
.news-tab li a .tab-icon.tab-3 {
	background-position: -80px 0px;
}
.list-header {
	border-bottom: solid 1px #EEE;
	padding: 10px;
}
.list-header .title {
	font: 600 normal 2em "Helvethaica Mon";
	margin: 0;
	float: left;
}
.list-header .viewall {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #EEE;
	text-align: center;
	font-size: 14px;
	color: #333;
	color: #FFF;
}
.news-list {
	padding: 10px 0;
}
.news-list .item {
	padding: 20px;
}
.news-list .item + .item {
	border-top: dotted 1px #CCC;
}
.news-list .item a i {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: bottom;
	color: #e79b30;
}
.news-list .item a {
	display: block;
}
.news-list .item:hover a i {
	color: #fff !important;
}
.news-list .item a span {
	margin-left: 5px;
	color: #1d55b2;
}
.news-list .item:hover span {
	color: #FFF;
}
.career-box .widget-header {
	background: #4a961e;
}
.career-box .widget-body .title {
	font: 600 normal 1.7em/1 "Helvethaica Mon";
}
.career-box .widget-body .news-list .item:nth-child(even) {
	background: #edf4e8;
}
.career-box .widget-body .news-list .item:hover {
	background: #4a961e;
	color: #FFF;
}
.career-box .widget-body .news-list .item:hover a {
	color: #FFF;
}
.link-box .widget-header {
	background: #a0b046;
}
.link-box .widget-header .viewall:hover {
	background: #6da73b;
	color: #FFF;
}
.link-box .widget-body .link {
	padding: 10px 0;
}
.link-box .widget-body .link .item {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	margin-right: -4px;
	vertical-align: top;
}
.link-box .widget-body .link .item:hover i {
	transform: scale(1.1);
}
.link-box .widget-body .link .item i {
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	background: #EEE;
	border-radius: 50%;
	text-align: center;
	font-size: 48px;
	color: #FFF;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.link-box .widget-body .link .item .title {
	font: 600 normal 20px/1 "Helvethaica Mon";
	margin: 10px 0 0;
	text-overflow: ellipsis;
}
.link-box .widget-body .link .item i {
	background: #ddd;
}
.newsletter-box {
	background: url(../img/subscribe-bg.png) 97% 90% no-repeat #1e9a52;
	color: #FFF;
}
.newsletter-box .widget-header {
	background: #15aa53;
}
.newsletter-box .widget-header .viewall:hover {
	background: #1e9a52;
	color: #FFF;
}
.newsletter-box .widget-body .subscribe {
	padding: 30px;
}
.newsletter-box .widget-body .subscribe .form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
	width: 70%;
	margin: 20px 0;
}
.newsletter-box .widget-body .subscribe .btn {
	font: 600 normal 1.7em "Helvethaica Mon";
	color: #FFF;
	background: #333;
}
.newsletter-box .widget-body .subscribe .btn:hover {
	background: #7db908;
	color: #FFF;
}
.rss-btn {
	display: inline-block;
	margin-left: 10px;
	color: #ffa031;
	font-size: 22px;
}
.white-bg {
	background: #FFF;
	margin: 0 10px;
	padding: 10px;
}
.white-bg2 {
	background: #FFF;
	padding: 10px;
}
.side-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side-menu li {
	border-left: solid 1px #f1f1f1;
	border-right: solid 1px #f1f1f1;
}
.side-menu li a {
	display: block;
	padding: 10px 6% 10px 10px;
	font: 400 normal 1.7em "Helvethaica Mon";
	color: #333;
	border-bottom: solid 1px #DDD;
	background: url(../img/menu-arrow-right.png) no-repeat 95% 50%;
}
.side-menu h6 {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1em;
}
.side-menu .footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.side-menu .footer-menu li {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #fbfbfb;
	font: 400 normal 12px "Helvethaica Mon";
	list-style: none;
}
.side-menu .footer-menu li.activeSubmenuList a {
	display: block;
	padding: 10px 5% 10px 10px;
	font: 600 normal 1.8em "Helvethaica Mon";
	color: #333;
	border-bottom: solid 1px #DDD;
	background: none;
	background-color: #fafafa;
	padding-left: 30px;
	position: relative;
}
.side-menu .footer-menu li a:before, .side-menu .footer-menu li.activeSubmenuList a:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 21px;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 2px;
}
.side-menu .footer-menu li a {
	display: block;
	padding: 10px 5% 10px 10px;
	font: 300 normal 1.8em "Helvethaica Mon";
	color: #333;
	border-bottom: solid 1px #DDD;
	background: none;
	background-color: #fafafa;
	padding-left: 30px;
	position: relative;
}
.side-menu li.activeHead a {
	border-bottom: solid 1px #193e75;
	background: #f1f1f1;
	color: #193e75;
	font: 700 normal 2em "Helvethaica Mon";
}
.side-menu li.activeSubmenu a {
	display: block;
	padding: 10px 5% 10px 10px;
	font: 700 normal 1.7em "Helvethaica Mon";
	color: #193e75;
	border-bottom: solid 1px #DDD;
	background: url(../img/menu-arrow-right.png) no-repeat 95% 18px;
	background-color: #fafafa;
}
.side-menu li.active a {
	border-bottom: solid 3px #e8a50e;
	background: url(../img/menu-arrow-right.png) no-repeat 95% 50% #f1f1f1;
	color: #193e75;
}
.side-menu li.active2 a {
	border-bottom: solid 1px #193e75;
	background: #fafafa;
	color: #193e75;
}
.about-item .item {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
}
.about-item .item .thumb {
	position: relative;
	overflow: hidden;
}
.about-item .item .thumb img {
	max-width: 100%;
	height: auto;
}
.about-item .item .thumb figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: rgba(25, 106, 73, 0.9);
	font: 700 normal 1.8em "Helvethaica Mon";
	color: #FFF;
}
.content-header {
	padding: 10px 0px 10px;
	border-bottom: solid 1px #193e75;
	margin-bottom: 10px;
}
.content-header .title {
	font: 600 normal 2.2em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.content-header.-blue {
	border-color: #269bd8;
}
.content-header.-blue .title {
	color: #269bd8;
}
.content-title {
	font: 600 normal 2.2em "Helvethaica Mon";
	color: #193e75;
	margin: 0 0 10px;
}
.content-title.-blue {
	color: #269bd8;
}
.content-thumb {
	text-align: center;
	background: #EEE;
	padding: 20px;
}
.content-thumb img {
	max-width: 100%;
	height: auto;
}
.content-meta {
	padding: 10px 0;
	border-bottom: solid 1px #EEE;
	margin-bottom: 20px;
}
.content-meta .info span {
	display: inline-block;
}
.content-meta .info span + span {
	margin-left: 10px;
	border-left: solid 1px #EEE;
	padding-left: 10px;
}
.content-meta .share {
	float: right;
}
.content-body figure {
	margin: 20px 0;
}
.content-body figure img {
	max-width: 100%;
	height: auto;
}
.content-body p {
	margin-bottom: 10px;
}
.content-body img {
	max-width: 100%;
	height: auto;
}
.content-video {
	margin: 10px 0;
	text-align: center;
}
.content-gallery {
	margin: 0 -10px;
}
.content-gallery .owl-item {
	padding: 10px;
}
.attach-file .item {
	padding: 10px 0;
}
.attach-file .item + .item {
	border-top: solid 1px #EEE;
}
.attach-file .item .file-icon {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}
.attach-file .item .file-icon.-pdf {
	background: #b04849;
}
.attach-file .item .file-icon.-doc {
	background: #0174c8;
}
.attach-file .item .file-icon.-picture {
	background: #cccccc;
}
.attach-file .item .file-icon.-xls {
	background: #193e75;
}
.attach-file .item .file-icon.-ppt {
	background: #ff6633;
}
.attach-file .item .file-icon.-txt {
	background: #333;
}
.attach-file .item .file-icon.-achive {
	background: #ffcc00;
}
.attach-file .item .file-icon.-other {
	background: #3a589b;
}
.attach-file .item .title {
	font-size: 22px;
	font-family: "Helvethaica Mon";
	margin: 0;
}
.attach-file .item .desc {
	font-size: 13px;
}
.attach-file .item .desc span {
	display: inline-block;
	margin: 0 5px;
	color: #193e75;
}
.attach-file .item .btn {
	background: #999;
	color: #FFF;
	float: right;
}
.attach-file .item .btn:hover {
	background: #193e75;
}
.content-footer {
	padding: 20px 0;
	margin-top: 20px;
	border-top: solid 1px #193e75;
}
.content-footer .button-group {
	text-align: right;
}
.content-footer .button-group .btn {
	background: #999;
	color: #FFF;
	font: 400 normal 1.6em 'Helvethaica Mon';
}
.content-footer .button-group .btn:hover {
	background: #193e75;
}
.content-footer .button-group .btn + .btn {
	margin-left: 10px;
}
.side-search .search {
	border: solid 1px #193e75;
	border-radius: 5px;
	overflow: hidden;
}
.side-search .search .title {
	font: 700 normal 24px "Helvethaica Mon";
	color: #FFF;
	background: #193e75;
	display: block;
	padding: 10px;
}
.side-search .search .body {
	padding: 15px 10px;
}
.side-search .search .body .form-group {
	margin: 0;
}
.side-search .search .body .form-group .form-control {
	height: 42px;
	background: #f1f1f1;
	border: solid 1px #DDD;
	border-radius: 5px;
}
.side-search .search .body .form-group .btn {
	background: #193e75;
	color: #FFF;
	font: 700 normal 24px "Helvethaica Mon";
	padding: 5px 10px;
}
.side-search .result {
	margin-top: 5px;
}
.side-search .result .item {
	padding: 10px;
	border-bottom: solid 1px #DDD;
}
.side-search .result .item .fa {
	font-size: 16px;
	margin-right: 8px;
	position: absolute;
	right: 0;
	top: 3px;
}
.side-search .result .item .title {
	display: block;
	font: 700 normal 24px "Helvethaica Mon";
	color: #193e75;
	line-height: 1em;
	padding-right: 15px;
	position: relative;
}
.side-search .result .item .count {
	display: block;
	font: 400 normal 18px "Helvethaica Mon";
	color: #f7a61a; /*padding-left:15px;*/
}
.side-search .result .active {
	background: #f1f1f1;
}
.news-shortcut {
	font: 700 normal 24px "Helvethaica Mon";
	border-radius: 5px !important;
	border: solid 1px #DDD !important;
	background-color: #f1f1f1 !important;
	height: auto !important;
}
.paging-control-title {
	display: block;
	text-align: right;
	font: 700 normal 24px "Helvethaica Mon";
}
.paging-control {
	font: 700 normal 24px "Helvethaica Mon";
	border-radius: 5px !important;
	border: solid 1px #DDD !important;
	background-color: #f1f1f1 !important;
	height: auto !important;
	text-align: center !important;
}
.news-content .news-item {
	width: 32.33%;
	float: left;
	margin-bottom: 10px;
	margin-right: 1%;
	position: relative;
}
.news-content .news-item:first-child {
	width: 65.66%;
}
.news-content .news-item:hover {
	color: #FFF;
}
.news-content .news-item:hover .title {
	color: #FFF;
}
.news-content .news-item:hover a {
	color: #FFF;
}
.news-content .news-item .thumb {
	height: 200px;
	overflow: hidden;
}
.news-content .news-item .thumb img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
.news-content .news-item .caption {
	display: block;
	padding: 20px;
}
.news-content .news-item .title {
	font: 600 normal 1.7em "Helvethaica Mon";
	margin: 0 0 15px;
}
#news-related {
	position: relative;
}
#news-related header .title {
	font: 700 normal 2em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
#news-related .news-related {
	position: static !important;
}
#news-related .news-related .item {
	display: block;
}
#news-related .news-related .item:hover .caption {
	background: #193e75;
	color: #FFF;
}
#news-related .news-related .item:hover .caption .title {
	color: #FFF;
}
#news-related .news-related .item .thumb img {
	max-width: 100%;
	height: auto;
}
#news-related .news-related .item .caption {
	background: #dfebe7;
	padding: 20px;
}
#news-related .news-related .item .caption .title {
	margin: 0;
	font: 500 normal 1.6em/1 "Helvethaica Mon";
	color: #193e75;
}
#news-related .news-related .owl-item:not(:nth-child(4n)) {
padding-right:10px;
}
#news-related .news-related .owl-dots {
	position: absolute;
	right: 30px;
	top: 30px;
}
#news-related .news-related .owl-dots .owl-dot {
	width: 30px;
	height: 30px;
	background: #EEE;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
}
#news-related .news-related .owl-dots .owl-dot.active {
	background: #193e75;
	color: #FFF;
}
.page-summary {
	padding: 20px 0;
	border-top: solid 1px #EEE;
}
.page-summary .total {
	color: #193e75;
	font: 400 normal 24px 'Helvethaica Mon';
}
.page-summary .paging {
	text-align: right;
	margin-right: 10px;
}
.page-summary .paging a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	font: 400 normal 24px 'Helvethaica Mon';
}
.page-summary .paging a + a {
	margin-left: 10px;
}
.page-summary .paging a.current {
	background: #193e75;
	color: #FFF;
}
.service-page {
	margin: 0 10px;
	padding: 10px;
	background: #FFF;
}
.service-page.-emp {
	background: url(../img/service-hero-banner-emp.jpg) top center no-repeat #FFF;
}
.service-page .service &gt; a {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	margin-right: -4px;
	padding: 1%;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
	margin-bottom: 15px;
}
.service-page .service &gt; a span {
	display: block;
	font: 700 normal 24px/1 "Helvethaica Mon";
}
.service-page .service &gt; a img {
	max-width: 100%;
	height: auto;
}
.service-page .service &gt; a:hover {
	transform: translateY(-10px);
}
.search-box {
	border: solid 1px #EEE;
}
.search-box.-download .searchbox-header {
	background: #193e75;
	padding: 10px;
}
.search-box.-download .searchbox-header .title {
	font: 400 normal 1.8em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.search-box.-download .searchbox-header .title i {
	color: #f3d55c;
	vertical-align: middle;
}
.search-box.-download .searchbox-header .paging-option {
	font: 400 normal 1.4em "Helvethaica Mon";
	color: #FFF;
	text-align: right;
}
.search-box.-download .searchbox-header .paging-option select {
	margin-left: 10px;
	border-radius: 0;
	appearance: none;
}
.search-box.-calendar .searchbox-header {
	background: #269bd8;
	padding: 10px;
}
.search-box.-calendar .searchbox-header .title {
	font: 400 normal 1.8em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.search-box.-calendar .searchbox-header .title i {
	color: #FFF;
	vertical-align: middle;
}
.search-box .search-form {
	padding: 20px;
}
.search-box .search-form select {
	appearance: none;
	background: url(../img/select-arrow.png) 99% center no-repeat;
	border: solid 2px #EEE;
}
.search-box .search-form .input-group.-search {
	border: solid 2px #EEE;
}
.search-box .search-form .input-group.-search .form-control {
	border: none;
}
.search-box .search-form .input-group.-search .input-group-addon {
	background: none;
	border: none;
	color: #193e75;
}
.search-box .search-form .btn.-search {
	display: block;
	background: #999;
	font: 400 normal 1.6em "Helvethaica Mon";
	color: #FFF;
	margin-top: 28px;
	height: 38px;
}
.search-box .search-form .btn.-calendar {
	display: block;
	background: #269bd8;
	font: 400 normal 1.6em "Helvethaica Mon";
	color: #FFF;
	margin-top: 28px;
	height: 38px;
}
.download-item {
	margin: 10px 0;
	border: solid 1px #DDD;
	background: #FFF;
	padding: 10px;
	overflow: hidden;
}
.download-item footer span em {
	color: #193e75;
	font-style: normal;
}
.download-desc {
	padding: 10px 0
}
.magazine-item .download-desc p {
	font-size: 0.9em
}
.magazine-item .download-desc span {
	display: block;
	font-size: 0.9em
}
.magazine-item .download-desc span em {
	color: #193e75;
	font-style: normal
}
.date span.board, #calendar .calendar-body .date span.board:hover {
	background: #196a49;
	color: #FFF
}
.download-item footer span {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 34px;
}
.download-item .thumb {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #EEE;
}
.download-item .thumb img {
	width: 100%;
	height: auto;
}
.download-item .thumb:hover {
	border: solid 1px #193e75;
}
.download-item .thumb img {
	width: 100%;
	height: auto;
}
.download-item .title {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	font: 400 normal 1.6em "Helvethaica Mon";
	color: #193e75;
	margin: 0px 0;
}
.download-item .button {
	margin-top: 0px;
}
.download-item .button .btn {
	width: 48%;
	background: #999;
	color: #FFF;
	font: 400 normal 1.4em "Helvethaica Mon";
	border-radius: 0;
}
.download-item .button .btn + .btn {
	margin-left: 2%;
}
.download-item .button .btn:first-child:hover {
	background: #098a55;
}
.download-item .button .btn:first-child + .btn:hover {
	background: #e8a50e;
}
#calendar {
	padding: 0;
}
#calendar .calendar-header {
	text-align: center;
	font-family: 'Helvethaica Mon';
	font-size: 18px;
	line-height: 36px;
	padding: 5px 20px;
}
#calendar .calendar-header .currentmonth {
	font-size: 30px;
	color: #193e75;
}
#calendar .calendar-header .prevmonth i, #calendar .calendar-header .nextmonth i {
	color: #e8a50e;
}
#calendar .calendar-header .prevmonth {
	float: left;
}
#calendar .calendar-header .prevmonth i {
	margin-right: 10px;
}
#calendar .calendar-header .nextmonth {
	float: right;
}
#calendar .calendar-header .nextmonth i {
	margin-left: 10px;
}
#calendar .calendar-body {
	padding: 5px 0;
	text-align: center;
}
#calendar .calendar-body .week {
	display: inline;
}
#calendar .calendar-body .day {
	background: #f6f6f6;
	border-top: solid 1px #EEE;
}
#calendar .calendar-body .day .highlight {
	color: red;
}
#calendar .calendar-body .date span {
	color: #193e75;
}
#calendar .calendar-body .day, #calendar .calendar-body .date {
	font-family: 'Helvethaica Mon';
	padding: 5px 0;
}
#calendar .calendar-body .day span, #calendar .calendar-body .date span {
	display: inline-block;
	margin-right: -4px;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
}
#calendar .calendar-body .day span.booking, #calendar .calendar-body .day span.booking:hover, #calendar .calendar-body .date span.booking, #calendar .calendar-body .date span.booking:hover {
	background: #269bd8;
	color: #FFF;
}
#calendar .calendar-body .day span.board, #calendar .calendar-body .day span.board:hover, #calendar .calendar-body .date span.board, #calendar .calendar-body .date span.board:hover {
	background: #193e75;
	color: #FFF;
}
#calendar .calendar-body .day span:hover, #calendar .calendar-body .date span:hover {
	background: #EEE;
}
#calendar .calendar-body .day span.today, #calendar .calendar-body .day span.today:hover, #calendar .calendar-body .date span.today, #calendar .calendar-body .date span.today:hover {
	background: #e8a50e;
	color: #FFF;
}
.calendar-info {
	padding: 10px;
}
.calendar-info .warning-text {
	color: #269bd8;
}
.calendar-info .status-info span {
	display: inline-block;
}
.calendar-info .status-info span + span {
	margin-left: 30px;
}
.calendar-info .status-info i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #EEE;
	border-radius: 50%;
	vertical-align: bottom;
	margin-right: 10px;
}
.calendar-info .status-info i.today {
	background: #e8a50e;
}
.calendar-info .status-info i.booking {
	background: #269bd8;
}
.calendar-info .status-info i.board {
	background: #193e75;
}
.calendar-info .status-info i.available {
	border: solid 1px #EEE;
	background: #f6f6f6;
}
.calendar-list {
	margin-bottom: 20px;
}
.calendar-list.-full .item {
	width: 100%;
	margin: 0;
}
.calendar-list .item {
	margin: 1%;
	width: 48%;
	border: solid 1px #EEE;
	float: left;
}
.calendar-list .item:hover, .calendar-list .item.active {
	background: #269bd8;
	color: #FFF;
}
.calendar-list .item:hover header, .calendar-list .item.active header {
	background: #269bd8;
}
.calendar-list .item:hover header .date, .calendar-list .item.active header .date {
	color: #FFF;
}
.calendar-list .item:hover em, .calendar-list .item.active em {
	color: #FFF !important;
}
.calendar-list .item header {
	background: #eef9ff;
	border-bottom: solid 1px #EEE;
}
.calendar-list .item header .date {
	width: 60px;
	height: 60px;
	text-align: center;
	color: #269bd8;
	display: inline-block;
	padding: 5px;
	border-right: solid 1px #FFF;
}
.calendar-list .item header .date .day {
	font: 600 normal 3em/0.8 "Helvethaica Mon";
	margin: 0;
}
.calendar-list .item header .date .month {
	font: 400 normal 1.2em/0.8 "Helvethaica Mon";
	margin: 0;
}
.calendar-list .item header .title {
	padding: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
.calendar-list .item .detail {
	padding: 10px;
}
.calendar-list .item .detail [class^="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}
.calendar-list .item .detail em {
	color: #269bd8;
	font-style: normal;
}
.calendar-box .newsbox-header {
	border-bottom: solid 1px #269bd8;
}
.calendar-box .newsbox-header .title {
	color: #269bd8;
}
.calendar-box .news-item {
	background: #f4f4f4;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
.calendar-box .news-item:nth-child(odd) {
	background: #e6f3ee;
}
.calendar-box .news-item .thumb {
	float: left;
	margin-right: 10px;
}
.calendar-box .news-item .thumb img {
	max-width: 100%;
	height: auto;
}
.calendar-box .news-item .caption {
	display: block;
}
.calendar-box .news-item .title {
	font: 400 normal 1em 'sans-serif';
	margin: 0;
}
.calendar-box .news-item .date {
	font-size: 0.8em;
}
.calendar-box .newsbox-footer {
	border-top: solid 1px #269bd8;
}
.calendar-box .newsbox-footer .view-all {
	background: #269bd8;
	color: #FFF;
}
.related-calendar .item {
	background: #f7f7f7;
}
.related-calendar .item + .item {
	margin-top: 1px;
}
.related-calendar .item:hover {
	background: #269bd8;
	color: #FFF !important;
}
.related-calendar .item .date {
	width: 25%;
	float: left;
	text-align: center;
	border-right: solid 1px #FFF;
	box-sizing: border-box;
	padding: 10px;
}
.related-calendar .item .date .day {
	margin: 0;
	font: 600 normal 40px/0.5 "Helvethaica Mon";
}
.related-calendar .item .date .month-year {
	margin: 0;
	font: 600 normal 1.4em/0.8 "Helvethaica Mon";
}
.related-calendar .item .title {
	width: 75%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.related-calendar .item .title .text {
	display: inline-block;
	vertical-align: middle;
}
.search-content .search-title {
	color: #193e75;
	font: 600 normal 2em "Helvethaica Mon";
}
.search-content .search-title em {
	color: #e8a50e;
	font-style: normal;
}
.search-content .item {
	padding: 20px;
	border: solid 1px #EEE;
	margin-bottom: 10px;
}
.search-content .item .title {
	font: 400 normal 1.5em/1 "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.search-content .item .title em {
	font-style: normal;
	color: #e8a50e;
	margin: 0 5px;
}
.search-content .item .desc {
	margin-bottom: 10px;
}
.search-content .item .result {
	padding: 0 10px;
}
.search-content .item p {
	margin: 0;
}
.search-content .item p i {
	color: #DDD;
	width: 20px;
}
.search-content .item a {
	color: #1197d9;
	text-decoration: underline;
}
.faq-content {
	padding: 20px;
}
.faq-content .faq-item {
	border: solid 1px #EEE;
	cursor: pointer;
	overflow: hidden;
}
.faq-content .faq-item .header {
	height: 51px;
	background: url(../img/select-arrow.png) 99% 50% no-repeat;
}
.faq-content .faq-item .header:hover {
	background: #193e75;
	color: #FFF;
}
.faq-content .faq-item .header span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #193e75;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	margin-right: 10px;
}
.faq-content .faq-item .header .title {
	display: inline-block;
	line-height: 50px;
	margin: 0;
	font: 400 normal 1.4em/1 "Helvethaica Mon";
	vertical-align: text-bottom;
}
.faq-content .faq-item dd {
	display: none;
}
.faq-content .faq-item dd .body {
	padding: 20px;
}
.faq-content .faq-item dd footer {
	padding: 10px 20px;
}
.faq-content .faq-item.active dt, .faq-content .faq-item.active:hover dt {
	border-bottom: solid 1px #EEE;
	background: url(../img/arrow-up-white.png) 98% 50% no-repeat #193e75;
	color: #FFF;
}
.faq-content .faq-item.active dt i, .faq-content .faq-item.active:hover dt i {
	background: #e8a50e;
}
.qa-title {
	margin: -10px;
	border: solid 10px #DDD;
}
.qa-title .header {
	background: #193e75;
	color: #FFF;
	padding: 20px;
}
.qa-title .header .title {
	font: 600 normal 1.8em "Helvethaica Mon";
	margin: 0;
}
.qa-title .body {
	padding: 20px;
}
.qa-title .body .title {
	font: 600 normal 1.8em "Helvethaica Mon";
	color: #666;
}
.qa-title .body .title em {
	color: #193e75;
}
.qa-title .body .add-question {
	padding: 15px 90px 15px 20px;
	background: url("../img/add-question-btn.png")  125% 50% no-repeat #193e75;
	font: 600 normal 1.8em "Helvethaica Mon";
	float: right;
	color: #FFF;
}
.qa-form {
	padding: 20px;
	display: none;
}
.form-wrapper .form-header {
	margin-bottom: 10px;
	border-bottom: solid 1px #193e75;
}
.form-wrapper .form-header .title {
	font: 600 normal 2em "Helvethaica Mon";
	color: #193e75;
}
.form-wrapper label {
	font: 400 normal 24px 'Helvethaica Mon';
}
.form-wrapper label span {
	color: red;
	margin-left: 3px;
}
.form-wrapper label [type="radio"] {
	margin-right: 10px;
}
.form-wrapper .input-group {
	border: solid 2px #DDD;
	background: #f5f5f5;
	width: 100%;
	margin-bottom: 10px;
}
.form-wrapper .input-group-addon {
	border-radius: 0;
	background: none;
	height: 40px;
	font-size: 18px;
	color: #ccc;
	border: none;
}
.form-wrapper .form-control {
	border-radius: 0;
	box-shadow: none;
	background: none;
	height: 40px;
	border: none;
}
.form-wrapper select {
	appearance: none;
	background: url(../img/select-arrow.png)  99% center no-repeat !important;
}
.form-wrapper textarea.form-control {
	height: auto;
}
.form-wrapper .person-amount {
	border-bottom: dashed 1px #EEE;
}
.form-wrapper .person-amount button {
	display: inline-block;
	width: 42px;
	height: 42px;
	font-size: 18px;
	background: #ccc;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	border: none;
	box-shadow: none;
	line-height: 1;
}
.form-wrapper .person-amount button.increase {
	background: #193e75;
	color: #FFF;
}
.form-wrapper .captcha {
	background: #EEE;
	border: solid 1px #DDD;
	letter-spacing: 3px;
	margin-top: 35px;
	display: inline-block;
}
.form-wrapper .refresh-captcha {
	display: inline-block;
	font-size: 2em;
	margin-left: 5px;
	cursor: pointer;
}
.form-btn {
	margin: 0 -20px;
	padding: 20px 0;
	text-align: center;
	border-top: solid 1px #DDD;
}
.form-btn.-qa {
	text-align: center;
	border: none;
	padding: 0 20px;
}
.form-btn .btn {
	padding: 10px 50px;
	background: #999;
	color: #FFF;
	font: 400 normal 24px 'Helvethaica Mon';
}
.form-btn .btn + .btn {
	margin-left: 15px;
}
.form-btn .btn {
	background: #193e75;
}
.form-btn .btn:hover {
	background: #115639;
}
.member-content {
	padding: 20px;
}
.register-sidebar {
	overflow: hidden;
	margin-left: -10px;
}
.register-sidebar .step {
	float: left;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	padding: 10px;
	border-bottom: solid 5px transparent;
	background: #999;
}
.register-sidebar .step + .step {
	border-left: 1px solid #FFF;
}
.register-sidebar .step.active {
	background: #248a50;
	border-bottom: solid 5px #e8a50e;
}
.register-sidebar .step.active .icon {
	border-color: #193e75;
	color: #193e75;
}
.register-sidebar .step .icon {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #FFF;
	border: solid 2px #DDD;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	line-height: 80px;
	color: #ccc;
}
.register-sidebar .step .icon i {
	font-size: 2em;
}
.register-sidebar .step .title {
	display: block;
	width: 60%;
	float: left;
	color: #FFF;
	font: 400 normal 1.6em/1 "Helvethaica Mon";
	margin-top: 15px;
}
.member-header {
	border-bottom: solid 1px #193e75;
	margin-bottom: 20px;
	overflow: hidden;
}
.member-header .title {
	font: 400 normal 2.2em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
	float: left;
}
.member-header .info {
	float: right;
	text-align: right;
}
.member-header .info p {
	margin: 0;
	font: 400 normal 1.4em/0.8 "Helvethaica Mon";
	color: #193e75;
}
.member-header .info span {
	font: 400 normal 1.2em/0.8 "Helvethaica Mon";
}
.register-form {
	background-size: contain;
}
.register-complete {
	background: url(../img/register-complete-bg.jpg)  center center no-repeat;
	background-size: contain;
	text-align: center;
	box-sizing: border-box;
	padding: 100px 100px 50px;
}
.register-complete .title {
	font: 400 normal 2em "Helvethaica Mon";
	color: #193e75;
}
.register-complete .desc {
	font: 400 normal 1.6em "Helvethaica Mon";
}
.member-avatar {
	min-height: 200px;
	position: relative;
}
.member-avatar img {
	max-width: 100%;
	height: auto;
}
.member-avatar .edit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 50px 20px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}
.member-avatar .edit:hover {
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}
.member-avatar .edit p {
	font-size: 0.8em;
	color: #FFF;
}
.member-avatar .edit i {
	font-size: 5em;
	color: #FFF;
	margin: 10px 0;
}
.title-sep {
	border-bottom: solid 1px #EEE;
	margin-bottom: 20px;
	padding: 10px 0;
}
.title-sep .title {
	display: inline-block;
	margin-bottom: -50%;
	background: #FFF;
	font: 400 normal 1.4em "Helvethaica Mon" !important;
	color: #333 !important;
}
.member-profile .title {
	font: 400 normal 2em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.member-profile .name {
	font: 400 normal 3em "Helvethaica Mon";
}
.member-profile .profile i {
	color: #cccccc;
	font-size: 2em;
	display: block;
	margin: auto;
}
.member-profile .profile .desc {
	font: 400 normal 1.4em "Helvethaica Mon";
}
.member-sidebar .item {
	overflow: hidden;
	display: block;
	border-bottom: solid 1px #EEE;
	background: url(../img/arrow-right.png)  right center no-repeat;
	position: relative;
	z-index: 0;
}
.member-sidebar .item:before {
	display: block;
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: -1;
	background: url(../img/arrow-right.png) right center no-repeat #EEE;
	transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.member-sidebar .item:hover {
	color: #193e75;
}
.member-sidebar .item:hover:before {
	width: 100%;
}
.member-sidebar .item.active, .member-sidebar .item.active:hover {
	background: url(../img/arrow-right.png) right center no-repeat #193e75;
	border-bottom: solid 2px #e8a50e;
	color: #FFF;
}
.member-sidebar .item.active:before, .member-sidebar .item.active:hover:before {
	width: 0%;
}
.member-sidebar .item.active .icon, .member-sidebar .item.active:hover .icon {
	background: #1f8058;
	color: #FFF;
}
.member-sidebar .item .icon {
	width: 20%;
	height: 50px;
	background: #ccc;
	text-align: center;
	float: left;
	color: #FFF;
}
.member-sidebar .item .icon i {
	font-size: 1.8em;
	line-height: 50px;
}
.member-sidebar .item .title {
	height: 50px;
	width: 80%;
	padding: 10px;
	float: left;
	line-height: 50px;
	box-sizing: border-box;
	font: 400 normal 1.6em "Helvethaica Mon";
}
.mobile-app {
	overflow: hidden;
}
.mobile-app .item {
	width: 48%;
	margin: 1%;
	padding: 1%;
	float: left;
	background: #f5f5f5;
	position: relative;
	border: solid 1px transparent;
}
.mobile-app .item:hover {
	border: solid 1px #193e75;
}
.mobile-app .item .icon img {
	max-width: 100%;
	height: auto;
}
.mobile-app .item .descLimit {
	height: 62px;
	overflow: hidden;
}
.mobile-app .item .title {
	font: 400 normal 1.8em "Helvethaica Mon";
	color: #048d01;
	margin: 0 0 10px;
}
.mobile-app .item span {
	font-size: 0.8em;
}
.mobile-app .item .store {
	display: block;
	text-align: right;/*margin-top:65px;*/
}
.mobile-app .item .store &gt; a {
	display: inline-block;
	padding: 5px;
	background: #FFF;
	border: solid 1px #EEE;
}
.mobile-app .item .store &gt; a:hover {
	border-color: #193e75;
}
.gallery-wrapper {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.gallery-wrapper .large, .gallery-wrapper .small {
	width: 50%;
	float: left;
}
.gallery-wrapper .item {
	width: 48%;
	margin: 1%;
	float: left;
	display: block;
	cursor: pointer;
}
.gallery-wrapper .item.large {
	width: 98%;
	margin: 1%;
}
.gallery-wrapper .item:hover .thumb:before {
	opacity: 1;
	transform: scale(1);
}
.gallery-wrapper .item .thumb {
	position: relative;
}
.gallery-wrapper .item .thumb img {
	max-width: 100%;
	height: auto;
}
.gallery-wrapper .item .thumb:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/view-gallery-icon-2.png) center center no-repeat rgba(24, 106, 72, 0.8);
	background-size: 25%;
	opacity: 0;
	transform: scale(0);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery-wrapper .item .caption {
	padding: 10px;
	border: solid 1px #EEE;
	height: 80px;
	overflow: hidden;
}
.gallery-wrapper .item .title {
	font: 400 normal 1.6em/1 "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.gallery-wrapper .item span {
	font-size: 0.9em;
}
.gallery-title {
	padding: 10px 0;
	overflow: hidden;
}
.gallery-title .title {
	font: 400 normal 2.4em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
	float: left;
}
.news-content .title {
	font: 400 normal 1.9em "Helvethaica Mon";
	color: #193e75;
	margin: 0;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gallery-title .share {
	float: right;
}
.gallery-view {
	font: 400 normal 1.5em "Helvethaica Mon";
	color: #193e75;
	padding: 5px;
}
.gallery-view i {
	font-size: 15px;
	margin-left: 5px;
}
.gallery-show .item {
	width: 32.33%;
	box-sizing: border-box;
	margin: 0.5%;
	position: relative;
}
.gallery-show .item:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/view-gallery-icon.png) center center no-repeat rgba(24, 106, 72, 0.8);
	opacity: 0;
	transform: scale(0);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery-show .item:hover:before {
	transform: scale(1);
	opacity: 1;
}
.gallery-show .item img {
	max-width: 100%;
	height: auto;
}
.contact-header {
	background: #186947;
	background: -moz-linear-gradient(top, #193e75 0%, #4d8ae6 100%);
	background: -webkit-linear-gradient(top, #193e75 0%, #4d8ae6 100%);
	background: linear-gradient(to bottom, #193e75 0%, #4d8ae6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#186947', endColorstr='#3d8a28', GradientType=0);
}
.contact-header .logo {
	float: left;
	margin: 15px;
}
.contact-header .contact-title {
	float: left;
	margin-top: 55px;
	margin-left: 15px;
}
.contact-header .contact-title .title {
	font: 400 normal 2.4em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.contact-header .contact-title .subtitle {
	font: 400 normal 1.6em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.contact-header .address {
	padding: 58px 30px 0px 0px;
}
.contact-header .address .address-title {
	font: 400 normal 2em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.contact-header .address .contact-address {
	font: 400 normal 1.33em "Helvethaica Mon";
	margin: 0;
	color: #FFF;
}
.contact-header .social-contact {
	margin-left: 30px;
}
.contact-header .social-contact .icon {
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #EEE;
	border-radius: 50%;
	color: #FFF;
}
.contact-header .social-contact .icon.-fb {
	background: #3a589b;
}
.contact-header .social-contact .icon.-tw {
	background: #598dca;
}
.contact-header .social-contact .icon.-yt {
	background: #cf3427;
}
.contact-header .contact-info-title {
	text-align: center;
	padding: 15px 0;
	position: relative;
	z-index: 0;
	margin: 0 15px;
}
.contact-header .contact-info-title:after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #193e75;
	bottom: 50%;
	z-index: -1;
}
.contact-header .contact-info-title .title {
	display: inline-block;
	background: #193e75;
	font: 700 normal 30px "Helvethaica Mon";
	color: #fff;
	padding: 0 30px;
	margin: 0;
}
.contact-header .contact-info {
	overflow: hidden;
	background: #F5F5F5;
}
.contact-header .contact-info .item {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 10px 0;
}
.contact-header .contact-info .item .title {
	font: 400 normal 1.8em/1 "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.contact-header .contact-info .item .title i {
	font-size: 0.9em;
	margin-right: 10px;
}
.contact-header .contact-info .item .contact {
	font: 600 normal 1.8em/1 "Helvethaica Mon";
	margin: 0;
}
.contact-header .contact-info .item + .item {
	border-left: solid 1px #DDD;
}
.contact-header .contact-link {
	padding: 1.5%;
	overflow: hidden;
}
.contact-header .contact-link .item {
	display: block;
	float: left;
	width: 32.33%;
	background: #FFF;
	border-radius: 6px;
	background: #FFF;
}
.contact-header .contact-link .item img {
	max-width: 100%;
	height: auto;
}
.contact-header .contact-link .item:not(:first-child) {
	margin-left: 1.5%;
}
.contact-map {
	margin: 20px 0;
	position: relative;
}
.contact-map .map {
	margin-top: -45px;
	position: absolute;
	width: 355px;
	height: 380px;
	padding: 10px;
	background: #193e75;
	right: 20px;
	top: 0;
}
.contact-map .map .header {
	overflow: hidden;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.2);
	height: 45px;
	margin: -10px -10px 10px;
}
.contact-map .map .header .title {
	font: 400 normal 22px/35px "Helvethaica Mon";
	margin: 0;
	float: left;
	color: #FFF;
}
.contact-map .map .header .btn {
	float: right;
	background: #a1a1a1;
	color: #FFF;
	padding: 5px 10px;
	font: 400 normal 18px "Helvethaica Mon";
}
.main-header .map-title {
	float: left;
	border-left: solid 1px #FFF;
	padding-left: 10px;
	margin-top: 20px;
}
.main-header .map-title .title {
	display: inline-block;
	vertical-align: middle;
	font: 600 normal 3em "Helvethaica Mon";
	color: #FFF;
	margin: 0;
}
.main-header .map-button {
	float: right;
	padding: 20px 0;
}
.main-header .map-button .btn {
	font: 600 normal 1.8em/1 "Helvethaica Mon";
	color: #FFF;
	padding: 10px 30px;
	background: #666;
	border-bottom: solid 5px transparent;
}
.main-header .map-button .btn:hover {
	border-bottom: solid 5px rgba(0, 0, 0, 0.3);
}
.main-header .map-button .btn i {
	margin-right: 10px;
}
.main-header .map-button .btn + .btn {
	margin-left: 15px;
}
.main-header .map-button .print {
	background: #61b731;
}
.main-header .map-button .download {
	background: #e9a70e;
}
.google-map, .map {
	font-size: 0;
	text-align: center;
	background-color: #FFFFFF;
}
.google-map iframe, .map iframe {
	width: 100%;
}
.google-map img, .map img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.footer-map {
	background: #193e75;
	color: #FFF;
	text-align: center;
	padding: 5vh 0;
}
.footer-map .title {
	font: 600 normal 2.4em "Helvethaica Mon";
	margin: 0;
}
.footer-map .subtitle {
	font: 600 normal 1.8em "Helvethaica Mon";
	margin: 0;
}
.footer-map .address {
	font: 600 normal 1.6em "Helvethaica Mon";
	margin: 0;
}
.footer-link {
	background: #f7f6e4;
	clear: both;
	overflow: hidden;
}
.toggle-footer {
	display: inline-block;
	padding: 10px 15px;
	background: #193e75;
	font: 700 normal 20px "Helvethaica Mon";
	cursor: pointer;
	color: #FFF;
	border-radius: 0 0 10px 10px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
.privacy {
	padding: 20px;
	font-family: "Helvethaica Mon";
	font-size: 1.4em;
}
.privacy p {
	margin: 0;
}
.privacy a {
	text-decoration: underline !important;
}
.logo-link {
	background: #FFF;
	padding: 0 !important;
	text-align: center;
}
.logo-link &gt; a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
	width: 5.75%;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
}
.logo-link &gt; a span {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	padding: 3px;
	bottom: -10px;
	text-align: center!important;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.logo-link &gt; a img {
	max-width: 100%;
	max-height: 50px;
}
.logo-link &gt; a:hover {
	transform: translateY(-10px);
}
.logo-link &gt; a:hover span {
	opacity: 1;
}
.link-list {
	padding: 20px 0 !important;
	clear: both;
}
.link-list &gt; div {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}
.link-list .link {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-position: outside;
}
.link-list .link li ul {
	padding: 0 0 0 8px;
	margin: 0;
	list-style-type: none;
}
.link-list .link li ul li:before {
	content: "-";
	position: absolute;
	margin-left: -10px;
}
.link-list .title {
	font: 600 normal 1.7em/1.5 "Helvethaica Mon";
	color: #193e75;
	border-bottom: solid 1px #d4c098;
	margin: 0 0 10px;
}
.link-list a {
	color: #193e75;
	font-size: 1.2em;
	font-family: "Helvethaica Mon";
}
.link-list a:hover {
	color: #ff6600;
	font-size: 1.2em;
	font-family: "Helvethaica Mon";
}
.main-footer {
	background: #193e75;
	color: #FFF;
	padding: 30px;
	clear: both;
	font-family: "Helvethaica Mon";
	font-size: 1.4em;
}
.main-footer .qr-code {
	display: inline-block;
	margin-right: 15px;
}
.main-footer .qr-code + p {
	display: inline-block;
	line-height: 60px;
	color: #d4c098;
}
.main-footer .footer-stat {
	text-align: right;
	padding: 12px 0;
	color: #d4c098;
}
.main-footer .footer-stat span {
	display: inline-block;
}
.main-footer .footer-stat span + span {
	margin-left: 10px;
}
.main-footer .footer-stat span.count {
	background: #d4c098;
	color: #193e75;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 5px;
}
.main-footer hr {
	border-color: #d4c098;
}
.main-footer .copyright {
	font-size: 1.0em;
	margin: 0px;
	text-align: center;
}
.main-footer .browser {
	font-size: 1.0em;
	text-align: right;
	margin: 0px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
label {
	font: 400 normal 1.4em "Helvethaica Mon";
}
select {
	appearance: none;
	padding-right: 30px !important;
	background: url(../img/select-arrow.png)  99% center no-repeat #FFF !important;
}
body.display-1 .main-header {
	background: #000 !important;
	color: white !important;
}
body.display-1 .main-header .site-title, body.display-1 .main-header .title {
	color: white;
}
body.display-1 .main-menu a {
	color: #000;
}
body.display-1 .main-menu li.active a, body.display-1 .main-menu li:hover a {
	background: #000;
	color: white;
}
body.display-1 .home-notice {
	border-color: #000;
}
body.display-1 .home-notice .title {
	background: #000;
	color: white;
}
body.display-1 .highlight-box {
	background: #000 !important;
	color: white !important;
}
body.display-1 .highlight-box .highlight-header .title {
	color: white !important;
}
body.display-1 .highlight-box .news-item {
	background: #000;
	border: solid 1px #FFF;
}
body.display-1 .highlight-box .news-item .title {
	color: white !important;
}
body.display-1 .highlight-box .news-item .caption {
	background: #000;
	color: white;
}
body.display-1 .news-box .news-item {
	background: #000;
	border: solid 1px #FFF;
}
body.display-1 .news-box .news-item .title {
	color: white !important;
}
body.display-1 .news-box .news-item .caption {
	background: #000 !important;
	color: white !important;
}
body.display-1 .home-calendar .item {
	background: #000;
}
body.display-1 .about-wrapper {
	background: #000;
	color: white;
}
body.display-1 .home-about .title, body.display-1 .home-about .subtitle {
	color: white;
}
body.display-1 .widget-box .widget-header, body.display-1 .widget-box .widget-body {
	background: #000;
	color: white;
}
body.display-1 .widget-box .widget-header .caption, body.display-1 .widget-box .widget-body .caption {
	background: #000;
}
body.display-1 .widget-box .widget-header .caption .title, body.display-1 .widget-box .widget-header .caption .date, body.display-1 .widget-box .widget-body .caption .title, body.display-1 .widget-box .widget-body .caption .date {
	color: #FFF;
}
body.display-1 .widget-box .item {
	background: #000 !important;
}
body.display-1 .widget-box a {
	color: white;
}
body.display-1 .viewall, body.display-1 .view-all, body.display-1 .read-more {
	background: white !important;
	color: #000 !important;
}
body.display-1 .list-header {
	border-color: white !important;
}
body.display-1 .list-header .title {
	color: white !important;
}
body.display-1 .news-tab a {
	background: white;
	border: solid 1px #000;
	color: #000;
}
body.display-1 .owl-dots .owl-dot.active {
	background: #000 !important;
	color: white !important;
}
body.display-1 .main-footer, body.display-1 .footer-link {
	background: #000;
	color: white !important;
}
body.display-1 .main-footer .title, body.display-1 .main-footer a, body.display-1 .main-footer p, body.display-1 .main-footer span, body.display-1 .footer-link .title, body.display-1 .footer-link a, body.display-1 .footer-link p, body.display-1 .footer-link span {
	color: white;
}
body.display-1 .main-footer .count, body.display-1 .footer-link .count {
	background: white;
	color: #000 !important;
}
body.display-1 .news-box .newsbox-header .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title .container {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title .breadcrumb {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title .breadcrumb a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-title .breadcrumb li.active {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .white-bg {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-menu li.activeHead a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-menu li a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-menu li {
	background: #000 !important;
	color: #fff !important;
	border-top: solid 1px #fff;
}
body.display-1 .side-menu li.activeHead a {
	background: #000 !important;
	color: #fff !important;
	border-bottom: solid 1px #fff;
}
body.display-1 .content-header {
	background: #000 !important;
	color: #fff !important;
	border-bottom: solid 1px #fff;
}
body.display-1 .content-header .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .white-bg2 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .news-general .newsbox-header {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .news-box {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .poll-box .input-group {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .voteChois label {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-search .result .active {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-search .result .item {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-search .result .item .count {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-search .result .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-summary .total {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-summary .paging a.current {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-summary .paging a + a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .page-summary .paging a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .side-search .search {
	background: #000 !important;
	color: #fff !important;
	border: solid 1px #fff;
}
body.display-1 .side-search .search .body .form-group .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .side-search .search .body .form-group .form-control {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .side-search .search .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .select-default select {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .content-title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .content-footer .button-group .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #news-related header .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #news-related .news-related .owl-dots .owl-dot {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #news-related .news-related .item .caption {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #news-related .news-related .item .caption .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .content-footer {
	background: #000 !important;
	color: #fff !important;
	border-top: solid 1px #fff;
}
body.display-1 .service-page {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .service-page .service &gt; a span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .about-item .item .thumb figcaption {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .download-item {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .download-item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .download-item footer {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .download-item footer span em {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .download-item .button .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .contact-header {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .contact-header .contact-info-title .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .contact-header .contact-info {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .contact-header .contact-info .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .contact-header .contact-info .item h3 a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .form-wrapper .form-header .title {
	background: #000 !important;
	color: #fff !important;
	border-bottom: solid 1px #fff;
}
body.display-1 .form-wrapper .input-group {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .form-btn .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .faq-content .faq-item .header span {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .faq-content .faq-item.active dt, .faq-content .faq-item.active:hover dt {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .faq-content .faq-item .header:hover {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .qa-title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .qa-title .header {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .qa-title .body .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .qa-title .body .title em {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .mobile-app .item {
	background: #000 !important;
	color: #fff !important;
	border: #FFFFFF solid 1px;
}
body.display-1 .mobile-app .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .gallery-header .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .gallery-wrapper .item .caption {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .gallery-wrapper .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .gallery-title .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .gallery-view {
	background: #000 !important;
	color: #fff !important;
	border-left: 5px solid #fff;
}
body.display-1 .toggle-footer {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .login-button {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .login-button a {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .lang-btn a.active, .lang-btn a:hover {
	background: #fff !important;
	color: #000 !important;
	font-weight: bold;
}
body.display-1 .lang-btn a {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .webboard-page .download-item footer .fa, body.display-1 .webboard-page .download-item footer .glyphicon {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .container-fluid {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .webboard-page .topic-btn .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .well {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .questionnaire-content .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .questionnaire-content .item .desc {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .qua-page .qua-list p {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .questionnaire .chois .input-group label {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .search-content .item .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .attach-file .item .desc span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .listlink .item:nth-child(2n) {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .listTomap:nth-child(2n) {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .member-header {
	background: #000 !important;
	color: #fff !important;
	border-bottom: solid 1px #fff;
}
body.display-1 .member-header .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .member-profile .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .member-header .info p {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .member-sidebar .item.active .icon, body.display-1 .member-sidebar .item.active:hover .icon {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .member-sidebar .item.active, body.display-1 .member-sidebar .item.active:hover {
	background: #fff !important;
	color: #000 !important;
	border-bottom: solid 2px #EEE;
}
body.display-1 .member-sidebar .item .icon {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .member-sidebar .item {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #login .login-form {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #login .login-form .forget-password {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .register-sidebar .step.active {
	background: #000 !important;
	color: #fff !important;
	border-bottom: solid 5px #fff;
}
body.display-1 .register-sidebar .step {
	background: #fff !important;
	color: #000 !important;
	border-bottom: solid 5px #fff;
}
body.display-1 .register-sidebar .step.active .title {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .register-sidebar .step .title {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .news-tab li a[href="#pc1"] {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .news-tab li a[href="#pc2"] {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 .news-tab li a[href="#pc3"] {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #pc1 .list-header {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #pc2 .list-header {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #pc3 .list-header {
	background: #fff !important;
	color: #000 !important;
}
body.display-1 #pc1 .news-list .item a span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #pc2 .news-list .item a span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 #pc3 .news-list .item a span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .news-list .item a span {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHomeNews1 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHome {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHomeNews3 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHomeNews4 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHomeNews5 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .nodataHomeNews6 {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .search-content .item a {
	background: #000 !important;
	color: #fff !important;
}
body.display-1 .footer-White {
	color: #fff !important;
}
body.display-1 .footer-White:hover {
	color: #fff !important;
	text-decoration: underline;
}
body.display-3 .main-header {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .main-header .site-title, body.display-3 .main-header .title {
	color: yellow;
}
body.display-3 .main-menu a {
	color: #000;
}
body.display-3 .main-menu li.active a, body.display-3 .main-menu li:hover a {
	background: #000;
	color: yellow;
}
body.display-3 .home-notice {
	border-color: #000;
}
body.display-3 .home-notice .title {
	background: #000;
	color: yellow;
}
body.display-3 .highlight-box {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .highlight-box .highlight-header .title {
	color: yellow !important;
}
body.display-3 .highlight-box .news-item {
	background: #000;
	border: solid 1px #FFF;
}
body.display-3 .highlight-box .news-item .title {
	color: yellow !important;
}
body.display-3 .highlight-box .news-item .caption {
	background: #000;
	color: yellow;
}
body.display-3 .news-box {
	color: yellow !important;
}
body.display-3 .news-box .news-item {
	background: #000;
	border: solid 1px #FFF;
}
body.display-3 .news-box .news-item .title {
	color: yellow !important;
}
body.display-3 .news-box .news-item .caption {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .home-calendar .item {
	background: #000;
}
body.display-3 .about-wrapper {
	background: #000;
	color: yellow;
}
body.display-3 .home-about .title, body.display-3 .home-about .subtitle {
	color: yellow;
}
body.display-3 .widget-box .widget-header, body.display-3 .widget-box .widget-body {
	background: #000;
	color: yellow;
}
body.display-3 .widget-box .widget-header .caption, body.display-3 .widget-box .widget-body .caption {
	background: #000;
}
body.display-3 .widget-box .widget-header .caption .title, body.display-3 .widget-box .widget-header .caption .date, body.display-3 .widget-box .widget-body .caption .title, body.display-3 .widget-box .widget-body .caption .date {
	color: #yellow;
}
body.display-3 .widget-box .item {
	background: #000 !important;
}
body.display-3 .widget-box a {
	color: yellow;
}
body.display-3 .viewall, body.display-3 .view-all, body.display-3 .read-more {
	background: yellow !important;
	color: #000 !important;
}
body.display-3 .list-header {
	border-color: yellow !important;
}
body.display-3 .list-header .title {
	color: yellow !important;
}
body.display-3 .news-tab a {
	background: yellow;
	border: solid 1px #000;
	color: #000;
}
body.display-3 .owl-dots .owl-dot.active {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .main-footer, body.display-3 .footer-link {
	background: #000;
	color: yellow !important;
}
body.display-3 .main-footer .title, body.display-3 .main-footer a, body.display-3 .main-footer p, body.display-3 .main-footer span, body.display-3 .footer-link .title, body.display-3 .footer-link a, body.display-3 .footer-link p, body.display-3 .footer-link span {
	color: yellow;
}
body.display-3 .main-footer .count, body.display-3 .footer-link .count {
	background: yellow;
	color: #000 !important;
}
body.display-3 .news-box .newsbox-header .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title .container {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title .breadcrumb {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title .breadcrumb a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-title .breadcrumb li.active {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .white-bg {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-menu li.activeHead a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-menu li a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-menu li {
	background: #000 !important;
	color: yellow !important;
	border-top: solid 1px #fff;
}
body.display-3 .side-menu li.activeHead a {
	background: #000 !important;
	color: yellow !important;
	border-bottom: solid 1px #fff;
}
body.display-3 .content-header {
	background: #000 !important;
	color: yellow !important;
	border-bottom: solid 1px #fff;
}
body.display-3 .content-header .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .white-bg2 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .news-general .newsbox-header {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .news-box {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .poll-box .input-group {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .voteChois label {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-search .result .active {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-search .result .item {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-search .result .item .count {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-search .result .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-summary .total {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-summary .paging a.current {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-summary .paging a + a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .page-summary .paging a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .side-search .search {
	background: #000 !important;
	color: yellow !important;
	border: solid 1px #fff;
}
body.display-3 .side-search .search .body .form-group .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .side-search .search .body .form-group .form-control {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .side-search .search .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .select-default select {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .content-title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .content-footer .button-group .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 #news-related header .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #news-related .news-related .owl-dots .owl-dot {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #news-related .news-related .item .caption {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #news-related .news-related .item .caption .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .content-footer {
	background: #000 !important;
	color: yellow !important;
	border-top: solid 1px #fff;
}
body.display-3 .service-page {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .service-page .service &gt; a span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .about-item .item .thumb figcaption {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .download-item {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .download-item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .download-item footer {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .download-item footer span em {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .download-item .button .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .contact-header {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .contact-header .contact-info-title .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .contact-header .contact-info {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .contact-header .contact-info .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .contact-header .contact-info .item h3 a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .form-wrapper .form-header .title {
	background: #000 !important;
	color: yellow !important;
	border-bottom: solid 1px #fff;
}
body.display-3 .form-wrapper .input-group {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .form-btn .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .faq-content .faq-item .header span {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .faq-content .faq-item.active dt, .faq-content .faq-item.active:hover dt {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .faq-content .faq-item .header:hover {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .qa-title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .qa-title .header {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .qa-title .body .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .qa-title .body .title em {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .mobile-app .item {
	background: #000 !important;
	color: yellow !important;
	border: #FFFFFF solid 1px;
}
body.display-3 .mobile-app .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .gallery-header .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .gallery-wrapper .item .caption {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .gallery-wrapper .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .gallery-title .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .gallery-view {
	background: #000 !important;
	color: yellow !important;
	border-left: 5px solid #fff;
}
body.display-3 .toggle-footer {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .login-button {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .login-button a {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .lang-btn a.active, .lang-btn a:hover {
	background: #fff !important;
	color: #000 !important;
	font-weight: bold;
}
body.display-3 .lang-btn a {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .webboard-page .download-item footer .fa, body.display-3 .webboard-page .download-item footer .glyphicon {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .container-fluid {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .webboard-page .topic-btn .btn {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .well {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .questionnaire-content .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .questionnaire-content .item .desc {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .qua-page .qua-list p {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .questionnaire .chois .input-group label {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .search-content .item .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .attach-file .item .desc span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .listlink .item:nth-child(2n) {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .listTomap:nth-child(2n) {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .member-header {
	background: #000 !important;
	color: yellow !important;
	border-bottom: solid 1px #fff;
}
body.display-3 .member-header .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .member-profile .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .member-header .info p {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .member-sidebar .item.active .icon, body.display-3 .member-sidebar .item.active:hover .icon {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .member-sidebar .item.active, body.display-3 .member-sidebar .item.active:hover {
	background: #fff !important;
	color: #000 !important;
	border-bottom: solid 2px #EEE;
}
body.display-3 .member-sidebar .item .icon {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .member-sidebar .item {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 #login .login-form {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #login .login-form .forget-password {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .register-sidebar .step.active {
	background: #000 !important;
	color: yellow !important;
	border-bottom: solid 5px #fff;
}
body.display-3 .register-sidebar .step {
	background: #fff !important;
	color: #000 !important;
	border-bottom: solid 5px #fff;
}
body.display-3 .register-sidebar .step.active .title {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .register-sidebar .step .title {
	background: #fff !important;
	color: #000 !important;
}
body.display-3 .news-tab li a[href="#pc1"] {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .news-tab li a[href="#pc2"] {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .news-tab li a[href="#pc3"] {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #pc1 .list-header {
	background: yellow !important;
	color: yellow !important;
}
body.display-3 #pc2 .list-header {
	background: yellow !important;
	color: yellow !important;
}
body.display-3 #pc3 .list-header {
	background: yellow !important;
	color: yellow !important;
}
body.display-3 #pc1 .news-list .item a span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #pc2 .news-list .item a span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 #pc3 .news-list .item a span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .news-list .item a span {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHomeNews1 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHome {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHomeNews3 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHomeNews4 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHomeNews5 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .nodataHomeNews6 {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .search-content .item a {
	background: #000 !important;
	color: yellow !important;
}
body.display-3 .footer-White {
	color: yellow !important;
}
body.display-3 .footer-White:hover {
	color: yellow !important;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
.mini-logo {
	display: none !important;
}
.site-heading {
	padding: 10px;
	float: none;
	text-align: center;
}
.site-heading &gt; div {
	float: none !important;
	vertical-align: middle;
}
.main-logo img {
	max-width: 70px;
}
.site-title {
	padding: 0;
	font-size: 9px;
}
.site-title .title {
	font-size: 2.4em;
}
.site-option {
	float: none;
	text-align: center;
}
.social-login {
	text-align: center;
	margin: 0 0 10px;
}
.home-notice .title {
	float: none;
	width: 100%;
}
.home-notice .notice-slide {
	height: auto;
	width: 100%;
	float: none;
}
.home-slide .slide img {
	height: 200px;
	margin-left: -115%;
	width: auto;
	max-width: none;
}
.home-slide .owl-dots .owl-dot span {
	width: 5px !important;
	border-radius: 50% !important;
	margin: 5px;
}
.highlight-box .highlight-body {
	padding: 10px;
}
.news-highlight .news-item {
	padding: 0;
}
.news-highlight .owl-dots {
	text-align: center;
}
.news-general .news-item, .news-general .news-item.-highlight {
	float: none !important;
	width: 100% !important;
}
.news-general .news-item figure, .news-general .news-item .caption, .news-general .news-item.-highlight figure, .news-general .news-item.-highlight .caption {
	float: none !important;
	width: 100% !important;
}
.news-gov .news-item.-list .title {
	font-size: 1.5em;
}
.news-gov .news-item.-list .desc {
	display: none;
}
.home-about {
	padding: 25px;
	text-align: center;
}
.banner-link {
	text-align: center;
}
.link-list &gt; div {
	width: 100%;
	float: none;
}
.link-box .link a {
	width: 50% !important;
}
.link-box .link a i {
	width: 75px !important;
	height: 75px !important;
	background-size: 100% !important;
}
.link-box .link a .title {
	font: 400 normal 14px 'sans-serif' !important;
}
.privacy p a:nth-of-type(1):before {
	display: block;
	content: '';
}
.main-footer {
	padding: 15px;
	text-align: center;
}
.main-footer .footer-stat {
	text-align: center;
}
.owl-dots {
	text-align: center !important;
}
#calendar .calendar-body .week:not(:nth-of-type(1)) {
display:none;
}
#calendar .calendar-body .date span, #calendar .calendar-body .day span {
	line-height: 1.5 !important;
}
.attach-file .item .btn {
	float: left;
}
.content-footer .button-group {
	text-align: center;
	padding: 10px;
}
.news-content .news-item, .news-content .news-item:first-child {
	width: 100%;
	float: none;
}
.news-content .news-item .thumb, .news-content .news-item:first-child .thumb {
	padding-bottom: 60.7%;
}
.page-cover {
	text-align: center;
}
.page-cover .title {
	font-size: 30px;
}
.page-cover .subtitle {
	font-size: 18px;
}
.page-title {
	text-align: center !important;
}
.page-title .breadcrumb {
	text-align: center;
}
.paging-option {
	display: none;
}
.download-item .button .btn {
	width: auto;
	font-size: 1em;
	padding: 5px;
}
.contact-header .logo {
	max-width: 75px;
	padding: 10px;
	float: none;
	margin: auto;
	text-align: center;
}
.contact-header .logo img {
	max-width: 100%;
	height: auto;
}
.contact-header .contact-title {
	text-align: center !important;
	margin: 0 10px;
	clear: both;
	width: 100%;
}
.contact-header .contact-title .title {
	font-size: 1.8em;
}
.contact-header .contact-title .subtitle {
	font-size: 1.2em;
}
.contact-header .address {
	clear: both;
	padding: 15px;
	text-align: center;
}
.contact-info .item {
	width: 100% !important;
	float: none !important;
	padding: 10px !important;
}
.contact-info .item + .item {
	border-top: solid 1px #EEE !important;
	border-left: none !important;
}
.contact-form {
	background-size: contain;
	padding-top: 15vh;
}
.calendar-list .item {
	width: 98% !important;
	float: none;
}
.calendar-list .item header {
	text-align: center !important;
}
.calendar-list .item header .date {
	border: none !important;
}
.page-summary {
	text-align: center !important;
}
.page-summary .paging {
	text-align: center;
}
.faq-content {
	padding: 0;
}
.faq-content .faq-item {
	background: #193e75;
	text-align: center;
	color: #FFF !important;
}
.faq-content .faq-item a {
	color: #FFF;
}
.faq-content .faq-item .header {
	background-image: none !important;
	height: auto;
}
.faq-content .faq-item .header i {
	width: 100%;
}
.faq-content .faq-item .header .title {
	margin: 10px 0;
}
.gallery-wrapper .large, .gallery-wrapper .small {
	width: 100%;
}
.gallery-show .item {
	width: 100%;
}
.mobile-app .item {
	width: 98%;
	float: none;
	text-align: center;
	padding: 10%;
}
.mobile-app .item .store {
	margin: 10px 0;
	text-align: center;
}
.register-complete {
	padding: 0;
	background: none;
}
.search-content .item .result {
	padding: 10px 0;
}
.service-page.-emp {
	background: none;
	padding-top: 2vh;
}
#login {
	background-size: 180%;
}
#login .login-form {
	width: 100%;
	float: none;
}
.lightbox-show {
	width: auto;
	background: none;
}
.lightbox-show .body {
	width: 100%;
}
.lightbox-show .body .title {
	white-space: nowrap;
	font-size: 24px;
}
.contact-link {
	padding: 10px;
}
.contact-link .item {
	width: 100% !important;
	margin: 0 0 10px !important;
}
.logo-link a {
	width: 11.5%;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.social-login {
	margin-top: 30px;
	padding-top: 0 !important;
}
.breadcrumb {
	text-align: left !important;
	padding: 0;
}
.contact-header .address {
	clear: both;
	padding: 15px;
	text-align: center;
	border-top: solid 1px #FFF;
}
.contact-info .item {
	width: 50% !important;
	float: left !important;
	padding: 10px 0 !important;
	border-top: solid 1px #EEE !important;
}
.contact-info .item + .item {
	border-left: none !important;
}
.member-sidebar .item .icon i {
	font-size: 1.2em;
}
.member-sidebar .item .title {
	font-size: 1.4em;
}
.member-avatar .edit {
	padding: 30px 10px;
}
.member-avatar .edit i {
	font-size: 2em;
}
select {
	appearance: none;
	padding-right: 30px !important;
	background: url(../img/select-arrow.png)  100% center no-repeat #FFF !important;
}
.banner-link a span {
	display: block;
	width: 100%;
	position: absolute;
	font: 400 normal 1.4em "Helvethaica Mon";
	color: #FFF;
	text-align: center;
	bottom: 14%;
	left: 0;
}
}

@media screen and (max-width:991px) {
#login {
	width: auto;
}
.main-menu li {
	display: block;
}
.main-menu li a {
	border: solid 1px #DDD;
	border-radius: 0;
	margin: 0;
}
.main-menu {
	display: none;
}
.header-option .change-font, .header-option .change-display {
	display: none;
}
.site-option .social-login {
	margin-top: 10px;
}
.home-search {
	margin: 10px 0 0;
}
.mobile-toggle {
	display: block;
	font: 600 normal 1.6em/2em "Helvethaica Mon";
	color: #FFF;
	border-radius: 10px;
	margin: 5px 0;
	padding: 0 20px;
	background: #193e75;
}
.mobile-toggle i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
}
#calendar .calendar-body {
	text-align: left !important;
}
#calendar .calendar-body .week:nth-of-type(3), #calendar .calendar-body .week:nth-of-type(4), #calendar .calendar-body .week:nth-of-type(5) {
	display: none;
}
#calendar .calendar-body .date span, #calendar .calendar-body .day span {
	line-height: 1.5 !important;
}
#calendar .status-info span {
	display: block !important;
	margin: 0 !important;
	padding: 5px 0;
}
.contact-form {
	padding: 0;
	background-position: top;
}
.contact-map .map {
	position: relative;
	margin: 10px 0 0;
	width: auto;
	height: auto;
	right: 0;
}
}

@media screen and (min-width:992px) {
.mobile-toggle {
	display: none;
}
.career-box {
	height: 474px;
}
}

@media screen and (min-width:992px) and (max-width:1024px) {
.news-highlight {
	height: 540px;
}
.news-box .newsbox-body .news-item .title {
	font-size: 1.4em;
}
.home-calendar .activity-calendar .item .date .month-year {
	font-size: 1.2em;
}
.home-calendar .activity-calendar .item .date {
	padding: 10px 3px;
}
.news-highlight .news-item .caption {
	height: 242px;
}
.news-highlight .owl-dots {
	padding: 0 10px;
}
.widget-zone .widget-box {
	height: 337px;
}
.widget-zone .widget-box.article-box {
	background: #fff8f8;
}
.widget-zone .widget-box.banner-box {
	background: #e3f8fc;
}
}

@media screen and (max-width:1199px) {
.home-slide .slide {
	height: 340px;
}
}

@media screen and (min-width:991px) and (max-width:1024px) {
.main-menu {
	text-align: center;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.main-menu li {
	display: inline-block;
	margin-right: -4px;
}
.main-menu li a {
	display: block;
	font: 600 normal 1.4em/2em "Helvethaica Mon";
	color: #193e75;
	border-radius: 50px;
	margin: 5px;
	padding: 0 17px;
}
.main-menu li a i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
}
.main-menu li:hover a, .main-menu li.active a {
	background: #193e75;
	color: #FFF;
}
.banner-link a span {
	display: block;
	width: 100%;
	position: absolute;
	font: 400 normal 1.8em "Helvethaica Mon";
	color: #FFF;
	text-align: center;
	bottom: 15%;
	left: 0;
}
}

@media screen and (min-width:991px) and (max-width:1200px) {
.main-menu {
	text-align: center;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.main-menu li {
	display: inline-block;
	margin-right: -4px;
}
.main-menu li a {
	display: block;
	font: 600 normal 1.4em/2em "Helvethaica Mon";
	color: #193e75;
	border-radius: 50px;
	margin: 5px;
	padding: 0 17px;
}
.main-menu li a i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 16px;
}
.main-menu li:hover a, .main-menu li.active a {
	background: #193e75;
	color: #FFF;
}
}

@media screen and (max-width:767px) {
.banner-link a span {
	display: block;
	width: 100%;
	position: absolute;
	font: 400 normal 1.4em "Helvethaica Mon";
	color: #FFF;
	text-align: center;
	bottom: 15%;
	left: 0;
}
.main-header .container {
	position: relative;
}
.header-option .lang-btn {
	margin-left: 0;
	position: absolute;
	z-index: 100;
	left: 10px;
	bottom: 10px;
}
}

@media screen and (min-width:768px) and (max-width:1199px) {
.news-general .newsbox-body .news-item.-highlight figure {
	width: 71.25%
}
.news-general .newsbox-body .news-item.-highlight .caption {
	width: 28.75%;
	float: left;
}
}
.cover-slide {
	text-align: center;
	width: 100%;
	height: auto;
}
.cover-slide .slide {
	height: 300px;
	background-size: cover !important;
	background-position: center !important;
}
.cover-slide .slide-title {
	display: none;
}
.cover-slide .title {
	font: 600 normal 60px/1 "Helvethaica Mon";
	margin: 0;
}
.cover-slide .subtitle {
	font: 600 normal 2em/0.8 "Helvethaica Mon";
	margin: 0;
}
.cover-slide .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.cover-slide .owl-dots .owl-dot span {
	width: 40px;
	height: 5px;
	border-radius: 0;
	background: #FFF;
	margin: 10px;
}
.cover-slide .owl-dots .owl-dot.active span {
	background: #193e75;
}
.cover-slide .owl-nav {
	margin-top: 0px;
}
.cover-slide .owl-stage {
	background: #fff;
	padding-bottom: 10px;
}
.news-tab li {
	width: 33.4%;
}
.news-general .newsbox-body .caption {
	position: relative;
}
.news-general .newsbox-body .caption &gt; * {
	position: relative;
	z-index: 1;
}
.news-general .newsbox-body .caption:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
}
.news-general .news-item:hover .caption &gt; * {
	color: #fff !important;
}
.news-general .news-item:hover .caption:after, .news-general .newsbox-body .caption:hover:after {
	opacity: 1;
}
.news-general .newsbox-header .view-all {
	background: #e6f3ee;
}
.news-general .newsbox-header .view-all:hover {
	background: #193e75;
	color: #FFF;
}
.news-general .newsbox-header .view-all &gt; * {
	position: relative;
	z-index: 1;
}
.news-general .newsbox-header .view-all:after {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0.1;
}
.news-general .newsbox-header .view-all:hover:after {
	opacity: 1;
}
.news-content .news-item, .news-content .news-item .title {
}
.news-content .newsbox-body .news-item .caption {
	position: relative;
}
.news-content .newsbox-body .news-item .caption &gt; * {
	position: relative;
	z-index: 1;
}
.news-content .newsbox-body .news-item .caption:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
}
.news-content .newsbox-body .news-item:hover .caption:after {
	opacity: 1;
}
.news-content .newsbox-body .news-item .thumb {
	position: relative;
}
.news-content .newsbox-body .news-item .thumb img {
	width: 0;
	height: 0;
}
.news-content .newsbox-body .news-item .thumb a {
	background-size: cover !important;
	background-position: top !important;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.news-general .newsbox-body .news-item.-highlight figure {
	height: auto !important;
}
.news-general .newsbox-body .news-item.-highlight figure img {
	width: 0;
	height: 0;
}
.news-general .newsbox-body .news-item.-highlight figure a {
	padding-bottom: 82.3%;
	background-size: cover !important;
	background-position: center !important;
	display: block;
}
.news-general .newsbox-body .news-item figure {
	height: auto !important;
}
.news-general .newsbox-body .news-item .thumb img {
	width: 0;
	height: 0;
}
.news-general .newsbox-body .news-item figure a img {
	width: 0 !important;
	height: 0 !important;
}
.news-general .newsbox-body .news-item figure a {
	padding-bottom: 60.7%;
	background-size: cover !important;
	background-position: top !important;
	display: block;
}
.news-box .newsbox-body .news-item:hover .caption .title {
	color: #fff !important;
}
.news-box .newsbox-body .news-item .caption {
	min-height: inherit;
}
.news-box .newsbox-body .news-item .title {
	line-height: 1.0em;
	margin-bottom: 6px;
}
.news-content .newsbox-body .news-item .caption-inner {
	height: 124px;
}
.news-box .newsbox-body .news-item .caption .infonews {
	height: 120px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-box .newsbox-body .news-item .caption .infonewsTwo {
	height: 125px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-box .newsbox-body .news-item .caption .infonewsTreeHead {
	height: 135px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-box .newsbox-body .news-item .caption .infonewsTree {
	height: 64px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-box .newsbox-body .news-item .caption .dategeo {
	margin-top: 20px;
	display: block;
}
.news-box .newsbox-body .news-item .caption .date {
	margin-top: 10px;
	display: block;
}
.news-box .newsbox-body .news-item.-highlight .caption .infonews {
	height: 140px;
	overflow: hidden;
	display: block;
}
.news-box .innernews .news-item .caption .infonews {
	height: 123px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-box .innernews .news-item.-highlight .caption .infonews {
	height: auto;
	overflow: hidden;
	display: block;
}
.select-default {
}
.select-default {
	height: 40px;
	overflow: hidden;
	width: 100%;
	border: none;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.select-default:after {
	content: '';
	pointer-events: none;
	position: absolute;
	right: 2px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url('../img/select-arrow.png') center no-repeat;
}
.select-default:before {
	content: '';
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #f1f1f1;
	top: 0px;
}
.select-default select {
	background: #f1f1f1;
	border: none !important;
	font-size: 24px;
	color: #464646;
	font-weight: bold;
	height: 40px !important;
	padding: 4px 12px;
	width: 100%;
}
.social-login {
	float: right;
}
.social-login .social-icon {
	margin-top: 5px;
	float: left;
}
.home-highlight {
	background-size: cover;
}
.notice-search {
	margin-top: 0;
}
.news-highlight .news-item .caption {
	height: 202px;
	overflow: hidden;
	padding: 15px 20px;
}
.news-highlight .news-item .caption .infonews {
	height: 135px;
	overflow: hidden;
	display: block;
}
.news-highlight .news-item .caption .date {
	margin-top: 15px;
	display: block;
}
.banner-link {
	margin-top: 25px;
}
.banner-link .owl-carousel .owl-stage {
	margin: 0 auto;
}
.news-highlight .highlight-body .news-item .thumb a {
	padding-bottom: 66%;
	display: block;
	background-position: center !important;
	background-size: cover !important;
}
.news-highlight .highlight-body .news-item .thumb img {
	width: 0;
	height: 0;
}
.news-gov .news-item.-list {
	margin-bottom: 10px;
}
.webboard-page .download-item .thumb {
	height: 40px;
	display: block;
	background-color: #f5f5f5;
}
.webboard-page .download-item footer .fa, .webboard-page .download-item footer .glyphicon {
	color: #193e75;
}
.webboard-page .download-item footer .btn-default {
	border: none;
	border-radius: 0;
	background-color: #999;
	color: #fff;
	padding: 6 12px;
	font-family: 'Helvethaica Mon';
	font-size: 20px;
}
.webboard-page .download-item footer .btn-default .fa {
	color: #fff;
}
.webboard-page .download-item footer .btn-default:hover {
	background-color: #098a55;
}
.webboard-page .download-item footer span {
	line-height: 40px;
	margin-right: 20px;
}
.webboard-page .download-item footer {
	border-top: 1px solid #ddd;
}
.webboard-page .panel {
	margin-bottom: 30px;
	border-radius: 0;
}
.webboard-page .panel-default &gt; .panel-heading {
	padding: 15px;
}
.webboard-page .panel-default &gt; .panel-heading .btn {
	background: #193e75;
	color: #FFF;
	font-family: 'Helvethaica Mon';
	font-size: 20px;
	padding: 5px 20px;
	margin-left: 20px;
}
.webboard-page .select-default {
	font-family: 'Helvethaica Mon';
}
.webboard-page .select-default select {
	background-color: #f1f1f1 !important;
}
.webboard-page h4 {
	font-family: 'Helvethaica Mon';
	margin-bottom: 5px;
}
.webboard-page h4.title {
	font-size: 20px;
}
.webboard-page h4.title, .webboard-page h4.panel-title {
	margin-bottom: 0 !important;
}
.webboard-page .header-groupp {
	padding-bottom: 20px;
}
.webboard-page .member-avatar {
}
.webboard-page #addPicbox {
	float: left;
	width: 100%;
	padding-left: 110px;
	margin-top: -115px;
}
.webboard-page #addPicbox .about-item {
	margin-right: 10px;
	border: 1px solid #eee;
}
.webboard-page .member-avatar {
	min-height: 100px;
}
.webboard-page .member-avatar .edit {
	padding: 0;
	width: 100px;
	height: 100px;
}
.webboard-page .member-avatar .edit i {
	font-size: 2.5em;
	margin-top: 20px;
}
.webboard-page .captcha {
	width: 120px;
	height: 20px;
	float: left;
	margin-top: 35px;
}
.webboard-page .captcha img {
	float: left;
}
.webboard-page .refresh-captcha {
	float: left;
	margin-top: 34px;
	margin-left: 10px;
}
.webboard-page .refresh-captcha .fa {
	font-size: 20px;
}
.webboard-page .topic-btn {
	float: left;
	width: 100%;
}
.webboard-page .topic-btn .btn {
	background: #193e75;
	color: #FFF;
	font-family: 'Helvethaica Mon';
	font-size: 20px;
	padding: 5px 30px;
	margin-left: 0;
}
.login-button {
	padding: 5px 15px;
}
.login-button a {
	color: #fff;
	float: left;
}
.login-button a:first-child {
	margin-right: 15px;
	position: relative;
}
.login-button:hover {
	background-color: #4a961e;
}
.after-login {
	margin-top: 8px;
	padding: 5px 10px;
}
.after-login a:hover {
	color: #222;
}
.fancybox-container--ready .fancybox-bg {
	background-color: rgba(255,255,255,0.8);
}
.fancybox-slide &gt; * {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.gallery-wrapper .item .thumb {
	padding-bottom: 60%;
	background-position: center !important;
	background-size: cover !important;
	overflow: hidden;
}
.gallery-wrapper .item .thumb img {
	width: 0;
	height: 0;
}
.gallery-wrapper .item .thumb:before {
	background-image: none;
}
.gallery-wrapper .item .thumb .fa {
	opacity: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 50px;
}
.gallery-wrapper .item:hover .thumb .fa {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
.gallery-wrapper .item .thumb .play {
	opacity: 1;
}
.gallery-wrapper .small .item .thumb {
	padding-bottom: 47.2%;
}
.gallery-wrapper .small .item .caption {
	height: 58px;
	overflow: hidden;
}
.gallery-wrapper.row-2 .large {
	float: right;
}
.gallery-wrapper.row-2 .small {
	float: left;
}
.gallery-header {
	padding: 10px 6px;
	float: left;
	width: 100%;
}
.gallery-header .title {
	font: 600 normal 2em "Helvethaica Mon";
	margin: 0;
	float: left;
	color: #193e75;
}
.gallery-header .view-all {
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #EEE;
	text-align: center;
	font-size: 14px;
	color: #333;
	font: 400 normal 1.2em "Helvethaica Mon" !important
}
.news-box .newsbox-body .news-item .caption {
	height: 195px;
	overflow: hidden;
}
.news-general #news-general .news-item .title {
	line-height: 1.1em;
}
.news-general #news-general .news-item .thumb {
	height: 162px !important;
}
.gallery-show {
	padding: 5px 5px 15px 5px;
	height: auto !important;
}
.gallery-show a.item {
	width: 100%;
	margin: 10px 0;
	position: relative !important;
	left: 0 !important;
	display: block;
	overflow: hidden;
	padding-bottom: 60%;
	background-size: cover !important;
	background-position: center !important;
	top: 0 !important;
}
.gallery-show a.item img {
	width: 0 !important;
	height: 0 !important;
}
.logo-link &gt; a span {
	width: 100%;
	left: 0;
}
.calendar-list .item a:hover {
	color: #fff !important;
}
#news-related .news-related .owl-item {
	padding: 0 5px !important;
}
#news-related .news-related .item {
	position: relative;
}
#news-related .news-related .item .thumb {
	height: auto;
	padding-bottom: 66%;
	background-size: cover !important;
}
#news-related .news-related .item .thumb img {
	width: 0 !important;
	height: 0 !important;
}
#news-related .news-related .item .caption {
	height: 195px;
	overflow: hidden;
}
#news-related .news-related .item .caption .infoOther {
	height: 85px;
	overflow: hidden;
}
#news-related .news-related .owl-dots .owl-dot {
	margin-left: 5px;
}
#news-related .news-related .owl-dots {
	top: 0px;
	right: 0;
}
.news-related .caption .infonews {
	height: 123px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
#news-related .news-related .item .caption .infoOther {
	height: 135px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.news-related .caption .date {
	margin-top: 10px;
	display: block;
}
form.enew-form .input-group {
	margin-top: 10px;
}
.news-infographic .thumb {
	position: relative;
}
.news-infographic .thumb a {
	width: 100%;
	display: block;
	padding-bottom: 58%;
	background-size: cover !important;
	background-position: center !important;
}
.news-infographic .thumb a img {
	width: 0 !important;
	height: 0 !important;
}

@media screen and (max-width:992px) {
.logo-link &gt; a {
	width: 10%;
}
}

@media screen and (max-width:992px) {
.logo-link &gt; a {
	width: 20%;
}
}
.qua-page .page-summary {
	border-top: none;
}
.qua-page .row.qua-list {
	margin: 20px -5px 0 -5px;
}
.qua-page .row.qua-list &gt; div {
	padding: 0 5px;
}
.qua-page .qua-list .item {
	padding: 20px 15px;
}
.qua-page .qua-list p {
	color: #333;
}
.qua-page .qua-list .btn {
	background-color: #999;
	color: #fff;
	margin-top: 15px;
}
.qua-page .qua-list .btn:hover {
	background-color: #193e75
}
.qua-list .contentBody {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 15px;
}
.questionnaire .qua-list {
	margin-top: 20px;
}
.questionnaire .chois .form-group {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
}
.questionnaire .chois .form-group .form-group {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.questionnaire .chois .input-group {
	width: 100%;
}
.questionnaire .chois .input-group label {
	width: 100%;
	color: #333;
}
.questionnaire .chois .input-group label input.checkboxQu {
	float: left;
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
}
.questionnaire .chois .input-group label input.radioQu {
	float: left;
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
}
.questionnaire .chois .select-default select {
	font-size: 15px;
	font-weight: normal;
}
.questionnaire .chois .select-default:before {
	width: 36px;
}
.questionnaire .form-wrapper &gt; .form-group {
	border: none;
	padding: 0;
}
.questionnaire .attach-file .item {
	padding-left: 10px;
	padding-right: 10px;
}
.questionnaire .content-header {
	margin-top: 20px;
}
.questionnaire .form-header {
	margin-top: 20px;
}
.questionnaire .form-wrapper .captcha {
	padding: 0;
	margin: 8px 8px 0 0;
	float: left;
	border: none;
	background-color: transparent;
}
.questionnaire .form-wrapper .captchaFunc {
	margin-top: 36px;
}
.questionnaire-btn {
	border-top: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.questionnaire-btn .btn {
	padding: 10px 50px;
	background: #999;
	color: #FFF;
	font: 400 normal 24px 'Helvethaica Mon';
}
.questionnaire-btn .btn:hover {
	background: #115639;
}
.questionnaire .has-success .input-group {
	border: none;
	padding: 5px 10px;
}
.questionnaire .has-danger .input-group {
	border: none;
	padding: 5px 10px;
}

@media screen and (max-width:767px) {
.cover-slide .owl-dots .owl-dot span {
	width: 5px !important;
	border-radius: 50% !important;
	margin: 5px;
}
}

@media screen and (max-width:920px) {
.home-slide .slide {
	height: auto;
	padding-bottom: 36%;
}
.cover-slide .slide {
	height: auto;
	padding-bottom: 30%;
}
}

@media screen and (max-width:767px) {
.widget-news {
	margin-top: 5px;
}
.widget-news .panel-heading {
	padding: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.widget-news .panel-group {
	margin-bottom: 0;
}
.widget-news .panel {
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.widget-news .panel-group .panel-heading + .panel-collapse &gt; .panel-body, .widget-news .panel-group .panel-heading + .panel-collapse &gt; .list-group {
	border-top: none;
	padding: 10px 10px 0 10px;
}
.widget-news .panel-title a {
	display: block;
	padding: 12px 10px;
	color: #FFF;
	font: 600 normal 1.4em "Helvethaica Mon";
	height: 64px !important;
}
.widget-news .panel-title a .tab-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(../img/tab-icon.png) ;
	background-repeat: no-repeat;
}
.widget-news .panel-title a .tab-icon.tab-1 {
	background-position: 0px 0px;
}
.widget-news .panel-title a .tab-icon.tab-2 {
	background-position: -40px 0px;
}
.widget-news .panel-title a .tab-icon.tab-3 {
	background-position: -80px 0px;
}
.widget-news .panel-title a[href="#pc1-collapse"] {
	background-color: #f46161;
}
.widget-news .panel-title a[href="#pc2-collapse"] {
	background-color: #f78145;
}
.widget-news .panel-title a[href="#pc3-collapse"] {
	background-color: #eeac39;
}
#pc1-collapse .list-header {
	background: #f46161;
}
#pc1-collapse .list-header .title {
	color: #FFF;
	font-size: 1.6em;
}
#pc1-collapse .list-header .viewall {
	background: #FFF;
	color: #f46161;
}
#pc1-collapse .news-list .item:nth-child(even) {
	background: #feebeb;
}
#pc1-collapse .news-list .item:hover {
	background: #f46161;
	color: #FFF;
}
#pc1-collapse .news-list .item:hover a {
	color: #FFF;
}
#pc1-collapse .panel-body {
	border: 1px solid #f46161;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#pc2-collapse .list-header {
	background: #f78145;
}
#pc2-collapse .list-header .title {
	color: #FFF;
	font-size: 1.6em
}
#pc2-collapse .list-header .viewall {
	background: #FFF;
	color: #f78145;
}
#pc2-collapse .news-list .item:nth-child(even) {
	background: #ffe4d7;
}
#pc2-collapse .news-list .item:hover {
	background: #f78145;
	color: #FFF;
}
#pc2-collapse .news-list .item:hover a {
	color: #FFF;
}
#pc2-collapse .panel-body {
	border: 1px solid #f78145;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#pc3-collapse .list-header {
	background: #eeac39;
}
#pc3-collapse .list-header .title {
	color: #fff;
	font-size: 1.6em;
}
#pc3-collapse .list-header .viewall {
	background: #FFF;
	color: #eeac39;
}
#pc3-collapse .news-list .item:nth-child(even) {
	background: #ffefd4;
}
#pc3-collapse .news-list .item:hover {
	background: #eeac39;
	color: #FFF;
}
#pc3-collapse .news-list .item:hover a {
	color: #FFF;
}
#pc3-collapse .panel-body {
	border: 1px solid #eeac39;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
}
.widget-zone .widget-box {
	height: auto !important;
}
.widget-zone .widget-box #banner figure {
	height: 285px;
	background-size: cover;
	background-position: center;
}
.poll-box .widget-body .poll {
	min-height: 285px;
}
.widget-zone .owl-nav {
	margin: 0;
}
.popupOpen {
	display: none;
}
.has-success .input-group {
	border: solid 2px #3c763d;
	background: #dff0d8;
}
.has-danger .input-group {
	border: solid 2px #a94442;
	background: #f2dede;
	color: #f2dede;
}
#login.loginInPage {
	width: 100%;
	background-position: center;
}
#login .login-btn {
	width: 100%;
	border: 0px;
}
.gallery-wrapper .small-4 {
	width: 23%;
	float: left;
}

@media screen and (max-width:767px) {
.gallery-wrapper .small-4 {
	width: 48%;
	float: left;
}
}
.download-item.search .button .btn {
	width: 100%;
}
.search-content [class*="-item"] .item {
	padding: 0px;
	border: none;
}
.btn-print {
	border-radius: 3px;
	font-size: 13px;
	height: 20px;
	padding: 0 0 0 2px;
}
.filetype-pdf {
	background: #b04849;
	text-align: center;
	line-height: 100px;
	font-size: 50px;
	color: #fff;
}
.loadboardaddfile {
	background: #fff;
	text-align: center;
	line-height: 120px;
	font-size: 15px;
	color: #333;
}
.divfileattach {
	position: relative;
	float: left;
}
.rmattch {
	position: absolute;
	right: 17px;
	top: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}
.boardShowPdf {
	background: #b04849;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
	color: #fff;
}
.qa-search {
	float: left;
}
.font_map {
	font-family: Tahoma, Arial, serif;
	font-size: 13px;
	padding: 5px;
	max-width: 350px;
	float: left;
}
div#map_canvas {
	width: 100%;
	height: 650px;
}
#content-format {
	border: 1px solid #eee;
	padding: 15px;
}
#content-format td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
}
#content-format td img {
	max-width: 100%;
}

@media (max-width:767px) {
div#map_canvas {
	width: 100%;
	height: 350px;
}
#content-format tr, #content-format td {
	display: block;
	width: 100%;
}
}
.voteChois {
	padding: 10px;
	width: 100%;
}
.voteChois label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.loginform, .enewform {
	display: none;
}
.frmvdo {
	position: relative;
	padding-top: 50%;
}
.frmvdo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.selectmulti .btn {
	width: 100% !important;
	margin-top: 0px !important;
}
.selectmulti .dropdown-menu {
	width: 100% !important;
}
.selectmulti .multiselect-container &gt; li &gt; a &gt; label.checkbox {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.questionnaire-content .search-title {
	color: #193e75;
	font: 600 normal 2em "Helvethaica Mon";
}
.questionnaire-content .search-title em {
	color: #e8a50e;
	font-style: normal;
}
.questionnaire-content .item {
	padding: 20px;
	border: solid 1px #EEE;
	margin-bottom: 10px;
}
.questionnaire-content .item .title {
	font: 400 normal 1.5em/1 "Helvethaica Mon";
	color: #193e75;
	margin: 0;
}
.questionnaire-content .item .title em {
	font-style: normal;
	color: #e8a50e;
	margin: 0 5px;
}
.questionnaire-content .item .desc {
	margin-bottom: 10px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.questionnaire-content .item .result {
	padding: 0 10px;
}
.questionnaire-content .item p {
	margin: 0;
}
.questionnaire-content .item p i {
	color: #DDD;
	width: 20px;
}
.questionnaire-content .item a {
	color: #1197d9;
	text-decoration: underline;
}
.questionnaire-content .btn {
	width: 100%;
}
.questionnaire {
	display: block;
	float: left;
	width: 100%;
}
.questionnaire .item {
	padding: 20px;
	border: solid 1px #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
}
.questionnaire .chois .form-group {
	border-bottom: none;
}
.requiredclass {
	color: #ff000;
}
.attach-file .item .mapshow span {
	display: inline;
	font-weight: normal;
}
.attach-file .item .mapshow .desc {
	margin: 0px;
}
.showlistmap {
	height: auto;
	overflow-y: scroll;
}
.pageLodder {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(9, 138, 85,0.8);
	z-index: 99999;
	overflow: hidden;
}
.pageLodder .iconLodder {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
}
.pageLodder .iconLodder i {
	color: #fff;
	text-align: center;
	font-size: 100px;
}
.banner3 .thumb a {
	padding-bottom: 50%;
	background-size: cover !important;
	background-position: center !important;
	display: block;
}
.banner3 .thumb img {
	display: none;
}
.multiselectbox {
	display: block;
}
.listTomap:nth-child(2n) {
	background: #fcfcfc;
}
.listlink .item:nth-child(2n) {
	background: #fcfcfc;
}
.mapbanner {
	position: relative;
}
.mapbanner img {
	border-radius: 5px;
}
.mapbanner .mapbannerth {
	position: absolute;
	font-size: 50px;
	top: 15px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}
.mapbanner .mapbanneren {
	position: absolute;
	font-size: 50px;
	top: 40px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}
.mapgoogle {
	position: relative;
}
.mapgoogle img {
	border-radius: 5px;
}
.mapgoogle .mapgoogleth {
	position: absolute;
	font-size: 50px;
	top: 15px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}
.mapgoogle .mapgoogleen {
	position: absolute;
	font-size: 50px;
	top: 40px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}
.callcenter {
	position: relative;
}
.callcenter img {
	border-radius: 5px;
}
.callcenter .codehotline {
	position: absolute;
	font-size: 50px;
	top: 7px;
	left: 165px;
	color: #ffc800;
	font: "Helvethaica Mon";
	font-weight: bold;
}
.callcenter .hotlineth {
	position: absolute;
	font-size: 50px;
	top: 15px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}
.callcenter .hotlineen {
	position: absolute;
	font-size: 50px;
	top: 40px;
	left: 80px;
	color: #fff;
	font: 600 normal 1.6em "Helvethaica Mon";
	font-weight: bold;
}

@media screen and (max-width:400px) {
.callcenter .codehotline {
	font-size: 30px;
	right: 55px;
}
}

@media screen and (max-width:1200px) {
.callcenter .codehotline {
}
}
.news-scroll {
	height: 185px !important;
}
.style-1 {
	background: #f0efef;
	color: #333333;
}
.site-title .style-1 {
	font: 600 normal 2em/1 "Helvethaica Mon";
	margin: 0;
	color: #333333;
}
.style-2 {
	background: #196a49;
	color: #FFFFFF;
}
.votepage {
	background: #fff;
	overflow: auto;
	height: auto;
	border: 1px solid #333;
}
.votepage .widget-header {
	display: block;
	padding: 15px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	height: auto;
}
.votepage .widget-header .title {
	font: 600 normal 30px 'Helvethaica Mon';
	color: #193e75;
	margin: 0;
}
.votepage .voteChois .radio {
	padding: 5px;
}
.votepage .voteChois label {
	display: block;
}
.enewregis {
	background: #fff;
	height: auto;
	border: 1px solid #333;
	border-radius: 5px;
}
.enewregis .heading {
	display: block;
	padding: 15px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	height: auto;
}
.enewregis .body {
	padding: 30px;
}
.enewregis .heading .title {
	font: 600 normal 30px 'Helvethaica Mon';
	color: #193e75;
	margin: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.login-button {
	font-size: 17px;
	line-height: 0.8em;
	min-width: 90px;
}
.social-login .social-icon {
	margin-top: 4px;
}
.social-icon a + a {
	margin-left: 7px;
}
.header-option .change-font a {
	cursor: pointer;
}
.header-option .change-display a {
	cursor: pointer;
}
.main-nav {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.main-nav.affix {
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.main-nav .container {
	position: relative;
}
.main-nav .mini-logo {
	position: absolute;
	left: 10px;
	top: 0;
}
.main-menu li a {
	line-height: 1.7em;
	margin: 7px 5px;
}
.home-slide {
	margin-top: 53px;
}
.home-notice .notice-slide a:hover {
	color: #ff6c00;
}
.home-notice .notice-slide .owl-stage-outer {
	margin: 0 20px;
}
.home-notice .fa {
	margin-right: 4px;
}
.home-search {
	height: 42px;
}
.home-search input[type="text"] {
	height: 40px;
}
.home-search .search-btn {
	height: 40px;
}
.home-search .search-btn .fa {
	position: relative;
	top: -1px;
}
.news-highlight .news-item .caption .title {
	line-height: 1em;
	max-height: 3em;
	overflow: hidden;
}
.news-highlight .news-item .caption .desc {
	line-height: 1.3em;
	max-height: 3.9em;
	margin: 0;
	overflow: hidden;
}
.news-highlight .news-item .caption .infonews {
	height: 140px;
	overflow: visible;
}
.news-infographic .news-item .caption .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rss-btn .fa {
	position: relative;
	top: -1px;
}
.news-disaster .news-item .desc {
	line-height: 1.2em;
	height: 2.4em;
}
.banner-link a span {
	bottom: 43px;
}
.news-general .newsbox-header {
	padding-top: 0px;
}
.news-gov .news-group {
	margin: 0 -10px;
}
.news-gov .owl-nav {
	margin-top: 0;
}
.news-box .newsbox-body .news-item .caption .infonewsTree {
	overflow: visible;
}
.news-box .newsbox-body .news-item .caption .infonewsTree .desc {
	display: none;
}
.news-box .newsbox-body .news-item.-list .title {
	line-height: 1em;
	max-height: 3em;
	margin: 0;
}
.article-box .widget-body .caption {
	height: 102px;
}
.article-box .widget-body .caption .info {
	height: 60px;
	overflow: hidden;
}
.voteChois {
	padding: 0;
	text-align: left;
	width: auto;
	display: inline-block;
}
.poll-box .input-group {
	text-align: center;
}
.voteChois .form-group {
	margin-bottom: 5px;
}
.widget-zone .widget-box #banner figure {
	height: 290px;
}
.widget-news .list-header {
	padding: 3px;
}
.widget-news .mCustomScrollbar {
	height: 333px !important;
}
.link-box .widget-body .link .item i img {
	max-width: 100%;
}
.page-title .title {
	padding-left: 0;
}
body {
	overflow-x: hidden;
}
.content-body {
	overflow: auto;
}
.cover-slide {
	margin-top: 55px;
}
.cover-slide .owl-stage {
	padding-bottom: 0;
}
.home-notice .notice-slide .owl-stage-outer {
	margin: 0;
}
.news-box .newsbox-body .news-item .caption {
	height: 200px;
}
.news-box .innernews .news-item .caption .infonews {
	height: 120px;
}
.service-page .service a span {
	margin-top: 10px;
	display: block;
	font: 700 normal 24px/1 "Helvethaica Mon";
	text-align: center;
	padding: 0 10px;
}
.about-item .item .thumb figcaption {
	font-size: 24px;
	line-height: 0.8em;
	text-align: center;
}
.news-infographic .owl-dots {
	height: 10px;
}
.news-infographic .owl-dot span {
	background-color: #fff !important;
	margin: 5px 5px !important;
}
.news-infographic .owl-dot.active span {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width:1199px) {
.home-slide {
	margin-top: 44px;
}
}

@media screen and (max-width:991px) {
.mobile-toggle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.main-menu li {
	padding: 0;
	margin: 0;
}
.main-menu li a {
	margin: 7px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cover-slide {
	margin-top: 55px;
}
.cover-slide .owl-stage {
	padding-bottom: 0;
}
.main-nav {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
}

@media screen and (max-width:767px) {
.site-heading {
	padding-top: 5px;
}
.main-logo img {
	max-width: 60px;
}
.notice-search {
	padding: 10px 0;
}
.social-login {
	position: relative;
	float: left;
	width: 100%;
}
.social-login .social-icon {
	width: 100%;
	text-align: center;
}
.social-login .login-button {
	position: absolute;
	right: 5px;
	top: -3px;
	min-width: 76px;
	max-width: 90px;
}
.home-notice .notice-slide {
	width: auto;
	display: block;
	margin: 0 15px;
	overflow: visible;
}
.home-notice .notice-slide .owl-stage-outer {
	margin: 0;
}
.home-notice .notice-slide a {
}
.home-notice .notice-slide .owl-nav .owl-prev {
	left: -10px;
}
.home-notice .notice-slide .owl-nav .owl-next {
	right: -10px;
}
.home-notice .notice-slide {
	padding: 8px 10px 0 10px;
}
.footer-stat .count {
	display: block;
	width: 100%;
	margin: 0;
}
.main-footer .qr-code {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.main-footer .qr-code + p {
	width: 100%;
	line-height: 40px;
	margin-bottom: 0;
}
.main-footer .footer-stat {
	padding-bottom: 5px;
}
.main-footer .browser {
	text-align: center;
	font-size: 0.7em;
	margin-top: 20px;
}
.logo-link {
	padding: 5px !important;
}
.banner-link a span {
	bottom: 15%;
}
.page-title .breadcrumb {
	display: none;
}
.page-title .title {
	padding: 0;
	font-size: 36px;
}
.white-bg {
	margin: 0 -10px;
}
.widget-news .list-header {
	padding: 0;
	border: none;
	background-color: transparent;
}
}
.nodataHomeNews1 {
	width: 100%;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 285px;
	color: #FFFFFF;
}
.nodataHome {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 105px;
	color: #FFFFFF;
}
.nodataHomeNews3 {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 115px;
	color: #FFFFFF;
}
.nodataHomeNews4 {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.nodataHomeNews5 {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 168px;
}
.nodataHomeNews6 {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 115px;
}
.cover-slideNodata {
	margin-top: 53px;
}
.footer-White {
	color: #FFFFFF;
}
.footer-White:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.highlight-box.news-disaster .news-item {
	min-height: 87px;
}
.highlight-box.news-disaster .news-item .thumb {
	border: 1px solid #ebebeb;
}
.highlight-box.news-disaster .news-item .title {
	height: auto;
	max-height: 2em;
	overflow: hidden;
	font-size: 1.5em;
	margin-bottom: 7px;
}
.highlight-box.news-disaster .news-item .desc {
	line-height: 1em;
	height: auto;
}
.attach-file.listlink .row &gt; div {
	padding: 0;
}
.attach-file.listlink .thumb {
	border: 1px solid #ebebeb;
	margin-right: 20px;
}
.attach-file.listlink div.desc {
	margin-top: 2px;
}
.attach-file.listlink .btn {
	margin-top: 8px;
}

@media screen and (max-width:1199px) {
.attach-file.listlink .row &gt; div {
	margin-top: 0 !important;
}
}

@media screen and (max-width:991px) {
.attach-file.listlink .btn {
	float: left;
}
.attach-file.listlink .row &gt; div &gt; div {
	padding: 0;
	margin: 0;
}
}
#boxHighlightHome {
	-moz-box-shadow: 2px 2px 2px rgba(216, 184, 99,0.9);
	-webkit-box-shadow: 2px 2px 4px rgba(216, 184, 99, .9);
	box-shadow: 2px 2px 2px rgba(216, 184, 99, .9);
}
.news-infographic .news-item {
	display: table;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-infographic .news-item + .news-item {
	margin-top: 10px;
}
.news-infographic .news-item &gt; * {
	display: table-cell;
	vertical-align: top;
}
.news-infographic .news-item .thumb, .news-infographic .news-item .thumb a {
	width: 105px;
}
.news-infographic .news-item .thumb a {
	border: 1px solid #ebebeb;
}
.news-infographic .news-item .caption {
	padding: 0 10px;
	text-align: left;
	background: none;
}
.news-infographic .news-item .caption .title {
	white-space: normal;
	font-family: 'Helvethaica Mon';
	font-size: 1.5em;
	line-height: 1em;
	color: #38a6df;
	max-height: 2em;
	overflow: hidden;
}
.news-infographic .news-item:hover .caption {
	background: none;
}
.news-infographic .news-item:hover {
	background: rgba(0, 0, 0, 0.2);
}
.news-infographic .news-item:hover .caption .title {
	color: #fff;
}
.news-highlight .news-item .caption {
	height: 224px
}
.article-box .widget-body .caption {
	display: none;
}
.widget-box .banner3 .thumb a {
	padding-bottom: 0;
	height: 290px;
}
.highlight-box.news-disaster .news-item {
	display: table;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.highlight-box.news-disaster .news-item + .news-item {
	margin-top: 10px;
}
.highlight-box.news-disaster .news-item &gt; * {
	display: table-cell;
	vertical-align: top;
}
.highlight-box.news-disaster .news-item .thumb, .highlight-box.news-disaster .news-item .thumb a {
	width: 105px;
}
.highlight-box.news-disaster .news-item .thumb a {
	display: block;
	padding-bottom: 58%;
	background-color: #fff;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.highlight-box.news-disaster .news-item .thumb a img {
	width: 0 !important;
	height: 0 !important;
	position: absolute;
}
.highlight-box.news-disaster .news-item .caption {
	padding: 0 10px;
	text-align: left;
	background: none;
}
.highlight-box.news-disaster .news-item .caption .title {
	white-space: normal;
	font-family: 'Helvethaica Mon';
	font-size: 1.5em;
	line-height: 1em;
	color: #38a6df;
	max-height: 2em;
	overflow: hidden;
	margin-bottom: 2px;
}
.highlight-box.news-disaster .news-item .desc {
	line-height: 1em;
	height: auto;
}
.highlight-box.news-disaster .news-item:hover .caption {
	background: none;
}
.highlight-box.news-disaster .news-item:hover {
	background: rgba(0, 0, 0, 0.2);
}
.highlight-box.news-disaster .news-item:hover .caption .title {
	color: #fff;
}
.highlight-box.news-disaster .mCSB_scrollTools {
	width: 12px;
}

@media screen and (max-width:768px) {
.news-gov .news-item.-highlight {
	margin-bottom: 10px;
}
.news-gov .news-item.-list {
	margin-left: 0;
}
}

@media screen and (max-width:320px) {
.news-box .newsbox-body .news-item .caption .infonewsTree {
	overflow: hidden;
}
}
</pre></body></html>