.product-catalogue__wrapper .article-item .img-cover img{
	object-fit: contain;
}

#loadMore {
	font-size: 15px;
} 
.product-item .title {
	display: -webkit-box;
  	-webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
} 

.float-icon-hotline ul li:last-child{
	display:none !important
}
.float-icon-hotline ul li:first-child{
	display:none !important
}
@media (max-width:767px){
.float-icon-hotline ul li:first-child{
	display:block !important
}
} 
.footer-des{
	margin-top:0.5rem;
    color:var(--main-color);
    font-size:16px;
} 
.section-store h3.section__subheading{
	text-align:center !important
}

.product-catalogue__wrapper > .panel-body:first-child .product-item .contact {
	background-color: #ED2023;
}
.product-catalogue__wrapper > .panel-body:first-child .product-item:hover {
 	border: 1px solid var(--main-color);
}
.product-catalogue__wrapper > .panel-body:first-child .product-item:hover .contact {
	background-color: var(--main-color);
} 
.panel-img{
	background: #F2F2F2;
    padding: 60px 0;
} 
@media(max-width:991px){
	.productContent table{
        display: block;
    overflow: auto;
    width: 100% !important;
    	
    }
} 
.mega-menu__inner{
	padding:0
}
.mega-menu__left{
	border-right:none;
    padding: 10px 0;
}
.mega-menu__right{
	background: #fff;
}
.mega-menu__panel-head a {
    color: #12498a;
}
.mega-menu__item{
	color: #12498a;
}
@media(min-width:1799px){
  .mega-menu__grid{
  	    gap: 15px 50px;
  }
} 
@media(min-width:2499px){
  .main-menu > li.children > .mega-menu{
  	height:max-content
  }
}
.mega-menu__panel-head a{
  font-size:18px
}
.mega-menu__item {
    color: #12498a;
    font-size: 16px;
    font-weight: 700;
}