html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: 'Roboto';
	font-family: 'UTMAlterGothic';
	font-family: 'ArialRounded';
	font-family: 'Fujiyama';
	font-family: 'MyriadPro';
}
body {
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #4b4f56;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #98c807;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#wraper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.topheader{
	font-size: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo {
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	width: 22%;
} 
.logo img{
	height: auto;
	width: 100%;
} 
.topheadercenter {
	display: inline-block;
	padding-top: 5px;
	width: 73%;
	font-size: 15px;
	text-align: right;
	margin-right: 0px;
	line-height: 24px;
	color: #98c807;
}
.topheadercenter  a {
	padding: 1px 0px 2px 10px;
	background-repeat: no-repeat;
	color: #fa9807;
}
.topheaderright {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	width: 180px;
	font-size: 0px;
	text-align: right;
	line-height: 24px;
	display: none;
}
.topheaderrightten  a {
	padding: 1px 0px 2px 0px;
	background-repeat: no-repeat;
	color: #666;
}
.breadcrumb {
	clear: both;
	margin-bottom: 10px;
}

.breadcrumb .center {
	background: #f9f9f9;
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px 0px 7px 7px;
}
.headline {
    display: none;
}
.searchnd {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ccc;
	height: 24px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.searchicon {
	color: #ccc;
	display: inline-block;
	background: none;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
#search {
	padding-top: 5px;
	padding-left: 0px;
	color: #FFF;
	font-weight: bold;
	color: #666;
}
#search select {
	border: 0px solid #0A5391;
	margin: 0px 0px;
	height: 30px;
	padding-left: 10px;
	color: #666;
	    display: inline-block;
    vertical-align: top;
}
#search a {
	padding: 0px;
	color: #ccc;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 26px;
}
#search input {
	border: 0px;
	border-right: 0px solid #ddd;
	margin: 0px 0px;
	width: 350px;
	height: 22px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#breadcrumb {
	height: 28px;
	line-height: 28px;
	color: #666;
	font-size: 13px;
}
#breadcrumb a{

	color: #666;font-size: 13px;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 220px;
	margin-right: 0px;
	clear: left;
}
#column_right {
	float: right;
	width: 200px;
	margin-left: 0px;
	clear: right;
	display: none;
}
#column_right2 {
	float: right;
	width: 200px;
	margin-left: 0px;
	clear: right;
}
#content {
	margin-left: 0px;
	margin-right: 0px;
}


#content .top .center {
 -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
}
#content .top h1, .heading:before {
    content: "\f013";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #ff0;
}
#content .top h1 {
	    padding: 0px 0px 0px 0px;
	    color: #fa9807;
	    font-family: Condensed;
	    font-size: 24px;
	    font-weight: normal;
	    text-transform: uppercase;
}
#content .heading {
	    font-size: 16px;
	    padding: 5px 0px 5px 10px;
	    font-family: Condensed;
	    color: #fff;
	    font-weight: normal;
	    text-transform: uppercase;
}
#content .middle {

	min-height: 30px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
}
.box .top {
		padding: 5px 0px 5px 10px;
		color: #fff;
		font-size: 16px;
		font-family: Condensedbold;
		text-transform: uppercase;
		background: #fa9807;
}
.box .top:before {
	content: "\f013";
	font-family: FontAwesome;
	padding-right: 7px;
	color: #fa9807;
	display: none;
}
.box .top img {
	float: left;
	margin-right: 5px;
	display: none;
}
.box .middle {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border: 1px solid #eee;
	background: #FFFFFF;
	padding: 10px;
	padding-bottom: 0px;
}
.html1 .box .middle {padding-bottom: 5px;background: rgba(255,255,255,0.6);}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}



.html1 .box .top {
		padding: 0px 0px 15px 0px;
		color: #fa9807;
		font-size: 20px;
		font-family: 'VNF-Lobster';
		text-transform: none;
		background: none;
		text-align:center;
				background: url(../image/line_bot.png) no-repeat bottom;
margin-bottom: 15px;
}

.topdulich {
		padding: 0px 0px 15px 0px;
		color: #98c807;
		font-size: 30px;
		font-family: 'VNF-Lobster';
		text-transform: none;
		background: none;
		text-align:center;
		background: url(../image/line_bot.png) no-repeat bottom;
		margin-bottom: 25px;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	display: inline-block;
	background: #64A500;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 5px 12px 5px 12px;
	background: #fa9807;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 33px;
	margin-bottom: 0px;
	border-bottom: 2px solid #68AA01;
}
.tabs a:before {
    content: "\f28e";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #fff;
    font-size: 18px;
}
.tabs h2:nth-child(2) a:before {
	    content: "\f0a2";	}
.tabs h2:nth-child(1) a:before {
	    content: "\f123";	
}
.tabs h2:nth-child(3) a:before {
	    content: "\f06b";	
}

.tabs a {
	float: left;
	display: block;
padding: 6px 12px 6px 12px;
	margin-right: 5px;
	
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	z-index: 1;
	font-family: Condensed;
	position: relative;
	text-transform: uppercase;
	top: 1px;
	-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-khtml-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
}


.tabs a.selected {
	 background: #174F96; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(#08d, #174F96); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(#08d, #174F96); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(#08d, #174F96); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(#0065BD, #174F96); /* Standard syntax */
	border-bottom: 0px;
	padding-bottom: 6px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	background: #98c807 url(../image/bg_doitac.png) no-repeat top center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	color: #666;
	font-size: 24px;
	font-family: Condensedbold;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;

}

#category ul li{
	margin-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	list-style: none;
	text-transform: uppercase;

}
#category ul li:last-child{

	border-bottom: 0px solid #ddd;
padding-bottom: 0px;

}
#category ul a{
	font-family: Condensed;
	font-size: 15px
}
#category ul ul {
	margin-left: 0px;
	color: #999;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
}
#category ul ul li a{

	text-transform: none;
	padding-left: 5px;
	color: #666;

}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}


