@charset "utf-8";
/* CSS Document */
/*@import url("reset.css");*/
body {
	margin: 0;
	min-width: 1300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../Images/background_nguyenson.png) repeat;
}
.clear {
	clear: both;
	display: none;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#pagewrap {
	width: 1200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#top-page{background:#000; position:absolute; z-index:0; height:50px; width:100%;}

/*=====================header=====================*/
#header {
	height: 50px;
	width: 100%;
	background:#000;
	position:relative;
	z-index:2;
}
#loggo-top {
	width: 380px;
	height: 50px;
	float: left;
}
#logo-text {
	margin-left: 100px;
	margin-top: 15px;
}
#search-top {
	margin-top: 5px;
	float: left;
}
.search input[type='text'] {
	width: 300px;
	margin: 0;
	padding-left: 10px;
	height: 30px;
	border: 0px;
	float: left;
	background: #fff url(../Images/icon-search.png) 95% center no-repeat;
}
#info-header {
	width: 480px;
	margin-top: 10px;
	float: left;
}
.boxheader {
	width: 150px;
	height: 40px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px;
}
#giaohang-header .icon {
	width: 48px;
	height: 33px;
	float: left;
	background: url(../Images/icon-giaohang.png) center no-repeat;
}
#thanhtoan-header .icon {
	width: 30px;
	height: 29px;
	float: left;
	background: url(../Images/icon-thanhtoan.png) center no-repeat;
}
#doihang-header .icon {
	width: 36px;
	height: 30px;
	float: left;
	background: url(../Images/icon-doihang.png) center no-repeat;
}
.boxheader yellow {
	color: #FEB900;
}
/*=====================baner=====================*/
#baner {
	height: 250px;
	width: 100%;
}
#baner1 {
	width: 370px;
	float: left;
}
#baner2 {
	width: 68%;
	float: right;
}
/*=====================content=====================*/
#content {
	width: 70%;
	float: left;
	margin-top: 5px;
}
#content-detail {
	width: 100%;
	background: #fff;
	float: left;
}
/*=====================products=====================*/

#products {
	width: 100%;
	text-align: center;
}
#products .row {
	width: 100%;
	height: 220px;
	border-top: solid 1px #ccc;
}
#products .last-row{
	border-bottom: solid 1px #ccc;
}
#products .row .col {
	width: 24%;
	border-left: solid 1px #ccc;
	float: left;
	position: relative;
	height: 220px;
}
#products .row .colfirst {
/*border-left:0;*/
}
#products .row .colend {
/*border-right:solid 1px #ccc;*/
}
#products .row .col img {
	height: 130px;
	margin-top: 15px;
}
#products .row .icon-pro-sale {
	position: absolute;
	top: 0;
	left: 0;
	height: 52px;
	width: 47px;
	background: url(../Images/icon-khuyenmai.jpg) center top no-repeat;
}
#products .row .col .pro-name {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
#products .row .col .pro-price {
	color: red;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#products .row .col .pro-sale {
	color: #666;
	font-size: 10px;
}
#products .row .col .pro-sale span {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
#products a {
	text-decoration: none;
}
#bottom-content-pro {
	height: 126px;
}
#bottom-content-pro img {
	width: 100%;
	height: 126px;
	margin-top: 15px;
}
/*=====================side bar=====================*/
#sidebar {
	width: 28%;
	float: right;
	margin-top: 5px;
}
#sidebar .row {
	width: 100%;
	text-align: center;
	background: #fff;
	float: left;
	margin-top: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar #danhmuctimkiem {
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar .row .row-detail {
	width: 80%;
	text-align: center;
	background: #fff;
	margin-left: 10%;
	float: left;
	padding-bottom: 20px;
}
#sidebar .row h2 {
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #000;
	font-size: 20px;
	text-transform: uppercase;
	color: #FC0;
}
#sidebar .row .sidebar-detail {
	width: 80%;
	text-align: left;
	border: 0;
	font-size: 12px;
	color: #333;
	float: left;
	height: 150px;
}
#sidebar #row-news {
	padding-top: 10px;
	padding-bottom: 20px;
}
#sidebar img {
	width: 100%;
}
#sidebar #row-news #row-news-detail {
	width: 90%;
	margin-left: 5%;
}
#sidebar #row-news #row-news-detail .line-news {
	width: 100%;
	border-bottom: dotted 1px #666;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
