﻿min@font-face {
    font-family: 'UTM Bell';
    src: url('/images/UTM Bell.ttf');
    font-weight: normal;
    font-style: normal;
}
/** {
    transition-duration: 0.5s;
}*/



body {
    font-size: 12px;
    color: #fff;
    /*font-family: 'Open Sans';*/
    font-family: Arial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffff;
}

.company-info {
    padding: 20px 0;
    color: #fff;
}

.sub-menu {
    display: table;
    background-color: #d23802;
    width: 100%;
}

    .sub-menu .sub-menu1, .highest-menu {
        display: table;
        width: 100%;
        padding: 7px 7px 10px 7px;
        transition: all 0.7s ease;
    }



        .sub-menu .sub-menu1:hover, .sub-menu .active {
            background-color: rgba(100,101,106,0.7);
        }

        .sub-menu .sub-menu1 a {
            color: #fff;
            font-weight: bold;
        }

.highest-menu {
    color: #fff;
    font-weight: bold;
    background-color: #a72c01;
}

.articlelist .typicalarticle:hover a, .articlelist .subtypicalarticle:hover a, .articlelist .active a {
    color: #fff;
}

.icon {
    float: left;
    padding: 5px;
}

.icon-content {
    padding: 5px;
}

    .icon-content .icon-title {
        color: #5ea4ff;
        font-weight: bold;
    }

    .icon-content .icon-summary {
        color: #b8d5ff;
    }

.img-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .img-container:hover .image {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }



    .img-container .image {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        min-width: 100%;
        min-height: 100%;
        /*max-width: 100%;*/
        max-width: 100%;
    }

