/*-----------General Reponsive-------------*/
table{
	max-width: 100% !important;
}
iframe,object,embed{
	max-width: 100%;
}
span,p {
	word-wrap: break-word;
}
#fb-root {
    display: none;
}
/*-------------acticle general----------------*/
div.video {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
div.video iframe,
div.video object,
div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100%;
}

article img,
article iframe,
article swf,
article embed,
article object,
article table
{	
	margin: 0;
	padding: 0;
	font-size: medium;
	clear: both;
}
/*-------------hack IE----------------*/
@media \0screen {
img {
width: auto; /* for ie 8 */ }  
}
/*-----------Media multi-------------*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
	div.video iframe,
	div.video object,
	div.video embed {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/*-----------------landscape size for screen device and browsers-------------*/	
@media only screen and (max-width: 992px) {
	.page-heading .heading-title {
		font-size: 42px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 959px) {
}
/*-----------------landscape size for tablet-------------*/
@media only screen and (min-width: 640px) and (max-width: 799px) {
}
/*-----------Media multi xoay doc tablet-------------*/
@media only screen and (max-width: 800px) {
	#backtotop {
		bottom: 20%;
		right: 5px;
	}
}
/*-----------Screen xoay doc Ipad-------------*/
@media screen and (max-width: 768px) {
	#company-strap li.premade {
		display: none;
	}

	#nav ul li:first-child a,
	#nav ul li:last-child a,
	#nav ul li a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider .slider-left,
	.slider .slider-right {
		width: 100%;
		margin-bottom: 15px;
	}
	.slick-home-nav .slick-slide.item {
		margin-left: 5px;
		margin-right: 5px;
	}
	.slick-home-nav {
		margin-left: -5px;
		margin-right: -5px;
	}

	.page-heading .heading-left,
	.page-heading .heading-right {
		width: 100%;
	}
}
/*-----------Screen xoay ngang smart phone-------------*/
@media screen and (max-width: 640px) {
	.nav-footer ul.nav > li {
		width: 50%;
	}
	#nav ul li:first-child a,
	#nav ul li:last-child a,
	#nav ul li a {
		padding-left: 0;
		padding-right: 0;
	}
}
/*-----------Screen 560px-------------*/
@media screen and (max-width: 560px) {
}
/*-----------Screen 480px-------------*/
@media screen and (max-width: 480px) {
	.section-wrap .section-title {
		font-size: 24px;
	}
	.page-heading .heading-title {
		font-size: 28px;
	}
	.grid-block-list.mix-match .block-item {
		margin-bottom: 0;
	}
	#company-strap .information {
		padding-left: 0;
	}
	#company-strap li.imagemakers {
		max-width: 160px;
	}
	#company-strap {
		min-height: 50px;
	}
}
/*-----------Sreen mobile dọc loại màn hình nhỏ-------------*/
@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {	
}