.text-ellipsis{
  min-height: unset!important;
} 
.header .logo img {
    max-width: 140px;
}
.item_product_main .image_thumb img {
    object-fit: cover;
    width: 100% !important;
}
.section_fashion .swiper-slide img {
    object-fit: cover;
}
.rte.product_getcontent h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.rte.product_getcontent h3 {
       font-size: 18px;
     font-weight: 600;
    line-height: 24px;
}

.rte.product_getcontent h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

}
@media (max-width: 1199px) {
    .header .logo img {
        max-height: 55px;
    }
} 
.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
    color: #e7e2e2;
} 
.view-all-wrap {
    text-align: center;
}
.section_tech .slide-tech .item_product_main {
    margin-bottom: 13px;
}
.btn-view-all {
    display: inline-block;
    padding: 12px 28px;
    background: #0d4ca3;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
    background: #08387a;
    color: #fff;
    text-decoration: none;
}