/******************************** Css chung ********************************/


html{ overflow-x: hidden; }
body {
	font-family: "Open Sans", sans-serif;
	background:#fff;
	margin: auto;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	color: #333;
}
.owl-nav.disabled, .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-dots button{
	border:0;
	background:transparent;
}
.mt-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 2rem;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-0{
	margin-bottom: 0;
}
.mb-2{
	margin-bottom: 2rem;
}
.text-danger{
	color: #e11b1e;
}
.flex-box {display: flex;}
.flex-inline {display: inline-flex;}
.flex-w {flex-wrap: wrap;}
.flex-c {flex-direction:column;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.justify-e {justify-content: end;}
.flex-box.row:before,.flex-box.row:after{display:none;}
.flex-box > img{align-self:center;}
.flex-scroll{overflow-x: auto;}
.flex-scroll::-webkit-scrollbar{display: none;}
.full-width{width:100%;}
.img-cover{
	position:relative;
	overflow:hidden;
	padding-bottom:60%;
}
.img-cover img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.flex-center {
	display: flex; 
	justify-content: center;
	align-items: center;
}
.content_banner_video {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	padding: 20px;
}

#myBtn_banner_video {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
}

#myBtn_banner_video:hover {
	background: #ddd;
	color: black;
}

img {
	max-width: 100%;
}
img.respon-owlCarousel {
	width: auto !important;
}
.clearboth {
	clear:both;
}
li {
	list-style: none;
}
ul,li,p {
	margin: 0px;
	padding: 0px;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a {
	color : #333333;
}
a:hover {
	color: #b20000;
}
input,input:focus {
	outline: none !important;
	-webkit-appearance: none;
}
.textarea-resize-none {
	resize: none;
}
.clearbox {
	clear: both;
}
.overflow-hidden {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.flexbox-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.flexbox-grid-default {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 3px auto;
}
.flexbox-grid-form-no-outside-padding {
	width: 100%;
	padding: 0;
}
.flexbox-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}
.flexbox-content.two-items:first-child {
	padding-right: 10px;
}
.flexbox-content.two-items:last-child {
	padding-left: 10px;
}
.flexbox-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333%;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.flexbox-auto-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}
.flexbox-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.flexbox-auto-45px {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45px;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;    height: 40px;
}
.flexbox-auto-60px {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}
.flexbox-auto-100px {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}
.flexbox-alignItems-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.flexbox-justifyContent-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexbox-justifyContent-space-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.flexbox-align-self-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
select {
	background: url(select-arrow.png) right center #fff no-repeat !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 17px !important;
}
.view-more-home a {
	padding: 5px;
	border: 2px solid #4b62c8;
	display: block;
	text-align: center;
}
.view-more-home i {
	font-size: 10px;
	margin-left: 5px;
}
.pd-all-10 {
	padding: 10px;
}
.pd-5 {
	padding: 0px 5px;
}
.pd-10 {
	padding: 0px 10px;
}
.pd-l-10 {
	padding-left: 10px !important;
}
.pd-l-15 {
	padding-left: 15px !important;
}
.pd-l-5 {
	padding-left: 5px;
}
.pd-r-5 {
	padding-right: 5px;
}
.pd-r-10 {
	padding-right: 10px;
}
.pd-r-15 {
	padding-right: 15px;
}
.pd-t-10 {
	padding-top: 10px;
}
.pd-t-15 {
	padding-top: 15px;
}
.pd-none-b {
	padding-bottom: 0;
}
.pb-b-10 {
	padding-bottom: 10px;
}
.pb-b-15 {
	padding-bottom: 15px;
}
.pd-none-l {
	padding-left: 0px !important;
}
.pd-none-r {
	padding-right: 0px;
}
.pd-none {
	padding: 0px !important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	//margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.m-none {
	margin: 0;
}
.border-none-r {
	border-right: none;
}
.ps-absolute {
	position: absolute;
}
.ps-relative {
	position: relative;
}
.width100-percent {
	width: 100%;
}
.empty > p {
	text-align: center;
	color: #e60f1e;
	font-size: 15px;
}
.owl-carousel .owl-item img {
	width: 100%;
	height:100%;
}
/*** Icon SVG ***/
#bttop span {
	float: left;
	margin: 4px 10px;
}

