
.wrapper-menu #cate-main-menu {
    display: block !important;
}

/*============WRAPPER SLIDE============*/
.wrapper-slide {
    margin-bottom: 40px;
}
.item-slide #owl-slide img{
    object-fit: scale-down;
}
.item-slide {
    width: 100%;
}
.item-slide #owl-slide a {
    display: block;
    height: 450px
}
@media (min-width: 1200px) {
    .pdl-22 {
        padding-left: 22%;
    }
}
@media (max-width: 768px) {
    .item-slide #owl-slide img {
        width: 100%;
        height: 100%;
    }
}

/*============End WRAPPER SILDE============*/

/*============TITLE PRODUCRT============*/
@media (min-width: 768px) {
    .animation-product {
        margin-top: 150px;
        transition: ease-in .4s;
        visibility: hidden;
    }
}

.active_transition {
    margin-top: 0;
    transition: ease-in .4s;
    visibility: visible;
}

.title-product {
    height: 40px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    border-bottom: 3px solid #fd5023;
}

.title-product h3 {
    height: 40px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 50px;
    background: url(/tp/T0308/img/background-title.png) right top no-repeat;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.title-product h3 a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.title-product .view-all {
    height: 100%;
    margin-right: 20px;
}

.title-product .view-all a {
    color: #9f9a9f;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

/*============END TITLE PRODUCRT============*/

/*============ WRAPPER BANNER ============*/
.wrapper-banner {
    margin-bottom: 30px;
}

.wrapper-banner .item-banner {
    position: relative
}

.wrapper-banner .item-banner a:first-child {
    padding-right: 15px;
    max-height: 250px
}

.wrapper-banner .item-banner a:last-child {
    padding-left: 15px;
    max-height: 250px
}

.wrapper-banner img {
    max-width: 100%;
    height: auto
}

.wrapper-banner .item-banner a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.wrapper-banner .item-banner a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.wrapper-banner .item-banner a:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
}

.wrapper-banner .item-banner a:hover::after {
    bottom: 50%;
    top: 50%;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
}

/*============END WRAPPER BANNER ============*/

/*============ WRAPPER NEWS ============*/
.wrapper-news {
    margin-bottom: 30px;
}

.owl-news {
    padding: 0 10px;
}

.owl-news .item {
    width: 300px;
    min-height: 400px;
    margin-right: 10px;
    border: 1px solid #faf1f1;
}

.owl-news .item .wp-img a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.owl-news .item .wp-img a:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-news .item .wp-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    object-fit: scale-down;
}

.owl-news .item .wp-info {
    padding: 15px 10px 0;
}

.owl-news .item .wp-info .title {
    margin-bottom: 5px;
    line-height: normal;
!important;
}

.owl-news .item .wp-info .title a {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.owl-news .item .wp-info .title a:hover {
    color: #fd5023;
}

.owl-news .item .wp-info .title h4 {
    margin-bottom: 0;
}

.owl-news .item .wp-info .title span {
    display: block;
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.owl-news .item .wp-info p {
    display: -webkit-box;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    overflow: hidden;
}

.owl-news .item .wp-info ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

.owl-news .item .wp-info ul li i {
    color: #fd5023;
}

/*============ END WRAPPER NEWS ============*/

/*============WRAPPER BRAND============*/
.wrapper-brand {
    margin-bottom: 30px;
}

.owl-brand {
    padding: 0 10px;
}

.owl-brand .wp-img a {
    display: block;
    height: 100px;
    border: 1px solid #faf1f1;
}

.owl-brand .wp-img a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*============End WRAPPER BRAND============*/

/*====================REPOMSIVE==========================*/
@media screen and (max-width: 1230px) {
    .wrapper-banner .item-banner a {
        padding: 0;
        padding: 0 10px;
    }
}

@media screen and (max-width: 812px) {
    .item-slide #owl-slide a {
        height: auto
    }
}

@media screen and (max-width: 569px) {
    .item-banner:first-child {
        margin-bottom: 15px;
    }
}

/*====================END RESPÓSNIVE==========================*/