﻿html {
    padding: 0;
    font-size: 15px;
}

body {
    font-size: 100%;
    font-family: Tahoma,'SFUFutura', Helvetica, sans-serif;
    letter-spacing: -0.1px;
    font-size: 10pt;
    color: #505050;
    background: #f0f0f0;
}

a {
    text-decoration: none !important;
    color: #202020;
    transition: all 0.3s ease-in-out;
}

.container {
    width: 100% !important;
    max-width: 1270px !important;
}

.clearfix {
    clear: both;
}

#topHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11pt;
}

    #topHeader .language a {
        font-size: 10pt;
        margin: 0 0 0 5px;
        text-decoration: none;
    }

        #topHeader .language a img {
            height: 20px;
        }

header#header {
    width: 100%;
    z-index: 100;
    padding: 0;
    /* background-color: rgba(0, 42, 92, 0.76); */
    transition: all ease-in-out 0.5s;
    z-index: 100;
    position: relative;
}

body.fixed {
    padding-top: 50px;
}

    body.fixed header#header .boxMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
    }

.boxMenu {
    background: #202020;
}

.navbar-collapse.collapse {
    padding: 0;
}

#menu {
    position: relative;
    padding-left: 150px;
}

    #menu #logo {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 108px;
    }

    #menu .navbar {
        border-radius: 0;
        margin: 0;
    }

        #menu .navbar ul.navbar-nav {
            opacity: 0;
        }

    #menu ul.navbar-nav > li {
        background: none !important;
        padding: 0;
    }

        #menu ul.navbar-nav > li > a {
            color: #fff;
            font-size: 12pt;
            font-weight: 400;
            padding: 14px 0;
            transition: none;
        }

            #menu ul.navbar-nav > li.active > a,
            #menu ul.navbar-nav > li > a.active,
            #menu ul.navbar-nav > li > a.highlighted,
            #menu ul.navbar-nav > li > a:hover,
            #menu ul.navbar-nav > li > a:focus {
                color: #fff;
                text-decoration: none;
                background: #034f9b !important;
            }

    #menu .dropdown-menu {
        background: rgba(3, 79, 155, 0.9);
        border: 1px solid #034f9b;
    }

        #menu .dropdown-menu li a {
            color: #fff;
        }

        #menu .dropdown-menu li:hover a {
            color: #fff;
            background: #034f9b !important;
        }

#boxSlideShow {
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.box_skitter {
    position: relative;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
    left: 50%;
    position: relative;
    background: none transparent scroll repeat 0% 0%;
}

    .box_skitter UL {
        display: none;
    }

    .box_skitter .container_skitter {
        position: relative;
        overflow: hidden;
    }

    .box_skitter .image {
        position: relative;
        overflow: hidden;
    }

        .box_skitter .image IMG {
            display: none;
        }

    .box_skitter .box_clone {
        z-index: 20;
        position: absolute;
        width: 100px;
        display: none;
        overflow: hidden;
        top: 0px;
        left: 0px;
    }

        .box_skitter .box_clone IMG {
            z-index: 20;
            position: absolute;
            top: 0px;
            left: 0px;
        }

    .box_skitter .prev_button {
        z-index: 100;
        position: absolute;
        margin-top: -25px;
        text-indent: -9999em;
        width: 57px;
        background: url('/Content/view/img/prev.png') no-repeat left top;
        height: 62px;
        overflow: hidden;
        top: 50%;
        left: 15%;
    }

    .box_skitter .next_button {
        z-index: 100;
        position: absolute;
        margin-top: -25px;
        text-indent: -9999em;
        width: 57px;
        background: url('/Content/view/img/next.png') no-repeat left top;
        height: 62px;
        overflow: hidden;
        top: 50%;
        right: 15%;
    }

    .box_skitter .label_skitter {
        z-index: 150;
        position: absolute;
        display: none;
    }

.owl-wrapper {
    float: left;
    width: 100%;
}

