﻿body {
    background: #fff url(../img/bg.jpg) repeat-x center top;
    background-size: 100%;
    font-family: Arial;
    font-size: 11pt;
    padding-top: 92px;
}

@media(max-width:767px) {
    body {
        padding-top: 44px;
    }
}

body a {
    /*-moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;*/
    text-decoration: none !important;
}

a.more {
    margin-top: 10px;
    font-size: 9pt;
    font-family: Arial;
    text-decoration: underline !important;
}

a.loadmore {
    display: block;
    width: 141px;
    height: 46px;
    text-align: center;
    color: #fff;
    font-size: 10pt;
    text-shadow: 1px 1px 1px #4F7493;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0 16px;
    margin: 20px auto;
    background: url(../img/bg-loadmore.png) no-repeat center;
}

.loading {
    background: url(../img/loading.gif) no-repeat center;
    width: 100px;
    height: 40px;
    display: block;
    margin: 10px auto;
}

body > .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 994px;
}

/*@media(max-width:767px) {
    .container {
        padding: 0;
    }
}*/

header#header {
    width: 100%;
    padding: 48px 0 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    header#header #language {
        position: absolute;
        top: 5px;
        right: 0;
        text-align: right;
        z-index: 1001;
    }

@media(max-width:767px) {
    header#header #language {
        right: 70px;
    }
}

header#header #language a img {
    height: 34px;
    opacity: 1;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

header#header #topmenu {
    width: 100%;
    height: 44px;
    background: #0A5BAC;
}

    header#header #topmenu .container {
        position: relative;
        padding: 0 40px 0 236px;
    }

        header#header #topmenu .container #logo {
            position: absolute;
            top: -48px;
            left: 0;
            display: block;
            width: 190px;
            height: 150px;
        }

            header#header #topmenu .container #logo img {
                width: 190px;
                height: 150px;
            }

body.fixed header#header {
    padding: 0;
    position: fixed;
}

    body.fixed header#header #topmenu .container {
        position: relative;
        padding: 0 40px 0 120px;
    }

        body.fixed header#header #topmenu .container #logo {
            top: -5px;
            height: 80px;
        }

            body.fixed header#header #topmenu .container #logo img {
                height: 80px;
                width: auto !important;
            }

#topmenu .navbar-collapse {
    padding: 0;
}

#topmenu .navbar {
    border-radius: 0;
    position: relative;
    z-index: 1000;
    min-height: 44px;
    margin: 0;
    border: none;
}

    #topmenu .navbar .container-fluid {
        padding: 0;
    }

#topmenu .nav {
    width: 100%;
}

    #topmenu .nav > li > a {
        height: 44px;
        padding: 12px 13px;
        line-height: 20px;
        font-size: 11pt;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto Condensed';
        -moz-transition: background 0 ease;
        -o-transition: background 0 ease;
        -webkit-transition: background 0 ease;
        transition: background 0 ease;
    }

        #topmenu .nav > li > a:hover,
        #topmenu .nav > li > a:focus,
        #topmenu .nav > li > a.active,
        #topmenu .nav > li > a.highlighted {
            background: url(../img/menu-active.png) repeat-x center;
            color: #fff;
            height: 53px;
            padding-top: 17px;
            padding-bottom: 17px;
            margin-top: -5px;
        }

    #topmenu .nav > li .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 195px !important;
        max-width: none !important;
        padding: 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px #C8C8C6;
        box-shadow: 0 6px 12px #C8C8C6;
        background: #B60000;
    }

        #topmenu .nav > li .dropdown-menu li {
            border-bottom: 1px solid #C4352F;
        }

            #topmenu .nav > li .dropdown-menu li:last-child {
                border: none;
            }

            #topmenu .nav > li .dropdown-menu li a {
                color: #fff;
                font-size: 9pt;
                padding: 9px 10px;
                line-height: 20px;
                white-space: normal !important;
            }

                #topmenu .nav > li .dropdown-menu li a:before {
                    content: "•";
                    font-size: 16pt;
                    padding: 0 10px 0 0;
                    float: left;
                }

                #topmenu .nav > li .dropdown-menu li a:hover,
                #topmenu .nav > li .dropdown-menu li a.highlighted {
                    color: #F87F00;
                    background: none;
                }

@media(max-width:991px) {
    header#header #topmenu .container {
        position: relative;
        padding: 0 40px 0 125px;
    }

        header#header #topmenu .container #logo {
            position: absolute;
            top: -20px;
            left: 0;
            display: block;
            width: 120px;
            height: auto;
        }

            header#header #topmenu .container #logo img {
                width: 120px;
                height: auto;
            }

    #topmenu .nav > li > a {
        padding: 12px 5px;
    }
}

@media(max-width:767PX) {
    header#header {
        padding: 0;
    }

        header#header #topmenu .container {
            position: relative;
            padding: 0 15px !important;
        }

        header#header .navbar-brand {
            height: 44px;
            padding: 12px 15px;
        }

    #topmenu .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 5px;
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
    }

        #topmenu .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background: #B60000;
        }

    #topmenu .navbar-collapse {
        border-top: none;
        background: #0a5bac;
    }

    #topmenu .nav {
        margin: 0;
    }

        #topmenu .nav > li > a {
            padding: 5px 15px;
            height: 34px;
        }

            #topmenu .nav > li > a:hover,
            #topmenu .nav > li > a:focus,
            #topmenu .nav > li > a.active,
            #topmenu .nav > li > a.highlighted {
                height: 34px;
                padding: 5px 15px;
                margin-top: 0;
                background: none;
                color: #EE1C25;
            }

        #topmenu .nav > li .dropdown-menu {
            position: relative;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: none;
            width: 100% !important;
            padding: 0 5px 0 20px;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: none;
        }

            #topmenu .nav > li .dropdown-menu li {
                border: none;
            }

                #topmenu .nav > li .dropdown-menu li a {
                    color: #fff;
                    font-size: 9pt;
                    padding: 5px 10px;
                    line-height: 20px;
                }
}

