* {
	margin: 0px;
	padding: 0px
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333 !important;
}

	a:hover {
		color: #4A97D2!important;
		text-decoration: none !important;
	}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.success {
	color: #50a00b;
}

.error {
	color: red;
}

.display-none {
	display: none;
}

.fixed {
	position: fixed !important;
}

body {
	font-family: arial !important;
}
/********** HEADER ***********/
#click-out-menu {
	text-align: right;
}

#wrap-header {
	/* border-top: 2px solid #655AB4; */
	/* background: #3baf62; */
	display: inline-block;
	width: 100%;
}

	#wrap-header .container {
		position: relative;
	}

.logo h2 {
	margin: 0px;
	display: table;
	height: 95px;
}

	.logo h2 a {
		display: table-cell;
		vertical-align: middle;
	}

.list-login-right {
	display: block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

	.list-login-right li {
		float: right;
		margin-top: 10px;
	}

		.list-login-right li a {
			padding: 0px 10px;
			color: #737373 !important;
			font-weight: 300;
		}

		.list-login-right li:hover a {
			text-decoration: none;
			color: #ff5050;
		}

		.list-login-right li:first-child a {
			border-right: none;
		}

.menu-right-bottom {
	padding: 0px !important;
}

	.menu-right-bottom ul {
		display: inline-block;
		width: 100%;
	}

		.menu-right-bottom ul li {
			float: right;
			margin-left: 10px
		}

	.menu-right-bottom #search, .menu-right-bottom #cart-click {
		display: inline-block;
		background: #4b4b4b;
		padding: 5px 10px;
		border-radius: 5px;
		color: white;
	}

		.menu-right-bottom #search i, .menu-right-bottom #cart-click i {
			color: white !important;
		}

	.menu-right-bottom #cart-click {
		float: left;
		margin-right: 5px;
	}

		.menu-right-bottom #cart-click:hover {
			display: block;
			background: #fe5252;
			padding: 5px 10px;
			border-radius: 5px;
		}

	.menu-right-bottom #search:hover {
		display: inline-block;
		background: #fe5252;
		padding: 5px 10px;
		border-radius: 5px;
	}

.relative-sub3 {
	position: relative;
	padding: 5px 0px;
	border-top: 1px solid #FFFFFF;
	text-align: left;
}

.sub3-ddmenu {
	position: absolute;
	width: 100%;
	background: #ffffff;
	left: 199px;
	top: 0px;
	display: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	padding-top: 5px;
}

.relative-sub3:hover .sub3-ddmenu {
	display: block;
}

	.relative-sub3:hover .sub3-ddmenu:before {
		border: 1px solid;
		border-color: #ddd transparent transparent #ddd;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		content: "";
		height: 7px;
		width: 7px;
		left: 1px;
		pointer-events: none;
		position: absolute;
		z-index: 1000;
		margin-left: -6px;
		background: #ffffff;
		top: 5px;
	}
/*************** SEARCH ********************/
.wrap-search-home {
	display: none;
}

	.wrap-search-home.show-search {
		display: inline-block;
		float: left;
		margin-right: 5px;
		background: #fff;
		padding-right: 10px;
	}

	.wrap-search-home .search-input {
		height: 40px;
		border: 1px solid #f0f0f0;
		padding: 5px 0px 5px 15px;
		width: 257px;
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
	}

		.wrap-search-home .search-input:focus, .wrap-search-home .search-button:focus {
			outline: none;
		}

	.wrap-search-home .search-button {
		border: none;
		padding: 5px;
		border-radius: 5px 0px 0px 5px;
		background: #fe5252;
		color: white;
		position: relative;
		left: 10px;
		top: 1px;
		width: 50px;
		display: none;
	}

		.wrap-search-home .search-button:hover {
			background: #FA1C1C;
		}

.title-search {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0px;
}

#layout-page-search {
	text-align: center;
	min-height: 300px;
	padding: 10px 0px;
}

.text-search-error {
	font-size: 23px;
}

#layout-page-search .btn-search {
	background: #fe5252;
	border-radius: 0px 5px 5px 0px;
	position: relative;
	left: -5px;
	top: -1px;
	height: 35px;
}

#layout-page-search .search-query {
	height: 35px;
	width: 50%;
	border: 1px solid #ddd;
	padding: 5px;
}

#layout-page-search .form-inline {
	margin-top: 10px;
}

#layout-page-search .btn-search span {
	color: white;
}

#layout-page-search .pagination-list {
	display: inline-block;
}

#layout-page-search li {
	float: left;
	margin-right: 5px;
	color: #888;
}

#layout-page-search .hidden-phone.current a {
	color: #fe5252;
}

#layout-page-search .hidden-phone a {
	color: #666;
}
/**************** SEARCH MOBILE ************************/
.wrap-mobile-search {
	height: 45px;
}
/**************** MENU ************************************/
#wrap-header-mobile {
	display: none;
}

.header-mobile-center {
	z-index: 1;
}

	.header-mobile-center a {
		display: inline-block;
		width: 100%;
		text-align: center;
		/* padding: 2px; */
	}

	.header-mobile-center img {
		margin: 7px auto;
		height: 50px;
		width: auto;
		/* margin-left: 70px; */
	}

header #menu .bg > ul, header .trigger-collection > ul {
	padding-left: 5px
}

	header #menu .bg > ul > li, header .trigger-collection > ul > li {
		float: left;
		position: relative;
		border-right: 1px solid #fff;
	}

		header #menu .bg > ul > li > a, header .trigger-collection > ul > li > a {
			text-transform: uppercase;
			color: #fff !important;
			line-height: 35px;
			display: inline-block;
			font-weight: bold;
			font-size: 13px;
			font-family: 'Open Sans', sans-serif
		}

		header #menu .bg > ul > li > ul, header #menu .bg > ul > li .subnav_menu {
			position: absolute;
			min-width: 200px;
			top: 45px;
			left: 0px;
			background: #ffffff;
			opacity: 0;
			-moz-transform: translateY(50px);
			-webkit-transform: translateY(50px);
			transform: translateY(50px);
			visibility: hidden;
			z-index: 999;
			padding: 0px 0;
			transition: all linear .2s;
			box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		}

			header #menu .bg > ul > li > ul:before, header #menu .bg > ul > li .subnav_menu:before {
				border-color: #ddd transparent transparent #ddd;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				transform: rotate(45deg);
				content: "";
				height: 7px;
				width: 7px;
				left: 20px;
				pointer-events: none;
				position: absolute;
				z-index: 1000;
				margin-left: -6px;
				background: none;
				top: -8px;
			}

		header #menu .bg > ul > li:hover ul, header #menu .bg > ul > li:hover .subnav_menu {
			opacity: 1;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			transform: translateY(0px);
			visibility: visible;
			background: #ff7d3c;
		}

		header #menu .bg > ul > li > ul > li > a, header #menu .bg > ul > li .subcol_list ul > li > a {
			font-size: 16px;
			font-weight: 300;
			padding: 4px 7px;
			color: #121212;
			display: inline-block
		}

		header #menu .bg > ul > li .subnav_menu p, header #menu .bg > ul > li .subnav_menu span {
			padding: 4px 7px;
			display: inline-block
		}

		header #menu .bg > ul > li .subnav_menu span {
			font-size: 16px;
			font-weight: 300;
			font-family: 'Open Sans', sans-serif
		}

		header #menu .bg > ul > li .subnav_menu a {
			color: #383838
		}

		header #menu .bg > ul > li .subnav_menu h3 {
			font-size: 14px;
			margin-top: 10px;
			font-style: italic;
			font-family: 'Open Sans', sans-serif
		}

header #menu .icon-shop {
	float: right;
	height: 35px;
	width: 90px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif
}

	header #menu .icon-shop a {
		display: block;
		height: 100%;
		color: #383838;
		margin-top: 8px;
		text-transform: uppercase;
		text-align: right
	}

	header #menu .icon-shop img {
		display: inline-blockl;
		margin: 0 5px 0 0
	}