#owl-slider {
}

    #owl-slider .owl-stage-outer {
        height: auto !important;
    }


    #owl-slider .item {
        width: 100%;
        z-index: 20;
        visibility: inherit;
        opacity: 1;
        position: relative;
    }

        #owl-slider .item a,
        #owl-slider .item .img {
            display: block;
            width: 100%;
        }

        #owl-slider .item img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }

        #owl-slider .item .owl-video-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
        }

    #owl-slider .owl-item.owl-video-playing .item,
    #owl-slider .owl-item.owl-video-playing .item .owl-video-frame iframe {
        background:#000;
        height: 500px !important;
    }

    #owl-slider div.owl-prev, #owl-slider div.owl-next {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        border-radius: 100%;
        color: #f17100;
        font-size: 12pt;
        font-weight: 600;
    }

    #owl-slider div.owl-prev {
        left: 0;
    }

    #owl-slider div.owl-next {
        right: 0;
    }

    #owl-slider .owl-controls.clickable .owl-buttons div {
        width: 20px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        background: rgba(0,0,0, 0.7);
        border-radius: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #owl-slider .owl-pagination {
        position: absolute;
        bottom: 20px;
        left: 50%;
    }

    #owl-slider .owl-controls .owl-page span {
        cursor: pointer;
        position: relative !important;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        display: inline-block;
        margin-right: 2px !important;
        margin-bottom: 0px !important;
        -webkit-transition: background-color 0.2s, border-color 0.2s;
        -moz-transition: background-color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, border-color 0.2s;
        float: none !important;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    #owl-slider .owl-controls .owl-page.active span {
        background: rgba(255, 255, 255, 1) !important;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 1) !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #owl-slider .caption {
        padding: 100px 50px 0 15px;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }



    #owl-slider.owl-news {
        height: auto;
    }

        #owl-slider.owl-news .item .container > .row {
            padding: 100px 0 0;
            color: #fff;
            text-align: left;
        }

            #owl-slider.owl-news .item .container > .row img {
                width: 100% !important;
                height: auto !important;
            }

            #owl-slider.owl-news .item .container > .row h1.title {
                margin: 0;
                padding: 10% 0 0;
                font-size: 2em;
                line-height: 40px;
            }


#owl-customer {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

    #owl-customer .item {
        padding: 15px;
    }

    #owl-customer img.img {
        float: left;
        width: 164px;
        margin-bottom: 10px;
        border: 2px solid #B2B0B0;
        border-radius: 100%;
        padding: 0;
    }

    #owl-customer .item-desc {
        float: left;
        width: calc(100% - 164px);
        display: block;
        text-align: center;
        z-index: 1;
        padding: 30px 5px 0;
        line-height: 20px;
        color: #EE9734;
        font-size: 18pt;
        margin-bottom: 10px;
    }

        #owl-customer .item-desc .position {
            text-align: center;
            margin-top: 5px;
            color: #7A7A7A;
            font-size: 13pt;
            display: block;
        }

    #owl-customer .client-item-description {
        width: 100%;
        color: #6D6D6D;
        font-size: 14pt;
        line-height: 32px;
        text-align: justify;
    }

#wrapper {
    padding: 15px 0;
}

.boxKeyWord {
    padding: 0 0 15px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 20px;
}

.sidebarBlock {
    margin-bottom: 20px;
    border: #034f9b 5px solid;
    border-radius: 10px 10px 0 0;
}

.sidebarBlock-heading {
    background-color: #034f9b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
    text-align: center;
}

.sidebarBlock ul.navList {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    list-style: none;
}

.sidebarBlock ul li {
    border-top: 1px dashed #ddd;
    position: relative;
}

    .sidebarBlock ul li div.toggleMenu {
        position: absolute;
        width: 34px;
        top: 0;
        right: 0;
        height: 34px;
        z-index: 10;
    }

        .sidebarBlock ul li div.toggleMenu a {
            width: 100%;
            padding: 7px;
            text-align: center;
        }

        .sidebarBlock ul li div.toggleMenu:hover a {
            color: #f17100 !important;
        }

    .sidebarBlock ul li:first-child {
        border-top: none;
    }

    .sidebarBlock ul li a {
        width: calc(100% - 34px);
        display: block;
        line-height: 20px;
        padding: 7px 12px;
        color: #333;
        text-decoration: none;
    }

        .sidebarBlock ul li a:hover {
            color: #f17100;
        }

        .sidebarBlock ul li a.active {
            color: #f17100;
            font-weight: 600;
        }


