﻿body {
    overflow-y: hidden;
}

.fixedWrapper {
    position: relative;
    height: 1px;
    display: block;
    /*            background-color: #cccccc;*/
}

.fixedWrapper2 {
    /* height: 100px; */
    /* text-align: center; */
    /* border: 1px solid yellow; */
    /* background-color: blue; */
    position: sticky;
    top: 140px;
    z-index: 1;
    background-color: #ffffff;
}

#footer {
    /*	bottom: 0;position: sticky;*/
    position: sticky;
    /*            bottom: 0px;*/
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: table;
}

.wp {
    height: 100vh;
}

.tabs.tab_botoom.fixedWrapper2.navbarup {
    top: 100px;
    z-index: 1;
}


.where {
    padding: 30px 0;
}

    .where a {
        color: #bbbbbb;
        font-size: 14px;
        transition: none;
    }

        .where a:after {
            content: '/';
            padding: 0 5px;
        }

        .where a:last-of-type {
            color: #333;
        }

            .where a:last-of-type:after {
                content: normal;
            }

#products .banner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center !important;
}

#products .banner .container {
    position: relative;
    padding: 0 0;
}

.jqimgFill {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s;
}

#products .banner .text {
    height: 21vw;
    min-height: 250px;
    max-width: 470px;
    display: table;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

/* .text {
   margin-bottom: 15px;
} */

#products .banner .textInner {
    display: table-cell;
    vertical-align: middle;
}


#products .banner .text p.title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 55px;
}

#products .banner .text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
}


.products-list .tabs {
    border-bottom: 1px solid #ddd;
}

#products .wrap {
    width: 1350px;
    float: left;
    margin: 0 auto;
}

#products #nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#products ul.nav {
    display: inline-flex;
    /* flex: 1; */
}

#products .banner .text h1.title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    animation-delay: 0.3s;
    margin-top: 0;
}

/*
.nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " ";
}
*/

.products-list .tabs ul {
    float: left;
}

#products .products-list .tabs ul li {
    margin-right: 0px;
}

#products li.nav-top {
    margin-right: 30px !important;
}

#products li.nav-item {
    flex: auto;
    font-weight: 400;
}

.products-list .tabs ul li {
    display: inline-block;
    margin-right: 30px;
}

#products .tabs ul li a {
    line-height: 50px;
    padding-bottom: 0px;
    font-weight: inherit;
}

#products li.nav-item > a {
    display: block;
    text-align: center;
    line-height: 45px;
    position: relative;
    /* margin-right: 30px; */
}

#products .nav > li > a {
    padding: 0 0;
}

.products-list .tabs ul li.nav-item.active a.submenu_act {
    border-color: #ffb800 !important;
}

a.submenu_act {
    border-color: #ffb800 !important;
}

#products li.nav-item.active > a:hover, #products li.nav-item.active > a:active {
    border-bottom: 5px solid #ffb800;
}

#products li.nav-item:hover > a:hover, #products li.nav-item.active > a:hover {
    border-bottom: 5px solid #ffb800;
}


.products-list .tabs ul li a {
    border-bottom: 5px solid transparent;
    display: block;
    padding-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    transition: none;
}

.products-list .tabs ul li a {
    border-bottom: 5px solid transparent;
}

.products-list .tabs ul li.actived a {
    border-color: #fabe00;
}

#products .subMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    /* width: 100%; */
    height: auto !important;
    background-color: #f3f2ee;
    z-index: 99;
}


    #products .subMenu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }


.products-list ul.sub-tabs {
    display: block !important;
    padding: 20px 20px;
}


.products-list #list {
    padding: 80px 0;
}

.products-list .overview {
    padding: 80px 0;
}

#products .btn_bar {
    display: none !important;
}

#products .tabContent .tabarea {
    width: 100%;
    max-height: 200px;
    display: table;
    margin-bottom: 80px;
}

    #products .tabContent .tabarea h1 {
        font-size: 48px;
        font-weight: bold;
        color: #555555;
    }



.products-list ul.list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 0px;
    margin-right: -6px;
}

#products .subMenu > ul > li > a {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #888888;
    font-weight: normal;
    padding-bottom: 0px;
}

    #products .subMenu > ul > li > a:hover {
        color: black;
        font-weight: 400;
    }

.products-list ul.sub-tabs li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

    .products-list ul.sub-tabs li:after {
        content: '|';
        position: absolute;
        right: 5px;
        top: 3px;
        font-weight: 300;
    }

#products .subMenu.motion-application {
    left: -138px;
}