/*WRAPPER*/
#wrapper {
    min-height: 500px;
    position: relative;
    z-index: 1;
}

    #boxSide {
        position: absolute;
        top: 192px;
        right: -110px;
        width: 42px;
        height: 214px;
        z-index: 1002;
    }

        #boxSide a.sTop {
            background: url(../img/bg-search.png) no-repeat center top;
            width: 42px;
            height: 42px;
            display: block;
            margin-bottom: 1px;
        }

            #boxSide a.sTop:hover {
                opacity: 0.8;
            }

        #boxSide a.sBot {
            background: url(../img/bg-search.png) no-repeat center bottom;
            width: 42px;
            height: 42px;
            display: block;
            margin-top: 1px;
        }

            #boxSide a.sBot:hover {
                opacity: 0.8;
            }

        #boxSide .boxSerch {
            position: relative;
        }

            #boxSide .boxSerch a.sSearch {
                background: url(../img/bg-search.png) no-repeat 0 -43px;
                width: 42px;
                height: 42px;
                display: block;
                margin-bottom: 1px;
            }

            #boxSide .boxSerch .search {
                background: #005BAA;
                min-height: 42px;
                width: 300px;
                position: absolute;
                top: 0;
                right: 42px;
                padding: 7px;
            }

                #boxSide .boxSerch .search #txtSearch {
                    background: #fff;
                    border: none;
                }

        #boxSide .boxHotLine a.sHotLine {
            background: url(../img/bg-search.png) no-repeat 0 -129px;
            width: 42px;
            height: 42px;
            display: block;
            margin-top: 1px;
        }

        #boxSide .boxSupport a.sSupport {
            background: url(../img/bg-search.png) no-repeat 0 -86px;
            width: 42px;
            height: 42px;
            display: block;
        }

    #wrapper #homeFlash {
        padding: 0;
        width: 100%;
        height: 496px;
        text-align: center;
        /*background: #fff;*/
        position: relative;
        z-index: 10;
        background: url(../img/bg-hand.png) no-repeat center right;
    }

@media(min-width:980px) {
    #wrapper #homeFlash.mission-vn {
        background: url(../img/mission-vn.png) no-repeat center right,url(../img/bg-hand.png) no-repeat center right;
    }

    #wrapper #homeFlash.mission-en {
        background: url(../img/mission-en.png) no-repeat center right,url(../img/bg-hand.png) no-repeat center right;
    }
}

#wrapper #homeFlash .productCat {
    float: right;
    position: relative;
    width: 400px;
}

    #wrapper #homeFlash .productCat a.img img {
        width: 66px;
        height: 66px;
        border-radius: 33px;
        border: 2px solid #fff;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    #wrapper #homeFlash .productCat a.title {
        padding: 0 0 0 10px;
        color: #0A5BAC;
        text-shadow: 1px 1px 1px #D9ECFE;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
        font-weight: bold;
        font-size: 11pt;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    #wrapper #homeFlash .productCat .cat {
        position: absolute;
        text-align: left;
    }

    #wrapper #homeFlash .productCat .cat-1 {
        top: 70px;
        left: 5px;
        width: 300px;
    }

    #wrapper #homeFlash .productCat .cat-2 {
        top: 127px;
        left: 53px;
        width: 314px;
    }

    #wrapper #homeFlash .productCat .cat-3 {
        top: 198px;
        left: 84px;
        width: 302px;
    }

    #wrapper #homeFlash .productCat .cat-4 {
        top: 272px;
        left: 72px;
        width: 286px;
    }

    #wrapper #homeFlash .productCat .cat-5 {
        top: 340px;
        left: 36px;
        width: 274px;
    }

    #wrapper #homeFlash .productCat .cat:hover a.img img,
    #wrapper #homeFlash .productCat .cat:hover a.title {
        border-color: #B60000;
        color: #B60000;
    }

@media(max-width:360px) {
    #wrapper #homeFlash {
        padding: 0;
    }
}

/*#wrapper #homeFlash img,
        #wrapper #homeFlash embed {
            width: 100% !important;
            height: auto !important;
        }*/

#wrapper #homeSlider {
    width: 100%;
    margin: -90px auto 30px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

    #wrapper #homeSlider .nivo-caption {
        display: none !important;
    }

    #wrapper #homeSlider .theme-light .nivo-controlNav {
        text-align: center;
        width: 100%;
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 17px;
    }

        #wrapper #homeSlider .theme-light .nivo-controlNav a {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 7px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.7);
            margin: 0 3px;
        }

            #wrapper #homeSlider .theme-light .nivo-controlNav a.active {
                background: #EE1C25;
            }

@media(max-width:767px) {
    #wrapper #homeSlider {
        margin: 0 auto 10px;
    }
}

#wrapper .aboutSlider {
    position: relative;
}

    #wrapper .aboutSlider .shadow-left {
        background: url(../img/shadow-left.png) no-repeat top left;
        position: absolute;
        top: 0;
        left: -21px;
        width: 21px;
        height: 500px;
        max-height: 100%;
        display: none;
    }

    #wrapper .aboutSlider .shadow-right {
        background: url(../img/shadow-right.png) no-repeat top right;
        position: absolute;
        top: 0;
        right: -21px;
        width: 21px;
        height: 500px;
        max-height: 100%;
        display: none;
    }

    #wrapper .aboutSlider #slider {
        padding: 2px;
        width: 100%;
        overflow: hidden;
    }

    #wrapper .aboutSlider .flexslider {
        margin: 0 auto 3px;
        border: none;
        background: none;
    }

    #wrapper .aboutSlider #carousel {
        padding: 0 10px;
        margin-bottom: 25px;
    }

        #wrapper .aboutSlider #carousel ul li {
            margin: 0 10px 0 0;
            width: 185px;
        }

        #wrapper .aboutSlider #carousel .flex-direction-nav a {
            background: url(../img/bg-nav.png) no-repeat;
            width: 13px;
            margin-top: -16px;
            height: 33px;
            text-indent: 20px;
            overflow: hidden;
            opacity: 1 !important;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            #wrapper .aboutSlider #carousel .flex-direction-nav a:hover {
                background: url(../img/bg-nav-hover.png) no-repeat;
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            #wrapper .aboutSlider #carousel .flex-direction-nav a:before {
                display: none;
            }

            #wrapper .aboutSlider #carousel .flex-direction-nav a.flex-prev {
                left: -5px !important;
                background-position: center left;
            }

            #wrapper .aboutSlider #carousel .flex-direction-nav a.flex-next {
                right: -5px !important;
                background-position: center right;
            }

        #wrapper .aboutSlider #carousel.flexslider .slides li img {
            cursor: pointer;
            opacity: 0.5;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #wrapper .aboutSlider #carousel.flexslider .slides li.flex-active-slide img,
        #wrapper .aboutSlider #carousel.flexslider .slides li:hover img {
            opacity: 1;
        }

@media(max-width:767px) {
    #wrapper .aboutSlider .shadow-left,
    #wrapper .aboutSlider .shadow-right {
        display: none !important;
    }
}

