section.under-slide.mt-4.text-center.text-lg-left h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Time new Roman;
    margin-bottom: 15px;
}


.item-pages {
    text-align: center;
}

.title_home_page h3 {
    background: #e9ecef;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Time New Roman;
    font-weight: bold;
    margin-bottom: 0px;
}

.item-pages img {
    margin-bottom: 20px;
}


img.img-product {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#header .search button {
    background: red;
    border: none;
    padding: 3px 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer
}

#header .search input {
    box-shadow: none;
}

.search img {
    height: 24px;
}


.hotline.mt-2 {
    position: relative;
}

.img-search {
    position: absolute;
    top: 11px;
    left: 4px;
}

.img-product img {
    width: 100%;
/*    height: 200px;*/
}


@media (max-width: 768px) {

    .img-product img {
        width: 100%;
        height: auto;
    }
    .title_header {
    text-align: center;
    margin-top: 10px;
}

}

a.logo_header img {
    width: 200px;
}

.title_header p{
    font-size: 22px;
    font-family: Time New Roman;
    margin-bottom: 6px;
    font-style: italic;
    text-align: center;
}

.title_header p {
    margin-bottom: -1px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 32%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

