﻿#_atssh {
    display: none;
}


body {
    transition: opacity 0.3s ease-in-out;
    padding: 0;
    font-family: Arial, Tahoma, Verdana;
    font-size: 10pt;
}

    body.show {
        opacity: 1;
    }



    body > .container-fluid {
        padding: 0;
    }


    body .container {
        width: 100%;
        max-width: 1190px;
    }


.loading-span {
    background: url('/Content/view/img/spin.gif') no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px;
}

a {
    color: #0C4DA2;
    outline: none;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #282828;
    }


body.fixed {
    padding-top: 49px;
}

    body.fixed #top-header {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        width: 100%;
    }

#top-header {
    background: #121212;
    font-size: 10pt;
    color: #E6E6E6;
    padding: 5px 0;
    line-height: 39px;
}

    #top-header a {
        text-decoration: none;
        color: #E6E6E6;
        display: inline-block;
        margin: 0 15px 0 0;
    }

        #top-header a:hover {
            color: #0C4DA2;
        }

    #top-header .boxLanguage {
    }

        #top-header .boxLanguage a {
        }

            #top-header .boxLanguage a img {
                width: 28px;
            }

    #top-header .boxSocial {
        text-align: right;
        line-height: normal;
        margin: 0 16px 0 0;
        height: 39px;
    }

        #top-header .boxSocial a {
            display: inline-block;
            margin: 0 7px 0 0;
            border-radius: 100%;
            border: 1px solid #535353;
            overflow: hidden;
            width: 39px;
            height: 39px;
        }

            #top-header .boxSocial a:hover {
                border-color: #0C4DA2;
                transform: scale(1.1);
            }

            #top-header .boxSocial a img {
                width: 100%;
                height: 100%;
                display: block;
            }


header#header {
    padding: 7px 0;
    background: #fff;
}

.bg {
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.bg-silver {
    background: #F2F2F2;
}

.bg-white {
    background: #fff;
}


h4.title-line {
    font-size: 17pt;
    color: #0C4DA2;
    margin: 0 auto 15px;
    padding: 3px 0 18px;
    position: relative;
}

    h4.title-line:after {
        content: " ";
        height: 4px;
        width: 60px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
        background: #0C4DA2;
    }

h4.title-line2 {
    font-size: 13pt;
    color: #333;
    margin: 0 auto 45px;
    padding: 3px 0;
    position: relative;
    border-bottom: 1px solid #CACACA;
    line-height: 19px;
}



#menu {
    height: 30px;
    margin: 23px auto 0;
    width: 100%;
}

    #menu .navbar-nav a {
        text-decoration: none;
        color: #3E3E3E;
    }

    #menu .navbar-nav > li > a {
        padding: 5px 14px !important;
        line-height: 20px;
        display: block;
        text-decoration: none;
        background: #fff;
        border-radius: 3px;
        font-size: 11pt;
    }

        #menu .navbar-nav > li > a:hover,
        #menu .navbar-nav > li > a.active {
            background: #0C4DA2;
            color: #fff;
        }

    #menu .navbar-nav > li:last-child {
        padding-right: 0 !important;
    }


#boxSliderHome {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

    #boxSliderHome .item img {
        width: 100%;
    }

    #boxSliderHome .owl-theme .owl-nav {
        margin: 0;
    }

#boxServiceHome {
}

    #boxServiceHome .item {
        width: 100%;
        line-height: 22px;
        margin-bottom: 24px;
    }

        #boxServiceHome .item .img {
            float: left;
            width: 104px;
            margin: 0 25px 10px 0;
            -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;
        }

            #boxServiceHome .item .img img {
                width: 100%;
            }

        #boxServiceHome .item:hover .img img {
            opacity: 0.6;
        }

        #boxServiceHome .item a.title {
            font-size: 15pt;
            color: #0C4DA2;
            text-decoration: none;
            display: inline-block;
            padding: 7px 0;
            margin-bottom: 7px;
        }

        #boxServiceHome .item .desc {
            font-size: 10pt;
            color: #7E7E7E;
            max-height: 66px;
            overflow: hidden;
        }

        #boxServiceHome .item a.more {
            font-size: 10pt;
            color: #0C4DA2;
        }

        #boxServiceHome .item a:hover {
            color: #282828;
        }