#wrapper #homeProduct {
    display: block;
    margin: 11px auto 90px;
}

    #wrapper #homeProduct h2.title {
        margin: 10px 0;
        padding: 20px 0;
        font-size: 31pt;
        font-family: 'OpenSans';
        color: #0071BA;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    #wrapper #homeProduct p.lead {
        padding: 2px 0;
        font-size: 10pt;
        font-weight: 600;
        color: #575757;
        text-align: center;
        line-height: 18px;
        font-family: 'OpenSans';
    }

    #wrapper #homeProduct .homeProductList {
        width: 100%;
    }

        #wrapper #homeProduct .homeProductList .col {
            float: left;
            width: 25%;
            padding: 1px;
            position: relative;
        }

            #wrapper #homeProduct .homeProductList .col a.quickview {
                position: absolute;
                z-index: 10;
                top: 35%;
                left: 50%;
                margin-left: -50px;
                width: 100px;
                text-align: center;
                opacity: 0;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background: rgba(255, 255, 255, 0.65);
                border: 2px solid rgba(255, 255, 255, 0.65);
                padding: 10px 0;
                color: #000;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 400;
                display: inline-block;
                font-size: 15px;
                cursor: zoom-in;
            }

            #wrapper #homeProduct .homeProductList .col:hover a.quickview {
                opacity: 1;
                border: 2px solid rgba(255, 255, 255, 1);
            }

                #wrapper #homeProduct .homeProductList .col:hover a.quickview:hover {
                    background: rgba(33, 106, 180, 0.65);
                    color: #FFF;
                }

            #wrapper #homeProduct .homeProductList .col .new {
                position: absolute;
                top: -12px;
                left: -9px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

            #wrapper #homeProduct .homeProductList .col a {
                display: block;
                border: 1px solid #DDDDDD;
                overflow: hidden;
            }

                #wrapper #homeProduct .homeProductList .col a img {
                    width: 100%;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                    position: relative;
                    z-index: 2;
                }

                #wrapper #homeProduct .homeProductList .col a strong {
                    text-align: center;
                    line-height: 39px;
                    height: 39px;
                    display: block;
                    background: #A7D4FE;
                    color: #00548A;
                    font-size: 10pt;
                    font-family: "OpenSans";
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                    position: relative;
                    z-index: 5;
                }

            #wrapper #homeProduct .homeProductList .col:hover a img {
                -moz-transform: scale(1.3);
                -ms-transform: scale(1.3);
                -o-transform: scale(1.3);
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
            }

            #wrapper #homeProduct .homeProductList .col a:hover strong {
                background: #EE1C25;
                color: #fff;
            }

@media (max-width:991px ) {
    #wrapper #homeProduct {
        padding: 0 5px;
    }

        #wrapper #homeProduct .homeProductList .col {
            width: 33.33%;
        }

            #wrapper #homeProduct .homeProductList .col:nth-child(6n+1) {
                display: none;
            }
}

@media (max-width:767px ) {
    #wrapper #homeProduct h2.title {
        margin: 5px 0;
        padding: 10px 0;
        font-size: 20pt;
    }

    #wrapper #homeProduct {
        margin: 11px auto;
    }

        #wrapper #homeProduct .homeProductList .col {
            width: 50%;
            width: 33.33%;
        }

            #wrapper #homeProduct .homeProductList .col:nth-child(6n+1) {
                display: none;
            }
}

@media (max-width:450px ) {
    #wrapper #homeProduct .homeProductList .col {
        width: 50%;
    }

        #wrapper #homeProduct .homeProductList .col:nth-child(6n+1) {
            display: block;
        }

        #wrapper #homeProduct .homeProductList .col a strong {
            font-size: 9pt;
        }
}

@media (max-width:300px ) {
    #wrapper #homeProduct h2.title {
        margin: 5px 0;
        padding: 10px 0;
        font-size: 20pt;
    }

    #wrapper #homeProduct .homeProductList .col {
        width: 100%;
    }

        #wrapper #homeProduct .homeProductList .col a strong {
            font-size: 10pt;
        }
}

#wrapper #homeNews {
    width: 100%;
}

    #wrapper #homeNews h2.title {
        background: url(../img/bg-news.jpg) center;
        width: 100%;
        height: 180px;
        padding: 60px 0;
        margin-bottom: 90px;
        line-height: 60px;
        font-size: 31pt;
        font-family: 'OpenSans';
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    #wrapper #homeNews .homeNewsList {
        width: 100%;
    }

        #wrapper #homeNews .homeNewsList .col {
            float: left;
            width: 50%;
            padding: 0 30px 0 0;
            position: relative;
            margin: 0 0 70px;
        }

            #wrapper #homeNews .homeNewsList .col .new {
                position: absolute;
                top: -12px;
                left: -9px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

            #wrapper #homeNews .homeNewsList .col a.img {
                float: left;
                width: 183px;
                margin: 0 10px 0 0;
                position: relative;
            }

            #wrapper #homeNews .homeNewsList .col a img {
                width: 100%;
            }

            #wrapper #homeNews .homeNewsList .col a.title {
                display: block;
                font-size: 15pt;
                font-family: 'OpenSans';
                line-height: 20px;
                color: #000;
                max-height: 80px;
                overflow: hidden;
                text-transform: uppercase;
            }

            #wrapper #homeNews .homeNewsList .col a:hover {
                color: #EE1C25 !important;
            }

            #wrapper #homeNews .homeNewsList .col .headline {
                margin: 5px 0 0;
                font-size: 10pt;
                font-family: 'OpenSans';
                color: #2E2C2C;
                line-height: 16px;
                max-height: 48px;
                overflow: hidden;
                text-align: justify;
            }

@media (max-width:991px ) {
    #wrapper #homeNews .homeNewsList {
        padding: 0 20px;
    }

        #wrapper #homeNews .homeNewsList .col a.img {
            float: left;
            width: 120px;
            margin: 0 10px 0 0;
            position: relative;
        }

        #wrapper #homeNews .homeNewsList .col a.title {
            font-size: 11pt;
            font-family: 'OpenSans';
            line-height: 22px;
            max-height: 88px;
            color: #000;
            text-transform: none;
        }
}

@media (max-width:767px ) {
    #wrapper #homeNews h2.title {
        margin-bottom: 20px;
        background: url(../img/bg-news.jpg) center;
        width: 100%;
        height: 100px;
        padding: 20px 0;
        line-height: 60px;
        font-size: 20pt;
    }

    #wrapper #homeNews .homeNewsList .col {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

        #wrapper #homeNews .homeNewsList .col .new {
            background-size: contain;
            width: 35px;
            height: 50px;
            left: -7px;
        }

        #wrapper #homeNews .homeNewsList .col a.img {
            float: left;
            width: 120px;
            margin: 0 10px 0 0;
            position: relative;
        }

        #wrapper #homeNews .homeNewsList .col a.title {
            font-size: 11pt;
            font-family: 'OpenSans';
            line-height: 22px;
            max-height: 88px;
            color: #000;
        }
}

