﻿@charset "utf-8";
/* CSS Document */
#divMain {
    background: #fff;
    padding: 0px 0px 30px 0px;
}
/*-------------------------- Header Style ---------------------------------------- */
.SSCBar {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 0px 5px;
}

.SSCBar {
    position: relative;
}

    .SSCBar .BarItem {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        color: #fff;
    }

    .SSCBar .BarUser {
        position: relative;
    }

        .SSCBar .BarUser .menu-icon {
            text-decoration: none;
            border: none;
        }

.SSCNavBar .BarItem {
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    position: relative;
}

    .SSCNavBar .BarItem a {
        text-decoration: none;
        color: #666;
    }

    .SSCNavBar .BarItem span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
    }

.SSCUserBar {
    position: absolute;
    top: 42px;
    right: 0px;
    display: none;
    z-index: 1000;
}

    .SSCUserBar .InputUserInfo {
        background: #fff;
        margin: 0;
        width: 300px;
        border: solid 1px #999;
    }

    .SSCUserBar .divPersonal {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .SSCUserBar .divPersonal .NarrowUser {
            position: absolute;
            top: -9px;
            right: 20px;
        }

        .SSCUserBar .divPersonal .PersonalForm {
            padding: 10px;
        }

            .SSCUserBar .divPersonal .PersonalForm .PersonalLeft {
                width: 25%;
                float: left;
            }

            .SSCUserBar .divPersonal .PersonalForm .PersonalRight {
                width: 70%;
                float: right;
                text-align: left;
            }

            .SSCUserBar .divPersonal .PersonalForm .PersonalLeft .UserIcon {
                font-size: 55px;
                background: #D7FFEB;
                padding: 5px;
                color: #090;
            }

            .SSCUserBar .divPersonal .PersonalForm .PersonalRight h3 {
                font-size: 14px !important;
                font-family: BoldFont;
                font-weight: normal;
                color: #666;
                text-align: left;
                margin-bottom: 5px;
            }

            .SSCUserBar .divPersonal .PersonalForm .PersonalRight h4 {
                font-size: 13px !important;
                color: #666;
                text-align: left;
                font-weight: normal;
                margin-bottom: 10px;
            }

            .SSCUserBar .divPersonal .PersonalForm .PersonalRight a {
                color: #093;
                text-decoration: none;
                font-size: 13px;
            }

                .SSCUserBar .divPersonal .PersonalForm .PersonalRight a:hover {
                    text-decoration: underline;
                }

    .SSCUserBar .InputUserInfo .PersonalOut {
        background: #ccc;
        padding: 5px;
        text-align: right;
    }

        .SSCUserBar .InputUserInfo .PersonalOut .LogoutBtn {
            display: inline-block;
            background: #09C;
            color: #fff;
            border: solid 1px #ececec;
            padding: 5px 10px;
            cursor: pointer;
        }

#divTopHeader {
    padding: 10px 0px;
}

#HeaderLeft {
    float: left;
    position: relative;
}

.input-control .dropdown-form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    display: inline-block;
    padding: 2px 5px;
}

    .input-control .dropdown-form select {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        cursor: pointer;
        font-size: 110%;
        height: 26px;
        width: 100%;
    }

    .input-control .dropdown-form select {
        cursor: pointer;
        font-size: 115%;
    }

#HeaderRight {
    float: right;
    text-align: right;
    margin-top: 10px;
}

#HeaderLeft a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 180%;
    font-weight: bold;
    color: #ffcd00;
    position: relative;
    display: inline-block;
    width: 10%;
}

#HeaderLeft img {
    /*height: 77px;*/
    vertical-align: bottom;
}

#HeaderLeft p {
    color: white;
    float: right;
    font-size: 20px;
    margin-left: 37px;
    margin-top: 49px;
}

#HeaderLeft a span {
    position: absolute;
    top: 10px;
    left: 120px;
    display: block;
    min-width: 180px;
    white-space: nowrap;
}

#divLogin {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

    #divLogin ul {
        float: right;
    }

        #divLogin ul li {
            float: left;
        }

        #divLogin ul span {
            color: #ccc;
            font-size: 90%;
            margin: 0px 10px;
            float: left;
        }

        #divLogin ul li a {
            color: #ccc;
            font-size: 100%;
            text-decoration: none;
        }

            #divLogin ul li a:hover {
                text-decoration: underline;
            }

#divSearch {
    position: absolute;
    top: 15px;
    left: 222px;
    width: 60%;
    min-width: 200px;
    margin-top: -5px;
}

#SearchForm {
    background: #fafafa;
    border: solid 1px #ccc;
    padding: 5px 5px;
    max-width: 100%;
    min-width: 200px;
    margin-right: 2%;
    position: relative;
}

