﻿body {
}

h1 {
    color: #004370;
    margin: 10px 0px;
}

    h1 span:first-child {
        border-right: 1px solid #D6D6D6;
        padding-right: 10px;
        margin-right: 10px;
        font-size: 25px;
        font-family: Arial;
    }

.brief {
    padding: 15px 0px;
    border-top: 1px solid #D2D2D2;
    font-size: 13px;
    font-family: Arial;
}

    .brief .img {
        width: 120px;
        float: left;
        margin-right: 20px;
    }

    .brief .about {
        line-height: 1.5em;
    }

.history, .achievement, .largeintro {
    border-top: 1px solid #D2D2D2;
    padding: 15px 0px;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.5em;
}

    .history .title, .largeintro .title, .achievement .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .largeintro .row {
        border-bottom: 1px dotted #D6D6D6;
        padding: 10px 0px;
    }

        .largeintro .row:last-child {
            border-bottom: none;
        }

        .largeintro .row strong {
            width: 100px;
            float: left;
        }

        .largeintro .row label {
        }

.history {
}

    .history ul li {
        list-style-type: disc;
        list-style-position: inside;
        margin: 4px 2px 4px 10px;
    }

.achievement {
}

#contentV1 {
    float: left;
    padding-left: 10px;
    width: 650px;
}

#sidebarV1 {
    width: 300px;
    float: right;
    padding: 10px 5px 0 5px;
}

ul.other_ceo {
}

    ul.other_ceo li {
        float: left;
        padding: 10px;
        text-align: center;
        width: 140px;
        overflow: hidden;
        height: 150px;
    }

        ul.other_ceo li .img {
            text-align: center;
        }

.other_ceo li .img img {
    border: 3px solid #DDD;
}

ul.other_ceo li .name {
}

ul.other_ceo li .position {
}

ul.other_ceo li p, .cthdqt p {
    margin: 3px 0px;
}

.cthdqt {
}

    .cthdqt .name {
    }

    .cthdqt .img img {
        border: 3px solid #DDD;
    }

    .cthdqt .img {
    }

    .cthdqt .position {
    }

    .cthdqt p {
        text-align: center;
    }

.group {
    margin-bottom: 20px;
}

h3.group_position {
    color: #004370;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin: 15px;
}

.otherInfo {
    border-top: 1px solid #D2D2D2;
    margin: 20px 0px;
}

.tabs4 {
}

    .tabs4 li {
        background-color: #FFF;
    }

        .tabs4 li.active a {
            color: rgb(204, 0, 0);
        }

.news {
    border-top: 1px solid #D2D2D2;
}

.hidden {
    display: none;
    visibility: hidden;
}

.nguoidaidien {
    text-align: center;
    border: 1px solid #DDD;
    padding: 10px 0px;
    position: relative;
}

    .nguoidaidien .name {
    }

        .nguoidaidien .name a, .nguoidaidien .name a:visited {
            color: #FFF;
            font-size: 14px;
            font-weight: bold;
        }

    .nguoidaidien .img img {
    }

    .nguoidaidien .position {
    }

    .nguoidaidien .abs {
        position: absolute;
        bottom: 15px;
        text-align: center;
        width: 275px;
        background-color: #333;
        opacity: 0.6;
        color: #FFF;
        margin-left: 11px;
        padding: 7px 0px;
    }

.donvitructhuoc, .otherCorp {
    margin: 10px 0px;
    border: 1px solid #D6D6D6;
}

    .donvitructhuoc h3.title, .otherCorp h3 {
        background-color: #F0F0F0;
        padding: 10px;
        text-transform: uppercase;
        border-top: 5px solid #CCC;
    }

    .donvitructhuoc ul {
    }

        .donvitructhuoc ul li {
        }

            .donvitructhuoc ul li:last-child {
                border-bottom: none;
            }

            .donvitructhuoc ul li:nth-child(even) {
                background-color: #F7F7F7;
            }

            .donvitructhuoc ul li.item {
                border-bottom: 1px solid #EEE;
                padding: 10px;
            }

.otherCorp {
    background-color: #D6D6D6;
}

    .otherCorp ul {
    }

        .otherCorp ul li {
            float: left;
            width: 130px;
            height: 120px;
            border: 1px solid #bbb;
            text-align: center;
            background-color: #FFF;
            padding: 10px 2px;
            margin: 10px 5px 10px 5px;
            vertical-align: middle;
        }

            .otherCorp ul li img {
                max-height: 120px;
            }

/*BEGIN gallery*/

/* jssor slider arrow navigator skin 05 css */
/*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('http://cafef3.vcmedia.vn/v3/jssor/img/a17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
        .jssort01 .p            (normal)
        .jssort01 .p:hover      (normal mouseover)
        .jssort01 .p.pav        (active)
        .jssort01 .p.pdn        (mousedown)
        */
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 50px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('http://cafef3.vcmedia.vn/v3/jssor/img/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 75px;
    height: 50px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 75px;
    height /**/: 50px;
}

/*END gallery*/
.tintucsukien {
    border-bottom: none !important;
}

.xemtiep {
    display: none;
    visibility: hidden;
}

.kehoachkd {
    border-left: 1px solid #eee !important;
    margin-top: 15px;
    padding-top: 0px !important;
    border-right: 1px solid #eee !important;
}

    .kehoachkd .cattitle {
        background-color: #F0F0F0;
        padding: 10px;
        border-top: 5px solid #CCC;
    }

    .kehoachkd li:last-child {
        border-bottom:none;
    }
    .kehoachkd .kehoachkd {padding-top:0px;border: none !important;margin-top: 0px !important;}
    #cdl{margin:10px;}
        #cdl table td {
            padding:5px;
        }