.sidebarBlock > ul > li ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

    .sidebarBlock > ul > li ul.menu li {
        padding: 2px 5px;
        background: url('/Content/view/img/ico03.gif') no-repeat 10px 13px;
    }

        .sidebarBlock > ul > li ul.menu li a {
            width: 100%;
            font-size: 10pt;
            padding: 3px 0 3px 20px;
        }

.sidebarBlock ul li ul li div.toggleMenu {
    top: 2px;
}

    .sidebarBlock ul li ul li div.toggleMenu a {
        font-size: 11pt;
    }


.sidebarBlock > ul > li a:hover {
    color: #f17100 !important;
}

.sidebarBlock > ul > li a.active {
    color: #f17100 !important;
    font-weight: 600;
}


.boxCompany {
    display: block;
    padding: 15px 10px;
    position: relative;
    background: #fff;
}

    .boxCompany > span {
        display: block;
        background: url('/Content/view/img/boxCom.png');
        position: absolute;
        width: 100%;
        height: 5px;
    }

        .boxCompany > span.bTop {
            top: 0;
            left: 0;
            background-position: top left;
        }

        .boxCompany > span.bRight {
            top: 0;
            right: 0;
            width: 5px;
            height: 100%;
            background-position: top left;
        }

        .boxCompany > span.bLeft {
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background-position: top left;
        }

        .boxCompany > span.bBot {
            bottom: 0;
            left: 0;
            background-position: 0 0;
        }

        .boxCompany > span.bBotShadow {
            bottom: -5px;
            left: 0;
            background: url('/Content/view/img/boxComShadow.png') no-repeat;
            background-size: 100%;
        }

    .boxCompany > .img-responsive {
        width: 100%;
        margin: 0 auto 5px;
    }

    .boxCompany .boxCompanyInfo {
        padding: 0 10px 50px;
    }


.borderHomeContent h4.title {
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    background: #034f9b;
}

.borderHomeContent .border-content {
    border: #dbdfea 1px solid;
    padding: 15px;
}

.borderContent > h1.title,
.borderContent > h4.title {
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    background: #034f9b;
}

.borderContent .border-content {
    border: #034f9b 3px solid;
    padding: 30px;
}


#scrollProduct {
    height: 750px;
    overflow: hidden;
}

.productList {
    display: block;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

    .productList .item {
        display: block;
        margin-bottom: 30px;
    }

        .productList .item a img {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            border: #ccc 1px solid;
            padding: 1px;
        }

        .productList .item a h3 {
            text-align: center;
            color: #444;
            margin: 0;
            padding: 0;
            font-weight: 600;
            font-size: 11pt;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
        }

        .productList .item a:hover h3 {
            color: #f17100;
        }

        .productList .item a:hover img {
            border: #034f9b 1px solid;
        }

/* div that surrounds Cloud Zoom image and content slider. */

#surround {
    width: 100%;
    min-width: 256px;
    max-width: 550px;
}

img.cloudzoom {
    width: 100%;
    border: 2px solid #333;
}

#sliderThumb {
    margin: 20px;
    height: 119px;
    position: relative;
    list-style: none;
}

    #sliderThumb li {
        float: left;
    }

    #sliderThumb img {
        width: 107px;
        height: 107px;
    }

.cloudzoom-blank .cloudzoom-lens + div {
    display: none !important;
}

