

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../css/font/glyphicons-halflings-regular.eot);
  src: url(../css/font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), 
  url(../css/font/glyphicons-halflings-regular.woff) format('woff'), 
  url(../css/font/glyphicons-halflings-regular.ttf) format('truetype'), 
  url(../css/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

 @font-face {
	font-family: "robotobold";
	src: url(../css/font/Roboto-Bold.ttf) format('truetype');
 }

 @font-face {
	font-family: "roboto";
	src: url(../css/font/Roboto-Regular.ttf) format('truetype');
 }
 
ul{
	padding:0px;
	margin:0px;
}
 
body {
    font-size: 13px;
    font-family: Arial;
    color: #3c3c3c;
    margin: 0px;
    padding: 0px;
	background: white;
}


.container{
	margin:0 auto;
}

.clear{
clear:both;
}

.content{
	    margin-top: 50px;
}
footer{
    padding: 15px 0px 0px 0px;
    color: black;
    width: 100%;
    min-height: 120px;
    background: url(../images/bg_footer.png) repeat;
    margin: 0 auto;
    margin-top: 10px;
    border-top: 2px #d9d9d9 solid;
    text-align: center;
}
header{
    width: 1000px;
    height: auto;
    margin: 0 auto;
	position: relative;
}
#header{
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
}
#header .line{
    width: 100%;
    height: 5px;
    background: #ff0002;
    margin-top: 10px;}

#nav{
    width: 100%;
    background: #632b72;
    margin-bottom: 26px;
}

#content{
    margin: 0 auto;
}

#topbar{
    width: 100%;
    height: 28px;
    background: #19212c;
    line-height: 28px;
    position: relative;
    z-index: 2;
    color: #7a8596;
}

#topbar_left{
    float: left;
    text-align: left;
	    font-size: 12px;
}

#topbar_right{
    float: right;
    text-align: right;
    margin-top: 4px;
    max-height: 20px;
    min-width: 177px;
}

#content_left{
	width: 204px;
    float: left;
    height: auto;
	margin-right: 10px;
}
#content_home{
}

#layout{
    width: 730px;
    float: left;
}

#content_right{
    width: 246px;
    float: right;
    height: auto;
}

#main_home{
    border: 1px #cdecff  solid;
    width: 100%;
	margin-bottom: 20px;
}

footer h2.name{
    margin: 0px;
    color: white;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;	
}

.home{
	width: 550px;
    float: left;
}

.head_page{
	
}
.head_page p{
	color: #020202;
    font-size: 20px;
}

.home_nav{
	height:88px;
	background:#d80012;
	width:100%;
}

.home_nav ul li{
	list-style: none;
    float: left;
    line-height: 85px;
	    margin-right: 100px;
}
.home_nav ul {}
.home_nav ul li a{
	    color: white;
    font-weight: bold;
    font-size: 15px;
}

#footer{
	background: url(../images/bg_footer.png) repeat;
	min-height:245px;
}

.menu_language{
	    position: absolute;
    right: 10px;
    top: 10px;
}
.menu_footer{
    height: 38px;
    background-color: #003760;
}
.menu_footer ul{    margin-left: 0px;
    padding-left: 0px;
    margin: 0px;}
.menu_footer ul li{
    line-height: 38px;
    list-style: none;

    float: left;
}
.menu_footer ul li a{
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    border-right: 1px white solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.menu_footer ul li:last-child a{border-right: 0px white solid;}
.cat_default{
	position: absolute;
    top: -245px;
    z-index: 99;
}
.slidebar{
    height: 700px;
    border: 0px;
    background: white;
    padding: 0px;
}

.slide{
    width: 100%;
    height: 310px;
    float: left;
}

.mn_top{
	background-color: #333333;
    height: auto;
    width: 100%;
    color: white;
    font-family: roboto;
}
.mn_top .slogan{
	width:50%;
	float:left;
}
.mn_top .menu{
	width:50%;
	float:left;
}
.mn_top .slogan p {
    margin: 0px;
    line-height: 32px;
    font-size: 14px;
}
.mn_top ul {
    margin: 0px;
    float: right;
}
.mn_top ul li {
    float: left;
    line-height: 32px;
    list-style: none;
}
.mn_top ul li a {
    color: white;
    font-family: roboto;
    padding-right: 15px;
    font-size: 13px;
    padding-left: 15px;
    text-transform: inherit;
    border-right: 1px white solid;
}

.menutop{
	background: url(../images/bg_menutop.png) repeat-x;
}

.mn_top h2{   
    padding-left: 215px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}
.mn_top p.hotline{
    background: url(../images/icon_hotline.png) no-repeat;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0px;
    float: right;
    padding-left: 34px;
    font-weight: bold;
    color: #d90000;
    text-transform: uppercase;
}

#footer .ct1{
    width: 100%;
    padding: 15px;
    float: left;
    color: black;
    text-align: center;
}