header #menu .bg > ul > li:last-child, header .trigger-collection > ul > li {
	float: left;
	margin-right: 0;
}

	header #menu .bg > ul > li:last-child > a, header .trigger-collection > ul > li > a {
		background: none;
		color: #fff;
		padding: 0px 16px 0px 0px;
		border-radius: 4px 4px 0 0;
	}

		header #menu .bg > ul > li:last-child > a > span, header .trigger-collection > ul > li > a > span {
			padding-left: 15px;
			padding-right: 7px;
		}
/*MENU 2*/
header .menu-2 {
	min-height: 48px;
	line-height: 48px;
	background: #5a5959;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

	header .menu-2 ul {
		float: right;
	}

		header .menu-2 ul li {
			float: left;
		}

			header .menu-2 ul li:hover {
				background: #FFA99F;
			}

			header .menu-2 ul li a {
				font-size: 14px;
				color: #f0f0f0;
				font-weight: 600;
				padding: 24px 22px;
			}

			header .menu-2 ul li:last-child a {
				padding-right: 30px;
			}

#menu ul#ddmenu {
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
	background: #0967a3;
}

	#menu ul#ddmenu li.menu-item a {
		padding: 5px 25px;
	}

	#menu ul#ddmenu li.menu-item:hover a {
		background: none;
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
	}

.menu-left-bottom #menu ul#ddmenu li.menu-item a:hover {
	color: #fff !important;
}

#menu ul#ddmenu li.menu-item .subcol_list ul li a {
	box-shadow: none;
	color: #fff !important;
	font-family: arial;
}

.list-cart-search ul li#cart span {
	position: relative;
	top: 5px;
	color: #888;
	font-weight: bold;
}

.table-cart-home {
	float: left;
	background: white;
	padding: 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	position: absolute;
	z-index: 99;
	right: 0px;
	border-top: 5px solid #fe5252;
	display: none;
	opacity: 0.96;
}

	.table-cart-home.show-table {
		display: block;
		transition: 1s;
	}

	.table-cart-home:before {
		border: 1px solid;
		border-color: #fe5252 transparent transparent #fe5252;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		height: 8px;
		width: 8px;
		right: 50px;
		pointer-events: none;
		position: absolute;
		z-index: 1000;
		margin-left: -6px;
		background: #fe5252;
		top: -9px;
	}

	.table-cart-home ul {
		display: inline-block;
		width: 350px;
	}

		.table-cart-home ul li {
			display: inline-block;
			width: 100%;
			border-bottom: 1px dotted #ddd;
			padding-top: 10px;
			padding-bottom: 5px;
		}

			.table-cart-home ul li.toal-cart {
				border-bottom: none;
				background: #f0f0f0;
				padding: 15px;
				border-bottom: 1px solid #e0e0e0;
				border-top: 1px solid #e0e0e0;
			}

			.table-cart-home ul li:last-child {
				border-bottom: none;
			}

			.table-cart-home ul li.view-cart .cart-wrap span {
				background: #d7d7d7;
				padding: 10px 20px;
				color: white;
				display: inline-block;
				width: 48%;
				float: left;
				text-align: center;
				border-radius: 5px;
			}

			.table-cart-home ul li.view-cart .checkout-wrap span {
				color: white;
				display: inline-block;
				float: right;
				width: 48%;
				text-align: center;
				padding: 10px 20px;
				background: #d7d7d7 url('icon-check-out.png') no-repeat center right;
				background-position: 92%;
				border-radius: 5px;
			}

				.table-cart-home ul li.view-cart .checkout-wrap span:hover {
					background: #fe6c6c url('icon-check-out.png') no-repeat center right;
					background-position: 92%;
				}

			.table-cart-home ul li.view-cart .cart-wrap span:hover {
				background: #fe6c6c;
			}

			.table-cart-home ul li div.div-price span {
				display: inline-block;
				width: 100%;
				text-align: center;
			}

			.table-cart-home ul li h4 {
				margin: 0px;
			}

	.table-cart-home .delete i {
		color: black;
	}

.header-mobile-right {
	margin-top: 10px;
}

	.header-mobile-right span {
		display: block;
		padding: 5px 2px;
		border-radius: 5px;
		color: #fe5252;
		float: right;
		font-size: 18px;
	}

.table-cart-home ul li .variant_title {
	color: #fe5252;
	font-weight: bold;
}

.table-cart-home ul li .number span.color {
	color: #fe5252;
	font-weight: bold;
}

.table-cart-home .cart-wrap div {
	text-align: right;
}

.table-cart-home .cart-wrap {
	padding: 0px !important;
	margin-top: 5px;
}

	.table-cart-home .cart-wrap div .button-default {
		background: #fe5252;
		border: none;
		padding: 8px 12px;
		color: white !important;
		border-radius: 5px;
	}

		.table-cart-home .cart-wrap div .button-default:hover {
			background: #FA1C1C;
		}

.table-cart-home .out-button span {
	padding: 4px 0px;
	background: #f0f0f0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}

	.table-cart-home .out-button span a {
		color: black !important;
	}

	.table-cart-home .out-button span:hover {
		cursor: pointer;
	}
/**************** END -> MENU  ****************************/
/******** SLIDER *********/
.wrap-img {
	z-index: 1;
}

#wrap-slider img {
	width: 100%;
	z-index: -1;
}

.text-slider {
	position: absolute;
	bottom: 100px;
	right: 50px;
}

	.text-slider h3 {
		color: #ff5757;
		text-transform: uppercase;
		font-weight: bold;
	}

	.text-slider p {
		color: #4b4b4b;
	}

#wrap-slider .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 45%;
}

	#wrap-slider .owl-controls .owl-page span {
		background: white;
	}
/************* ARTICLE ***********/
#layout-page-article {
	padding-top: 30px;
}

	#layout-page-article .padding_none {
		padding: 0px !important;
	}

.title-article {
	margin-top: 0px;
	margin-bottom: 5px;
}

#layout-page-article .entry-meta {
	margin-bottom: 10px;
	display: inline-block;
}

	#layout-page-article .entry-meta .author {
		margin-right: 15px;
	}

		#layout-page-article .entry-meta .author a {
			color: #333
		}

.wrap-comment-blog, .wrap-comment-blog #comments {
	padding: 0px !important;
}

	.wrap-comment-blog #comments .comment_form input {
		height: 40px;
		padding: 5px;
		display: block;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		width: 50%;
	}

	.wrap-comment-blog #comments .comment_form #comment_body {
		border: 1px solid #ccc;
		padding: 5px;
		width: 70%;
	}

	.wrap-comment-blog #comments .comment_form {
		margin-bottom: 15px;
	}

		.wrap-comment-blog #comments .comment_form #comment-submit {
			margin-top: 5px;
			background: #fe5252;
			color: white;
			border: none;
		}

.title-bl h2, .title-comment-blog {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.wrap-comment-blog #binhluan {
	margin-bottom: 10px;
}

	.wrap-comment-blog #binhluan .border-bottom {
		border-bottom: 1px dotted #f0f0f0;
		padding-bottom: 5px;
	}

	.wrap-comment-blog #binhluan .author {
		font-size: 14px;
	}

		.wrap-comment-blog #binhluan .author .date {
			float: right;
			font-style: italic;
			color: #888;
		}
/************* BLOG **************/
#wrap-page-blog ul.pagination-list {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}

	#wrap-page-blog ul.pagination-list li {
		float: left;
		margin-right: 10px;
	}

		#wrap-page-blog ul.pagination-list li.current a {
			color: #fe5252;
		}

		#wrap-page-blog ul.pagination-list li a {
			color: black;
		}

#content-blog {
	padding: 50px 0px;
}

.box-blog-img-left img {
	width: 100%;
}

.box-blog-img-left {
	padding-left: 0px !important;
}

.sidebar-right-blog .widget-title {
	background: #f9f9f9;
	padding: 10px;
	margin-top: 0px;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #333333;
	display: inline-block;
	width: 100%;
}

.sidebar-right-blog .media-list {
	border: 1px solid #f9f9f9;
	padding: 20px 15px;
}

.sidebar-right-blog ul.media-list li a {
	color: #303030;
}

.colum-right-blog .entry-title {
	margin: 0px;
}

	.colum-right-blog .entry-title a {
		font-size: 22px;
		color: #303030;
		display: inherit;
	}

.colum-right-blog .author a {
	color: #303030;
}

