@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/N_9Jp7AwAheF7LtLH7gZjQ.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/HV_H5nosKj8mZupFxrHqHA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJdRATDOq67wrEgzGuSj1rg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nMSqxGqx1BqHsIjxNL4q2HQ.woff) format('woff');
}
@font-face {
  font-family: 'Tahoma';
  src: url(../fonts/Tahoma.ttf);
}
/*url*/
/*background-color*/
/*color*/
/*fonts*/
/**/
.no-padding {
  padding: 0;
}
.block {
  display: block;
  width: 100%;
}
.inline {
  display: inline-block;
}
.none {
  display: none;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.title-section {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0090c9;
  background-image: url(../img/icon/tang1.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.4s;
  height: 27px;
  /*&.winload{
		background-position: bottom left;
	}*/
}
.tab-sp {
  position: relative;
  margin-top: 15px;
}
body {
  min-height: 500px;
  margin: auto;
  font-size: 13px;
  font-family: "Arial", serif;
  font-weight: 400;
  color: #3d3e40;
  background-color: #ffffff;
}
a {
  color: #3d3e40;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #20b92c;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
img {
  max-width: 100%;
     
}
.product-img img{
     height: 175px;
}
.list .product-img img{

}
/*video responsive*/
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}
.btn {
  border-radius: 0;
  text-transform: capitalize;
}
.btn.form-control-feedback {
  border: none;
  pointer-events: auto;
}
.btn:focus {
  outline: none;
}
.btn-default,
.btn2 {
  color: #20b92c;
  background-color: transparent;
  border-color: #c62121;
}
.btn-default:hover,
.btn2:hover,
.btn-default:focus,
.btn2:focus,
.btn-default.focus,
.btn2.focus,
.btn-default:active,
.btn2:active,
.btn-default.active,
.btn2.active {
  color: #20b92c;
  background-color: transparent;
  border-color: #20b92c;
}
.open .btn-default.dropdown-toggle,
.open .btn2.dropdown-toggle {
  color: #20b92c;
  background-color: transparent;
  border-color: #20b92c;
}
.btn-default:active,
.btn2:active,
.btn-default.active,
.btn2.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle,
.open .btn2.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn2.disabled,
.btn-default[disabled],
.btn2[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn2,
.btn-default.disabled:hover,
.btn2.disabled:hover,
.btn-default[disabled]:hover,
.btn2[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn2:hover,
.btn-default.disabled:focus,
.btn2.disabled:focus,
.btn-default[disabled]:focus,
.btn2[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn2:focus,
.btn-default.disabled:active,
.btn2.disabled:active,
.btn-default[disabled]:active,
.btn2[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn2:active,
.btn-default.disabled.active,
.btn2.disabled.active,
.btn-default[disabled].active,
.btn2[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn2.active {
  background-color: transparent;
  border-color: #20b92c;
}
.btn-default .badge,
.btn2 .badge {
  color: transparent;
  background-color: #20b92c;
}
.btn-outline {
  color: #20b92c;
  background-color: transparent;
  border-color: #20b92c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:active,
.btn-outline.active {
  color: #20b92c;
  background-color: transparent;
  border-color: #20b92c;
}
.open .btn-outline.dropdown-toggle {
  color: #20b92c;
  background-color: transparent;
  border-color: #20b92c;
}
.btn-outline:active,
.btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #20b92c;
}
.btn-outline .badge {
  color: transparent;
  background-color: #20b92c;
}
/* btn 2 */
.btn-inverse {
  color: #ffffff;
  background-color: #20b92c;
  border-color: #20b92c;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active {
  color: #ffffff;
  background-color: #20b92c;
  border-color: #20b92c;
}
.open .btn-inverse.dropdown-toggle {
  color: #ffffff;
  background-color: #20b92c;
  border-color: #20b92c;
}
.btn-inverse:active,
.btn-inverse.active {
  background-image: none;
}
.open .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #20b92c;
  border-color: #20b92c;
}
.btn-inverse .badge {
  color: #20b92c;
  background-color: #ffffff;
}
/* btn-3 */
.btn-variant {
  color: #20b92c20b92c;
  background-color: transparent;
  border-color: #20b92c20b92c;
}
.btn-variant:hover,
.btn-variant:focus,
.btn-variant.focus,
.btn-variant:active,
.btn-variant.active {
  color: #20b92c20b92c;
  background-color: transparent;
  border-color: #20b92c20b92c;
}
.open .btn-variant.dropdown-toggle {
  color: #20b92c20b92c;
  background-color: transparent;
  border-color: #20b92c20b92c;
}
.btn-variant:active,
.btn-variant.active {
  background-image: none;
}
.open .btn-variant.dropdown-toggle {
  background-image: none;
}
.btn-variant.disabled,
.btn-variant[disabled],
fieldset[disabled] .btn-variant,
.btn-variant.disabled:hover,
.btn-variant[disabled]:hover,
fieldset[disabled] .btn-variant:hover,
.btn-variant.disabled:focus,
.btn-variant[disabled]:focus,
fieldset[disabled] .btn-variant:focus,
.btn-variant.disabled:active,
.btn-variant[disabled]:active,
fieldset[disabled] .btn-variant:active,
.btn-variant.disabled.active,
.btn-variant[disabled].active,
fieldset[disabled] .btn-variant.active {
  background-color: transparent;
  border-color: #20b92c20b92c;
}
.btn-variant .badge {
  color: transparent;
  background-color: #20b92c20b92c;
}
.btn-mua-ngay {
  background-color: #F45C37;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-position: center left 22px;
  background-repeat: no-repeat;
  background-image: url(../img/icon/cart2.png);
  text-align: center;
  padding-left: 64px;
  line-height: 40px;
  border-bottom: 3px solid #c0472a;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s;
  font-weight: bold;
}
.btn-mua-ngay:hover {
  color: #fff;
  background-color: #c63917;
  transition: all 0.3s;
}
/*well*/
.well {
  border-radius: 0;
}
/*list-group*/
.list-group-item:last-child,
.list-group-item:first-child {
  border-radius: 0;
}
/*alert*/
.alert {
  border-radius: 0;
}
/*img-thumbnail*/
.img-thumbnail {
  border-radius: 0;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail,
.img-rounded,
.img-circle {
  max-height: 100%;
}
/*pagination*/
.pagination {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.pagination > li {
  display: inline-block;
  margin:auto 2px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 5px;
  color: #fff;
  line-height: 25px;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  background:#656565;
  border:none
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff!important;
  background-color: #c62121;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: #fff;
  background-color: #c62121;
  border:none
}
.pagination i {
  width: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-color: #7b7b7b;
  border-radius: 100%;
  font-size: 12px;
}
.pagination .has-feedback input {
  height: 27px;
  border-radius: 15px;
  width: 112px;
  font-size: 11px;
  color: #474646;
  background-color: #DDDDDD;
}
.pagination .has-feedback input::-moz-placeholder {
  color: #474646;
  font-size: 11px;
}
.pagination .has-feedback button {
  height: 20px;
  font-size: 11px;
  color: #fff;
  background-color: #c62121;
  padding: 0 12px;
  border-radius: 15px;
  width: auto;
  right: 3px;
  top: 4px;
}
/*breadcrumb*/
.breadcrumb {
  background-color: #f1f1f1;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumb li {
  color: #3d3e40;
}
.breadcrumb li + li:before {
  color: #3d3e40;
  content: ">";
}
.breadcrumb a:hover {
  color: #c62121;
}
.breadcrumb .active {
  color: #c62121;
}
.breadcrumb .active:before {
  color: #c62121;
}
/*dropdown*/
.dropdown-menu > li > a {
  color: #3d3e40;
  padding: 6px 12px;
}
.dropdown-menu > li > a:hover {
  background-color: #20b92c;
  color: #fff;
}
.dropdown-menu .dropdown-header {
  color: #777;
  padding: 6px 12px;
}
/*----------media---------*/
.media {
  overflow: hidden;
}
.media .media-body {
  width: auto;
  display: block;
}
.media .media-body p {
  margin-bottom: 0;
}
.media .media-heading {
  font-size: 13px;
  font-weight: bold;
  color: #3d3e40;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media .media-heading:hover {
  color: #20b92c;
}
.media .media-object {
  max-width: 123px;
}
.media .media-content {
  overflow: hidden;
  height: 38px;
  text-overflow: ellipsis;
}
.media .xem-tiep {
  color: #c62121;
}
.media .xem-tiep:hover {
  color: #20b92c;
}
/*table*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 8px;
}
/*panel*/
.panel {
  border-radius: 0;
  border-width: 1;
  border-color: #e6e6e6 #e6e6e6 #e6e6e6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .panel-heading,
.panel .panel-footer {
  background-color: transparent;
  border-color: #e6e6e6;
  border-radius: 0;
}
.form-control {
  border-radius: 0;
}
.form-control::-moz-placeholder {
  color: #ddd;
  font-size: 13px;
}
.input-group-addon {
  border-radius: 0;
}
/*-----------/tab/-----------*/
.nav-tabs {
  margin-bottom: 0px;
  border-color: #20b92c;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  border-width: 1px 0px 0px;
  border-color: #ddd transparent transparent;
  margin-right: 0;
  color: #636260;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #ddd #ddd transparent;
  background-color: #fff;
  color: #20b92c;
}
.nav-tabs > li:first-child > a {
  border-width: 1px 0px 0px 1px;
  border-color: #ddd #ddd transparent;
}
.nav-tabs > li:last-child > a {
  border-width: 1px 1px 0px 0px;
  border-color: #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #20b92c;
  border-width: 3px 1px 0 1px !important;
  border-color: #20b92c;
}
/*-----------//-----------*/
.nav-pills {
  margin-bottom: 15px;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #4CB8FF;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #4CB8FF;
}
/*-----------//-----------*/
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px 0;
  overflow: hidden;
}
.tabs-sp-top {
  margin-top: 5px;
  width: 960px;
}
.tabs-sp-top .nav-tabs > li {
  float: left;
}
.tabs-sp-top .nav-tabs > li > a {
  border-width: 0px 0px 0px;
}
.tabs-sp-top .tab-content {
  border-color: #0090c9;
}
.tabs-sp-top .owl-sp-moi {
  padding: 0 30px;
}
.tab-sp .nav-tabs > li {
  float: right;
}
.tab-sp .nav-tabs > li:first-child > a {
  border-width: 1px 1px 0px 0;
  border-color: #ddd #ddd transparent;
}
.tab-sp .nav-tabs > li:last-child > a {
  border-width: 1px 0px 0px 1px;
  border-color: #ddd;
}
.tab-gioi-thieu-sp .nav-tabs {
  width: 910px;
}
.tab-gioi-thieu-sp .nav-tabs > li a {
  padding: 10px 42px;
}
.tab-gioi-thieu-sp .nav-tabs > li:last-child a {
  padding-right: 54px;
}
.tab-gioi-thieu-sp .tab-content {
  border-color: #20b92c;
  padding: 0px 30px 30px;
}
.tab-gioi-thieu-sp #detai-gioi-thieu {
  padding-top: 20px;
}
/*-----------//-----------*/
.carousel-control {
  height: 40px;
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
/*-----------//-----------*/
.carousel-indicators li {
  border-color: #fff;
  width: 13px;
  height: 13px;
  margin: 0;
}
.carousel-indicators .active {
  background-color: #fff;
  width: 13px;
  height: 13px;
}
#carousel-view-images {
  position: relative;
  /*.img-thumbails{
		padding-left: 0;
	}*/
  /*.img-lag{
		padding-right: 0;
	
		.btn-control{
			position: absolute;
			width: 100px;
			height: 100px;
			top: 50%;
			margin-top: -50px;
			background-color: red;
			&.left{
				left: 0;
			}
			&.right{
				right: 0;
			}
		}
	}*/
}
#carousel-view-images .carousel-indicators2 {
  /*position: relative;
		left: 0;
		margin-left: 0;
		background-color: transparent;*/
  /*width: 100%;*/
  /*li{
			width: 100%;
			height: auto;
			margin: 0;
			text-indent: 0;
			display: inline-block;
			float: none;
			border-radius: 0;
			margin-bottom: 5px;
			cursor: pointer;
			&.active{
				width: 100%;
				height: auto;
				margin: 0;
			}
		}*/
}
.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-item img {
  width: 100%;
}
.owl-controls {
  background-color: transparent;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  display: inline-block;
  height: 65px;
  width: 30px;
  text-align: center;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 99;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  background-color: #20b92c;
  color: #fff;
}
.owl-controls .owl-prev {
  left: 0;
  background-image: url(../img/icon/prew1.png);
}
.owl-controls .owl-next {
  right: 0;
  background-image: url(../img/icon/next1.png);
}
/*-----------//-----------*/
.owl-thumbnail {
  background-color: #F6F6F6;
  padding: 7px 30px;
}
.owl-thumbnail .owl-controls .owl-prev {
  background-color: transparent;
  background-image: url(../img/icon/prew3.png);
}
.owl-thumbnail .owl-controls .owl-next {
  background-color: transparent;
  background-image: url(../img/icon/next3.png);
}
.owl-thumbnail .item-product {
  padding: 0 5px;
  text-align: center;
}
.owl-logo-sp {
  background-color: #f7f7f7;
  padding: 12px 0;
  margin: 5px 0;
}
.owl-logo-sp .item {
  border-right: 1px dotted  #cccccc;
  text-align: center;
}
.owl-logo-sp .item img {
  display: inline-block;
}
.owl-logo-sp .owl-item {
  margin-right: 1px;
}
.owl-sp-moi {
  padding: 0 30px;
}
.owl-sp-moi .owl-controls .owl-prev {
  background-color: transparent;
  background-image: url(../img/icon/prew3.png);
  margin-top: -44px;
}
.owl-sp-moi .owl-controls .owl-next {
  background-color: transparent;
  background-image: url(../img/icon/next3.png);
  margin-top: -44px;
}
.owl-sp-moi .owl-item {
  border-right: 1px solid #ddd;
  margin-right: 2px;
}
.owl-sp-moi .owl-item img {
  width: auto;
}
.owl-img-thumbail {
  margin: 0 -8px;
  width: auto;
}
.owl-img-thumbail .item {
  padding: 0 8px 3px;
}
.owl-img-thumbail .item img {
  cursor: pointer;
  padding: 2px;
  border: 1px solid #dfdfdf;
}
.owl-img-thumbail .item:hover img {
  border-color: #543b0e;
}
.owl-img-thumbail .owl-controls .owl-prev {
  background-color: transparent;
  background-image: url(../img/icon/prew2.png);
}
.owl-img-thumbail .owl-controls .owl-next {
  background-color: transparent;
  background-image: url(../img/icon/next2.png);
}
.owl-sp-kem-theo .owl-controls .owl-prev {
  background-color: transparent;
  background-image: url(../img/icon/prew2.png);
  top: auto;
  bottom: 0;
}
.owl-sp-kem-theo .owl-controls .owl-next {
  background-color: transparent;
  background-image: url(../img/icon/next2.png);
  top: auto;
  bottom: 0;
}
.owl-slide {
  margin-bottom: 20px;
}
.wrap-search {
  position: relative;
  height: 80px;
}
.wrap-search .btn-search {
  text-align: center;
  line-height: 85px;
  display: block;
}
.wrap-search .search-transition {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap-search .search-transition.open input {
  width: 300px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px;
}
.wrap-search .search-transition.open .btn-search {
  background: #20b92c;
  color: #fff;
}
.wrap-search input {
  background: #ffffff;
  position: relative;
  height: 80px;
  width: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: none;
  padding: 0;
}
.wrap-search input:hover,
.wrap-search input:focus,
.wrap-search input:active {
  border: none;
}
.btn-setting .setting-group {
  border-radius: 0;
  min-width: 242px;
  border: 1px solid #ddd;
  padding: 0 20px;
  right: 0;
  left: auto;
  position: absolute;
  opacity: 0;
  background: #fff ;
}
.btn-setting .setting-group ul {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.btn-setting:hover .setting-group {
  opacity: 1;
  z-index: 99;
}
.btn-setting li {
  font-size: 11px;
}
.btn-setting li > a {
  padding: 6px 0;
  display: inline-block;
  font-size: 14px;
  color: #3d3e40;
  text-transform: uppercase;
  font-weight: 300;
}
.btn-setting li:hover {
  color: #20b92c;
}
.btn-setting li:hover a {
  color: #20b92c;
}
/*-----------/menu/-----------*/
.navbar {
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.navbar .navbar-nav > li > a {
  color: #3d3e40;
  padding: 15px 12px;
  font-size: 14px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #20b92c;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:focus {
  background-color: #20b92c;
  color: #fff;
}
.nav-menu2 {
  background-color: #20b92c;
  margin-left: 0;
}
.nav-menu2 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: bold;
  padding: 8px 23px;
  display: block;
  text-align: center;
}
.nav-menu {
  overflow: hidden;
  padding-top:20px;
}
.nav-menu .logo {
  display: none;
}
.nav-menu li {
  float: left;
  padding: 0;
}
.nav-menu li a {
  display: block;
  padding: 0 20px;
  line-height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  font-weight:bold;
}
.nav-menu li a:after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -1px;
}
.nav-menu li a:hover,
.nav-menu li a:focus {
  background-color: #c62121;
  color: #fff;
}
.nav-menu li a:hover:after,
.nav-menu li a:focus:after {
  content: none;
}
/*----------header-top----------*/
.header-top {
  background-color: #da251c;
  color: #fff;
  font-weight: normal;
  padding-bottom:6px;
}
.header-top a {
  color: #fff;
}
/*-----------//-----------*/
.select-dia-diem {
  margin-top: 6px;
  margin-bottom: 7px;
}
.select-dia-diem label {
  font-weight: 400;
  margin-bottom: 0;
}
.select-dia-diem select {
  width: 85px;
  height: auto;
  line-height: 21px;
  padding: 0 15px 0 6px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../img/icon/icon-select.png);
  background-repeat: no-repeat;
  background-position: center right 3px;
}
/*-----------//-----------*/
.dang-ky,
.phien-ban,
.dich-vu,
.so-do {
  margin-top: 6px;
  margin-bottom: 7px;
  padding: 0 0 0 40px;
  display: inline-block;
}
.dang-ky:before,
.phien-ban:before,
.dich-vu:before,
.so-do:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.dang-ky:before {
  background-image: url(../img/icon/icon-dk.png);
}
.phien-ban:before {
  background-image: url(../img/icon/icon-phone.png);
}
.dich-vu:before {
  background-image: url(../img/icon/icon-dv.png);
}
.so-do:before {
  background-image: url(../img/icon/icon-map.png);
}
.tai-khoan:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/*----------header-bottom----------*/
.header-bottom {
  font-family: "Roboto";
  padding-top: 5px;
}
.logo {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 5px;
  margin-top:18px;
  text-align: center;
}
.hotline-header {
  color: #ff20b92c0;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/*-----------//-----------*/
.form-search {
  border: 2px solid #20b92c;
  margin-bottom: 12px;
}
.form-search .form-control {
  border: none;
}
.form-search .btn-search {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #20b92c;
  color: #fff;
  width: 108px;
  font-size: 14px;
}
.form-search .btn-search:hover,
.form-search .btn-search:focus {
  z-index: 0;
}
.form-search input {
  font-size: 13px;
  color: #20b92c;
}
.form-search input::-moz-placeholder {
  color: #8b8b8b;
  font-size: 12px;
}
.form-search select {
  width: 145px !important;
  padding-left: 26px;
  background-color: #f5a648;
  color: #fff;
  background-image: url(../img/icon/icon-all.png);
  background-repeat: no-repeat;
  background-position: center left 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.form-search select option {
  background-color: #fff !important;
  color: #3d3e40;
  text-transform: none;
  font-weight: 400;
}
.form-search select option:hover,
.form-search select option:focus {
  background-color: #F8F8F8 !important;
}
.link {
  display: inline-block;
  padding-right: 5px;
  font-style: 13px;
  font-family: "Tahoma";
}
.link a {
  color: #898888;
}
.input-search {
  display: inline-block;
  vertical-align: middle;
}
.input-search .input-group {
  width: 290px;
}
.input-search button {
  background-color: #c62121;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/search.png);
  width: 50px;
  height: 34px;
}
.input-search button:hover,
.input-search button:focus {
  background-color: #20b92c;
}
.phone {

  margin: 0 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../img/icon/phone2.png);
}
.sky {
  height: 30px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/sky2.png);
}
.hotline {
  display: inline-block;
  font-family: "Tahoma";
  font-weight: bold;
  color: #807f7f;
  padding-left: 20px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon/hotline.png);
}
.hotline span {
  color: #c62121;
}
#lien-he {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/lien-he.png);
  background-color: #c62121;
  cursor: pointer;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 50%;
}
#goi-mua-hang {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/goi-mua.png);
  background-color: #20b92c;
  cursor: pointer;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 50%;
  margin-top: 50px;
}
#back_to_top {
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 10%;
  margin-top: 160px;
  right: 0;
  z-index: 999;
  background-color: #c62121;
  overflow-y: hidden;
  text-indent: -200px;
  background-image: url(../img/icon/to-top.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.header-bottom {
  padding-bottom: 10px;
}
/*==========/sidebar/==========*/
.sidebar {
  width: 265px;
  margin-top: 20px;
}
.sidebar .panel .panel-heading {
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #20b92c;
  padding: 10px;
}
.sidebar .sp-lien-quan .item-product {
  overflow: hidden;
}
.sidebar .sp-lien-quan .product-img {
  float: left;
  margin-right: 5px;
}
.sidebar .sp-lien-quan .product-img img {
  max-width: 63px;
}
.sidebar .sp-lien-quan .caption {
  overflow: hidden;
  text-align: left;
}
.sidebar .thuong-hieu tr td {
  padding: 10px;
}
.sidebar .tu-van-tieu-dung .list-group-item {
  padding: 9px;
}
.sidebar .tu-van-tieu-dung .item-product {
  overflow: hidden;
  padding: 0;
}
.sidebar .tu-van-tieu-dung .product-img {
  float: left;
  margin-right: 5px;
}
.sidebar .tu-van-tieu-dung .product-img img {
  max-width: 45px;
}
.sidebar .tu-van-tieu-dung .caption {
  overflow: hidden;
  font-size: 12px;
  text-align: left;
}
.sidebar .tu-van-tieu-dung .caption .name-product {
  font-size: 12px;
  font-weight: normal;
}
.sidebar .danh-muc .menu-lv1 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.sidebar label {
  cursor: pointer;
}
.sidebar label input {
  margin-right: 5px;
}
/*----------footer-top----------*/
.footer-top {
  background-color: #20b92c;
  color: #fff;
  height:10px
}
.footer-top .label {
  font-weight: bold;
  font-size: 14px;
  margin-top: 25px;
  text-transform: capitalize;
  font-size: 15px;
}
.footer-top .form-email {
  float: right;
  margin-top: 20px;
  margin-bottom: 16px;
}
.footer-top .form-email input {
  width: 324px;
  display: inline-block;
  height: 35px;
  vertical-align: top;
  border-radius: 5px;
  margin-right: 10px;
}
.footer-top .form-email label {
  font-weight: 400;
  padding-right: 10px;
  font-size: 15px;
}
.footer-top button {
  background-color: #c62121;
  border-color: #c62121;
  color: #fff;
}
/*----------footer-bottom----------*/
.footer-bottom {
  background-color: #20b92c;
  font-size: 12px;
  color: #fff;
  font-family: "Arial";
  padding: 5px 0;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom img {
  padding: 0 10px;
}
/*----------footer-center----------*/
.footer-center {
  font-size: 11px;
  color: #6c6c6c;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: bold;
  border-top:solid 10px #000;
  margin-top:20px
}
.footer-center a {
  color: #6c6c6c;
}
.footer-center a:hover {
  color: #20b92c;
}
.footer-center p {
  margin-bottom: 0;
}
.share {
  width: 160px;
  padding-top: 30px;
}
.share li {
  vertical-align: top;
  display: inline-block;
}
.share li > a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.share .sh-face {
  background-image: url(../img/icon/face2.png);
}
.share .sh-twi {
  background-image: url(../img/icon/twi2.png);
}
.share .sh-google {
  background-image: url(../img/icon/google2.png);
}
.share .sh-you {
  background-image: url(../img/icon/you2.png);
}
.logo-foot {
  width: 140px;
  margin-top:20px
}
.dia-chi {
  float: left;
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  padding: 28px 10px 10px 80px;
  width: 100%;
  width: calc(100% -  300px);
  width: -moz-calc(100% -  300px);
  width: -webkit-calc(100% -  300px);
  width: -o-calc(100% -  300px);
}
#main {
  position: relative;
}
.main-right {
  width: 930px;
  margin-top: 20px;
}
.page-breadcrumb {
  overflow: hidden;
}
.lien-he-tv.fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
.lien-he-tv.fixed .list-group-item {
  background-color: #FF7900;
  color: #fff;
  width: 65px;
  font-size: 12px;
  padding: 12px 6px;
  cursor: pointer;
}
.lien-he-tv.fixed .list-group-item p {
  margin-bottom: 0;
}
.lien-he-tv.fixed .list-group-item:hover .popover {
  display: block;
  left: auto;
  right: 77px;
  width: 270px;
  top: -15px;
}
.on-top-fixed {
  background-color: #20b92c;
  width: 32px;
  height: 36px;
  display: none;
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 9999;
  background-image: url(../img/icon/to-top.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#modal-login .modal-dialog {
  width: 1025px;
  font-family: "Roboto";
  font-size: 15px;
}
#modal-login .modal-body {
  padding: 30px;
  position: relative;
}
#modal-login .col-md-7 {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
#modal-login .heading {
  font-size: 16px;
  color: #ff20b92c0;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}
#modal-login .heading .title {
  font-size: 22px;
  color: #20b92c;
  text-transform: uppercase;
}
#modal-login label {
  font-weight: 400;
  text-align: left;
}
#modal-login label span {
  color: #ff20b92c0;
}
#modal-login label input {
  margin-right: 10px;
}
#modal-login .form-inline input {
  width: 66px;
  display: inline-block;
}
.footer-top .btna {
    background-color: #c62121;
    border-color: #c62121;
    color: #FFF;
}
#modal-login a {
  color: #c62121;
}
#modal-login .text {
  padding: 0 15px;
}
#modal-login .text .img {
  display: inline-block;
  vertical-align: middle;
}
#modal-login .text input {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}
#modal-login .text button {
  width: 70px;
  color: #fff;
  background-color: #c62121;
  border-color: #c62121;
  display: inline-block;
  vertical-align: middle;
}
#modal-login input[type="file"] {
  width: 100%;
  border: 1px solid #ccc;
  height: 34px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