.select-box {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 30%;
}

    .select-box:before, .select-box:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 9px;
        left: 0px;
        width: 0;
        height: 0;
        border: 4px dashed;
        border-color: #666 transparent;
        pointer-events: none;
    }

    .select-box:before {
        border-bottom-style: solid;
        border-top: none;
    }

    .select-box:after {
        margin-top: 7px;
        border-top-style: solid;
        border-bottom: none;
    }

    .select-box select {
        position: relative;
        margin: 0;
        padding: 5px 0px 5px 10px;
        font-size: 110%;
        color: #666;
        background: none;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select-box select:focus {
            outline: none;
        }

        .select-box select > option {
            cursor: pointer;
        }

#divSearch .search-link {
    display: block;
    text-align: right;
    margin-right: 15px;
    color: #fff;
    margin-top: 5px;
}

    #divSearch .search-link:hover {
        text-decoration: underline;
    }

#SearchForm input {
    float: left;
    border: none;
    background: none;
}

.btn-search {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .btn-search .btnSearch {
        border: none;
        background: none;
        position: absolute;
        height: 25px;
        width: 40px;
        cursor: pointer;
    }

    .btn-search span {
        padding: 5px 8px;
        background: #60a917;
        color: #fff;
    }

#SearchForm .InputSearch {
    color: #666;
    font-size: 85%;
    width: 60%;
    height: 20px;
    margin-right: 3px;
    margin-left: 32%;
}

#SearchForm *:focus {
    outline: 0;
}
/* ------------------------- SubMenu Style --------------------------------------- */
.head-menu {
    display: inline-block;
    vertical-align: middle;
}

.submenu {
    position: absolute;
    right: -5px;
    top: 45px;
    z-index: 1000;
    background: #ffffff;
    min-width: 220px;
    width: auto;
    display: none;
}

.dropdown-menu {
    position: relative;
}

    .dropdown-menu .menu-icon {
        display: block;
        text-decoration: none;
        border: none;
    }

        .dropdown-menu .menu-icon .icon-drop-menu {
            font-size: 150%;
            color: #fff;
            border: none;
        }

.SSCToolBar {
}

    .SSCToolBar .InputToolBar {
        background: #fff;
        margin: 0;
        width: 320px;
        border: solid 1px #999;
        position: relative;
    }

        .SSCToolBar .InputToolBar .NarrowToolBar {
            position: absolute;
            top: -9px;
            right: 10px;
        }

.NarrowToolBar .FormArrow {
    position: relative;
    width: 18px;
    height: 8px;
}

.SSCNavBar .BarItem span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.FormArrow .NarrowBorder {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #999;
    position: absolute;
    top: 0;
    left: -1px;
}

.FormArrow .NarrowBG {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 1px;
    left: 0;
}

.SSCToolBar .InputToolBar .SSCModul {
    padding: 10px;
}

    .SSCToolBar .InputToolBar .SSCModul li {
        float: left;
        width: 25%;
    }

    .SSCToolBar .InputToolBar .SSCModul .ModulItem {
        display: block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
    }

        .SSCToolBar .InputToolBar .SSCModul .ModulItem span {
            font-size: 20px;
            padding: 10px;
            border-radius: 5px;
        }

        .SSCToolBar .InputToolBar .SSCModul .ModulItem p {
            font-size: 80% !important;
            font-family: WebFont !important;
            margin-top: 10px !important;
            display: block;
            height: 30px;
            color: #333;
        }

.SSCModul .list-item {
}

    .SSCModul .list-item li {
        float: inherit !important;
        width: inherit !important;
        display: block;
        margin: 5px;
        padding: 5px;
        border-bottom: dashed 1px #ccc;
    }

        .SSCModul .list-item li:last-child {
            border-bottom: none;
        }

        .SSCModul .list-item li a {
            text-decoration: none;
            color: #333;
        }

            .SSCModul .list-item li a span {
                padding: 8px;
                border-radius: 2px;
                color: #fff;
                margin-right: 5px;
            }

    .SSCModul .list-item .MenuItem {
        text-align: left;
    }

        .SSCModul .list-item .MenuItem h2 {
            font-size: 110%;
            font-weight: normal;
            color: #333;
        }

        .SSCModul .list-item .MenuItem:hover {
            background: #ececec;
        }
/*----------------------- Menu Style ------------------------------------------ */
#divHeadMenu {
    padding: 10px 5px;
    background: #ff6a00;
}

.control-head-menu {
    position: relative;
}

    .control-head-menu .control-left {
        float: left;
    }

    .control-head-menu .control-right {
        float: right;
        position: relative;
    }

.control-left .dropdown-menu {
    display: inline-block;
    vertical-align: middle;
    position: inherit !important;
}

.control-left .menu-head-list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.menu-head-list li, .menu-head-list span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.menu-head-list a {
    text-decoration: none;
    color: #fff;
    font-size: 120%;
}

    .menu-head-list a p {
        padding: 5px 10px;
        border-radius: 3px;
        background: #096;
        color: #fff;
    }

    .menu-head-list a:hover {
    }

        .menu-head-list a:hover p {
            box-shadow: 0px 2px 0px #fff;
        }

.menu-head-list span {
    margin: 0px 5px;
}