.colum-right-blog .author {
	margin-right: 15px;
}

.colum-right-blog .entry-meta {
	margin-bottom: 10px;
	margin-top: 5px;
}

.sb-right-blog-img {
	padding: 0px !important;
}

	.sb-right-blog-img img {
		width: 100%;
	}

#content-blog .box-blog .format-standard {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #f0f0f0;
	padding-bottom: 15px;
}

#layout-page-article .box-blog .entry-meta span {
	float: left;
	margin-right: 15px;
}

#layout-page-article .box-blog .comment a {
	color: #333;
}

#layout-page-article .box-blog .comment span {
	float: right !important;
	margin-left: 5px;
}

#content-blog .readmore a {
	color: #000000;
}

	#content-blog .readmore a:hover {
		color: #000000;
	}
/************* CONNTENT ***********/
#wrap-content-top {
	border-top: 3px solid #655AB4;
	padding-top: 15px;
}

.wrap-box-center .owl-controls .owl-prev, .wrap-box-center .owl-controls .owl-next {
	width: 30px;
	height: 25px;
	border-radius: 50%;
}

	.wrap-box-center .owl-controls .owl-prev:hover, .wrap-box-center .owl-controls .owl-next:hover {
		background: none;
	}

	.wrap-box-center .owl-controls .owl-prev i, .wrap-box-center .owl-controls .owl-next i {
		padding-top: 4px;
	}

.list-content-top img {
	padding: 3px;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 1px 2px #f6f6f6;
	width: 100%;
}

.list-content-center img {
	float: left;
	width: 130px;
	height: 150px;
	margin-right: 10px;
	border: none;
	padding: 3px;
}

h3.title-box-home {
	text-transform: uppercase;
	font-size: 14px;
	color: #5d5d5d;
}

.list-content-center {
	position: relative;
	overflow: hidden;
}

.price-content-center {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	text-align: center;
	opacity: 1;
	transition: 1s;
}

.wrap-addcard {
	background: white;
	padding: 15px;
	position: relative;
	z-index: 1;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

	.wrap-addcard span {
		background: #CA3495;
		line-height: 32px;
		padding: 0 20px;
		display: block;
		text-transform: uppercase;
		color: #787878;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 16px;
		-webkit-transition: all 0.3s ease-out;
		opacity: 1;
	}

		.wrap-addcard span:hover {
			background: #56bc9a;
			color: #fff;
			border: 1px solid #56bc9a;
		}

		.wrap-addcard span a, .listing-price .buy a {
			color: white;
		}

	.wrap-addcard h4 a {
		color: #666;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px !important;
	}

.icon-card {
	background: url('icon-card.png') no-repeat center left;
	width: 27px;
	height: 24px;
	display: inline-block;
}

.wrap-addcard span a, .wrap-addcard span {
	display: inline-block;
	color: #fff !important;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 3px;
}

	.wrap-addcard span a:hover {
		text-decoration: none;
		color: #fff !important;
	}

.wrap-addcard h4 {
	margin-top: 0px;
	color: #808080;
	display: inline-block;
	padding-bottom: 5px;
	width: 100%;
}

.wrap-price {
	background: #E05CA2;
	border-radius: 50%;
	height: 88px;
	width: 90px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
	top: 25px;
	opacity: 0.85;
}

	.wrap-price span {
		display: block;
		top: 25px;
		position: relative;
		color: white;
		font-weight: 700;
	}

		.wrap-price span del {
			color: #f6f6f6;
			font-size: 12px;
			font-style: italic;
		}

.wrap-border-content-center {
	padding: 5px;
	margin-bottom: 0px;
	position: relative;
	min-height: 260px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}


.sales {
	position: absolute;
	top: -50px;
	left: -45px;
	background: red;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	padding: 60px 70px 10px 35px;
	box-shadow: 0px 0px 5px #888;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
}

	.sales span {
		color: white;
		font-weight: bold;
	}

.wrap-border-content-center:hover .price-content-center {
	opacity: 1;
	z-index: 3;
}

.wrap-border-content-center:hover .sales {
	opacity: 1;
	z-index: 3;
}

.wrap-border-content-center:hover .wrap-addcard span {
	opacity: 1;
	z-index: 3;
	background: #F34CAA;
	color: #fff;
	border: 1px solid #e1e1e1;
}

#wrap-content-center .wrap-box-padding {
	padding: 12px !important;
}

#wrap-content-center h3.title-box-home {
	padding: 25px 0px 25px 20px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	color: #CA3495;
	margin: 0;
	line-height: 40px;
	font-weight: 400;
	padding: 0 10px;
	border: 1px solid #655AB4;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#wrap-content-bottom .wrap-box-padding {
	padding: 5px !important;
}

.wrap-box-padding {
	padding: 15px 0px 5px 15px !important;
	display: inline-block;
}

.wrap-box-center .owl-controls {
	position: absolute;
	top: 110px;
	width: 100%;
}

#wrap-content-bottom .container {
	padding: 10px 30px;
}

#wrap-content-bottom h3.title-box-home {
	padding: 25px 0px 25px 20px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	color: #adadad;
	margin: 0;
	line-height: 40px;
	font-weight: 400;
	padding: 0 10px;
	border: 1px solid #756CBC;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
/************** FOOTER ***************/
.face-content {
	text-align: center;
}

#newsletter-signup .form-control {
	width: 100%;
	float: left;
	border-radius: 0px;
	border: 1px solid #f0f0f0;
	height: 35px;
}

#newsletter-signup .theme_button {
	background: url(img/check-mail.png) no-repeat 7px 4px;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	position: relative;
}

	#newsletter-signup .theme_button:hover {
	}

#wrap-footer-top {
	background: #0967a3;
	border-top: 1px solid #e3e3e3;
	/* display: inline-block; */
	width: 100%;
	padding-bottom: 45px;
	padding-top: 15px;
}

.title-footer {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
}

.line-footer {
	background: url('line-footer.png') center center;
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-bottom: 15px;
}

.box-footer-top ul li a {
	color: #fff !important;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	font-weight: 300;
}

.box-footer-top ul li:hover a {
	color: #ff4d4d;
	text-decoration: none;
}

.box-footer-top ul {
	margin-left: 15px;
}

	.box-footer-top ul li {
		list-style-image: url('img/icon-f.png');
		color: #fff;
		line-height: 2;
		font-weight: 300;
	}

		.box-footer-top ul li:hover {
			list-style-image: url('img/icon-hv-ul.png');
		}

#wrap-footer-bottom {
	background: #fff;
}

	#wrap-footer-bottom .pull-left {
		color: #7e7e7e;
		height: 70px;
		padding-top: 15px;
		padding-left: 15px;
	}

		#wrap-footer-bottom .pull-left p a {
			color: #d34d4d;
		}

	#wrap-footer-bottom .pull-right ul {
		height: 70px;
		padding-top: 15px;
		padding-right: 15px;
	}

		#wrap-footer-bottom .pull-right ul li {
			float: left;
			margin-right: 10px;
		}

			#wrap-footer-bottom .pull-right ul li a {
				color: #595959;
				font-size: 24px;
			}

			#wrap-footer-bottom .pull-right ul li:hover a {
				color: #fe5252;
			}

#click-sub-menu-left span {
	margin-right: 15px;
}

.level2 .sub-menu-left {
	margin-left: 10px !important;
}

	.level2 .sub-menu-left.sub-block {
		display: block;
		margin: 10px 0px 0px 15px;
	}

.level2.open .sub-menu-left {
	display: block;
	margin-left: 15px;
	margin-top: 10px;
}

.level2.open #click-sub-menu-left i {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/************ COLLECTION LISTING ************/
.listing-img {
	border: 1px solid #f9f9f9;
	padding: 5px !important;
}

.listing-cotnent h4.title-cotnent-listing {
	margin: 0px;
	text-transform: uppercase;
	line-height: 25px;
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}

	.listing-cotnent h4.title-cotnent-listing a {
		color: #4b4b4b;
	}

.listing-price .price {
	color: #fe5252;
	font-weight: bold;
	font-size: 18px;
}

.listing-price .price-del {
	font-size: 16px;
	font-style: italic;
	color: #fe5252;
}

