body#bd{
	-webkit-text-size-adjust: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
*{
margin:0;padding: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;
	display: none;
	-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;}
.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;}
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;}
.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;
}
.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 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{
    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;
}
.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:after{content:"HOT";}
.browse-view .product-anh .icon_sphot{
    background: #D20707;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: -27px;
    top: 3px;
	padding:2px 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	color:white;font-weight:bold;
}
.browse-view .product-anh .icon_spmoi:after{content:"NEW";}
.browse-view .product-anh .icon_spmoi {
    background: #D20707;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: -27px;
    top: 3px;
	padding:2px 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	color:white;font-weight:bold;
}
.browse-view .product-anh .icon_hethang:after{content:"OUT";}
.browse-view .product-anh .icon_hethang{
    background: #D20707;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    left: -27px;
    top: 3px;
	padding:2px 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	color:white;font-weight:bold;
}
.browse-view .giam_phantram{background:#1d98c7;position:absolute;top:-6px;right:-6px;padding:2px 5px;color:white;}
.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: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;list-style:none;}
/* 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,.control-buttons button{
padding: 7px 10px;
color: white;
border: 0px;
background: #1091EC;
display:inline-block;
cursor:pointer;
}
.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: 89%;
float: right;
}
.bvcungmuc #k2ModuleRelated .k2ItemImageleft{
width: 10%;
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{padding:2%;}
.formdn button,.formdn input[type="submit"]{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;padding: 5px 10px;}
.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{
    padding: 5px 2%;
font-size:100%;
}
.order-view h2{margin-bottom:10px;font-size:110%;}
.order-view .button{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;background:#36b1d5;}
.level0{display:table;width:100%;}
#ja-menungang .level0>li>a{text-align:center;color:white;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%;}
}
/* update 15-12-2017 */
.locsp_block{float:right;}
.orderby-sapxep{display:inline-block;width:100%;margin-bottom:10px;}
/* update 12-02-2018 */
.sanphamtheodanhmuc_con{margin-bottom:10px;}
.sanphamtheodanhmuc_con:before{content:"Danh mục con : ";padding-right:10px}
.sanphamtheodanhmuc_con a{font-weight:bold;}
.sanphamtheodanhmuc_con t:after{content:"|";margin:0px 8px;}
.sanphamtheodanhmuc_con{display:none;}
/* update 15-02-2018 */
.k2SearchBlock .inputbox{width:100%;}
.k2SearchBlock .button{
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 10px;
}
.componentheading_timkiem{margin-bottom:20px;}
/* update 09-03-2018 */
.nivo-gallery-block{display:table-cell;float:left;}
.nivo-gallery-row{
    display: table;
    width: 100%;
}
.nivo-gallery-spacer{position:relative;overflow:hidden;padding:0.5%;border:1px solid #ddd;}
.nivo-gallery-block img{width:100%;height:100px;}
.nivo-gallery-desc{text-align:center;}
.nivo-gallery-block .nivo-gallery-img{cursor: zoom-in;cursor: -webkit-zoom-in;}
.atss{z-index:50!important;}
.nivo-gallery-popup-nentat{position:fixed;left:0;top:0;width:100%;height:100%;background:#000000c7;z-index:100;    cursor: zoom-out;
    cursor: -webkit-zoom-out;}
.nivo-gallery-popup-block{
    position: fixed;
    z-index: 101;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	top: 50%;
    left: 50%;
	max-width:0%;
	max-height:0%;
}
.showpop .nivo-gallery-popup-block{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width:80%;
	max-height:66%;
}
.nivo-gallery-popup-nextprev-prev{position:fixed;z-index:102;
transform: translate(0%,-50%);
-webkit-transform:translate(0%,-50%);
top:50%;
left:2%;
}
.nivo-gallery-popup-nextprev-next{position:fixed;z-index:102;
transform: translate(0%,-50%);
-webkit-transform:translate(0%,-50%);
top:50%;
right:2%;
}
.nivo-gallery-popup-nextprev span{
color:#9c9c9c;
font-size:250%;
cursor:pointer;
}
.nivo-gallery-popup-nextprev span:hover{color:white;}
.nivo-gallery-popup-nutclose{
    position: absolute;
    z-index: 102;
    right: 0px;
    top: 0px;
    font-size: 250%;
    transform: translate(100%,-150%);
    -webkit-transform: translate(100%,-150%);
    color: #9c9c9c;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}
.nivo-gallery-popup-nutclose:hover{color:white;}
.nivo-gallery-popup-anh img{opacity:0;z-index:-1}
.nivo-gallery-popup-anh img.aton{opacity:1;z-index:1;-webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;}
.nivo-gallery-popup-anh img{
position:absolute;width:100%;height:auto;max-width:100%;max-height:100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	border:5px solid white;
}
.nivo-gallery-popup-trong{position:relative;width:100%;height:100%;}
.nivo-gallery-popup-soluong {
    position: absolute;
    z-index: 102;
    right: 0px;
    bottom: -25px;
    color: #ccc;
}
.nivo-gallery-popup{z-index:-1;visibility:hidden;}
.showpop{z-index:100;visibility:visible;}
.itemVideoBlock .nivo-gallery-block{width:25%;}
.itemVideoBlock{display:block;overflow:hidden;margin-bottom:10px;}
/*chinh sua*/
.main{width:100%;}
.main2{width:1170px;}
#ja-slideshow .main2{width:100%}
#ja-megamenu{width:1170px;margin:auto;background:transparent}
#ja-cotgiua{width:100%;}
.header2  ul.menu > li{
    margin: 0px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.header2  ul.menu > li ul{
width: 200px;
position: absolute;
display: none;
top:27px;
}
.header2  ul.menu > li:hover > ul{
display: block;
z-index: 9999999;
}
.header2  ul.menu > li > ul > li:hover > ul{
display: block;
z-index: 9999999;
}
.header2  ul.menu > li ul a{
padding: 10px;
display: block;
text-align: left;
}
.header2  ul.menu > li ul li{
position: relative;
}
.level0 ul{
background: rgba(255,255,255,.9);;
}
.header2 .level0 > li ul li ul{
display:bolck!important;
margin-left:200px;
top:0px;
}
.header2 .level0 > li ul li{
position:relative;
}
.header2 .level0>li>a {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.header2 .level0>li>a{
font-size:110%;
font-weight:bold;
}
.header2 ul.menu > li> ul >li >ul >li:hover ul {
    display: block;
}
.header1{
width:100%;
display:inline-block;
background: #0b548b3d;
}
#Mod362{
width:30%;
float:left;
}
#Mod363{
width:60%;
float:left;
text-align:center;
}
#ja-header{
position:absolute;
top:0;
z-index:999;
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
#ja-menungang, .nivo-controlNav{display:none;}
.theme-default .nivoSlider img{
height:500px!important;
}
.bodyhome_bd .slideshow2{
background:url(../../../images/bg.png)no-repeat left;
height:500px;
padding:20px 0;
overflow:hidden;
}
.slideshow2 .main2{width:1170px!important;}
#ja-slideshow h2, #ja-cotgiua .workshome-title h2, .footer1 h2{
font-size: 160%;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-weight: bold;
text-transform:uppercase;
color: #012980;
    text-align: center;
position:relative;
background:none;
padding:0;
}
#ja-slideshow .workshome-title, #ja-cotgiua .workshome-title, .footer1 .workshome-title{
    background: url(../../../images/line4.png) center no-repeat;
    top: 20px;
    position: relative;
height:80px;
margin-bottom:30px;
}
.slideshow2 .workshome-content{
width:48%;
float:right;
text-align: justify !important;
line-height:25px;
}
.slideshow3 .itemListView .itemContainer{
width:20%;
border:0;
float:left;
display:inherit;
position:relative
}
.slideshow3 .itemListView .catItemImageBlock{
width:100%;
margin:0;
height:340px;
}
.slideshow3 .itemListView .catItemImageBlock img{height:100%}
.slideshow3 .itemListView .catItemTitle{
width:93%;
display:inline-block;
position:absolute;
top:0;
z-index:9;
left:0;
padding:10px;
text-align:center;
}
.bodyhome_bd .slideshow4, .bodyhome_bd .slideshow5, .bodyhome_bd .slideshow6{width:100%;display:inline-block;}
.slideshow3  .moduleItemIntrotext{
position:absolute;
top:30%;
width:85%;
text-align:left!important;
padding:0 20px;
-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.2s ease;
z-index:10;
font-size:110%;
line-height:25px;
 opacity: 0;
 
}
.slideshow3 .itemListView .catItemReadMore{
position:absolute;
right:1.5%;
bottom:11%;
width:34%;
-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
z-index:11;
padding:18px 15px;
    background: #012980;
    font-size: 15px;
    color: #fff;
 opacity: 0;

}
.slideshow3 .itemListView .catItemTitle {
    display: block;
    float: none;
    height: 87%;
    box-shadow: 0px 0px 0px 1px rgba(250, 250, 250, 0.3);
    top: 0;
    background:rgba(255, 255, 255, 0.75);;
    font-weight: normal;
    margin-bottom: 0px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    line-height: 25px;
     font-size: 20px;
 opacity: 0;

}
.slideshow3 .itemListView .catItemTitle a{color:#1F1A54;font-weight:bold;text-transform:uppercase; }
.slideshow3 .itemListView .catItemReadMore:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 35px solid #012980;
    position: absolute;
    right: 100%;
    bottom: 0;

}
.slideshow3 .itemListView .itemContainer:hover .catItemTitle, .slideshow3 .itemListView .itemContainer:hover .catItemReadMore, .slideshow3 .itemListView .itemContainer:hover .moduleItemIntrotext{
    opacity: 1;
    cursor: pointer;
}

