/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-regular.eot');
	src: local('☺'), url('../fonts/sourcesanspro-regular.ttf') format('truetype'), url('../fonts/sourcesanspro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-bold.eot');
	src: local('☺'), url('../fonts/sourcesanspro-bold.ttf') format('truetype'), url('../fonts/sourcesanspro-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto-medium.eot');
	src: local('☺'), url('../fonts/roboto-medium.ttf') format('truetype'), url('../fonts/roboto-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto-bold.eot');
	src: local('☺'), url('../fonts/roboto-bold.ttf') format('truetype'), url('../fonts/roboto-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto-light.eot');
	src: local('☺'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
button {
	border: 0;
	outline: none;
	background: transparent;
}
select:focus {
	outline: none;
	border:solid 1px #FF6600;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
a {
	color:#1d1d1d;
}
a:hover, a:focus, a:active {
	color:#FF6600;
	text-decoration: none;
	outline: none;
}
.img-responsive {
	margin: 0 auto; width:auto;
}
.logo-wrapper .img-responsive {width:200px; margin:0;}
body{
	font-size: 14px;	
	font-weight: normal;
	color:#1d1d1d;
	font-family: Arial,sans-serif;
	padding-right:0 !important;
}
.first-button,.second-button, .third-button {
	padding:5px;	
	color:#fff;
	text-transform: uppercase;
	outline: none;
	border:0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.form-error {color:red}
.first-button {
background-color: #FF6600;
    color: #fff;cursor:pointer;
}
.first-button.bg-blue{background:#FF6600}
.cart .first-button {
background-color: #FF6600;
    color: #fff;
}
.cart .first-button  i.fa{width:30px; height:30px; border:1px solid #fff; border-radius:50%; text-align:center; line-height:30px; font-size:18px;}
a.cart.cart-blue .first-button {
background-color: #ff2830;
    color: #fff;
}
.cart .first-button
.first-button:hover {
    color: #000;
}
.first-button.bg-blue:hover{background:#f1f1f1; color:#FF6600}
.second-button {	
	background-color: #FF6600;	
}
.second-button:hover {	
	background-color: #f1b627;	
}
.third-button {
	background-color: #1e1e1e;
}
p.pull-right{margin:0;}
header#header .top-header {
	background: #f1f1f1;
	line-height: 40px;
	color:#6a6a6a; padding:5px 0;
	font-family: Arial,sans-serif;
}
.box-online {	
	position:relative;
	width:350px;
	margin:80px auto;
	padding:15px;
	background:#fff;	
}
.box-online h3 {
	    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
	letter-spacing:1px;
	color:#f66127;
}
.box-online .wrapper-box .box {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: solid 1px #E1E1E1;
}
.box-online .wrapper-box .box:last-child {border-bottom:0}
.box-online .wrapper-box .avatar {
	width:65px;
	height:65px;
	overflow:hidden;
	float:left;
}
.box-online .wrapper-box .box-content {
	margin-left:75px;
	color:#000;
	line-height:20px;
}
.box-online .wrapper-box .box-content .fa {font-size:20px;margin-left:5px}
.box-online .fa-skype {color:#12A5F4}
.box-online .fa-facebook-official {color:	#3b5998}
.box-online .wrapper-box .box-content p {
	margin-bottom:5px;
}
.box-online .wrapper-box .box-content .info-contact {line-height: 26px;
    margin: 0;}
.top-header .left a {color:#a9a9a9}
.top-header .left a:hover {color:#FF6600}
header#header .top-header ul li,ul.list-user li {
	float:left;		
}
header#header .top-header ul li.users {
	position: relative;
}
header#header .top-header ul li.users ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
    width: 200px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px #A3A3A3;
    right: 0;
    top: 100px;
    border-top: solid 3px #FF6600;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
header#header .top-header ul li.users ul a{ color:#1d1d1d; }
header#header .top-header ul li.users ul a:hover {color:#FF6600;}
header#header .top-header ul li.users ul:before {
	content:"";
	width: 100%;
	height: 5px;
	position: absolute;
	display: block;
	top:-5px;
	left: 0;
}
header#header .top-header li.users:hover ul,
header#header .top-header li.users.open ul{
	top:45px;
	opacity: 1;
	visibility: visible;
	 transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
header#header .top-header ul li.users ul li {
	float: none;
	border-right: 0;
	border-left: 0;
}
header#header .top-header ul li a,ul.list-user li a {
	display: block;
	margin-left:15px;	
	color:#333;
}
header#header .top-header ul li .fa {
	font-size: 16px;
	line-height: 40px;
	color:#ccc;

}
header#header .top-header ul li a {
	color:#333;
}
header#header .top-header ul li a:hover {color:#FF6600}
header#header .bottom-header {
	padding: 0; padding:10px 0;
	background: #fff;
}
header#header .bottom-header.menu-desktop{
		background:#FF6600;    border: 1px solid #FF6600; border-left:0; border-right:0; padding:8px 0;
}
header#header .bottom-header .logo-wrapper h1 {
	text-transform:uppercase;
	font-size:24px;
}
header#header .bottom-header .logo-wrapper a {
    display: block;
    height: auto; text-align:left;
    vertical-align: middle;
    margin: 10px 0;
}
header#header .bottom-header .main-nav li{
	font-size: 16px;
	line-height: 1.5em;
	margin-left: 0;
}
header#header .bottom-header .main-nav li:last-child a{padding-right:0;}
header#header .bottom-header .main-nav .level1 li {
	text-transform: initial;
	line-height: 30px;
	margin-left: 0;
	padding:0 30px;
	font-weight: 400;
	float: none;

}
header#header .bottom-header .main-nav .dropdown ul {
	padding:0 0;
	width: 100%; display:block;

}
header#header .bottom-header .main-nav .dropdown ul  li{display:block; width:100%;}
header#header .bottom-header .main-nav .level1 li a {
	display: block;
	padding:7px 0;
	border-bottom: solid 1px #dedede;
	font-size: 14px;
}
header#header .bottom-header .main-nav .level1 li:last-child a {
	border-bottom: 0;
}
header#header .bottom-header .main-nav li.active>a,header#header .bottom-header .main-nav li:hover>a {
    color: #fff;
    background: #FF6600;
}
header#header .bottom-header .main-nav li.dropdown {
	position: relative;
}
header#header .bottom-header .main-nav .level1 {
	position: absolute;
	background: #fff;
	z-index: 999;
	border-top: solid 3px #FF6600;
	box-shadow: 0 0 5px #A3A3A3;
	visibility: hidden;
	opacity: 0;
	margin-top: 100px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
header#header .bottom-header .main-nav>li.dropdown:hover .level1{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

header#header .bottom-header .main-nav .level2 {
	position: absolute;
	top:0;
	right: -235px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 5px #A3A3A3;
	visibility: hidden;
	opacity: 0;
	margin-top: 100px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
header#header .bottom-header .main-nav .level1 .dropdown:hover .level2{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
header#header .bottom-header .main-nav .level2:before {
	content:"";
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	left: -5px;
	top:0;
}
header#header .bottom-header .main-nav .dropdown.has-mega {
	position: static;
}
header#header .bottom-header .main-nav .dropdown .megamenu {
    width: 100%;
    position: absolute;
    min-height: 0;
    background: #fff;
    top: 35px;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    margin-top: 100px;
    /* transition: all 0.5s ease; */
    /* -webkit-transition: all 0.5s ease; */
    /* -moz-transition: all 0.5s ease; */
    /* -o-transition: all 0.5s ease; */
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border: 1px solid #ccc;
	-webkit-box-shadow: 0 4px 10px #666;
    -moz-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;

}
header#header .bottom-header .main-nav .dropdown .megamenu .container{
 background: #fff;border-top: solid 1px #FF6600; padding: 20px;}