#boxSliderHome > .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: #0C4DA2;
    color: #fff;
    padding: 10px 7px;
}

#boxSliderHome > .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}

#boxSliderHome > .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}

#boxSliderHome > .container {
    padding: 0 50px;
}

#boxSliderService {
    position: absolute;
    top: 50%;
    margin-top: -110px;
    width: 525px;
    height: 220px;
    background: rgba(12, 77, 162, 0.7);
    border-radius: 5px;
    z-index: 100;
    padding: 30px;
    color: #fff;
}

    #boxSliderService .item h4.title {
        font-size: 26px;
        font-weight: 400;
        line-height: 35px;
        margin: 5px 0;
        padding: 5px 0;
    }

    #boxSliderService .item .desc {
        font-size: 13pt;
        line-height: 22px;
        height: 44px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    #boxSliderService .item a.more {
        background: #0773FF;
        color: #fff;
        font-size: 10pt;
        line-height: 20px;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
    }

#boxAboutHome {
}

    #boxAboutHome .title {
        font-size: 22pt;
        color: #0C4DA2;
        margin: 15px 0;
        padding: 11px 0;
        line-height: 30px;
        font-weight: 400;
    }

    #boxAboutHome .desc {
        margin: 43px auto 10px;
        line-height: 24px;
        font-size: 12pt;
        color: #353535;
    }

    #boxAboutHome h4.title {
        background: #0C4DA2;
        color: #fff;
        font-size: 16pt;
        margin: 10px auto;
        padding: 8px 5px;
        line-height: 24px;
        text-align: center;
        border-radius: 7px;
        font-weight: 400;
    }

#owl-dot-service {
    width: 100%;
    text-align: center;
    margin-top: -40px;
    position: relative;
    z-index: 100;
}


    #owl-dot-service .owl-dot {
        display: inline-block;
        margin: 3px;
        padding: 1px;
        border: 1px solid #fff;
        border-radius: 100%;
    }

        #owl-dot-service .owl-dot span {
            width: 20px;
            height: 20px;
            display: block;
            border-radius: 100%;
            background: #fff;
            cursor: pointer;
        }

        #owl-dot-service .owl-dot.active {
        }

            #owl-dot-service .owl-dot.active span {
                background: #0C4DA2;
            }

#boxSpecialHome {
}

    #boxSpecialHome .specialList {
        margin: 26px 0 45px;
        padding: 5px 0;
    }

        #boxSpecialHome .specialList .row {
            margin: 0 -5px !important;
        }

            #boxSpecialHome .specialList .row .item {
                padding: 5px !important;
                transition: all 0.2s ease-in-out;
            }

                #boxSpecialHome .specialList .row .item a {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                    #boxSpecialHome .specialList .row .item a img {
                        width: 100%;
                    }

                    #boxSpecialHome .specialList .row .item a .overview {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #0C4DA2;
                        color: #fff;
                        text-align: center;
                        overflow: hidden;
                        opacity: 0;
                        transition: all 0.5s ease-in-out;
                    }

                        #boxSpecialHome .specialList .row .item a .overview:hover {
                            opacity: 1;
                        }

                        #boxSpecialHome .specialList .row .item a .overview .entry {
                            display: table;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                        }

                        #boxSpecialHome .specialList .row .item a .overview .middle {
                            display: table-cell;
                            vertical-align: middle;
                            font-size: 9pt;
                            line-height: 16px;
                            width: 100%;
                            height: 100%;
                            margin: 0;
                            padding: 10px;
                        }

                            #boxSpecialHome .specialList .row .item a .overview .middle h4 {
                                font-size: 17pt;
                                margin: 0 auto 2px;
                                padding: 2px 0;
                                line-height: 27px;
                            }

                            #boxSpecialHome .specialList .row .item a .overview .middle i {
                                font-size: 11pt;
                            }