#sidebar #row-news #row-news-detail .line-news img {
	height: 70px;
	width: 70px;
	float: right;
	margin-right: 0px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar #row-news #row-news-detail .text-news {
	color: #333;
	font-size: 12px;
	float: left;
	width: 70%;
	text-align: left;
}
#sidebar #row-news .text-news a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#sidebar #row-news .text-news .date {
	width: 100%;
	color: #333;
	font-size: 10px;
	margin-top: 10px;
}
/*=====================btn=====================*/
.btn {
	width: 70px;
	height: 25px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	float: left;
	background: #FC0;
	color: #333;
	text-transform: uppercase;
	line-height: 25px;
	margin-left: 30%;
	border: solid 1px ;
	font-weight: bold;/*background-image:
    -webkit-gradient(linear, left bottom, right bottom, from(#42caf6), to(#0fbaf0));
  background-image:
    -webkit-linear-gradient(left, #42caf6, #0fbaf0);
  background-image:
    -moz-linear-gradient(left, #42caf6, #0fbaf0);
  background-image:
    -o-linear-gradient(left, #42caf6, #0fbaf0);
  background-image:
    linear-gradient(to bottom, #42caf6, #0fbaf0);
	
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;	*/
}
.btn a {
	text-decoration: none;
}
input[type="text"] {
	margin-top: 5px;
	width: 240px;
	height: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
	margin-bottom:5px;
}

#danhmuctimkiem .cbo-pro{
	margin-top: 5px;
	width: 255px;
	height: 25px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
	margin-bottom:5px;
}
/*=====================footer=====================*/
#footer {
	width: 100%;
	background: #0f0f0f;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 15px;
}
#footer #footer-detail {
	width: 100%;
	background: #0f0f0f;
	float: left;
	clear: both;
	color: #fff;
}
#footer .col-footer {
	width: 25%;
	float: left;
	text-align: left;
	margin-left: 20px
}
#footer .col-footer h3 {
	width: 90%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
}
#footer .col-footer a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}
#footer .col-footer #tongdai {
	background: #fff;
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	padding: 10px;
	width: 90%;
	line-height: 16px;
	line-height: 18px;
}
#footer .col-footer red {
	font-weight: bold;
	color: red;
}
#footer #footer-detail #company-address {
	width: 40%;
	float: right;
	font-size: 12px;
}
#footer #footer-detail #icon-share {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	margin-top:20px;
	margin-right:20px;
}
#footer #footer-detail #icon-share img {
	float: right;
	padding-left: 20px;
	margin-right: 20px;
}
#menu-footer {
	height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	border-top: dotted 1px #fff;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#menu-footer ul {
	list-style: none;
	width: 80%;
	margin-left: 20%;
}
#menu-footer ul li {
	float: left;
	text-align: left;
	border-left: solid 1px #fff;
}
#menu-footer ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu-footer #link-first {
	border-left: solid 0px #fff;
}
#bottom-page {
	background: #000;
	width: 100%;
	float: left;
	height: 50px;
	padding-bottom: 20px;
}
#bottom-page-detail {
	margin-top: 20px;
	width: 100%;
}
#bottom-page .col-bottom-page {
	float: left;
	width: 30%;
	text-align: left;
	color: #fff;
}
#bottom-page #logo-bottom {
	float: left;
	margin-left: 100px;
}
#bottom-page #chapnhanthanhtoan {
	float: right;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}
a {
	text-decoration: none;
}
#bottom-page #chapnhanthanhtoan img {
	float: right;
	padding-left: 20px;
	margin-right: 20px;
}
/*=========================products========================*/

#link-main-page {
	float: left;
	width: 100%;
	color: #333;
	background: #fff;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin-bottom:5px;
}
#link-main-page a {
	padding-left: 10px;
}
a:visited {
	padding-left: 10px;
	color: #333;
}

#number-page-products {
	text-align:center;
	width:100%;
	height: 30px;
}
#number-page-products a {
	float: left;
	padding: 3px;
	padding-left: 7px; padding-right:7px;
	color:#000;
	font-weight:bold;
}
#number-page-products ul {
	list-style: none;
	text-align:center;
	float:right;
	padding-right:20px;
	
}
#number-page-products li {
	float: left;
	text-align: center;
	border: solid 1px #666;
	background: #FFBC00;
	margin-left:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#number-page-products li:hover {
	background: #999;
}
#number-page-products li a{ color:#000;}

