/* Add here all your css styles (customizations) */

i.icons {
    font-weight: 700;
    font-size: 22px;
}

i.bg-u {
    background: #72c02c;
}

.bg-blue {
    background: #3498db !important;
}

.bg-red {
    background: #e74c3c !important;
}

.bg-sea {
    background: #1abc9c !important;
}

.bg-green {
    background: #2ecc71 !important;
}

.bg-yellow {
    background: #f1c40f !important;
}

.bg-orange {
    background: #e67e22 !important;
}

.bg-dark {
    background: #555 !important;
}

.bg-darker {
    background: #333 !important;
}

.bg-purple {
    background: #9b6bcc !important;
}

.bg-aqua {
    background: #27d7e7 !important;
}

.bg-brown {
    background: #9c8061 !important;
}

.bg-dark-blue {
    background: #4765a0 !important;
}

.bg-light-green {
    background: #79d5b3 !important;
}

.bg-light {
    background: #fff;
    border-color: transparent;
}

.bg-light-grey {
    background: #585f69;
    border-color: transparent;
}
.font-blue {
    color: #3498db !important;
}

.font-red {
    color: #e74c3c !important;
}

.font-sea {
    color: #1abc9c !important;
}

.font-green {
    color: #2ecc71 !important;
}

.font-yellow {
    color: #f1c40f !important;
}

.font-orange {
    color: #e67e22 !important;
}

.font-grey {
    color: #95a5a6 !important;
}

.font-dark {
    color: #555 !important;
}

.font-darker {
    color: #333 !important;
}

.font-purple {
    color: #9b6bcc !important;
}

.font-aqua {
    color: #27d7e7 !important;
}

.font-brown {
    color: #9c8061 !important;
}

.font-dark-blue {
    color: #4765a0 !important;
}

.font-light-green {
    color: #79d5b3 !important;
}

.font-light {
    color: #fff !important;
}

.font-light-grey {
    color: #585f69 !important;
}
.font-white{
    color: #fff !important;
}
.header-logo {
    max-width: 200px;
    max-height: 50px;
}

.content-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cst-topbar-user-photo {
    margin: -4px 8px 0 0;
    border-radius: 100%;
    border: 1px solid #ddd;
    width: 26px;
    height: 26px;
}

