/* Responsive */
.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    gap: 9px;
}
.pagination-home{width: 100%;}
.social-plugin .at-share-btn{margin-bottom:0px!important;}
.social-plugin .zalo-share-button{margin-left:3px;}
.social-link a { display: inline-block; margin-right: 10px; }

.social-product li {margin-top: 0px;margin-right: 8px;}

.social-product button {width: 30px;display: flex;height: 30px;border: none;cursor: pointer;color: #ffffff;border-radius: 3px;padding: 0px;font-size: 15px;transition: all 0.3s;justify-content: center;align-items: center;}
.social-product ul {display: flex;justify-content: flex-start;margin-top: 0px;padding-left: 0px;list-style: none;margin-bottom: 0px;}
.social-product button:hover{
    transform: translateY(-5px);
}

.social-product .sharer1{
    background: #1c96e8;
}
.social-product .sharer2{
    background: #3d548e;
}
.social-product .sharer3{
    background: #3294bd;
}
.social-product .sharer4{
    background: #cb362d;
}
.social-product .sharer5{
    background: #df0022;
}
.breadCrumbs .wrap-content{
	max-width: 1200px;
}
.top-contact .article-contact {
    width: 100%;
}
@media(max-width:769px){
	.top-contact{flex-wrap:wrap;}
	.left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px;}
	.left-pro-detail,.top-contact .article-contact{margin-bottom:30px;}
	.copyright,.statistic{width: 100%;text-align: center;}
}