.box-images {
    position: relative;
    padding: 0 0 0;
    text-align: center;
}

    .box-images .bxslider {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .box-images .bxslider li {
            cursor: pointer;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: center;
            position: relative;
        }

            .box-images .bxslider li .caption.hidden {
                position: absolute;
                bottom: -2px;
                left: 50%;
                width: 200px;
                text-align: center;
                /* background-color: #000; */
                color: #000;
                font-size: 9pt;
                margin: 0 0 0 -100px;
                padding: 0;
            }

            .box-images .bxslider li img {
                max-width: 100%;
                margin: 0 auto;
                opacity: 0;
            }

    .box-images .bx-wrapper {
        margin-bottom: 0;
        width: 100%;
    }

        .box-images .bx-wrapper .bx-viewport {
            box-shadow: none;
            border: none;
            left: 0;
            background: none;
        }

        .box-images .bx-wrapper .bx-controls-direction a {
            background: none;
            text-indent: 100px;
            overflow: hidden;
            width: 40px;
            height: 40px;
            display: inline-block;
            font-size: 26pt;
            line-height: 42px;
        }

            .box-images .bx-wrapper .bx-controls-direction a.bx-prev {
                left: -35px;
            }

            .box-images .bx-wrapper .bx-controls-direction a.bx-next {
                right: -35px;
            }

                .box-images .bx-wrapper .bx-controls-direction a.bx-prev:after,
                .box-images .bx-wrapper .bx-controls-direction a.bx-next:after {
                    font-family: 'Glyphicons Halflings';
                    position: absolute;
                    top: 0;
                    text-indent: 0;
                    left: 0;
                    width: 40px;
                    height: 40px;
                    color: #000;
                }

            .box-images .bx-wrapper .bx-controls-direction a.bx-prev:after {
                content: "\e257";
            }

            .box-images .bx-wrapper .bx-controls-direction a.bx-next:after {
                content: "\e258";
            }

            .box-images .bx-wrapper .bx-controls-direction a.bx-prev:hover:after,
            .box-images .bx-wrapper .bx-controls-direction a.bx-next:hover:after {
                color: #666;
            }

.product-info {
    color: #666;
}

    .product-info header h1 {
        color: #666;
        font-size: 16px;
        margin: 0 auto 5px;
    }

    .product-info header > p {
        padding: 5px 0;
        margin: 0;
    }


.tabProductInfo {
    display: block;
}

    .tabProductInfo ul.nav {
        border-bottom: 2px solid #850000;
    }

        .tabProductInfo ul.nav > li {
            margin-bottom: 0;
        }

            .tabProductInfo ul.nav > li > a {
                border-radius: 7px 7px 0 0;
                border: none;
                background: none;
                font-weight: 700;
            }

    .tabProductInfo .nav-tabs > li.active > a,
    .tabProductInfo .nav-tabs > li > a:hover,
    .tabProductInfo .nav-tabs > li > a:focus {
        border: none;
        background: #850000;
        color: #fff;
        position: relative;
    }

        .tabProductInfo .nav-tabs > li.active > a:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #850000;
            border-width: 10px;
            margin-left: -10px;
        }

    .tabProductInfo .tab-content {
        border: 1px solid #bbb;
        border: none;
    }

        .tabProductInfo .tab-content .tab-pane {
            padding: 15px 0;
        }

.box-social {
    margin: 5px auto;
}

/*faq list*/
.faqList {
    margin: 0 0 0 2px;
    display: block;
    overflow: hidden;
}

    .faqList .items {
        display: block;
        border-top: 1px solid #ddd /*#F0F0F0*/;
        padding: 13px 0 19px;
    }

        .faqList .items:first-child {
            padding: 2px 0 19px;
            border: none;
        }

        .faqList .items .img {
            float: left;
            display: block;
            margin: 6px 20px 0 0;
            width: 184px;
        }

            .faqList .items .img img {
                width: 100%;
            }

        .faqList .items h3 {
            padding: 0;
            margin: 7px 0 10px 0px;
            font-size: 16px;
            line-height: 20px;
            color: #1C91D0; /*#1B91D0*/
            letter-spacing: 0;
            display: table;
            min-height: 25px;
        }

            .faqList .items h3 a {
                color: #1C91D0; /*#1B91D0*/
                display: table-cell;
                vertical-align: middle;
            }

                .faqList .items h3 a:hover {
                    color: #4e4e4e;
                }

        .faqList .items .description {
            color: #6f6f6f;
            font-size: 14px;
            line-height: 21px;
            max-height: 42px;
            text-align: justify;
            overflow: hidden;
            margin: 0;
            font-weight: 400;
            padding: 1px 8px 0 0;
        }

