.footer .mid-footer .logo-ft img{
 max-width:100px
 } 
 .footer #copyright{
 background:var(--shop-color-main)
 }
 .form-newsletter__item{
 padding:3rem;
 border-radius:12px;
 background:#fff
 }
 @media (max-width:991px){
  .form-newsletter__item{
 padding:1.5rem;
 }
 }
 .news-item__btn a{
 	color:var(--shop-color-main);
    font-weight:bold
 } 
 .layout-contact .form-contact .group_contact .btn-lienhe:hover{
 	color:#fff
 } 
.product-labels {
    position: absolute;
    z-index: 1;
    transition: opacity .3s;
    top: 10px;
    left: 10px;
}
.product-label {
    text-align: center;
    color: #fff;
    letter-spacing: .02em;
    font-weight: 600;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transform: rotate(-15.51deg);
    font-size: 14px;
}
.product-label.new-label {
    background-image: url('/image/catalog/icon/new_sticker.svg');
    width: 60px;
    height: 60px;
}
.product-action .btn-wishlist{
	display:none !important
} 
.news-item{
    border-radius: 8px;
     border: 1px solid transparent;
}
.news-item__content{
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.news-item:hover{
    border: 1px solid #DD2576;
}
  .form-newsletter__item .section__heading {
    	margin:0
    }
    	    .news-item img {
        object-fit: cover;
    }
    	    .news-item img {
        height: 180px;
    }
@media (min-width:992px){
	.service-about_text_video .row{
    	align-items:center;
    }
    .service-about_text_video .section__heading{
    	margin-bottom:0;
    }
    	    .news-item img {
        height: 220px;
    }
    .news-item p{
    min-height:72px;
    }
} 
@media (min-width:1500px){
	.news-item img{
    	height:280px;
    }
}
@media (max-width:1499px){
	.form-newsletter__item{
    	padding:2rem
    }
}
@media (max-width:991px){
.section_about .col-lg-5{
	order:2
}
	.thump-content {
    	order:1
    }	
   .section_about .section__heading{
    	margin-bottom:0
    }
} 
@media (max-width:767px){
	.news-item p{
    font-size:14px;
    min-height:63px
    }
} 
.carousel-slide-image {
    border: 1px solid #dd2576;
    border-radius: 8px;
    height:280px;
}