#wrapper #homeTechnical {
    display: block;
    margin: 0 auto;
    padding: 70px 0;
    background: url(../img/bg-technical.png);
}

    #wrapper #homeTechnical h2.title {
        margin: 10px 0;
        padding: 20px 0;
        font-size: 31pt;
        font-family: 'OpenSans';
        color: #0071BA;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    #wrapper #homeTechnical p.lead {
        padding: 2px 0 80px;
        font-size: 10pt;
        font-weight: 600;
        color: #575757;
        text-align: center;
        line-height: 18px;
        font-family: 'OpenSans';
    }

    #wrapper #homeTechnical .homeTechnicalList {
        display: block;
    }

        #wrapper #homeTechnical .homeTechnicalList .item {
            width: 100%;
            margin: 0 0 39px;
        }

            #wrapper #homeTechnical .homeTechnicalList .item .new {
                position: absolute;
                top: -12px;
                left: -9px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a.img {
                float: left;
                width: 183px;
                margin: 0 18px 0 0;
                position: relative;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a img {
                width: 100%;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a.title {
                display: block;
                font-size: 14pt;
                font-family: 'OpenSans';
                font-weight: 500;
                line-height: 28px;
                color: #000;
                text-align: justify;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a:hover {
                color: #EE1C25 !important;
            }

            #wrapper #homeTechnical .homeTechnicalList .item .headline {
                margin: 5px 0 0;
                font-size: 10pt;
                font-family: 'OpenSans';
                color: #2E2C2C;
                line-height: 16px;
                text-align: justify;
            }

@media(min-width:768px) {
    #wrapper #homeTechnical .homeTechnicalList .item.large a.img {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        display: block;
        position: relative;
    }
}

@media(max-width:991px ) {
    #wrapper #homeTechnical {
        padding: 40px 0;
    }

        #wrapper #homeTechnical p.lead {
            padding: 2px 0 30px;
        }

        #wrapper #homeTechnical h2.title {
            margin: 5px 0;
            padding: 10px 20px;
            font-size: 20pt;
        }

        #wrapper #homeTechnical .homeTechnicalList .item {
            width: 100%;
            margin: 0 0 30px;
        }

            #wrapper #homeTechnical .homeTechnicalList .item a.img {
                float: left;
                width: 100px;
                margin: 0 10px 0 0;
                position: relative;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a.title {
                font-size: 12pt;
                line-height: 22px;
            }
}

@media (max-width:767px ) {
    #wrapper #homeTechnical {
        padding: 30px 0;
    }

        #wrapper #homeTechnical h2.title {
            margin: 5px 0;
            padding: 10px 0;
            font-size: 16pt;
        }

        #wrapper #homeTechnical p.lead {
            padding: 2px 0 10px;
            font-size: 10pt;
            font-weight: 600;
            color: #575757;
            text-align: center;
            line-height: 18px;
            font-family: 'OpenSans';
        }

        #wrapper #homeTechnical .homeTechnicalList .item {
            width: 100%;
            padding: 0;
            margin: 0 0 10px;
        }

            #wrapper #homeTechnical .homeTechnicalList .item .new {
                background-size: contain;
                width: 35px;
                height: 50px;
                left: -7px;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a.img {
                float: left;
                width: 100px;
                margin: 0 10px 0 0;
                position: relative;
            }

            #wrapper #homeTechnical .homeTechnicalList .item a.title {
                font-size: 10pt;
                font-family: 'OpenSans';
                line-height: 20px;
                max-height: 80px;
                color: #000;
            }
}

@media (max-width:380px ) {
    #wrapper #homeTechnical .homeTechnicalList .item a.title {
        font-size: 10pt;
        line-height: 20px;
        max-height: 80px;
    }
}

#wrapper #boxCatProduct {
    display: block;
    padding: 95px 40px 20px;
    margin-bottom: -66px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    #wrapper #boxCatProduct .col {
        width: 20%;
        float: left;
        text-align: center;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        #wrapper #boxCatProduct .col a {
            width: 120px;
            display: block;
            margin: 0 auto;
            color: #636363;
            text-transform: uppercase;
            line-height: 16px;
            font-size: 9pt;
            font-family: 'OpenSans';
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

            #wrapper #boxCatProduct .col a img {
                width: 110px;
                height: 110px;
                border-radius: 55px;
                margin-bottom: 5px;
                border: 3px solid #D4E8FE;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -webkit-transition: all 1s ease;
                transition: all 1s ease;
            }

            #wrapper #boxCatProduct .col a:hover,
            #wrapper #boxCatProduct .col a.active {
                color: #0056B8;
            }

                #wrapper #boxCatProduct .col a:hover img,
                #wrapper #boxCatProduct .col a.active img {
                    border: 3px solid #0056B8;
                }

@media(max-width:790px) {
    #wrapper #boxCatProduct {
        padding: 30px 15px 20px;
    }

        #wrapper #boxCatProduct .col {
            width: 33.33%;
            height: 170px;
        }

            #wrapper #boxCatProduct .col:nth-child(4) {
                width: 50%;
            }

            #wrapper #boxCatProduct .col:nth-child(5) {
                width: 50%;
            }
}

@media(max-width:450px) {
    #wrapper #boxCatProduct {
        padding: 15px 15px 10px;
    }

        #wrapper #boxCatProduct .col {
            width: 33.33%;
            height: 120px;
        }

            #wrapper #boxCatProduct .col a {
                width: 95px;
                font-size: 8pt;
            }

                #wrapper #boxCatProduct .col a img {
                    width: 60px;
                    height: 60px;
                    border-radius: 30px;
                }
}

@media(max-width:330px) {
    #wrapper #boxCatProduct {
        padding: 30px 15px 20px;
    }

        #wrapper #boxCatProduct .col {
            width: 50%;
            height: 120px;
        }

            #wrapper #boxCatProduct .col a {
                width: 100px;
                font-size: 8pt;
            }

            #wrapper #boxCatProduct .col:nth-child(5) {
                width: 100%;
            }
}

#wrapper .page-header {
    height: auto !important;
    min-height: 135px !important;
    text-align: center !important;
    border-bottom: 1px solid #ADC0D8 !important;
    padding: 63px 0 0 !important;
    margin: 0 0 55px !important;
}

    #wrapper .page-header .title {
        color: #0071BA;
        font-size: 31pt;
        padding: 10px 0;
        line-height: 50px;
        font-weight: 400;
        margin-bottom: -2px;
        font-family: 'OpenSans';
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 3px solid #1C67B2;
    }

@media(max-width:767px) {
    #wrapper .page-header {
        height: auto !important;
        min-height: 0 !important;
        text-align: center;
        border-bottom: 1px solid #ADC0D8;
        padding: 10px 0 0 !important;
        margin: 0 0 25px !important;
    }
}

