blockquote{ margin: 15px 0;}
blockquote p {
    color: #333;
    padding: 5px 18px;
    line-height: 28px;
    border: 4px solid #0054a6;
    border-width: 0 0 0 4px;
    background: #edf6ff;
    font-size: 16px;
}
.content-text.shadow {
    border: 1px solid #dfdfdf;
    box-shadow: 4px 3px 0px #eeeeee;
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.table-list-2 {
    background-color: #FFFFFF;
    border: 2px solid #f1f1f1;
	border-top: #0676c9;
}
.table-list-2 tr:first-child {
    background-color: #1b1b1b;
    font-weight: bold;
    padding: 10px 5px;
	color:#fff;
}
.table-list-2 tr:first-child td 
{
	color:#fff;
	border-right: 1px solid #1b1b1b;
	}
.table-list-2 tr:nth-child(2n) {
	background:#f1f1f1;
}
.table-list-2 tr:nth-child(2n+1) {
}
.table-list-2 td {
    border-right: 1px solid #dfdfdf;
    padding: 5px 4px;
	vertical-align:middle;
	border-left: 1px solid #dfdfdf;
	text-align:center;
	font-size: 15px;
}
.table-list-2 td {
    color: #333;
}
.header a.click-m-menu {
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
    width: 44px;
    height: 35px;
    padding: 6px;
    display: none;
    z-index: 1;
}
.header a.click-m-menu span {
    background: #fff;
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.but-about-home {
    display: none;
    padding-left: 17px;
	position:relative;
}

.block-category-home { padding:20px 0; background:#fff;}
.subcategories-cate-home {
  border-radius: 0px;
  margin-bottom:10px;
}
.subcategories-cate-home li {
	display: inline-block;
	width:100%;
}
.subcategories-cate-home li:first-child a {
}
.subcategories-cate-home li a {
	display: block;
	font-size: 14px;
	padding: 10px;
	margin: 0;
	text-align: center;
	position: relative;
}
.subcategories-cate-home li a:hover{
  color:#111;
}
.subcategories-cate-home li:hover{
}

.subcategories-cate-home li:hover a{
	
}
.subcategories-cate-home .subcategory-item-img {
    overflow: hidden;
    margin: 0 auto 20px auto;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 10%);
}
.subcategories-cate-home .subcategory-item-img:hover img{animation:tada 2s infinite}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}
.subcategories-cate-home .subcategory-item-title {
    height: 50px;
    overflow: hidden;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
}
.category-home-content .sec-title {
    margin-top: 0;
    padding-bottom: 10px;
}
.category-home-content .owl-controls .owl-dots {
    bottom: -30px;
}
.category-home-content .owl-controls .owl-dots .owl-dot.active {
    width: 30px;
}
.category-home-content .owl-controls .owl-dots .owl-dot{height:8px;}
.about-contents.about-contents-page {
    line-height: 27px;
}
.content-services,
.about-contents {
    padding:0 0 20px 0px;
    line-height: 30px;
    font-size: 17px;
}
.about-contents p{ margin-bottom:15px;}
.content-services ul {
    margin-left: 20px;
}
.content-services ul li {
    list-style: square;
    margin-left: 20px;
}
.content-services ul li:nth-child(2n) {
    background: #ffffff;
}
.content-services ul li:nth-child(2n+1) {
    background: #fff;
}
.about-contents ul {
    margin-left: 0;
}
.about-contents ul li {
    list-style: circle;
    margin-left: 17px;
}
.about-contents ul li:nth-child(2n) {

}
.about-contents ul li:nth-child(2n+1) {

}
.about-home-content {
    font-size: 17px;
    line-height: 36px;
}

.block-contents {

}
.block-contents h1 {
    margin-top: 5px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.block-contents h4 {
    margin-top: 20px;
    padding: 5px 28px 5px 0;
    margin-bottom: 20px;
    border-left: 0px solid #e31e26;
    font-size: 21px;
    line-height: 28px;
}
.about-home-content-right { padding-top:15px; position:relative;}
.block-contents .theme-btn {
    margin-top: 20px;
}
.theme-btn {
    display: inline-block;
    border: none;
    outline: none;
    background: #009600;
    background: -webkit-gradient(left top, right top, color-stop(0%, #009600), color-stop(98%, #00c100), color-stop(100%, #00c100));
    background: -webkit-gradient(linear, left top, right top, from(#009600), color-stop(98%, #00c100), to(#00c100));
    background: -webkit-gradient(linear, left top, right top, from(#396ab3), color-stop(98%, #168de5), to(#168de5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009600', endColorstr='#00c100', GradientType=1);
    color: #FFFFFF !important;
    font-size: 21px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 28px;
    padding: 9px 30px;
    position: relative;
    -webkit-box-shadow: 0px 15px 30px rgb(212 50 151 / 27%);
    box-shadow: 0px 15px 30px rgb(50 135 212 / 27%);
}
.blocks-about-home {
    padding: 20px 0;
    background:#fff;
    position: relative;
    z-index: 0;
}
.about-home-content {
    font-size: 17px;
    line-height: 36px;
}
.about-home-content a{
    color:#ff6600;
}
.overlay-white::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.new-year {
    background: transparent url(../images/bgRed.jpg) no-repeat center top;
}


.dropmenu-brand .subcategory-item-img {
    height: 70px;
    width: 70px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.dropmenu-brand .subcategory-item-title {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blocks-flash-sales,
.blocks-products-noibat {padding:10px 0;}
.box-vertical-megamenus .vertical-menu-list > li.menu-combo.cb-1 {margin-top:13px;}
.box-vertical-megamenus .vertical-menu-list > li.menu-sale {padding-bottom:4px;}
.box-vertical-megamenus .vertical-menu-list > li.menu-combo > a, 
.box-vertical-megamenus .vertical-menu-list > li.menu-thanhly > a, 
.box-vertical-megamenus .vertical-menu-list > li.menu-sale > a {
	color: #fff;
	padding-left: 12px;
	position: relative;
	line-height: 32px;
	font-size: 17px;
	font-weight: 700;
	margin: 2px 3px;
	border-radius: 5px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
}

.box-vertical-megamenus .vertical-menu-list> li.menu-combo:hover,
.box-vertical-megamenus .vertical-menu-list> li.menu-thanhly:hover,
.box-vertical-megamenus .vertical-menu-list> li.menu-sale:hover{
  background: #fff;
}
.box-vertical-megamenus .vertical-menu-list> li.menu-combo:hover a{
  opacity:.7;
}
.box-vertical-megamenus .vertical-menu-list>li.menu-thanhly>a {
   background: #f76b1c;
}
.box-vertical-megamenus .vertical-menu-list>li.menu-sale>a {
     background: #e5101d;
}
.box-vertical-megamenus .vertical-menu-list > li.menu-combo > a {
	background: #76b51b;
}
.box-vertical-megamenus .vertical-menu-list>li.menu-thanhly>a img,
.box-vertical-megamenus .vertical-menu-list>li.menu-sale>a img{height:26px;margin-right:16px;}
.navhome a img {height:26px;margin-right:14px;margin-top:-5px;}
#product .pb-right-column .item-thanhly {
    background: #22b24c;
    border-radius: 3px;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
}
span.ico-zoom {
	position: absolute;
	top: 10px;
	right: 25px;
	filter: alpha(opacity=1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 1;
	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;
}
/* Ring Phone */
.mypage-alo-phone {
	position: fixed;
	left: 0px;
	bottom: 5px;
	visibility: visible;
	background-color: transparent;
	width: 100px;
	height: 100px;
	cursor: pointer;
	z-index: 999;
}
.mypage-alo-ph-img-circle {
  width: 32px;
  height: 32px;
  top: 43px;
  left: 43px;
  position: absolute;
  -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: #e5101d;
  background-size: 70%;
}
.mypage-alo-ph-img-circle i {
	font-size: 21px;
	color: #fff;
	display: inline-block;
	margin: 3px;
}
.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: #e5101d;
  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: #e5101d;
  opacity: .5;
}
.line-address {
	height: 1px;
	background: #f1f1f1;
	margin: 5px 0;
	position: relative;
}
.line-address::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	margin: 10px 0px 20px 0;
	background: #dfdfdf;
}
.logo-320 { display:none;}
.logo-480 { display:none;}
.top-header a.click-m-menu { display:none;}
#page_loading {
    color: #fff;
    font-size: 24px;
    left: 50%;
    line-height: 25px;
    margin-left: -50px;
    position: fixed;
    text-shadow: 0 0 10px #fff, 0 0 40px #e5101d, 0 0 80px #e5101d, 0 0 100px #e5101d, 0 0 150px #e5101d;
    top: 50%;
    z-index: 50000;
}
#page_loading span {
    background: rgba(0, 0, 0, 0) url("../images/loader.png") repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
.language-content-mobile { display:none;}
#___plusone_0 {
  font-size: 14px !important;
}
.columns-container {
  background: transparent url("../images/line-bec.png") repeat-x scroll 0 0;
}
.block-admin {
  background: #ff7c1d 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: 10px;

}

.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;

}



.content-about {

  font-size: 14px;

  line-height: 28px;

}



.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;

}

.logo {

}
.logo img{
}
#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}

.none { display:none;}

#form-search-opntop #display {

	left: 0px !important;

	width: 100% !important;

	top: 41px;

}

#display {

	background: #ffffff none repeat scroll 0 0;

	display: none;

	float: left;

	left: 0;

	overflow: hidden;

	position: absolute;

	top: 100%;

	width: 100%;

	z-index: 200000;

	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}

.auto_search {

    padding: 0;

}

.auto_search{

	list-style:none;

	list-style-type:none;
	font-size:16px;
}

.auto_search li {

    border-bottom: 0px solid #DEDEDE;

    padding: 4px;

}

.auto_search li:last-child {

    border: medium none;

}

.auto_search li.firt {

    background: none repeat scroll 0 0 #DFDFDF !important;

}

.auto_search li.firt a {

    color: #333333 !important;

    font-weight: bold;

}

.auto_search li:hover {

    background: none repeat scroll 0 0 #dfdfdf;

    color: #333;

}

.auto_search li:hover a {

    color: #333;

}

.auto_search li span.price_a {
    color: #e5101d;
	font-size:15px;
}

.auto_search li:hover .price_a{
    color: #e5101d;
}

.auto_search li a {

    color: #000;

	text-decoration:none;

	display:block;

	

}

.auto_search li a img {

    height: 45px;

    margin: 0 6px 6px 0;

    padding: 0px;

    width: 54px;

}



.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: 17px;

}

.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: 17px;

}