.head-menu-icon {
    text-decoration: none;
}

    .head-menu-icon .icon-drop-menu {
        font-size: 150%;
        color: #fff;
        border: none;
    }

.head-submenu {
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 1000;
    width: 300px;
}

.sub-list-menu {
    background: #fff;
    border: solid 1px #ccc;
    display: inline-block;
}

    .sub-list-menu li .group-item {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 120%;
        margin-left: 0px;
        background: #fff;
        border: solid 1px #ececec;
    }

    .sub-list-menu li {
        font-size: 120%;
        padding: 10px 15px;
        position: relative;
    }

        .sub-list-menu li > a {
            display: block;
            color: #333;
            padding: 5px 10px;
        }

        .sub-list-menu li:hover {
            background: #ccc;
        }

            .sub-list-menu li:hover .group-item {
                display: block;
            }

        .sub-list-menu li > a > span {
            margin-right: 5px;
            font-size: 120%;
        }

    .sub-list-menu .group-menu {
        display: block;
        vertical-align: top;
        font-size: 110%;
    }

.group-item h1 {
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: 90%;
}

    .group-item h1 a {
        color: #666;
    }

    .group-item h1:hover {
        background: #ececec;
    }

    .group-item h1:last-child {
        margin-bottom: 0px;
    }

    .group-item h1 span {
        padding: 5px;
        border-radius: 50%;
        font-size: 110%;
        border: solid 2px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: 10px;
    }

.group-item ul {
    margin-bottom: 15px;
}

.group-item li {
    list-style: square;
    margin: 10px 0px 10px 25px;
}

    .group-item li a {
        text-decoration: none;
        color: #666;
        display: block;
    }

        .group-item li a:hover {
            text-decoration: underline;
        }

    .group-item li h2:hover {
        background: #ececec;
        color: #fff;
    }

.control-right .sort-form {
    text-align: right;
    margin-top: 5px;
}

.sort-form h2 {
    display: inline-block;
    font-weight: normal;
    font-size: 120%;
    color: #fff;
    vertical-align: middle;
}

.sort-form .dropdown-menu {
    display: inline-block;
    vertical-align: middle;
}

.sort-form .config-menu-icon {
    text-decoration: none;
    margin-left: 10px;
}

.config-menu-icon .icon-drop-menu {
    font-size: 150%;
    color: #fff;
    border: none;
}

.config-submenu {
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    z-index: 1000;
}

    .config-submenu .config-item {
        padding: 10px;
    }

        .config-submenu .config-item ul {
            min-width: 200px;
        }

.config-item li {
    margin: 5px 0px;
    padding: 5px 0px;
    border-bottom: dashed 1px #ccc;
}

    .config-item li a {
        text-decoration: none;
        color: #666;
        padding: 0px 5px;
        font-size: 120%;
    }

    .config-item li:hover {
        background: #ececec;
    }

    .config-item li:last-child {
        border-bottom: none;
    }

/* --------------------------------- Main Body ---------------------------- */
.main-banner {
    padding-top: 20px;
}

.modul-list {
    text-align: right;
}

    .modul-list ul {
        display: inline-block;
    }

    .modul-list li {
        width: 31%;
        float: left;
        text-align: center;
        margin-left: 2%;
        margin-bottom: 2%;
    }

.modul-box {
    height: 145px;
}

    .modul-box a {
        display: block;
        color: #fff;
        padding: 0px 15px;
        text-transform: uppercase;
        padding-top: 30px;
    }

        .modul-box a:hover {
            text-decoration: none;
            color: #fff;
        }

    .modul-box span {
        display: block;
        font-size: 250%;
        margin-bottom: 15px;
    }

.main-list {
}

.head-title {
    font-family: HeadFont;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #666;
}

    .head-title a, .head-title span {
        color: #1ba1e2;
        padding-bottom: 5px;
        border-bottom: solid 2px #1ba1e2;
    }

.main-new-list {
}

    .main-new-list li {
        margin-bottom: 15px;
    }

        .main-new-list li h2 {
            font-size: 120%;
        }

        .main-new-list li span {
            color: #fff;
            padding: 5px;
            margin-right: 5px;
            font-size: 90%;
        }

        .main-new-list li a {
            color: #333;
        }

            .main-new-list li a:hover {
                text-decoration: underline;
            }

.div-blank {
    margin: 20px 0px;
    display: block;
    height: 1px;
}

.main-news-list {
}

    .main-news-list li {
        margin-bottom: 15px;
        list-style: square;
        margin-left: 20px;
    }

        .main-news-list li:first-child {
            list-style: none;
            margin-left: 0px;
        }

        .main-news-list li img {
            width: 20%;
            display: inline-block;
            margin-right: 4%;
        }

        .main-news-list li h2 {
            font-size: 120%;
            display: inline-block;
            vertical-align: top;
        }

        .main-news-list li:first-child h2 {
            display: inline-block;
            width: 75%;
        }

        .main-news-list li a {
            color: #333;
        }

            .main-news-list li a:hover {
                text-decoration: underline;
            }

