/* NSN Global Brand Colors */
:root {
    --color-primary: #D50032;
    --color-secondary: #00854A;
    --color-dark: #111111;
    --color-light: #f5f5f5;
}

.header .navbar .navbar-brand .logo {
    height: 50px;
}

.header{
    background-color: rgba(0,0,0,0.5);
}



.banner.banner-03 .swiper-slide .banner-content h1 {
    font-size: 70px;
}

.service-box-section{
    background-image: none;
}
.product .product-content .product-info{
    display: block;
}
.product .product-image {
    padding: 20px;
}
.product-title h3{
    font-size: 18px;
}
.footer.footer-style-02 .copyright{
    margin-top: 0;
}
.station-blog {
    padding-top: 70px;
}
.blog-info h4{
    font-size: 20px;
}
.blog-style-01:hover {
    cursor: pointer;
}
.offcanvas.offcanvas-end.offcanvas-sidebar-menu{
    background: rgba(0, 0, 0, 0.32) !important;
}
.inner-header {
    height: 300px;
}
.inner-header-tittle h2 {
    font-size: 44px;
    padding-bottom: 5px;
}
.product .product-content {
    padding: 30px 0px;
}
.product .product-content .category {
    font-weight: 400;
}
.product-detail h2{
    font-size: 36px;
}
.product .thumbnail-bg {
    background-color: #fff;
}

.banner.banner-03 .swiper-slide .banner-content h1{
    font-size: 70px;
}









@media (max-width: 1300px){
    .banner.banner-03 .swiper-slide .banner-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px){
    .inner-header-tittle h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .inner-header-tittle .breadcrumb {
        margin-bottom: 0;
        display: none;
    }
    .inner-header {
        height: 200px;
        padding-bottom: 25px;
    }
    .copyright{
        text-align: center;
    }
}