@font-face {
 font-family: 'DBHX';
 src: url('../fonts/DB Helvethaica X v3.2.eot');
 /* IE9 Compat Modes */
 src: url('../fonts/DB Helvethaica X v3.2.eot?#iefix') format('embedded-opentype'), url('../fonts/DB Helvethaica X v3.2.woff') format('woff'), url('../fonts/DB Helvethaica X v3.2.ttf') format('truetype'), url('../fonts/DB Helvethaica X v3.2.svg#d6a7d8571348c8a262e7f05953d42d15') format('svg');
 /* Legacy iOS */
 font-style: normal;
 font-weight: 400; 
}

@font-face {
 font-family: 'DBHXMED';
 src: url('../fonts/DB Helvethaica X Med v3.2.eot');
 /* IE9 Compat Modes */
 src: url('../fonts/DB Helvethaica X Med v3.2.eot?#iefix') format('embedded-opentype'), url('../fonts/DB Helvethaica X Med v3.2.woff') format('woff'), url('../fonts/DB Helvethaica X Med v3.2.ttf') format('truetype'), url('../fonts/DB Helvethaica X Med v3.2.svg#d6a7d8571348c8a262e7f05953d42d15') format('svg');
 /* Legacy iOS */
 font-style: bold;
 font-weight: 700; 
}

/* Global */

body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

