@font-face {
	font-family: 'UTM Avo';
	src: url(//bizweb.dktcdn.net/100/160/880/themes/1070179/assets/utm_avo.ttf?1768275425079);
	font-weight: 400
}

@font-face {
	font-family: 'UTM Avo';
	src: url(//bizweb.dktcdn.net/100/160/880/themes/1070179/assets/utm_avobold.ttf?1768275425079);
	font-weight: 700
}
body:not(.body-index){
	padding-top: 60px
}
/* zalo */
.zs-ico {
	display: block;
	position: relative;
	z-index: 12;
	cursor: pointer;
	position: fixed;
	left: 0px;
	bottom: 100px
}
.zs-ico .zs-ico-main {
	display: block;
	position: relative;
	z-index: 3;
	background: url(//bizweb.dktcdn.net/100/160/880/themes/1070179/assets/stick_zalo.png?1768275425079) 0 0 no-repeat;
	background-size: auto;
	background-size: cover;
	width: 58px;
	height: 58px;
}
.zs-ico.zs-has-notify::before{    
	position: absolute;
	top: 2px;
	left: 12px;
	z-index: 4;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.zs-ico.zs-has-notify::before {
	background-color: #ff5d5d;
	left: 36px !important;
}
.zs-ico.zs-has-notify em {
	position: absolute;
	top: 7px;
	left: 17px;
}
.zs-ico.zs-has-notify em::after, .zs-ico.zs-has-notify em::before {
	position: absolute;
	left: -4px;
	top: 2px;
	content: "";
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-name: Grow;
	-moz-animation-name: Grow;
	animation-name: Grow;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}
.zs-ico.zs-has-notify em::before {
	-webkit-box-shadow: 0 0 8px 4px #ff5d5d;
	box-shadow: 0 0 8px 4px #ff5d5d;
}
.zs-ico.zs-has-notify em::after {
	-webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
	box-shadow: inset 0 0 6px 2px #ff5d5d;
}

@-webkit-keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
@-moz-keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
@keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
/* end zalo */
.fbox {
	margin: 10px 0 30px;
}
@media(max-width: 767px){
	.fbox {
		margin: 10px 0 10px;
	}
}
.fbox a {
	color: #333;
}
.fbox a:hover{
	color: #ff0000;
}
.fbox h4{
	color: #000;
	margin: 0 0 25px;
}
.fbox p {
	position: relative;
	color: #333;
	margin: 0 0 5px;
}
.fbox p.mail{
	margin-bottom: 10px
}
.fbox p .fa {
	position: absolute;
	left: 0;
	top: 1px;
}
.fbox ul li {
	margin-bottom: 10px;
}
.fbox ul li a {
	color: #333;
}
.fbox ul li a:hover{
	color: #ff0000;
	border-color: #ff0000
}
.fbox p.fname {
	padding: 0;
}

.fbox.fbox-2 .link-social{
	margin: 10px 0 15px;
}
@media(max-width: 767px){
	.fbox.fbox-2 .link-social svg{
		width: 21px;
		height: 21px;
	}
}
.parent-li{
	padding-right: 20px;
	position: relative;
}
.parent-li .child-ul{
	display: none;
	margin-top: 10px;
}
.parent-li .child-ul li a{
	font-size: 13px;
}
.parent-li .Collapsible__Plus{
	position: absolute;
	top: 5px;
	width: 13px;
	height: 13px;
	right: 0;
	cursor: pointer;
}
@media(min-width: 768px){
	.fbox.fbox-2{
		text-align: right;
		margin: 15px 0 30px;
	}
	.parent-li{
		padding-right: 0;
	}
	.parent-li .Collapsible__Plus{
		right: -20px;
	}
}
.parent-li .Collapsible__Plus:before,.parent-li .Collapsible__Plus:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	background-color: #333;
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.parent-li .Collapsible__Plus:before{
	width: 11px;
	height: 1px;
	opacity: 1;
}
.parent-li .Collapsible__Plus:after{
	width: 1px;
	height: 11px;
}
.parent-li.current .Collapsible__Plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.parent-li.current .Collapsible__Plus:before {
	opacity: 0;
}
.parent-li.current .child-ul{
	display: block;
}
/* Hotline Fixed */
.hotline-fixed {
	position: fixed;
	left: 15px;
	bottom: 50px;
	top: initial !important;
	list-style: none;
	background-color: #3366cc;
	border-radius: 100%;
	padding: 13px 16px;
	margin-left: 11px;
	color: #fff;
	z-index: 99999;
	height: 50px;
	width: 50px;
}
.hotline-fixed .fa.fa-phone {
	font-size: 26px;
}
.hotline-fixed a {
	font-size: 18px;
	color: #fff;
	margin: 0;
	position: relative;
}
.hotline-fixed a:hover {
	color: #fff;
}
.number {
	position: absolute;
	top: -10px;
	transition: all .5s;
	transform: rotateX(90deg);
	white-space: nowrap;
	line-height: 24px;
	margin-left: 24px;
	transform: rotateX(0deg);
	background: #3366cc;
	padding: 5px 15px;
	border-radius: 0 10px 10px 0;
}
.hotline-fixed:hover .number {
}
/* End Hotline Fixed */

.sb-menu {
	background: #f7f7f7;
}
.sb-menu a {
	font-size: 14px;
	color: #464646;
	font-family: Arial, sans-serif;
	display: block;
	padding: 10px 15px;
	transition: all .1s;
}
.sb-menu a:hover {
	background: #e0dfdf;
}
.sb-menu li:last-child a {
	border: none;
}
.mt25 {
	margin-top: 25px;
}

/* online support */
.online_support {
	margin-top: 15px;
}
.online_support .block-content {
	padding: 10px 0;
	border: #ebebeb 1px solid;
}
.online_support .block-content div {
	padding-left: 30px;
	margin-left: 15px;
	font-size: 13px;
}
.sp_1, .sp_2 {
	background: url(support-online.png) left center no-repeat;
}
.online_support .block-content div p:first-child {
	color: #424242;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
}
.sp_mail {
	background: url(email.png) left center no-repeat;
}
/* end online support */

/* Marquee Slide */
#demo, #demo_2, #demo_3, #demo_4 {
	background: #f7f7f7;
	overflow: hidden;
	height: 500px;
	border: 1px solid #ddd;
	border-top: 0;
}
#indemo, #indemo_2, #indemo_3, #indemo_4 {
	float: left;
	height: 3000%;
}
#demo1, #demo1_2, #demo1_3, #demo1_4 {
	float: left;
}
#demo2, #demo2_2, #demo2_3, #demo2_4 {
	float: left;
}
.blog_inner {
	margin-top: 15px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 0 10px 15px;
}
.blog_inner a {
	font-size: 14px;
	color: #464646;
	font-family: Arial, sans-serif;
}
.blog_inner h2 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
}
.article_title {
	background: #e0dfdf;
}
.article_title h2 {
	padding: 17px 30px 16px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}
