/*
    Theme Name: TNUS-CNSH
    Theme URL: http://cnsh.tnus.edu.vn/assets/css/style.css
    Author: TNUS-CNSH
    Author URL: http://cnsh.tnus.edu.vn/
*/
element.style{
    background: url(../img/gradient-design.jpeg) no-repeat center !important;
    background-size: cover !important;
}
h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", Helvetica, Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

p {
  line-height: 1.8;
  color: #333;
  color: ##485667;
  font-size: 400;
  /* font-family: "Raleway", Helvetica, Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  word-break: normal;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  /* margin-bottom: 65px; */
  font-weight:600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #337ab7;
}

/* ==================================================
  Elements
  ================================================== */
.row{
	margin-left: 0px;
	margin-right: 0px;
}
.btn {
  background-color: #199EB8;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #E04F00;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 85px 0;
  padding: 55px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  /* background-image: url(../img/cover.jpg); */
  background-image: url(../img/slide2.jpg);
  background-image: url(../img/IMG_6582.jpg);
  background-image: url(../img/slide_cnsh.jpg);
  background-size: cover;
  background-position: center;
  padding: 55px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  height: 80vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand h1{
	color: #fff;
}

.hero-brand {
  margin-bottom: 120px;
  margin-bottom: -55px;
  display: inline-block;
  
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 5px 0 5px 0;
  color: #fff;
}
/*
About Styling
*/

.about
{
	background: url(../img/hr-line.png) no-repeat 50% 100%;
	padding: 55px 0 25px 0;
}
/* ==================================================
  Header Styling
================================================== */
#header {
  background: #199EB8;
  height: 70px;
}

#header #logo {
  margin: 10px 0px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header #logo {
    margin: 10px 10px 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
}
#header .home-ico{
	display: none;
}
#header .menu-ico{
	display: none;
}
#header .social-nav {
  margin-top: 9px;
  margin-right: 10px;
  /* padding-right: 12px; */
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 10px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 25px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
  margin: 4px 0 0 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;

}
.nav-menu ul li {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px dotted #007ec0;
  border-bottom: 1px dashed #007ec0;
  box-shadow: 0px 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
  -ms-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
  -o-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  -webkit-transition: 0.02s;
  -o-transition: 0.02s;
  transition: 0.02s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  left: 10px;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  background: #1986da;  
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-delay: 50ms;
}

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

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  /* color: #199EB8; */
  color: #fff;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
  background: #17a2b8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -10px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  max-height: 700px;
  overflow: hidden;
  /* padding-top: 85px; */
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  /* margin-bottom: 45px; */
}
/* FULL SLIDESHOW */
.full_slide{
	max-width: 1920px;
	margin: 0 auto;
}
#full-slideshow{
	position: relative;
	width: 100%;
	max-height: 700px;
	overflow: hidden;
}
#progressbar{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 6px;
	background: #ea71ba;
	width: 0px;
	z-index: 900;
}
#full-slideshow .fs_slide{
	width: 100%;
	max-height: 700px;
}
.fs_slide img{
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.fs_control{
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	z-index: 200;
}
.fs_control a{
	display: inline-block;
	/* background: url('../img/slideshow_control.png'); */
	background: url('http://tnus.edu.vn/public/img/slideshow_control.png');
	background-repeat: no-repeat;
	background-size: auto 20px;
	z-index: 999l
	text-indent: -100%;
	white-space: nowrap;
	overflow-y: hidden;
	font-size: 0;
	line-height: 0;
	text-shadow: none;
	color: transparent;
	width: 20px;
	height: 20px;
	margin: 0 1px;
}
.fs_control .fsbtn_off{
	background-position: 0 0;
}
.fs_control .fsbtn_on{
	background-position: -56px 0;
}
.fs_control a.fs_stop{
	background-position: -112px 0;
}
.fs_control a.fs_stop.stopped{
	background-position: -168px 0;
}
/* ==================================================
  feed Styling
  ================================================== */
.feed {
  padding-bottom: 45px;
  padding-bottom: 5px;
}

.feed h2 {
  color: #199EB8;
}

.feed-col {
  /* display: table; 
  padding-bottom: 45px;*/
}

.feed-col > div > div {
  display: table-cell;
  vertical-align: middle;
  /* padding-left: 10px; */
}

.feed-col > div > div:first-child {
 /*  background-color: #ddd; */
}
.feed-col > div > div:last-child {
  padding-left: 10px;
  /* background: #eee;  */
}
.feed-col .sec-bar{
	display: table;	
	padding-top: 15px;
	padding-bottom: 45px;
}
.feed-col.news-bar{
	/* background-color: #387e8a; */	
	background-color: #ddd;	
	background-color: #485667;	
	
	padding-top: 5px;
	height: 45px;
}
.feed-col.news-bar h2{
	color: #fff; 
	/* 
	color: #A04F00;*/
}
.feed-col .notice-bar{
	background-color: #A04F00 !important;	
	padding-top: 10px;
	height: 45px;
}
.feed-col .notice-bar h2{
	color: #fff;
	margin-bottom: 5px !important;
	font-size: 28px;
	font-weight: 700;
	line-height: 26px;
}
/* NEWS FEED */

#news-list ul{
    list-style: none;
    padding: 5px 10px 0 10px;
}
#news-list li{
	position: relative;
    color: #fff;
	font-size:14px;
    overflow: hidden;
	padding-bottom: 5px;
	background: url(../img/bul_dot_w.gif) no-repeat 0 12px;
}

