
.news-detail{ margin: 18px auto;}
.news-detail .title{ color: #343896; font-weight: bold; font-size: 22px;}
.news-detail .img-detail{ background: #eeeeee; width: 100%; padding: 15px 15px 40px; height: auto; text-align: center;}
.news-detail .img-detail img{ max-height: 320px; margin: auto;}
.news-detail .content-news{ padding: 18px 8px; margin: 18px auto; line-height: 1.5;}
.news-detail .content-news .date{ border-bottom: 1px dotted #aadffe; margin: 8px 0; padding-bottom: 4px;}

.head-title span.highlight-blue{ font-size: 12px; padding: 2px; text-align: center; background: #aadffe; width: 90px; display:inline-block;}
.head-title span.highlight-yellow{ font-size: 12px; padding: 2px; text-align: center; background: #fae23c; width: 120px; display:inline-block;}
.head-title span.highlight-green{ font-size: 12px; padding: 2px; text-align: center; background: #b5fadc; width: 70px; display:inline-block;}
a.view-more{ display: inline-block; background: #52a8fc; color: #fff; padding: 2px; float: right; border-radius: 15px; font-size: 14px; font-weight: normal;}

#url_link{
	background-image: url(/news/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	text-decoration:underline;
	color:#0168c5 !important;
	font-size:14px;
}
#pdf_link{
	background-color:#0985de;
	display:block;
	width:150px;
	text-align:center;
	color:#FFF;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:14px;
	padding:5px 0;
	margin:10px 0 0 0;
	box-shadow:0 3px 0 #005490;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  display: inline-block;
  /*padding: 10px 2px;*/
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.inner{
	background-color: gray;
}

.thumbslide{
	display: block;
	width: 100%;
	text-align: center;
    padding: 14px;
    width: 90%;
    margin: auto;
}