.listing-price span {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.listing-price .buy a {
	color: white;
	background: #ffffff;
	line-height: 32px;
	padding: 0 20px;
	display: block;
	text-transform: uppercase;
	color: #787878;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease-out;
	opacity: 1;
}

	.listing-price .buy a:hover {
		color: white !important;
		background: #56bc9a;
	}

.listing-img .sales-l {
	position: absolute;
	top: 5px;
	right: 5px;
	background: red;
	padding: 5px;
	border-radius: 5px;
}

	.listing-img .sales-l span {
		color: white;
	}
/************ COLLECTION ***************/
/************ SLIDER COLLECTION ****************/
/***** ACCORDION ******/
.easy-accordion {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

	.easy-accordion dt, .easy-accordion dd {
		margin: 0;
		padding: 0
	}

	.easy-accordion dt, .easy-accordion dd {
		position: absolute
	}

	.easy-accordion dt {
		margin-bottom: 0;
		margin-left: 0;
		z-index: 5; /* Safari */
		-webkit-transform: rotate(-90deg); /* Firefox */
		-moz-transform: rotate(-90deg);
		-moz-transform-origin: 20px 0px; /* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		cursor: pointer;
	}

	.easy-accordion dd {
		z-index: 1;
		opacity: 0;
		overflow: hidden
	}

		.easy-accordion dd.active {
			opacity: 1;
		}

		.easy-accordion dd.no-more-active {
			z-index: 2;
			opacity: 1
		}

		.easy-accordion dd.active {
			z-index: 3
		}

		.easy-accordion dd.plus {
			z-index: 4
		}

	.easy-accordion .slide-number {
		position: absolute;
		bottom: 0;
		left: 10px;
		font-weight: normal;
		font-size: 1.1em; /* Safari */
		-webkit-transform: rotate(90deg); /* Firefox */
		-moz-transform: rotate(90deg); /* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	}

dd p {
	position: absolute;
	bottom: 15px;
	left: 0px;
	padding: 0px 15px;
}

#accordion {
	width: 100%;
	height: 245px;
	padding: 0px;
	background: #fff;
	margin-bottom: 30px;
}

	#accordion dl {
		width: 100%;
		height: 245px
	}

	#accordion dt {
		height: 60px;
		line-height: 46px;
		text-align: right;
		padding: 0 15px 0 0;
		border-top: 1px solid white;
		font-size: 13px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		background-color: #fe5252;
		color: #ffffff
	}

		#accordion dt.active {
			cursor: pointer;
			color: #fff;
			background: #fe5252
		}

		#accordion dt.hover {
			color: #423030;
			background: #fe6b6b
		}

	#accordion dd {
		background-color: white;
		border-left: 0;
		margin-right: 3px;
		height: 100% !important;
		padding: 8px 0px 7px 0px
	}

		#accordion dd p {
			font-size: 20px;
			text-transform: uppercase;
			color: white;
		}

	#accordion .slide-number {
		color: #68889b;
		left: 10px;
		font-weight: bold
	}

	#accordion .active .slide-number {
		color: #fff;
	}

	#accordion dd img {
		float: left;
		display: inline-block;
		height: 100%;
		width: 100%;
	}

	#accordion h3 {
		margin: 0px 40px 5px 10px;
	}

		#accordion h3 a {
			font-size: 18px;
			margin-top: 0px
		}

			#accordion h3 a:hover {
				text-decoration: underline;
			}

	#accordion .more {
		padding-top: 10px;
		display: block
	}

	#accordion a.more:hover {
		text-decoration: underline;
	}
/*************************************/
.slider-collection {
	padding-left: 15px;
}

.wrap-collection-list {
	padding: 30px 0px;
}

.text-right-collection span {
	display: block;
}

.align-center-collection {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

#wrap-breadcrumbs {
	background: #f4f4f4;
	height: 40px;
}

#wrap-collection {
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	padding-top: 30px;
}

.content-collection {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.title-left-collection {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin: 0px 0 0px 0;
	line-height: 40px;
	width: 100%;
	font-weight: bold;
	padding: 0 1px 0 9px;
	/* background: url(img/tabr.png) #3baf62 no-repeat right; */
	text-align: left;
	background: #4A97D2;
}

.list-left-collection {
	border: 1px solid #e1e1e1;
}

	.list-left-collection li a {
		color: #666666;
		font-size: 14px;
		background: url(img/ico.png) no-repeat left;
		padding-left: 10px;
	}

	.list-left-collection li {
		font-size: 14px;
		color: #6d6d6d;
		line-height: 39px;
		text-transform: capitalize;
		font-weight: 300;
		position: relative;
		/* text-align: right; */
		border-bottom: 1px solid #ddd;
		padding-left: 9px;
	}

		.list-left-collection li:hover {
			color: #0967A3;
		}

.box-side-collection {
	margin-bottom: 20px;
}

.list-product-collection {
	display: inline-block;
}

	.list-product-collection li {
		float: left;
		margin-bottom: 10px;
		border-bottom: 1px dotted #f0f0f0;
		padding-bottom: 10px;
	}

		.list-product-collection li:last-child {
			border-bottom: none;
		}

.img-left-collection {
	padding: 0px !important;
}

	.img-left-collection img {
		padding: 5px;
		border: 1px solid #f0f0f0;
	}

	.img-left-collection span {
		position: absolute;
		top: 6px;
		right: 6px;
		color: red;
		font-weight: bold;
	}

.text-right-collection a {
	color: #666;
	display: block;
	font-weight: 300;
}

.price {
	color: #fe5252;
	font-weight: 500;
}

.list-left-right-collection ul {
	position: absolute;
	right: 0px;
	top: 5px;
}

	.list-left-right-collection ul li {
		float: left;
		margin-right: 15px;
		font-weight: 300;
	}

		.list-left-right-collection ul li a {
			color: #666;
		}

.hidden-phone.current a {
	color: #fe5252 !important;
}

.pagination-list i {
	width: 20px;
	height: 20px;
	background: #fe5252;
	color: white;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	padding-right: 2px;
}

	.pagination-list i.fa.fa-chevron-right {
		padding-right: 0px;
	}

	.pagination-list i:hover {
		background: #666;
		color: white;
	}

.list-left-center-collection {
	text-align: right;
}

	.list-left-center-collection .sort-by {
		padding: 0 15px;
		margin: 0;
		border-radius: 15px;
		vertical-align: middle;
		height: 28px;
		display: inline-block;
		font-size: 14px;
		border: 1px solid #e5e5e5;
		font-weight: 300;
		width: 200px;
	}

.list-left-top-collection ul {
	display: inline-block;
}

	.list-left-top-collection ul li {
		float: left;
		margin-right: 15px;
	}

		.list-left-top-collection ul li a {
			color: #6d6d6d;
		}

		.list-left-top-collection ul li.active a {
			color: #fe5252;
		}
/********** PRODUCT *************/
#wrap-product, #wrap-collection, #layout-page-search, #page-contact {
	padding-top: 15px;
	box-shadow: 0px 1px 4px #ccc;
}

.product-slider-right h4 {
	text-transform: uppercase;
	color: #4b4b4b;
	line-height: 25px;
	font-size: 24px;
	font-weight: 600;
}

.wrap-box-product-right {
	padding: 0px !important;
}

.product-slider-left {
	padding: 0px !important;
}

	.product-slider-left .galleria-theme-classic .galleria-thumbnails-container,
	.product-slider-left .galleria-theme-classic .galleria-stage {
		left: 0px;
	}

.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
	margin: 0px !important;
}

#detail-des {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.detail-des-left .tab-content {
	border: 1px solid #f0f0f0;
	padding: 15px;
}

#detail-tab-left {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

	#detail-tab-left .tab-content {
		border: 1px solid #f9f9f9;
	}

	#detail-tab-left li {
		float: left;
		margin-right: 15px;
	}

		#detail-tab-left li a {
			color: white;
			font-size: 16px;
			text-transform: uppercase;
			display: inline-block;
			color: #373737;
			margin: 10px 0 0px 0;
			line-height: 40px;
			font-weight: 400;
			border: 1px solid #ddd;
			border-radius: 20px;
			padding: 0 15px 0 15px;
		}

		#detail-tab-left li.active a {
			background: white;
			text-decoration: none;
			color: #fe5252;
		}

		#detail-tab-left li:hover a {
			background: white;
		}

