﻿@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
    margin-left: 30px;
    margin-right: 30px;
}

#TemPlateContainer {
    background: url(../Images/body-bg.gif) repeat-y 100% 0 !important;
    width: 100%;
    margin: 0 auto;
}

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: 100%;
    margin: 0 auto;
    /*background: url(../Images/header-bg.png) no-repeat 100% 0;*/
    max-width: 1150px;
}

#header, #body {
    margin: 0 auto;
}

#body {
    min-height: 375px;
	height: 550px !important;
}

#header {
    padding-top: 10px;
}

h1#logo {
    margin: 0 0 10px 0;
    /*float: left;*/
    text-align: center;
}

#menu-nav-wapper {
    padding: 0 0 0 10px;
    height: 42px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*background: url(../Images/bg-menu-nav.png) repeat-x 0 0;*/
}

#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: black;
        text-transform: uppercase;  
        display: block;
        float: left;
        line-height: 38px;
        padding: 0 15px;
        font-weight: bold;
    }

    #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;
        color: #00447b;
    }

#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: #000;
            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;
    padding: 10px;
}

.widget-content form[action="/Account/LogOn"] input[type="text"], .widget-content form[action="/Account/LogOn"] input[type="password"], .widget-content form[action="/Account/LogOn"] .editor-label {
    margin-left: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}

.widget-content form[action="/Account/LogOn"] input[type=submit]{
    border: 1px solid #00447b !important;
    background-color: #ffffff !important;
    color: #000 !important;
    box-shadow: none !important;
}

.widget-content form[action="/Account/LogOn"] input[type=submit]:hover{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) !important;
}

.widget-content form[action="/Account/LogOn"] a{
    color: black !important;
}

.widget-content form[action="/Account/LogOn"] a:hover{
    color: #00447b !important;
    text-decoration: none !important;
}

.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% !important;
    float: right;
    display: none;
}

    #box-support .box-support-header {
        /*background: url('../images/support_bg.png') repeat-x 0 -64px;*/
        height: 35px;
        margin-bottom: -16px;
    }

        #box-support .box-support-header h3 {
            /*background: url('../images/support_bg.png') no-repeat scroll 100% -128px;*/
            font-size: 12px;
            color: #FFF;
            line-height: 40px;
            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: #000;
                /*width: 100%;*/
                /*text-align: center;*/
                font-weight: bold;
                background: #fff;
                padding: 0 10px;
            }

    #box-support .box-support-content {
        /*background: url('../images/support_content_bg.png') repeat-y scroll 0 0;*/
        width: 100%;
        /*height: 256px;*/
        padding-top: 10px;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        overflow: hidden;
    }

        #box-support .box-support-content .iconrow {
            float: left;
            clear: both;
        }

            #box-support .box-support-content .iconrow a {
                float: left;
                line-height: 70px;
                color: #000;
                font-weight: bold;
                cursor: pointer;
                height: 35px;
            }

            #box-support .box-support-content .iconrow a:hover {
                color: #00447b;
                text-decoration: none;
            }

            #box-support .box-support-content .iconrow p {
                line-height: 35px;
                color: #000;
                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;
        display: none;
    }

        #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: 7px;
    /*background: url(../Images/bg-footer.png) repeat-x 0 0;*/
    border-bottom: 1px solid #d6d6d6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 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;
    border-top: 1px solid #d6d6d6;
}

    #footer address {
        padding-left: 50px;
        margin: 0;
        font-style: normal;
        font-size: 90%;
        float: left;
        width: 50%;
        background: url(../Images/logo-partner-ft_vnpt.png) no-repeat 0 50%;
    }

    #footer .logo-ft-partner {
        float: right;
    }
/**/
#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;
    }

    table.table .title th {
        background: #f7f7f7 url(../Images/dot-w.gif) repeat-x 0 0;
    }

    table.table .stt {
        text-align: center;
        width: 30px;
    }


/**/
.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 {
    font-size: 90%;
    text-shadow: 0 1px 0 #f5f5f5;
    text-align: right;
    margin-right: 5px;
}
/**----Tuoint----**/
#menu-nav-wapper li ul {
    /*background: url(../Images/bg-menu-nav.png) repeat-x 0 0;*/
    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 #6eccff;*/
    border-top: 0;
    top: 200px;
}

#menu-nav-wapper li:hover ul {
    display: block;
}

#menu-nav-wapper li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
    background-color: white;
    /*border-bottom: 1px dashed #000;
    background: url(../Images/bg-menu-nav.png) repeat-x 0 0;*/
}

#menu-nav-wapper li:hover li a {
    background: none;
}

#menu-nav-wapper li ul a {
    display: block;
    height: 38px;
    font-size: 12px;
    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: #00447b;/*#FF6600;*/
        text-decoration: none;
        /*background: url(../Images/bg-menu-nav-active.png) repeat-x 0 0;*/
    }
/*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;
    display: none;
}

.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: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
    padding-left: 20px;
    font-size: 12px;
}
.box-home-title-center a:hover {
    color: #00447b;
    text-decoration: none;
}

.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;
}

input[type=reset], input[type=button], input[type=submit]{
    border: 1px solid #00447b !important;
    background-color: #ffffff !important;
    color: #000 !important;
    box-shadow: none !important;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) !important;
}
h4{
    color: #000 !important;
}
ul#path li a {
    color: #000 !important;
}
ul#path li a:hover {
    color: #00447b !important;
    text-decoration: none;
}

a:hover {
    color: #00447b !important;
    text-decoration: none;
}

.SubHead{
    color: #000 !important;
}
table.grid a {
    color: #000 !important;
}
table.grid a:hover {
    color: #00447b !important;
}

#logted a{
    color: #000 !important;
}

#logted a:hover{
    color: #00447b !important;
}

table.table a{
    color: #000 !important;
}
table.table a:hover{
    color: #00447b !important;
}
#content div {
    color: #000 !important;
}
.pager .current{
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
#content h4 {
    margin-left: 5px;
}
#logo a img{
    width: 224px !important;
}
.iconrow p{
    height: 10px !important;
}