.svg-next-icon {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
}
.svg-next-icon-size-10 {
	width: 10px;
	height: 10px;
}
.svg-next-icon-size-12 {
	width: 12px;
	height: 12px;
}
.svg-next-icon-size-16 {
	width: 16px;
	height: 16px;
}
.svg-next-icon-size-18 {
	width: 18px;
	height: 18px;
}
.svg-next-icon-size-20 {
	width: 20px;
	height: 20px;
}
.svg-next-icon-size-24 {
	width: 24px;
	height: 24px;
}
.svg-next-icon-size-26 {
	width: 26px;
	height: 26px;
}
.svg-next-icon-size-30 {
	width: 30px;
	height: 30px;
}
.svg-next-icon-size-36 {
	width: 36px;
	height: 36px;
}
.svg-next-icon-size-40 {
	width: 40px;
	height: 40px;
}
.svg-next-icon-size-50 {
	width: 50px;
	height: 50px;
}
.svg-next-icon-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.svg-next-icon-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*** End icon svg ***/
/*** Checkbox & Radio ***/
input[type='checkbox'],
input[type='radio'] {
	margin-top: 0;
	vertical-align: top;
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 2px 0;
}
input[type='checkbox']:before,
input[type='radio']:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	-webkit-transform: rotate(-45deg) scale(0,0);
	-moz-transform: rotate(-45deg) scale(0,0);
	-ms-transform: rotate(-45deg) scale(0,0);
	-o-transform: rotate(-45deg) scale(0,0);
	transform: rotate(-45deg) scale(0,0);
	content: "";
	position: absolute;
	left: 3px;
	top: 6px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #58b3f0;
	border-top-style: none;
	border-right-style: none;
}
input[type='radio']:before {
	width: 10px;
	height: 10px;
	border: 5px solid #58b3f0;
	border-radius: 50%;
	top: 5px;
}
input[type='checkbox']:after,
input[type='radio']:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #cedadd;
	cursor: pointer;
	border-radius: 2px;
}
input[type='radio']:after {
	border-radius: 50%;
}
input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
}
/*** End Checkbox & Radio ***/
/******************************* End Css chung *********************************/
/********************************* UserControl *********************************/
/*** Quickview.css ***/
.box-position-quickview {
	display: none;
}
.box-position-quickview .wrap-btn-quickview {
	display: inline-block;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.box-position-quickview .wrap-btn-quickview a.quickview {
	background: #58b3f0;
	color: white;
	border-bottom: 2px solid #42adf5;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 7px 10px;
	display: inline-block;
	border-radius: 3px;
	transition: background-color 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}
.product-wrapper .product-image:hover .box-position-quickview {
	display: block;
}
.product-wrapper .product-image{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
}
.box-position-quickview .wrap-btn-quickview a.quickview:hover {
	background: #1e9aec;
	border-bottom: 2px solid #0d77bd;
}
body.overlay-layer:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
body.overlay-layer:after {
	content: "";
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	z-index: 99999;
}
.wrapper-quickview {
	padding: 15px 0;
	border-radius: 4px;
	display: block;
	position: fixed;
	max-width: 900px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	z-index: 999999;
}
.hidden-btn-event .price-contact {
	display: none;
}
.wrapper-quickview::after {
	clear: both;
	content: "";
	display: table;
}
.wrapper-quickview.is-visible {
	visibility: visible;
}
.wrapper-quickview.animate-width {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.wrapper-quickview .quickview-image {
	margin-bottom: 5px;
	text-align: center;
}
#quickview-sliderproduct .quickview-slider {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
#quickview-sliderproduct {
	padding: 0 30px;
}
#quickview-sliderproduct .quickview-slider.is-visible-slide {
	visibility: visible;
	opacity: 1;
}
#quickview-sliderproduct .quickview-slider .item a {
	display: block;
}
#quickview-sliderproduct .quickview-slider .item img {
	border: 1px solid #e7e7e7;
}
#quickview-sliderproduct .quickview-slider .item a.active img {
	border: 1px solid #D87C7C;
}
#quickview-sliderproduct .quickview-slider .owl-next {
	right: -40px;
	position: absolute;
	top: calc(50% - 22px);
	background: transparent;
}
#quickview-sliderproduct .quickview-slider .owl-prev {
	left: -40px;
	position: absolute;
	top: calc(50% - 22px);
	background: transparent;
}
.wrapper-quickview .quickview-information {
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.wrapper-quickview.is-visible-info .quickview-information {
	visibility: visible;
	opacity: 1;
	display: block;
	padding-right: 25px;
}
.quickview-information .quickview-close {
	position: absolute;
	right: 10px;
	top: 0px;
}
.quickview-information .quickview-close a {
	display: block;
	color: #333;
}
.quickview-information .quickview-title h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #333;
}
.quickview-information .quickview-sku {
	color: #333;
}
.quickview-information .quickview-price {
	margin-bottom: 10px;
	padding: 5px 0px;
}
.quickview-information .quickview-price span {
	font-size: 24px;
	color: #e11b1e;
	font-weight: 400;
	margin-right: 10px;
}
.quickview-information .quickview-price del {
	font-size: 16px;
	color: #7d7d7d;
}
.quickview-information .quickview-variants {
	padding: 0 0 15px;
}
.quickview-information .quickview-variants #quickview-select {
	display: none;
}
.quickview-information .selector-wrapper {
	width: 100%;
	float: left;
}
.quickview-information .quickview-description {
	font-size: 14px;
	color: #333;
	line-height: 21px;
	margin: 0 0 15px;
	padding: 15px 0 0;
	border-top: 1px solid #e7e7e7;
}
.quickview-information .quickview-description.null-description {
	border: none;
}
.quickview-slider .flex-direction-nav a {
	background: none;
}
/*** End quickview.css ***/
/*** Popup-contact.css ***/
#popup-contact .modal-dialog {
	margin-top: 10%;
}
.wrapper-popup-contact {
	background-image: url(//cdn.hstatic.net/themes/1000269795/1001427754/14/popup_newsletter_bg.jpg?v=508);
	padding: 20px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	color: #333;
}
.wrapper-popup-contact .close {
	position: absolute;
	right: 0;
	top: -30px;
	color: #fff;
	opacity: 1;
}
.wrapper-popup-contact .close > span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}
.title-popup-contact {
	font-size: 24px;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
.message-popup-contact {
	margin-bottom: 20px;
}
.content-popup-contact {
	margin-bottom: 10px;
	font-size: 14px;
}
.title-adv-popup-contact {
	font-size: 14px;
	margin-bottom: 5px;
}
.list-adv-popup-contact li {
	list-style-type: disc;
	margin-left: 25px;
	font-size: 14px;
}
.popup-form-customer {
	margin-bottom: 20px;
}
.popup-form-customer .input-group {
	max-width: 300px;
}
.btn-reg-popup-contact {
	background: #078ceb;
	color: #fff;
	cursor: pointer;
	border-color: #078ceb;
}
/*** End popup-contact.css ***/
/*** Pagination-default.css ***/
.pagination-default  {
	text-align: center;
}
.pagination-default .pagination-box {
	margin: 15px 0px;
	padding: 0px 15px;
	float:right;
}
.pagination-default > div {
	display: inline-block;
}
.pagination-default a {
	border: 1px solid #D21112;
	//border-left: none;
	margin:0 2px;
	float: left;
	font-style: normal;
	font-weight: normal;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	color: #D21112;
}
.pagination-default a:first-child {
	border-left: 1px solid #D21112;
	color:white;
}
.pagination-default a.next{
	border-radius:0 5px 5px 0;
}
.pagination-default a.prev{
	border-radius:5px 0 0 5px;
}
.pagination-default a.prev, .pagination-default a.next,
.pagination-default a.prev-first, .pagination-default a.next-last {
	color: #D21112 ;
	font-size: 12px;
}
.pagination-default .current {
	background: #D21112;
	color: white;
}
.pagination-default a:hover {
	background: #D21112;
	color:white;
}
/*** End paginate.css ***/
/*** Banner quang cao fix goc trai ***/
.float-ck { 
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 9000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.float_content_right {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.float_content_right {
	position:relative;
	text-align:right;
	font-size: 11px;
}
.float_content_right a.hide_qc {
	position: absolute;
	top: -19px;
	right: -1px;
	background: #b34c4c;
	padding: 2px 4px;
	color: #FFF;
}
.float_content_right a.show_qc {
	position: absolute;
	right: -65px;
	top: 47px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #ffffff;
	padding: 2px 10px;
	color: #000;
	display: none;
}
/*** End Banner quang cao ***/
/*** Slide.css ***/
.slider-main .slider-menu {
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.border-group-collection {
	border-bottom: 1px solid #fff;
}
.slider-main > .flexbox-grid {
	padding-bottom: 0;
}
.slider-main .owl-theme .owl-controls, .slider-main .owl-theme .owl-dots{
	position: absolute;
	right: 50px;
	bottom: 25px;
}
.slider-main .owl-theme .owl-dots .owl-dot span {
	opacity: 1;
	color: #fff;
	margin: 0 0 0 5px;
	background: #fff;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.slider-main .owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff none repeat scroll 0 0;
	width: 20px;
}
/* Banner */
.box-collection-banner {
	border-bottom: 1px solid #fff;
}
.box-collection-banner .wrapper-image-banner {
	overflow: hidden;
	position: relative;
}
.box-collection-banner .wrapper-image-banner:before {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: -o-calc(100% - 50px);
	left: 25px;
	position: absolute;
	top: 25px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 1s ease 0s;
	-moz-transition: transform 1s ease 0s;
	-webkit-transition: transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	z-index: 3;
}
.box-collection-banner .wrapper-image-banner > a {
	display: inline-block;
	position: relative;
}
.box-collection-banner .wrapper-image-banner > a img {
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	max-width: 100%;
	width: 100%;
}
.wrapper-image-banner .box-content-banner {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 888;
}
.box-content-banner .wrapper-content-banner {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}
.box-content-banner .wrapper-content-banner .box-text {
	color: #fff;
	padding-bottom: 50px;
	padding-right: 50px;
	text-align: right;
	vertical-align: bottom;
	display: table-cell;
}
.box-content-banner .wrapper-content-banner .box-text h3 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
.box-content-banner .wrapper-content-banner .box-text p {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.wrapper-image-banner:hover:before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.wrapper-image-banner:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* End banner */
/* Banner collection */
.feature-box-collection {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.feature-box-collection .services-block-content {
	height: 0;
	position: absolute;
	top: calc(50% - 35px);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	z-index: 1;
}
.feature-box-collection .services-block-content > a {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	width: calc(100% - 15px);
	padding: 18px 0px;
	text-transform: uppercase;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.feature-box-collection:hover a {
	background: #ffffff none repeat scroll 0 0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* End Banner collection */
/*** End slide.css ***/
/*** Breadcrumb ***/
/*** Menu breadcrumb ***/
#navbar .dropdown-link-breadcrumb {
	background: #c9141b;
	position: relative;
}
#navbar .dropdown-link-breadcrumb > li {
	line-height: 34px;
}
#navbar .dropdown-link-breadcrumb > li > a {
	color: #fff;
	display: block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#navbar .dropdown-link-breadcrumb li i,
#navbar .box-menu-collection li i {
	position: absolute;
	right: 8px;
	top:9px;
	font-size:15px;
}
#navbar .dropdown-link-breadcrumb > li > i.fa-bars {
	left: 8px;
	top: 9px;
	color: #fff;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu i {
	top: 7px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a {
	padding:5px 10px;
	transition: padding-left .2s linear;
	-webkit-transition: padding-left .2s linear;
	position: relative;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a:hover {
	padding-left:25px;
	background-color: #e60f1e;
	color: #fff;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu {
	min-width: 185px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu {
	margin:0;
	padding:0;
	border: none;
	border-radius: 0px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu ul.dropdown-menu {
	top: 0px;
	left: 100%;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li {
	position:relative;
}
.header-navigate .breadcrumb {
	margin: 0px;
	background: none;
	padding: 8px 0px;
	white-space: nowrap;
	overflow-x: auto;
}
.header-navigate .breadcrumb a,
.header-navigate .breadcrumb span {
	font-size: 14px;
	color: #3E3E3E;
	white-space: normal;
	display: inline-block;
}
.header-navigate .breadcrumb li.active span {
	font-weight: bold;
}
.header-navigate .breadcrumb>li+li:before {
	content: "";
	padding: 0px 2px;
}
.flexbox-grid-default.hidden-lg.hidden-md.hidden-sm{
	justify-content: space-evenly;
}
/*** End breadcrumb ***/
/*** List vs Grid group product ***/
.btn-change-list {
	padding: 2px 5px 3px;
	font-size: 15px;
	background: #fff;
	color: #999;
	margin: 5px;
	text-align: center;
	border: 1px solid;
	border-color: #ffffff;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-change-list svg {
	fill:#ffffff;
}
.btn-change-list:hover,
.btn-change-list.active {
	background : #ffffff;
	color: #fff;
}
.btn-change-list:hover svg,
.btn-change-list.active svg {
	fill: #fff;
}
#event-grid.template-list .product-wrapper {
	width: 100%;
}
#event-grid.template-list .product-wrapper .product-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#event-grid.template-list .product-wrapper .product-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
#event-grid.template-list .product-wrapper .product-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	max-width: 100%;
	min-width: 0;
}
/*** End List vs Grid group product ***/
/*** Loading Circle ***/
.lazy-load-ball {
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.ball {
	background-color: rgba(0,0,0,0);
	border: 5px solid rgba(0, 0, 0, 0.9);
	opacity: .9;
	border-top: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-radius: 50px;
	box-shadow: 0 0 35px #9A9A9A;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

.ball1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,0,0,0.9);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #9A9A9A; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-40px;
	-moz-animation:spinoff .5s infinite linear;
	-webkit-animation:spinoff .5s infinite linear;
}
@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
/*** End loading ***/
/*** Loading Circle 2 ***/
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.uil-ring-css {
	background: none;
	position: relative;
	width: 200px;
	height: 200px;
	-moz-transform: scale(0.44);
	-webkit-transform: scale(0.44);
	-o-transform: scale(0.44);
	-ms-transform: scale(0.44);
	transform: scale(0.44);
	margin: auto;
}
.uil-ring-css > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 #59ebff;
	-ms-animation: uil-ring-anim 1s linear infinite;
	-moz-animation: uil-ring-anim 1s linear infinite;
	-webkit-animation: uil-ring-anim 1s linear infinite;
	-o-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
}
/*** End loading ***/
/*** Thanh Scroll Chrome ***/
@media(min-width:1200px) {
	:not(.scroll-horizontal-style)::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-thumb {
		background: rgba(193,193,193,0.8);
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.5);
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(193,193,193,0.4);
	}
}
/*** End Thanh Scroll Chrome ***/
/*** Scroll Top ***/

.floating-btn a span {
	margin-top: -13px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.floating-btn a {
	display: block;
	background: #ffffff;
	border-radius: 38px;
	color: #151515;
	text-align: center;
	box-shadow: 0 0px 2px rgba(0,0,0,.4);
	width: 64px;
	height: 64px;
	line-height: 46px;
}

.back-to-top {
	position: fixed;
	bottom: 100px;
	right: -70px;
	z-index: 100;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.back-to-top a {
	display: block;
	z-index: 999;
}
.back-to-top.display {
	right: 10px;
}

/*** End scroll top ***/
/*** Hotline fix mobile ***/
.hotline-mobile {
	position: fixed;
	bottom: 35px;
	left: 7px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	z-index: 9;
}
.hotline-mobile > a {
	color: #fff;
	display: block;
}
/*** End Hotline fix mobile ***/
/*** Countdown index ***/
.box-count-number {
	padding: 10px 0px;
	max-width: 350px;
}
.title-start {
	font-size: 20px;
	color: #333;
	padding-right: 5px;
}
.number-count-btn {
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	display: block;
	width: 70px;
	height: 70px;
	font-size: 28px;
	font-family: Roboto-Regular;
	vertical-align: middle;
	line-height: 70px;
	background: #d3232a;
	margin: auto;
	position: relative;
}
.number-count-btn:before {
	content: ":";
	position: absolute;
	left: -12px;
	color: #000;
	font-size: 26px;
}
.box-time:nth-child(1) .number-count-btn:before {
	content: none;
}
.times-dots {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	font-size: 17px;
}
/*** End Countdown index ***/
/*** Smart Search ***/
.smart-search-wrapper {
	position: absolute;
	background: #fff;
	border: 2px solid #d5d5d5;
	z-index: 999;
	top: calc(100% - 13px);
	width: 180%;
	padding-top: 16px;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.is-sticky .smart-search-wrapper {
	top: 94%
}
.smart-search-wrapper > a {
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 8px 10px;
	border-bottom: 1px dashed #c5c5c5
}
.smart-search-wrapper .search-image {
	padding-right: 10px;
}
.smart-search-wrapper .search-title {
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	color: #333;
}
.smart-search-wrapper .search-price {
	color: #e11b1e;
	padding-right: 10px;
}
.smart-search-wrapper .search-price-compare {
	color: #7d7d7d;
	text-decoration: line-through;
}
.smart-search-wrapper a:hover {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(242,246,250,1) 47%,rgba(233,241,246,1) 77%);
	background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(47%,rgba(242,246,250,1)),color-stop(77%,rgba(233,241,246,1)));
	background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(242,246,250,1) 47%,rgba(233,241,246,1) 77%);
	background: -o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(242,246,250,1) 47%,rgba(233,241,246,1) 77%);
	background: -ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(242,246,250,1) 47%,rgba(233,241,246,1) 77%);
	background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(242,246,250,1) 47%,rgba(233,241,246,1) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f1f6', GradientType=1 )
}
.smart-search-wrapper > a:last-child {
	border-bottom: 0
}
/*** End Smart Search ***/
/********************************* End UserControl *****************************/
/******************************** Layout Chung *****************************/
/*** Header.css ***/
header > .flexbox-grid {
	padding-bottom: 0;
	width: calc(100% - 60px);
}
.logo {
	height: 60px;
	line-height: 60px;
}
.logo h1 {
	margin: 0;
}
.logo span {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.box-search {
	padding: 5px 0px;
	position: relative;
}
.box-search .box-input {
	//border-radius: 8px;
	//border: 2px solid #d5d5d5;
	overflow: hidden;
	z-index: 1000;
	padding:10px 0 0 0;
	position: relative;
}
.box-search .box-input .input-group-search {
	float: left;
	vertical-align: top;
	width: 100%;
}
.box-search .box-input .input-group-search .fa-search {
	font-size: 12px;
	color: #CECACA;
}
.box-search .box-input input[type="text"] {
	border: none;
	padding: 7px;
	width: 100%;
	border-radius:10px;
	text-indent: 10px;
	font-size: 13px;
	background: #fff;
}
.box-search .box-input .btn-searchbox {
	width: 50px;
	border: none;
	display:none;
	padding: 7px 0px 8px;
	color: #999;
	font-weight:bold;
	background: transparent;
}
.box-search .box-input .btn-searchbox i {
	font-size: 18px;
}
.box-right-top-header {
	padding: 11px 0;
}
.box-right-top-header {
	text-align: right;
}
.icon-control-header li {
	display: inline-block;
	//margin-right: 10px;
}
.icon-control-header li:last-child {
	margin: 0;
}
.support-store-shop i, .support-phone-header i {
	font-size: 16px;
	line-height: 36px;
	background: #f7f7f7;
	display: block;
	width: 36px;
	height: 36px;
	float: left;
	text-align: center;
	border-radius: 100%;
	margin-right: 5px;
}
.support-store-shop span, .support-phone-header span {
	padding: 7px 0;
	display: inline-block;
}
.icon-control-header li > a, .search-header a[data-toggle] {
	display: inline-block;
	padding: 7px 0px 7px;
}
.icon-control-header li > a {
	padding-right: 15px;
}
.icon-control-header #cart-target {
	position: relative;
}
.icon-control-header #cart-target #cart-count {
	background: #ff6517;
	color: #fff;
	padding: 0px 6px;
	border-radius: 100%;
	position: absolute;
	//left: 18px;
	font-size: 12px;
	line-height: 20px;
	top: 0;
}
/*** End header.css ***/
/*** Menu.css ***/
.mask_menu {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.7;
	z-index: 1000;
	display: none;
}
.navbar-nav > li {
	min-width: 110px;
	margin-right: 10px;
}
.navbar-nav .icon-image {
	max-width: 32px;
	max-height: 32px;
}
.navbar-nav > li:last-child {
	border: none;
}
.navbar-main .navbar-nav > li > a {
	background: #d5d5d5;
	line-height: 20px;
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	color: #1a1a1a;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	min-width: 80px;
	text-align: center;
	font-weight: 400;
	
	padding: 5px 10px;
	
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #b20000;
	background: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .dropdown-menu > .open > a, .navbar-default .navbar-nav .dropdown-menu > .open > a:hover, .navbar-default .navbar-nav .dropdown-menu > .open > a:focus,
.navbar-default .navbar-nav .dropdown-menu>li>a:hover, .navbar-default .navbar-nav  .dropdown-menu>li>a:focus {
	color: #b20000;
	background: #eeeeee;
}
.navbar-default .navbar-nav .dropdown-menu.bg-menu-main a:hover {
	background: transparent;
}
.navbar-main .navbar-nav {
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	float: none;
	padding: 0;
	display: flex;
	align-items: center;
}
.navbar-main .navbar-nav li div {
	font-weight: bold;
}
a.btn.btn-default.bg-menu {
	background: #d5d5d5;
	color: #000;
}
.navbar-toggle .icon-bar {
	background-color : #333;
}
nav.navbar-main.navbar {
	background: #f7f7f7;
	margin-bottom:0px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
nav.navbar-main.navbar.affix-mobile, .header-fixed.affix-mobile {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1010;
	-webkit-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
	-moz-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
	box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
}
.navbar-main.navbar {
	position: relative;
	min-height: 26px;
	margin-bottom: 20px;
	border: 0px solid transparent;
	border-radius: 0px;
}
.navbar-main .navbar-nav > li > a > span > i {
	font-size: 16px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 2px;
}
ul.mobile-menu-icon li#cart-target {
	color: #fff;
	height: 100%;
	font-size: 26px;
	line-height: 50px;
	position: relative;
}
ul.mobile-menu-icon li#cart-target span {
	background: #ff6517;
	color: #fff;
	padding: 0px 6px;
	border-radius: 100%;
	position: absolute;
	left: 11px;
	font-size: 12px;
	line-height: 20px;
	top: 8px;
}
ul.mobile-menu-icon>li {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 50px;
}
.box-search-mobile {
	background: #EDEDED;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	line-height: initial;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.box-search-mobile form {
	padding: 5px;
}
.box-search-mobile .input-group-search {
	float: left;
	padding-left: 7px;
	width: calc(100% - 60px);
	background: #fff;
	border-radius: 3px 0 0 3px;
}
.box-search-mobile .input-group-search input {
	border: none;
	padding: 10px 0;
	width: 100%;
	text-indent: 10px;
	font-size: 13px;
	background: transparent;
	color: #333;
}
.box-search-mobile .btn-searchbox {
	width: 60px;
	border: none;
	padding: 6px 0px 2px;
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	border-radius: 0 3px 3px 0;
}
.box-search-mobile .smart-search-wrapper {
	position: absolute;
	background: #fff;
	border: none;
	z-index: 999;
	top: 100%;
	width: 100%;
	padding: 0;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.navbar-main.navbar-default .navbar-toggle {
	background: transparent;
	border-color: transparent;
	float: left;
	margin: 8px;
}
div#navbar>ul>li>ul {
	padding: 0px;
}
div#navbar> .open {
	background: #68B0D8;
}
#navbar ul.dropdown-menu.submenu-level1-children {
	top: 100%;
}
#navbar ul.dropdown-menu.submenu-level1-children.bg-menu-main {
	padding: 15px;
}
#navbar ul.dropdown-menu li a {
	margin: 0px;
	padding: 7px 25px 7px 10px;
	position: relative;
	font-size: 14px;
	color:black !important;
	background:white !important;
}
#navbar ul.dropdown-menu li a i {
	padding-right: 10px;
	color: #999;
}
#navbar ul.dropdown-menu li a i.fa-angle-right {
	position: absolute;
	right: 0;
	top: 5px;
}
#navbar ul.dropdown-menu.submenu-level2-children {
	top: 0;

}
#navbar ul.dropdown-menu.submenu-level2-children a{
	background:white !important;
	color:black !important;
}
#navbar .dropdown-menu.bg-menu-main {
	background-position: top right;
	background-repeat: no-repeat;
	min-width: 500px;
	min-height: 220px;
}

