body{
	background: #fff;
}

header{
	background: url(../images/bg-header.png) repeat;
	
}
[class*=" col-"], [class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.float-right{
	float: right;
}
.header-top{
	text-align: right;
	background: #fbfbfb;
	
}
.d-flex-center{
	display: flex;
	align-items: center;
}
.header-bottom{
	padding: 15px;
}
.header-top ul {
	padding: 0;
	margin: 0;
}
.header-top ul li a{
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0 14px;
	display: block;
}
.header-top ul li a:hover{
	color: #000000;
	background: #ffffff;
}
.header-top ul li{
	line-height: 30px;
	background: none;
	border-left: 1px solid #ececec;
	border-right: none;
	display: inline-block;
	
}
.main-menu-box{
	background: url(/themes/pin/images/menu.png) repeat-x;
}
.slider-box{
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.main-menu{
	padding: 0;
	margin: 0;
}
.main-menu li{
	line-height: 45px;
	background: 0 0;
	border-left: none;
	border-right: none;
	display: inline-block;
	position: relative;
}
.main-menu li a{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 0 25px;
	display: block;
}
.main-menu li a:hover,.main-menu li.active a{
	background: #6F2400;
}
.main-menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 240px;
	z-index: 9;
	border: 1px solid #eee;
	background-color: #fafafa;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	display: none;

}
.main-menu .sub-menu li{
	display: block;
}
.main-menu .sub-menu li a{
	color: #000;
	display: block;
	font-weight: 400;
	background: none;
	line-height: initial;
	padding: 10px 15px;
}
.main-menu .sub-menu li a:hover{
	background: #6F2400;
	color: #fff;
}
.main-menu .sub-menu li a .fa{
	position: absolute;
	right: 25px;
	top: 15px;
}
.main-menu .sub-menu-2{
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
	width: 240px;
	z-index: 9;
	border: 1px solid #eee;
	background-color: #fafafa;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	display: none;
}
.main-menu>li:hover .sub-menu{
	display: block;
}
.main-menu .sub-menu>li:hover .sub-menu-2{
	display: block;
}
#search_form_shops{
	width: 100%;
	display: inline-block;
	margin-top: 4px;
	position: relative;
}
.form-control{
	box-shadow: none;
	border-radius: 0;
}
#search_form_shops .btn-search{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	width: 30px;
	background: none;
	border: none;
	padding: 0;
}
#search_form_shops input{
	padding-right: 35px;
}
.block-box{
	margin-bottom: 15px;
}
.block-heading-left{
	background: #BB6903;
	position: relative;
	padding: 10px 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-left: -5px;
	line-height: 23px;
	font-size: 16px;
}
.block-heading-left:before{
	height: 0;
	width: 5px;
	position: absolute;
	bottom: -4.5px;
	border-bottom: 5px solid transparent;
	content: "";
	display: block;
	left: 0;
	border-right: 4px solid rgba(0,0,0,.65);
	
}
.block-body-left{
	padding: 8px;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fafafa;

}
.block-heading{
	font-size: 15px;
	background: #BB6903;
	padding: 10px 10px;
	border-bottom: none;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}
.btn-primary:hover{
	background-color: #6F2400;
	border-color: #6F2400;
}
.btn-primary{
	background-color: #BB6903;
	border-color: #BB6903;
}
.block-heading a{
	color: #000;
}
.product-grid{
	margin-bottom: 15px;
	text-align: center;
}
.product-grid .image{
	padding-top: 100%;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}