.link-box {
}

    .link-box p {
        font-size: 120%;
        color: #333;
        text-align: justify;
    }

        .link-box p img {
            float: left;
            width: 30%;
            margin: 0px 10px 10px 0px;
        }

.main-adver {
}

#owl-example .item {
    margin: 3px;
}

    #owl-example .item img {
        display: block;
        width: 100%;
        height: 150px;
    }

.page-list {
    padding: 10px 0px;
}

    .page-list h1 {
        margin-bottom: 10px;
    }

    .page-list .div-blank {
        margin: 10px 0px;
    }

.sub-menu-list li {
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: dashed 1px #ccc;
    border-left: solid 2px #fff;
}

.search-detail {
    padding-bottom: 30px;
}

.list-book li {
    margin-bottom: 15px;
}

.sub-menu-list li a {
    font-size: 110%;
    color: #333;
    padding-left: 20px;
    display: block;
}

.sub-menu-list li:hover {
    background: #ececec;
    border-left: solid 2px #1ba1e2;
}

.search-tool {
    background: #fff;
    border: solid 1px #666;
    padding: 5px 10px;
    margin-bottom: 20px;
    position: relative;
}

    .search-tool *:focus {
        outline: none;
    }

    .search-tool .tb-search {
        font-size: 110%;
        width: 100%;
        border: none;
        background: none;
    }

    .search-tool .search-btn {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        background: none;
        cursor: pointer;
        border: none;
    }

    .search-tool span {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 120%;
    }

.item-list {
    padding-top: 10px;
}

    .item-list li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .item-list .item-second {
        margin-right: 0px;
    }

.item-box {
    border-bottom: solid 2px #096;
}

    .item-box h2 {
        font-family: BoldFont;
        font-size: 100%;
        height: 15px;
        padding: 17px 10px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

        .item-box h2 a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
            border: medium none !important;
            color: #fff;
            display: block;
            height: 20px;
            line-height: 1.5;
            overflow: hidden;
            transition: all 0.5s ease 0s;
            z-index: 10;
        }

            .item-box h2 a span {
                padding: 0 !important;
            }

    .item-box:hover h2 {
        background: #333 none repeat scroll 0 0;
    }

        .item-box:hover h2 a {
            background: #333 none repeat scroll 0 0 !important;
            display: block;
            height: auto !important;
            left: 0;
            overflow: inherit !important;
            padding: 17px 0;
            position: absolute;
            text-align: center;
            top: 0;
            transition: all 0.5s ease 0s;
            white-space: normal;
            width: 100%;
        }

.item-info .item-img {
    height: 180px;
    overflow: hidden;
}

    .item-info .item-img img {
        max-width: 100%;
        min-height: 100%;
    }

.item-info .item-intro {
    padding-top: 10px;
}

.item-intro p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

    .item-intro p:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .item-intro p span {
        margin-right: 5px;
        word-wrap: break-word;
    }

.item-box h3 {
    text-align: center;
    font-family: HeadFont;
    color: #096;
    font-size: 150%;
    padding: 15px 0px;
    border-top: solid 2px #096;
}

    .item-box h3 a {
        color: #096;
    }

.item-box .uncheck, .item-box .uncheck a {
    color: #666;
}

.item-box h3 a:hover {
    color: #F00;
}

.item-box h3 span {
    margin-right: 10px;
    vertical-align: middle;
}

.item-box .search-item {
    padding: 10px 20px;
    border-top: solid 2px #096;
}

    .item-box .search-item p {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        height: 75px;
        overflow: hidden;
    }

.more-detail {
    margin: 0px 20px;
    padding: 15px 0px;
    border-top: solid 1px #999;
    font-size: 90%;
}

    .more-detail .class {
        font-size: 90%;
        color: #F90;
    }

    .more-detail .view {
        text-align: right;
        color: #999;
    }

.popup-modul {
}

    .popup-modul h3 {
        background: #1ba1e2;
        padding: 5px;
        color: #fff;
        font-size: 180%;
        margin-bottom: 10px;
    }

    .popup-modul .modul-img img {
        width: 100%;
    }

    .popup-modul li {
        margin-bottom: 5px;
    }

        .popup-modul li span {
            font-family: BoldFont;
            margin-right: 5px;
        }

    .popup-modul .info-star {
        text-align: center;
    }

    .popup-modul .btn-read {
        display: block;
        margin-top: 5px;
        padding: 10px;
        background: #096;
        color: #fff;
        font-size: 110%;
        text-align: center;
        text-transform: uppercase;
    }

        .popup-modul .btn-read:hover {
            background: #333;
        }

    .popup-modul .div-blank {
        margin: 5px 0px;
    }

    .popup-modul p {
        margin-bottom: 5px;
    }

    .popup-modul span {
        font-family: BoldFont;
    }

    .popup-modul p a {
        color: #096;
    }

        .popup-modul p a:hover {
            text-decoration: underline;
        }

    .popup-modul .modul-text {
        margin-bottom: 5px;
    }

        .popup-modul .modul-text span {
            display: inline-block;
            width: 50px;
            text-align: center;
        }

    .popup-modul .list-search li {
        padding: 10px 0px;
        border-bottom: solid 1px #ccc;
        padding-left: 20px;
        border-left: solid 2px #fff;
    }

        .popup-modul .list-search li:hover {
            border-left: solid 2px #1ba1e2;
            background: #ececec;
        }