#boxNewsHome {
}

    #boxNewsHome .panel-group {
        margin: 19px auto 28px;
    }

        #boxNewsHome .panel-group .panel-black {
            border: none;
            border-radius: 0;
            margin: 0 0 1px;
        }

            #boxNewsHome .panel-group .panel-black .panel-heading {
                border-radius: 0 !important;
                background: #000 !important;
                color: #fff !important;
                padding: 0;
                border: none;
            }

                #boxNewsHome .panel-group .panel-black .panel-heading a {
                    font-size: 12pt;
                    display: block;
                    text-decoration: none;
                    position: relative;
                    color: #fff;
                    background: #2E2E2E;
                    padding: 5px 45px 5px 25px;
                    line-height: 27px;
                }

                    #boxNewsHome .panel-group .panel-black .panel-heading a:after {
                        content: "\e080";
                        position: absolute;
                        padding: 12px 14px;
                        top: 0;
                        right: 0;
                        height: 100%;
                        width: 40px;
                        text-align: center;
                        background: #0C4DA2;
                        color: #fff;
                        display: block;
                        font-family: 'Glyphicons Halflings';
                        font-size: 9pt;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }


                    #boxNewsHome .panel-group .panel-black .panel-heading a.collapsed {
                        background: #DFDFDF;
                        color: #313131;
                    }

                        #boxNewsHome .panel-group .panel-black .panel-heading a.collapsed:after {
                            background: #AEAEAE;
                            color: #616161;
                        }

            #boxNewsHome .panel-group .panel-black .panel-body {
                padding: 28px 0;
                min-height: 63px;
            }


    #boxNewsHome .panel-body {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    #boxNewsHome .boxNewsHome > h2.text-center {
        margin: 5px 0;
        font-size: 14pt;
    }

    #boxNewsHome .boxNewsHome a > img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #boxNewsHome .boxNewsHome h4 {
        margin: 5px 0 3px;
        padding: 0;
        line-height: 18px;
        height: 54px;
        overflow: hidden;
        display: table;
    }

        #boxNewsHome .boxNewsHome h4 a {
            text-decoration: none;
            font-size: 10pt;
            color: #0C4DA2;
            display: table-cell;
            vertical-align: middle;
        }

            #boxNewsHome .boxNewsHome h4 a:hover {
                color: #282828;
            }

    #boxNewsHome .boxNewsHome .desc {
        text-align: justify;
        color: #6E6E6E;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
    }


.boxBreadcrumb {
    background: #F3F3F3;
    margin-bottom: 40px;
    padding: 8px 18px 3px;
    border-radius: 3px;
}

ol.breadcrumb {
    float: left;
    font-size: 10pt;
    letter-spacing: 0;
    background: none;
    padding: 2px 0;
    margin: 0;
}

    ol.breadcrumb > li + li:before {
        font: normal normal normal 14px/1 FontAwesome;
        float: left;
        content: "\f105" !important;
        color: #706F6F;
        margin-top: 2px;
        width: 20px;
        text-align: center;
    }

    ol.breadcrumb li > div {
        float: left;
    }

        ol.breadcrumb li > div a {
            color: #706F6F;
            text-decoration: none;
            font-size: 10pt;
            font-weight: 400;
        }

            ol.breadcrumb li > div a:hover {
                color: #0C4DA2;
            }

            ol.breadcrumb li > div a span {
                text-transform: capitalize;
            }

    ol.breadcrumb li:last-child > div a {
        color: #0C4DA2;
    }


.titlePage {
    margin: 0 auto 21px;
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0;
    color: #212121;
}

    .titlePage .text {
        margin: 0;
        padding: 0;
        font-size: 26pt;
        padding: 0;
        line-height: 42px;
    }