.product-grid .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	object-fit: contain;
	transition: .25s;
}
.product-grid:hover img{
	transform: scale(1.2);
	transition: .25s;
}
.product-grid h3{
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product-grid h3 a{
	color: #000;
}
.product-grid .price{
	margin: 10px 0;
}
.product-grid .discounts_money{
	margin-left: 10px;
}
footer{
	background: #eeeeee;
	margin-top: 10px;
	padding:15px;
}
.news-list-mn{
	padding: 8px;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fafafa;
}
.news-list-mn .image{
	position: relative;
	float: left;
	height: 56px;
	width: 56px;
	display: block;
	margin: 2px 7px 2px 0;
	padding: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #e5e5e5 inset;
	-moz-box-shadow: 0 0 0 1px #e5e5e5 inset;
	box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.news-list-mn .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news-list-mn h3{
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 400;
	font-size: 13px;
}
.news-list-mn h3 a{
	color: #000;
}
.news-list-mn a:hover{
	color: #1b5b8f;
}
.news-list-mn li{
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}
.news-list-mn li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
footer ul{
	padding: 0;
	margin: 0;
}
footer ul li{
	margin-bottom: 5px;
}
.block-heading-footer{
	line-height: 23px;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.social{
	padding: 0;
	margin: 0;
}
.social li{
	display: inline-block;
	margin-right: 5px;
}
.social li:last-child{
	margin-right: 0;
}
.social li .fa{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.social .fa-facebook{
	background: #4c69ba;
}
.social .fa-twitter{
	background: #4c69ba;
}
.social .fa-youtube{
	background: #d33d38;
}
.logo-footer img{
	width: 100%;
	height: auto;
}
.form-dk-email{
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	width: 350px;
	display: inline-block;
}
.form-dk-email .btn-dk{
	position: absolute;
	top: 2px;
	right: 2px;
	background: #1f69a4;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 25px;
	border-radius: 20px;
	overflow: hidden;
	border: none;
}
.form-dk-email input{
	border: none;
	width: 100%;
	height: 32px;
	border-radius: 15px;
	padding: 0px 10px;
}
.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 15px;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background: #BB6903;
	color: #fff;
	
}
.nav-tabs>li>a{
	font-weight: 700;
}
.nav-tabs{
	border-bottom: 2px solid #e8e8e8;
}
.news-list{
	margin-bottom: 20px;
}
.news-list .image{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.news-list .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news-list h3, .news-list .des{
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list h3{
	font-size: 15px;
	margin-bottom: 5px;
}
.news-list h3 a{
	color: #000;
}
.gui-di{
	text-align: right;
}
.form-lh textarea{
	resize: vertical;
	height: 80px;
}
.g-map{
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.g-map p{
	margin-bottom: 0;
}
.g-map iframe{
	width: 100%;
	height: 333px;
	vertical-align: middle;
}
.home .block-heading-home{
	display: none;
}
.product-list-mn-box{
	padding: 0 8px;
	
	border: 1px solid #eee;
	border-top: none;
	background-color: #fafafa;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	position: relative;
}
.product-list-mn{

	padding-top: 9px;
	border-top: 1px dotted #dfdfdf!important;
}

.product-list-mn .image{
	width: 55px;
	height: 55px;
	float: left;
	position: relative;
	margin: 0 8px 0 0;
	padding: 2px;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 1px #ccc;
	-moz-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc;
}
.product-list-mn .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-list-mn h3{
	font-weight: 400;
	font-size: 13px;
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.product-list-mn h3 a{
	color: #000;
}
.product-list-mn .discounts_money{
	margin-left: 5px;
	font-size: 12px;
}
.product-list-mn:last-child{
	margin-bottom: 0;
}
.swiper{
	height: 370px;
}
.swiper-slide{
	height: 74px !important;
}
.swiper-nav{
	position: absolute;
	top: -28px;
	right: 0;
	font-size: 14px;
	width: 50px;
	height: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 12px !important;
	color: #444;
	background: #ddd;
	padding: 5px;
	border-radius: 4px;
}
.swiper-button-next{
	right: 0 !important;
}
.swiper-button-prev{
	
	left: 0 !important;
}
.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	z-index: 9999;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
	transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 0 10px;
}

.mobile-menu-wrap .logo img {
	height: 25px;
	width: auto;
}

.mobile-menu-wrap .menu {
	background-color: #fff;
	height: auto;
	overflow: auto;
}

.mobile-menu-wrap .mfooter {
	background-color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777;
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;
	text-align: center;
	font-size: 30px;
	display: none;
	z-index: 999;
	color: #BB6903;

}

.mobile-menu-toggle-btn:hover {
	background: none;
}


@media (max-width: 767.98px) {
	.mobile-menu-toggle-btn {
		display: inline-block;
		vertical-align: middle;
	}
	.open-menu .mobile-menu-bg {
		display: block;
	}
	.open-menu .mobile-menu-wrap {
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}
.tab-menu-mobile>li>a{
	text-transform: uppercase;
	border-radius: 0;
	margin: 0;
}
.mobile-menu-wrap .tab-pane{
	padding: 0;
}
.metismenu .sidebar-nav ul{
	padding-left: 0 !important;
}
.slider-box img{
	object-fit: cover;
}
.red{
	color: red;
}
#cart_san-pham i{
	color: #BB6903;
}
.phone_home{
	color: #BB6903;
}
.tab-menu-mobile li{
	width: 50%;
}


.cart-mobi{
	display: none;
	position: relative;
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 60px;
}
.hidden-md{
	display: none;
}
.cart-mobi span{
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	border-radius: 50%;
	background: #BB6903;
	color: #fff;
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 11px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pdd-lr-5{
	padding-left: 5px;
	padding-right: 5px;
}
.mrg-lr-5{
	margin-left: -5px;
	margin-right: -5px;
}


#header.sticky .header-bottom{
	background: #fff
}
.giamsl, .tangsl {
	height: 32px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 32px;
	vertical-align: middle;
}
#pnum {
	width: calc(160px - 64px);
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.space-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mrg-l-10{
	margin-left: 10px;
}
.pnum-box{
	white-space: nowrap;
}
.pnum-cart{
	width: 55px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-left: none;
	border-right: none;
}
.product-detail .tabs img{
	max-width: 100%;
	height: auto;
}
#nv-block-login {
	left: auto;
	right: 0;
	width: 210px;
	text-align: center;
}
.signed {
	width: 245px;
	left: unset;
	right: 0px;
	padding: 10px;
}
.header-login{
	display: inline-block
}
.container{
	width: 100%;
}

@media (min-width:992px) {
	.chatmobile{
		display: none;
	}

}
.logo img{
	height: auto;
	width: 100%;
}
.img-21-9 {
  position: relative;
  display: block;
  padding-top: 39.85%;
  overflow: hidden
}

.img-16-9 {
  position: relative;
  display: block;
  padding-top: 60.65%;
  overflow: hidden
}

.img-square {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden
}

.img-4-3 {
  position: relative;
  display: block;
  padding-top: 65%;
  overflow: hidden
}

.img-21-9 img,
.img-16-9 img,
.img-square img,
.img-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.money {
    color: #CC3300;
    font-size: 18px;
    font-weight: normal;
}
.price{
	margin-top: 10px;
}