.typicalproject .img-container .project-title {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgba(255,255,255,0.7);
    color: #043274;
    right: -100%;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.typicalproject .img-container:hover .project-title {
    right: 0;
}

a {
    color: #fff;
}

    a:hover {
        text-decoration: none;
    }

.thumbnail {
    background: url('/images/news1.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0;
}

.typicalarticle {
}

    .typicalarticle .title {
        color: #fff;
    }

    .typicalarticle .article {
        padding: 0;
        background-color: #043274;
        height: 75px;
        overflow: hidden;
    }

        .typicalarticle .article .thumbnail {
            float: left;
            width: 30%;
            padding: 0;
            border: none;
            background: url('/images/news1.jpg') no-repeat center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 65px;
            border-radius: 0;
            margin: 0;
        }

        .typicalarticle .article .titlearticle {
            padding: 0 5px;
            width: 70%;
            float: right;
            height: 65px;
            /*transition-duration: 0.3s;*/
            transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            position: relative;
            z-index: 2;
        }

            .typicalarticle .article .titlearticle:before {
                pointer-events: none;
                position: absolute;
                z-index: 1;
                content: '';
                border-style: solid;
                /*-webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;*/
                transition: all 0.7s ease;
                -webkit-transition: all 0.7s ease;
                -webkit-transition-property: transform;
                transition-property: transform;
                top: calc(50% - 10px);
                left: 0;
                border-width: 10px 10px 10px 0;
                border-color: transparent transparent transparent transparent;
            }

        .typicalarticle .article a:hover .titlearticle {
            background-color: #fff;
            color: #043274;
        }

            .typicalarticle .article a:hover .titlearticle:before {
                -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
                border-color: transparent #fff transparent transparent;
            }

.focusarticle {
}

    .focusarticle .title {
        padding: 10px 20px;
        background-color: #154189;
        color: #fff;
    }

    .focusarticle .article {
        padding: 10px 0 0 0;
    }

        .focusarticle .article .icon {
            float: left;
            transition-duration: 0.3s;
            width: 10%;
            padding: 0 0 0 10px;
        }

        .focusarticle .article a:hover .icon {
            padding: 0 0 0 15px;
        }

        .focusarticle .article .titlearticle {
            color: #fff;
            width: 90%;
            display: table;
            text-align: justify;
            -webkit-transition: opacity .6s ease-in-out;
            -moz-transition: opacity .6s ease-in-out;
            -o-transition: opacity .6s ease-in-out;
            transition: opacity .6s ease-in-out;
        }

        .focusarticle .article a:hover .titlearticle {
            opacity: 0.8;
        }

.content-background {
    background-color: #043274;
}

.logo-line .col-lg-3, .logo-line .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.logo-text {
    color: #224f8d;
    font-weight: bold;
    font-family: 'UTM Bell';
    padding-top: 10px;
}

.search {
    color: #e7e6e6;
    position: relative;
    padding-top: 10px;
}

    .search a {
        border: 1px solid #e7e6e6;
    }

    .search input {
        height: 23px;
        border: 1px solid #e7e6e6;
        width: 100%;
    }

    .search a {
        padding: 2px 4px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .search i {
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        color: #b8b8b8;
    }

        .search i:hover {
            color: #043274;
        }

.container, .container-fluid {
    /*padding: 0;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #d23802;
}

.nav > li {
    transition-duration: 0.5s;
}

    .nav > li:hover {
        background-color: #d23802;
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    min-height: 30px;
}

.navbar-inverse {
    background-color: #1d4b91;
    font-weight: bold;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.navbar-collapse {
    border-top: none;
}

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.line {
    background-color: #e9c002;
    height: 5px;
}

.email {
    text-align: center;
    color: #e9c002;
    font-size: 14px;
    font-weight: bold;
}

.footer {
    background-color: #02275d;
    color: #fff;
    padding: 10px;
}

.copyright {
    text-align: center;
    background-color: #0b4496;
    color: #fff;
    padding: 5px;
}

.main-title {
    margin: 10px 0;
    position: relative;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #e9c002;*/
    /*border-top: 1px solid #fff;*/
    margin: 1em 0;
    padding: 0;
}

.main-title span {
    height: 100%;
    color: #e9c002;
    position: absolute;
    width: 180px;
    text-align: center;
    background-color: #000;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: bold;
}

.menu-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}

.project {
    height: 235px;
}

    .project .img-container {
        border: 3px solid #8299ba;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }

    .project .title {
        padding: 15px 0 30px 0;
        text-align: center;
    }

.main-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.main-content {
    margin: 0 0 30px 0;
}

    .main-content .title {
        font-size: 18px;
        color: #e9c002;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .main-content .content {
        text-align: justify;
    }*/

.content-border {
    padding: 30px;
    /*border: 3px solid #e9c002;
    border-radius: 10px;*/
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.dropdown-menu {
    background-color: #515151;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #010d43;
            color: #fff;
        }

.main-banner {
    margin: 0 0 15px 0;
    border: 2px solid #e9c002;
    border-radius: 1px;
}

.main-job {
    margin: 0 0 15px 0;
}

    .main-job .col-lg-8 {
        padding: 0;
    }

    .main-job .col-lg-4 {
        padding: 0 0 0 10px;
    }

        .main-job .col-lg-4 .career-list .title {
            color: #e9c002;
            text-align: center;
        }

        .main-job .col-lg-4 .career-list > div {
            padding: 12px 20px;
            font-weight: bold;
            font-size: 16px;
        }

            .main-job .col-lg-4 .career-list > div > i {
                font-size: 14px;
                padding-right: 15px;
            }

            .main-job .col-lg-4 .career-list > div:nth-child(2n+1) {
                background-color: #393838;
            }

            .main-job .col-lg-4 .career-list > div:nth-child(2n) {
                background-color: #333232;
            }

.articlelist {
    /*margin-bottom: 50px;*/
    display: table;
    width: 100%;
    padding: 0 0 40px 0;
    position: relative;
}

    .articlelist .col-lg-3 {
        padding: 0;
    }

    .articlelist .col-lg-9 {
        padding: 0 0 0 15px;
    }

    /*.articlelist .typicalarticle:nth-child(2n+1) {
        background-color: #caa702;
    }

    .articlelist .typicalarticle:nth-child(2n) {
        background-color: #e9c002;
    }*/
    /*.articlelist .typicalarticle {
        background-color: #caa702;
    }

    .articlelist .subtypicalarticle {
        background-color: #e9c002;
    }*/

    .articlelist .typicalarticle, .articlelist .subtypicalarticle {
        display: table;
        width: 100%;
        padding: 7px 7px 10px 7px;
    }

        .articlelist .typicalarticle:hover, .articlelist .subtypicalarticle:hover {
            background-color: #010d43;
        }

            .articlelist .typicalarticle:hover a, .articlelist .subtypicalarticle:hover a {
                color: #fff;
            }

        .articlelist .typicalarticle img {
            border: 2px solid #000;
        }

        .articlelist .typicalarticle .col-lg-4 {
            padding: 0;
        }

        .articlelist .typicalarticle .col-lg-8 {
            padding: 0 0 0 10px;
        }

        .articlelist .typicalarticle a, .articlelist .subtypicalarticle a {
            color: #000;
            font-weight: bold;
        }

    .articlelist .article {
        display: table;
        width: 100%;
        transition: all 0.7s ease;
    }

        .articlelist .article:hover {
            background-color: #010d43;
        }

        .articlelist .article .col-lg-3 {
            padding: 0;
        }

        .articlelist .article .title {
            /*color: #e9c002;*/
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .articlelist .article .content {
            color: #fff;
            text-align: justify;
        }

.paging {
    margin-top: 10px;
    display: table;
    width: 100%;
    text-align: center;
}

    .paging ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        .paging ul li {
            margin: 0 2px;
            padding: 5px 0 0 0;
            width: 26px;
            height: 26px;
            float: left;
            text-align: center;
            background: #fff;
            /*border: 1px solid #8698ac;*/
            transition: all 0.7s ease;
            color: #000;
        }

    .paging > ul > a:hover li, .paging > ul > a > li.active {
        background: #d23802;
        font-weight: bold;
        color: #fff;
    }

/*.articledetail .title {
    text-align: center;
    font-size: 24px;
    color: #e9c002;
    padding: 20px;
    font-weight: bold;
}*/


.main-contact {
    margin: 0 0 30px 0;
}

    .main-contact .content-border {
        padding: 0;
    }

.form-group {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.btn {
    padding: 5px 40px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
}
/*
.btn-primary {
    background-color: #e9c002;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    width: 110px;
    display: block;
    margin: 0 auto;
}

    .btn-primary:hover {
        background-color: #010d43;
        color: #fff;
    }*/

.main-contact .address {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #e9c002;
    margin: 0;
    border-radius: 6px;
}

.typicalmenu {
    padding: 20px 0;
}

    .typicalmenu .col-lg-3 {
    }

        .typicalmenu .col-lg-3:last-child {
            border-right: none;
        }

    .typicalmenu .content {
        text-align: justify;
    }

    .typicalmenu .col-lg-3 .title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        height: 35px;
    }

        .typicalmenu .col-lg-3 .title a {
            color: #fff;
        }

    .typicalmenu .title .bullet {
        padding: 3px 10px;
        border-radius: 50%;
        color: #fff;
        border: 3px #fff solid;
        float: left;
        width: 35px;
        height: 35px;
        font-weight: bold;
        font-size: 16px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .typicalmenu .title span {
        font-size: 14px;
        font-weight: bold;
    }

.typicalproject .img-container {
    margin-bottom: 5px;
}

.typicalproject .row {
    margin: 0;
}


.article-detail .article-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.article-detail .article-created-date {
    color: #737a8e;
    margin-bottom: 10px;
}

.article-other .article-title-other {
    color: #5191e5;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

.article-other .article-list .article {
    font-weight: bold;
}

.project-list a:hover {
    color: #fff;
}

    .project-list a:hover .img-container .image {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

@media (min-width: 360px) {

    .typicalproject .col-lg-6 {
        padding: 0;
    }

    .img-container {
        height: 135px;
    }

    .project .img-container {
        height: 150px;
    }


    .logo-text {
        font-size: 15px;
    }

    .logo-line {
        margin-bottom: 20px;
    }

    .articlelist .typicalarticle a img, .articlelist .article a img {
        max-width: 170px;
    }

    .typicalmenu .col-lg-3 {
        margin-bottom: 10px;
        border-right: none;
    }

    .articlelist .article .col-lg-9 {
        padding: 0 10px 0 0;
    }
}

@media (min-width: 1200px) {
    .form-horizontal .control-label {
        text-align: left;
    }

    .typicalproject a:first-child .col-lg-6 {
        padding-right: 5px;
    }

    .img-container {
        height: 100px;
    }

    .project .img-container {
        height: 135px;
    }

    .typicalmenu .col-lg-3 {
        height: 355px;
        margin-bottom: 0;
        border-right: 1px dashed #fff;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .logo-line {
        margin-bottom: 0;
    }

    .logo-text {
        font-size: 20px;
    }

    .articlelist .typicalarticle a img {
        max-width: 80px;
    }

    .articlelist .article .col-lg-9 {
        padding: 0 10px 0 10px;
    }
}

@media (min-width: 1900px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .articlelist .typicalarticle a img {
        max-width: 80px;
    }
}
