<script type="text/javascript">
$(document).ready(function($) {
var w = window,
d = document,
e = d.documentElement,
g = d.getElementsByTagName('body')[0],
x = w.innerWidth || e.clientWidth || g.clientWidth,
y = w.innerHeight|| e.clientHeight|| g.clientHeight;
if(x==1366){
$(".pos-sanpham-in").css({"width":"122"});
}
if(x==1525){
$(".pos-sanpham-in").css({"width":"142"});
}
if(x==1708){
$(".footer-body").addClass('hoangtam3');
}
if(x==2049){
$(".footer-body").addClass('hoangtam4');
}
if(x==2732){
$(".footer-body").addClass('hoangtam5');
}
if(x==4553){
$(".footer-body").addClass('hoangtam6');
}
});
</script>