/* common styling */
.menu {height: 40px;position:relative;font-size:11px;z-index:100;width: 100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;margin-bottom: 0px;}
.menu ul li a, .menu ul li a:visited {display: block;padding-left: 0px;padding-right: 20px;text-decoration:none;color:#fff;height: 40px;text-align:left;line-height: 40px;font-size:13px;overflow:hidden;text-transform: uppercase;}
.menu ul {padding:0;margin:0;list-style: none;text-align: left;}
.menu ul li {display:inline-block; position:relative;}
.menu ul li a:after {
	content: "|";
    padding-left: 20px;
    color: #fff;
	}
	.menu ul li:last-child a:after {display: none;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#ED1C2A;}
.menu ul li:hover ul {display:none; position:absolute; top:30px; left:0; width:120px;}
.menu ul li:hover li {min-width: 150px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#64A500; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-120px;}

.middletopr{width: 100%;display: block;vertical-align: top;margin-left: 0px;position: absolute;z-index: 1;}
#column_middle_top
{
	margin-bottom: 0px;
	font-size: 0px;
	margin-top: 0px;
	width: 100%;
	display: block;
	vertical-align: top;
}
#column_middle_end
{
	clear: both;
	margin-bottom: 20px;
}
/* imagelinks */
.imagelinks{margin-top: 30px}
.imagelinks  .top{
      overflow: hidden;
      background-color: #f3f3f3;
      border-bottom: solid 2px #fa9807;
      border-left: solid 2px #fa9807;
      border-right: solid 2px #fa9807;
      text-align: center;
      text-transform: uppercase;
      font-weight: 100;
      height: 32px;
      line-height: 32px;
    }
.imagelinks  .top span{
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Condensedbold;
    }
.imagelinks  .middledt{padding-top: 15px;}
.imagelinks img{	height: 100px;}
.imagelinksbox  img{	width: 100%;padding-bottom: 5px}

/* imagelinks2 */
.imagelinks2 img
{	width: 100%;}

#categorywallandfile{}
#categorywallandfile2{}
#categorywallandfile28{}
#categorywallandfile28  ul li{display: inline-block; width: 120px; margin-right: 10px}
#categorywallandfile3{}
#categorywallandfile4{}
#categorywallandfile5{}
#categorywallandfile6{}
#categorywallandfile7{}
#categorywallandfile8{}

.munemb{display: none}
.fa {
    font-size: 18px;
}

/* menu */

.nav-responsive { display:none;}
 .responsive-menu{
  background: #fa9807;
  margin-bottom: 0px;
  padding-left: 0;
  padding-top: 0px;
  margin-top: 0px;
 }
 
.main-menu {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ie7 .main-menu{z-index:-1}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.main-menu > ul > li {
	display: inline-block;
	z-index: 20;
	vertical-align: top;
	}
	.main-menu > ul > li:first-child a:before {display:none}
		.main-menu > ul > li:first-child a {font-size: 23px}
.main-menu > ul > li li a:before {display:none}
.main-menu > ul > li a:before {
	content: "\f28e";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #fff;
	font-size: 14px;
	}
.main-menu > ul > li:nth-child(3) a:before {
	    content: "\f028";
	   
	    }
.main-menu > ul > li:nth-child(4) a:before {
	    content: "\f200";	
}
.main-menu > ul > li:nth-child(5) a:before {
	    content: "\f1ea";	
}
.main-menu > ul > li:nth-child(6) a:before {
	    content: "\f095";	
}
.main-menu > ul > li:nth-child(7) a:before {
	    content: "\f067";	
}
.main-menu > ul > li:nth-child(8) a:before {
	    content: "\f135";	
}
.main-menu > ul > li:nth-child(9) a:before {
	    content: "\f14e";	
}
.main-menu > ul > li:nth-child(10) a:before {
	    content: "\f111";	
}
	    
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	z-index: 6;
	position: relative;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Condensedbold;
	}


.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #98c807;
}


.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #98c807;
	position: absolute;
	z-index: 7;
	padding: 5px;
	margin:0;
	border-bottom: 5px solid #fa9807;
	text-align: left;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #64A500;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-5px;
	border-bottom:5px solid #322C20;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{
	padding: 6px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	font-size: 14px;
}
.main-menu > ul > li ul > li > a{min-width: 160px;}

.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover, .main-navigation ul li:hover a.activSub  {
	background: #fa9807;
}
.main-navigation ul li:hover a.activSub 
{background-image:url(../image/menu_arrow_hover.png) ;}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/menu_arrow.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 

/* Responsive menu Css Start */
	.nav-responsive span { display:inline-block;}
	.ie7 .nav-responsive span { display:inline;}
	.nav-responsive {
    cursor:pointer;
    display:none;
    border-left: 7px solid #98c807;
    border: 3px solid #98c807;
    }
	.main-navigation  ul  li{ list-style:none; position:relative;}
	.nav-responsive .expandable {
    background: url(../image/menuld.png) no-repeat scroll 0px 7px;
    margin-top: 0px;
    height: 34px;
    width: 27px;
}
	.responsive-menu {padding:0;position:relative;z-index: 9;}
	.responsive-menu .main-navigation{ 
		position:absolute; 
		z-index:999;  
		display:none; 
		margin-top:6px; 
		padding:1%;
		width:98%; 
		list-style:none;
	}
	.responsive-menu .main-navigation ul{padding-left:20px;}
	.nav-responsive div,
	.responsive-menu .hitarea {
		background: none;
		height: 9px;
		width: 9px;
		float: right;
		cursor: pointer;
		margin-right:10px;
	}
	.responsive-menu .expandable .collapsable-hitarea{ 
		background: url("../image/sprite.png") no-repeat scroll -42px -130px transparent;
		height: 16px;
		width: 16px;
		margin-top:6px
	} 
	.responsive-menu .expandable-hitarea { 
		background:url("../image/sprite.png") no-repeat scroll -13px -131px transparent;
		height: 16px;
		width: 16px;margin-top:6px
	} 
	.responsive-menu .collapsable-hitarea { 
		background: url("../image/sprite.png") no-repeat scroll -42px -130px transparent;
		height: 16px;
		width: 16px;margin-top:6px
	} 

/* Responsive menu Css End */
#categorywallandfile22{}
#categorywallandfile2 .cw_col{}
#categorywallandfile2 .cw_col ul{margin:0; padding:0; padding:0px; padding-left:10px; padding-top:2px; padding-bottom:3px; display:block; text-align: left; overflow:hidden;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin-bottom: 20px; }

#categorywallandfile2 .cw_col ul a{color: #fff; font-size: 14px ;  }
#categorywallandfile2 .cw_col ul a:before{content: "\f104";font-family: FontAwesome;padding-right: 10px;color: #ff0;font-size: 18px;}
#categorywallandfile2 .cw_col ul li:first-letter {color: #ff0;font-size: 20px ;    font-family: Condensed;}
#categorywallandfile2 .cw_col ul li a{content: "\f104"; font-size: 20px;text-transform: uppercase; color: #fff;    font-family: Condensed;}
#categorywallandfile2 .cw_col ul li a:before{display: none}
#categorywallandfile2 .cw_col_c ul{margin:0; padding:0; font-size: 0px; display:block; text-align: left; overflow:hidden;line-height: 20px;}
#categorywallandfile2 .cw_col_c ul li:nth-child(3n+3) {margin-right: 0px;}
#categorywallandfile2 .cw_col_c ul li{list-style: none;display: inline-block;vertical-align: top;width: 180px;margin-right: 17px;margin-left: 1px}
#categorywallandfile2 .cw_col_c ul li img{  border: 1px solid #c6c6c6; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px;    box-shadow: 0px 0px 3px #aaa;width: 100%}


#categorywallandfile7{}
#categorywallandfile7 .cw_col{}

#categorywallandfile7 .cw_col ul{margin:0; padding:0; padding:0px; padding-top:0px; padding-bottom:0px; display:block; text-align: right; overflow:hidden;line-height: 32px;-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;}
.title {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 5px 0;
}
.title.red:before {
    border-top: 1px solid #0A5BAC;
}
.title:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 100%;

}
#categorywallandfile7 .cw_col {text-align: justify; line-height: 20px;  font-size: 13px;margin-bottom: 20px}
#categorywallandfile7 .cw_col_c { padding-top: 10px;}
#categorywallandfile7 .cw_col_c .ten{ padding-top: 0px; padding-bottom: 10px}
#categorywallandfile7 .cw_col_c .ten a{ font-size: 18px}
#categorywallandfile7 .cw_col_c .tinkhac{ padding-top: 10px; padding-left: 0px;}
#categorywallandfile7 .cw_col_c .tinchinh{ padding-bottom: 18px;}
#categorywallandfile7 .cw_col_c .xemtiep{ text-align: right; font-style: italic; padding-bottom: 5px}
#categorywallandfile7 .cw_col_c .xemtiep:after {
        content: "\f064";
    font-family: FontAwesome;
    padding-left: 7px;
        color: #1B57A3;
}
#categorywallandfile7 .cw_col_c .tinkhac:before {
        content: "\f0da";
    font-family: FontAwesome;
    padding-right: 7px;
        color: #1B57A3;
}
#categorywallandfile7 .cw_col ul a{color: #fff; font-size: 14px ;  padding-left:0px}
#categorywallandfile7 .cw_col ul a:before{content: "\f104";font-family: FontAwesome;padding-right: 10px;color: #ff0;font-size: 18px;}
#categorywallandfile7 .cw_col ul li{list-style: none; float: left; }
#categorywallandfile7 .cw_col ul li span{ padding: 0 60px 0 20px;   display: inline-block;    position: relative;}
#categorywallandfile7 .cw_col ul li a{content: "\f104"; font-size: 20px;text-transform: uppercase; color: #fff;    font-family: Condensed;}
#categorywallandfile7 .cw_col ul li a:before{display: none}
#categorywallandfile7 .cw_col ul li span:before {
    border-right: 17px solid #fff;
    border-top: 20px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    right: 0;
    position: absolute;
}
#categorywallandfile7 .cw_col ul li span:after {
    border-bottom: 20px solid transparent;
    border-right: 17px solid #fff;
    content: "";
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
}