/*=========================news========================*/

#news-page {
	width:100%;
	float:left;
}

#news-page .row-news-page {
	width:100%;
	float:left;
	min-height:100px;
	border-bottom:dotted 1px #666;
	padding-top:20px;
	padding-bottom:10px;
	line-height:20px;
}
#news-page .row-news-page img {
	width:130px;;
	/*border:solid 1px #666;
	padding:5px;*/
	float:left;
	margin-left:20px;
}
#news-page .row-news-page .text-news {
	width:70%;
	float:right;
	color:#333;
	margin-right:10px;
	font-size:12px;
}
#news-page .row-news-page .text-news a {
	width:100%;
	color:#F90;
	font-weight:bold;
	text-transform:uppercase;
	
}
#news-page .row-news-page .text-news a:hover{
	color:#333;
}
/*=======================================================*/
#cart-page
{
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
	float:left;
	width:100%;
}
#cart {width:98%;}
#cart img {
	height: 60px;
}
#cart a img{
	width:20px;
	height:20px;
}
#cart table {
	text-align: center;
	width:97%;
}
#cart tr {
	border-left: solid #FEAD00 1px;
}
#cart td {
	border: solid #FEAD00 1px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	border-top: 0;
	border-left: 0;
}
#cart .th>td {
	background: #FEAD00;
	color: #fff !important;
	height: 30px !important;
	font-weight: normal !important;
}
#cart .tdf {
	border-left: solid #ca9a17 1px;
}
#cart .btn a {
	text-decoration: none;
}
.div-btn-right{
	float:right;
	position:relative;
	right:10px;
	margin-right:15px;
}
#cart .btn {
	text-align: center;
	width: 200px;
	height: 30px;
	font-size: 15px;
	margin-top: 5px;
	margin-left: 0px;
	color: #fff;
	float: left;
	line-height: 30px;
	float: left;
	background-image: -webkit-gradient(linear, left bottom, right bottom, from(#FFBC00), to(#FFAA00));
	background-image: -webkit-linear-gradient(left, #FFBC00, #FFAA00);
	background-image: -moz-linear-gradient(left, #FFBC00, #FFAA00);
	background-image: -o-linear-gradient(left, #FFBC00, #FFAA00);
	background-image: linear-gradient(to bottom, #FFBC00, #FFAA00);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cart #sum {
	text-align: right;
	padding-right: 20px;
	color: red;
	font-size: 15px;
	font-weight: bold;
	widht: 98%;
	height: 30px;
	line-height: 30px;
}

#product-detail-page
{
	padding:20px;
	padding-right:0px;
	width:90%;
    float:left;	
}


/*==========================================*/

#products-detail-image
{
    width:40%;
    float:left;
    margin-top:15px;
}
#mota-chitiet-sanpham
{
    width:50%;
    float:right;
    color:#666;
}
#zoomimgbox
{
    width:100%;
    float:left;
}
#mota-chitiet-sanpham h2
{
    width:100%;
    float:left;
    border-bottom:dotted 1px #ccc;
    font-size:20px;
    color:#333;
    text-transform:uppercase;
    padding-bottom:10px;
    line-height:15px;
	clear:both;
}
#mota-chitiet-sanpham #likeshare
{
    font-size:11px;
    color:#666;line-height:20px;
   }
#mota-chitiet-sanpham .btnlike
{
    height:22px;
    width:42px;
    background:#4864B4;
    float:left;
    color:#fff;
    text-transform:capitalize;
    margin-right:10px;
    text-align:center;
    line-height:20px;
    text-decoration:none;
   
}
#mota-chitiet-sanpham a
{
    text-decoration:none;
}
#mota-chitiet-sanpham price
{
    font-size:23px;
    color:red;
    width:50%;
    float:left;
    margin-top:10px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:left;
    clear:both;
}
#mota-chitiet-sanpham .btnmua
{
    height:35px;
    width:130px;
    background:#FFD503;
    float:left;
    color:#000;
    text-transform:uppercase;
    margin-left:20px;
    text-align:center;
    line-height:35px;
    text-decoration:none;
    font-size:13px;
    margin-top:5px;font-weight:bold;
    box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 1px 2px #000;
    -o-box-shadow: 0px 1px 2px #000;
    border-radius: 5px 5px 5px 5px;
   
}
#mota-chitiet-sanpham .btnmua:hover
{
    
    box-shadow: 0px 3px 1px #333;
    -moz-box-shadow: 0px 3px 1px #333;
    -webkit-box-shadow: 0px 3px 1px #333;
    -o-box-shadow: 0px 3px 1px #333;
}

#mota-chitiet-sanpham table
{
    width:100%;
    margin-left:0px;
    font-size:13px;
    float:left;
    margin-top:15px;
 
}

#mota-chitiet-sanpham tr
{
    float:left;
    width:100%;
    border-bottom:solid 1px #ccc;
    padding-top:3px;
    padding-bottom:3px;
}

#mota-chitiet-sanpham table .col-mota-1
{
    width:130px;
}
.thongsokythuat
{
    float:left;
    width:100%;
   
    margin-top:40px;
	padding-bottom:20px;
	margin-left:20px;
}
.thongsokythuat table{
	width:95%;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
	margin-left:10px;
	color:#333;
	float:left;
	background:#E1E1E1;
}
.thongsokythuat table tr{
	width:100%;
	height:30px;
	line-height:20px;
	border-bottom:solid 1px #333;
	
}
.thongsokythuat table tr td{}
.thongsokythuat table .colf{
	width:200px;
	font-weight:bold;
}
.thongsokythuat h2{
	margin-top:20px;
	font-size:15px;
	border-bottom:solid 1px #ccc;
	text-transform:uppercase;
}
/*===============================================================*/
.navihome {
    float: left;
    width: 420px;
    height: 250px;
    overflow: hidden;
    position: relative;
	margin-top:0px;
}
.navihome {
list-style: none outside none;
font-size:11px;
text-align:center;
}
.navihome li{ text-align:center;}
.navihome a{ text-decoration:none; color:#fff;}
.mobile{
	position:absolute;
	top:0;
	left:0;
	width:184px;
	height:82px
}

.mobile a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#ff8a00;
	width:184px;
	height:82px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.mobile a:hover{
	
}

.mobile a:hover .icon-mobile{
	top:30px
}

.mobile a h3{
	position:relative;
	top:10px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.mobile a:hover h3{
	top:-40px
}

.tablet{
	position:absolute;
	top:85px;
	left:0;
	width:175px;
	height:64px
}

.tablet a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#d9532d;
	width:184px;
	height:82px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.tablet a:hover{
	
}

.tablet a:hover .icon-tablet{
	left:120px
}

.tablet a h3{
	position:relative;
	top:25px;
	left:0;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.tablet a:hover h3{
	left:-50px
}
.laptop{
	position:absolute;
	top:170px;
	left:0;
	width:175px;
	height:80px
}

.laptop a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#b61b43;
	width:184px;
	height:95px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.laptop a:hover{
	
}

.laptop a:hover .icon-laptop{
	right:100px
}

.laptop a h3{
	position:relative;
	top:30%;
	left:-10px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.laptop a:hover h3{
	left:50px
}

.phukien{
	position:absolute;
	top:0;
	left:186px;
	width:140px;
	height:82px
}

.phukien a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#9f005d;
	width:182px;
	height:82px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.phukien a:hover{
	
	
}

.phukien a:hover .icon-phukien{
right:120px;
}

.phukien a h3{
	position:relative;
	top:30px;
	left:-10px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.phukien a:hover h3{
	left:40px
}
.appgame{
	position:absolute;
	top:85px;
	left:186px;
	width:90px;
	height:82px
}

.appgame a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#258905;
	width:90px;
	height:82px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.appgame a:hover{
	
}

.appgame a:hover .icon-appgame{
	top:30px
}

.appgame a h3{
	position:relative;
	top:-7px;
	left:0;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.appgame a:hover h3{
	top:-45px
}.maydoitra{
	position:absolute;
	top:85px;
	left:278px;
	width:90px;
	height:84px
}

.maydoitra a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#7fba00;
	width:90px;
	height:82px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.maydoitra a:hover{
	
}

.maydoitra a:hover .icon-maydoitra{
	top:30px
}

.maydoitra a h3{
	position:relative;
	top:-7px;
	left:0;
	width:60px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.maydoitra a:hover h3{
	top:-45px
}
.simcard{
	position:absolute;
	top:170px;
	left:186px;
	height:72px
}

.simcard a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#0084cc;
	width:182px;
	height:95px;
	text-shadow:1px 1px rgba(0,0,0,.25);
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.simcard a:hover{
	
}

.simcard a:hover .icon-simcard{
	left:120px
}

.simcard a h3{
	position:relative;
	top:10px;
	left:20px;
	width:80px;
	text-align:left;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:normal;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.simcard a:hover h3{
	left:-20px
}
.hoidap{
	position:absolute;
	top:0;
	left:319px;
	width:101px;
	height:51px
}

.hoidap a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#666;
	background:#e7e7e7;
	width:101px;
	height:51px;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.hoidap a:hover{
	
}

.hoidap a h3{
	position:relative;
	top:18px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#666;
	font-weight:normal
}

.tincongnghe{
	position:absolute;
	top:53px;
	left:319px;
	width:101px;
	height:51px
}

.tincongnghe a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#666;
	background:#e7e7e7;
	width:101px;
	height:51px;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.tincongnghe a:hover{
	
}

.tincongnghe a h3{
	position:relative;
	top:18px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#666;
	font-weight:normal
}

.menuraovat{
	position:absolute;
	top:106px;
	left:319px;
	width:101px;
	height:51px
}

.menuraovat a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#666;
	background:#e7e7e7;
	width:101px;
	height:51px;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.menuraovat a:hover{
	
}

.menuraovat a h3{
	position:relative;
	top:18px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#666;
	font-weight:normal
}

.menusieuthi{
	position:absolute;
	top:159px;
	left:319px;
	width:101px;
	height:51px
}

.menusieuthi a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#666;
	background:#e7e7e7;
	width:101px;
	height:51px;
	-webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.menusieuthi a:hover{
	
}

.menusieuthi a h3{
	position:relative;
	top:18px;
	display:block;
	margin:0 auto;
	font-size:13px;
	line-height:15px;
	color:#666;
	font-weight:normal
}


[class^="icon-"], [class*="icon-"] {
    background-image: url('../images/bg-site.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}


.icon-mobile {
    background-position: 0px -50px;
    width: 40px;
    height: 50px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 9px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.icon-tablet {
    background-position: -40px -50px;
    width: 49px;
    height: 50px;
    float: left;
    position: relative;
    top: 20%;
    left: 20px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.icon-laptop {
    background-position: -89px -50px;
    width: 53px;
    height: 50px;
    float: right;
    position: relative;
    top: 20%;
    right: 25px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.icon-phukien {
    background-position: -142px -50px;
    width: 36px;
    height: 50px;
    float: right;
    position: relative;
    top: 15px;
    right: 25px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.icon-appgame {
    background-position: -219px -50px;
    width: 40px;
    height: 50px;
    display: block;
    position: relative;
    top: 0px;
    left: 15px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.icon-maydoitra {
    background-position: -178px -50px;
    width: 40px;
    height: 50px;
    display: block;
    position: relative;
    top: 0px;
    left: 15px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}

.icon-simcard {
    background-position: -259px -50px;
    width: 40px;
    height: 50px;
    float: left;
    position: relative;
    top: 10px;
    left: 15px;
    -webkit-transition:all 300ms ease 100ms;
	-moz-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms
}
.navihome a:hover
{
-moz-box-shadow:    inset 0px 0px 18px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0px 0px 18px 4px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 0px 18px 4px rgba(0, 0, 0, 0.2);
}

/*===================================new detail================================*/
#news-detail-page{ padding-left:20px; padding-bottom:20px;}
#news-detail{ width:95%; text-align:left;}
#news-detail h1 {
    font-size: 28px;
    font-weight: normal;
    color: #212121;
    display: block;
    border-bottom: 1px solid #E3E3E3;
    padding: 8px 0px 20px;
    margin-bottom: 8px;
    line-height: 29px;
}
.text-news-detail { text-align:left;}
.text-news-detail img{ max-width:60%; margin-left:10%; margin-top:15px; padding-bottom:15px; clear:both;}

.newsrelate h6 {
    display: block;
    padding: 8px 0px 0px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height:0px;
}
.newsrelate a {
    display: block;
    margin-left: 15px;
    font-size: 14px;
    color: #0072CC;
    padding: 5px 0px 0px;
    text-decoration:none;
}
.newsrelate a span {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    padding: 4px 0px;
}
/*===================================form tra gop================================*/
#form-tra-gop
{
	width:90%;
	margin-left:20px;
	float:left;
	padding-bottom:20px;
	
}
#form-tra-gop h2
{
	font-size:15px;
	text-transform:uppercase;
	border-bottom: dotted 1px #ccc;
	padding-top:15px;
	padding-bottom:10px;
}
#form-tra-gop row{
	width:100%;
	float:left;
	min-height:30px;
	clear:both;
}
#form-tra-gop row .col-tragop{
	width:60%;
	float:left;
}
#form-tra-gop row .col-tragop-1{
	width:30%;
	text-transform:uppercase;
}
#form-tra-gop row .col-tragop select{
	width:30%;
	float:left;
	height:25px;
	margin-left:10px;
	border-color:#ccc;
	margin-top:5px;
}

#form-tra-gop row price{
	color:red;
	font-weight:bold;
	
}
#form-tra-gop row span{font-weight:bold;}
#form-tra-gop row i{ font-size:11px; margin-left:10px;}
#form-tra-gop input[type="text"] {
	margin-top: 5px;
	width: 240px;
	height: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
	margin-left:10px;
	margin-bottom:5px;
}
 #form-tra-gop textarea{
	background-color: #fff;
	border: solid 1px #ccc;
	width: 70%;
	height: 50px;
	margin-left:10px;
	margin-top: 5px;
 }
 #form-tra-gop input[type="radio"]
 {
	 margin-top:10px;
	 margin-left:10px;
 }
 
 #form-tra-gop .btn-dangki{
	width: 80px;
	height: 25px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	float: left;
	background: #FC0;
	color: #000;
	text-transform: uppercase;
	line-height: 25px;
	margin-left: 40%;
	border: solid 1px #666;
	font-weight: bold;
	 }
#form-tra-gop .batbuoc {
  float:left;
  color:red;
  line-height:25px;
  margin-left:-10px;
  font-weight: bold;
}

/*================================================================*/
#form-thanhtoan
{
	width:90%;
	margin-left:20px;
	float:left;
	padding-bottom:20px;
	
}
#form-thanhtoan
{
	font-size:15px;
	text-transform:uppercase;
	border-bottom: dotted 1px #ccc;
	padding-top:15px;
	padding-bottom:10px;
}
#form-thanhtoan row{
	width:100%;
	float:left;
	min-height:30px;
	clear:both;
}
#form-thanhtoan row .col-thanhtoan{
	width:40%;
	float:left;
}
#form-thanhtoan .col-thanhtoan-1{
	width:20%;
	text-transform:capitalize;
}
#form-thanhtoan row .col-thanhtoan select{
	width:30%;
	float:left;
	height:25px;
	margin-left:10px;
	border-color:#ccc;
	margin-top:5px;
}

#form-thanhtoan row price{
	color:red;
	font-weight:bold;
	
}
#form-thanhtoan row span{font-weight:bold;}
#form-thanhtoan row i{ font-size:11px; margin-left:10px;}
#form-thanhtoan input[type="text"] {
	margin-top: 5px;
	width: 240px;
	height: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
	margin-left:10px;
	margin-bottom:5px;
}

 
 #form-thanhtoan .btn-thanhtoan{
	width: 100px;
	height: 25px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	float: left;
	background: #FC0;
	color: #000;
	text-transform: uppercase;
	line-height: 25px;
	margin-left: 45%;
	border: solid 1px #666;
	font-weight: bold;
	 }
#form-thanhtoan .batbuoc {
  float:left;
  color:red;
  line-height:25px;
  margin-left:-10px;
  font-weight: bold;
}
#form-thanhtoan h2
{
	font-size:15px;
	text-transform:uppercase;
	border-bottom: dotted 1px #ccc;
	padding-top:15px;
	padding-bottom:10px;}
	 #form-thanhtoan textarea{
	background-color: #fff;
	border: solid 1px #ccc;
	width: 80%;
	height: 50px;
	margin-left:10px;
	margin-top: 5px;
 }