#scrollLeftProduct {
    overflow: hidden;
    width: 100%;
}

    #scrollLeftProduct .productList > li {
        width: 300px;
        float: left;
        padding: 0 15px;
    }

.boxAboutHome {
    display: block;
    margin: 15px auto;
}

    .boxAboutHome h2.title {
        background: #101010;
        display: block;
        line-height: 25px;
        height: 35px;
        margin: 0;
        padding: 5px 15px;
        color: #fff;
        font-size: 17px;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

    .boxAboutHome h2.title-black {
        background: #101010;
    }

    .boxAboutHome h2.title-blue {
        background: #034f9b;
    }

    .boxAboutHome .about-content {
        padding: 15px;
        border: 1px solid #dbdfea;
        border-top: none;
    }

    .boxAboutHome .btn-blue,
    .boxAboutHome .btn-black {
        display: inline-block;
        padding: 7px 12px;
        border-top: none;
        color: #fff;
        margin-right: 5px;
        -ms-transform: skewX(-15deg); /* IE 9 */
        -webkit-transform: skewX(-15deg); /* Safari */
        transform: skewX(-15deg); /* Standard syntax */
    }

    .boxAboutHome .btn-blue {
        background: #034f9b;
    }

    .boxAboutHome .btn-black {
        background: #000;
    }

        .boxAboutHome .btn-blue:hover,
        .boxAboutHome .btn-black:hover {
            background: #f17100;
        }

.faqsHomeList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .faqsHomeList li {
        background: url(../img/line-02.gif) repeat-x center bottom;
        padding: 10px 0 11px;
    }

        .faqsHomeList li:last-child {
            background: none;
        }

        .faqsHomeList li h3.title {
            margin: 0 0 5px;
            padding: 0;
            font-weight: 400;
            font-size: 16px;
        }

            .faqsHomeList li h3.title a {
                font-size: 16px;
                color: #06c;
            }

                .faqsHomeList li h3.title a:hover {
                    color: #f17100;
                }

        .faqsHomeList li .description {
            line-height: 24px;
            font-size: 14px;
        }


.newsHomeList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .newsHomeList li {
        background: url(../img/line-02.gif) repeat-x center bottom;
        padding: 10px 0 11px;
    }

        .newsHomeList li:last-child {
            background: none;
        }

        .newsHomeList li h3.title {
            margin: 0;
            padding: 0 80px 0 10px;
            font-weight: 600;
            font-size: 14px;
            position: relative;
            background: url(../img/icon-09.gif) no-repeat 0 5px;
        }

            .newsHomeList li h3.title a {
                font-size: 14px;
                color: #000;
            }

                .newsHomeList li h3.title a:hover {
                    color: #f17100;
                }

            .newsHomeList li h3.title .date {
                position: absolute;
                top: 3px;
                right: 0;
                font-size: 12px;
                font-weight: 400;
            }


.boxMenuCenter {
    background: rgba(99, 99, 99, 0.7);
    margin-bottom: 30px;
}

    .boxMenuCenter ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

        .boxMenuCenter ul li {
            float: left;
            margin: 0 15px;
        }

            .boxMenuCenter ul li:first-child {
                margin-left: 0;
            }

            .boxMenuCenter ul li a {
                display: block;
                font-size: 12pt;
                color: #fff;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                text-decoration: none !important;
                padding: 10px 0;
            }

                .boxMenuCenter ul li a:hover,
                .boxMenuCenter ul li a.active {
                    border-bottom: 5px solid #DE6900;
                }

#boxContent {
    padding: 0;
}

    #boxContent #playerVideo {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 15px;
    }

