@media (min-width: 1200px) and (max-width: 1600px) { 
.header-menu>ul>li {
    margin-left: 20px;
}
.section1-con .img .swiper-pagination {
    top: 75%;
}
.section1-con .box ul li{margin-bottom:10px;padding-bottom:10px;}
}
@media (min-width: 768px) and (max-width: 1200px) { 
.slider-home img {
    height: calc(100vh - 105px);
}
.section1-con .img .swiper-pagination {
    bottom: 50px !important;
}
}
@media (max-width: 1200px ) {
.header{
	position: static;
	}
.header-logo {
    height: 60px;
    line-height: 60px;
}
.header-logo a img{ 
	max-height: 20px;
}
.header-menu>ul>li{margin-left:0;margin-right:10px;}
.header-menu>ul>li:nth-last-of-type(2){margin-right:0;}
.header-menu>ul>li>a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.header-menu>ul{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;	
}
.header-menu>ul>li:last-child{
	position: absolute;
    right: 5px;
    top: 15px;
    z-index: 99;
}
.header-menu>ul>li>a:after{display:none;}
.section1-con .box ul li{margin-bottom:10px;padding-bottom:10px;}
}
@media (max-width: 768px ) {
.slider-home img{
    height: 300px;
	object-fit: cover;
}	
.section1-con .img .swiper-pagination {
    bottom: 50px !important;
}
.footer-news li a{font-size:14px;}
.search-input{width:auto;}
.slider-home .swiper-pagination{
    bottom: 10px !important;
}
.section3-con ul li:hover .box{
	border:1px solid #1960ae;
}
.section3-con ul li .box {
    padding: 20px;
    background-color: #f5f5f5;
}
}
@media (min-width: 1600px ) {
.page-con .entry-content,.product-con,.category-template-category-img-php .post-list,.page-con .post-list{
    padding-left: 40px;
}
.section1-con .box ul li{margin-bottom:20px;padding-bottom:20px;}
.section1-con .box ul li:last-child{margin-bottom:0 !important;}
}