.news-block {
	margin-bottom: 30px;
}
/* End Marquee Slide */

@media (min-width:767px) {
	.item_cl:nth-child(3n+4) {
		clear: left;
	} 
}
.prod_name_hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: all .3s;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.product-carousel .prod_name_hover span,
.blog-item .prod_name_hover span{
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: -11px;
	top: 50%;
}
.prod_name_hover:hover {
	color: #fff;
}
.product-carousel:hover .prod_name_hover,
.blog-item:hover .prod_name_hover{
	opacity: 1;
}
.new_title h2 {
	padding: 10px 0;
	margin: 15px 0 0;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.related-product-carousel .item {
	margin: 0 15px;
}
.f_info {
	margin: 15px 0;
	float: left;
	width: 100%;
	font-size: 13px;
	color: #aaa;
}
.f_info a {
	color: #aaa;
}
.f_info ul li {
	width: 33%;
	float: left;
}
.f_info ul li .fa, .fbox .fa {
	margin-right: 5px;
	color: #f69b66;
}
@media (min-width: 99px) {
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.product-list-grid > .row > div {
	padding-left: 2px;
	padding-right: 2px;
}
.footer-info.fi2 p, .footer-info.fi2 p a {
	color: #aaa;
}

/* social network */
.social_network {
	/* margin-top: 80px; */
	/* text-align: right; */
}
.social_network .fa:hover {
	box-shadow: 0 0 10px #fff;
}
.social_network .fa {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
	border-radius: 100%;
}
.social_network a {
	display: inline-block !important;
	color: #aaa;
}
.social_network a:hover {
	color: #ff0000;
}
/* end social network */

.header-search.search_page {
	margin-top: 5px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.pos_rel {
	position: relative;
}
.fb-page, .fb-page iframe[style], .fb-page span {
	width: 100% !important;
}
.blog_img {
	margin-top: 5px;
}
.sidebar-cont-btn {
	color: #333;
}
.btn-contact:hover {
	background: #333;
	color: #fff;
}
.btn-contact {
	display: inline-block;
	padding: 6px 12px;
	background: #4f85cb;
	color: #fff;
	font-size: 15px;
}
.fix-cart {
	overflow: auto;
	margin-bottom: 15px;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color: #4f85cb;
}
.viewMorebtn {
	text-align: right;
	display: block;
	margin-top: 5px;
}
/* hot product */
.hot_product .col-item {
	background: none;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #E4E4E4;
}
.hot_product .col-item .product-wrapper {
	margin: 0 !important;
}
.hot_product {
	background: #f7f7f7;
	padding: 10px;
	border: #ebebeb 1px solid;
}
.mg0 {
	margin: 0;
}
.tar {
	text-align: right;
}
.pdr00 {
	padding-right:0;
}
.view-more2 {
	padding: 7px 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}
.view-more2:hover {
	background: #337AB7;
	color: #fff;
}
.hot_product_tit {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #0056A1;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.hot_product_box {
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
/* end hot product */

/* online support */
.online_support {
	margin-top: 15px;
	margin-bottom: 15px;
}
.online_support .block-content {
	padding: 10px 0;
	border: #ebebeb 1px solid;
	background: #f7f7f7;
}
.online_support .block-content div {
	padding-left: 30px;
	margin-left: 15px;
	font-size: 13px;
}
.sp_1, .sp_2 {
	background: url(support-online.png) left center no-repeat;
}
.online_support .block-content div p:first-child {
	color: #424242;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
}
.sp_mail {
	background: url(email.png) left center no-repeat;
}
/* end online support */

.mt15 {
	margin-top: 15px;
}
.page img {
	max-width: 100%;
}
.product-carousel img {
	width: 100%;
}
.collection-banner-sb {
	margin-top: 15px;
	width: 100%;
}
.pdr00 {
	padding-right: 0;
}
.pd-best-seller img {
	width: 100%;
}
.blog_img img {
	width: 100%;
}
/* top cart */
.floatright {
	float: right;
}

.shopping-cart {
	background: url("topcart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 12px;
	font-weight: 700;
	margin: 5px 0;
	padding-left: 45px;
	padding-top: 20px;
	position: relative;
	cursor: pointer;
}
.shopping-cart span.cart-count {
	background: none repeat scroll 0 0 #000;
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	left: 13px;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 22px;
}
/* end top cart */
.add_cart {
	height: 40px;
}
.main-blog-slider .owl-controls {
	position: absolute;
	top: 0;
	right: 0;
}
.article-date {
	color: #4f85cb;
	font-size: 12px;
	margin:0 0 15px;
}
.pagina {
	text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #aaa !important;
	cursor: default;
	background-color: transparent;
	border-color: transparent !important;
}
@media (min-width: 992px) {
	.sticky {
		position: fixed !important;
		top: 0 !important;
		z-index: 999 !important;
		width: 100%;
		background: #fff;
		padding-top:10px;
	}
	.header-search2 {
		min-width: 220px;
	}
}

header.header{
	padding: 5px 0;
}
.hlogo img {
	width: 48px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.sticky .hlogo img {
	width: 36px;
}
/* sidebar blog */
.post-date {
	font-size: 13px;
	color: #464646;
}
.sidebar_blog_item {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.sidebar_blog_content p {
	margin: 0;
}
.sidebar_blog_content {
	padding-left: 0;
}
.sidebar_blog_content a {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	max-height: 46px;
	overflow: hidden;
	display: block;
}
.sidebar_blog_tit h6 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding: 5px 10px 5px 0;
	position: relative;
	margin-bottom: 15px;
	display: block;
	letter-spacing: normal;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
}
.sidebar_blog_tit h6 a {
	border-bottom: 3px solid #4f85cb;
	padding-bottom: 3px;
	color: #4f85cb;
}
/* end sidebar blog */

.item.item2 .product-carousel:nth-child(2) {
	border-bottom: none;
}
.item2 .product-carousel {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0;
}
.product-list-carousel .item2 {
	border: none !important;
	margin: 0 !important;
}
.product-list-carousel .item2:hover {
	border: none !important;
}
.item2 .product-name, .item .product-name, .product-carousel .product-name {
	height: 40px;
	overflow: hidden;
}
.product-carousel img {
	display: inline-block;
}
.product-slider2 .owl-controls, .product-slider .owl-controls {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.product-list-carousel {
	border: 1px dotted #ddd;
}
.desk-level1 ul li a {
	text-transform: inherit !important;
	padding: 10px !important;
}
.main-nav-content ul li a:hover {
	color: #ff0000;
}
.article-readmore:hover {
	color: #4f85cb;
}
.mc-list li a:hover {
	color: #4f85cb;
}
.main-article {
	margin: 15px 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
.main-blog-slider .owl-next {
	top: -50px;
	right: 0;
}
.main-blog-slider .owl-prev {
	top: -50px;
	left: auto;
	right: 45px;
}
.article-readmore:hover {
	color: #4f85cb;
}
.article-title a:hover {
	color: #4f85cb;
}
.main-blog-slider .owl-controls div {
	background: none !important;
	text-align: center;
	font-size: 20px !important;
	width: 30px;
	height: 30px;
	margin: 0 !important;
	margin-top: 5px !important;
	color: #4f85cb !important;
}
.box-heading h3 a {
	color: #fff;
}
/* mobile menu */
.menu-bars {
	position: relative;
}
.menu-bars .mb_mn_click{
	cursor: pointer;
	font-size: 21px;
	color: #333;
	position: absolute;
	top: -38px;
	right: 0
}
.level1 ul {
	display: none;
}
/* end mobile menu */
.desk-level1 ul {
	text-align: left;
}
.desk-level1>ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 263px;
	display: none;
	background: rgba(0,0,0,0.7);
}
.desk-level1 ul li a:hover {
	padding-left: 20px !important;
	color: #b2b2b2;
}
.desk-level1:hover>ul, .desk-level2:hover>ul  {
	display: block;
}
.desk-level2>ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999;
	width: 263px;
	display: none;
	background: rgba(0,0,0,0.7);
}
.main-nav-content .desk-level1 ul li {
	display: block;
}
.main-nav-content .desk-level2 a {
	text-transform: initial;
	padding: 10px;
}
.desk-level2 .fa {
	float: right;
}
.item-3 .fa {
	float: left;
	font-size: 31px;
	margin-top: 3px;
	margin-right: 8px;
	margin-left: 45px;
}
.item-3 {
	color: #fff;
	margin-top: 20px;
	font-family: Arial,sans-serif;
}
.item-3 b {
	font-weight: 500;
	font-size: 15px;
}
.child ul {
	display: none;
}
.child:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 3px 10px #666;
	line-height: 1;
}
.child li {
	width: 100%;
}
.child li a {  
	display: block;
	padding: 10px 15px !important;
	font-size: 15px !important;
	color: #4f85cb !important;
	text-transform: initial !important;
}
.child li a:hover {
	background: #4f85cb;
	color: #fff !important;
}
.child2:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 260px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 3px 10px #666;
	line-height: 1;
}

.main-content {
	margin-top: 15px;
}
.banner img {
	width: 130px;
}
.product-list-carousel .owl-controls div {
	background: none !important;
	text-align: center;
	font-size: 20px !important;
	width: 30px;
	height: 30px;
	margin: 0 !important;
	color: #4f85cb !important;
}
.product-atc:hover {
	background: #4f85cb;
	color: #fff;
}

/* Slideshow  */
#owl-demo-cover .owl-item .item {
	margin: 0
}

#owl-demo-cover img {
	width: 100%;
}
.css_cover .owl-controls {
	margin-top: -27px!important;
	position: relative;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff!important;
}
/* End Slideshow  */


body {
	font-family: 'UTM Avo';
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a, a:hover{
	text-decoration: none;
}

/* HEADER */
.header-top {
	background-color: #f3f3f3;
}
.header-top ul {
}
.header-top ul li {
	float: left;
}
.header-top ul li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #333;
	padding: 0 25px 0 0;
}
.header-content {
}
.header-logo {
	display: block;
	margin: 15px 0 15px 15px;
}
.header-nav {
	margin-top: 35px;
}
.header-nav ul li {
	float: left;
}
.header-nav ul li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
	color: #f0f3f3;
	text-transform: uppercase;
}
.header-nav ul li a span {
	padding: 0 5px;
}
.header-search {
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}
#header-search-input {
	width: 100%;
	outline: none;
	height: 34px;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	border: 1px solid #aaa;
	border-radius: 4px;
}
#header-search-btn {
	position: absolute;
	border: none;
	color: #aaa;
	height: 34px;
	width: 34px;
	top: 0px;
	right: 0px;
	background-color: transparent;
}
.header-cart {
	margin-top: 20px;
	overflow: hidden;
}
.header-cart > .cart-mini {
	position: absolute;
	top: 90%;
	z-index: 999;
	width: 300px;
	right: 0;
	display: none;
}
.header-cart:hover > .cart-mini {
	display: block;
}
#add_succes p i {
	color: #00C1C6;
	margin-right: 10px;
}
#add_succes p {
	margin: 5px 0;
}
.cart-mini {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.cart-mini ul li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-mini ul li + li {
	padding-top: 10px;
}
.cart-mini .cm-image {
	float:left;
	margin-right: 10px;
}
.cart-mini .cm-name,
.cart-mini .cm-name a {
	color: #464646;
}
.cart-mini .cm-price {
	color: #01c4c4;
	font-size: 12px;
}
.cart-mini .fa-remove {
	color: #ff0000;
	cursor: pointer;
}
.cart-mini-total-money {
	font-size: 16px;
	padding: 10px 0;
}
.cart-mini-link a {
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 5px 10px;
}
.cart-mini-link a:hover {
	background-color: #01c4c4;
	color: #ffffff;
}
.header-menu-btn span {
	color: #4f85cb;
	margin-top: 15px;
	font-size: 21px;
}
.header-menu-btn-hidden {
	overflow: hidden;
}
.header-menu-btn-hidden span {
	color: #4f85cb;
	margin: 20px;
}
.cart-icon {
	display: block;
	float: right;
	background-image: url('cart.png');
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}
.cart-icon:hover {
	color: #ffffff;
}
.header-nav-mobile {
	width: 300px;
	height: 100%;
	background-color: #000000;
	position: fixed;
	z-index: 9999;
	top: 0 !important;
	left: -300px;
	overflow-y: scroll;
	transition: left 1s;
}
.header-nav-mobile ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
}
/* END HEADER */

