
@media ( min-width:60em) { 
	.title{
		color: #28528F;
		font-weight: bold;
	}
	.title2{
		color: #28528F;
		font-size: 0.9em;
	}
	.center_title_bar{
		color: #EB1C24;
		font-weight: bold;
		padding: 1em 0px;
	}
	.btns{
		padding: 12px 25px 11px 60px;
		border-radius: 4px;
		background: #EB1C24 url(../images/cart-2-32.png) no-repeat left 10px center;
		color: #fff;
		font-weight: bold;
		border:none;
		cursor: pointer;
	}
	div.icon{
		width: 60%;
		height: 50px;
		margin: 5px auto;
		display:block;
		overflow:hidden;
		position:relative;
		z-index:1;
		text-align:center;
	}
	div.icon img{
		height: 100%;
	}
	.field-items h1{
		font-weight: 100;
		color: #00A09E;
		font-size: 1.5em;
		line-height: 1.2em;
	}
	.sp{
		width:33%; 
		float:left; 
		padding: 0;
		margin:1px; 
		height:380px; 
		position:relative; 
	 	display: inline-block;
		overflow: hidden;
		position:relative;
		line-height:20px;
		cursor:pointer;
		background: #fff;
		/*border:solid 1px #CCC;*/
	}	
	.sp:hover{
		box-shadow:0px 0px 1px #000;
		/*border:solid 1px #F00;*/
		-webkit-transition: all 200s linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;		
	}
	.product_code{
		text-align: center;
		color: #ED1C24;
		font-weight: 100;
	}

	.product_code_ct span{
		font-size: 1.2em;
		color: #29538F;
		font-weight: bold;
	}
	.sptk{
		width:25%; 
		float:left; 
		padding: 0;
		margin:0; 
		height:380px; 
		position:relative; 
	 	display: inline-block;
		overflow: hidden;
		position:relative;
		line-height:20px;
		cursor:pointer;
		/*border:solid 1px #CCC;*/
	}	
	.sptk:hover{
		box-shadow:0px 0px 1px #000;
		/*border:solid 1px #F00;*/
		-webkit-transition: all 200s linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;		
	}
	.col1{
		width: 49%;
		float: left;
	}
	.col2{
		width: 49%;
		float: right;
	}
	.col3{
		width:59%; float:left; background-color:#FFF; border:solid 1px #F0F0F0;
	}
	.col4{
		width:38%; float:right; background-color:#FFF; border:solid 1px #F0F0F0;
	}
	.images_small{
		height:120px; float: left; margin-right: 10px;
	}
	div.img_sp{
		display:block;
		width:98%;
		margin:0 auto;
		height:240px;
		margin:10px 0px 15px 0px;
		overflow:hidden;
		position:relative;
		z-index:1;
		text-align:center;
	}
	div.img_sp img{
		position:relative;
		height:100%;
		top:0;
		margin:0 auto;
	}
	.product_name{
		font-size: 1.1em;
		text-align: center;
		color: #7274AD;
		font-weight: bold;
		padding: 0px 10px;
	}
	.left_content{
		width: 25%;
		float: left;
	}
	.right_content{
		width: 70%;
		float: right;
	}
	.tin_index1{
		width: 49%;
		float: left;
		margin-bottom: 2%;
	}
	.container{
		width: 80%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.tin_index2{
		width: 49%;
		float: right;
		margin-bottom: 2%;
	}
	div.spthumbs{
		float: left;
		width:100px;
		height:70px;
		overflow:hidden;
		position:relative;
		z-index:1;
		margin: 0px 10px 0px 0px;
		text-align:center;
		background-size: 100% auto;
	}
	.img_list{
		float: left;
		width:200px;
		height:200px;
		overflow:hidden;
		position:relative;
		z-index:1;
		margin: 0px 10px 10px 0px;
		text-align:center;
		background-size: 100% auto;
		border:solid 2px #fff;
	}
	.bg_desktop{
		 background-size:100% auto;
	}
	#footer{
		background: #293233;
		color: #fff;
		padding:2em 0px;
		text-align: left;
	}
	.hienthi{ display: block; }
	.khonghienthi{ display: none; }
	
}