body {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

h2, h3 {
	font-family: 'DBHX';
}

body {
	background-color: #f2f1ef;
	border-top: 3px solid #132C49;
}
img {
	max-width: 100%;
	height: auto;
}

.line-beside-subtitle {
	height: 3px;
	background-color: #0f4d92;
	margin-top:35px;
	margin-right:15px;
}

body {
	background: url('../img/bg.png') no-repeat #f5f5f4 center 0;
}

ul { list-style: none; margin:0;padding:0;}

a {
	text-decoration: none!important;
	color:#333333;
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

a:visited {color: inherit;}

aside.post-meta {
    font-size: 13px;
    font-family: tahoma;
}

.table {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
  border-right-width:0px;
  border-left-width:0px;
}

.site-header {
	padding: 15px 0;
}

.site-header .tools {
	text-align: right;
}

.site-header .tools a {
	color: #132c49;
}

.site-header .tools .stats {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}

.site-header .tools .stats p {
	margin: 0;
}

.site-header .tools .stats br {
	display: none;
}

.site-header .tools .font-resize {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}

.site-header .tools .font-resize .zeno_font_resizer {
	margin: 0;
}

.site-header .tools .lang {
	padding-left: 5px;
	display: inline-block;
}

.site-header .tools .lang a {
	text-decoration: none;
}

.site-header .tools .social {
	clear: both;
}

.site-header .brand img {
	max-width: 375px;
}

.site-header .brand {
	margin-top: 0;
    margin-bottom: 12px;
}

.site-header .brand img.brand-symbol {
	width: 44px;
}

.site-header .brand img.brand-name {
	margin-left: 5px;
    margin-top: 18px;
}

.site-header .brand h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.site-header .brand span {
	display: none;
}

/* override flexslider */
.flex-direction-nav a:before {
	font-size: 36px;
}

.flexslider {
	border:0;
	margin-bottom:25px;
}

.flexslider ul.slides li {
	position: relative;
}

.flex-control-nav {
	bottom:10px;
	width:100%;
	right:10px;
	text-align: right;
}

.flex-control-nav li a {
	color: transparent;
}

.flexslider .content {
	position: absolute;
	bottom: 0;
	width: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+100&amp;0+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(51,51,51,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc333333',GradientType=0 ); /* IE6-9 */

}

.flexslider .content .caption {
	display: inline-block;
	max-width: 600px;
	margin: 45px 15px 20px;
	padding: 0 0 10px;
	font-family: 'DBHXMED';
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}

/* owl override */
#owl-meeting-slide article,
#owl-vdo-slide article {

}

.item {
	background-color: #fff;
	border: 1px solid #e7e5e0;
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.item:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.15);
}

.item a h3 {
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.item a:hover h3 {
	color: #039be8;
}

.item a:hover p {
	color: inherit;
}

.video .item, .meeting .item {
	margin-bottom: 5px;
	border: 0;
}

/* ======================= NAV ======================= */
/*
#mega-menu-wrap-primary {
	background-color: #132c49;
}
*/
.container-menu {
	position: relative;
}

.site-header .search-form {
	width: 252px;
    position: absolute;
    right: 25px;
    top: 8px;
}
.site-header .search-form .input-group {
	width: 100%;
}
#mega-menu-wrap-primary {
	margin-bottom: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	/*padding: 10px 15px;
	color: #fff;
    font-size: 25px;*/
    font-family: 'DBHX';
    /*line-height: 29px;
    height: 44px;*/
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}
/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:visited {
	background-color: #1e4471;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 220px;
}
*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	/*background-color: #132c49;*/
	font-family: 'DBHX';
	font-size: 22px!important;
	/*color: #fff;*/
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'DBHX';
	font-size: 22px;
	font-weight: normal;
}
/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-toggle-on {
	background-color: #fff;
	color: #132c49;
}
*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background-color: #2e6da4;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li a:hover {
	background-color: #1e4471!important;
	color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-family: 'DBHXMED'!important;
	font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary a {
	font-family: 'DBHX'!important;
	/*line-height: 27px;*/
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding-left: 15px;
	padding-right: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link > span {
	font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	font-size: 20px!important;
	width: 10px;
	margin: 0 0 0 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li:first-child.mega-menu-item {
    background-color: #1E4471;
    background-image: none;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}


/* ======================= FIRST ROW UNDER SLIDE ======================= */

/* Header */
.social ul {
	list-style: none;
	float: right;
	overflow: hidden;
	margin-top: 20px;

}

.social ul li {
	float:left;
	text-align: center;
	width:36px;
	height:36px;
	margin-left:10px;
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.social ul li:hover {
	background-color: #fff!important;
}

.social ul li a {
	display: block;
}

.social ul li span {
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.social ul li:first-child {
	background-color: #3b5999;
}

.social ul li:first-child:hover span {
	color: #3b5999;
}

.social ul li:nth-child(2) {
	background-color: #1daced;
}

.social ul li:nth-child(2):hover span {
	color: #1daced;
}

.social ul li:nth-child(3) {
	background-color: #be0f34;
}

.social ul li:nth-child(3):hover span {
	color: #be0f34;
}

.social ul li:nth-child(4) {
	background-color: #517fa4;
}

.social ul li:nth-child(4):hover span {
	color: #517fa4;
}

.social ul li:last-child {
	background-color: #dd4b39;
}

.social ul li:last-child:hover span {
	color: #dd4b39;
}

.social .fa {
	color:white;
	font-size: 20px;
    line-height: 36px;
}


.top-menu {
	background-color: #132c49;
	background-image:none;
}

.top-menu .input-group {
	margin-right: 10px;
}

.navbar-default {
	border: 0;
}

.navbar-nav>li:first-child {
	margin-left: -15px;
}

#navcol-1 a {
	color:white;
	font-size: 25px;
	font-family: 'DBHX';
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
	
}
#navcol-1 a:hover {
	background-color: #1E4471;
}
#navcol-1 .active a {
	background-color: #1E4471;
	background-image:none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#navcol-1 li.open a {
	background-color: #1E4471;
	background-image: inherit;
}
#navcol-1 li.open ul.dropdown-menu {
	border: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#navcol-1 li.open ul.dropdown-menu li {
	border-bottom: 1px dashed #e6e6e1;
}
#navcol-1 li.open ul.dropdown-menu li:last-child {
	border-bottom: 0;
}
#navcol-1 li.open ul.dropdown-menu li a {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	color: #132C49;
}
#navcol-1 .glyphicon-home {
	font-size: 16px;
}

#srch-term {
	padding-left: 30px;
	font-size: 20px;
	font-family: 'DBHX';
	background-color: #1a3b62;
	color: white;
	border: 0;
}

#srch-term.form-control:focus {
	border: 1px solid #132C49;
}

.site-header .input-group-btn {
	position: absolute;
}

.navbar-form .search-icon-navbar {
	border: 1px solid #1a3b62;
    box-shadow: none;
}

button.search-icon-navbar {
	background-color: #1A3B62;

}
button.search-icon-navbar:hover {
	background-color: #1A3B62;
	border-color:#ccc;	
}