/* NAVIGATION MAIN */
.main-nav {
	position: relative;
	text-align: right;
}
.main-nav-content ul li {
	display: inline-block;
	position: relative;
}
.main-nav-content ul li a {
	line-height: 14px;
	color: #333;
	display: block;
	padding: 15px 0;
	letter-spacing: 2px;
	font-size: 14px;
	transition: all .3s;
	margin-left: 30px;
}
.header-index .main-nav-content ul li a{
	color: #d3d3d3
}
.main-nav-content ul ul li a {
	color: #b2b2b2;
}
/* END NAVIGATION MAIN */

/* MAIN SERVICE */
.main-service {
	background-color: #ffffff;
}
.main-service p {
	margin: 0;
	color: #484848;
	font-size: 15px;
	padding: 15px 0;
}
.main-service p span {
	margin-right: 5px;
	padding: 12px;
	background-color: #484848;
	color: #ffffff;
	height: 38px;
	width: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* END MAIN SERVICE */

/* OWL SLIDER */
.owl-next, .owl-prev {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.owl-next {
	background-image: url(owl.next.png);
	background-repeat: no-repeat;
	right: 0;
}
.owl-next:hover {
	background-image: url(owl.next_hover.png);
}
.owl-prev {
	background-image: url(owl.prev.png);
	background-repeat: no-repeat;
	left: 0;
}
.owl-prev:hover {
	background-image: url(owl.prev_hover.png);
}
/* END OWL SLIDER */

/* BOX */
.box-heading2 {
	border-bottom: 1px solid #4f85cb;
}
.box-heading h3 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	background: #4f85cb;
}
.box-heading h2 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	background: #4f85cb;
}
/* END BOX */