#footer .ct2{ padding: 15px;}

.logo_top{
	padding-left: 0px;
    width: 25%;
    float: left;	
}

.box_search{
    padding: 0px;
    width: 100%;
    float: left;
    min-height: 40px;
}
.box_search input.inputsearch{
    float: left;
    border: 1px #d7d7d7 solid;
    height: 28px;
    margin-left: 5px;
    padding-left: 10px;
    width: 132px;
    margin-right: 4px;	
}
.box_search input.img{
	
}

.search_multi{
    width: 527px;
    margin-top: 60px;
    height: 36px;
    border: 1px #dddddd solid;	
}
.search_multi select{
	width: 146px;
    height: 34px;
    border: none;
    padding-left: 10px;
    border-right: 1px #dddddd solid;
    color: #999999;	
}
.search_multi input{
	width: 277px;
    height: 33px;
    border: none;
    padding-left: 10px;
    color: #999999;	
}

.search_multi button{
	background: #333333;
    border: none;
    padding: 8px 20px;
    color: white;
    font-size: 13px;
    font-family: roboto;
}
.search_multi button:hover{
	background:#ec0000;
}

.box_support{
    padding: 0px;
    float: right;	
}

.support_top{
    width: 200px;
    float: right;
    border: 1px #dddddd solid;
    margin-top: 15px;	
}
.support_top h3{
    margin: 0px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    background: WHITE;
    margin: 8px;
   font-family: robotobold;
    text-align: center;	
}
.support_top p{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #ff0000;	
}



.box_cathome{
    background: none;
    width: 100%;
    min-height: 230px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
}
.div3{
  margin-right:0px;
}

.box_cathome .about{
    min-height: 160px;
    margin-bottom: 15px;	
}
.box_cathome .about img{
    width: 200px;
    height: 160px;
    border: 1px #e0e2e1 solid;
    float: left;
    margin-right: 10px;
}
.box_cathome .about p{
    width: 100%;
    height: 161px;
    font-size: 13px;
    line-height: 22px;
}
.box_cathome .name {

}
.box_cathome .name a{

}




.box_tab_newtop{
    border: 1px solid #eee;
    background: #fff;
    border-top: 0px solid #00598e;
    width: 98%;
    margin: 0 auto;
    padding: 2px 0px 0px 0px;
}

.box_tab_newtop .bl_bar{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: url(../images/sprites.png) 0 -460px repeat-x;
}
.box_tab_newtop li.active{
	color: #0779C5;
    border-top: 3px solid #0779C5;
    margin-top: -3px;
}
.box_tab_newtop li.active a{
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 12px;
    text-transform: inherit;
    display: inline-block;
	color: #0779C5!important;
    font-weight: bold;
    border-right: 1px solid #e8e8e8;
	border-radius: 0px!important;
}
.box_tab_newtop li a{
	height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 12px;
    text-transform: inherit;
    display: inline-block;
    font-weight: bold;
    border-right: none;
}
.box_home{
    border: 0px #dddddd  solid;
	margin-bottom:15px;
}
.box_home .right{
    float: right;
    width: 270px;
	height:300px;	
}
.box_home .right .top{
    height: 132px;
    border: 1px #dddddd solid;	
	margin-bottom:15px;
}

.box_home .right .top .div1{
    background: url(../images/smile.png) top 11px left 10px no-repeat;
    height: 62px;
    border-bottom: 1px #dddddd solid;
    line-height: 60px;
    padding-left: 68px;
    font-family: robotobold;
}