button.search-icon-navbar .glyphicon-search {
	color:white;
}

.site-header .input-group-btn:last-child>.btn {
    border: 0;
    box-shadow: none;
    padding: 7px;
}

.search-icon-navbar {
	border-color:none;
	background-image:none;
	border-left:0;
}

.line-beside-title {
    margin-top: 5%;
    background-color: #0f4d92;
    height: 3px;
}
.featured-btn {
	width:181px;
	height:100px;
	border:0;
	font-size: 30px;
	color:white;
	position: relative;
	font-family: 'DBHX';
}
.featured-btn a {
	background: url('../img/featured-pattern.jpg') repeat 0 0;
	display: block;
    height: 100px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}
.featured-btn a:hover {
	background: #039be5;
}
.featured-btn .fa {
	position: absolute;
    top: 35%;
    left: 16px;
}
.featured-text.text-big {
	font-size: 35px;
	padding-top:35px;
}
.featured-text {
	padding-top: 22px;
	font-size: 23px;
	line-height: 26px;
	margin-left:57px;
}
.featured {
	padding-bottom: 15px;
}
.featured-list {
	list-style: none;
	overflow: hidden;
	margin: 0 -6px 0 0;
	padding: 0;
}
.featured-list > li {
	float: left;
	width:25%;
}
.featured-list li:last-child {
	float:right;
}
.featured-list a{
	background-color: #104682;
}

.featured-slogan {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'DBHX';
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

/* Event Card  */

.card.events {
	min-height: 165px;
	padding-bottom: 22px;
	background-color: #fff;
	border: 1px solid #e7e5e0;
}
.card.events:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.15);
}
.card.events .items {
	border-bottom: 1px dashed #ddd;
    margin-left: 20px;
    margin-right: 20px;
}
.card.events .event-date {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
.card.events .title {
	padding: 0;
	line-height: 20px;
}
.card.events .title a {
	display: block;
	height: 40px;
    overflow: hidden;
}
.card.events .title a:hover {
	color: #039be8;
}
.card.events .title p {
	margin-bottom: 0;
	padding: 3px 0;
}
.card.events h2 {
	margin-top: 9px;
    margin-bottom: 6px;
    padding-left: 20px;
}
.see-all-events {
	padding-right: 20px;
	margin-top: 13px;
    display: block;
}

.day, .month {
	float: left;
	width:50%;
	height:48px;
	color:#fff;
	line-height: 48px;
	font-size: 15px;
}
.day {
	background-color: #2467b3;
}

.month {
	background-color: #082442;
}

/* ======================= SECOND ROW NEWS ======================= */
.news-box {
	background-color: #F5F5F4;
	padding-bottom:30px;
}

.head-section {
	overflow: hidden;
	border-bottom:3px solid #dd7c3b;
	margin-bottom: 20px;
}

.title-section h2 {
	display:inline-block;
	background-color: #dd7c3b;
	margin-bottom:0;
	font-size: 28px;
	color:white;
	padding: 7px 20px 2px 11px;
}
.title-section h2 a {
	color: #fff;
}
.title-section .fa {
	margin: 0 10px 0 10px;
	font-size: 22px;
}

.title-section {
	float: left;
	
}

.head-section .see-more {
	float: right;
	padding-top:36px;
}

.news .row {
	margin-left: -10px;
	margin-right: -10px;
}

.news .row .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.news article a {
	text-decoration: none;
	-webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	-o-transition: .33s ease-in-out;
	-ms-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}

.article-description .post-meta {
	padding:20px 0 0px 20px;
}
.article-description .post-content {
	padding:0px 20px 20px;
}
.article-description .post-content h3 {
	height: 69px;
	overflow: hidden;
	margin-top: 10px;
    margin-bottom: 5px;
    line-height: 23px;
    font-size: 1.7em;
}

.article-description .post-content p {
	margin-bottom: 0;
	height: 60px;
    overflow: hidden;
}

/* sidebar */
.qmenu .bg {
	background-color: white;
	border: 1px solid #e7e5e0;
	margin-bottom:19px;
	min-height: 410px;
}
.qmenu .bg:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.15);
}

.qmenu h2 {
	display: inline-block;
	margin-bottom: 0;
}
.qmenu .fa {
	padding-left: 20px;
	padding-right: 5px;
	font-size: 20px;
}