#wrapper #boxContent {
    width: 100%;
    background: #EFEFEF;
    padding: 15px 0;
}

#wrapper .col-left {
    background: #FFF;
}

#wrapper .col-left,
#wrapper .col-right {
    padding: 0;
}

@media(min-width:994px) {
    #wrapper .col-left {
        width: 631px;
        margin: 0 12px 0 0;
        background: #FFF;
        float: left;
    }

    #wrapper .col-right {
        width: 319px;
        float: left;
    }
}

#wrapper .page-content {
    padding: 10px 0;
}

    #wrapper .page-content > header {
        border-bottom: 1px solid #EFEFEF;
        margin: 0;
        text-align: center;
    }

        #wrapper .page-content > header h1.title {
            color: #0A5DAD;
            font-size: 19pt;
            margin: 10px 0;
            padding: 13px 0 20px;
            line-height: 39px;
        }

    #wrapper .page-content > .content {
        padding: 35px;
        font-size: 10pt;
        color: #181818;
        line-height: 22px;
    }

#wrapper .col-right .panel.panel-default {
    border: none;
    border-radius: 0;
}

#wrapper .col-right .panel-default > .panel-heading {
    color: #fff;
    background-color: #0A5BAC;
    border-color: #0A5BAC;
    border-radius: 0;
    padding: 16px 10px;
    text-align: center;
}

    #wrapper .col-right .panel-default > .panel-heading .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 13pt;
        font-weight: bold;
        text-transform: uppercase;
        color: inherit;
    }

#wrapper .col-right .panel-group .panel + .panel {
    margin-top: 12px;
}

#wrapper .col-right .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
}

    #wrapper .col-right .panel-default > .panel-heading + .panel-collapse > .panel-body .description {
        padding: 20px;
        line-height: 20px;
        color: #4C4C4C;
    }

/*PRODUCT PAGE*/
#myModal .modal-content {
    border-radius: 0;
}

    #myModal .modal-content .modal-header {
        background: #0056B8;
        color: #fff;
        border-bottom: 3px solid #FF0000;
    }

        #myModal .modal-content .modal-header .close {
            color: #fff;
            font-size: 20pt;
            opacity: .5;
        }

            #myModal .modal-content .modal-header .close:hover {
                opacity: 1;
            }

    #myModal .modal-content .modal-body {
    }

#myModal a.next {
    z-index: 50;
    position: absolute;
    right: 0;
    top: 200px;
    width: 40px;
    height: 50px;
    font-size: 30pt;
}

#myModal a.previous {
    z-index: 50;
    position: absolute;
    left: 0;
    top: 200px;
    width: 40px;
    height: 50px;
    font-size: 30pt;
}

#wrapper .page-header.product {
    margin: 0 !important;
}

#wrapper #boxProduct {
    background: #fff;
    padding: 25px 0 0;
    display: block;
    margin: 0 auto 90px;
}

    #wrapper #boxProduct.bg {
        background: #FAFAFA;
    }

    #wrapper #boxProduct h2.title {
        margin: 10px 0;
        padding: 20px 0;
        font-size: 31pt;
        font-family: 'OpenSans';
        color: #0071BA;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    #wrapper #boxProduct p.lead {
        padding: 2px 0 20px;
        font-size: 10pt;
        font-weight: 600;
        color: #575757;
        text-align: center;
        line-height: 18px;
        font-family: 'OpenSans';
    }

    #wrapper #boxProduct .productList {
        width: 100%;
    }

        #wrapper #boxProduct .productList .col {
            float: left;
            width: 25%;
            padding: 1px;
            position: relative;
            margin-bottom: 60px;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

            #wrapper #boxProduct .productList .col.nomargin {
                margin: 0 !important;
            }

            #wrapper #boxProduct .productList .col a.quickview {
                position: absolute;
                z-index: 10;
                top: 35%;
                left: 50%;
                margin-left: -50px;
                width: 100px;
                text-align: center;
                opacity: 0;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background: rgba(255, 255, 255, 0.65);
                border: 2px solid rgba(255, 255, 255, 0.65);
                padding: 6px 0;
                color: #000;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 400;
                display: inline-block;
                font-size: 15px;
                cursor: zoom-in;
            }

            #wrapper #boxProduct .productList .col:hover a.quickview {
                opacity: 1;
                border: 2px solid rgba(255, 255, 255, 1);
            }

                #wrapper #boxProduct .productList .col:hover a.quickview:hover {
                    background: rgba(33, 106, 180, 0.65);
                    color: #FFF;
                }

            #wrapper #boxProduct .productList .col .new {
                position: absolute;
                top: -12px;
                left: -9px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

            #wrapper #boxProduct .productList .col a {
                display: block;
                border: 1px solid #DDDDDD;
                overflow: hidden;
            }

                #wrapper #boxProduct .productList .col a img {
                    width: 100%;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                    position: relative;
                    z-index: 2;
                }

                #wrapper #boxProduct .productList .col a strong {
                    text-align: center;
                    line-height: 39px;
                    height: 39px;
                    display: block;
                    background: #A7D4FE;
                    color: #00548A;
                    font-size: 10pt;
                    font-family: "OpenSans";
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                    position: relative;
                    z-index: 5;
                }

            #wrapper #boxProduct .productList .col:hover a img {
                -moz-transform: scale(1.3);
                -ms-transform: scale(1.3);
                -o-transform: scale(1.3);
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
            }

            #wrapper #boxProduct .productList .col a:hover strong {
                background: #EE1C25;
                color: #fff;
            }

@media (max-width:991px ) {
    #wrapper #boxProduct {
        padding: 20px 5px;
    }

        #wrapper #boxProduct .productList .col {
            width: 33.33%;
        }

            #wrapper #boxProduct .productList .col:nth-child(6n+1) {
                display: none;
            }
}

@media (max-width:767px ) {
    #wrapper #boxProduct h2.title {
        margin: 5px 0;
        padding: 10px 0;
        font-size: 20pt;
    }

    #wrapper #boxProduct {
        margin: 0 auto 11px;
    }

        #wrapper #boxProduct .productList .col {
            width: 50%;
            width: 33.33%;
            margin-bottom: 30px;
        }

            #wrapper #boxProduct .productList .col:nth-child(6n+1) {
                display: none;
            }
}

@media (max-width:450px ) {
    #wrapper #boxProduct .productList .col {
        width: 50%;
        margin-bottom: 0;
    }

        #wrapper #boxProduct .productList .col:nth-child(6n+1) {
            display: block;
        }

        #wrapper #boxProduct .productList .col a strong {
            font-size: 9pt;
        }
}

