/*tab_slide----------------------------------------------------------------------*/
.tab_slide{
	display:block;
	position:relative;
	margin: 0px;
	padding:10px 0px;
	overflow:hidden;
}
.tab_slide table{
	margin: 0px 30px;
	width: inherit;
}
.tab_slide table td{
	font-weight: bold;
	padding: 0px 12px 10px 12px;
}
.tab_slide table td a{
	color: #000;
	text-decoration:none;
}
.tab_slide table td a.active, .tab_slide table td a.active span{
	color: #e21a21;
	cursor: default;
}
.tab_slide table td a:hover, .tab_slide table td a:hover span{
	text-decoration: none;
}
.tab_slide div.image{
	display: none;
	font-size: 0px;
}
.tab_slide div.tabcontent{
	margin-right:-1px;
	padding:0px;
	height:0px;
	overflow:hidden;
}
.tab_slide div.tabcontent .viewall{
	clear:both;
	font-size:12px;
	color:#0a246a;
	margin-top:10px;
	margin-left:10px;
	background: url(./images/icon_arrow.png) center left no-repeat;
	padding-left:20px;
	text-decoration: underline;
}
.tab_slide div.tabcontent .viewall:hover{
	text-decoration: none;
}
.tab_slide div.active{
	display: block;
}
.tab_slide .arrow{
	background: url(./images/tab_slide_arrow.png) center top no-repeat;
	position: absolute;
	width: 465px;
	height: 22px;
	overflow: hidden;
	z-index: 1;
}
/*-----------------------------------------------------------------------------------------------*/
/* Search */
#searchbox{display:none;height:48px;width:auto;margin:0;position:relative;z-index:99;
  background-color: #eceff2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eceff2), to(#cdd2d5)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eceff2, #cdd2d5); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #eceff2, #cdd2d5); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #eceff2, #cdd2d5); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #eceff2, #cdd2d5); /* Firefox 16+ */
border-bottom:1px #A1A6A8 solid;position:absolute;top:47px;left:0;right:0;z-index:2;}
#searchbox-in {margin:0 9px;}
#searchbox form{height:20px;display:block;position:relative;top:8px;margin:0 5px;padding:0;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background:rgba(255,255,255, 1) url(./images/search.png) no-repeat 5px center;border: 1px #A1A6A8 solid;padding: 6px 0 6px 25px;}
#searchbox input[type=text]{border:0;-webkit-appearance:none;height:20px;float:left;font-size:13px;padding:0;position:relative;top:0px;width:100%;float:left;float: left;margin: 0px 10px 0 0;color: #666;font-size: 14px;background-color:transparent;padding: 0 0;}
#searchbox input[type=submit]{height:26px;border:1px #b1b1b1 solid;float:right;color:#333;font-size:12px;position:relative;margin-right:-6px;text-align:center;top:0;cursor:pointer;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#ffffff),to(#959595));top:1px;font-weight:bold;text-shadow: #999 0px 0px 2px;position:absolute;top:3px;right:10px;text-shadow:0 1px 0 #fff;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;padding-bottom:4px;}
#searchbox span {display:none;}
#searchbox.fixed {position:fixed;z-index:99}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* popup */
.popup {
	position:fixed;
	z-index:99999;
	top:50%;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:180px;
	margin-top:-120px;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	border:1px #ababab solid;
	border-top:0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.6);	
}
.popup .popupTitle{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #c4c4c4 solid;
	font-size:16px;
}
.popup .closePopup{
	float:right;
	font-size:11px;
	color:#212879;
}
.popup .popupContent{
	height:150px;
	overflow:auto;
	padding:0px;
}
/*-----------------------------------------------------------------------------------------------*/
/* loadmore */
#widgetP {
	clear:both;
	margin:0px;
	margin-bottom:15px;
	background:#fff !important;
	border:1px #c4bdb1 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.45);
}
#widgetPTitle {
	height:31px;
	padding:0px;
	background: url(./images/widgetPContent_bg.gif) center bottom no-repeat;
	padding-bottom:34px;
	margin-bottom:10px;
	position:relative;
	z-index:2;
}
#widgetPTitle .title{
	float:left;
	height:36px;
	width: 100%;
	text-align: center;
	overflow:hidden;
	line-height:41px;
	font-size:14px;
	font-weight:bold;
	color:#006fd7;
	padding-right:50px;
	padding-left:10px;
}
#widgetPTitle .title img{
	float:left;
	margin-top:-4px;
	margin-right:5px;
}
#widgetPTitle .title a{color:#006fd7;}