.ourAdv {
    background: #0C4DA2;
    border-radius: 7px;
    padding: 25px 22px;
    margin: 15px auto;
    color: #fff;
}

    .ourAdv h4.title {
        font-size: 15pt;
        font-weight: 600;
        margin: 10px 0 3px;
        padding: 5px 0;
    }

    .ourAdv > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 13pt;
    }

        .ourAdv > ul > li {
            background: url('/Content/view/img/ico-our-adv.png') no-repeat 0 17px;
            padding: 10px 0 7px 31px;
        }

            .ourAdv > ul > li ul {
                margin: 0;
                padding: 0;
                list-style: none;
                font-size: 10pt;
            }

.about .item {
    margin-bottom: 16px;
}

    .about .item h4.title {
        font-size: 15pt;
        color: #0C4DA2;
        padding: 5px 0;
        margin: 0 auto 12px;
    }

    .about .item .content {
        font-size: 10pt;
        line-height: 20px;
        color: #1D1D1D;
        margin: 10px auto;
    }


.service .item {
    margin-bottom: 16px;
}

    .service .item h4.title {
        font-size: 11pt;
        color: #0C4DA2;
        padding: 5px 0;
        margin: 0 auto 12px;
        position: relative;
        font-weight: 600;
    }

        .service .item h4.title:after {
            position: absolute;
            content: " ";
            width: 100%;
            height: 1px;
            background: #ddd;
            bottom: 8px;
            left: 0;
            z-index: 1;
        }

        .service .item h4.title span {
            position: relative;
            background: #fff;
            z-index: 2;
            padding-right: 5px;
        }

    .service .item .content {
        font-size: 10pt;
        line-height: 20px;
        color: #1D1D1D;
        margin: 10px auto;
    }

        .service .item .content img.img {
            width: 100%;
        }

            .service .item .content img.img .pull-left {
                margin-right: 30px;
                margin-bottom: 15px;
            }

            .service .item .content img.img .pull-right {
                margin-left: 30px;
                margin-bottom: 15px;
            }

.boxSlider {
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
}

    .boxSlider .item {
    }

        .boxSlider .item img {
            width: 100%;
        }

    .boxSlider .owl-theme .owl-nav {
        margin: 0;
    }

        .boxSlider .owl-theme .owl-nav [class*=owl-] {
            position: absolute;
            top: 50%;
            margin-top: -15px;
            padding: 6px 7px;
            width: 41px;
            height: 41px;
            background: #E6E7E5;
            color: #828282;
            border-radius: 2px;
        }

            .boxSlider .owl-theme .owl-nav [class*=owl-] i {
                font-size: 2em;
            }

            .boxSlider .owl-theme .owl-nav [class*=owl-]:hover {
                background: #0C4DA2;
                color: #fff;
            }

    .boxSlider .owl-carousel .owl-nav .owl-next {
        right: -7px;
    }

    .boxSlider .owl-carousel .owl-nav .owl-prev {
        left: -7px;
    }

    .boxSlider .owl-theme .owl-dots {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 3px;
    }

        .boxSlider .owl-theme .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            margin: 2.5px;
            background: #fff;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 100%;
        }

        .boxSlider .owl-theme .owl-dots .owl-dot.active span {
            background: #0C4DA2;
        }


.gallery {
}

    .gallery h4.title,
    .gallery h1.title {
        font-size: 17pt;
        color: #0C4DA2;
        float: left;
        width: 100%;
        padding: 5px 0;
        margin: 0 auto 15px;
    }

        .gallery h4.title a {
            font-size: 10pt;
            color: #0C4DA2;
            text-decoration: none;
        }

    .gallery > .row {
        margin: 0 -17px;
    }

        .gallery > .row .col-md-3 {
            padding: 0 17px;
        }

    .gallery .item {
        padding: 9px 0;
    }

        .gallery .item a {
            display: block;
            text-decoration: none;
            position: relative;
            margin-bottom: 15px;
        }

            .gallery .item a img {
                width: 100%;
                transition: all 0.5s ease-in-out;
            }

            .gallery .item a:hover img {
                transform: scale(1.1);
            }

        .gallery .item .desc {
            width: 100%;
            color: #454545;
            font-size: 10pt;
            line-height: 17px;
            max-height: 34px;
            overflow: hidden;
            margin: 10px auto;
        }


        .gallery .item a .overview {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0C4DA2;
            color: #fff;
            text-align: center;
            overflow: hidden;
            opacity: 0;
            transition: all 0.5s ease-in-out;
        }

            .gallery .item a .overview:hover {
                opacity: 1;
            }

            .gallery .item a .overview .entry {
                display: table;
                width: 100%;
                height: 100%;
                position: absolute;
            }

            .gallery .item a .overview .middle {
                display: table-cell;
                vertical-align: middle;
                font-size: 9pt;
                line-height: 16px;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 10px;
            }

                .gallery .item a .overview .middle h4 {
                    font-size: 11pt;
                    margin: 0 auto 2px;
                    padding: 2px 10px;
                    line-height: 18px;
                }

                .gallery .item a .overview .middle i {
                    font-size: 11pt;
                }