@media (max-width:300px ) {
    #wrapper #boxProduct h2.title {
        margin: 5px 0;
        padding: 10px 0;
        font-size: 20pt;
        margin-bottom: 0;
    }

    #wrapper #boxProduct .productList .col {
        width: 100%;
    }

        #wrapper #boxProduct .productList .col a strong {
            font-size: 10pt;
        }
}

#boxProduct #slider {
    padding: 2px;
    width: 100%;
    overflow: hidden;
}

#boxProduct .flexslider {
    margin: 0 auto 3px;
    border: none;
    background: none;
}

    #boxProduct .flexslider img {
        border: 2px solid #CBCBCB;
    }

#boxProduct #carousel {
    padding: 0 10px;
    margin-bottom: 25px;
}

    #boxProduct #carousel ul li {
        margin: 0 10px 0 0;
        width: 185px;
    }

    #boxProduct #carousel .flex-direction-nav a {
        background: url(../img/bg-nav.png) no-repeat;
        width: 13px;
        margin-top: -16px;
        height: 33px;
        text-indent: 20px;
        overflow: hidden;
        opacity: 1 !important;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        #boxProduct #carousel .flex-direction-nav a:hover {
            background: url(../img/bg-nav-hover.png) no-repeat;
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        #boxProduct #carousel .flex-direction-nav a:before {
            display: none;
        }

        #boxProduct #carousel .flex-direction-nav a.flex-prev {
            left: -5px !important;
            background-position: center left;
        }

        #boxProduct #carousel .flex-direction-nav a.flex-next {
            right: -5px !important;
            background-position: center right;
        }

    #boxProduct #carousel.flexslider .slides li img {
        cursor: pointer;
        opacity: 0.5;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #boxProduct #carousel.flexslider .slides li.flex-active-slide img,
    #boxProduct #carousel.flexslider .slides li:hover img {
        opacity: 1;
    }

#boxProduct h1.title-product {
    font-size: 25px;
    color: #EE1C25;
    font-weight: 400;
    font-family: 'OpenSans';
    padding: 0 0 13px;
    line-height: 39px;
    margin: 0;
    background: url(../img/line-title-product.png) repeat-x left bottom;
}

#boxProduct .boxSocial {
    padding: 8px;
    background: #fff;
    margin: 15px 0;
    width: 100%;
}

#boxProduct .description {
    color: #1D1D1D;
    font-size: 10pt;
    line-height: 20px;
    font-family: 'OpenSans';
}

#boxProduct .theme-light .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 70px;
    height: auto;
    opacity: .5;
}

@media(max-width:767px) {
    #myModal #boxProduct .container,
    #myModal #boxProduct .container .col-sm-6 {
        padding: 0 !important;
    }
}

.title-other {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    font-size: 13pt;
    color: #373737;
    padding: 15px 0;
    margin: 0 0 38px;
    text-transform: uppercase;
    font-family: 'OpenSans';
}

/*END PRODUCT PAGE*/

/*NEWS PRODUCT*/
div.title-news {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
}

    div.title-news h3 {
        color: #0071BA;
        font-size: 13pt;
        margin: 0;
        padding: 0 10px 0 0;
        padding: 5px 0;
        min-height: 31px;
        line-height: 21px;
        font-family: 'Myriad Pro';
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 3px solid #1C67B2;
        margin-bottom: -2px;
    }

div.title-technical {
    position: relative;
    height: 73px;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 0 0 10px;
}

    div.title-technical h3 {
        background: url(../img/bg-title-shadow.png) no-repeat top left, url(../img/bg-title.png) no-repeat top right;
        height: 50px;
        margin: 0;
        padding: 9px 0 9px 65px;
        color: #0a5bac;
        text-shadow: 1px 1px 1px #d9ecfe;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
        font-weight: bold;
        font-size: 11pt;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    div.title-technical .img {
        width: 73px;
        height: 73px;
        position: absolute;
        padding: 5px;
        top: -20px;
        left: -5px;
        background: url(../img/bg-circle.png) no-repeat center;
    }

        div.title-technical .img img {
            width: 63px;
            height: 63px;
            border-radius: 32px;
        }

#localNewsList {
    position: relative;
    display: block;
    margin: 0 auto 40px;
}

    #localNewsList .items {
        margin-right: 0;
        padding: 10px 10px;
    }

        #localNewsList .items > div {
            margin: 0 auto;
            width: 100%;
        }

        #localNewsList .items a.img {
            display: block;
            width: 100%;
            position: relative;
            margin: 0 auto 10px;
            border: 1px solid #fff;
        }

            #localNewsList .items a.img img {
                width: 100%;
            }

            #localNewsList .items a.img .new {
                position: absolute;
                top: -12px;
                left: -9px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

        #localNewsList .items a.title {
            display: block;
            font-size: 15pt;
            font-family: 'OpenSans';
            line-height: 24px;
            color: #000;
            text-align: justify;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

            #localNewsList .items a.title:hover {
                color: #EE1C25;
            }

        #localNewsList .items .date {
            padding: 5px 0;
            font-size: 8pt;
            color: #C7C7C7;
        }

            #localNewsList .items .date a {
                font-style: italic;
                font-size: 9pt;
            }

        #localNewsList .items .description {
            font-size: 10pt;
            line-height: 21px;
            color: #424242;
            font-family: 'OpenSans';
            text-align: justify;
        }

    #localNewsList .owl-controls {
        position: absolute;
        top: -50px;
        right: 0;
    }

        #localNewsList .owl-controls .owl-buttons > div {
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            margin: 0 2px;
            display: inline-block;
            color: #0A5DAD;
        }