.list-variant {
	display: inline-block;
	margin: 10px 0px;
	border-top: 1px dotted #ddd;
	width: 100%;
	padding-top: 20px;
}

#list-price-cart {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

	.list-variant li, #list-price-cart li,
	.selector-wrapper {
		width: 47%;
		float: left;
		margin-right: 10px
	}

		.list-variant li:last-child, #list-price-cart li:last-child {
			text-align: right;
		}

#addToCartForm .selector-wrapper {
	text-align: left;
}

	#addToCartForm .selector-wrapper:nth-child(2n+1) {
		text-align: right;
	}

.number-info-variant {
	color: #fe5252;
}

.list-variant li input#quantity {
	width: 50px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 5px 0px;
}

.list-variant li .title-info-variant, .list-variant li .quantity-selector,
.selector-wrapper label {
	color: #888;
	font-weight: 300;
	margin-right: 10px;
}

#our_price_display {
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
}

	#our_price_display del {
		font-size: 16px;
		font-style: italic;
		font-weight: 300;
		color: #b0b0b0 !important;
	}

.single-option-selector {
	background: url("select-detail.png") no-repeat scroll right center #F7F7F7;
	border: 1px solid #DBDBDB;
	color: #595959;
	height: 34px;
	padding: 6px 27px 6px 8px;
	text-indent: 0.01px;
	text-overflow: "";
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	margin-bottom: 10px;
}

#BulkDiscount #addToCart {
	background: #fe5252;
	line-height: 30px;
	padding: 7px 25px;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	/* border: 1px solid #ddd; */
	border-radius: 24px;
}

#addToCartText i {
	color: white;
	margin-right: 10px;
}

#BulkDiscount #addToCart:hover {
	background: #fa1c1c;
}

	#BulkDiscount #addToCart:hover i {
		color: white;
	}

.wrap-tags {
	background: #fe5252;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

	.wrap-tags:hover {
		background: #d3d3d3;
	}

	.wrap-tags a {
		color: white !important;
	}

	.wrap-tags:hover a {
		color: white !important;
	}

#binhluan-product .container-fluid {
	padding: 0px !important;
}
/*************** CONTACT ****************/
.information-contact {
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: #6d6d6d;
	font-weight: bold;
}

.contact-form .form-group input {
	font-size: 13px;
	border-radius: 0px;
	width: 50%;
}

.contact-form .form-group textarea {
	border-radius: 0px;
}

.contact-form .btn-primary.lienhe {
	float: right;
	background: #fe6b6b;
	color: white;
	border-radius: 5px;
	border: none;
	margin-bottom: 15px;
}

	.contact-form .btn-primary.lienhe:hover {
		background: #ff4d4d;
	}
/**************** LOGIN *****************/
#layout-page-search .content-product-list {
	width: 100%;
	border: none;
}

.list-menu-login {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	list-style: none;
}

	.list-menu-login li {
		float: left;
		margin-right: 5px;
		margin-left: 10px;
		margin-bottom: 0px;
		padding: 15px 0px 12px 0px;
	}

	.list-menu-login i {
		color: #ffffff;
	}

	.list-menu-login li a {
		color: #737373;
	}

#layout-page-login, #layout-page-register, #customer-activate, #customer-reset-password {
	width: 270px;
	margin: 0px auto;
	min-height: 350px;
	padding-top: 30px;
}

	#layout-page-login .input-group, #layout-page-register .input-group, #customer-activate .input-group,
	#customer-reset-password .input-group {
		margin-bottom: 10px;
		width: 270px;
	}

		#layout-page-login .input-group span, #layout-page-register .input-group span {
			width: 40px;
		}

	#layout-page-login .action_bottom input, #layout-page-register .action_bottom input,
	#customer-activate .action_bottom input, #customer-reset-password .action_bottom input {
		margin-bottom: 10px;
		background: #fe5252;
		color: white;
		padding: 10px;
	}

	#layout-page-login .action_bottom:hover input, #customer-activate .action_bottom:hover input,
	#customer-reset-password .action_bottom:hover input, #layout-page-register .action_bottom:hover input {
		text-decoration: none;
		background: #FF2626;
	}

#layout-page-address, #layout-page-account {
	min-height: 330px;
}

.title-customers, .title-register {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

#customer_orders {
	margin-top: 10px;
}

#customer_user table, #address_tables table, #layout-page-card table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#layout-page-card .variant_title {
	display: block;
	color: #fe5252;
}

#layout-page-card .cart-buttons #update-cart {
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left: 34px;
	background-color: #444;
	padding: 12px;
	border-radius: 6px;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	text-transform: none;
	text-align: center;
	width: 180px;
	font-size: 14px;
	border: none;
	margin-bottom: 5px;
}

	#layout-page-card .cart-buttons #update-cart:hover {
		background: black;
		color: white;
		background-repeat: no-repeat;
		background-position: 15px 10px;
	}

#layout-page-card .cart-buttons #checkout {
	background-color: #fe5252;
	padding: 12px;
	border-radius: 6px;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	text-transform: none;
	text-align: center;
	width: 180px;
	font-size: 14px;
	border: none;
	margin-bottom: 5px;
}

	#layout-page-card .cart-buttons #checkout:hover {
		background: #FA1C1C;
		color: white;
	}

#customer_orders table tr th, #customer_orders table tr td,
#customer_user table tr th, #customer_user table tr td,
#address_tables table tr th, #address_tables table tr td,
#layout-page-card table tr th, #layout-page-card table tr td,
#order_payment table tr th, #order_payment table tr td,
#order_shipping table tr th, #order_shipping table tr td,
#order_details table tr th, #order_details table tr td {
	padding: 10px 5px;
	border-right: 1px solid #f0f0f0;
	text-align: center;
}

#customer_orders table tr, #customer_user table tr, #address_tables table tr,
#layout-page-card table tr, #order_payment table tr, #order_shipping tr, #order_details table tr {
	border: 1px solid #f0f0f0;
}

#layout-page-card .inner-left {
	padding: 0px !important;
}

	#layout-page-card .inner-left #note {
		padding: 10px;
		border: 1px solid #ddd;
	}

#layout-page-card table tr td input.item-quantity {
	width: 50px;
	border: 1px solid #f0f0f0;
}

#layout-page-card table tr .price {
	color: black;
}

ul li.level0 ul.sub-menu-left {
	display: none;
}

ul li.level0.open ul.sub-menu-left {
	display: block;
}

.customer_address.edit_address .input-group .input-group-addon {
	width: 40px;
}

.customer_address.edit_address .input-group {
	margin-bottom: 5px;
	color: #333;
}

.customer_address.edit_address .action_bottom {
	margin-bottom: 10px;
}

	.customer_address.edit_address .action_bottom .btn {
		background: #333;
		color: white;
		padding: 10px;
	}

		.customer_address.edit_address .action_bottom .btn:hover {
			background: black;
		}

.search_bl {
	position: absolute;
	z-index: 9999;
}

.galleria-theme-classic img {
	left: 0px !important;
	padding: 3px;
	margin: 0px auto;
	position: relative !important;
}

.galleria-image-nav-right, .galleria-image-nav-left {
	width: 25px !important;
	height: 25px !important;
	background: #f0f0f0;
	border-radius: 50%;
}

.galleria-thumb-nav-right, .galleria-thumb-nav-left {
	background-color: #fe5252;
}

.wrap-addcard .buy-home a {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff !important;
}
/************* PAGE **************/
#layout-page-main {
	padding: 10px;
	min-height: 300px;
}
/************* CART **************/
.title-cart-home p span .item-quantity {
	width: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	text-align: center;
}

.img-cart-home {
	padding: 0px !important;
}

.title-cart-home h4 a {
	font-size: 14px;
	color: #888;
	font-weight: bold;
}

#cartformpage table thead tr {
	background: #f0f0f0;
}

	#cartformpage table thead tr th {
		font-size: 16px;
		font-weight: 400;
	}

#cartformpage table tbody tr:nth-child(2n+2) {
	background: #f9f9f9;
}