.box_home .right .top .div2{
    background: url(../images/cart.png) top 11px left 10px no-repeat;
    height: 62px;
    line-height: 60px;
    padding-left: 68px;
    font-family: robotobold;
}

.box_home .right .bottom{
    height: 153px;
    border: 1px #dddddd solid;	
}

.box_content{
    border: 1px #d7d7d7 solid;
    margin-bottom: 15px;
    background: white;
}
.detailnews{
	    padding: 10px;
		margin-bottom:20px;
}


.post_first{
    border: 0px;
	    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width: 620px;
}

.post_first .img{
    float: left;
    margin-right: 20px;
}
.post_first .img img{
	width: 255px;
    border: 1px #dddddd solid;
    padding: 4px;
    height: 160px;
}
.post_first .noidung{
    float: left;
    width: 330px;
}
.post_first .noidung a.name{
    color: black;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.post_first .noidung p{
	    margin-top: 10px;
}

.list_new{
    height: auto;
}
.list_new .new_left{
    width: 460px;
    margin: 5px;
    float: left;
}
.list_new .new_left img{
	width: 106px;
    height: 62px;
    border: none;
    margin-right: 10px;
    float: left;
}
.list_new .new_left li{
	    height: 80px;
}
.list_new .new_left li a{    color: #434343;
    font-weight: bold;}

.list_new .new_left h1{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #3c74a5;
}

.list_new .new_left p.time{
    font-size: 12px;
    font-weight: 100;
    color: #999;
}

.list_new .new_right{
    width: 357px;
    margin: 10px 10px 10px 0px;
    float: left;
}

.list_new .new_right .list{
	margin-bottom: 3px;
	height: 75px;
}
.list_new .new_right .list img{
    width: 100px;
    height: 65px;
    border: none;
    float: left;
    margin-right: 10px;
}
.list_new .new_right .list h4{
    margin-top: 0px;
    margin-bottom: 5px;
}
.list_new .new_right .list h4 a{
	font-size: 12px;
	color: #3c74a5;
	font-weight:bold;
}
.list_new .new_right .list p.time{
    font-size: 12px;
    font-weight: 100;
    color: #999;
}

#bt_filter{
    width: 100%;
    background: #305B83;
    height: 60px;
    padding: 15px;
    float: left;
    margin-right: 10px;
}
#bt_filter select {
    float: left;
    margin-right: 15px;
    width: 118px;
}

#bt_filter select {
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border: 1px solid #004771;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#bt_filter input.btns {
    border: none;
    cursor: pointer;
}