.itemListView .itemContainer{border-bottom:0;}

.itemListView .catItemTitle a:hover{text-decoration:underline;color:#012980}
.bodyhome_bd .slideshow5{
    padding: 20px 0;
margin-bottom:50px;
}
.bodyhome_bd .slideshow4, .bodyhome_bd .slideshow6{background:#EBEBEB}
.bodyhome_bd .slideshow5 .main2,.bodyhome_bd .slideshow6 .main2, .bodyhome_bd .slideshow4 .main2{width:1170px!important;}
.slideshow5 table tr td{
border:1px #012980 solid!important;
padding:10px!important;
}
.noidungtren1 .itemListView .itemContainer{
width:33.333%;
display:inherit;
float:left;
position:relative;
}
.noidungtren1 .itemListView .catItemImageBlock{
width:100%;
margin-bottom:20px;
}
.noidungtren1 .itemListView .catItemImageBlock img{
height:260px;

}
.noidungtren1 .itemListView .catItemTitle a{
color:#222;
text-transform:uppercase;
}
.noidungtren1 .itemListView .catItemTitle, .moduleItemIntrotext {padding:10px;line-height:25px; }
.noidungtren1 .workshome-content{
padding:0!important;
}
.noidungtren1 .itemListView .itemContainer:nth-child(2) .catItemImageBlock{
position:absolute;
top:220px;
}
.noidungtren1 .itemListView .itemContainer:nth-child(2){
position:realtive;
}
.noidungtren1 .arrowbottom {
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -1px;
    left: calc(50% - 20px);
    position: absolute;
}
.noidungtren1 .itemListView .catItemImageBlock{position:relative;}
.noidungtren1 .itemListView .itemContainer:nth-child(2) .arrowtop{
 border-top: 20px solid #ffffff;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    top: -1px;
    left: calc(50% - 20px);
    position: absolute;
}
.noidungtren1 .itemListView .itemContainer:nth-child(2) .arrowbottom{
display:none;
}
.footer1{margin-top:50px;}
.footer1 .rsform h2{display:none;}
.bodyhome_bd .khunglh{
width:100%;
display:inline-block;
}
.footer2{background:none;padding:0;}
.footer1  .rsform{
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #012980;
    border-radius: 5px;
    padding: 20px 20px 0px;
}
.footer1 input, .rsform .rsform-block.rsform-block-noidung #NoiDung{
border: 1px solid #012980 !important;
    border-radius: 0;
    margin: 0;
    padding:8px 10px !important;
border-radius:5px;
}
.footer1 .formResponsive .formHorizontal .formControlLabel{
color:#012980;
}
.footer1 .rsform .rsform-block.rsform-block-submit input{
background: #012980 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    float: right;
    margin: 0;
    padding: 5px 28px !important;
    text-transform: uppercase;
    width: auto;
}
#Mod366{
width:33%;
float:left;
margin-right:3%;
}
#Mod367{width:30%;float:left;margin-right:3%;text-align:center;}
#Mod361{
width:30%;
float:right;
}
.footer1{
    background:#EBEBEB;
line-height:25px;
}
.footer1 .icon1:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 110%;
margin-right:10px;
}
.footer1 .icon2:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 110%;
margin-right:10px;
}
.footer1 .icon3:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 110%;
margin-right:10px;
}
.footer3{border-top:1px #ccc solid;}
.custom .gotop{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.custom .gotop a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #012980 url(../../../images/gotop-arr.png) center top 13px no-repeat;
text-indent: -9999px;
}
.custom .gotop a:hover {
    background: #01246D url(../../../images/gotop-arr.png) center top 13px no-repeat;
}
#Mod368 {
    position: fixed;
    width: 30px;
    bottom: 2%;
    right: 1%;
}
.header1 img{margin:auto;}
.header1{
padding:10px 0;
}
.header2 .level0 li a{
    color: #1F1A54;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
.header2 .level0>li{display:table-cell;}
.header2{
padding:10px;
position:relative;
background: #78ff5a91;
    margin-top: -3px;}
.header2 .level0 li a:hover {
    padding-left: 30px;
    transition: ease 0.8s;
    -webkit-transition: ease 0.5s;
}
.header2 .level0>li:hover > a:before, .header2 .level0 > ul > li.active > a:before {
    width: 100%;
}
.header2 .level0>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top :-11px;
    left: 0;
    width: 0;
    height: 2px;
    background: #012980;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.trangdmbv .itemListView .portfolio-overlay span{
    width: 60px;
    height: 60px;
        margin-left: 105px;
    margin-top: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #4C4C4C;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    opacity:0;
}
.trangdmbv .portfolio-overlay{
position:absolute;
z-index:999;
}
.trangdmbv  .itemListView .itemContainer:hover .portfolio-overlay span{
opacity: 1;

}
.trangdmbv .itemListView .itemContainer {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    width: 23%;
    padding: 1%;
    display: block;
    float: left;
position:relative;
}
.trangdmbv  .itemListView .catItemTitle {
   display: block;
    width: 92%;
    float: none;
    padding-top: 130px!important;
    height: 26%;
    position: absolute;
    top: 11px;
    left: 12px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}