#cartformpage table tbody tr td.item {
	text-align: left !important;
}

	#cartformpage table tbody tr td.item a {
		font-weight: bold;
		padding-left: 15px;
		color: #5c5c5c;
	}

#cartformpage table tbody tr td.qty .cart i {
	color: black;
}

#cartformpage table tbody tr td.qty a.cart {
	margin-left: 5px;
}

#cartformpage table tbody tr td.qty input {
	text-align: center;
	border-radius: 5px;
}

#cartformpage table tbody tr td.item span {
	padding-left: 15px;
}

#cartformpage table .product_image img {
	padding: 3px;
	border: 1px solid #f0f0f0;
}

#layout-page-first {
	min-height: 300px;
}

.title-cart {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

#layout-page-card {
	padding: 20px 0px;
}

.breadcrumb {
	padding: 15px 10px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}

	.breadcrumb ul li a {
		color: #888;
		font-size: 15px;
		text-transform: capitalize;
		text-decoration: none;
		font-weight: 300;
	}

	.breadcrumb ul {
		padding: 0px 15px;
	}

		.breadcrumb ul li {
			float: left;
			margin-right: 15px;
			background: url('breadcrumb-list.png') no-repeat center right;
			padding-right: 20px;
			font-size: 15px;
		}

			.breadcrumb ul li:last-child {
				background: none;
				color: #fe5252;
				font-weight: 300;
			}

#featured-product ul.pagination-list {
	display: inline-block;
	width: 100%;
}

	#featured-product ul.pagination-list li {
		float: left;
		margin-right: 20px;
		font-size: 15px;
	}

	#featured-product ul.pagination-list i {
		width: 25px;
		height: 25px;
		line-height: 26px;
	}

	#featured-product ul.pagination-list .hidden-phone a {
		color: #333;
		font-weight: 300;
	}

	#featured-product ul.pagination-list .hidden-phone.current a {
		color: #fe5252;
	}

.wrap-add-address {
	margin-bottom: 15px;
	display: inline-block;
	background: #f0f0f0;
	color: white;
	padding: 10px 10px 0px 10px;
}

	.wrap-add-address a.add-new-address {
		color: #333;
		margin-bottom: 10px;
		display: block;
	}

	.wrap-add-address:hover {
		background: #EFEFEF;
	}

		.wrap-add-address:hover a.add-new-address {
			color: black !important;
		}

.customer_address.edit_address span {
	color: #333;
}

.title-order-date {
	font-size: 24px;
	text-align: center;
}

#layout-page-order h4 {
	font-size: 16px;
	text-align: center;
}

#layout-page-order .order_section_title, #order_details h3 {
	display: inline-block;
	font-size: 16px;
}

.sub-menu-left-3 {
	margin-left: 15px;
	margin-top: 5px;
	display: none;
}

.sub-menu-left .level1 .icon-right {
	margin-left: 15px;
}

.sub-menu-left li:last-child {
	margin-bottom: 0px;
}

.sub-menu-left-3 li:first-child {
	margin-top: 5px;
}

.level1 .icon-right, .level2 .icon-right {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.wrap-product-view .wrap-box-padding {
	display: none;
}

	.wrap-product-view .wrap-box-padding:last-child {
		display: block;
	}

#cd-search {
	position: absolute;
	bottom: -40px;
	z-index: 99999;
	right: 0px;
	width: 290px;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/***************** END LOGIN *****************/
@media screen and (max-width: 1023px) {
	.slider-collection {
		display: none;
	}

	.listing-img {
		text-align: center;
	}

		.listing-img img {
			display: inline-block;
		}

	.title-cotnent-listing {
		padding: 10px 0px;
	}

	.listing-cotnent, .product-slider-right {
		padding: 0px !important;
	}

	.text-right-collection {
		padding: 0px !important;
		margin-top: 5px;
	}

	.slider-box-product-right .slider-product-right-img .owl-item {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.list-left-center-collection .browse-tags {
		position: relative;
		left: -10px;
	}

		.list-left-center-collection .browse-tags span.title-count-s {
			display: none;
		}

	.wrap-border-content-center {
		height: auto !important;
		min-height: 260px;
	}

	.list-left-right-collection ul {
		width: 50%;
	}

	#BulkDiscount {
		text-align: center;
		margin-top: 20px;
	}

	#wrap-header-mobile.fixed {
		height: 55px !important;
	}

	.wrap-mobile-search.show-none {
		display: none !important;
	}

	#wrap-header, .side-collection-left {
		display: none;
	}

	.wrap-mobile-search {
		background: #eee;
	}

	#wrap-header-mobile {
		display: inline-block;
		width: 100%;
		height: auto;
		background: white;
		z-index: 9999;
		box-shadow: 0px 0px 5px #888;
	}

	.mobile-search-home .search-input {
		width: 100%;
		border: 1px solid #d7d7d7;
		padding: 5px 10px;
		margin-top: 6px;
	}

	.mobile-search-home [type=submit] {
		height: 30px;
		width: 30px;
		border: 0px;
		background: url(//hstatic.net/969/1000003969/1000045102/icon-search.png?v=34) no-repeat #fff;
		font-size: 0px;
		background-position: center;
		border-top: 7px solid rgba(255, 255, 255, 1);
		border-bottom: 7px solid rgba(255, 255, 255, 1);
		border-left: 1px solid #e3e3e3;
		position: absolute;
		right: 20px;
		top: 7px;
	}

	.colum-right-blog {
		padding: 0px !important;
		margin-top: 15px;
	}

	.list-variant li, #list-price-cart li, .selector-wrapper {
		width: 100% !important;
		float: none !important;
	}

		.list-variant li:last-child {
			text-align: left !important;
			margin-top: 15px;
		}

	#addToCartForm .selector-wrapper:nth-child(2n+1) {
		text-align: left;
	}
}

/*********** UPDATE *********/
.detail-des-left .tab-content img, .listing-cotnent img {
	max-width: 100%;
}

.listing-cotnent img {
	display: none;
}

body {
	background: url(//hstatic.net/385/1000031385/1000050128/wrap-bg-body.png?v=131) repeat;
}

.wrap-body {
	background: white;
}

@media screen and (min-width: 1023px) {
	.wrap-body {
	}

	.line-title {
		border-top: 1px solid #ddd;
		position: relative;
		bottom: -40px;
	}

	.line-title2 {
		border-top: 1px solid #ddd;
		position: relative;
		bottom: -20px;
	}
}

.title-count-s {
	text-transform: capitalize;
	color: #777;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
}

#binhluan-product h3 {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	color: #373737;
	margin: 10px 0 20px 0;
	line-height: 40px;
	font-weight: 400;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 15px 0 15px;
}

.box-product-right h3 {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	color: #373737;
	margin: 10px 0 20px 0;
	line-height: 40px;
	font-weight: 400;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 15px 0 15px;
}

.top-content-collection {
	overflow: hidden;
	margin: 0;
	padding: 1px 0;
	/* border-top: 1px solid #ddd; */
	border-bottom: 2px solid #4A97D2;
	padding-bottom: 5px;
}

.content-page h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.news_desc {
	font-weight: bold;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
}

.block-detail-head-date {
	background: url(img/1458139717_calendar.png) no-repeat;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	float: left;
	padding-left: 26px;
}

.block-detail-head-views {
	float: right;
	background: url(img/1458139677_icon-22-eye.png) no-repeat;
	padding-left: 24px;
}

img.image_fade {
	max-width: 100%;
}

.entry-title h2 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}

.entry-content {
	font-family: 'Open Sans', sans-serif;
}

a.more-link {
	color: #3baf62 !important;
	float: right;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
}