/* MAIN BREADCRUMB */
.main-breadcrumb {
	margin: 0;
}
.main-breadcrumb .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 15px 0 0;
	margin-bottom: 15px;
}
.main-breadcrumb .breadcrumb > .active {
	color: #f69b66;
}
.main-breadcrumb .breadcrumb > li + li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #737373;
}
.main-breadcrumb .breadcrumb li a {
	color: #aaa;
	font-size: 14px;
}
/* END MAIN BREADCRUMB */

/* MAIN SLIDER */
.main-categories, .main-slider-content {
	margin: 15px 0;
}
.main-categories {
	border: 1px solid #4f85cb;
}
.main-categories-heading {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 5px;
	margin: 0;
	background-color: #4f85cb;
	text-align: center;
}
.main-categories-content {
	padding: 10px 15px;
}
.mc-list > li > a {
	font-size: 13px;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.mc-list > li:last-child > a {
	border: none;
}
.mc-list > li > a > span {
	float: right;
}
.mc-list-child {
}
.mc-list-child > li > a {
	font-size: 14px;
	color: #454545;
	display: block;
	padding: 5px 0;
}
.mc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 5px 2px 10px;
	display: inline-block;
	background-color: #454545;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.main-slider-content .item img {
	width: 100%;
}
.main-slider-content .owl-next {
	right: 20px;
}
.main-slider-content .owl-prev {
	left: 20px;
}
/* END MAIN SLIDER */