header h1.title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 20px;
    padding: 10px 0;
    font-weight: 400;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 15px;
}

header .info {
    margin: -10px auto 15px;
    display: block;
}

header time {
    font-size: 8pt;
    color: #666;
    font-family: Verdana;
}

header span.cat {
    font-size: 9pt;
    color: #666;
}

#goTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background: #D51D27;
    color: #000;
    font-size: 14pt;
    text-align: center;
    line-height: 30px;
    z-index: 50;
    cursor: pointer;
    display: none;
}


.title-line {
    display: block;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    color: #DE6900;
}

    .title-line span {
        background: #fff;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        padding: 5px;
    }

        .title-line span:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -2.5px;
            left: -155px;
            width: 155px;
            height: 5px;
            background: #7B7B7B;
        }

        .title-line span:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -2.5px;
            right: -155px;
            width: 155px;
            height: 5px;
            background: #7B7B7B;
        }

.line_img {
    display: block;
    height: 70px;
    position: relative;
    margin-bottom: 15px;
}

    .line_img:before {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        background: #E6E6E6;
    }

    .line_img:after {
        content: "";
        width: 308px;
        height: 70px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -154px;
        background: url(../img/bg_line.png) no-repeat center top;
    }

.partnerList {
    margin: 30px auto;
}


    .partnerList .item {
        text-align: center;
    }

        .partnerList .item img {
            border: 1px solid #ddd;
            background: #fff;
            padding: 10px;
        }

        .partnerList .item h3 {
            color: #6D6D6D;
            font-size: 13pt;
            height: 60px;
            line-height: 30px;
            overflow: hidden;
            padding: 0;
            margin: 10px 0;
        }

#boxContactFooter {
    display: block;
    background: url(../img/bg_contact.jpg) no-repeat center;
    background-size: cover;
}


#contact_form .hbspt-form {
    /*max-width: 600px;
    margin: 0 auto;*/
}

#contact_form label {
    color: #fff;
    font-size: 12pt;
    font-weight: 400;
}

#contact_form .hs-error-msgs label {
    color: #D51D27;
}

#contact_form .form-group .form-control {
    border-radius: 0;
    height: 48px;
}

#contact_form .form-group textarea.form-control {
    border-radius: 0;
    height: 150px;
}


#contact_form .hs-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    height: 30px;
}


#contact_form .boxCaptcha {
    background: url(../img/bgcaptcha.png) -3px -5px;
    text-align: center;
    height: 48px;
    min-width: 100px;
    max-width: 200px;
    padding: 7px 10px;
    line-height: 28px;
    color: #000;
    font-size: 20pt;
    font-weight: 900;
    letter-spacing: 8px;
}

    #contact_form .boxCaptcha:after {
        font-family: monospace, monospace;
        font-size: 20pt;
        text-transform: uppercase;
    }

#contact_form .form-group button, #contact_form .hs-button {
    min-width: 150px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15pt;
    font-weight: 600;
    background: #EE9734;
    border: none;
}

#contact_form .contact_note {
    color: #fff;
    margin-bottom: 45px;
}

.boxMap iframe {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
}

footer {
    background: #444;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0 0;
}

    footer a {
        text-decoration: none;
    }

        footer a:hover,
        footer a:hover span {
            text-decoration: none;
            color: #f17100 !important;
        }

    footer .footer-title {
        margin: 0 auto 15px;
        padding: 5px 0;
        font-size: 18px;
    }

    footer ul.list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer ul.list li {
            padding: 0 0 5px;
            line-height: 20px;
        }

            footer ul.list li a {
                font-size: 14px;
                color: #fff;
            }

.copyright {
    margin-top: 30px;
    background: #323232;
    padding: 5px 0;
}

    .copyright a {
        color: #fff;
    }

