/*Sản phẩm*/
#img-productAds {
    width: auto;
    height: 100vh;
    background-image: url(../images/_DSC5117.JPG);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 65px;
}

#img-introAds {
    width: auto;
    height: 100vh;
    background-image: url(../images/intro-background.JPG);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 65px;
}

#img-contactAds {
    width: auto;
    height: 100vh;
    background-image: url(../images/contact-background.JPG);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 65px;
}


.list-product {
    padding: 5px;
    max-height: 500px;
}

.category-product {
    width: 100%;
    height: auto;
    margin-top: -20px;
}

.category-product>.title>h3 {
    text-transform: uppercase;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #043882;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content>.list-group-item {
    font-size: 18px;
    padding: 15px;
    animation: all 0.5s linear;
    border-radius: 0px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.content>.list-group-item:first-child {
    border: 0px;
}

.content>.list-group-item:hover {
    background-color: #043882;
    color: white;
}


/*Chi tiết sản phẩm*/
.img-content-detail-pro {
    margin: 0;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.img-detail-pro {
    padding: 0;
}

.img-detail-pro>.slider-for>div {
    overflow: hidden;
    border-radius: 5px;
}

.img-detail-pro>.slider-for img {
    width: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;

}

.img-detail-pro>.slider-nav {
    margin-top: 20px;
    max-height: 100px;

}


.img-detail-pro>.slider-nav img {
    width: auto;
    max-height: 100px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border-radius: 8px;
}



.content-detail-pro {
    padding: 0 15px 0 25px;
}

.content-detail-pro>h3 {
    text-transform: uppercase;
    font-weight: bold;

}

.content-detail-pro>.btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;
}

.info-detail-pro {
    padding: 0;
}

.info-tab {
    list-style: none;
}

.info-tab>li {
    display: inline-block;
    padding: 10px 25px 10px 25px;
    background-color: #043882;
    color: white;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.info-main-pro {
    color: #555555;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}

.info-main-pro img {
    max-width: 100%;
    height: auto;
}

.similarProduct {
    background-color: white;
    border-radius: 5px;
    margin-top: 5px;
}

/*Dành cho điện thoại di động*/
@media (max-width: 770px) {
    .content-detail-pro {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .img-detail-pro>.slider-nav img {
        max-height: 70px;
    }
    #img-productAds {
        background-attachment: scroll;
    }
}