
@media (min-width: 1200px){
	.navbar-nav.menu-header{
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav.menu-header{
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (max-width: 768px){
	.container {
		width: 100%;
	}
	.header-info .pull-left ul {
		border-left: medium none;
		border-right: medium none;
	}
	.header-info .pull-right ul li{
		border-left: medium none;
	}
	.text-right p{
		text-align: left;
	}
	.header-info .pull-right ul li {
		line-height: 30px;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.header-info {
		height: 42px;
		line-height: 42px;
	}
	.height120 {
		height: 70px;
	}
	.h400 {
		height: 195px;
	}
	.thumb-image-intro .item-thumb {
		margin: 0;
		margin-bottom: 0px;
		width: 100%;
		float: left;
		cursor: pointer;
		height: auto;
		margin-bottom: 5px;
	}
	.col-lg-50 {
		width: 98%;
		padding: 0 15px;
	}
	.h400 img {
		min-height: auto;
	}
	.h400 {
		height: auto;
	}
	.thumb-image-intro .item-thumb-ext {
		margin: 0 0% 5px 0;
		width: 100%;
		float: left;
		cursor: pointer;
	}
	.height120 {
		height: auto;
	}
	.bg-col {
		background: none;
	}
}