﻿@charset "utf-8";
/* CSS Document */

body {    
    margin-left:20px;
    margin-right:20px;
    font-size: 13px !important;
}

#TemPlateContainer {
    background: url(../Images/body-bg.gif) repeat-y 100% 0 !important;
    width: 100%;
    margin: 0 auto;
    font-size: 13px !important;
}

a {
    color: #0086d5;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

select, textarea, input[type="text"] {
    background: #fff url(../Images/input.png) repeat-x 0 0;
    padding: 2px;
    color: #444;
    border: 1px solid #c0c0c0;
}

#swapper {
    width: 1170px;
    margin: 0 auto;    
}

#header, #body {    
    margin: 0 auto;
    font-size: 13px !important;
}

#header {
    padding-top: 10px;
    font-size: 13px !important;
}

h1#logo {
    margin: 0 0 10px 0;
    float: left;
}

#menu-nav-wapper {
    padding: 1px 0 0 10px;
    height: 40px;
    margin-bottom: 5px;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    border-top: 1px solid #7facda;
    box-shadow: 0 0 0 1px #0f5dac;
    background-color: #1160ae;
    font-family:Roboto,"Segoe UI",Arial,Helvetica,sans-serif;
}

#menu-nav-r, #menu-nav-l {
    height: 42px;
}

#menu-nav-l {
    width: 10px;
    float: left;
    background: url(../Images/bg-menu-nav-l.png) repeat-x 0 0;
}

#menu-nav-r {
    float: right;
    background: url(../Images/bg-menu-nav-r.png) repeat-x 100% 0;
}

#menu-nav {
    float: left;
    margin: 0px;
}

    #menu-nav li {
        list-style: none;
        float: left;
        height: 38px;
        line-height: 38px;
        padding-right: 3px;
        /*background: url(../Images/bg-menu-nav-line.png) no-repeat 100% 0;*/
    }

        #menu-nav li.last {
            background: none;
        }

        #menu-nav li a {
            color: #fff;
            /*text-transform: uppercase;*/
            display: block;
            float: left;
            line-height: 41px;
            padding: 0 15px;
            font-weight: 400;
            font-size: 16.5px;
        }

            #menu-nav li a:hover, #menu-nav li a.active {
                /*background: url(../Images/bg-menu-nav-active.png) repeat-x 0 0;
                text-decoration: none;*/
                border-top-right-radius: 5px;
                border-top-left-radius: 5px;
                background-color: #fff;
                color: #0d5cab;
            }

#search {
    float: right;
    width: 300px;
    height: 22px;
    margin-top: 8px;
    background: url(../Images/search-bg.png) no-repeat 0 0;
}

    #search .key-search, #search .btn-search {
        border: 0;
        background: none;
    }

    #search .key-search {
        width: 240px;
        padding: 3px 10px;
        float: left;
        color: #fff;
        font-weight: bold;
        font-style: italic;
    }

    #search .btn-search {
        float: right;
        width: 30px;
    }

ul#path {
    margin: 0 0 0 0;
    height: 26px;
    line-height: 26px;    
    font-size: 90%;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e2e2e2;
}

    ul#path li {
        float: left;
        list-style: none;
        margin-left: 10px;
        font-weight: bold;
    }

        ul#path li a {
            padding-right: 15px;
            font-weight: normal;
            background: url(../Images/icon-path.png) no-repeat 100% 50%;
        }

/**/
.widget {
    margin-bottom: 20px;
    width:20%;
    float:right;
}

.widget-header {
    height: 30px;
    background: url(../Images/header-widget.png) repeat-x 0 -72px;
}

    .widget-header h3 {
        height: 30px;
        margin: 0;
        font-weight: bold;
        font-size: 100%;
        line-height: 25px;
        background: url(../Images/header-widget.png) no-repeat 100% -36px;
    }

        .widget-header h3 span {
            display: block;
            height: 30px;
            padding-left: 40px;
            color: #005aab;
            text-shadow: 0 1px 0 #f7f7f7;
            text-transform: uppercase;
            background: url(../Images/header-widget.png) no-repeat 0 0px;
        }