.newsList {
    position: relative;
    display: block;
    margin: 0 auto 40px;
}

    .newsList .items {
        width: 50%;
        height: 140px;
        overflow: hidden;
        float: left;
        margin: 0 0 35px;
        padding: 0 0 0 30px;
    }

        .newsList .items:nth-child(2n+1) {
            padding: 0 30px 0 0;
        }

        .newsList .items a.img {
            display: block;
            width: 189px;
            float: left;
            margin-right: 19px;
        }

            .newsList .items a.img img {
                width: 100%;
            }

        .newsList .items a.title {
            display: block;
            font-size: 15pt;
            font-family: 'OpenSans';
            line-height: 24px;
            color: #000;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

            .newsList .items a.title:hover {
                color: #EE1C25;
            }

        .newsList .items .date {
            padding: 5px 0;
            font-size: 8pt;
            color: #C7C7C7;
        }

            .newsList .items .date a {
                font-style: italic;
                font-size: 9pt;
            }

        .newsList .items .description {
            font-size: 10pt;
            line-height: 22px;
            max-height: 66px;
            overflow: hidden;
            color: #424242;
            font-family: 'OpenSans';
            text-align: justify;
        }

@media (max-width:991px) {
    .newsList .items {
        max-height: none;
        padding: 0 0 0 15px;
    }

        .newsList .items:nth-child(2n+1) {
            padding: 0 15px 0 0;
        }

        .newsList .items a.img {
            width: 140px;
            float: left;
            margin: 0 10px 0 0;
        }

        .newsList .items .description {
            max-height: 44px;
        }
}

@media (max-width:800px) AND (min-width:526px) {
    .newsList .items {
        max-height: none;
        height: auto;
        padding: 0 0 0 15px;
    }

        .newsList .items:nth-child(2n+1) {
            padding: 0 15px 0 0;
        }

        .newsList .items a.img {
            width: 100%;
            float: none;
            margin: 0;
        }

        .newsList .items a.title {
            display: block;
            height: 48px;
            overflow: hidden;
        }

        .newsList .items .description {
            height: 66px;
            max-height: 66px;
        }
}

@media (max-width:525px) {
    .newsList .items {
        width: 100%;
        max-height: none;
        height: auto;
        padding: 0;
    }

        .newsList .items:nth-child(2n+1) {
            padding: 0;
        }

        .newsList .items a.title {
            display: none;
        }

            .newsList .items a.title.hidden {
                display: block !important;
                font-size: 12pt;
            }

        .newsList .items a.img {
            width: 120px;
            float: left;
            margin: 0 10px 0 0;
        }
}

@media(min-width:994px) {
    .boxTechnical .col-sm-6 {
        padding: 0 0 0 40px;
    }

        .boxTechnical .col-sm-6:nth-child(2n+1) {
            padding: 0 40px 0 0;
        }
}

.boxTechnical .row {
    margin: 0;
}

.technicalList {
    display: block;
}

    .technicalList .items {
        width: 100%;
        margin-bottom: 35px;
    }

        .technicalList .items a.img {
            position: relative;
            display: block;
            width: 120px;
            float: left;
            margin-right: 15px;
        }

            .technicalList .items a.img .new {
                position: absolute;
                top: -12px;
                left: -11px;
                background: url(../img/icon-new.png) no-repeat 0 0;
                width: 51px;
                height: 73px;
                z-index: 10;
            }

        .technicalList .items:first-child a.img,
        .technicalList .items.cat a.img {
            width: 183px;
        }

        .technicalList .items.cat:first-child a.img {
            width: 359px;
        }

        .technicalList .items a.img img {
            width: 100%;
        }

        .technicalList .items a.title {
            display: block;
            font-size: 13pt;
            font-family: 'OpenSans';
            line-height: 22px;
            color: #000;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

            .technicalList .items a.title:hover {
                color: #EE1C25;
            }

        .technicalList .items .date {
            padding: 5px 0;
            font-size: 8pt;
            color: #C7C7C7;
        }

            .technicalList .items .date a {
                font-style: italic;
                font-size: 9pt;
            }

        .technicalList .items .description {
            font-size: 10pt;
            line-height: 18px;
            color: #7F7F7F;
            font-family: 'OpenSans';
            text-align: justify;
        }

    .technicalList a.news-more {
        float: none;
    }

@media(max-width:600px) {
    .technicalList .items a.img {
        width: 120px !important;
    }

    .technicalList .items .description {
        clear: both;
        margin: 7px 0 0;
        display: none;
    }
}

a.news-more {
    float: right;
    color: #aaa;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: bold; /*«»*/
}

    a.news-more:hover {
        color: #0A5BAC;
    }

    a.news-more:after {
        content: "»";
        font-size: 12pt;
        color: #777;
    }

    a.news-more:before {
        content: "«";
        font-size: 12pt;
        color: #777;
    }

.boxNews .colLeft {
    float: left;
}

.boxNews .colRight {
    float: left;
}

@media(min-width:994px) {
    .boxNews .colLeft {
        width: 645px;
        padding: 0 20px 0 5px;
    }

    .boxNews .colRight {
        width: 319px;
        padding: 0 5px 0 20px;
    }
}

.boxContentPage {
    width: 100%;
}

    .boxContentPage table {
        width: 100%;
        max-width: 100% !important;
    }

    .boxContentPage h1.page-title {
        font-size: 17pt;
        color: #0A5BAC;
        font-weight: 400;
        font-family: 'OpenSans-Bold';
        text-align: center;
        width: 100%;
        margin: 20px auto;
        padding: 5px 0;
        line-height: 33px;
    }

        .boxContentPage h1.page-title > .date {
            padding: 5px 0;
            font-size: 8pt;
            color: #C7C7C7;
            margin: 0 auto;
            display: block;
            font-family: 'OpenSans';
        }

    .boxContentPage .content {
        font-size: 10pt;
        font-family: 'OpenSans';
        line-height: normal;
    }

@media(max-width:767px) {
    .boxContentPage h1.page-title {
        font-size: 13pt;
        color: #0A5BAC;
        font-weight: 400;
        font-family: 'OpenSans-Bold';
        text-align: center;
        width: 100%;
        margin: 20px auto;
        padding: 5px 0;
        line-height: 33px;
    }
}

.boxContentPage .box-social {
    float: right;
    margin: 20px 0;
}

.newsOtherList {
    padding: 0 0 30px;
}

    .newsOtherList ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .newsOtherList ul li {
            padding: 5px 0;
        }

            .newsOtherList ul li:before {
                content: "●";
                color: #0056B8;
            }

            .newsOtherList ul li a {
                font-size: 10pt;
                font-family: 'OpenSans';
                color: #0056B8;
            }

                .newsOtherList ul li a:hover {
                    color: #EE1C25;
                }

                .newsOtherList ul li a span.date {
                    font-size: 8pt;
                    color: #C7C7C7;
                    font-family: 'OpenSans';
                }

.newsMostList {
    display: block;
}

    .newsMostList .items {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0 auto 26px;
    }

        .newsMostList .items a.img {
            float: left;
            width: 120px;
            margin: 0 13px 0 0;
        }

            .newsMostList .items a.img img {
                width: 100%;
            }

        .newsMostList .items a.title {
            font-size: 10pt;
            color: #000;
            font-family: 'OpenSans';
            line-height: 20px;
            display: block;
            text-align: left;
        }

            .newsMostList .items a.title .date {
                padding: 0;
                line-height: 20px;
                font-size: 8pt;
                color: #C7C7C7;
                margin: 0 auto;
                font-family: 'OpenSans';
            }

        .newsMostList .items .description {
            text-align: justify;
            color: #787878;
            font-size: 10pt;
            line-height: 20px;
        }

@media(max-width:991px) {
    .newsMostList .items a.title {
        text-align: left;
    }
}
/*END NEWS PRODUCT*/

/*CONTACT*/
#Contact p.lead {
    padding: 2px 0 10px;
    font-size: 12pt;
    font-weight: 600;
    color: #575757;
    text-align: center;
    line-height: 18px;
    font-family: 'OpenSans';
}

.boxContact {
    display: block;
}

    .boxContact .contact-content {
        font-size: 10pt;
        font-family: 'OpenSans';
    }

    .boxContact .boxMap {
        width: 100%;
    }

        .boxContact .boxMap iframe {
            width: 100% !important;
            height: 300px !important;
            border: none;
        }

    .boxContact .note {
        font-size: 9pt;
        text-align: center;
        font-family: 'OpenSans';
        padding: 10px 0;
    }

    .boxContact .form-group {
    }

    .boxContact .form-control {
        color: #3D3D3D;
        font-style: italic;
        background-color: #fff;
        background-image: none;
        border: 1px solid #C2C2C2;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .boxContact .btn {
        border-radius: 0;
        font-weight: bold;
        padding: 4px 45px;
        margin-right: 10px;
        font-size: 14pt;
        font-style: italic;
    }

@media(min-width:994px) {
    .boxContact .col-sm-6 {
        padding: 0 0 0 40px;
    }

        .boxContact .col-sm-6:nth-child(2n+1) {
            padding: 0 40px 0 0;
        }
}
/*END CONTACT*/

/*VIDEO*/
.box-video-player {
    display: block;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 50px;
    margin: 0 0 50px;
}

#playerVideo {
    -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,0.63);
    -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,0.63);
    box-shadow: 0 0 25px 2px rgba(0,0,0,0.63);
}