.to-top {
    position: fixed;
    top: auto;
    right: 15px;
    z-index: 999;
    bottom: 130px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    background: url(/content/view/img/Icon-back-to-top.png) no-repeat center;
    background-size: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 9pt;
    text-decoration: none !important;
    text-indent: 100px;
}

    .to-top i {
        display: block;
        font-size: 5em;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
    }

    .to-top:hover {
        color: #ed2224;
    }


.newsList {
    padding: 30px 0;
}

.rit-news-item .post-image {
    border-radius: 0;
    margin: 0;
}

    .rit-news-item .post-image img.small {
        display: block;
    }

    .rit-news-item .post-image img {
        width: 100%;
    }

.rit-news-item .timeago {
    float: left;
    width: 70px;
    height: 100px;
    background: #292929;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 12pt;
}

    .rit-news-item .timeago small {
        display: block;
        border-bottom: 1px solid #737171;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

.rit-news-content {
    background-color: none;
    padding: 10px 0 0 15px;
    width: calc(100% - 70px);
    float: left;
}

    .rit-news-content .entry-content {
        line-height: 20px;
        overflow: hidden;
        height: 40px;
        margin-bottom: 10px;
    }

.rit-news-item {
    margin-bottom: 50px;
}

    .rit-news-item .entry-content {
        line-height: 20px;
        overflow: hidden;
        margin-bottom: 10px;
        height: 80px;
    }

    .rit-news-item .entry-title {
        font-size: 10pt;
        font-weight: 700;
        margin: 0 0 10px;
        padding: 0;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

.content-grid .entry-title a {
    color: #333;
}



.boxCaptcha {
    background: url(../img/bgcaptcha.png) -3px -5px;
    text-align: center;
    height: 34px;
    min-width: 100px;
    max-width: 150px;
    padding: 7px 10px;
    line-height: 20px;
    color: #000;
    font-size: 18pt;
    font-weight: 900;
    letter-spacing: 8px;
}

    .boxCaptcha:after {
        font-family: monospace, monospace;
        font-size: 19pt;
        text-transform: uppercase;
    }


/*COMMENT*/
#BoxComment .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}

#BoxComment .boxContact .form-control {
    background: #F5F5F5;
    font-style: normal;
}

#BoxComment .boxContact .btn {
    font-size: 10pt;
    font-style: normal;
    padding: 8px 30px;
}

div.title-comment {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
}

    div.title-comment h4 {
        color: #0071BA;
        font-size: 11pt;
        line-height: 18px;
    }

#commentList {
    margin-bottom: 30px;
}

    #commentList .items {
        margin: 0 auto 15px;
        position: relative;
    }

        #commentList .items.sub-items {
            margin-left: 40px;
        }

            #commentList .items.sub-items:after {
                display: block;
                content: "\201C";
                font-family: serif;
                font-size: 96px;
                position: absolute;
                left: -45px;
                top: -30px;
                color: #eaedf1;
            }

        #commentList .items .date {
            padding: 0;
            font-size: 8pt;
            color: #C7C7C7;
            font-weight: 400;
            /*position: absolute;
            top: 0;
            right: 0;*/
        }
/*END COMMENT*/