#navbar li>ul>li>a,
#navbar li>ul,
#navbar li{
	border-radius: 0px;
}
#navbar ul.dropdown-menu {
	padding: 0px;
	margin: 0px;
	border: none;
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-left: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px dashed transparent;
}
.navbar-fixed-bottom .sub-arrow {
	margin-top: -5px;
	border-top: 4px dashed transparent;
	border-bottom: 4px solid;
}
.navbar-nav ul .sub-arrow {
	position: absolute;
	right: -10px;
	top: 7px;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right: 30px;
}
#cart-icon ul{
	display: block!important;
}
.navbar-main .navbar-nav li .toolbar-cart {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	border-right: 0px solid #5192b6;
	border-left: 1px solid #66a9d6;
	height: 50px;
}
li#search-icon {
	height: 50px;
	border-left: 1px solid #66a9d6;
	position: relative;
}
#search-icon ul{
	display: block!important;
}
button.icon-search {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 0px;
	border: 0px;
	background: transparent;
}
.search-bar {
	background: #EDEDED;
}
li#search-icon:hover .search-bar {
	display: block;
}
.search-bar form input {
	border: 0px;
	background: transparent;
	padding: 10px;
	width: 250px;
	max-width: 100%;
	outline: none;
	background: #F9F9F9;
}
.search-bar form{
	padding-left: 5px;
	padding-right: 5px;
}
li#search-icon .dropdown-menu {
	position: absolute;
	right: 0px;
	left: auto;
	background: #ededed;
	margin: 0px;
	border-radius: 0px;
	box-shadow: 1px 2px 2px #D0D0D0;
}
.box-logo-mobile {
	padding-left: 55px;
	padding-right: 10px;
}
.logo-mobile {
	//padding: 8px 0px;
}
.logo-mobile h1 {
	margin: 0;
}
/*** End menu.css ***/
/*** Menu mobile ***/
.helper-overflow-hidden {
	overflow: hidden !important;
	max-height: 100vh !important;
}
#trigger-mobile {
	height: 50px;
	width: 50px;
	//position: fixed;
	text-align: center;
	left: 0px;
	cursor: pointer;
	z-index: 1000;
	margin: 0;
}
#menu-mobile {
	width: 240px;
	z-index: 9999;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	-webkit-overflow-scrolling: touch;
}
#box-wrapper, #trigger-mobile {
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.helper-overflow-hidden #menu-mobile {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.helper-overflow-hidden #box-wrapper, .helper-overflow-hidden #trigger-mobile {
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
}
#menu-mobile .account_mobile {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}
#menu-mobile .account_text {
	margin-left: 15px;
}
#menu-mobile .active_login_account {
	margin-left: -15px;
}
#menu-mobile .account_text li {
	display: inline-block;
	color: #fff;
}
#menu-mobile .account_text li a {
	color: #fff;
}
#menu-mobile .menu-mobile li {
	float: left;
	position: relative;
	width: 100%;
}
#menu-mobile .menu-mobile > li > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu-mobile .menu-mobile li.active > a {
	border-bottom: 0;
}
#menu-mobile .menu-mobile li a {
	color: #fff;
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#menu-mobile .menu-mobile li a i {
	position: absolute;
	right: 5px;
	top: 12px;
}
#menu-mobile .submenu-level1-children {
	background: #212529;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
	box-shadow: none;
}
#menu-mobile .submenu-level2-children {
	background: transparent;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
	border: none;
	box-shadow: none;
}
/*** End menu mobile ***/
/*** Footer.css ***/
footer {
	background: #ffffff;
	border-top: 1px solid #ebebeb;
}
.footer-center {
	padding: 30px 0 10px;
}
.footer-center .fa-minus {
	display: none;
}
.box-footer-colum {
	margin-bottom: 10px;
}
.box-footer-colum h4 {
	font-size: 15px;
	margin: 10px 0;
	font-weight: bold;
	color: #8c8c8c;
	position: relative;
}
.box-footer-colum .footer-list-menu li {
	color: #8c8c8c;
	padding: 5px 0;
}
.box-footer-colum .footer-list-menu li label {
	font-weight: normal;
}
.box-footer-colum .footer-list-menu li a {
	font-size: 14px;
	color: #8c8c8c;
}
.box-footer-colum .footer-list-menu li a:hover {
	color: #fbc629;
}
.box-formsendemail button[type="submit"] {
	color: #fff;
	background: #ffffff;
	border: 1px solid;
	border-color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 15px 7px;
	margin: 0;
}
.social .list-unstyled li {
	float: left;
	text-align: center;
	padding: 4px 0;
}
.social .list-unstyled li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #333;
	background: #fff;
	box-shadow: 0 3px 5px #616161;
	line-height: 33px;
	border-radius: 50%;
	margin: 0 5px;
	text-decoration: none;
	transition: transform 300ms;
	font-size: 20px;
	text-align: center;
}
.social .list-unstyled li:first-child a {
	margin-left: 0;
}
.social .list-unstyled li a:hover {
	color: #616161;
	transform: translatey(-5px);
}
.dkbocongthuong {
	margin: 20px 0px;
	padding: 0 5px 0 0;
}
.footer-copyright {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	color: #8c8c8c;
	border-top: 1px dotted #ccc;
}
.footer-copyright a {
	color: #8c8c8c;
	opacity: 1;
}
.footer-copyright a:hover {
	color: #fbc629;
}
/*** End footer.css ***/
/*** Cart menu ***/
.cart-info {
	padding: 9px 0;
}
.cart-info .icon-cart {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
}
.cart-info .cart-number {
	position: absolute;
	top: 0;
	right: -2px;
	background: orange;
	color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 12px;
}
.cart-info .box-text-cart {
	display: inline-block;
}
.cart-info .box-text-cart span:first-child {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #333;
}
.cart-info .box-text-cart span:last-child {
	display: block;
	font-size: 12px;
	color: #999;
}
.cart-view{
	position: absolute;
	background: #fff;
	box-shadow: 4px 4px 3px #aaa;
	right:0px;
	z-index: 1;
	width: 250px;
	border: 1px solid #d7d7d7;
	padding: 15px 10px;
	top: 48px;
	display: none;
	z-index: 99999;
}
.cart-view:before{
	float: left;
	width: 17px;
	height: 10px;
	right: 41px;
	content: "";
	position: absolute;
	top: -10px;
	background: url(//cdn.hstatic.net/themes/1000269795/1001427754/14/up-arrow.gif?v=508);
}
.cart-view table{
	width: 100%;
}
.cart-view table:not(.table-total):not(.table-clone-cart) {
	max-height: 240px;
	overflow:auto;
	display: inline-block;
}
.cart-view table td.img img{
	width: 70px;
	margin: 5px;
	border: 1px solid #d7d7d7;
	max-width: none;
}
.cart-view table td a{
	font-size: 11px;
	color: #333;
	float: left;
	width: 100%;
}
.cart-view table td span{
	font-size: 11px;
	float: left;
	width: 100%;
	color: #666;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocart:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view a.linktocart {
	background: #fff;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: left;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocheckout:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view a.linktocheckout {
	color: #dfdfdf;
	background: #333;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: right;  
	width: auto;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}
/*** End cart menu ***/
/*** Product same ***/
.product-lists .product-wrapper {
	margin-bottom: 20px;
}
.product-wrapper .product-detail {
	position: relative;
	background: #fff;
}
.product-wrapper .product-image {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.product-wrapper .product-image img {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.product-wrapper .product-image .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.product-wrapper .product-image:hover .image-default {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-wrapper .product-image:hover .image-hover {
	z-index: 1;
	opacity: 1;
}



.product-wrapper .product-image .last-child-image {
	display: block;
	top: 0;
	left: -100%;
}
.product-wrapper:hover .product-image .first-child-image {
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}
.product-wrapper:hover .product-image .last-child-image {
	left: 0;
}
.product-wrapper .product-image .product-pricesale-percent {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #d80027;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	font-size: 12px;
	padding: 9px 5px;
	color: #fff;
}
.product-wrapper .product-image .product-icon-new {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
.product-wrapper .product-info {
	padding: 0 0 15px 0;
	min-height:112px;
}
.product-wrapper .product-info .product-title {
	font-size: 13px;
	padding: 10px 0px 3px;
	color: #334862;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	margin: 0;
	overflow:hidden;
}
.product-limited {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 80px;
	z-index: 1;
	pointer-events:none;
  display: none;
}
.hook-reviews {
	padding: 0 10px;
}
.quickview-information .hook-reviews, .information-product .hook-reviews {
	padding: 0;
}
.hook-reviews .rating .icon {
	display: inline-block;
}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 13px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {
	color: #ffae00;
}
.product-wrapper .product-info .price-new {
	font-size: 15px;
	color: #e11b1e;
	font-weight: 500;
	display: inline-block;
}
.product-wrapper .product-info .price-old {
	color: #7d7d7d;
	font-size: 14px;
	text-decoration: line-through;
}
/*** End product same ***/
/***************************** End layout chung ****************************/
/******************************** Template *********************************/
/*** Account ***/
.layout-info-account .overflow-account {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.layout-account .userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-info-account .userbox {
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-account .userbox h1 {
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.layout-account .userbox .input-account * {
	border-radius : 0;
	border-color: #ddd;
}
.layout-account .action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: #28303e;
	text-align: center;
	border: none;
	border-radius: 0;
}
.layout-account .action_bottom .btn:hover {
	background: #ea3a3c;
	color: #fff;
}
.layout-info-account h1 {
	font-size: 20px;
	margin-top: 0;
}
.layout-info-account h1 a {
	position: absolute;
	right: 15px;
	top: 3px;
	font-size: 14px;
}
.layout-info-account a.add-new-address {
	position: absolute;
	right: 15px;
	top: 0px;
}
#customer_orders table,
#order_details table {
	width: 100%;
}
#customer_orders table th,
#customer_orders table td,
#order_details table th,
#order_details table td {
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#customer_orders table .odd:first-child,
#order_details table .odd:first-child {
	border-top: 1px solid #eee;
}
#customer_orders table .even,
#order_details table .even {
	background: #eee;
}
.address_table .view_address span {
	display: inline-block;
	width: 75px;
}
.address_table .address_actions .action_link {
	padding: 5px 20px;
	background: #333;
	margin: 0px 5px 5px 0px;
	display: inline-block;
	border-radius: 4px;
}
.address_table .address_actions .action_link a {
	color: #fff;
}
.vertical-input > input {
	vertical-align: top;
}
.order-account .order_created_at {
	color : #333;
	font-size: 12px;
	margin-bottom: 10px;
}
#order_payment h3,
#order_shipping h3 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
#customer_sidebar p span {
	display: inline-block;
	width: 75px;
}
.layout-info-account .edit_address .action_bottom > input {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	border: none;
	vertical-align: top;
	margin-right: 5px;
}
.layout-info-account .edit_address .action_bottom > a {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 4px;
}
.layout-info-account .address-default-icon {
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 5px 11px;
	background: #e60f1e;
	border-radius: 50%;
}
.layout-info-account .address-default-icon i {
	color: #fff;
}
#view_address {
	font-size: 13px;
	font-weight: bold;
}
#recover-password .errors li {
	font-weight: 700;
	color: #f00;
}
/*** End account ***/
/*** Page.css ***/
.layout-page > .container > .row,
#blog-template > .container > .row {
	padding: 10px 0px;
	background: #fff;
}
.layout-page h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #161616;
	margin-bottom: 10px;
}
.layout-page .page-border-left {
	border-left: 1px solid #d7d7d7;
}
.layout-page .sidebar-page-left li {
	margin-bottom: 10px;
}
.layout-page .sidebar-page-left li a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.layout-page .sidebar-page-left li.active a {
	color: #e60f1e;
	position: relative;
	width: 100%;
	display: inline-block;
}
.layout-page .sidebar-page-left li.active a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #e60f1e;
	z-index: 4;
}
.layout-page .page-left-contact,
.layout-page .page-right-contact {
	margin-top: 10px;
}
.layout-page .page-left-title,
.layout-page .page-right-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.layout-page .page-left-title span,
.layout-page .page-right-title span {
	color: #333;
	font-weight: 700;
	margin-right: 8px;
}
.layout-page .page-left-title i,
.layout-page .page-right-title i {
	margin-right: 10px;
	font-size: 15px;
}
.layout-page .page-right-contact .address,
.layout-page .page-right-contact .phone {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0;
	overflow: hidden;
	padding-bottom: 5px;
}
.layout-page .page-right-contact i {
	font-size: 14px;
	width: 20px;
	text-align: center;
}
.layout-page .page-right-contact b {
	margin-right: 10px;
}
.page-form-contact .input-group {
	width: 100%;
	margin-bottom: 10px;
}
.page-form-contact .input-group span.input-group-addon {
	width: 42px;
}
.page-form-contact .input-group span.input-group-addon i {
	font-size: 14px;
}
.page-form-contact .input-group * {
	border-radius: 0;
	background: #fff;
	font-size: 13px;
}
.page-form-contact .input-group input {
	border: 1px solid #ccc;
}
.page-form-contact .input-group textarea {
	width: 100%;
	height: 122px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
	resize: none;
}
.page-form-contact button {
	color: #fff;
	background: #333;
	border: 1px solid #333;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 15px;
	position: relative;
	width: auto;
	white-space: nowrap;
	margin-top: 10px;
}
/*** End page.css ***/
/*** Page store.css ***/
.address-information .address-list .address-title h3 {
	color: #333;
	font-size: 13px;
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	padding: 10px;
	margin: 0;
}
.address-information .address-list .address-detail {
	max-height: 320px;
	overflow-y: auto;
	border: 1px solid #e0e0e0;
	border-radius: 0 0 4px 4px;
}
.address-information .address-list .address-detail li:nth-child(even) {
	background: #f6f6f6
}
.address-information .address-list .address-detail a {
	display: block;
	padding: 5px 15px;
}
.address-information .address-list .address-detail .empty-store {
	padding: 15px;
	text-align: center;
}
/*** End page store ***/
/*** Index.css ***/
.box-content-service .icon-service {
	margin-bottom: 10px;
}
.box-content-service .title-service {
	text-transform: uppercase;
	font-weight: bold;
	color: #ac1b1b;
}
.box-content-service .content-service {
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
}
.group-index .title-block {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.group-index .title-block:after {
	content: "";
	width: 25%;
	height: 2px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.group-index .title-block:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f017";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	font-size: 17px;
	width: 50px;
	height: 20px;
	margin: auto;
	background: #fff;
	z-index: 1;
}
.group-index .title-block.object:before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #333;
	color: black;
	z-index: -1;
}
.group-index .title-block.object:after {
	content: "";
	position: absolute;
	left: 0;
	top: 29px;
	width: 100%;
	height: 1px;
	background: #333;
	z-index: -1;
	transform: none;
}
.group-index .title-block .wrap-content {
	display: inline-block;
	padding: 0 15px;
}
.group-index .title-block .title-group {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #5f5f5f;
	padding: 12px 30px;
	background: #fff;
	display: inline-block;
	font-weight: 550;
}
.group-index .title-block .title-group-note {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	color: #9c9c9c;
}
.box-banner-index img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-banner-index img:hover {
	box-shadow: 0px 5px 5px #989797;
	-ms-transform: translate(0px,-3px);
	-webkit-transform: translate(0px,-3px);
	transform: translate(0px,-3px);
}
.btn-view-more {
	color: #000;
	font-weight: bold;
}
.blog-first-grande {
	position: relative;
	margin-bottom: 15px;
}
.blog-first-grande .boxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(51%, transparent), color-stop(91%, rgba(0, 0, 0, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -o-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -ms-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
}
.blog-first-grande .article-description-index {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.33);
	padding: 13px 10px;
}
.blog-first-grande .article-description-index .article-title {
	font-size: 15px;
	margin-top: 0;
	color: #fff;
}
.blog-section-thumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}
.blog-section-thumb .article-image-index {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}
.blog-section-thumb .article-description-index {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	padding-left: 10px;
}
.blog-section-thumb .article-description-index .article-title {
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
}
.blog-section-thumb .article-description-index .article-created-index,
#blog-index .article-description-index-2 .article-created-index-2 {
	font-size: 13px;
	font-style: italic;
	color: #777;
	margin-bottom: 5px;
}
#blog-index .article-description-index-2 .article-title-2 {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
#blog-index .article-description-index-2 .article-excerpt-or-content-first-2 {
	color: #565656;
}
.brand-carousel {
	padding: 1px 0; 
	margin-bottom: 15px;
}
.thuonghieu-bottom-slide:not(.owl-loaded){
	margin-left: -15px;min-height: 54px;
}
.thuonghieu-bottom-slide:not(.owl-loaded) .item-br{
	padding-left: 15px;
}
.brand-carousel .owl-carousel img {
	margin: 0 auto;display: block;width: auto !important;
}
.brand-carousel .owl-carousel a:hover img {
	opacity: 1;
} 
/*** End index.css ***/
/*** Collection.css ***/
.browse-tags.visible-xs {
	margin-top: 14px;
}
#collection .group-collection {
	background: #f9f9f9;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#collection .group-collection .title-block {
	cursor: pointer;
	position: relative;
	padding: 15px;
	margin-bottom: 0;
}
#collection .group-collection .title-block .title-group {
	margin: 0;
	font-size: 18px;
}
#collection .group-collection .title-block h1.title-group {
	display: inline-block;
}
#collection .group-collection .title-block i {
	position: absolute;
	right: 0;
	top: 10px;
	width: 26px;
	height: 26px;
}
#collection .group-collection .filter-box { 
	padding: 15px;
	border-top: 1px solid #e7e7e7;
}
#collection .group-collection .group-collection-bottom.filter-box {
	background: #fff;
	padding-left: 30px;
}
#filter-color input {
	display: none;
}
#filter-color li {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
#filter-color label {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
}
#filter-color label:after {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 5px;
	width: 9px;
}
#filter-color label.active:after {
	border: solid #fff;
	margin: 9px 0 0 8px;
}
#filter-color label.active.first-color:after {
	border: solid #000;
}
#filter-size li {
	float: left;
	width: 50%;
}
#collection .sort-by {
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
}
.btn-loading {
	color: #fff;
	border: 1px solid;
	border-color: #ffffff;
	padding: 10px;
	display: block;
	width: 500px;
	margin: 25px auto;
	background: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.btn-loading:hover {
	color: #fff;
}
/* Sidebar */
.menu-collection li {
	position: relative;
	width: 100%;
	float: left;
}
.menu-collection li a {
	display: block;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
.menu-collection .dropdown-menu .active a {
	background: transparent;
	color: #333;
}
.menu-collection svg {
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-collection li[aria-expanded=true] > a + svg {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu-collection .dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
#collection .group-collection .title-block h3:before {
	width: calc(100% - 35px);
}
.group-collection[aria-expanded=false] .filter-box {
	display: none;
}
.group-collection[aria-expanded=false] .dropdown-filter > i:before {
	content: "\f067";
}
.filter-box li {
	position: relative;
}
.filter-box li span {
	margin-left: 5px;
	font-weight: normal;
	cursor: pointer;
}
/* End sidebar */
.banner-collection-header {
	margin-top:0;
}
.box-title-collection {
	padding: 3px 0px;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.13);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.13);
}
.box-title-collection h1 {
	font-size: 20px;
	color: #161616;
	text-transform: uppercase;
	padding: 10px 5px 0 10px;
	margin : 0 0 10px;
	display: inline-block;
}
.box-title-collection .collection-size {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #888;
}
.box-title-collection .custom-dropdown {
	margin: 2px 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	min-width: 200px;
	overflow: hidden;
	margin-left: 2px;
	border-radius: 5px;
}
.box-title-collection .custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.box-title-collection .custom-dropdown::before,
.box-title-collection .custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.box-title-collection .custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.box-title-collection .custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.box-title-collection .custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.box-title-collection .custom-dropdown__select {
	font-size: inherit;
	margin: 0;
	width: 100%;
}
.box-title-collection .custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.box-title-collection .custom-dropdown__select {
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 13px;
	padding: 3px 0px;
}
.btn-filter-mobile {
	border: 1px solid #dedede;
	padding: 5px;
	margin: 5px;
	background: #fff;
	font-size: 13px;
}
.btn-filter-mobile i {
	margin-left: 5px;
}
/*** End collection.css ***/
/*** Product.css ***/
#surround {
	margin-bottom: 15px;
}
#surround .mTS-buttons-out {
	padding: 0;
	margin-bottom: 10px;
	background: transparent;
}
#surround .box-image-featured {
	text-align: center;
	margin-bottom: 10px;
}
#surround .box-image-featured a {
	display: block;
}
#surround .product-image-feature {
	margin-bottom: 10px;
	display: block;
	margin: auto;
	pointer-events: none;
	width:auto;
	height:auto !important;
}
.pro-thumb-ne {
	flex: 0 0 50px;
	width: 50px;
}
.pro-thumb-ne .pro-thumb-item{
	margin-bottom:3px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}