.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: 17px;

    padding: 5px 6px;

    text-align: center;

    transition: all 0.3s ease-out 0s;

}

.error404 .right-btn-group .list-btn li a .icon-arrow-right {

    

    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;
}

.pagination a:hover {
	border: 1px solid #e5101d;
	background:#e5101d;
	color:#fff;
}

.pagination span, .pagination li {
	background: #e5101d;
	color: #fff;
	border-color: #e5101d;
}
.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: #e5101d;

	color: #fff;

	border-color: #e5101d;

}

.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;

}

.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;

}
.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{

	

}

.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{

  

  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;

}



.product-img-thumb ul li a.zoomGalleryActive {

  border: 1px solid #dfdfdf;

  display: inline-block;

  padding: 1px;

}

.product-img-thumb ul li a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	padding: 1px;
	border-radius: 3px;
	
	overflow: hidden;
}

.product-img-thumb ul li a:hover {

  border: 1px solid #dfdfdf;

}

.product-list li .block-list-color {
	width: 100%;
	position: absolute;
	left: 0px;
	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;
	z-index: 1;
}
.product-list li:hover .block-list-color{
    top: 30px;
}

.product-list li .block-list-color span {

  border: 0px solid #f1f1f1;

  border-radius: 0px;

  display: inline-block;

  height: 20px;

  margin: 5px 3px 0 0;

  width: 20px;

}

#product-detail ul {
	margin-bottom: 15px;
}
#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;
    font-size: 16px;
}

.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: #E5101D;

  color:#fff;

  font-size:19px;

}

.bg-gray {

  background-color: #424242;

  color:#fff;

  font-size:19px;

}

.bg-yelow {
	background-color: #1f1f1f;
	color: #fff;
	font-size: 15px;
}
.bg-red.width100:hover{background-color: #ffd145; color:#111; }

.bg-red.width100, .bg-yelow.width100 {

	font-size: 18px;

	margin-bottom: 10px;

}

.width100 { width:100%;}

.red {

  color:#e5101d;

}

.bold { font-weight:bold;}

.contact-form .cusmo-input{

	background: #e9e8e8;

	border-color: #e9e8e8;

	border-radius: 0;

	border-style: solid;

	border-width: 1px;

	box-shadow: none;

	padding: 8px 5px;

	width: 100%;

}

.box-tuvansanpham .contact-form .cusmo-input {

	padding: 4px 5px;

}

.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%;
  font-size:16px;

}

.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: 16px;
  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: 14px;

    margin: 0;

    padding: 10px 0 10px 10px;

}
.cart-note u{text-decoration:none;}
.cart-note ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;

}
.fancybox-skin { border-radius: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:160px;}
.contact_item_content textarea.cusmo-input { height:120px;}


.tab-page-area {

  background-image: url("../images/Newtab-content1.png");

  background-position: center bottom;

  background-repeat: repeat-x;

  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:60%;}

#product .pb-right-column .info-orther p span.view-list-tinhnang a{color:#0388CD;}

#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 {
	color: #555;
	text-transform: none;
	display: inline-block;
	margin-left: 0px;
	margin-top: 8px;
}
.shop-payment {
	border: 1px solid #dfdfdf;
	padding: 5px;
	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, .comment-label {

	margin: 10px 0 5px 0;

	font-weight: 500;

	font-size: 17px;

}

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: 15px;

  line-height: 28px;

  margin-bottom: 15px;

  text-transform: uppercase;

}

.title-rbl-04 span.active, #showProductsBestSelling:hover, #showProductsNew:hover {

    border-bottom: 2px solid #b00000;

    color: #b00000;

}

.title-rbl-04 span {

  border-bottom: 2px solid #121212;

  color: #121212;

  padding-bottom: 5px;

}

.order-details {font-size: 12px;}

.order-details p strong {

  display: inline-block;

  width: 140px;

}



#loading,

#loading-letter{

    display: none;

}

.brand-showcase-content .info-product h5 { font-weight:bold; }



.select2-results__option {
  padding: 6px;

}

.tags, .tags ul li {
    display: inline-block;
    text-align: left;
}
.footer-tag { margin-bottom:20px;}
.footer-tag .introduce-title {
    text-transform: uppercase;
    font-size: 15px;
    list-style: none;
    font-weight: bold;
    margin-top: 20px;
	line-height:22px;
	position:relative;
	color:#333;
}
.footer-tag .introduce-title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	margin: 10px 0px 20px 0;
	background: #999;
}
.tags ul li a {
	background: transparent none repeat scroll 0 0;
	color: #555;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 3px 10px;
	margin-right: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
.tags ul li a:hover {
    color: #fff;
	background:#4f4f4f;
	border: 1px solid #4f4f4f;
}
.tags ul li a span { color:#666;  }
.tags ul li a:hover span{ color:#fff; }

.tags ul li a .fa{  color:#999; margin-right:7px; }



.block-visitors {

  font-size: 12px;

  margin: 8px 0;

  display: inline-block;

}

.block-visitors span {

  display: inline-block;

  margin: 0 5px 10px 5px;

  padding: 4px 6px;

}



#home-slider {
	background:#f1f1f1;
}

.header-top-right { background:transparent; overflow:hidden;}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1f1f1f;
}
.product-list li .label-1-item {
	background: #76b51b;
	border-radius: 2px;
	color: #fff;
	height: auto;
	padding: 1px 6px;
	position: absolute;
	left: 36px;
	top: 0;
}
.product-list li .flash-sale-item-card,
.product-full .flash-sale-item-card {
    position: absolute;
    left: 0;
    width: 147px;
    height: 28px;
    bottom: 0;
    opacity: 1;
}
.product-list li .flash-sale-item-card.flash-sale-item-card-2 {
    right: 0;
	left:auto;
    width: 140px;
    height: 28px;
    bottom: 0;
}
.product-full .product-new {
	background: #fff;
	border: 1px solid #999;
	color: #666;
	float: left;
	font-size: 12px;
	line-height: 17px;
	padding: 3px 5px;
	text-align: center;
	height: 22px;
	border-radius: 0;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 10px;
}
.product-full .label-1-item {
	background: #76b51b;
	border-radius: 2px;
	color: #fff;
	height: auto;
	padding: 1px 6px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.product-list li .gift-promo-item {
	background: #e5101d none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	height: auto;
	padding: 1px 6px;
	position: absolute;
	right: 0;
	top: 0;
}
.product-list li .gift-promo-item i {
  font-size: 15px;
  margin-right: 7px;
}
#product .status-hethang-item,
.product-list li .status-hethang-item {
	background: #e5101d none repeat scroll 0 0;
	color: #fff;
	height: 50px;
	position: absolute;
	right: 70px;
	top: 10px;
	width: 50px;
	border-radius: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding: 11px 0px 0 0;
	line-height: 12px;
}
#product .status-hethang-item{
	right: 10px;
	top: 10px;
	z-index:1;
}
.product-list li .status-thanhly-item {
    background: #22b24c;
    border-radius: 2px;
    color: #fff;
    height: auto;
    padding: 1px 6px;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.promotion-block h3 {
	background: #e5101d none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 6px 5px;
}
.promotion-block h3 span {
	background-clip: padding-box;
	background-color: #e5101d;
	border-radius: 50%;
	float: left;
	font-size: 18px;
	height: 28px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 10px;
}

.promotion-block{

    padding: 10px 0px 10px 0;

	

}

.promotion-block .mod-content {

	background: #f1f1f1;

	border-radius: 3px;

	padding: 5px 0;

}

.promotion-block p {

    font-size: 12px;

    text-align: center;

}

.promotion-block a {
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
}

.promotion-block a:hover {

    color: #333333;

}

.promotion-block ul{

	margin-left:5px;

}

.promotion-block ul li {

	font-weight: bold;

	line-height: 40px;

}

.promotion-block ul li img{

	height:80px;

	margin-right:10px;
	display:none;

}

.promotion-block ul li::before {
    color: #e5101d;
    content: "\f058";
    display: none;
    font-family: "Fontawesome";
    font-size: 14px;
    margin-right: 5px;

}
.table-list .promotion-block ul li {
	line-height: normal;
}
.label-model {font-weight:bold;font-family: "Roboto condensed";font-size:17px;}
.group-title-box-product {
	
}
#product .group-title-box-product .group-title {
	font-size: 21px;
	border-bottom: 1px solid #f1f1f1;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 30px;
	font-family: "Roboto condensed";
}
#product .group-title-box-product .group-title span {
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    padding: 0;
}
.group-title-box-product .group-title {
	font-size: 20px;
	border-bottom: 0px solid #f1f1f1;
	font-weight: bold;
	padding-bottom: 7px;
	
	line-height: 27px;
}

.group-title-box-product .group-title span {
    border-bottom: 0px solid #E5101D;
    text-transform: uppercase;
    padding: 0;
}
#product .pb-right-column .product-desc ul {

    list-style: outside none none;

    margin-bottom: 0;

    padding-left: 10;

    text-align: justify;

}
#product .pb-right-column .product-desc ul li {

