.header-cate h2 {
    padding: 5px 10px;
    color: #fff;
    background-image: linear-gradient(95deg, #243e9e 0%, #5d89ba 100%);
    padding-right: 64px;
}

h2.title-home a {
    color: #fff;
    /* font-weight: 300; */
}

.view-more-wrap {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;

}

.view-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #2f5acf;
    background-image: linear-gradient(95deg, #243e9e 0%, #5d89ba 100%);
    color: #ffffff;
    border: 1px solid #2f5acf;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: 0.3s ease;
}

/* .swiper-container ul.products li.product {
    margin: 0 3.8% 0 0 !important;
} */

.header-cate div[class*="swiper-button-"] {
    display: inline-block;
    background: #f909;
    padding: 5px 10px;
    position: absolute;
    z-index: 99;
    right: 4px;
    top: 4px;
    color: #fff;
}

.header-cate {
    position: relative;
    margin: 20px 0;
}

.header-cate div.swiper-button-prev-custom {
    right: 37px;
}

.loadding-hidden {
    display: none;
}

.last-chiill img {
    height: 203px !important;
    object-fit: contain;
}

/* ====================================================== */

.img-hover {
    position: relative;
    overflow: hidden;
}

.new-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000c;
    padding: 10px 10px;
    padding-right: 30px;
}

.new-detail a {
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
}

.new-detail:hover {
    background: #f00;
}

.img-hover img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s all;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.new-detail::after {
    content: "\f105";
    position: absolute;
    color: #fff;
    top: 0px;
    right: 3px;
    font-size: 25px;
    font-family: 'FontAwesome';
    bottom: 0;
    display: flex;
    align-items: center;
}

.news-item-h {
    margin-bottom: 20px;
}


/* ====================================================== */

.home-contact {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 35px 0;
}

.home-box {
    /* padding: 30px 0; */
}

.home-contact-item h2 {
    color: #ed1b2f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

.h-contact-desc {
    line-height: 23px;
    margin-bottom: 15px;
    font-size: 15px;
}

.item-suport-h {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
}

.item-suport-h a {
    color: #ed1b2f;
    font-size: 20px;
    margin-left: 10px;
}

.h-contact-content .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 15px;
}