/* --------------------- Sort Page Style ------------------------------ */
.sort-page {
}

    .sort-page h1 {
        font-family: HeadFont;
        font-size: 250%;
        padding: 20px 0px 30px 0px;
        color: #1ba1e2;
    }

        .sort-page h1 span {
            margin-right: 5px;
        }

    .sort-page h2 {
        font-size: 130%;
        font-family: BoldFont;
        margin-bottom: 10px;
    }

.sort-list .sort-item {
    float: left;
    background: #1ba1e2;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    font-size: 120%;
    border-bottom: solid 5px #1ba1e2;
}

    .sort-list .sort-item a {
        display: block;
        color: #fff;
        text-align: center;
        height: 100%;
    }

    .sort-list .sort-item:hover {
        border-bottom: solid 5px #333;
    }

    .sort-list .sort-item span {
        display: block;
        font-size: 150%;
        padding-top: 20px;
    }

.sort-text {
    padding: 10px 0px;
}

    .sort-text li {
        float: left;
        margin-right: 10px;
        font-size: 120%;
    }

        .sort-text li a {
            color: #1ba1e2;
            font-family: BoldFont;
        }

            .sort-text li a:hover {
                text-decoration: underline;
            }

.sort-result {
    margin: 20px 0px;
}

    .sort-result h3 {
        font-size: 200%;
        font-family: HeadFont;
        margin-bottom: 20px;
    }

        .sort-result h3 span {
            margin-right: 5px;
        }

    .sort-result li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
        font-size: 120%;
    }

        .sort-result li:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: none;
        }

        .sort-result li a {
            color: #333;
            padding-left: 20px;
        }

            .sort-result li a span {
                margin-left: 5px;
                font-style: italic;
            }

            .sort-result li a:hover {
                color: #1ba1e2;
            }

/* --------------------- Search Page ------------------------- */
.seach-control {
}

    .seach-control .search-row {
        margin-bottom: 10px;
    }

.search-row .input-control {
    margin-right: 10px;
}

.input-control *:focus {
    outline: none;
}

.input-control .input-dropdownlist, .input-control .input-form {
    padding: 5px;
    border: solid 1px #999;
    background: #fff;
}

.input-dropdownlist select, .input-form .tb-text {
    width: 100%;
    border: none;
    background: none;
}

.input-dropdownlist select {
    cursor: pointer;
}

.search-row p {
    text-align: center;
    margin-top: 5px;
}

.seach-control h2 {
    background: #1ba1e2;
    padding: 10px;
    color: #fff;
    margin: 30px 0px 15px 0px;
}

.search-z39 {
    margin-bottom: 10px;
}

    .search-z39 .input-control, .search-z39 .button-control {
        margin-left: 10px;
    }

    .search-z39 a {
        color: #1ba1e2;
        padding: 0;
        margin: 0;
        border: none;
        margin-left: 10px;
        background: none;
    }

        .search-z39 a span {
        }

        .search-z39 a:hover {
            text-decoration: underline;
        }

.checkbox-box {
    padding: 10px;
    height: 220px;
    overflow: auto;
    border: solid 1px #ccc;
}

/* -------------------------------- News Page ----------------------------- */
.news-page {
}

    .news-page h1 {
        font-family: HeadFont;
        font-size: 250%;
        padding: 20px 0px 5px 0px;
        color: #1ba1e2;
    }

        .news-page h1 span {
            margin-right: 5px;
        }

.list-news {
}

    .list-news .list-item {
    }

