@font-face {
    font-family: 'UTMCafeta';
    src: url('../fonts/UTMCafeta.ttf');
}

/*++++++++++DEFAULT+++++++++++*/
*{margin: 0;padding: 0;}
body{font-family: "Times New Roman",Arial, sans-serif;font-size:14px; background:white;  }
a{color:blue;text-decoration:none;}
.clearfix{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
p{
	margin-bottom: 10px;
}
.content img{
max-width:100%;
}
a:active{color:#ccc;}
ul{
	list-style: none;
}
td {
    border-top: 1px solid #E8E8E8;
    padding: 8px;
}
tr{
}
img{border:none;}
div.clear{display:block;clear:both;}
#top{color:#FFF;font-weight:500;text-align:center;width:39px;padding:11px 0px;position:fixed;bottom:4px;right:30px;display:none;cursor:pointer;background-color:#F47A00;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;-moz-transition: background-color 0.2s ease-in-out;-ms-transition: background-color 0.2s ease-in-out;-o-transition: background-color 0.2s ease-in-out;-webkit-transition: background-color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out;}
#top:hover{background: #990004;background:-webkit-linear-gradient(top, #D60004 0%, #990004 100%); background:-moz-linear-gradient(top, #D60004 0%, #990004 100%);background:-ms-linear-gradient(top, #D60004 0%, #990004 100%);background:-o-linear-gradient(top, #D60004 0%, #990004 100%);}
#loading{width: 100px;height:100px; position:absolute;z-index:1000;}
.button {display:inline-block;border:none;background: #ED1F24;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;color:#FFFFFF;font-weight: bold !important;padding: 10px 20px;cursor:pointer;-moz-transition: background-color 0.2s ease-in-out;-ms-transition: background-color 0.2s ease-in-out;-o-transition: background-color 0.2s ease-in-out;-webkit-transition: background-color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out;}
.button:hover{background: #990004;background:-webkit-linear-gradient(top, #D60004 0%, #990004 100%); background:-moz-linear-gradient(top, #D60004 0%, #990004 100%);background:-ms-linear-gradient(top, #D60004 0%, #990004 100%);background:-o-linear-gradient(top, #D60004 0%, #990004 100%);color:#FFF;}
/* --------------------- Phan trang ------------------*/
.phantrang{
	text-align:center;
	padding-top:15px;
}
.phantrang a {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #636363;
    cursor: pointer;
    font-size: 11px;
    margin: 0 0 0 4px;
    padding: 6px 10px;
}
.phantrang a:hover {
    background: none repeat scroll 0 0 #09669C; 
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2 !important;
    color: #ADADAD !important;
    cursor: default;
    opacity: 0.7;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover {
    background: none repeat scroll 0 0 #09669C;   
    box-shadow: none;
    color: #FFFFFF;
}/*----------------------------------------------------*/
#page_main{
	margin:0 auto;
	width: 1000px;
	padding: 0px;
}
.header{
	float: left;
	width: 100%;
	
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
}
.banner img{
	max-width: 1349px;
	max-height: 200px;

}
.hotline{
	position: absolute;
	bottom: 15px;
	right: 100px;
	z-index: 100;

}
.hotline h3{
	font-family: 'UTMCafeta';
	font-size: 26px;
	text-shadow:3px 3px 0 #000099,
     -1px -1px 0 #000099,  
      1px -1px 0 #000099,
      -1px 1px 0 #000099,
       1px 1px 0 #000099;
	color: white;
}
.nav{
	float: left;
	width: 100%;
	background: #cc0000;
}
.menu_pc{
	float: left;
	width: 100%;
}
.menu_pc ul{
	list-style: none;
}
.menu_pc ul li{
	float: left;
	position: relative;
}
.menu_pc ul li a{
	padding: 14px 37px;
	color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;

}
.menu_pc ul li a:hover{
	color: black;
}
.menu_pc ul li ul{
	position: absolute;
	z-index: 100;
	top:45px;
	left: 0px;
	background: #CC0000;
	border-top:1px solid white;
	width: 220px;
	display: none;
}
.menu_pc ul li ul li{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.menu_pc ul li ul li a{
	padding: 10px 10px;
	color: white;
	float: left;
	width: 100%;
	display: block;
	border-bottom:1px solid #D4D4D4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_pc ul li ul li a:hover{
	text-shadow:0px 0px black !important;
}
.menu_pc ul li ul li ul{
	left: 220px;
	top:0px;
	display: none;
	border-left:1px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_pc ul li:hover>ul{
	display: block;
	visibility: visible;
}

.slider{
	float: left;
	width: 100%;
}
.line{
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	height: 3px;
	background: url(../images/line.png) no-repeat top center;
	margin-top:20px;
	margin-bottom:15px;
}
.left{
	width: 290px;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
}
.square{
	float: left;
	position: relative;
	width: 100%;
}
.square-tit{
	float: left;
	width: 100%;
	background: url(../images/tit1.png) no-repeat top center;
	text-align: center;
	position: absolute;
	top: 0px;
}
.square-tit span{
	padding-top:25px;
	padding-bottom: 25px;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.square-con{
	float: left;
	width: 100%;
	background: url(../images/bg1.png) repeat-y top center;

	padding-top: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.list{
	float: left;
	width: 100%;
}
.list ul{
	list-style: none;
	float: left;
	width: 100%;
}
.list ul li{
	float: left;
	width: 100%;
	background: url(../images/line2.png) no-repeat bottom center;	
	position:relative;
}
.list ul li a{
	padding-top:10px;
	padding-bottom: 10px;
	color: black;
	font-size: 14px;
	float: left;
	width: 100%;
	font-weight: bold;
	display: block;
	
	padding-left: 5px;
}
.list ul li a:hover{
	color: #ED1F24;
}
.list ul li ul{
	position:absolute;
	top:0px;
	left:230px;
	border:1px solid #E0E0E0;
	border-radius:5px;
	width:220px;
	z-index:100;
	background:white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	display:none;
}
.list ul li:hover>ul{
	display:block;
}
.item1{
	float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
.item1-img{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.item1-img img{
	width: 100%;
	height: auto;
	border:1px solid #C7C6C6;
	border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item1-img img:hover{
	opacity: 0.75;
}
.item1-name{
	float: left;
	width: 100%;
	text-align: center;
}
.item1-name h3 a{
	color: blue;
}
.item1-name h3 a:hover{
	color: red;
}
.hotro{
	float: left;
	width: 100%;
	margin-bottom:5px;
}
.hotro img{
	margin-right: 10px;
	float: left;
}
.hotro span{
	font-weight: bold;
	font-size: 15px;
	float: left;
    line-height: 40px;
}
.right{
	width: 900px;
	float: right;

}
.block{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.block-tit{
    float: left;
    width: 100%;
    background: url(../images/tit2.png) no-repeat top center;
    
    position: absolute;
    top: 0px;
}
.block-tit h2 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 40px;
    background: url(../images/lis2.png) no-repeat top 25px left 15px;
  
}
.block-tit span {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 40px;
    background: url(../images/lis2.png) no-repeat top 25px left 15px;
  
}
.block-con{
	float: left;
	width: 100%;
	padding-top: 70px;
}
.item2{
	float: left;
	width: 31%;

	margin-bottom:12px;
	margin-right: 3%;
}
.item2-img{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.item2-img img{
	width: 100%;
	height: auto;
	border:1px solid #C7C6C6;
	border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item2-img img:hover{
	opacity: 0.75;
}
.item2-name{
	float: left;
	width: 100%;
	text-align: center;
}
.item2-name h3 a{
	color: blue;
}
.item2-name h3 a:hover{
	color: red;
}
.tin-left{
	float: left;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid gray;	
    padding-right: 4%;
}
.tin-img{
	float: left;
	width: 36%;
	margin-right: 4%;
}
.tin-img img{
	width: 100%;
}
.tin-name{
	margin-bottom: 8px;
}
.tin-name h3 a:hover{
	color: red;
}
.tin-right{
	float: left;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    padding-left: 4%;
}
.footer{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footer-top{
	float: left;
	background: #aba000;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}
.footer-left{
	float: left;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.footer-right{
	float: left;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.footer-tit{
	float: left;
	width: 100%;
	margin-bottom:15px;
	font-size: 26px;
	color: #660000;
	text-transform: uppercase;
	font-weight: bold;
}
.f_diachi{
	float: left;
	width: 100%;
	margin-bottom:4px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    padding-left: 40px;
    background: url(../images/icon1.png) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.f_dienthoai{
	float: left;
	width: 100%;
	margin-bottom:4px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    padding-left: 40px;
    background: url(../images/icon2.png) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.f_email{
	float: left;
	width: 100%;
	margin-bottom:4px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    padding-left: 40px;
    background: url(../images/icon3.png) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.f_website{
	float: left;
	width: 100%;
	margin-bottom:4px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    padding-left: 40px;
    background: url(../images/icon4.png) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.footer-bottom{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #ff3333;
}
.col3{
	float: left;
	width: 50%;
	
}
.table_kaka td{
 border-top: 0px solid #E8E8E8 !important;
 padding: 0px !important;
}
#map_canvas{
	width: 100%;
	height: 550px;
}
.box_news{float:left; width:100%; padding-bottom:10px; padding-top:10px;margin-bottom:10px; border-bottom:1px dotted #E4E4E4;}
.image_boder{float:left; width:26%;margin-right: 4%;  background:#FFF; padding:5px; border:1px solid #E4E4E4;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.image_boder img{
	width: 100%;
}
.box_news h3{
	font-size:12px;
	margin-bottom:10px;
}
.box_news h3 a{
	font-size: 15px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 6px;
}
.box_news p{
	margin:0px;
	padding:0px;
}
.box_news p.small1{
	font-size:11px;
	color:#666666;
}
.box_news h2 a:hover{
	color:#F00;
}
.input{
	height: 26px;
	margin-bottom: 6px;
}
.ta_noidung{
	width: 383px;
}
.product_detail_pic{
	float: left;
	width: 50%;
}
.product_detail_pic img{
	max-width: 100%;
}
.product_info{
	float: left;
    width: 50%;
}
.product_info li{
	margin-bottom:15px;
}
.name_product h2{ 
	font-size:24px;
	text-transform: uppercase;
 }
 .usual{
	margin-bottom:10px;
}
.usual ul#tab_content{
	margin:0px;
	padding:0px;
}
.usual ul#tab_content li {
    float: left;
    list-style: none outside none;
}
.usual ul#tab_content a {
    background: #999;
    color: #FFF;
    display: block;   
    margin: 1px 1px 1px 0;
    padding: 6px 20px;
    text-decoration: none !important;
	font-weight:bold;
}
.usual ul#tab_content a:hover {
   background:#2993D1;
    color: #FFFFFF;
}
.usual ul#tab_content a.selected {
    background:#2993D1;
    border-bottom: 1px solid snow;
    color: #FFF;
    cursor: default;
    margin-bottom: 0;
	
}
.content_tab{
	clear: left;
	padding:10px 0px;
}
.tablelienhe1 .input{
	width: 100%;
}
.noidung_tt{
		width: 100%;
}
.xy2{
	display:none;
	visibility:hidden;
}
.menu_repon{
	display:none;
	visibility:hidden;	
}
@media only screen  and (max-width: 1200px) {
	.container{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	}
	.banner img{
		width:100%;
		height:auto;
	}
	
}
@media  (max-width: 1200px) and (min-width: 1024px){
	.menu_pc ul li a{
	padding: 14px 21px;
	}
	.right{
		width:670px;
	}
	.contact-left{
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-right{
		width:100% !important;
		margin-bottom:20px;
	}
	#map_canvas{
		height:330px;
	}
}
@media  (max-width: 1023px) and (min-width: 900px){
	.center-main{
		width:870px;
		margin:0 auto;
	}
	.menu_pc ul li a{
	padding: 14px 12px;
	}
	.right{
		width:570px;
	}
	.contact-left{
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-right{
		width:100% !important;
		margin-bottom:20px;
	}
	#map_canvas{
		height:330px;
	}
	.item2{
		width:48%;
		margin-right:1% !important;
		margin-left:1% !important;
	}
	.xy3{
	display:none;
	visibility:hidden;
	}
	.xy2{
	display:block;
	visibility:visible;
	}
}
@media  (max-width: 899px) and (min-width: 800px){
	.center-main{
		width:770px;
		margin:0 auto;
	}
	.menu_pc ul li a{
	padding: 14px 5px;
	}
	.left{
		display:none;
		visibility:hidden;
	}
	.right{
		width:100%;
	}
	.hotline{
		bottom:5px;
		right:15px;
	}
	.contact-left{
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-right{
		width:100% !important;
		margin-bottom:20px;
	}
	#map_canvas{
		height:330px;
	}

	.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:45%;
		margin-left:5%;
	}

}

@media  (max-width: 799px) and (min-width: 768px){
	.center-main{
		width:738px;
		margin:0 auto;
	}
	.menu_pc ul li a{
	padding: 14px 8px;
	font-size:14px;
	}
	.left{
		display:none;
		visibility:hidden;
	}
	.right{
		width:100%;
	}
	.hotline{
		bottom:5px;
		right:15px;
	}
	.contact-left{
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-right{
		width:100% !important;
		margin-bottom:20px;
	}
	#map_canvas{
		height:330px;
	}

	.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:45%;
		margin-left:5%;
	}

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

	.left{
		display:none;
		visibility:hidden;
	}
	.right{
		width:100%;
	}	
	.menu_repon{
	display:block;
	visibility:visible;	
	}
	.menu_pc{
	display:none;
	visibility:hidden;	
	}
	.contact-left{
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-right{
		width:100% !important;
		margin-bottom:20px;
	}
	#map_canvas{
		height:330px;
	}
	.nav .container{
		padding-left:0x !important;
		padding-right:0x !important;
	}
}
@media  (max-width: 767px) and (min-width: 600px){
	.hotline{
	bottom: 4px;
    right: 10px;
	}
	.hotline h3{
		font-size:20px;
	}
		.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:45%;
		margin-left:5%;
	}
}

@media  (max-width: 599px) and (min-width: 568px){
	.hotline{
	bottom: 4px;
    right: 10px;
	}
	.hotline h3{
		font-size:20px;
	}
		.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:45%;
		margin-left:5%;
	}
	.footer-tit{
		font-size:19px;
	}
	.footer-left{
		width:48%;
	
	}
	.footer-right{
		width:48%;
		float:right;
	}
}
@media  (max-width: 567px) and (min-width: 480px){
	.hotline{
	bottom: 4px;
    right: 10px;
	}
	.hotline h3{
		font-size:20px;
	}
		.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:45%;
		margin-left:5%;
	}
	.footer-tit{
		font-size:19px;
	}
	.footer-left{
		width:48%;
	
	}
	.footer-right{
		width:48%;
		float:right;
	}
	.item2{
		width:48%;
		margin-left:1% !important;
		margin-right:1% !important;
	}	
		.xy3{
	display:none;
	visibility:hidden;
	}
	.xy2{
	display:block;
	visibility:visible;
	}
	.tin-left{
		width:100%;
		padding-right:0px;
		border-right:0px solid white;
	}
	.tin-right{
		padding-left: 0px;
			width:100%;
	}
		.ta_noidung {
    width: 100%;
}
.input{
	  width: 100%;
}
}

@media  (max-width: 479px){
	.hotline{
	bottom: 4px;
    right: 10px;
	}
	.hotline h3{
		font-size:15px;
	}
	.product_detail_pic{
		width:100%;
		margin-bottom:15px;
	}
		.product_detail_pic img{
		max-width:100%;
	}
	.product_info{
		width:100%;
		margin-left:0%;
	}
	.footer-tit{
		font-size:19px;
		text-align:left !important;
	}
	.footer-left{
		width:100%;
		margin-bottom:20px;
	}
	.footer-right{
			width:100%;
		float:left;
	}
	.item2{
		width:48%;
		margin-left:1% !important;
		margin-right:1% !important;
	}	
		.xy3{
	display:none;
	visibility:hidden;
	}
	.xy2{
	display:block;
	visibility:visible;
	}
	.ta_noidung {
    width: 100%;
}
.input{
	  width: 100%;
}
	.tin-left{
		width:100%;
		padding-right:0px;
		border-right:0px solid white;
	}
	.tin-right{
		padding-left: 0px;
			width:100%;
	}
	.footer-con{
		text-align:left !important;
	}
	.col3{
		padding-left:15px;
		padding-right:15px;
		    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
}