.qmenu ul {
	list-style:none;
	margin:0;
	padding:0 20px;
}
.qmenu li {
	padding: 5px 0;
	border-bottom: 1px solid #ecebe9;
}

.qmenu li:last-child {
	border:0;
}

.qmenu a {
	color: #3e3e3e;
}

.qmenu a:hover {
	color: #039be5;
}

/* ======================= SECOND ROW VDO ======================= */

.video {
	background-color: #e4e2de;
	padding-top: 15px;
	padding-bottom:30px;
}

.video .head-section {
	border-bottom: 3px solid #f49d05;
}

.video .title-section h2 {
	background-color: #f49d05;
}

.video article a {
	text-decoration: none;
	-webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	-o-transition: .33s ease-in-out;
	-ms-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}

.video h3 {
	font-size: 18px;
}

/* ======================= THRID ROW U-NEWS ======================= */

.news-u {
	background-color: #e4e2de;
	padding-bottom: 30px;
}

.news-u .post-gallery img {
	width: 100%;
}

.news-u article h3 {
	font-size: 1.7em;
}

.news-u article a {
	display: block;
	text-decoration: none;
	-webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	-o-transition: .33s ease-in-out;
	-ms-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}

.news-u article a:hover {
	color: #039be8;
}

.research-news .title-section h2 {
	background-color: #8e44ad;
	padding: 7px 12px 2px 11px;
}
.research-news {
	border-bottom:3px solid #8e44ad;
}

.training-news .title-section h2 {
	background-color: #3279c9;
	padding: 7px 12px 2px 11px;
}
.training-news {
	border-bottom:3px solid #3279c9;
}

.mou-news .title-section h2 {
	background-color: #32a0c9;
	padding: 7px 12px 2px 11px;
}
.mou-news {
	border-bottom:3px solid #32a0c9;
}

.reward-news .title-section h2 {
	background-color: #607D8B;
	padding: 7px 12px 2px 11px;
}
.reward-news {
	border-bottom:3px solid #607D8B;
}

.social-news .title-section h2 {
	background-color: #30b7bc;
	padding: 7px 12px 2px 11px;
}
.social-news {
	border-bottom:3px solid #30b7bc;
}

.hot-news .title-section h2 {
	background-color: #e74c3c;
	padding: 7px 12px 2px 11px;
}
.hot-news {
	border-bottom:3px solid #e74c3c;
}

.content.-hot-news .row > .col-md-4 {
	margin-bottom: 15px;
}

.content.-hot-news .row > .col-md-4:nth-child(4) {
	clear: both;
}

.content.-hot-news .item figure {
	text-align: center;
}

.content.-hot-news .post-gallery {
	background-color: #deeded;
}

.content.-hot-news .post-gallery img {
	max-height: 130px;
    width: auto;
    margin: 0 auto;
}

.infographic-news .title-section h2 {
	background-color: #795548;
	padding: 7px 12px 2px 11px;
}
.infographic-news {
	border-bottom:3px solid #795548;
}

.news-u .border-bottom-dotted {
	border-bottom: 2px dotted #A0A0A0;
}
.news-u article {
	background-color: white;
	border:1px solid #f4f3f1;
	padding-bottom:20px;
}
.news-block-2 {
	background-color: #F5F5F4;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-block-2 article {
	padding-bottom: 10px;
	background-color: transparent;
}

.news-block-3 {
	padding-top: 15px;
	padding-bottom: 30px;
}

