html, body{
	background:#fff;
}
html >body.mobile{}
/*====================================== MOBILE HEADER =======================================*/
.mobile-header {
	position: relative;
	z-index: 5;
}
.mobile-header .topbar {
	background: #f34111;
	line-height: 40px;
	font-size: 13px;
	color: #fff;	
	text-align: center;
}

.mobile-header .topbar p {margin: 0;}
.mobile-header .upper {
	padding: 15px;
	position: relative;
	text-align: center;
}
/* .mobile-header .logo {display: inline-block;} */
.mobile-header .logo a {width: 85px;}
.mobile-header .lower {
	position: relative;
	padding: 0 10px;
}
.mobile-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.5s ease;
	background: #78b43d;
	/*padding-bottom: 10px;*/
}
.mobile-header.unfixed{}

.mobile-search .form {
	position: relative;
}
.mobile-search .form .input-text {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-right: 70px;
	background: #fff;
	font-size: 13px;
	color: #000;
	/*border: 1px solid #e47911;*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 32px;
	width: 60px;
	top: 0px;
	left: initial;
	right: 0px;
	background: #febd69  url(img/upload/icon-search.png) 50% 50% no-repeat;
	border: 1px solid #febd69 ;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-cart {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/cart/icon-cart-white-1.png) 50% 50% no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
/*.mobile-cart .quantity {
	content:'';
	display: block;
	position: absolute;
	top: 1px;
	left: initial;
	right: 15px;
	width: 18px;
	height: 16px;
	border-radius: 10px;
	line-height: 16px;
	font-size: 10px;
	color: red;
	background: #fff;
}
*/
.mobile-cart .quantity {
	display: block;
	position: absolute;
	top: 0px;
	left: initial;
	right: 8px;
	font-size: 12px;
	color: #111;
}

.mobile-header .lower.catalog-page{
	padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
	position: absolute;
	display: none;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	width: 32px;
	height: 32px;
	background: #febd69;
	color: #333;
}

.mobile-header .lower .btn-open-aside>*{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	width: 20px;
	height: 3px;
	background: #333;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #333;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
}
.mobile-header .lower .btn-open-aside.show{
	display: block;
}

.mobile-header .lower .btn-open-aside>*:before{
	top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
	top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
	background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
	top: 0;
	transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
	transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
	transform: rotate(-45deg);
}
.moblie-menu-btn>*,
.moblie-menu-btn>*:before,
.moblie-menu-btn>*:after{
	background: #fff;
}


.mobile-header .mobile-list-cat{}
.mobile-header .mobile-list-cat{} /*WEBKIT-SCROLL*/
.mobile-header .mobile-list-cat::-webkit-scrollbar {
	height: 0px;
}

/* Track */
.mobile-header .mobile-list-cat::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
.mobile-header .mobile-list-cat::-webkit-scrollbar-thumb {
	background: #aaa; 
}

/* Handle on hover */
.mobile-header .mobile-list-cat::-webkit-scrollbar-thumb:hover {
	background: #e47911; 
}
.mobile-header .mobile-list-cat ul{
	width: 750px;
}
.mobile-header .mobile-list-cat ul>li{}
.mobile-header .mobile-list-cat ul>li>*{
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 10px;
}

/*###################################### PC ###############################*/

/*========GENERAL==========*/
.btn.order-1 {
	display: block;
	border: 1px solid;
	border-color: #c89411 #b0820f #99710d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #fcf3dc;
	-moz-box-shadow: inset 0 1px 0 0 #fcf3dc;
	box-shadow: inset 0 1px 0 0 #fcf3dc;
	background: linear-gradient(to bottom,#f8e3ad,#eeba37);
	background: -moz-linear-gradient(top,#f8e3ad,#eeba37);
	background: -webkit-linear-gradient(top,#f8e3ad,#eeba37);
	background: -o-linear-gradient(top,#f8e3ad,#eeba37);
	background: -ms-linear-gradient(top,#f8e3ad,#eeba37);
	text-decoration: none;
	font-size: 13px;
	color: #111;
	text-align: center;
	padding: 5px 15px;
	line-height: 20px;
}
.btn.order-1:hover {
	background: #f1c861;
	background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
	background: linear-gradient(to bottom,#f5d78e,#eeb933);
}

.highlight{
	color: #e47911;
}

.top-link{
	background: #fafafa;
	padding: 15px 0;
	margin: 0;
}

.breadcrumb ul li a{
	font-size: 12px;
	color: #333;
}

.breadcrumb ul li a:hover{
	color: #c45500;
	text-decoration: underline;
}

.breadcrumb ul li span{
	color: #c45500;
}

.fb{
	display: block;
	margin-bottom: 20px;
}

/* .btn{ */
	/* display: block; */
	/* background: #e47911; */
	/* color: #fff; */
	/* padding: 10px; */
	/* text-align: center; */
	/* position: relative; */
	/* } */
	.form{
		position: relative;
	}

	.form .form-row{
		position: relative;
	}

	.mb-common{
		margin-bottom: 30px	;
	}

	.rating>*{
		display: inline-block;
		font-size: 12px;
		color: #ffc000;
	}
	.rating .vote{
		display: inline-block;
		font-size: 13px;
		color: #555;
	}

	.wrap-price{}
	.wrap-price .old-price{
		font-size: 13px;
		text-decoration: line-through;
		color: #959595;
	}
	.wrap-price .new-price{
		color: #B12704;
		font-size: 15px;
		font-weight: 600;
		margin-right: 6px;
	}

	.heading-1{
		margin:0;
	}


	.heading-1 >*{
		display: block;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color: #303030;
	}

	.heading-2 >*{
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #303030;
		text-transform:uppercase;
	}
	.heading-2{
		margin-bottom: 15px;
	}

	.heading-3{
		display:inline-block;
		background:#78b43d;
		padding:10px;
		margin:0;
	}

	.heading-3 >*{
		text-transform:uppercase;
		font-weight:400;
		color: #fff;
	}


	@media (max-width: 415px){
		.heading-2 >*{
			display: block;
			font-size: 16px;
			font-weight: 600;
			color: #303030;
			text-transform:uppercase;
		}
	}
	/*icon menu*/
	.icon {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		transform: translate(0 , -50%);
/*	width: 22px;
height: 22px;*/
overflow: hidden;
z-index: 99;
}

.icon >* {
	display: block;
}



/*icon ảnh canh chính giữa trên dưới trái phải bg*/
.icon-1 {
	position: relative;
	height: 32px;
	width: 32px;
	background: initial;
}

.icon-1 >* {
	margin: auto;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}

/*icon bên trái text bên phải*/
.icon-2{
	float: left;
	margin-right: 10px;
}
.icon-2 >* {
	display: block;
}

.countdown{
	align-items: center;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.countdown .box-time{
	background: #78b43d;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 5px 0;
}
.countdown .box-time:not(:last-child){
	margin-right: 2px;
}
.countdown .box-time .time{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.countdown .box-time .smalltext{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: capitalize;
}

/*========================================= PC-HEADER ==================================*/
.pc-header{
	
}
.pc-header .topbar{
	background:#78b43d;
}

.topbar .topnav .top-menu > li > a{
	color:#fff;
	font-size:13px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
}
.topbar .hotline{
	padding-left:20px;
	position:relative;
}
.topbar .hotline:before{
	content:'\f2a0';
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-family:'fas';
	color:#fff;
}
.topbar .hotline > *{
	color:#fff;
	font-size:12px;
	font-weight:500;
}

/*HD-UPPER*/
.pc-header .upper{
	padding:25px 0;
}

.pc-header .logo{
	display:inline-block;
}
.pc-header .hd-search{
	width: 650px;
	position: relative;
}
.pc-header .lower{
	background:#78b43d;
}
.hd-search .form{}

/*----------------- hd-search select -----------------------*/

.hd-search .wrap-select{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 555;
}
.custom-select {
	position: relative;
}
.custom-select select {
	display: none; 
}
.select-selected:after {
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-family: 'fas';
	font-size: 16px;
	color: #555;
	z-index: 9;
}

.select-selected.select-arrow-active:after {
	content: "\f0d8";
}
.select-items div,.select-selected {
	height: 35px;
	line-height: 35px;
	color: #555;
	padding: 0 10px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	overflow: hidden;
}
.select-selected{
	padding: 0 30px 0 10px;
	border-radius: 4px 0 0 4px;
	background-color: #78b43d;
	width: 86px;
	color: #fff;
}
.select-selected:hover{
	background: #dadada;
}
.select-items {
	position: absolute;
	background-color: #f3f3f3;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	width: 200px;
}
.select-items .title-select{
	display: inline;
	width: auto;
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.hd-search .select{
	height: 35px;    
	border-radius: 4px 0 0 4px;
}

.hd-search .form .form-row{
	width: 100%;
}

.hd-search .form .form-row .input-text{
	width: calc(100% - 150px);
	-webkit-width: calc(100% - 150px);
	-moz-width: calc(100% - 150px);
	-ms-width: calc(100% - 150px);
	-o-width: calc(100% - 150px);
	border-right: 0;
	border-left:0;
	border-color:#78b43d;
	height: 35px;
	padding-left: 91px;
	border-radius: 4px 0 0 4px;
}
.hd-search .form .form-row .btn-submit{
	background: #78b43d;
	background-image: none;
	border: none;
	width: 60px;
	height: 35px;
	color:#fff;
}
.hd-search .form .form-row .btn-submit img{
	filter: brightness(0) invert(1);
}

.hd-search .form .form-row .btn-submit:hover{
	background: #f3a847;
}


@media (max-width: 1024px) {
	.hd-search .form .form-row .input-text{
		width: 180px;
	}
}

.hd-banner .image{
	height: 35px;
}


/*======================================= HD-LOWER ========================================*/


/* LOWER .FIXED*/
.pc-header .lower .logo{
	display:none;
}
.pc-header .lower.fixed{
	position: fixed;
	top: 0;
	left: initial;
	width: 100%;
	z-index: 999;
	background: #78b43d;
}
.pc-header .lower.fixed .logo{
	width:100px;
	display:block !important;
}


.pc-header .lower.fixed .pc-cat >.panel-body{
	display: none;
}

.pc-header .lower.fixed .pc-cat:hover >.panel-body{
	display: block;
}


/* .hd-deliver  */
.pc-header .lower .wrap-hd-deliver{
	height: 41px;
}

.hd-deliver{
	padding: 5px;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.hd-deliver:hover{
	border: 1px solid #ffffff47;
}
.hd-deliver .icon{
	left: 5px;
}
.hd-deliver .icon>*{}
.hd-deliver .content{
	padding-left: 25px;
}
.hd-deliver .content>*{
	color: #fff;
}
.hd-deliver .content .title{
	font-size: 12px;
	line-height: 14px;
}
.hd-deliver .content .sub-title{
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	display: block;
	white-space: nowrap;
}

/* .dropdown-menu*/

.dropdown-menu{
	position: relative;
}

.dropdown-menu .btn-dropdown{
	margin: 0;
	cursor: pointer;
}

.dropdown-menu .btn-dropdown>*{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 22px 5px 10px;
	border-radius: 3px;
	border: 1px solid transparent;
	position: relative;
}

.dropdown-menu .btn-dropdown>*:hover{
	border: 1px solid #ffffff47;
}

.dropdown-menu .btn-dropdown>*:before{
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-family: 'fas';
	font-size: 12px;
	color: #ccc;
}

.dropdown-menu .dropdown-box{
	display: none;
	position: absolute;
	background: #fff;
	width: 230px;
	top: 100%;
	left: -25px;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 3px;
}


.dropdown-menu .dropdown-box:before{
	content:'';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 48%;
	transform: translate(-50% , 0);
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;
}

.dropdown-menu.active .dropdown-box{
	display: block;
}

.dropdown-box ul{
	position: relative;
}

.dropdown-box ul>li{
	position: relative;
}
.dropdown-box ul>li:not(:last-child){
	margin-bottom: 5px;
}
.dropdown-box ul>li>a{
	display: block;
	position: relative;
}

.dropdown-box ul>li>a> span{
	display: block;
	height: 20px;
	overflow: hidden;
}

.dropdown-box ul>li:hover >a{
	text-decoration: underline;
	color: #e47911;
}
.dropdown-box ul>li>*{
	color: #111;
}



/*pc-cat*/

.pc-cat{
	position: relative;
}

.pc-cat>.panel-head{}

.pc-cat .heading-1{
	margin: 0;
	cursor: pointer;
}

.pc-cat .heading-1>*{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
	position: relative;
}


.pc-cat .heading-1>*:before{
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-family: 'fas';
	font-size: 12px;
}
.pc-cat .heading-1>*:hover{
	border: 1px solid #ffffff47;
}

.pc-cat>.panel-body{
	display: none;
	position: absolute;
	background: #fff;
	width: 230px;
	top: 100%;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 3px;
}

.pc-cat>.panel-body:before{
	content:'';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 68%;
	transform: translate(-50% , 0);
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;

}

.pc-cat .list-cat{
	position: relative;
}

.pc-cat .list-cat>li{
	position: relative;
}
.pc-cat .list-cat>li:not(:last-child){
	margin-bottom: 5px;
}
.pc-cat .list-cat>li>a{
	display: block;
	position: relative;
}

.pc-cat .list-cat>li>a> span{
	display: block;
	height: 20px;
	overflow: hidden;
}

.pc-cat .list-cat>li:hover >a{
	text-decoration: underline;
	color: #e47911;
}
.pc-cat .list-cat>li>*{
	color: #111;
}

/*==============  NAVIGATION -- MAIN-MENU ==============*/
.main-nav{
	position:relative;
}
.main-nav .main-menu > li{
	position:static;
}
/* .main-nav li {position: relative;} */
.main-nav .main-menu > li + li {margin-left: 25px;}
.main-nav .main-menu > li > a {
	display: block;
	position: relative;
	padding: 10px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.template-tour .main-nav .main-menu > li > a {color: #fff;}

.template-tour .scroll .main-nav .main-menu > li > a {color: #333 !important;}




.scroll .main-nav > li > a{ color:#333 !important;}


.template-tour .main-nav .main-menu > li > a:after {background: #f15922;}
.main-nav .main-menu > li:hover > a{background:#fff;color:#000;}
.main-nav .megamenu {
	position: absolute;
	display: none;
	width: 945px;
	padding: 20px 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	z-index: 1000;
	left:0;
	top:100%;
}
.main-nav .main-menu > li:hover > .megamenu {display: block;}
.main-nav .megamenu .title {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
}
.main-nav .megamenu .title a {color: #000;font-weight:400 !important;}
.main-nav .megamenu .submenu > li {margin-bottom: 10px;}
.main-nav .megamenu .submenu a {
	display: block;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.main-nav .megamenu .submenu a:before {
	content: "\f101";
	display: block;
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 13px;
	font-family: 'fas';
}
.main-nav .megamenu .submenu a:hover {text-decoration: underline;}
.main-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 220px;
	background: #fff;
	z-index: 1000;
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		-khtml-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		-ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		-o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.main-nav .main-menu > li:hover > .dropdown-menu {display: block;}
.main-nav .dropdown-menu .submenu > li > a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 15px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.main-nav .dropdown-menu .submenu > li + li > a {}
.main-nav .dropdown-menu .submenu > li:hover > a {
	/* background-color: rgba(241, 89, 34, 1); */
		text-decoration: underline;
}

@media (min-width: 1220px) {
	.main-nav .main-menu > li + li {margin-left: 25px;}
}
@media (max-width: 1220px) {
	.main-nav .megamenu {
		width: 800px;
		left: 0px;
	}
	.pc-header .logo {width: 200px;}
	.main-nav .main-menu > li > a {padding: 25px 0;}
	.main-nav .main-menu > li > a:after {bottom: 15px;}
}


/*=== .HD-TOOLBOX ====*/
.hd-toolbox{}

/*hd-lang*/
.hd-lang{}
.hd-lang .wrap-btn-lang{
	padding-right: 20px;
}
.hd-lang .wrap-btn-lang:before{
	transform: translate(0 , 0);
}

.hd-lang .wrap-btn-lang .name-lang{
	color: #ccc;
	font-size: 12px;
}
.hd-lang .wrap-btn-lang .icon-lang{
	width: 14px;
	height: 14px;
}
.hd-lang .wrap-btn-lang .icon-lang img{
	display: block;
}
.hd-lang.dropdown-menu .dropdown-box:before{
	left: 50px;
	transform: translate(0);
}
.hd-lang .dropdown-box .lang-panel{}
.lang-panel .lang-panel-head{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.lang-panel .lang-panel-head .icon-1{
	width: 20px;
	height: 20px;
	position: relative;
}
.lang-panel .lang-panel-head .icon-1 img{}
.lang-panel .lang-panel-head .text{
	padding-left: 10px;
	width: calc(100% - 20px);
	-webkit-width: calc(100% - 20px);
	-moz-width: calc(100% - 20px);
	-ms-width: calc(100% - 20px);
	-o-width: calc(100% - 20px);
}

.hd-lang .list-lang>li>*{
	color: #111;
}
.hd-lang .dropdown-box ul>li>a{
	display: flex;
}
.hd-lang .list-lang>li>*:hover .icon-1{
	background: url(img/upload/icon-radio-2.png) center no-repeat;
	position: relative;
	z-index: 99;
}

.hd-lang .list-lang>li>*:hover .icon-1 img{
	display: none;
}

.hd-lang .list-lang>li>* .icon-1{
	width: 20px;
	height: 20px;
	position: relative;
}
.hd-lang .list-lang>li>* .text{
	padding-left: 10px;
	width: calc(100% - 20px);
	-webkit-width: calc(100% - 20px);
	-moz-width: calc(100% - 20px);
	-ms-width: calc(100% - 20px);
	-o-width: calc(100% - 20px);
}

.lang-panel .lang-panel-foot{
	margin-top: 10px;
}
.lang-panel .lang-panel-foot .btn-readmore{
	display: block;
	padding-left: 30px;
}




/*hd-acc*/
.hd-acc{
	padding-left: 2px;
	margin-left: 1px;
	position: relative;
}
.hd-acc:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	background: #ffffff47;
	width: 1px;
	height: 30px;
}
.hd-acc .wrap-btn-acc{}
.hd-acc .wrap-btn-acc:before{
	transform: translate(0 , 0);
}

.hd-acc .wrap-btn-acc .title{
	color: #ccc;
	font-size: 12px;
}
.hd-acc .wrap-btn-acc .sub-title{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.hd-acc.dropdown-menu .dropdown-box{
	width: 500px;
	left: initial;
	right: -80%;
	padding: 15px 20px;
}

.hd-acc.dropdown-menu .dropdown-box:before{
	-webkit-left: calc(72% + 3px);
	-ms-left: calc(72% + 3px);
	-moz-left: calc(72% + 3px);
	-o-left: calc(72% + 3px);
	left: calc(72% + 3px);
	transform: translate(0);
}

/*acc-panel*/
.acc-panel{}
.acc-panel .acc-panel-head{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom:1px solid #ddd;
}

.acc-panel .acc-panel-head .btn.order-1{
	width: 200px;
	display: inline-block;
}

.acc-panel .acc-panel-head .sub-title{
	margin-top: 4px;
	font-size: 11px;
}
.acc-panel .acc-panel-head .sub-title span{
	color: #111;
}
.acc-panel .acc-panel-head .sub-title a{
	color: #05a;
}
.acc-panel .acc-panel-head .sub-title a:hover{
	text-decoration: underline;
	color: #e47911;
}
.acc-panel-body .uk-width-large-1-2:nth-child(1){
	border-right: 1px solid #ddd;
}


/*__acc-panel*/
.__acc-panel{}
.__acc-panel.order-1{}
.__acc-panel .__acc-panel-head{
	margin-bottom: 10px;
}
.__acc-panel .__acc-panel-head .title{
	font-size: 16px;
	color: #111;
	font-weight: 700;
}



/*hd-cart*/
.hd-cart{}
.hd-cart>*{
	border: 1px solid transparent;
	border-radius: 3px;
}
.hd-cart>*:hover{
	border: 1px solid #ffffff47;
}
.hd-cart .cart-order{
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 14px;
}
.hd-cart .cart-item{
	padding: 10px 10px 5px;
}
.hd-cart .cart-item .image{
	position: relative;
}
.hd-cart .cart-item .image .number{
	content: '';
	display: block;
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(0 , 50%);
	font-size: 16px;
	line-height: 16px;
	color: #f08804;
}
.hd-cart .cart-item .content{
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	margin-left: 2px;
}

/*######################################  end .pc-header  ####################################*/


/*===================================== .MAINSLIDE ===========================================*/
.slide.skin-4{}
.mainslide-sync1{}

.mainslide-sync1 .item{}
.mainslide-sync1 .image{
	
}

.owl-theme .owl-controls{
	margin: 0;
}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div{
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 52px;
	top: 50%;
	transform: translate(0 , -50%);
	border-radius: 0;
	/*text-indent: -999999em;  biến mất khỏi khối (-)*/
	font-size: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
	opacity: 1;
}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url(img/mainslide-nav-next.png) no-repeat center;
	-webkit-background-size: 70%;
	background-size: 70%;
	right: 30px;

}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url(img/mainslide-nav-prev.png) no-repeat center;
	-webkit-background-size: 70%;
	background-size: 70%;
	left: 30px;
}

.homepage-guide .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: #fff url(img/mainslide-nav-next.png) no-repeat center;
	-webkit-background-size: 70%;
	background-size: 70%;
	right: -5px;

}
.homepage-guide .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: #fff url(img/mainslide-nav-prev.png) no-repeat center;
	-webkit-background-size: 70%;
	background-size: 70%;
	left: -5px;
}

@media (min-width: 1024px) {
	.mainslide-sync1 .image{
	}
}
@media (max-width: 959px) {
	.mainslide-sync1 .image{
		height: 350px;
	}
	#homepage .slide.skin-4{
		margin-bottom: 10px !important;
	}
}

@media (max-width: 600px) {
	.mainslide-sync1 .image{
		height: 290px;
	}
}

@media (max-width: 414px){
	.mainslide-sync1 .image{
		height: 250px;
	}
}
@media (max-width:375px){
	.mainslide-sync1 .image{
		height: 220px;
	}
}
@media (max-width:320px){
	.mainslide-sync1 .image{
		height: 200px;
	}
}


/*##################################### end .MAINSLIDE #####################################*/

/*===================================== .HOMEPAGE ===========================================*/

.homepage-choose{}
.homepage-choose .panel-head{
	margin: 0 0 30px 0;
}

.list-choose{}
.list-choose > li{}
.list-choose > li .choose{}
.list-choose > li .choose .thumb{
	margin: 0 0 15px 0;
}
.list-choose > li .choose .thumb .image{
	height:125px;
}
.list-choose > li .choose .info{}
.list-choose > li .choose .info .title{
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
}
.list-choose > li .choose .info .title > *{
	color:#333;
}
.list-choose > li .choose .info .title > *:hover{
	color:#78b43d;
}


@media (max-width: 500px){
	.list-choose > li .choose .info .title > *{
		font-size:13px;
	}
}
/*INTRODUCT------------------------------------------------------*/
.home-introduct .panel-head{
	position:relative;
}

.home-introduct .panel-head .heading-1{
	text-align: center;
	padding:10px 0;
}
.home-introduct .panel-head .heading-1>a{
	color: #333;
	font-size:20px;
	font-weight: 600;
}
.home-introduct .panel-body{
	padding:20px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.home-introduct .panel-body>div:last-child{
	text-align: center;
	font-size: 20px;
	padding:20px;
	font-weight: 600;
	line-height: 30px;
}
.home-introduct .panel-body  *{
	text-align: justify;
	line-height: 20px;
	font-family:'verdana' !important;
	font-size:15px;
}
.home-introduct .panel-body{}
.home-introduct .panel-body{}
.home-introduct .lower{
	padding:20px 0;
}

.home-introduct .social>a{
	margin:0 20px;
	display: inline-block;
}
.home-introduct .social{
	padding:0 50px;
	position: relative;
}
.home-introduct .social:before{
	content:"Chia sẻ:";
	display: block;
	position: absolute;
	left:0;
	top:50%;
	transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-webkit-transform: translate(-0%,-50%);
	color:#333;
	font-size:15px;
}
.home-introduct .social>a:nth-child(1)>span{
	position: relative;
	width:50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #304A7D;
}
.home-introduct .social>a:nth-child(1)>span:before{
	content: "\f39e ";
	display: block;
	position: absolute;
	font-family: fas;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color:#fff;
	font-size:30px;
	/*nut facebook*/
}
.home-introduct .social>a:nth-child(2)>span{
	position: relative;
	width:50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #E32C26;
}
.home-introduct .social>a:nth-child(2)>span:before{
	content: "\f167";
	display: block;
	position: absolute;
	font-family: fas;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color:#fff;
	font-size:30px;
	/*nut youtube*/
}
.home-introduct .social>a:nth-child(3)>span{
	position: relative;
	width:50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #DC4335;
}
.home-introduct .social>a:nth-child(3)>span:before{
	content: "\f0d5";
	display: block;
	position: absolute;
	font-family: fas;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color:#fff;
	font-size:30px;
	/*nut google +*/
}
@media(max-width: 601px){
	.home-introduct .panel-body .lower .menu{
	display: block;
	}
	.home-introduct .panel-body .lower .menu .fanpage{
		margin-top:20px;
	}
}
@media(max-width: 321px){
	.home-introduct .social>a:nth-child(1)>span{
		width: 35px;
		height: 35px;
	}
	.home-introduct .social>a:nth-child(2)>span{
		width: 35px;
		height: 35px;
	}
	.home-introduct .social>a:nth-child(3)>span{
		width: 35px;
		height: 35px;
	}
	.home-introduct .social>a:nth-child(1)>span:before{
		font-size:18px;
	}
	.home-introduct .social>a:nth-child(2)>span:before{
		font-size:18px;
	}
	.home-introduct .social>a:nth-child(3)>span:before{
		font-size:18px;
	}
}

/* HOMEPAGE GENERAL */
.general{}
.partner-section .panel-head,
.general .panel-head{
	margin: 0 0 20px 0;
	position:relative;
}
.partner-section .panel-head:before,
.general .panel-head:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	top:initial;
	width:100%;
	height:2px;
	background:#78b43d;
}

.list-general > li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom:1px solid #ccc;
}
.list-general > li:last-child{
	border:0;
}

.general-post .thumb{
	width:140px;
	float:left;
}
.general-post .thumb .image{
	height: 90px;
}
.general-post .info{
	width:calc(100% - 140px);
	width:-webkit-calc(100% - 140px);
	width:-moz-calc(100% - 140px);
	width:-o-calc(100% - 140px);
	width:-ms-calc(100% - 140px);
	float:left;
	padding-left:20px;
}
.general-post .info .title{}
.general-post .info .title > *{
	font-weight:500;
	font-size:15px;
	color:#333;
}


/* ######################## partner-section ######################## */
.partner-section {margin: 0 0 40px 0;}
.partner-section .slider .uk-slider-container {padding: 0 1px;}
.partner-section .thumb {
	padding: 2px;
	background: #fff;
	border: 1px solid #d5d5d5;
}
.partner-section .thumb .image {height: 95px;}
@media (min-width: 1220px) {
	.partner-section .slider .uk-slidenav {
		display: block;
		width: 30px;
		height: 42px;
		background: url(img/btn-prev.png) 0px 0px no-repeat;
	}
	.partner-section .slider .uk-slidenav-previous {left: -50px;}
	.partner-section .slider .uk-slidenav-next {
		right: -50px;
		background: url(img/btn-next.png) 0px 0px no-repeat;
	}
	.partner-section .slider .uk-slidenav:before {display: none;}
}
@media (max-width: 1200px) {
	.partner-section .slider .uk-slidenav {
		display: block;
		visibility: hidden;
		opacity: 0;
	}
}
@media (max-width: 960px) {
	.partner-section {
		margin: 0;
		padding: 20px 0;
	}
	.partner-section .panel-head {display: none;}
}
@media (max-width: 479px) {
	.partner-section {padding: 15px 0;}
}


/*================  .HOMEPAGE-CATEGORIES ============================*/
.homepage-categories .owl-item{
	padding-right:2px;
}
.homepage-categories{}
.homepage-categories .panel-head{
	margin-bottom: 5px;
	position: relative;
	padding: 10px 10px 10px 0;
}
.homepage-categories .panel-head .heading-2{
	margin: 0;
	cursor: pointer;
}
.homepage-categories .panel-head .heading-2>*{
	text-transform:uppercase;
}
.homepage-categories .panel-head .btn-readall{
	color: #303030;
}
.homepage-categories .panel-body{}
.homepage-categories .panel-body .list-categories{
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.homepage-categories .panel-body .list-categories>li{}
.homepage-categories .panel-body .list-categories>li>*{}
.homepage-categories .panel-body .list-categories .categories{
	background: #fff;
	padding: 20px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.homepage-categories .panel-body .list-categories .categories .thumb{
	width:80px;
	float:left;
}
.homepage-categories .panel-body .list-categories .categories .thumb .image{
	height: 80px;
}
.homepage-categories .panel-body .list-categories .categories .info{
	float:left;
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	padding-left:15px;
}
.homepage-categories .panel-body .list-categories .categories .info .title{
	margin-bottom: 8px !important;
	height:42px;
	overflow:hidden;
}
.homepage-categories .panel-body .list-categories .categories .info .title>*{
	color: #303030;
	font-size: 13px;
	font-weight:500;
	display:block;
	text-transform:uppercase;
}
.homepage-categories .panel-body .list-categories .categories .info .title>*::first-letter{
	text-transform:uppercase;
}
.homepage-categories .panel-body .list-categories .categories .info .sub-title{
	font-size:12px;
	color:#31ae4a;
}

@media (max-width: 959px) {
	.homepage-categories .panel-body .list-categories .categories{
		padding: 10px;
	}
	.homepage-categories .panel-head .heading-2>*{
		padding-right: 20px;
	}
}

@media (max-width: 800px) {
	.homepage-categories .panel-body .list-categories .categories .thumb{
		width:60px;
	}
	.homepage-categories .panel-body .list-categories .categories .thumb .image{
		height: 60px;
	}
	.homepage-categories .panel-body .list-categories .categories .info{
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		padding-left:15px;
	}
}
@media (max-width: 320px) {
	.homepage-categories .panel-body .list-categories .categories{
		padding: 20px;
	}
	.homepage-categories .panel-body .list-categories .categories .thumb{
		width: 80px;
		float: none !important;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.homepage-categories .panel-body .list-categories .categories .thumb .image{
		height: 80px;
	}
	.homepage-categories .panel-body .list-categories .categories .info{
		width: 100%;
		padding-left:0;
		float: none !important;
		text-align: center;

	}
}


.panek-foot.description{
	font-size:15px;
	line-height:25px;
	font-family:verdana !important;
}

.homepage-product .wrap-content{}

.homepage-product .panel-body{}


.list-product{}
.list-product .owl-item{
	
}
.list-product li{
	position: relative;
	margin: 0 0 10px 0;
}
.list-product .product {
	border:1px solid #ccc;
	padding-bottom:10px;
	padding-top:0;
	
}
.list-product .product {}

.list-product .product .thumb{
	position: relative;
	margin-bottom: 10px;
}
.list-product .product .discount{
	color:red;
	font-size:11px;
}
/*.list-product .owl-carousel .owl-wrapper-outer{
	margin-bottom: 20px;
}
*/

.list-product .product .thumb .image{
	height: 210px;
}

@media (max-width: 415px){
	.list-product .product .thumb .image{
		height: 190px;
	}
}

.list-product .product .wrap-btn-product{
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50% , 0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.list-product .product:hover .wrap-btn-product{
	opacity: 1;
	visibility: visible;
}
.list-product .product .wrap-btn-product a:not(:last-child){
	margin-right: 5px;
}

.list-product .product .wrap-btn-product .btn-addcart{
	position: relative;
	color: #fff;
	display: block;
	background: #f75e1b;
	padding: 5px;
	padding-left: 30px;
	font-size: 12px;
	width: 120px;
}
.list-product .product .wrap-btn-product .btn-addcart .icon{
	width: 15px;
	height: 15px;
	left: 8px;
}

.list-product .product .wrap-btn-product .btn-addcart .icon img{
	filter: brightness(0) invert(1);
}

.list-product .product .wrap-btn-product .btn-product{
	background: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #e6e6e6;
	position: relative;
}

.list-product .product .wrap-btn-product .btn-product:hover{
	background: #f75e1b;
	border-color: #f75e1b;
}

.list-product .product .wrap-btn-product .btn-product:hover img{
	filter: brightness(0) invert(1);
}

.list-product .product .wrap-btn-product .btn-product img{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.list-product .product .info{
	padding: 0 10px;
}

.list-product .product .info>*:not(:last-child){
	margin-bottom: 6px !important;
}
.list-product .product .info .title{
	margin: 0;
	line-height: 20px;
	overflow: hidden;
	height:42px;
}
.list-product .product .info .title>*{
	color: #303030;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
}
.list-product .product .info .wrap-price{
	margin: 0;
}

.list-product .product .info .wrap-price .new-price{
	font-size: 14px;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}
.list-product .product .info .description{
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}


.list-product .product .wrap-btn-product .btn-viewer{}
.list-product .product .wrap-btn-product .btn-favourite{}

.list-product>li>*{
	color: #888;
}


@media (max-width: 768px){
	.list-product li{
		margin-bottom:10px;
	}
}

.banner-baby .banner{
	border:1px solid #ebebeb;
}

/*DROPDOWN-MENU-RESPONSIVE*/
.dropdown-menu-responsive{}
.dropdown-menu-responsive .btn-dropdown.active>*:before{
	content: '\f106';
}

.dropdown-menu-responsive .btn-dropdown>*:before{
	content: '\f107';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0 , -50%);
	font-family: 'fas';
	color: #363636;
	font-size: 12px;
}

.dropdown-menu-responsive .dropdown-box.active{
	left: 0;
	top: 100%;
	width: 100%;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	position: absolute;
}

.dropdown-menu-responsive .dropdown-box{
	background: #fff;
	border: 1px solid #eaeaea;
	border-top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9999;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-box-shadow: 0px 0.5px 0.5px #c6c6c6;
	-moz-box-shadow: 0px 0.5px 0.5px #c6c6c6;
	-ms-box-shadow: 0px 0.5px 0.5px #c6c6c6;
	-o-box-shadow: 0px 0.5px 0.5px #c6c6c6;
	box-shadow: 0px 0.5px 0.5px #c6c6c6;

}

.dropdown-menu-responsive .dropdown-box .list-cat-dropdown{}
.dropdown-menu-responsive .dropdown-box .list-cat-dropdown>li{}
.dropdown-menu-responsive .dropdown-box .list-cat-dropdown>li>*{
	display: block;
	padding: 10px 15px;
}

/*Tu sua*/
/*.homepage-product.order-1 .panel-body .list-product .product:hover{
	-webkit-box-shadow: 0px 1px 1px #c6c6c6;
	-moz-box-shadow: 0px 1px 1px #c6c6c6;
	-ms-box-shadow: 0px 1px 1px #c6c6c6;
	-o-box-shadow: 0px 1px 1px #c6c6c6;
	box-shadow: 0px 1px 1px #c6c6c6;

}
*/

/*################### end .HOMEPAGE-PRODUCT ####################*/

/*=====================================  .PRD-CATALOG-PAGE  ======================================*/




/*##################################### end .PRD-CATALOG-PAGE #####################################*/


/*========================================== .BLOG-PAGE ============================================*/


/*##################################### end .BLOG-PAGE #####################################*/

/*========================================== .PRD-DETAIL-PAGE =====================================*/
.prd-detail{}
.prd-detail .detail-content{
	background: #fff;
	padding: 20px;
}

@media (max-width: 800px){
	.prd-detail .detail-content{
		padding: 0 10px;
	}
}
.prd-content>.panel-head{
	margin-bottom: 25px;
}

.prd-content{}
.prd-content .panel-head .prd-gallerys{}
.prd-content .panel-head .prd-gallerys .slide.skin-4{}
.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync1{
	margin-bottom: 15px;
}
.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync1 .image{
	height: 450px;
}
.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync2{}
.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync2 .image{
	height: 57px;
}

.prd-content .panel-head .prd-gallerys .slide.skin-4 .owl-carousel.sync2 .owl-item{
	border: 1px solid transparent;
	padding: 3px;
}
.prd-content .panel-head .prd-gallerys .slide.skin-4 .owl-carousel.sync2 .owl-item.synced{
	border: 1px solid #bcbcbc;
}

.magnifier-preview{
	overflow: hidden; 
	position: absolute; 
	background-color: white;
	z-index: 190; 
	box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 8px 2px; 
	border: 1px solid rgb(148, 148, 148); 
	left: 10px;
	top: 0;
	height: 420px;
	opacity: 0;
	visibility: hidden;
}
.magnifier-preview.show{
	opacity: 1;
	visibility: visible;
}

.magnifier-preview img{
	z-index: 191;
}


@media (max-width: 800px) {
	.prd-content .panel-head .prd-gallerys{
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync1 .image{
		height: 320px;
	}
}

@media (max-width: 414px) {
	.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync1 .image{
		height: 270px;
	}
}

@media (max-width: 320px) {
	.prd-content .panel-head .prd-gallerys .slide.skin-4 .sync1 .image{
		height: 240px;
	}
}



.prd-content .panel-head .prd-info{
	position: relative;
	color: #555;
}
.prd-content .panel-head .prd-info>*:not(:last-child),
.prd-content .panel-head .prd-info .uk-width-large-2-3>*:not(:last-child){
	margin-bottom: 10px;
}
.prd-content .panel-head .prd-title,
.prd-content .panel-head .prd-info .prd-title{
	max-height: 64px;
	line-height: 32px;
	overflow: hidden;
}
.prd-content .panel-head .prd-title>*,
.prd-content .panel-head .prd-info .prd-title>*{
	display: block;
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	line-height: 1.5;
}
.prd-content .panel-head .prd-info .prd-extra-info{}
.prd-content .panel-head .prd-info .prd-extra-info>*{
	position: relative;
	color: #555;
}
.prd-content .panel-head .prd-info .prd-extra-info>*:not(:last-child){
	padding-right: 8px;
	margin-right: 8px;
}
.prd-content .panel-head .prd-info .prd-extra-info>*:not(:last-child):before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0 , -50%);
	width: 1px;
	height: 12px;
	background: #555;
}

.prd-content .panel-head .prd-info .prd-extra-info .prd-brand{}
.prd-content .panel-head .prd-info .prd-extra-info .prd-brand a{
	color: #0066c0;
}
.prd-content .panel-head .prd-info .prd-extra-info .prd-brand a:hover{
	color: #c45500;
	text-decoration: underline;
}
.prd-content .panel-head .prd-info .prd-extra-info .prd-status{}
.prd-content .panel-head .prd-info .prd-extra-info .prd-status .available{
	color: #008a00;
	font-size: 16px;
	font-weight: 600;
}
.prd-content .panel-head .prd-info .rating{}
.prd-content .panel-head .prd-info .rating>*{
	font-size: 13px;
}
.prd-content .panel-head .prd-info .reviewer{
	margin-left: 10px;
}
.prd-content .panel-head .prd-info .wrap-price{}
.prd-content .panel-head .prd-info .wrap-price .new-price{
	font-size: 24px;
	line-height: 32px;
	margin-right: 10px;
}
.prd-content .panel-head .prd-info .wrap-price .old-price{
	font-size: 15px;
}

.prd-content .panel-head .prd-info .prd-size{
	margin: 30px 0;
}
.prd-content .panel-head .prd-info .prd-size .label{
	margin-bottom: 12px;
}
.prd-content .panel-head .prd-info .prd-size .size{}
.prd-content .panel-head .prd-info .prd-size .size>*{
	display: inline-block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #555;
	color: #555;
	cursor: pointer;
}
.prd-content .panel-head .prd-info .prd-size .size>*:not(:last-child){
	margin-right: 5px;
}
.prd-content .panel-head .prd-info .prd-size .size>*.active{
	border: 1px solid #ff5622;
	color: #ff5622;
}

.prd-content .panel-head .prd-info .prd-excerpt{
	color: #111;
	line-height: 25px;
	overflow-y: scroll;
    outline: none;
	height:245px;
}
.prd-content .panel-head .prd-info .prd-excerpt .btn-readmore{
	color: #e47911;
	font-weight: 600;
}

.prd-content .panel-head .prd-info .prd-size{
	margin: 30px 0;
}
.prd-content .panel-head .prd-info .prd-size .label{
	/*margin-bottom: 12px;*/
}

.prd-content .panel-head .prd-info .prd-total-price{}
.prd-content .panel-head .prd-info .prd-total-price>*{}
.prd-content .panel-head .prd-info .prd-total-price>*:not(:last-child){
	margin-right: 20px;
}
.prd-content .panel-head .prd-info .prd-total-price .title{}
.prd-content .panel-head .prd-info .prd-total-price .total-price{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #e47911;
}

.prd-content .panel-head .prd-info .prd-buy{
	margin-bottom: 20px;
}
.prd-content .panel-head .prd-info .prd-buy>*:not(:last-child){
	margin-right: 10px;
}
.prd-content .panel-head .prd-info .prd-buy .label{
	margin-right: 10px;
}
.prd-content .panel-head .prd-info .prd-buy .wrap-qty{
	position: relative;
}
.prd-content .panel-head .prd-info .prd-buy .wrap-qty .input-text{
	width: 60px;
	height: 40px;
	text-align: center;
	padding-left: 5px;
	padding-right: 25px;
}
.prd-content .panel-head .prd-info .prd-buy .wrap-qty .btn-qty{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	top: 0;
	right: 0;
	color: #555;
}
.prd-content .panel-head .prd-info .prd-buy .wrap-qty .btn-abatement{}
.prd-content .panel-head .prd-info .prd-buy .wrap-qty .btn-augment{
	top: 20px;
}
.prd-content .panel-head .prd-info .prd-buy .prd-cart{
	position: relative;
}
.prd-content .panel-head .prd-info .prd-buy .prd-cart .btn-addcart{
	font-size: 14px;
	color: #fff;
	background: #f2c94c;
	display: inline-block;
	padding-left: 40px;
	margin-right: 10px;
	width: 170px;
}

.prd-content .panel-head .prd-info .prd-buy .prd-cart .btn-addcart .icon{
	left: 10px;
}
.prd-content .panel-head .prd-info .prd-buy .prd-cart .btn-buynow{
	width: 170px;
}
.prd-content .panel-head .prd-info .prd-tag{}

.prd-content .panel-head .prd-info .prd-tag>i{
	color: #363636;
	font-weight: 500;
}

.prd-content .panel-head .prd-info .prd-tag>a{
	color: #555;
}
.prd-content .panel-head .prd-info .prd-tag>a:hover{
	color: #e47911;
}

.prd-content .panel-head .prd-info .prd-social{}
.prd-content .panel-head .prd-info .prd-social>*{
	height: 20px;
}
.prd-content .panel-head .prd-info .prd-social>* img{
	display: block;
}
.prd-content .panel-head .prd-info .prd-social>*:not(:last-child){
	margin-right: 3px !important;
}

.prd-content .panel-head .prd-info .prd-color{}
.prd-color .prd-list-color{}
.prd-color .prd-list-color>li{
	display: inline-block;
}
.prd-color .prd-list-color>li:not(:last-child){
	margin-right: 10px !important;
}
.prd-color .prd-list-color>li .checkbox{
	border-radius: 3px;
	width: 30px;
	height: 30px;
	background: #000;
	border: 0;
	margin: 0;
	display:inline-block;
}
.prd-color .prd-list-color>li .checkbox.active{
	width:35px;
	height:35px;
}
.prd-color .prd-list-color>li:nth-child(1) .checkbox{
	background: #F1C40F;
}
.prd-color .prd-list-color>li:nth-child(2) .checkbox{
	background: #9B59B6;
}
.prd-color .prd-list-color>li:nth-child(3) .checkbox{
	background: #E74C3C;
}
.prd-color .prd-list-color>li:nth-child(4) .checkbox{
	background: #2ECC71;
}
.prd-color .prd-list-color>li:nth-child(5) .checkbox{
	background: #FF00CC;
}
.prd-color .prd-list-color>li:nth-child(6) .checkbox{
	background: #E67E22;
}	

.prd-color .form .checkbox:before{
	color: #fff !important;
	line-height: 30px !important;
	text-align: center !important;
	font-size: 15px !important;
}

.prd-info>a{
	display: block;
}


@media (max-width: 414px) {
	.prd-content .panel-head .prd-info .prd-extra-info{
		display: block;
	}
	.prd-content .panel-head .prd-info .prd-extra-info>*:not(:last-child){
		margin: 0;
		padding: 0;
		margin-bottom: 6px;
	}
	.prd-content .panel-head .prd-info .prd-extra-info>*:not(:last-child):before{
		width: 0;
	}

	.prd-content .panel-head .prd-info .prd-buy{
		display: block;
	}
	.prd-content .panel-head .prd-info .prd-buy>*:not(:last-child){
		margin-bottom: 10px;
	}

	.prd-content .panel-head .prd-info .prd-buy .prd-cart .uk-flex{
		display: block;
	}
	.prd-content .panel-head .prd-info .prd-buy .prd-cart .btn{
		width: 100%;
	}
	.prd-content .panel-head .prd-info .prd-buy .prd-cart .btn-addcart{
		margin: 0;
		margin-bottom: 10px;
	}
}

@-webkit-keyframes outFly{0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0}10%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}20%{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05);opacity:.9}30%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);opacity:.8}40%{-webkit-transform:scale(1.15,1.15);transform:scale(1.15,1.15);opacity:.7}50%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:.6}60%{-webkit-transform:scale(1.25,1.25);transform:scale(1.25,1.25);opacity:.5}70%{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3);opacity:.4}80%{-webkit-transform:scale(1.35,1.35);transform:scale(1.35,1.35);opacity:.3}90%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:.2}100%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5);opacity:.1}}@keyframes outFly{0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0}10%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}20%{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05);opacity:.9}30%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);opacity:.8}40%{-webkit-transform:scale(1.15,1.15);transform:scale(1.15,1.15);opacity:.7}50%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:.6}60%{-webkit-transform:scale(1.25,1.25);transform:scale(1.25,1.25);opacity:.5}70%{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3);opacity:.4}80%{-webkit-transform:scale(1.35,1.35);transform:scale(1.35,1.35);opacity:.3}90%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:.2}100%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5);opacity:.1}}

