@media screen and (max-width: 1365px){
 
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px){
		.tr_mobile
	{
	  display:block!important;
	}
	.tr_pc
	{
	  display:none!important;
	}
	.main
	{
		width:100%;
	}
	.container{
		width:100%;
		padding:0 10px;
	}
	.d_segment1 .container{
		padding:0;
	}
	img{
		max-width:100%;
	}
	.d_logo{
		float:none;
		text-align:center;
	}
	.d_menu{
		float:none;
		padding:0;
		margin-top:10px;
	}
	.segment_header .container{
		text-align:center;
	}
	.d_lang{
		display:inline-block;
		float:none;
	}
	.segment2_left{
		width:50%;
		height:auto;
		margin-bottom:-55px;
		margin-right:20px;
	}
	.segment2_right{
		float:none;
		width:100%;
		
	}
	.d_logo img{
		height:50px;
	}
	.d_segment1{
		padding-bottom:0;
	}
	.tr_left 
	{
		width:100%;
	}
	.tr_right
	{
		width:100%;
	}
	
}
/*Ipad dọc(768 x 1024)*/

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

}	 
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 480px){
     .segment2_left{
		 float:none;
		 width:100%;
		 margin-bottom:-35px;
	 }
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){
    
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px){
    
}