.news-u ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.news-list {
	margin:20px 0;
	overflow: hidden;
}
.news-list img {
	width: 30%;
	margin-right:5%;
	height: auto;
	box-sizing: border-box;
	-wibkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news-list p,
.news-list img {
	float: left;
}

.news-list p {
	width: 65%;
}

.entry-content {
	color: #666;
}

.category .page-header {
	margin-top: 20px;
}

.category .page-header h1 {
	margin-bottom: 0;
	font-family: 'DBHX';
}

.category article {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9eaec;
}

.category article:last-child {
	border-bottom: 0;
}

.category .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.category .entry-title a {
	text-decoration: none;
}

.category .entry-title a:visited {
	color: #333;
}

.category .entry-content {
	margin-top: 0;
}

.category .entry-content p {
	margin-bottom: 0;
	font-size: 12px;
	color: #333;
}

.category .entry-meta {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.category .entry-footer {
	margin-top: 10px;
}

.page .content-area,
.category .content-area,
.single .content-area {
	border-right: 1px solid #bfbcb5;
	padding-left: 20px;
	padding-right: 20px;
}

.home .content-area,
.page-id-2 .content-area {
	padding-left: 0;
	padding-right: 0;
}

.single .breadcrumbs {
	margin-top: 20px;
	color: #B9B9B9;
}

.single .breadcrumbs a {
	color: #8E8E8E;
}

.single .breadcrumbs > span > span {
	height: 24px;
    overflow: hidden;
    display: block;
	background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
}

.single .breadcrumbs .breadcrumb_last {
	color: #fff;
}

.single .entry-meta {
	padding: 10px;
	background-color: #e9eaec;
	font-size: 14px;
	color: #333;
}

/*
.single .entry-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #e9eaec;
	font-size: 14px;
	color: #333;
}
*/

.single .entry-meta a {
	color: #333;
}

.page .widget-area,
.category .widget-area,
.single .widget-area {
	padding-left: 20px;
	padding-right: 20px;
}

.page .article-bg,
.single .article-bg,
.category .article-bg,
.search .article-bg,
.archive .article-bg,
.tag .article-bg,
.error404 .article-bg {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	border-top: 3px solid #132c49;
	border-bottom: 3px solid #132c49;
}

.page .site-main h1,
.single .site-main h1,
.search .site-main h1,
.archive .site-main h1,
.tag .site-main h1,
.error404 .site-main h1 {
	margin-top: 25px;
    margin-bottom: 20px;
	font-family: 'DBHX';
	font-size: 2.6em;
	color: #132c49;
	/*border-bottom: 1px solid #eee;*/
}

.single .wpfb-search {
	margin-bottom: 10px;
	text-align: right;
}

.single .wpfb-table > thead > tr > th:nth-child(2) {
	width: 80px;
}

.single .wpfb-table > thead > tr > th:nth-child(3) {
	width: 60px;
}

.tag .entry-title,
.search .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.tag .entry-title a,
.search .entry-title a {
	text-decoration: none;
}

.tag .entry-title a:visited,
.search .entry-title a:visited {
	color: #333;
}

.error-404 .page-content .search-form {
	width: 100%;
	position: inherit;
	right: inherit;
	top: inherit;
}

.single .post-gallery img {
	width: 100%;
	margin-bottom: 20px;
}

.page .widget .widget-title,
.category .widget .widget-title,
.single .widget .widget-title {
	margin-bottom: 0;
	width: auto;
    display: inline-block;
    padding: 3px 15px;
    background-color: #32a0c9;
    font-size: 28px;
    color: #fff;
}

.page .widget hr,
.category .widget hr,
.single .widget hr {
	margin-top: 0;
	margin-bottom: 10px;
	border-top: 2px solid #32a0c9;
}

/* ======================= WIDGET ======================= */

.widget-area .rpwe-title a {
	font-size: 22px;
    line-height: 24px;
}

.widget-area .tagcloud {
	margin-top: 20px;
}

.widget-area .tagcloud a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 7px;
	border: 1px solid #e9eaec;
	text-decoration: none;
	font-family: 'DBHX';
	font-size: 1.6em!important;
	color: #9fa4af;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	-o-transition: .33s ease-in-out;
	-ms-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}

.widget-area .tagcloud a:hover {
	background-color: #132c49;
	color: #fff;
	border: 1px solid #132c49;
}

.widget-area .rpwe-alignleft {
	max-width: 130px;
}

/* ======================= FOURTH ROW MEETING ======================= */

.meeting {

	background-color: #e4e2de;
	padding-bottom:30px;

}

.meeting-head .title-section h2 {
	background-color: #105097;
}
.meeting-head {
	border-bottom:3px solid #105097;
}

.meeting article a {
	text-decoration: none;
	-webkit-transition: .33s ease-in-out;
	-moz-transition: .33s ease-in-out;
	-o-transition: .33s ease-in-out;
	-ms-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}


/* ======================= FIFTH ROW GENERAL ======================= */

.general {
	padding-top:30px;
}

.general .header {
	border-bottom:3px solid #ebebea;
	overflow: hidden;
}

.general h2 {
	color:#105097;
	float:left;
	margin: 0;
}

.general h2 a {
	color:#105097;
	text-decoration: none;
}

.general .fa-arrow-right {
	float:right;
	line-height: 36px;
}

.general .list {
	list-style: none;
	padding:0;
	margin:0;
}

.general .list li {
	border-bottom:2px dotted #C3C3C3;
	overflow: hidden;
	padding:10px 0;
}

.general .list a {
	display: block;
	margin-left:5%;
	width:85%;
	float:left;
	text-decoration: inherit;
	-webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    -ms-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.general .list a:hover {
	color: #039be8;
}

.general .list .fa {
	float:left;
	margin-left:5%;
}


/* ======================= FOOTER ======================= */

#footer {
	background-color: #002147;
	margin-top:70px;
	color:white;
}

#footer hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top:2px solid #14345A;
}