.entry {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.entry-meta li {
	line-height: 29px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}

.entry-meta {
	margin: 0;
}

.entry-title h2 a:hover {
	color: #3baf62 !important;
}

.breadcrumb > li > a:hover {
	color: #e97c91 !important;
}
.news_other ul{
	padding-left: 15px;
}
.news_other ul li{
	list-style-type: disc;
	color: #4A97D2;
}
a.nw_other {
	font-family: 'Open Sans', sans-serif;
	list-style-image: url('img/icon-hv-ul.png');
	padding-left: 0;
}

	a.nw_other:hover {
		color: #e97c91 !important;
	}

.n_other {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.contact {
	background-color: #fff;
	border: solid 1px #e4e4e4 !important;
	width: 100%;
	text-indent: 15px;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	border-radius: 0;
}

.btn_send {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 15px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

.button-default {
	background-color: #fe5252;
	padding: 12px;
	border-radius: 6px;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	text-transform: none;
	text-align: center;
	width: 180px;
	font-size: 13px;
	border: none;
	margin-bottom: 5px;
	border-radius: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.products-title {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.prod_key {
	padding: 6px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.dptime {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}

.status {
	padding: 6px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.product-price {
	padding: 6px 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

.prid_kv {
	font-weight: bold;
}

.product-price b {
	color: red;
}

.prod_kt {
}

#btnbuy {
	background: #fe5252;
	line-height: 30px;
	padding: 7px 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	/* border: 1px solid #ddd; */
	border-radius: 24px;
}

#product_quantity {
	border: 1px solid #e1e1e1;
	padding: 6px;
}

.minus {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 6px 12px;
}

.plus {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 6px 9px;
}

.product-quantity {
	padding: 8px 0px;
	float: left;
	margin-right: 20px;
}

#pnbuy {
	padding-top: 0;
}

.line-product {
	height: 20px;
}

#pncartdetail {
	font-family: 'Open Sans', sans-serif;
}

.lnkdel {
	color: red !important;
}

.btn-detail {
	background: #fe5252;
	line-height: 30px;
	padding: 7px 5px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 24px;
	float: left;
}

.tool_cart {
	text-align: center;
}

.tab-content {
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.sup_item {
}

.sup_item_img {
	float: left;
}

.sup_item_info {
	padding-bottom: 0px;
	display: inline-block;
	margin-bottom: 9px;
	padding-left: 10px;
}

.sup_name {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sup_dep {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.sup_phone {
	margin-bottom: 5px;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.sup_item_img img {
	width: 60px;
}

.d_page b {
	background: #0967a3;
	padding: 3px 12px 3px 16px;
	color: #fff;
	border-radius: 10px;
}

.d_page a {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 3px 18px 3px 20px;
	color: #333 !important;
	border-radius: 8px;
	margin-left: 5px;
}

	.d_page a:hover {
		background: #f0f0f0;
	}

.d_page {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.prdinfo {
	display: inline-block;
	width: 100%;
	padding-top: 30px;
}

.search-input-mobile {
	float: left;
	width: 89% !important;
}

.search-button-mobile {
	float: left;
	padding: 11px 5px 21px 25px;
	margin-top: 6px;
	background: url(img/search.png) no-repeat;
}

.wrap-addcard h4 a:hover {
	color: #CA3495 !important;
}

.title-box-home a {
	color: #D334A2 !important;
}

.title-box-home {
	padding: 25px 0px 25px 20px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	color: #CA3495;
	margin: 0;
	line-height: 40px;
	font-weight: 400;
	padding: 0 10px;
	border: 1px solid #655AB4;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.img-responsive-home {
}

.title_art {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.title_art_title {
}

.text-right-collection a:hover {
	color: #CA3495 !important;
}

.logo {
	padding: 0px !important;
}

.menu-main {
	background: #4A97D2;
	display: inline-block;
	width: 100%;
}

.relative-sub3:hover {
	background: #FB4C00;
}

header #menu .bg > ul > li:hover {
	background: #ff7d3c;
}

.search-btn {
	background: url(img/search.png) no-repeat;
	float: left;
	padding: 20px 20px;
}

.search-input {
	height: 33px;
	border: 1px solid #f0f0f0;
	padding: 5px 0px 5px 15px;
	width: 220px;
	float: left;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	font-family: arial;
	font-style: italic;
}

.col-md-search {
	margin-top: 5px;
}

.img-gioithieu img {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 2px;
	width: 100%;
}

.vtitle-gioithieu {
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	/* font-family: arial; */
	font-family: 'ARIALBD';
	color: #4A97D2!important;
}

.div-gioithieu {
	padding-left: 0px !important;
	font-family: arial;
	text-align: justify;
	font-size: 14px;
}

.div-gioithieu-title {
	border-bottom: 2px solid #c0bfbf;
	margin-bottom: 10px;
}

.div-dichvu-main {
	background: #f4f4f4;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

.container-gioithieu {
	margin-top: 40px;
}

a.gioi-thieu-xem-tiep {
	background: #4A97D2;
	color: #fff !important;
	padding: 5px 10px;
	float: left;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}

	a.gioi-thieu-xem-tiep:hover {
		background: #289AE2;
	}

a.vtitle-gioithieu:hover {
	color: #1C84C7 !important;
}

.col-md-6-img {
}

.owl-prev {
	float: left;
}

.owl-next {
	float: right;
}

.div-dichvu {
	text-align: center;
	background: url(img/tabline.png) #f4f4f4 no-repeat top center;
	padding-top: 50px;
	margin-top: 30px;
}

	.div-dichvu h2 {
		color: #fff;
		text-transform: uppercase;
		font-family: arial;
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 15px;
		font-family: 'ARIALBD';
		color: #4A97D2 !important;
	}
.div-dichvu-main a{
	overflow:hidden;
	/* float: left; */
}
.div-dichvu-main a:hover img{
	transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
}
.div-dichvu-main img {
	background: #fff;
	padding: 4px;
	margin-bottom: 0;
	height: 224px;
	width: 100%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.div-dichvu-block {
}

.div-dichvu p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: arial;
	padding: 0px 96px;
	line-height: 26px;
}

.div-dichvu-main h3 a {
	display: inline-block;
	width: 100%;
	color: #000000 !important;
	font-size: 18px;
	text-transform: uppercase;
	font-family: arial;
	margin-bottom: 15px;
	font-family: 'ARIAL';
}

img.img-responsive-chungnhan {
	width: 100%;
	height: 326px;
}

.container-news-videos {
	background: url(img/tabline-news-videos.png) #ffffff no-repeat top center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.news-items-index img {
	float: left;
	margin-right: 15px;
	width: 210px;
	height: 150px;
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.div-dichvu-main a:hover {
	text-decoration: underline;
	color: #3baf62 !important;
}

.news-items-index {
	display: inline-block;
	margin-bottom: 20px;
}

	.news-items-index a {
		color: #555 !important;
		font-size: 14px;
		font-weight: bold;
		font-family: arial;
		text-transform: uppercase;
	}

	.news-items-index p {
		font-family: arial;
		font-size: 14px;
		color: #555;
		text-align: justify;
		line-height: 22px;
	}

.news-items a {
	background: url(img/ico.png) no-repeat left;
	padding-left: 10px;
	color: #555 !important;
	font-family: arial;
	line-height: 27px;
}

	.news-items a:hover {
		color: #1C84C7 !important;
	}

.news-items-index a:hover {
	color: #1C84C7 !important;
}

.title-news {
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}

	.title-news a {
		font-family: arial;
		text-transform: uppercase;
		line-height: 38px;
		font-size: 22px;
		color: #555 !important;
	}

.col-md-6-videos iframe {
	width: 550px;
	height: 272px;
}

.doitac-main {
	/* background: url(img/tabline-news.jpg) #fff no-repeat center top; */
	text-align: center;
	padding-top: 40px;
	background: url(../images/bgsp.png) center center no-repeat;
	padding-bottom: 30px;
}

h2.doitac {
	text-transform: uppercase;
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: 'ARIALBD';
	color: #4A97D2!important;
	text-align: center;
}

img.replace-2x {
	background: red;
	/* padding: 4px; */
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	width: 90%;
	height: 80px;
}

.row-doitac .owl-wrapper-outer {
	/* background: #fff !important; */
}

.owl-pagination {
	display: none;
}

#manucarousel01 .owl-buttons {
	position: relative;
	top: -54px;
	z-index: 9999;
}
#manucarousel01 .owl-buttons .owl-prev i{
	
width: 32px;
}
	#manucarousel01 .owl-buttons .owl-prev {
		/* background: #3baf62; */
		/* padding: 10px 15px; */
		position: absolute;
		left: -11px;
		top: -39px;
		padding: 0;
	}
#manucarousel01 .owl-buttons .owl-next i{
	
width: 32px;
}
	#manucarousel01 .owl-buttons .owl-next {
		/* background: url(img/prev.png) no-repeat; */
		/* padding: 29px 9px 22px 9px; */
		position: absolute;
		right: -35px;
		/* background: #3baf62; */
		/* padding: 10px 15px; */
		/* top: 1%; */
		top: -39px;
		padding: 0;
	}

.box-footer-card {
	/*background: url(img/bak_maps.png) no-repeat;*/
	/* min-height: 400px !important; */
	/* padding: 0px 30px 0px 8px !important; */
}

	.box-footer-card h3 {
		margin: 0;
		line-height: 36px;
		padding-left: 5px;
	}

.box-footer-top {
	/*background:url(img/back_trogiup.png) no-repeat;*/
	/* min-height: 400px !important; */
}

	.box-footer-top h3 {
		margin: 0;
		line-height: 36px;
		padding-left: 5px;
	}

.container-footer {
	padding: 10px 0px 20px 0px;
}

.div-email {
	color: #fff;
	padding-right: 34px;
	padding-top: 7px;
	font-size: 14px;
}

.div-email-bot {
	color: #fff;
	padding-right: 34px;
	padding-top: 7px;
	font-size: 13px;
	font-style: italic;
}

.header-top {
	background: #626262;
	color: #fff;
	height: 30px;
	line-height: 28px;
}

.col-md-6-hotline p {
	background: url(img/call.png) no-repeat;
	float: right;
	padding-left: 26px;
	color: #FF7D3C;
	font-weight: bold;
}

.col-md-6-hotline b {
	color: #fff;
}

.fa-chevron-left {
	background: url(img/next.png) no-repeat;
	padding: 29px 9px 22px 9px;
	position: relative;
	top: 23px;
}

.fa-chevron-right {
	background: url(img/prev.png) no-repeat;
	padding: 29px 9px 22px 9px;
	position: relative;
	top: 23px;
	right: 30px;
}

.container-desc-products {
	padding: 0px 15px;
	padding-bottom: 20px;
}

.title-right-collection {
}

.row-cates {
	margin-left: -15px;
}

.browse-col-vname {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin: 0px 0 20px 0;
	line-height: 40px;
	width: 100%;
	font-weight: bold;
	padding: 6px 1px 6px 9px;
	background: url(img/tabr.png) #0967A3 no-repeat right;
	text-align: left;
}

	.browse-col-vname h2 {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 25px;
	}

.online-support {
	height: 500px;
	overflow: auto !important;
	padding: 10px 8px;
}

.entry-image {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.entry-c {
	text-align: justify;
}

.entry-title h4 a {
	color: #555 !important;
	font-size: 14px;
	font-style: italic;
}

img.img-circle-custom {
	max-width: 100%;
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.spost {
	border-bottom: 1px dotted #e1e1e1;
	padding: 0px 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.img-product-home h4 a {
	color: #4A97D2 !important;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	/* text-transform: unset; */
}

.browse-col-vname-cates {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	color: #4A97D2;
	margin: 0px 0 0px 0;
	line-height: 20px;
	width: 100%;
	font-weight: bold;
	padding: 5px 1px 0px 9px;
	text-align: left;
}

	.browse-col-vname-cates h2 {
		font-size: 17px;
		font-weight: bold;
	}

.col-xs-6 .chitiet {
	background: #0967A3;
	color: #fff !important;
	padding: 6px 10px 8px 10px;
	border-radius: 4px;
}

.col-xs-6 del {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
}

.sup_info {
	float: left;
}

.sup_nick {
}

.list-left-collection li:hover {
}

.img-product-home h4 a:hover {
	color: #333 !important;
}

.col-md-6 .chitiet:hover {
	background: #1884CA;
}

.product-center-column .vname {
	margin: 0;
	font-size: 30px;
}

.block-cates {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.div-dichvu p {
		padding: 0;
		text-align: justify;
	}

	.news-items-index img {
		width: 100%;
		height: auto;
	}

	.col-md-6-videos iframe {
		width: 100%;
	}

	img.replace-2x {
		margin-left: 14px;
	}



	.box-footer-card {
		background: none;
		text-align: left;
		margin-bottom: 10px;
		min-height: auto !important;
	}

	.box-footer-top {
		background: none;
		min-height: auto !important;
		text-align: center;
		margin-bottom: 10px;
	}

		.box-footer-top ul li {
			list-style-image: none;
		}

	.items_b {
		padding-top: 20px;
		display: inline-block;
		width: 100%;
		padding-bottom: 10px;
	}
}

.items_b {
	height: 50px;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}

.old-price {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: line-through;
}

#categories_block .title_block {
	background: url(img/tabr.png) #0967A3 no-repeat right;
	margin: 5px 0px;
	height: 40px;
}

.title_block > * {
	padding: 10px 8px;
	display: inline-block;
	line-height: 20px;
	color: #fff;
	font-size: 15px;
}

#categories_block .block_content {
	display: none;
	z-index: 9999;
	position: relative;
}

.mobile-search-home {
	display: inline-block;
	width: 100%;
}

#categories_block .block_content .list-group {
	margin: 0;
}

	#categories_block .block_content .list-group li {
		position: relative;
		padding: 3px 10px;
		background: #0967A3;
		border-bottom: 1px dotted #fff;
	}

		#categories_block .block_content .list-group li a {
			color: #fff !important;
		}

			#categories_block .block_content .list-group li a:before {
			}

		#categories_block .block_content .list-group li:hover {
			background: #178DD8;
		}

.support-icon-right {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
	overflow: hidden;
	width: 250px;
	color: #fff !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-right: 1px solid #5CB85C;
}

	.support-icon-right h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 13px !important;
		font-family: Arial;
		color: #fff !important;
		margin: 0 !important;
		background-color: #5CB85C;
		cursor: pointer;
	}

.sup_item_img img {
	width: 70px;
	display: none;
}

.support-icon-right i {
	background-color: #D9534F;
	padding: 15px 15px 12px;
}

.sup_name {
	color: #5CB85C;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.sup_dep {
	color: #06f;
	font-size: 13px;
	margin: 0;
}

.sup_phone {
	font-weight: 700;
	font-size: 15px;
	color: red;
	margin-bottom: 0;
	display: block;
}

.wrap-mobile-search {
	padding: 0 !important;
}

.online-support-1 {
	padding: 10px 8px;
}

@media screen and (max-width: 768px) {
	.col-xs-6 .chitiet {
		display: none;
	}

	.box-footer-card {
		padding: 0px 5px !important;
		/* background: #2C85BD; */
	}

	.box-footer-top {
		padding: 0px 5px !important;
		text-align: left;
		/* background: #2C85BD; */
	}

	#manucarousel01 .owl-buttons {
	}

	.contact-form {
		margin-left: 15px;
	}

	.block-manufacture .owl-carousel .owl-item {
		float: left;
		width: 120px !important;
	}
}