/* MAIN BANNER */
.main-banner img {
	margin: 14px 0;
}
/* END MAIN BANNER */

/* MAIN BANNER CENTER */
.main-banner-center {
	padding: 20px 0;
}
/* END MAIN BANNER CENTER */

/* MAIN PRODUCT LIST */
.main-product-list {
	margin: 15px 0 5px 0;
}
.product-list-carousel .item {
	border-right: 1px dotted #ddd;
}
.product-list-carousel .owl-next {
	top: -50px;
	right: 0;
}
.product-list-carousel .owl-prev {
	top: -50px;
	left: auto;
	right: 30px;
}
.product-carousel {
	text-align: center;
	padding-bottom: 4px;
	position: relative;
}
.product-carousel .product-name, .product-carousel .product-name a {
	font-size: 15px;
	color: #464646;
	line-height: 20px;
}
.product-carousel .product-price {
	font-size: 18px;
	color: #4f85cb;
}
.product-carousel .product-price span {
	font-size: 12px;
	color: #959595;
}
.product-carousel .product-atc {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 6px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	border-bottom: 4px solid #3e72b7;
	border: 1px solid #4f85cb;
	background-color: #4f85cb;
}
.product-carousel .product-atc:hover {
	background-color: #fff;
	margin-top: 3px;
	color: #4f85cb;
	border-bottom: 1px solid #4f85cb;
}
/* END MAIN PRODUCT LIST */

/* PRODUCT LIST LIST */
.product-list-list .product-carousel {
	margin-bottom: 25px;
	overflow: hidden;
	text-align: left;
}
/* END PRODUCT LIST LIST */

