.content{ line-height:25px;}
.content strong {}
.content table{ margin:auto}
.content table td{ vertical-align:top; padding:5px;}
.red{color:red;}
.content h3{font-size:15px}
.imgcentet{display:block;margin:0 auto;width:80%;max-width:750px}
.content .margin10{margin-left:10px}
.content .margin10 img{margin-right:5px}
.content .khungtuvan {background-color: rgba(204,255,204,0.2);padding: 5px 10px 10px;border: 2px solid #01afee;}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
	
}
.hvr-ripple-out:before, .hvr-ripple-out:before, .hvr-ripple-out:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #01afee solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	z-index:-1;
}
@-webkit-keyframes hvr-ripple-out {
	0%{
		opacity:0;
	}
	20%{
		opacity:1;
	}
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	  }
	}

@keyframes hvr-ripple-out {
	0%{
		opacity:0;
	}
	20%{
		opacity:1;
	}
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	  }
	}
.chitietbaiviet-lienquan{padding: 1px 30px; border: 1px dashed gray; margin-bottom: 15px}
.chitietbaiviet-lienquan ul{list-style-image: url('../img/lienquan.jpg');}
.chitietbaiviet-lienquan ul>li>a{color:#000;font-weight:bold}
#trangchitiet .content img{height: auto!important;}