#widgetPTitle .toolRight {
	float:right;
	margin-right:10px;
	height:41px;
	line-height:41px;
	font-weight:normal;
	color:#6a6a6a;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-right:15px;
	background: url(./images/toolRight_bg.gif) right center no-repeat;
}
#widgetPTitle .toolRightL {
	float:right;
	margin-right:10px;
	height:41px;
	line-height:41px;
	font-weight:normal;
	color:#6a6a6a;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	background: url(./images/toolRight_lbg.gif) left center no-repeat;
}
#widgetPTitle .toolRight a{
	color:#6a6a6a;
}
#widgetPTitle .toolRightL a{
	color:#6a6a6a;
}
#widgetPContent {
	clear:both;
	margin-top:-20px;
	padding-bottom:20px;
	background: url(./images/widgetPContent_bg.png) left bottom repeat-x;
	position:relative;
	z-index:1;
}
#widgetPFooter{
	line-height:0px;
	font-size:0px;
	height:1px;
}
/*LOADMORE-------------------*/
#loadmore {
	clear:both;
	background:#fff;
	cursor:pointer;
	margin:10px auto;
	height:30px;
	line-height:30px;
	border:1px #cccccc solid;
	border-bottom:1px #ababab solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color:#565656;
	text-align:center;
	font-weight:bold;
	width:80%;
}
#loadmore .loadmore_icon{
	background: url(./images/loadmore.gif) left center no-repeat;
	padding:0px 8px;
	margin-left:5px;
	width:16px;
	height:11px;
}
/*-----------------------------------------------------------------------------------------------*/
/* LIST GAME Slide */
.listGameSlide{
	clear:both;
	position: relative;
	height: 200px;
	overflow:hidden;
	margin:5px 10px;
	text-align:center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	vertical-align:middle;
}
.listGameSlide .swiper-slide img{
	max-height:170px;
	border:1px #c4bdb1 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.45);
}
.listGameSlide .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:0px;
  width: 100%;
  z-index:2;
}
.listGameSlide .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.listGameSlide .swiper-visible-switch {background: #aaa;}
.listGameSlide .swiper-active-switch {background: #b10209;}
.swiper-slide #news {  width:120px;height:188px;overflow:hidden;margin:0px 5px;padding-left:8px;}
/*-----------------------------------------------------------------------------------------------*/
/*NEWS-------------------------------------*/
#news {
	padding:0px 15px;
	padding-top:10px;
}
#news .title, #news .title a{
	font: 12px Arial;
	color:#000;
	font-weight:bold;
}
#news .dateUpdate{
	font-size:11px;
	color:#989898;
}
#news .note{
	margin-top:5px;
}
#news .content{
}
#news .imgNews{
	float:left;
	margin-right:10px;
	border:1px #ccc solid;
	padding:3px;	
}
#news .imgNews img{
	vertical-align:middle;
	max-width: 90px;
	width: expression( this.scrollWidth > 91 ? "90" : "auto" );
	max-height: 90px;
	height: expression( this.scrollHeight > 91 ? "90" : "auto" );
}
#vitri3 .title{
	font: 12px Arial;
	font-weight:bold;
}
#vitri3 #news .imgNews{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:0px;
}
#vitri3 #news .imgNews img{
	vertical-align:middle;
	max-width: 60px;
	width: expression( this.scrollWidth > 61 ? "60" : "auto" );
	max-height: 60px;
	height: expression( this.scrollHeight > 61 ? "60" : "auto" );
}

/*WIDGETP-------------------------------------*/
#products {
	float:left;
	margin:10px 7px;
	margin-top:0px;
	width:110px !important;
	height:140px !important;
	font: 12px Arial;
}
#products:hover {
}
#products .title{
	margin:0px 10px;
	padding:0px;
	height:30px;
	overflow:hidden;
}
#products h2.title,#products a.title{
	margin:0px;
	font-weight:normal;
}
#products .price{
	margin:0px 10px;
	color:#e21a21;
}
#products .priceOld{
	margin:0px 10px;
	color:#636363;
	text-decoration:line-through;
}
#products .imgPro{
	height:80px;
	line-height:80px;
	text-align:center;
}
#products .imgPro img{
	vertical-align:middle;
	max-width: 90px;
	width: expression( this.scrollWidth > 91 ? "90" : "auto" );
	max-height: 80px;
	height: expression( this.scrollHeight > 81 ? "80" : "auto" );
}
.btnDathang {
	float:left;
	margin:0px 10px;
	margin-top:5px;
	width:120px;
	height:28px;
	background: url(./images/btn_dathang.png) top left no-repeat;
}
.btnMuatragop {
	float:left;
	margin:0px 10px;
	margin-top:5px;
	width:120px;
	height:28px;
	background: url(./images/btn_muatragop.png) top left no-repeat;
}
/*productsDetailMain------------------------------------------*/
#productsDetailMain {
}
#productsDetailMain .title{
	font-size:18px;
	line-height:22px;
	color:#363636;
}
#productsDetailMain .note{
}
#productsDetailMain .productsGridPriceOld {
	color:#636363;
	font-size:12px;
	text-decoration: none;
}
#productsDetailMain .productsGridPriceOld span{
	color:#636363;
	font-size:14px;
	text-decoration: line-through;
}
#productsDetailMain .productsGridPrice {
	color:#c21200;
	font-size:12px;
}
#productsDetailMain .productsGridPrice span{
	color:#e60000;
	font-size:14px;
}
/*slideImageProducts----------------------------------------------------------------------*/
#slideImageProducts {
	float:none;
	position:relative;
	width:100%;
	height:220px;
	margin-right:10px;
	margin-right:-420px;
}
/*slideImageProducts----------------------------------------------------------------------*/
#productsDetailNote {
	float:left;
	overflow:hidden;
	margin:0px 10px;
	color:#000;
}
#footerContent {
padding: 0px 20px;
}
#footerContent img {

}
