body#bd{
	-webkit-text-size-adjust: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
*{
  padding:0;
margin:0;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}
a { color: #555555; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: none; }
* html .clearfix {
	height: 1%; /* IE5-6 */
}
html[xmlns] .clearfix { /* O */
	display: block;
}

/* css thong ke truy cap */
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9{width:15px;height:20px;background:url(default.png) no-repeat top left;text-indent:-999em;display:inline-block;}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.vstats-vnow,
.vstats-vall,
.vstats-vlmonth,
.vstats-vlweek,
.vstats-vxmonth,
.vstats-vtoday,
.vstats-vxweek,
.vstats-vyesterday{width:16px;height:16px;background:url(../images/stats/default.png) no-repeat top left;text-indent:-999em;display:inline-block;}
.vstats-vall{background-position:0 0;}
.vstats-vlmonth{background-position:-32px 0;}
.vstats-vlweek{background-position:-64px 0;}
.vstats-vxmonth{background-position:-96px 0;}
.vstats-vnow{background-position:-128px 0;}
.vstats-vxweek{background-position:-160px 0;}
.vstats-vyesterday,.vstats-vtoday{background-position:-192px 0;}
/* End css thong ke truy cap */
/* css novoslider */
.nivo-slider-wrapper{
	direction:ltr;
	text-align:left;
}
.nivo-controlNav, 
.nivo-directionNav,
.nivo-prevNav,
.nivo-nextNav{
	overflow:hidden;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* End css novoslider */
/* vmsite-ltr.css */
textarea, input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clr{clear:both;overflow:hidden;}
.general-bg,input.custom-attribute,.manufacturer-product-link a,a.ask-a-question,input.vm-default,a.product-details,a.details,div.details{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-decoration:none;padding:5px 5px 4px;}
span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.ask-a-question:hover,a.details:hover,div.details:hover,a.product-details:hover,button.default:hover{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) repeat-x;background-position:0 -40px;color:#000;text-decoration:none;}
.productdetails-view .spacer-buy-area{padding:0 0 0 12px;}
.back-to-category {float:right;}
.product-neighbours{color:#777;margin:0 0 15px;}
.product-neighbours a.next-page{background:url(../images/vmgeneral/next_16x16.png) no-repeat right;padding-right:30px;line-height:20px;float:right;}
.product-neighbours a.previous-page{background:url(../images/vmgeneral/previous_16x16.png) no-repeat left;padding-left:30px;line-height:20px;float:left;}
.productdetails-view h1{font-size:160%;margin:0 0 6px;padding:0;color: #0088cc; border-bottom: 1px solid #ccc;}
.productdetails-view .product-short-description{margin:0 0 15px;padding:0;}
.productdetails-view .product-description,.product-fields{margin:15px 0;}
span.title{font-weight:700;display:block;border-bottom:solid #CAC9C9 1px;font-size:105%;margin:0 0 6px;}
.product-packaging{margin:15px 0 0;}
.icons{text-align:right;float:right;margin:4px 0 10px 30px;}
.additional-images img{margin-right:8px;width:50px;height:auto;}
.product-price{margin:0 0 15px;}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax{text-decoration: line-through;}
.productdetails-view .addtocart-bar{margin:15px 0 0;padding:0px;}
.availability{text-align:center;margin:15px 0 0;}
.customer-reviews h4{border-bottom:solid #CAC9C9 1px;font-size:105%;margin:0 0 10px;padding:0 0 6px;}
.write-reviews{text-align:center;margin:20px 0 0;}
.write-reviews h4{text-align:left;}
.write-reviews h4 span{font-size:95%;font-weight:400;margin-left:8px;}
.write-reviews span.step{font-weight:700;display:inline-block;margin:0 0 8px;}
.write-reviews ul.rating{text-align:center;margin:0 0 20px;padding:0;}
.write-reviews ul.rating li{display:inline-block;list-style:none;text-align:center;padding:0 5px;}
.write-reviews ul.rating li span{display:block;}
.write-reviews textarea.virtuemart{margin-bottom:6px;display:inline-block;}
.list-reviews .normal{border:solid #CAC9C9 1px;margin-bottom:8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:12px;}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{margin-top:12px;font-size:95%;word-wrap:break-word;}
.list-reviews .normal blockquote:before,.list-reviews .highlight blockquote:before{content:open-quote;font-weight:700;font-size:160%;padding-right:6px;}
.list-reviews .normal blockquote:after,.list-reviews .highlight blockquote:after{content:close-quote;font-weight:700;font-size:160%;padding-left:6px;}
.list-reviews .highlight{background:#f7f6f6;border:solid #CAC9C9 1px;margin-bottom:8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:12px;}
.list-reviews span.date{float:right;display:block;color:#777;border-left:solid #CAC9C9 1px;border-bottom:solid #CAC9C9 1px;position:relative;top:-12px;right:-12px;font-size:90%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;padding:4px 6px 2px;}
span.variant-dropdown{width:150px;float:left;display:block;margin-bottom:5px;}
span.variant-dropdown select{width:150px;}
span.custom-variant-inputbox{width:152px;float:left;display:block;margin-bottom:5px;}
input.custom-attribute{width:140px;}
span.quantity-controls input.quantity-controls{height:14px;border:none;width:15px;}
.addtocart-bar{margin:0;padding:0;}
span.cart-images img {
    float: left;
    margin: 0;
    width: 45px;
}
.category-view h4{font-size:105%;margin:0;padding:0;}
.category-view .row .category .spacer h2{margin:0;padding:0;}
.category-view .row .category .spacer h2 a{font-size:105%;display:block;text-align:center;}
.category-view .row .category .spacer h2 a img{margin-top:6px;max-width:100%;height:auto;}
.featured-view h4,.latest-view h4,.topten-view h4,.recent-view h4,.related-products-view h4{font-size:105%;margin:0 0 8px;padding:0;}
.browse-view h1{font-size:110%;margin:0 0 8px;padding:0;}
.orderby-displaynumber{border-bottom:solid #E9E8E8 1px;border-top:solid #E9E8E8 1px;margin:10px 0;padding:10px 0;}
.orderlistcontainer{font-size:95%;display:inline-block;text-decoration:none;margin:0 15px 0 0;}
.orderlistcontainer div.activeOrder{background:#FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);cursor:pointer;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:95%;padding:2px 24px 1px 12px;}
.orderlistcontainer a{text-decoration:none;display:block;}
.orderlistcontainer a :hover{text-decoration:none;display:block;color:#EEE;background:#777;}
.orderlistcontainer div.orderlist{display:none;position:absolute;border:solid #CAC9C9 1px;background:#FFF;cursor:pointer;}
.orderlistcontainer div.orderlist div{padding:2px 12px 1px;}
.orderlistcontainer div.orderlist div:hover{color:#EEE;background:#CAC9C9;}
.ask-a-question-view .product-summary{border-bottom:solid #CAC9C9 1px;margin:25px 0 0;padding:0 0 10px;}
.ask-a-question-view .product-summary h2{font-size:110%;margin:0;padding:0;}
.ask-a-question-view .product-summary .short-description{margin-top:6px;}
.ask-a-question-view .product-summary img.product-image{max-width:100%;max-height:100%;width:auto;height:auto;}
.ask-a-question-view .form-field textarea.field{width:394px;background:#fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:12px;}
.ask-a-question-view .form-field textarea.field:hover{background:#fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;color:#000;}
.ask-a-question-view .form-field .submit{width:418px;}
.ask-a-question-view input.counter,.ask-a-question-view input#name,.ask-a-question-view input#email{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;display:inline-block;margin:0 0 0 10px;padding:5px 5px 4px;}
.vmquote{font-size:smaller;}
.manufacturer-details-view img{float:right;margin:0 0 10px 20px;}
.manufacturer-details-view .email-weblink a{margin-right:15px;}
a.ask-a-question{font-size:95%;font-weight:700;display:inline-block;text-decoration:none;margin-bottom:8px;padding:3px 12px 1px;}
a.ask-a-question:hover{color:#777;text-decoration:none;}
input.vm-default{margin-bottom:2px;}
input.highlight-button{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;background-position:0 -160px;color:#fff;border:1px solid #00a000;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:95%;cursor:pointer;text-align:center;letter-spacing:1px;display:inline-block;text-decoration:none;padding:4px 8px 2px;}
input.highlight-button:visited{color:#fff;}
a.product-details,a.details,div.details{background-position:0 0;display:inline-block;padding:3px 8px 1px;}
a.details:hover,div.details:hover,a.product-details:hover{background-position:0 -40px;color:#777;}
span.details-button{ margin:0 0 0 10px;}
span.details-button input.details-button { background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;color:#135CAE;border:1px solid #CAC9C9 ;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:pointer; text-align:center;padding:3px 8px 1px;}
.coupon{color: gray;  border-radius:4px; border:1px solid #CAC9C9 ; padding: 3px;}
button.default{display:inline-block;cursor:pointer;padding:5px 8px 4px;}
button.default:hover{color:#777;}
a.highlight,a.highlight:visited{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:95%;display:inline-block;text-decoration:none;background-position:0 -160px;color:#fff;padding:3px 8px 1px;}
textarea.virtuemart{background:#fff;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:5px 5px 4px;}
p.product_s_desc{margin-bottom:6px;padding:0;}
span.stock-level{font-size:90%;color:#7d7b7b;}
.horizontal-separator{height:1px;background:#e9e8e8;margin:10px 0;}
.invalid{color:#000;border-color:red;}
.page-results{margin-top:25px;text-align:right;}
.control-buttons button.default{margin-left:8px;}
table.user-details .vm-chzn-select{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;margin-bottom:2px;padding:5px 5px 4px; width:210px}
table.user-details input{background:transparent;border:solid #ccc 1px;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;color:#777;margin-bottom:2px;padding:5px 5px 4px;}
table.user-details input.invalid{background:#e8e8e8;border:solid red 1px;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;color:#777;margin-bottom:2px;padding:5px 5px 4px;}
table.user-details{width: 450px;margin-bottom:10px;}
table.user-details input[type="checkbox"] , table.user-details input[type="radio"] {width:20px}
td.key{padding:0 6px; width: 150px;}
.cart-view h1{font-size:150%;margin:0;padding:0 0 10px;}
.cart-view h2{font-size:95%;margin:0;padding:0;}
.checkout-button-top{text-align:right;border-top:solid #E9E8E8 1px;padding:10px 0 0;}
.checkout-button-top input.terms-of-service{margin-right:10px;display:inline-block;}
span.tos{display:inline-block;margin-right:15px;}
.billto-shipto{border-top:solid #E9E8E8 1px;border-bottom:solid #E9E8E8 1px;margin:10px 0 0;padding:10px 0 25px;}
.billto-shipto span,a.terms-of-service{display:inline-block;font-size:105%;}
#full-tos {display: none;}
.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}
.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}
table.cart-summary tr th{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border-bottom:solid #E9E8E8 1px;padding:6px 0 3px;}
.customer-comment{text-align:center;border-top:solid #E9E8E8 1px;margin:10px 0 0;padding:10px 0 0;}
textarea.customer-comment{background:#fff;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;margin-bottom:2px;text-align:left;padding:5px 5px 4px;}
div.terms-of-service{ margin:10px 0 0;padding:10px 0 15px; display : inline;}
.terms-of-service h5{background:#7C1E21;color:rgba(255, 255, 255, 0.9);font-size:105%;text-align:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-weight:400;margin:0;padding:15px;}
.terms-of-service h5 a,.terms-of-service h5 a:visited{color:#fff;text-transform:uppercase;}
ul.VMmenu,.VMmenu ul,.VMmenu li{list-style-type:none!important;background-image:none!important;padding:2px;}
#ui-tabs ul#tabs{list-style-type:none;overflow:hidden;margin:0;padding:20px 20px 0;}
#ui-tabs ul#tabs li{display:inline-block;cursor:pointer;background:#f2f2f2;padding:10px 20px 7px;}
#ui-tabs ul#tabs li.current{display:inline-block;background:#ccc;color:#444;}
#ui-tabs .dyn-tabs{overflow:auto;display:none;}
.clear,br.clear{clear:both;}
.floatright,span.floatright{}
.floatleft,span.floatleft{float:left;}
span.bold{font-weight:700;}
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:23%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}
.vm2-add_quantity_cart{border: 0px;cursor:pointer;}
.vm2-arrow_down{background-position:0 -72px;}
.vm2-billto-icon{background-position:0 -138px;height:24px;margin-right:6px;vertical-align:middle;width:24px;border :0px;}
.vm2-remove_from_cart {
    border: 0 none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 120%;
}
.vm2-shipto-icon{background-position:0 -284px;height:24px;margin-right:6px;vertical-align:middle;width:24px;}
.vm2-stars0{background-position:0 -358px;width:64px;height:13px;}
.vm2-stars1{background-position:0 -421px;width:64px;height:13px;}
.vm2-stars2{background-position:0 -484px;width:64px;height:13px;}
.vm2-stars3{background-position:0 -547px;width:64px;height:13px;}
.vm2-stars4{background-position:0 -610px;width:64px;height:13px;}
.vm2-stars5{background-position:0 -673px;width:64px;height:13px;}
.vm2-stars_0{background-position:0 -736px;width:64px;height:13px;}
.vm2-stars_1{background-position:0 -799px;width:64px;height:13px;}
.vm2-stars_2{background-position:0 -862px;width:64px;height:13px;}
.vm2-stars_3{background-position:0 -925px;width:64px;height:13px;}
.vm2-stars_4{background-position:0 -988px;width:64px;height:13px;}
.vm2-stars_5{background-position:0 -1051px;width:64px;height:13px;}
.vm2-lowstock{background-position:0 -1114px;width:62px;height:15px;display:block;}
.vm2-nostock{background-position:0 -1179px;width:62px;height:15px;display:block;}
.vm2-normalstock{background-position:0 -1244px;width:62px;height:15px;display:block;}
.vm2-termsofservice-icon{background-position:0 -1309px;height:24px;margin-right:6px;vertical-align:middle;width:24px;display:inline-block;}
.vm2-modallink{height:16px;margin-left: 3px;vertical-align:top;width:16px;display:inline-block; background: url("../images/icon_external_link.gif") no-repeat scroll left top transparent;}
.vm2-warning{background-position:0 -1383px;width:50px;height:40px;}
.vendor-store-desc,.category-view,.featured-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view{margin-bottom:25px;}
.main-image,.featured-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product,.center,span.center{text-align:center;}
.main-image img {max-width:100%;height:auto}
.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}
.additional-images,.featured-view .product-price,.latest-view .product-price,.topten-view .product-price,.recent-view .product-price,.output-billto,.output-shipto{margin:10px 0;}
.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{margin:10px 0 0;}
.customer-reviews,.ask-a-question-view .form-field{margin:25px 0 0;}
span.variant-name,span.custom-variant-name{width:100px;float:left;display:block;margin-bottom:5px;}
.category-view .row .category .spacer,.featured-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{padding:6px;}
.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{}
.display-number,.control-buttons,.right{text-align:right !important;}
.ask-a-question-view,.manufacturer-details-view .spacer{padding:30px;}
.ask-a-question-view h1,.manufacturer-details-view h1{font-size:120%;margin:0;padding:0;}
#userForm select,.width80{width:80%;}
textarea.virtuemart:hover,textarea.customer-comment:hover{color:#000;background:#e8e8e8;}
label.invalid,span.red{color:red;}
.output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft {float: left; margin: 4px; text-align: center; color: #FF0000;}
.output-billto span.values,.output-shipto span.values {padding-right:5px;}
.joomlaCoreField {background-color: #FFFFDD;}
.vm-pagination div{text-align:center !important;}
.vm-pagination ul{text-align:center !important;}
.vm-pagination ul li{display: inline;}
.vm-pagination  .counter{text-align: right !important;}

.vm-bottom div{text-align:center !important;}
.vm-bottom ul{text-align:center !important;}
.vm-bottom ul li{display: inline;}
.vm-bottom  .counter{text-align: right !important;}

td.orders-key{font-weight: bold; text-align: left; }

/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {padding: 6px;}
.product-field-display a img{display: block;}
.product-related-products, .product-related-categories{border-top:solid #ccc 1px;padding-bottom: 10px;}
.product-fields .product-field-type-P{clear: both; border-bottom: 1px solid #EEEEEE; margin-top: 18px;}
.product-field-type-P .product-fields-title{ font-size: 120%;}
.product-field-type-B,.product-field-type-S,.product-field-type-I{padding-left:3%;float:left;width:30%}
.product-fields-title{ font-weight: bold;}

.vm-customfield-mod img,.vm-customfield-cart img{ vertical-align: middle;}
.vm-img-desc{display:block;}
a:hover .vm-img-desc{background: #095197}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{padding:0 2px;}
.vmpayment_description,.vmshipment_description {color:gray;font-size:90%;padding:0 2px;}
.vmpayment_cardinfo {color:gray;font-size:90%;}
.virtuemart_search .inputbox{vertical-align :middle}
/* Custom Field Images */
.product-fields .product-field,.product-related-categories .product-field {width:100%;float:left;display:inline-block;}
.product-fields .product-field label.other-customfield {width:25%;float:left;position:relative;top:20px;left:-18px;margin-bottom:27px;text-align:center;}  /* For 4 images across use width:17% */
.product-fields .product-field input[type=radio] {position:relative;left:33px;}
.product-fields .product-field .vm-img-desc {font-size:90%;}

/* some more styles */
.priceColor2{color:gray;}
.line-through{text-decoration:line-through}
.inline{display: inline;}
td.pricePad{padding-right: 10px;}
td.priceCol{white-space:nowrap;}
div.spaceStyle{padding: 0px; margin: 5px; spacing: 0px;}
.vm-notice{color: #CC0000;}
.buttonBar-right{text-align: right; width: 100%;}
.userfields_info{font-weight: bold;display: block;margin: 0px 0px 8px 0px;}
.ratingbox {
	position:relative;
	display:block;
	width:120px;
	height:24px;
	background:url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
}
.ratingbox span {
	background:url(../images/color-stars.png) repeat-x;
	display:block;
	width:1%;
	height:24px;
	position:absolute;
}
.stars-orange{background-position:0 0 !important;}
.stars-red{background-position:0 -54px !important;}
.stars-green{background-position:0 -108px !important; }
.stars-blue{background-position:0 -162px !important;}
.stars-purple{background-position:0 -216px !important;}
/* End vmsite-ltr.css */
p{-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;}
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.page span {
	color: #000;
	font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}
.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}
div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}
div.tooltip p {
	font-size: 90%;
	margin: 0;
}
a img.calendar {
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }
.clear, .divider {clear: both;}
.no-display {display: none ;}
.nowrap,.nobr {white-space: nowrap ;}
.no-border {
	border: 0 ;
}
.no-padding {padding: 0 }
.no-margin 	{margin: 0 ;}
.auto-width {width: auto;}
.wrap { width: 100%; clear: both; }
.column { overflow: hidden; float: left; }
.item { float: left; position: relative; }
p.readmore {
	background: url(../images/readon-bg.gif) repeat-x left bottom;
	border: 1px solid #ddd;
	font-weight: bold;
	float: left;
	padding: 2px 6px;
}
p.readmore a {
	color: #666;
	text-shadow: 0 1px 1px #fff;
}
.vm-pagination li {
padding-left: 4px;
padding-right: 4px;
}
.vm-pagination {
margin-top: 20px;
}
.vm-pagination > span{display:none;}
input, select, textarea, .inputbox {
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.inputbox { border: 1px solid #d6e4ec; background: #fff; }
.inputbox:hover, .inputbox:focus { background: #ffffcc; }
.login_form .remember .inputbox,
#login-form .logout-button { padding:0; border:none; background:none; color:#fff; font-weight:normal; cursor:pointer; text-shadow:none }
.josForm .inputbox {
	margin-right: 5px;
}
.button, button {
	background: transparent;
	border: 1px solid #ddd;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 0 1px 1px #fff;
}
.login-fields label {
  padding-right: 10px;
}
.results h4 { text-transform: none; font-size: 110%; }
thead tr th {
	background: #333;
	color: #fff;
	padding: 5px;
}
thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }
div.pagination {
	border-top: 1px solid #ccc;
	padding: 8px;
	margin: 0 0 4px 0;
	text-align: center;
	color: #999;
}
div.pagination:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
div.pagination ul {
	width: 100%;
	float: none;
	margin:15px 0;
}
div.pagination ul li {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 3px;
	padding: 2px 3px;
}
div.pagination li span,
div.pagination li strong {
	padding: 0;
}
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:23%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}
/* Logo Image ---*/
.atss{top:138px;}
.at4-share-btn.at-svc-email,.at4-share-btn.at-svc-print,.at4-share-btn.at-svc-gmail,.at4-share-btn.at-svc-favorites{display:none;}
h1.logo { width: 220px; height: 80px; }
.addthis_32x32_style .at4-icon{width:32px;height:20px;background-size:32px;line-height:20px;margin-left:3px;margin-right:3px;}
.atss a{width:38px;}
.atss a:hover{width:50px;}
/* Component kunena ---*/
body.com_kunena .ja-content-main {
	background: none;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* Kunena login form */
.klogin-form-login .klogin-form-login-username,
.klogin-form-login .klogin-form-login-password,
.klogin-form-login .klogin-form-login-remember {
	margin: 0 0 10px;
}
.klogin-form-login .klogin-form-login-username label,
.klogin-form-login .klogin-form-login-password label {
	font-weight: bold;
	margin-bottom: 2px;
}
.klogin-form-login .klogin-form-login-username input,
.klogin-form-login .klogin-form-login-password input {
	border: 1px solid #c6d4da;
	width: 90%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.klogin-form-login .kbutton {
	background: url(../images/grad-l1.gif) repeat-x left bottom;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.klogin-form-login .kbutton:hover {
	color: #cc0000;
	cursor: pointer;
}
.klogin-form-login .klogin-logoutlink,
.klogin-loginlink { margin: 0 ; }
.klogin-form-login .klogin-logoutlink li,
.klogin-loginlink li {
	background-position: 0 6px ;
	margin: 0 ;
	padding: 0 0 0 10px ;
}
.klogin-lastvisit ul { margin: 0 0 10px; }
.klogin-lastvisit ul li {
	background: none;
	margin: 0;
	padding: 0;
}
.klogin-links .kbutton {
	background: url(../images/grad-l1.gif) repeat-x left bottom;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.klogin-links { margin-bottom: 10px; }
/* Kunena static */
div.kstats-module ul li {
	background: url(../images/bullet.gif) no-repeat 0px 9px;
	margin: 0;
	padding: 2px 0 2px 10px;
}
/* Kunena search module */
.ksearch .ksearch-fieldset input {
	border: 1px solid #c6d4da;
	width: 90%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Kunena latest ---*/
div.klatest ul.klatest-items { margin-top: 0; }
div.klatest ul.klatest-items li.klatest-item {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 ;
}
div.klatest ul.klatest-items li.klatest-item .klatest-itemdetails li {
	padding-left: 0 ;
}
.readmore {
    background: none repeat scroll 0 0 #DD0311;
    border-radius: 5px;
    float: left;
    height: 23px;
    padding: 5px ;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 82px;
	display:none;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{
padding: 1px;
float: left;
margin: 0px;
margin-right: 5px;
border: 1px solid #ccc;
width: 100px;
height: 65px;
}
.readmore a{
    color: #FFFFFF;
}
.k2ItemsBlock li{display:inline-block;width:100%;margin-bottom:5px;}
div.k2ItemsBlock ul li a.moduleItemTitle{
  color: rgb(77, 77, 77);
  font-size: 100%;
  text-transform: none;
  font-weight: bold;
}
#tab3 .k2ItemsBlock .moduleItemTitle {background:url(http://web.websitere.vn/mautv/menutrai/165/menutrai_icon1.png) no-repeat top left;background-position: 0px 4px;padding-left:10px;}
#k2Container{padding:0px;}
.itemImageBlock{display:none;}
.nivo-directionNav a {
top: 43%;
}
.theme-default .nivo-controlNav a{font-size:0px;}
.MagicToolboxContainer .MagicToolboxSelectorsContainer{text-align:center;}
.MagicZoomBigImageCont.MagicBoxShadow *{font-size:0%!important;}
.MagicToolboxSelectorsContainer a{float:none;}
.MagicToolboxSelectorsContainer a img{width:50px;height:50px;}
.cart-view{padding:0px;}
.cart-view .cart-summary tr{padding-bottom:5px;border-bottom:0px dashed #ccc;}
table.cart-summary tr th{padding-left: 10px;
padding-right: 10px;}
table.cart-summary tr td{padding-left: 0px;
padding-right: 0px;padding-bottom: 0px;}
#userForm .userfields_info{display:none;}
#userForm .control-buttons{
position: absolute;
/* right: 50px; */
/* bottom: 20px; */
margin-top: 280px;
margin-left: 380px;
}
table.user-details {
/*margin-bottom: 60px;*/
margin-bottom: 0px;
width:100%;
}
#paymentForm{padding:10px;}
.coupon {
    color: gray;
    border-radius: 4px;
    border: 1px solid #CAC9C9;
    font-size: 90%;
    padding: 5px;
    margin-top: 0px!important;
display:inline-block;float:left;
width:40%;
}
span.details-button input.details-button{margin-top:0px;}
.decs-product .labelchitietsp{display:none;}
.noidungcodinhchitietsp{display:none;}
.product-description {
    float: right;
    width: 563px;
}
#users-profile-custom{display:none;}
#adminForm #ui-tabs fieldset{display:none;}
#adminForm #tabs{display:none;}
a.ask-a-question {display:none;}
.sp-vmsearch{height:90px;}
.search-input-wrapper{
margin: 0px;
display: inline-block;
width: 100%;
margin-top: 10px;
}
.search-input-wrapper input {
width: 100%;
color: #555;
border: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-left: 0px;
border: 1px solid #bbb;
margin-right: 0px;
}
.search-button-wrapper button {
    box-sizing: border-box;
    border: none;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    display: block;
    margin: auto;
}
#ja-noidunggiua.ja-r1 #ja-cotgiua{width:78%;float:right;}
#ja-cotgiua{
  background: transparent;
  min-height: 400px;
  width: 78%;
  float: right;
}
#ja-cottrai{
  width: 20%;
  float: left;
  padding-right: 1%;
}
#ja-cotphai{
  width: 20%;
  float: left;
  padding-right: 1%;
}
#ja-cottrai .workshome-title h2,#ja-cotphai .workshome-title h2{color:white;padding:7px 10px 8px 10px;font-size:110%;background:#FF4400;}
#ja-cottrai .workshome-content,#ja-cotphai .workshome-content{background:white;padding:10px;border:1px solid #ddd;margin-bottom:10px;}
#ja-cotgiua .workshome-title h2{color:white;padding:7px 10px 8px 10px;font-size:110%;background:#FF4400;}
#ja-cotgiua .workshome-content{background:white;padding:10px;border:1px solid #ddd;margin-bottom:10px;overflow:hidden;}
.giagoc{
    text-decoration: line-through;
}
.giagocdetails {text-decoration: line-through; color: #CCC; }
.phamtram {
	background: url("../images/bg-label-seleoff.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    padding: 12px;
    width: 31px;
    color: #f00;
}
.phamtram span{
}
#divAdLeft a, #divAdRight a{font-size:0px;}
#divAdLeft , #divAdRight{border:0px;height:auto;}
#checkoutForm .customer-comment.marginbottom15{display:none;}
#checkoutForm .checkout-button-top .noidungxacnhan,#checkoutForm .checkout-button-top #tosAccepted{display:none;}
.rsform .rsform-block.rsform-block-noidung #NoiDung{
width: 97%;
margin-left: 0.5%;
border-radius: 0px;
}
div#tabContainer {
    margin:30px 0 0 0;
    padding:0;
    position:relative;
}
div#tabContainer ul {
    z-index:100;
}
div#tabContainer ul li{
    background: none;
    padding: 0px;
}
div#tabContainer li {
    float:left;
    list-style:none;
    margin-right:1px;
}
div#tabContainer .multitab li a {
  background: #ddd;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 7px 25px;
  text-decoration: none;
  font-size: 95%;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 3px;
}
div#tabContainer li a:hover {
    background:#eee;
}
div#tabContainer li a.active{
  background: #eee;
}
.tabDetails {
    margin:0;
    padding:0px 0 0;
	margin-top:10px;
}
.tabContents {
    border-top: 0px solid #ddd;
    margin-top: 0px;
    padding: 0px;
}
.multitab {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.tieudechitietsp{
color: #454545;
font-weight: bold;
font-size: 140%;
padding-bottom: 5px;
border-bottom: 2px solid #454545;
}
.productdetails .additional-images {
margin: 0px;
background: #eee;
padding: 5px;
}
.productdetails .additional-images img{float:left;}
.rsform select{
border: 1px solid gray;
margin-left: 2px;
width: 99.1%;
}
.rsform .rsform-block.rsform-block-submit input{
background: #1091EC;
color: white;
}
div.itemView{border:0px;}
div.itemSocialSharing{display:none;}
#ja-noidunggiua .VMmenu > li > div > a{
  color: #1091EC;
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
  /* font-family: arial; */
  border-bottom: 1px solid #1091EC;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
#ja-noidunggiua .VMmenu .menu li a{
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
#ja-noidunggiua .VMmenu li a {
color: rgb(79, 79, 79);
text-align:left;
}
#ja-noidunggiua .VMmenu .menu li a:hover {
padding-left:10px;
}
.column .VMmenu li.VmOpen a{color:yellow;}
#vmQuickCartModule .cart_content{display:none;}

.product-fields .product-field, .product-related-categories .product-field{
margin-top: -20px;
}
/* Tin tức */
.itemListView .catItemView,.itemListView .itemContainer{display:inline-block;width:100%;}
.itemListView .catItemTitle{display:inline-block;float:right;width:79%;font-size:100%;margin-bottom:10px;}
.itemListView .catItemIntroText{display:inline-block;float:right;width:79%;text-align:justify;margin-bottom:10px;}
.itemListView .catItemReadMore{display:inline-block;float:right;width:20%;text-align:right}
.itemListView .catItemDateCreated{display:inline-block;width:30%;text-align:left;font-size:95%;}	
.itemListView .catItemImageBlock {display:inline-block;width:20%;float:left;margin-right:1%;}
.itemListView .catItemImageBlock img{width:100%;}
.itemBackToTop{display:none;}
.itemView .itemDateCreated{font-size:90%;  font-style: italic;margin-bottom:10px;display:block;}
/*.cart-summary div.PricesalesPrice span.PricesalesPrice{display:none;}*/
.cart-view .vmpayment_name{
display: none;
}
.cart-summary .giaphukien{
font-weight: bold;
}
.category-view{display: none;}
.productdetails-view span.PricesalesPrice{
}
.vm-customfield-cart{display:inline-block;}
.vm-customfield-cart br{display:none;}
.componentheading{
display:none;}
#Mod292{
position: absolute;
top: -315px;
width: 200px;
}
.main{
width:950px;
margin:auto;
}
.main2{margin:auto;}
div.ja-moduletable, div.moduletable{
border:none;
}
/*-----------------------------------------------------*/
#ja-noidunggiua {
    overflow: hidden;
    margin-top: 10px;
}
.tieudechitietsp{
  color: #ff4200;
  border-bottom: 1px solid #ff4200;
}
.inputbox, textarea, .button, button{
border-radius:0px;
}
.button:hover, .button:focus {
background: #E6E8EA;
}
.cart-summary .PricesalesPrice{
  width: 100px;
}
.inputbox{
margin-top: 5px;
}
.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key{
background:none;
border:none;
}
.k2ProfileHeading{
background:none;
}
/*-------------------------------------------------------------*/
.product-fields .product-field, .product-related-categories .product-field{
margin-top:0px;
}
.profile{
  margin-left: 200px;
  margin-top: 30px;
}
.profile legend{
  font-size: 190%;
color:#ff0486;
}
#users-profile-core dl>dt{
font-weight:bold;
}
.productdetails-view .product-description, .product-fields{
  height: 38px;
  line-height: 38px;
  text-align: right;
  margin-right: 55px;
}
input, select, textarea, .inputbox{
margin-top: 5px;
}
.priceColor2 {
color: #fff;
}
.baogomvat{
display:none;
}
.product-fields{display:none;}
div#tabContainer{
  width: 100%;
}
.product-field.product-field-type-P{
display:none;
}
table.mvc_peopleTable tr{
width: 130px;
float: left;
}
table.mvc_peopleTable td{
padding:3px;
border-bottom:none;
}
.gsc-control-cse{background:transparent;border:0px;padding:0px;}
#___gcse_0{width:91%;float:right;margin-top:5px;}
.addtocart-area .quantity-controls{display:none;}
.cart-view .customfieldcart,.tieptucmuasam{display:none;}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  background:transparent;
  margin-top:3px;
}
.slideshow2 .workshome-content{margin-bottom:0px;}
.product-thongtin-giacu  {
    text-decoration: line-through;
}
/* Css Danh muc san pham */
.browse-view .quantity-box{display:none;}
.browse-view .product-anh{position:relative;}
input.addtocart-button{
    background: url(../images/muahang.png) no-repeat center center;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    padding: 7px 10px;
    padding-left: 50px;
}
.browse-view .product-anh .icon_sphot{
background: red;
width: 35px;
height: 26px;
display: inline-block;
position: absolute;
left: -5px;
top: -5px;
}
.browse-view .product-anh .icon_spmoi{
background: green;
width: 35px;
height: 26px;
display: inline-block;
position: absolute;
left: -5px;
top: -5px;
}
.browse-view .product-anh .icon_hethang{
background: black;
width: 35px;
height: 26px;
display: inline-block;
position: absolute;
left: -5px;
top: -5px;
}
.bihide{display:none;}
.viewallproduct{display:inline-block;float:right;margin-top:20px;}
.vmfooter{display:inline-block;width:100%;}
.browse-view .product *{text-align:center;}
.browse-view .product{
    padding: 1%;
    display: table-cell;
    width: 31.3333%;
    float: left;
}
.orderby-displaynumber{display:none;}
.browse-view .row{display:table;width:100%;}
.browse-view .spacer{padding:2%;border:1px solid #ddd;overflow:hidden;}
.browse-view .browseProductImage{width:100%;}
.browse-view .product-thongtin-ten{margin-top:10px;margin-bottom:10px;}
.browse-view .product-thongtin-salesPrice{margin-bottom:10px;}
.product-thongtin-salesPrice{color:#D20707;font-weight:bold;font-size:120%;}
.browse-view form.product{
    margin: auto;
    display: block;
    padding: 0%;
    width: 100%;
}
.browse-view span.addtocart-button{display:block;}
.browse-view input.addtocart-button{margin:auto;}
span.quantity-controls input.quantity-controls{margin-top:0px;margin-bottom:1px;}
.productdetails .product-thongtin-muahang{margin-top:10px;}
.product-thongtin-muahang{
    display: block;
    position: relative;
    overflow: hidden;
}
.quantity-controls button{display:block;padding:0px;border:0px;cursor:pointer}
input.addtocart-button{margin-top:0px;}
.productdetails-view .addtocart-bar{display:table;width:auto;clear:both;}
.productdetails-view .addtocart-bar span{display:table-cell;vertical-align:middle;float:none;padding-right:5px;}
.browse-view .product.floatleft .browseProductImage{
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.browse-view .product.floatleft .browseProductImage:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
/* Chi tiết sản phẩm */
#fancybox-wrap{
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	top:50%!important;
	left:50%!important;
	position:fixed;
}
.header-imageproduct .width60.floatleft{width:100%;}
.header-product{display:inline-block;width:100%;}
.header-imageproduct{display:inline-block;width:40%;float:left;padding:1%;border:1px solid #ddd;background:white;}
.header-descproduct{display:inline-block;width:55%;float:right;}
.header-imageproduct .main-image img{width:100%;}
.main-image{position:relative;overflow:hidden;}
.header-imageproduct .main-image img{
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.header-imageproduct .main-image img:hover{
    transform:scale(2);
    -ms-transform:scale(2); /* IE 9 */
    -moz-transform:scale(2); /* Firefox */
    -webkit-transform:scale(2); /* Safari and Chrome */
    -o-transform:scale(2); /* Opera */
	cursor: -webkit-zoom-in;
}
.productdetails-view.productdetails .giacu .tiengiacu{text-decoration: line-through;}
.productdetails-view.productdetails .price-product{margin-top:8px;}
.productdetails-view.productdetails .addtocart-area .quantity-box{display:none;}
.giacu>div{float:left;margin-right:5px;}
.giacu{width:100%;display:block;overflow:hidden;margin-top:10px;}
.price-product>div{float:left;margin-right:5px;}
.price-product{width:100%;display:block;overflow:hidden;}
.nhan-price-product{display:inline-block;margin-top:3px;}
.cart-view .cart-summary tr{border-bottom:1px solid #ddd;}
.tieptucmuasam{display:none!important;}
#checkoutForm{margin-bottom:20px;}
.cart-summary >tbody > tr td{padding:10px;}
.cart-summary >tbody > tr:first-child td{
    background: #eee;
    text-align: center;
    /* color: white; */
    font-size: 100%;
    padding: 5px 0px;
    font-weight: bold;
}
.td2{border:0px;padding:0px;}
.td3{width:17%;}
.td4{width:13%;}
.td5{width:10%;}
.td6{width:17%;}
.xoasp{text-align:Center;}
.cart-view .detailscartproduct >a{color:#ff4200;font-weight:bold;}
.cart-view .detailscartproduct >a{color:#ff4200;font-weight:bold;}
.cart-view span.PricebillTotal{color:red;font-size:120%}
.fieldinfo h2{
  color: #ff4200;
  padding: 0px;
  display: inline-block;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 1px solid #ff4200;
  padding-bottom: 7px;
text-transform:uppercase;
}
.cauchucmung{margin-bottom:10px;color:#ff4200;}
.footer1{display:inline-block;width:100%;}
.footer2 a{color:white;}
.footer2 .ja-workshome,.footer2 .workshome-content{margin-bottom:0px;}
.footer2{
  background: #1C99F2;
  color: white;
  padding: 10px;
}
/* Tin tuc */
.trengiohang{margin-top:20px;margin-bottom:20px;}
.catItemExtraFieldsLabel,.itemExtraFieldsLabel{display:none;}
.catItemExtraFields li{margin-bottom:5px;}
/* Slide */
.theme-default .nivoSlider img{height:350px!important;}
.theme-default .nivoSlider > img{width:100%!important;}
.theme-default .nivoSlider{margin-bottom:0px!important;}
.nivo-controlNav{margin-top:-45px;position:absolute;z-index:11;padding:10px 0px;}
.fb-comments ,.fb-comments *{width:100%!important;}
.itemListView .itemContainer{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.k2Pagination{
text-align: center;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.k2Pagination ul{
text-align: center;
display: inline-block;
}
.k2Pagination ul li{
float: left;
margin: 5px;
background:#eee;
border:1px solid #ccc;
}
.k2Pagination ul li a{
padding: 5px 10px;
display: block;
color:black;
}
.k2Pagination ul li span{
padding: 5px 10px;
display: block;
color:black;
}
.k2Pagination ul li:hover{
background: #ddd;
}
.mxh_ct{
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.checkout-button-top{
border-top: 0px!important;
}
.checkout-button-top .tieptucmuahang{
background: #1091EC;
color: white;
padding: 7px 10px;
float: left;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited{
padding: 7px 10px;
color: white;
border: 0px;
background: #1091EC;
display:inline-block;
}
.rsform{
margin: 0px auto;
}
.rsform h2{
display: none;
}
.formResponsive .rsform-block{margin-bottom:10px;}
.formResponsive input, .formResponsive textarea{
width: 97.3%;
}
.rsform-block-submit .formControls .formBody{
text-align: center;
}
.temp_lienhe .mxh_ct{
display: none;
}
.temp_lienhe .bvcungmuc{
display: none;
}
.horizontal-separator{
display: none;
}
.search_sp_ngoai {
position: relative;
}
.search_sp_ngoai .search_tensp{
color: white;
padding: 7px 10px 8px 10px;
font-size: 110%;
background: #FF4400;
}
.search_sp_ngoai .khoangcach_search {
height: 35px;
}
.bvcungmuc #k2ModuleRelated ul li{
display: inline-block;
width: 100%;
margin-bottom: 8px;
}
.bvcungmuc #k2ModuleRelated h3{
width: 69%;
float: right;
}
.bvcungmuc #k2ModuleRelated .k2ItemImageleft{
width: 30%;
float: left;
margin-right: 1%;
}
.bvcungmuc #k2ModuleRelated .k2ItemImageleft .k2ItemImage{
width: 100%;
}
.bvcungmuc #k2ModuleRelated .k2RelReadmore{
float: right;
}
.bodylienhe .facecomment,.bodylienhe .bvcungmuc{display:none;}
.footer3{
padding: 10px 0px;
text-align: center;
font-weight: bold;
color: #5a5a5a;
}
.footer3 a{
color: #5a5a5a;
}
.MagicZoomHeader + div + div{
display:none!important;
}
.MagicToolboxMessage{
display:none!important;
}
.MagicZoomHint{
display: none!important;
}
.browse-view .featuredProductImage{
width: 100%;
height: auto;
}
.browse-view .vmproduct.productdetails{
display: table;
width: 100%;
}
.browse-view .vmproduct.productdetails > li {
margin: 1%;
display: table-cell;
width: 29%;
float: left;
padding: 1%;
border: 1px solid #ddd;
}
.browse-view .vmproduct.productdetails > li .tensphome{
margin-top: 10px;
margin-bottom: 10px;
display: block;
font-weight: bold;
}
.browse-view .vmproduct.productdetails > li *{
text-align: center;
}
.login{
width: 50%;
text-align: center;
}
.login-fields label{
width: 30%;
float: left;
padding: 6px 10px;
margin-top: 5px;
text-align: left;
}
.login-fields input{
text-align: left;
}
.login .button{
margin: 10px 0px 10px 100px;
text-align: center;
}
.quantity-input{display:inline-block;width:auto;width:25px;height:21px;padding:2px;text-align:center;margin-top:0px;}
span.cart-images img{
margin-right: 10px;
}
.scroller .itemContainer{margin:0px;}
.scroller .catItemView{padding:0px;margin:0px;border:0px;}
.scroller .catItemView >*{width:100%;margin:0px;padding:0px;}
.scroller .catItemTitle{margin-top:5px;margin-bottom:5px;}
.search-button-wrapper {
    text-align: center;
    display: block;
    margin-top: 5px;
    overflow: hidden;
}
/* CSS K2 Tool Search */
.genericItemView, .genericItemList
{
    display: inline-block;
    width: 100%;
}
.genericItemImageBlock {
    width: 25%;
    float: left;
    margin-right: 1%;
}
.genericItemTitle {
    width: 74%;
    float: right;
}
.genericItemDateCreated {
    margin: 5px 0px;
    display: block;
    width: 74%;
    float: right;
}
.genericView .genericItemIntroText, .genericView .genericItemCategory {
    display: none;
}
.genericView .genericItemExtraFields, .genericItemReadMore {
    width: 74%;
    float: right;
    text-align: justify;
    padding: 5px 0px;
}
.genericItemReadMore {
    text-align: right;
}
.header1 img{display:block;}
/* form đăng ký đăng nhập virtuemart */
.formdn{width:35%;float:left;}
.formdk{width:60%;float:right;}
.formdndk {display:block;overflow:hidden;}
td.key{width:40%;padding-left:0px;}
td.keys *{width:100%;padding:5px 2%;margin-top:0px;}
.buttonBar-right{margin-top:20px;}
td.key,td.keys{padding-bottom:5px;}
.formdn h2,.formdk h2{margin-bottom:10px;font-size:110%;}
.formdn input{width:90%;padding:2%;}
.formdn button,.formdn input[type="submit"]{width:50%;display:block;margin-bottom:10px;margin-top:10px;}
.control-buttons{margin-top:20px;}
.title_edituser{font-weight:bold;margin-bottom:10px;}
.hiname{margin-top:10px;margin-bottom:10px;font-weight:bold;}
#jform_spacer-lbl{display:none;}
.fb-login-login span{
    background: url(../images/fb-login.png);
    display: block;
    height: 30px;
    width: 135px;
    background-size: 100% auto;
    margin-top: 10px;
    margin-bottom: 10px;
	cursor:pointer;
}
.fb-login-signup span{
    background: url(../images/fb-signup.png);
    display: block;
    height: 30px;
    width: 135px;
    background-size: 100% auto;
    margin-top: 10px;
    margin-bottom: 10px;
	float:right;
	cursor:pointer;
}
.gg-login-login span{
    background: url(../images/gg-login.png);
    display: block;
    height: 30px;
    width: 135px;
    background-size: 100% auto;
    margin-bottom: 10px;
	cursor:pointer;
}
.gg-login-signup span{
    background: url(../images/gg-signup.png);
    display: block;
    height: 30px;
    width: 135px;
    background-size: 100% auto;
    margin-bottom: 10px;
	float:right;
	cursor:pointer;
}
.module_search select{width:100%;}
#mod_virtuemart_search{width:100%;}
.module_search button{margin-top:5px;cursor:pointer;}
.search_custom_parent,.search_custom_children{display:none;}
.social-login>div{display:inline-block;width:100%;}
.abcRioButtonLightBlue{background:transparent!important;font-size:0px!important;height:100%!important;width:100%!important;box-shadow:none!important;border-radius:0px!important;}
.abcRioButtonIcon,.abcRioButtonContents{display:none!important;}
/* form đăng ký đăng nhập mặc định c joomla */
#jform_profile_dob_img{display:none;}
.jl_formdn dt{width:40%;float:left;}
.jl_formdn dd{width:40%;float:left;}
.jl_formdn dd input{width:90%;margin-top:0px;margin-bottom:5px;}

/* Giỏ hàng */
.vmorder-done td{
    padding: 1%;
    padding-left: 0%;
    width: 40%;
}
.vmorder-done td:last-child{font-weight:bold;}
.tranggiohang .product-thongtin-salesPrice{font-size:110%;}
.tranggiohang .product-thongtin-billTotal{font-size:120%;}
.order-view{width:60%;float:right;}
.order-view input{
    width: 90%;
    padding: 5px 2%;
font-size:100%;
}
.order-view h2{margin-bottom:10px;font-size:110%;}
.order-view .button{width:40%;margin-top:10px;}
.backpage{font-size:90%;margin-top:10px;cursor:pointer;display:block;}
/* Tra cứu đơn hàng */
#editcell th,#editcell td{padding:5px;}
.donhang_thongtin td{padding:5px;}
td.orders-key{color:white;background:#1091EC;font-size:105%;}
.donhang_pricelist{margin-top:20px;}
#ui-tabs ul#tabs li{padding:8px 12px;}
.donhang_pricelist #ui-tabs ul#tabs li:last-child{display:none;}
.donhang_pricelist .sectiontableheader{font-weight:bold;}
.donhang_pricelist td{padding:5px;}
.donhang_pricelist #ui-tabs ul#tabs{display:none;}
.donhang_pricelist .sectiontableentry1 td{padding-top:20px;}
.donhang_pricelist .sectiontableheader td,.listdonhang th{color:white;background:#1091EC;font-size:105%;}
.nutindonhang{display:none;}
/* Css menu ngang */
#ja-megamenu .level0 a{padding:8px;display:block;}
#ja-megamenu{position:relative;}
.level0{display:table;width:100%;}
#ja-menungang .level0>li>a{text-align:center;color:#008bbf;font-weight:bold;}
#ja-menungang .level0>li{display:table-cell;}
.level0 ul{background:white;}


.childcontent{display:none;position:absolute;z-index:10;width:200px;}
#ja-menungang .level0 li:hover >.childcontent{display:block;}
.childcontent li{position:relative;}
.childcontent .childcontent{top:0px;margin-left:200px;}

#ja-noidunggiua .menu a{padding:7px;display:block;}
#ja-noidunggiua .menu ul{position:relative;}
#ja-noidunggiua .level0 ul{top:0px;box-shadow:1px 1px 3px 1px gray;}
#ja-noidunggiua .menu ul{display:none;}
#ja-noidunggiua .menu >li{position:relative;}
#ja-noidunggiua .menu li:hover > ul{display:block;position:absolute;z-index:10;background:white;width:200px;right:0px;margin-right:-200px;}

/* Bình luận */
.mtcomment input,.mtcomment textarea{width:95%;}
.mtcomment_left{float:left;width:50%;display:inline-block;}
.mtcomment_right{float:right;width:50%;display:inline-block;text-align:right;}
.mtcomment textarea{height:120px;}
.mtcomment button{margin-top:15px;}
.fieldsrong{border:1px solid red;}
.mtcomment .mtcomment_submit{width:40%;}
.mtcomment_items{display:inline-block;margin-top:20px;width:100%;}
.mtcomment_item{margin-bottom:10px;}
.mtcomment_item > div{display:block;padding:1%;}
.mtcomment_item_top{background:#ddd;}
.mtcomment_item_bottom{border:1px solid #ddd;}
.mtcomment_items .cmt{margin-right:20px;font-size:90%;}
.t2,.t3{display:none;}

/* Đánh giá sản phẩm */
.product-thongtin-danhgia{display:none;}
.product-thongtin-danhgia{margin-top:10px;margin-bottom:10px;}
.star_show{
    background: url(../images/star2.png) no-repeat left top;
    background-size: 100% auto;
    height: 20px;
    display: inline-block;
    width: 24px;
    margin-bottom: -4px;
}
.star_hide{
    background: url(../images/star1.png) no-repeat left top;
    background-size: 100% auto;
    height: 20px;
    display: inline-block;
    width: 24px;
    margin-bottom: -4px;
}
.virtuemart_search .button{display:inline-block;float:left;margin-left:10px;padding-bottom:4px;}
.virtuemart_search .inputbox{display:inline-block;float:left;}
/* module like bài viết, sản phẩm */
.like-button a{background:url(../images/likebutton.png) no-repeat left top; background-size:100% 100%;display:block;width:30px;height:30px;margin-bottom:10px;cursor:pointer;}
.browse-view .like-button a{margin:auto;margin-bottom:10px;}
.itemListView .like-button{
    display: inline-block;
    float: right;
    width: 79%;
}
.mtlike{position:fixed;top:20px;z-index:999;left:0px;background:white;width:300px;}
.mtlike-workshome-title h2{
    color: white;
    padding: 7px 10px 8px 10px;
    font-size: 110%;
    background: #FF4400;
}
.mtlike-workshome-content{
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.mtlike_tieude{margin-bottom:10px;text-align:center;text-transform:uppercase;font-weight:bold;color:red;}
.mtlike .data-img{width:20%;float:left;}
.mtlike .data-img img{width:100%!important;}
.mtlike .data-ten{width:60%;float:left;margin-left:5%;}
.mtlike .data-xoa {width:15%;float:right;text-align:right;}
.mtlike_block >div{display:inline-block;width:100%;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #eee}
.mtlike .data-xoa a{
    background: url(../images/recycle_bin.png) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
	cursor:pointer;
	display:block;
	float:right;
}
/* module bài viết, sản phẩm đã xem */
.mtviewed{position:fixed;top:20px;z-index:999;left:0px;background:white;width:300px;}
.mtviewed-workshome-title h2{
    color: white;
    padding: 7px 10px 8px 10px;
    font-size: 110%;
    background: #FF4400;
}
.mtviewed-workshome-content{
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.mtviewed_tieude{margin-bottom:10px;text-align:center;text-transform:uppercase;font-weight:bold;color:red;}
.mtviewed .data-img{width:20%;float:left;}
.mtviewed .data-img img{width:100%!important;}
.mtviewed .data-ten{width:75%;float:left;margin-left:5%;}
.mtviewed_block >div{display:inline-block;width:100%;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #eee}
.vdigit_counter{display:none;}
.vstats_icon{display:Table;width:100%;margin:10px 0px;}
.vdong{display:table-row; }
.vrow{display:table-cell;}
.vdigit_counter{text-align:center;}
.vvisit_counter>div:last-child{display:none;}
/* update 16-11-2017 */
.vr3{text-align:right;}
.cart_dropdown i{font-size:120%;}
.fa.cart_spiners {
    animation: cart_spiners 4s infinite ease-in-out;
	font-size: 200%;
	display:none;
}
@keyframes cart_spiners {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(3600deg);
    }
}
@media screen and (max-width: 1024px){
	.main{width:100%;}
	.main2{width:100%;}
}
/*chinh sua*/

.main{
width:100%;
}
.main2{width:1200px;}
.noidungtren1 .workshome-content{
padding:0!important;
border:none!important;
}
#ja-cottrai{
width:24%;
}
#ja-cotgiua{
width:75%;
}
.nivo-controlNav{
display:none;
}
#ja-cottrai .workshome-title h2 {
    background: background: -webkit-linear-gradient(#008EC6, #37C8FF);
    background: -o-linear-gradient(#008EC6, #37C8FF);
    background: -moz-linear-gradient(#008EC6, #37C8FF);
    background: linear-gradient(#008EC6, #37C8FF);
    position: relative;
    overflow: hidden;
    padding: 10px;
    font-size: 110%;
    text-transform: uppercase;
}
 #ja-cottrai .workshome-title h2:after {
    content: "";
    display: block;
    border-top: solid 36px #008BBF;
    border-left: solid 50px transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}
#ja-cotgiua .workshome-title h2 {
    background: #DFEEF6 url(../../../images/blockheader.png)no-repeat;
    padding: 10px 0px 10px 15px;
    background-size: cover;
    font-size: 110%;
    text-transform: uppercase;
}
#ja-cottrai .workshome-content{
border-bottom:4px #008BBF solid;
}
#mod_virtuemart_search{
padding:8px;
border:1px #008BBF solid;

}
.sp-vmsearch-categories{display:none;}
#ja-cottrai .button{
padding:8px;
background:#008BBF;
color:#fff;
}
#ja-noidunggiua .menu a{
font-size:110%;
color:#000;
border-bottom:1px #ccc solid;
}
#ja-noidunggiua .menu a:hover, .itemListView .catItemTitle a:hover{
color:#008BBF
}


.header1 li{
float:left;
width:120px;
}
#Mod351{
position:absolute;
top:0;
right:0px;
}
.header1{
position:relative;
}

#Mod299 img{
width:100%
}
.header1 .image-title{
float:left;
color:#f00;
font-size:110%;
}
#Mod351 img{
float:left;
margin-right:10px;
}
#Mod351{
padding:3px;
}
#ja-khungchinh {
    background: url(../../../images/body_bg.png)no-repeat;
background-attachment: fixed;
background-size: 100%;
}
#ja-noidunggiua .main{
background:#fff!important;
display:block;
margin:auto!important;
overflow:auto;

}
#ja-noidunggiua{
margin-top:0;
}
#ja-cotgiua, #ja-cottrai{
padding-top:10px;
}
#ja-megamenu{
width:1200px;
margin:auto;
}
#ja-menungang .level0>li>a{
text-transform:uppercase;
padding:12px;
}
.trangdmbv .itemListView .itemContainer {
    border: 1px solid #5abbe0;
    border-radius: 10px;
    position: relative;
    padding: 20px 10px  10px 10px;
    margin-right: 10px;
    margin-top: 20px;
    z-index: 8;
width:97%;
 
}
.trangdmbv .itemListView .catItemTitle a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    behavior: url(css3.htc);
    background: #109FD7;
    padding: 3px 15px;
    color: #fff;
top:-11px;
left:30px;
   text-transform: uppercase;
}
.trangdmbv .itemListView .catItemReadMore a{
padding:5px;
background:#1BABE2;
color:#fff;
}
#ja-cottrai .workshome-content ul a:before {
    content: "\f067";
    margin-right: 10px;
    color: #686464;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1;

}
#ja-noidunggiua .menu a{
font-weight:bold;
}
#ja-menungang .level0>li>a:hover{
background:#0A5F7E;color:#fff;text-shadow:none;
}
.theme-default .nivoSlider img{
height:250px!important
}
.childcontent li{
padding:5px;
background:#048FC4;
text-transform:uppercase;
border-bottom:1px #fff solid;
}
.childcontent li a{
color:#fff;
font-weight:bold;
}
.childcontent li:hover{
background:#036C94
}
.childcontent{
    width: 250px;
}

.bodyhome_bd #ja-cottrai{
display:none;
}
.bodyhome_bd #ja-cotgiua{
width:100%;
}
.slideshow1 .main2{
width:100%;
}

.slideshow1 .theme-default .nivoSlider img,.nivoSlider img  {
    height: 450px!important;
    object-fit: cover!important;
}
#ja-cotgiua .workshome-title span, .footer1 .workshome-title span {
    border-bottom: 3px solid #2b3e4d;
    box-shadow: 0px 7px 10px #ccc;
    padding: 5px 10px;
}
#ja-cotgiua .workshome-title h2 , .footer1 .workshome-title h2{
    color: #2b3e4d;
    font-size: 200%;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer2{
text-align:center;
padding:10px 0 20px 0;
font-size:130%
}

.footer1 .image-title{
display:none;
}
.footer1 .menu li{
float:left;
}
.footer1{
width:100%;
display:inline-block;
}
.footer1 .level0{
width:100%;
}

.footer1 .level0{
position:absolute;
width:2000px;
animation:tencc 30s linear infinite; 
z-index:999
}
.footer1{
overflow:hidden;
}
.footer1 table{width: 100%;}
.footer1 table td{width: 25%;padding: 15px 15px;}
.footer1 table td img{width: 100%;}
@keyframes tencc{
0%{left:0;}
100%{left:-100%}

}

.footer1 .main2{
width:1200px;
background:#fff;
}
.footer1{
width:100%;
display:inline-block;
}
.footer1 h2{
margin-bottom:20px;
}
.footer3, .footer3 a{
background:#1C99F2;
color:#fff;
}
.footer3{
border-top:1px #ddd solid;
}
.slideshow2 h2 {
    font-size: 200%;
    font-weight: 400;
    padding-top: 35px;
    margin-bottom: 40px;
    color: #fff;
text-align:center;
}
.bodyhome_bd .slideshow2 {
    background: url(../../../images/back1.png);
color:#fff;
padding-bottom:70px;
}
.noidung{
width:100%;
}
.khung{
width:48%;
float:left;

}
.bodyhome_bd .slideshow2{
width:100%;
display:inline-block
}
.nd1{
float:left;
width:80%!important;
margin-left:5%;
margin-bottom:50px!important;
height:95px;
}
.img{
float:left;
width:15%!important;
}
#ja-cotgiua .workshome-content{
border:none;
}
.slideshow1 .main2{
width:1200px;
}
.k2SearchBlockForm > input{vertical-align: top;}
#ja-cottrai .button{padding: 4.5px 7px;}
.footer2{text-align: left;}
.footer2 .main2{display: table;}
.footer2 .main2>div{display: table-cell;width: 50%;}
.footer2 .workshome-title h2 span{border-bottom: 2px solid #fff;}
.footer2 .workshome-title{padding-bottom: 10px;}
.header2 .main2{display: table;background:#fff;}
.header2 .main2>div{display: table-cell;vertical-align: middle;}
#ja-megamenu{width: 100%;}
.header2_1{width: 85%;}
#ja-menungang .level0>li>a{border-right: 1px solid;text-shadow: 0.1em 0.1em rgba(204,204,204,0.53);}
.header1 .main2{position:relative;}
.k2SearchBlock{padding: 0 5px;}
.inputbox{width: 75%;padding-left: 5px;border: 1px solid #4DAFE0;}
.button{padding: 4px 10px;background: #4DAFE0;}
#Mod359 .theme-default .nivoSlider img {
    height: 150px!important;
}

.trangctbv table{width: 100%;}
.trangctbv table td{width: 25%;padding: 15px 15px;}
.trangctbv table td img{width: 100%;height: 150px;border: 1px solid #ccc;}
.trangctbv{text-align: justify;font-family:time;}
.trangctbv img{width:100%;}
#ja-cottrai table td{line-height: 45px;}
@media screen and (max-width: 1024px){
	#ja-khungchinh{display:inline-block;}
}

.slideshow1 .main2 {
    width: 100%
}
.header2 {
    display: none
}
#ja-khungchinh {
    background: none
}
.header1 {
    background: #005b7f;
    color: white;
    padding: 5px 0;
    font-size: 110%
}
.header1 i {
    font-size: 130%
}
.menungang .main2{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}


#Mod364 img {
    padding-left: 5px
}
.inputbox {
    margin-top: 0
}
.button {
    margin-top: 0 
}
#Mod360 {
    width: 10%
}
#Mod360 img {
    width: 100%;
    height: auto
}
.menungang .menu {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#ja-menungang .level0>li>a {
    padding: 8px 8px!important;
    border: none
}
#Mod354 {
    width: 15%
}
#ja-menungang .menu>.deeper>a:after, #ja-header .menu>.deeper>a:after {
    content: "\f107";
    font: normal normal normal 100%/1 FontAwesome;
    font-weight: bold;
    font-size: 120%;
    padding-left: 5px;
}
.menungang .menu>li:hover > ul {
    display: block
}
.menungang .menu>li {
    position: relative
}
.menungang .menu ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 200px;
    top: 130%;
    background: #005b7f
    
}
.menungang .menu ul li{
    padding: 8px 15px!important;
    border-bottom: 1px solid #ccc
}
.menungang .menu ul li a {
    color: white
}
.menungang .menu ul li:hover {
    background: #023f5c!important
}
.footer2 .menu ul {
    display: none
}
.footer2 {
    background: #005b7f
}
.footer3, .footer3 a {
    background: #00506f
}
.footer2 .main2 {
    display: flex;
    justify-content: space-between
}
.footer2 .main2>div {
    width: 23%
}
.footer2 .main2>div:nth-child(1) {
    width: 30%;
}
.footer2 .main2>div:nth-child(2) {
    width: 15%
}
.footer0 {
    background: #05749e;
    padding: 50px 0;
    color: white;
    display: none;
}
.footer0 td {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold
}
.footer0 td:nth-child(1) {
    font-size: 230%;
    text-align: left
}
.footer0 td:nth-child(2) {
    font-size: 150%
}
.footer0 td:nth-child(3) {
    font-size: 140%
}
.slideshow3 .workshome-title span,
.footer0s .workshome-title span,
.slideshow4 .workshome-title span{
    border-bottom: 3px solid #2b3e4d;
    box-shadow: 0px 7px 10px #ccc;
    padding: 5px 10px;
}
.slideshow3 .workshome-title h2,
.footer0s .workshome-title h2,
.slideshow4 .workshome-title h2{
    color: #2b3e4d;
    font-size: 200%;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    font-weight: 400;;
    margin-bottom: 40px
}

.bodyhome_bd #ja-noidunggiua {
    display: none
}
.bodyhome_bd #ja-slideshow {
    margin-bottom: 30px;
    padding-bottom: 30px
}
.k2FeedIcon {
    display: none
}
/*
.slideshow4 .main2 {
    width: 100%
}

.slideshow4 .itemListView .catItemImageBlock {
    width: 100%;
    margin: 0
}
.slideshow4 .itemListView .catItemImageBlock img {
    height: 300px;
    object-fit: cover
}
.slideshow4 .itemContainer {
    position: relative
}
.slideshow4 .catItemcontent {
    position: absolute;
    top: 0%;
    left:55%;
    width: 45%;
    height: 96.5%;
    background: rgba(0,91,127,0.6);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    padding-top: 100px;
    border-left: 2px white solid;

}
.slideshow4 .itemContainer:nth-child(2n) .catItemcontent {
    left: 0;
    border-left: 0;
    border-right: 2px solid white;
    background: rgba(255,165,0,0.5)
}
.slideshow4 .catItemcontent > * {
    width: 100%!important;
    text-align: center
}
.slideshow4 .catItemImage a {
    display: flex
}
.slideshow4 .itemListView .itemContainer {
    border: none;
    margin-bottom: 50px
}
.slideshow4 .itemListView .catItemTitle a{
    color: white;
    font-size: 200%
}
.slideshow4 .itemListView .catItemExtraFields {
    color: white;
    font-size: 160%
}
.slideshow4 .itemListView .catItemReadMore {
    text-align: center;
    color: white;
    margin-top: 20px;
    font-size: 120%
}
.slideshow4 .itemListView .catItemReadMore a {
    color: white;
    font-weight: bold
}
*/
.bodyhome_bd .slideshow4 {
    margin-top: 30px
}

.bodyhome_bd  .slideshow3 {
    margin: 30px 0
}
.slideshow3 #itemListLeading {
    display: none;
}
.slideshow3 .itemListView .catItemImageBlock {
    width: 100%;
    margin: 0
}
.slideshow3 .catItemcontent > * {
    width: 100%!important
}
.slideshow3 .itemContainer {
    background: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 3px solid #005b7f!important
}
.slideshow3 .itemListView .catItemReadMore {
    text-align: center;
    margin: 20px 0 10px;
    padding: 8px 10px;
        box-sizing: border-box;
}
.slideshow3 .itemListView .catItemReadMore a {
    background: #005b7f;
    color: white;
    padding: 8px 10px;
    
}
.slideshow3 .itemListView .catItemTitle {
    font-size: 120%;
    margin: 10px 0
}

#ja-cotgiua {
    width: 100%;
}

.footer1 .itemListView .catItemImageBlock {
    width: 100%
}
.footer1 .itemListView .itemContainer {
    border-bottom: none;
}

.footer1 #itemListLeading {
    display: none  ;
}


#ja-chantrang .menu img {
    display: none
}
#ja-menungang .main2 {
    padding: 10px 0
}
.header1 .main2 {
    padding: 5px 0
}
#Mod372 {
    width: 60%;
    text-align: center
}

#Mod372 p:nth-child(2) {
  font-size: 260%;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
    text-transform: uppercase
}

#Mod372 p:nth-child(1) {
  font-size: 200%;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;

}
#ja-menungang {
    background: url(../../../images/back1.png);
    color: #fff;
    background-size: cover;
    background-position: 50% 50%
}
.header1 {
    background: #ff8723
}
/*
#Mod361 a {
    display: block;
    text-align: center;
}
#Mod361 .menu ul {
    display: none
}
#Mod361 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto
}
#Mod361 ul li {
    width: 100%;
    padding: 5px;
}
#Mod361 ul img {
    width: 28%;
    height: auto;
    margin-bottom: 6px;
    background: radial-gradient(ellipse at center, #ebf7ff 47%,#afe0ff 100%);
    border-radius: 100%;
    padding: 5px
}

#Mod361 .image-title {
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 100%
}

#Mod361 {
    background: #00506f;
    padding: 5px 0;

}
.bodyhome_bd #Mod361 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: rgba(0,0,0,0.66);

    display: block;
    width: 100%
}
*/
.slideshow1 {
    position: relative
}

#Mod360 {
    width: 16%
}
#Mod354 {
    width: 30%;
}
.pathway > strong {
    display: none
}
.pathway {
    font-weight: bold;
    font-size: 110%
}
.pathway a {
    font-weight: normal
}
.dinhhuong .main2 {
    padding: 10px 0
}
#Mod360 {
    position: relative
}
#Mod360 img {
    position: absolute;
    top: -26px;
    left: 0;
    z-index: 2
}
.bodyhome_bd #ja-dinhhuong {
    display: none
}
.header1 {
    text-align: center
}
.header1 a {
    color: black;
    font-weight: bold;
}
.header1 i {
    margin-left: 15px
}
#Mod364 {
    width: 14%
}
.header1 {
    background: #8dd8f8
}
.slideshow4 #itemListLeading  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap : 30px
}
.slideshow4  .catItemImageBlock {
    width: 100%;
    display: block
}
.slideshow4  .catItemcontent {
    width: 100%;
    display: block
}
.slideshow4 .itemListView .catItemView {
    display: block
}
.slideshow4  .catItemImageBlock img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px
}
.slideshow4 .itemListView .itemContainer {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.slideshow4 .catItemTitle {
    width: 100%;
    text-align: center;
    font-size: 140%;
    padding-top: 10px;
    color: black
}

#Mod375 {
    padding: 30px 0!important
}
#Mod375 .custom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap : 20px
}
#Mod375 .custom  img {
    width: 100%;
    height: 220px;
    border: 2px solid #005b7f;
    object-fit: cover
}