.widget-content, .widget-content-view {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.widget-content {
    border: 1px solid #e2e2e2;
    border-top: 0;
}

.widget-content-view, #content-view, #login-page {
    background: url(../Images/widget-bg.png) repeat-x 0 100%;
    border: 1px solid #fff;
    padding: 10px;
}

#login {
    width: 220px;
    float: right;
    margin-bottom: 0;
}

    #login label {
        display: block;
        font-size: 90%;
    }

    #login .usename, #login .pass {
        padding: 3px;
        width: 185px;
        margin-bottom: 5px;
    }
/**/
#box-support {
   width: 20%;
   float: right;
}
    #box-support .box-support-header {
        background: url('../images/support_bg.png') repeat-x 0 -64px;
        height: 55px;
    }
     #box-support .box-support-header h3 {
        background: url('../images/support_bg.png') no-repeat scroll 100% -128px;
        font-size: 12px;
        color: #FFF;
        height: 55px;
        line-height: 65px;
        text-align: center;
        font-weight: bold;
    }
    #box-support .box-support-header h3 span {
        display:block;
        background: url('../images/support_bg.png') no-repeat scroll 0% 0%;
        font-size: 12px;
        color: #FFF;
        width: 100%;
        height: 55px;
        line-height: 65px;
        text-align: center;
        font-weight: bold;
    }
    #box-support .box-support-content {
        background: url('../images/support_content_bg.png') repeat-y scroll 0 0;
        width: 100%;
        height: 420px;
        padding-top: 10px;
    }
    #box-support .box-support-content .iconrow {
    float: left;
    height: 75px;
    clear:both;
}
    #box-support .box-support-content .iconrow a {
    float: left;
    line-height: 70px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    height: 35px;
}
    #box-support .box-support-content .iconrow p {
    line-height: 35px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    height: 35px;
}
    #box-support .box-support-content .iconrow strong {
    font-weight: bold;
    height: 35px;
    cursor: pointer;
    color: #FFF;
}
#box-support .box-support-footer {
    background: url('../images/support_footer_bg.png') repeat-x 0% -27px;
    width: 100%;
    height: 26px;
}
#box-support .box-support-footer #mid{
    background: url('../images/support_footer_bg.png') no-repeat scroll 100% -54px;
    width: 100%;
    height: 26px;
}
#box-support .box-support-footer #bot{
    display:block;
    background: url('../images/support_footer_bg.png') no-repeat scroll 0% 0%;
    width: 100%;
    height: 26px;
}
/**/
#intro, #infor, #sevice, #support {
    float: left;
    width: 220px;
    margin: 20px 20px 0 0;
}

#support {
    margin-right: 0 !important;
}

    #intro .widget-content, #infor .widget-content, #sevice .widget-content, #support .widget-content {
        font-size: 90%;
    }

.mn {
    margin-bottom: 0;
}

.readmore {
    padding-left: 8px;
    background: url(../Images/readmore.png) no-repeat 0 50%;
}

.support-title {
    background: url(../Images/dot-g-line.gif) repeat-x 0 70%;
    margin: 5px 0;
    font-size: 100%;
}

    .support-title span {
        background: #fff;
        padding-right: 5px;
    }

#support img {
    margin: 0 5px;
}

.hotline {
    height: 44px;
    line-height: 44px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #d80000;
    margin-top: 15px;
    background: url(../Images/hotline.png) no-repeat 50% 0;
}

.button {
    background: #d8d8d8 url(../Images/button.png) repeat-x 0 0;
    padding: 3px 5px 2px 5px;
    border: 1px solid #a6a6a6;
    text-transform: uppercase;
    color: #444;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 1px 0 #f5f5f5;
    -moz-box-shadow: 0 2px 2px #ddd;
}
/*footer*/
#footer {
    padding-top: 30px;
    background: url(../Images/bg-footer.png) repeat-x 0 0;
    border-bottom: 1px solid #d6d6d6;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 4px 2px #CCC;
    -webkit-box-shadow: 0 4px 2px #CCC;
    box-shadow: 0 4px 2px #CCC;
    width: 100%;
    overflow: hidden;
}

    #footer address {
        
        color: #4e4e4e;
        font-size: 11px;
        font-family: Roboto,"Segoe UI",Arial,Helvetica,sans-serif;
        margin: 0;
        float: left;
        font-style: normal;
        /*font-size: 90%;
        width: 80%;
        background: url(../Images/logo-ft.png) no-repeat 0 50%;*/
    }

    #footer .logo-ft {
        float: left;
    }