.item-lesson {
    margin: 10px;
    cursor: pointer;
    background: #fff;
    border-bottom: solid 2px #096;
}

    .item-lesson h2 {
        font-size: 120%;
        color: #fff;
        font-family: BoldFont;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        height: 20px;
        padding: 20px 10px;
    }

        .item-lesson h2 span {
            display: block;
            height: 20px;
            overflow: hidden;
            white-space: nowrap;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 10;
        }

    .item-lesson:hover h2 {
        background: #333;
    }

        .item-lesson:hover h2 span {
            overflow: inherit !important;
            height: 26px !important;
            width: 100%;
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            white-space: normal;
            background: #333;
            text-align: center;
            padding: 20px 0px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            overflow: hidden !important;
        }

    .item-lesson ul {
        padding: 20px;
    }

        .item-lesson ul li {
            margin-left: 20px;
            list-style: square;
            font-size: 110%;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: dashed 1px #ccc;
        }

            .item-lesson ul li:last-child {
                margin-bottom: 0px;
                padding-bottom: 0px;
                border-bottom: none;
            }

    .item-lesson .img-box {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .item-lesson .img-box img {
            border: medium none;
            min-height: 240px;
            width: 100%;
            max-height: 240px;
        }

.news-image {
    font-size: 12pt;
    text-align: left;
}

.item-lesson .img-box span {
    color: #333;
    font-size: 250%;
    left: 50%;
    margin: -16px 0 0 -16px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
}

.item-lesson:hover .img-box span {
    color: #096;
}

.item-lesson p {
    text-align: center;
    font-size: 100%;
    padding: 15px 10px;
    color: #333;
    height: 80px;
    overflow: hidden;
    border-top: solid 2px #096;
}

.more-detail {
    text-align: right;
    color: #999;
}

    .more-detail span {
        margin-right: 5px;
    }

    .more-detail a {
        color: #f0a30a;
    }

        .more-detail a span {
            margin-left: 5px;
        }

        .more-detail a:hover {
            color: #333;
        }

.news-detail {
}

    .news-detail .news-title {
        font-family: HeadFont;
        color: #000;
        font-size: 200%;
        margin-bottom: 5px;
    }

    .news-detail .news-intro {
        font-family: BoldFont;
        margin-bottom: 20px;
        text-align: justify;
    }

    .news-detail .news-info p {
        margin-bottom: 10px;
        text-align: justify;
    }

    .news-detail .news-info img {
        margin: 5px 0px;
        width: 100%;
    }

    .news-detail .news-info h2 {
        font-family: HeadFont;
        font-size: 180%;
        margin: 10px 0px;
        color: #666;
    }

    .news-detail .news-info ul {
        margin: 10px 0px;
    }

        .news-detail .news-info ul li {
            margin-bottom: 10px;
            list-style: inherit;
            margin-left: 25px;
        }

            .news-detail .news-info ul li:last-child {
                margin-bottom: 0px;
            }

    .news-detail .news-info a {
        color: #1ba1e2;
    }

        .news-detail .news-info a:hover {
            text-decoration: underline;
        }

/* -------------------------------- Book Detail --------------------------- */
.search-item {
}

    .search-item p {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #ccc;
    }

.page-list .search-detail {
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    border: none;
    padding: 0px 10px;
}

.search-item p a {
    color: #1ba1e2;
    font-family: BoldFont;
    font-size: 110%;
    margin-right: 10px;
}

    .search-item p a:hover {
        text-decoration: underline;
    }

.search-item p .hightlight-text {
    padding: 1px 5px;
    color: #333;
    background: #FC0;
}

.hightlight-text {
    color: #333;
    background: #FC0;
}

.view-box {
    margin-bottom: 20px;
    padding: 10px 0px;
}

    .view-box .viewer-tool {
        height: 600px;
    }

.detail-head {
    margin-bottom: 20px;
}

    .detail-head .detail-img img {
        width: 100%;
    }

    .detail-head .detail-intro h2 {
        color: #1ba1e2;
        font-family: HeadFont;
        font-size: 200%;
        margin-bottom: 10px;
    }

    .detail-head .detail-intro p {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: dashed 1px #ccc;
        font-size: 120%;
        padding-left: 10px;
    }

        .detail-head .detail-intro p span {
            font-family: BoldFont;
            display: inline-block;
            width: 22%;
        }

        .detail-head .detail-intro p a {
            color: #f0a30a;
            margin-right: 5px;
        }

            .detail-head .detail-intro p a:hover {
                color: #333;
            }

.detail-comment {
}

    .detail-comment .comment-detail {
        padding: 30px;
        border: solid 1px #999;
        margin-bottom: 30px;
    }

.detail-rating {
    margin-bottom: 20px;
}

    .detail-rating p {
        display: inline-block;
        margin-right: 10px;
        font-size: 120%;
        color: #333;
    }

    .detail-rating .info-star {
        display: inline-block;
    }

.detail-control {
}

    .detail-control .input-control {
        padding: 5px;
        background: #fff;
        border: solid 1px #999;
        margin-bottom: 10px;
    }

        .detail-control .input-control .tb-area {
            height: 100px;
            width: 100%;
            background: none;
            border: none;
        }

.detail-feed {
    border: solid 1px #ececec;
}

    .detail-feed .row-second {
        background: #fafafa;
    }

    .detail-feed .feed-item {
        position: relative;
        padding: 30px 20px;
        border-bottom: solid 1px #ececec;
    }

        .detail-feed .feed-item:last-child {
            border-bottom: none;
        }

.feed-item .item-img {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .feed-item .item-img img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        box-shadow: 0px 1px 1px #666;
    }

    .feed-item .item-img span {
        display: inline-block;
        padding: 15px;
        border-radius: 50%;
        background: #ececec;
        font-size: 250%;
        text-align: center;
        color: #999;
    }

.feed-item .feed-info {
    margin-left: 80px;
}

    .feed-item .feed-info h2 {
        font-size: 120%;
        font-family: BoldFont;
        color: #333;
        margin: 5px 0px;
    }

        .feed-item .feed-info h2 span {
            margin-left: 20px;
            font-size: 80%;
            color: #666;
            font-family: WebFont;
        }

    .feed-item .feed-info .info-star {
        margin-bottom: 10px;
    }
/* --------------------------------- Footer style ------------------------- */
#divFooter {
    position: relative;
    padding: 20px 0px;
    max-width: 1230px;
    min-width: 320px;
    margin: 0 auto;
}

