﻿@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #2d3039 url(../images/bg.jpg) no-repeat top center;
    background-attachment: fixed;
}

a {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #fc205b;
    }

    a:active {
        text-decoration: none;
    }

img {
    border: 0 none;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.header {
    display: block;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2a4272;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header.slideup {
        display: block;
        height: 70px;
        width: 100%;
        position: fixed;
        top: -70px !important;
        left: 0;
        right: 0;
        background: #2a4272;
        z-index: 1000;
    }

.logo {
    width: 200px;
    display: block;
    float: left;
    text-align: center;
}

    .logo img {
        position: relative;
        top: 11px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .logo img:hover {
            top: 15px;
        }

.menu-top {
    float: left;
}

    .menu-top li {
        display: block;
        float: left;
        border-right: solid 1px #324b7e;
        position: relative;
    }

        .menu-top li a {
            display: block;
            padding: 0px 20px;
            color: #fff;
            background: #2a4272;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            height: 70px;
        }

            .menu-top li a span {
                display: block;
                text-align: center;
                padding-bottom: 5px;
                padding-top: 8px;
            }

            .menu-top li a:hover, .menu-top li a.active {
                background: #152545;
            }

    .menu-top ul li ul {
        padding: 0;
        position: absolute;
        top: 70px;
        left: 0;
        width: 200px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
        border: solid 1px #324b7e;
        border-top: none;
        border-bottom: none;
    }

    .menu-top li ul li {
        display: block;
        color: #fff;
        float: none;
        border-bottom: solid 1px #324b7e;
        border-right: none;
    }

        .menu-top li ul li a {
            line-height: 40px !important;
            height: 40px !important;
            display: block;
            float: none;
        }

    .menu-top ul li ul li:hover {
        background: #666;
    }

    .menu-top ul li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.right-top {
    float: right;
    display: block;
    padding-right: 10px;
}

    .right-top .user-box li {
        float: right;
        padding: 0;
        color: #fff;
        position: relative;
        line-height: 60px;
        height: 70px;
    }

        .right-top .user-box li a {
            color: #fff;
            background: #2a4272;
            display: block;
            padding: 0 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .right-top .user-box li a:hover {
                background: #152545;
            }

.user-box {
    position: relative;
}

.infoaccount {
    background: #d9d9d9;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 200;
    top: 66px;
    right: 20px;
    width: 240px;
}

.ta {
    border-color: transparent;
    border-bottom-color: #d9d9d9;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: block;
    position: absolute;
    right: 12px;
    top: -8px;
    z-index: 200;
    height: 0;
    width: 0;
}

.infoaccount .boxava-account li {
    float: left;
}

    .infoaccount .boxava-account li p {
        line-height: 18px;
        color: #333;
    }

.bigava {
    position: relative;
    margin-right: 10px;
}

.nameava {
    font-weight: bold;
}

.bigava a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgba(0,0,0,.9);
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.btn-account {
    /* display: block; */
    clear: both;
    /* margin-top: 10px; */
    /* border-top: solid 1px #ccc; */
    padding-top: 10px;
}

    .btn-account a {
        display: block;
        height: 30px;
        color: #333;
    }

/*.btn-account a:hover {
            background: #e9e9e9;
            padding-left: 10px;
        }*/

.right-top .user-box li.avauser img.imgava {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 2px #fff;
    position: relative;
    top: 14px;
}

.search-box input {
    height: 35px;
    max-width: 240px;
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
}

.right-top .user-box li.search-box {
    padding-right: 10px;
    position: relative;
}

    .right-top .user-box li.search-box img {
        position: absolute;
        top: 30px;
        right: 20px;
    }

.menuslide-m {
    position: relative;
    display: block;
}

    .menuslide-m .cd-btn {
        display: none;
    }
/*menu left mobile*/
.search-menuleft {
    display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}

    .search-menuleft input {
        height: 40px;
        width: 100%;
        background: #fff;
        line-height: 40px;
        padding: 0 10px;
    }

    .search-menuleft img {
        position: absolute;
        top: 15px;
        right: 20px;
    }

.user-box-mobile {
    padding: 10px;
}

    .user-box-mobile .avauser img.ava {
        width: 40px;
        height: 40px;
        float: left;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: solid 2px #fff;
        margin-right: 10px;
        position: relative;
    }

    .user-box-mobile .avauser {
        color: #fff;
        line-height: 40px;
    }

        .user-box-mobile .avauser a {
            display: block;
            float: right;
            color: #fff;
        }

        .user-box-mobile .avauser .exit img {
            max-width: 24px;
            position: relative;
            top: 8px;
        }

.menuleft-mobile {
    border-top: solid 1px #324b7e;
}

.user-box-mobile:after {
    display: block;
    content: '';
    clear: both;
}

.menuleft-mobile li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    border-bottom: solid 1px #324b7e;
}

    .menuleft-mobile li a img {
        max-width: 24px;
        float: left;
        display: block;
        margin-right: 10px;
        position: relative;
        top: 8px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menuleft-mobile li a:hover {
        background: #152545;
    }

.container {
    position: relative;
}

.left-bar {
    display: block;
    width: 200px;
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #d9d9d9;
    content: '';
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .left-bar.slideup {
        display: block;
        width: 200px;
        position: fixed;
        top: 70px;
        left: -200px;
        bottom: 0;
        height: 100%;
        background: #d9d9d9;
        content: '';
        z-index: 5;
    }

.bottom-bar {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background: #d9d9d9;
    content: '';
    z-index: 5;
}

    .bottom-bar .copyright {
        float: left;
        display: block;
        text-align: center;
        width: 200px;
        line-height: 35px;
        color: #333;
    }

.footer {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #333;
}

.pages {
    float: right;
    display: block;
}

    .pages a {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        float: left;
        padding: 0 10px;
        border-right: solid 1px #bcbcbc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .pages a:hover, .pages a.active {
            background: #2a4272;
            color: #fff;
        }

.menuleft-bar a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #bcbcbc;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .menuleft-bar a:hover, .menuleft-bar a.active {
        background: #2a4272;
        color: #fff;
    }

.menuleft-bar.small a span {
    position: relative;
    top: 8px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
}

span.ic1 {
    background: url(../images/mc1.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

.menuleft-bar a:hover span.ic1, .menuleft-bar a.active span.ic1 {
    background: url(../images/mc1-h.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

span.ic2 {
    background: url(../images/mc2.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

span.ic5 {
    background: url(../images/mc5.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

.menuleft-bar a:hover span.ic2, .menuleft-bar a.active span.ic2 {
    background: url(../images/mc2-h.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

span.ic3 {
    background: url(../images/mc3.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

.menuleft-bar a:hover span.ic3, .menuleft-bar a.active span.ic3 {
    background: url(../images/mc3-h.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

span.ic4 {
    background: url(../images/mc4.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

.menuleft-bar a:hover span.ic4, .menuleft-bar a.active span.ic4 {
    background: url(../images/mc4-h.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
}

.menuleft-bar.big li {
    text-align: center;
}

.menuleft-bar.big span {
    display: block;
    text-align: center;
}

.menuleft-bar.big a {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
}

span.bigic1 {
    background: url(../images/b1.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 60px;
    margin: auto;
}

.menuleft-bar a:hover span.bigic1, .menuleft-bar a.active span.bigic1 {
    background: url(../images/b1-h.png) no-repeat top left;
    display: block;
}

span.bigic2 {
    background: url(../images/b2.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 60px;
    margin: auto;
}

.menuleft-bar a:hover span.bigic2, .menuleft-bar a.active span.bigic2 {
    background: url(../images/b2-h.png) no-repeat top left;
    display: block;
}

span.bigic3 {
    background: url(../images/b3.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 60px;
    margin: auto;
}

.menuleft-bar a:hover span.bigic3, .menuleft-bar a.active span.bigic3 {
    background: url(../images/b3-h.png) no-repeat top left;
    display: block;
}

span.bigic4 {
    background: url(../images/b4.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 60px;
    margin: auto;
}

.menuleft-bar a:hover span.bigic4, .menuleft-bar a.active span.bigic4 {
    background: url(../images/b4-h.png) no-repeat top left;
    display: block;
}

/* menu accordian */

/*heading styles*/
#accordian {
    padding-top: 12px;
}

    #accordian h3 {
        /*padding: 0 10px;
        cursor: pointer;
        font-size: 13px;
        
        color: #fff;
        background: #2a4272;
        font-weight: normal;
        display: block;
        overflow: hidden;
        text-overflow: clip;
        text-overflow: ellipsis;
        text-overflow: "…";
        white-space: nowrap;
        overflow: hidden;
        min-height: 40px;
        line-height: 40px;*/
        padding: 10px 10px;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        background: #2a4272;
        font-weight: normal;
        display: block;
        overflow: hidden;
        /* text-overflow: clip; */
        /* text-overflow: ellipsis; */
        text-overflow: "…";
        /* white-space: nowrap; */
        /* overflow: hidden; */
        min-height: 40px;
        line-height: 20px;
        height: 55px;
        vertical-align: middle;
    }


    #accordian li:after {
        display: block;
        content: '';
        clear: both;
    }

    /*heading hover effect*/
    #accordian h3:hover {
        color: #fff;
        background: #2a4272;
    }

    /*iconfont styles*/
    #accordian h3 span {
        margin-right: 10px;
        float: left;
        position: relative;
        top: 8px;
    }
    /*list items*/
    #accordian li {
        list-style-type: none;
    }
    /*links*/
    #accordian ul ul li a {
        color: white;
        text-decoration: none;
        font-size: 13px;
        line-height: 40px;
        display: block;
        padding: 0 15px;
        color: #333;
        /*transition for smooth hover animation*/
        transition: all 0.15s;
    }
        /*hover effect on links*/
        #accordian ul ul li a:hover, #accordian ul ul li a.active {
            background: #e9e9e9;
            border-left: 5px solid #2a4272;
        }
    /*Lets hide the non active LIs by default*/
    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

/* menu accordian */
.content {
    position: relative;
    padding-top: 70px;
    padding-left: 200px;
    padding-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .content.slideup {
        position: relative;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 50px;
    }

.path {
    padding: 0px 20px;
    color: #c0c0c0;
}

    .path li {
        display: block;
        float: left;
    }

        .path li a {
            color: #333;
            display: block;
            background: #eaeaea;
            height: 25px;
            line-height: 25px;
            padding: 0 20px 0 10px;
        }

li.subpath a {
    background: #c8c8c8 !important;
}

li.subpath2 a {
    background: none;
    color: #fff;
}

.path a:hover {
    color: #00ade6;
}

.path li img {
    float: right;
}

.path:after {
    content: '';
    display: block;
    clear: both;
}

.title-content {
    color: #00ade6;
    font-size: 18px;
    padding: 10px 0px;
}

.wrap-content {
    padding: 0 20px;
}

.list-course li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
}

.block-course {
    position: relative;
    display: block;
    overflow: hidden;
}

.list-course li .img-course {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

    .list-course li .img-course img {
        width: 100%;
    }

.name-course {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 100%;
    overflow: hidden;
}

.block-course:hover .name-course {
    top: 70%;
    height: 30%;
}

.name-course a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.purple {
    background: rgba(63,81,181,.8);
}

.green {
    background: rgba(76,175,80,.8);
}

.blue {
    background: rgba(33,150,243,.8);
}

.pink {
    background: rgba(233,30,99,.8);
}

.brown {
    background: rgba(54,47,45,.8);
}

.orange {
    background: rgba(242,101,35,.8);
}

.purple2 {
    background: rgba(146,39,143,.8);
}

.green2 {
    background: rgba(0,114,54,.8);
}

.black {
    background: rgba(0,0,0,.8);
}

.contentHolder {
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
}

.contentHolder2 {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}

.blocklist-cate li, .chose-cate li {
    border-bottom: solid 1px #464953;
}

    .blocklist-cate li a {
        display: block;
        line-height: 40px;
        color: #fff;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .blocklist-cate li a img {
            float: left;
            position: relative;
            top: 12px;
            margin-right: 10px;
        }

        .blocklist-cate li a:hover {
            background: #202229;
            padding-left: 15px;
            color: #00ade6;
        }

.chose-cate li {
    padding: 10px 0;
    line-height: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .chose-cate li:after {
        display: block;
        content: '';
        clear: both;
    }

.tabcate span {
    float: right;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 5px;
}

.chose-cate li a {
    display: block;
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: solid 1px #202229;
}

.chose-cate li p {
    float: left;
}

.chose-cate li:hover {
    /*background: #202229;
    padding-left: 15px;
    color: #00ade6;*/
}

a.btn1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52aaf2+0,3c8bee+100 */
    background: rgb(82,170,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(82,170,242,1) 0%, rgba(60,139,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,170,242,1)), color-stop(100%,rgba(60,139,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52aaf2', endColorstr='#3c8bee',GradientType=0 ); /* IE6-9 */
    display: block;
}

a.btn2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e66643+0,de4b31+100 */
    background: rgb(230,102,67); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230,102,67,1) 0%, rgba(222,75,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,102,67,1)), color-stop(100%,rgba(222,75,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66643', endColorstr='#de4b31',GradientType=0 ); /* IE6-9 */
}

a.btn3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6cbe+0,4e4ca3+100 */
    background: rgb(110,108,190); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(110,108,190,1) 0%, rgba(78,76,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,108,190,1)), color-stop(100%,rgba(78,76,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(110,108,190,1) 0%,rgba(78,76,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(110,108,190,1) 0%,rgba(78,76,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(110,108,190,1) 0%,rgba(78,76,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(110,108,190,1) 0%,rgba(78,76,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6cbe', endColorstr='#4e4ca3',GradientType=0 ); /* IE6-9 */
}

    a.btn3:hover {
        background: #8583c9;
    }

a.btn2:hover {
    background: #eb794f;
}

a.btn1:hover {
    background: #52a9f2;
}

.course-detail p {
    padding: 0 0 14px 0;
    line-height: 18px;
}

.norB {
    font-weight: bold;
}

.note {
    display: none;
    width: 200px;
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 35px;
    right: 64px;
}

.ic-note {
    display: block;
    position: fixed;
    bottom: 35px;
    right: 20px;
    cursor: pointer;
}

.note p {
    color: #333;
    padding-bottom: 8px;
}

.form-note {
    border: solid 1px #d9d9d9;
    height: 100px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
}

.list-anwser li {
    padding: 6px 0 6px 10px;
}

    .list-anwser li input {
        background: #d9d9d9;
        height: 16px;
        width: 16px;
        position: relative;
        float: left;
        margin-right: 8px;
        color: #dedede;
        border-right: none;
    }

.list-anwser {
    padding-bottom: 20px;
}

.selectform, .inputform, .tareaform {
    height: 30px;
    line-height: 30px;
    background: #d9d9d9;
    padding: 0 5px;
    font-family: 'Roboto', sans-serif;
}

.box-exam {
    border: solid 1px #5c5f69;
    width: 250px;
    display: block;
    position: fixed;
    right: 20px;
    top: 105px;
    bottom: 35px;
    overflow: hidden;
}

    .box-exam li a {
        display: block;
        color: #fff;
        padding: 10px;
    }

.head-box-exam {
    padding: 0 10px;
    background: #191b21;
    text-transform: uppercase;
    border-bottom: solid 1px #5c5f69;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

    .head-box-exam img {
        float: left;
        margin-right: 10px;
        position: relative;
        top: 8px;
    }

.box-exam li:after {
    display: block;
    content: '';
    clear: both;
}

.box-exam li {
    background: #252830;
    position: relative;
    border-bottom: solid 1px #5c5f69;
}

    .box-exam li a span {
        display: block;
        width: 20px;
        float: left;
    }

    .box-exam li a p {
        padding-left: 30px;
        padding-bottom: 0;
    }

    .box-exam li a:hover, .box-exam li.active a {
        color: #00aeef;
    }

    .box-exam li:last-child {
        border-bottom: 0 none !important;
    }

    .box-exam li.passed a {
        color: #8dc63f;
    }

    .box-exam li:hover, .box-exam li.active {
        background: #2d3039;
    }

.contentfull {
    padding: 90px 0px 50px 0px;
    position: relative;
}

    .contentfull:after, .content:after {
        display: block;
        clear: both;
        content: '';
    }

.list-cate li {
    float: left;
    padding: 5px;
}

    .list-cate li .img-course {
        max-height: 160px;
    }

.slide-login {
    position: relative;
    display: block;
}

.loginsite {
    background: #fff;
    width: 30%;
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1000;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}

    .loginsite li {
        padding: 10px 0;
    }

        .loginsite li p {
            text-align: left;
            color: #333;
            line-height: 18px;
            padding-bottom: 5px;
        }

        .loginsite li input {
            background: #e1e1e1;
            width: 100%;
            display: block;
            border: none;
            height: 40px;
            line-height: 40px;
            padding-left: 10px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .loginsite li input:focus {
                border-left: solid 5px #f30d3e;
            }

        .loginsite li a {
            display: block;
            width: 100%;
            background: rgba(243,13,52,1);
            height: 40px;
            line-height: 40px;
            color: #fff;
            text-transform: uppercase;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .loginsite li a:hover {
                background: rgba(243,13,52,0.8);
            }

li.logo-login {
    border-bottom: solid 1px #d9d9d9;
    padding-top: 0;
    margin-bottom: 10px;
}

.menu-top li a span img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.select-box select {
    height: 35px;
    line-height: 35;
    color: #a9a9a9;
}

.treeview-bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 45px;
    padding: 10px 0 70px 0;
}

.ic-dt {
    float: left;
    margin-right: 5px;
}

.css-treeview {
    overflow: auto;
    height: 100%;
    display: block;
}

    .css-treeview ul,
    .css-treeview li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .css-treeview input {
        position: absolute;
        opacity: 0;
    }

.css-treeview {
    font-family: 'Roboto', sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .css-treeview a {
        color: #333;
        text-decoration: none;
    }

        .css-treeview a:hover {
            text-decoration: underline;
        }

    .css-treeview input + label + ul {
        margin: 0 0 0 22px;
    }

    .css-treeview input ~ ul {
        display: none;
    }

    .css-treeview label,
    .css-treeview label::before {
        cursor: pointer;
    }

    .css-treeview input:disabled + label {
        cursor: default;
        opacity: .6;
    }

    .css-treeview input:checked:not(:disabled) ~ ul {
        display: block;
    }

    .css-treeview label,
    .css-treeview label::before {
        background: url("../images/icons.png") no-repeat;
    }

        .css-treeview label,
        .css-treeview a,
        .css-treeview label::before {
            display: inline-block;
            height: 20px;
            line-height: 20px;
            vertical-align: middle;
            color: #333;
            font-size: 12px;
        }

    .css-treeview label {
        background-position: 18px 0;
    }

        .css-treeview label::before {
            content: "";
            width: 16px;
            margin: 0 22px 0 0;
            vertical-align: middle;
            background-position: 0 -32px;
        }

    .css-treeview input:checked + label::before {
        background-position: 0 -16px;
    }

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }

        to {
            padding: 0;
        }
    }
}

.inforelate-course {
    padding: 10px 20px;
    background: #6f6f6f;
    margin-top: 5px;
    display: none;
}

    .inforelate-course p {
        line-height: 18px;
    }

.note a.btn1 {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.popup {
    display: block;
    background: #d9d9d9;
    padding: 10px;
    color: #333;
    position: relative;
}

a.close-popup {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.change-ava {
    padding: 10px 0;
}

    .change-ava li {
        width: 33.3333333%;
        float: left;
        padding: 10px;
    }

        .change-ava li img {
            width: 100%;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            border: solid 3px #fff;
        }

        .change-ava li:hover img, .change-ava li.active img {
            border: solid 3px #333;
        }

.popup.small {
    width: 300px;
}

.popup.medium {
    width: 500px;
}

.popup.large {
    width: 680px;
}

.popup h3 {
    font-size: 18px;
    padding-bottom: 10px;
}

.btn-popup {
    padding: 10px 0;
}

    .btn-popup a {
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52aaf2+0,3c8bee+100 */
        background: rgb(82,170,242); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(82,170,242,1) 0%, rgba(60,139,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,170,242,1)), color-stop(100%,rgba(60,139,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(82,170,242,1) 0%,rgba(60,139,238,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52aaf2', endColorstr='#3c8bee',GradientType=0 ); /* IE6-9 */
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        height: 30px;
        color: #fff;
        margin: 0 5px;
    }

        .btn-popup a:hover {
            background: #52a9f2;
        }

        .btn-popup a.btn2 {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e66643+0,de4b31+100 */
            background: rgb(230,102,67); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(230,102,67,1) 0%, rgba(222,75,49,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,102,67,1)), color-stop(100%,rgba(222,75,49,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(230,102,67,1) 0%,rgba(222,75,49,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66643', endColorstr='#de4b31',GradientType=0 ); /* IE6-9 */
        }

.table {
    border: solid 1px #b9b9b9;
}

    .table table th, .table table td {
        padding: 8px;
        text-align: center;
        border-bottom: solid 1px #b9b9b9;
    }

    .table table th {
        background: #cccccc;
    }

    .table table tr.bg2 {
        background: #e1e1e1;
    }

.search-advance p {
    display: inline-block;
    width: 100px;
}

.block-search {
    padding-bottom: 8px;
}

    .block-search .inputform {
        width: 300px;
    }

    .block-search:after {
        display: block;
        clear: both;
        content: '';
    }

    .block-search .checkbox {
        background: #d9d9d9;
        height: 16px;
        width: 16px;
        position: relative;
        margin-right: 8px;
        color: #dedede;
    }

.number-search {
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    border-top: solid 1px #5c5f69;
    margin-top: 10px;
}

    .number-search span {
        color: #00ade6;
    }

.list-result table th, .list-result table td {
    padding: 10px;
    text-align: center;
}

.list-result table th {
    background: #202228;
    text-transform: uppercase;
}

.list-result .bg2 {
    background: #282b33;
}

.arrow-d {
    background: url(../images/d-arrow.png) no-repeat top left;
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 17px;
    display: none;
}

.btn-slidebar {
    position: absolute;
    top: 70px;
    right: 20px;
    display: inline-block;
    z-index: 999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .btn-slidebar.slideup {
        position: absolute;
        top: -40px;
        right: 20px;
        display: inline-block;
        z-index: 999;
    }

.btn-slidebar2 {
    position: absolute;
    top: -40px;
    right: 20px;
    display: none;
    z-index: 999;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

    .btn-slidebar2.slideup {
        position: fixed;
        top: 0px;
        right: 20px;
        display: inline-block;
        z-index: 999;
    }


@media only screen and (max-width: 1140px) {
    .loginsite {
        width: 40%;
    }
}

@media only screen and (max-width: 1000px) {
    .list-course li {
        width: 33.333333%;
    }

    .menu-top li a {
        padding: 0 10px;
    }

        .menu-top li a span {
            padding-top: 12px;
        }

            .menu-top li a span img {
                width: 24px;
            }
}

@media only screen and (max-width: 720px) {
    .header-web {
        display: none;
    }

    .logo {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
    }

    .cd-btn span, .cd-btn span:after, .cd-btn span:before {
        top: 5px;
        position: absolute;
        content: ' ';
        display: block;
        height: 3px;
        width: 28px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .cd-btn span:before {
            top: 8px;
        }

        .cd-btn span:after {
            top: 16px;
        }

    .menuslide-m .cd-btn {
        margin: 0;
        position: absolute;
        top: 20px;
        right: 0px !important;
        opacity: 1;
        height: 33px;
        width: 40px;
        z-index: 505;
        display: block;
    }

    .left-bar {
        display: none;
    }

    .pages {
        float: none;
        display: inline-block;
        text-align: center;
        content: '';
        height: 35px;
    }

        .pages a {
            display: inline-block;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 15px;
        }

    .bottom-bar .copyright {
        width: 100%;
        float: none;
        text-align: center;
        border-top: solid 1px #bcbcbc;
    }

    .bottom-bar {
        height: auto;
        text-align: center;
    }

    .content {
        padding: 0;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 720px) {
    .list-course li {
        width: 50%;
    }

    .name-course a {
        font-size: 14px;
    }

    .tabcate span {
        float: left;
        display: block;
        width: 33.333333%;
        text-align: center;
        margin: 0;
    }

    .chose-cate li a {
        width: 33.333333%;
        float: left;
        margin: 0;
    }

    .chose-cate li p {
        float: none;
    }

    .chose-cate li:hover {
        padding-left: 0;
    }

    .note {
        display: none;
    }

    .box-exam {
        width: 100%;
        float: none;
        position: initial;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .loginsite {
        width: 90%;
    }

    .popup.small, .popup.medium, .popup.large {
        width: 100%;
    }

    .ic-note {
        display: block;
        position: fixed;
        bottom: 100px;
        right: 0px;
        cursor: pointer;
    }

    .note {
        display: none;
        width: 200px;
        padding: 10px;
        background: #fff;
        position: fixed;
        bottom: 140px;
        right: 0px;
    }

    .contentHolder2 {
        display: none;
    }

    .arrow-d {
        display: block;
    }

    .btn-slidebar {
        right: 0;
    }

        .btn-slidebar, .btn-slidebar2.slideup, .btn-slidebar.slideup {
            right: 0;
            display: none;
        }
}