#footer .social {
	float:left;
	margin-top:13px;
}
#footer .social ul {
	margin-top:0;
	padding:0;
}

#footer .social li {
	display: inline-block;
}

#footer  li {
	font-size: 14px;
	font-family: 'tahoma';
	color: #989898;
}

#footer  li a {
	color: #989898;
}

#footer .contact-web a {
	font-family: 'DBHX';
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}

#footer .copyright {
	padding-top: 15px;
	padding-bottom: 25px;
}

#footer .copyright p {
	margin-bottom: 0;
}

#footer .validator {
	text-align: right;
}

#footer .validator .w3c-content,
#footer .validator .cc-content,
#footer .validator .histats-content {
	display: inline-block;
	margin-top: 10px;
}

#footer .validator .w3c-content img {
	width: 88px;
	height: auto;
}
#footer .validator .cc-content img {
	width: 30px;
	height: auto;
}

#footer .histats-content {
    padding-top: 5px;
    vertical-align: top;
}

#footer .footer-title {
	margin-bottom: 10px;
	margin-bottom: 0;
	font-family: 'DBHXMED';
    font-size: 2.4em;
}

#footer .footer-subtitle {
	margin-bottom: 20px;
}

#footer .footer-description,
#footer .footer-description p,
#footer .contact-web p {
	color: #989898;
}

#footer .contact-web p {
	margin-bottom: 0;
}

#footer .contact-web p:last-child {
	margin-bottom: 10px;
}

/* ======================= PAGE FACULTY STYLE ======================= */

.page-id-341 .panel-grid {
	margin: 0!important;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.page-id-341 .panel-grid:first-child {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.page-id-341 .f-title {
	background-color: #132c49;
}

.page-id-341 .f-title h2 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.page-id-341 .panel-grid-cell h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}

.page-id-341 .panel-grid-cell p {
	margin-bottom: 0;
	line-height: 26px;
}

.page-id-341 .site-main h1 {
	text-align: center;
}

.page-id-341 .entry-content {
	margin-top: 0;
}

.page-id-341 .entry-content h2 {
	margin-top: 0;
}

.page-id-341 .entry-content .division {
	margin-top: 20px;
}

.page-id-341 .entry-content .department {
	margin-top: 20px;
}

.page-id-341 .entry-content .etc {
	margin-top: 20px;
}

#pg-341-0, #pg-341-1, #pg-341-13, #pg-341-14, #pg-341-23, #pg-341-24, #pg-341-33, #pg-341-34 {
	border-bottom: 0;
}

.page-template-page__live .content-area {
	border-right: 0;
}

.page-template-page__live .panel-grid {
	margin-bottom: 0!important;
}

.page-template-page__live .title-live h2 {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	font-family: 'DBHXMED';
}

.page-template-page__live .title-live p {
	display: inline-block;
	vertical-align: top;
	font-family: 'DBHX';
	font-size: 1.5em;
}

