﻿ï»¿Ã¯Â»Â¿/*------- slider  -------*/
.box-videoslide {
    position: relative;
    padding-top: 1px;
}

    .box-videoslide .videotext {
        position: absolute;
        bottom: -5%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*background-color: rgba(15, 98, 160, .3);*/
        color: var(--white);
        z-index: 99;
        text-align: center;
        min-width: 300px;
        max-width: 95%;
        border-radius: 10px;
        padding: 10px;
        text-shadow: 1px 1px 1px #333;
        display: none;
    }

        .box-videoslide .videotext a {
            display: inline-block;
            padding: 12px 30px;
            color: var(--white);
            background: var(--blue);
            font-size: 16px;
            text-transform: none;
            text-shadow: none;
            transition: all 0.5s ease;
            border-radius: 15px;
            font-weight: 700;
        }

            .box-videoslide .videotext a:hover {
                background: var(--yellow);
                color: var(--font-color)
            }

        .box-videoslide .videotext h1 {
            margin: 0;
            font-size: 35px;
            margin-bottom: 12px;
        }

    .box-videoslide iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

.home-about {
    margin-bottom: 25px;
}

.sliderCarousel {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .sliderCarousel .owl-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        margin-left: -25%;
    }

    .sliderCarousel .owl-nav {
        opacity: 0;
        transition: all .5s ease-in-out;
        margin-top: 0 !important;
    }

    .sliderCarousel .owl-prev, .sliderCarousel .owl-next {
        font-size: 32px;
        background: rgba(0, 137, 32, .65);
        color: #FFF;
        height: 50px;
        width: 50px;
        margin: 0;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
        border-radius: 0;
        -webkit-transition: background 500ms, color 500ms;
        transition: background 500ms, color 500ms;
        position: absolute;
        top: calc(48% - 25px);
        padding-top: 10px;
        font-size: 20px;
    }

        .sliderCarousel .owl-prev:hover, .sliderCarousel .owl-next:hover {
            background-color: var(--yellow);
        }

    .sliderCarousel .owl-prev {
        left: 0;
        border-top-right-radius: 48%;
        border-bottom-right-radius: 48%;
    }

    .sliderCarousel .owl-next {
        right: 0;
        border-top-left-radius: 48%;
        border-bottom-left-radius: 48%;
    }

    .sliderCarousel .owl-prev .button-prev {
        margin-right: 5px;
    }

    .sliderCarousel .owl-next .button-next {
        margin-left: 5px;
    }

    .sliderCarousel .fa {
        font-size: 30px;
    }

    .sliderCarousel:hover .owl-nav {
        opacity: 1;
    }

.nnt-diff {
    background-color: transparent;
}

    .nnt-diff .row {
        margin-right: 0;
        margin-left: 0;
    }

    .nnt-diff .col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }

    .nnt-diff .block-1 {
        padding-left: 0;
    }
    .nnt-diff .block-2 {
        padding-right: 0;
    }

    /*.nnt-diff .block-1 {
        background: url(/images/images_pj/diff-bg1.png) center center no-repeat;
        background-size: cover;
	    display: flex;
	    align-items: center;
    }

    .nnt-diff .block-2 {
        background: url(/images/images_pj/diff-bg2.png) center center no-repeat;
        background-size: cover;
    }*/

        .nnt-diff h3.ttl {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 20px;
        background: url(/images/images_pj/title-bg.png) center bottom no-repeat;
        background-size: 60%;
        padding-bottom: 45px;
        padding-top: 40px;
    }

    .nnt-diff ul.text li {
        margin-bottom: 25px;
        background: url(/images/images_pj/list-ico-1.png) left center no-repeat;
        background-size: 3%;
        padding-left: 20px;
        color: var(--white);
        font-weight: 700;
        font-size: 15px;
    }

.catalog {
    margin-bottom: 0;
}

    .catalog .cat-item {
        -webkit-box-shadow: inset 18px 0 65px 20px #d1d9ea;
        -moz-box-shadow: inset 18px 0 65px 20px #d1d9ea;
        box-shadow: inset 18px 0 65px 20px #d1d9ea;
        padding: 25px;
        height: 240px;
    }

        .catalog .cat-item a {
            display: block;
            overflow: hidden;
            position: relative;
        }

        .catalog .cat-item img {
            border-radius: 3px;
        }

        .catalog .cat-item h3 {
            display: block;
            color: var(--white);
            position: absolute;
            top: 42%;
            padding: 12px 8px;
            width: 100%;
            background-color: rgb(1 109 170 / 65%);
            text-align: center;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            -webkit-transition: var(--transition);
            -o-transition: var(--transition);
            -moz-transition: var(--transition);
            transition: var(--transition);
        }

        /*.catalog .cat-item a:hover h3 {
            top: 0%;
        }*/

.price-list {
    text-align: center;
    margin-bottom: 25px;
}

    .price-list a {
        display: block;
    }

    .price-list img {
        border-radius: 0;
    }

.h-news {
    padding-top: 30px;
    position: relative;
    background-image: url(/images/images_pj/h-news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% -3px;
    margin-bottom: 25px;
}

    .h-news .color-bg {
        background-color: rgba(35, 35, 35, 0.94);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .h-news .item {
        margin-bottom: 30px;
    }

        .h-news .item:after {
            content: '';
            display: block;
            clear: both;
            height: 0;
        }

    .h-news .img {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .h-news .img img {
            border-radius: 5px;
            transition: transform .3s;
            width: 100%;
            height: auto;
        }

            .h-news .img img:hover {
                -ms-transform: scale(1.1); /* IE 9 */
                -webkit-transform: scale(1.1); /* Safari 3-8 */
                transform: scale(1.1);
            }

    .h-news .abs {
        overflow: hidden;
        line-height: 20px;
    }

        .h-news .abs, .h-news .abs a {
            color: var(--white);
        }

            .h-news .abs a:hover {
                color: var(--yellow);
                text-decoration: none
            }

            .h-news .abs h3 {
                margin-top: 2px;
			    font-size: 18px;
			    font-weight: 700;
			    height: 48px;
			    overflow: hidden;
			    line-height: 24px;
            }

            .h-news .abs p {
                margin-top: 10px;
                margin-bottom: 0;
			    color: #aaa;
            }

.product-tabs {
    margin-bottom: 25px;
}

    .nav-product-tabs {
        margin-bottom: 15px;
    }

    .nav-product-tabs:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
    }

    .nav-product-tabs li {
        list-style: none;
    }

        .nav-product-tabs li a {
            display: block;
            padding: 15px 25px;
            border-radius: 1px;
            background-color: var(--blue);
            font-weight: 700;
            color: var(--white);
        }

            .nav-product-tabs li .active, .nav-product-tabs li a:hover {
                background-color: var(--yellow);
                color: var(--font-color);
                text-decoration: none;
            }


.product-tabs .product-more {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .product-tabs .product-more a {
        border-bottom: 3px solid var(--green);
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 10px;
    }

.sliderCarousel .owl-dot span {
    background-color: var(--green) !important;
    width: 13px !important;
    height: 13px !important;
    margin: 5px !important;
}

.sliderCarousel .owl-dot.active span {
    background-color: var(--yellow) !important;
}
