body{
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background: url(../images/bg.webp);
}
h1, h2, h3{
    margin-top: 0;
    margin-bottom: 10px;
	font-weight: 700;
	color:#000
}
h1{
	font-size: 22px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px
}
a:hover, a:focus, a:active{
    color: #f45b4f;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
[class*=" col-"], [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.breadcrumbs-wrap {
	position: relative;
    margin-bottom: 15px;
    background-color: #ccc;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

.form-control{
	border-radius: 0;
	line-height: 40px;
    height: 40px;
    font-size: 14px;
	box-shadow: none
}
#news-bodyhtml h2, #news-bodyhtml h3 {
	font-size: 18px;
	color: #422213;
	margin-bottom: 15px;
	margin-top: 10px
}
#news-bodyhtml h2{
	font-size:18px
}
#news-bodyhtml h4 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #000
}

#news-bodyhtml ul {
	list-style: square
}
#news-bodyhtml,
#page-bodyhtml {
	text-align: justify
}

#page-bodyhtml h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #00b456;
	margin-top: 20px
}

#page-bodyhtml h3:first-child {
	margin-top: 0
}

#page-bodyhtml ul {
	list-style: square;
	padding-left: 40px!important;
	margin-bottom: 10px!important
}

#page-bodyhtml ul li {
	margin-bottom: 10px
}
h1, h2, h3, h4, h5{
	outline: none !important;
}
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    display: block;
    content: " ";
    height: 15px;
    margin-top: -15px;
    visibility: hidden;
}
.danh-sach {
	border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 6px;

}

.danh-sach .fa {
	margin-right: 10px;
}

.head-danh-sach {
	background: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}

.js-toc {
	margin-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
}

ol.toc-list {
	padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px;
}

ol.toc-list:last-child {
	margin-bottom: 0
}

ol.toc-list>li:last-child {
	margin-bottom: 0
}

ol.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 3px;
	display: inline-block;
}

ol.toc-list .is-active-link {
	background-position: left bottom;
}

ol.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ol.toc-list>li>ol.toc-list>li>a {
	font-weight: 400
}

.is-position-fixed {
	position: fixed !important;
	top: 50px;
	z-index: 99
}

.is-position-fixed .js-toc {
	height: auto !important;
	width: 200px !important;
	visibility: visible !important;
	transition: .25s;
	visibility: hidden;
}

.picaso {
	transition: .25s;
}

.transition--300 {
	transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
	border: none;
	background: none;
	position: absolute;
	top: 13px;
	right: 0;
	width: 40px;
	padding: 0;
	display: none;
}