.boxPopup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 9999;
}

    .boxPopup a.close {
        display: none;
        width: 25px;
        height: 25px;
        position: absolute;
        top: -30px;
        right: 5px;
        border-radius: 100%;
        cursor: pointer;
    }

    .boxPopup .title {
        display: block;
        min-width: 200px;
        white-space: nowrap;
        height: 30px;
        line-height: 20px;
        padding: 5px 15px;
        color: #fff;
        font-weight: 700;
        font-size: 11pt;
        border-radius: 10px 10px 0 0;
        background: rgb(1, 52, 152);
        cursor: pointer;
        text-align: left;
    }

        .boxPopup .title img {
            float: left;
            margin: 3px 10px 0 0;
        }


    .boxPopup .hotline {
        display: none;
        width: auto;
        padding-right: 30px;
    }

        .boxPopup .hotline > img {
            width: 120px;
        }

    .boxPopup.show {
    }

        .boxPopup.show a.close {
            display: block;
        }

        .boxPopup.show .title {
            display: none;
        }

        .boxPopup.show .hotline {
        }


    .boxPopup .supports {
        background: #FF7F27;
        padding: 10px 15px;
        border-radius: 15px;
        position: relative;
        margin-left: 80px;
    }

        .boxPopup .supports .arrow-down {
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #FF7F27;
            position: absolute;
            bottom: -15px;
            left: 15px;
        }

        .boxPopup .supports ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .boxPopup .supports ul li {
                color: #fff;
                font-size: 10pt;
                font-weight: 700;
                font-family: Tahoma;
                white-space: nowrap;
                line-height: 20px;
                padding: 3px 0;
            }

                .boxPopup .supports ul li strong {
                    color: #3F48CC;
                }


                .boxPopup .supports ul li .skype p {
                    display: inline-block;
                    padding: 0;
                    margin: 0;
                    height: 20px;
                }

                    .boxPopup .supports ul li .skype p a img {
                        margin: 0 !important;
                        vertical-align: -10px !important;
                    }


footer .boxSocial {
    display: block;
    text-align: right;
    line-height: normal;
}

    footer .boxSocial a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff !important;
        font-size: 16px;
        overflow: hidden;
        font-weight: 400;
    }

        footer .boxSocial a:not(:hover) {
            background-color: #84888b !important;
        }


ul.newsOther {
    margin: 10px 0;
    padding: 0;
    list-style: circle;
    list-style-position: inside;
}

    ul.newsOther li {
        margin-bottom: 5px;
    }

        ul.newsOther li a {
            font-size: 14px;
            color: #000;
        }

            ul.newsOther li a:hover {
                color: #f17100;
            }


#frmSearch {
    width: 100%;
    height: 30px;
    padding: 0;
    z-index: 99;
}

    #frmSearch input.form-control {
        border: none;
        box-shadow: none;
        height: 30px;
        line-height: 20px;
        padding: 5px;
        color: #4E4E4E;
        font-size: 12pt;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -20px;
        width: calc(100% - 48px);
        border-radius: 0;
    }

    #frmSearch button {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -20px;
        background: none;
        border: none;
        outline-style: none;
        color: #fff;
        height: 30px;
        line-height: 20px;
        padding: 5px 10px;
        background: #999;
    }

        #frmSearch button:hover {
            color: #ed2224;
        }

.box-typehead-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 400px;
    min-width: 350px;
    overflow: auto;
    position: absolute;
    z-index: 999999999;
}

    .box-typehead-list li {
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

        .box-typehead-list li:last-child {
            border-bottom: none;
        }

        .box-typehead-list li a {
            display: block;
            cursor: pointer;
            height: 40px;
            line-height: 13px;
            overflow: hidden;
            font-size: 12px;
        }

        .box-typehead-list li.active {
            background: rgba(204, 204, 204, 0.19);
        }


/*news list*/
.newsList {
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

    .newsList .items {
        display: block;
        border-top: 1px solid #ddd /*#F0F0F0*/;
        padding: 21px 0 12px;
    }

        .newsList .items:first-child {
            padding: 2px 0 14px;
            border: none;
        }

        .newsList .items .img {
            float: left;
            display: block;
            margin: 6px 17px 15px 0;
            width: 189px;
        }

            .newsList .items .img img {
                width: 100%;
            }

        .newsList .items h3 {
            padding: 0;
            margin: 2px auto 8px;
            font-size: 16px;
            line-height: 20px;
            color: #1C91D0; /*#1B91D0*/
            letter-spacing: 0px;
        }

            .newsList .items h3 a {
                color: #1C91D0; /*#1B91D0*/
            }

                .newsList .items h3 a:hover {
                    color: #4e4e4e;
                }

        .newsList .items h4.description {
            color: #4E4E4E;
            font-size: 14px;
            line-height: 21px;
            max-height: 42px;
            text-align: justify;
            overflow: hidden;
            margin: 0;
            padding: 0;
            font-weight: 400;
        }