#news-list li> a {
    color: #fff;
    overflow: hidden;
	padding: 0px 0px 0 10px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    float: left;
	text-align: justify;
}
#news-list li> a:hover{
	text-decoration: underline !important;
}
#news-list.left{
	background:#007ec0;
	height: 406px;
	overflow: hidden;
}
.news-list{	
	padding: 15px 0px; 
	overflow: hidden; 
	border-bottom: 1px solid #e2e2e2;
	 
}
.news-list .title{
	padding: 0px 10px;
	text-align: justify;
}
.news-list .desc{
	font-size:13px;
	padding: 10px;
	line-height: 18px;
	color: #999;
	text-align: justify;
}
.title{
	/* margin-right: 15px; */
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
    text-align: justify;
} 
.desc{
	font-size: 13px;
	/* margin-right: 15px; */
	line-height: 20px;
    text-align: justify;
}
.img_responsive{
	width: 100%;
	margin: -10px -5px 0px;
}
/* 
#news_block > div:nth-child(2) {
  background-color: #ddd;
}
#news_block > div:last-child {
  background-color: #eee;
}
 
#news_block > div:last-child > div > div:nth-child(2){
  background-color: #fff;
} */
#news_block .thumb{
	width:100%;
	height: 190px;
	overflow: hidden;
}
.thumb img{
	width: 100%;
	height: 100%;
	padding: 10px;
	-webkit-transition: all .25s ease-in-out 0s;
	   -moz-transition: all .25s ease-in-out 0s;
	    -ms-transition: all .25s ease-in-out 0s;
	     -o-transition: all .25s ease-in-out 0s;
	        transition: all .25s ease-in-out 0s;
}
.thumb:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.thumbnail {
	/* max-width: 230px; */
	margin: auto;
}
.thumbnail img{
	padding: 10px 0 10px;
	-webkit-transition: all .25s ease-in-out 0s;
	   -moz-transition: all .25s ease-in-out 0s;
	    -ms-transition: all .25s ease-in-out 0s;
	     -o-transition: all .25s ease-in-out 0s;
	        transition: all .25s ease-in-out 0s;
}
.thumbnail:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