#modal-login .inputfile .btn {
  width: 70px;
  color: #fff;
  background-color: #c62121;
  border-color: #c62121;
  display: inline-block;
  vertical-align: middle;
}
#modal-login .btn-dk {
  display: block;
  width: 100%;
  background-color: #20b92c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  text-transform: uppercase;
}
#modal-login .col-right {
  padding: 40px;
  margin-top: 70px;
  border: 1px solid #e6e6e6;
}
#modal-login .col-right .title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}
#modal-login .register-face,
#modal-login .register-mail {
  line-height: 44px;
  text-align: center;
  background-color: #446ec6;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  max-width: 300px;
  display: block;
}
#modal-login .register-face i,
#modal-login .register-mail i {
  font-size: 24px;
  color: #fff;
  width: 55px;
  line-height: 44px;
  background-color: #3b5999;
  position: absolute;
  top: 0;
  left: 0;
}
#modal-login .register-mail {
  background-color: #970800;
}
#modal-login .register-mail i {
  background-color: #c52e25;
}
#modal-login .btn-login {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #20b92c;
  font-weight: bold;
  border-radius: 4px;
  display: block;
  width: 100%;
  max-width: 300px;
}
#modal-login .ho-tro a {
  padding-left: 5px;
}
#modal-login .ho-tro span span {
  color: #5fbcf9;
  margin-left: 15px;
}
#modal-login .ho-tro span img {
  margin-right: 5px;
}
#modal-login .close {
  top: -15px;
  right: -15px;
  position: absolute;
  opacity: 1;
}
.modal-dialog {
  width: 800px;
}
#modal-tra .tab-content {
  padding: 20px;
}
/*----------danh-muc----------*/
.danh-muc {
  border-right: 1px solid #fff;
  position: relative;
}
.danh-muc .list-group {
  margin-bottom: 0;
}
.danh-muc a {
  color: #293f4f;
}
.danh-muc .list-group-item {
    position: relative;
  background-color: #F8F8F8;
  color: #293f4f;
  padding-left: 17px;
  background-image: url(../img/icon/categori1.png);
  background-repeat: no-repeat;
  background-position: top 8px left 3px;
  padding-top: 14px;
  padding-bottom: 15px;
}
.danh-muc .list-group-item.laptop {
  background-image: url(../img/icon/categori2.png);
  padding:6px;
}
.danh-muc .list-group-item.may-tinh {
  background-image: url(../img/icon/categori3.png);
}
.danh-muc .list-group-item.thiet-bi-so {
  background-image: url(../img/icon/categori4.png);
}
.danh-muc .list-group-item.dien-may {
  background-image: url(../img/icon/categori5.png);
}
.danh-muc .list-group-item.may-van-phong {
  background-image: url(../img/icon/categori6.png);
}
.danh-muc .list-group-item.gia-dung {
  background-image: url(../img/icon/categori7.png);
}
.danh-muc .list-group-item.cong-nghiep-xay-dung {
  background-image: url(../img/icon/categori8.png);
}
.danh-muc .list-group-item.thiet-bi-an-ninh {
  background-image: url(../img/icon/categori9.png);
}
.danh-muc .list-group-item.thiet-bi-sieu-thi {
  background-image: url(../img/icon/categori10.png);
}
.danh-muc .list-group-item.dien-thoai-vien-thong {
  background-image: url(../img/icon/categori11.png);
}
.danh-muc .list-group-item.suc-khoe-sac-dep {
  background-image: url(../img/icon/categori12.png);
}
.danh-muc .list-group-item.title {
  display: block;
  background-color: #20b92c;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto";
  color: #fff;
  border-color: #20b92c;
  background-image: url(../img/icon/icon-categori.png) !important;
  background-repeat: no-repeat;
  background-position: center left 15px;
  text-align: center;
  padding-left: 40px;
  text-transform: uppercase;
}
.danh-muc .list-group-item.title:before {
  content: none;
}
.danh-muc .list-group-item.title:hover {
  background-color: #20b92c;
}
.danh-muc .list-group-item.title:hover:before {
  content: none;
}
.danh-muc .list-group-item:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  float: right;
  top: 11px;
  right: 5px;
  color: #bbbbbb;
  visibility: hidden;
}
.danh-muc .list-group-item:hover {
  background-color: #f2f558;
}
.danh-muc .list-group-item:hover > a {
  color: #20b92c;
}
.danh-muc .list-group-item:hover:before {
  visibility: visible;
}
.danh-muc .mega-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 9999;
  background-color: #f8f8f8;
  visibility: hidden;
  opacity: 1;
}
.danh-muc .mega-menu .img-mega {
  width: 170px;
  min-height: 480px;
  float: right;
  /*background-color: #ebebeb;*/
}

