﻿html {
    scroll-behavior: smooth;
}
body{
    background-color:#000!important;
}
.logo {
    text-align:center;
    margin:40px 0;
}

    .logo img {
        width: 250px;
    }
.noithatdocban {
}
    .noithatdocban .slogan {
        margin-top: 10px;
        font-size: 14px;
    }
    .noithatdocban h1 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 15px;
    }
.noithatdocban .content{
    margin-top:0;
    font-size:13px;
    padding-left:18px;
}
    .noithatdocban .content p{
        line-height:28px;
    }
    .wr-img {
        padding-top: 40px;
    }
.category-item img {
    max-width: 100%;
    opacity: 1;
    transition: all;
    transition-duration: 1s;
}
.category-item {
    padding: 0 30px;
    margin-bottom: 40px;
}

    .category-item h3 {
        margin: 15px 0;
    }

        .category-item h3 a {
            text-transform: capitalize;
            font-weight: 500;
            font-size: 18px;
            color: #949393;
        }

    .category-item:hover img {
        opacity: .7;
    }

.noithatdocban .productItem {
    text-align: left;
    padding:18px;
    margin:0;
}

    .noithatdocban .productItem .productinfo {
        background-color: transparent;
        padding: 0;
        position: relative;
        bottom: unset;
    }
        .noithatdocban .productItem .productinfo a.p-name {
            text-transform: capitalize;
            font-weight: 500;
            font-size: 18px;
        }
    .noithatdocban .productItem .productinfo h3 {
        margin: 20px 0;
    }
.noithatdocban .info {
    padding-left: 18px;
}
.noithatdocban .thumb-item {
    text-align: center;
    margin-bottom: 40px;
    height: 100%;
    padding: 18px;
}
    .noithatdocban .thumb-item .wr-image {
        position: relative;
        overflow: hidden;
        padding-bottom: 100%;
    }
.noithatdocban .productItem img{
    height:250px;
}
.description {
    text-align: center;
    margin-bottom: 40px;
    color: #b7b7b7;
    font-size: 14px;
}
.noithatdocban .thumb-item .wr-image img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    height: 300px;
    object-fit: cover;
    opacity:1;
    transition:all;
    transition-duration:1s;
}
.noithatdocban .thumb-item:hover img{
    opacity:.5;
}
.noithatdocban .pictures {
    margin-top: 30px;
}
.slogan {
    text-align: center;
}
@media (max-width: 575px) {
    .noithatdocban .logo img {
        width: 200px;
    }
    .noithatdocban .thumb-item .wr-image img{
        height:unset;
    }
    .noithatdocban .info{
        padding-left:0;
    }
    .noithatdocban .content{
        padding-left:0
    }
    .noithatdocban .thumb-item{
        padding:0;
    }
    .noithatdocban .productItem{
        padding:0;
    }
}