header#header .bottom-header .main-nav .dropdown .megamenu h3 a,header#header .bottom-header .main-nav .dropdown .megamenu ul li a{color:#333;}
header#header .bottom-header .main-nav .dropdown:hover .megamenu {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
	/* transition:all 0.5s ease; */
	/* -webkit-transition:all 0.5s ease; */
	/* -moz-transition:all 0.5s ease; */
	/* -o-transition:all 0.5s ease; */
}
header#header .bottom-header .main-nav .dropdown:hover .megamenu .container{ box-shadow: 0 2px 5px #898989;
    max-height: 400px;
    overflow: auto;
}
header#header .bottom-header .main-nav .dropdown:hover .megamenu .banner {
	margin-top: 30px;
}
header#header .bottom-header .main-nav .dropdown .megamenu h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #dedede;
	font-size: 14px;
}
header#header .bottom-header .main-nav .dropdown .megamenu li {
	text-transform: initial;
	float: none;
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 0;
	font-weight: 400;
}
header#header .tool-top {
	float:right;
}
header#header .tool-top>li{
	display: inline-block;
	padding:32px 0px;
	font-size: 16px;
	position: relative;

}
header#header .tool-top>li>a {
	padding:0 15px;
	color:#333;

}
header#header .tool-top .tool-search form{
	position: absolute;
}
header#header .tool-top li.dropdown-cart>.mini-cart-count {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FF6600;	
	text-align: center;
	vertical-align: middle;
	color: #fff;
	position: absolute;
	top:25px;
	right: 0px;
	font-size: 12px;
	line-height: 20px;

}
header#header ul.tool-top.cart_top.display_mobile li.dropdown-cart>.mini-cart-count{background:#F5F5F5; color:#323232;}
header#header .tool-top li.dropdown-cart .mini-cart-content{
	position: absolute;
	background: #fff;
	border-top: solid 3px #FF6600;
	width: 300px;
	top:80px;
	right: 0;
	z-index: 99;
	box-shadow: 0 0 5px #A3A3A3;
	visibility: hidden;
	opacity: 0;
	margin-top: 100px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	
}
header#header .tool-top li.dropdown-cart:hover .mini-cart-content {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
header#header .tool-top li.dropdown-cart .mini-cart-content>div
 {
	padding:15px;
}
header#header .tool-top li.dropdown-cart .mini-cart-content ul {
	margin-top: 15px;
}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li {
	padding:15px 10px;
	border-bottom: solid 1px #e9e9e9;

}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li .image{
	float: left;
	width: 70px;
}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li .image img {
	width: 100%;
}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li .info {
	width: 175px;
	float: left;
	padding: 0 15px;
	color: #545454 !important;
}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li .info p {margin-bottom: 5px;}
header#header .tool-top li.dropdown-cart .mini-cart-content ul li .delete {
	width: 25px;
	float: left;
	padding-top: 5px;	
}
header#header .tool-top li.dropdown-cart .mini-cart-content .mini-tt-price {
	padding:15px 0;
}
header#header .tool-top li.dropdown-cart .mini-cart-content .mini-tt-price .price {
	color:red; font-weight:bold; font-size:16px;
}
header#header .tool-top li.dropdown-cart .mini-cart-content .action-btn {
	margin-top: 20px;
}
header#header .tool-top li.dropdown-cart .mini-cart-content .action-btn a {
	width: 50%;
	display: block;
	float: left;
	padding:7px 10px;
	color:#fff;
}
header#header .tool-top li.dropdown-cart>a{
	
	border-left: solid 1px #dedede;
}


/*-------------MOBILE MENU---------------*/
.mainmenu-mobile {
	background: #1e1e1e;
	font-family: Arial,sans-serif;
}
.mainmenu-mobile>li {
	font-weight: 600;
	text-transform: uppercase;	
	display: block;	
	color: #fff;
	border-bottom: solid 1px #545454;
}
.mainmenu-mobile>li>a {
	display:block;
	padding:15px;
}
.mainmenu-mobile li.has-sub {
	position:relative;
}
.mainmenu-mobile li.level1>em {
	display: block;
    position:absolute;
	right:0;
	top:0;
	width:50px;
    font-size: 18px;
    line-height: 51px;
    cursor: pointer;
	font-style:normal;
	text-align:center;
}
.mainmenu-mobile li.has-sub li {text-transform:initial}
.mainmenu-mobile li a {
	color:#fff;
}
.mainmenu-mobile li.level2 {
	position:relative;
}
.mainmenu-mobile li.level2 em {
	line-height: 36px;
    width: 36px;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    display: block;	
	font-style:normal;
	cursor:pointer;
}
.mainmenu-mobile .has-sub li a {
	    padding: 0 36px 0 15px;
	display:block;
	line-height:36px;
	
}
.mainmenu-mobile li.level2 li a {
	padding:0 36px 0 30px;
}
.mainmenu-mobile .level1 li {
	text-transform: initial;
	font-weight: 400;
}
.search-mobile form, .search-mobile .input-control{
	width:100%;
	position:relative;
}
.search-mobile .input-control {
	height:40px;
	    padding: 5px 45px 5px 15px;
	    -webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
    border: solid 1px #DEDEDE;
}
.search-mobile form button {
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
}
.toggle-m-menu {
    color: #fff;
    width: 50px;
    display: block;
    line-height: 50px;
    font-size: 30px;
    float: left;
    text-align: center;
}
.offset-menu {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    background: #1E1E1E;
    color: #EEEFF7;
	overflow-y:scroll;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.toggle-tool-header {
	color: #fff;
    width: 50px;
    display: block;
    line-height: 50px;
    font-size: 30px;
    float: right;
	text-align:right;text-align:center;
}
.top-content aside.banner {
	text-align: center;
}
.top-content aside.banner.first {
	margin-bottom:30px;
}
.top-content aside.banner img {
	max-width: 100%;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.top-content aside.banner img:hover {
	opacity: 0.8;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.top-content .main-slideshow:hover .owl-controls {
	opacity: 1;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.wrap-service {
	margin-top: 0;
	padding:25px 0;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
.wrap-service .item {
	padding-left:40px;
}
.wrap-service img {
	float:left;
	max-width:40px;
	max-height: 40px;
}
.wrap-service .info-service {
	float:left;
	margin-left:30px;
}
.wrap-service .info-service h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color:#353535;
}
.wrap-service .info-service p {margin-bottom: 0; font-size:13px;}
.wrap-service .info-service {
	width: 250px;
	overflow: hidden;
	float:left;
	text-transform: uppercase;
	color:#9b9b9b;
	line-height: 24px;
}
/*============= PRODUCT GRID ===================*/
.product-grid .image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-grid .image a{
 display:flex; 
	display:-webkit-flex; 
	  	align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	-webkit-align-items: center;
	height:200px;
}
.product-grid .image a img{max-width:100%; max-height:100%; width:auto; height:auto;}
.product-grid .info {padding:0 20px 20px}
.product-grid .image .sale {
	font-family: Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: block;
	position: absolute;
	padding: 5px 20px;
    background: rgb(255, 120, 31,0.8);
	color:#fff;
	    bottom: 0;
    left: 0;
}
.product-grid .image .form {
	position: absolute;
	width: 100%;
	bottom: -50px;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;

}
.product-grid:hover .form {
	bottom:0;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}
.product-grid .image .form .button {
	display:table-cell;
	width: auto;	
	height: 40px;
	vertical-align: middle;
	background: #1d1d1d;
	color:#fff;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}
.product-grid .image .form .button:hover {
	background: #FF6600;
}
.product-grid .info .name {
	font-size: 15px; 
	font-weight: 600;
		 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 height: 38px;
    line-height: 1.3em;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

}
.product-grid .name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.product-grid .vendor {
	font-style: italic;
	margin-bottom: 7px;
	margin-top:3px;
	font-size: 13px;
	color:#9b9b9b;
	font-weight:300;
}
.product-grid .price {margin-bottom: 0}
.product-grid .price .special {
    font-weight: 700;
    font-size: 18px;
    color: red;
}
.product-grid .price .old {
	margin-left: 10px;
	color: #9a9a9a;
	font-weight: 400;
}

/*=========== PRODUCT LIST ===========*/
.product-list {
	margin-top: 20px;
	padding:15px 0;
	border:solid 1px #e7e7e7;
}
.product-list .image {
	position: relative;
}
.product-list .image .sale {
	position: absolute;
	display: block;
	top:20px;
	left: 15px;
	padding: 5px 10px;
	background-color: #FF6600;
	color:#fff;
	font-weight: bold;
}
.product-list h3.name a{
	font-size:18px;
	font-weight: 600;

}
.product-list .vendor {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 14px;
	color:#9b9b9b;

}
.product-list .desc {font-weight:300}
.product-list .price .special {
	font-size: 20px;
	font-weight: bold;
}

.product-list .price .old {
	color:#9b9b9b;
	margin-left: 15px;
}

.product-list .first-button {
	padding: 7px 15px;
	color:#fff
}

.block-mt-50 {
	margin-top: 50px;
}
.special-collection .owl-special-collection .item {	
	border:solid 1px #e8e8e8;	
}
.special-collection .owl-item {
	padding:0 15px;
}
.owl-special-collection.owl-theme .owl-controls {opacity:1}
.owl-brands.owl-theme .owl-controls {opacity:1}
.owl-special-collection.owl-theme .owl-controls .owl-prev {margin-left:15px}
.owl-special-collection.owl-theme .owl-controls .owl-next {margin-right:15px}
body.index .mid-banner a {
	display: block;
	position: relative;
}
body.index .mid-banner a:after {
	content:'';
	position: absolute;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}
body.index .mid-banner a:before {
	content:'';
	position: absolute;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}
body.index .mid-banner a:hover:before,
body.index .mid-banner a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
    transition:transform 0.35s ease;
    -moz-transition:transform 0.35s ease;
    -o-transition:transform 0.35s ease;
    -webkit-transition:-webkit-transform 0.35s ease;

}
body.index .big-collection .title {
	padding: 0 20px;
}
.big-collection .owl-big-collection .product-grid .price .special {font-size:14px;}
.big-collection .owl-big-collection .product-grid .price .old {font-size:12px;}
body.index .big-collection .border {border:solid 1px #e5e5e5;}
body.index .big-collection .title h2{
	color:#fff;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
}
body.index .big-collection .title a {
	float: right;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 600;
}
body.index .big-collection .navtabs {
	width: 20%;
	float: left;	
	padding:0 15px;
}
body.index .big-collection .navtabs li a{
	line-height:50px;
	display: block;
	border-bottom: solid 1px #e5e5e5; 
	font-size: 14px;
	font-weight:600;
}
body.index .big-collection .navtabs li a.active,
body.index .big-collection .navtabs li a:hover {	
	position: relative;
}
body.index .big-collection .navtabs li a.active:before,
body.index .big-collection .navtabs li a:hover:before {
	content:"";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;	
	left: -15px;
	top:0;
	z-index: 2;
}
.owl-big-collection.owl-theme .owl-controls {opacity:1}
body.index .big-collection .tabs-container {
	width: 80%;
	float: left;
	border-left: solid 1px #e5e5e5;
}
body.index .big-collection .item {padding:15px;}
.home-blog .title {
	margin:25px 0;
}

.article-item .image {
    position: relative; height:180px;
	overflow:hidden;
}
.article-item .image a{
	  display: flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
	height:100%;
	width:100%; background:#f1f1f1;}
	.article-item .image a img{width:auto; height:auto; max-width:100%; max-height:100%;}
.article-item .image .date-post {
	position: absolute;
	top: 10px;
    left: 10px;
    background: #fff;
    padding:10px;
    font-weight: 700;
}
.article-item .image .date-post .mo {
	color:#9b9b9b;
	
	display: block;
	text-align: center;

}
.article-item .image .date-post .da {
	display: block;
	text-align: center;
}
.article-item .info-post { color#333;}
.article-item .info-post h3 a{color:#FF6600;}
.article-item h3 a{color: #FF6600;}
.article-item h3,
.article-item .info-post h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
		 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 height: auto;
    line-height: 1.3em;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
	color#333;
    word-wrap: break-word;
	margin-bottom:20px;
}
.article-item .info-post .s-desc,
.article-item .info-post .desc {
	margin-bottom: 0;color:#333;
	
}
.article-item .info-post .desc {font-weight:300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    line-height: 1.3em;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 0;
}
.article-item .info-post .btn-more {
	text-transform: uppercase; float:right;
	font-weight: 600;   color: #e94a02; font-size:14px; font-style:italic;
}
.content-wrap{position:relative;}
a.read-more-pro{
	text-transform: uppercase;
	font-weight: 600;   color: #e94a02; font-size:14px; font-style:italic;
}
.content-wrap a.read-more-pro{position:absolute;bottom: 8px;right: 12px; font-size:12px;}
a.read-more-pro:after{
	    content: "\f105"; padding-left:5px;
		    font: normal normal normal 14px/1 FontAwesome;
			font-style:italic;
}
.default-title {
	margin: 35px 0 20px;
}
.default-title .title-ss
{
	font-size: 20px;
	margin:0;
	line-height: 1.5em;
	font-weight: 700;
	display:inline-block; position:relative;
	color:#FF6600;
	
}
.default-title.title-page-right .title-ss:after{margin:0; left:0; width:100px;}
.default-title a {
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    font-style: italic;
}
.brands .owl-brands .owl-item {
	padding: 0 15px;
	display: table;
}
.brands .owl-brands .owl-item .item {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
/*============= CONTACT =================*/
.contact .content h3.title{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact .content .info-store {
	margin-top: 20px;
}
.contact .content .info-store .in-row{
	display: table;
	width: 100%;
	line-height: 35px;
}
.contact .content .info-store .in-row label {
	display: table-cell;
	width: 10%;
}
.contact .content .info-store .in-row span {
	display: table-cell;
	width: 90%;
}
#contact .form-group label {
	display: block;
	font-weight: 400;
}
#contact .form-group .input-control {
	width: 100%;
	border:0;
	border-bottom:solid 1px #e9e9e9;
	outline: none;
	padding: 7px;

}
#contact .form-group .input-control:focus {
	border-bottom-color: #FF6600;
}
#contact .form-group textarea.input-control {
	border-bottom: 0;
	background: #F3F3F3;
	height: 150px;
}
#contact .form-group .first-button {padding: 10px 25px}
.contact ul.p-social {
	margin-top: 20px;
}
/*============= FOOTER =================*/
footer#footer {
    color: #fff;
    margin-top: 0;
    padding: 20px 0 0 0;
    background: #454545;
}
footer#footer .container{padding-top:20px;}
footer#footer .bottom-footer {
	margin-top: 15px;
	border-top:solid 1px #588028;
	padding:  0;
	line-height: 1.2em;
}
.top-footer {
    margin-bottom: 25px;
}
footer#footer .bottom-footer a {color:#87c73a}
footer#footer .bottom-footer a:hover {color:#cce1f3}
footer#footer .top-footer h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color:#fff;
}
.col-contact p {
	display: table;
	width: 100%;
}
 .col-contact p .icon {
	display: table-cell;
	width: 10%;
	color:#fff;
}
.col-contact p .info {
	display: table-cell;
	width: 90%;
}
 .col-contact .social {
	list-style: none;
	margin-top: 30px;
}
 .col-contact .social li {
	display: inline-block;
	margin: 0 3px;
}
.col-contact .social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	    color: #fff;
	display: table-cell;
	background: #333;
}
.col-contact .social li a:hover {
	
	background: #2a9dfb;
	color:#fff;
}
footer#footer ul {
	list-style: none;
	padding:0; margin:0;
}
footer#footer li a {
	color:#fff;
	line-height: 26px;
}
footer#footer li a:hover {
	color:#000;
}

 .col-newsletter  input {
	display: inline-block;	
	padding:5px;
	width: 100%;
	height: 40px;
}
.col-newsletter.col-newsletter-top  input{border:0px;background: transparent;}
.col-newsletter button {
    display: inline-block;
    width: 70px;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
	    background: #FF6600;
    text-transform: capitalize;
}
footer#footer .col-newsletter button{width:50px; font-size:24px; background:#4d6f24}
/*============= TOOLTIP ===================*/
.tooltip-inner {
	padding: 7px 15px;
	background-color: #1d1d1d;
    border-radius: 2px;
    font-family: Arial,sans-serif;
    font-size: 14px;
}
.tooltip.top .tooltip-arrow {border-top-color: #1d1d1d;bottom:1px;}
/*============= BREADCRUMB ================*/
.bread-crumb {
    background-color: #efefef;
    margin-bottom: 30px;
}
.breadcrumb {
    margin: 0;
    padding:0;
	margin-bottom:15px;
    background-color: transparent;
}
.breadcrumb > li > a {
    color: #333333;
}
.breadcrumb > li+li:before {
    color: #333333;
}
.breadcrumb > .active {
    color: #FF6600;
    font-weight: bold;
}
/*=========== COLLECTION ==================*/
.toolbar-collection {
	padding: 20px 0;
}
.toolbar-collection.first {
	border-bottom: solid 1px #e7e7e7;
}
.toolbar-collection.last {
	margin-top: 0;
	padding-bottom: 0;
	padding-top:0
}
.toolbar-collection .grid, .toolbar-collection .list {
	display: table-cell;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color:#666;
	color:#fff;
}
.toolbar-collection .grid.active, .toolbar-collection .list.active {
	background-color: #FF6600;
}
.toolbar-collection #sortBy {
	height: 30px;
	width: 100%;
	border:solid 1px #f0f0f0;
}
.toolbar-collection #sortBy:focus {border:solid 1px #FF6600;}
.collection-grid .product-grid, 
.template-search .product-grid {
	margin-top: 20px;
	
}

