/*FullStack by Rocker.vn (since 2008)*/ 

.Ctne-Rows{
	padding: 30px 0;
}
.Ctne-Rows:nth-child(2n){
	background: #f7f7f7;
}
/*bg home*/

.slider-box {
    padding: 25px 0;
    background: #e7e3e4;
}
.list-categories {
    width: 90%;
    max-width: 960px;
    margin: 50px auto;
}
.list-categories .items {
    list-style: none;
    width: calc(33.3% - 20px);
    float: left;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 15px;
}

@media(min-width: 900px) {
    .list-categories .items:hover {
        border-color: #d51b33
    }
}

@media(max-width: 800px) {
    .list-categories .items {
        width: 100%;
        margin: 10px 0px;
    }
}
.list-categories .items a {
    display: block;
}
.list-categories .items .text {
    width: 60%;
    float: left;
}
.list-categories .items .text .title {
    font-size: 30px;
    margin-bottom: 5px;
}
.list-categories .items .text p {}
.list-categories .items .text p b {}
.list-categories .items .img {
    width: 40%;
    float: right;
}
.list-categories .items .img img {
    width: 100%;
    height: auto;
}


/*ed home*/

.home-box-promotions .products-items-main .items{
	width: calc(20% - 20px);
	margin:10px;
	float: left;
}

@media(min-width: 1150px){
	.home-box-promotions .products-items-main .items:nth-child(5n+1){
		clear:left;
	}
}
@media(max-width: 1150px) and (min-width: 900px){
	.home-box-promotions .products-items-main .items{
		width: calc(25% - 20px)
	}
	.home-box-promotions .products-items-main .items:nth-child(4n+1){
		clear:left;
	}
}
@media(max-width: 900px){
	.home-box-promotions .products-items-main .items{
		width: calc(50% - 20px)
	}
	.home-box-promotions .products-items-main .items:nth-child(2n+1){
		clear:left;
	}
}
.home-box-products .products-items-main .items{
	width: calc(20% - 20px);
	margin:10px;
	float: left;
}


@media(min-width: 900px){
	.home-box-products .products-items-main .items:nth-child(6){
		display: none;
	}
	.home-box-products .products-items-main .items:nth-child(5n+1){
		clear:left;
	}
}

@media(max-width: 900px){
	.home-box-products .products-items-main .items{
		width: calc(50% - 20px)
	}
	.home-box-products .products-items-main .items:nth-child(2n+1){
		clear:left;
	}
}
.home-viewmore{ 
    position: relative;
    display: block;
    width: 220px; 
    padding-left: 23px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    font-size: calc(100% + 5px);
    font-family: Arial;
    z-index: 1;
    letter-spacing: 2px; 
}
.home-viewmore::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f309";
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    font-size: 23px;
    color: #ed2635;
}
.home-viewmore::after{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f30c";
    position: absolute;
    height: 20px;
    line-height: 20px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    font-size: 23px;
    color: #cecece;
}

.home-box-products{
    margin: 40px auto;
    padding: 40px 0;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 20px 0px #f6f6f652;
}
.home-title{
	position: relative;
	text-align: center;
	font-size: calc(100% + 20px);
	font-weight: bold;
	margin-bottom: 40px;
	margin-t
}
.home-title a{
    text-shadow: 2px 1px 0px #00000054;
    /* background: #cccccc2b; */
    border-radius: 5px;
    padding: 10px;
}
@media(max-width: 700px){
	.home-title{
		font-size: calc(100% + 2px)
	}
	.home-title a{
		text-shadow: none;
	}
}

/*.home-box-news .articles-items-main .items{
    width: calc(20% - 20px);
    float: left;
    margin: 10px;
    position: relative;
}

@media(max-width: 800px){
	.home-box-news .articles-items-main .items{
		width: calc(50% - 20px); 
	}
	.home-box-news .articles-items-main .items:nth-child(3){
		clear:left;
	}
}*/


@-webkit-keyframes fadeInLeft {

	0% {
		opacity: 0;
		-webkit-transform: translateX(-56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {

	0% {
		opacity: 0;
		transform: translateX(-56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(-56px);
	transform: translateX(-56px);
}

.active .el-animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 

@-webkit-keyframes fadeInRight {
 
    0% {
        opacity: 0;
        -webkit-transform: translateX(56px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
 
    0% {
        opacity: 0;
        transform: translateX(56px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(56px);
    transform: translateX(56px);
}
.active .el-animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
} 