.photos *{margin:0;padding:0;list-style: none;}
.photos h4{font-size:18px;text-transform:uppercase;color:#333;border-bottom:1px solid #bdbdbd;padding-bottom:5px}
.lstImgContent{overflow:hidden;}
.lstImgContent li{float:left;width: 32%;margin-top:10px;margin-left: 2%;padding:2px;box-sizing: border-box;}
.lstImgContent li:nth-child(3n+1){margin-left:0;}
.lstImgContent .postImg{height: 170px;overflow:hidden;position:relative;box-sizing: border-box;border:5px solid #fff;box-shadow: 0 0 2px #333;}
.lstImgContent .postImg:after{content:"\f03e";font-family:FontAwesome;position:absolute;bottom:1%;right:2%;color:#fff;font-size:30px;line-height: 1;opacity: .5}
.lstImgContent .postImg img{box-sizing: border-box;border: 1px solid #e52809;transition: transform 1s;}
.lstImgContent .postImg:hover img{transform: scale(1.3)}
.listHinhAnh,.listVieos{margin: 0;list-style: none;}
.listHinhAnh *,.listVieos *{margin: 0;padding:0;list-style: none;color: inherit;text-decoration: none;}
.listHinhAnh > li,.listVieos > li{float:left;width: 31.8%;box-sizing: border-box;margin-right: 2%;position: relative;margin-bottom: 20px;}

.listHinhAnh .listImg{position: relative;height: 155px;}
.listHinhAnh ul{width: 100%;position: absolute;height: 100%;box-sizing:border-box;}
.listHinhAnh ul:nth-child(2){left: 0;}
.listHinhAnh ul:nth-child(3){left: 0;}
.listHinhAnh .listImg li{top:0;width:100%;height: 100%;position:absolute;display:none}
.listHinhAnh .listImg img{}
.listHinhAnh h4,.listVieos h4{color: white;margin: 0;text-align: center;font-size: 18px;font-weight: normal;height: 22px;width: 100%;float: left;font-weight: bold;padding: 16px 0;position: absolute;left: 0;bottom: 0;z-index: 99;background-image: url('/images/bg_hinhanh.png');background-size: 100% 100%;}
.listVieos li{height: 100%;box-sizing:border-box;}
.listVieos li img{box-shadow:0 0 2px #414141;transition:opacity 1s;}
.listVieos .postImg a{position: relative;display: block;width: 100%;height: 100%;}
.listVieos li:hover .postImg img{opacity:.5}
.listVieos li .postImg a:after{content:"\f144";font-family:FontAwesome;position: absolute;left: 46%;top:40%;font-size:30px;color: #f50000;opacity: .5;transition: transform 1s;transform: scale(0);}
.listVieos li:hover .postImg a:after{transform: scale(2)}

