@media (max-width: 1600px) { 
	
	
}

@media (max-width: 1440px) { 
	
	
}

@media (max-width: 1140px) { 
	
		
}


@media (max-width: 1025px) { 
	.width-custom{
		width: 100%!important;
		height: auto!important;
		aspect-ratio: 1.3;
	}
	
	.wrap_logo{
		text-align:center;
	}
	
	.wrap_logo img{
		margin: 5px 0 0 0;
		padding: 0px;
	}
	
	.wrap_project{
		width: 50%;
	}
	
	.wrap_video{
		width: 50%;
		height: 280px;
	}
	.block_video {
		width: 100%;
		height: auto;
	}
	.video_home {
		aspect-ratio: 16/9;
		height: auto;
	}
	.block_video_home h4 {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		margin-top: 15px;
	}
	
}

@media (max-width: 812px) { 
	.wrap_menu_f{
		margin:20px auto;	
	}
	
	#menu_mb{
		display:inline-block;	
	}
	
	#wrap_menu{
		display:none;	
	}
	
	#wrap_phone{
		text-align:center;	
	}
	
	.block_item{
		width:320px;
	}
	
	.img_item{
		width:320px;
		height:220px;	
	}
	
	.img_item img{
		height:220px;
	}
	
	.wrap_intro{
		margin-bottom:20px;	
	}

}


@media (max-width: 769px) { 
	.content_article iframe{
		width: 100%;
		height: unset;
		aspect-ratio: 1.8;
	}
}

@media (max-width: 736px) { 
	
}

@media (max-width: 667px) { 
	.wrap_video {
		width: 50%;
	}
}

@media (max-width: 640px) { 
	
}

@media (max-width: 600px) { 
	
}

@media (max-width: 568px) { 
	.sub_content {
		padding: 0px 20px;
	}
	
	.wrap_item{
		width:100%;
	}
	
	.block_item{
		width:100%;
		height:auto;
	}
	
	.img_item{
		width:100%;
		height:auto;
		text-align:center;	
	}
	
	.img_item img{
		max-width:100%;
		height:auto;
	}
}

@media (max-width: 480px) { 
	
	.kmt_title{
		font-size:20px;	
	}
	
	.row{
		margin-left:0px;
		margin-right:0px;	
	}
	
	#wrap_block_3{
		margin: 20px auto;
	}
	
	.wrap_project{
		width: 100%;
	}
	.block_project{
		width: 355px;
		height: 320px;
	}
	.block_project h3 {
		margin: 5px;
	}
	.img_project{
		width: 355px;
		height: 273px;
	}
	.img_project img{
		max-width: 100%;
		max-height: 100%;
		height: unset;
	}
	.owl-carousel .owl-item{
		padding-left: 5px!important;
	}
	
	#wrap_news_home{
		padding: 0px;
	}
	.block_news{
		width: 170px;
	}
	.img_news{
		width: 170px;
		height: 118px;
	}
	.img_news img{
		max-width: 170px;
		max-height: 118px;
	}
	
	.wrap_video {
		width: 100%;
		margin-bottom: 20px;
	}

}

@media (max-width: 414px) {
	
	
}

@media (max-width: 375px) { 
	
}

@media (max-width: 360px) { 
  	
	
}

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

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}