.pro-thumb-ne .pro-thumb-item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.pro-find-search {
	background: #002744;
	border: 1px solid #002744;
	color: #fff;
	position:relative;
}
.pro-find-search.smart-search .smart-result{
	max-width:100%;
	color:#000;
}
.pro-find-search span {
	padding: 10px;
	height: 40px;
}
.pro-find-search form {
	flex: 1;
	position: relative;
}
.pro-find-search form input {
	width: 100%;
	border: 0;
	background: #fff;
	height: 40px;
	color:#000;
	padding:0 10px;
	margin:0;
	border-radius:0;
}
.pro-find-search form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	color: #002744;
	font-size: 36px;
	outline:none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sliderproduct {
	flex:0 0 calc(100% - 50px);
	width:calc(100% - 50px);
	position: relative;
	padding:0 0 0 10px;
}
#sliderproduct .product-thumb a {
	display: block;
	text-align: center;
	border: 1px solid #e7e7e7;
}
#sliderproduct .product-thumb a.zoomGalleryActive {
	border-color: red;
}
.information-product .product-title h1 {
	font-size: 25px;
	margin: 0px;
	line-height: 24px;
	min-height: 60px;
}
.information-product .product-sku-date .product-sku {
	font-size: 13px;
}
.information-product .product-price {
	margin-top: 5px;
	margin-bottom: 5px;
}
.information-product .product-price span {
	color: #e11b1e;
	font-size: 30px;
	margin-right: 20px;
	font-weight: bold;
}
.information-product .product-price del {
	color: #7d7d7d;
	font-size: 17px;
}
.variant-style .select-wrapper label {
	vertical-align: middle;
	font-weight: normal;
	margin-right: 10px;
}
.variant-style .select-wrapper .input-group {
	display: inline-block;
	vertical-align: middle;
}
.variant-style input#quantity {
	background: #FFF;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #E5E5E5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.variant-style input.qty-btn {
	float: left;
	background: #fff;
	border: solid 1px #E5E5E5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
