

@media (max-width: 575px) { 
	.blockhome{min-height:250px; overflow:hidden;}
	.minheight151{min-height:250px;}
	/*.cardnews{height:325px !important; overflow:hidden;}*/
}
@media (max-width: 767px) {
	.blockhome{min-height:250px; overflow:hidden;}
	.minheight151{min-height:250px;} 
	/*.cardnews{height:325px !important; overflow:hidden;}*/
}
@media (max-width: 991px) {
	
	.blockhome{max-height:200px; overflow:hidden;}
	.minheight151{min-height:200px;}
	/*.cardnews{height:325px !important; overflow:hidden;}*/
}
@media (max-width: 1199px) { 
	.blockhome{max-height:200px; overflow:hidden;}
	.minheight151{min-height:200px;}
	/*.cardnews{height:304px; overflow:hidden;}*/
}
@media (min-width: 1200px) {
	.blockhome{max-height:185px; overflow:hidden;}
	.minheight151{min-height:185px;}
	.imgnewslist {max-height:218px; overflow:hidden;
	  transition: transform 0.3s ease, box-shadow 0.3s ease;}
	.imgnewslist:hover { 
	  transform: scale(1.03);
	  cursor: pointer;
		}
	/*.cardnews{height:240px; overflow:hidden;} */
}

/*CSB content*/

.csb-content p, ul {
	font-size:14pt !important;
	color:#000;
	}
.csb-content img {max-width:100% !important; height:auto !important; }
.csb-content table{
	width:auto; 
}
.csb-content table[align="right"]{
  margin-left: 15px;
  margin-bottom: 5px; 
}
.csb-content table[align="left"]{
  margin-right: 15px;
  margin-bottom: 5px;
}
.csb-content table[align="center"]{
  margin: 10px auto;
}
.csb-content table td{
  padding: 5px;  
  border: 1px solid #ebebeb;
  font-size:16px;
  color:#000;
}
.csb-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.csb-imgnews img{
	min-height: 188px !important;
	}
@media (max-width: 1199px) {
	.csb-imgnews img{
	min-height: 150px !important;
	}
	}

/*Chat*/
#zalo {
	padding: 5px 3px;
	/*background: url(../img/zalo.png) no-repeat top center; */
	color: #fff;
	position: fixed;
	bottom: 160px;
	right: 16px;
	display: none;
	width: 50px;
	height: 50px;
	}
#wechat {
	padding: 5px 3px;
	/*background: url(../img/wechat.png) no-repeat top center; */
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 16px;
	display: none;
	width: 50px;
	height: 50px;
	}
#whatsapp {
	padding: 5px 3px;
	/*background: url(../img/whatsapp.png) no-repeat top center; */
	color: #fff;
	position: fixed;
	bottom: 100px;
	right: 16px;
	display: none;
	width: 50px;
	height: 50px;
	}
/*End chat*/ 

.icon-wrapper {
  display: flex;
  flex-direction: column; 
}

.icon img {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50%;
}

/* Khi hover vào icon */
.icon:hover img {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
/*End CSB*/