list-style: square;

margin-left: 20px;
}
.guide-content {

  padding: 10px 0;

}





/* Reviews*/

#reviews .comment-label {

  font-size: 16px;

  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;

}

.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;

  margin-right:5px;

}

.review-comment .countview-box .number {

    color: #666;

    font-size: 14px;

}
.review-comment .comment-box .number{
   color:#e5101d;
}
.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: 12px;

    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: 28px;

}

.recent-reviews .comments-order a {

	color: #999 !important;

	display: inline-block;

	margin: 0 5px 0 0;

	padding: 2px 6px;

	border-radius: 3px;

	line-height: 24px;

}

.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;

}

#product .pb-right-column .info-orther p .fa {

    color: #777777;

    margin-right: 6px;

}
#product .pb-right-column .info-orther p .fa-check {
	color: #0088cc;
}
#product .pb-right-column .fa {

    line-height: inherit;

}



.xemthemProducts a {
    font-size: 16px;
    cursor: pointer;
    color: #76b51b;
}

.xemthemProducts a .fa{

  margin-left:10px;

}



p#userTip {

	background:#fff;

	margin-top: 15px; 

	display: none; 

	position: absolute; 

	padding: 5px; 

	left: 5px; 

	border: 2px solid #4f4f4f; 

	z-index: 9999; 

	color: #333;

	min-height:40px;

	font-size:14px;

	line-height:20px;

} 

p#userTip #userTipArrow { 

	position: absolute; top: -5px; left: 5px

}

.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: #e5101d 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;

}
/*

update 05/08/2016

*/
.product-tab .sticky-tab {
	position: fixed;
	z-index: 2;
	top: 106px;
	padding-bottom: 0;
	background: #fff;
	padding-top: 0;
	border-bottom: 2px solid #e5101d;
}
#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: 1;

}

#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;

}

#page_content__segment_menu.sticky .btn-tuvan {

 display:none;

}

.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: 24px;

}

.listColorView .list-color li:hover, 

.listColorView .list-color li.active, 

.listColorView .list-color li.starActive {

  border: 1px solid #e5101d;

}

.listColorView .list-color li a {

  float: left;

  height: 20px;

  width: 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,#delivery_policies_list .item .icon i[class^="icon-"] {
  	font-size:21px;
}
#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;
}
#delivery_policies_list .item .text.tel a {
	font-weight: bold;
	color: #e5101d;
	font-size: 19px;
	line-height: 30px;
	
}
.btn-hotline {
	background: #e5101d 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;

}



/*list*/

.product-list.list li .sale-off {

	background: #d60c0c none repeat scroll 0 0;

	border-radius: 2px;

	color: #fff;

	margin-left: 6px;

	padding: 0 7px;

	font-size: 13px;

}

.product-list.list li .old-price {

	color: #999;

	font-size: 14px;

	margin-left: 7px;

	position: relative;

}

.product-list.list li .block-list-color { display:none;}

.product-list.list li .product-desc-info .block-list-color {

	display: inline !important;

	top: 0px;

	left: 1px;

}

.product-list.list li .block-list-func{ 

	display:none;

}

.product-list.list li .product-desc-info .block-list-func {

	display: block !important;

	background: transparent;

	opacity: 1;

	top: 23px;

}

.product-list.list li .product-desc-info .block-list-func ul {

	padding: 10px 0px;

}

/* /list*/



.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:1;

}

.product-list li .block-list-func ul{
	padding:52px 10px 10px 6px;
}

.product-list li .block-list-func ul li {

	margin: 0 0 3px 0;

	font-size: 12px;

	padding: 0;

	border: none;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.product-list li .block-list-func ul li:hover {

  border:none;

  box-shadow:none;

  padding:0;

}

.product-list li .block-list-func ul li span {

	display: inline-block;

	width: 70px;

	margin-right: 5px;

}



.block-work-time { background:#0f0f0f;}

.block-work-time .sp-contact-info {
	list-style: outside none none;
	padding: 10px 0 10px 0;
}

.block-work-time .sp-contact-info li:first-child {

}

.block-work-time .sp-contact-info li {
}

.block-work-time .sp-contact-info li i {

  color: #fff;

  display: block;

  float: left;

  font-size: 33px;

  line-height: 40px;

  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-size: 13px;

  margin-left: 45px;

}
.block-work-time .sp-contact-info li p.contact-content span {
	display: block;
	margin: 0px;
	font-size: 16px;
}
.block-work-time .sp-contact-info li p.contact-content span:first-child {
	color: #fff;
	font-size: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.block-work-time .sp-contact-info li p.contact-content span.time {
  color: #999;
}



.block-fanpage-footer .fanpage {

	overflow: hidden;

}



.subscribe {

	padding: 0;

}
.subscribe .subscribe-btn {
    float: right;
    background: #e5101d;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 20px 14px 20px;
    font-size: 16px;
}
.subscribe .subscribe-inner {

	overflow: hidden;

}

.subscribe .subscribe-field {

	border-radius: 0;

	background-color: #393939;

	border-style: solid;

	border-width: 1px;

	border-color: #cccccc;

	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

	color: rgba(0, 0, 0, 0.75);

	display: block;

	font-family: inherit;

	width: 100%;

	box-sizing: border-box;

	transition: border-color 0.15s linear, background 0.15s linear;

	color: #fff;

}

.subscribe .subscribe-field {

	margin: 0;

	font-size: 14px;

	padding: 15px 18px;

	border: 0;

}

.phanhoi-gopy {

	color: #777;

	font-size: 15px;

	font-weight: bold;

}

.phanhoi-gopy a{

	color: #777;

}

.phanhoi-gopy li{

	line-height:24px;

}

.phanhoi-gopy .fa{

	color:#e5101d;

	font-size:21px;

	width:40px;

}



.social-link-footer {

	margin-left: -10px;

	margin-top:8px;

}

.social-link.social-link-footer .fa {

	font-size: 27px;

	margin-right: 12px;

}

.social-link.social-link-footer a:hover .fa{

	color:#fff;	

}



#logoBrand-footer, #box-products-selling {
	margin: 0;
	background: #f1f1f1;
}

#logoBrand-footer .logoBrand-list {

}

#logoBrand-footer .logoBrand-list{

	padding: 0 15px;

}

#logoBrand-footer .logoBrand-list li {

	border:1px solid transparent;	

	padding:5px;

	border-radius:5px;

	overflow:hidden

}

#logoBrand-footer .logoBrand-list li:hover{

	border:1px solid #f1f1f1;

	box-shadow:0 3px 12px 1px rgba(0, 0, 0, 0.1);

	

}

#logoBrand-footer .owl-controls .owl-prev, 

#logoBrand-footer .owl-controls .owl-next {

	font-size: 21px;

	height: 100%;

	line-height: 80px;

	text-align: center;

	width: 14px;

	top: 50%;

}

#box-products-selling .owl-controls .owl-prev {

	font-size: 21px;

	height: 26px;

	line-height: 26px;

	text-align: center;

	top: -24px;

	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: -24px;

	width: 26px;

	right: 3px;

	left: auto;

	border-radius: 3px;

}

#createStep {

  margin-bottom: 10px;

  float: left;

  width: 100%;display:none;

}

#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: #e5101d;

	border: 1px solid #e5101d;

	color:#fff;

}

.login-form .cusmo-input, .register-form .cusmo-input {

	background: #e9e8e8;

	border-radius: 5px;

	padding: 6px 10px;

	border: none;

}

#box-register {

	display:none;	

}

.bg-pink {
    background-color: #f58383;
    color: #fff;
    font-size: 19px;
}

.block-filter {
	margin-bottom: 10px;
	margin-top: 10px;
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 3px;
}
#product-video .video-list .video-content {
	display: inline-block;
}
#productvideo .video-list {
	margin: 0px;
}
.video-list {
	margin: 0 -5px;
}

