span.ico-zoom {
	position: absolute;
	top: 10px;
	right: 25px;
	filter: alpha(opacity=1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 3;
	background: #eee;
	font-size: 9px;
	line-height: 10px;
	padding: 2px 0;
	width: 50px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	cursor:pointer;
	color:#999;
}
span.ico-zoom i {
	font-size: 20px;
	display: block;
	line-height: 20px;
}
.about-home {
	background: #fff;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 27px;
	text-align: justify;
}
.about-home .about-home-content{
	margin-top:0px;
}
.about-home .about-home-content ul{
	margin-left:0px;
}
.about-home .about-home-content ul li {
	position: relative;
	padding-left: 20px;
}
.about-home .about-home-content ul li::before {
	content: "\f0a9";
	font-family: "FontAwesome";
	color: #835100;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0px;
}
.about-home .about-home-content img{
	margin:7px 0 10px 0;
}
.about-home a {
	color:#835100;
	font-weight:bold;
}
.navbar-nav > li {
	margin-top:3px;
	border-radius:5px 5px 0 0;
}
/* Ring Phone */
.mypage-alo-phone {
  position: fixed;
  left: 15px;
  bottom: 50px;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 999;
}
.mypage-alo-ph-img-circle {
  width: 32px;
  height: 32px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #e31e26;
  background-size: 70%;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #e31e26;
  opacity: .75 !important;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(229, 16, 29, 0.4);
  opacity: .1;
  border-color: #e31e26;
  opacity: .5;
}
.quick-view-mb {
	background: #835100 none repeat scroll 0 0;
	border-radius: 0px;
	clear: both;
	color: #fff;
	display: none;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.quick-but-hotline {
	background: #835100 none repeat scroll 0 0;
	border-radius: 0px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 0 auto;
	padding: 0 25px 0 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.ts-overlay, .overlay {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.slogan-top {
	color: #fff;
	font-family: "Roboto Condensed";
	font-size: 16px;
	margin: 5px 0 0 -15px;
}
.box-comment-products {}

.block-work-time .sp-contact-info {
    list-style: outside none none;
    padding: 15px 0 0 0;
}
.block-work-time .sp-contact-info li:first-child {
}
.block-work-time .sp-contact-info li i {
  color: #AAABAB;
  display: block;
  float: left;
  font-size: 33px;
  line-height: 50px;
  margin-bottom: 3px;
  margin-right: 0;
  padding-right: 20px;
  text-align: center;
  width: 55px;
}
.block-work-time .sp-contact-info li i.fa-envelope-o {
	margin-right:8px;
}
.block-work-time .sp-contact-info li p.contact-content {
  font-family: "Roboto Condensed";
  font-size: 15px;
  margin-left: 45px;
}
.block-work-time .sp-contact-info li p.contact-content span {
    display: block;
    margin: 0px;
}
.block-work-time .sp-contact-info li p.contact-content span:first-child {
	color: #555;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}

.block-footer-link .block-work-time .sp-contact-info {
    list-style: outside none none;
    padding: 0px 0 0 0;
}
.block-footer-link .block-work-time .sp-contact-info li i {
  color: #835100;
  display: block;
  float: left;
  font-size: 21px;
  line-height: 43px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 8px;
  text-align: left;
  width: 35px;
}
.block-footer-link .block-work-time .sp-contact-info li i::before {
	margin-top: -8px;
	display: inherit;
}
.block-footer-link .block-work-time .sp-contact-info li i.fa-envelope-o {
	margin-right:8px;
}
.block-footer-link .block-work-time .sp-contact-info li p.contact-content {
  font-family: "Roboto Condensed";
  font-size: 14px;
  margin-left: 40px;
}
.block-footer-link .block-work-time .sp-contact-info li p.contact-content span {
    display: block;
    margin: 0px;
	font-size:13px;
}
.block-footer-link .block-work-time .sp-contact-info li p.contact-content span:first-child {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#left_column {
}
.block-admin {
  background: #e5101d none repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999;
  padding:6px 0;
}
.block-admin .block-admin-content {}
.block-admin .block-admin-content a {
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
}
.list-fun-product{
    position: absolute;
    right: -50px;
    bottom: 50px;
    color: #fff;
    text-align: left;
    line-height: 15px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
.product-list li:hover .list-fun-product{
    right: 30px;
}
.list-fun-product .fa{ margin-right:6px; }
.list-fun-product a {
  border-radius: 3px;
  margin: 0 0 10px 0;
  overflow: inherit !important;
  background: #e5101d none repeat scroll 0 0;
  padding: 4px 6px;
  color: #fff;
  width:24px;
  height:24px;
}
a.a-category {
  color: #fff;
  float: right;
  margin-right: 10px;
}


.clear, .clear5,.clear10,.clear20,.clear30,.clear40,.clear50{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width:0;/*px !important;*/
	height:0;
	/*float:none !important;*/
}
.clear5{
	height: 5px;	
}
.clear10{
	height: 10px;	
}
.clear20{
	height: 20px;	
}

.clear30{
	height: 40px;	
}

.clear40{
	height: 40px;	
}

.clear50{
	height: 50px;	
}
.logo {
	position: relative;
	width: 20.8%;
}
.block-search-cart { margin-top:25px; width:79.2%;}
#jsMenuMarkLayer {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.relative{ position:relative;}
.textcenter { text-align:center;}
.alert{
	padding:8px 5px 8px 5px;
	margin-bottom:10px;
	margin-top:10px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px
}
.alert.alert-normal{
	background-color:#f1f1f1;
	border:1px solid #dfdfdf;
	color:#333;
}
	.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}
.mark-white {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 42px;
  left: 1px;
  position: absolute;
  width: 100%;
  display:none;
}
.mark-white-2 {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 50px;
  left: 0px;
  position: absolute;
  width: 100%;
  display:none;
}
.mark-white-3 {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 20px;
  left: 0px;
  position: absolute;
  width: 100%;
  display:none;
}
.mark-white-cart {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 20px;
  left: 0px;
  position: absolute;
  width: 100%;
  display:none;
}
.mark-transparent {
  background: url(../images/transparent.gif);
  bottom: 0;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 100%;
}
.none { display:none;}
#form-search-opntop #display {
	left: 0px !important;
	width: 100% !important;
	top: 39px;
}
#display {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 0px solid #835100;
	border-left: 0px solid #835100;
	display: none;
	float: left;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 200000;
}
.auto_search {
    padding: 0;
}
.auto_search{
	list-style:none;
	list-style-type:none;
}
.auto_search li {
    border-bottom: 1px solid #f1f1f1;
    padding: 4px;
}
.auto_search li:last-child {
    border: medium none;
}
.auto_search li.firt {
   
}
.auto_search li.firt a {
    color: #333333 !important;
    font-weight: bold;
}
.auto_search li:hover {
    background: #835100;
    color: #fff;
}
.auto_search li:hover a {
    color: #fff;
}
.auto_search li span.price_a {
    color: #835100;
}
.auto_search li:hover .price_a{
    color: #fff;
}
.auto_search li a {
    color: #000;
	text-decoration:none;
	display:block;
	font-size:12px;
}
.auto_search li a img {
    height: 32px;
    margin: 0 6px 6px 0;
    padding: 0px;
    width: 32px;
}

.category-brands-list {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0px 0 0px 60px;
}
.category-brands-list > li {
    margin-bottom: 10px;
}
.category-brands-list > li .category-brand-logo {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 100%;
}
.category-brands-list > li .category-brand-logo img {
    max-height: 56px;
    max-width: 96px;
    vertical-align: middle;
}
.category-brands-list > li > a {
    text-align: center;
}

.category-list-tinhnang {
	margin-top:10px;	
}
.category-list-tinhnang li {
  display: block;
  font-size: 13px;
}
.category-list-tinhnang li a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 5px 12px;
  position: relative;
}
.category-list-tinhnang li a:hover {
  background: #f1f1f1 none repeat scroll 0 0;
}
.category-list-tinhnang li a:before{
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}
.category-list-tinhnang li:hover > a::before{
  color: #e5101d;
}

.error404 {
    margin: 0;
}
.error404 .error404-content {
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 3px 1px 1px;
    padding: 10px;
	margin:20px 0;
}
.support-container.clearfix_f {
    padding-top: 10px;
}
.error404 h1 {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.error404 .left-message {
    float: left;
    padding-right: 10px;
    width: 29%;
}
.error404 .left-message p {
    color: #626060;
    font-size: 13px;
}
.error404 .left-message .support-container .hotline-container {
    float: left;
    width: 300px;
}
.error404 .left-message .support-container .hotline-container .icon-hotline {
    background: rgba(0, 0, 0, 0) url("../images/hotline-icon.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 59px;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    width: 59px;
}
.error404 .left-message .support-container .hotline-container .text-container {
    float: right;
    width: 230px;
}
.error404 .left-message .support-container .hotline-container .text-container p {
    color: black;
    margin: 0;
}
.error404 .left-message .support-container .hotline-container .text-container p.hl {
    color: #626060;
    text-transform: uppercase;
	font-weight:bold;
}
.error404 .left-message .support-container .hotline-container:hover .icon-hotline {
    background: rgba(0, 0, 0, 0) url("../images/hotline-icon.png") no-repeat scroll 0 -59px;
}
.error404 .left-message .support-container .email-container {
    float: right;
    width: 260px;
}
.error404 .left-message .support-container .email-container .icon-email {
    background: rgba(0, 0, 0, 0) url("../images/email-icon.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 59px;
    transition: all 0.3s ease-out 0s;
    width: 59px;
}
.error404 .left-message .support-container .email-container .text-container {
    float: right;
    width: 190px;
}
.error404 .left-message .support-container .email-container .text-container p {
    color: #626060;
    margin: 0;
    text-transform: uppercase;
}
.error404 .left-message .support-container .email-container .text-container a {
    color: #333333;
}
.error404 .left-message .support-container .email-container .text-container a:hover {
    color: black;
    transition: all 0.3s ease-out 0s;
}
.error404 .left-message .support-container .email-container:hover .icon-email {
    background: rgba(0, 0, 0, 0) url("../images/email-icon.png") no-repeat scroll 0 -59px;
}
.error404 .right-btn-group {
    border-left: 3px solid #c1c1c1;
    float: right;
    padding-left: 30px;
    width: 69%;
}
.error404 .right-btn-group p {
    color: #626060;
    font-size: 13px;
}
.error404 .right-btn-group .list-btn {
    list-style: outside none none;
    margin-top: 10px;
}
.error404 .right-btn-group .list-btn li {
    float: left;
    margin: 0 20px 20px 0;
}
.error404 .right-btn-group .list-btn li a {
    border: 2px solid #505050;
    display: block;
    font-size: 14px;
    padding: 5px 6px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.error404 .right-btn-group .list-btn li a .icon-arrow-right {
    background: rgba(0, 0, 0, 0) url("../images/right-arrow-icon.png") repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    width: 10px;
	vertical-align:text-top;
}
.error404 .right-btn-group .list-btn li a:hover {
    background: #f0f0f0 none repeat scroll 0 0;
    color: black;
}
/*----------------------------------
	PAGE
-----------------------------------*/
.bottom-pagination { margin-top:30px;}
.pagination {
  display: block;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
.pagination a, 
.pagination a:visited, 
.pagination span{
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  display: inline-block;
  margin: 3px 2px 3px 0;
  padding: 4px 8px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pagination a:hover {
	border: 1px solid #835100;
	background:#835100;
	color:#fff;
}
.pagination span,
.pagination li {
    background:#835100;
    color: #fff;
	border-color:#835100;
}
.pagination a,
.pagination li {
    cursor: pointer;
}

.pagination li {
  background: #ffffff;
  color: #333333;
  display: inline-block;
  margin: 3px 2px 3px 0;
  padding: 0px 8px;
  text-decoration: none;
  border: 1px solid #dfdfdf;
}
.pagination li.inactive,
.pagination li.current,
.pagination li.disabled,
.pagination li:hover {
	background: #835100;
	color: #fff;
	border-color: #835100;
}
.pagination li.inactive,
.pagination li.current,
.pagination li.disabled{
	cursor:inherit;
}


.supportphone {
	border: 1px dashed #dfdfdf;
	border-radius: 5px;
	color: #333;
	padding: 5px 10px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
	display: none;
}
.supportphone span {
  display: block;
  font-weight: bold;
  line-height: 18px;
  margin: 0 !important;
}
.supportphone div {
  float: left;
  line-height: 16px;
  margin-left: 5px;
}

.product-name {}

.support-link .icon-phone {
  background-image: url("../images/icon-gray-phone.png");
  background-position: center center;
  display: inline-block;
  height: 33px;
  width: 17px;
  background-repeat: no-repeat;
}

.hotline {
	margin-top: 4px;
	text-align: right;
}
.hotline .label-hotline {
  color: #e5101d;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 15px;
  padding-top: 0;
  text-transform: uppercase;
  margin-top: 1px;
  display:none;
}
.hotline .re-hotline {
  color: #e5101d;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}
.hotline .re-hotline a{
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
}
.hotline .re-hotline .fa {
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  width: 26px;
}
.hotline .content-hotline {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0;
}
.hotline .content-hotline:last-child { 
	margin-right:0;
}
.category-view-all {
	padding:5px 10px;
	text-align:right;
	border-top:1px solid #dfdfdf;
}
.category-view-all a {
  background: transparent url("../images/view-all.png") no-repeat scroll 0 center;
  display: inline-block;
  font-size: 12px;
  padding-left: 25px;
}
.block-news{
	border:0px solid #dfdfdf;
}
.block-news .block_content{
	padding:10px;
}
.block-news .title_block {
  background: #dfdfdf;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-home-bottom { overflow:hidden; height:100px;}

.block-product-goiy .title_block {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  margin: 0 1px 0 -1px;
  padding: 8px 0 8px 15px;
  text-transform: uppercase;
}
.block-product-goiy .best-sell li {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 0;
}
.block-product-goiy .products-block .product-price {
  color: #e5101d;
  font-size: 12px;
  font-weight: bold;
}
.block-product-goiy .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height:80px;
}
.block-product-goiy .product-name{
  font-size:12px;
  margin-top:15px;
}
.block-product-goiy .products-block .products-block-left {
  float: left;
  padding:5px 0 0 0;
}
.block-product-goiy .title_block{}
.title_block.goiy-jbl {
  background: #ff6600 !important;
}
.title_block.goiy-akg {
  background: #828166 !important;
}
.title_block.goiy-infinity {
  background: #daa31b !important;
}
.title_block.goiy-harman {
  background: #3366cc !important;
}
.title_block.goiy-q-acoustics {
  background: #494748 !important;
}
.title_block.goiy-myryad {
  background: #000 !important;
}
.title_block.goiy-parasound {
  background: #751d29 !important;
}

.zoomGalleryActive {
  border: 1px solid #835100;
  display: inline-block;
  padding: 1px;
}
.product-list li .block-list-func {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	line-height: 15px;
	background: #fff;
	height: 100%;
	-webkit-transition-duration: .7s;
	-moz-transition-duration: .7s;
	-o-transition-duration: .7s;
	transition-duration: .7s;
	opacity: 0;
}
.product-list li:hover .block-list-func{
    top: 0;
	opacity:.8;
}
.product-list li .block-list-func ul{
	padding:10px;
}
.product-list li .block-list-func ul li {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height:21px;
}
.product-list li .block-list-func ul li{ color:#333 }
.product-list li .block-list-func ul li:hover {
  border:none;
  box-shadow:none;
}
.product-list li .block-list-func ul li span {
	display:inline-block;
}
.product-list li .block-list-color{
    width: 100%;
    position: absolute;
    left: 5px;
    right: 0;
    top: -50px;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 15px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
.product-list li:hover .block-list-color{
    top: 20px;
}
.product-list li .block-list-color span {
  background: #835100 none repeat scroll 0 0;
  border: 1px solid #835100;
  border-radius: 3px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 5px 3px 0 0;
  text-align: center;
  width: 50px;
}
#product-detail ul {
	border:1px solid #eee;		
}
#product-detail ul li {
	padding:5px 8px;		
}
#product-detail ul li:nth-child(2n) {
    background: #ffffff;
}
#product-detail ul li:nth-child(2n+1) {
    background: #f3f3f3;
}
.show-brand .navbar-brand a span {
  display:none;
}

.contact-info {
  border-bottom: 0px solid #dfdfdf;
  padding: 5px 10px;
}
.contact-info .aside {
    float: left;
    width: 100%;
}
.contact-info .aside i, .contact-info .aside em {
    float: left;
    height: 24px;
    margin-right: 15px;
    width: 24px;
}
.contact-info .contact-address i, .contact-info .contact-address em {
    background: transparent url("../images/footer_a.png") no-repeat scroll 0 0;
}
.contact-info .contact-phone i, .contact-info .contact-phone em {
    background: transparent url("../images/footer_p.png") no-repeat scroll 0 0;
}
.contact-info .contact-fax i, .contact-info .contact-fax em {
    background: transparent url("../images/icons-add.png") no-repeat scroll -158px -43px;
}
.contact-info .contact-email i, .contact-info .contact-email em {
    background: transparent url("../images/footer_m.png") no-repeat scroll 0 0;
}
.contact-info .contact-website i, .contact-info .contact-website em {
    background: transparent url("../images/footer_f.png") no-repeat scroll 0 0;
}
.contact-info .contact-timework i, .contact-info .contact-timework em {
    background: transparent url("../images/footer_t.png") no-repeat scroll 0 0;
}
.contact-info .aside label {
  color: #333;
  float: left;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
}
.contact-info .aside p {
    color: #444;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}

/* cart */
.table-list {

    background-color: #FFFFFF;

    border: 1px solid #f1f1f1;

	border-radius:0 0 3px 3px;

}

.table-list th {

    background-color: #f1f1f1;

    border-bottom: 0px solid #dfdfdf;

    border-right: 0px solid #dfdfdf;

    font-weight: bold;

    padding: 10px 5px;

}

.table-list th {

    color: #222222;

}

.table-list td {

    border-bottom: 1px dotted #dfdfdf;

    border-right: 0px solid #dfdfdf;

    padding: 5px;

	vertical-align:top;

}

.table-list td {

    color: #333;

}

.table-list th { text-align:center;}

.table-list td .fa { width:20px;}

.noborder td {

  border: medium none !important;

}
.btn:hover{ color:#fff; background:#e5101d;}
.bg-red {
  background-color: #835100;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
}
.bg-gray {
  background-color: #424242;
  color:#fff;
}
.red {
  color:#e5101d;
}
.bold { font-weight:bold;}

.NormalTextBox, .cusmo-input{
  background: #ffffff none repeat scroll 0 0;
  border-color: #b3b3b3 #eaeaea #eaeaea #b3b3b3;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  padding: 5px 5px 4px;
  width: 100%;
}
.cusmo-input {width:100%;}
.inputqty {
  padding: 5px 0 4px;
  text-align: center;
  width: 60px !important;
}
.personal_info {
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 0px;
}

.personal_info td.contact_item_name {
  font-size: 12px;
  padding-top: 6px;
  vertical-align: top;
  width: 160px;
}

.personal_info td {

  padding: 5px;

}
#formSubmitOrder .personal_info td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-align-right {
  text-align: right;
}
.cart-note {
    border-left: 4px solid #cccccc;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 10px;
}
.cart-note u {
	text-decoration:none;
	font-weight:bold;	
}
.cart-note ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.note-text {
    color: #ff0000;
}
.margin-bottom-0 {margin-bottom:0 !important;}
.margin-top-10 {margin-top:10px;}
.err, .totalPriceCart span {
  color: #ff0000;
}
textarea.cusmo-input { height:150px;}

.tab-page-area {
  background-image: url("../images/Newtab-content1.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 37px;
  padding: 0 5px 5px 0;
}
.tab-page-area ul.CMSListMenuUL {
  display: inline;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tab-page-area ul.CMSListMenuUL li.CMSListMenuLI, .tab-page-area ul.CMSListMenuUL li.CMSListMenuLI a.CMSListMenuLink {
  background: rgba(0, 0, 0, 0) url("../images/newtabconten.png") repeat scroll 0 0;
  color: #fff;
  float: left;
}
.tab-page-area ul.CMSListMenuUL li {
  display: inline-block;
  margin-right: 5px;
}
.tab-page-area ul.CMSListMenuUL li.CMSListMenuLI a.CMSListMenuLink {
  background-position: right top;
}
.tab-page-area ul.CMSListMenuUL li.CMSListMenuHighlightedLI, .tab-page-area ul.CMSListMenuUL li.CMSListMenuHighlightedLI span.CMSListMenuLinkHighlighted {
  background: rgba(0, 0, 0, 0) url("../images/Newtab-select.png") repeat scroll center bottom;
  border-bottom: medium none;
  color: #fff;
  float: left;
}
.tab-page-area ul.CMSListMenuUL li.CMSListMenuLI a.CMSListMenuLink.CMSListMenuLinkHighlighted {
	background: rgba(0, 0, 0, 0) url("../images/Newtab-select.png") repeat scroll center bottom;
	border-bottom: medium none;
	color: #fff;
	float: left;	
}
.tab-page-area a, .tab-page-area span {
  color: #fff;
  float: left;
  font-family: Arial;
  font-size: 14px;
  padding: 8px 11px 5px 7px;
}
.tab-page-area ul.CMSListMenuUL li.CMSListMenuLI a.CMSListMenuLink:hover {
  background: rgba(0, 0, 0, 0) url("../images/NewTabHove.png") repeat scroll center bottom;
  border-bottom: medium none;
  color: #fff;
  float: left;
  text-decoration: none;
}

.cart-block-content .p-name{font-weight:bold;}


#product .pb-right-column .info-orther p span.view-list-tinhnang {width:72%;}
#product .pb-right-column .info-orther p span.view-list-tinhnang a{color:#333;}
#product .pb-right-column .info-orther p span.view-list-tinhnang a:hover{color:#333;}
#product .pb-right-column .info-orther p span.view-list-tinhnang i:last-child{display:none;}

.box-vertical-megamenus .vertical-menu-list li.goiy-jbl:hover {
  background: #ff6600 !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-akg:hover {
  background: #828166 !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-infinity:hover {
  background: #daa31b !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-harman:hover {
  background: #3366cc !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-q-acoustics:hover {
  background: #494748 !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-myryad:hover {
  background: #000 !important;
}
.box-vertical-megamenus .vertical-menu-list li.goiy-parasound:hover {
  background: #751d29 !important;
}
.page-heading-title-count { font-size:12px;}

.shop-payment {
	border: 1px solid #dfdfdf;
	padding: 5px;
	background: #f1f1f1;
	border-radius: 3px;
}

.shop-payment label {
	background-position: 20px 0 !important;
	cursor: pointer;
	display: inline-block;
	min-height: 30px;
}
.shop-payment label input {
	display: inline-block;
	margin-right: 50px;
	margin-top: 7px;
}
.listbank li {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: 1px solid #dfdfdf;

    float: left;

    height: 40px;

    margin: 0 3px 5px 0;

    width: 70px;

}

.listbank li:hover {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

.listbank li {

    cursor: pointer;

}

.listbank li.starActive {

    border: 1px solid #ff0000;

}

.show-payment {

    border-left: 2px solid #dfdfdf;

    margin: 10px 0 10px 70px;

    padding: 0 0 0 10px;

}
.control-group, .forget-password {
  margin-bottom: 10px;
}
.form-label {
  margin: 10px 0 5px 0;
}
textarea.error,
input.error {
  border: 1px solid #eed3d7;
  background:#f2dede;
  color:#b94a48;
}
.control-group .controls {
	position:relative;	
}
/*label.error {
  bottom: 0;
  color: #b94a48;
  position: absolute;
  right: 0;
  padding: 5px 10px;
}*/
label.error {
	border: 1px dashed #b94a48;
	border-radius: 2px;
	color: #b94a48;
	display: block;
	font-size: 12px;
	margin-top: 2px;
	padding: 2px 5px;
}
#showProductsBestSelling, #showProductsNew {
    cursor: pointer;
    margin-right: 10px;
}
.title-rbl-04 {
  border-bottom: 2px solid #cccccc;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.title-rbl-04 span.active, #showProductsBestSelling:hover, #showProductsNew:hover {
    border-bottom: 2px solid #835100;
    color: #835100;
}
.title-rbl-04 span {
  border-bottom: 2px solid #835100;
  color: #835100;
  padding-bottom: 4px;
}.title-rbl-04 a { color:#835100;}
.order-details {font-size: 12px;}
.order-details p strong {
  display: inline-block;
  width: 140px;
}

#loading{
    display: none;
}
.brand-showcase-content .info-product h5 { font-weight:bold; font-size:12px;}

.select2-results__option {
  font-size: 12px;
  padding: 6px;
}


.block-visitors {
  font-size: 12px;
  margin: 8px 0;
  display: inline-block;
}
.block-visitors span {
  border: 1px solid #dfdfdf;
  display: inline-block;
  font-weight: 700;
  margin: 0 5px 10px 5px;
  padding: 4px 6px;
}

#home-slider { background: #f6f6f6;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #835100;
}

.product-list li .gift-promo-item {
  background: #e5101d none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  height: auto;
  padding: 2px 6px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.product-list li .gift-promo-item i {
  font-size: 15px;
  margin-right: 7px;
}


.promotion-block h3 {
    background: #835100 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 6px 5px;
}
.promotion-block h3 span {
    background-clip: padding-box;
    background-color: #835100;
    border-radius: 50%;
    float: left;
    font-size: 18px;
    height: 28px;
    margin: 0 10px;
    text-align: center;
    width: 35px;
}
.promotion-block{
    padding: 10px 0px 10px 0;
	font-size:12px;
}
.promotion-block .mod-content {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 3px;
  line-height: 17px;
  padding-bottom: 10px;
  padding-top:10px;
}
.promotion-block p {
    font-size: 12px;
    text-align: center;
}
.promotion-block a {
  color: #835100;
  font-weight: bold;
	display: inline-block;
}
.promotion-block a:hover {
    color: #333333;
}
.promotion-block ul{
	margin-left:20px;
}
.promotion-block ul li{
	font-weight:bold;
}
.promotion-block ul li::before {
    color: #835100;
    content: "\f058";
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 14px;
    margin-right: 5px;
}

.group-title-box-product {
	margin-bottom: 0px;
	margin-top: 5px;
}
.group-title-box-product .group-title {
	font-size: 21px;
	font-weight: 400;
	padding-bottom: 7px;
	font-family: Roboto;
}
.group-title-box-product .group-title span {
    border-bottom: 0px solid #835100;
    text-transform: uppercase;
    padding: 5px 0px 5px 0;
}
.category-slider { margin-bottom:10px; display:none;}

#product .pb-right-column .product-desc ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 20px;
    text-align: justify;
}
#product .pb-right-column .product-desc ul li {
    list-style: square;
}
.blog-meta {
	color:#777;	
}
.blog-meta li .fa {
  color: #777;
  font-size: 15px;
  margin-right: 7px;
}
.blog-meta li{
	line-height:22px;
}
.guide-content {
  padding: 10px 0;
}

.tags, .tags ul li{display:inline-block;text-align:left;}
.tags ul li {
	border: 0px solid #ecedee;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 10px;
	line-height: 15px;
	border-radius: 3px;
}
.tags ul li a{background:transparent none repeat scroll 0 0;color:#555;display:inline-block;font-size:12px;}
.tags ul li .fa { margin-right:5px; color:#999;}
.tags ul li:hover .fa {color:#fff;}
.tags ul li:hover{background:#835100 none repeat scroll 0 0;color:#fff;}
.tags ul li:hover a{color:#fff;}
/* Reviews*/
#reviews .comment-label {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.review-item .body{
    position: relative;
}
.review-item .body:after {
	content: "";
	position: absolute;
	left: -14px;
	top: 13px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 13px 7.5px 0;
	border-color: transparent #E9E9E9 transparent transparent;
	display: none;
}
.review-item .body:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 13px;
	width: 0px;
	height: 0px;
	z-index: -1;
	border-style: solid;
	border-width: 7.5px 13px 7.5px 0;
	border-color: transparent #E9E9E9 transparent transparent;
	display: none;
}
.review-item .thumb,.review-item .thumb img{
    border-radius: 3px;
}
.review-item .date {
	color: #999;
	font-size: 14px;
	line-height: 25px;
}
.star{
    min-width: 100%;
}
.star img {
	padding-right: 4px;
}
.review-item .avata {width:90px; float:left; display:none;}
.r-content {}
.review-item p {
	margin: 0 !important;
	font-size: 12px;
}
.review-item .star-holder { display:none;}
.review-item h4 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 23px;
}
.review-item .body {
	color: #333;
	border: 0px solid #E9E9E9;
	padding: 0px;
	border-radius: 5px;
	margin-left:0px;
}
.review-item .body a{
	color: #ff6600;
}
.review-info{
    margin-bottom: 10px;
}
.recent-reviews {
	margin: 10px 0 10px 0;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
}
.review-item {
	margin-bottom: 19px;
}
/* /Reviews*/
.review-comment { margin-bottom:10px;}
.review-comment .countview-box::before, .prod-detail-wrap .countview-box::after {
    display: none;
}
.review-comment .comment-box::before, .prod-detail-wrap .countview-box::before {
    border-color: #ddd rgba(221, 221, 221, 0) rgba(221, 221, 221, 0);
    border-width: 11px;
    margin-left: -11px;
    transition: all 0.2s linear 0s;
}
.review-comment .comment-box::before, .review-comment .countview-box::before, .review-comment .comment-box::after, .review-comment .countview-box::after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.review-comment .comment-box, .review-comment .countview-box {
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  position: relative;
  transition: all 0.2s linear 0s;
}
.review-comment .countview-box .number {
    color: #666;
    font-size: 14px;
}
.review-comment .comment-box .number, .review-comment .countview-box .number {
    font-size: 16px;
    font-weight: 700;
}
.review-comment .comment-box span, .review-comment .countview-box span {
    display: block;
    text-align: center;
}
.review-comment .comment-box .text, .review-comment .countview-box .text {
    font-size: 8px;
    margin-top: 5px;
    text-transform: uppercase;
}
.review-item .product-star {
	display: inline-block;
	margin-left: 10px;
	color: #ff9900;
}
.recent-reviews .comments-order {
	font-size: 12px;
	color:#999;
	margin-bottom:10px;
}
.recent-reviews .comments-order label {
	font-weight: bold;
	line-height: 19px;
}
.recent-reviews .comments-order a {
	color: #999 !important;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 6px;
	border-radius: 3px;
}
.recent-reviews .comments-order a.active {
	color: #111 !important;
	background:#f1f1f1;
}
#product .pb-right-column .product-comments .product-star span {
	font-size: 12px;
	font-weight: bold;
	margin-right: 6px;
	color: #999;
	margin-top: 2px;
	display: inline-block;
}
#product .pb-right-column .info-orther p .fa {
    color: #835100;
    margin-right: 6px;
}
#product .pb-right-column .fa {
    line-height: inherit;
}

.xemthemProducts a {
  font-size: 12px;
  cursor:pointer;
}
.xemthemProducts a .fa{
  margin-left:10px;
}

p#userTip {
	background:#fff;
	margin-top: 15px; 
	display: none; 
	position: absolute; 
	padding: 5px; 
	left: 5px; 
	border: 2px solid #835100; 
	z-index: 9999; 
	color: #fff;
	min-height:100px;
	font-size:12px;
	line-height:20px;
} 
p#userTip #userTipArrow { 
	position: absolute; top: -5px; left: 5px
}

.comment_reply {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #333;
    display: block;
    font-size: 13px;
    margin-left: 80px;
    margin-top: 5px;
    padding: 15px 10px;
    position: relative;
}
.arrow_box {
    background: #f1f1f1 none repeat scroll 0 0;
    display: block;
    left: 18px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}
.arrow_box::after, .arrow_box::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.arrow_box::after {
    border-bottom-color: #f1f1f1;
    border-width: 11px;
    margin-left: -11px;
}
.arrow_box::before {
    border-bottom-color: #e7e7e7;
    border-width: 12px;
    margin-left: -12px;
}
.totalcomment-reply {
    border-top: 1px solid #b4b4b4;
    color: #4a90e2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin-top: 7px;
    padding: 10px 0 0;
}
.totalcomment-reply:hover {
    text-decoration: underline;
}
.comment_ask {
  display: block;
  margin: 10px 0 0;
  overflow: visible;
}
.iconcom-user {
  background-color: #ccc;
  background-image: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 25px;
  line-height: 26px;
  margin-right: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
}
.comment_ask strong {
  color: #333;
  font-size: 14px;
}
.comment_ask .qtv {
  background: #e5101d none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 6px;
  text-transform: uppercase;
}
.infocom_ask, .infocom_ask_s {
  color: #4a4a4a;
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin-left: 0px;
}
.infocom_ask .conticon {
  line-height: 22px;
}
.relate_infocom {
  color: #666;
  display: block;
  font-size: 12px;
  height: 18px;
  overflow: visible;
  padding: 5px 0;
}
.relate_infocom span {
  float: left;
}
.relate_infocom .reply {
  color: #4a90e2;
  cursor: pointer;
}
.bx-wrapper .bx-pager {
  display: none;
}

/*
update 05/08/2016
*/
#page_content__segment_menu {
  background-color: #fff !important;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  display: block;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50px;
  transition: all 0.3s ease 0s;
  z-index: 101;
}
#page_content__segment_menu.sticky {
  height: 56px;
  padding:5px 0;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__thumbnail {
  float: left !important;
  height: 48px;
  margin-right: 16px;
  text-align: center;
  width: 48px;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__thumbnail > img {
  max-height: 100%;
  max-width: 100%;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__info {
  float: left !important;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__info #page_content__segment_menu__info__title {
  font-size: 16px;
  font-weight:bold;
  line-height: 24px;
  margin-top: 4px;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__info #page_content__segment_menu__info__subtitle {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__info #page_content__segment_menu__info__subtitle .item-price {
  color: #d60c0c !important;
  display: inline;
  font-weight: 400 !important;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__button_container {
  float: right !important;
  margin-top: 4px;
}
#page_content__segment_menu > .container > .row #page_content__segment_menu__button_container #page_content__segment_menu__button_add_to_cart {
  border-radius: 0;
  height: 40px !important;
  line-height: 40px !important;
  width: 232px !important;
}
.listColorView { padding-top:5px;}
.listColorView .list-color {
  overflow: hidden;
  padding-top: 5px;
}
.listColorView .list-color li {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  float: left;
  height: 24px;
  margin-right: 6px;
  padding: 1px;
  position: relative;
  width: 50px;
  line-height:24px;
  text-align:center;
}
.listColorView .list-color li:hover, 
.listColorView .list-color li.active, 
.listColorView .list-color li.starActive {
  border: 1px solid #835100;
  background:#835100;
  color:#fff;
}
.listColorView .list-color li:hover a, 
.listColorView .list-color li.active a, 
.listColorView .list-color li.starActive a {
  color:#fff;
}
.listColorView .list-color li a {
  float: left;
  height: 20px;
  width: 50px;
  line-height:20px;
}
.listColorView .list-color li img {
  background-clip: padding-box;
  border-radius: 3px;
  width: 100%;
}
#box_delivery_policies{ background:#fafafa; padding:5px;}

#delivery_policies_list .item .icon, #delivery_policies_list .item .icon i{

  display: inline-block;

  height: 32px;

  margin-right: 7px;

  vertical-align: middle;

  width: 32px;

  text-align:center;

}

#delivery_policies_list .item .icon,#delivery_policies_list .item .icon i {

  background-repeat: no-repeat;

  vertical-align: top;

}

#delivery_policies_list .item .icon .truck {

  background-image: url("../images/icon-truck.png");

}

#delivery_policies_list .item .icon .location {

  background-image: url("../images/icon-location.png");

}

#delivery_policies_list .item .icon .box {

  background-image: url("../images/icon-box.png");

}

#delivery_policies_list .item .icon .store {

  background-image: url("../images/icon-store.png");

}
#delivery_policies_list .item .icon .phone {
	background-image: url("../images/icon-phone.png");
}
#delivery_policies_list .item .icon .warning {
	background-image: url("../images/icon-note.png");
}
#delivery_policies_list .item .icon .baohanh {
	background-image: url("../images/icon-baohanh.png");
}
#delivery_policies_list .item .icon .tuvanmienphi {
	background-image: url("../images/icon-tuvanmienphi.png");
}
#delivery_policies_list .item .icon .camket {
	background-image: url("../images/icon-camket.png");
}
#delivery_policies_list .item .icon .warning {
	background-image: url("../images/icon-note.png");
}
#delivery_policies_list .item .icon .website {
	background-image: url("../images/icon-website.png");
}
#delivery_policies_list .item.link-website a {
	font-weight: bold;
	color: #e5101d;
	font-size: 14px;
	line-height: 30px;
}
.btn-hotline {
	background: #835100 none repeat scroll 0 0;
	border-radius: 0px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	padding: 0 25px 0 0;
	text-align: center;
	width: auto;
	overflow: hidden;
	font-family: "Roboto condensed";
}
.btn-hotline::before {
	width: 40px;
	height: 100%;
	float: left;
	background: url("../images/tuvan-phone.png") no-repeat scroll center center;
	content: " ";
	margin-right: 15px;
	background-color: rgba(0, 0, 0, 0.2);
}
.form-tuvanmuahang a { margin-bottom:5px; width:100%;}
.form-tuvanmuahang a:hover { color:#fff; }

#delivery_policies_list .item {

  display: inline-block;

 margin:5px 0;

}