#main_content {
	line-height: 1.8;
    background: url(../img/content_bg.gif) repeat-x 0 0;
}
#content {
    float: left;
    width: 860px;
    padding: 0;
    margin: 0 0 40px 40px;
    min-height: 500px;
}
#content .feed-col .title{
	padding-bottom: 0px !important;
}
#content .title h2{
	margin-bottom: 0px !important;
}
.sidebar{
	background: #f8f9fa;
}
.rightbar{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#sidebar{
	float: left;
	padding: 0;
	margin: 0;
	width: 240px;
	background: #ddd;
}
#ads {
  background-color: #199EB8;
  padding: 25px 0;
  margin-top: 5px;
}
#breadcrumb ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#breadcrumb ul li{
	display: inline-block;
	padding: 0 8px 0 30px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	background: url(../img/cherov_right.gif) no-repeat 0 50%;
	font-size: 12px;
}
#breadcrumb ul li.active{
	color: #007ec0;
	font-weight: bold;
}
#breadcrumb ul li:first-child{
	padding-left: 0;
	background-image: none;
}
#breadcrumb a{
	color: #999;
}
.hidden{
	display: none;
}
.next_prev{
	margin-left: 20px;
	margin-bottom: 10px;
}
.next_prev a {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;
}
.big_title{
	font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.small_title{
	font-size: 12px;
    color: #9b9b9b;
    text-transform: uppercase;
}
.pdf_viewer {
    width: 100%;
    height: 600px;
    border: none;
}
#news-related h4 {
    border-bottom: 2px solid #019688;
    color: #009688;
    padding: 8px 8px;
	width: 100%;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.item-thumb{
	margin: 8px 8px;
	min-width: 200px;
}

.item-title{
	margin: 8px 8px;
	min-width: 200px;
}
.paging{
	width: 300px;
	padding: auto;
	margin: 30px auto;
	text-align: center;
}
.paginationTNUS {
    background: #fff none repeat scroll 0 0;
    margin-bottom: -3px;
    margin-top: 15px;
    padding: 8px;
    text-align: center;
}
.paginationTNUS a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    margin: 0 3px;
    padding: 5px 8px;
}
.paginationTNUS span, .paginationTNUS a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    margin: 0 3px;
    padding: 3px 3px 0px;
	
	display: inline-block;
    color: #777;
    background: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
	
}
.paginationTNUS .current{
	background: #007ec0;
    color: #fff;
}
.inlineDownload{
	display: inline-block; 
	vertical-align: bottom;
	width: 68px; 
	height: 20px; 
	margin-bottom: 6px;
}
.inlineDownload a{
	color: #fff;
}
.inlineBlock {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
	padding-right: 10px;
}
._l0a, ._l0d {
    width: 100%;
}
._2tga {
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    -moz-user-select: none;
    white-space: nowrap;
}
._2tga:hover {

    background: #365899;
    border: 1px solid #365899;

}
._2tga._5n6f {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

._2tga._49ve {
    border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 0 0 2px;
	font-weight: bold;
}

._3jn- {
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

._3jn_ {
    background: none;
    display: none;
    height: 28px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 28px;
}

._5n6l {
    background: #fff;
    border: 1px solid #90949c;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(144, 148, 156);
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #1d2129;
    text-align: center;
    width: 100%;
	margin: 0 0 -6px;
}

._5n6j {
    border-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    height: 20px;
    line-height: 18px;
}
#hits{
	font-size: 11px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 15px;
}

.table_list .table{
	padding: 0;
	margin: 0;
}
.table_list .table > thead > tr > th{
	background: #f6f6f6;
	border-bottom: 1px solid #aaa;
	padding: 8px 5px;
	color: #222;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
}
.table_list .table > tbody > tr > td{
	padding: 8px 5px;
	font-size: 13px;
}
.table_list .table > tbody > tr:hover,
.table_list .table > tbody > tr:focus{
	background: #f6f6f6;
}
.table_list .file, .table_list .date, .table_list .hit{
	text-align: center;
}
.table_list .subject a{
	color: #333;
	text-decoration: none;
}
.table_list tr:hover .subject a,
.table_list tr:focus .subject a{
	color: #007ec0;
}
.date{
	float: left;
	width: 50px;
	/* background:#f4f4f4; */
	text-align: center;
}
.datetime {
    width: 50px;
    text-align: center;
}

.center{
	text-align: center;
	padding: 10px;
}
.pading-left-20{
    padding-left: 20px;
}

.content{
	display: block;
	padding: 10px 15px 0 15px;
	color: #333;
	font-size: 14px;
	margin-right: 10px;
    text-align: justify;
}
.content img{
	max-width: 680px;
	height: auto;
}
.content .title{
	padding: 0 0 20px;
	margin: 0;
	width: 100%;
	text-align: center;
	background: url(../img/hr-line.png) no-repeat 50% 100%;
}
.content .title a{
	color: #006621;
	font-size: 16px;
	line-height: 20px;
	height: 80px;
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}
.content .title a:hover{
	color: #39778a;
	text-decoration: underline;
}
.content .desc{
	height: 80px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 13px 0;
	font-size: 12px;
}

.feed-col .feed-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feed-col h3 {
  color: #199EB8;
}

.feed-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

#notice-list ul{
    list-style: none;
    padding: 5px 10px 0 10px;
}
#notice-list li{
	position: relative;
	padding-bottom: 5px;
    color: #007ec0;
	font-size:14px;
    overflow: hidden;
	background: url(../img/bul_dot_p.gif) no-repeat 0 12px;
}

#notice-list li> a {
    color: #007ec0;
    
    overflow: hidden;
	padding: 0px 0px 0 10px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    float: left;
}
#notice-list li a:hover{
	text-decoration: underline !important;
}
#notice-list.right{
	background:#fff;
	height: 406px;
	overflow: hidden;
}
.post_social{
	margin-top: 10px;
}