.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: 1;

	background: rgba(0,0,0,.7);

}

.video-list .video-content .caption .label {

	position: absolute;

	top: -33px;

	left: 10px;

	white-space: nowrap;

	background-color: #db0000;

	color: #ffffff;

	text-transform: uppercase;

	font-size: 16px;

	padding: 5px 10px;

}

.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 #db0000;

	-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;


	padding: 10px;

	color: #ffffff;

	margin-bottom: 0;

	line-height: 1.2;

}



.video-list .video-content .caption p {

	font-size: 16px;

	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 .icons-play {

	position: absolute;

	top: 30%;

	left: 0;

	display: block;

	width: 100%;

	z-index: 1;

	text-align: center;

}

.video-list .video-content .icons-play.large {

	top: 35%;

}

.video-list .video-content .icons-play .fa{

	color: #fff;

	opacity: .6;

	font-size: 40px;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

}

.video-list .video-content .icons-play.large .fa{

	font-size: 72px;

}

.video-list .video-content:hover .icons-play .fa{

	color:#e5101d;

	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;

}



.content-text a[rel="lightbox"] {

	width: 100%;

	text-align: center;

	display: block;

}



.btn-review {

	display: block;

	width: 100%;

	margin: 0 auto 10px;

	padding: 8px;

	height: 40px;

	font-size: 19px;

	color: #fff;

	text-transform: uppercase;

	border: 1px solid #e5101d;

	border-radius: 4px;

	background: #e5101d;

	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f76b1c),to(#e5101d));

	background: -webkit-linear-gradient(top,#e5101d,#e51011);

	background: -moz-linear-gradient(top,#e5101d,#e51011);

	background: -ms-linear-gradient(top,#e5101d,#e51011);

	background: -o-linear-gradient(top,#e5101d,#e51011);

	cursor: pointer;

}

.btn-reset {
    display: block;
    width: 98%;
    margin: 0 auto 10px;
    padding: 8px;
    height: 40px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #000000;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#000000),to(#7c7c7c));
    background: -webkit-linear-gradient(top,#000000,#7c7c7c);
    background: -moz-linear-gradient(top,#f89406,#f76b1c);
    background: -ms-linear-gradient(top,#f89406,#f76b1c);
    background: -o-linear-gradient(top,#f89406,#f76b1c);
    cursor: pointer;
}
.navhome {
	display: block;
	overflow: hidden;
	padding: 1.3% 0 .3%;
	margin: auto;
	background: #fff;
	
}
.navhome a {
	float: left;
	width: 48.5%;
	height: 42px;
	margin: 0 0 1.1% 1.1%;
	background: #e3e3e3;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e5e5e5;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#e5e5e5),to(#fff));
	background: -webkit-linear-gradient(top,#fff,#e5e5e5);
	background: -moz-linear-gradient(top,#fff,#e5e5e5);
	background: -ms-linear-gradient(top,#fff,#e5e5e5);
	background: -o-linear-gradient(top,#fff,#e5e5e5);
	font-size:14px;
}
.navhome h3 {
	display: block;
	padding: 10px 2px 5px 10px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
.navhome .icon-navigation-left {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.navhome .icon-navigation-left.icon-332 {
	margin-top: 3px !important;
}
.navhome .icon-navigation-left.icon-karaoke {
	background: url(../images/tn/i-karaoke.png) no-repeat scroll 0 0 transparent;
	background-size: contain;
}
.navhome .icon-navigation-left.icon-hifi {
	background: url(../images/tn/i-hifi.png) no-repeat scroll 0 0 transparent;
	background-size: contain;
	margin-top: 4px !important;
}
.industry-floor-box { position:relative; display:none;}
.floor-fixed-panel {
	width: 30px;
	background-color: #fff;
	position: fixed;
	visibility: visible;
	top: 120px;
	z-index: 99999;
	margin-left: -50px;
}
.floor-fixed-panel li {
	list-style: none;
	margin-left: 0;
	height: 38px;
	
}
.floor-fixed-panel li a {
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
}
.floor-fixed-panel li i {
	position: absolute;
	top: 7px;
	left: 2px;
	content: '';
	width: 26px;
	height: 26px;
	display: block;
	margin: 0;
}
.floor-fixed-panel li span {
	color: #fff;
	display: none;
	padding: 0 10px 0 0;
	margin-left: 30px;
	font-size: 13px;
	white-space: nowrap;
}
.floor-fixed-panel li a:hover {
	 background-color:#E5101D;
	 text-decoration:none;
	 z-index:9;
	 position:absolute
}
.floor-fixed-panel li a:hover i {
}
.floor-fixed-panel li a:hover span {
 	display:block
}
.floor-fixed-panel li a.current {
	 background-color:#E5101D;
	 min-width:30px;
	 z-index:9
}
.floor-fixed-panel li a.current i {
}
.industry-floor-box .icon-navigation{
	background: url(../images/icon-all-2.png) no-repeat;
}
.industry-floor-box .icon-navigation.icon-186 {
	background-position: -23px -278px;
}
.industry-floor-box a:hover .icon-navigation.icon-186,
.industry-floor-box .current .icon-navigation.icon-186 {
	background-position: -58px -278px;
}
.industry-floor-box .icon-navigation.icon-187 {
	background-position: -23px -307px;
}
.industry-floor-box a:hover .icon-navigation.icon-187,
.industry-floor-box .current .icon-navigation.icon-187 {
	background-position: -58px -307px;
}
.industry-floor-box .icon-navigation.icon-188 {
	background-position: -23px -336px;
}
.industry-floor-box a:hover .icon-navigation.icon-188,
.industry-floor-box .current .icon-navigation.icon-188 {
	background-position: -58px -336px;
}
.industry-floor-box .icon-navigation.icon-189 {
	background-position: -23px -360px;
}
.industry-floor-box a:hover .icon-navigation.icon-189,
.industry-floor-box .current .icon-navigation.icon-189 {
	background-position: -58px -360px;
}
.industry-floor-box .icon-navigation.icon-215 {
	background-position: -23px -386px;
}
.industry-floor-box a:hover .icon-navigation.icon-215,
.industry-floor-box .current .icon-navigation.icon-215 {
	background-position: -58px -386px;
}

.industry-floor-box .icon-navigation.icon-190 {
	background-position: -23px -411px;
}
.industry-floor-box a:hover .icon-navigation.icon-190,
.industry-floor-box .current .icon-navigation.icon-190 {
	background-position: -58px -411px;
}
.industry-floor-box .icon-navigation.icon-191 {
	background-position: -23px -437px;
}
.industry-floor-box a:hover .icon-navigation.icon-191,
.industry-floor-box .current .icon-navigation.icon-191 {
	background-position: -58px -437px;
}
.industry-floor-box .icon-navigation.icon-192 {
	background-position: -23px -468px;
}
.industry-floor-box a:hover .icon-navigation.icon-192,
.industry-floor-box .current .icon-navigation.icon-192 {
	background-position: -58px -468px;
}
.industry-floor-box .icon-navigation.icon-273,
.industry-floor-box .icon-navigation.icon-274,
.industry-floor-box .icon-navigation.icon-275 {
	background-position: -23px -500px;
}
.industry-floor-box a:hover .icon-navigation.icon-273,
.industry-floor-box .current .icon-navigation.icon-273,
.industry-floor-box a:hover .icon-navigation.icon-274,
.industry-floor-box .current .icon-navigation.icon-274,
.industry-floor-box a:hover .icon-navigation.icon-275,
.industry-floor-box .current .icon-navigation.icon-275 {
	background-position: -58px -500px;
}
.industry-floor-box .icon-navigation.icon-288 {
	background-position: -23px -531px;
}
.industry-floor-box a:hover .icon-navigation.icon-288,
.industry-floor-box .current .icon-navigation.icon-288 {
	background-position: -58px -531px;
}
.industry-floor-box .icon-navigation.icon-277 {
	background-position: -23px -587px;
}
.industry-floor-box a:hover .icon-navigation.icon-277,
.industry-floor-box .current .icon-navigation.icon-277 {
	background-position: -58px -587px;
}
.industry-floor-box .icon-navigation.icon-278 {
	background-position: -23px -558px;
}
.industry-floor-box a:hover .icon-navigation.icon-278,
.industry-floor-box .current .icon-navigation.icon-278 {
	background-position: -58px -558px;
}
.industry-floor-box .icon-navigation.icon-291 {
	background-position: -23px -617px;
}
.industry-floor-box a:hover .icon-navigation.icon-291,
.industry-floor-box .current .icon-navigation.icon-291 {
	background-position: -58px -617px;
}
.industry-floor-box .icon-navigation.icon-299 {
	background-position: -23px -644px;
}
.industry-floor-box a:hover .icon-navigation.icon-299,
.industry-floor-box .current .icon-navigation.icon-299 {
	background-position: -58px -644px;
}
.industry-floor-box .icon-navigation.icon-300 {
	background-position: -23px -670px;
}
.industry-floor-box a:hover .icon-navigation.icon-300,
.industry-floor-box .current .icon-navigation.icon-300 {
	background-position: -58px -670px;
}

.contact_item_name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
.contact_item_content {
	margin: 0 0 20px 0;
}
.adr.horizontal.divider, .adr.horizontal.divider-top {
	text-align: center;
	font-size: 11px;
	color: #999;
	position: relative;
	display: table;
	white-space: nowrap;
	margin-bottom: 12px;
	margin-top: 12px;
}
.adr.horizontal.divider::before, .adr.horizontal.divider-top::before {
	content: '';
	display: table-cell;
	width: 50%;
	position: relative;
	/* background-color: red; */
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
	background-position: calc(-14px + 100%) 50%;
}
.adr.horizontal.divider::after, .adr.horizontal.divider-top::after {
	content: '';
	display: table-cell;
	width: 50%;
	position: relative;
	/* background-color: red; */
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
	background-position: calc(14px + 0%) 50%;
}
.form_login_authen_new .btn-facebook {
	background-color: #225B99;
	color: #FFFFFF;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-image: url('../images/btn-facebook.background.png');
	background-position: 16px center;
}
.form_login_authen_new .btn-facebook:hover {
	background-color: #225B99;
	color: #FFFFFF;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-image: url('../images/btn-facebook.background.png');
	background-position: 16px center;
	opacity:0.8;
}
.form_login_authen_new .btn-google-plus {
	background-color: #D94D39;
	color: #FFFFFF;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-image: url('../images/btn-google-plus.background.png');
	background-position: 16px center;
}
.form_login_authen_new .btn-google-plus:hover {
	background-color: #D94D39;
	color: #FFFFFF;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-image: url('../images/btn-google-plus.background.png');
	background-position: 16px center;
	opacity:0.8;
}
.form_login_authen_new .btn-block{ margin-bottom:5px;}

.header-customer-box .dropdown-menu a.bg-red {
	 color:#fff;	
}
.header-customer-box .dropdown-menu a.bg-red:hover {
	background-color: #E5101D;
	opacity:0.8;
}
.header-customer-box .dropdown-menu { padding:10px;}
.form_login_authen_new .btn-register {
	background-color: #f58383;
	color: #FFFFFF;
}
.form_login_authen_new .btn-register {
	background-color: #f58383;
	opacity:0.8;
}
.blocks-products-noibat .sec-title,
.block-logo-home .sec-title {padding-top: 15px;}
.primary-box { margin-top:15px;}
.lists-carousel{ margin-bottom:40px;}
.lists-carousel .owl-controls .owl-dots { bottom:-40px;}
.sec-title {
	margin: 20px auto;
	position:relative;
}
.sec-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 0;
    background: #333;
    text-align: center;
    margin: 8px auto 20px auto;
}
.sec-title >div{
	font-weight: 500;
	font-style: normal;
	font-size: 27px;
	text-align: center;
	position: relative;
}
.sec-title h1,
.sec-title h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 27px;
	text-align: center;
	position: relative;
}
.sec-title h1 {display: inline-block;}
.sec-title h2 span{
  color: #e5101d;
}
.sec-title span.decor {
  background: #e5101d none repeat scroll 0 0;
  height: 2px;
  width: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top:10px;
	display:none;
}
.sec-title span.decor:before{
  position: absolute;
  top: -3px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #e5101d;
  content: "";
}
.product-list .product-container .ImageOverlayCa {
 background:rgba(0,0,0,0.07);
 height:100%;
 left:-100%;
 position:absolute;
 z-index:1;
 top:0;
 width:100%;
 -webkit-transition:all 0.3s;
 -moz-transition:all 0.3s;
 -o-transition:all 0.3s;
 transition:all 0.3s
}
.product-list .product-container:hover .ImageOverlayCa {
 left:0;
}
.product-list .ImageWrapper {
 float:left;
 width:100%;
 overflow:hidden;
}
.product-list .product-container .product-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	left: -100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-list .product-container:hover .product-button {
 left:50%;
 transform: translate(-50%, -50%);
}
.product-list .product-button a{
	border: none;
	background: rgba(0,0,0,0);
	color: #000000;
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.product-list .product-button a i{
	font-size: 24px;
	line-height: 40px;
}
.product-list .product-button a:hover i{
	color:#e5101d;
}
.hotline {
  margin-top: 4px;
  text-align:right;
}
.hotline .re-hotline {
  color: #e5101d;
  font-weight: bold;
  line-height:19px;
}
.hotline .re-hotline p {
    display: inline-block;
    margin-left: 50px;
    position: relative;
}
.hotline .re-hotline span {
    top: 0;
    left: -30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -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%;
}
.hotline .re-hotline a {
  color: #e5101d;
  font-size: 21px;
  font-weight: bold;
}
.hotline .re-hotline i {
	color: #fff;
	margin: -2px 3px 0 0;
	font-size: 21px;
	display: inline-block;
}
.hotline .content-hotline {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0;
}
.hotline .content-hotline:last-child { 
	margin-right:0;
}
.hotline .re-hotline span {
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}
.comment-products-login.form_login_authen_new {
	padding:10px 0 !important;
}
.comment-products-login {
	font-size:17px;
}
.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;	
}
.show-brand.muakem .navbar-brand .icon-icons206 {
	font-size: 21px;
	display: inline-block;
	margin-top: 9px;
	margin-right: 12px;
}
/*
#product-comment {
	border: 1px solid #f1f1f1;
	border-top: none;
	padding: 0 10px;
}
*/
.dropdown-menu-sub {
	top: 22px;
	border-radius: 0;
	padding-top: 0;
	border: none;
}
#imgrandom { cursor:pointer;}
.shownews-view a img {
	margin-bottom: 15px;
}
.shownews-view h1{
	font-size: 32px;
	margin-bottom: 20px;
}
.shownews-view h2{
	font-size: 21px;
	margin-bottom: 20px;
}
#page_content__segment_menu__info__button > .button-group-1 { width:100%;}
#page_content__segment_menu__info__button > .button-group-2 { display:none;}
#trademark-list .payment-block i{
	margin-left: 0;
	font-size: 24px;
	color: #fff;
	vertical-align: -3px;
}
#trademark-list .payment-block i:last-child {
	margin-left: 15px;
}
.view-brand-list { }
.view-brand-list .row-brand{ margin-bottom:40px; background:#fff;}
.brand-sub {}
.brand-avata-thumb .adr.horizontal.divider {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
	position:relative;
}
.brand-avata-thumb::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px 0px 10px 0;
    background: #dfdfdf;
	display:none;
}
.brand-avata-thumb a{  }
.view-brand-list .tags-b ul li a {
	background: transparent none repeat scroll 0 0;
	color: #555;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	margin-right: 10px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	display: block;
}
.view-brand-list .tags-b ul li a:hover {
    color: #fff;
	background:#4f4f4f;
	border: 1px solid #4f4f4f;
}
.view-brand-list .tags-b ul li a span {
	color: #666;
	float: right;
}
.view-brand-list .tags-b ul li a:hover span{ color:#fff; }

.check-box-list-brand{}
.check-box-list-brand li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: normal;
	float: left;
	position: relative;
	width:30px;
	height:30px;
}
.check-box-list-brand li label {
	width: 20px;
	height: 20px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	cursor:pointer;
}
.tags-b li { padding:0;}
.brand-list-price ul{ padding:15px 0 0 0px;}
.brand-list-price li {
    display:inline-block;
	margin-right:15px;
}
.brand-list-price ul a {
	padding: 0px 0 5px 0px;
	position: relative;
	display: inline-block;
}

.brand-list-price ul a::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);
	content: "\f155";
	margin-right: 10px;
}
.tn-list-price ul{ padding:0px 0 0 0px;}
.tn-list-price ul a {
	padding: 0px 0 5px 0px;
	position: relative;
	display: inline-block;
	font-size: 12px;
}

.tn-list-price ul a::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);
	content: "\f155";
	margin-right: 10px;
}
.list-price-tinhnang li { display:inline-block; margin-right:10px;}
.list-price-tinhnang { padding:0;}
.check-box-list-tn{}
.check-box-list-tn li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: normal;
	float: left;
	position: relative;
	width:30px;
	height:30px;
}
.check-box-list-tn li label {
	width: 20px;
	height: 20px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	cursor:pointer;
}
.view-tn-list { }
.view-tn-list .row-tn {
	margin-bottom: 20px;
	background: #fff;
	padding: 10px 15px;
}
.tn-avata-thumb {
	font-size: 25px;
	text-transform: uppercase;
	
	margin-bottom:10px;
}
.view-tn-list .tags-b ul li a {
	background: transparent none repeat scroll 0 0;
	color: #555;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	margin-right: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	display: block;
}
.view-tn-list .tags-b ul li a:hover {
    color: #fff;
	background:#4f4f4f;
	border: 1px solid #4f4f4f;
}
.view-tn-list .tags-b ul li a span {
	color: #666;
	font-size: 11px;
	float: right;
}
.view-tn-list .tags-b ul li a:hover span{ color:#fff; }
.tn-sub p{ font-size:14px; margin-bottom:10px;}

.block-footer-link .f-hotline {
	margin-top:25px;	
}
.block-footer-link .f-hotline .i-hot {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.block-footer-link .f-hotline .i-hot i {
	font-size: 34px;
	display: inline-block;
}
.block-footer-link .f-hotline h4 {
  
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  margin-bottom: 0;
}
.block-footer-link .f-hotline h4 span {
  font-size: 15px;
  display: block;
  line-height: 14px;
}
.block-footer-link .f-hotline h4 a {
	color: #fff !important;
	font-size: 25px;
	font-weight:bold;
}
.block-footer-link .f-hotline .f-hotline-inner {
	display:inline-block;
	margin-bottom:20px;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	margin: -1px;
}
#main-menu .dropdown-menu.dropmenu-pro { width:1170px; border:none;}
#main-menu .dropdown-menu.dropmenu-pro{
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main-menu .dropdown-menu.dropmenu-pro.bgm-jbl {
	background-image: url(../images/bg-menu-jbl.png);
}
#main-menu .dropdown-menu.dropmenu-pro.bgm-akg {
	background-image: url(../images/bg-menu-akg.png);
}
#main-menu .dropdown-menu.dropmenu-pro.bgm-harman-kardon {
	background-image: url(../images/bg-menu-harman-kardon.png);
}
#main-menu .dropdown-menu.dropmenu-pro.bgm-infinity {
	background-image: url(../images/bg-menu-infinity.png);
}
#main-menu .dropdown-menu.dropmenu-pro.bgm-q-acoustic {
	background-image: url(../images/bg-menu-qacoustics.png);
}
.nav_main_sub_col {
	vertical-align: top;
	padding: 0 5px;
	border-right: 0px dashed #000;
}
.nav_main_sub_col._sub_col_width {}
.nav_main_sub_col h3{ text-transform:uppercase; font-size:19px; margin-bottom:10px;}
.nav_main_sub_col h3 a{
	color:#E5101D;
}
.nav_main_sub_col li {
	padding: 4px 0;
	list-style: none;
	position: relative;
	display:inline-block;
	width: 220px;
}
.nav_main_sub_col._sub_col_width li {width: 170px;}
.nav_main_sub_col li::before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: 1px solid #bbb;
	position: absolute;
	left: 0;
	top: 15px;
}
.nav_main_sub_col li a {
	font-size: 16px;
	padding: 0px 0px 0px 15px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	color: #414141;
}
.count-number-prod {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	min-width: 14px;
	min-height: 14px;
	text-align: center;
	margin-left: 10px;
	background: #EBEBEB;
	color: #666;
	font-size: 9px;
	padding: 2px 3px;
	display: inline-block;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.count-number-prod-w {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	min-width: 14px;
	min-height: 14px;
	text-align: center;
	margin-left: 10px;
	background: #1f1f1f;
	color: #fff;
	font-size: 9px;
	padding: 2px 3px;
	display: inline-block;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size:11px !important;
}
.nav_main_sub_col li a:hover .count-number-prod,
.vertical-dropdown-menu .mega-group-header span a:hover .count-number-prod-w { opacity:1;}
.col-navi-list-name .nav_main_sub_col{ border-right:none;}
.col-navi-list-name .nav_main_sub_col li a{ 
	color:#fff;
}
.col-navi-list-name h3 {
	font-size: 19px;
	margin-bottom: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.col-navi-list-name .nav_main_sub_col li {
	line-height: 16px !important;
}
.search-suggestions { font-size:13px; font-style:italic; padding-top:2px;}
.search-suggestions span.suggestions-title { width:80px; display:inline-block;}
.search-suggestions span.suggestions-res {}
.search-suggestions span.suggestions-res a{ padding-right:4px;}


.sticky-bottom {
    bottom: 0;
    font-size: 18px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.sticky-bottom ul {
    margin: 0;
    padding: 0;
}
.sticky-bottom ul li {
    border-right: 0px solid #fff;
    display: inline-block;
    width: 100%;
    float: left;
}
.but-pro-muangay {
    background: #459d02;
}
.sticky-bottom .btn-add-cart-quick {
    color: #fff;
    height: 45px;
    display: block;
    margin-top: 5px;
}
.sticky-bottom span {
    font-size: 15px;
}
.sticky-bottom .but-pro-zalo {
    display: inline-block;
    position: relative;
    background: #5AC5EF;
}
.sticky-bottom .but-pro-zalo a {
    display: block;
    text-decoration: none;
    outline: none;
    color: #fff;
    text-align: center;
}
.sticky-bottom .but-pro-zalo .zaloButton i {
    background: url(../images/hotbutton/zalo.png) center center no-repeat;
    background-size: auto;
    background-size: 57%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.sticky-bottom ul li:last-child {
    border-right: none;
}
.but-pro-phone {
    background: #e5101d;
    height: 50px;
    display: block;
}
.but-pro-phone a {
    color: #fff;
    height: 50px;
    display: block;
    line-height: 50px;
}
.but-pro-phone i {
    line-height: 50px;
    font-size: 23px;
    margin-right: 5px;
}

.showcontents-detail .ovlarticle, .showcontentsPro-detail .ovlarticle, .about-contents .ovlarticle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
}
.showcontentsPro-detail {
    overflow: hidden;
    height: 200px;
    position: relative;
}
.readmore {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    color: #76b51b !important;
    margin: 10px auto;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border-radius: 4px;
    padding: 5px 0;
}
.readmore::after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #76b51b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.list-combos .listComboShow {padding:20px 0;}
.list-combos .listComboShow:nth-child(2n) {
    background: #ffffff;
}
.list-combos .listComboShow:nth-child(2n+1) {
    background: #ffffff;
}
.list-combos .listComboShow span.page-heading-title-count {
    font-size: 15px;
    color: #999;
    text-transform: none;
    display: inline-block;
    margin-left: 0px;
    margin-top: 1px;
    font-weight: 400;
}
.list-combos .listComboShow .product-list.grid li {
	margin-bottom: 0px;
}
.columns-result-combo {padding:10px 0;}

.bg-tongcombo, .bg-nguyenbo, .bg-tietkiem {
	border-radius: 5px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	margin: 0 auto;
	padding: 8px 5px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}
.bg-tongcombo {
	background: #0088cc;
}
.bg-nguyenbo {
	background: #ff6600;
}
.bg-tietkiem {
	background: #76b51b;
}
.but-combo-4{margin-top:15px;}
.sec-title ._seeall {
    float: right;
    background: #444;
    padding: 3px 6px;
    margin-top: -25px;
    border-left: 3px solid #ed1c24;
    overflow: hidden;
    position: relative;
    text-transform: none;
    font-weight: normal;
    display: none;
}
.sec-title ._seeall a{
	color:#fff;
	font-size:14px;
}
.sec-title ._seeall:hover {
	background: #ed1c24;
	border-left: 3px solid #444;
}
.sec-title ._seeall:hover a{
	color:#fff;
}
.read-combo { text-align:center;}
.but-detail-combo {
	display: inline-block;
	width: auto;
	
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding: 5px 12px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.but-detail-combo:hover {
	background:#ed1c24;
	border: 1px solid #ed1c24;
	color:#fff;
}
.list-combo-chon{padding:5px 0 20px 0;}
.list-combo-chon h3{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Roboto condensed";
}
.list-combo-chon li{margin:15px 0;}
.list-combo-chon li .combo-number {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	color: #fff;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	background: #76b51b;
	font-weight: bold;
	font-family: "Roboto condensed";
	font-size: 14px;
}
.list-combo-chon li .combo-name{
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto condensed";
	line-height:32px;
}
.but-combo {margin-bottom:5px;}

.icon-navigation-left {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 4px;
}
.icon-navigation-leftmb {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
}

.block-news-home {
	margin-top: 30px;
}
.newshome-list { margin-top:10px;}
.newshome-list li{ margin-bottom:30px;}
.newshome-list .sub-content {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 17px;
}
.newshome-list .main-content {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    width: 100%;
    overflow: hidden;
}
.newshome-list .date-time, .blog-detail-wrapper .date-time {
	width: 100%;
	padding: 10px;
	background-color: #0088cc;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.newshome-list .date-time a, .blog-detail-wrapper .date-time a {
	color: inherit;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}
.newshome-list .date-time .day, .blog-detail-wrapper .date-time .day {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.newshome-list .date-time .month, .blog-detail-wrapper .date-time .month {
	margin-right: 2px;
}
.newshome-list .date-time .month, .newshome-list .date-time .year, .blog-detail-wrapper .date-time .month, .blog-detail-wrapper .date-time .year {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}
.newshome-list .sub-content .block-info a {
	display: block;
	position: relative;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	padding: 0px 10px 0px 20px;
	white-space: nowrap;
}
.newshome-list .sub-content .block-info a.view::before {
    content: "\f06e";
}
.newshome-list .sub-content .block-info a::before {
    font-family: "FontAwesome";
    font-size: inherit;
    color: #dadada;
    margin-right: 6px;
    transition: all 0.3s ease;
}
.newshome-list li .left-block {
    position: relative;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
}
.newshome-list li .left-block img {
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.newshome-list li:hover img{
    
  -webkit-transform: scale(1.2,1.2);
  -webkit-transform-origin: top right;
  -moz-transform: scale(1.2,1.2);
  -moz-transform-origin: top right;
  -o-transform: scale(1.2,1.2);
  -o-transform-origin: top right;
  transform: scale(1.2,1.2);
  transform-origin: top right;
}
.newshome-list li .left-block a {
	display: block;
	overflow: hidden;
	position:relative;
}
.newshome-list li .left-block .decsription-news {
    padding: 0;
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    height: 50px;
}
.newshome-list .title-news {
    margin: 0 0 10px 0;
    overflow: hidden;
}
.newshome-list .title-news a {
	font-size: 21px;
	line-height: 22px;
}
.newshome-list .title-news a::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px 0px 10px 0;
    background: #dfdfdf;
}
.newshome-list .right-block {
	padding-top: 15px;
	padding-bottom: 15px;
}
.newshome-list .date-title {
	color: #666;
	font-size: 15px;
}
.newshome-list .date-title span{
	margin-right:10px;
}


.newspage-list { margin-top:10px;}
.newspage-list li {
	overflow: hidden;
margin-bottom:20px;
}
.newspage-list li .product-container {border:1px solid #f1f1f1; border-radius:3px;}
.newspage-list .sub-content {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 14px;
}
.newspage-list .main-content {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	padding:0 10px;
}
.newspage-list .date-time {
	color: #999;
	text-align: left;
	display: inline-block;
	padding-top: 4px;
}
.newspage-list .date-time a{
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}

.newspage-list .sub-content .block-info a {
	display: block;
	position: relative;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	padding: 0px 10px 0px 20px;
	white-space: nowrap;
}
.newspage-list .sub-content .block-info a.view::before {
    content: "\f06e";
}
.newspage-list .sub-content .block-info a::before {
    font-family: "FontAwesome";
    font-size: inherit;
    color: #dadada;
    margin-right: 6px;
    transition: all 0.3s ease;
}
.newspage-list li .left-block{position:relative;overflow:hidden;padding:0;}
.newspage-list li .left-block img {
	transition: all 0.5s;
	webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	margin: 0 auto;
	height: 240px;
	width:100%;
	object-fit: cover;
}
.newspage-list li:hover img{
    
  -webkit-transform: scale(1.2,1.2);
  -webkit-transform-origin: top right;
  -moz-transform: scale(1.2,1.2);
  -moz-transform-origin: top right;
  -o-transform: scale(1.2,1.2);
  -o-transform-origin: top right;
  transform: scale(1.2,1.2);
  transform-origin: top right;
}
.newspage-list li .left-block a {
	display: block;
	overflow: hidden;
	position:relative;
}
.newspage-list li .left-block .decsription-news {
    padding: 0;
    line-height: 26px;
    font-size: 16px;
}
.newspage-list .title-news {
	margin: 0;
	height: 45px;
	overflow: hidden;
}
.newspage-list .title-news a {
	font-size: 19px;
	line-height: 22px;
	color: #333333;
}
.newspage-list .title-news a:hover {
	color: #0088cc;
}
.newspage-list .right-block {
	padding: 10px 0;
}
.newspage-list ._seeall {
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: right;
	border-left: 3px solid transparent;
	
}
.newspage-list ._seeall a{
	color:#333;
	font-size:14px;
	padding:2px 6px;
}
.newspage-list ._seeall:hover {
	border-left: 3px solid #e01200;
	color:#e01200
}
.newspage-list ._seeall:hover a{
	color:#e01200;
}
.newspage-list .post-meta {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
}

.show-content-pro h2, 
.show-content-pro h3{
	margin: 20px 0 10px 0;
	color: #0088cc;
	position:relative;
}
.show-content-pro h2::after,
.show-content-pro h3::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	margin: 10px 0px 20px 0;
	background: #0088cc;
}
.show-content-pro h4,
.show-content-pro h5,
.show-content-pro h6 {
	margin: 20px 0 10px 0;
	color: #ed1c24;
	position:relative;
	font-size:15px;
}
.show-content-pro h4::after,
.show-content-pro h5::after,
.show-content-pro h6::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	margin: 10px 0px 20px 0;
	background: #ed1c24;
}
.show-content-pro img { margin:10px 0;}
#logoBrands {
	padding: 20px 0 35px 0;
}
#logoBrands li {
	
}
#logoBrands .owl-stage-outer {
	
}
#logoBrands .subcategory-item-img {
    width: 100%;
	filter: grayscale(100%);
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding-top:88%;
}
#logoBrands .subcategory-item-img:hover {
	filter: grayscale(0%);
	border: 1px solid #ed1c24;
}
#logoBrands .owl-carousel .owl-item img {
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}

#logoBrands .owl-carousel .owl-item img:hover {
	border: 1px solid #ed1c24;
}
#logoBrands .owl-controls .owl-dots {
	bottom: -30px;
}
#logoBrands .owl-controls .owl-dots .owl-dot.active {
	background-color: #e5101d;
	border-color: #e5101d;
	opacity: 1;
}
.columns-container-products .header-search-box {
	margin:0 0 20px 0;
}
.header-search-box .form-inline{
   position:relative;    
}
.header-search-box .form-inline .input-serach {
	width: 100%;
}
.header-search-box .form-inline .input-serach input {
	border: 1px solid #333;
	border-radius: 5px;
	padding: 9px 15px 7px 15px;
	width: 100%;
}
.header-search-box .form-inline .btn-searchContent {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #333;
	text-align: center;
	line-height: 40px;
}
.header-search-box .form-inline .btn-searchContent .icon-icons-search {
	margin-top: 8px;
	display: inline-block;
}
.header-search-box .form-inline .btn-searchContent:hover{
  opacity: 0.8;
}
.columns-container-products .header-search-box .form-inline .input-serach input {
	padding-bottom: 9px;
}
#displayContent {

	background: #ffffff none repeat scroll 0 0;

	display: none;

	float: left;

	left: 0px;

	overflow: hidden;

	position: absolute;

	top: 100%;

	width: 100%;

	z-index: 200000;

	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}
