@media (min-width: 1440px) {
    .product-manual .product {
        min-height: 302px;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 1800px) {
    .container{
        width: 100%;
        padding: 0 100px
    }
}
@media (max-width: 1440px) {
    /* HEADER */

    /* BODY */
    .product-manual .product {
        height: 265px;
        padding: 30px;
    }
}
@media (max-width: 1400px) {
    /* BODY */

}
@media (max-width: 1366px) {
    /* HEADER */


    /* BODY */



}
@media (max-width: 1280px) {
    /* HEADER */



    /* BODY */
    main .container {
        width: 100%;
    }


}
@media (max-width: 1200px) {
    /* HEADER */
    header .navbar-brand img {
        height: 40px;
        margin: 16px 0;
    }
    header .pull-right > div {
        font-size: 14px;
    }
    /*BODY*/
    .product-manual .product {
        padding: 50px 25px;
    }
}
@media (max-height: 600px) {
    /* HEADER */

}

@media (max-width: 1160px) {
    .product-manual .product {
        height: 330px;
    }
}
@media (max-width: 1120px) {
    /* HEADER */

    /* BODY */
    .container{
        padding: 0 60px
    }
    .product-manual .product {
        padding: 25px;
        height: 265px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-manual,footer {
        padding: 60px 0;
    }
    .row-product {
        margin-right: -10px;
        margin-left: -10px;
    }
    .product-manual [class*=col-xs-],
    .product-manual.child-page [class*=col-xs-] {
        padding: 10px;
    }
    .text-slide {
        padding: 0 25px;
    }
    .slide_show h1 {
        font-size: 40px;
    }
    .product-manual.child-page .page_download .col-xs-12 > [class*=col-xs-] {
        height: 90px;
    }
    .product-manual.child-page .page_download .col-xs-12 > .col-xs-8 {
        padding: 0 15px;
    }
    .content-info .content figure img {
        width: 100% !important;
    }
    .child-page.child-faq .row-product {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .no-images {
        height: 500px;
    }
}
@media (max-width: 991px) {
    /* HEADER */


    /* BODY */
    .slide_show {
        height: 350px;
    }
    .product-manual .product {
        padding: 20px;
    }
    .product-manual.child-information .product-child {
        padding: 15px;
    }

}
@media (max-width: 980px) {
    header .nav-menu ul li {
        padding: 0 6px;
    }
    header .nav-menu ul li:last-child {
        padding: 0 0 0 6px;
    }
}
@media (max-width: 950px) {
    /* HEADER */
    .menu-mobile {
        display: inline-block !important;
    }
    header .nav-menu  {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        background: #fff;
        z-index: 9;
        padding: 60px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .23s ease-in-out;
        -moz-transition: .23s ease-in-out;
        -o-transition: .23s ease-in-out;
        transition: .23s ease-in-out;
    }
    header .nav-menu.active {
        opacity: 1;
        pointer-events: auto;
    }
    header .nav-menu ul li {
        display: block;
        padding: 10px 0;

    }
    header .nav-menu ul li:last-child {
        padding: 10px 0;
    }
    header .nav-menu.active ul li {
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
    }
    header .nav-menu.active li:nth-child(1) {
        animation-delay: 0.1s;
    }
    header .nav-menu.active  li:nth-child(2) {
        animation-delay: 0.2s;
    }
    header .nav-menu.active  li:nth-child(3) {
        animation-delay: 0.3s;
    }
    header .nav-menu.active  li:nth-child(4) {
        animation-delay: 0.4s;
    }
    header .nav-menu ul li a {
        line-height: unset;
    }
    /* BODY */
    .slide_show h1 {
        font-size: 44px;
    }
    .product-manual .row-product > [class*=col-xs-] {
        width: 100%;
        padding: 15px;
    }
    .child-page .row-product {
        grid-template-columns: 1fr 1fr;
    }
    .product-manual .row-product > [class*=col-xs-]:nth-child(1) {
        padding: 0 15px 15px;
    }
    .product-manual .row-product > [class*=col-xs-]:nth-child(3) {
        padding: 15px 15px 0;
    }
    .product-manual .product {
        height: auto;
        display: block;
        min-height: auto;
    }
    .contact-footer [class*=col-xs-] {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .contact-footer [class*=col-xs-]:nth-child(1),
    .contact-footer [class*=col-xs-]:nth-child(2) {
        display: none;
    }
    .contact-footer [class*=col-xs-]:nth-child(3){
        padding: 0 0 15px;
    }
    .copyright [class*=col-xs-] {
        width: 100%;
        text-align: center;
        opacity: 1;
        padding: 10px 0;
    }
    .copyright .col-xs-6:nth-child(2) {
        text-align: center;

    }
    .social-footer span {
        display: none;
    }
    .product-manual.child-page .product-child .col-xs-10 {
        margin: 4px 0 0 10px;
    }
    .product-manual .product img {
        margin: 0;
    }
    .clearfix {
        display: none;
    }
    .side-menu ul li > ul {
        margin: 0 0 0 25px;
    }
    .product-manual.child-information .product-child {
        min-height: 86px;
    }

}
@media (max-width: 768px) {
    /* HEADER */

    /* BODY */
    .row-content {
        margin-right: -25px;
        margin-left: -25px;
    }
    .row-content [class*=col-xs-] {
        padding: 0 25px;
    }
    .child-page .row-product {
        grid-template-columns: 1fr;
    }
    .product-manual.child-page .product-child .col-xs-10 {
        margin: 0;
    }
    .product-manual.child-page .col-xs-2 {
        width: 50px;
    }
    .navigate {
        display: none;
    }
    .content-info {
        padding: 50px 0;
    }
    .row-content [class*=col-xs-] {
        width: 100%;
    }
    .side-menu {
        margin: 0 0 30px;
    }
    .side-menu span:before{
        display: block;
    }
    .side-menu ul {
        margin: 20px 0 0;
        padding: 25px;
        background: #f3f3f3;
        display: none;
        border-radius: 10px;
    }
    .side-menu a.active:before {
        left: 0;
        top: 8px;
    }
    .side-menu ul li {
        padding: 4px 0 0 18px;
    }
    .side-menu ul li > ul li {
        padding: 4px 0;
    }
    .side-menu ul.open {
        display: block;
    }
    .row-content [class*=col-xs-]:nth-child(2) {
        border: none;
    }

    .product-manual.child-page .page_download .col-xs-12 {
        padding: 25px 0;
    }
    .product-manual.child-page .page_download .col-xs-12 > [class*=col-xs-] {
        width: 100%;
    }
    .product-manual.child-page .page_download .col-xs-12 > .col-xs-8 {
        padding: 15px;
    }
    .page_download img {
        height: auto;
    }
    .product-manual.child-page .page_download .col-xs-12 > [class*=col-xs-] {
        height: auto;
    }
    .child-page.child-faq .row-product {
        grid-template-columns: 1fr 1fr;
    }
    .no-images {
        height: 300px;
    }
}
@media (max-width: 600px) {
    /* HEADER */
    .container{
        padding: 0 25px
    }
    .product-manual,footer {
        padding: 50px 0;
    }
    header .nav-menu {
        padding: 50px  25px;
    }
    header .nav-lang li {
        line-height: 70px;
    }
    header .navbar-brand img {
        height: 42px;
        margin: 14px 0;
        display: block;
    }
    /* BODY */
    .slide_show {
        margin-top: 70px;
    }
    .slide_show label {
        margin-right: 10px;
    }
    .slide_show h1 {
        font-size: 26px;
        padding: 15px;
    }
    .product-manual.child-page .row-product a > [class*=col-xs-] {
        width: 100%;
        padding: 10px 15px;
    }
    .product-manual.child-information .product-child {
        min-height: auto;
    }
    .product-manual.child-page h2 {
        margin-bottom: 20px;
    }
    .product-manual .product-child {
        min-height: auto;
    }
    .child-page.child-faq .row-product {
        grid-template-columns: 1fr;
    }
    .content-info .content figure h3 {
        margin-bottom: 30px;
    }
    .content-info .content figcaption {
        margin-top: 30px;
    }
    .no-images {
        height: 220px;
    }
    .content img {
        width: 100% !important;
    }
}
@media (max-width: 414px) {
    /* HEADER */


    /* BODY */


}
@media (max-width: 393px) {
    /* HEADER */


    /* BODY */
    .content-info .a_class a {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .product-manual .product-child {
        padding: 10px 15px;
    }
    .product-manual .product-child img {
        width: 26px;
        height: 26px;
    }
    .product-manual.child-page .product-child [class*=col-xs-] {
        width: auto;
    }
    .product-manual.child-page .product-child [class*=col-xs-]:nth-child(1){
        margin-right: 10px;
    }
}
@media (max-width: 375px) {

    /* BODY */
    .slide_show {
        height: 250px;
    }
    .slide_show h1 {
        font-size: 22px;
    }
    .slide_partner img {
        height: 36px;
    }
    .slide_partner ,
    .copyright {
        margin: 30px 0 0;
    }
    .qr-code {
        height: 120px;
        width: auto;
    }
}
@media (max-width: 360px) {
    /* HEADER */



    /* BODY */


}
@media (max-width: 320px) {
    /* HEADER */
    header .navbar-brand img {
        height: 30px;
        margin: 20px 0;
    }

    /* BODY */

}
@media (max-height: 500px) {
    /* HEADER */

    /* BODY */
    .slide_show {
        margin-top: 0;
        height: 100vh;
    }
    .text-slide {
        top: 70px;
    }
    .container {
        padding: 0 25px;
    }
    .product-child .col-xs-2 {
        width: 45px;
    }
    .product-manual.child-page .row-product a > [class*=col-xs-] {
        width: 50%;
    }
    .clearfix {
        display: none;
    }
    .product-manual.child-information .product-child {
        min-height: 86px;
    }
}