.danh-muc .mega-menu .img-mega img {
  width: 100%;
}
.danh-muc .mega-menu .img-mega .list-inline {
  margin-left: 0;
}
.danh-muc .mega-menu .img-mega .list-inline li {
  float: left;
  width: 50%;
  padding: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.danh-muc .mega-menu .img-mega .list-inline li:nth-child(2n) {
  border-right: none;
}
.danh-muc .mega-menu .img-mega .list-inline li:nth-child(2n+1) {
  clear: both;
}
.danh-muc .mega-menu .list-sup-lv2 {
  overflow: hidden;
  background-color: #fff;
  min-width:200px;
}
.danh-muc .mega-menu .menu-lv2 {
  overflow: hidden;
  border-bottom: 1px solid #ddd;

}
.danh-muc .mega-menu .menu-lv2:last-child {

}
.danh-muc .mega-menu .menu-lv2 a {
  color: #666666;
  padding: 6px;
  display: inline-block;
}
.danh-muc .mega-menu .menu-lv2 a:hover {
  color: #20b92c;
}
.danh-muc .mega-menu .menu-lv2 .xem-all {
  color: #3daef7;
  text-decoration: underline;
}
.danh-muc .mega-menu .menu-lv2 > a {
  display: table-cell;
  color: #20b92c;
  font-size: 13px;
  font-weight: bold;
}
.danh-muc .mega-menu .menu-lv2 .list-sup-lv3 {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.danh-muc .mega-menu .menu-lv2 .menu-lv3 {
  position: relative;
}
.danh-muc .mega-menu .menu-lv2 .menu-lv3:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
}
.danh-muc .mega-menu .menu-lv2 .menu-lv3:last-child:after {
  content: none;
}
.danh-muc .menu-lv1:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
/*-----------//-----------*/
.head-owl-banner {
  overflow: hidden;
  background-color: #DD6157;
}
.head-owl-banner .b-link {
  display: block;
  float: left;
  width: 33.333%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  min-height: 38px;
  line-height: 41px;
  border-left: 1px solid #fff;
}
.head-owl-banner .b-link:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../img/icon/icon-hut-bui.png);
}
.head-owl-banner .gt-dn {
  background-color: #43BE9F;
  border: none;
}
.head-owl-banner .gt-dn:before {
  background-image: url(../img/icon/icon-gt-dn.png);
}
.head-owl-banner .hd-mh {
  background-color: #69C1CD;
}
.head-owl-banner .hd-mh:before {
  background-image: url(../img/icon/icon-hd-mh.png);
}
.head-owl-banner .km {
  background-color: #DD6157;
}
.head-owl-banner .km:before {
  background-image: url(../img/icon/icon-km.png);
}
.head-owl-banner .may-hut-am:before {
  background-image: url(../img/icon/icon-hut-bui.png);
}
.head-owl-banner .may-giat-cn {
  background-color: #DD6157;
}
.head-owl-banner .may-giat-cn:before {
  background-image: url(../img/icon/icon-hut-bui.png);
}
.head-owl-banner > a:nth-child(1) {
  background-color: #43BE9F;
}
.head-owl-banner > a:nth-child(2) {
  background-color: #69C1CD;
}
.head-owl-banner > a:nth-child(3) {
  background-color: #DD6157;
}
/*-----------//-----------*/
.login {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 22px;
  background-image: url(../img/icon/login.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #dfdfdf;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.login a span {
  font-size: 12px;
  font-weight: bold;
}
.login .caret {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
}
/*-----------//-----------*/
.mini-cart {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
}
.mini-cart .number-cart {
  background-color: #c62121;
  color: #fff;
  line-height: 18px;
  padding: 0 6px;
  position: absolute;
  top: 0px;
  left: 20px;
  border-radius:50%
}
.mini-cart .img-cart {
  width: 25px;
  height: 20px;
  margin-bottom: -6px;
  display: inline-block;
  background-image: url(../img/icon/cart.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*-----------dau-gia-----------*/
.dau-gia .title {
  line-height: 35px;
  display: block;
  background-color: #c62121;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left 6px;
  text-align:center
}
.owl-dau-gia {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 7px 0 0;
}
.owl-dau-gia .owl-controls {
  background-color: transparent;
}
.owl-dau-gia .owl-controls .owl-prev,
.owl-dau-gia .owl-controls .owl-next {
  top: 105px;
  margin-top: 0px;
  width: 56px;
  height: 55px;
}
.owl-dau-gia .owl-controls .owl-prev:hover,
.owl-dau-gia .owl-controls .owl-next:hover {
  background-color: transparent;
  color: #fff;
}
.owl-dau-gia .owl-controls .owl-prev {
  left: -10px;
  background-image: url(../img/icon/prew.png);
}
.owl-dau-gia .owl-controls .owl-next {
  right: -10px;
  background-image: url(../img/icon/next.png);
}
.owl-dau-gia .item-product img {
  width: auto;
}
.owl-dau-gia .name {
  font-size: 13px;
  font-weight: bold;
  color: #3d3e40;
  display: block;
  margin-bottom: 5px;
}
.owl-dau-gia .name:hover {
  color: #20b92c;
}
.owl-dau-gia .price {
  color: #3daef7;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 17px;
}
.owl-dau-gia .price-new {
  display: block;
  background-color: #F3F3F3;
  color: #ff620b92c;
  font-weight: bold;
  background-image: url(../img/icon/icon-time.png);
  background-repeat: no-repeat;
  background-position: center left 8px;
  padding-left: 44px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.owl-dau-gia .price-new .time {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
}
.owl-dau-gia .price-new .amount {
  font-size: 12px;
}
/*-----------/tab sp/-----------*/
/*-----------//-----------*/
.banner-tab-sp {
  width: 18.5%;
  float: left;
  padding-right: 7px;
  padding-left: 7px;
}
.banner-tab-sp table {
  background-color: #DAF5FF;
  margin-bottom: 5px;
}
.banner-tab-sp table > thead > tr > th,
.banner-tab-sp table > tbody > tr > th,
.banner-tab-sp table > tfoot > tr > th,
.banner-tab-sp table > thead > tr > td,
.banner-tab-sp table > tbody > tr > td,
.banner-tab-sp table > tfoot > tr > td {
  border-color: #fff #DAF5FF;
  padding: 10px 6px;
}
.banner-tab-sp table > thead > tr > th:first-child,
.banner-tab-sp table > tbody > tr > th:first-child,
.banner-tab-sp table > tfoot > tr > th:first-child,
.banner-tab-sp table > thead > tr > td:first-child,
.banner-tab-sp table > tbody > tr > td:first-child,
.banner-tab-sp table > tfoot > tr > td:first-child {
  border-color: #fff #fff #fff #DAF5FF;
}
.list-tab-sp .item-product {
  border: 1px solid #e6e6e6;
  margin: 14px;
}
.list-tab-sp .item-product img {
  width: auto;
}
.tang1 .title-section {
  color: #20b92c;
  background-image: url(../img/icon/tang1.png);
}
.tang1 .nav-tabs {
  border-color: #20b92c;
}
.tang1 .nav-tabs > li > a:hover,
.tang1 .nav-tabs > li > a:focus {
  color: #20b92c;
}
.tang1 .nav-tabs > li.active > a,
.tang1 .nav-tabs > li.active > a:hover,
.tang1 .nav-tabs > li.active > a:focus {
  color: #20b92c;
  border-color: #20b92c;
}
.tang2 .title-section {
  color: #c81623;
  background-image: url(../img/icon/tang2.png);
}
.tang2 .nav-tabs {
  border-color: #c81623;
}
.tang2 .nav-tabs > li > a:hover,
.tang2 .nav-tabs > li > a:focus {
  color: #c81623;
}
.tang2 .nav-tabs > li.active > a,
.tang2 .nav-tabs > li.active > a:hover,
.tang2 .nav-tabs > li.active > a:focus {
  color: #c81623;
  border-color: #c81623;
}
.tang3 .title-section {
  color: #c62121;
  background-image: url(../img/icon/tang3.png);
}
.tang3 .nav-tabs {
  border-color: #c62121;
}
.tang3 .nav-tabs > li > a:hover,
.tang3 .nav-tabs > li > a:focus {
  color: #c62121;
}
.tang3 .nav-tabs > li.active > a,
.tang3 .nav-tabs > li.active > a:hover,
.tang3 .nav-tabs > li.active > a:focus {
  color: #c62121;
  border-color: #c62121;
}
.tang4 .title-section {
  color: #43be9f;
  background-image: url(../img/icon/tang4.png);
}
.tang4 .nav-tabs {
  border-color: #43be9f;
}
.tang4 .nav-tabs > li > a:hover,
.tang4 .nav-tabs > li > a:focus {
  color: #43be9f;
}
.tang4 .nav-tabs > li.active > a,
.tang4 .nav-tabs > li.active > a:hover,
.tang4 .nav-tabs > li.active > a:focus {
  color: #43be9f;
  border-color: #43be9f;
}
.tang5 .title-section {
  color: #F4701E;
  background-image: url(../img/icon/tang5.png);
}
.tang5 .nav-tabs {
  border-color: #F4701E;
}
.tang5 .nav-tabs > li > a:hover,
.tang5 .nav-tabs > li > a:focus {
  color: #F4701E;
}
.tang5 .nav-tabs > li.active > a,
.tang5 .nav-tabs > li.active > a:hover,
.tang5 .nav-tabs > li.active > a:focus {
  color: #F4701E;
  border-color: #F4701E;
}
.tang6 .title-section {
  color: #A44D4C;
  background-image: url(../img/icon/tang6.png);
}
.tang6 .nav-tabs {
  border-color: #A44D4C;
}
.tang6 .nav-tabs > li > a:hover,
.tang6 .nav-tabs > li > a:focus {
  color: #A44D4C;
}
.tang6 .nav-tabs > li.active > a,
.tang6 .nav-tabs > li.active > a:hover,
.tang6 .nav-tabs > li.active > a:focus {
  color: #A44D4C;
  border-color: #A44D4C;
}
.tang7 .title-section {
  color: #CA248E;
  background-image: url(../img/icon/tang7.png);
}
.tang7 .nav-tabs {
  border-color: #CA248E;
}
.tang7 .nav-tabs > li > a:hover,
.tang7 .nav-tabs > li > a:focus {
  color: #CA248E;
}
.tang7 .nav-tabs > li.active > a,
.tang7 .nav-tabs > li.active > a:hover,
.tang7 .nav-tabs > li.active > a:focus {
  color: #CA248E;
  border-color: #CA248E;
}
.tang8 .title-section {
  color: #9BB342;
  background-image: url(../img/icon/tang8.png);
}
.tang8 .nav-tabs {
  border-color: #9BB342;
}
.tang8 .nav-tabs > li > a:hover,
.tang8 .nav-tabs > li > a:focus {
  color: #9BB342;
}
.tang8 .nav-tabs > li.active > a,
.tang8 .nav-tabs > li.active > a:hover,
.tang8 .nav-tabs > li.active > a:focus {
  color: #9BB342;
  border-color: #9BB342;
}
.tang9 .title-section {
  color: #A44D4C;
  background-image: url(../img/icon/tang9.png);
}
.tang9 .nav-tabs {
  border-color: #A44D4C;
}
.tang9 .nav-tabs > li > a:hover,
.tang9 .nav-tabs > li > a:focus {
  color: #A44D4C;
}
.tang9 .nav-tabs > li.active > a,
.tang9 .nav-tabs > li.active > a:hover,
.tang9 .nav-tabs > li.active > a:focus {
  color: #A44D4C;
  border-color: #A44D4C;
}
.tang10 .title-section {
  color: #6FB1C6;
  background-image: url(../img/icon/tang10.png);
}
.tang10 .nav-tabs {
  border-color: #6FB1C6;
}
.tang10 .nav-tabs > li > a:hover,
.tang10 .nav-tabs > li > a:focus {
  color: #6FB1C6;
}
.tang10 .nav-tabs > li.active > a,
.tang10 .nav-tabs > li.active > a:hover,
.tang10 .nav-tabs > li.active > a:focus {
  color: #6FB1C6;
  border-color: #6FB1C6;
}
.tang11 .title-section {
  color: #0090C9;
  background-image: url(../img/icon/tang11.png);
}
.tang11 .nav-tabs {
  border-color: #0090C9;
}
.tang11 .nav-tabs > li > a:hover,
.tang11 .nav-tabs > li > a:focus {
  color: #0090C9;
}
.tang11 .nav-tabs > li.active > a,
.tang11 .nav-tabs > li.active > a:hover,
.tang11 .nav-tabs > li.active > a:focus {
  color: #0090C9;
  border-color: #0090C9;
}
.tang12 .title-section {
  color: #5D3380;
  background-image: url(../img/icon/tang12.png);
}
.tang12 .nav-tabs {
  border-color: #5D3380;
}
.tang12 .nav-tabs > li > a:hover,
.tang12 .nav-tabs > li > a:focus {
  color: #5D3380;
}
.tang12 .nav-tabs > li.active > a,
.tang12 .nav-tabs > li.active > a:hover,
.tang12 .nav-tabs > li.active > a:focus {
  color: #5D3380;
  border-color: #5D3380;
}
/*----------sp-da-xem---------*/
.sp-da-xem {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 15px 10px 0px 20px ;
  margin-bottom: 15px;
}
.sp-da-xem .heading {
  font-weight: bold;
  font-size: 15px;
  color: #20b92c;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  margin-bottom: 10px;
}
.sp-da-xem .heading span {
  padding-right: 20px;
  padding-left: 5px;
}
.sp-da-xem .heading:before,
.sp-da-xem .heading:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 9px solid #20b92c;
  vertical-align: middle;
}
.sp-da-xem .heading:before {
  margin-left: -100%;
}
.sp-da-xem .heading:after {
  margin-right: -100%;
}
.sp-da-xem .owl-sp-xem {
  padding: 0 40px;
}
.sp-da-xem .owl-sp-xem .owl-controls {
  background-color: transparent;
}
.sp-da-xem .owl-sp-xem .owl-controls .owl-prev,
.sp-da-xem .owl-sp-xem .owl-controls .owl-next {
  top: 50%;
  margin-top: -25px;
  width: 56px;
  height: 55px;
}
.sp-da-xem .owl-sp-xem .owl-controls .owl-prev:hover,
.sp-da-xem .owl-sp-xem .owl-controls .owl-next:hover {
  background-color: transparent;
  color: #fff;
}
.sp-da-xem .owl-sp-xem .owl-controls .owl-prev {
  left: -10px;
  background-image: url(../img/icon/prew.png);
}
.sp-da-xem .owl-sp-xem .owl-controls .owl-next {
  right: -10px;
  background-image: url(../img/icon/next.png);
}
.sp-da-xem .item-product {
  margin: 12px;
  border: 1px solid #e6e6e6;
}
.sp-da-xem .item-product .product-img img {
  width: auto;
}
.sp-da-xem .item-product .caption {
  text-align: left;
}
/*----------panel tin tuc/mang xa hoi---------*/
.tin-hot,
.tin-moi,
.mang-xh,
.dang-ky-tin {
  margin-top: 15px;
}
.tin-hot .panel-heading,
.tin-moi .panel-heading,
.mang-xh .panel-heading,
.dang-ky-tin .panel-heading {
  background-color: #c62121;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 52px;
  background-position: center left 9px;
  background-repeat: no-repeat;
  background-image: url(../img/icon/tin-moi.png);
}
.tin-hot .list-group,
.tin-moi .list-group,
.mang-xh .list-group,
.dang-ky-tin .list-group {
  border: 1px solid #ddd;
  border-top: none;
  padding: 0 15px;
}
.tin-hot .list-group .list-group-item,
.tin-moi .list-group .list-group-item,
.mang-xh .list-group .list-group-item,
.dang-ky-tin .list-group .list-group-item {
  padding: 10px 0;
}
.tin-moi .panel-heading {
  background-color: #c62121;
  background-image: url(../img/icon/tin-moi.png);
}
.mang-xh .panel-heading {
  background-color: #20b92c;
  background-image: url(../img/icon/mang-xh.png);
}
.mang-xh .panel-body {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.dang-ky-tin .panel-heading {
  padding-left: 32px;
  padding-right: 6px;
  background-color: #20b92c;
  background-image: url(../img/icon/dang-ky-tin.png);
}
.dang-ky-tin .panel-heading a {
  color: #fff;
}
.dang-ky-tin .panel-heading a:hover {
  color: #20b92c;
}
/*----------thong-tin/cam ket/ huong dan mua hang---------*/
.thong-tin .row {
  margin: 0 -10px;
}
.thong-tin .col-lg-3,
.thong-tin .col-lg-5,
.thong-tin .col-lg-2,
.thong-tin .col-md-6 {
  padding: 0 10px;
}
.thong-tin .panel {
  box-shadow: none;
  border: none;
}
.thong-tin .panel .panel-heading {
  background-color: #20b92c;
  font-size: 13px;
  color: #f6f6f6;
  font-family: 'Roboto';
  text-transform: uppercase;
  padding: 6px 6px;
  border-radius: 5px;
  border: none;
  font-weight:bold;
}
.thong-tin .list-group {
  border-left: 1px solid #a0a0a0;
  margin-left: 6px;
}
.thong-tin .list-group li {
  padding: 4px 0 4px 10px;
  position: relative;
}
.thong-tin .list-group li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #a0a0a0;
  position: absolute;
  top: 15px;
  left: 0;
}
/*-----------/item-product/-----------*/
.item-product {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 3px;
}
.item-product .caption {
  padding: 0 5px;
}
.item-product .product-img {
  margin-bottom: 5px;
}
.item-product .name-product {
  display: block;
  font-size: 13px;
  color: #3d3e40;
}
.item-product .name-product:hover {
  color: #20b92c;
}
.item-product .price .amount {
  color: #c62121;
  font-size: 18px;
  font-weight: bold;
}
.item-product .price .amount-old {
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}
.item-product .price .amount-old span {
  font-size: 9px;
  text-decoration: inherit;
}
.item-sp-search .img-sp-search {
  float: left;
  width: 33px;
  margin-right: 10px;
}
.item-sp-search .caption {
  overflow: hidden;
}
.item-sp-search .name-sp-search {
  display: block;
  text-transform: capitalize;
  font-size: 13px;
}
.item-sp-search .price .amount {
  color: #009900;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
}
.item-sp-search .price .amount span {
  font-size: 9px;
  text-decoration: inherit;
}
.item-sp-search .price .amount-old {
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}
.item-sp-search .price .amount-old span {
  font-size: 9px;
  text-decoration: inherit;
}
.box-goi-y-search {
  width: 416px;
  position: absolute;
  top: 37px;
  left: 148px;
  z-index: 99999;
  background-color: #fff;
  border: 1px solid #ccc;
}
.box-goi-y-search .list-group-item {
  border: none;
}
.box-goi-y-search .list-group-item.title {
  color: #20b92c;
  font-size: 13px;
  font-weight: bold;
}
.box-goi-y-search .sp-goi-y {
  border-top: 1px solid #ccc;
}
.box-goi-y-search a:hover {
  color: #20b92c;
}
.danh-muc-lv1 .list-group-item {
  background-image: none !important;
  padding-left: 20px;
}
.danh-muc-lv1 .list-group-item:before {
  content: none;
}
/*----------lien he tu van----------*/
.lien-he-tv .title {
  line-height: 35px;
  display: block;
  background-color: #20b92c;
  color: #fff; 
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 53px;
  background-image: url(../img/icon/icon-lh-tv.png);
  background-repeat: no-repeat;
  background-position: center left 6px;
}
.lien-he-tv .content-lien-he {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 0 9px;
  height: 245px;
}
.lien-he-tv .list-group-item {
  border-width: 1px 0 0px;
  padding: 6px 6px;
}
.lien-he-tv .list-group-item:first-child {
  border: none;
}
.lien-he-tv .list-group {
  margin-bottom: 0;
}
.lien-he-tv .lh-thanh-pho {
  font-size: 14px;
  font-weight: bold;
  color: #8b8b8b;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
}
.lien-he-tv .lh-phone,
.lien-he-tv .lh-mobi,
.lien-he-tv .lh-mail,
.lien-he-tv .lh-suport {
  display: inline-block;
  font-family: "Roboto";
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48%;
}
.lien-he-tv .lh-phone,
.lien-he-tv .lh-mobi {
  font-size: 13px;
  color: #ff20b92c0;
}
.lien-he-tv .lh-mail,
.lien-he-tv .lh-suport {
  font-size: 12px;
}
.lien-he-tv .lh-phone {
  background-image: url(../img/icon/icon-phone2.png);
}
.lien-he-tv .lh-mobi {
  background-image: url(../img/icon/icon-mobi.png);
}
.lien-he-tv .lh-mail {
  color: #3daef7;
  background-image: url(../img/icon/icon-mail.png);
}
.lien-he-tv .lh-suport {
  color: #43be9f;
  background-image: url(../img/icon/icon-suport.png);
  background-position: center left 3px;
}
/*---------------------*/
.banner-categori {
  margin: 0 -8px;
}
.banner-categori .col-md-4 {
  padding: 0 8px;
  margin-top: 15px;
}
.banner-categori .col-md-4 img {
  width: 100%;
}
/*----------menu categori fixed left-----------*/
.fix-categori {
  width: 50px;
  position: absolute;
  left: 15px;
  top: 650px;
  z-index: 9999;
  background-color: #20b92c;
  color: #fff;
  font-size: 10px;
}
.fix-categori a {
  color: #fff;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #ddd;
}
/*=============list-content-products=========*/
.result {
  background-color: #F1F1F1;
  padding: 10px 5px 0;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}
.result .show-list,
.result .show-group {
  display: inline-block;
  width: 40px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #20b92c;
  background-color: #F4F4F4;
  cursor: pointer;
}
.result .show-list:before,
.result .show-group:before {
  font-family: 'FontAwesome';
  font-size: 17px;
}
.result .show-list:hover,
.result .show-group:hover,
.result .show-list:focus,
.result .show-group:focus,
.result .show-list.active,
.result .show-group.active {
  background-color: #fff;
  color: #20b92c;
}
.result .show-group {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.result .show-group:before {
  content: "\f009";
}
.result .show-list {
  margin-left: -5px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.result .show-list:before {
  content: "\f00b";
}
.result .orderby {
  font-weight: bold;
  margin-bottom: 5px;
}
.result .orderby select {
  width: 200px;
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.result .page-orderby {
  margin-left: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.result .page-orderby select {
  width: 60px;
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.ket-qua-loc {
  background-color: #EBEBEB;
  padding: 6px 12px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #20b92c;
  font-weight: bold;
}
.ket-qua-loc a {
  color: #c62121;
}
.list-content-products .col-lg-3:nth-child(4n+1) {
  clear: both;
}
.list-content-products .item-product {
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.list-content-products .item-product .product-img .img-lag {
  border: 1px solid #e6e6e6;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.list-content-products .item-product .owl-img-thumbail {
  margin: 0 -2px;
}
.list-content-products .item-product .owl-img-thumbail .owl-controls {
  display: none !important;
}
.list-content-products .item-product .owl-img-thumbail .item {
  padding: 0 2px 3px;
}
.list-content-products .item-product .caption {
  text-align: left;
}
.list-content-products .item-product .price {
  margin-bottom: 3px;
}
.list-content-products .item-product .price .amount-old {
  display: block;
  color: #3d3e40;
}
.list-content-products .item-product .price .amount {
  display: block;
  color: #f82400;
}
.list-content-products .item-product .star-rating {
  margin-bottom: 3px;
  vertical-align: middle;
}
.list-content-products .item-product .star-rating img {
  vertical-align: middle;
}
.list-content-products .item-product .star-rating span {
  vertical-align: middle;
  color: #007cc3;
}
.list-content-products .item-product .option-btn a {
  display: inline-block;
}
.list-content-products .item-product .option-btn label {
  font-weight: normal;
}
.list-content-products .item-product .option-btn label input {
  margin-right: 5px;
}
.list-content-products.list .col-md-3 {
  width: 100% !important;
}
.list-content-products.list .item-product {
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.list-content-products.list .item-product .product-img {
  float: left;
  margin-right: 15px;
  width: 30%;
}
.list-content-products.list .item-product .caption {
  overflow: hidden;
}
.danh-muc-dropdow {
  position: relative;
  z-index: 9999;
}
.danh-muc-dropdow .danh-muc {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 9999;
}
.danh-muc-dropdow .danh-muc .mega-menu {
  top: 0;
  left: 205px;
}
.danh-muc-dropdow:hover .danh-muc {
  display: block;
}
.danh-muc-dropdow:hover .p-opacity {
  visibility: visible;
  opacity: 1;
}
.danh-muc-dropdow:hover .p-opacity:hover {
  visibility: hidden;
}
.p-opacity {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.danh-muc-title {
  background-color: #20b92c;
  text-transform: uppercase;
  color: #fff;
  width: 207px;
  line-height: 36px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.danh-muc-title:before {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  background-image: url(../img/icon/icon-categori.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-top;
  margin-right: 10px;
}
.filter {
  position: relative;
}
.filter .col-md-3:nth-child(4n+1) {
  clear: both;
}
.filter label {
  cursor: pointer;
}
.filter label input {
  margin-right: 5px;
}
.filter .panel-heading {
  background-color: #F7F7F7;
  color: #c62121;
  text-transform: uppercase;
  font-weight: bold;
}
.filter #accordion-xem-them {
  margin-bottom: 0;
}
.filter #accordion-xem-them > .panel-heading {
  background-color: #EBEBEB;
  color: #c62121;
  text-transform: uppercase;
}
.filter #accordion-xem-them > .panel-heading .panel-title {
  font-size: 13px;
  font-weight: bold;
}
.filter #accordion-xem-them .panel {
  border-radius: 0;
}
.filter #accordion-xem-them .panel-body .panel-heading {
  border-bottom: 1px solid #ddd !important;
}
.popover-title {
  background-color: #c62121;
  color: #fff;
}
.popover-content p {
  margin-bottom: 3px;
}
/*===============*/
.detail .lien-he-tv .content-lien-he {
  height: auto;
}
.t-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #c6c6c6;
  vertical-align: middle;
  text-align: center;
}
.t-blue {
  color: #36b010;
}
.image-detail img {
  padding: 5px;
  border: 1px solid #dfdfdf;
}
.image-detail .image-lag {
  margin-bottom: 15px;
}
.entry-detail p {
  margin-bottom: 5px;
}
.entry-detail .title {
  font-size: 18px;
  font-weight: bold;
  color: #ff8b00;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.entry-detail .review {
  margin-bottom: 5px;
}
.entry-detail .review span {
  color: #007cc3;
  vertical-align: middle;
  font-size: 12px;
}
.entry-detail .price {
  color: #f82400;
  font-weight: bold;
}
.entry-detail .price-old {
  font-weight: bold;
}
.entry-detail .price-old span {
  text-decoration: line-through;
}
.entry-detail .mau-sac {
  margin-bottom: 5px;
}
.entry-detail .clearfix {
  margin-bottom: 5px;
}
.entry-detail .clearfix p {
  margin-bottom: 0;
}
.entry-detail .soluong {
  border: 1px solid #e6e6e6;
  padding: 5px;
  width: 300px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.entry-detail .soluong input {
  display: inline-block;
  width: 120px;
  height: 37px;
  text-align: center;
  font-weight: bold;
}
.entry-detail .soluong span {
  font-weight: bold;
}
.entry-detail .soluong .in-prew,
.entry-detail .soluong .in-next {
  width: 42px;
  line-height: 37px;
  background-color: #7d7d7d;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  vertical-align: top;
}
.option-btn {
  margin-top: 20px;
}
.option-btn .btn-detail {
  display: inline-block;
  background-color: #c62121;
  text-transform: uppercase;
  color: #fff;
  background-position: center left 13px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  height: 56px;
  text-align: center;
  padding: 16px 41px 12px 52px;
  vertical-align: middle;
  margin-top: 10px;
  transition: all 0.2s;
  border-radius:7px;
  border:none
}
.option-btn .btn-detail:hover {
  background-color: #a71c1c;
  transition: all 0.2s;
}
.option-btn .btn-them {
  background-image: url(../img/icon/cart-detail.png);
  background-color: #c62121;
}
.option-btn .btn-them:hover {
  background-color: #a71c1c;
  transition: all 0.2s;
}
.option-btn .btn-tra {
  background-image: url(../img/icon/tra-detail.png);
  background-color: #c62121;
  border-color: #BD690F;
}
.option-btn .btn-tra:hover {
  background-color: #BD690F;
  transition: all 0.2s;
}
.option-btn .btn-luu {
  background-image: url(../img/icon/luu-detail.png);
  font-size: 12px;
  width: 265px;
  padding: 10px 12px 10px 50px;
  height: 56px;
  text-align: left;
}
.option-btn .btn-luu span {
  font-weight: normal;
  text-transform: none;
}
/*==============chi tiet san pham===============*/
.main-right .heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #20b92c;
  display: block;
  border-bottom: 1px solid #20b92c;
  margin-bottom: 20px;
  margin-top: 15px;
}
.main-right .so-sanh .col-md-3 {
  border-right: 1px solid #e6e6e6;
}
.main-right .so-sanh .col-md-3:nth-child(4n) {
  border-right: none;
}
.main-right .so-sanh .col-md-3:nth-child(4n+1) {
  clear: both;
}
.main-right .so-sanh .item-product {
  overflow: hidden;
  max-width: 230px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-right .so-sanh .item-product .product-img {
  float: left;
  margin-right: 5px;
}
.main-right .so-sanh .item-product .caption {
  overflow: hidden;
  text-align: left;
}
.main-right .so-sanh .item-product .caption p {
  margin-bottom: 0;
}
.main-right .so-sanh .item-product .btn-so-sanh {
  display: block;
  width: 100%;
  background-color: #FED605;
  text-transform: capitalize;
  clear: both;
  margin-top: 10px;
}
.main-right .title-section {
  position: static;
}
.phu-kien-di-kem {
  margin-top: 20px;
}
.phu-kien-di-kem .nav-pills {
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.phu-kien-di-kem .nav-pills a {
  color: #737373;
}
.phu-kien-di-kem .nav-pills li {
  border-right: 1px solid #e6e6e6;
  margin-left: -2px;
  position: relative;
}
.phu-kien-di-kem .nav-pills li:last-child {
  border-right: none;
}
.phu-kien-di-kem .nav-pills li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #4CB8FF transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.phu-kien-di-kem .tab-content {
  padding: 10px;
  text-align: center;
}
.phu-kien-di-kem .owl-sp-kem-theo {
  background-image: url(../img/icon/bang.png);
  background-repeat: no-repeat;
  background-position: top 36px right;
}
.phu-kien-di-kem .owl-sp-kem-theo .item {
  display: inline-block;
}
.phu-kien-di-kem .owl-sp-kem-theo .item-product {
  padding: 0 30px;
  position: relative;
}
.phu-kien-di-kem .owl-sp-kem-theo .item-product:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 0px;
  background-image: url(../img/icon/cong.png);
  background-repeat: no-repeat;
  background-position: center;
}
.phu-kien-di-kem .content-tab-phu-kien-kem {
  text-align: center;
}
.phu-kien-di-kem .content-tab-phu-kien-kem .owl-sp-kem-theo {
  width: auto;
}
.phu-kien-di-kem .content-tab-phu-kien-kem .owl-sp-kem-theo img {
  width: auto;
}
.phu-kien-di-kem .tong-gia {
  font-weight: bold;
  padding-left: 0;
  padding-right: 7px;
  padding-top: 30px;
  text-align: left;
}
.phu-kien-di-kem .tong-gia p {
  margin-bottom: 3px;
}
.phu-kien-di-kem .tong-gia .price {
  font-weight: bold;
  color: #f82400;
  font-size: 17px;
}
.so-sanh-sp {
  margin-bottom: 40px;
}
.so-sanh-sp .product-sp {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.so-sanh-sp .cp-price {
  color: #f82400;
}
.so-sanh-sp .btn-mau {
  border: 1px solid #e6e6e6;
  padding: 3px 6px;
  font-size: 13px;
}
.so-sanh-sp .lable-table {
  text-transform: uppercase;
  font-weight: bold;
}
.so-sanh-sp .header-table {
  background-color: #EEEEEE;
  text-transform: uppercase;
  font-weight: bold;
}
.so-sanh-sp .btn-mua {
  background-color: #20b92c;
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  border-radius: 5px;
  margin: 15px 0;
  font-weight: bold;
}
.so-sanh-sp img {
  max-width: 400px;
}
/*===========comments==============*/
#comments .sap-xep-comment {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
#comments .sap-xep-comment a {
  display: inline-block;
  padding: 6px 12px;
  color: #4fb6f8;
}
#comments .sap-xep-comment a.active {
  background-color: #ECECEC;
  border-radius: 4px;
}
#comments .p-tra-loi {
  color: #4a90e2;
  padding-right: 5px;
}
#comments .p-like {
  color: #4a90e2;
  padding-right: 5px;
}
#comments .p-date {
  color: #666;
  padding-right: 5px;
}
#comments .p-bao-loi {
  color: #4a90e2;
  padding-right: 5px;
}
#comments .thanh-vien {
  display: inline-block;
  background-color: #EEBC49;
  font-size: 10px;
  padding: 4px 4px;
  border-radius: 4px;
  color: #20b92c;
  margin-left: 5px;
}
#comments .media p {
  margin-bottom: 5px;
}
#comments .media .media-object {
  max-width: 40px;
}
#comments .dot {
  font-size: 6px;
}
#comments .tra-loi-comment {
  background-color: #F1F1F1;
  padding: 10px;
  margin-top: 15px;
  position: relative;
}
#comments .tra-loi-comment:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #F1F1F1 transparent;
  position: absolute;
  left: 5px;
  top: -15px;
}
.comments-khach .heading {
  text-align: center;
  overflow: hidden;
  border-color: transparent;
  font-size: 24px;
  color: #007386;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.comments-khach .heading:before,
.comments-khach .heading:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 17px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.comments-khach .heading:before {
  margin-left: -100%;
  background-image: url(../img/icon/bg-tt2.png);
  background-position: right center;
  margin-right: 10px;
}
.comments-khach .heading:after {
  margin-right: -100%;
  background-image: url(../img/icon/bg-tt1.png);
  background-position: left center;
  margin-left: 10px;
}
.comments-khach .owl-comment-khach {
  width: auto;
  margin: 0 -15px;
  padding-bottom: 70px;
}
.comments-khach .owl-comment-khach .owl-pagination {
  bottom: 35px;
}
.comments-khach .owl-comment-khach .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #e6e6e6;
}
.comments-khach .owl-comment-khach .owl-pagination .owl-page.active {
  background-color: #20b92c;
}
.comments-khach .comment-khach {
  padding: 0 15px;
}
.comments-khach .comment-khach .text {
  border: 1px solid #e6e6e6;
  padding: 25px 47px 25px 53px;
  position: relative;
margin-top: 10px;
}
.comments-khach .comment-khach .text:before,
.comments-khach .comment-khach .text:after {
  content: "";
  width: 44px;
  height: 32px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/kep-left.png);
}
.comments-khach .comment-khach .text:before {
  top: 5px;
  left: 5px;
}
.comments-khach .comment-khach .text:after {
  bottom: 5px;
  right: 5px;
  background-image: url(../img/icon/kep-right.png);
}
.comments-khach .comment-khach .user-khach {
  padding-top: 10px;
}
.comments-khach .comment-khach .user-khach img {
  max-width: 104px;
  margin-right: 15px;
  display: block;
}
.comments-khach .comment-khach .caption {
  overflow: hidden;
  padding-top: 15px;
  font-size: 14px;
}
.comments-khach .comment-khach .caption .name {
  color: #20b92c;
  margin-bottom: 0;
}
.mang-xh iframe {
    position: absolute; 
    width:238px !important;	

}
.btn btn-email
{
background-color: #c62121;
    border-color: #c62121;
    color: #fff;	
}
@media (max-width: 991px) and (min-width: 768px) {
  .form-cart-login {
    padding-top: 12px;
    text-align: right;
  }
  .form-cart-login .link {
    display: none;
  }
  .header-bottom .input-search,
  .header-bottom .input-group {
    width: 100%;
  }
  .header-bottom .phone {
    position: relative;
    top: -96px;
    z-index: 20;
  }
  .header-bottom .sky {
    position: relative;
    top: -83px;
    z-index: 20;
	left:-13px
  }
  .header-bottom .hotline {
    position: relative;
    top: -80px;
    z-index: 20;
    left: -14px;
  }
  .header-bottom .col-md-9.col-sm-9.no-padding {
    margin-bottom: -29px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
	.header-top{
		display:none;
	}
  .header-bottom .input-search {
    width: 100%;
  }
  
  .header-bottom .input-search .input-group {
    width: 100%
  }
  .header-bottom .hotline {
    display: none;
  }
}
@media (max-width: 479px) and (min-width: 370px) {
  .header-bottom {
    position: relative;
  }
  .header-top{
		display:none;
	}
  
  .header-bottom .input-search {
    width: calc(100% -  75px);
    width: -moz-calc(100% -  75px);
    width: -webkit-calc(100% -  75px);
    width: -o-calc(100% -  75px);
  }
  .header-bottom .input-search .input-group {
    width: 100%;
  }
  .header-bottom .hotline {
    display: none;
  }
  .header-bottom .form-cart-login {
    position: static;
  }
  .header-bottom .login {
    position: absolute;
    top: -52px;
    right: 0;
  }
  .header-bottom .mini-cart {
    position: absolute;
    top: -8px;
    right: 0;
  }
}
@media (max-width: 369px) {
	.header-top{
		display:none;
	}
	
  .logo {
    display: block;
    text-align: center;
  }
  .mini-cart {
    float: right;
  }
  .header-bottom {
    position: relative;
  }
  .header-bottom .input-search,
  .header-bottom .input-group {
    width: 100%;
  }
}
@media (max-width: 991px){
	
 #search_box {
  float: none !important;
  width: 100%;
 }
}