/*** Style variant same ***/
.variant-style .selector-wrapper, .variant-style .select-wrapper {
	margin-bottom: 10px;
}
.variant-style .selector-wrapper > label {
	vertical-align: middle;
	font-weight: normal;
	margin-right: 10px;
}
/* Dropdown variant */
.variant-style .selector-wrapper .custom-dropdown {
	position:relative;
	display: inline-block;
	border: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown:after {
	content: '<>';
	font: 12px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 8px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.variant-style .selector-wrapper .custom-dropdown:before {
	content: '';
	right: 0px;
	top: 0px;
	width: 30px;
	height: 32px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
	border-left: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown .custom-dropdown-select {
	height: 32px;
	text-indent: 10px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	min-width: 150px;
}
/* End dropdown variant */
/* Style variant checkbox */
.style-variant-template {
	display: inline-block;
	vertical-align: middle;
}
.style-variant-template input {
	display:none;
}
.style-variant-template li {
	float: left;
	margin-right: 5px;
}
.style-variant-template li span {
	display: block;
	padding: 6px 8px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	font-weight: 400;
}
.style-variant-template input[type=radio]:checked + span {
	border: 1px solid #D87C7C;
	background: url(bg-variant-checked.png) no-repeat right bottom #fff;
}
/* End variant checkbox */
.style-variant-template span img {
	margin-right: 3px;
}
.variant-style .btn-style-add, .variant-style .btn-style-buynow {
	border-radius: 3px;
	margin-right: 15px;
	padding-left: 45px;
	border: none;
	position: relative;
	display: inline-block;
	background: #fbc62a;
	font-weight: 500;
	height: 48px;
	width: 160px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.variant-style .btn-style-add .icon_cart_btn, .variant-style .btn-style-buynow .icon_cart_btn {
	background: url('icon_cart_btn.png') center center no-repeat #fbc62a;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px 0 0 3px;
}
.variant-style .btn-style-buynow {
	background: #d61c1f;
	margin-right: 0;
}
.variant-style .btn-style-buynow .icon_cart_btn {
	background: url('icon-checkout.png') center center no-repeat #d61c1f;
}
.variant-style button.btn-style-add:hover {
	background: #fbc62a;
	color: #000000;
}
.variant-style button.btn-style-buynow:hover {
	background: #c42020;
	color: #ffffff;
}
.information-product .information-more {
	margin-bottom: 10px;
}
.information-product .information-more i{
	color: #ABABAB;
	font-size: 12px;
}
.information-product .tag-wrapper {
	margin-bottom: 15px;
}
.information-product .tag-wrapper label {
	font-size: 13px;
	float: left;
	line-height: 35px;
	margin: 0;
}
.information-product .tag-wrapper li {
	display: inline-block;
	list-style-type: none;
}
.information-product .tag-wrapper li a {
	display: inline-block;
	background: #e2e2e2;
	border-left: 3px solid;
	border-color: #1a1a1a;
	color: #333;
	padding: 4px 9px;
	position: relative;
	margin: 5px;
	font-size: 12px;
}
.information-product .tag-wrapper li a:before {
	left: 0;
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1a1a1a;
	border-width: 4px;
}
#description,#comment,#product-review {
	margin-bottom: 15px;
}
#description {
	min-height: .01%;
	overflow-x: auto;
	border: solid 1px #E5E5E5;
	border-top: none;
}
#description iframe {
	width: 100%;
}
#description table {
	width: 100%!important;
}
#description table td {
	border: 1px solid #ddd;
}
.wrapper-product-related .title-group-related .title-group {
	margin: 0;
	padding: 14px 15px 15px;
	font-size: 15px;
	background: #e7e7e7;
	text-transform: uppercase;
}
.list-product-related {
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.list-product-related li {
	margin-bottom: 10px;
}
.list-product-related .product-title {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	height: 39px;
	margin-bottom: 5px;
}
.list-product-related .product-box-price-related .price-new-related {
	color: #e11b1e;
}
.list-product-related .product-box-price-related .price-old-related {
	color: #7d7d7d;
	text-decoration: line-through;
}
/*** End variant template ***/
/*** Product review ***/
.box-product-review h2 {
	color: #858585;
	font-size: 13px;
	margin: 10px 0 5px;
}
.box-product-review .infor-product-review span {
	color: #e11b1e;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.box-product-review .infor-product-review del {
	color: #7d7d7d;
	font-size: 12px;
}
.box-product-review{
	margin-bottom:10px;
}
.style-list-review li {
	float: left;
	margin: 0 5px 5px 0;
	width: 80px;
	height: 80px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}
/*** End product review ***/
/*** Tab description product ***/
.product-tablist {
	//background: #e7e7e7;
}
.product-tablist.nav-tabs > li > a {
	border-radius : 0;
	margin: 0;
	text-transform: uppercase;
}
.product-tablist.nav-tabs > li > a:hover,
.product-tablist.nav-tabs > li > a:focus {
	background: none;
	border: 1px solid transparent;
}
.product-tablist.nav-tabs > li a{
	color:black;
	font-weight: bold;
}
.product-tablist.nav-tabs > li.active {
	position: relative;
}
.product-tablist.nav-tabs > li.active a {
	border:0px solid;
	border-bottom: 2px solid red;
	color: black;
	font-weight: bold;
	background: #fff;
}
#product-tablist > li {
	float: left;
	text-align: center;
	white-space: nowrap;
}
#product-tablist > li a{
	color: #666;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius : 0;
}
#product-tablist > li a:hover,.pr-tablist > li a:focus {
	background-color: transparent;
}
#product-tablist > li.active {
	border-top: solid 3px #e60f1e;
	margin: -3px 0 -1px 0px;
	position: relative;
}
#product-tablist > li.active:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #e60f1e;
}
#product-tablist.nav-tabs > li.active a {
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	color: #365DB5;
	font-weight: bold;
	background: #fff;
}
#product-tablist > li span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: 9px;
	width: 100%;

}
#product-tablist > li:first-child span {
	border-right: none;
}
.product-description-wrapper {
	padding: 0px;
}
.product-description-wrapper p{margin:0 0 14px;}
.product-description-wrapper ul {
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.product-description-wrapper li {
	list-style-type: inherit;
}
/*** End tab description ***/
/*** Comment.css ***/
#comment .title-group {
	text-align: left;
	font-size: 20px;
}
/*** End comment.css ***/
/*** Box service product ***/
.box-service-product .header-box-service-product {
	//background: #f6f6f6;
	//border-top: 1px solid #e0e0e0;
	//padding: 10px;
}
.box-service-product .header-box-service-product .title {
	font-size: 15px;
	font-weight: bold;
	color: #f77705;
}
.box-service-product .header-box-service-product .content {
	font-size: 15px;
	font-weight: normal;
	//color: #f77705;
	//color: #666;
}
.border-service-product {
	padding: 5px 0;
}
.box-service-product .content-box-service-product .title {
	font-size: 11px;
	font-weight: bold;
	color: #d61c1f;
}
.box-service-product .content-box-service-product .content {
	font-size: 14px;
	color: #666;
}
/** End box service product **/
/** Form contact product ***/
.form-contact-product .modal-dialog {
	width: 400px;
}
.variant-style .addcontact {
	padding: 6px 12px;
	display: none;
}
.variant-style.hidden-btn-event .addcontact {
	display: block;
}
/** End form **/
/*** End product.css ***/
/*** Blog.css ***/
.slider a:focus{outline: none;}
#blog .group-blog {
	background: #e7e7e7;
	margin-bottom: 15px;
}
#blog .group-blog .title-block {
	cursor: pointer;
	position: relative;
	padding: 13px 15px;
	margin-bottom: 0;
}
#blog .group-blog .title-block .title-group {
	margin: 0;
	font-size: 18px;
}
.blog-list-articles .wrapper-article {
	padding-top: 15px;
}
.wrapper-article .blog-box-article {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.search-title-txt {
	font-size: 20px;
	margin: 15px 0;
}
article.blog-loop {
	margin-bottom: 20px;
}
.wrapper-article .blog-item-image {
	padding-right: 0;
}
.wrapper-article .blog-item-title {
	background:white;
}
.blog-post-meta{
	margin: 0 0 10px;
	color: #c0c0c0;
}
.blog-post-meta i{margin-right:4px;}
.blog-loop .blog-item-title .article-title {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	font-weight:bold;
}
.blog-loop .entry-content{text-align: justify;}
.blog-loop .info .blog-item-title .article-title a{
	display: block;
	display: -webkit-box;
	height:60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}
.wrapper-article .blog-item-timedate {
	border-top: 1px solid #ececec;
	padding: 5px 10px;
}
.wrapper-article .blog-item-timedate .blog-item-created {
	font-size: 12px;
	color: #999;
}
.wrapper-article .blog-item-timedate .blog-item-review {
	float: right;
	font-size: 12px;
	color: #999;
}
.wrapper-article .blog-item-content {
	color: #666;
	font-size: 13px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 4;
	-moz-box-orient: vertical;
	margin: 10px 0;
}
.wrapper-article .blog-item-viewmore {
	padding: 5px 10px;
	background: #ffffff;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}
.wrapper-article-list .title-group-related .title-group {
	margin: 0;
	padding: 14px 15px 15px;
	font-size: 15px;
	background: #e7e7e7;
	text-transform: uppercase;
}
.list-article-new {
	border: 1px solid #e7e7e7;
	border-top: 0;
	padding: 10px;
}
.list-article-new li {
	margin-bottom: 10px;
}
.list-article-new .article-title {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
}
.list-article-new .article-item-created {
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-top: 5px;
}
/*** End Blog.css ***/
/*** Article.css ***/
#article .page-form-contact .input-group span.input-group-addon{
	color:#f00;
}
#article .page-form-contact button{
	background:#f00;
	border-color:#f00;
}
#article h1 {
	color: #333;
	font-size: 24px;
	margin-top: 0px;
}
.entry-content.single-page img {
	height: auto;
}
#article .info-created-at-article {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
#article .info-excerpt-article {
	margin-bottom: 10px;
}
#article .info-description-article table td {
	border: 1px solid #ddd;
}
#article .info-description-article p {
	margin-bottom: 10px;
}
#article .info-description-article ul {
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
#article .info-description-article li {
	list-style-type: inherit;
}
#article .info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
.info-socials-article {
	margin: 5px 0px;
}
.info-socials-article .box-like-socials-article {
	float:left;
	padding-right:5px;
}
#article .info-tags-article {
	font-size: 12px;
	padding: 8px 10px 5px 15px;	
	border: 1px solid #DDD;
	border-left: 2px solid #b1b1b1;
	margin-top: 10px;
}
#article .info-tags-article label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	padding: 5px 5px 0;
}
#article .info-tags-article ul {
	float: left;
}
#article .info-tags-article .item {
	margin: 0;
	float: left;
}
#article .info-tags-article .item a {
	padding: 5px 8px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: #f1f1f1;
	font-size: 12px;
	text-transform: uppercase;
}
#article .info-title-comment {
	margin: 20px 0 5px;	
	font-size: 16px;
}
#article .info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
#article .info-box-comment {
	border: 1px solid #dadada;
	border-top: 2px solid #888;
	box-shadow: 0 2px 0px #f7f7f7;
	padding: 10px;
	padding-bottom: 0;
}
#article .info-title-related-article {
	overflow: hidden;
	text-transform: uppercase;
	margin: 15px 0px 5px;
}
#article .info-title-related-article h2 {
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #008A7B;
	float: left;
	list-style: none outside none;
	padding-right: 5px;
	margin: 0;
}
#article .info-related-articles {
	margin-bottom: 15px;
}
#article .info-related-articles li.item {
	line-height: 14px;
	border-bottom: 1px #ddd dashed;
}
#article .info-related-articles li.item i {
	padding: 5px 5px 5px 0;
	color: #008A7B;
}
#article .info-related-articles li.item a,
#article .info-related-articles li.item h3 {
	color: #555;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
	margin: 0;
	font-weight: normal;
}
/*** End article.css ***/
/*** Cart.css ***/
#cartform {
	background: #fff;
}
#cart .title-head-cart {
	text-align: center;
	font-size: 28px;
	color: #161616;
	margin: 10px 0px 20px;
}
#cartform .cart-number {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
}
.overflow-cart {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
#table-cart {
	width: 100%;
	max-width: 100%;
	float: left;
}
#table-cart th{
	white-space: pre-wrap;
	text-align: center;
	padding: 10px 0px;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	font-weight: normal;
}
#table-cart td{
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
#table-cart .image {
	max-width: 100px;
}
#table-cart .image {
	border-right: 0;
}
#table-cart .infor {
	border-left: 0;
	text-align: left;
}
#table-cart td.remove svg{
	fill: #767676;
}
#table-cart .infor .product-title {
	font-size: 15px;
	margin: 0 0 10px;
	white-space: normal;
} 
#table-cart .infor .variant-title {
	color: #666;
	font-size: 14px;
} 
#table-cart .price {
	color: #e20004;
}
#table-cart td input[type=number]{
	width: 70px;
	border: 1px solid #ddd;
	padding-right: 0;
	margin: auto;
	text-align: center;
}
#cartform textarea {
	border-color: #e6e6e6;
	padding: 11px 10px;
	outline: none;
	border-radius: 3px;
	height: 100px;
	resize: none;
}
#cartform .total-cart-money {
	font-size: 20px;
}
#cartform .total-cart-money span {
	padding-left: 15px;
	color: #e20004;
}
#cartform .btn-checkout,
#cartform .update-cart{
	border: 0px;
	background: #333;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 25px;
	position: relative;
	margin: 20px 0px 0px 15px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
.continue-shopping {
	color: #337ab7;
}
.description_collection *{
	font-family: Open Sans, sans-serif !important;
}
.description_collection .row{
	display: flex;
	justify-content: center;
	align-items: center;
}
.description_collection p{margin-bottom:10px;text-align: justify;}
.description_collection ul{list-style: initial; padding-left: 40px;}
.description_collection ol{list-style-type: decimal;padding-left: 40px;}
.description_collection ul li{list-style: initial;margin-bottom:10px;}
.description_collection ol li{list-style: decimal;margin-bottom:10px;}
.description_collection img{
	width: 50%;
	height:auto;
}
/*** End cart.css ***/
/****************************** End Template *******************************/
/****************************** Media.css **********************************/
/*** Media ***/
@media (max-width: 767px){
	.description_collection ul{padding-left: 20px;}
	.description_collection ol{padding-left: 20px;}
}
@media (max-width: 480px){

	.description_collection img{
		width: 100%;
	}

	.description_collection .row{
		display: block;
	}

	.smart-search-wrapper {
		top: calc(156% - 28px);        width: 100%;
	}

	.product-titlec{
		font-size: 1.2rem !important;
	}

	.product-info__size {
		font-size: 1.05rem !important;
	}

	.variant-style .btn-style-add,.variant-style .btn-style-buynow{
		margin-right:0px;
		padding-left:50px;
		width:auto;
	}

	.heading-content{
		display:none;
	}
	.text-content{
		display:none;
	}
	.bo_suu_tap{
		display:none;
	}
	.btn-video{
		float: right;
	}

	.logo_brand, .view_pc {display: none;}
	#description .gift_description{ margin: 10px 0px; }

}

@media (min-width: 769px){
	.show_boloc_mb{
		display: none;
	}
}

