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: #232f3e;
	/*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: 530px;
}
.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: 20px;
	}

	.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;
	}
	.heading-2{
		margin-bottom: 15px;
	}

	.heading-3{
		margin-bottom: 15px;
	}

	.heading-3 >*{
		font-size: 16px;
		font-weight: normal;
		text-transform: capitalize;
		color: #333;
	}

	/*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: #e47911;
	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{
	background: #232f3e;
	padding: 10px 0 3px 0;
	position: relative;
	z-index: 9;
}

/*HD-UPPER*/
.pc-header .upper{}

.pc-header .logo{
	display:inline-block;
}
.pc-header .hd-search{
	width: 732px;
	position: relative;
}
.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: #f3f3f3;
	width: 86px;
	color: #555;
}
.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% - 45px);
	-webkit-width: calc(100% - 45px);
	-moz-width: calc(100% - 45px);
	-ms-width: calc(100% - 45px);
	-o-width: calc(100% - 45px);
	border: 0;
	height: 35px;
	padding-left: 91px;
	border-radius: 4px 0 0 4px;
}
.hd-search .form .form-row .btn-submit{
	background: #febd69;
	background-image: none;
	border: none;
	width: 45px;
	height: 35px;
	border-radius: 0 4px 4px 0;
}

.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 ========================================*/
.pc-header .lower{
	margin-top: 10px;
}

/* LOWER .FIXED*/
.pc-header .lower.fixed{
	position: fixed;
	top: 0;
	left: initial;
	width: 100%;
	z-index: 999;
	background: #f5f5f5;
}


.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-menu>li>a{
	padding: 0 9px;
	color: #ccc;
	font-size: 13px;
}
.main-menu>li:hover>a{
	color: #ccc;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.main-menu>li>a{
		padding: 0 3px;
	}
}