.auto_search li a strong {
    color: #111;
}
.product-title__btn-features {
    font-size: 14px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity 0.85s ease;
    width: 40%;
    padding: 6px 10px;
    z-index: 1;
    border: solid 2px #ed1c24;
    background-color: #ed1c24;
    font-weight: 400;
    margin: 0 auto;
    color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(225, 226, 230, 0.4);
    -moz-box-shadow: 0px 5px 20px 0px rgba(225, 226, 230, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(225, 226, 230, 0.4);
    border-radius: 50px;
    top: 33%;
}
.product-list .product-container:hover .product-title__btn-features {
	opacity: 1;
	color: #fff;
	outline: none; 
}
.product-title__btn-features a {
    color: #fff;
}
.line-throught {
    position: relative;
}
.line-throught::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #4e4e4e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.block-support-pro { background:#fff; margin:20px 0; text-align:center;}

.block-support-pro .sp-contact-info {
	list-style: outside none none;
	padding: 10px 0 10px 0;
}

.block-support-pro .sp-contact-info li:first-child {

}

.block-support-pro .sp-contact-info li {
}

.block-support-pro .sp-contact-info li i {
    color: #e5101d;
    display: inline-block;
    font-size: 46px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e5101d;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
}
.block-support-pro .sp-contact-info li i.fa-envelope-o {
	margin-right:8px;
}

.block-support-pro .sp-contact-info li p.contact-content {
  font-size: 17px;
  margin-top:15px;

}
.block-support-pro .sp-contact-info li p.contact-content span {
	display: block;
	margin: 0px;
	font-size: 16px;
}
.block-support-pro .sp-contact-info li p.contact-content span:first-child {
    color: #333;
    font-size: 21px;
    margin-bottom: 7px;
    font-weight: bold;
}
.block-support-pro .sp-contact-info li p.contact-content span.time {
  color: #555;
}

.block-list-muakem {margin:30px 0 0 0;}

.combo-content {
    overflow: hidden;
    padding: 10px 10px 0 
}
.combo-content ul {
    list-style: none;
}
.combo-content li {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 16px;
    display: block;
    position: relative;
}
.combo-content li::before {
    content: "\f046";
    margin-right: 10px;
    font-size: 15px;
}
.combo-content 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: 400;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0,0);
    color: #666;
}
.combo-image {
    padding: 10px 0;
	text-align:center;
}
.combo-call {margin:20px 0;}
.content-text ul {
 list-style:outside none none;
 margin-bottom:0;
 padding-left:20px;
 text-align:justify
}
.content-text ul li {
 list-style:outside none square
}