#CopyRight {
    width: 500px;
    height: 20px;
    color: #8dc63f;
    font-size: 95%;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#FooterLeft {
    float: left;
}

#FooterRight {
    float: right;
    position: relative;
}

#FooterLeft p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 100%;
}

    #FooterLeft p span {
        margin: 0px 10px;
    }

    #FooterLeft p a {
        text-decoration: none;
        color: #8dc63f;
    }

        #FooterLeft p a:hover {
            text-decoration: underline;
        }

#FooterRight ul {
    text-align: right;
}

    #FooterRight ul li {
        display: inline-block;
        margin-left: 15px;
    }

        #FooterRight ul li a {
            text-decoration: none;
            display: block;
            padding: 5px 10px;
            color: #fff;
            font-size: 110%;
        }

            #FooterRight ul li a:hover {
                text-decoration: underline;
            }

.treeview {
    margin: 0;
    padding: 0px 20px 15px;
    display: block;
    font-size: .85rem;
}

    .treeview ul {
        margin: 0;
        padding: 0px 0px;
        list-style: none;
        width: 100%;
        font-size: inherit;
    }

    .treeview li {
        font-size: inherit;
        padding: 3px 18px;
        cursor: pointer;
        position: relative;
        color: #555555;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .treeview li.active > .leaf {
            font-weight: bold;
        }

        .treeview li.disabled {
            cursor: default;
            color: #999999;
        }

            .treeview li.disabled:hover > .leaf {
                color: #999999;
            }

        .treeview li .input-control {
            margin: 0 .3125rem 0 0;
            height: 1rem;
            line-height: .625rem;
            min-height: 0;
        }

            .treeview li .input-control .check {
                line-height: 1rem;
            }

    .treeview ul > li > .leaf:hover {
        color: #1d1d1d;
    }

    .treeview .leaf {
        vertical-align: middle;
        display: inline-block;
        color: inherit;
    }

        .treeview .leaf .icon {
            width: 1rem;
            height: 1rem;
            text-align: center;
        }

    .treeview .node-toggle {
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
    }

        .treeview .node-toggle:before {
            position: absolute;
            display: block;
            left: 0;
            top: -3px;
            height: 0;
            content: '';
            width: 0;
            border-left: 7px solid transparent;
            border-top: 7px solid transparent;
            border-bottom: 7px #1ba1e2 solid;
        }

    .treeview li:hover > .node-toggle:before {
        border-bottom-color: #1b6eae;
    }

    .treeview .node.collapsed > .node-toggle:before {
        left: -4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom-color: #999999;
    }

    .treeview .node.collapsed:hover > .node-toggle:before {
        border-bottom-color: #1b6eae;
    }

    .treeview .node.collapsed > ul {
        display: none;
    }

#slider2_container {
}

    #slider2_container a {
        display: inline-block;
    }
p [data-hint] {
  border-bottom: 1px #373737 dotted;
  white-space: nowrap;
}
.hint {
  position: fixed;
  color: #1d1d1d;
  padding: 10px;
  font-size: 12px;
  width: auto;
  max-width: 220px;
  margin-top: 10px;
  z-index: 1030;
  display: none;
  border: 1px #eee solid;
}
.hint .hint-title,
.hint .hint-text {
  color: inherit;
  text-align: left;
}
.hint .hint-title {
  font-size: 1.2em;
  font-weight: bold;
}
.hint:before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: 10px;
  height: 10px;
  border: 1px #eee solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hint:before {
  z-index: 2;
}
.hint.bottom:before {
  top: 1px;
  left: 5px;
  margin: -7px 0;
  border-bottom: none;
  border-right: none;
}
.hint.top:before {
  top: 100%;
  margin-top: -5px;
  left: 5px;
  border-top: none;
  border-left: none;
}
.hint.left:before {
  top: 5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}
.hint.right:before {
  top: 5px;
  left: -9px;
  margin: 1px 0 0 3px;
  border-top: none;
  border-right: none;
}
.hint2 {
  position: fixed;
  color: #1d1d1d;
  padding: 10px;
  font-size: 12px;
  width: auto;
  max-width: 220px;
  margin-top: 10px;
  z-index: 1030;
  display: none;
  border: 1px #eee solid;
}
.hint2 .hint-title,
.hint2 .hint-text {
  color: inherit;
  text-align: left;
}
.hint2 .hint-title {
  font-size: 1.2em;
  font-weight: bold;
}
.hint2:before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: 10px;
  height: 10px;
  border: 1px #eee solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hint2:before {
  z-index: 2;
}
.hint2.bottom:before {
  top: 1px;
  left: 5px;
  margin: -7px 0;
  border-bottom: none;
  border-right: none;
}
.hint2.top:before {
  top: 100%;
  margin-top: -5px;
  left: 5px;
  border-top: none;
  border-left: none;
}
.hint2.left:before {
  top: 5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}