/**/
#aside {
    width: 20%;
    float: left;
}

    #aside .widget {
        width:100%;
    }
#content, #content-view, #login-page {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content {
    width: 78%;
    float: right;
    border: 1px solid #e2e2e2;
}

.menu-v {
    margin: 0;
}

    .menu-v li {
        list-style: none;
        padding: 5px 0;
    }

        .menu-v li a {
            background: url(../Images/bullet.gif) no-repeat 0 6px;
            padding-left: 12px;
            color: #444;
        }

/**/
.sevice-list {
    margin: 0;
}

    .sevice-list li {
        clear: both;
        list-style: none;
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .sevice-list li.last {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .sevice-list img.sevice-list-img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .sevice-list .sevice-list-desc {
    }

    .sevice-list h1 {
        margin: 0 0 5px 0;
        font-weight: bold;
        font-size: 100%;
    }

.field, .bin-list {
    margin: 0;
}

    .field li, .bin-list li {
        padding: 5px 0;
        list-style: none;
    }

        .field li label {
            float: left;
            width: 100px;
            text-align: left;
            margin-left: 80px;
        }

        .field li .fieldtext {
            margin-left: 190px;
        }

.input-edit {
    width: 220px;
}

.title-mod {
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
}

.bin-list .bin-title {
    font-weight: bold;
    padding-left: 18px;
    background: url(../Images/collapsed.png) no-repeat 0 2px;
}

.bin-list table.table {
    margin-top: 5px;
}

.bin-list table.tablehide {
    display: none;
}

.bin-list li.active .bin-title {
    background: url(../Images/expanded.png) no-repeat 0 2px;
}


/*table*/
table.table {
    border: 1px solid #ddd;
    background: #fff;
}

    table.table th, table.table td {
        /*padding:8px 5px;*/
        border: 1px solid #ddd;
        text-align: center;
        font-size: 13px !important;
    }

    table.table .title th {
        background: #f7f7f7 url(../Images/dot-w.gif) repeat-x 0 0;
        text-align: center;
    }

    table.table .stt {
        text-align: center;
        width: 30px;
        text-align: center;
    }


/**/
.paging {
    border-top: 1px solid #ddd;
}

    .paging ul {
        clear: both;
        margin: 0;
        float: right;
        padding-top: 5px;
    }

    .paging li {
        float: left;
        width: 18px;
        height: 18px;
        list-style: none;
        margin-left: 3px;
        text-align: center;
        line-height: 18px;
        background: url(../Images/bg-paging.gif) no-repeat 0 0;
    }

        .paging li a {
            color: #777;
            font-weight: bold;
        }

            .paging li a:hover, .paging li a.active {
                color: #ff5a00;
                text-decoration: none;
            }

/**/
#login-page {
    width: 337px;
    height: 120px;
    margin: 50px auto;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 8px #eee;
    background: url(../Images/nenlogo.png) no-repeat;
}

    #login-page label {
        width: 100px;
        margin-top: 2px;
        font-weight: bold;
    }

    #login-page .fieldtext {
        margin-left: 110px;
    }
/**/
#logted {
    float: right;
    font-size: 90%;
    text-shadow: 0 1px 0 #f5f5f5;
}
/**----Tuoint----**/
#menu-nav-wapper li ul {
    background: rgba(23,101,178,.8);
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);*/
    /*opacity: 0.8;*/
    z-index: 9999;
    border: 1px solid #f7a360;
    border-top: 0;
    top: 111px;
    font-family:Roboto,"Segoe UI",Arial,Helvetica,sans-serif;
}