.collection-grid .product-grid .info, 
.template-search .product-grid .info {
	height:auto;
	overflow:hidden;
}

.collection-grid .product-grid .info {text-align: center;}
.aside-collection h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #FF6600;
	padding-bottom: 15px;
	border-bottom:solid 1px #e6e6e6;
	margin-bottom: 10px;
}
.aside-collection {margin-bottom: 30px;}
.aside-collection .linklist li, .aside-collection .vendor li{
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
}
.aside-collection .linklist li.active a {
	color:#FF6600;
}
.aside-collection .advanced-filter a {
    position: relative;
    line-height: 18px;
    color: #31353D;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block; }
    .aside-collection .advanced-filter a:before {
      position: absolute;
      content: "\f096";
      top: 10px;
      left: 10px;
      font-family: FontAwesome;
      font-size: 14px;
      color: inherit; }
    .aside-collection .advanced-filter a:hover:before {
      content: "\f046"; }
    .aside-collection .advanced-filter a:hover {
      color: #FF6600; }
  .aside-collection .advanced-filter.active-filter a:before {
    content: "\f046"; }
  .aside-collection .advanced-filter.active-filter a {
    color: #FF6600; }
.list-products li {
	margin-bottom:10px;
	list-style:none;	
}
.list-products .image {float:left;}
.list-products .image img{
	width:80px;
}
.list-products .info {margin-left:90px}
.list-products .info h3 {
	font-size:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:5px;
}
.list-products .info .price {
	margin-bottom:0;
	font-size:13px;
}
.list-products .info .price del {
	font-size: 12px;
    margin-right: 5px;
    opacity: 0.5;
	    
}
.list-products .info .price del, .list-products .info .price span {display: inline-block;}
/*============= PRODUCT DETAIL ============*/

.in-stock, .out-stock {
	display: inline-block;	
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color:#58861a;
}
.in-stock .fa { font-size: 15px; margin-right: 5px;}
.out-stock {color:#d61a1a;}
.product-detail {color:#636363;}
.product-detail .top-info h1 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #FF6600;
}
.product-detail .top-info .desc {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-detail .top-info .product-price {
	margin-bottom: 30px;
}
.product-detail .top-info .product-price .special-price{
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
.product-detail .top-info .product-price .old-price {
	font-size: 13px;
	color:#959595;
	margin-left: 10px;
}
.product-detail .top-info .selector-wrapper,
.product-detail .top-info .form-group{
	margin-bottom: 20px;
}
.product-detail .top-info .selector-wrapper label,
.product-detail .top-info .form-group label {
	display: inline-block;
	width:120px; 
	font-size: 15px;
	color: #636363;
}
.product-detail .top-info .form-group #quantity,
.product-detail .top-info .share-social li a,
.contact ul.p-social li a {
	height: 42px;
	width: 42px;
	text-align: center;
	border: solid 1px #eee;
	outline: none;
}
.product-detail .top-info .selector-wrapper select {
	display: inline-block;
	min-width: 200px;
	border: solid 1px #eee;
	color:#919191;
	height: 42px;
	padding:5px 10px;
}
.product-detail .top-info .selector-wrapper select:focus, 
.product-detail .top-info .form-group #quantity:focus {
	border-color: #FF6600;
}
.product-detail .top-info .form-group .first-button {
	padding: 10px 15px;
	padding-right:30px;
}
.product-detail .top-info .share-social {
	display: inline-block;
}
.product-detail .top-info .share-social li, .contact ul.p-social li {
	display: inline-block;
	margin-right: 10px;
}
.product-detail .top-info .share-social li .fa, .contact ul.p-social li .fa {
	line-height: 42px;
}
.product-detail .top-info .share-social li a, .contact ul.p-social li a {
	display: block;
	color: #8f8f8f;
	line-height: 42px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.product-detail .top-info .share-social li a:hover, 
.contact ul.p-social li a:hover {
	background-color: #FF6600;
	border-color:#FF6600;
	color:#fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.product-detail .thumbnail-image {
	margin-top: 20px;
	padding: 0 5px;
}
.product-detail .thumbnail-image .item {
	padding:0 5px;
}
.product-detail .thumbnail-image .owl-controls, .product-detail .bottom .owl-related .owl-controls {
	opacity: 1;
}
.product-detail .middle {margin-top: 30px;    background: #f1f1f1; min-height:1000px;} 
.product-detail .middle .navtabs {
	position: relative;
	background: #f1f1f1;
}
.product-detail .middle .navtabs:after {
	content:"";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}
.product-detail .middle .navtabs li{
	display: inline-block;
	position: relative;
	float:left;
	z-index: 1;
}
.clear{clear:both;}
.product-detail .middle .navtabs li a {
	display: block;
	padding:15px 25px;
	border-bottom: solid 1px transparent;
	color: #1b1b1b;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.product-detail .middle .navtabs li:not(:last-child):after {
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top:15px;
	width: 1px;
	height: 31px;
	background-color: #e6e6e6;
}
.product-detail .middle .navtabs li a.active {
	border-bottom-color:#FF6600;
	color: #FF6600;
}
.product-detail .middle .tab-container {
	padding:20px;
	
}
.product-detail .bottom {
	margin-top: 70px;
}
.product-detail .bottom>h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #141414;
	margin-bottom: 50px;
}
.product-detail .bottom .owl-related .item {
	padding: 0 15px;
}
.product-detail .bottom .owl-related .product-grid .image form {display:none;}
/*============= ARTICLE =============*/
.article-content h1{
	font-size: 24px;
	margin: 22px 0 15px; 
	font-weight: 700;
	text-transform: uppercase;
}
.rte p{font-weight:300;}
.rte img {
	max-width: 100%;
	text-align: center;
}
.article-content .rte,
.article-content .comments {
	padding-bottom: 30px;
	border-bottom:solid 1px #e6e6e6;
}
.article-content .comments h3, 
.article-content #article_comments h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 40px 0;
	font-weight: 700;
}
.article-content .comments li {margin-bottom: 40px;}
.article-content .comments li:last-child {margin-bottom: 0;}
.article-content .comments li .avatar {
	width: 11.5%;
	padding-right: 30px;
	float: left;
}
.article-content .comments li .avatar img {
	border-radius: 50%;
}
.article-content .comments ul.paginate {margin-top:40px}
.article-content .comments ul.paginate li {margin-bottom:0}
.article-content .comments li .comment-wrap {
	width: 88.5%;
	float: left;
	padding: 25px 30px;
	background-color: #f9f9f9;
} 
.article-content .comments li .comment-wrap .top-info {
	padding-bottom: 18px;
	border-bottom: solid 1px #e6e6e6;
}
.article-content .comments li .comment-wrap .top-info span{
	margin-right: 30px;
}
#article_comments .input-control {
	width: 100%;
	padding: 7px 12px;
	outline: none;
	border: solid 1px #e9e9e9;
}
#article_comments textarea.input-control {
	height: 150px;
}
#article_comments .input-control:focus {
	border-color:#FF6600;
}
#article_comments .first-button {
	padding: 10px 25px;
}
.number-buy{color:red;}
.sidebar-blog .title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 10px; position:relative;
	margin-bottom: 5px;
	color:#fff;
	background: #DC522D;
 }
   ul.linklist li{border-top:1px solid #f1f1f1;padding:5px 0;}
     ul.linklist li:first-child{border-top:0;}
  ul.linklist li a{position:relative; }
ul.linklist li a:before {
    content: "\f111";
    padding-right: 5px;
    font: normal normal normal 7px/1 FontAwesome;
		left:0;
		position:absolute; top:10px;
}
 ul.linklist li a{display:block; padding:5px 0;     line-height: 1.2em;padding-left:10px;}
 .sidebar-blog aside.wrap {
 	border: solid 1px #ccc;
 	margin-bottom: 20px;
	background:#fff;
 }
 .sidebar-blog aside.wrap.tabs-search{
    padding: 0;
    border: 0;
 }
 .sidebar-blog aside.wrap.tabs-search ul.tabs li.current:after{display:none;}
 .sidebar-blog ul.list-cate {
 	list-style: circle;
 	list-style-position: inside;
 }
  .sidebar-blog ul.list-cate li{
  	line-height: 50px;
  	color: #4f4f4f;
  	border-bottom: solid 1px #e9e9e9;
  }
  .sidebar-blog ul.list-cate li:last-child {border-bottom: 0;}
  .sidebar-blog .article-post {
  	margin-top: 20px;
  }
  .sidebar-blog .article-post:first-child{margin-top:0;}
  .sidebar-blog .article-post:last-child {margin-bottom: 20px}
.sidebar-blog .list-products {margin-top:20px;} 
  .sidebar-blog .article-post p {margin-bottom: 5px;}
  .sidebar-blog .article-post .date {color:#FF6600;font-size:12px}
  .sidebar-blog .tags h3.title {margin-bottom: 15px;}
  .sidebar-blog aside.tags {padding-bottom: 25px;}
/*============= PAGINATION ================*/
ul.paginate {
	text-align: center;
}
ul.paginate li {
	display: inline-block;
	margin-left: 5px;
	line-height: 30px;
}
ul.paginate li span { color:#FF6600;}
/*============= MODAL DIALOG ==============*/
.modal {padding:0 15px;}
.modal .modal-body {
	padding: 0;
}
.modal#search-form .modal-dialog {
	margin:130px auto;
}
.modal#search-form form {
	margin-bottom: 0;
	position: relative;
}
.modal#search-form form .input-control {
	width: 100%;
    padding: 10px;
    border: solid 1px #B4B4B4;
}
.modal#search-form form button {
	position: absolute;
	right: 8px;
	top:11px;
}
/*=============== SEARCH ==================*/

