@media (min-width: 1200px) and (max-width:1369px)
{
  .box-mode main {
    max-width: 1200px;
    box-shadow: 0 0 8px #666666; 
	margin: 0 auto;position: relative;}
}
@media (min-width: 1370px) and (max-width:1499px)
{
	.box-mode main {
    max-width: 1330px;
    box-shadow: 0 0 8px #666666; 
	margin: 0 auto;position: relative;}
	
	
}
@media (min-width: 1500px)
{
	.box-mode main {
    max-width: 1450px;     
    box-shadow: 0 0 8px #666666;
	margin: 0 auto;position: relative;}
	
	
}
@media (min-width: 1024px) and (max-width:1199px)
{
	.box-mode main {
    max-width: 960px;
	box-shadow: 0 0 8px #666666;position: relative;
	margin: 0 auto;
    }
	
}

/*slider swiper*/
#blog_latest_new_home {overflow:hidden;}
.owl_category_feature .right-block{overflow:hidden;}
 #blog_latest_new_home .swiper{width: 100%;}
 .js-owl-slider-mobile .swiper{
	 width: 100%; height: 100%;  
	}
 .owl_category_feature .swiper{width: 100%;}
 .js-owl-slider2 .swiper{width: 100%;}

.owl_category_feature .swiper .swiper-slide {height: 100%; width:100%; max-width: 300px;}
.js-owl-slider-mobile .swiper .swiper-slide {height: calc((100% - 30px) / 2) !important;}

.swiper-pagination-slider1, .swiper-pagination-blog{
	position: absolute;
    right: 0;
    left: auto;
    float: right;
    top: 0px;
    bottom: auto;
    text-align: right;
 }

@media (max-width:767px)
{
	.js-owl-slider2 .swiper .swiper-slide{width: 70%;}
	.js-owl-slider-mobile .swiper .swiper-slide{width: 70%;}
	.owl_category_feature .swiper .swiper-slide {width: 80%;}
}