.products-list ul.listp li {
    vertical-align: top;
    text-align: left;
    width: 249px;
    /* width: 17.8%; */
    margin: 0px 13px 30px;
    list-style-type: disc;
    position: relative;
}

.pro_area {
    border: 1px solid #dddddd;
    display: inline-block;
}

.products-list ul.listp li a {
    display: block;
}

#products .tabContent a:hover {
    border: 0px solid #fff;
}

.products-list ul.listp li .pic {
    position: relative;
    width: 100%;
    height: auto;
}

.products-list ul.listp li:hover .pic:after {
    opacity: 1;
    transition: opacity 1s ease;
}

.products-list ul.listp li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.product-text {
    margin-bottom: 55px;
}

    .product-text h2 {
        font-size: 30px;
        margin-left: 12px;
        font-weight: 500;
    }

#products ul.description {
    bottom: 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    top: 0px;
}

.products-list ul.listp li.desarea {
    /*    width: 200px;*/
    width: 95%;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
}

.products-list ul.listp li {
    vertical-align: top;
    text-align: left;
    width: 249px;
    /* width: 17.8%; */
    margin: 0px 13px 30px;
    list-style-type: disc;
    position: relative;
}

#products .products-list ul.sub-tabs {
    /* margin-bottom: 20px; */
    padding: 20px 20px;
}

.products-list #video {
    padding: 80px 0;
}



ul.pages {
    text-align: center;
    margin-bottom: 50px !important;
}

ul.noneStyle {
    margin: 0;
    padding: 0;
}

ul.pages li {
    display: inline-block;
    margin: 5px;
}

    ul.pages li.actived a {
        color: #fff;
        background-color: #fabe00;
        border-color: #fabe00;
    }

    ul.pages li a {
        display: block;
        width: 33px;
        height: 33px;
        border: 1px solid #cbcbcb;
        border-radius: 50%;
        color: #888888;
        line-height: 33px;
    }

        ul.pages li a.gray {
            color: #fff;
            background: #cbcbcb center no-repeat;
            border-color: #ffffff;
        }

    ul.pages li.last a {
        background-image: url(../../styles/images/pages-last.png);
        border: 1px solid #cbcbcb;
    }

    ul.pages li.next a {
        background-image: url(../../styles/images/pages-next.png);
    }

    ul.pages li.prev a {
        background-image: url(../../styles/images/pages-prev.png);
    }

    ul.pages li.first a {
        background-image: url(../../styles/images/pages-first.png);
    }

.favorites_s {
    position: absolute;
    cursor: pointer;
    padding-left: 50px;
    display: table;
    bottom: 20px;
    margin-top: 20px;
}

    .favorites_s i {
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-image: url(../../styles/images/header-icon-plus.png);
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.3s, background 0.3s;
        position: absolute;
        background-color: #cbcbcb;
        left: 20px;
        top: 0;
    }

    .favorites_s:hover i {
        background-color: #ffb800;
    }

.listp {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

#faq {
    width: 100%;
    height: auto;
    margin-top: 80px;
    position: inherit;
}

    #faq .accordion {
        border: 1px solid #dddddd;
        margin: 80px 10px 80px 10px;
        --bs-accordion-color: #555555;
        z-index: 0;
        position: sticky;
    }

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #555555 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

#faq .accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: 1px solid #dddddd !important;
    border-color: none !important;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
}

#faq .accordion-button::after {
    background-image: url(../styles/images/arrow_bottom.png) !important;
}

#faq .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    color: #555555;
    width: 100%;
}

#faq .accordion h3 {
    font-size: 22px;
    width: 100%;
    font-weight: 500;
}

#faq .accordion-button::after {
    background-image: url(../styles/images/arrow_bottom.png) !important;
}

.max-lg-size .choose > ul > li > div {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    padding: 1.5% 0.8%;
    text-align: center;
}

.max-lg-size #products .banner .text {
    margin-right: 30px;
}

.max-bg-size #products .btn_bar {
    display: none !important;
}

.max-md-size .products-list #video {
    padding: 80px 0;
}

.max-lg-size #products .products-list .tabs {
    padding: 0;
}

.max-md-size .right_btn {
    padding-right: 0px;
}

.max-md-size #myBtn {
    padding-right: 0px;
}

.max-md-size #products .tabs.tab_botoom.fixedWrapper2 {
    background-color: #dddddd;
}

.max-md-size #products .products-list .tab_botoom {
    padding: 15px 0px !important;
}

.max-md-size #products .wrap {
    display: none;
}

.max-md-size .menu-area {
    display: block;
}