#delivery_policies_list .item .text {
  color: #666;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 210px;
  text-align:justify;
}
#delivery_policies_list .item .text .thanhvien-name {
	font-weight: bold;
	color: #0388CD;
	font-size: 14px;
}
#delivery_policies_list .item .fa

{

	font-size:21px;

}
.view-all-p {
  margin: 5px 0 20px;
  text-align: center;
}
.view-all-p span a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  padding: 8px 14px;
}
.view-all-p span a:hover {
  background: #835100 none repeat scroll 0 0;
  border: 1px solid #835100;
  color:#fff;
}
.view-all-p span a .fa {
  font-size: 17px;
  margin-left: 7px;
  margin-top: -4px;
}
.view-all-p span{
	
}
.title-main-menu {
	border-left: 0px solid #835100;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 2px 2px;
}
.xemthemProductsCategory.btnMore a {
  background: #f6f7f8 none repeat scroll 0 0;
  margin-top: 10px;
  padding: 8px 0;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 100%;
  display:inline-block;
}
.block-stk {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0;
}
#___plusone_0 { font-size:14px !important;}
.order.daguihang{
	color:#0088cc;
}
.order.huydonhang {
    color: #ff0000;
}
.block-fanpage-footer .fanpage{ overflow:hidden;}
.form-label { font-weight:bold;}
.col-123 { width:37%;}
.block-stk .group-title {
  border-bottom: 0px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
}
.body-daily {
	margin:15px 0;
	line-height:23px;	
}
.box-tuvanhotro .item-tuvan-hotro {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 15px 0;
}
.box-tuvanhotro .item-tuvan-hotro .icon-area {
  display: inline-block;
  padding-left: 20px;
}
.box-tuvanhotro .item-tuvan-hotro ul {
  display: inline-block;
  list-style: outside none none;
  padding-left:20px;
}
.box-tuvanhotro .item-tuvan-hotro ul li:first-child {
  font-family: "Roboto Condensed";
  font-size: 18px;
  margin-bottom: 10px;
}
.box-tuvanhotro .item-tuvan-hotro ul li {
  display: block;
  font-size: 14px;
  line-height: 25px;
}
.box-tuvanhotro .item-tuvan-hotro .icon-area img {
  margin-top: 20px;
  vertical-align: text-bottom;
}
.box-tuvanhotro .item-tuvan-hotro ul li .titleitem {
  display: inline-block;
  font-family: "Roboto Condensed";
  width: 70px;
}
.block-daily .box-daily-1, .block-daily .box-daily-2, .block-daily .box-daily-3
{
	margin-bottom:50px;
}
.block-daily .group-title-box{
}
.block-daily .group-title-box .group-title {
	 border-bottom:none;
}
.content-about ul{
	margin:15px 0 5px 0;
}
.content-about ul li {
  background-image: url("../images/icon-item.png");
  background-position: left 0;
  background-repeat: no-repeat;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 35px;
}
.content-daily ul {
	margin:10px 0;	
}
.content-daily ul li {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}
.content-daily ul li:before{
	content:"\f058";
	padding-right:10px;
	font-size:13px;
	color:#835100;
}
.content-daily ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
.layered-filter-price { display:none;}
.block-address-footer { margin-top:20px; border-top:1px solid #dfdfdf; padding-top:10px;}

.listmarket {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.listmarket li {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.listmarket li h3 {
	float: left;
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
}
.listmarket li h3 b {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f1f1f1;
	display: none;
	margin: auto;
}
.listmarket li.selected b {
	display: block;
}
.listmarket li span {
	color: #835100;
	font-size:12px;
}
.search-daily {
	background: transparent url("../images/bg2.jpg") repeat scroll center 0;
	height:500px;
	position:relative;
}
.search-daily h1 {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	margin-top: 100px;
}
#wrap_form {
	position: relative;
	margin: 40px auto 0;
}
.search-daily form button {
	border: 0;
	width: 35px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
.search-daily form button {
	background: #fff;
	border: 0;
	width: 35px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	border-radius:0 5px 5px 0;
}
.search-daily form button {
	background: #835100 url("../images/search.png") no-repeat scroll 5px center;

}
.search-daily form input {
	height: 32px;
	background: #fff;
	border: 0;
	font-size: 14px;
	color: #9b9b9b;
	margin: 0px;
	padding: 0 0 0 15px;
	display: block;
	width: 100%;
	border-radius:3px 6px 6px 3px;
}
.showSearchDaily { position:relative;}
#showDaily {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  float: left;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 200000;
  border-radius:3px;
}
.search-daily .dl-name {
	 background:#835100;
	 color:#fff;
	 padding:2px 3px;
	 display:inline-block;
	 border-radius:3px;
}
.search-daily .dl-phone {
	 color:#ef1c25;
	 padding:2px 3px;
	 font-weight:bold;
}
.auto_search li:hover .dl-phone{ color:#fff;}
.content-kenhphanphoi { padding-bottom:15px; border-bottom:1px solid #dfdfdf; margin-bottom:15px;}
.droplist {
	display: none;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 100%;
	margin: auto;
	padding-bottom: 1%;
	background: #f1f1f1;
}
.droplist a:nth-child(4n+1) {
    clear: both;
}
.droplist a {
    float: left;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    line-height: 26px;
}
.droplist a span {
	color: #00a4de;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.droplist a span .fa {
	font-size: 21px;
	color: #835100;
}
.droplist a i {
	font-size: 15px;
	color: #ef1c25;
}
.view-daily {
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
	margin-bottom:20px;	
}
.view-daily p{ line-height:24px;}
.view-daily p .fa{ width:20px; font-size:17px;}
.view-daily p .daily-phone{
	font-size: 15px;
	color: #ef1c25;
	font-weight:bold;	
}
.moreproduct {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 10px auto 0;
}
.moreproduct a {
	padding: 2px 8px;
	font-size: 12px;
	color: #835100;
	display: inline-block;
	margin-right: 8px;
	border: 1px solid #835100;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 4px;
}
.moreproduct a:hover {
	
}
.btn-review {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	padding: 8px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #835100;
	border-radius: 4px;
	background: #835100;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#835100),to(#835100));
	background: -webkit-linear-gradient(top,#835100,#835100);
	background: -moz-linear-gradient(top,#835100,#835100);
	background: -ms-linear-gradient(top,#835100,#835100);
	background: -o-linear-gradient(top,#835100,#835100);
	cursor: pointer;
}

.box-comment-reply {
	margin-left:18px;	
}
.comment_reply {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 0px solid #e7e7e7;
	color: #333;
	display: block;
	font-size: 13px;
	margin-left: 0;
	margin-top: 18px;
	padding: 15px 10px;
	position: relative;
}
.arrow_box {
    background: #f1f1f1 none repeat scroll 0 0;
    display: block;
    left: 18px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}
.arrow_box::after, .arrow_box::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.arrow_box::after {
    border-bottom-color: #f1f1f1;
    border-width: 11px;
    margin-left: -11px;
}
.arrow_box::before {
    border-bottom-color: #e7e7e7;
    border-width: 12px;
    margin-left: -12px;
}
.totalcomment-reply {
    border-top: 1px solid #b4b4b4;
    color: #4a90e2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin-top: 7px;
    padding: 10px 0 0;
}
.totalcomment-reply:hover {
    text-decoration: underline;
}
.comment_ask {
  display: block;
  margin: 10px 0 0;
  overflow: visible;
}
.iconcom-user {
  background-color: #ccc;
  background-image: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 25px;
  line-height: 26px;
  margin-right: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
}
.comment_ask strong {
  color: #333;
  font-size: 14px;
}
.comment_ask .qtv {
	background: #835100 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 4px;
	text-transform: uppercase;
	margin-top: 3px;
	display: inline-block;
	line-height: 18px;
}
.infocom_ask, .infocom_ask_s {
  color: #4a4a4a;
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin-left: 0px;
}
.infocom_ask .conticon {
  line-height: 22px;
}
.relate_infocom {
  color: #666;
  display: block;
  font-size: 12px;
  height: 18px;
  overflow: visible;
  padding: 5px 0;
}
.relate_infocom span {
  float: left;
}
.relate_infocom .reply {
  color: #4a90e2;
  cursor: pointer;
  float:none;
}
.bg-yelow {
	background-color: #ffd145;
	color: #111;
	font-size: 15px;
}
#createStep {

  margin-bottom: 10px;

  float: left;

  width: 100%;

}

#wrap_step {

    border-radius: 0.3em;

    float: left;

    margin: 10px 0 10px 17px;

}

#wrap_step .step {

    background: rgba(0, 0, 0, 0) url("../images/step.png") no-repeat scroll 0 0;

    float: left;

    margin-left: -17px;

    padding: 5px 0 0 17px;

    position: relative;

	width: 200px;

}

#wrap_step .first {

    background: rgba(0, 0, 0, 0) url("../images/step.png") no-repeat scroll 0 0;

    float: left;

    height: 55px;

    margin-left: -17px;

    padding: 5px 0 0 7px;

    position: relative;

    width: 200px;

}

#wrap_step span {

  display: inline-block;

  font-weight: bold;

  padding: 15px 5px 0 0;

  text-transform: uppercase;

  width: 140px;

}

#wrap_step b {

  display: inline-block;

  font-size: 35px;

  margin: 0 10px 0 10px;

  vertical-align: top;

}

#wrap_step .active {

    background: rgba(0, 0, 0, 0) url("../images/step_Active.png") no-repeat scroll 0 0;

    border: medium none;

    color: #fff;

    filter: none;

    height: 55px;
}
#wrap_step .activeLast {
    background: rgba(0, 0, 0, 0) url("../images/stepLast_Active.png") no-repeat scroll 0 0;
    border: medium none;
    color: #333;
    filter: none;
    height: 55px;
}
#wrap_step .last {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f0f0f0, #fefefe) repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0 4px 4px 0;
    float: left;
    height: 55px;
    margin-left: -18px;
    padding: 5px 0 0 20px;
}
#wrap_step .last.active {
	background: #6bb53f;
	border: 1px solid #6bb53f;
	color:#fff;
}