/* Search Box */
.box_search {
    border: 1px solid #eaeaea;
    background: #f4f4f4;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    line-height: 1.2;
}
.box_search input {
    height: 30px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    vertical-align: middle;
    text-indent: 10px;
}
.box_search .btn {
    height: 30px;
    padding: 2px 18px 2px;
    border: 2px solid #6d6e71;
    background: #6d6e71;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}
.com_search{
	margin-top: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: #f9f9f9;
    padding: 20px 40px;
    overflow: hidden;
}
.com_search .title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.com_search dd {
    float: left;
    width: 180px;
    margin: 10px 0 0 10px;
    font-size: 13px;
}
.com_search dd a {
    color: #567790;
}
.searchbox {
    padding: 20px 0;
    text-align: center;
	border: 1px solid #eaeaea;
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.2;
}


.searchbox .search_title{
	display: block;
    position: absolute;
    top: 20px;
    left: 40px;
}
.searchbox .search_form {
    width: 320px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid #DA2129;
    border-radius: 20px;
    position: relative;
}
.searchbox .search_form input {
    border: 0;
    height: 36px;
    padding: 5px 40px 5px 20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#frmSearch{
		width: 650px;
	}
.searchbox .search_form .search_btn {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    color: #DA2129;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.search_result {
    font-size: 16px;
}
.searchbox_result {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
    overflow: hidden;
}
.searchbox_result h4 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.searchbox_result h4 span {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: normal;
}
.searchbox_result dl {
    padding-bottom: 20px;
    margin: 0;
}
.searchbox_result dt {
    margin-bottom: 6px;
}
.searchbox_result dt a {
    margin-right: 10px;
    font-weight: normal;
    color: #08489e;
	color: #337ab7;
    font-weight: bold;
}
.searchbox_result dd {
    line-height: 1.45;
    font-size: 13px;
    color: #444;
}
.searchbox_result dd.url a {
    color: #006621;
    font-size: 13px;
}
.search_more {
    text-align: right;
}
.search_more a {
    color: #666;
    font-size: 12px;
}
/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #199EB8;
  padding: 25px 0;
  margin-top: 5px;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 5px;
}

.portfolio-grid {
  margin-top: 40px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 2px;
  //margin: 5px;
}

.portfolio-grid .row > div .card{
	position: relative;
    width: 340px;
    height: 240px;
    border: 1px solid #ddd;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.portfolio-grid .row > div .card img {
	width: 100%;  
	max-width: 100%;
    padding: 10px;
    display: block;
    /* max-height: 100%; */
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 22px;
  margin: 5px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 5px;
  line-height: 18px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #199EB8;
}

#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */
.copyright-text h4 {
	color: #fff;
}

h4, b{
	color: #ddd;
}
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 1.5;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #4F5151;
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .feed {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 100px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 25px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feed-col {
    padding-bottom: 30px;
  }
  .feed-col.news-bar{
	  
  }
  .portfolio-grid .card h3.card-title {
    /* font-size: 18px !important; */
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 768px) {
	.portfolio-grid .row > div {
	  padding: 2px;
	  margin: 5px;
	}
	#header .home-ico{
		display: inline;
	}
	#header .menu-ico{
		width: 260px;
		color: #fff;
		display: inline-block;
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
	#home{
		display: inline;
	}
	#logo{
		padding-left: 70px;
	}
	
	.feed{
		padding-top: 2px;
	}
	#news-content{   
		padding-left: 0px;
		margin-left: 5px;
		margin-right: 5px;
		padding-right: 0px;
	}
	/* .content{
		margin: 0px;
	} */
	.block {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#breadcrumb{
		display:none;
	}
	
	.content img{
		max-width: 300px;
		max-height: 200px;
		width: 100%;
		height: auto;
	}
	.text-lg-right{
		display: none;
	}
	#main_content {
		background: #fff;
	}
	#main_content h3 {
		margin-top: 5px;
	}
	.big_title{
		 line-height: 40px;
	}
	.small_title{
		display: none;
	}
	.news-list{
		margin: 0 -15px;
	}
	.news-list img{
		width: 300px;
	}
	.thumb{
		margin-left: 15px;
	}
	#news_block .thumb{
		height: auto;
	}
	.thumb img {
		width: 100%;    
		padding-top: 15px;
		margin: auto;
	}
	/* .thumbnail {
		display: none;
	} */
	.thumbnail img{
		width: 100%; 
		height: 100%;
		margin: auto;
	}
	.searchbox .search_form {
		width: 280px;
	}		
	#frmSearch{
		width: 280px;
	}
	
	table{
		width: 300px;
	}
	table >td{
		max-width:50%;
	}
	a{
		overflow-wrap: break-word;
		word-wrap: break-word;

		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;

		/* Adds a hyphen where the word breaks, if supported (No Blink) */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
		/*white-space: pre-wrap;  css-3 */    
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */    
		white-space: -o-pre-wrap; /* Opera 7 */    
		word-wrap: break-word; /* Internet Explorer 5.5+ */
	}

}

@media (max-hegh: 1024px) {
	.portfolio-grid .row > div {
	  padding: 2px;
	  //margin: 5px;
	  margin-left: 5px;
	}
}