.cart-toggle {
	position: absolute;
	right: 110px;
	top: 3px;
	line-height: normal;
	cursor: pointer;
}
.cart-toggle .link-cart {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.cart-icon {
	width: 35px;
}
.cart-icon, .cart-number {
	display: inline-block;
	vertical-align: middle;
}
.fs-page img {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
}
.fs-pc {
	display: block;
}
.icon img {
	width: 100%;
}
.cart-number {
	position: absolute;
	top: -10px;
	left: -18px;
	padding: 0 5px;
	background-color: #e5101d;
	color: #fff;
	width: auto;
	height: 23px;
	min-width: 23px;
	line-height: 24px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.user-toggle {
	position: absolute;
	top: 0;
	right: 50px;
	width: 50px;
	height: 26px;
	background: url(../images/hdr-icon-user.png) no-repeat center center;
	cursor: pointer;
}
.user-toggle::before {
    left: 0;
}
.user-toggle::after, .user-toggle::before {
    content: '';
    position: absolute;
    top: 43%;
    width: 1px;
    height: 40px;
    background-color: #5b5b5b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-toggle::after {
    right: 0;
}
.flashdeal-link {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 26px;
	background: url(../images/hdr-fire.png) no-repeat scroll center center transparent;
	cursor: pointer;
}
.flashdeal-link a{width:50px;height:50px; display:block;}

#stepOrder .step-order .pg-circle {
    width: 40px;
    z-index: 1;
}
#stepOrder .step-order .step-order .active{
    color: #e5101d;
}
#stepOrder .step-order .pg-line {
    width: calc(100% - 40px);
    z-index: 0;
}
#stepOrder .step-order .pg-circle.active i {
    color: #FFF;
    background: #e5101d;
    border: solid 1px #e5101d;
}
#stepOrder .step-order .pg-circle i {
    display: block;
    padding: 6px 10px;
    width: 40px;
    color: #979797;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
    font-weight: bold;
    border: solid 1px #989898;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.12);
}
#stepOrder .step-order .pg-line .pg-line-bg {
    width: 100%;
    display: block;
    height: 10px;
    top: 24px;
    position: relative;
    left: -2px;
    overflow: hidden;
    background: #e9e9e9;
}
#stepOrder {margin:15px 0 30px 0;}
#stepOrder .step-order {
    padding: 0;
    position: relative;
	margin-right:-3px;
}
#stepOrder .step-order .hd-text {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#stepOrder .step-order .active .hd-text {
    color:#e5101d;
}
#stepOrder .step-order .pf-line-hd {
    position: absolute;
    left: 45px;
    top: 0;
}
#stepOrder .step-order .pg-line .active-100 {
    background: #e5101d;
    height: 10px;
    display: block;
    width: 100%;
}
.block-products-menu .product-list .product-container {
    border-right: 0px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;
    padding: 0px;
}
.block-products-menu .product-list li .left-block img {
    height: 186px;
}
.commitment {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin-top:15px;
}
.commitment a {
    color: #333;
	font-size:14px;
}