.phone-call{
	position: fixed;
	bottom: 50px;
	left: 20px;
	background: #e47911;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transform: rotate(90deg);
	z-index: 9999;
}
.phone-call::after{
	content: '\f095';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'fas';
	color: #fff;
	/* transform:scale(1.5,1.5); */
	border-radius: 50%;
	border: 1px solid #e47911;
	width: 100%;
	height: 100%;
	-webkit-animation: outFly .8s ease-in-out .3s infinite;
	animation: outFly .8s ease-in-out .3s infinite;
}

.phone-call{
	color: #fff;
	font-size: 14px;
}


/*##################################### end .PC-FOOTER #####################################*/

/*$$$$$$$$$$$$$$$$$$$$$$$$$$*/
#sync4 .image{
	height: 120px;
}

#backtop-1{
	display: block;
	text-align: center;
	color: #fff;
	background: #37475A;
	padding: 15px 0;
}
#backtop-1:hover{
	background: #485769;
}



/*##################################### end .BLOG-PAGE #####################################*/


/*FOOTER*/
.footer .container{
	padding:30px ;
}
.footer{
	background:#333333;
	color:#ccc;
}
.footer a{
	color:#ccc;
}
.ft-nav>ul>li,
.footer .ft-contact>ul>li{
	display: block;
	padding:5px 14px;
}
.ft-nav>ul>li:hover>a,
.footer .ft-contact>ul>li:hover>a{
	color:#fff;
}
.ft-nav>ul>li:first-child>a,
.footer .ft-contact>ul>li:first-child>a{
	display: block;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
}
.ft-nav>ul>li:not(:first-child)>a{
	position: relative;
	padding:0 12px;
	font-size:12px;
}
.ft-nav>ul>li:not(:first-child)>a:before{
	content:"\f105";
	display: block;
	position:absolute;
	font-family:fas;
	font-size:13px;
	left:0;
}
.footer .ft-contact>ul>li:not(:first-child){
	position: relative;
	padding:0 14px;
	font-size:13px;
}
.footer .ft-contact>ul>li:nth-child(2):before{
	content:"\f105";
	display: block;
	position: absolute;
	font-family:fas;
	left:0;
	font-size:13px;
}
.footer .ft-contact>ul>li:nth-child(3):before{
	content:"\f105";
	display: block;
	position: absolute;
	font-family:fas;
	left:0;
	font-size:13px;
}
.footer .ft-contact>ul>li:nth-child(4):before{
	content:"\f105";
	display: block;
	position: absolute;
	font-family:fas;
	left:0;
	font-size:12px;
}
.ft-middle{
	border-top:1px dashed #fff;
	padding:20px 0;
	background:#78b43d;
}
.ft-middle .heading-3{
	color:#ccc;
	text-transform: uppercase;
	font-weight: 600;
	font-size:13px;
}
.ft-bottom{
	padding:20px 0;
	background:#292929;
}
.ft-bottom .ft-breadcrumb>li{
	float:left;
	display: block;
	padding:0px 14px;
}
.ft-bottom .ft-breadcrumb>li+li{
	border-left:1px solid #ddd;
}
@media(max-width: 769px){
	.ft-nav>ul>li, .footer .ft-contact>ul>li{
		padding:5px 0;
	}
	.footer .container{
		padding:20px 15px;
	}
}