/* MAIN BLOG */
.main-blog {
	margin-top: 30px;
	padding: 15px 0 25px 0;
	background-color: #ffffff;
}
.main-article .article-image {
	display: block;
	margin-bottom: 15px;
}
.main-article .article-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 0;
	margin: 0;
}
.main-article .article-title, .main-blog .article-title a {
	font-size: 15px;
	color: #333;
	margin: 10px 0;
	font-weight: 600;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.main-blog .article-title a:hover {
	color: #4f85cb;
}
.main-article .article-description {
	font-size: 14px;
	color: #333;
	line-height: 19px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
	height: 80px;
	overflow: hidden;
}
.main-article .article-readmore {
	font-size: 12px;
	color: #555555;
}
.main-blog .article-readmore span {
	margin-left: 5px;
}
/* END MAIN BLOG */

/* BRAND SLIDER */
.main-brand {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.brand-carousel .item {
	text-align: center;
	padding: 15px;
}
.brand-carousel .owl-controls {
	display: none !important;
}
/* END BRAND SLIDER */

/* FOOTER */
.footer {
	margin-top: 30px;
}
.footer-logo {
	margin-top: 25px;
	margin-bottom: 50px;
	display: block;
}
.footer-info p {
	font-size: 13px;
	line-height: 30px;
	color: #eee;
}
.footer-info p span {
	color: #aaa;
	margin-right: 5px;
	width: 15px;
}
.footer-info p a {
	color: #eee;
}
.footer-menu .footer-menu-heading {
	padding: 15px 0;
	border-bottom: 1px solid #323232;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 22px;
}
.footer-menu ul li a {
	display: block;
	padding: 8px 0;
	color: #eee;
	font-size: 13px;
}
.footer-menu ul li a:hover {
	color: #aaa;
}
.footer-bottom .copy-right {
	margin: 0;
	/* padding: 30px 0; */
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #999999;
}
.footer-bottom .payments {
	padding-top: 25px;
}
/* END FOOTER */

/* PAGE COLLECTION */
.collection-categories {
	margin-top: 15px;
	border: 1px solid #ccc;
}
.collection-categories-heading {
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	background: #4f85cb;
}
.collection-categories-heading span {
	margin-right: 5px;
}
.collection-categories-content {
	padding: 0 10px;
}
.cc-list > li {
	border-bottom: 1px dashed #ccc;
}
.cc-list > li:last-child {
	border-bottom: none;
}
.cc-list > li > a {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	display: block;
}
.cc-list > li > a > span {
	float: right;
}
.cc-list-child {
}
.cc-list-child > li > a {
	font-size: 14px;
	color: #737373;
	display: block;
	padding: 5px 0;
}
.cc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 10px 2px 10px;
	display: inline-block;
	background-color: #454545;
}
.colletion-topbar {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.colletion-topbar .btn-view a {
	color: #000000;
	margin: 5px 5px 5px 0;
	display: inline-block;
}
.colletion-topbar .pagination {
	margin: 0;
}
.colletion-topbar .pagination>li>a, .colletion-topbar .pagination>li>span {
	border: none;
	color: #aaa;
	padding: 5px 11px;
	border-radius: 0;
}
.collection-tags {
	margin-top: 45px;
}
.collection-tags-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-tags-content {
	padding: 30px 0;
}
.collection-tags-content a {
	display: inline-block;
	color: #7d7d7d;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #7d7d7d;
	margin: 6px 10px 6px 0;
}
.collection-tags-content a:hover {
	background-color: #000000;
	color: #ffffff;
}
/* END PAGE COLLECTION */

/* PAGE PRODUCT */
.pd-top {
	margin-bottom: 30px;
}
.pd-name {
	font-size: 26px;
	color: #464646;
	margin: 10px 0 20px 0;
}
.pd-description-mini {
	font-size: 14px;
	color: #737373;
	line-height: 21px;
	text-align: justify;
}
.pd-price {
	font-size: 28px;
	color: #4f85cb;
	font-weight: bold;
}
.pd-price span {
	font-size: 18px;
	color: #959595;
	font-weight: normal;
}
.pd-form label {
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	margin: 8px 0;
}
.pd-form select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.pd-form input {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	margin: 8px 0;
	border: 1px solid #cdcdcd;
	outline: none;
}
.pd-form button {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	border: none;
	margin: 8px 0;
	background-color: #4f85cb;
}
#gallery_01 {
	margin-top: 30px;
}
#gallery_01 li a img {
}
#gallery_01 .flex-direction-nav > li {
	position: absolute;
	right: 50%;
}
#gallery_01 .flex-direction-nav > li > a {
	font-family: "FontAwesome";
	color: #d9d9d9;
}
#gallery_01 .flex-direction-nav .flex-next::before{
	content: "\f176";
}
#gallery_01 .flex-direction-nav .flex-prev::before{
	content: "\f175";
}
#gallery_01 .flex-direction-nav .flex-nav-next {
	top:0;
}
#gallery_01 .flex-direction-nav .flex-nav-prev {
	bottom: -30px;
}
.pd-nav {
}
.pd-nav>li>a {
	font-size: 18px;
	color: #131313;
	padding: 10px 0;
	text-transform: uppercase;
	margin-right: 25px;
}
.pd-nav>li>a:hover {
	background-color: #ffffff;
	border: none;
}
.pd-nav>li.active>a, 
.pd-nav>li.active>a:focus, 
.pd-nav>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #4f85cb;
}
.pd-best-seller .heading {
	border-bottom: 1px solid #e6e6e6;
}
.pd-best-seller .heading h3 {
	font-size: 18px;
	color: #131313;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #4f85cb;
	margin: 0;
	display: inline-block
}
.pd-best-seller ul {
	padding: 8px 0;
}
.pd-best-seller ul li {
	padding: 14px 0;
}
.pd-best-seller .pd-bs-name {
	margin: 0;
	font-size: 14px;
	color: #464646;
	line-height: 26px;
}
.pd-best-seller .pd-bs-price {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: #4f85cb;
}
.pd-best-seller .pd-bs-price span {
	font-size: 12px;
	color: #959595;
}
.tab-pane {
	padding: 20px 0;
}
/* END PAGE PRODUCT */