.newsList {
}

    .newsList .item {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

        .newsList .item .img {
            width: 200px;
            max-width: 100%;
            margin: 0 0 15px;
        }

        .newsList .item a.title {
            color: #0C4DA2;
            font-size: 12pt;
            text-decoration: none;
            line-height: 20px;
            display: inline-block;
        }

        .newsList .item .desc {
            font-size: 10pt;
            color: #3E3E3E;
            line-height: 18px;
            margin: 15px 0;
            max-height: 54px;
            overflow: hidden;
        }

        .newsList .item a.btn {
            text-decoration: none;
            margin-bottom: 15px;
        }

    .newsList h4.title,
    .newsList h1.title {
        font-size: 17pt;
        color: #0C4DA2;
        float: left;
        width: 100%;
        padding: 5px 0;
        margin: 0 auto 15px;
    }

    .newsList .info {
        margin: 5px auto 15px;
        display: block;
    }

    .newsList time {
        font-size: 8pt;
        color: #666;
        font-family: Verdana;
    }

    .newsList .content {
    }

.boxContact .note {
    padding: 15px 0;
    text-align: center;
    font-size: 10pt;
}

.boxContact .form-group {
    margin-bottom: 30px;
}

    .boxContact .form-group label {
        font-size: 10pt;
        color: #4E4E4E;
    }


.box-social {
    margin: 30px 0 0;
    float: right;
}

.address {
    position: relative;
    min-height: 228px;
    padding: 0 20px 0 253px;
    margin-bottom: 50px;
}

    .address a.img {
        border-radius: 100%;
        width: 228px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .address a.img img {
            width: 100%;
        }

    .address h4.title {
        color: #0C4DA2;
        font-size: 11pt;
        margin: 4px 0;
        padding: 10px 0;
    }

    .address .desc {
        padding: 10px 0;
        font-size: 10pt;
        color: #313131;
        line-height: 20px;
    }

.ourpartner {
    margin: 30px auto;
}

    .ourpartner a img {
        max-width: 100%;
    }


.boxLogin {
    background: #0C4DA2;
    color: #fff;
    padding: 20px 23px;
    width: 191px;
    line-height: 20px;
}

    .boxLogin h4.title {
        font-size: 12pt;
        padding: 4px 0;
        line-height: 22px;
        margin: 0 auto;
    }

    .boxLogin .col-sm-12 {
        margin-bottom: 28px;
    }

    .boxLogin a {
        color: #DBE335;
        text-decoration: none;
        font-size: 10pt;
    }

    .boxLogin form {
    }

        .boxLogin form .form-group {
            margin: 0;
        }

        .boxLogin form label {
            line-height: 20px;
            font-size: 9pt;
            font-weight: 400;
            margin: 0;
        }


        .boxLogin form .form-control {
            border: 1px solid #B4B4B4;
            border-radius: 0;
            line-height: 18px;
            padding: 2px 6px;
            height: 24px;
        }

        .boxLogin form .btn {
            margin: 6px 0;
            border-radius: 0;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
        }



.boxSearch form {
}

    .boxSearch form label {
        font-size: 9pt;
        font-weight: 400;
    }


    .boxSearch form .form-control {
        border: 1px solid #B4B4B4;
        border-radius: 0;
        line-height: 18px;
        padding: 5px 6px;
        height: 28px;
    }

    .boxSearch form .btn {
        margin: 6px 0;
        border-radius: 0;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
    }

footer {
    position: relative;
    background: #E4E4E4;
    padding: 40px 0 0;
    margin-top: 36px;
    color: #3E3E3E;
}

    footer a {
        text-decoration: none;
        color: #0C4DA2;
    }

    footer:before {
        content: " ";
        position: absolute;
        top: -6px;
        left: 0;
        border: 1px solid #0F4A97;
        background: #0C4DA2;
        width: 100%;
        height: 6px;
    }


    footer h4.fTitle {
        color: #0C4DA2;
        font-size: 15pt;
        line-height: 23px;
        padding: 3px 0;
        margin: 0 auto 9px;
    }

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer ul li {
            padding: 3px 0 3px 14px;
            line-height: 20px;
            position: relative;
        }

        footer ul.menu-footer li {
            padding: 8px 0 8px 14px;
            line-height: 20px;
            position: relative;
        }


        footer ul li:before {
            position: absolute;
            top: 5px;
            left: 0;
            content: "\f0da";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        footer ul.menu-footer li:before {
            top: 10px;
        }

        footer ul.menu-footer li a {
            font-size: 10pt;
            color: #3E3E3E;
        }

            footer ul.menu-footer li a:hover {
                color: #000;
            }

            footer ul.menu-footer li a.active {
                color: #0C4DA2;
            }

    footer .boxInfoContact {
        padding: 5px 0;
    }

    footer .boxISO {
        display: block;
        text-align: right;
        padding-right: 4px;
    }

        footer .boxISO img {
            max-width: 100%;
            -webkit-box-shadow: 4px 4px 8px 0px rgba(202,202,202,0.8);
            -moz-box-shadow: 4px 4px 8px 0px rgba(202,202,202,0.8);
            box-shadow: 4px 4px 8px 0px rgba(202,202,202,0.8);
        }

    footer .copyright {
        position: relative;
        width: 100%;
        background: #282828;
        margin: 46px auto 0;
        padding: 19px 0;
        line-height: 39px;
        color: #747474;
        font-size: 11pt;
    }

        footer .copyright:before {
            content: " ";
            position: absolute;
            top: -6px;
            left: 0;
            border: 1px solid #0F4A97;
            background: #0C4DA2;
            width: 100%;
            height: 6px;
        }

        footer .copyright .text-primary {
            color: #354A96;
        }

        footer .copyright .text-warning {
            color: #96541A;
        }

    footer .boxSocial {
        text-align: right;
        width: 100%;
        display: block;
        line-height: normal;
        margin: -1px 0 -4px 0;
    }

        footer .boxSocial a {
            display: inline-block;
            margin: 0 3px;
            border-radius: 100%;
            border: 1px solid #535353;
            overflow: hidden;
            width: 39px;
            height: 39px;
        }

            footer .boxSocial a:hover {
                border-color: #0C4DA2;
                transform: scale(1.1);
            }

            footer .boxSocial a img {
                width: 100%;
                height: 100%;
                display: block;
            }

.to-top {
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 130px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    padding: 4px 0;
    text-align: center;
    background: #0C4DA2;
    color: #fff;
    cursor: pointer;
    font-size: 9pt;
    text-decoration: none !important;
}

    .to-top i {
        display: block;
        font-size: 5em;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
    }

    .to-top:hover {
        color: #282828;
    }


    
    .boxContact .boxCaptcha {
        background: url(./Content/view/img/bgcaptcha.png);
        text-align: center;
        height: 34px;
        min-width: 100px;
        padding: 7px 10px;
        line-height: 20px;
        font-weight: bold;
        color: #000;
    }

        .boxContact .boxCaptcha:after {
            font-family: monospace, monospace;
            font-size: 19pt;
            text-transform: uppercase;
        }