@media (min-width: 767px){
	.tab-content .group-index{
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.product-wrapper .product-info .price-new{
		font-size: 12px;
	}
	.product-wrapper .product-info .price-old{
		font-size: 10px;
	}
}

@media (max-width: 768px){
	.show_boloc_mb select{
		padding: 5px;
		border-radius: 3px;
		font-size: 12px;
		font-weight: bold;
		margin: 2px 2px 2px 0;
		width:32%;
	}

	.show_boloc{
		display: none;
	}

	.nav-down{
		width: 100%;
		z-index: 99999!important;
		position: sticky !important;
		top: 0;
		left: 0;
		transition: transform 400ms ease;
		-webkit-transition: transform 400ms ease;
		-moz-transition: transform 400ms ease;
		-o-transition: transform 400ms ease;
	}

	.nav-down-up-top{
		width: 100%;
		z-index: 99999!important;
		position: sticky !important;
		top: 0;
		left: 0;
		transition: transform 400ms ease;
		-webkit-transition: transform 400ms ease;
		-moz-transition: transform 400ms ease;
		-o-transition: transform 400ms ease;
	}

	.nav-down.nav-up {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
	}

}
@media screen and (max-width: 991px){
	.menu_collection_mobile{
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		background-color: #fec10f;
		text-align: center;
	}
	.mobile-menu-icon li{
		margin-left:0 !important;
		margin-right:5px !important;
		padding:0;
	}
	.menu_collection_mobile .item_menu_mb{
		width:32%;
		display:inline-block;
		text-align:center;
		padding:10px 0;
		background:white;
		border-radius:5px;
		color: black;
		float: none;
		margin: 2px 2px 2px 0;
	}
	.btn_settings_mb{
		font-size:11px;
	}
}

@media ( max-width: 767px ){
	/* Css Chung */

	.product-wrapper .product-info .price-old{
		font-size: 10px !important;
	}
	.product-wrapper .product-info .price-new{
		font-size: 13px !important;
	}

	#sync2{
		display:none;
	}
	.blog_mb .owl-prev{
		position: absolute;
		top: 40%;
		left: 5%;
		background: transparent !important;
		color: white !important;
		font-size: 25px !important;
		margin:0 !important;
		padding:0 !important;
	}
	.blog_mb .owl-next{
		position: absolute;
		top: 40%;
		right: 5%;
		background: transparent !important;
		color: white !important;
		font-size: 25px !important;
		margin:0 !important;
		padding:0 !important;
	}

	.menu_collection_mobile{
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 5px;
		background-color: #fec10f;
	}

	.mobile-menu-icon li{
		margin-left:0 !important;
		margin-right:5px !important;
		padding:0;
	}
	.menu_collection_mobile .item_menu_mb{
		width:31%;
		display:inline-block;
		text-align:center;
		padding:10px 0;
		background:white;
		border-radius:5px;
		color: black;
		margin: 2px 2px 2px 0;
	}
	.btn_settings_mb{
		font-size:10px;
	}

	footer{
		background: #f1f1f1;
	}

	#product-review{
		display:none;
	}
	.logo-mobile img{
		height: auto;
	}
	.btn-style-add,.btn-style-buynow{
		width:48% !important;
	}
	.btn_themvaogio{
		float:left;margin-right:5px
	}
	.img_thongso{
		display:none;
	}
	#product-related-slide{
		overflow:hidden;
	}
	#product-related-slide img{
		//border:1px solid #c0c0c0;
		border-radius:5px;
	}
	#product-related-slide .col-md-12{
		padding:0px;
	}
	#product-related-slide .product-title{
		font-size:14px;
	}
	#product-related-slide .price-new-related{
		font-weight:bold;
		color:#cf000f;
	}
	#product-related-slide .owl-carousel .owl-stage-outer{
		overflow:visible;
	}
	#product-related-slide .owl-prev{
		position: absolute;
		top: 30%;
		left: 0;
		background: transparent;
		color: black;
		font-size: 25px;
		margin:0;
		padding:0;
	}
	#product-related-slide .owl-next{
		position: absolute;
		top: 30%;
		right: 0;
		background: transparent;
		color: black;
		font-size: 25px;
		margin:0;
		padding:0;
	}
	#product-review label{
		margin-left:15px;
	}
	.kh .title-block{
		margin-bottom:0;
	}
	.showpc{
		display:none;
	}
	.form_input{
		float:left;
		width:65%;
	}
	.variant-style .btn-style-add{
		margin-right:0px;
	}
	.mTS_horizontal ul.mTSContainer > li {
		max-width: 100px;
	}
	.back-to-top .svg-next-icon{
		fill:black !important;
	}
	.hotline-mobile .svg-next-icon{
		fill:red !important;
	}
	#map_canvas iframe {
		width: 100%;
		height: 300px;
	}
	.zoomContainer {
		display: none;
	}
	.btn-loading {
		width: 100%;
	}
	#table-cart td strong{
		float: left;
		width: 100%;
		white-space: pre;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	nav.navbar-main.navbar {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
		width:100%;
		z-index:999;
		top:0;
	}
	.product-wrapper:nth-child(2n + 1) {
		//padding-right: 5px;
	}
	.product-wrapper:nth-child(2n + 2) {
		//padding-left: 5px;
	}
	.slider-main .owl-theme .owl-controls, .slider-main .owl-theme .owl-dots {
		right: 5px;
		bottom: 0px;
	}
	.page-store {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-flow: column;
	}
	.flexbox-product-slide .product-box-slide, .page-store .page-order-flex-map {
		order: 2;
	}
	.flexbox-product-slide .box-image-featured, .page-store .page-order-flex-infor {
		order: 1;
	}
	.form-contact-product .modal-dialog {
		max-width: 100%;
		width: auto;
	}
	/* Css Collection Filter */
	#collection .group-collection {
		margin-bottom: 0;
	}
	.box-product-lists {
		margin-top: 30px;
	}
	.group-collection[aria-expanded=false] .filter-box {
		display: block;
	}
	.group-collection[aria-expanded=true] .filter-box {
		display: none;
	}
	.group-collection[aria-expanded=true] .dropdown-filter .fa-minus:before {
		content: "\f067";
	}
	.group-collection[aria-expanded=false] .dropdown-filter .fa-minus:before {
		content: "\f068";
	}
	.wrapper-article .blog-item-image {
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.group-index .title-block:after {
		width: 75%;
	}
	/*** Responsive cart ***/
	#table-cart tr {
		border-bottom: 1px solid #e7e7e7;
	}
	#table-cart tr:first-child {
		border-bottom: none;
	}
	#table-cart .infor {
		overflow: hidden;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		min-height: 50px;
		padding-bottom: 0;
	}
	#table-cart td {
		border: none;
	}
	#table-cart td:not(.infor) {
		float: left;
	}
	#table-cart td {
		padding-top: 10px;
		padding-bottom: 0;
	}
	#table-cart .qty, #table-cart .remove {
		padding-top: 0;
		padding-bottom: 10px;
	}
	#table-cart td.image {
		padding-bottom: 0;
	}
	#table-cart .qty {
		clear: both;
		padding-left: 110px;
		text-align: left;
	}
	#product .group-index,#product #owl-demo-daxem,#product .item,#product .col-lg-8,#product .col-lg-4,#product .col-lg-12,.product-comment,.product-description-wrapper{
		padding:0;
	}
	.information-product{
		padding:0px;
	}
	#surround{
		padding:0px;
	}
	#product .row{
		margin:0px;
	}
	#product .container{
		padding:0px;
	}
	#product{
		padding:5px;
	}
	.loadmore{
		padding:0;
	}
	.btn-loading{
		color:black;
		padding: 12px;
		background: #FDC010;
		text-align: center;
		font-size: 18px;
		border-radius: 7px;
	}
	.banner-row-collection{
		margin:0;
	}
	.banner-col-collection{
		padding:0;
	}
	.show_boloc,.collection-title-group{
		display:none;
	}
	.show_boloc_mb{
		margin-top:10px;
	}
	.group-index .title-group{
		font-size:15px !important;
	}
	.video_mb iframe{
		width:100%;
		height:200px;
	}
	.ft .form-footer .contact-form .row-footer {
		margin:0 !important;
	}
	.ft .form-footer{
		display:block !important;
	}
	.ft{
		padding-top:10px!important;
	}
	.ft .phone_footer{
		padding-top:10px;
	}
	.show_title_video{
		display:none;
	}
	.box-banner-index{
		display:none;
	}
	.preview{
		left: 40% !important;
		top: 15% !important;
		font-size: 50px !important;
	}
	#video iframe{
		width:100% !important;
		height:180px !important;
	}
	.group-index .blog-section-thumb{
		display:none;
	}
	.brand-carousel{
		padding:0 20px;
	}
	.navbar-main{
		background:#7a170f !important;
	}
	.blog-first-grande{
		margin-bottom:0;
	}
	.group-index .box-product-lists.slides_mb_1:not(.owl-loaded){
		overflow: hidden;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	} 
	.group-index .box-product-lists.slides_mb_1:not(.owl-loaded) .product-item-loop{
		flex: 0 0 50%;
		width: 50%;
	}
	.group-index .box-product-lists.slides_mb_1:not(.owl-loaded) .product-item-loop:nth-child(n+3){
		display: none;
	}
	.group-index .box-product-lists .product-resize{
		width:100%;
		padding:0 10px;
		margin-bottom:0;
	}



	.mb30{
		margin-bottom:0;
	}
	.slides_mb_1 .owl-prev,.slides_mb_2 .owl-prev,.slides_mb_3 .owl-prev,.slides_mb_4 .owl-prev,.slides_mb_5 .owl-prev,.slides_mb_6 .owl-prev,.slides_mb_7 .owl-prev,.slides_mb_8 .owl-prev,.slides_mb_9 .owl-prev,.slides_mb_10 .owl-prev,.slides_mb_11 .owl-prev,.slides_mb_12 .owl-prev,.slides_mb_13 .owl-prev,.slides_mb_14 .owl-prev{
		position: absolute;
		top: 30%;
		left: 15px;
		opacity:0.5;
		padding: 5px 0 !important;
		margin: 0 !important;
		background: transparent !important;
		color: black !important;
		font-size: 25px !important;
	}
	.slides_mb_1 .owl-next,.slides_mb_2 .owl-next,.slides_mb_3 .owl-next,.slides_mb_4 .owl-next,.slides_mb_5 .owl-next,.slides_mb_6 .owl-next,.slides_mb_7 .owl-next,.slides_mb_8 .owl-next,.slides_mb_9 .owl-next,.slides_mb_10 .owl-next,.slides_mb_11 .owl-next,.slides_mb_12 .owl-next,.slides_mb_13 .owl-next,.slides_mb_14 .owl-next{
		position: absolute;
		top: 30%;
		opacity:0.5;
		right: 15px;
		margin: 0 !important;
		background: transparent !important;
		color: black !important;
		font-size: 25px !important;
		padding: 5px 0 !important;
	}
	.slides_mb_1,.slides_mb_2,.slides_mb_3,.slides_mb_4,.slides_mb_5,.slides_mb_6,.slides_mb_7,.slides_mb_8,.slides_mb_9,.slides_mb_10,.slides_mb_11,.slides_mb_12,.slides_mb_13,.slides_mb_14 {
		margin:0;
		padding:0;
	}
	.group-index{
		padding:0;
	}
	.blog_mb{
		padding:0;
	}
	.blog_pc{
		display:none;
	}
	.group-index .row{
		margin:0;
	}
	.blog-padd{
		padding:0;
	}
	.row-footer input{
		border-radius:0px !important;
	}
	/*** End repsonsive cart ***/
}
@media (min-width: 768px ) {

	.parter_pc .col-md-1,
	.parter_pc .col-sm-1,
	.parter_pc .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
		padding-right: 2px;
		padding-left: 2px;
		margin-bottom: 8px;
	}

	.parter_pc img{
		transition: .5s ease;
		-moz-transition: .5s ease;
		-webkit-transition: .5s ease;
	}

	.parter_pc img:hover {
		opacity: 0.6;
	}

	#sync1 .product-image-feature{
		width:auto;
	}
	#swipebox-next{
		position:absolute;
		right:30% !important;
	}
	#swipebox-prev{
		position:absolute;
		left:30% !important;
	}
	#swipebox-bottom-bar{
		transform: translate3d(0, -50px, 0) !important;
	}
	#swipebox-top-bar{
		transform: translate3d(0, 50px, 0) !important;
	}
	#swipebox-bottom-bar{
		display:block !important;
		//bottom:0 !important;
	}
	.row-footer input{
		border-radius:0px !important;
	}
	.show_tongdai{
		display:none;
	}
	.video_mb_show{
		display:none;
	}
	.blog_mb{
		display:none;
	}
	.menu_collection_mobile{
		display:none;
	}
	.btn-loading{
		color:black;
		padding: 12px;
		background: #FDC010;
		text-align: center;
		font-size: 18px;
		border-radius: 7px;
		margin:0;
		width:100%;
	}
	.showmb{
		display:none;
	}
	/* Css Chung */
	#map_canvas iframe {
		width: 100%;
		height: 500px;
	}
	header {
		margin-bottom: 2px;
	}
	nav.navbar-main.navbar {
		position: relative;
		padding: 1.2rem;
	}
	/* Css Layout */
	.header-layout {
		padding: 0 15px;
	}	
	.btn_themvaogio,.btn_dathang{
		padding:5px 5px 0 0 !important;
	}
	.btn_themvaogio button,.btn_dathang button{
		width:100% !important;
	}

}


@media ( min-width: 768px ) and ( max-width: 991px ) {
	/* Css Chung */
	nav.navbar-main.navbar{
		background: #000000;
	}
	.slider-main{
		margin-top: 45px;
	}
	.btn-loading {
		width: 100%;
	}
	.group-collection[aria-expanded=false] .filter-box {
		display: block;
	}
	.group-collection[aria-expanded=true] .filter-box {
		display: none;
	}
	.group-collection[aria-expanded=true] .dropdown-filter .fa-minus:before {
		content: "\f067";
	}
	.group-collection[aria-expanded=false] .dropdown-filter .fa-minus:before {
		content: "\f068";
	}
	.page-store {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-flow: column;
	}
	.page-store .page-order-flex-map {
		order: 2;
	}
	.page-store .page-order-flex-infor {
		order: 1;
	}
	/* Css Layout */
	/*** Menu responsive ***/
	.menu-repsonsive main {
		padding-top: 61px;
	}
	.menu-repsonsive nav.navbar-main.navbar {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
		position: fixed !important;
		width: 100%;
		z-index: 999;
		top: 0;
	}
	.menu-repsonsive .navbar-collapse.collapse, .menu-repsonsive header {
		display: none !important;
	}
	.menu-repsonsive .flexbox-grid-default {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		justify-content: space-between;
	}
	.menu-repsonsive .navbar-toggle {
		display: block;
	}
	.menu-repsonsive .nav-wrapper .navbar-header {
		float: none;
	}
	.box-search-mobile{ display: block; }
	.open>.box-search-mobile, .menu_collection_mobile {
		display: none;
	}
	/*** End Menu repsonsive ***/
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	/* Css Layout */
}
@media ( max-width: 1199px ) {
	.box-position-quickview {
		display: none !important; 
	}
}
@media ( min-width: 1200px ) {
	/* Css Chung */
	.col-width-20 {
		width: 20%;
		float: left;
	}
	/* Css Layout */
	.border-service-product {
		//border-bottom: 1px solid #e0e0e0;
	}
}
.clearfix .navbar-nav li.current a {
	background: #000 !important;
	color:#fff;
}
.clearfix .navbar-nav li.current img{
	background: #ffffff;
}
.clearfix .navbar-nav li:hover a {
	background: #373737 !important;
	color:#fff !important;
}
.clearfix .navbar-nav li:hover img{
	background: #ffffff;
}
#product .entry-content img{
	height:auto;
}
/************************************** End Media.css ******************/

