*{margin:0; padding:0; outline:none;}
img{border:none;}

.clear{clear:both;}

a{text-decoration:none;}

@font-face {
	font-family: "font1";
	src: url("fonts/robotocondensed-regular.eot");
	src: url("fonts/robotocondensed-regular.eot#iefix") format("embedded-opentype"),
	url("fonts/robotocondensed-regular.woff") format("woff"),
	url("fonts/robotocondensed-regular.ttf") format("truetype"),
	url("fonts/robotocondensed-regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "font2";
	src: url("fonts/opensans-bold.eot");
	src: url("fonts/opensans-bold.eot#iefix") format("embedded-opentype"),
	url("fonts/opensans-bold.woff") format("woff"),
	url("fonts/opensans-bold.ttf") format("truetype"),
	url("fonts/opensans-bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "font3";
	src: url("fonts/texgyreadventor-bold.eot");
	src: url("fonts/texgyreadventor-bold.eot#iefix") format("embedded-opentype"),
	url("fonts/texgyreadventor-bold.woff") format("woff"),
	url("fonts/texgyreadventor-bold.ttf") format("truetype"),
	url("fonts/texgyreadventor-bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "font4";
	src: url("fonts/utm-khuccamta.eot");
	src: url("fonts/utm-khuccamta.eot#iefix") format("embedded-opentype"),
	url("fonts/utm-khuccamta.woff") format("woff"),
	url("fonts/utm-khuccamta.ttf") format("truetype"),
	url("fonts/utm-khuccamta.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "font5";
	src: url("fonts/utm-avo.eot");
	src: url("fonts/utm-avo.eot#iefix") format("embedded-opentype"),
	url("fonts/utm-avo.woff") format("woff"),
	url("fonts/utm-avo.ttf") format("truetype"),
	url("fonts/utm-avo.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body{
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	background: #0093ff url(images/bg_home.png) no-repeat top center;
}

.wikis{
	width: 1200px;
	margin: auto;
	position: relative;
}

#wrap_danhmuc{
	width: 887px;
	min-height: 527px;
	margin: auto;
	position: relative;
}

.item_danhmuc{
	position: absolute;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.item_danhmuc:hover{
	margin-top: -10px;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

#wrap_danhmuc_res{
	display: none;
	margin-top: 20px;
}

#wrap_danhmuc_res .item_danhmuc{
	position: relative;
	width: 170px;
	margin: auto;
	margin-bottom: 20px;
}

.danhmuc{
	width: 170px;
	height: 170px;
	position: relative;
}

.danhmuc img{
	width: 170px;
	height: 170px;
	-webkit-border-radius: 50%;/*Safari, Chrome*/
	-moz-border-radius: 50%;/*Firefox*/
	border-radius: 50%;
	behavior: url(css/pie.htc);
	border: 5px solid #fe7800;
}

.danhmuc div.wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .4s cubic-bezier(0.51, 0.21, 0.58, 1);
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    /* vertical-align: middle; */
    display: table;
}

.danhmuc div.wrap div {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table-cell;
    color: #fff;
    font-size: 26px;
    font-family: "font_n2";
    margin: auto;
    position: relative;
    left: 0%;
    vertical-align: middle;
	padding: 20px 30px;
	line-height: 30px;
	color: #fe0200;
	font-family: "font4";
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff; /* text border 2px #fff */	
}

.item_danhmuc_1{
	top: 280px;
	left: 0px;
}

.item_danhmuc_1:hover{

}

.item_danhmuc_2{
    top: 95px;
    left: 125px;
}

.item_danhmuc_3{
	left: 360px;
	top: 15px;
}

.item_danhmuc_4{
	top: 95px;
	right: 125px;
}

.item_danhmuc_5{
	top: 280px;
	right: 0px;
}

#header{
	position: relative;
	z-index: 9;
}

#header img{
	margin: auto;
}

#header_res{
	display: none;
	position: relative;
	z-index: 9;
}

.border_foot{
	background: url(images/border_foot.png) repeat-x;
	height: 9px;
	width: 100%;
}

#footer{
	padding: 20px 0px 0px 0px;
}

.foot_in{
	background: #12b2ee;
}

#footer .main_foot{
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #fff;
}

#footer .fanpage{
	margin-bottom: 20px;
}

#footer .name_foot{
	color: #fff200;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "font2";
	margin-bottom: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=153, Color=#000000)";/*IE 8*/
	text-shadow: 2px 1px 3px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#footer .other{
	width: 200px;
	float: right;
	padding-right: 0px;
}

.img_sp img{
	padding: 3px;
	border: 1px solid #d3d3d3;
	 border-radius: 3px;
    -moz-border-radius: 3px;	
    -webkit-borde-radius: 3px;		
    -ms-border-radius: 3px;
	-o-border-radius: 3px;
	width: 100%;
}

#footer .thongke{
	background: url(images/icon_thongke.png) no-repeat 0px 12px;
	padding-left: 48px;
	color: #fff;
	margin-bottom: 25px;
}

.sp_info{
	line-height: 25px;
}