.trangdmbv  .itemListView .catItemImageBlock {
    overflow: hidden;
    position: relative;
}
.trangdmbv  .itemListView .catItemImageBlock {
    float: none;
    width: 100%;
    margin: 0%;
    display: block;
}
.trangdmbv .catItemExtraFieldsValue{display:none;}
.trangdmbv .itemListView .catItemReadMore{display:none;}
.trangdmbv  .itemListView .itemContainer:hover .catItemTitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    cursor: pointer;
}
.trangdmbv .itemListView .catItemImageBlock img{
height:180px;
}
.trangdmbv  .itemListView .catItemTitle a{color:#fff}
.trangdmbv  .itemContainer:hover  img{
        transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    transform: -ms-scale(1.1);
    transform: -moz-scale(1.1);
    transform: -webkit-scale(1.1);
}
.trangdmbv  .itemContainer img{
        transition: all 0.3s ease-in-out;
}
.noidungtren1 .moduleCustomLink {
    font-size: 120%;
color:#012980;
float: right;
    margin: 80px 0 0px 0px;
    text-align: center;
    width: 100%;
text-decoration:underline
}
.fixed {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
	    background: #78ff5a91;
width:100%;
}
.header2 .level0 li  ul li{background:#78ff5a91}
.slideshow4 .itemListView .portfolio-overlay span, .slideshow5 .itemListView .portfolio-overlay span, 
.slideshow6 .itemListView .portfolio-overlay span{
    width: 60px;
    height: 60px;
        margin-left: 105px;
    margin-top: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #4C4C4C;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    opacity:0;
}
.slideshow4 .portfolio-overlay, .slideshow5 .portfolio-overlay, .slideshow6 .portfolio-overlay{
position:absolute;
z-index:999;
}
.slideshow4  .itemListView .itemContainer:hover .portfolio-overlay span, 
.slideshow5  .itemListView .itemContainer:hover .portfolio-overlay span,
.slideshow6  .itemListView .itemContainer:hover .portfolio-overlay span{
opacity: 1;

}
.slideshow4 .itemListView .itemContainer, .slideshow5 .itemListView .itemContainer,
 .slideshow6 .itemListView .itemContainer  {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    width: 23%;
    padding: 1%;
    display: block;
    float: left;
position:relative;
}
.slideshow4  .itemListView .catItemTitle, .slideshow5  .itemListView .catItemTitle , 
.slideshow6  .itemListView .catItemTitle {
   display: block;
    width: 92%;
    float: none;
    padding-top: 130px!important;
    height: 26%;
    position: absolute;
    top: 11px;
    left: 12px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}
.slideshow4  .itemListView .catItemImageBlock, .slideshow5  .itemListView .catItemImageBlock,
.slideshow6  .itemListView .catItemImageBlock {
    overflow: hidden;
}
.slideshow4  .itemListView .catItemImageBlock , .slideshow5  .itemListView .catItemImageBlock ,
.slideshow6  .itemListView .catItemImageBlock {
    float: none;
    width: 100%;
    margin: 0%;
    display: block;
}
.slideshow4 .catItemExtraFieldsValue{display:none;}
.slideshow4  .itemListView .itemContainer:hover .catItemTitle, .slideshow5  .itemListView .itemContainer:hover .catItemTitle,
.slideshow6  .itemListView .itemContainer:hover .catItemTitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    cursor: pointer;
}
.slideshow4 .itemListView .catItemImageBlock img, .slideshow5 .itemListView .catItemImageBlock img,
.slideshow6 .itemListView .catItemImageBlock img{
height:180px;
}
.slideshow4  .itemListView .catItemTitle a, .slideshow5  .itemListView .catItemTitle a,
.slideshow6  .itemListView .catItemTitle a{color:#fff}
.slideshow4  .itemContainer:hover  img, .slideshow5  .itemContainer:hover  img,
.slideshow6  .itemContainer:hover  img{
        transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    transform: -ms-scale(1.1);
    transform: -moz-scale(1.1);
    transform: -webkit-scale(1.1);
}
.slideshow4  .itemContainer img, .slideshow5  .itemContainer img,.slideshow6  .itemContainer img{
        transition: all 0.3s ease-in-out;
}
#ja-cotgiua .workshome-content{border:0;}
.slideshow4 .moduleCustomLink , .slideshow5 .moduleCustomLink, .slideshow6 .moduleCustomLink {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1.5px solid #012980;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 12px;
    margin: auto;
    margin-left: 0 auto;
    margin-right: 0 auto;
    margin: 0 auto;
    margin: 40px 0 50px 0;
color:#000;
text-align:center;
}
.slideshow4, .slideshow5, .slideshow6{text-align:center;}
.slideshow3 .portfolio-overlay,.noidungtren1 .portfolio-overlay{display:none;}
.itemView .itemDateCreated {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.itemDateCreated {
    position: absolute;
    left: 180px;
    background: #4C4C4C;
    text-align: center;
    color: #FFF;
    font-family: "Oxygen",sans-serif;
    font-size: 150%;
    padding: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 999;
    top: -3px;
    font-size: 24px!important;
    font-weight: bold;
    margin-bottom: 3px;
}
.itemBody {
    position: relative;
    padding-top: 10px;
}
.itemDateCreated:before {
    border-color: transparent transparent #BA4F28 #BA4F28;
    border-style: solid;
    border-width: 7px 5px;
    top: 0;
    content: "";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
    z-index: 9;
}
.itemExtraFields ul li{
margin-bottom:40px;
}
.mobile_menu{display:none;}
/*dien thoai*/
.fone {
    font-size: 22px;
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 45px;
}
.fix_tel { position:fixed; bottom:15px; left:0; z-index:999;}
.fix_tel a {text-decoration: none;}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:solid 1px #ccc;}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #f00;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}
@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes ring-alo-circle-fill-anim {
	0% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	}
	.ring-alo-ph-img-circle a img {
	    padding: 1px 0 0 1px;
	    width: 25px;
	    position: relative;
	    top: -4px;
	}
}
/**/