.product-wrapper .product-info .price-new{
	font-weight:bold;
}
.btn-all-collections {
	padding: 12px;
	background: #FDC010;
	text-align: center;
	font-size: 18px;
	border-radius: 7px;
}
.preview:focus{
	border:0;
}
.preview{
	position: absolute;
	left: 45%;
	top: 30%;
	background: transparent;
	border: 0;
	font-size: 100px;
}
.available-product{
	border-radius: 15px;
	position: absolute;
	right: 40px;
	top: 93px;
	padding: 0px 10px;
	border: 1px solid #f77705;
	color:#f77705;
}
.form-email-product{
	padding:0px;
}
.form-email-product .title{
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
.form-email-product div{
	padding:0px;
}
.form-email-product input,.form-email-product button{
	border-radius:0px;
}
.form-email-product button{
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	background:#D61C1F;
}
.pd-none-box-service{
	padding:0px;
}
.khachhang-thuonghieu-index .owl-controls, .thuonghieu-bottom-slide .owl-controls{
	display:none;
}
.icon_phone, .phone_footer{
	display: inline-block;
	vertical-align: middle;
}
.phone_footer{
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	line-height: normal;
}
.phone_footer span.number_phone {
	font-size: 26px;
	color: #e32124;
	display: block;
	margin-top: 5px;
}
.flex-control-paging{
	display:none;
}
.slick-arrow{
	position:absolute;
	top:50%;
	z-index:999;
}
.slick-arrow.fa-chevron-right{
	right:0;
}
.slick-arrow{
	font-size: 50px;
	color: #c0c0c0;
}

#sync2 .owl-item{
	border:1px solid #c0c0c0;
}
#sync2 .owl-item.current{
	border:1px solid red;
	margin-bottom:10px;
}
.click_zoom i{
	margin-right:5px;
}
#surround .owl-prev{
	position: absolute;
	top: 40%;
	left: 0;
	color:#c0c0c0;
	background: transparent;
	font-size: 50px;
}
#surround .owl-next{
	position: absolute;
	top: 40%;
	right: 0;
	color:#c0c0c0;
	background: transparent;
	font-size: 50px;
}
#tab-description{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}
#description{
	border:0px solid;
}
.thongso{
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
	float: left;
	padding: 0 10px;
	border-bottom: 2px solid red;
}
.header-main{
	background:#7a170f;
	margin-bottom:0;
}
.div-title-video{
	text-align:center;
	padding:15px;
}
.title-video{
	padding: 10px;
	background: white;
	font-size: 18px;
}
.title-video:before{
	content: "";
	position: absolute;
	left: 30%;
	top: 25px;
	right: 30%;
	bottom: auto;
	//width: 100%;
	height: 2px;
	background: #333;
	color: black;
	z-index: -1;
}
.group-boloc{
	background: #808080 !important;
	margin-bottom:0 !important;
}
.group-boloc .title-block{
	padding:10px !important;
}
.group-boloc .title-block .title-group{
	color:white;
	margin:0;
	font-size:18px;
}
.group-boloc .title-block .title-group i{
	margin-right:5px;
}
.title_menu_blog{
	font-weight:bold;
	font-size:20px;
	margin:0px;
	padding-bottom:10px;
}
.content_menu_blog li{
	padding:10px 0;
	border-bottom:1px solid #c0c0c0;
}
.content_menu_blog li:last-child{
	border:none;
}
.content_menu_blog li a{
	font-size:15px;
}
.slide_img_blog_index li{
	display:inline;
	padding:0;
	margin-top:2px;
	margin-bottom:2px;
}
.blog-sidebar-title{
	padding:0;
}
.time-slide{
	font-size:12px;
	color:#c0c0c0;
}
.title-position{
	margin: 0;
	position: absolute;
	bottom: 0;
	padding: 5px;
	overflow: hidden;
	color: #fec110;
	background: #000;
}
.xemthem a{
	float:right;
	color:#D31215;
	font-size:14px;
}
.blog-item-created{
	margin-right:5px;
	color:#c0c0c0;
}
.blog-item-content{
	font-style:italic;
	line-height: 1.5;
	font-size: 14px !important;
	text-align: justify;
}
.blog-box-article .article-title{
	text-transform:uppercase;
}
.blog-item-review{
	position: absolute;
	top: 30%;
	padding: 5px;
	background: white;
	left: 40%;
	box-shadow: 2px 5px 5px;
	font-size:12px;
	color:#c0c0c0;
}
.blog-sidebar2-title{
	padding:0;
}
.img-blog-news,.content-blog-news{
	padding:0;
}
.img-blog-news{
	margin-bottom:15px;
}
.content_blog_news li{
	border-bottom: 1px dotted #9d9d9d;
	padding:15px 0;
}
.content_blog_news{
	overflow-y: auto;
	max-height:900px;
}
.content_blog_news li:last-child{
	border:none;
}
.title_blog_news{
	color:#c0c0c0;
	font-size:18px;
}
.tag-saleoff{
	position: absolute;
	top: 10px;
	right: 10%;
	width: 35px;
	height: 35px;
	font-size: 12px;
	z-index: 9;
	background: #d30000;
	padding: 9px 5px;
	border-radius: 50%;
	color: #fff;
}
.pd0{
	padding:0;
}
.pd0-left-right{
	padding-left: 0px;
	padding-right: 0px;
}
.btn-showroom{
	position: absolute;
	color: white;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px;
	top: 45%;
	left: 5%;
	right: 5%;
}
#swipebox-close{
	background:url(//cdn.hstatic.net/themes/1000269795/1001427754/14/close-swi.png?v=508) top center/cover no-repeat !important;
	right:20px !important;
}
#swipebox-next{
	background:url(//cdn.hstatic.net/themes/1000269795/1001427754/14/next-swi.png?v=508) top center/cover no-repeat !important;
}
#swipebox-prev{
	background:url(//cdn.hstatic.net/themes/1000269795/1001427754/14/prev-swi.png?v=508) top center/cover no-repeat !important;
}
.descript-swipebox .zoom-in{
	font-size: 30px;
	color: white;
	position: absolute;
	left: 50%;
}
.descript-swipebox .zoom-out{
	font-size: 30px;
	color: white;
	position: absolute;
	left: 50%;
}

.pro_collection{
	padding: 0px 40px;
}

@media screen and (max-width: 767px){
	.box-search-mobile .dropdown-backdrop {
		display: none;
	}

	.pro_collection{
		padding-left: 15px;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}	

	[class^="home-"], [class*="home-"] {
		background-image: url("https://theme.hstatic.net/1000269795/1000573523/14/icon_menu_mobile_scroll.png?v=81");
		background-repeat: no-repeat;
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-size: 530px 65px;
	}

	/* START CSS footer trên mobile */

	footer.showmb.main-footer.mainfooter-toolbar {
		margin-bottom: 64px;
	}

	footer.showmb.main-footer.mainfooter-toolbar {
		color: #8c8c8c;
	}

	footer.showmb.main-footer.mainfooter-toolbar h4 {
		color: #252a2b;
	}

	.main-footer h4.footer-title:before {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 14px;
		position: absolute;
		top: 0px;
		right: 5px;
		text-align: center;
		line-height: 36px;
	}

	.main-footer .footer-content ul {
		margin-bottom: 0;
	}

	.main-footer .main-footer--border {
		padding: 15px 0;
	}

	.main-footer .footer-content ul li a, .main-footer .footer-content ul li span {
		position: relative;
		overflow: hidden;
	}

	.main-footer .footer-content ul li {
		display: block;
		position: relative;
		padding-left: 20px;
    margin-bottom: 10px;
	}

	.main-footer--bottom {
		margin: 24px 0;
	}

	.main-footer .footer-col {
		margin-bottom: 0;
	}

	.main-footer .footer-title {
		line-height: 20px;
		position: relative;
		font-size: 14px;
		text-transform: uppercase;
		margin: 0px;
		padding: 10px 0;
	}

	.main-footer .footer-content {
		display: none;
		margin-top: 10px;
	}

	.logo-footer {
		margin-bottom: 20px;
	}

	.social-list {
		margin: 15px 0;
	}

	.social-list {
		text-align: center;
	}

	.social-list a {
		display: inline-block;
		width: 35px;
		height: 35px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #323232;
		color: #fff;
		text-align: center;
		line-height: 35px;
		font-size: 15px;
		margin: 0 5px 0 0;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		position: relative;
		text-decoration: none !important;
	}

	.main-footer--copyright{ background-color: #323232; }

	/* END CSS footer trên mobile */

}


.item img{
	width: 100%;
}

/*01/08/2018*/

.banner-video{
	position: relative;
	box-sizing:  border-box;
}

.main-content {
	position:  absolute;
	right: auto;
	bottom: 80px;
	left: 50px;
	color: #f1f1f1;
}

.text-content{
	margin-bottom:15px;
}

.btn-video{
	width: auto;
	font-size: 16px;
	padding: 5px;
	border: none;
	background: #fbc629;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

.btn-video:hover {
	background: #ddd;
	color: black;
}


// Style css menu custom mới
#sidebar-wrapper {
	position: fixed;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	left: -250px;
	background: #eee;
	color: rgba(255, 255, 255, .6);
	transition: all 0.5s ease;
	height: 100vh;
}

#sidebar-wrapper ul.sidebar-nav li.title {
	width: 93%;
	text-align: center;
	display: block;
	background: white;
	margin: 16px 8px;
	font-size: 20px;
	border: 1px solid #E7E8EC;
	border-radius: 8px;
}

ul.sidebar-nav {
	padding: 0 8px;
}
#sidebar-wrapper ul li.title {
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	width: 100%;
}
#sidebar-wrapper ul li {
	text-indent: 0;
	width: 50%;
	float: left;
}

#sidebar-wrapper ul li.mobile-click {
	padding: 0 8px;
}

@media (max-width: 414px)
	#sidebar-wrapper ul li a {
		font-size: 10px;
}
@media (max-width: 450px)
	#sidebar-wrapper ul li a {
		font-size: 12px;
}


.sidebar-nav li .ico-top {
	position: relative;
	overflow: hidden;
	width: 36px;
	height: 34px;
	padding: 0;
	margin: 10px auto 0;
	display: block;
	text-align: center;
}

#sidebar-wrapper ul li span.icon img {
	display: block;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 5px !important;
}
#sidebar-wrapper ul li img {
	display: block;
	margin: auto;
	margin-bottom: 8px;
	box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 16%);
}

#sidebar-wrapper ul li a {
	color: inherit;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
}

@media screen and (width: 320px){
	.product-wrapper .product-info .price-new{
		font-size: 12px !important;
	}
	.floating-btn-contact span{
		font-size: 16px !important;
	}

}

@media screen and (max-width: 480px){
	.main-content {
		right: 10px;
		bottom: 20px;
	}

	.box_shadow{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,.75) !important;
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.75) !important;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.75) !important;
	}

}

@media (max-width: 375px){
	#sidebar-wrapper ul li a {
		font-size: 10px;
	}
}

@media (max-width: 414px)
	#sidebar-wrapper ul li a {
		font-size: 10px;
}

@media (max-width: 450px)
	#sidebar-wrapper ul li a {
		font-size: 12px;
}

#sidebar-wrapper ul li.more-info span:nth-child(1) {
	font-size: 14px;
	display: block;
}

.sidebar-nav li .ico-top img:first-child {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar-nav li .ico-top img {
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms;
}
.sidebar-nav li .ico-top img {
	opacity: 1;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	left: 0;
	position: absolute;
}

.banner-collection-header img {
	width: 100%;
	height: 100%;
}

.namnambao{
	position: absolute;
	bottom: 2px;
	right: 4px;
	z-index: 9;
	width: 75px;
}
.product-image.image-resize > a{
	display:block;

}

.product-image.image-resize{
	position:relative;
}

@media (max-width:420px){
	.namnambao{
		width: 40px !important;
		height: auto !important;
	}
}
#navbar ul.dropdown-menu.submenu-level1-children {
	top: 150%;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}
#navbar ul.dropdown-menu.submenu-level1-children{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}
.dropdown-menu.submenu-level2-children{
	visibility: hidden;
	opacity: 0;
	left: 120%;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;

}
.navbar-nav li:hover ul.dropdown-menu.submenu-level1-children {
	top: 100% !important;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.ps-relative:hover .dropdown-menu.submenu-level2-children, .submenu-level1-children > li:hover .dropdown-menu.submenu-level2-children{
	visibility: visible !important;
	opacity: 1 !important;
	left: 100% !important;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;

}
.dropdown-menu.submenu-level1-children a:hover span{
	padding-left:10px;
	transition:all 0.3s ease;
}
.dropdown-menu.submenu-level1-children a i{
	top: 10px !important;
}
.dropdown-menu.submenu-level1-children a:hover i{
	position: absolute;
	left: 6px;

}

.dropdown-menu.submenu-level2-children a:hover{
	padding-left:20px !important;
	transition:all 0.3s ease;
}
.dropdown-menu.submenu-level1-children a i{
	top: 10px !important;
}
.dropdown-menu.submenu-level2-children a:hover i{
	position: absolute;
	left: 6px;
}

.box_shadow{
	box-shadow: 1px 14px 51px -17px rgba(0,0,0,.75);
	-moz-box-shadow: 1px 14px 51px -17px rgba(0,0,0,.75);
	-webkit-box-shadow: 1px 14px 51px -17px rgba(0,0,0,.75);
}

.box-banner-index.text-center.mb15{ margin-bottom: 15px; }

.product-titlec{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 1px;
	margin-top: 4px;
}
.model_product_mb{padding:5px 0;}
.new_sale_model{
	padding: 0px 5px;
	background: #d80027;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 40px;
}

.product-percent-sale-new{
	background: #d80027;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 0.5px 3px;
}

.product-percent-sale-online {
	margin-left: 4px;
}

.box-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 321px) and (max-width: 414px){

	.product-info .model_product_mb{
		font-size: 11px;
	}

}

@media (max-width: 320px){
	.new_sale_model{
		font-size: 10px;
	}

	.product-info .model_product_mb{
		font-size: 10px;
	}

}

/* START CSS khách hàng nói gì về Donghochinhhang.com */
#tbtheme .home3 {
	background: #808185;
	background-size: 100%;
}

#tbtheme .home1, #tbtheme .home2, #tbtheme .home3, #tbtheme .home4, #tbtheme .home5, #tbtheme .home6, #tbtheme .pro4 {
	padding: 50px 0;
}

#tbtheme .container {
	width: 1200px;
}

#tbtheme .container {
	position: relative;
}

.slide3D {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#tbtheme .home-title-1, #tbtheme .home-title-2, #tbtheme .home-title-3 {
	font-size: 32px;
	text-align: center;
	margin: 0 0 40px;
}

#tbtheme .home-title {
	font-weight: 700;
}

#tbtheme .home-title span {
	margin-bottom: 20px;
	display: block;
	color: #fff;
}

#tbtheme .home-title-3:after {
	background-position: center bottom;
}

#tbtheme .home-title-1:after, #tbtheme .home-title-2:after, #tbtheme .home-title-3:after {
	content: '';
	display: block;
	background-image: url("https://file.hstatic.net/1000269795/file/border_04d0a04cbb9f440ea5eaabe79cc5e04d.png");
	height: 26px;
	background-repeat: no-repeat;
	margin: 10px auto;
	width: 100%;
}

.slide3D #carousel {
	position: relative;
	height: 508px;
	top: 0;
	overflow: hidden;
	margin: 40px 0 0;
}

.slide3D #carousel article.hideLeft {
	left: 0%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}

.slide3D #carousel article {
	position: absolute;
	transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	opacity: 1;
}

.slide3D #carousel article.prevLeftSecond {
	z-index: 4;
	left: 15%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0.7;
}

.slide3D #carousel article.prev {
	z-index: 5;
	left: 30%;
	transform: translateY(50px) translateX(-50%);
}

.slide3D #carousel article.nextRightSecond {
	z-index: 4;
	left: 85%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0.7;
}

.slide3D #carousel article.next {
	z-index: 5;
	left: 70%;
	transform: translateY(50px) translateX(-50%);
}

#tbtheme a {
	color: #005b9c;
}

.slide3D #carousel article .tt {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 105%;
	left: -50%;
	right: -50%;
	width: 200%;
	text-align: center;
	transition: 1.6s;
	z-index: 11;
}

.slide3D #carousel article .tt a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

.slide3D #carousel article .tt span {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.slide3D .buttons #prev {
	left: 20px;
}

.slide3D .buttons #next {
	right: 20px;
}

.slide3D #carousel article.hideRight {
	left: 100%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}