@media screen and (max-width: 480px) {
	#pg-149-0 {
		display: none;
	}
	.page-id-149 .entry-content {
		margin-top: 0;
	}
	.page-id-149 .panel-grid {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-id-149 .panel-grid-cell {
		margin-bottom: 0!important;
	}
	.page-id-149 .panel-grid-cell p {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 780px) {
	#pg-149-0 {
		display: none;
	}
	.page-id-149 .entry-content {
		margin-top: 0;
	}
	.page-id-149 .panel-grid {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-id-149 .panel-grid-cell {
		margin-bottom: 0!important;
	}
	.page-id-149 .panel-grid-cell p {
		margin-bottom: 0;
	}
}

/* ======================= PAGE TEMPLATE NO SIDEBAR ======================= */

.page-template-page__nosidebar .content-area {
	border-right: 0;
}


/* ======================= TABLET STYLE ======================= */

@media (min-width: 992px) and (max-width: 1199px) {

	.qmenu .bg {
		min-height: 385px;
	}

	.qmenu > .bg > .row > .col-md-6:first-child {
		padding-right: 0;
	}
	.qmenu h2 {
		margin-top: 8px;
		font-size: 26px;
	}
	.line-beside-subtitle {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.site-header .brand img.brand-name {
		width: 320px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-header .search-form {
		width: 200px;
	}
	.page .content-area, .category .content-area, .single .content-area {
		border-right: 0;
	}

	.featured-slogan {
		font-size: 20px;
	}

	.featured-text {
		margin-left: 53px;
	}

}

@media screen and (max-width: 992px) {

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
		margin-left: 0!important;
	}
	.site-header .brand img.brand-name {
		width: 320px;
	}
	.site-header .search-form {
		width: 150px;
	}
	.qmenu {
		margin-top: 15px;
	}
	.line-beside-subtitle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.line-beside-title {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.featured h2 {
		margin-top: 0;
	}
	.card.events {
		padding-bottom:20px;
	}
	img {
		width:100%;
	}

	.page .content-area, .category .content-area, .single .content-area {
		border-right: 0;
	}

	.news-box article {
		margin:20px 0;
	}

	.news-list img {
		width: inherit;
	}

	.general h2 {
		margin:16px 0;
	}
	.general .fa-arrow-right {
		line-height: 68px;
	}

	.single .content-area {
		border-right: 0;
	}

	.copyright {
		font-size: 13px;
	}
}
@media screen and (max-width: 769px) {
	.site-header {
		padding: 30px 0 15px;
	}

	.top-menu {
		background-color: transparent;
	}

	.container-menu {
		margin-top: 10px;
	}

	.site-header {
		padding-top: 15px;
	}

	.site-header .brand {
		margin-bottom: 10px;
		text-align: center;
	}

	.site-header .brand h1 {
		margin-bottom: 10px;
	}

	.site-header .tools .lang {
		width: 20%;
		float: left;
		padding-top: 5px;
		text-align: left;
	}

	.site-header .tools .social {
		width: 100%;
		text-align: center;
	}

	.site-header .tools .social ul {
		float: none;
		margin-top: 0;
		width: auto;
		display: inline-block;
	}

	.social {
		position: absolute;
		top: 0;
		left: 0;
	}

	.social ul li {
		float: left;
		text-align: center;
    	width: 30px;
		height: 30px;
		margin-left: 6px;
	}

	.social .fa {
		font-size: 20px;
		line-height: 33px;
	}
	.site-header .search-form {
		left: 19px;
		top: 3px;
		right: inherit;
		width: 190px;
	}
	#mega-menu-wrap-primary {
		margin-bottom: 10px;
	}
	.flex-control-nav {
		bottom: -40px;
		right:0;
		width: 100%;
	}
	.title-section h2 {
		font-size: 23px;
	}

	.navbar-form {
		margin:0;
	}

	.navbar-default .navbar-brand {
		color:white;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
		background-image:none;
		background-color: #132C49;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: #2C65A7;
	}
	.featured-list li {
		width:100%;
		display: block;
		margin:10px 0;
	}

	.featured-text {
		font-size: 35px;
	}
	.featured-text.text-small {
		font-size: 24px;	
	}
	.featured-btn {
		width:100%;
		border:1px solid black;
		box-sizing: border-box;
		-wibkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.single .content-area {
		border-right: 0;
	}

	.page .content-area, .category .content-area, .single .content-area {
		border-right: 0;
	}

}


/* ======================= MOBILE STYLE ======================= */

@media screen and (max-width: 480px) {

	.site-header {
		padding: 15px 0 15px;
	}

	.top-menu {
		background-color: transparent;
	}

	.site-header .brand {
		margin-bottom: 10px;
	}

	.site-header .brand h1 {
		margin-bottom: 10px;
	}

	.site-header .brand img.brand-symbol {
		width: 37px;
	}

	.site-header .brand img.brand-name {
		margin-top: 23px;
		width: 240px;
	}

	.site-header .tools .lang {
		width: 20%;
		float: left;
		padding-top: 5px;
		text-align: left;
	}

	.site-header .tools .social {
		width: 100%;
		text-align: center;
	}

	.site-header .tools .social ul {
		float: none;
		margin-top: 0;
		width: auto;
		display: inline-block;
	}

	.social {
		position: absolute;
		top: 0;
		left: 0;
	}

	.mega-toggle-block {
		font-size: 16px;
	}

	.social ul li {
		float: left;
		text-align: center;
    	width: 30px;
		height: 30px;
		margin-left: 6px;
	}

	.social .fa {
		font-size: 20px;
		line-height: 33px;
	}

	.navbar {
		position: fixed;
		top: 0;
		right: 0;
		margin-bottom: 0;
		border-radius: 0;
		z-index: 100;
		box-shadow: none;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-nav>li:first-child {
		margin-left: 0;
	}

	.navbar .navbar-toggle, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:visited {
		margin: 0;
		padding: 12px 10px;
		-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	background-color: #132c49!important;
    	border: 0;
	}

	div#navcol-1 {
		background-color: #132c49;
	}

	.top-menu .input-group {
		margin-right: 0;
	}

	#mega-menu-wrap-primary {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.site-header .search-form {
		left: 19px;
		top: 13px;
		right: inherit;
		width: 190px;
	}

	.slider .royalSlider {
		margin-bottom: 15px;
	}

	.qmenu .bg {
		min-height: inherit;
	}

	.flex-control-paging {
		display: none;
	}

	.qmenu li:last-child {
		padding-bottom: 15px;
	}

	.qmenu h2 {
		margin-top: 10px;
	}

	.featured h2 {
		margin-top: 5px;
		margin-bottom: 0;
	}

	.featured-btn {
		height: 70px;
	}

	.featured-btn br {
		display: none;
	}

	.featured-btn .fa {
		top: 28%;
		left: 14px;
	}

	.featured-list {
		margin: 0;
	}

	.featured-list a {
		height: 70px;
	}

	.featured-slogan {
		font-size: 22px;
	}

	.line-beside-title {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.title-section h2 {
		margin-top: 0;
		padding: 7px 14px 2px 3px;
	}

	.head-section {
		margin-bottom: 10px;
	}

	.head-section .see-more {
		display: none;
		padding-top: 7px;
	}

	.news-box article {
		margin: 10px 0;
	}

	.qmenu .bg {
		margin: 0;
	}

	.line-beside-subtitle {
		margin-top: 0;
		margin-left: 15px;
		margin-bottom: 5px;
	}

	.video, .pr-news, .social-news, .reward-news, .meeting-head {
		padding-top: 30px;
	}

	.video .head-section, .pr-news, .social-news, .reward-news, .meeting-head {
		margin-bottom: 10px;
	}

	.news-list p {
		width: 57%;
	}

	.general {
		padding-top: 0;
	}

	.general .header {
		margin-top: 10px;
	}

	.general h2 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.general .fa-arrow-right {
		line-height: 32px;
	}

	.article-description .post-content h3 {
		height: auto;
	}

	.mou-news {
		margin-top: 10px;
	}

	.news-block-2 {
		padding-bottom: 0;
	}

	.single .content-area {
		border-right: 0;
	}

	.page .content-area, .category .content-area, .single .content-area {
		padding-left: 0;
		padding-right: 0;
		border-right: 0;
	}

	.page .site-main h1, .single .site-main h1 {
		margin-top: 10px;
	}

	.page .widget-area, .category .widget-area, .single .widget-area {
		padding-left: 10px;
		padding-right: 10px;
	}

	.rpwe-li {
		position: relative;
		padding-left: 34%;
		min-height: 74px;
	}

	.rpwe-img {
		position: absolute;
		width: 30%;
		display: inline-block!important;
		left: 0;
		top: 0;
	}

	#footer {
		margin-top: 30px;
	}

}