#Mod361 ul {

}
#Mod361 a {
    display: block;
    text-align: center;
}
#Mod361 .menu ul {
    display: none
}
#Mod361 .workshome-content>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto
}
#Mod361 {
    width: 78%!important;
    margin-left: 17%;
    background: #8dd8f8;

}
#Mod361 ul li {
    width: 100%;
    padding: 5px;
    padding-top: 5px
}
#Mod361 ul img {
    width: 30%;
    height: auto;
    margin-bottom: 5px;
    background: radial-gradient(ellipse at center, #ebf7ff 47%,#afe0ff 100%);
    border-radius: 100%;
    padding: 5px;
    margin-left: 28%
}

#Mod361 .image-title {
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 96%;
    color: black
}
#ja-header .menu>.deeper>a:after  {
    display: none
}
#Mod361 .image-title:after {
    content: "\f107";
    font: normal normal normal 100%/1 FontAwesome;
    font-weight: bold;
    font-size: 120%;
    padding-left: 5px;
        display: none
}
#ja-header {
    background: url(../../../images/back1.png);
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: #8dd8f8 10px solid;
    
}
.header1 {
background: linear-gradient(to right, transparent 50%, #8dd8f8 50%); /* Sử dụng linear gradient để tạo background */
}
.header1 .main2, .header1 {
    padding: 0
}
.header1  .item-991:before {
    content: "";
    display: block;
    border-right: solid 60px #8dd8f8;
    border-top: solid 70px transparent;
    position: absolute;
    left: -59px;
    top: 0px;
}
.header1  .item-991 {
    position: relative
}

#Mod361 .menu li:hover>ul {
    background: #048FC4!important;
    display: inline-table;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 99999999999;
}
#Mod361 .menu>li {
    position: relative
}
#Mod361 .menu ul li:hover {
    background: #005b7f
}
#Mod361 .menu ul li {
    box-sizing: border-box;
    text-align: left!important;
    padding: 10px 15px!important;
    font-size: 95%;
    border-bottom: 1px solid white;
    cursor: pointer
}
#Mod361 .menu ul li a{
        box-sizing: border-box;
    text-align: left!important;
    color: white
}
.header1 .main2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#Mod362 a{
    color: white;
    font-size: 110%;
    text-align: center;
    font-weight: bold
}
#Mod362 td {
    text-align: center;
    padding-left: 10px
}
#Mod362  table {
    width: 100%
}
#Mod362  {
    width: 33%
}
#Mod372 {
    width: 35%;
    margin-left: 5%
}
#Mod362 td:nth-child(3) i {
    font-size: 150%
}
#Mod362 td:nth-child(4) img {
    width: auto;
    height: 30px;
}
#ja-menungang .main2 {
    padding: 30px 0;
}
#Mod361 ul img {
    margin-bottom: 0
}
#Mod370 .catItemImageBlock img {
    height: 200px;
    object-fit: cover;
}