.main_news{
    border: 1px solid #eee;
    background: #fff;
    /* border-top: 3px solid #00598e; */
    margin-top: 15px;
}
.main_news .listnew{    border-bottom: 1px solid #eee;}
.main_news .listnew .colleft{
    width: 560px;
    height: 100px;
    margin: 10px 1px 10px 10px;
    border-right: 1px solid #eee;
    overflow: hidden;
	    float: left;
}
.main_news .listnew .colleft img{
    width: 150px;
    height: 90px;
    border: none;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}
.main_news .listnew .colleft a{
    font-weight: bold;
    color: #23527c;
    font-size: 13px;
}
.main_news .listnew .colleft p.info{
    margin-bottom: 5px;
    font-size: 12px;
}
.main_news .listnew .colright{
    width: 125px;
    float: left;
    margin-top: 10px;
    border-left: 1px solid #eee;
    height: 100px;
    /* padding-left: 5px; */
    text-align: center;
}
.main_news .listnew .colright p.gia{
    margin-top: 20px;
    text-transform: uppercase;    margin-bottom: 5px;
    font-size: 12px;
}
.main_news .listnew .colright p.gia2{
    font-size: 14px;
    font-weight: bold;
    color: #ffa200;
    cursor: default;
}

.head_title{
    background: #FF0002;
    margin-bottom: 10px;
}

.head_title a{
    background: none;
    float: left;
    line-height: 33px;
    padding: 0px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.head_title p{
    background: none;
    float: left;    margin-bottom: 0px;
    line-height: 33px;
    padding: 0px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}


.head_title2{
    margin-bottom: 10px;
    height: 38px;
    width: 100%;
	background: url(../images/bg_menu2.png) repeat-x;
	
}

.head_title2 a{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    padding-left: 20px;
    font-family: roboto;
}

.head_title2 p{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    padding-left: 20px;
    font-family: roboto;
}
.head_box{
	background: #20AADC;
    margin-bottom: 10px;	
}
.head_box p{
    background: none;
    float: left;
    line-height: 33px;
    padding: 0px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.head_box a{
    background: none;
    float: left;
    line-height: 33px;
    padding: 0px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.head_box p.duoi{
    background: url(../images/vvv.png) no-repeat;
    line-height: 38px;
    background-size: 21px 38px;
    padding: 24px 14px;
}


.tab_new_pills .nav-justified{
	border-bottom: 1px solid #eee;
	    padding-bottom: 5px;
}
.tab_new_pills .nav-pills > li.active{
    float: left;
    width: auto;
}
.tab_new_pills .nav-pills > li{
    float: left;
    width: auto;
	    margin-left: 10px;
}
.tab_new_pills .nav-pills > li.active > a{
    background: #FFA200;
    border-radius: 20px;
    color: #fff;
	font-weight: bold;
}
.tab_new_pills .nav-pills > li > a{
position: relative;
    display: block;
    padding: 8px 30px;
    color: black;
    font-weight: bold;
}

.tab_new_pills .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.bpl_result ul{
padding:0px;
}
.bpl_result ul>li {
    clear: both;
    height: 29px;
    line-height: 29px;
    padding: 0 10px 0 30px;
    background: url(../images/arrow3.png) center left 10px no-repeat;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.bpl_result ul>li:last-child{
    border-bottom: 0px solid #eee;
}

.bpl_result ul>li span.title{
    line-height: 29px;
    height: 29px;
    display: inline-block;
    float: left;
    width: 350px;
}
.bpl_result ul>li span.title a{    font-weight: bold;    line-height: 31px;}
.bpl_result ul>li span.diachi p{
    float: left;
    width: 140px;
    font-weight: 500;
}
.bpl_result ul>li span.dientich p{
    float: left;
    width: 80px;
    font-weight: 500;
}
.bpl_result ul>li span.giatien p{
    float: left;
    width: 70px;
    font-weight: bold;
}


a.blfp_more,a.blfp_sign {
float: right;
    margin-right: 10px;
    line-height: 37px;
    color: #333 !important;
    padding-left: 10px;
    background: url(../images/arrow.png) center left no-repeat;
    font-size: 12px;
    text-transform: inherit;
    font-weight: 200;
}

.new_first{}
.new_first h3 {
    margin-top: 15px;
}
.new_first h3 a {
    font-family: robotobold;
    text-transform: uppercase;
    font-size: 15px;
	color: #3f3f4b;
}
.new_first p{
    color: #3f3f4b;
    font-size: 13px;
}
.news_item{
    margin-bottom: 5px;
}
.news_item h5{
    margin-top: 5px;
	    margin-bottom: 5px;
}
.news_item h5 a{
    color: #3f3f4b;
	font-family: robotobold;
    font-size: 13px;
}

p.timecread{
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
    color: #A5A5A5;
}



/*------- Slide bottom -----*/

.list_carousel {
	height: 115px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5px;
    margin-top: 10px;
}

.caroufredsel_wrapper {
    width: 886px!important;
    margin: 0 auto!important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
    text-align: center;
    width: 132px;
    height: 96px;
    padding: 0;
    background: none;
    margin-top: 0px;
    margin-left: 15px;
    display: block;
    border-radius: 0px;
    float: left;
}

.list_carousel li img {
    width: 130px;
    height: 95px;
    border: 1px #d5d5d5 solid;
    border-radius: 14px;
}
	.list_carousel.responsive {
		width: auto;
		margin-left: 0;
	}
	.clearfix {
		float: none;
		clear: both;
	}
	

.prevslide {
    float: right;
    right: 6px;
    margin-top: 28px;
    width: 26px;
    height: 60px;
    background: transparent url(../images/back_sl.png) no-repeat;
    position: absolute;
    top: 0px;
}

.nextslide {
position: absolute;
    float: left;
    z-index: 999;
    width: 26px;
    height: 60px;
    background: transparent url(../images/next_sl.png) no-repeat ;
    top: 0px;
    left: 11px;
    margin-top: 28px;
}

/*------- End Slide bottom -----*/		

.list_carousel2 {
	height: 300px;
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.list_carousel2 .caroufredsel_wrapper {
    width: 970px!important;
    margin: 0 auto!important;
}
.list_carousel2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel2 li {
    text-align: left;
    width: 234px;
    height: 270px;
    padding: 0;
    background: none;
    margin-top: 10px;
    margin-right: 6px;
    margin-left: 5px;
    display: block;
    border: 0px #FFFFFF solid;
    border-radius: 0px;
    float: left;
}
.list_carousel2 li .product1{
	    margin-left: 0px;
}


	.list_carousel2.responsive {
		width: auto;
		margin-left: 0;
	}
	.clearfix {
		float: none;
		clear: both;
	}
	

.prevslide2 {
	float: right;
    right: -52px;
    /* margin-top: 34px; */
    width: 48px;
    height: 60px;
    background: transparent url(../images/1445347188_next.png) no-repeat;
	    background-size: 60px 60px;
    position: absolute;
    top: 82px;
}

.nextslide2 {
	float: right;
    left: -60px;
    margin-top: 0px;
    width: 48px;
    height: 61px;
    background: transparent url(../images/1445347194_prev.png) no-repeat;
    position: absolute;
	    background-size: 60px 60px;
    top: 82px;
}

/*-------  Phân trang -----*/	
.pagination {
margin-right:10px;
}

.pagination .current {
	background: #337ab7;
    border-color: ##163b5e !important;
    color: white !important;
    margin: 0 5px 0 7px;
    padding: 3px 8px;
    border-radius: 3px;
}

.pagination .disabled {
    color: black;
    text-decoration: none;
    background: white;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 3px;
}
.pagination span a {
    color: black;
    text-decoration: none;
    background: white;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 3px;
}
.pagination a {
margin: 0 5px 0 0;
padding: 3px 6px;
}


/*-------  Phân trang -----*/			


.f_brand{
    width: 100%;
    background: #fff;
    height: 100px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.bannerhome{margin-top: 10px;}
.bannerhome img{
    width: 100%;
    margin-bottom: 3px;
}
.kygui{
    padding: 15px;
    margin: 0px;
}
.kygui p.gt
{
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 30px;
}

.box-right{
	margin-bottom: 10px;
    background-color: white;
    width: 100%;
    border: 1px #dddddd solid;
}


.bt_support {
    width: 162px;
    height: auto;
    background: transparent url(../images/support_bg.png) repeat-y;
    position: fixed;
    right: 7px;
    top: 200px;
    border-bottom: 12px black solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	    z-index: 99999;
}
.bts_hotline{
    float: left;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 30px;
    background: #ff6500;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.chat{
    padding: 0px;
    border-bottom: 1px #999 dashed;
    margin: 0px 3px;
    padding-top: 10px;
}
.chat p.name{
    font-weight: bold;
    margin-bottom: 15px;	
}

.chat .phone{
	    background: transparent url(../images/phone_icon.png) top left 10px no-repeat;
    padding-left: 45px;
}
.chat .phone p{
color: red;
    font-weight: bold;
    line-height: 20px;	
}

.chat .tuvan{}
.chat .tuvan span{
	    padding-left: 11px;
    font-weight: bold;
}

.icon_phone{
    cursor: default;
    margin-left: 15px;
    margin-top: 10px;
    padding-top: 4px;
    line-height: 1em;
    padding-left: 55px;    float: left;
    height: 35px;
    background-position: -100px -260px;
    background-repeat: no-repeat;
    display: inline-block;
}


.bts_hotline p.sdt{
    color: #e80101;
    font-weight: bold;
    font-size: 16px;
    line-height: 0px;
}
.bts_social{
    width: 48px;
    border: 1px solid #eee;
    height: 60px;
    text-align: center;
    margin-left: -1px;
    float: left;
}

.icon_skype{
    background-position: -33px -270px;
    margin-top: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.sanphamnoibat{

}

.sanphamnoibat ul{
    padding-left: 0px;
}


.sanphamnoibat ul li{
    border-bottom: none;
    padding: 10px 0px 10px 0px;
    clear: both;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
}
.sanphamnoibat ul li img{
    width: 72px;
    height: 54px;
    margin-right: 10px;
    float: left;
    border: 1px #dddddd solid;
    padding: 2px!important;
}

.sanphamnoibat ul li a{
    font-weight: 600;
    text-align: left;
    line-height: 16px;
    color: #666666;
}
.sanphamnoibat ul li p{
    margin-top: 3px;
    font-weight: 500;
	margin-bottom:3px
}

.quangcao{
	margin-bottom: 20px;
    float: right;
    width: 100%;
    border: none;
}
.quangcao img{
    width: 100%;
    margin-bottom: 5px;
    border: none;
}


#top {
		width: 50px; height: 50px;
		position: fixed; bottom: 10px; right: 10px;
		text-indent: -99999px;
		cursor: pointer;
		background:  url(../images/top.png) no-repeat 0 0;
	}

.support_col img.logo{
	text-align: center;
	border: 1px #dddddd solid;
	padding: 1px;
	border-radius: 6px;
}

.support_col .slg{
width: 200px;
    border: 0px;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}

.support_col .chat{
    margin-bottom: 7px;
	width: 100%;
    padding-left: 10px;
}
.support_col .chat .ymgyahoo{    
	width: 36%;
	margin-right: 10px;
	float:left;
}
.support_col .chat .ymgyahoo img.yahoo{
	width: auto;
	    margin-top: 0px;
}
.support_col .chat .ymgyahoo img.skype{
    width: 62px;
    margin-top: 5px;
    margin-left: 3px;
}
.support_col .chat .ymgyahoo2{    
    float: left;
    width: 100%;
}
.text_red {
	color: red;
    font-weight: bold;
    font-size: 14px;
}

.hl{
	background: url(../images/hotline.png) top 11px left 11px no-repeat;
    width: 100%;
    height: 37px;
    margin-top: 10px;
	    font-weight: bold;
    font-size: 17px;
    line-height: 43px;
}


.hl p{
    color: #9d1624;
    font-weight: bold;
    font-size: 17px;
	text-shadow: 1px 0px 3px white;
    margin-left: 39px;
    line-height: 43px;
}

.hl_email{
	background: url(../images/email.png) top 11px left 11px no-repeat;
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
	font-weight: bold;
    font-size: 17px;
    line-height: 43px;
}


.hl_email p{
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 0px 3px white;
    margin-left: 39px;
    line-height: 43px;
}

.divlink{
	
}
.divlink ul{
	width: 680px!important;
    height: auto;
}
.divlink ul li{
	    width: 180px;
}
.divlink ul li a{
	
}


.menusanpham{
    min-height: 60px;	
}
.menusanpham ul{
    padding: 0px;
    width: 980px;
    margin: 0 auto;
}
.menusanpham ul li{
    background: url(../images/menu_top.png) no-repeat;
    list-style: none;
	    margin-bottom: 10px;
    float: left;
    margin-right: 21px;
    margin-top: 15px;
    width: 145px;
    height: 30px;
}
.menusanpham ul li:hover{background: url(../images/menu_top_hv.png) no-repeat;}
.menusanpham ul li.li_6{ margin-right: 0px;}
.menusanpham ul li a{
    color: white;
    line-height: 30px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;	
}


.contact_muahang{
    height: 50px;	
}

.contact_muahang p{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
    line-height: 29px;
    margin-left: 7px;
}

.contact_muahang img{
float: left;
    margin-right: 10px;
}

.box_footer{
    width: 1000px;
    margin: 0 auto;
    min-height: 200px;
    margin-top: 10px;
    color: black;
}

.box_footer ul{}
.box_footer ul li{
	list-style: none;
	float:left;
}
.box_footer ul li.box_dangky{
    list-style: none;
    width: 300px;
    float: left;
    border-right: 1px #1c1c1c solid;	
}
.box_footer ul li.contact{
	width: 330px;
}
.box_footer ul li.map{
    width: 290px;
    overflow: hidden;
	height: 200px;
}
.box_footer ul li.map .bando{
	border: 1px #dddddd solid;
    padding: 3px;
    height: 190px;
    overflow: hidden;
}

.box_footer ul li h4{
    margin-top: 0px;
    color: #df0209;
    font-weight: bold;
    font-size: 14px;	
}
.box_footer ul li h4 a{
	margin-top: 0px;
    color: #3f3f3f;
    font-family: robotobold;
    font-size: 13px;
    text-transform: uppercase;
}

.dangkyemail{
    width: 230px;
}
.dangkyemail input{
    height: 30px;
    width: 230px;
    padding-left: 10px;
    border: 1px #d7d7d7 solid;
    margin-bottom: 10px;
}

.dangkyemail button{
	background: #e8e8e8;
    padding: 4px 15px;
    border-radius: 8px;
    font-weight: bold;
    float: right;
}
.dangkyemail p{}


.box_footer ul li.danhmuc{
    width: 260px;
    padding-left: 8px;	
}

.box_footer ul li.danhmuc ul li{
	height: auto;
    width: 100%;
    line-height: 20px;
    list-style-type: disc;
    margin-left: 15px;
    color: #838383;
}
.box_footer ul li.danhmuc ul li a{
    color: #838383;
    font-size: 12px;
}

.lienket{
    float: right;	
}
.lienket ul li{
float: left;
    width: 40px!important;
    margin-top: 48px;	
}

.lienket ul li img{
	
}


.hotrotructuyen{
	background: url(../images/bg_support.png) repeat-x;
    min-height: 82px;
    width: 1000px;
    margin: 0 auto;
	margin-bottom: 20px;
    border: 1px #dddddd solid;
}
.hotrotructuyen ul li{
    width: 25%;
    float: left;
	    padding-top: 18px;
    list-style: none;
}
.hotrotructuyen ul li span{
    padding-left: 20px;
    font-size: 19px;
    line-height: 40px;
    color: #0033FD;
    /* font-family: robotobold; */
    text-transform: uppercase;	
}

.hotrotructuyen ul li p.name{
    color: #0033FD;
    float: left;
    width: 120px;
    padding-left: 15px;
    font-size: 15px;	
}
.hotrotructuyen ul li img.yahoo{
    float: left;
    margin-right: 10px;
    margin-top: -6px;	
}
.hotrotructuyen ul li img.skype{}
.hotrotructuyen ul li p.std{
    color: #FA0000;
    float: left;
    width: 100%;
    padding-left: 15px;
    font-size: 15px;
    font-family: robotobold;
}
.bottom{
    border-top: 3px #f50000 solid;
    background: #222222;
    min-height: 40px;	
}
.bottom p{
	margin-bottom: 0px;
    color: #ff9300;
    line-height: 40px;
    font-size: 15px;	
}

.product_footer{
	width:1000px;
	margin:0 auto;
}
.product_footer .box{
    width: 290px;
    float: left;
    min-height: 180px;
    margin-bottom: 15px;
    margin-right: 35px;	
}
.product_footer .box .title{
	border-bottom: 2px #d5d5d5 solid;	
    margin-bottom: 15px;	
}
.product_footer .box .title p{
    color: #838383;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    line-height: 29px;
    font-size: 14px;	
}
.product_footer .box img{
    width: 100px;
    height: auto;
    border: none;
    float: left;	
}

.product_footer .box ul{
    float: right;
    width: 180px;	
}
.product_footer .box ul li{
    background: url(../images/icon_li.png) top 4px left 5px no-repeat;
    list-style: none;
    padding-left: 20px;
}
.product_footer .box ul li a{
    color: #848484;
    line-height: 20px;	
}

#button_menu{
    padding: 12px;
    background: #ff0002;
    margin-top: 40px;
    float: right;
    cursor: pointer;
    color: white;
    border: none;
    margin-bottom: 10px;
}

#panel{
	display:none;
}

.menu_respon{
    width: 100%;
	    margin-bottom: 20px;
    clear: left;	
}
.menu_respon ul li{
    list-style: none;
    background: #ff0002;
    margin-bottom: 1px;
}
.menu_respon ul li a{
    padding-left: 15px;
    line-height: 34px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.menu_respon ul li ul{
	
}
.menu_respon ul li ul li{
    background: #ccc;
    margin-bottom: 0px;
    border-bottom: 1px white solid;
}
.menu_respon ul li ul li a{
    color: #484040;
    padding-left: 30px;
    font-size: 15px;	
}

@media screen and (max-width: 980px) {
	.listnewhome .info{
		margin-top:10px;
	}
}