/* PAGE CART */
.cart {
	margin-bottom: 40px;
}
.cart_table td {
	vertical-align: middle !important;
}
.item-name, .item-price, .item-total, .item-remove {
	font-size: 16px;
	color: #333333;
}
.item-quantity {
	width: 50px;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.cart-table thead th {
	font-size: 14px;
	color: #444444;
	text-transform: uppercase;
	padding: 22px 0;
}
.btn-cart {
	font-size: 13px;
	color: #555555;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}
.btn-cart + .btn-cart {
	margin-left: 10px;
}
/* END PAGE CART */

/* PAGE BLOG */
.blog-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0
}
.blog-new-content {
	padding: 10px 0;
}
.blog-new-content ul li {
	padding: 10px 0;
}
.blog-new-content ul li + li {
	border-top: 1px solid #eeeeee;
}
.bn-name {
	font-size: 14px;
	color: #555555;
	padding-top: 10px;
	display: block;
}
.blog-tags-content {
	padding: 15px 0;
}
.blog-tags-content a {
	margin: 5px 5px 5px 0;
	font-size: 13px;
	color: #888888;
	padding: 6px 10px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.blog-item {
	position: relative;
}
.blog-item.duan {
	padding: 2px;
}
.blog-item:hover .blog-date {
	opacity: 1;
}
.blog-date {
	font-size: 16px;
	margin-bottom: 15px;
}
.blog-date span {
	display: block;
	font-size: 16px;
	color: #000;
	width: 100%;
	line-height: normal;
	margin: 10px 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	-webkit-line-clamp: 2;
}
.article-description {
	font-size: 14px;
	color: #333;
	line-height: 19px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
	overflow: hidden;
}
.blog-info {
	font-size: 13px;
	color: #a3a3a3;
	margin-bottom: 10px;
}
.blog-name, .blog-name a {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	height: 48px;
	overflow: hidden;
	display: block;
}
.blog-description {
}
.blog-readmore {
	font-size: 16px;
	color: #555555;
}
.avata {
	border-radius: 10px;
	overflow: hidden;
}
.pagination-blog>li>a, 
.pagination-blog>li>span {
	font-size: 14px;
	color: #666666;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.pagination-blog>li>a:focus, 
.pagination-blog>li>a:hover, 
.pagination-blog>li>span:focus, 
.pagination-blog>li>span:hover {

}
.blog-video-content iframe {
	max-width: 100%;
	height: auto;
}
/* END PAGE BLOG */

/* PAGE ARTICLE */
.article-name {
	font-size: 14px;
	color: #333333;
	margin: 0 0 5px;
	padding:0;
	font-weight: 600;
}
.article-info ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 0;
	color: #555555;
}
.article-info ul li span {
	margin-right: 5px;
	color: #aaaaaa;
}
.comment-list {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.comment-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.comment .comment-info {
	font-size: 14px;
	color: #333333;
}
.comment {
	padding: 22px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.comment img {
	float: left;
	margin-right: 20px;
}
.comment .comment-info span {
	font-size: 13px;
	color: #999999;
}
.comment-description {
	font-size: 14px;
	color: #666666;
}
.comment-add {
	margin: 30px 0 80px 0;
}
/* END PAGE ARTICLE */

/* PAGE 404 */
.not_found {
	margin-bottom: 40px;
}
.not_found h2 {
	font-size: 200px;
	color: #01c4c4;
}
.not_found h3 {
	font-size: 28px;
	color: #666666;
}
.btn-not-found {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	background-color: #01c4c4;
	padding: 10px 15px;
	margin: 10px;
}
.not_found p {
	font-size: 16px;
	color: #555555;
}
/* END PAGE 404 */

/* FORM STYLE */
.form-style input, .form-style textarea {
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	color: #aaaaaa;
	border: 1px solid #e4e4e4;
	padding: 10px;
	outline: none;
}
.form-style select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.form-style button {
	font-size: 13px;
	color: #666;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #ffffff;
}
.form-style button:hover {
	background: #aaa;
	color: #fff;
	border: 1px solid #fff;
}
/* END FORM STYLE */

/* FORM LOGIN */
.form-login {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.form-login .row p {
	padding-top: 10px;
}
.form-login input {
	margin: 0 0 10px 0;
}
.form-login .form-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin:0;
}
.form-login .form-description {
	font-size: 16px;
	color: #666666;
	padding: 10px 0 20px 0;
}
/* END FORM LOGIN */

.addresses {
	margin-top: 20px;
}
#map{
	width: 100%;
	height: 400px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.contact-info p{
	color: #444444;
}
@media only screen and (max-width: 479px) {
	.header-content {
		background-color: #fff;
	}
	.banner, .social_network {
		width: 100%;
		text-align: center;
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	.header-logo {
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.pd-best-seller .heading h3 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.f_info ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.header-search2 {
		right: 5px;
		left: initial;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.foo_col {
		height: 280px;
		overflow: hidden;
	}
	.pd-nav>li>a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1200px) {
}
.bcs img {
	max-width: 220px;
	padding: 15px;
	margin: 0 auto;
}
@media (min-width:991px){
	.product-carousel {
		min-height: 302px;
	}}

.follow_option{
	display: block;
	margin-top: 10px;
}
.follow_option li{
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
}
.follow_option li a i{
	color: #aaaaaa;
}
/*.gray img {
filter: grayscale(1);
transition: 0.4s all;
}
.gray:hover img {
filter: grayscale(0);
}*/
.serivce_st .panel-default>.panel-heading {
	background: #fff;
	padding: 0;
}
.serivce_st.panel-group .panel {
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.serivce_st.panel-group .panel .panel-title a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 30px 14px 0;
	position: relative;
	text-decoration: none;
}
.serivce_st.panel-group .panel .panel-title:hover a,
.serivce_st.panel-group .panel .panel-title.active a{
	background: linear-gradient(90deg,transparent,rgba(0,0,0,0.04),transparent);
}
.serivce_st.panel-group .panel .panel-title.active a{color: #f69b66;}

.w-tabs-section-control {
	position: absolute;
	right: 0;
	top: 50%;
	flex-shrink: 0;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: center;
	transition: transform .5s;
	transform: translateY(-50%) rotate(0deg);
}
.w-tabs-section-control:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0.45em;
	height: 100%;
	width: 1px;
	background: currentColor;
}
.w-tabs-section-control:after {
	content: '';
	position: absolute;
	top: 0.45em;
	left: 0;
	height: 1px;
	width: 100%;
	background: currentColor;
}
.serivce_st.panel-group .panel .panel-title.active a .w-tabs-section-control {
	transform: translateY(-50%) rotate(135deg);
}
.serivce_st.panel-group .panel .panel-title.active a .w-tabs-section-control:before,
.serivce_st.panel-group .panel .panel-title.active a .w-tabs-section-control:after {
	background: #f69b66;
}
.serivce_st .panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 15px 0;
	max-height: 300px;
	overflow-y: auto;
}
.item_acc {
	display: block;
	color: #111;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 0;
}
.rte .h1,.rte .h2,.rte .h3,.rte h1,.rte h2,.rte h3{
	margin: 0 0 10px;
}
.rte ul{
	margin: 0 0 10px;
}
.rte li {
	list-style: disc;
	margin-left: 35px;
}
blockquote {
	padding: 25px 20px;
	margin: 0 30px 20px;
	font-size: 17.5px;
	border-left: 5px solid #ccc;
}

blockquote p, blockquote span {
	font-style: italic;
}
.bizweb-theme-previewer{
	display: none;
}
.popup-ngonngu {
	position: absolute;
	right: 16px;
	top: 100% !important;
	z-index: 99;
}
.popup-ngonngu .language {
	list-style: none;
	display: flex;
}
.popup-ngonngu .language li {
	color: #333;
}
.popup-ngonngu .language li.mx-1{
margin: 0 5px;
}
.popup-ngonngu .language a {
	color: #333;
	font-size: 14px;
	display: block;
}
.header-index .popup-ngonngu .language li, .header-index .popup-ngonngu .language a {
	color: #d3d3d3;
}
.popup-ngonngu .language a.active {
	color: #ff0000!important;
}
.skiptranslate,.gg-translate,.skiptranslate {display:none!important}
#goog-gt-tt {
	display: none !important;
}.goog-te-banner-frame {
	display: none !important;
}.goog-te-menu-value:hover {
	text-decoration: none !important;
}body {
	top: 0 !important;
}#google_translate_element2 {
	display: none!important;
}
@media(max-width: 767px){
	.popup-ngonngu .language {
		background: #fff;
		padding: 3px;
		box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
	}
	.popup-ngonngu .language a {
		font-size: 0
	}
}

/* blog */
.rte.article-content{
	font-size:14px;
}
.rte.article-content p{
	font-size:14px;
}
/* product*/
.product__title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.rte.tab-content{
	font-size:14px;
}
.rte.tab-content p{
	font-size:14px;
}
.rte .alt-img{
	font-size:14px ;
}
.logo-fot img{
	max-height: 40px;
}
/*Style*/
.addThis_listSharing {
	position: fixed;
	bottom: 51px;
	z-index: 999;
	top: auto !important;
	right: 5px;
	opacity: 1; 
	display: block;
}
@media(min-width: 1200px){
	.addThis_listSharing .addThis_listing{
		display: flex;
		gap: 5px;
	}
}

.addThis_listing .addThis_item{margin-bottom:5px}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 28px;height: 28px;line-height: 28px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
@media(max-width: 767px){
	.addThis_listSharing{
		bottom: 37px
	}
	.addThis_listSharing .addThis_listing{
		display: flex;
		gap: 5px;
	}
	.addThis_listing .addThis_item .addThis_item--icon {
		width: 21px;height: 21px;line-height: 21px;
	}
	.addThis_listing .addThis_item .addThis_item--icon img{
		max-height: 100%;
		max-width: 100%;
	}
}
@media(max-width: 424px){
	.addThis_listSharing{
		bottom: 57px
	}
}
.menu-bar {
	margin: 10px 0;
	width: 30px;
	cursor: pointer;
}
.menu-bar .bar {
	display: block;
	width: 100%;
	height: 2px;
	background: #787f7d;
	transition: all 0.3s ease;
	transform-origin: center;
}
.header-index .menu-bar .bar{
	background:#d3d3d3
}
.menu-bar .bar:nth-child(2) {
	margin: 8px 0;
}
.menu-bar.current .bar:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}
.menu-bar.current .bar:nth-child(2) {
	opacity: 0;
}
.menu-bar.current .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
@media(max-width: 991px){
	.hlogo{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pos_rel{
		background-color: #fff;
		height: 100%;
		position: fixed;
		top: 60px !important;
		right: 0;
		z-index: 99999;
		width: 100%;
		transform: translateY(20px);
		visibility: hidden;
		transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: none;
		touch-action: manipulation;
		padding: 20px;
		overflow-y: auto;
	}
	.pos_rel.current{
		visibility: visible;
		transform: translateY(0);
	}
	.opacity_menu {
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 99;
		display: none;
	}
	.opacity_menu.current {
		display: block;
	}
	#mobile-menu ul li{
		padding-right: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	#mobile-menu ul li li{
		margin-bottom: 5px;
	}
	#mobile-menu ul li i{

	}
	#mobile-menu ul li a{
		color: #333;
	}
	#mobile-menu ul li i{
		position: absolute;
		top: 4px;
		width: 13px;
		height: 13px;
		right: 0px;
		cursor: pointer;
	}
	#mobile-menu ul li i:before,#mobile-menu ul li i:after{
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		transform: translate(-50%, -50%) rotate(-90deg);
		background-color: #333;
		-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	}
	#mobile-menu ul li i:before{
		width: 11px;
		height: 1px;
		opacity: 1;
	}
	#mobile-menu ul li i:after{
		width: 1px;
		height: 11px;
	}
	#mobile-menu ul li i.current:after {
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg);
	}
	#mobile-menu ul li i.current:before {
		opacity: 0;
	}
	.language-mb a{
		color: #333;
	}
	.language-mb a.active{
		color: #ff0000;
	}
}