.nav-menu-custom.muakem {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #f1f1f1;
	border-top: 2px solid #ccc;
	padding-left: 15px;
	border-right: none;
	border-left: none;
	height: auto;
}
.show-brand.muakem .navbar-brand {
	background: #fff;
	width: auto;
	font-weight: bold;
	font-size: 16px;
}
.show-brand.muakem .navbar-brand a {
	color: #333;
	font-size: 19px;
}
.contact_item_name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}
.contact_item_content {
	margin: 0 0 20px 0;
}
#box-products-selling .owl-controls .owl-prev {

	font-size: 21px;

	height: 26px;

	line-height: 26px;

	text-align: center;

	top: -52px;

	width: 26px;

	right: 32px;

	left: auto;

	border-radius: 3px;

}

#box-products-selling .owl-controls .owl-next {

	font-size: 21px;

	height: 26px;

	line-height: 26px;

	text-align: center;

	top: -52px;

	width: 26px;

	right: 3px;

	left: auto;

	border-radius: 3px;

}
#box-products-selling .nav-menu-custom {
	border-radius: 0;
	padding: 0;
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: none;
	border-top: 0px solid #835100;
	border-left: 0px solid #eee;
	border-right: 0px solid #eee;
}
.btn-view {
	background: #96979b none repeat scroll 0 0;
	border-radius: 0px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	padding: 0 25px 0 0;
	text-align: center;
	width: auto;
	overflow: hidden;
	font-family: "Roboto condensed";
}
.btn-view::before {
	width: 40px;
	height: 100%;
	float: left;
	background: url("../images/icon-view.png") no-repeat scroll 7px center;
	content: " ";
	margin-right: 15px;
	background-color: rgba(0, 0, 0, 0.2);
}
.subcategories-news {
  border-radius: 0px;
  margin-bottom:10px;
}
.subcategories-news li {
	display: inline-block;
	margin-bottom: 10px;
}
.subcategories-news li:first-child a {
}
.subcategories-news li a {
	display: block;
	font-size: 14px;
	padding: 10px 5px;
	border: 1px solid #f1f1f1;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 5px;
	position: relative;
	
}
.subcategories-news li a:hover{
  color: #e5101d;
  border: 1px solid #dfdfdf;
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);	
}
.subcategories-news li.current-categorie{
    position: relative;
}
.subcategories-news li.current-categorie a {
	font-weight: bold;
	border: 1px solid #e5101d;
	color: #e5101d;
	margin-left: 0;
}
.subcategories-news li:hover a{
  border:1px solid #e5101d;
}
#user-info-top a span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.load-more-holder a { white-space:inherit;}
a.click-m-menu { display:none;}