label.caption {
	vertical-align: top;
	display: inline-block;
	width: 125px;
	padding-left: 20px;
	background: url(images/muiten.png) left 5px no-repeat;
	color: #6e6e6e !important;
	margin: 0px;
}

.height10 {
	float: none;
	clear: both;
	content: ".";
	display: block;
	height: 10px;
	visibility: hidden;
}

span.price_goc {
	text-decoration: line-through;
	font-size: 16px;
}

span.price {
	color: #e40606;
	font-size: 18px;
}

.text {
	display: inline-block;
	text-align: justify;
}

.item_news{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.item_news img.img_news:hover{
	opacity: 0.8;
}

.img_sp img{
	cursor: zoom-in;
}

img.muahang{
	margin: 5px 0px;
	cursor: pointer;
}

img.muahang:hover{
	opacity: 0.8;
}	


#goTop{
	bottom: 60px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 30px;
	width: 20px;
	z-index: 1000;
}

.txtlienhe{
	margin: 10px 0px;
}

.httt .item_httt{
	color: #000;
	margin-bottom: 10px;
}

.httt .item_httt .name{
	margin-top: -1px;
	margin-bottom: 3px;
}

.httt .num span{
	color: #000 !important;
}

.item_httt .hotro_skype{
	float: left;
	margin-top: 8px;
}

.item_httt .hotro_skype img{
	height: 15px;
}

.item_httt .hotro_yahoo{
	float: left;
	margin: 0px 5px;
	margin-top: 8px;
}

.item_httt .hotro_yahoo img{
	height: 15px;
}

.wrap_main_menu{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 50px;
	background: #0093ff;
	line-height: 50px;
}

.wrap_menu{
}

.menu ul{
	list-style: none;
	margin: 0px;
}

.menu ul li{
	float: left;
	position: relative;
}

.menu ul li.line{
	width: 2px;
	height: 12px;
	margin-top: 19px;
	background: #fff;
}

.menu ul li a{
	color: #fff;
	font-size: 17px;
	padding: 0px 20px;
	display: block;
	font-family: 'font1';
}

.menu ul li a:hover{
	text-decoration: none;
	color: #f5e907;
}

.menu ul ul{
	position: absolute;
	width: 250px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	trasition: 0.5s;
	z-index: 9;
}

.menu ul ul li{
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.menu ul ul li a{
	display: block;
	padding: 8px 5px;
	color: #000;
}

.menu ul ul li a:hover{color: #ff2500;}

.menu ul ul h2{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}

.menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

.wrap_httt{
	position: absolute;
	right: 15px;
	top: 0px;
	display: flex;
	align-items: center;
}
#menu_res{display: none;}
.frm-timkiem{display: flex;justify-content: space-between;align-items: center;background: #fff;margin-right: 15px;}
.frm-timkiem input{width: calc(100% - 35px);height: 35px;border: none;outline: none;background: none;padding: 0px 10px;}
.frm-timkiem button{width: 35px;height: 35px;border: none;outline: none;background: url(images/search.png) center center no-repeat;}
.item_httt{
	color: #fff;
	font-family: "font5";
}
.item_httt .hotro_mail{display: inline-block; margin-left: 10px;}
.item_httt .hotro_zalo{display: inline-block;}
.item_httt .name{
	background: url(images/dt.png) no-repeat 0px 0px;
	padding-left: 30px;
	font-size: 15px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	padding-top: 3px;
}

.item_httt .num{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	float: left;
}

.item_httt .num span{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#slider{
    margin-top: -8px;
}

#wrap_main{
	padding-top: 20px;
}

.main_name{

}

.main_name .bg1{
	background: url(images/bg_title_1.png);
	width: 55px;
	height: 44px;
	float: left;
}

.main_name .bg2{
	background: url(images/bg_title_2.png) repeat-x;
	line-height: 36px;
	height: 44px;
	float: left;
	color: #fff;
	font-family: "font3";
	text-transform: uppercase;
	font-size: 16px;
}

.main_name .bg2 h1{
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}

.main_name .bg3{
	background: url(images/bg_title_3.png);
	width: 48px;
	height: 44px;
	float: left;
}

.line_main_name{
	width: 100%;
	height: 3px;
	background: #ececec;
	margin-bottom: 20px;
}

.main_name_res{
	color: #fff;
	font-family: "font3";
	text-transform: uppercase;
	font-size: 16px;
	background: #0093ff;
	padding: 10px 10px;
	width: 100%;
	display: none;
}

.main_name_res h1{
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}

.main_content{
	text-align: justify;
	line-height: 1.7em;
	list-style: inside;
	padding-bottom: 15px;
}

.sanpham{
	margin-bottom: 20px;
	text-align: center;
}

.sanpham img{
	border: 1px solid #d8d7d7;
	margin: auto;
}

.sanpham img:hover{
	opacity: 0.8;
}

.sanpham .name{
	text-align: center;
	margin-top: 10px;
	min-height: 33px;
}

.sanpham .name a{
	color: #3e3e3e;
	font-size: 14px;
}

.sanpham .name h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	height: 45px;
}

#call{
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#call img{
	width: 80px;
	height: 50px;
}

.phantrang{
	text-align: center;
}