.cst-ellipsis-1 {
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cst--ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tooltip-inner {
    background-color: #e0f1e9;
    color: #1d9d74;
}

.bg-grey-c {
    background: #ccc;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e0f1e9;
}

.small-logo {
    max-width: 100px;
}

.course-title {
    border-bottom: 1px dotted #e4e9f0;
}

.video-top {
    width: 100%;
    height: 10px;
    display: block;
}

.video-bg {
    background-color: #161616;
}

.tqvod {
    width: 100%;
    height: auto;
}

.dl-horizontal {
    margin-left: 10px;
}

.dl-horizontal dt {
    float: left;
    width: 40px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
}

.dl-horizontal dd {
    margin-left: 50px;
    margin-bottom: 10px;
}

.filter span {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.filter-label {
    margin: 5px;
    min-width: 60px;
    color: #687074;
    background-color: #f7f7f7;
}

.filter-active {
    color: #fff;
    background-color: #27d7e7;
}

.filter-active-red {
    color: #fff;
    background-color: #c9253c;
}

.books-thumb-border {
    padding: 2px;
    border: solid 1px #eee;
}

.cursor-pointer {
    cursor: pointer;
}

td {
    vertical-align: middle !important;
}

.font-color-grey {
    color: #ccc;
}
.color-grey7 {
    color: #777;
}
.color-grey9 {
    color: #999;
}
.color-red{
	color : #f00;
}
.color-green {
    color: #72c02c;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-l-60 {
    margin-left: 60px;
}
.margin-l-80 {
    margin-left: 80px;
}

.margin-r-1 {
    margin-right: 1px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.padding-lr-0{
    padding-left: 1px;
    padding-right: 0px;
}

.padding-t-5{
    padding-top: 5px;
}

.padding-t-10{
    padding-top: 10px;
}

.padding-t-15{
    padding-top: 15px;
}

.padding-t-20{
    padding-top: 20px;
}

.breadcrumb {
    margin-bottom: 10px !important;
}

.height-50 {
    height: 50px !important;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-70 {
    width: 70px;
}

.width-80 {
    width: 80px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.section-page {
    float: left;
    color: #fff;
    padding: 5px 2px;
    min-width: 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background: #27d7e7;
    margin: 4px 5px 0 0;
}

.section-page small {
    font-size: 16px;
}

.question-tab {
    margin: 5px 5px 0 5px;
}

.thumbnail-img {
    position: relative;
}

.thumbnail-img .thumbnail-img-badge-tl {
    top: -5px;
    left: -5px;
    z-index: 1;
    color: #fff;
    background: #e67e22;
    padding: 1px 6px;
    position: absolute;
}

.thumbnail-img .thumbnail-img-badge-rb {
    right: -10px;
    bottom: 10px;
    z-index: 1;
    color: #fff;
    background: #95a5a6;
    padding: 1px 6px;
    position: absolute;
}

.thumbnail-img .thumbnail-img-badge-rb2 {
    right: -10px;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    background: #95a5a6;
    padding: 1px 6px;
    position: absolute;
}

.thumbnail-shadow {
    padding: 7px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail-style a.btn-more {
    background: #95a5a6;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #95a5a6;
}

.thumbnail-style a.btn-more2 {
    left: -5px;
    top: -5px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #e67e22;
    display: inline-block;
}

.thumbnail-style a.btn-more2:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #e67e22;
}

.font-size-12 {
    font-size: 12px !important;
}
.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.right {
    text-align: right !important;
}

.table-thead {
    color: #444;
    background-color: #f7f7f7 !important;
}

.sky-form {
    box-shadow: none;
    border: 0px solid #fff;
}

.border {
    border: 1px solid #eee !important;
}

.pagination-no-space {
    margin: 0 !important;
}

.zncp_st img {
    display: inline-block;
    vertical-align: middle;
    border: medium none;
    padding-left: 20px;
}

.zncp_st .jtfx {
    background-color: #f7f7f7 !important;
    margin-bottom: 10px;
    padding: 5px;
}

.zncp_st dl {
    border-bottom: solid 1px #eee;
}

.zncp_st dl dd {
    padding-left: 20px;
    line-height: 36px;
}

.zncp_st .addToBook {
    cursor: pointer;
    padding-left: 10px;
    font-size: 14px;
}

.sky-form .zncp_st .checkbox {
    font-size: 14px;
    color: #666;
}

.sky-form section {
    margin-bottom: 10px;
}

.sky-form fieldset {
    padding: 15px;
}

.sky-form .radio i,
.sky-form .checkbox i {
    left: 5px;
}

.sky-form .checkbox input + i::after {
    color: #72c02c;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
    margin-right: 5px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
    margin-right: 30px;
}

.table-bordered-red {
    border: 1px solid #c9253c;
}

.table-bordered-red td,
.table-bordered-red th {
    border: 1px solid #c9253c !important;
}

.table-bordered-red th {
    background: #b61332;
    color:#fff;
    text-align: center;
}

.table-border-bottom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table-border-bottom>tbody>tr>td,
.table-border-bottom>tbody>tr>th,
.table-border-bottom>tfoot>tr>td,
.table-border-bottom>tfoot>tr>th,
.table-border-bottom>thead>tr>td,
.table-border-bottom>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.table-border-bottom>tbody:first-child>tr:first-child>td,
.table-border-bottom>tbody:first-child>tr:first-child>th,
.table-border-bottom>thead:first-child>tr:first-child>td,
.table-border-bottom>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
}

.table-no-border {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px
}

.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.search-bg {
    background: #eee;
}

.engword {
    min-height: 200px;
}

.engword-typed {
    white-space: pre-wrap;
    font-size: 5rem;
    color: #3c763d;
}

.languages>li {
    padding: 3px 0;
    line-height: 1.42857143;
    border-bottom: 1px solid #ddd;
}

.exam-inf {
    height: 60px;
}

.exam-submit {
    z-index: 199;
    position: fixed;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
/* index
------------------------------------*/
.headline-center h3 {
    color: #b61332;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}

.content-link {
    position: relative;
}

.content-link .content-link-badge-rb {
    right: 5px;
    bottom: 0px;
    z-index: 10;
    font-size: 20px;
    padding: 1px 6px;
    position: absolute;
}
.font-big-red {
    color: #b61332;
    font-size: 24px;
    font-style:normal;
    padding-left: 5px;
    padding-right: 5px;
}

/* SHOP Breadcrumbs v5
------------------------------------*/
.breadcrumb .free-red-bg{
    color: #fff;
    background: #c9253c;
    padding: 2px 5px;
}

.breadcrumb-v5 {
    padding: 20px 0;
    list-style: none;
}

.breadcrumb-v5 > li {
    color: #999;
    font-size: 18px;
    display: inline-block;
}

.breadcrumb-v5 > li + li:before {
    color: #ccc;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}

.breadcrumb-v5 li h1 {
    margin: 0;
}

.breadcrumb-v5 li a {
    color: #999;
}

.breadcrumb-v5 li i {
    margin: 0 auto;
    font-size: 18px;
}

.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover {
    color: #c9253c;
    text-decoration: none;
}


/*Shop product
------------------------------------*/
.headline-red{
    border-bottom: 2px solid #c9253c  !important;
}
.shop-product {
    background: #f8f8f8;
    padding: 10px 0 30px;
    border-bottom: 1px solid #dedede;
}

.shop-product .shop-product-heading {
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
    color: #687074;
    font-size: 20px;
}

.shop-servicecenter {
    font-size: 16px;
    color: #c9253c;
    text-align: center;
    margin-bottom: 10px;
}

.shop-red {
    color: #c9253c;
}

.shop-price {
    font-size: 30px;
    color: #c9253c;
}

.shop-bg-red {
    background: #c9253c;
}

.shop-bg-green {
    background: #18ba9b;
}

.shop-product .label-title {
    color: #666;
    font-size: 12px;
    padding: 3px 0;
    margin-left: 30px;
    position: relative;
}

.shop-product .label-content {
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    margin-left: 5px;
    position: relative;
}

.shop-marks {
    padding: 5px;
    border: 1px dotted #eee;
}

.shop-marks p {
    color: #999;
}


/*Button red Shop*/

.btn-u.btn-u-red-shop {
    background: #c9253c;
}

.btn-u.btn-u-red-shop:hover,
.btn-u.btn-u-red-shop:focus,
.btn-u.btn-u-red-shop:active,
.btn-u.btn-u-red-shop.active,
.open .dropdown-toggle.btn-u.btn-u-red-shop {
    background: #b61332;
}

.shop-course-red {
    color: #c9253c;
}

/*头部购买*/
.header .nav > li > .search {
    color: #c9253c;
    border-bottom: solid 2px #c9253c;
    padding-left: 10px;
    padding-right: 10px;
}

.pointer{
    cursor: pointer;
}