.comment-products-login.form_login_authen_new {
	padding:10px 0 !important;
}
.comment-products-login {
	font-size:14px;
}
.comment-products-login .comment-products-login-title{
	
}
.comment-products-login .comment-products-login-title a{
	color:#4a90e2;
}
.comment-products-login .row-form_login_authen_new {
	padding:10px 0;	
}
#imgrandom { cursor:pointer;}
.shownews-view img { margin-bottom:5px;}

.video-list {}
.video-list li {padding:0 5px;}
.video-list .video-content {margin-bottom:8px;position:relative;}
.video-list .video-content .caption {}
.video-list .video-content .caption {position: absolute;bottom: 0;left: 0;right: 0;	z-index: 3;	background: rgba(0,0,0,.7);}
.video-list .video-content .caption .label {
	position: absolute;
	top: -33px;
	left: 10px;
	white-space: normal;
	background-color: rgba(214,93,7,0.5);
	color: #ffffff;
	font-size: 17px;
	padding: 5px 10px;
	font-weight: normal;
}.video-list .video-content .caption .label::before {content: '';position: absolute;	left: -1px;	bottom: -8px;	border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid rgba(214,93,7,0.5);	-moz-transform: rotate(45deg);	-o-transform: rotate(45deg);-ms-transform: rotate(45deg);	-webkit-transform: rotate(45deg);	transform: rotate(45deg); }
.video-list .video-content.video-large .caption p {	font-size: 21px;	text-transform: uppercase;	font-family: 'Roboto Condensed';	padding: 10px;	color: #ffffff;	margin-bottom: 0;	line-height: 1.2;}
.video-list .video-content .caption p {	font-size: 12px;	text-transform: inherit;	padding: 10px;	color: #ffffff;	margin-bottom: 0;	line-height: 1.2;	white-space: nowrap;	text-overflow: ellipsis;	overflow:hidden;}
.video-list .video-content .icon-play {	position: absolute;	top: 30%;	left: 0;	display: block;	width: 100%;	z-index: 5;	text-align: center;}
.video-list .video-content .icon-play.large {top: 35%;}
.video-list .video-content .icon-play .fa{	color: #fff;	opacity: .6;	font-size: 40px;	-webkit-transition: all .5s ease;	transition: all .5s ease;}
.video-list .video-content .icon-play.large .fa{	font-size: 72px;}
.video-list .video-content:hover .icon-play .fa{	color:#d65d07;	opacity: .8;}
.video-list .video-content .overlay {  position: absolute;  bottom: 0;  left: 0;  background: rgba(0,0,0,.1);  width: 100%;  display: block;}
.video-list .video-content:hover .overlay {  filter: alpha(opacity=0);  -webkit-opacity: 0;  -moz-opacity: 0;  opacity: 0;  -webkit-transition: color 0.25s linear;  -moz-transition: color 0.25s linear;  -ms-transition: color 0.25s linear;  -o-transition: color 0.25s linear;  transition: color 0.25s linear;}
#box-products-selling .product-list li {
	margin-bottom: 15px;
}
.list-image-other { display:none;}