#Mod370 .catItemExtraFields{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    height: 75px;
    
}
#Mod370 .catItemTitle {
	height: 65px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
}
#Mod353 .khung:nth-child(1) > div:nth-child(1) img {
    margin-top: 8px;
}
#Mod353 .khung:nth-child(1) > div:nth-child(3) img {
    margin-top: 8px;
}
#Mod353 .khung:nth-child(2) > div:nth-child(3) img {
    margin-top: 3px;
}

.trangctbv img,#tabContainer img {
	max-width: 100%!important;
	height: auto!important;
}
.itemFullText img {
    margin: 10px 0;
}


.bodyhinhanh .itemFullText img {
    width: 49%;
    float: left;
    margin-right: 2%
}
.bodyhinhanh .itemFullText img:nth-child(2n) {
    margin-right: 0
}
.bodyhinhanh .itemFullText img:nth-child(2n+1) {
    clear: both
}

#Mod376 .k2ItemsRelIntro {
    display: none
}
.bvcungmuc #k2ModuleRelated h3 {
    width: 100%;
    float: none;
    font-size: 120%
}
.bvcungmuc #k2ModuleRelated h3:before {
    content: "- ";
    padding-right: 10px
}

#Mod360 img {

    padding: 30px 8px;
    background: white;
    box-sizing: border-box;
    border-radius: 100%;
    top: -60px
}
.header1,#Mod361 {
    background: yellow
}
.header1 .item-991:before {
    border-color : yellow;
    display: none;
}
#ja-header {
    border-bottom: none
}
#Mod361 .menu>li>ul {
    position: relative
}
#Mod361 .menu>li>ul ul {
    position: absolute;
    left: 100%!important;
    top: 0!important
}
#Mod361 .menu ul li:hover {
    background: #094963;
}



#Mod361 .menu ul li.deeper>a:after {
    color: white;
font-weight: 700;
content: "\f107";
font: normal normal normal 100%/1 FontAwesome;
font-size: 140%;
padding-right: 0px;
float: right
}

.catItemCommentsLink,
.itemToolbar ,
.itemRatingBlock ,
.itemSocialSharing,
.itemLinks ,
.itemAuthorBlock ,
.itemAuthorLatest,
.itemComments,
.itemListCategoriesBlock,
.trangdmbv .catItemIntroText
 {
    display: none!important;
}

.itemNavigation {
    display: none!important
}


#Mod361 .menu ul li li {
    padding: 10.5px 15px!important;
}
#Mod361 .menu ul ul li{
background: #1a85af!important
}
#Mod361 .menu ul ul li:hover {
    background: #023f5c!important;
}