/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
/*Notifies*/
.notifies {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*.item*/
}
.notifies .item {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: dotted 1px #eee;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  /*:last-child*/
  /*.date*/
  /*.title*/
  /*:hover*/
}
.notifies .item:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.notifies .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.notifies .item .date {
  display: block;
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid 1px #eee;
  font-family: "Times New Roman";
  color: #555;
  text-align: right;
  /*.weekday*/
  /*.monthday*/
}
.notifies .item .date .weekday {
  display: block;
  padding-bottom: 6px;
  font-size: 17px;
}
.notifies .item .date .monthday {
  display: block;
  font-size: 22px;
  font-style: italic;
}
.notifies .item .title {
  display: block;
  position: absolute;
  z-index: 1;
  left: 100px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}
.notifies .item:hover {
  text-decoration: none;
  color: #f47612;
}
.notifies .item:hover * {
  color: inherit;
}
/*.notifies*/
/*#Notifies*/
/*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*/