.list-left-collection li a:hover {
	color: #0967A3;
	font-weight: bold;
}

a.xemchitiet {
	font-size: 14px;
	text-transform: none;
	color: #0967A3 !important;
}

.col-xs-6-vtitle h2 a {
	display: inline-block;
	width: 100%;
	color: #0967A3 !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: arial;
	margin-bottom: 30px;
}

.col-xs-6-vtitle {
	text-align: center;
	min-height: 220px !important;
}

	.col-xs-6-vtitle img {
		margin-bottom: 10px;
	}

.tu-van-mien-phi {
	background: #FC9D0C;
	line-height: 30px;
	padding: 7px 10px;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 24px;
	float: left;
	font-weight: bold;
	margin-left: 5px;
}

@media screen and (max-width:320px) {
	.col-xs-6 {
		width: 100% !important;
	}
}

@media screen and (max-width:375px) {
	.col-xs-6 {
		width: 100% !important;
	}
}

.box-footer-card p {
	padding-bottom: 5px;
}

#menu-selected {
	color: #0967A3 !important;
	font-weight: bold;
}

.top-content-collection-banchay {
	border-bottom: 2px solid #FF7D3C !important;
}

.abc {
	text-align: center;
	margin-top: 20px;
	font-size: larger;
	font-weight: bold;
	color: #0967A3;
}

.browse-col-vname-cates h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
