.main_menu_top {
  width: 100%;
  height: 40px;
  background: #18a314;
  box-shadow: 0px 5px 3px #ebebeb;
}
.bt-header-wrap{
    width: 100%; 
    height: 40px; 
}
.bt-header{
    margin: auto;
    height: 100%;
}
.bt-header-left{
    float: left;
    width: 80%;
}
.bt-header-left li{
    float: left; 
    list-style: none;
    margin: auto 2px;
}
.bt-header-left li a{
    display: block; 
    line-height: 20px; 
    padding: 0 20px; 
    text-decoration: none; 
    padding-top: 10px;
    font-size: 12px; 
    color: #fff;
	text-transform:uppercase;
	position:relative;
	text-align:center;
	font-weight:bold;
}
.bt-header-left li:hover,.bt-header-left li.selected {
    background-color: #9d4608;
}
.menu-smartphone{
    background: url(../images/dienthoai.png)  no-repeat center 10px;
}
.menu-tablet{
    background: url(../images/tablet.png) no-repeat center 10px;
}
.menu-apple{
    background: url(../images/apple.png) no-repeat center 10px;
}
.menu-laptop{
    background: url(../images/laptop.png) no-repeat center 10px;}
.menu-phukien{
    background: url(../images/phukien.png) no-repeat center 10px;
}
.menu-doitra{
    background: url(../images/maydoitra.png) no-repeat center 10px;
}
.menu-xakho{
    background: url(../images/xakho.png) no-repeat center 10px;
}
.menu-tragop{
    background: url(../images/tragop.png) no-repeat center 10px;
}
.menu-khuyenmai{
    background: url(../images/khuyenmai.png) no-repeat center 10px;
}
.bt-header-right{
    width: 20%; 
    height: 100%; 
    background: #f8f8f8 20px 10px no-repeat;
    float: right;
	position:relative;
}
.bt-header-right div{
	position:absolute; bottom:5px; left:0;
}
.bt-header-right a{
	font-size:18px; font-weight:bold; color:#BD0000; display:block; margin-left:50px; line-height:22px;
}