/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
.search-form {
  border-bottom: solid 3px #eee;
  margin-bottom: 10px;
}
/*.search-form*/
/*DOCUMENTS LIST*/
.documents {
  margin-bottom: 20px;
  /*.item*/
}
.documents .item {
  border-top: dotted 1px #ddd;
  padding: 8px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1px;
  /*.title*/
  /*.meta*/
  /*:first-child*/
  /*:after*/
  /*:hover*/
}
.documents .item .title {
  font-weight: 700;
  font-size: 15px;
  color: #363636;
  line-height: 21px;
  padding-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.documents .item .meta {
  display: block;
  padding-top: 8px;
  font-size: 0px;
  font-style: italic;
  /*span*/
}
.documents .item .meta span {
  font-size: 12px;
  margin-right: 20px;
  color: #008000;
  /*:before*/
}
.documents .item .meta span:before {
  content: attr(data-label);
  display: inline-block;
  color: #777;
  margin-right: 5px;
}
.documents .item:first-child {
  border-top: none;
}
.documents .item:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.documents .item:hover {
  /*.title*/
}
.documents .item:hover .title {
  color: #f47612;
  border-bottom: dotted 1px;
}
.documents .item:hover .title:hover {
  text-decoration: none;
}
/*.documents*/
/*#DOCUMENTS LIST*/
/*DOCUMENT DETAIL*/
.document-detail {
  margin-bottom: 20px;
  /*.title*/
  /*.attrs*/
  /*.content*/
}
.document-detail .title {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
}
.document-detail .attrs {
  font-size: 13px;
  margin-bottom: 16px;
  margin-right: -20px;
  /*.attr*/
  /*:after*/
}
.document-detail .attrs .attr {
  float: left;
  width: 318px;
  margin-right: 20px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #222;
  /*.label*/
  /*.value*/
  /*:after*/
}
.document-detail .attrs .attr .label {
  font-weight: 700;
  font-style: italic;
}
.document-detail .attrs .attr .value a {
  color: #07c;
  border-bottom: dotted 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:hover*/
}
.document-detail .attrs .attr .value a:hover {
  text-decoration: none;
  color: #f47612;
}
.document-detail .attrs .attr:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.document-detail .attrs:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.document-detail .content {
  line-height: 20px;
  text-align: justify;
  color: #222;
  /*:before*/
}
.document-detail .content a {
  color: #07c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:hover*/
}
.document-detail .content a:hover {
  text-decoration: none;
  color: #f47612;
  border-bottom: dotted 1px;
}
.document-detail .content p:first-child {
  margin-top: 0px;
}
.document-detail .content:before {
  content: "Toàn văn: ";
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-bottom: 16px;
}
/*.topic-detail*/
.share-widget {
  margin-bottom: 0px;
}
.more-documents-heading {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
/*.more-galleries-heading*/
/*#DOCUMENT DETAIL*/