/*=== .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>*{
	padding: 5px 10px;
	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{
	height: 400px;
}

.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-content{}

/*================  .HOMEPAGE-GUIDE ============================*/
.homepage-guide{
	padding: 0 10px;
}
.homepage-guide .panel-body{}
.homepage-guide .panel-body .owl-item>li{
	margin: 10px;
}
.homepage-guide .list-guide{}
.homepage-guide .list-guide>li{}
.homepage-guide .list-guide>li>*{}
.guide-panel{
	background: #fff;
	padding: 20px;
	height: 100%;
}
.guide-panel .guide-panel-head{
	margin-bottom: 15px;
}
.guide-panel .guide-panel-head .heading-2{
	margin: 0;
	height: 62px;
}
.guide-panel .guide-panel-head .heading-2>*{
	color: #111;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 700;
}
.guide-panel .guide-panel-body{}
.guide-panel .guide-panel-body>*:not(:last-child){
	margin-bottom: 10px;
}
.guide-panel .guide-panel-body .thumb{}
.guide-panel .guide-panel-body .thumb .image{
	height: 272px;
}
.guide-panel .guide-panel-body .title{
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.guide-panel .guide-panel-body .btn.order-1{}

.guide-panel .guide-panel-foot{
	margin-top: 10px;
}
.guide-panel .guide-panel-foot>a{
	font-size: 13px;
}
.guide-panel .guide-panel-foot>a:hover{
	text-decoration: underline;
	color: #c45500;
}

@media (max-width: 959px) {
	.homepage-guide{
		padding: 0;
		margin-bottom: 10px !important;
	}

	.homepage-guide .panel-body .lib-grid-20{
		margin-left: -10px;
	}

	.homepage-guide .panel-body .lib-grid-20>*{
		padding-left: 10px;
	}
	.homepage-guide .list-guide>li{
		margin-bottom: 10px;
	}
	.guide-panel .guide-panel-head .heading-2>*{
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.guide-panel .guide-panel-body .thumb .image{
		height: 230px;
	}
}
@media (max-width: 414px) {
	.guide-panel .guide-panel-body .thumb .image{
		height: 260px;
	}
}

@media (max-width: 320px) {
	.guide-panel .guide-panel-body .thumb .image{
		height: 230px;
	}
}
/*################### end .HOMEPAGE-GUIDE ####################*/


/*================  .HOMEPAGE-BANNER ============================*/
.homepage-banner{
	background: #fff;
	padding: 20px;
}
.homepage-banner.order-2{
	padding: 20px 0;
}
.homepage-banner.order-2 .thumb{
	padding: 0;
}

.homepage-banner .thumb{}
.homepage-banner .thumb .image{
	/*height: 357px;*/
}

.homepage-banner.order-1 .thumb{
	padding: 0 100px;
}
.homepage-banner.order-1 .thumb:not(:last-child){
	border-right: 1px solid #ddd;
}
.homepage-banner.order-1 .thumb .image{
	height: 200px;
}
@media (min-width: 1400px) {
	.homepage-banner .thumb .image{
		height: 500px;
	}

	.homepage-banner.order-1 .thumb .image{
		height: 300px;
	}
}


@media (max-width: 959px) {
	.homepage-banner .thumb{
		padding: 0;
	}

	.homepage-banner.order-1 .thumb:nth-child(1){
		padding-right: 10px;
		border: 0;
	}
	.homepage-banner.order-1 .thumb:nth-child(2){
		padding-left: 10px;
	}

	.homepage-banner.order-1 .thumb .image{
		height: 150px;
	}
}
@media (max-width: 600px) {
	.homepage-banner.order-1 .thumb{
		padding: 0 !important;
		border: 0;
	}
	.homepage-banner.order-1 .thumb:not(:last-child){
		margin-bottom: 10px;
	}

	.homepage-banner.order-1 .thumb .image{
		height: 150px;
	}
}
@media (max-width: 414px) {
	.homepage-banner.order-1 .thumb .image{
		height: 130px;
	}
}
@media (max-width: 320px) {
	.homepage-banner.order-1 .thumb .image{
		height: 110px;
	}
}

/*################### end .HOMEPAGE-BANNER ####################*/


/*================  .HOMEPAGE-PRODUCT ============================*/

.homepage-product{
	background: #fff;
	padding: 20px;
}
.homepage-product .panel-head{
	margin-bottom: 20px;
}

.homepage-product .heading-2{
	margin: 0;
	margin-right: 20px;
}

.homepage-product .heading-2>*{
	font-size: 21px;
	color: #111;
	font-weight: 500;
	line-height: 26px;
	text-transform:uppercase;
}
.homepage-product .panel-head .seemore{}
.homepage-product .panel-head .seemore .btn-seemore{
	display: block;
	text-align: center;
	line-height: 26px;
}
.homepage-product .panel-head .seemore .btn-seemore:hover{
	text-decoration: underline;
}
.homepage-product .panel-body{}

.list-product{}
.list-product>li{}
.list-product>li>*{}
.list-product .product{}
.list-product .product a{
	color: #0066c0;
}

.list-product .product a:hover{
	color: #c45500;
}

.list-product .product .thumb{
	position: relative;
}
.list-product .product .thumb .image{
	height: 300px;
}
.list-product .product .thumb .overlay-quicklook{
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}
.list-product .product:hover .thumb .overlay-quicklook{
	display: block;
}
.list-product .product .thumb .overlay-quicklook .btn-quicklook:hover{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}
.list-product .product .thumb .overlay-quicklook .btn-quicklook{
	color: #111;
	display: inline-block;
	width: 140px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background: #eff1f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	z-index: 99;
}

.list-product .product .info{}
.list-product .product .info .title{
	margin-bottom: 0;
	text-align: center;
	margin-top: 20px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.list-product .product .info .title> *{
	font-size: 16px;
	color: #333;
	font-weight: 500;
	display: inline-block;
}
.list-product .product .info .description{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}

@media (max-width: 800px) {
	.list-product .product .thumb .image{
		height: 220px;
	}
}
@media (max-width: 600px) {
	.list-product .product .thumb .image{
		height: 250px;
	}
}
@media (max-width: 414px) {
	.list-product .product .thumb .image{
		height: 320px;
	}
}
@media (max-width: 375px) {
	.list-product .product .thumb .image{
		height: 280px;
	}
}
@media (max-width: 320px) {
	.list-product .product .thumb .image{
		height: 240px;
	}
}

/*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;

}
*/

.homepage-product .panel-body .slide.skin-4 .owl-item{
	padding: 5px;
}
.homepage-product .panel-body .slide.skin-4 .owl-theme:hover .owl-controls .owl-buttons div{
	opacity: 0.8;
	visibility: visible;
}
.homepage-product .panel-body .slide.skin-4 .owl-theme .owl-controls .owl-buttons div{
	/*content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 60px;
	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;*/
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	background-color: #fff;
	height: 100px;
	line-height: 100px;
	width: 45px;
	text-align: center;
	box-shadow: 0 1px 3px #888;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	opacity: 0;
	visibility: hidden;
}


.homepage-product .panel-body .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: #fff url(img/nav-next.png) no-repeat center;
	/*-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;
	*/
	right: 0;
	border-radius: 3px 0 0 3px;
	clip: rect(-10px,45px,110px,-10px);
	padding-left: 5px;
}
.homepage-product .panel-body .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: #fff url(img/nav-prev.png) no-repeat center;
	/*-webkit-background-size: 100%;
	background-size: 100%;
	left: 0;*/
	left: 0;
	border-radius: 0 3px 3px 0;
	clip: rect(-10px,55px,110px,0);
	padding-right: 5px;
}

.homepage-product .panel-body .slide.skin-4 .owl-theme .owl-controls .owl-buttons div:hover{
	opacity: 1;
}

@media (max-width: 959px) {
	.homepage-product .heading-2>*{
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.homepage-product .heading-2>*{
		font-size: 18px !important;
	}
}

@media (max-width: 414px) {
	.homepage-product .heading-2{
		margin: 0;
		width: calc(100% - 70px);
		-webkit-width: calc(100% - 70px);
		-moz-width: calc(100% - 70px);
		-ms-width: calc(100% - 70px);
		-o-width: calc(100% - 70px);
		padding-right: 10px;
	}
	.homepage-product .seemore{
		width: 70px;
	}
}



.homepage-recommend .list-product .product .overlay-quicklook .btn-quicklook{
	width: auto;
}

/*################### end .HOMEPAGE-PRODUCT ####################*/

/*=====================================  .PRD-CATALOG-PAGE  ======================================*/


/* .TOP-CONTENT*/

.prd-catalog{
	background: #fff;
	/*font-family: 'Helvetica';*/
}

.prd-catalog .homepage-product.order-1{
	margin-bottom: 30px;
}
.prd-catalog .homepage-product.order-1 .panel-body .list-product .product .thumb{
	padding-bottom: 0;
}

.prd-catalog .homepage-product.order-2 .panel-body .list-product .product .thumb .image{
	height: 240px;
}

/*====== .CATALOG-CONTENT =========*/
.catalog-content{
	position: relative;
	padding: 0 10px 10px 210px;
}

@media (max-width: 959px) {
	.catalog-content{
		padding-left: 10px;
		margin-bottom: 20px;
	}
}

/*==== .catalog-top-content===*/
.catalog-top-content{
	padding: 10px;
	margin-bottom: 10px;
}
.catalog-top-content .panel-head{
	margin-bottom: 15px;
	/*padding-bottom: 15px;
	border-bottom: 1px solid #ddd;*/
}
.catalog-top-content .panel-head >.heading-2{
	margin: 0;
	margin-bottom: 5px;
}
.catalog-top-content .panel-head >.heading-2>*{
	font-size: 28px;
	line-height: 35px;
}
.catalog-top-content .panel-head .sub-title{
	font-size: 13px;
}
.catalog-top-content .panel-body{}

.catalog-top-content .panel-body .mainslide-sync1 .image{
	height: 200px;
}


@media (max-width: 959px) {
	.catalog-top-content{
		margin-bottom: 0;
	}	
}

/*cat-panel*/
.cat-panel{}
.cat-panel .cat-panel-head{
	margin-bottom: 20px;
}
.cat-panel .cat-panel-head> .heading-1{
	text-align: center;
}
.cat-panel .cat-panel-head> .heading-1>*{
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.cat-panel .cat-panel-body{}
.cat-panel .list-catalog-cat{}
.cat-panel .list-catalog-cat>li{}
.cat-panel .list-catalog-cat>li>*{}
.cat-panel .list-catalog-cat .catalog-cat{}
.cat-panel .list-catalog-cat .catalog-cat> .heading-1{
	text-align: center;
	margin-bottom: 20px;
}
.cat-panel .list-catalog-cat .catalog-cat> .heading-1>*{
	font-size: 14px;
	font-weight: 400;
}
.cat-panel .list-catalog-cat .catalog-cat> .thumb{}
.cat-panel .list-catalog-cat .catalog-cat> .thumb .image{
	height: 178px;
}

@media (max-width: 959px) {
	.cat-panel .list-catalog-cat>li{
		margin-bottom: 50px;
	}
	
}


/*.catalog-result*/
.catalog-result .panel-head{
	font-size: 13px;
	border: 0;
	padding: 8px 15px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
}
.catalog-result .panel-head .title{}
.catalog-result .panel-head .title>*{
	font-size: 13px;
	display: block;
}
.catalog-result .panel-head .title b{
	color: #c45500;
}

.catalog-result .panel-head .toolbox-filter{}
.catalog-result .panel-head .toolbox-filter>*{
	margin-left: 10px;
}
.catalog-result .panel-head .toolbox-filter .title{}
.catalog-result .panel-head .toolbox-filter .icon-1{
	height: 20px;
	width: 20px;
}
.catalog-result .panel-head .toolbox-filter .icon-1.active >*{
	color: #e47911;
}
.catalog-result .panel-head .toolbox-filter .icon-1>*{
	font-size: 20px;
	color: #111;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter{
	position: relative;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .btn-dropdown{
	cursor: pointer;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .btn-dropdown>*{
	display: block;
	position: relative;
	padding: 0px 30px 0px 15px;
	width: 180px;
	border: 1px solid #eaeaea;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .btn-dropdown.active>*:before{
	content: '\f106';
}

.catalog-result .panel-head .toolbox-filter .dropdown-filter .btn-dropdown>*:before{
	content: '\f107';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	font-family: 'fas';
	color: #363636;
	font-size: 12px;
}

.catalog-result .panel-head .toolbox-filter .dropdown-filter .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;
}

.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box{
	background: #fff;
	/*	-webkit-box-shadow: -2px 2px 3px #c6c6c6;
	-moz-box-shadow: -2px 2px 3px #c6c6c6;
	-ms-box-shadow: -2px 2px 3px #c6c6c6;
	-o-box-shadow: -2px 2px 3px #c6c6c6;
	box-shadow: -2px 2px 3px #c6c6c6;*/
	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;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box .list-filter{}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box .list-filter>li{
	margin: 0;
}
.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box .list-filter>li:not(:last-child){
	border-bottom: 1px dotted #eaeaea;
}

.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box .list-filter >li>*{
	display: block;
	padding: 2px 15px;
	color: #363636;
}

.catalog-result .panel-head .toolbox-filter .dropdown-filter .dropdown-box .list-filter >li>*:hover{
	color: #c45500;
}



.catalog-result .panel-body{}
.catalog-result .panel-body .list-product{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.catalog-result .panel-body .list-product>li{}
.catalog-result .panel-body .list-product>li>*{}
.catalog-result .panel-body .list-product .product{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	height: 100%;
}
.catalog-result .panel-body .list-product .product .thumb{
	margin-bottom: 15px;
	height: 335px;
}
.catalog-result .panel-body .list-product .product .thumb .image{
	height: 100%;
}
.catalog-result .panel-body .list-product .product .info{
	color: #555;
}
.catalog-result .panel-body .list-product .product .info>*:not(:last-child){
	margin-bottom: 2px;
}
.catalog-result .panel-body .list-product .product .info >.title{
	margin: 0;
}
.catalog-result .panel-body .list-product .product .info > .title>*{
	font-size: 18px;
	font-weight: 400;
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align:left !important;
}
.catalog-result .panel-body .list-product .product .info .meta{
	font-size: 12px;
	display:none;
}
.catalog-result .panel-body .list-product .product .info .author{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.catalog-result .panel-body .list-product .product .info .author> a{}

.catalog-result .panel-body .list-product .product .info .condition{
	font-size: 12px;
	color: #949494;
	height:60px !important;
	overflow:hidden;
}
.catalog-result .panel-body .list-product .product .info .wrap-price{}
.catalog-result .panel-body .list-product .product .info .wrap-price .new-price{
	color: #111;
	font-size: 22px;
	line-height: 1.4;
}
.catalog-result .panel-body .list-product .product .info .wrap-price .new-price sup{
	font-size: 14px;
	font-weight: 400;
}
.catalog-result .panel-body .list-product .product .info .wrap-price .old-price{
	color: #555;
}
.catalog-result .panel-body .list-product .product .info .choice-more{
	font-size: 12px;
}
.catalog-result .panel-body .list-product .product .info .choice-more >.title{}
.catalog-result .panel-body .list-product .product .info .choice-more .price{
	font-size: 13px;
	color: #111;
}
.catalog-result .panel-body .list-product .product .info .choice-more a{}
.catalog-result .panel-body .list-product .product .info .rating{}
.catalog-result .panel-body .list-product .product .info .rating>*{}
.catalog-result .panel-body .list-product .product .info .vote{
	margin-left: 3px;
}
.catalog-result .panel-body .list-product .product .info .btn.order-1{
	color: #111;
	margin-top: 50px;
}


.catalog-result .panel-foot .uk-pagination>.uk-active>span {
	color: #fff;
	background: #232f3e;
	border-color: #232f3e;
	border-radius: 0;
}

.catalog-result .panel-foot .pagination ul>li:hover>a,
.catalog-result .panel-foot .pagination ul>li.uk-active>a{
	background: #232f3e;
	border-color: #232f3e;
	color: #fff;
}

@media (max-width: 959px){
	.catalog-result .panel-body .list-product .product{
		padding: 10px;
	}
}

@media (max-width: 600px) {
	.catalog-result .panel-head > .uk-flex{
		display: block;
	}
	.catalog-result .panel-head > .uk-flex>*:not(:last-child){
		margin-bottom: 10px;
	}

}

/*catalog-feedback*/
.catalog-feedback{
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.catalog-feedback .heading-2{
	margin-bottom: 5px;
}
.catalog-feedback .heading-2>*{
	font-size: 18px;
	color: #555;
	font-weight: 400;
}
.catalog-feedback .content{}
.catalog-feedback .content p{
	margin: 0;
	font-size: 13px;
}
.catalog-feedback .content p a{
	color: #0066c0;
}
.catalog-feedback .content p a:hover{
	color: #c45500;
}
.catalog-feedback .content .wrap-btn{
	margin: 5px 0;
}
.catalog-feedback .content .wrap-btn>*:not(:last-child){
	margin-right: 5px;
}
.catalog-feedback .content .btn-submit{
	background: #e7e9ec;
	border-radius: 3px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: center;
	padding: 5px 10px;
	font-size: 13px;
}
.catalog-feedback .content .btn-submit:hover{
	background: #f3f3f3;
	
}

.catalog-bottom{
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
}
.catalog-bottom .catalog-bottom__panel-head{
	margin-bottom: 20px;
}
.catalog-bottom .catalog-bottom__panel-head>.heading-2{}
.catalog-bottom .catalog-bottom__panel-head>.heading-2>*{
	font-size: 20px;
	color: #444;
	font-weight: 400;
	line-height: 1.5;
}
.catalog-bottom .catalog-bottom__panel-body{}
.catalog-prdsame{
	padding: 0;
}
.catalog-prdsame:last-child{
	margin-bottom: 0 !important;
}
.catalog-prdsame .panel-head{}
.catalog-prdsame .panel-head>.heading-2{}
.catalog-prdsame .panel-head>.heading-2>*{
	font-size: 15px;
	font-weight: 400;
}
.catalog-prdsame .panel-body{}
.catalog-prdsame .list-product{}
.catalog-prdsame .list-product>li{}
.catalog-prdsame .list-product>li>*{}
.catalog-prdsame .list-product .product{}
.catalog-prdsame .list-product .product .thumb{
	margin-bottom: 10px !important;
}
.catalog-prdsame .list-product .product .thumb .image{}
.catalog-prdsame .list-product .product .info{}
.catalog-prdsame .list-product .product .info>*:not(:last-child){
	margin-bottom: 5px;
}
.catalog-prdsame .list-product .product .info .title{
	height:40px;
	overflow:hidden;
	text-align:left;
}
.catalog-prdsame .list-product .product .info .title>*{
	font-size: 13px;
	font-weight: 400;
}
.catalog-prdsame .list-product .product .info .title .rating{}
.catalog-prdsame .list-product .product .info .title .wrap-price{}


@media (max-width: 959px) {
	.catalog-bottom{
		padding: 10px;
	}
}

/*##################################### 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;
}
.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;
	}
}
/*PRD-ASIDE*/
.prd-aside{}
.prd-aside .prd-social{
	margin-bottom: 15px;
}
.prd-aside .prd-social ul{}
.prd-aside .prd-social ul>li{}
.prd-aside .prd-social ul>li:not(:last-child){
	margin-right: 8px;
}
.prd-aside .prd-social ul>li>*{
	font-size: 20px;
}
.prd-aside .prd-social ul>li>*>*{
	display: block;
}
.prd-aside .prd-social ul>li>*.mail{
	color: #676767;
}
.prd-aside .prd-social ul>li>*.fb{
	color: #3664a2;
}
.prd-aside .prd-social ul>li>*.twitter{
	color: #6aadd2;
}
.prd-aside .prd-social ul>li>*.pinterest{
	color: #df240c;
}

/*prd-aside-cart*/
.prd-aside-cart{
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.prd-aside-cart>a{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.prd-aside-cart .icon{
	width: 20px;
	height: 20px;
	zoom: 0.8;
}
.prd-aside-cart .icon>*{
	filter: brightness(0) invert(0);
}

.prd-aside-cart .content{
	padding-left: 20px;
}

.prd-aside-cart .cart:last-child{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.prd-aside-cart .btn-showcart{
	display: block;
	width: 100%;
	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);
	color: #111;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 20px;
	text-align: center;
}
.prd-aside-cart .btn-showcart:hover{
	background: #f1c861;
	background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
	background: linear-gradient(to bottom,#f5d78e,#eeb933);
}
.prd-aside-cart .btn-addcart{
	display: block;
	width: 100%;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background: #eff1f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	color: #111;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 20px;
	text-align: center;
}

.prd-aside-cart .btn-addcart:hover{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}

@media (max-width: 959px) {
	.prd-aside{
		margin-top: 20px;
	}
}

/*.PRD-CONTENT>.PANEL-BODY*/

.prd-content>.panel-body{}
.prd-content>.panel-body .detail-prdsame{
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.prd-content>.panel-body .detail-prdsame .heading-2>*{
	font-size: 18px !important;
	font-weight: 600;
}
.prd-content>.panel-body .prd-desc{}
.prd-content>.panel-body .prd-desc_panel{
	padding: 20px 0;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-head{
	margin-bottom: 10px;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-head>.heading-2{
	margin-bottom: 5px;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-head>.heading-2>*{
	font-size: 16px;
	color: #cc6600;
	font-weight: 700;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-head>.sub-title{
	font-size: 12px;
	color: #888;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-body{
	padding-left: 20px;
}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-body ul{}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-body ul>li{}
.prd-content>.panel-body .prd-desc_panel .prd-desc_panel-body ul>li>*{}

.prd-content>.panel-body .prd-desc_panel.order-1 .prd-desc_panel-body{
	padding-left: 0;
}

.tb_panel{}
.tb_panel .tb_panel-head{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.tb_panel .tb_panel-head> .heading-2{
	margin: 0;
	padding-bottom: 10px;
}
.tb_panel .tb_panel-head> .heading-2>*{
	font-size: 16px;
	color: #111;
	font-weight: 400;
}
.tb_panel .tb_panel-body{}
.tb_panel .tb_panel-body table{
	border-collapse: collapse;
	width: 100%;
}
.tb_panel .tb_panel-body table tr{}
.tb_panel .tb_panel-body table tr>*{
	width: 50%;
	border: 1px solid #e7e7e7;
	padding: 5px 10px;
	text-align: left;
	font-size: 13px;
}
.tb_panel .tb_panel-body table tr th{
	background: #f3f3f3;
	color: #555;
	font-weight: 400;
}
.tb_panel .tb_panel-body table tr td{
	background: #fff;
	color: #333;
}

@media (max-width: 959px) {
	.tb_panel:nth-child(1){
		margin-bottom: 20px;
	}
}


.video-relate{}
.video-relate .panel-head{
	margin-bottom: 15px;
}
.video-relate .panel-head .heading-2{
	margin-bottom: 0;
}
.video-relate .panel-head .heading-2>*{
	font-size: 16px;
	color: #cc6600;
}
.video-relate .panel-head .seemore{
	padding-left: 10px;
	margin-left: 10px;
	position: relative;	
}
.video-relate .panel-head .seemore:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	width: 2px;
	height: 12px;
	background: #d0d0d0;
}
.video-relate .panel-head .seemore>a{
	display: block;
}
.video-relate .panel-head .seemore>a:hover{
	color: #c45500;
	text-decoration: underline;
}
.video-relate .panel-body{}
.video-relate .panel-body .list-video{}
.video-relate .panel-body .list-video>li{}
.video-relate .panel-body .list-video>li>*{}
.video-relate .panel-body .list-video .video{
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 0;
}
.video-relate .panel-body .list-video .video .thumb{
	position: relative;
}
.video-relate .panel-body .list-video .video .thumb .image{
	height: 90px;
}
.video-relate .panel-body .list-video .video .thumb .image>*{
	border-radius: 5px 5px 0 0;
}
.video-relate .panel-body .list-video .video .thumb .time-video{
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 3px 5px;
	background: rgba(0,0,0,.75);
	color: #fff;
	font-size: 12px;
}

.video-relate .panel-body .list-video .owl-carousel .owl-item{
	padding: 0 19.5px;
}
.video-relate .panel-body .list-video .video .info{
	padding: 5px 8px;
}
.video-relate .panel-body .list-video .video .info .title{
	display: block;
	font-size: 13px;
	color: #0c6dc3;
	font-weight: 500;
	margin-bottom: 10px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.video-relate .panel-body .list-video .video:hover .info .title{
	color: #c45500;
	text-decoration: underline;
}
.video-relate .panel-body .list-video .video .info .sub-title{
	display: block;
	font-size: 12px;
	color: #555;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.video-relate .slide.skin-4 .owl-theme .owl-controls .owl-buttons div{
	width: 35px;
	height: 37px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
}
.video-relate .slide.skin-4 .owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #e7e9ec !important;
}
.video-relate .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: #eff1f3 url(img/nav-prev-1.png) no-repeat center;
	-webkit-background-size: 25%;
	background-size: 25%;
	left: 0;
}
.video-relate .slide.skin-4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: #eff1f3 url(img/nav-next-1.png) no-repeat center;
	-webkit-background-size: 25%;
	background-size: 25%;
	right: 0;
}
@media (max-width: 1024px) {
	.video-relate .panel-body .list-video .owl-carousel .owl-item{
		padding: 0 5.5px;	
	}
}
@media (max-width: 414px) {
	.video-relate .panel-body .list-video .video .thumb .image{
		height: 140px;
	}
}
@media (max-width: 320px) {
	.video-relate .panel-body .list-video .video .thumb .image{
		height: 90px;
	}
}

/*##################################### end .PRD-DETAIL-PAGE #####################################*/



/*==============================  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: #e47911; 
}

.aside-heading{
	margin: 0;
}
.aside-heading>*{
	font-size: 13px;
	color: #111;
	font-weight: 700;
	display: block;
}

.aside-heading-1{
	margin: 0;
}
.aside-heading-1>*{
	font-size: 18px;
	color: #767676;
	font-weight: 400;
	display: block;
}

.aside{
	position: absolute;
	display: block;
	width: 210px;
	padding: 10px;
	top: 0;
	left: 0;
	/*background: #f5f5f5;*/
}

.aside:before{
/*	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	min-height: 100%;
	background: #ddd;
	z-index: 1;*/
}

.aside>*:last-child{
	margin-bottom: 0 !important;
}



/*----- aside-area-panel -----*/
.aside-area-panel{}
.aside-area-panel:not(:last-child){
	margin-bottom: 20px;
	/*border-bottom: 1px solid #e7e7e7;*/
}
.aside-area-panel .aside-area-panel-head{
	/*padding-top: 10px;*/
	margin-bottom: 10px;
}
.aside-area-panel .aside-area-panel-body{}

/*----- aside-panel -----*/
.aside-panel .uk-form input[type=checkbox], .aside-panel .uk-form input[type=radio]{
	width: 13px;
	height: 13px;
}
.aside-panel .uk-form input[type=checkbox]:checked:before,.aside-panel .uk-form input[type=checkbox]:indeterminate:before{
	line-height: 11px;
}

.aside-panel{
	margin-bottom: 15px;
}
.aside-panel .panel-head{
	margin-bottom: 3px;
}
.aside-panel .panel-head .aside-heading{
	position: relative;
}
.aside-panel .panel-head .aside-heading>*{}
.aside-panel .panel-head .aside-heading> a{
	font-size: 9px;
	font-weight: 400;
}
.aside-panel .panel-head .aside-heading> a:hover{
	color: #c45500;
}
/*.aside-panel .panel-head .aside-heading>*:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 60px;
	background: #e47911;
	}*/

	.aside-panel .panel-body{}

	.aside-panel .panel-body ul>li{}
	.aside-panel .panel-body ul>li>*{
		display: block;
		font-size: 12px;
		color: #111;
	}
	.aside-panel .panel-body ul>li>*:hover{
		color: #c45500;
	}

	.slider-container{
		width: 100% !important;
	}

	.slider-container .poiter.high{
		left: 100%;
	}

	.theme-green .back-bar .selected-bar {
		background: #f2c94c;
		background-image: none;
	}

	/*ASIDE-CATEGORIES*/
	.aside-categories{}
	.aside-categories .panel-head{}
	.aside-categories .panel-body{
		padding-left: 10px;
	}
	.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: #e47911;
	}
	.aside-categories .aside-list-categories li .wrap-accordion.active .accordion:after{
		content: "\f107";
		color: #e47911;
	}
	.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 .checkbox{
	margin: 0;
	border-radius: 3px;
	background: #fff;
}
.aside-panel .panel-body .form .checkbox:before{
	color: #e47911;
}

.aside-panel .panel-body .form label{
	width: calc(100% - 13px);
	padding-left: 10px;
}


.aside-panel .panel-foot{
	margin-top: 5px;
}
.aside-panel .panel-foot .form{}
.aside-panel .panel-foot .form .input-text{
	border-radius: 3px;
	margin-right: 5px;
	width: 100%;
}
.aside-panel .panel-foot .form .btn-submit{
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background: #eff1f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}

.aside-panel .panel-foot .form .btn-submit:hover{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}

/*.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%;
		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% - 200px);
		-webkit-left: calc(100% - 200px);
		-moz-left: calc(100% - 200px);
		-ms-left: calc(100% - 200px);
		-o-left: calc(100% - 200px);
	}
	.aside:before{
		display: none;
	}
	.aside-area-panel .aside-area-panel-head{
		padding-top: 0;
	}

}
/*##################################### end .ASIDE #####################################*/


/*========================================== ASIDE-2 ============================================*/

.aside-2{}
.aside-2-search .form .form-row{
	margin-bottom: 20px;
}
.aside-2-search .form .form-row .input-text{
	height: 40px;
	padding-right: 32px;
}
.aside-2-search .form .btn-submit{
	color: #888;
	background: transparent;
	height: 40px;
}
.aside-2-panel{
	margin-bottom: 25px;
}
.aside-2-panel .panel-head{
	border-bottom: 2px solid #fcb204;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
.aside-2-panel .panel-head .aside-2-heading{
	margin: 0;
}
.aside-2-panel .panel-head .aside-2-heading >*{
	color: #252525;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-transform: normal;
}
/*.ASIDE-2-CATEGORIES*/
.aside-2-categories{}
.aside-2-categories .panel-head{
	background: #232f3e;
	padding: 0;
	margin: 0;
	border: 0;
}
.aside-2-categories .panel-head .heading-1{
	padding: 10px 10px 10px 20px;
}
.aside-2-categories .panel-head .heading-1>*{
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;

}
.aside-2-categories .panel-body{}
.aside-2-categories .list-categories{
	padding: 10px;
}
.aside-2-categories .list-categories>li{
	padding: 12px 10px;
}
.aside-2-categories .list-categories>li:not(:last-child){
	border-bottom: 1px dotted #e9e9e9;
}
.aside-2-categories .list-categories>li>*{
	display: block;
	position: relative;
	color: #252525;
	padding-left: 20px;
}

.aside-2-categories .panel-head .heading-1>*:before,
.aside-2-categories .list-categories>li>*:before{
	content: '';
	display: block;
	position: absolute;
	background: url(img/icon-catagories.png) no-repeat;
	width: 11px;
	height: 12px;
	top: 50%;
	transform: translate(0 , -50%);
	left: 0;
}
.aside-2-categories .panel-head .heading-1>*:before{
	background: url(img/icon-aside-heading.png) no-repeat;
}
@media (min-width: 960px) and (max-width: 1220px) {
	.aside-2-categories .list-categories>li>*{
		font-size: 12px;
	}
}


/*.ASIDE-2 PRODUCT*/
.aside-2-product{}

.aside-2-list-product{}
.aside-2-list-product > li:not(:last-child){
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.aside-2-list-product .product{}
.aside-2-list-product .product .thumb{
	width:80px;
	float:left;
}
.aside-2-list-product .product .thumb .image{
	height:80px;
}
.aside-2-list-product .product .info{
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	float:left;
	padding-left:15px;
}

.aside-2-list-product .product .info .title >*:hover{
	color: #000;
}
.aside-2-list-product .product .info .title >*{
	font-size: 13px;
	color: #252525;
}

.aside-2-list-product .product .info .meta{
	font-size: 13px;
	color: #707070;
}


/*.CONSTRUCT-SAME*/
.aside-2-list-product .product-same{}
.aside-2-list-product .product-same .thumb{
	margin-bottom: 10px;
}
.aside-2-list-product .product-same .thumb .image{
	height: 185px;
}
.aside-2-list-product .product-same .info{}
.aside-2-list-product .product-same .info>*{
	font-size: 14px;
	display: block;
	color: #252525;
}


/*##################################### end .ASIDE-2 #####################################*/
/*##################################### end .ASIDE-2 #####################################*/

/*====================================== PC-FOOTER =============================================*/

.pc-footer{
	background: #232f3e;
	padding-top: 40px;
}

@media (max-width: 959px) {
	.pc-footer{
		padding-top: 30px;
	}
}

/*FT-TOP-CONTENT*/
.pc-footer .ft-top-content{
	padding: 0 15%;
	margin-bottom: 30px;
}

/*FT-PANEL*/
.pc-footer .ft-panel{}
.ft-panel .panel-head{
	margin-bottom: 10px;
}
.ft-panel .panel-head>*{
	margin: 0;
}
.ft-panel .panel-head>*>*{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	cursor: default;
	
}
.ft-panel .panel-body{}
.ft-panel .panel-body ul{}
.ft-panel .panel-body ul>li{
	
}
.ft-panel .panel-body ul>li:not(:last-child){
	margin-bottom: 6px;
}
.ft-panel .panel-body ul>li>*{
	display: inline-block;
	font-size: 13px;
	color: #ddd;
}
.ft-panel .panel-body ul>li>*:hover{
	text-decoration: underline;
}

.ft-panel .panel-foot{
	margin-top: 5px;
}
.ft-panel .panel-foot .readmore{
	position: relative;
}
.ft-panel .panel-foot .readmore .icon{}
.ft-panel .panel-foot .readmore .icon >*{
	display: block;
	color: #ddd;
}
.ft-panel .panel-foot .readmore .btn-readmore{
	padding-left: 15px;
	color: #ddd;
	font-size: 13px;
}

.ft-panel .panel-foot .readmore .btn-readmore:hover{
	text-decoration: underline;
}

@media (max-width: 959px) {
	.pc-footer .ft-top-content{
		padding: 0 20px;
	}
	.ft-panel{
		margin-bottom: 20px;
	}
}
@media (max-width: 600px) {
	.pc-footer .ft-top-content{
		margin-bottom: 0;
	}
}


/*ft-middle-content*/
.ft-middle-content{
	padding: 40px 20px;
	border-top: 1px solid #3a4553;
}
.ft-middle-content .ft-logo{
	width: 80px;
	margin: 0;
	margin-right: 50px;
}
.ft-middle-content .ft-btn{}
.ft-middle-content .ft-btn:not(:last-child){
	margin-right: 10px;
}
.ft-middle-content .ft-btn>a{
	padding: 5px 10px;
	color: #ddd;
	border:1px solid #ffffff47;
	border-radius: 3px;
}
.ft-middle-content .ft-btn>a .icon-1{
	width: 15px;
	height: 15px;
}
.ft-middle-content .ft-btn>a .icon-1.order-1{}
.ft-middle-content .ft-btn>a .content{
	margin: 0 10px 0 8px;
}

.ft-middle-content .ft-btn.order-1>a .content{
	margin: 0 0 0 8px;
}

@media (max-width: 414px) {
	.ft-middle-content .ft-logo{
		margin-right: 30px;
	}
	.ft-middle-content .wrap-btn{
		display: block;
	}
	.ft-middle-content .ft-btn:not(:last-child){
		margin: 0;
		margin-bottom: 10px;
	}
}

/*ft-bottom-content*/
.ft-bottom-content{
	padding: 30px 15%;
	background: #131a22;
}
.ft-bottom-content .ft-link{}
.ft-bottom-content .ft-link li{
	margin-bottom: 10px;
}
.ft-bottom-content .ft-link li>a{}
.ft-bottom-content .ft-link li>a>*{
	display: block;
}
.ft-bottom-content .ft-link li>a .title{
	font-size: 11px;
	color: #ddd;
}
.ft-bottom-content .ft-link li>a .sub-title{
	font-size: 10px;
	color: #999;
}
.ft-bottom-content .ft-link li>a:hover >*{
	text-decoration: underline;
}


.copyright{
	margin-top: 20px;
}

.copyright .link{}

.copyright .link a{
	font-size: 12px;
	color: #ddd;
	margin-right: 20px;
}
.copyright .link a:hover{
	text-decoration: underline;
}

.copyright .content{
	font-size: 12px;
	color: #999;
}


@media (max-width: 959px) {
	.ft-bottom-content{
		padding: 30px 20px;
	}
	.copyright> .uk-flex{
		display: block;
	}
	.copyright .link{
		margin-bottom: 5px;
	}
	.copyright .link a:last-child{
		margin-right: 0 !important;
	}
}
@media (max-width: 320px) {
	.copyright .link a{
		margin-right: 6px;
		font-size: 11px;
	}
	
}


@-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 #####################################*/


/*MODAL*/
/* ===== Modal ===== */
.auth-modal .uk-modal-dialog {
	padding: 0;
	width: 415px;
}
.auth-panel--forgot {padding-bottom: 15px;}
.auth-panel__head {
	position: relative;
	padding: 10px 15px;
	background: #e47911;
}
.auth-panel__heading {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}
.auth-panel__heading svg{
	margin-right: 5px;
}
.auth-modal__close {
	top: 5px !important;
	right: 5px !important;
}
.auth-panel__body {padding: 15px 25px 0px 25px;}
.auth-form__row {margin-bottom: 15px;}
.auth-form__label {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.auth-form__group {
	position: relative;
	padding-left: 35px;
}
.auth-form__field {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 7px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
	line-height: 34px;
	outline: none;
}
.auth-form__icon {
	display: block;
	position: absolute;
	width: 35px;
	height: 34px;
	left: 0px;
	top: 0px;
	background: #eee;
	border: 1px solid #c6c6c6;
	border-right: none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	line-height: 34px;
	text-align: center;
}
.auth-form__submit {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background: #d7102c;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
}
.auth-panel__footer {
	padding: 0 25px 15px 25px;
	text-align: center;
}
.auth-panel__title {
	position: relative;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.auth-panel__title:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	background: #d5d5d5;
}
@media (max-width: 568px) {
	.auth-panel__body {padding: 10px 15px 0px 15px;}
}



/*RATEIT*/
/*.rateit button.rateit-reset{
	width: 0;
}
*/

/*.QUICKVIEW-MODAL*/
.quickview-modal .uk-modal-dialog{
	width: 960px;
	padding: 20px;
}

.quickview-modal .quickview-panel{}
.quickview-modal .quickview-panel .quickview-modal__close{
	background-color: #555;
	color: #fff;
	top: -15px;
	right: -15px;
	filter: brightness(2) invert(1);
}
.quickview-modal .quickview-panel .prd-content .panel-head{
	margin: 0;
}

.quickview-modal .view-detail{}
.quickview-modal .view-detail>*{
	display: inline-block;
}

.quickview-modal .prd-color{
	margin-bottom: 20px !important;
}


@media (max-width: 959px) {
	.quickview-modal .uk-modal-dialog{
		width: 700px !important;
	}

}

@media (max-width: 768px) {
	.quickview-modal .uk-modal-dialog{
		width: 550px !important;
	}
}
@media (max-width: 600px) {
	.quickview-modal .uk-modal-dialog{
		width: 500px !important;
		margin: 50px auto;
	}
	.quickview-modal .uk-modal-dialog .wrap-sync4{
		display: none;
	}

}
@media (max-width: 414px) {
	.quickview-modal .uk-modal-dialog{
		width: 350px !important;
	}
	#sync3 .image{
		height: 200px !important;
	}
}

@media (max-width: 375px) {
	.quickview-modal .uk-modal-dialog{
		width: 300px !important;
	}
}
@media (max-width: 320px) {
	.quickview-modal .uk-modal-dialog{
		width: 270px !important;
	}
	.quickview-modal .prd-content .panel-head .prd-info>*:not(:last-child){
		margin-bottom: 5px;
	}
}
/*.quickview-modal .quickview-panel .prd-content .panel-head .prd-title{
	margin-bottom: 15px;
}

.quickview-modal .quickview-panel .prd-content .panel-head .prd-gallerys{
	margin-bottom: 15px;
}
*/


/*location-modal*/
.location-modal{}
.location-modal .uk-modal-dialog{
	width: 380px;
	border-radius: 4px;
	padding: 0;
}

.location-panel{}
.location-panel .location-panel__head{
	position: relative;
	text-align: left;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
	background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #cdcdcd;
	border-bottom-color: rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
	padding: 0 15px;
	z-index: 10;
}
.location-panel .location-panel__head .location-panel__heading{
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}
.location-panel .location-panel__body{
	padding: 15px;
}
.location-panel .location-panel__body{}
.location-panel .location-form__row{}
.location-panel .location-form__row .location-form__title{
	font-size: 12px!important;
	line-height: 1.5!important;
	margin-bottom: 10px;
}
.location-panel .location-form__row .location-form__submit{
	display: block;
	width: 100%;
	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);
	color: #111;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 15px;
	line-height: 20px;
}
.location-panel .location-form__row .location-form__submit:hover{
	background: #f1c861;
	background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
	background: linear-gradient(to bottom,#f5d78e,#eeb933);
}

.location-panel .location-form__row .location-form__submit.order-1{
	display: inline-block;
	width: 105px;
	margin-left: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background: #eff1f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
.location-panel .location-form__row .location-form__submit.order-1:hover{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}
.location-panel .location-form__row .location-form__submit.order-2{
	display: inline-block;
	width: auto;
}

.location-panel .location-form__row .location-form__label{
	font-size: 12px;
	font-weight: 400;
	color: #767676;
	display: inline-block;
	position: relative;
	padding: 0 8px;
	z-index: 2;
	background-color: #fff;
}
.location-panel .location-form__row .wrap-form__label{
	position: relative;
	margin: 10px 0;
}
.location-panel .location-form__row .wrap-form__label:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-top: 1px solid #e7e7e7;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
}
.location-panel .location-form__row .location-form__field{
	border-radius: 3px;
	width: calc(100% - 120px);
	-webkit-width: calc(100% - 120px);
	-ms-width: calc(100% - 120px);
	-moz-width: calc(100% - 120px);
	-o-width: calc(100% - 120px);
}
.location-panel .location-form__row .location-form__select{
	width: 100%;
	border-radius: 3px;
}

.location-panel .location-panel__foot{
	padding: 15px;
	background: #f3f3f3;
	background: -webkit-linear-gradient(top,#f3f3f3,#fff);
	background: linear-gradient(to bottom,#f3f3f3,#fff);
	box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
	border-top: 1px solid #ddd;
	padding: 14px;
	margin: 0;
	border-radius: 0 0 4px 4px;
}

#nav-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background-color: #000;
	-ms-filter: opacity(.6);
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	-o-opacity: .6;
	opacity: .6;
/*	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}
#nav-cover.active{
	display: block;
	z-index: 8;
}


#sync3 .image{
	height: 300px;
}
#blog-page {
	background: #fff;
}

#blog-page .btn{
	display: inline-block;
	padding: 5px 25px;
	margin-top: 10px;
}
.blog-panel:not(:last-child){
	
}
.blog-panel .list-blog>li:not(:last-child){
	margin-bottom: 20px;
}
.blog-panel .list-blog .blog{}
.blog-panel .list-blog .blog .thumb{
	margin-bottom: 10px;
}

.main-markets{}
.main-markets .wrap-video-detail{
	padding: 20px 0;
}

.news-markets{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	margin-bottom: 20px;
}
.news-markets .panel .panel-head{
	padding: 0;
}
.news-markets .panel-head{
	margin: 0 0 20px 0;
}
.news-markets .panel-head h2{
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 22px;
	line-height:30px;
	font-weight:500;
}
.news-markets .panel-head h2 > *{
	color:#444;
	font-weight:500;
}
.news-markets .panel-head h2 > *:hover{
	color:#de6917;
}
.news-markets .panel-body{}
.news-markets .panel-body .info{
	text-align: justify;
	margin-bottom: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
.news-markets .panel-body .info p{
	font-size: 14px;
	margin-left:0;
	padding:0;
}
.news-markets .panel-body .thumb{}
.news-markets .panel-body .thumb .image{
	height:200px;
}
.news-markets .panel-body .thumb .uk-slidenav-position{}
.news-markets .panel-body .thumb .uk-slidenav-position li{}
.news-markets .panel-body .thumb .uk-slidenav-position li .thumb{}
.news-markets .panel-body .thumb .uk-slidenav-position li .thumb .image{
	height:230px;
}

.article-detail
.article-detail .heading-1{
	margin: 0 0 25px 0;
}
.article-detail .description *{
	font-weight:500 !important;
}
.article-detail .description{
	line-height:25px;
	margin: 0 0 20px 0;
	position:relative;
}


.article-detail .content{}
.article-detail .content img{
	width:auto !important;
	height:auto !important;
	margin:0 auto !important;
}

@media (min-width: 1200px) {
	.article-detail .content iframe{
		width: 600px !important;
	}
}



.art-same{}
.art-same .panel-head{
	margin-bottom: 15px;
}
.art-same .panel-head .heading{
	margin: 0;
}
.art-same .panel-head .heading>*{
	font-size: 18px;
}
.art-same .panel-body{}
.art-same .panel-body ul{}
.art-same .panel-body ul>li{
	display: none;
}
.art-same .panel-body ul>li:nth-child(1),
.art-same .panel-body ul>li:nth-child(2),
.art-same .panel-body ul>li:nth-child(3),
.art-same .panel-body ul>li:nth-child(4){
	display: block;
}
.art-same .panel-body ul>li>*{}
.art-same .panel-body ul>li .thumb{
	margin-bottom: 10px;
}
.art-same .panel-body ul>li .thumb .image{
	height: 200px;
}
.art-same .panel-body ul>li .title{
	display: block;
	font-size: 14px;
	color: #303030;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

@media (max-width: 800px) {
	.art-same .panel-body ul>li .thumb .image{
		height: 160px;
	}
}
@media (max-width: 600px) {
	.art-same .panel-body ul>li{
		margin-bottom: 10px;
	}
}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$*/
#sync4 .image{
	height: 120px;
}

#backtop-1{
	display: block;
	text-align: center;
	color: #fff;
	background: #37475A;
	padding: 15px 0;
}
#backtop-1:hover{
	background: #485769;
}



/*========================================== .BLOG-PAGE ============================================*/
#blog-page {
	background: #fff;
}

#blog-page .top-banner{}
.blog-content{
	padding-top: 20px;
}

.article-2{
	margin-bottom: 20px;
}
.article-2 .thumb{
	margin-bottom: 10px;
	position: relative;
}
.article-2 .thumb .image{
	height: 400px;
}
.article-2 .thumb .overlay-thumb{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.46);
	z-index: 5;
	opacity: 0;
	transition: all 0.5s;
}
.article-2 .thumb:hover .overlay-thumb{
	opacity: 1;
}

.article-2 .thumb .overlay-thumb>a{
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	position: absolute;
	top:0; left:0; right:0; bottom:0;
}
.article-2 .thumb .overlay-thumb>a svg{
	color: #ffab26;
	width: 100%;
	height: 100%;
}

.article-2 .info{}
.article-2 .info>*{}
.article-2 .info>*:not(:last-child){
	margin-bottom: 8px;
}
.article-2 .info .title{}

.article-2 .info .title>*,
.article-2 .title>*{
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-weight: 500;
}

.article-2 .info .meta{}
.article-2 .info .meta .post-date{
	font-size: 12px;
	color: #999;
	display: block;
	padding-left: 8px;
	position: relative;
}
.article-2 .info .meta svg{
	color: #999;
	font-size: 13px;
}

.article-2 .info .description{
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.article-2 .btn{
	display: inline-block;
	padding: 5px 25px;
}


@media (max-width: 1024px) {
	.article-2 .thumb .image{
		height: 275px;
	}
}

@media (max-width: 959px) {
	.article-2 .thumb .image{
		height: 200px;
	}
}

@media (max-width: 414px) {
	.blog-content{
		padding-top: 10px;
	}
	
	.article-2 .info .title>*,
	.article-2 .title>*{
		height: auto;
		max-height: 48px;
		overflow: hidden;
	}
	.article-2 .info .description{
		height: auto;
		max-height: 40px;
		overflow: hidden;
	}
}




.article{}
.article .thumb{
	float: left;
	height: 80px;
}
.article .thumb .image{
	width: 80px;
}
.article .thumb .image img{}
.article .info{
	float: left;
	-webkit-width: calc(100% - 80px);
	-moz-width: calc(100% - 80px);
	-o-width: calc(100% - 80px);
	-ms-width: calc(100% - 80px);
	width: calc(100% - 80px);
	padding-left: 10px;
}

.article .title{
	margin-bottom: 10px;
}

.article .info>*:not(:last-child){
	margin-bottom: 10px;
}


.article .info .title>*,
.article .title>*{
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.article .info .meta{}
.article .info .meta .post-date{
	font-size: 13px;
	color: #999;
	display: block;
	padding-left: 20px;
	position: relative;
}

.article .info .meta .post-date:before{
	content: "\f017";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	font-family: 'fas';
	color: #999;
}


.article .info .description{
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}


/*##################################### end .BLOG-PAGE #####################################*/



/* ######################## 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:inline-block;
	padding:8px 20px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
}
.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%;}


@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);
  }
}

.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;
}