﻿.w-nav li a {
    font-size:17px;
    font-weight:600;
}
.index-product, .index-about {
    margin-bottom: 50px;
}
.product-list, about-list {
    height: auto;
}
.product-list .col-md-3 {
    margin-top: 30px;
}
.index-product-img {
    height: 280px;
    overflow: hidden;
}
    .index-product-img :hover img {
        transform: scale(1.15);
        
    }
.product-list img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
}
.product-list p, .about-list p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.index-product-title2, .index-about-title2 {
    width: 100%;
    border-top: 1px solid rgb(224 221 219);
}
.index-product-title-in, .index-about-title-in {
    display: inline-block;
    border-top: 7px solid rgb(255 215 64);
    margin-top: -6px;
}
    .index-product-title-in span, .index-about-title-in span {
        font-size: 24px;
        font-family: "Times New Roman", Times, serif;
    }
    .index-product-title-in h2, .index-about-title-in h2 {
        font-size: 120%;
        margin: 0;
    }
.index-product-name :hover {
    text-decoration: underline;
    color: rgb(255 215 64);

    
}

.index-about-title {
    margin-bottom: 30px;
}
.index-about-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 25px;
    text-indent: 2em;
    text-align: justify;
}
.index-about-img-info {
  /*  position: relative;*/
    width: 100%;
    height: 100%;
    min-height: 217px;
}
    .index-about-img-info img {
        width: 100%;
      /*  max-height:300px;
        margin-top: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
    }
.index-about-btn {
    text-indent: 0em;
    height: 30px !important;
    width: 110px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(251,201,0) !important;
    border-color: rgb(251,201,0) !important;
}
.index-news {
    background-color:rgb(246,246,246);
    padding-bottom:50px;
}
.index-news-title {
    text-align: center;
    margin-bottom:20px;
}
.index-news-title-in h2 {
    font-size:32px;
}
.index-news-title-in span {
    font-size: 18px;
    line-height: 2;
}

.index-news-img img {
    width: 70%
}
.index-news-item {
    margin-top:10px;
    margin-bottom: 10px;
    padding-bottom:5px;
    border-bottom: 1px solid rgb(224 221 219);

}
.index-news-item-title {
    margin-bottom:7px;
    display:flow-root;
}
.index-news-item-title-t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    float: left;
}
.index-news-info {
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size:14px;
}
.index-news-item-a {
    color: rgb(255 215 64);
    font-weight: 600;
}
    .index-news-item-a :hover, .index-news-item-b :hover {
        text-decoration: underline;
        color: rgb(255 215 64);
    }
.index-news-item-b {
    font-weight:600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .index-product-img {
        height: 220px;
    }
    .index-product .container, .index-about .container, .index-news .container {
        max-width: 100%
    }
    .pt-30px {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .index-product-img {
        height: 350px;
    }
    .pt-30px {
        padding-top: 30px;
    }
    }