/* ######################## Contact ######################## */
.contact {margin: 0 0 30px 0;}
.contact .contact-infomation, 
.contact .contact-form {
	margin-bottom: 20px!important;
}
.contact .contact-infomation .note {
	margin-bottom: 10px;
	font-style: italic;
	color: #666;
	font-weight: 500;
}
.contact .contact-infomation .company {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	/* font-family: 'UTM Avo Bold', sans-serif; */
}
.contact .contact-infomation .address {margin-bottom: 26px;}
.contact .contact-infomation .address p {
	margin: 0 0 5px 0;
	color: #000;
}
.contact .contact-infomation .address a {color: #000;}
.contact .contact-map {
	padding: 4px;
	border: 1px solid #d5d5d5;
	height: 361px;
}
.contact .contact-form .label {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 15px;
}
.contact .contact-form .form-row {margin-bottom: 10px;}
.contact .contact-form .input-text, 
.contact .contact-form .form-select, 
.contact .contact-form .form-textarea {
	border: 1px solid #d5d5d5;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.contact-form .form-select {color: #999!important;}
.contact .contact-form .input-text, 
.contact .contact-form .form-select {height: 30px;}
.contact .contact-form .form-textarea {
	padding: 5px 10px;
	height: 200px;
}
.contact-form .btn-submit {
	display: inline-block;
	padding: 6px 25px;
	cursor: pointer;
	background: #0055b8;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
.section-contact .support-list>li {margin-bottom: 25px;}
.section-contact .support-list .box {
	padding: 2px;
	border: 1px solid #d5d5d5;
}
.section-contact .support-list .box .infor {
	padding: 8px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.section-contact .support-list .box .name {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.section-contact .support-list .box .position {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #4c5053;
}
.section-contact .support-list .box .description {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	text-align: justify;
}
@media (min-width: 960px) {
	.section-contact .support-list .box .name {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1220px) {
	.section-contact .support-list .box .image {height: 270px;}
}
@media (max-width: 1220px) {
	.section-contact .support-list {margin-left: -15px;}
	.section-contact .support-list>li {
		padding-left: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width: 960px) and (max-width: 1220px) {
	.section-contact .support-list .box .image {height: 225px;}
}
@media (max-width: 960px) {
	.section-contact .support-list {margin-left: -10px;}
	.section-contact .support-list>li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 767px) and (max-width: 960px) {
	.section-contact .support-list .box .image {height: 235px;}
}
@media (min-width: 567px) and (max-width: 767px) {
	.section-contact .support-list .box .image {height: 275px;}
}
@media (min-width: 479px) and (max-width: 567px) {
	.section-contact .support-list .box .image {height: 215px;}
}
@media (max-width: 479px) {
	.section-contact .support-list {margin-left: -5px;}
	.section-contact .support-list>li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	.section-contact .support-list .box .image {height: 155px;}
}

.section-contact .panel-body{
	border-bottom:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.aside-content .aside-product-sale .panel-body .list-product .product .thumb .image{
	height: 100px;
}



/*MODAL-VIDEO*/

.video-content iframe{
	width: 100%;
}

.btn-contact{
	display:block;
	padding:8px 20px;
	background:#ec1b24;
	color:#fff;
	font-weight:400;
	text-align:center;
	border-radius:5px;
}
.btn-contact span.large{
	text-transform:uppercase;
	font-size:18px;
	font-family:Segoe UI;
	display:block;
}
.btn-contact span.small{
	font-size:13px;
}
.detail-content .panel-body{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #333
}

@media (max-width: 1280px){
	.pc-header .hd-search{
		width: 610px;
	}
}

.ring-alo-phone{position:fixed;left:5px;bottom:-4px;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:200000!important}
.ring-alo-ph-circle{width:90px;height:90px;top:12px;left:12px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(0,175,242,0.7);opacity:.1;border-color:#6abd45;opacity:.5}
.ring-alo-ph-circle-fill{width:60px;height:60px;top:28px;left:28px;position:absolute;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:#6abd45;opacity:.75!important}
.ring-alo-ph-img-circle{width:30px;height:30px;top:43px;left:43px;position:absolute;background:#6abd45 url(img/icon-phone.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#6abd45;background-size:70%;}


.prd-desc *{
	font-family:'verdana' !important;
	font-size:15px;
	line-height:25px;
}

@keyframes blink{
	0% { color:#fff000 }
	25% { color:#fff }
	50% { color:#fff000; }
	100% { color:#fff; }
}

@-webkit-keyframes blink{
	0% { color:#fff000 }
	25% { color:#fff }
	50% { color:#fff000; }
	100% { color:#fff; }

}

@-moz-keyframes blink{
	0% { color:#fff000 }
	25% { color:#fff }
	50% { color:#fff000; }
	100% { color:#fff; }

}

.list-blog .blog .image{
	height:450px;
}

.pc-header.fixed{
	position:fixed;
	top:0;
	width:100%;
	padding:0;
}
.pc-header.fixed .upper{
	display:none;
	
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

#product-commitment .subtitle span{
	color:red;
	}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
.carousel-indicators li {
    width: 30px;
}


/*===================================== .MAINSLIDE ===========================================*/
.slide.skin-4{}
.mainslide-sync1{}

.mainslide-sync1 .item{}


.owl-theme .owl-controls{
	margin: 0;
}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div{
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 45px;
	top: 50%;
	transform: translate(0 , -50%);
	border-radius: 0;
	/*text-indent: -999999em;  biến mất khỏi khối (-)*/
	font-size: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url(img/nav-next.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;

}
.slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url(img/nav-prev.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: 0;
}

@media (min-width: 1024px) {
	.mainslide-sync1 .image{
	}
}
@media (max-width: 800px) {
	.mainslide-sync1 .image{
		height: 350px;
	}
}

@media (max-width: 600px) {
	.slide.skin-4{
		margin-bottom: 10px;
	}
	.mainslide-sync1 .image{
		height: 290px;
	}
}

@media (max-width: 414px){
	.mainslide-sync1 .image{
		height: 250px;
	}
}
@media (max-width:375px){
	.mainslide-sync1 .image{
		height: 220px;
	}
}
@media (max-width:320px){
	.mainslide-sync1 .image{
		height: 200px;
	}
}

/*.CATALOG-PANEL*/
.catalog-panel{
	padding-left: calc(20% + 20px);
	min-height:1200px
}
.catalog-panel .panel-head{
	padding: 0 !important;
	margin-bottom: 10px !important;
}


@media (max-width: 959px) {
	.catalog-panel{
		padding-left: 0;
	}
}

@media (max-width: 800px) {
	.catalog-panel .panel-foot .uk-pagination{
		margin-top: 10px;
	}
}
@media (max-width: 600px) {
	.catalog-panel .panel-head .heading-1{
		margin-bottom: 15px;
	}

	.catalog-panel .panel-head>.uk-flex{
		display: block;
	}
}

@media (max-width: 414px) {
	.catalog-panel .panel-head .toolbox-filter .dropdown-filter .btn-dropdown>*{
		width: 280px;
	}
}

@media (max-width: 375px) {
	.catalog-panel .panel-head .toolbox-filter .dropdown-filter .btn-dropdown>*{
		width: 240px;
	}
}

@media (max-width: 320px) {
	.catalog-panel .panel-head .toolbox-filter .dropdown-filter .btn-dropdown>*{
		width: 185px;
	}
}

/*ASIDE-CATEGORIES*/

	.aside-categories .panel-head .aside-heading>*:before{
		content: '\f0c9';
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translate(0, -50%);
		font-family: 'fas';
		color: #363636;
		font-size: 16px;
	}

	.aside-categories .aside-list-categories{
		position: relative;
	}

	.aside-list-categories li .wrap-accordion{
		position: relative;
	}
	.aside-categories .aside-list-categories li .wrap-accordion .title{}

	.aside-categories .aside-list-categories li .accordion{
		position: absolute;
		display: block;
		top: 50%;
		right: 0;
		transform: translate(0 , -50%);
		cursor: pointer;
		width: 30px;
		height: 100%;
	}
	.aside-categories .aside-list-categories li .wrap-accordion.active a{
		color: #f75e1b;
	}
	.aside-categories .aside-list-categories li .wrap-accordion.active .accordion:after{
		content: "\f107";
		color: #f75e1b;
	}
	.aside-categories .aside-list-categories li .wrap-accordion .accordion:after{
		content: "\f105";
		position: absolute;
		font-family: 'fas';
		color: #363636;
		opacity: 0.8;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		font-size: 12px;
		transition: all 0.3s ease-in-out;
		z-index: 99;
	}

	.aside-categories .aside-list-categories>li .panel{
		overflow: hidden;
		z-index: 9;
		height: 0;
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;

	}
	.aside-categories .aside-list-categories>li .panel.active{
		height: auto;
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		/*animation: myMove 1s infinite alternate;*/
	}

/*	@-webkit-keyframes myMove{
		from{height: 0;}
		to{height: auto;}
}
*/


.aside-panel .panel-body .form{}
.aside-panel .aside-list-filter{}
.aside-panel .aside-list-filter>li{}
.aside-panel .aside-list-filter>li:not(:last-child){
	margin-bottom: 10px;
}
.aside-panel .aside-list-filter>li>*{}
.aside-panel .aside-list-filter>li>*:hover{
	color: #f75e1b;
}


.aside-panel .panel-body .form .checkbox{
	margin-right: 10px;
	border-radius: 3px;
	background: #fff;
}
.aside-panel .panel-body .form .checkbox:before{
	color: #f75e1b;
}

.aside-panel .panel-body .form label{}



/*.ASIDE-PRICE*/
.aside-price{}

.aside-price .panel-body{
	border: 2px solid #f2c94c;
	padding: 15px;
}

.aside-price .panel-body .form{
	margin-bottom: 20px;
}
.aside-price .panel-body .btn-filter{
	background: #f2c94c;
	border-radius: 2px;
	padding: 5px 15px;
}

.aside-price .panel-body .form .box-price{
	margin-top: 15px;
}
.aside-price .panel-body .form .box-price .min-price,
.aside-price .panel-body .form .box-price .max-price{
	color: #252525;
	font-weight: 600;
	font-size: 15px;
}
/*.ASIDE-SIZE*/
.aside-size{}


/*.ASIDE-COLOR*/
.aside-color{}
.aside-color .panel-body .aside-list-color{}
.aside-color .panel-body .aside-list-color>li{
	display: inline-block;
	margin-bottom: 10px;
}
.aside-color .panel-body .aside-list-color>li:not(:last-child){
	margin-right: 10px !important;
}
.aside-color .panel-body .aside-list-color>li .checkbox{
	border-radius: 3px;
	width: 30px;
	height: 30px;
	background: #000;
	border: 0;
	margin: 0;
}

.aside-color .panel-body .aside-list-color>li:nth-child(1) .checkbox{
	background: #F1C40F;
}
.aside-color .panel-body .aside-list-color>li:nth-child(2) .checkbox{
	background: #9B59B6;
}
.aside-color .panel-body .aside-list-color>li:nth-child(3) .checkbox{
	background: #E74C3C;
}
.aside-color .panel-body .aside-list-color>li:nth-child(4) .checkbox{
	background: #2ECC71;
}
.aside-color .panel-body .aside-list-color>li:nth-child(5) .checkbox{
	background: #FF00CC;
}
.aside-color .panel-body .aside-list-color>li:nth-child(6) .checkbox{
	background: #E67E22;
}

.aside-color .panel-body .form .checkbox:before{
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}


/*.ASIDE-BANNER*/
.aside-banner{}
.aside-banner .banner{}
.aside-banner .banner .image{
	height: 340px;
}


@media (max-width: 959px) {
	.wrap-aside{
		visibility: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .1);
		transition: all 0.5s ease-in-out;
		z-index: 1000;
	}

	.wrap-aside.active{
		visibility: visible;
	}

	.aside{
		visibility: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 228px;
		height: 100%;
		overflow: auto;
		padding: 20px;
		background: #fff;
		z-index: 9;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-webkit-box-shadow: 0px 2px 3px #c6c6c6;
		-moz-box-shadow: 0px 2px 3px #c6c6c6;
		-ms-box-shadow: 0px 2px 3px #c6c6c6;
		-o-box-shadow: 0px 2px 3px #c6c6c6;
		box-shadow: 0px 2px 3px #c6c6c6;
		z-index: 1001;
	}
	.aside.active{
		visibility: visible;
		left: calc(100% - 228px);
		-webkit-left: calc(100% - 228px);
		-moz-left: calc(100% - 228px);
		-ms-left: calc(100% - 228px);
		-o-left: calc(100% - 228px);
	}

}
/*##################################### end .ASIDE #####################################*/


/*========================================== ASIDE-2 ============================================*/

.aside-2{}

/*.ASIDE-2-PANEL*/
.aside-2-panel{
	margin-bottom: 40px;
}
.aside-2-panel .panel-head{
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.aside-2-panel .panel-head .aside-heading{
	position: relative;
	padding-bottom: 15px;
}
.aside-2-panel .panel-head .aside-heading>*{
	color: #363636;
	font-size: 16px;
	position: relative;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.aside-2-panel .panel-head .aside-heading:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 70px;
	background: #f75e1b;
}

@media (max-width: 959px) {
	.aside-2-panel{
		margin: 0;
	}
	.aside-2-panel.order-1{
		margin-bottom: 30px !important;
	}
}

.aside-product{}
.aside-product .panel-head{}
.aside-product .panel-head .aside-heading{}
.aside-product .panel-head .aside-heading>*{}
.aside-product .panel-body{}
.aside-product .panel-body .aside-list-product{}
.aside-list-product>li{
}
.aside-list-product>li:not(:last-child){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.aside-list-product>li>*{}
.aside-list-product .product-same{}

.aside-list-product .product-same .thumb{
	width:70px;
	float:left;
}
.aside-list-product .product-same .thumb .image{
	height:70px;
	/*border:1px solid #eaeaea;*/
}
.aside-list-product .product-same .info{
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	float:left;
	padding-left:15px;
}
.aside-list-product .product-same .info>*:not(:last-child){
	margin-bottom: 5px !important;
}

.aside-list-product .product-same .info .title{
	height: 20px;
	overflow: hidden;
}

.aside-list-product .product-same .info .btn-cart > a:hover,
.aside-list-product .product-same .info .title >a:hover{
	color: #000;
}
.aside-list-product .product-same .info .title > *{
	font-size: 14px;
	color:#888;
	font-weight: normal;
}
.aside-list-product .product-same .info .rating>*{
	font-size: 11px;
} 
.aside-list-product .product-same .info .wrap-price{
	margin: 0;
}
.aside-list-product .product-same .info .wrap-price>*{
	font-size: 13px;
}
.aside-list-product .product-same .info .btn-cart{} 
.aside-list-product .product-same .info .btn-cart >*{	
	font-size:13px;
	color:#333;
	padding: 5px;
}


.aside-2 .aside-banner{}
.aside-2 .aside-banner:not(:last-child){
	margin-bottom: 20px;
}
.aside-2 .aside-banner .thumb{}
.aside-2 .aside-banner .thumb .image{
	height: 400px;
}
/*==============================  ASIDE ==================================================*/
/*WEBKIT-SCROLL*/
.aside::-webkit-scrollbar {
	width: 3px;
}

/* Track */
.aside::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
.aside::-webkit-scrollbar-thumb {
	background: #aaa; 
}

/* Handle on hover */
.aside::-webkit-scrollbar-thumb:hover {
	background: #f75e1b; 
}

.aside-heading{
	margin: 0;
}
.aside-heading>*{
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #303030;
	font-weight: 700;
}


@media (min-width: 1220px){
	.aside{
		width: 20%;
	}
}
.aside{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.aside>*:last-child{
	margin-bottom: 0 !important;
}

.aside-panel{
	margin-bottom: 30px;
}
.aside-panel .panel-head{
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.aside-panel .panel-head .aside-heading{
	position: relative;
	padding-bottom: 10px;
}
.aside-panel .panel-head .aside-heading>*{
	color: #363636;
	position: relative;
}
/*.aside-panel .panel-head .aside-heading>*:before{
content: '';
display: block;
position: absolute;
bottom: 0;
height: 2px;
width: 60px;
background: #f75e1b;
}*/


.prd-catalog{
	padding-top:30px;
}
/*.CATALOG-CONTENT*/
.catalog-content{
	position: relative;
	margin-bottom: 40px;
}

.aside-panel .panel-body{}

.aside-panel .panel-body li{}
.aside-panel .panel-body li a{
	display: block;
	color: #363636;
	padding: 6px 0;
	padding-right: 25px;
}
.aside-panel .panel-body li a:hover{
	color: #f75e1b;
}

.slider-container{
	width: 100% !important;
}

.slider-container .poiter.high{
	left: 100%;
}

.theme-green .back-bar .selected-bar {
	background: #f2c94c;
	background-image: none;
}

.prd-excerpt{
	font-family:'verdana' !important;
	line-height:25px;
}

/* ==================== .FC-SHOWROOM-BLOCK ==================== */
.fc-showroom-block .uk-panel-title, .fc-showroom-block .uk-panel-title .heading { margin: 0; }
.fc-showroom-block .uk-panel-title a { display: inline-block; color: #FFF; background: #0154A4; text-transform: uppercase; font-size: 14px; padding: 3px 10px; }
.fc-showroom-block .uk-panel-title a:hover { background: #026BB8; text-decoration: none; }
.fc-showroom-block .fc-panel-body { border: 1px solid #959595; padding: 10px; color: #252525; -webkit-box-shadow: 0 5px 5px 0 #AAA; box-shadow: 0 5px 5px 0 #AAA; }
.fc-showroom-block .fc-panel-body p:last-child { margin: 0; }

/* ==================== .RECKON-BLOCK ==================== */
.reckon-block { background: #003471; color: #FFF; padding: 15px; }
.reckon-block input, .reckon-block select { border-radius: 4px; }
.reckon-block [type=submit], .reckon-block [type=reset] { background: #00AEEF; color: #FFF; }
.reckon-block [type=submit]:hover, .reckon-block [type=reset]:hover { background: #009DD8; }
.reckon-block .highlight { color: #F26522; }
.reckon-block table thead { background: #EBEBEB; color: #003471; border: 1px solid #E1E1E1; }
.reckon-block table tbody tr td { padding: 0; border: 0; }
.reckon-block table tbody tr td ul li { border-bottom: 1px solid #E5E5E5; padding: 10px 5px;font-size: 13px;line-height: 18px;white-space: nowrap;text-align:center; }
.reckon-block table thead tr th {white-space: nowrap;}
@media (min-width: 959px) and (max-width: 1220px) {
	.reckon-block .form-control #count {margin-right: 0!important;}
	.reckon-block .form-control .uk-button {padding: 0 8px;}
}
/* ==================== .SUPPORT-BLOCK ==================== */
.support-block { color: #363636; }
.support-block p { font-size: 16px; }
.support-block .outstanding { color: #ED1C24; }
.support-block [class*=uk-icon-] { font-size: 20px; vertical-align: middle; }
.support-block .uk-icon-skype { color: #5AADEC; }
.support-block .uk-icon-yahoo { color: #DDA0DD; }

/* ######################## homepage-category ######################## */
.homepage-category {margin: 0 0 15px 0;}
.homepage-category .panel-head {
	margin: 0 0 15px 0;
	background: #fff;
	border-top: 2px solid #78b43d;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.homepage-category .heading {
	position: relative;
	display: inline-block;
	margin: 0;
	min-width: 160px;
	padding: 15px 15px 15px 20px;
	background: #78b43d;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.homepage-category .heading:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0px;
	left: initial;
	right: -12px;
	border-left: 12px solid #78b43d;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
.homepage-category .heading>* {color: #fff;}
.homepage-category .list-product>li,
.prdcatalogue .list-product>li {
	margin-bottom: 20px;
}

.homepage-category .product .title,
.prdcatalogue .product .title {
	margin: 0 0 0 0;
	max-height: 40px;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden; 
	-ms-text-overflow: ellipsis; 
	text-overflow: ellipsis;
}
.homepage-category .product .title a,
.prdcatalogue .product .title a {
	color: #6a0a0b;
}
.homepage-category .product .btn-groups,
.prdcatalogue .product .btn-group {
	display: inline-block;
}
.homepage-category .product .btn-groups .btn,
.prdcatalogue .product .btn-groups .btn {
	display: block;
	float: left;
	padding: 8px 10px;
	min-width: 100px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.homepage-category .product .btn-groups .btn-detail,
.prdcatalogue .product .btn-groups .btn-detail {
	background: #f5f5f5;
	color: #6a0a0b;
} 
.homepage-category .product .btn-groups .btn-buynow,
.prdcatalogue .product .btn-groups .btn-buynow {
	background: #6a0a0b;
	color: #fff;
} 
.homepage-category .product:hover,
.prdcatalogue .product:hover {
	border-color: #d5d5d5;
}

@media (min-width: 960px) {
	.homepage-category {margin: 0 0 25px 0;}
}
@media (min-width: 1220px) {
	.homepage-category {margin: 0 0 40px 0;}
	.homepage-category .subcategories-list {margin-left: 50px;}
	.homepage-category .subcategories-list li {
		float: left;
		position: relative;
		padding: 10px 0;
		font-size: 12px;
		line-height: 20px;
	}
	.homepage-category .subcategories-list li+li {
		margin-left: 25px;
		padding-left: 25px;
	}
	.homepage-category .subcategories-list li+li:before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		left: 0px;
		top: 0px;
		background: url(img/border.png) 0px 0px;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.homepage-category .subcategories-list a {
		display: block;
		color: #000;
	}
	.homepage-category .subcategories-list a:hover {color: #6a0a0b;}
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 210px;
	}
	.homepage-category .product .title,
	.prdcatalogue .product .title {
		height: 44px;
		font-size: 17px;
		line-height: 22px;
		text-align:left;
		overflow:hidden;
	}
	.homepage-category .panel-foot {padding-top: 20px;}
	.homepage-category .subcategories-bar {display: none;}
}
@media (max-width: 1220px) {
	.homepage-category .panel-head {
		position: relative;
		margin: 0 0 10px 0;
		display: block;
	}
	.homepage-category .heading {padding: 10px 15px 10px 20px;}
	.homepage-category .heading:before {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.homepage-category .subcategories-bar {
		display: block;
		position: absolute;
		width: 14px;
		height: 10px;
		left: initial;
		right: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(img/categories-bar.png) 0px 0px no-repeat;
		text-indent: -99999px;
	}
	.homepage-category .subcategories-list {
		position: absolute;
		display: none;
		min-width: 200px;
		top: 100%;
		left: initial;
		right: 0px;
		background: rgba(255, 255, 255, 1);
		border: 1px solid #d5d5d5;
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
		-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
		z-index: 1000;
	}
	.homepage-category .subcategories-list a {
		position: relative;
		display: block;
		padding: 8px 10px 8px 25px;
		color: #000;
		font-weight: bold;
	}
	.homepage-category .subcategories-list a:before {
		content: "\f111";
		display: block;
		position: absolute;
		left: 10px;
		top: 9px;
		font-family: FontAwesome;
		font-size: 6px;
		color: #6a0a0b;
	}
	.homepage-category .subcategories-list li+li a {border-top: 1px dotted #c8c8c8;}
	.homepage-category .list-product,
	.prdcatalogue .list-product {
		margin-left: -10px;
	}
	.homepage-category .list-product>li,
	.prdcatalogue .list-product>li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.homepage-category .product,
	.prdcatalogue .product {
		border: 1px solid #e1e1e1;
		box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		-ms-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		-o-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .05);
	}
	.homepage-category .product .infor,
	.prdcatalogue .product .infor {
		padding: 10px;
	}
	.homepage-category .product .btn-groups .btn,
	.prdcatalogue .product .btn-groups .btn  {
		padding: 6px 10px;
		font-weight: normal;
	} 
	.homepage-category .panel-foot {padding-top: 10px;}
}
@media (min-width: 767px) and (max-width: 1220px) {
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 175px;
	}
}
@media (max-width: 960px) {
	.homepage-category .product .title,
	.prdcatalogue .product .title {
		margin: 0;
	}
	.homepage-category .product .btn-groups,
	.prdcatalogue .product .btn-groups {
		display: none;
	}
	.homepage-category .product,
	.prdcatalogue .product {
		padding: 2px;
	}
	.homepage-category .product .infor,
	.prdcatalogue .product .infor {
		padding: 5px;
	}
}
@media (min-width: 567px) and (max-width: 767px) {
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 205px;
	}
}
@media (max-width: 567px) {
	.homepage-category {margin: 0 0 5px 0;}
	.homepage-category .heading {
		padding: 6px 10px 6px 15px;
		min-width: 140px;
		font-size: 13px;
	}
	.homepage-category .heading:before {
		right: -10px;
		border-left-width: 10px;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
	}
	.homepage-category .list-product,
	.prdcatalogue .list-product {margin-left: -5px;}
	.homepage-category .list-product>li,
	.prdcatalogue .list-product>li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	.homepage-category .product .title,
	.prdcatalogue .product .title {
		max-height: 36px;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
	}
}
@media (min-width: 479px) and (max-width: 567px) {
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 160px;
	}
}
@media (min-width: 350px) and (max-width: 479px) {
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 120px;
	}
}
@media (max-width: 350px) {
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		height: 100px;
	}
}

.article-2{
	margin: 0 0 15px 0;
}
.article-2 .thumb{
	margin: 0 0 10px 0;
}
.article-2 .thumb .image{
	height: 250px;
}
.article-2 .info{}
.article-2 .info .title{
	height:56px;
	overflow:hidden;
	font-weight:500;
	font-family:'Segoe UI';
	line-height:25px;
}
.article-2 .info .title > *{
	color:#000;
}
.article-2 .info .description{
	font-size:13px;
	font-family:'verdana';
	line-height:24px;
	margin: 0 0 10px 0;
}

.article-detail
.article-detail .heading-1{
	margin: 0 0 25px 0;
}
.article-detail .description *{
	font-weight:500 !important;
}
.article-detail .description{
	font-size:14px !important;
	background:#ebebeb;
	padding:20px;
	line-height:25px;
	margin: 0 0 20px 0;
	position:relative;
}
.article-detail .description:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:100%;
	background:#ccc;
}


.article-detail .content{
	font-family:'verdana' !important;
	line-height:25px;
}

.list-location{}
.list-location > li{
	padding-left:20px;
	position:relative;
}
.list-location > li.phone > *{
	color:#ea3a3c;
	font-size: 18px;
}


.list-location > li > a{
	color:#000;
	font-weight:500;
	font-size:15px;
}

#backtop {
    position: fixed;
    right: 60px;
    clip: rect(auto, auto, auto, auto);
    display: block;
    width: 40px;
    height: 40px;
    background: #fcc314;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    z-index: 9999;
    font-family: 'Roboto-Bold';
	bottom:0px;
}

 .mobile-hotline-fixed {
     display: block;
     position: fixed;
     top: initial;
     bottom: 5px;
     left: 20px;
     z-index: 999999;
}
 .mobile-hotline-fixed>a {
     display: block;
     position: relative;
     padding: 10px 25px 10px 55px;
     background: #ec1b24;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     border-radius: 20px;
     font-size: 20px;
     line-height: 1;
     font-weight: bold;
     color: #fff;
}
 .mobile-hotline-fixed>a:before {
     content: "";
     display: block;
     position: absolute;
     width: 36px;
     height: 36px;
     top: 2px;
     left: 2px;
     background: #fff url(img/icon_hotline_mobile.png) center no-repeat;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     z-index: 5;
}
 .mobile-hotline-fixed>a .value {
     display: inline-block;
     position: relative;
     -webkit-animation: blink .5s infinite;
     -moz-animation: blink .5s infinite;
     animation: blink .5s infinite;
}
 @keyframes blink1{
     0% {
         color:red 
    }
     25% {
         color:blue 
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @-webkit-keyframes blink1{
     0% {
         color:red 
    }
     25% {
         color:blue 
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @-moz-keyframes blink1{
     0% {
         color:red 
    }
     25% {
         color:blue 
    }
     50% {
         color:red;
    }
     100% {
         color:blue;
    }
}
 @keyframes blink{
     0% {
         color:#fff000 
    }
     25% {
         color:#fff 
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}
 @-webkit-keyframes blink{
     0% {
         color:#fff000 
    }
     25% {
         color:#fff 
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}
 @-moz-keyframes blink{
     0% {
         color:#fff000 
    }
     25% {
         color:#fff 
    }
     50% {
         color:#fff000;
    }
     100% {
         color:#fff;
    }
}

/*hd-cart*/
.hd-cart{}
.hd-cart>*{
	border: 1px solid transparent;
	border-radius: 3px;
}
.hd-cart>*:hover{
	border: 1px solid #ffffff47;
}
.hd-cart .cart-order{
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 14px;
}
.hd-cart .cart-item{
	padding: 10px 10px 5px;
}
.hd-cart .cart-item .image{
	position: relative;
}

.hd-cart .cart-item .image .number{
	content: '';
	display: block;
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(0 , 50%);
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight:normal
}
.hd-cart .cart-item .content{
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	margin-left: 2px;
	font-weight:normal;
}

.homepage-experience{}
.homepage-experience .panel-head{
    background: #eee;
    padding: 10px;
    border: 1px solid #ddd;
}
.homepage-experience .panel-head .title{
	margin:0;
	font-size:14px;
	font-family:'Segoe UI';
	font-weight:500;
}
.homepage-experience .panel-head .title > *{
	color:#000;
	text-transform:uppercase;
}
.homepage-experience .list-experience{
	padding:10px;
	border:1px solid #eee;
	border-top:0;
}
.homepage-experience .list-experience > li{
	padding-left:15px;
	margin-bottom:0 0 10px 0;
	padding-bottom:0 0 10px 0;
	border-bottom:1px solid #eee;
}
.homepage-experience .list-experience > li > *{
	color:#333;
}

.product-detail-1 .commitment-aside{}
.product-detail-1 .commitment-aside li{
    position: relative;
    padding: 10px 10px 10px 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
.product-detail-1 .commitment-aside .icon{
    position: absolute;
    left: 5px;
    top: 25px;
}
.product-detail-1 .commitment-aside li .phone { color: #357FBA; font-size: 24px; }
.product-detail-1 .commitment-aside li .smile { color: #357FBA; font-size: 26px; }
.product-detail-1 .commitment-aside li .truck { color: #357FBA; font-size: 24px; }
.product-detail-1 .commitment-aside li .refresh { color: #357FBA; font-size: 24px; }
.product-detail-1 .commitment-aside li .card { color: #357FBA; font-size: 22px; }
.product-detail-1 .commitment-aside .icon img{
    width: 22px;
}



.product-detail-1 .label{
	margin-bottom:10px;
}
.product-detail-1 .label span{
	color:#333;
    font-weight: bold;
}
#tabContent {
    padding: 20px;
    border: 1px solid #ccc;
}
.detail-content *{
	font-family: verdana !important;
	font-size: 15px;
    line-height: 25px;
}

.prd-detail .nav-tabs li > * {
	border-radius:5px 5px 0 0;
	text-align:center;
	position: relative;
	padding: 10px 2px;
	bottom: -1px;
	z-index: 5;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcb813+0,fcb813+100 */
	background: #75c253; /* Old browsers */
}
.prd-detail .nav-tabs li:hover {color: #0089cd;}
.prd-detail .nav-tabs li.uk-active > * {
	background: #fff;
	border: 1px solid #0089cd;
	border-top: 2px solid #0089cd;
	border-bottom-color: #fff;
	color: #0089cd;
	letter-spacing:0.5ps;
}

.prd-content-mobile {margin-bottom: 10px;}
.prd-content-mobile ul>li+li {margin-top: 5px;}
.prd-content-mobile .accordion-label {
	display: block;
	position: relative;
	padding: 8px 15px;
	background: #f6f7f8;
	border: 1px solid #e1e1e1;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
.prd-content-mobile .accordion-label:before {
	content: "\f054";
	display: block;
	position: absolute;
	font-family: fas;
	font-size: 12px;
	color: #666;
	left: initial;
	right: 10px;
	top: 8px;
}
.prd-content-mobile .accordion-label.uk-active:before {
	content: "\f078";
	color: #fff;
}
.prd-content-mobile .accordion-label.uk-active {
	border-color: #026bef;
	background: #026bef;
	color: #fff;
}
.prd-content-mobile .accordion-content {
	margin-top: 10px;
	padding: 15px 10px 10px 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.btn-blue{
	background-image: linear-gradient(-180deg,#288ad6 0%,#0e74c3 100%);
	width:49%;
}
.btn-blue > *{
	font-size:14px !important;
	font-weight:normal !important;
}
/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
	40% 0%,
	75% 84%,
	from(#4D9C41),
	to(#19911D),
	color-stop(.6,#54DE5D))
	}
	
	
@media (max-width: 768px){
	.article.detail-content img{
		width:auto !important;
		height:auto !important;
	}
}

.article.detail-content img{
	width:100% !important;
	height:auto !important;
}

@media (max-width: 600px){
	.n-content{
		position: static !important;
		background: #008a00;
		padding:20px !important;
	}
	.n-content p{
		width: 100% !important;
	}
}