.genuine, .guarantee, .technical{
    position: relative;
    margin-left: 4.4%;
}
.genuine, .guarantee, .technical{
    display: inline-block;
    vertical-align: middle;
}
.genuine {
    padding: 0 0 0 40px;
	margin-left:0;
}
.guarantee {
    padding: 0 0 0 40px;
}
.genuine::before {
   content:"\f046";
}
.guarantee::before {
	content:"\f046";
}
.technical {
    padding: 0 0 0 40px;
}
.technical::before {
   content:"\f046";
}

.genuine::before, .guarantee::before, .technical::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 34px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
	color:#ad0800;
}
.commitment strong {
    display: block;
}

.block-products-cunggia, .list-products-sale{ margin-bottom:40px;}
.block-products-cunggia .owl-controls .owl-dots, .list-products-sale .owl-controls .owl-dots{ bottom:-40px;}
.category-slider, .category-slider ul li {
    position: relative;
}
.category-slider ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/mark.png);
    z-index: 1;
    left: 0;
    top: 0;
}
.category-slider::after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-image: linear-gradient(to right,#ad0800 0,#ffccca 25%,#ad0800 40%,#ffccca 49%,#ad0800 67%,#ffccca 84%,#ad0800 100%);
}

.section {
    padding: 30px 0 20px 0;
    position: relative;
}
.section-light {
    color: #fff;
}
.ykienkhachhang-section{background-image:url("../images/bg2.jpg");background-repeat:repeat;}
.ykienkhachhang-section::before {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background: rgb(0 0 0 / 50%);
}
/*testimonial 2*/
.ykienkhachhang-content { padding-top:0px;}
.m-a30 {
    margin: 30px;
}
.bg-white {
    background-color: rgb(255 255 255 / 80%);
}
.p-a30 {
    padding: 30px;
}
.testimonial-2 .testimonial-text {
	padding: 15px 0px;
	position: relative;
	text-align: center;
}