.hint2.right:before {
  top: 5px;
  left: -9px;
  margin: 1px 0 0 3px;
  border-top: none;
  border-right: none;
}
.hint2.no-border {
  border: none;
}
.hint2.no-border:before {
  border: none;
}
.hint2.no-border.right:before {
  left: -7px;
}
.hint2.bottom:before {
  top: 1px;
  left: 50%;
  margin: -7px 0 0 -5px;
  border-bottom: none;
  border-right: none;
}
.hint2.top:before {
  top: 100%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-left: none;
}
.hint2.left:before {
  top: 50%;
  margin-top: -5px;
  left: 100%;
  margin-left: -5px;
  border-bottom: none;
  border-left: none;
}
.hint2.right:before {
  top: 50%;
  margin: -5px 0 0 3px;
  left: -9px;
  border-top: none;
  border-right: none;
}
.hint.no-border,
.hint2.no-border {
  border: none;
}
.hint.no-border:before,
.hint2.no-border:before {
  border: none;
}
.hint.no-border.right:before,
.hint2.no-border.right:before {
  left: -7px;
}
.hint2.line {
  padding: 2px 4px;
  border: none;
  display: block;
  max-width: 100%;
  margin: -5px 0 4px 0;
}
.hint2.line:before {
  display: none;
}
.rating {
  cursor: pointer;
  display: inline-block;
}
.rating:before,
.rating:after {
  display: table;
  content: "";
}
.rating:after {
  clear: both;
}
.rating .star {
  cursor: pointer;
  display: block;
  float: left;
  color: #555555;
  font-size: 20px;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  line-height: 22px;
}
.rating .star:before,
.rating .star:after {
  position: absolute;
  content: '\2605';
  display: block;
  z-index: 2;
  top: 0 ;
  left: 0;
  vertical-align: middle;
}
.rating .star.on {
  color: gold;
}
.rating .star.on.half {
  color: #555555;
}
.rating .star.on.half:after {
  color: gold;
}
.rating .star.half:after {
  z-index: 3;
  width: 8px;
  overflow: hidden;
}
.rating.poor .star.on {
  color: #ce352c;
}
.rating.poor .star.on.half {
  color: #555555;
}
.rating.poor .star.on.half:after {
  color: #ce352c;
}
.rating.regular .star.on {
  color: gold;
}
.rating.regular .star.on.half {
  color: #555555;
}
.rating.regular .star.on.half:after {
  color: gold;
}
.rating.good .star.on {
  color: #60a917;
}
.rating.good .star.on.half {
  color: #555555;
}
.rating.good .star.on.half:after {
  color: #60a917;
}
.rating:not(.static) .star:hover {
  color: gold ;
}
.rating:not(.static) .star:hover.half,
.rating:not(.static) .star:hover.on.half {
  color: gold;
}
.rating:not(.static) .star:hover.half:after,
.rating:not(.static) .star:hover.on.half:after {
  color: gold;
}
.rating:not(.static):hover > .star,
.rating:not(.static):hover > .star:after {
  color: gold ;
}
.rating:not(.static):hover > .star.half,
.rating:not(.static):hover > .star:after.half,
.rating:not(.static):hover > .star.on.half,
.rating:not(.static):hover > .star:after.on.half {
  color: gold;
}
.rating:not(.static):hover > .star.half:after,
.rating:not(.static):hover > .star:after.half:after,
.rating:not(.static):hover > .star.on.half:after,
.rating:not(.static):hover > .star:after.on.half:after {
  color: gold;
}
.rating:not(.static) .star:hover ~ .star,
.rating:not(.static) .star:hover ~ .star:after {
  color: gray ;
}
.rating:not(.static) .star:hover ~ .star.half,
.rating:not(.static) .star:hover ~ .star:after.half,
.rating:not(.static) .star:hover ~ .star.on.half,
.rating:not(.static) .star:hover ~ .star:after.on.half {
  color: gray;
}
.rating:not(.static) .star:hover ~ .star.half:after,
.rating:not(.static) .star:hover ~ .star:after.half:after,
.rating:not(.static) .star:hover ~ .star.on.half:after,
.rating:not(.static) .star:hover ~ .star:after.on.half:after {
  color: gray;
}
.rating.small .star {
  width: 14px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
}
.rating.small .star.half:after {
  width: 6px;
}
.rating.large .star {
  width: 28px;
  height: 30px;
  font-size: 32px;
  line-height: 24px;
}
.rating.large .star.half:after {
  width: 13px;
}
.rating .score {
  display: block;
  font-size: .8rem;
}
.rating.small .score {
  font-size: .6rem;
}
.rating.large .score {
  font-size: 1rem;
}