/*--canh giữa cho hình--*/
.float-center {
  display: block;
  margin: 10px auto;
}



.float-right-content {
	float: right;
	clear: right;
	margin: 3px 10px; /*-- edit 30/12/2018--*/
	margin-right: 0;
	width: 40%;
}
.float-right-content p {
  color:blue;
  text-align: center !important;
}
.float-right-content img {
  width: 100%
}

.float-left-content {
  float: left;
  clear: left;
  margin: 10px;
  margin-left: 0;
  width: 40%;
}
.float-left-content img {
  width: 100%;
}
.float-left-content p {
  color:blue;
  text-align: center !important;
}
.float-center p {
  color:blue;
  text-align: center !important;
}
.float-center img {
  width: 100%;
}

/*-- css tập ảnh--*/
.left-img-20-per, .left-img-20-per-2img {
  width: 20%;
}
.left-img-50-per {
 width: 50%;
}
.left-img-100-per {
  width: 100%;
}
.img-100-per {
  width: 100%;
}
/*--ENG css tập ảnh--*/
/*-- hiệu chỉnh menu NAV--*/
@media only screen and (max-width : 600px) {
        .float-right-content {width: 100% !important; margin:0;padding:10px;}
        .float-right-content img{width: 100% !important; margin:0;padding:10px;}
        .float-left-content {width: 100% !important; margin:0;padding:10px;}
        .float-left-content img{width: 100% !important; margin:0;padding:10px;}
        .float-center {width: 100% !important;}

}
@media screen and (max-width:450px) {
.youtube {
  width: 100% !important;
  height: 250px !important;
}
.left-img-20-per-2img {width: 48% !important;}
.left-img-50-per, .left-img-20-per {width: 100%;}
.table-2-img {width: 100% !important;}
.table-2-img img {height: 200px;}
} 