.boxVideo {
    width: 100%;
    overflow: hidden;
}

    .boxVideo .video-list {
        margin: 0 -36px;
    }

        .boxVideo .video-list .items {
            margin-bottom: 50px;
        }

            .boxVideo .video-list .items a img {
                width: 100%;
                margin: 0;
            }

            .boxVideo .video-list .items a h3 {
                font-size: 10pt;
                font-family: 'OpenSans';
                color: #3D3D3D;
                line-height: 20px;
                padding: 0 0;
                margin: 10px 0;
                height: 40px;
                overflow: hidden;
                text-align: center;
                text-transform: uppercase;
            }

            .boxVideo .video-list .items a.img {
                display: block;
                position: relative;
            }

                .boxVideo .video-list .items a.img .ico-video {
                    background: url(../img/video.png) no-repeat 0 0;
                    width: 32px;
                    height: 24px;
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                }

@media(min-width:994px) {
    .box-video-player {
        padding: 0 70px 50px;
    }

    .boxVideo .video-list .items {
        width: 345px;
        padding: 0 36px;
    }
}

/*END VIDEO*/

/*GALLERY*/
.boxGallery {
    width: 100%;
}

    .boxGallery .gallery-list {
        margin: 10px -18px;
    }

        .boxGallery .gallery-list .items {
            margin-bottom: 30px;
        }

            .boxGallery .gallery-list .items a img {
                width: 100%;
                margin: 0;
                border: 3px solid #fff;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.69);
                position: relative;
                z-index: 5;
            }

                .boxGallery .gallery-list .items a img.over {
                    position: absolute;
                    z-index: 3;
                    top: -5px;
                    right: -5px;
                }

            .boxGallery .gallery-list .items a h3 {
                font-size: 10pt;
                font-family: 'OpenSans';
                color: #3D3D3D;
                line-height: 20px;
                padding: 0 0;
                margin: 10px 0;
                height: 40px;
                overflow: hidden;
                text-align: center;
                text-transform: uppercase;
            }

            .boxGallery .gallery-list .items a.img {
                display: block;
                position: relative;
            }

                .boxGallery .gallery-list .items a.img .ico-camera {
                    background: url(../img/camera-small.png) no-repeat center;
                    width: 24px;
                    height: 19px;
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    z-index: 10;
                }

@media(min-width:994px) {
    .boxGallery .gallery-list .items {
        width: 247px;
        padding: 0 18px;
    }

        .boxGallery .gallery-list .items:nth-child(1),
        .boxGallery .gallery-list .items:nth-child(2) {
            width: 50%;
        }

            .boxGallery .gallery-list .items:nth-child(1) a.img .ico-camera,
            .boxGallery .gallery-list .items:nth-child(2) a.img .ico-camera {
                background: url(../img/camera.png) no-repeat center;
                width: 50px;
                height: 40px;
                position: absolute;
                bottom: 10px;
                left: 10px;
            }
}

@media(min-width:768px) {
    .boxGallery .gallery-list .items:nth-child(1),
    .boxGallery .gallery-list .items:nth-child(2) {
        width: 50%;
    }
}

@media(max-width:767px) {
    .boxGallery .gallery-list .items:nth-child(1) {
        width: 100%;
    }
}

.boxGallery .gallery-list .items a.img:hover .ico-camera {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
}

/*END GALLERY*/

/*FOOTER*/
footer {
    width: 100%;
    padding: 11px 15px 0;
    background: #0056B8 url(../img/bg-footer.png) repeat-x top center;
    color: #fff;
    font-size: 10pt;
}

    footer .content {
        font-size: 9pt;
        position: relative;
        padding: 40px 0 0;
    }

        footer .content .boxButton {
            width: 100%;
            padding-top: 20px;
        }

@media(min-width:768px) {
    footer .content {
        background: url(../img/bg-icon.png) no-repeat top right;
        font-size: 9pt;
        position: relative;
        padding: 40px 315px 0 0;
        min-height: 190px;
    }

        footer .content .boxButton {
            position: absolute;
            top: 0;
            right: 0;
            max-width: 305px;
            padding-top: 45px;
        }
}

footer .content a {
    color: #66CAEB;
}

    footer .content a:hover {
        opacity: 0.8;
    }

footer .content .boxButton .col-xs-4 {
    padding: 0;
    width: 33.33%;
}

footer .content .boxButton a.btn {
    font-size: 8pt;
    background: #0970ED;
    border: none;
    width: 91px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    color: #fff;
    padding: 0;
}

    footer .content .boxButton a.btn:hover {
        color: #DA0000;
        opacity: 1;
    }

    footer .content .boxButton a.btn.active {
        background: #DA0000;
        color: #fff;
    }

footer .copyright {
    background: #004BA0;
    color: #3493FF;
    font-size: 10pt;
    font-family: 'Myriad Pro',Arial;
    padding: 15px 0;
    margin: 20px -15px 0;
    text-align: left;
}

    footer .copyright .container {
        position: relative;
    }

a.to-top {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background-color: #eee;
    border: 2px solid #ccc;
    color: #1bbae1;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}

    a.to-top:hover {
        background-color: #1bbae1;
        color: #fff;
    }