#categorywallandfile88{font-size: 0px;}
#categorywallandfile88 .categorywallandfile8:nth-child(2n){background: #eee;}
#categorywallandfile88 .categorywallandfile8:nth-child(2n+1){background: #fff;}
.categorywallandfile8 .cw_col{}
.sanpham{display: inline-block;width: 179px;vertical-align: top;margin-right: -1px;margin-bottom: -1px;padding: 10px;padding-bottom: 0px;text-align: center;border: 1px solid #eee;}
.sanphamcl{display: inline-block;width: 160px;vertical-align: top;margin-right: 0px;margin-bottom: 10px;padding: 19px;padding-bottom: 0px;text-align: center;border: 1px solid #eee;}
.sanpham{display: inline-block;width: 179px;vertical-align: top;margin-right: -1px;margin-bottom: -1px;padding: 10px;padding-bottom: 0px;text-align: center;border: 1px solid #eee;}
.sanpham{display: inline-block; width: calc(25% - 21px);vertical-align: top;margin-right: -1px;margin-bottom: -1px;padding: 10px;padding-bottom: 0px;text-align: center;border: 1px solid #eee;}
.tenspcl{padding-top: 5px;padding-bottom: 5px;}
.tenspcl a{font-size: 14px;}
.model{padding-bottom: 5px;color: #999; font-size: 12px; }
.giacl{font-size: 16px;padding-right: 0px;padding-bottom: 10px;}
.chitietvsmuacl{overflow: auto;background: #fafafa;width: 298px;margin-bottom: 0px;padding: 10px;margin-left: -19px;padding-top: 10px;border-top: 1px solid #eee;margin-top: 10px;display: none;}
.labelnewcl{position: absolute;margin-top: -13px;margin-left: 130px;background: url(../image/label/fptshop.com.vn-201412261059378763_label-moi.png) no-repeat;width: 55px;height: 29px;z-index: 99;}
.labelspecialcl{position: absolute;margin-top: -13px;margin-left: -13px;background: #ED1C2A;border-radius: 100%;width: 35px;height: 35px;line-height: 38px;color: #fff;font-size: 16px;font-weight: bold;z-index: 99;}

.categorywallandfile8 .cw_col .topct8 {
    margin:0;
    padding:0;
    padding:0px;
    padding-top:0px;
    padding-bottom:0px;
    display:block;
    overflow:hidden;
    background-color: #f3f3f3;
    text-align: left;
    text-transform: uppercase;
    font-weight: 100;
    box-shadow: 1px 2px 3px #aaa;
}
.categorywallandfile8 .cw_col .topct8 h2{list-style: none;float: left;padding: 0px;margin: 0px;margin-right: 0px;font-weight: normal;padding-right: 30px;padding-left: 0px;}
.categorywallandfile8 .cw_col .topct8 h2:first-letter  {color: #ff0;font-size: 20px ;    font-family: Condensed;}
.categorywallandfile8 .cw_col .topct8 h2 a{font-size: 18px;text-transform: uppercase;color: #98c807;font-family: Condensedbold;}
.categorywallandfile8 .cw_col .topct8 h2 a:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    padding: 5px;
    padding-right: 7px;
    padding-left: 7px;
    background: #fa9807;
    margin-right: 10px;
}
.categorywallandfile8:nth-child(2) .cw_col .topct8 h2 a:before {content: "\f0a2";}
.tabs h2:nth-child(2) a:before {
	    content: "\f0a2";	}
.tabs h2:nth-child(1) a:before {
	    content: "\f123";	
}
.tabs h2:nth-child(3) a:before {
	    content: "\f06b";	
}

.categorywallandfile8 .cw_col .topct8 ul{list-style: none;float: left;padding: 0px;margin: 0px;text-align: left;}
.categorywallandfile8 .cw_col .topct8 li {list-style: none;display: inline-block;color: #fff;font-size: 14px;padding-left: 10px;line-height: 34px;}
.categorywallandfile8 .cw_col .topct8 li a{color: #666;font-size: 14px;padding-left:0px;text-transform: uppercase;}
.categorywallandfile8 .cw_col .topct8 li:before{font-family: FontAwesome;padding-right: 5px;color: #1255A0;font-size: 18px;}


.categorywallandfile8 .cw_col .topct8 li a:before{display: none}


.categorywallandfile8 .cw_col_c{padding-top: 10px;margin-bottom: 20px;text-align: left;}
.xemthemct6{background: #0698c2; width: 102px; height: 24px;  line-height: 27px;text-align: center;  display: block;border-radius: 7px;-moz-border-radius: 7px ;-webkit-border-radius: 7px; box-shadow: 1px 2px 5px #666;}
.categorywallandfile8 .xemthemct6 a{color: #fff;}
.categorywallandfile8 .cw_col_c .sanpham{display: inline-block;width: calc(16.66% - 21px);vertical-align: top;margin-right: -1px;margin-bottom: -1px;padding: 10px;padding-bottom: 0px;text-align: center;border: 1px solid #eee;}


.categorywallandfile8 .cw_col_c .image{}
.categorywallandfile8 .cw_col_c .image img:hover{
    transition: transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    position: relative;
    z-index:0;
    }
.tensp{padding-top: 5px;padding-bottom: 5px;}
.tensp a{font-size: 16px;font-weight: bold;color: #98c807;}
.model{padding-bottom: 5px;color: #999;font-size: 12px;text-align: justify;}
.gia{font-size: 14px;padding-right: 0px;height: 41px;text-align: center;padding-bottom: 10px;border-top: 1px solid #eee;padding-top: 5px;margin-top: 5px;}
.giameta{font-size: 13px;padding-right: 0px;text-align: justify;padding-bottom: 10px;border-top: 1px solid #eee;padding-top: 10px;margin-top: 5px;color: #666;}
.giacu{color: #999;text-decoration: line-through;font-size: 14px;}
.giamoi{color: #fa9807;font-weight: bold;font-size: 18px;}
.chitietvsmua{overflow: auto;background: #fafafa;width: 218px;margin-bottom: 0px;padding: 10px;margin-left: -19px;padding-top: 10px;border-top: 1px solid #eee;margin-top: 10px;display: none;}
.chitiet{font-size: 12px;padding-right: 0px;float: left;text-align: left;line-height: 26px;}
.mua{
    float: right;
    vertical-align: top;
    height: 26px;
        background: #64A500;
    background: -webkit-linear-gradient(#78C107, #64A500);
    background: -o-linear-gradient(#78C107, #64A500);
    background: -moz-linear-gradient(#78C107, #64A500);
    background: linear-gradient(#78C107, #64A500);
    
    line-height: 26px;
    padding-left: 7px;
    padding-right: 7px;
    }
.mua a{color: #fff;font-weight: normal;font-size: 14px;}

#categorywallandfile8{margin-bottom: 20px;}










#gallery{}
#gallery ul{padding: 0px; margin: 0px}
#gallery li{    list-style: none;}
#gallery li:before{content: "\f00c";font-family: FontAwesome;  padding-right: 7px;
        color: #1B57A3;}
.categorywallandfile00{margin-bottom: 20px;font-size: 0px}
.categorywallandfile0{width: calc(40% - 20px);display: inline-block;vertical-align: top;text-align: left;padding: 0px;margin-right: 18px;border:  0px solid #ccc;}
.categorywallandfile0:nth-child(5n+5){margin-right: 0px;}
.categorywallandfile0 ul{padding: 0px;margin: 0px;text-align: left;}
.categorywallandfile0 li{list-style: none;display: inline-block;}
.categorywallandfile0 .topct0{margin-bottom:5px;}
.categorywallandfile0 a{color: #fff;font-size: 13px;text-transform: uppercase;}
.categorywallandfile0 ul li a {text-transform: none;font-size: 14px }
.categorywallandfile0 ul li a:before {content: "\f111";padding-right: 5px;color: #fff;font-family: FontAwesome;font-size: 6px;}

	
.box .top a {color: #fff;}
.duhovkool {
    text-align: left;
    font-size: 0px;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.duhovkool a {color: #fff; font-size: 12px;}
.duhovkool .uli .top {
    text-transform: uppercase;
    font-weight: bold;
}
.duhovkool .uli {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.28%;
}
.duhovkool ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.duhovkool li {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}
.duhovkool li :before {
    content: "-";
    padding-right: 5px;
    color: #fff;
}
.welpow {
    padding-top: 10px;
    font-size: 0px;
    line-height: 20px;
    color: #fff;
    border-top: 1px dotted #ccc;
    margin-top: 0px;
    border-top: 1px solid #769a07;
    }
.welpow p{margin: 0px;}
.welpow p:nth-child(1):before{content: "\f041";font-family: FontAwesome;padding-right: 10px;}
.welpow p:nth-child(0):before{content: "\f041";font-family: FontAwesome;padding-right: 5px;}
.welpow p:nth-child(0):before{content: "\f041";font-family: FontAwesome;padding-right: 5px;}
.welpow p:nth-child(2):before{content: "\f095";font-family: FontAwesome;padding-right: 5px;}
.welpow p:nth-child(3):before{content: "\f0ac";font-family: FontAwesome;padding-right: 5px;}
.welpow p:nth-child(4):before{content: "\f0e0";font-family: FontAwesome;padding-right: 5px;}
.powered {
    font-size: 13px;
    text-align: right;
    color: #999;
    }
.powered a{
    color: #f00;
}
.welcome {
    display: inline-block;
    width: 385px;
    text-align: left;
    font-size: 14px;
    margin-right: 30px;
    color: #fff;
    }
	.welcome p{margin: 10px;}
.welcome p:nth-child(2):before{content: "\f041";font-family: FontAwesome;padding-right: 10px;}
.welcome p:nth-child(2):before{content: "\f041";font-family: FontAwesome;padding-right: 5px;}
.welcome p:nth-child(3):before{content: "\f041";font-family: FontAwesome;padding-right: 5px;}
.welcome p:nth-child(4):before{content: "\f095";font-family: FontAwesome;padding-right: 5px;}
.welcome p:nth-child(5):before{content: "\f0ac";font-family: FontAwesome;padding-right: 5px;}
.welcome p:nth-child(6):before{content: "\f0e0";font-family: FontAwesome;padding-right: 5px;}
	
.newletter {color: #999;margin-bottom: 10px;overflow: auto;}
.newletter  input {
	display: block;
	width: 100%;
	height: 26px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding: 2px 5px;
	color: #666;
	overflow: hidden;
	float: right;
	border-radius: 0;
	width: 233px;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0px;
}

.newletter .button {
    border: none;
    background: #fa9807;
    padding: 8px 12px;
    font-weight: normal;
    height: 28px;
    padding: 2px 10px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 0;
    margin-right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}	
.mangxh{margin-top: 0px;font-size: 14px;text-transform: uppercase;}	
.mangxh a{font-size: 24px;padding-right: 10px;color: #FFFFFF;}	
.mangxh a:hover{color: #666}	
.toptop{
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: right;
    display: none;
    }	
.toptop a{margin-right: 10px;font-size: 15px;}		






.informationfooter {
    text-align: left;
    font-size: 0px;
    padding-top: 0px;
}
.informationfooter a {text-transform: none;}

.informationfooter ul li ul li a {color: #fff; font-size: 12px;text-transform:none}

.informationfooter ul {
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
.informationfooter li {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.footer11 li :before {
    content: "\f111";
    padding-right: 5px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 6px;
}

.footermenu{margin-bottom: 20px;text-align: left;margin-top: 30px;padding-bottom: 20px;border-bottom: 1px solid #d44e07;border-bottom: 1px solid #7ba00a;}
.danhmucface{font-size: 0px;padding-top: 0px;padding-bottom: 10px;border-bottom: 1px solid #b3e02c;}
.footer11{display: inline-block;vertical-align: top;width: 410px;margin-left: 0px;margin-right: 30px;font-size: 0px;}
.footer12{display: inline-block;vertical-align: top;width: 345px;margin-left: 0px;text-align: right;color: #fff;line-height: 20px;font-size: 14px;}
.footer11 li{display: inline-block;vertical-align: top;width: 270px;margin: 0px;padding: 0px;margin-right: 20px;text-transform: none;padding-top: 3px;padding-bottom: 3px}
.footer11 li a{color: #fff;font-size: 14px;}
.footer11 ul{margin: 0px;padding: 0px;padding-bottom: 10px;font-size: 0px;}
.footer11 li ul li{  padding-bottom: 5px; text-transform: none}
.footer11 li ul li a:before {
    content: "-";
    padding-right: 5px;
    color: #fff;
}

.dmsp{padding-top: 10px;margin-bottom: 20px;font-size: 0px;}

.image-additional{margin: 0px; padding:0px;padding-top: 5px;margin-bottom: 20px;text-align: justify;}
.image-additional li{display: inline-block;text-align: center;margin-right: 4px;margin-bottom: 10px;}
.image-additional img{border: 1px solid #DDDDDD;}
.spt{display: inline-block;width: 400px;margin-bottom: 10px;}
.spl{display: inline-block;width: 550px;margin-left: 30px;vertical-align: top;}
.splc{padding-top: 10px;margin-bottom: 0px;width: 100%;overflow: auto; border-top: 1px solid #E2DEDD;}
.spl h1 {padding: 0px;margin: 0px;color: #fa9807;font-family: Condensed;font-size: 18px;font-weight: normal;text-transform: uppercase;margin-bottom: 10px;}
.anhlon{border: 1px solid #E4E4E4;padding: 4px;width: 100%;}

.metadessp {font-size: 13px;color: #333;border-top: 1px solid #E2DEDD;padding-top: 10px;padding-bottom: 10px;}
.metadessp2 {font-size: 15px;color: #333;padding-bottom: 20px;font-weight: bold;padding-top: 10px;}

.metadessp ul {
color: #333; list-style: none;
}
.metadessp ul li{
  background: url(/catalog/view/theme/default/image/tick.png) no-repeat 0px 2px;padding-left: 20px;padding-bottom: 5px;						}
 .product-info{line-height: 20px;overflow: auto;padding: 0px;margin-right: 20px;} 



.giactsp{font-size: 20px;font-weight: bold;color: #fa9807;padding: 10px 5px 10px 0px;border-top: 1px solid #E2DEDD;margin-top: 0px;}
.tengia{font-size: 13px;color: #333;}
.giacuctsp {font-size: 15px;color: #333; font-weight: normal;text-decoration: line-through;}
.giamoictsp {font-size: 20px;font-weight: bold;color: #ED1C2A;}
.datmuasp{padding: 10px 0px 0px 0px;color: #4D4D4D;border-top: 1px solid #ddd;font-size: 13px;}
.add_to_cart {background-color: #fa9807;vertical-align: middle;border: none;color: #fff;cursor: pointer;display: inline-block;}
.add_to_cart input{
	  background-color: #fa9807;
	  border: none;
	  color: #fff;
	  cursor: pointer;
	  display: inline-block;
	  font-size: 16px;
	  overflow: visible;
	  padding: 2px 5px;
	  font-family: Condensed;
	  letter-spacing: 0.05em;
	  text-transform: uppercase;
	  }
.minimum{    background: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-style: italic;}
.hotrosp{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}
.dienthoaisp{padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.hotrosp .tb{color: #999; font: 12px/1.5em Arial,Helvetica,sans-serif; font-style: italic}
.dt{font-weight: bold;color: #ED1C2A;font-size: 18px;margin-top: 10px;}
.dt a{font-weight: bold;color: #fa9807;font-size: 18px;}
.hotrosp img{height: 40px; margin-right: 10px}
.product-infoo {font-size: 13px;}
.product-infoo ul li{}
.product-infoo ul{}	
.chitietsp{border-bottom: 1px solid #ddd;color: #fa9807;font-size: 16px;margin-top: 10px;margin-bottom: 5px;padding-bottom: 5px;font-weight: bold;}	
#review-title{font-weight: bold;text-transform: uppercase; }


.html1{font-family: Roboto;width: 390px;float: right;padding: 40px;}
.html1 p{ padding-bottom: 5px;}
.html1 img{max-width: 100%;height: auto;text-align: right;}
.html1 ul{margin: 0px; padding: 0px; border-top: 1px dotted #999;padding-left: 0px;padding-top: 5px; margin-bottom: 10px;}
.html1 li{padding-top: 0px;list-style: none;}

.jpotal{margin-top: 20px}
.danhmuc{margin-bottom: 10px;  font-size: 0px}
.danhmuc li{vertical-align: top;}
.danhmuc li{display: block;margin-bottom: 10px;vertical-align: top;padding-bottom: 10px;border-bottom: 1px dashed #eee;overflow: auto;}
.danhmuc .anhdanhmuc img{width: 100%;height: auto;}
.anhdanhmuc{margin-top: 0px;float: left;width: 20%;margin-right: 25px;}
.tendanhmuc{margin-top: 5px;text-align: left;}
.metadanhmuc{margin-top: 10px;font-size: 16px;}

.spcot{margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; overflow: auto;
}
.anhspcot img{float: left; margin-right: 15px; }


/************************************************
	      jcarousel LITE		
************************************************/
#jcarousel {
	width:100%;
	overflow: hidden;
	margin-top: 20px;
}
.slider {
	float:left;
	left: -5000px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	width:100%; 
	text-align: justify;font-size: 0px;
}

.slider ul li {

  
	margin-left: 0px;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
	height:380px;
}

.slider ul li img {
	cursor:pointer;

}

.prev {
	cursor:pointer;
	float:right;
	padding-top:0px;
	margin-left: 0px;
	font-size: 20px;
	padding-left: 10px;
	color: #fa9807;
}

.next {
	cursor:pointer; 
	float:right; 
	margin-right: 0px;
	padding-top:0px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}


/* onecheckout */

.onecheckout {
	width:33%;
	float:left;
	text-align:left;
}
.onecheckoutmid {
	width:28%;
	margin:0 3%;
	float:left;
	text-align:left;
}
.onecheckout #confirmorder{
	display:none;
}
.onecheckout-heading {
	border-bottom: 1px solid #999;
	padding: 8px;
	padding-left:0;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	margin-bottom:15px;
	text-align:left;
}
.onecheckout-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
	color: #666;
	text-align:left;
}
#checkout-panel{ float: right;}
#login-show { color:#fff;background: #64A500;padding: 6px;line-height: 40px;-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius:  5px;
		border-radius:  5px;}
#checkout-panel #login{
	padding-left:6px;
	margin: 15px 0 20px;
	display:none;
	width:98%;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
}
#checkout-panel #login .close_la{
	position:relative;
	margin-bottom:-16px;
	top:-16px;
	right:-16px;
	cursor:pointer;
	float:right;
	width:16px;
	height:16px;
	background:url("../image/cancel.png") no-repeat scroll 0 0 transparent;
}
.onecheckout-content .left {
	float: left;
	width: 48%;
}
.onecheckout-content .right {
	float: right;
	width: 48%;
}
.onecheckout-content .small-field{
	width:98%;
}
.onecheckout-content .large-field{
	width:98%;
}
.onecheckout-content .divclear {
	clear: both;
}
.onecheckout-product table {
	width: 99%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.onecheckout-product td {
	padding: 7px;
}
.onecheckout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.onecheckout-product thead .name, .onecheckout-product thead .model {
	text-align: left;
}
.onecheckout-product thead .quantity, .onecheckout-product thead .price, .onecheckout-product thead .total {
	text-align: right;
}
.onecheckout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.onecheckout-product tbody .name, .onecheckout-product tbody .model {
	text-align: left;
}
.onecheckout-product tbody .quantity, .onecheckout-product tbody .price, .onecheckout-product tbody .total {
	text-align: right;
}
.onecheckout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.onecheckout-content .cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.onecheckout-content .cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.onecheckout-content .cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
onecheckout-content .success,.onecheckout-content .warning,#checkout-panel .success,#checkout-panel .warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	text-align:left;
}
.onecheckout-content .success,#checkout-panel .success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.onecheckout-content .warning,#checkout-panel .warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
/*onecheckout end*/

.topmxh{}
.topmxh a{font-size: 18px}
.html2{margin-top: 0px;margin-bottom: 10px;}
.html2 img{width: 96%;height: auto;background: #fff;padding: 2%;padding-top: 5px;padding-bottom: 5px;}
.toptop960{width: 1200px; margin: 0 auto}
.wraper1{width: 100%;margin: 0 auto;z-index: 999;background: url(../image/banner.png) bottom no-repeat;}
.wraper2{width: 100%;margin: 0 auto;}
.wraper3{width: 100%; margin: 0 auto}
.wraper4{width: 100%; margin: 0 auto}
.wraper5{width: 100%;margin: 0 auto;}
.wraper6{width: 100%;margin: 0 auto;}
.module_topheader{width: 1200px; margin: 0 auto}
.moduleheader{width: 1200px; margin: 0 auto}
.module_middle_top{width: 100%;margin: 0 auto;overflow: hidden;font-size: 0px;}
.module_middle_end{width: 1200px; margin: 0 auto}
.module_danhmucface{width: 1200px;margin: 0 auto;}
.module_footermenu{width: 1200px;margin: 0 auto;}
.module_middle_end{width: 1200px; margin: 0 auto}
.headermn{width: 1200px; margin: 0 auto}
.duhoc li{border-bottom: 1px solid #ddd;padding-top: 5px; padding-left: 12px; padding-bottom: 5px;background: url('../image/bullet_2.png') no-repeat 0px 10px;list-style: none;}
.duhoc ul{padding: 0px; margin: 0px;}
.labelnew{position: absolute;margin-top: 0px;margin-left: 0px;background: url(../image/label/new.png) no-repeat;width: 35px;height: 35px;z-index: 99;background-size: 35px;display: none;}
.labelspecial{position: absolute;margin-top: 0px;margin-left: 145px;background: #ED1C2A;border-radius: 100%;width: 35px;height: 35px;line-height: 35px;color: #fff;font-size: 13px;font-weight: bold;z-index: 99;}

#content .heading h2{padding: 0px; margin: 0px;   font-size: 16px;display: inline-block; font-family: Condensed; font-weight: normal;}
.heading1 h2{padding: 0px;margin: 0px;font-size: 16px;display: inline-block;font-family: Condensed;font-weight: normal;border-radius: 5px 5px 0px 0px;-webkit-border-radius: 5px 5px 0px 0px;-moz-border-radius: 5px 5px 0px 0px;-khtml-border-radius:5px 5px 0px 0px;text-transform: uppercase;padding: 0px 10px 0px 0px;color: #666;font-size: 18px;text-transform: uppercase;color: #ED1C2A;font-family: Condensedbold;}
.heading1{
 display: block;
 overflow: hidden;
 background-color: #f3f3f3;
 text-align: left;
 text-transform: uppercase;
 font-weight: 100;
 height: 34px;
 line-height: 34px;
 padding-right: 5px;
 margin-bottom: 10px;
 }
.heading1:before {
    content: "\f02b";
    font-family: FontAwesome;
    background: #fa9807;
    font-size: 22px;
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
    padding-right: 7px;
    color: #fff;
}
.jpotal h2{font-weight: normal; }
.dmsp, .danhmuc h2{font-weight: normal;padding: 0px;margin: 0px;}
.danhmuc h2 a{font-weight: normal;padding: 0px;margin: 0px;font-size: 20px;color: #98c807;}
.slideshowtrai{display:inline-block;margin-right: 0px;width: 100%;vertical-align: top;}
.imagelinks2{display:inline-block;width: 330px;vertical-align: top;}
	
/* imagelinks2 */
.imagelinks2 img
{width: 100%;height: 225px;padding-top: 5px;}
.imagelinks3{margin-bottom: 20px}
.imagelinks3 img{width: 100%}
.item img{float: left; margin-right: 10px}
.item{overflow: auto;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.item:last-child{padding-bottom: 0px;margin-bottom: 10px;border-bottom: 0px solid #ddd;}
.list_article{overflow: auto}
.column_middle_end{font-size: 0px;margin-bottom: 50px;}
.column_middle_end .middle{height: 365px;color: #666;}
.middleend1{display:inline-block; margin-right: 30px;width: 380px;     font-size: 14px;   vertical-align: top; }
.middleend2{display:inline-block; margin-right: 30px;width: 380px;       vertical-align: top; }
.middleend3{display:inline-block; margin-right: 0px;width: 380px;        vertical-align: top; }
.googlecong{display:inline-block;width: 120px;margin-right: 20px;text-align: center;vertical-align: top;margin-left: 20px;}

.topmxh2{
    font-size: 14px;
    color: #6c6c6c;
    display: none;
    }
.topmxh2 a {font-size: 20px;padding-left: 30px;padding-right: 10px;text-transform: uppercase;}
.tintuc{width: 100%;overflow: auto;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.noidungtt{}
.noidungtt h2{
    margin-top: 0px;
    padding-top: 0px;
}
.noidungtt h2 a{
  font-size: 18px;
}
.tentt{float: left; margin-right: 10px}
.topsearch{
    vertical-align: top;
    display: block;
    width: 700px;
    float: right;
}
.toplink{display: inline-block;width: 690px;vertical-align: top;text-align: left;}
.boxnsx  ul{padding: 0px;margin: 0px;padding-left: 0px;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.boxnsx  li{padding-top: 7px;padding-bottom: 7px;color: #ED1C2A;font-size: 14px;list-style: none;border-bottom: 1px solid #ddd;}
.boxnsx  li a{color: #000;text-transform: uppercase;padding-left: 12px;}
.boxnsx li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
}
.sanphammoi{
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0px;
    }
    .cuoitrai{display: inline-block;width: 60%;vertical-align: top;text-align: left;font-size: 13px;margin-right: 2%}
.cuoiphai{display: inline-block;width: 34%;vertical-align: top;text-align: right;font-size: 13px;padding-right: 4%;}
.cuoiphai a{color: #fff;}
.cuoiphai span {color: #ED1C2A;}
.dulich li img{width: 100%}
.dulich{font-size: 0px}
.tendulich{padding: 7px;margin: 0 auto;background: #fa9807;z-index: 999999999;position: relative;padding-top: 10px;text-align: center;}
.jcarousel li:nth-child(2n+2) .tendulich{background: #98c807;}
.tendulich a{text-transform: uppercase;font-size: 16px;color: #fff;}
.dulich li{margin-bottom: 10px; list-style: none; display: inline-block;   padding-bottom: 0px;margin-right: 30px;  width: 380px;}
.dulich li:nth-child(3n+3){margin-right: 0px;}
.dulich ul{overflow: auto; margin: 0px; padding: 0px;   margin-top: 5px; text-align: center;}
#wraperhtml2 {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    overflow: auto;
 }
#wraperhtml2 {margin-top: 10px;}
#wraperhtml2 .middle{border: 1px solid #ccc;border-radius: 10px;line-height:20px;padding: 20px;}
#wraperhtml2 h1{
   padding: 0px 0px 15px 0px;
    color: #98c807;
    font-size: 30px;
    font-family: 'VNF-Lobster';
    text-transform: none;
    background: none;
    text-align: center;
    background: url(../image/line_bot.png) no-repeat bottom;
    margin-bottom: 25px;
    }
#wraperhtml2 p{ margin-bottom: 5px }

#wraperhtml2 img{width: 20%;padding:1%;background: #fff;box-shadow: 1px 0px 5px #000;height: auto;
border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
margin: 2%;text-align:center;}
.full_description{padding-right: 20px;font-size: 16px;}
.full_description p{padding: 0px; margin: 0px}
.full_description table{border-collapse: collapse; border: 1px solid #aaa;}
.full_description table td{padding: 5px;vertical-align: middle;}
.duhoc li img{width: 100%}
.duhoc{font-size: 0px}
.duhoc li:nth-child(2n+2) .tenduhoc{background: #98c807;}
.tenduhoc{padding: 7px;margin: 0 auto;background: #fa9807;z-index: 999999999;position: relative;padding-top: 10px;text-align: center;}
.tenduhoc a{font-size: 15px;color: #fff;}
.duhoc li{margin: 0px; padding: 0px; margin-bottom: 10px; list-style: none; background: none; display: block;   padding-bottom: 0px; width: 100%;}
.duhoc ul{overflow: auto; margin: 0px; padding: 0px;   margin-top: 5px; text-align: center;}
.metadulich{text-align: justify;    color: #666;    margin-top: 10px;}
.xemtiep {text-align: right;margin-top: 10px;}
.xemtiep a{text-align: right;    color: #666;        font-style: italic;
    font-family: 'VNF-Lobster';
    color: #fa9807;}

.wraperdulich{
    margin-top: 30px;
}
.wrapermoinhat {background: url(../image/banner-tet.jpg);background: #fa9807 url(../image/pattern/dichthuattanviet.com-pattern2.png);padding-top: 30px;padding-bottom: 30px;margin-top: 20px;margin-bottom: 30px;}


.xam {background: #fff;}
.xanhga {background: #98c807;}


.wraperimagelink5 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #98c807 url(../image/pattern/dichthuattanviet.com-pattern8.png);
    color: #fff;
    font-size: 0px;
    text-align: center;
    margin-bottom: 30px;
    overflow: auto;
}

.wraperimagelink5_video .top {
		padding: 5px 0px 5px 10px;
		color: #fff;
		font-size: 16px;
		font-family: Condensedbold;
		text-transform: uppercase;
		background: #fa9807;
}
.wraperimagelink5_video .top:before {
	content: "\f013";
	font-family: FontAwesome;
	padding-right: 7px;
	color: #fa9807;
}
.wraperimagelink5_video .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	padding-bottom: 10px;
}
#ytapiplayer{position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;}
 #ytapiplayer iframe{   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.wraperimagelink5_video  {display: inline-block;vertical-align: top;width: 40%;margin-right: 4%;margin-top: 5px;}
.wraperimagelink5_gallery  {display: inline-block; vertical-align: top; width: 56%; ;}
.wraperimagelink5_video .ytb {margin-top: 10px;overflow: auto;text-align: left;background: #dddddd;}
.wraperimagelink5_video .ytb img{display: inline-block;margin-right: 10px;width: 60px;height: 40px;vertical-align: middle;}

.wraperimagelink5_gallery .ytb2 img{width: 96%;padding: 2%;background: #fff;height: 100px;}
.wraperimagelink5_gallery .ytb2 {display: inline-block;vertical-align: top;width:  calc(25% - 12px);margin-right: 16px;margin-top: 5px;padding-bottom: 10px;overflow: auto;text-align: center;}
.wraperimagelink5_gallery .ytb2:nth-child(4n+4) {margin-right: 0px;}

.categorywallandfile6_sp{}
.categorywallandfile6_tendm{padding: 7px; margin-bottom: 10px; background: #fa9807; padding-top: 10px;}
.categorywallandfile6_tendm a{color: #fff;}
.categorywallandfile6_tensp{padding-top: 5px; padding-bottom: 5px; text-align: center}


/* Giao dien 1 tieu diem, 1 giua chi ti?t + tin con, 1 ph?i c?c m?c con c? ?nh */
.moinhat{width:100%;   overflow: auto; font-size: 0px;}
.moinhattrai{float: left;  width: 680px; padding-bottom: 0px; margin-right: 20px;overflow: auto;}
.moinhattraileft{float: left;  width: 320px; padding-bottom: 0px; margin-right: 20px}
.moinhattraileft img{width: 96%;padding: 2%;background: #eee;}
.moinhattraileft_ten{background: #98c807; padding: 10px; border-radius: 0px 0px 7px 7px;-moz-border-radius: 0px 0px 7px 7px;-webkit-border-radius: 0px 0px 7px 7px;}
.moinhattraileft_ten a{font-size: 16px;font-weight: bold;color: #fff;}
.moinhattrairight{float: left;  width: 330px; padding: 0px;padding-bottom: 0px; }
.moinhattrairight_meta{font-size: 14px;padding-top: 0px;color: #fff;text-align: justify;margin-bottom: 10px;}
.moinhattrairight_anh{padding-bottom: 0px; padding-top: 5px; line-height: 17px; overflow: auto;}
.moinhattrairight_anh img{display: inline-block;line-height: 17px;padding: 0px 10px 0px 0px;width: 5px;    vertical-align: middle;    float: left;}
.moinhattrairight_anh a{color: #fff;font-style: italic;font-size: 13px;}
.moinhattrairight_anh a:before
 {
    content: "\f111";
    padding-right: 5px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 6px;
}
.moinhattphai{width: 500px; float: left;}
.moinhattphai_sp{padding-bottom: 10px; margin-bottom: 10px; padding-top: 0px; line-height: 17px; border-bottom: 1px dotted #eee;overflow: auto;}
.moinhattphai_sp:last-child {border-bottom: 0px dotted #eee;padding-bottom: 0px; margin-bottom: 0px;}
.moinhattphai_sp_ten a{font-size: 15px;text-transform: uppercase;color: #fff;font-family: 'Fujiyama';}
.moinhattphai_sp_anh img{width: 140px;border: 4px solid #98c807 ;box-shadow: 1px 1px 5px #000; margin-right: 10px; float: left}
.moinhattphai_sp_meta {font-size: 13px;padding-top: 0px;color: #fff;text-align: justify;}

.moinhatxemtiep {text-align: right;margin-top: 10px;}
.moinhatxemtiep a{text-align: right;color: #666;font-style: italic;font-family: 'VNF-Lobster';color: #e95c13;}
/* end */




@media only screen and (max-width : 1200px) {
/* Giao dien 1 tieu diem, 1 giua chi ti?t + tin con, 1 ph?i c?c m?c con c? ?nh */
.moinhattrai{float: none;  width: 100%; padding-bottom: 0px; margin-right: 0px}
.moinhattphai{width: 100%; float: none; margin-top: 10px;     clear: both;}
.moinhattraileft{float: left;  width: 50%; padding-bottom: 0px; margin-right: 2%}
.moinhattrairight{float: left;  width: 48%; padding: 0px;padding-bottom: 0px; }
/* end */

}
@media only screen and (max-width : 600px) {
/* Giao dien 1 tieu diem, 1 giua chi ti?t + tin con, 1 ph?i c?c m?c con c? ?nh */
.moinhattrai{float: none;  width: 100%; padding-bottom: 0px; margin-right: 0px}
.moinhattraileft{float: none;  width: 100%; padding-bottom: 0px; margin-right: 0px}
.moinhattrairight {    float: none;    width: 100%;    padding: 0px;    padding-bottom: 0px;margin-top: 10px}
.moinhattraileft_ten{ border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;}
/* end */

}