.slide3D .buttons #prev, .slide3D .buttons #next {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	height: 100%;
	cursor: pointer;
	padding-bottom: 90px;
	z-index: 10;
}

.slide3D #carousel article.prev img {
	width: 300px;
}

.slide3D #carousel article.prevLeftSecond img {
	width: 200px;
}

.slide3D #carousel article.next img {
	width: 300px;
}

.slide3D #carousel article.nextRightSecond img {
	width: 200px;
}

.slide3D #carousel article img {
	width: 400px;
	transition: width 1s;
}

.slide3D #carousel article.selected .tt {
	height: auto;
}

.slide3D #carousel article.selected {
	z-index: 10;
	left: 50%;
	transform: translateY(0px) translateX(-50%);
}
/* END CSS khách hàng nói gì về Donghochinhhang.com */

#product-review .product-wrapper .product-info .product-title {
	clear: both;
	overflow: hidden;
}

/* START CSS menu-icon scroll mobile */
.scrollmenu {
	display: block;
	background: #ececec;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0%,100%);
	-ms-scroll-chaining: chained;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 0;
}

.navhome {
	display: block;
	overflow: hidden;
	margin: 10px 0px;
	background: #fbfbfb;
	width: 1000px;
}

.navhome a {
	float: left;
	width: 60px;
	margin: 0;
	background: #fff;
	text-align: center;
	margin-right: 3px;
	border: 1px dotted #ccc;
}

@media screen and (min-width: 320px){
	.navhome a {
		width: 110px;
	}
}

.navhome a div {
	display: block;
	overflow: hidden;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	margin: auto;
	position: relative;
	background: linear-gradient(-180deg,#fff 0%,#fff 100%);
	border: 1px solid #c3c3c3;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
}

.navhome h3 {
	display: block;
	font-size: 12px;
	padding: 14px 0;
	margin: 0px;
	color: #000;
	text-align: center;
	line-height: 1.3em;

}

/* END menu-icon scroll mobile */

/* START CSS nav-tab collection - Nhóm hiển thị sản phẩm trên mobile */

@media (max-width: 449px) and (min-width: 320px){
	.sectionTitleTab {
		margin: 30px 0 10px 0;
	}

	.sectionTitleTab h3 a {
		font-size: 20px;
	}

	.outerTabTitle {
		float: left;
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 60px;
	}

	.tabTitle {
		float: left;
		margin: 0 0 0 5px;
	}

	.tabTitle li {
		margin: 11px 10px 0 10px;
	}

	.tabTitle li a {
		font-size: 14px;
	}
}

.tab-navs-mb-collection{
	overflow-x: hidden;
}

.titlepromo {
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	padding: 12px 10px;
	text-transform: uppercase;
	background: #ececec;
	border-radius: 5px;
}

.sectionTitleTab {
	margin: 10px 0 20px 0;
}

.sectionTitleTab h3 a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}

.tabTitle {
	padding: 0;
	float: left;
}

.tabTitle li {
	float: left;
	margin: 15px 25px 0 0;
}

.tabTitle li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.tabTitle li.active a {
	color: black;
	font-weight: bold;
	border-bottom: 2px solid;
}

/* END CSS nav-tab collection - Nhóm hiển thị sản phẩm trên mobile */

/* START CSS phần text khẳng định - info Donghochinhhang.com */

#promo_service{
	border: 1px solid #ccc;
	padding: 0px 5px;
}

#positive_dhch h3 {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	line-height: 20px;
	padding: 8px 2px;
	text-transform: uppercase;
	border-radius: 5px;
}

@media (max-width: 320px){
	#positive_dhch h3 {
		font-size: 11px;
	}

}

#positive_dhch .title_positive{
	color: #585858;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#positive_dhch .border-positive{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}

#positive_dhch i{
	font-size: 1.5em;color: #6f6f6f;
}
/* END CSS phần text khẳng định - info Donghochinhhang.com */


/* START CSS hotline trên mbile */
.buycall {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 10px 7px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	clear: both;
}

.buycall a {
	font-size: 16px;
	color: #288ad6;
	float: none;
	width: auto;
	height: auto;
	background: #fff;
	border: 0;
}

.buycall span {
	font-size: 14px;
	color: #666;
	text-transform: none;
}
/* END CSS hotline trên mbile */

/* START CSS footer hotline + chat */
.floating-btn-contact {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	display: flex;
}

.floating-btn-contact a {
	display: flex;
	width: 170px;
	margin-right: 12px;
}

.floating-btn-contact i {
	font-style: normal;
	background: #fdfdfd;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	border: 1px solid #fdfdfd;
	position: relative;
	flex: 0 0 48px;
}

.floating-btn-contact i, .floating-btn-contact span {
	align-self: center;
}

.floating-btn-contact i, .floating-btn-contact span {
	display: inline-block;
}

.floating-btn-contact i {
	-webkit-animation: spread 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: spread 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: spread 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
	display: block;
}

.floating-btn-contact i img {
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
	display: block;
}

.floating-btn-contact span {
	background: #ba0000;
	border-radius: 0 30px 30px 0;
	margin-left: -12px;
	color: #fff;
	font-size: 20px;
	width: 100%;
	padding: 6px 0 6px 6px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #fdfdfd;
}

.floating-btn-contact a.bt-fbmessage {
	margin-right: 0;
}

.floating-btn-contact a.bt-fbmessage span {
	background: #339bef;
}

.floating-btn-contact a.bt-fbmessage i {
	border-color: #339bef;
}

@media (max-width: 640px){
	.floating-btn-contact {
		left: 0;
		right: 0;
		justify-content: space-between;
		bottom: 0;
		padding: 8px 10px;
	}

	.floating-btn-contact a {
		margin-right: 0;
		flex: 0 0 48%;
	}
}
/* END CSS footer hotline + chat */

/* START CSS các đối tác mobile */

#brand_logo_mb{
	background: #f1f1f1;
	padding-top: 20px;
}

#brand_logo_mb .logo_brand_mb{
	padding: 3px;
	margin: 3px 0px;
}

/* END CSS các đối tác mobile */

/* START CSS logo thương hiệu chi tiết sản phẩm */
.image_category {
	width: 200px;
	height: 100px;
	object-fit: contain;
}
/* END CSS logo thương hiệu chi tiết sản phẩm */

#product-related-slide .product-resize{
	width:100%;
}

/* START CSS chia 5 cột trên PC phần 5 lý do tôi là ai */
#why_dhch{
	border: 1px solid #ccc;
	padding: 20px 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.why_dhch{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	transition: 1s ease;
}

.why_dhch:hover{
	transform: scale(1.1);
}

.showroom_pc{
	margin-bottom: 20px;
	transition: 1s cubic-bezier(0.25, 0.1, 0, 0.68);
}

.showroom_pc:hover img{
	transform: scale(1.01);
	transition: 1s cubic-bezier(0.25, 0.1, 0, 0.68);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-6ths {
	width: 20%;
	float: left;
}
.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-6ths {
	width: calc(100%/6);
	float: left;
}
.captcha {
	display: flex;
	align-items: center;
}
.captcha .cap {
	display: flex;
	align-items: center;
	margin-right: 1em;
}
.captcha .cap #mainCaptcha{
	padding: 5px 15px;
	background: #333;
	color: #fff;
	border-radius: 2px;
	pointer-events: none;
	-moz-user-select: none;  
	-webkit-user-select: none;  
	-ms-user-select: none;  
	-o-user-select: none;  
	user-select: none;
}
.captcha .cap .btn-refesh__captcha {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #333;
	border: none;
	font-size: 18px;
	margin-left: .5em;
	outline: none !important;
	box-shadow: none !important;
}
.captcha .inp-cap {
	flex: 1;
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {

	.pd-big{
		padding-right:0
	}
	.pd-small{padding:0 2px}
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.slide_img_blog_index{
		padding:0;overflow-y: auto;max-height:430px
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
@media (max-width: 991px){
	.slide_img_blog_index li{    padding-top: 13px;
		display: block;}
}
/* END CSS chia 5 cột trên PC phần 5 lý do tôi là ai */
.customer-ct img {
	height: 185px;
	width: 185px;
	object-fit: cover;
	border-radius: 50%;
}

.border-service-product img {
	width: 40px;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.img_blog_index {
	position: relative;
}

.product-wrapper .product-image > a {
	display: block;
	position: relative; }
.product-wrapper .product-image > a:after {
	content: "";
	padding-bottom: 125%;
	display: block; }
.product-wrapper .product-image > a img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	z-index: 1; }

.new-fixed-sidebar {
	position: fixed;
	bottom: 50%; 
	right: 20px;
	z-index: 999;
}
.new-fixed-sidebar a{
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background:#fff;
}
.new-fixed-sidebar a img, .new-fixed-sidebar a svg{width:100%;height:100%;}
.new-fixed-sidebar a + a{margin-top:10px;}
.new-fixed-sidebar a.fixed-compare{
	border: 1px solid #252525;
	display: flex;
	flex-direction: column;
	line-height: initial;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.new-fixed-sidebar a.fixed-compare svg{
	width:20px;
	height:20px;
}
.page-description ul, .page-description ol {
    padding-left: 20px;
}
.page-description li {
	list-style: inherit;
	list-style-position: inside;
}
.compare-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	font-size: 12px;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease;
}
.compare-btn:hover{border-color:#252525;}
.compare-btn svg{width:15px;height:15px;}
.product-wrapper .product-image:hover .compare-btn {
	opacity:1;
	visibility:visible;
}
.search-kq .list-product {
	flex: 0 0 50%;
	width:50%;
	padding: 15px;
}
@media (max-width: 767px){
  .search-kq .list-product{
    flex: 0 0 100%;
	width:100%;
  }
}
.search-kq .list-product + .list-product{
	border-left:1px solid #d5d5d5;
}
.search-kq .list-product .txt {
	font-weight: bold;
	background: #d5d5d5;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.list-product-box .flexbox-auto {
	flex: 0 0 80px;
	width: 80px;
}
.blog-side-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.blog-side-box .title_menu_blog{
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 16px;
	position: relative;
}
.blog-side-box .title_menu_blog:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #000;
}
.blog-search {
    position: relative;
}
.blog-search form{
	border: 1px solid #e1e1e1;
	padding:5px;
}
.blog-search form input{
	flex:0 0 calc(100% - 30px);
	width:calc(100% - 30px);
	border:0;
	outline:0;
}
.blog-search form button{
	border:0;
	outline:0;
	background:transparent;
	flex:0 0 30px;
	width:30px;
	text-align:center;
}
.blog-search-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 3;
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.blog-search-wrapper a{
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #e1e1e1;
}
.blog-search-wrapper a:last-child{border:0;}
.coll-bst {
	margin: 30px 0;
}

.row-10{
  margin-left:-10px;margin-right:-10px;
}
//.coll-bst-slider{margin-left:-10px;margin-right:-10px;}
.coll-bst-slider .owl-stage{margin:0 auto;}
.coll-bst-slider .bst-item{
	padding:0 10px;
}
.bst-item a {display:block;}
.bst-item a .img{display:block;position:relative;padding-bottom:66.67%;overflow:hidden;}
.bst-item a .img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.bst-item a span{
	display:block;
	text-align:center;
	background:#f0f0f0;
	padding:6px;
}
.coll-bst-slider.owl-carousel .owl-nav button{
	position:absolute;
	top:calc(50% - 23px);
	width:32px;
	height:46px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background:rgba(255,255,255,0.87);
	font-size:32px;
	color:#000;
	margin:0;
	padding:0;
	border:0;
}
.coll-bst-slider.owl-carousel .owl-nav button.owl-prev{left:10px;}
.coll-bst-slider.owl-carousel .owl-nav button.owl-next{right:10px;}
.orther-title{
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 20px;
}
.search-boxx .search-content, .search-boxx  .search-title-txt{display:none;}
.search-boxx .search-content.active{display:block;}
ul.search-tab {
	margin-bottom: 20px;
}
ul.search-tab li {
	cursor: pointer;
	margin: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}
ul.search-tab li.active, ul.search-tab li:hover{
	border-bottom-color:#000;
}
.search-boxx {
	margin-bottom: 50px;
}
.search-boxx .empty{
	padding:0 15px;
}
.pro-available {
	display: block;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 12px;
}
@media screen and (max-width:991px){
	.row.fix-flex-mb {
		display: flex;
		flex-direction: column-reverse;
	}
	.row.fix-flex-mb:before, .row.fix-flex-mb:after{display:none;} 
	.navbar-main .flexbox-grid-default.hidden-lg.hidden-md.hidden-sm {
		justify-content: space-between;
    align-items: center;
	}
}
@media screen and (max-width:767px){
	.navbar-main .flexbox-grid-default.hidden-lg.hidden-md.hidden-sm {
		padding: 0 15px;
	}
	.new-fixed-sidebar {
		right: 10px;
	}
	.new-fixed-sidebar a{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	#sliderproduct{
		flex:0 0 100%;
		width:100%;padding-left: 0;
	}
	.pro-thumb-ne{
		flex:0 0 100%;
		width:100%;
		order:2;
		display: flex;
		overflow-x: auto;
		margin-bottom:20px;
	}
	.pro-thumb-ne .pro-thumb-item {
		flex: 0 0 80px;
		width: 80px;
		height:80px;
		padding:0;
		margin-right: 10px;
	}
	.new-fixed-sidebar a.fixed-compare{font-size:10px;}
}
.editor-date, .blog-post-meta {
    display: none;
}
#map-store ul {
    margin-left: 12px;
    margin-bottom: 15px;
}
#map-store ul li {
    list-style: inherit;
}
.parter_pc .col-md-1 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parter_pc .col-md-1 a img {
    align-self: center;
    width: auto;
    height: auto;
}
.carousel-id_bannerPC .owl-nav button{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  opacity: 0.5;
  padding: 5px 0;
  margin: 0 ;
  background: #fff;
  color: black;
  font-size: 25px;
}
.carousel-id_bannerPC .owl-nav button.owl-prev{left: 10px;}
.carousel-id_bannerPC .owl-nav button.owl-next{right: 10px;}
.carousel-id_bannerPC .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-id_bannerPC .owl-dots .owl-dot {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
}
.carousel-id_bannerPC .owl-dots .owl-dot.active {
    background: #fff;
}
.customer-mb-item img{width: 100%;height: 100%;object-fit: cover;}