.template-search form {
	text-align:center;	
}
.template-search form .form-group .input-control {
	width:400px;
	height:35px;
	padding:5px 10px;
	outline:none;
	border:solid 1px #d1d1d1;
}
.template-search form .form-group .input-control:focus {
	border-color:#FF6600;
}
.template-search form .form-group .first-button {
	height:35px;
	width:35px;
	margin-left:-5px;
}

/*=============== ACCOUNT ==================*/

.customer-account .wrapper-form {
	padding:30px;
	background-color:#FAFAFA;
	border-radius:3px;
}
.customer-account .wrapper-form h2 {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
	color:#FF6600;
}
.customer-account .wrapper-form .input-control {
	width:100%;
	border:solid 1px #d1d1d1;
	height:35px;
	padding:5px 15px;
	outline:none;
	border-radius:2px;
}
.customer-account .wrapper-form .input-control:focus {
	border-color:#FF6600;
}
.customer-account .wrapper-form .first-button {
	padding:5px 15px;
	border-radius:2px;
}
.template-account .table, 
.template-account .table tr, 
.template-account .table tr td, 
.template-account .table tr th {
	border:solid 1px #d1d1d1;
	border-collapse:collapse;
	margin-bottom:0
}
.template-account .table tbody tr:nth-of-type(2n+1) {
	background-color:#F4F4F4
}
.template-account .account-info h3{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
.header_search {
    margin-top: 0;
}
#back-top {
    position: fixed;
    bottom: 70px;
    right: 15px;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    background: #ECECEC;
    border: solid 1px #ccc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 30px;
}
#back-top:hover {
	background:#FF6600;
		color:#fff;
	border-color:#FF6600;
}
/*============= ADRESSES ====================*/
.template-address .input-control {
	width:100%;
	border:solid 1px #d1d1d1;
	height:35px;
	padding:5px 15px;
	outline:none;
	border-radius:2px;
}
.template-address .input-control:focus {
	border-color:#FF6600;
}
.template-address .item {
	padding:15px;
	background-color:#fafafa;
}
.template-address .actions-btn {margin-bottom:30px;}
.template-address .first-button, 
.template-address .third-button {
	padding:10px 25px;
	height:40px;
	display:inline-block;
	color:#fff;
}
/*============= ORDER =================*/
.temlate-order h2 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:600;
}
.temlate-order .heading {margin-bottom:30px;text-align:center;}
.temlate-order h3 {
	font-size:20px;
	font-weight:400;
	margin-bottom:20px;
	text-transform:uppercase;
}
.temlate-order .table-responsive {margin-top: 50px}
.temlate-order table, 
.temlate-order table tr, 
.temlate-order table tr th, 
.temlate-order table tr td {
	border:solid 1px #d1d1d1;
	border-collapse:collapse;
}
.temlate-order table tbody tr:nth-of-type(2n+1) {
	background-color:#f4f4f4
}
.temlate-order .first-button {padding:7px 15px; color:#fff}


/*============= 404 ====================*/
.page-404 {text-align:center}
.page-404 h1 {font-size:60px;font-weight:bold;margin-top:50px}
.page-404 form .input-control {width:300px;height:35px;padding:5px 15px;}
.page-404 form .first-button {width:35px;height:35px;margin-left:-5px}

/*============= CART ====================*/
.template-cart .image {
	width:10%;
}
.template-cart .title {
	width:30%;
}
.template-cart .price {
	width:17.5%;
}
.template-cart .quantity {
	width:20%;
}
.template-cart .total {
	width:17.5%;
}
.template-cart .delete {
	width:5%;
}
.template-cart .table, 
.template-cart .table th, 
.template-cart .table td, 
.template-cart .table tr {
	border:solid 1px #DADADA;
	border-collapse:collapse;
	vertical-align: middle;
    text-align: center;
}
.template-cart .table tbody tr:nth-of-type(2n+1){
	background-color:#F5F5F5;
}
.template-cart .table td .input-control {
	width:60px;
	height:30px;
	text-align:center;
	
}
.template-cart .calculation .desc {
	display:block;
	font-size:20px;
}
.template-cart .calculation .amount {
	display:block;
	font-size:40px;
	color:#FF8055;
	font-weight:bold;
	margin-bottom:15px;
}
.template-cart .calculation .first-button {
	padding:15px 25px;
	display:inline-block;
	color:#fff;
	margin-bottom:10px;
}
/*============= AJAX CART POPUP ====================*/
.modal {
	z-index:1100;
}
.ajax-success-modal .overlay {
	background: rgba(20, 20, 20, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.ajax-success-modal .content {
    background: #fff;
    bottom: auto;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    min-height: 200px;
    padding: 30px;
    position: fixed;
    right: auto;
    top: 50% !important;
    width: 400px;
}
.ajax-success-modal {
	padding:10px 15px;
}

.ajax-success-modal .ajax-bottom {
    margin: 15px 0 0;
	padding:15px 0;
	border-top:solid 1px #D2D2D2;
}
.ajax-success-modal .ajax-bottom a {
	padding:7px 15px;
	color:#fff;
}
.ajax-success-modal .ajax-product-image{
	width:30%;
	float:left;
}
.ajax-success-modal .ajax-top .right {
	width:70%;
	float:left;
	padding-left:30px;
}
.success-message {    
    
    color: #8b8b8b;    
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
	
}
.ajax-product-title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 24px;
	font-size:16px;
}
.ajax-success-modal .close-modal {	
	height: 34px;
	 width: 34px;
    position: absolute;
	top: -34px;
    right: 0px;
    text-indent: -999em;
	
    background-image: url(close-popups.png);
	background-color:#FF6600;
	background-position:center center;
	background-size:35% 35%;
	background-repeat:no-repeat;
    cursor: pointer;    
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
}
.ajax-success-modal .close-modal:hover {
	background-color:#FF8055;
}
@media screen and (max-width:480px){
	.ajax-success-modal .content {
		width:320px;
		margin-left:-160px;
	}
}
/*============= OWL CAROUSEL STYLE =============*/
.owl-theme .owl-controls {
	position: absolute;
	top:50%;
	width: 100%;
	pointer-events:none;
	margin-top:-17px;
	opacity: 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.owl-brands.owl-theme .owl-controls {
    opacity: 1;
    position: static;
	margin:0;
}
.owl-brands.owl-theme .owl-controls .owl-prev,.owl-brands.owl-theme .owl-controls .owl-next{
	position: absolute;
    top: 50%;
    margin-top: -32px;
    background: transparent;
    color: #d6d6d6;
    font-size: 40px;
}
.owl-brands.owl-theme .owl-controls .owl-prev{left:-15px;}
.owl-brands.owl-theme .owl-controls .owl-next{right:-15px;}
.owl-theme .owl-controls .owl-pagination {
	text-align: center;
	position: absolute;
	bottom:-210px;
	width: 100%;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
	width:13px;
	height: 13px;
	display: inline-block;
	border-radius:50%;
	border:solid 4px #fff;
	margin:0 5px;
	pointer-events:initial;
}
.owl-theme .owl-controls .owl-pagination .owl-page.active {
	border-color:#FF6600;
	background: #FF6600;
}
.owl-theme .owl-controls .owl-prev,
.owl-theme .owl-controls .owl-next {
	 padding: 7px 14px;
    background: #FF6600;
    color: #fff;
    pointer-events:initial;
}
.owl-theme .owl-controls .owl-prev {	
	float: left;   
}
.owl-theme .owl-controls .owl-next {
	float:right;
}
.clear{clear:both;}
.wp_page{width:100%; text-align:right; padding:10px 0px;}
.wp_page>.page{width:100%;}
.wp_page>.page a{font-size:16px;  padding:10px 15px; text-decoration:none; font-weight:bold; color:#333; display:inline; line-height:2.5em; }

.wp_page>.page a:hover,.wp_page>.page a.active{background:#FF6600; color:#fff; font-weight:bold;}
@media screen and (max-width:991px){
	.owl-theme .owl-controls  {
		opacity: 1;
	}
	.owl-theme .owl-controls .owl-pagination {
		display: none;
	}
}
.map{margin-bottom:15px;}
.map iframe{width:100% !important; height:300px;}

/*******table cart***********/
.table .display_mobile{display:none;}
.clear {
    clear: both;
}
.floatleft {
    float: left;
}
.container_table{
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	    overflow: hidden;
}
.container_table table.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: #ccc;
    width: 100%;
	  font-size:13px;
	  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
  padding: 5px; text-align:center;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn_df {
  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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    text-decoration: none;
}

.btn-sm,.btn-group-sm>.btn_df {
  padding: 0px 10px;
  font-size: 12px;
  line-height: 1.5;
      margin-left: 5px;
}

.btn_table_td_rf_del {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-sm, .btn-group-sm>.btn_df {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.floatleft.width50 {
    width: 40px;
}
.btn_table_sc {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn_table {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn_df.btn_table_td_rf_del.btn-sm{margin-left:0; height:auto; font-size:15px;}


.btn_table:hover, .btn_table:focus, .btn_table:active, .btn_table.active, .open>.dropdown-toggle.btn_table {
  color: #fff;
  background-color: #333;
  border-color: #d58512;
}

.col_table_image.col_table_hidden-xs{
  max-width: 150px;
margin:0 auto;
}
.col_table_name {
  padding: 0px 10px;
}

.clear{clear:both;}
.floatright{float:right;}
.floatleft {
    float: left;
    width: 50px;
}
a.btn_df.btn_table.floatleft{width:auto;}
.aligncenter{text-align:center;}
.text-center{background:none;}
input[type="number"] {
	width:50px; padding: 5px 10px 5px 3px; outline:none; -moz-outline:none; -ms-outline:none; -webkit-outline:none; -o-outline:none;
	text-align:center;
}

.tr_first{background:#eee; color:#333;}
.tr_first>th{padding:15px 0px; text-align:center; color:#333; text-transform:uppercase; font-size:14px;}
tr{background:#fff;}

.btn_df.btn_table_td_rf_del.btn-sm.btn_ref {width: 100%;}
.number{border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -o-border-radius:7px; -ms-border-radius:7px; border:0px;}


.inputsoluong {
    border: 0px;
    text-align: center;
    border: 1px solid #D4D2D2;
}

td.textright {background-color: #fff; font-size:16px; font-weight:bold;}

span.color_red.font_money{    color: red; font-size:16px; font-weight:bold;}
.col_table_image.col_table_hidden-xs img {
    width: 100%;
}
input.inputsoluong {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
td.textright {
    font-size: 18px;
    color: red;
}
td.textright {
    height: 45px;
}
table#cart tbody td {}

table#cart tbody td .form-control{
	width:100%;
	display: block ;
}	

.data-table td{text-align: center;}
td.textright_text{ font-size:18px; color:#333; text-transform:uppercase;}
a.btn_df.btn_table.floatleft{background-color:transparent; border:0; color:#333; font-weight:bold; font-size:13px;    padding: 10px;
    line-height: 20px;}
tr.tr_last {
    background-color: #EEEEEE;
}
a.btn_df.btn_table_sc.btn-block.floatright{
    outline: 0;
    background-color: #7fd611;
    border-bottom-color: #487513;
	border:0;
	width:auto;
	box-shadow: 3px 3px 0px #487513;
	
}
.btn_df.btn_table_td_rf_del.btn-sm {
    outline: 0;
    background-color: transparent;
    border: 0;
    color: #171716;
    border: 1px solid #333;
    border-radius: 10px;
}
tr {border: 1px solid #ddd;    box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
span.text_price {font-weight: bold;}
span.text_price.color_red{color:red; font-weight:bold;}
.table>tbody>tr>td.textright_text{text-align:right;}
.sum_price_all{padding:10px 0; font-size:16px;}


 .map-container {
    width: 100%;
}
.map-container iframe{
    display: block;
    width: 100%;
    pointer-events: none;
}
.map-container iframe.clicked{
    pointer-events: auto;
}
header#header  ul.tool-top.cart_top li.dropdown-cart {
    padding: 0; margin-top:5px;
}
header#header  ul.tool-top.cart_top li.dropdown-cart>a{border-left:0px;     margin: 0;}
header#header  ul.tool-top.cart_top li.dropdown-cart>.mini-cart-count{top:5px;}
.display_mobile{display:none;}
header#header .bottom-header .main-nav li a{
    padding: 5px 18px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    font-weight: bold;color:#fff;
}
header#header .bottom-header .main-nav li:first-child a{padding-left:0;}
header#header .bottom-header .main-nav li .megamenu a{ padding:5px; display:block; text-transform:initial; font-weight:normal;}
header#header .bottom-header .main-nav li .megamenu h3 a{text-transform:uppercase; font-weight:bold;}
header#header .bottom-header .main-nav li:hover .megamenu a{background:transparent;}
header#header .bottom-header .main-nav li:hover .megamenu a:hover{background: #f1f1f1;
    color: #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-weight: bold;}
.top-content {
    margin-top: 30px;
}
.brands .owl-brands .owl-item .item img{height:150px; width:auto;}
h4.tkw999 {
	text-align:center;
    padding: 10px 0;font-size:13px;
}
*{outline:none;}
.header_search .input-group.search-bar {
    border: 1px solid #f5f5f5;
}
.header_search input {
    width: 100%;
    display: inline-block;
    height: 45px;
    vertical-align: top;
    border: none;
    border-radius: 0;
    color: dimgrey;
    padding: 8px 10px;
}
button.btn.icon-fallback-text {
    width: 123px;
    height: 45px;
    background: #FF6600;
    color: #f5f5f5;
}
header#header {
    background: #183544;
}
body{overflow-x:hidden;}
.item-is-owl .img{text-align:center; font-size:24px;}
.tabs-slider{}
.tabs-items-list {
    padding: 0 30px;
    background: #f1f1f1;
}

.tab-content{
	display: none;
	padding: 15px;
}
.container_tabs,.hotline-all{
    border: 10px solid #f2f2f2;
	padding:10px;
}
section.section_slider .tab-content{
	display: none;
	/* padding: 15px 0 0 0; */
}
.tab-content.current,section.section_slider .tab-content.current{
	display: inherit;
}

.tab-link{padding:20px 0; cursor:pointer;}
.tab-link.current{position:relative;}

.item-icon{margin-bottom:15px;}
.address-office img {
    float:left; margin:0 15px 0 0;
}
.info-address {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
footer#footer .info-address a{color:#FF6600}
.md-footer{}
.btn-show-more{ padding:15px 0 10px 0;}
.btn-show-more a.a-show-all {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    border: 1px solid #dcdada;
    display: inline-block;
}.btn-pro {
    padding: 10px 0;
    text-align: center;
}
.collection-grid {
    border: 1px solid #f1f1f1;
	border-top:0; border-right:0;
}
.product {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.contact-section h3.title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
	h4.nomargin {font-size: 16px;}
	.form-wp{border:1px solid #FF6600; padding:15px; max-width:500px; display:block; margin:0 auto;  min-height:0; background:#fff;}
.image-member .img-circle {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
}
.name-member {
    font-size: 20px;
    font-weight: bold;
}
.memmber-job {
    font-size: 18px;
    font-weight: normal;
}
.panel-primary>.panel-heading{    background-color: #FF6600;
    border-color: #FF6600;}
.panel-primary{border-color: #FF6600;}
.no-margin{margin:0 !important;}
.no-margin-top{margin-top:0 !important;}
.item-col {
    margin-bottom: 15px;
}
.modal-header {
    min-height: 50px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px; position:relative;
}
.modal-header .close {
    position: absolute;
    top: 50%;
    font-size: 30px;
     margin-top: -30px;
    color: red;
    opacity: 1;
    right: 10px;
    padding: 10px;
}.btn-primary{
	    background-color: #FF6600;
    border-color: #FF6600
}
.no-border-radius{border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
.form-change-pass{display:none;}
.modal-cart .modal-dialog{max-width:850px; width:auto;}
.modal-cart .modal-header,.modal-cart .container_table table.table {margin-bottom:0;}
.btn-book {
    padding: 7px 15px;
    margin: 3px 0 0 0;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.float-right{float:right;}
.float-left{float:left;}
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}
.home-blog .article-item .image,.tab-content .article-item .image{padding:0;}
.box-right-tabs {
    margin: 30px 0;
    background: #fff none repeat scroll 0 0;
    padding: 15px 10px;
    border: 1px solid #f1f1f1;
	width:350px
}
.div_fixed.fix_top .box-right-tabs{margin:0;}
.div_fixed.fix_top ul.navtabs{width:100%;}
.div_fixed{animation-name: fading; animation-duration: 0.5s;}
	.fix_top{position:fixed; top:0;  animation-name: animatetop;
   animation-duration: 0.5s; background:#fff; }
   .fixed-tabs.fix_top{width:auto}
	.div_top{height:300px; background:#ccc;}
	.box-right-tabs.top-info h2{font-weight:bold;color:#FF6600;}
@-webkit-keyframes animatetop{
	from{top:-300px;opacity:0} to{top:0;opacity:1}
}
@keyframes animatetop{
	from{top:-300px;opacity:0} to {top:0;opacity:1}
}


 @-webkit-keyframes fading{
	0%{opacity:0}100%{opacity:1}
}
@keyframes fading{
	0%{opacity:0}100%{opacity:1}
}
a.cart-mini-remove {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
     background: red;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 10px;
}
h3.cart-mini-name {
    font-size: 18px;
    font-weight: bold;
}
p.cart-mini-price {
    font-size: 16px;
    font-weight: bold;
    color: red;
}
.top-header .left a.hotline{font-weight:bold; color:red; font-size:18px;}
ul.tabs{
margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 2px solid #f1f1f1;
}

 ul.tabs{border-bottom:0;}
 ul.tabs li.current:after{display:none;}
ul.tabs li {
	color: #060606;
    display: inline-block;
    padding: 5px 3px;
    cursor: pointer;
    width: auto;
    box-sizing: border-box;
    float: left;
    background: #f1f1f1;
    font-weight: bold;
	text-align:center;
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 ul.tabs li{
	width:50%;
}
ul.tabs li.current {
    background: #333333;
    color: #fff;
    position: relative;
    border-color: #333;
}
 ul.tabs li.current{
	    background: #0568c3; border-color:#0568c3;
    color: #fff; text-align:center;
}
ul.tabs li.current:before{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    border-top: 10px solid #0568c3;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.tab-content{
	display: none;
	padding: 15px;
	color:#fff;
}

.tab-content.current{
	display: inherit;
}
section.section_slider {
    position: relative;
    padding: 30px 0;
}
.sidebar-blog-hidden{margin-top:20px;}
.btn-post {
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
	border-radius:3px;
	-moz-border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	background: #38b775;
    border-bottom: 1px solid #2a905b;
    border-bottom-width: 3px;
	color:#f5f5f5;
}
.tabs-bds ul.tabs li.current{}
.tabs-bds ul.tabs li{width:auto; display:inline-block; float:none; padding:5px 15px; font-size:14px; position:relative;}
.tabs-bds .tab-content{background:transparent;color:#333; padding:0; margin:15px 0 0 0;}
.article-item h3,.module-bds-new  .article-item .info-post h3{height:38px; overflow:hidden; margin-top:2px;}
.location {
    /* text-align: justify; */
	height: 42px;
}
.module-bds-new .article-item .info-post .s-desc{margin-bottom:15px;}
.module-bds-new .article-item .info-post .desc{height:auto;}
.info-pro .price {
    color: #FF6600;
    font-weight: bold;
    line-height: 24px;
}
.info-pro div label {
    width: 25px;
    display: inline-block;
    color: #424242;
    margin-right: 5px;
    font-weight: normal;
}
section.conetnt-page .container {
   padding-top:20px; padding-bottom:20px;
}
section.conetnt-page .container .register {padding:30px;}
section.conetnt-page .container  .item-bds-list .article-item {
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
}
section.conetnt-page .container  .item-bds-list.item-news-list .article-item .info-post .s-desc{margin-bottom:10px;}
section.conetnt-page .container .item-bds-list:first-child .article-item {border-top:0px; padding-top:0;}
.sidebar-blog .item-bds{ border-top: 1px solid #f1f1f1;}
.sidebar-blog .item-bds:first-child{ border-top: 0px;}
.article-item .title-bds{font-size:14px; font-weight:bold; padding:10px 0;}
.sidebar-blog .article-post{position:relative; padding-left:20px;}
.sidebar-blog .article-post:before{position:absolute;
	content:"";
	top:5px; left:0;content: "\f144";     font: normal normal normal 14px/1 FontAwesome;
}
.sidebar-blog .article-post:hover:before{color:#FF6600;}
.adv{margin-bottom:20px;}
.adv img{max-width:100%;}
.intro-profile {background:#fff; margin:0 -20px;     padding: 20px;}
.social li{margin-left:10px; margin-right:0;}
.social li a{background:transparent;}
.social li a i.fa{color:#fff;}
.social li a.fb{background:#46629E;}
.social li a.gl{background:#D73D32;}
.social li a.yt{background:#CC181E;}
.social li a.tw{background:#55ACEE;}
.title-module{padding: 0 0 15px 0; border-bottom:1px solid #f1f1f1; margin-bottom:30px; font-weight:bold;}
.title-module h3{ font-weight:bold;}
.tabs_search .tab-content{padding-bottom:0;}
aside.wrap .tabs_search .tab-content{padding:0; margin-top:15px;}
.module-list{}
.module-list .module-sort{display:block;background:#f1f1f1;margin-bottom:20px; }
.module-list .module-sort .module-sort-in{display:inline-block;}
.module-list .module-sort ul li {
    display: inline-block; width:150px; float:left; padding:0 10px;    border-left: 1px solid #fff;
}
.module-list .module-sort ul li:first-child{border-left:0;}
.module-list .module-sort ul li a{font-size:16px; display:inline-block; padding:10px 5px; 
	position:relative; height:60px; width:100%;

}
.module-list .module-sort ul li a h3{font-size:16px;
    text-align: center;
    left: 0;
    position: absolute;
    right: 20px;
    top: 50%; font-weight:bold;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
section.conetnt-page .container.bg-white{background:#fff;}
.module-list {
    border-top: 5px solid #f1f1f1;
    padding: 10px 0;
}
.bg-f0 {
    background-color: #f0f0f0;
}
.tit-deals {
    display: inline-block;
    position: relative;
    min-height: 30px;
    line-height: 30px;
    padding-left: 36px;
    margin-right: 25px;
    background: #f3940c;
    font-size: 11px;
    color: #fff;
}
.tit-deals:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 25px;
    height: 30px;
    background: url(../img/corner-deals.png) no-repeat 0 0;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.tit-deals:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0;
    top: 0;
    background: #ef7805 url(../img/icon-deals.png) no-repeat center center;
}
.darkblue-clr {
    color: #01426a!important;
}
.fsize-18 {
    font-size: 18px;
}
.pd-10 {
    padding: 10px;
}
a.show-content {
    font-size: 16px;
    padding: 5px 0px;
	padding-left:15px;
}
a.show-content:first-child{
	padding-left:0;
}
.infor{padding:10px 0;}
ul.number-pro{}
ul.number-pro li {
    width: 25%;
    font-weight: bold;
    font-size: 16px;	
    float: left;
    line-height: 40px;
}
.item-view-btn{ margin-top:15px;}
.item-view-btn-in{border-top:1px solid #f1f1f1;  }
.item-view-btn a.show-content{padding: 10px;display: inline-block;}
.item-view-note p.note{padding:10px;margin:0; color:#00a9f4; font-size:14px; background:#f1f1f1; margin-top:15px;}
.btn-form{font-size:20px; text-transform:uppercase; font-weight:bold;}
h3.title {
    font-weight: bold;
    margin-bottom: 15px;
}
.slick-slider.slider-for{margin-bottom:30px; text-align:center;}
.table-infor li{padding:5px; background:#f1f1f1}
.table-infor-people li{padding:5px 0;}
.table-infor li:nth-child(odd) {
    background: #fff;
}

.table-infor li  span{width:60px; display:inline-block; float:left;}
.table-infor li  span.infor-right{padding-left:60px;display:inline-block; float:right;}
.title-note {padding:}
.title-note p{display:inline-block; background:#f1f1f1; color:#000; border:1px solid #ccc; border-radius:15px; padding:5px 20px;}
.note-padding20{padding:20px;}
.radio label{margin-right:15px;}
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: scroll;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
table.table{width:100%;}
table.table .row {
    margin: 0;
	    border: 0;
}
.table-fixed thead {
    width: 98%;
}
.panel.panel-default.panel-table{border:0;}
.table-fixed thead tr {
    background: #f1f1f1;
}
table.table.table-fixed tr td,table.table.table-fixed tr th{width:20%; text-align:center; border:1px solid #f1f1f1;}
table.table.table-fixed tr th{font-size:16px; font-weight:bold;}
table.table.table-fixed tr td{font-size:16px;}
.panel.panel-table.panel-default{
	    box-shadow: 0 1px 1px rgba(0,0,0,0); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
}
.title-module-table {
    font-size: 16px;
    font-weight: bold;
    max-width: 500px;
    margin: 0 auto;
}
.title-module-table h3 {
    font-size: 20px;
    font-weight: bold;
}
.container_tabs .form-group{margin-bottom: 9px;}
.bottom-menu-fixed.bottom-header.menu-desktop.fix_top {
    width: 100%;
    z-index: 100000; box-shadow: 0px 3px 10px rgba(0,0,0,0.1);-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.show-menu-scroll{display:none;}
.show-menu-scroll.show-display-block{display:block;}
@media(min-width:768px)
{
	.product-grid.article-item{min-height:365px;}
	.article-item h3{padding-bottom:0;padding-top:10px;height: 45px;}
	.modal-dialog.modal-table{width:800px;}
}
@media(max-width:992px)
{
	.display_mobile{display:block;}
	.featured-image{pointer-events: none;}
	.tabs_search {width: 100%;position: static;}
	.bottom-header.menu-desktop {
		display: none;
	}
	header#header .top-header{background:#FF6600;}
	header#header .top-header ul li a{color:#fff;}
	header#header .top-header ul li:last-child{display:block;}
	.show-menu-scroll.show-display-block{display:none;}
	header#header .top-header{background:none;position:absolute;z-index:9999;padding: 25px 0;}
	.toggle-m-menu {   color: #000;font-size: 20px; }
}
.slider-nav,.slider-for{display:none;}
.slick-slider{display:block;}
.slick-slide img{max-width:100%;}
@media(max-width:767px){
	.no-margin-mobile{margin-bottom:0;}
	.text-center-mobile{text-align:center;}
	.tab-content{padding:20px;}
	.tabs_search  ul.tabs li{width:auto; display:inline-block; padding:10px; font-size:13px;}
	header#header .logo-wrapper img{max-width:100%; margin:0 auto; }
	header#header .logo-wrapper{padding:5px 0;}
	.title-module-table{margin-right:0;}
.tit-deals{margin-right:0; width:100%;}
	.tit-deals:before{display:none;}
	.module-list .module-sort .module-sort-in{width:100%;}
	.module-list .module-sort ul li,ul.number-pro li{width:50%; text-align:center;}
	.btn-register-mobile{margin-top:20px;}
}
.login-social ul.social{list-style:none; display:inline-block; margin-top:15px;}
.login-social ul.social li{float:left;  padding-left:5px;} 
.login-social ul.social li a{
	display: table-cell;
    width: 35px;
	height: 35px;
    line-height: 35px;
    background: #686868;
    color: #fff;
    font-size: 16px;
	position:relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;} 
.login-social ul.social li a:before{    background: #646464;
    background: -moz-linear-gradient(30deg,#646464 0%,#6b6b6b 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#646464),color-stop(100%,#6b6b6b));
    background: -webkit-linear-gradient(30deg,#646464 0%,#6b6b6b 100%);
    background: -o-linear-gradient(30deg,#646464 0%,#6b6b6b 100%);
    background: -ms-linear-gradient(30deg,#646464 0%,#6b6b6b 100%);
  background: linear-gradient(30deg,#646464 0%,#6b6b6b 100%);
  
}
.des-top{margin-bottom:30px;}
.login-social ul.social li a i.fa{position:relative; z-index:10000;}
.login-social ul.social li a.fb{background:#425F9C;}
.login-social ul.social li a.gl{background:#DD4E42;}
.login-social ul.social li a.yt{background:#CC181E;}
.login-social ul.social li a.tw{background:#55ACEE;}
.login-social ul.social li:hover a{background:#fff; color:#333;}
.hotline a{font-size:26px; font-weight:bold;color: #007070;}
.hotline a i.fa{width:40px; height:40px; font-size:26px; line-height:40px; text-align:center;
border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:red; color:#fff; margin-right:10px;
}
.hoitline-user-list{margin-top:5px;}
.hotline a .text-hotline {
    color: red;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}
.search-wp{border:1px solid #FF6600; margin-top:25px; position:relative;    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.search-ex{font-size:13px; display:inline-block;color:#333; font-weight:bold; margin-top:5px; cursor:pointer;}
.search-ex:hover{color:#286090;}
/* CSS Document */

/*******hotroonline*******/
.module_support_online{width:100%; margin:0 auto; max-width:290px;}
.left_content {
    padding: 0 0;
}

.left_content  .sup_c { 
    display: inline-block;
    height: auto;
    color: #555555;
    font-size: 15px;
}
.left_content  .sup_c.cols_4{width:25%; float:left;}
.image_user_sp{width:50px; height:50px; margin:0 auto;}
.image_user_sp img{border-radius:50%; width:100%; height:100%; max-width:100%; max-height:100%;}
.left_content  .sup_c.cols_6{width:100%; padding-left:0; box-sizing:border-box; position:relative;}
.left_content .sup_c p { 
    height: auto; font-size:20px;
    line-height: 40px;
	margin:0;
}
.left_content .sup_c p.phone_call{margin-top:5px;}
.left_content .sup_c p.chat_online{position:absolute; top:0; right:0;}
.left_content ul{padding:5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;}
.left_content ul li {
    float: none;
    position: relative;
    padding:0;
    margin-bottom: 5px;
    padding-top: 0;
    border-bottom: 1px dashed #f1f1f1;
}
.phone_call{
	margin:0;
    text-align: left;
    font-size:14px;
    color: #333; margin-bottom:5px;
}
.phone_call strong{font-size: 16px; text-transform:capitalize;}
.left_content ul li:last-child{border-bottom:0; margin-bottom:0;padding-bottom:0;}
.left_content ul li:hover{background:transparent ;}
.left_content ul li .sup_c a {
    float: none;
    padding: 0;
    width: 33px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #2991f1;
    text-align: center;
    font-size: 21px;
    color: #fff;
    border-radius: 50%;
}
.left_content ul li .sup_c a:nth-child(2){background:#7C529D;}
.left_content ul li .sup_c a>img{height:30px;}
/************/
.title-tabs {
    font-size: 18px;
    padding: 0;
    color: red;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 65px;
    line-height: 55px;
}
.icon-bds{width:50px;height:50px; position:absolute; top:0; left:0;}
.icon-bds.search{width:80px; height:53px;}
.title-tabs span {
    position: relative;
    z-index: 10000;
    line-height: 1.2em;
    display: inline-block;
    font-size: 16px;
}
.icon-bds img{width:100%;}
.phone-call-sub {
    line-height: 1.2em;
}
.phone-call-sub a{font-size:24px; color:red; position:relative; z-index:10000;}
.phone-call-sub  span.text-hotline{
	display:block; font-size:16px; text-transform:capitalize;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: relative;
    cursor: default;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    outline: none;
    border: 0 solid rgba(0,0,0,1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal normal 24px/1 "Nova Flat", Helvetica, sans-serif;
    color: red;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: 0;
    white-space: normal;
    word-spacing: 0;
    word-wrap: ;
    background: ;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
	text-align: left;
	font-weight: bold;
	margin-bottom:5px;
}
.phone-call-sub  span.text-hotline:after{
	    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "Hotline";
    cursor: default;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    outline: none;
    border: 0 solid rgba(0,0,0,1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal normal 24px/0 "Nova Flat", Helvetica, sans-serif;
       color: red;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: 0;
    white-space: normal;
    word-spacing: 0;
    word-wrap: ;
    background: ;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(-0.5) scaleZ(1) translateY(-20%);
    transform: scaleX(1) scaleY(-0.5) scaleZ(1) translateY(-20%);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
	text-align: left;
}
.phone-call-sub  span.text-hotline:before{
	display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: 2;
    width: 100%;
    height: 200%;
    position: absolute;
    content: "";
    cursor: default;
    opacity: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: 0 solid rgba(0,0,0,1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal normal 24px/1 "Nova Flat", Helvetica, sans-serif;
        color: red;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: 0;
    white-space: normal;
    word-spacing: 0;
    word-wrap: ;
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.43) 0, rgba(255,255,255,0.2) 44%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.96) 57%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(0, rgba(255,255,255,0.43) 0, rgba(255,255,255,0.2) 44%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.96) 57%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0, rgba(255,255,255,0.43) 0, rgba(255,255,255,0.2) 44%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.96) 57%, rgba(255,255,255,1) 100%);
    background-repeat: repeat;
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(-1) scaleZ(1);
    transform: scaleX(1) scaleY(-1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
	text-align: left;
}
.item-bds{margin-bottom:30px;}
.form-group{position:relative;}
section.company-master{margin-bottom:30px;}
section.company-master .title{margin-bottom:15px;}
.banner-adv  a{display:block;margin-bottom:30px;}
.banner-adv img{width:100%;}
.content-wrap{padding:15px;    min-height: 185px;}
.content-wrap.content-height-second{min-height: 138px;}
.logo-mobile {
    background: #fff;
    padding: 20px 0;
    border: 10px solid #333;
}
.logo-mobile a{display:block;}
.logo-mobile a img{display:block; width:230px; margin:0 auto;}
/* .form-max-height{max-height:270px; overflow:auto;} */
.col-newsletter.col-newsletter-top{    max-width: 320px;margin: 0 auto;margin-top: -10px;}
.no-padding-left{padding-left:0 !important;}
.no-padding-right{padding-right:0 !important;}
ul.main-nav{width:100%; display:table;}
ul.main-nav li{display:table-cell;}
button.btn.btn-md.btn-primary {
    float: right; padding:5px;
}
.module_support_online .title-tabs{padding:0; text-align:center; font-size:24px;}
.module_support_online .title-tabs .phone-call-sub a{font-size:28px;}
p.phone-chang {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.content-infor-footer {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #588028;
}
.hotline-all {
    height: 421px;
    overflow: auto;
}
.button-social{width:100%; margin:0 auto;}
.button-social ul{list-style:none; padding:0; margin:0;}
.button-social ul li{float:left;  padding:0 5px;}
.button-social ul li {
    color: #333;
    text-decoration: none;
    height: 35px;
    line-height: 1em;
    display: flex;
    align-items: center;
}
.button-social ul li a{color:#333; text-decoration:none;}
.button-social ul li .zalo-sharelink {
    background: #1798E6;
    color: #fff;
    position: relative;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 10px;
	cursor: pointer;
}
.button-social ul li .zalo-sharelink span{float:left; padding-left:20px; font-size:14px;}
.button-social ul li .zalo-sharelink .img-zalo {
    position: absolute;
    left: 5px;
    top: 4px;
}
.subscription.subscription-top {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;z-index:1000;
}
.subscription.subscription-top .form-element {
    display: inline-block;
}
.subscription.subscription-top label {
    font-size: 16px;
    color: #d24b2f;
    text-transform: uppercase;
    margin: 0 15px 0 0;
    position: relative;
    top: 3px;
}
.subscription.subscription-top .logo {
    margin-left: 30px; width:130px;
}
.subscription.subscription-top .logo img{width:100%;}
.wpcf7-form-control-wrap {
    position: relative;
}
.subscription.subscription-top  .input-control {
    background: #ebebeb;
    font-size: 12px;
    color: #797979;
    padding: 5px 10px;
    border: 0;
    outline: none;
    width: 100%;
}
.subscription.subscription-top .input-control {
    width: 220px;
    font-weight: 600;
}
.btn {
    border-radius: 0;
}
.btn-red {
    background: #d24b2f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.subscription.subscription-top .btn-red {
    height: 27px;
    width: 60px;
}
.btn-red {
    background: #d24b2f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.btn-reg {
	position: fixed;
	bottom: 00px;
	margin: auto;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	font-size: 18px;width: 100%;
padding: 10px 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* From uiverse.io */
ul.main-nav li {
  display: inline-block;
}
a.buttonMenuMobile,ul.main-nav>li.active>a {
  background-color: #d9401c!important;
}
a.buttonMenuMobile,ul.main-nav>li>a {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  /* letter-spacing: 2.5px; */
  font-weight: 500;
  color: #000;
  background-color: #d9401c;
  border: none;
  border-radius: 45px;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
header#header .bottom-header .main-nav li{margin-right:10px;}
header#header .bottom-header .main-nav li:first-child a{padding-left: 18px;}
header#header .bottom-header .main-nav li:last-child a{padding-right: 18px;}
a.buttonMenuMobile:hover,ul.main-nav>li>a:hover {
  background-color: #E12D2D;
  /* box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); */
  box-shadow: 0px 15px 20px rgba(87, 25, 1, 0.4);
  color: #fff;
  /* transform: translateY(-7px); */
  transform: translateY(5px) translateX(5px);
}

a.buttonMenuMobile:active,ul.main-nav>li>a:active {
  transform: translateY(-1px);
}
/* header#header .bottom-header .main-nav li.active > a, header#header .bottom-header .main-nav li:hover > a {background: #C82020; } */
header#header .bottom-header .main-nav li.active > a, header#header .bottom-header .main-nav li:hover > a {background: #ff00008c; }
.col-xs-6.col-sm-6.col-md-4.col-lg-4.item-bds {
  padding: 0 5px;
}
.product-grid.article-item {
  background: #f1f1f1;
  padding: 10px 10px 10px;
  min-height: 390px;
    margin-bottom: 0px;
}
}
.listMenuHeader ul li:first-child a{padding-left:5px!important;}
h3.tensptk{padding:0;margin:0}
.desc.ngang {   overflow: unset !important; }
.toggle-m-menu.hidden-md.hidden-lg.buttonMenuMobile {border-radius: 3px;padding: 3px 5px;line-height: 34px;color: #fff;margin-top: 20px;}
.welcome-user {
	font-size: 18px;
	font-style: italic;
}
.welcome-user span {
	color: #F60;
	font-weight: 600;
}
#tab2-2 img {
  max-width: 100%;
}