/* line 12, _markdown.scss */
.markdown {
  line-height: 24px;
  padding: 0px;
}
/* line 15, _markdown.scss */
.markdown p {
  margin-bottom: 18px;
  font-size: 123%;
  line-height: 25px;
}
/* word-wrap link */
.markdown p a{  
	word-wrap: break-word;
}
/* line 20, _markdown.scss */
.markdown h3 {
  background: url(https://www.viet-jo.com/home/images/bg_h3.png) no-repeat left top;
  border-bottom: 1px solid #d2e7f3;
  font-size: 125%;
  margin: 0px 0;
  padding: 3px 10px;
  font-weight: bold;
}
/* line 29, _markdown.scss */
.markdown h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 34, _markdown.scss */
.markdown table {
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
}
/* line 38, _markdown.scss */
.markdown table th {
  background: #2086c1;
  color: #ffffff;
  padding: 3px 5px;
  border: 1px solid #fff;
}
/* line 44, _markdown.scss */
.markdown table td {
  padding: 3px 5px;
  background: #d2e7f3;
  color: #333;
  border: 1px solid #fff;
}
/* line 52, _markdown.scss */
.markdown ul li {
  background: url(https://www.viet-jo.com/home/images/img_list_bullet.png) no-repeat left 7px;
  padding-left: 18px;
}
/* line 55, _markdown.scss */
.markdown ul li a {
  color: #333;
}
/* line 57, _markdown.scss */
.markdown ul li a:hover {
  text-decoration: underline;
}
/* line 63, _markdown.scss */
.markdown ol {
  list-style-type: decimal !important;
  counter-reset: item;
  color: #2086c1;
}
/* line 67, _markdown.scss */
.markdown ol li {
  color: #333;
}
/* line 69, _markdown.scss */
.markdown ol li a {
  color: #333;
}
/* line 71, _markdown.scss */
.markdown ol li a:hover {
  text-decoration: underline;
}
/* line 77, _markdown.scss */
.markdown ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #2086c1;
}
/* line 83, _markdown.scss */
.markdown img {
  text-align: center;
}
/* line 86, _markdown.scss */
.markdown .heading-01 {
  background: #2086c1;
  color: #fff;
  font-size: 150%;
  margin: 10px 0;
  padding: 3px 10px;
}
/* line 93, _markdown.scss */
.markdown h4 {
  background: url(https://www.viet-jo.com/home/images/bg_h3.png) no-repeat left top;
  font-size: 110%;
  margin: 0px 0;
  padding: 3px 10px;
  font-weight: bold;
}

/* line 101, _markdown.scss */
.full-size {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
/* line 105, _markdown.scss */
.full-size .zoom {
  background: url(https://www.viet-jo.com/home/images/ico_zoom.png) no-repeat 0 0;
  height: 20px;
  padding-left: 25px;
  color: #333;
}
/* line 111, _markdown.scss */
.full-size:hover {
  -webkit-box-shadow: 1px 1px 5px 0px #555555;
  -moz-box-shadow: 1px 1px 5px 0px #555555;
  box-shadow: 1px 1px 5px 0px #555555;
  cursor: pointer;
}
/* line 116, _markdown.scss */
.full-size:hover .zoom {
  background: url(../images/common/ico_zoom.png) no-repeat 0 -50px;
  color: #2086c1;
}