@charset "utf-8";

.transition-default {
    transition: all 400ms linear 100ms;
    -o-transition: all 400ms linear 100ms;
    -moz-transition: all 400ms linear 100ms;
    -webkit-transition: all 400ms linear 100ms;
}

.wrapper-product-category a {
    transition: all 200ms linear 50ms;
    -o-transition: all 200ms linear 50ms;
    -moz-transition: all 200ms linear 50ms;
    -webkit-transition: all 200ms linear 50ms;
}

.wrapper .item {
    overflow: hidden;
}
.wrapper .item img {
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.wrapper-news .sidebar li a:hover {
    transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}

/*.wrapper-newproduct .item img:hover,*/
.wrapper-promotion .item img:hover,
.wrapper-links .item img:hover
 {
    transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}

/*
.wrapper .item img:hover {
    transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
*/

.wrapper-about .item {
    transition: all 200ms linear 50ms;
    -o-transition: all 200ms linear 50ms;
    -moz-transition: all 200ms linear 50ms;
    -webkit-transition: all 200ms linear 50ms;
}

.wrapper-service .item .txt {
    transition: all 200ms linear 50ms;
    -o-transition: all 200ms linear 50ms;
    -moz-transition: all 200ms linear 50ms;
    -webkit-transition: all 200ms linear 50ms;
}

.wrapper-product .item {
    transition: all 200ms linear 50ms;
    -o-transition: all 200ms linear 50ms;
    -moz-transition: all 200ms linear 50ms;
    -webkit-transition: all 200ms linear 50ms;
}

.wrapper-newproduct .item {
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}
.wrapper-newproduct .item:hover {
    box-shadow: 0px 4px 8px 0px rgba(48, 55, 66, 0.6);
    transform: translate(0,-10px);
    transition-delay: 0s !important;
}

.wrapper-technology .video1,
.wrapper-technology .video2 {
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}
.wrapper-technology .video1:hover,
.wrapper-technology .video2:hover {
    box-shadow: 0px 4px 8px 0px rgba(48, 55, 66, 0.6);
    transform: translate(0,-10px);
    transition-delay: 0s !important;
}