/*style by Khuyennt*/
#header{background:#none; margin-bottom:20px; border-bottom:solid 1px #e1e1e1;box-shadow: 0 0 4px #b6b6b6;}
.k_soluong{
border-radius:3px;
border:1px solid #bcbcbc;
background:#f0f0f0;
}
.spline td a{
    background: #969696;
    color: #fff!important;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: bold;
	font-size:10px;
	float:left;
	margin:5px 5px 0 0
}
.spline .amount{color:#c62121}
.spline .button{background:#c62121!important}

.k_detail{ font-size:20px;color:#000; background:#dddddd; padding:8px}
.k_thanks{font-size:25px}
.woocommerce table.shop_table th{color:#3279ad}
.txt_thanks{font-size: 20px;color: #80b600;  background:url(http://tentenwordpress1.top/wp-content/themes/tentenvn/img/ico_thanks.png) no-repeat left; padding:7px 0 7px 40px; margin-bottom:20px}

.shop_table{width:100%}
.k_cart td,.k_cart th{ border:solid 1px #c9c9c9;padding:7px}
.k_cart th{background:#e6e6e6}

.k_cart .product-remove a{
    background: #969696;
    color: #fff!important;
    padding: 0 7px;
    border-radius: 50%;
    font-weight: bold;
	font-size:16px;
	margin:5px 5px 0 0;
	display:inline-block
}

.k_cart input[type="submit"]{ background:#c62121; padding:4px 10px; border-radius:4px; margin-bottom:15px; border:none; color:#fff}
.btn_code{background:#575757!important}
.btn_capnhangh{background:#1e85be!important}

.k_totalcart h2{ font-size:20px}
.k_totalcart td,.k_totalcart th{ border:solid 1px #c9c9c9;padding:7px}
.k_totalcart .wc-proceed-to-checkout a{  background:#c62121; padding:10px 20px; border-radius:5px; font:700 14px arial; margin:10px auto 20px; color:#fff; float:left}

.img_listpage img{}

.tab-gioi-thieu-sp .nav-tabs li:last-child,
.slideInUp.addthis-animated,
#goi-mua-hang,
#lien-he{display:none!important}
.entry-detail .shop_attributes p{
  margin-bottom: 0px;
}

@media (max-width: 1199px){
.dau-gia{margin-top:20px}
}
@media (max-width: 991px){
.lien-he-tv{float:left; width:100%}
.entry-detail .title{margin-top:15px}
.entry-detail .soluong,.option-btn,.tab-gioi-thieu-sp .nav-tabs{width:100%!important}
.lien-he-tv .lh-thanh-pho{float:left; margin-right:10px; margin-top:3px}
.list-content-products.list .item-product{ height:110px}
.list-content-products .item-product .price .amount{font-size:16px}
}
@media (max-width: 767px){
.logo img{
	margin:15px 0 5px;
	margin-left: 40px;
}
}
@media (max-width: 639px){
.tab-sp .nav-tabs > li{text-align:center}
.tang1 .nav-tabs > li.active > a, .tang1 .nav-tabs > li.active > a:hover, .tang1 .nav-tabs > li.active > a:focus{border-color:#dddddd; background:#dddddd}
.tab-gioi-thieu-sp .nav-tabs{border-right:none!important}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background:#e1e1e1; font-weight:bold}
.result .orderby{text-align:right; width:100%}
.new_i{width:43%!important}
.new_c{width:55%!important}
.tin-hot,.mang-xh{width:100%!important}
.list-content-products.list .item-product{ height: auto}
}
@media (max-width: 480px){
.new_i{width:100%!important; margin-bottom:10px}
.new_c{width:100%!important}
}
@media (max-width: 369px){
.login{margin-top:20px}
.hotline{margin-top:10px}
.option-btn{text-align:center}
}
.new_i{text-align: center;width: auto !important ;}
.new_i img{
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    text-align: center;
    margin: 0 auto;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:67%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(0.94);
  border:1px solid blue;
  border-shadow:0px 0px 10px 10px;
}
.img-hv-den {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.img-hv-den:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
#footer{
	background: #042b58;
	color:#fff;
}