.btn-danh-sach-show {
	position: fixed;
	top: 50px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close, .is-position-fixed .btn-danh-sach-show {
	display: block;
}

.giamsl, .tangsl {
    height: 26px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    width: 26px;
    vertical-align: top;
}
.details-product .giamsl, .details-product .tangsl{
	height: 32px;
	width: 32px
}
.details-product .form-control{
	height: 32px;
    line-height: 32px;
    border-left: none;
    border-right: none;
}
.mrg-lr-0{
    margin-left: 0;
    margin-right: 0;
}
.pdd-lr-0{
    padding-left: 0;
    padding-right: 0;
}
.mini-cart{
    float: right;
    position: relative;
    padding-right: 10px;
	margin-top: 10px;
}
.mini-cart .fa{
    font-size: 30px;
}
.top-cart-content{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    min-width: 300px;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(176,176,176,1);
box-shadow: 1px 1px 3px 0px rgba(176,176,176,1);
}
.top-cart-content ul{
    padding: 0;
    margin: 0;
}
.top-cart-content p{
    margin: 0;
}
.mini-cart:hover .top-cart-content{
    display: block
}
.mini-cart .cartCount{
    
    position: absolute;
    top: -5px;
    right: 0;
    color:#fff;
    z-index: 1;
    background: red;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.list-item-cart li{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.list-item-cart img{
    float: left;
    margin-right: 10px;
    width: 80px;
    padding: 2px;
    border: 1px solid #ddd;
}
.remove-cart-block{
	font-size: 14px !important;
    position: absolute;
    top: 8px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 8;
    color: red !important;
}
.detail-item h3{
    margin-bottom: 5px;
    font-weight: 700;
	font-size: 14px
}
.detail-item h3 a{
	color:#000
}
.detail-item{
    display: inline-block;
    float: left;
    width: calc(100% - 90px)
}
.detail-item .price{
	color: #f58320;
	font-weight: 700
}
.detail-item .price-old{
	text-decoration: line-through
}
.quantity-select input{
    display: inline-block
}
.quantity-select input{
    width: calc(100% - 64px);
    line-height: 26px;
    height: 26px;
}
.btn-checkout{
    border:1px solid #ddd;
    color:#000 !important;
}
.top-subtotal{
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: right;
}
.product-details-bottom .price-old{
    font-size: 12px;
    color:#000;
    margin-left: 10px;
}
.product-details-bottom .qty_drop_cart{
    margin-top: 10px;
}
#pnum{
    width: calc(100% - 64px);
    border-radius:0;
    display: inline-block;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    margin-bottom: 20px;
}
.heading-cart a{
	color:#fff
}
#news-bodyhtml{
	transition: height 500ms;
    overflow: hidden;
}
.header-top {
    color: #ccc;
    background: #333333;
    padding: 5px 0;
}
.header-mid{
    padding: 20px 0;
}
.cam-ket-fc{
    text-transform: uppercase;
    font-weight: 700;
}
.cam-ket-fc img{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}
.cam-ket-fc .ck-title{
    font-size: 15px;
   
    color:#000
}
.cam-ket-fc .ck-des, .cam-ket-fc .ck-des a{
    font-size: 13px;
    color: #00cc00;
}
.header-bottom{
    background-color: #3b3b3b;
    padding: 10px;
    margin-bottom: 15px;
}
#search_form_shops{
    background: #fff;
}
#search_form_shops input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border:none
}
#search_form_shops .btn-search{
    border:none;
    width: 40px;
    height: 40px;
    background: none;
}
.logo-wrapper img {
    width: 100%;
    height: auto
}
.main-menu{
    padding: 0;
    margin: 10px 0 0 0 ;
    font-size: 15px;
    text-transform: uppercase;
}
.main-menu .red{
    background:#f23f2f
}
.main-menu li a{
    color:#fff;
    font-weight: 700;
}
.main-menu>li{
    display: inline-block;;

    position: relative;
    padding: 10px;
}
.main-menu>li>ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #2e2e2e;
    min-width: 220px;
    padding: 0;
    z-index: 9;
}
.main-menu li{
    padding: 10px;
}
.main-menu>li>ul>li{
    position: relative;
}
.main-menu>li:hover>ul{
    display: block;
}
.main-menu>li>ul>li>ul{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #1b1b1b;
    min-width: 220px;
    padding: 0;
    z-index: 9;

}
.main-menu>li>ul>li:hover>ul{
    display: block;
}
.main-menu>li>ul>li a{
    display: block;
}
.main-menu>li>ul>li a .fa{
    position: absolute;
    right: 10px;
}
.slider-box{
    border:5px solid #fff;
    margin-bottom: 20px;
}
.pro-cat{
    margin-bottom: 30px;
    position: relative;
}
.pro-cat:hover .title{
    background-color: #808080;
    color: #00cc00;
    
}
.pro-cat .title{
    background-color: #afafaf;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.pro-cat .title h2{
	margin: 0;
	font-size: 16px;
	font-weight: 400
}
.pro-cat img{
    width: 100%;
    height: 370px;
}
.pro-cat .xem{
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    bottom: 7px;
    color: #00cc00;
    display: none;
}
.pro-cat:hover .xem{
    display: block;
}
.pro-cat .xem .fa{
    margin-left: 5px;
}
.bg-white{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.block-heading{
    color: #555555;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;

}
.block-box{
    margin-bottom: 30px;
    overflow: hidden;
}
.owl-news-home{
    position: relative;
}
.owl-news-home .owl-nav, .product-grid-owl .owl-nav{
    position: absolute;
    top: -45px;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: #888;
}
.owl-news-home .owl-next, .owl-news-home .owl-prev, .product-grid-owl .owl-next, .product-grid-owl .owl-prev{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    display: inline-block;
 
}
.owl-news-home .owl-next, .product-grid-owl .owl-next{
    margin-left: 4px;
}
.owl-news-home img{
    margin-bottom: 10px;
}
.owl-news-home h3{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    overflow: hidden;
}
.owl-news-home a{
    color: #000;
}
.owl-news-home .des{
    text-align: justify;
}
.cam-ket-fc-2 .ck-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.cam-ket-fc-2{
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.cam-ket-fc-2 img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.col-md-25{
    width: 20%
}
.cam-ket-fc-2:hover img{
	-webkit-animation: rotate 2s infinite;
	-moz-animation: rotate 2s infinite;
	-o-animation: rotate 2s infinite;
	animation: rotate 2s infinite;
}

@keyframes rotate{
	from {transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
.border-ck-2:not(:first-child):after {
    content:'';
    width: 1px;
    height: 70px;
    background: #ccc;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer{
    background: #222222;
    padding: 30px 0 0 0;
    color: #888;
}
.footer a{
    color: #888;
}
.footer a:hover{
    color:#fff
}
.heading-footer, .footer h4{
    font-weight: 700;
    color: #cccccc;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.heading-footer{
    margin-bottom: 15px;
}
.footer h4{
    font-size: 14px;
}
.menu-footer{
    padding: 0;
    margin: 0;
}
.menu-footer li{
    padding: 5px 0;
}
.copyright-box{
    background: #111111;
    padding: 21px 0;
    color: #646464;
}
.copyright-box a{
    color: #646464;
}
.company-info{
    padding: 0;
    margin: 0
}
.company_name{
    font-weight: 700;
    margin-bottom: 5px;
}
.copyright-box img{
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}
.copyright-box-right{
    text-align: right;
}
.videotop{
    padding: 0;
    margin: 0;
}
.videotop iframe{
    margin-bottom: 5px;
}
.videotop h3{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    overflow: hidden;
    color: #000;
}

.heading-menu{
    color: #555555;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
#body{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.product-grid{
    margin-bottom: 30px;
    position: relative;
}
.product-grid img{

    max-width: 100%;
    height: 150px;

    margin-bottom: 10px;

}
.product-grid h3{
    font-size: 14px;
    text-align: center;
	height: 62px;
}
.product-grid h3 a{
    color: #666;
    text-transform: uppercase;
}
.product-grid .image{
	height: 180px
}
.price-current{
    color: #f23f2f;
    font-weight: 700;

}
.sale-tag {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
    display: inline-block;
    padding: 4px 5px;
    background: #f23f2f;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}
.old-price {
    color: #ccc;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
}
.gallery-viewgrid{
    text-align: center;
}
.product-grid .lSSlideOuter .lSGallery li{
    display: inline-block;
    float: none;
}
.product-grid .lSSlideOuter .lSPager.lSGallery{
    text-align: center;
    width: 100% !important;
    display: inline-block;
    margin-top: 0 !important;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 5px;
}
.product-grid:hover .lSSlideOuter .lSPager.lSGallery{
    opacity: 0.9;
    filter: alpha(opacity=90);
    bottom: 0px;
}
.a-product-grid{
    display: block;
    position: relative;
}
.product-grid .lSSlideOuter .lSPager.lSGallery li.active img{
    border:1px solid #222
}
.sale-percent{
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    line-height: 1;
    padding: 4px 5px;
    text-transform: uppercase;
    font-size: 75%;
    position: absolute;
    top: 10px;
    z-index: 1;
    background-color: #f23f2f;
    right: 0;
}
.sale-percent:before{
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    border-color: #f23f2f transparent transparent transparent;
    border-width: 6px 6px 0 0;
    left: 0;
}
.list-pro .sale-percent{
    top: 0;
    left: 0;
    right: auto;
}
.list-pro .sale-percent:before{
    border-width: 6px 0 0 6px;
}
.product-grid .price-box{
    text-align: center;
}
.product-grid .lSSlideOuter:after{
    background: #f23f2f;
    content: "";
    display: block;
    height: 3px;
    left: 39%;
    position: absolute;
    width: 22%;
}
.product-grid .lSSlideOuter{
    margin-bottom: 15px;
}
.product-grid .lSSlideWrapper{
    margin-bottom: 0;
}
.detail-product .des{
    margin-bottom: 20px !important;
    padding: 10px;
    background: #eee;
}
.detail-product .des ul{
    padding-left: 20px !important;
    list-style: square;
}
.list-pro{
    margin-bottom: 20px;
    position: relative;
    
}
.list-pro img{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 5px;
}
.list-pro a{
    color: #666;
}
.list-pro h3{
    font-size: 14px;
}
.news-grid{
    margin: 0;
    position: relative;
}
.news-grid .image{
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.news-grid img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
}
.news-grid .des{
    position: absolute;
    bottom: 0;
    color:#fff;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    transition: all 0.2s ease;
    opacity: 0;
}
.news-grid:hover .des{
    visibility: visible;
    transition: all 0.2s ease;
    opacity: 1;
}
.news-grid h3{
    font-size: 14px;
    font-weight: 400;
}
.news-grid h3 a{
    color:#fff
}
.news-grid .date{
    font-size: 13px;
}
.pdd-lr-0{
    padding-left: 0;
    padding-right: 0;
}
.mrg-lr-0{
    margin-left: 0;
    margin-right: 0;
}
.news-list{
    margin-bottom: 10px;
}
.news-list img{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}
.news-list h3{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .des{
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .date .fa{
    margin-right: 5px;
    color:#000
}
.news-list .date{
    color: #f23f2f;
}
.news-list a{
    color:#000
}
.news-list:last-child{
    margin-bottom: 0;
}
.ban-blockcat {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

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

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

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

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

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: calc(100vh - 111px);
    overflow: auto;
}

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

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: #fff;
    width: 43px;
    height: 34px;
    position: absolute;
    top: 8px;
    left: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    
    display: none;
    z-index: 999;
}

.mobile-menu-toggle-btn:hover {
    background-color: #fff;
}

.mobile-menu-toggle-btn i {
    color: #000;
}

@media (max-width: 767.98px) {


    .mobile-menu-toggle-btn {
        display: block;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    padding: 10px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}
.htch-box .des iframe{
    width: 100%;
    height: 250px;
    border:3px solid #000 !important;
}
.htch-box .body-htch{
    margin-bottom: 20px;
}
.htch-box .body-htch ul{
    list-style: square;
    padding-left: 20px;
}
.htch-box{
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 40px;
}
.htch-box:after{
    content: '';
    width: 50%;
    display: inline-block;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.htch-box:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.htch-box:last-child:after{
    display: none;
    
}
.btn{
    border-radius: 0 !important;
}
.fixed-right{
    position: fixed;
    z-index: 10;
    right: 0;
    top: 200px;
    
}
.social-icons .social-icon {
    width: 24px;
    display: inline-block;
    padding: 16px 30px 16px 20px;
    text-align: center;
}
.social-icons .social-wrapper, .social-icons .social-icon {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.social-icons .social-wrapper {
    font-size: 13px;
    display: block;
    width: 200px;
    background-color: #1c1d21;
    color: #bdbdbd;
    position: relative;
    right: 0;

}
.social-icons .youtube, .social-icons .youtube .social-icon {
    background-color: #d92c27;
    color: #ffffff;
}
.social-icons .facebook, .social-icons .facebook .social-icon {
    background-color: #3a589b;
    color: #ffffff;
}
.social-icons .instagram, .social-icons .instagram .social-icon {
    background-color: #cf3e2c;
    color: #ffffff;
}
.social-icons i {
    font-size: 22px;
    font-style: normal;
    vertical-align: middle;
}
.social-icons {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 200px;
    right: -150px;
    padding: 0;
}
.social-icons ul{
    padding: 0;
    margin: 0
}
.social-icons .social-wrapper:hover {
    right: 150px;
}
#mobile-bottom-navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.pd-left-0 {
    padding-left: 0 !important;
}
#mobile-bottom-navigation .mobile-nav-item {
    display: block;
    height: 70px;
    padding: 0;
    text-align: center;
    background: #fff;
    position: relative;
}
.mobile-nav-item img {
    width: 30px;
    padding-bottom: 3px;
}
#mobile-bottom-navigation .mobile-nav-item > a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
}
#mobile-bottom-navigation > div {
    margin: 0 !important;
    padding: 0;
}
#back-to-top{
    border-radius: 3px;
    width: 45px;
    height: 45px;
    padding: 9px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 155px;
    right: 5px;
    display: none;
    background: #f23f2f;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.product-grid-owl .image{
	text-align: center
}
.product-grid-owl img{
	width: auto !important;
	display: inline-block !important;
}
.btn{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 23%);
    padding: 10px 12px;
}
.btn-success{
    background: #288ad6;
    border-color: #288ad6;

}
.btn-success:hover, .btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus,.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #2072b0;
    border-color: #2072b0;
}
.btn-danger{
    background-color: #e40b0b;
    border-color: #e40b0b;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:active:hover{
    background-color: #d10b0b;
    border-color: #d10b0b;
}
.display-block{
    display: block;
    width: 100%;
}
#category .page-header{
    line-height: 40px;
}
.btn-order{
    margin-bottom: 10px;
}
.block-heading-box {
    color: #fff;
    background: #555;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.block-heading-box a{
    color: #fff !important;
}
.xem-t{
    display: inline-block;
    padding: 3px 12px;
    background: #f45b4f;
    color: #fff !important;
    margin-top: 15px;
}
.xem-t:hover{
    opacity: 0.9
}