.max-md-size .banner .container {
    padding: 0;
    width: 100%;
}

.max-md-size .products-list .list {
    padding: 0;
}

.max-md-size #products .banner .text {
    margin-right: 20px;
}

    .max-md-size #products .banner .text p {
        display: none;
        font-size: 20px;
        line-height: 30px;
    }

        .max-md-size #products .banner .text p.title {
            font-size: 45px;
            display: block;
            line-height: 45px;
            text-align: right;
        }

.max-md-size #products .banner .pic img {
    height: 100%;
}

.max-md-size #products .frame-video {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.max-md-size #products .pro_video {
    width: 100%;
    margin: 0 auto;
    height: 52vw;
}

.max-md-size #products .banner .text h1.title, .max-md-size #products .info h1.title {
    margin: 0 auto;
    font-size: 48px;
}

.max-md-size .news-image {
    width: 100%;
    height: 22.5vw;
    background-size: 100%;
    background-position: center;
}

.max-md-size .products-list #list {
    padding: 80px 0;
}

/*.max-md-size .fixedWrapper2{top: 65px;}*/

.max-md-size .tabs.tab_botoom.fixedWrapper2.navbarup {
    top: 65px;
}

.max-md-size .wp {
    height: 95vh;
}

.max-sm-size .wp {
    height: 90vh;
}

.max-sm-size #products .tabs ul li a {
    border-bottom: 1px solid #dddddd !important;
    border-top: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

.max-sm-size #products .tabContent .tabarea h1 {
    font-size: 35px;
}

.max-sm-size .news-boder {
    display: block !important;
}

.max-sm-size #products .products-list .tab_botoom {
    padding: 15px 0px !important;
}

.max-sm-size .products-list .tabs ul {
    float: none;
    margin: 0px 0;
    display: none;
}

.max-sm-size #products .tabs.tab_botoom.fixedWrapper2 {
    background-color: #dddddd;
}

.max-sm-size .products-list .tabs ul li {
    display: block;
}

    .max-sm-size .products-list .tabs ul li a {
        padding: 0px 20px;
        border: 1px solid #ddd;
        border-left: 5px solid #ddd;
        margin-bottom: -1px;
        position: relative;
        display: block;
        line-height: 40px !important;
    }

.menu-area {
    display: none;
}

.max-sm-size .dk_toggle:hover {
    border-color: #ffffff;
}

.max-sm-size .menu-area {
    display: block;
}

.max-sm-size .products-list .tabs ul li.actived a {
    border-left: 5px solid #FFB800 !important;
}

.max-sm-size .text {
    margin: 0 auto;
}

.max-sm-size #products .tabContent .tabarea {
    margin-bottom: 50px;
}

.max-sm-size .products-list #video {
    padding: 50px 0;
}

.max-sm-size #faq .accordion {
    margin: 50px 10px;
}


.max-sm-size #faq {
    margin-top: 50px;
}

.max-xs-size #products .banner .container {
    padding: 0;
    width: 100%;
}

.max-xs-size #products .banner .pic {
    background-position: 20% center !important;
}

.max-xs-size #products .banner .text {
    margin-right: 0;
    max-width: none;
    margin-left: 0;
    width: 100%;
    /*    background-color: rgba(0, 0, 0, 0.5);*/
    min-height: 120px;
}

.max-xs-size #products .banner .textInner {
    padding: 30px 15px;
    text-align: right;
}

.max-xs-size #products .banner .text h1.title {
    font-size: 35px;
}


.max-xs-size #products .text p.title {
    font-size: 35px !important;
    display: initial !important;
}

.max-xs-size #products .banner .pic img {
    height: 100%;
}

.max-xs-size .frame-news {
    width: 99%;
    margin: 1.5vw 0vw 5vw !important;
}

.max-xs-size ul.pages li {
    margin: 5px 1px;
}

.max-xs-size .where {
    padding: 10px 0;
}

.max-xs-size body {
    line-height: 25px;
}

.max-xs-size #products .wrap {
    display: none;
}

.max-xs-size #products .info {
    padding-bottom: 0px;
}

.max-xs-size #products .btn_bar {
    display: block !important;
}






@media only screen and (max-width: 1366px) {
    .products-list ul.listp li {
        vertical-align: top;
        text-align: left;
        width: 18%;
        margin: 0px 0.8vw 2vw;
        list-style-type: disc;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .products-list ul.listp li {
        width: 23.2%;
        vertical-align: top;
        text-align: left;
        margin-left: 17px;
        margin-bottom: 30px;
        margin: 0px 0.7vw 2vw;
        position: relative;
    }
}
