@media only screen and (max-width: 1200px) { 
.wrap-containerhome,#container,.container-web{
	width:960px;
}
.primary-menu ul li a{
	padding:38px 8px;
}
}
@media only screen and (max-width: 960px) {
.wrap-containerhome,#container,.container-web{
	width:100%;
}
#container{
	padding:0 10px;
}
.container-web{
	padding:0 10px;
}
#menumobile{
	display:block;
}
.menuleft,.menuright,.scrolltop-wrap{
    display:none;
}
.wrap-header{
	height:auto;
}
.logo{
    width:50%;
    height:52px;
}
.tfooter-details{
    margin-left:0;
    margin-right:0;
}
.tfooterbox,.tfooterbox:first-child,.tfooterbox:last-child{
    width:100%;
    padding:30px 0;
}
/*.entry-content table{
	margin-bottom:0;
	overflow:hidden;
	overflow-x:scroll;
	display:block;
	white-space:nowrap;
}*/
#footer{
	padding-bottom:50px;
}
}
@media only screen and (max-width: 760px) {
.wrap-catnews{
    margin-left:0;
    margin-right:0;
}
.catnewsbox{
    width:100%;
    padding:10px 0;
}
.entry-content iframe{
    height:auto;
    min-height:280px;
}
.entry-content{
    padding:15px;
}
.callms{
    width:180px;
	bottom:10px;
    left:10px;
}
.callms a{
    font-size:16px;
}
.callms svg{
    width:18px;
}
.slider-web .owl-carousel .owl-slide{
    height:260px;
}
.colms-1-3,.colms-1-2{
    flex:0 0 100%;
    max-width:100%
}
}
@media only screen and (max-width: 450px) {
.slider-web .owl-carousel .owl-slide{
    height:180px;
}
}