.testimonial-2 .testimonial-text .fa-quote-right {
	position: absolute;
	right: -15px;
	top: 0;
	font-size: 40px;
	color: rgb(0 0 0 / 30%);
}
.testimonial-2 .testimonial-text .fa-quote-left {
	position: absolute;
	left: -15px;
	top: 0;
	font-size: 40px;
	color: rgb(0 0 0 / 30%);
}
.testimonial-2 .testimonial-detail {
	padding: 0px;
	text-align: center;
}

.testimonial-2 .testimonial-pic, .testimonial-grid-2 .testimonial-pic {
    margin-right: 15px;
    width: 205px;
    height: 205px;
    border: 5px solid #fff;
    border-radius: 100%;
}

.testimonial-2 .testimonial-pic img, .testimonial-grid-2 .testimonial-pic img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 195px;
    height: 195px;
}

.testimonial-2 .testimonial-name,
.testimonial-2 .testimonial-position {
	padding: 2px 0;
}

.testimonial-2 .testimonial-name {
    color: #1a1a1a;
    margin-top: 30px;
    font-size: 21px;
    font-weight: 500;
}
.testimonial-2 .testimonial-position {
	color: #1a1a1a;
}

.testimonial-2 .quote-left:before {
	top: 50px;
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}

.testimonial-2.testimonial-bg .testimonial-name,
.testimonial-2.testimonial-bg .testimonial-position {
	color: #F5BF23;
}
.testimonial-text .desc {
    font-size: 17px;
    line-height: 26px;
    padding-left: 40px;
    padding-right: 40px;
	font-style:italic;
	min-height:80px;
}
.ykienkhachhang-section .section-title .heading,
.ykienkhachhang-section .section-title { color:#fff; font-size:21px; text-transform:uppercase;}
.ykienkhachhang-section .owl-controls .owl-dots .owl-dot{ background:#fff;}
.ykienkhachhang-section .owl-controls .owl-dots .owl-dot.active {
    background-color: #678e8b;
    border-color: #678e8b;
	width:40px;
}
.block-shadow {
    -webkit-box-shadow: 0 10px 20px 0 rgb(50 50 50 / 60%);
    box-shadow: 0 10px 20px 0 rgb(50 50 50 / 60%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 12px;
}
.ykienkhachhang-section .owl-controls .owl-prev, .ykienkhachhang-section .owl-controls .owl-next {
    background: transparent;
    color: #fff;
    font-size: 72px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    opacity: .6;
}
.ykienkhachhang-section .owl-controls .owl-prev:hover,
.ykienkhachhang-section .owl-controls .owl-next:hover{
    opacity: 1;
}
.ykienkhachhang-section .owl-controls .owl-next {
    right: -28px;
}
.ykienkhachhang-section .owl-controls .owl-prev {
    left: -28px;
}
.ykienkhachhang-section .owl-controls .owl-prev .fa, .ykienkhachhang-section .owl-controls .owl-next .fa {
    font-weight: 400;
}
.about-contents .ovlarticle{ display:none;}

.section-contact-home {
    padding: 30px 0;
    background: #fff;
    position:relative;
}
.section-contact-home:before {
	 height: 100%;
	 position: absolute;
	 top: 0;
	 right: 0;
	 left: 0;
	 content: "";
}
.contact-home-left {
    margin-top: 80px;
    text-align: center;
}
.contact-home-left h3{}
.contact-home-left h3 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.contact-home-left p{}
.contact-home-left p{
    margin-top: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}
.contact-home-left .box-hotline  {margin-top:20px;}

.contact-form .cusmo-input, .contact-form-2 .cusmo-input {
    background: transparent;
    border-color: #e9e8e8;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    padding: 8px 5px;
    width: 100%;
}
.contact-form .input-group-addon, .contact-form-2 .input-group-addon  {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: .6rem .9rem;
    min-width: 3.847rem;
    font-size: 17px;
    color: #525252;
    border-radius: 0;
    border: 0;
    background-color: transparent;
	vertical-align: top;
}
.contact-form .input-group-addon, .contact-form-2 .input-group-addon {
    width: 50px;
    padding: 8px 10px 8px 0;
	border-right:1px solid #dfdfdf;
}

.contact-form .has-float-label, .contact-form-2 .has-float-label { display:table-cell; position:relative;}
.contact-form .controls,.contact-form-2 .controls {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 5px 10px;
	margin:15px 0;
}
.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 15px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -1em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
	background:#fff;
}
.has-float-label .cusmo-input:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    opacity: .5;
    top: .8em;
    color: black !important;
}

.has-float-label .cusmo-input:placeholder-shown:not(:focus)+* {
    font-size: 16px;
    opacity: .5;
    top: .5em;
}
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}
.contact-form label.error {
    border: 1px dashed #b94a48;
    border-radius: 2px;
    color: #b94a48 !important;
    display: block;
    margin-top: 2px;
    padding: 2px 5px;
    font-size: 12px !important;
    bottom: 0;
    top: auto !important;
	margin-left:5px;
}