#menu-nav-wapper li:hover ul {
    display: block;
}

#menu-nav-wapper li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
    /*border-bottom: 1px dashed #6eccff;*/
    background: none;
}

#menu-nav-wapper li:hover li a {
    background: none;
    color: #fff;
}

#menu-nav-wapper li ul a {
    color: #fff;
    display: block;
    height: 38px;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    width: 200px;
}

    /*#menu-nav-wapper li ul a:hover, #menu-nav-wapper li ul li:hover a {
        border: 0px;
        color: #fff;
        text-decoration: none;
        background-color: #f89700;
    }*/
/*THEM VAO PHAN CONTENT CHO TRANG CHU*/
.box-home {
    float: left;
    width: 78%;
    border: 1px solid #cadcef;
    border-radius: 5px 5px 0 0;
    margin-top:20px;
}

.box-home-title {
    float: left;
    width: 100%;
}

.box-home-title-left {
    float: left;
}

.box-home-title-center {
    float: left;
    /*background: url("../Images/bg-menu-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: url("../Images/bg-menu-nav.png");
    width: 100%;
    height: 30px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.box-home-title-right {
    float: left;
}

.box-home-title-center a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
    padding-left: 20px;
    font-size: 12px;
}

.box-home-content {
    float: left;
    width: 98%;
}
    /*SAN PHAM*/
    .box-home-content .boxsolution {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .box-home-content .boxservice {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .box-home-content .boxintergrated {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    /*TIN TUC*/
    .box-home-content .box-content-row {
        height: auto;
        clear: both;
    }

        .box-home-content .box-content-row .float-left {
            margin-top: 20px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .box-home-content .box-content-row .lstnews {
            height: auto;
        }

        .box-home-content .box-content-row img {
            float: left;
            margin-left: 20px;
            margin-right: 10px;
            margin-bottom: 20px;
        }
/*sline*/
#heartbanner {
    float: left;
    position: relative;
    width:78%;
}

    #heartbanner ul {
        margin: 0;
    }

        #heartbanner ul#banner-slide {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

            #heartbanner ul#banner-slide li {
                float: left;
                margin-left: 0;
            }

.number_slideshow .number_slideshow_nav {
    filter: alpha(opacity=60);               
    bottom: 10px;
    right: 10px;
    float:right;
}

    .number_slideshow .number_slideshow_nav li {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        -khtml-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        margin-left: 6px;
        position: relative;
        float: left;
    }

        .number_slideshow .number_slideshow_nav li a {
            padding-left: 8px;
            padding-right: 8px;
        }

.number_slideshow ul {
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

    .number_slideshow ul li {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: absolute;
    }

        .number_slideshow ul li p {
            margin: 0px;
            position: absolute;
            top: 0px;
            left: 0px;
            padding-left: 5px;
            padding-right: 5px;
            filter: alpha(opacity=60);
            opacity: 0.6;
            font-size: 13px;
            line-height: 23px;
        }

.clear {
    clear: both;
}
/*content pagination*/
.pagination {
    cursor: default;
    margin: 8px 3px;
    padding: 3px;
    word-wrap: break-word;
    width: 814px;
    line-height: 24px;
    position: absolute;
    z-index: 4;
}

.pagination  .number
{
     border: 1px solid #DDDDDD;
            color: #0066CC;
            margin-top: 4px;
            padding: 3px 5px;            text-align: center;
}
    .pagination .selected {
        background-color: #0066CC;
        border: 1px solid #000099;
        color: #FFFFFF;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .pagination span, .pagination span:visited {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        color: #0066CC;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

        .pagination span:hover, .pagination span:active 
        {
            background-color: #4fa3f6;
            border: 1px solid #DDDDDD;
            color: #FFFFFF;
            font-weight: bold;
            margin-top: 4px;
            padding: 3px 5px;
            text-align: center;
        }

.pagination span.prevnext 
{
            border: 1px solid #DDDDDD;
            color: #0066CC;
            margin-top: 4px;
            padding: 3px;
            text-align: center;
        }
