@charset "utf-8";
a {
    color: #555;
    text-decoration: none !important;
    outline: none;
    -moz-outline: none
}

a:active, a:focus {
    outline: none
}

a img {
    border: none;
    outline: none
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb5 {
    margin-bottom: 5px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.ml10 {
    margin-left: 10px !important
}

.dlb {
    display: block
}

.dib {
    display: inline-block
}

.fll {
    float: left
}

.flr {
    float: right
}

.clr {
    clear: both
}

label {
    font-weight: 500
}

.smalltext {
    font-size: 12px
}

.btn-classbook, .btn-classbook2 {
    border: none !important;
    border-bottom: 2px solid #b7110d6e !important;
    background: #b3100f !important;
    color: #fff !important
}

.btn-classbook2 {
    background: #2ab3c4 !important;
    border-bottom: 2px solid #1f9dad !important
}

.sprites, .cart-icon, .blw-cart-icon, .cart-icon-white {
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block
}

.cart-icon-white {
    width: 32px;
    height: 32px;
    background-position: 0 -32px;
    vertical-align: middle
}

.effect, .booklist .blw-btn {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

#navbar .navbar-right .nav-login {
    position: relative;
    display: inline-block
}

#navbar .navbar-right .nav-login .nav-login-text {
    padding: 5px 15px;
    cursor: pointer;
    display: inline-block;
    color: #777;
    position: relative;
    z-index: 11
}

#navbar .navbar-right .nav-login:hover .nav-login-text, #navbar .navbar-right .nav-login .nav-login-text.active {
    background: #fff
}

#navbar .navbar-right .nav-login:hover .nav-login-pop {
    display: inline-block
}

#navbar .navbar-right .nav-login .nav-login-pop {
    display: none;
    width: 330px;
    padding: 0 30px;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 30px;
    right: 0;
    min-height: 100px;
    box-shadow: 0 0 5px rgb(0 0 0 / .1)
}

#navbar .navbar-right .nav-login .nav-login-pop .title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0 5px;
    color: #b3100f
}

#navbar .navbar-right .nav-login .nav-login-pop .form-control {
    font-size: 12px;
    background: #fcfcfc;
    border-radius: 3px;
    padding-left: 32px;
    border-color: #dbdbdb
}

#navbar .navbar-right .nav-login .nav-login-pop .form-control:focus {
    border: 1px solid #b3100f;
    background: #fff;
    box-shadow: none
}

#navbar .navbar-right .nav-login .nav-login-pop .input-group {
    width: 100%
}

#navbar .navbar-right .nav-login .nav-login-pop .input-group-addon {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 30px;
    height: 34px;
    padding: 6px 12px;
    line-height: 21px
}

#navbar .navbar-right .nav-login .nav-login-pop .login-via {
    text-align: right;
    display: block;
    margin: 10px 0 20px;
    height: 16px;
    line-height: 16px
}

#navbar .navbar-right .nav-login .nav-login-pop .nav-login-bottom {
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #eaeaea;
    margin-top: 160px;
    margin-left: -30px;
    margin-right: -30px
}

#navbar .navbar-right .nav-login .btn-success {
    background: #b3100f !important;
    color: #fff !important;
    border: none !important;
    padding: 9px 12px;
    margin-top: 15px
}

#navbar .navbar-right .nav-register {
    margin-left: 15px
}

.login-via .fa {
    color: #fff;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px
}

.login-via .fa-facebook {
    background: #197dd1
}

.login-via .fa-twitter {
    background: #0ebdd7
}

.login-via .fa-google-plus {
    background: #d13434
}

.nav-user {
    position: relative
}

.nav-user:hover {
    color: #b3100f
}

.navbar-right.nav-logged {
    margin-right: 0
}

.nav-user .nu-text {
    padding: 0 15px;
    cursor: pointer;
    position: relative
}

.nav-user .nu-content {
    background: #fff;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    min-width: 180px;
    border: 1px solid #ddd;
    display: inline-block;
    z-index: 10;
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    display: none;
    padding: 12px 15px
}

.nav-user .nu-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-user .nu-content ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.2em
}

.nav-user .nu-content ul li:last-of-type {
    margin-bottom: 0
}

.nav-user .nu-content ul li a {
    line-height: 1.2em
}

.nav-user:hover .nu-content {
    display: inline-block
}

#search .search-container {
    position: relative
}

#search .search-container .search-input {
    background: #fff;
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    width: 100%;
    padding: 0 80px 0 20px;
    border: none;
    font-family: Arial, Helvetica, sans-serif
}

#search .search-container .search-input:active, #search .search-container .search-input:focus {
    outline: 0px !important;
    -webkit-appearance: none
}

#search .search-container .search-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 4px;
    text-align: center;
    position: absolute;
    font-size: 22px;
    top: 0;
    color: #db0806;
    right: 5px;
    display: inline-block;
    background: none;
    border: none
}

#search .search-suggest {
    position: absolute;
    top: 41px;
    left: 10px;
    right: 10px;
    z-index: 9;
    max-width: 500px
}

#search .search-suggest .ss-content {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d8d8d8;
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / .1)
}

#search .search-suggest .ss-content .ssc-line {
    width: 100%;
    padding: 15px 20px;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6
}

#search .search-suggest .ss-content .ssc-line:hover {
    background: #f9f9f9
}

#search .search-suggest .ss-content .ssc-line:last-of-type {
    border-bottom: none
}

#search .search-suggest .ss-content .ssc-line .ssc-thumb {
    width: 46px;
    margin-right: 15px;
    float: left
}

#search .search-suggest .ss-content .ssc-line .ssc-thumb img {
    width: 100%;
    height: auto
}

#search .search-suggest .ss-content .ssc-line .ssc-info {
    overflow: hidden
}

#search .search-suggest .ss-content .ssc-line .ssc-info h2 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500
}

#search .search-suggest .ss-content .ssc-line .ssc-info h3 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 2px;
    font-weight: 400
}

#search .search-suggest .ss-content .ssc-line .ssc-genre a {
    color: #a5a5a5
}

#search .search-suggest .ss-content .ssc-line .more {
    color: #b3100f;
    font-size: 12px
}

#search .search-suggest .ss-content .ssc-line .pull-right i.fa {
    font-size: 14px;
    vertical-align: text-bottom
}

#header-app {
    position: relative;
    padding-left: 40px
}

#header-app a.app-link {
    line-height: 1.2
}

#header-app img {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px
}

#nap-tien {
    padding-left: 5px
}

#nap-tien i {
    font-size: 10px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    border: 2px solid #fff
}

#gift-card {
    position: absolute;
    top: 67px;
    left: 960px;
    font-weight: 700
}

#gift-card i {
    font-size: 20px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: middle;
    text-align: center;
    line-height: 14px
}

#cart .cart-icon {
    background-position: 0 0;
    width: 32px;
    height: 32px;
    position: relative
}

#cart .cart-icon .cart-badge {
    position: absolute;
    left: 20px;
    top: -5px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    min-width: 22px;
    padding: 0 7px;
    border-radius: 11px;
    display: inline-block;
    background: #b3100f;
    color: #fff
}

#cart .cart-icon .cart-badge-libol {
    position: absolute;
    left: 20px;
    top: -5px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    min-width: 22px;
    padding: 0 7px;
    border-radius: 11px;
    display: inline-block;
    background: #b3100f;
    color: #fff
}

#cart .cart-icon.active {
    background-position: -50px -30px
}

#cart .cart-icon.active .cart-badge {
    top: -10px;
    left: 24px
}

#cart .cart-icon.active .cart-badge-libol {
    top: -10px;
    left: 24px
}

#menu-dropdown {
    position: relative;
    z-index: 4
}

#menu-dropdown:hover #md-list, #menu-dropdown:active #md-list-topic {
    display: inline-block
}

#menu-dropdown .md-link {
    background: #455d8f;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

#menu-dropdown #md-list {
    width: 100%;
    padding: 5px 0 0;
    background: #fff
}

#menu-dropdown #md-list .mdl-ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#menu-dropdown #md-list .mdl-ul li {
    padding: 0 15px
}

#menu-dropdown #md-list .mdl-ul li a {
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #eee
}

#menu-dropdown #md-list .mdl-ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    float: right
}

#menu-dropdown #md-list .mdl-ul li:hover a {
    color: #b3100f
}

#menu-dropdown #md-list .mdl-ul li:hover a:after {
    color: #b3100f
}

#menu-dropdown #md-list.mdl-home {
    height: 360px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    background: #fff
}

#menu-dropdown #md-list.mdl-home .mdl-ul {
    height: 324px;
    overflow: hidden
}

#menu-dropdown #md-list.mdl-home .mdl-expand {
    height: 30px;
    line-height: 30px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #b3100f;
    text-align: center;
    font-size: 13px;
    cursor: pointer
}

#menu-dropdown #md-list.mdl-home.active {
    height: auto;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 3px rgb(0 0 0 / .1);
    border-top: none
}

#menu-dropdown #md-list.mdl-home.active .mdl-ul {
    height: auto
}

#menu-dropdown #md-list.mdl-home.active .mdl-expand {
    border-bottom: none
}

#menu-dropdown #md-list.mdl-home.active .mdl-expand span {
    font-size: 0
}

#menu-dropdown #md-list.mdl-home.active .mdl-expand span:before {
    content: "Thu gọn";
    font-size: 13px
}

#menu-dropdown #md-list.mdl-home.active .mdl-expand i.fa:before {
    content: "\f106"
}

#menu-dropdown #md-list.mdl-page {
    border: 1px solid #d8d8d8;
    border-top: none;
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

#menu-dropdown #md-list.mdl-page .mdl-ul li:last-of-type a {
    border-bottom: none
}

#menu-dropdown #md-list.mdl-page .mdl-ul li ul.sub-menu {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-left: none;
    top: 1px;
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu {
    display: none;
    list-style: none;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 10px 0;
    background: #f9f9f9;
    width: 400px;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / .1) inset
}

#menu-dropdown #md-list.active .mdl-ul li ul.sub-menu {
    box-shadow: none;
    border-right: 1px solid rgb(0 0 0 / .1);
    border-bottom: 1px solid rgb(0 0 0 / .1);
    border-top: 1px solid rgb(0 0 0 / .1)
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li {
    width: 50%;
    padding: 0 15px;
    float: left;
    border-bottom: none;
    display: block
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li.title {
    font-size: 16px;
    font-weight: 300;
    width: 96%;
    line-height: 36px
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li a:after {
    display: none
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li a:before {
    content: "\f02d";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    color: #b3100f
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li a {
    color: #333
}

#menu-dropdown #md-list .mdl-ul li ul.sub-menu li a:hover {
    color: #b3100f
}

#menu-dropdown #md-list-topic {
    width: 100%;
    padding: 5px 0 0;
    background: #fff;
    display: none
}

#menu-dropdown #md-list-topic .mdl-ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#menu-dropdown #md-list-topic .mdl-ul li {
    padding: 0 15px
}

#menu-dropdown #md-list-topic .mdl-ul li a {
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #eee
}

#menu-dropdown #md-list-topic .mdl-ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    float: right
}

#menu-dropdown #md-list-topic .mdl-ul li:hover a {
    color: #b3100f
}

#menu-dropdown #md-list-topic .mdl-ul li:hover a:after {
    color: #b3100f
}

#menu-dropdown #md-list-topic.mdl-home {
    height: auto;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    position: static;
    background: #fff
}

#menu-dropdown #md-list-topic.mdl-home .mdl-ul {
    height: 324px;
    overflow: hidden
}

#menu-dropdown #md-list-topic.mdl-home .mdl-expand-topic {
    height: 30px;
    line-height: 30px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #b3100f;
    text-align: center;
    font-size: 13px;
    cursor: pointer
}

#menu-dropdown #md-list-topic.mdl-home.active {
    height: auto;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 3px rgb(0 0 0 / .1);
    border-top: none
}

#menu-dropdown #md-list-topic.mdl-home.active .mdl-ul {
    height: auto
}

#menu-dropdown #md-list-topic.mdl-home.active .mdl-expand-topic {
    border-bottom: none
}

#menu-dropdown #md-list-topic.mdl-home.active .mdl-expand-topic span {
    font-size: 0
}

#menu-dropdown #md-list-topic.mdl-home.active .mdl-expand-topic span:before {
    content: "Thu gọn";
    font-size: 13px
}

#menu-dropdown #md-list-topic.mdl-home.active .mdl-expand-topic i.fa:before {
    content: "\f106"
}

#menu-dropdown #md-list-topic.mdl-page {
    border: 1px solid #d8d8d8;
    border-top: none;
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

#menu-dropdown #md-list-topic.mdl-page .mdl-ul li:last-of-type a {
    border-bottom: none
}

#menu-dropdown #md-list-topic.mdl-page .mdl-ul li ul.sub-menu {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-left: none;
    top: 1px;
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu {
    display: none;
    list-style: none;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 10px 0;
    background: #f9f9f9;
    width: 400px;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / .1) inset
}

#menu-dropdown #md-list-topic.active .mdl-ul li ul.sub-menu {
    box-shadow: none;
    border-right: 1px solid rgb(0 0 0 / .1);
    border-bottom: 1px solid rgb(0 0 0 / .1);
    border-top: 1px solid rgb(0 0 0 / .1)
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li {
    width: 50%;
    padding: 0 15px;
    float: left;
    border-bottom: none;
    display: block
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li.title {
    font-size: 16px;
    font-weight: 300;
    width: 96%;
    line-height: 36px
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li a:after {
    display: none
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li a:before {
    content: "\f02d";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    color: #b3100f
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li a {
    color: #333
}

#menu-dropdown #md-list-topic .mdl-ul li ul.sub-menu li a:hover {
    color: #b3100f
}

#menu .menu-right {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 13px
}

#menu .menu-right-ul {
    list-style: none;
    padding: 0
}

#menu .menu-right-ul li {
    float: left;
    margin-right: 40px
}

#slide-right {
    float: left;
    width: 320px
}

#slide-right .sr-qc320 {
    float: left
}

#slide-right .sr-news {
    list-style: none;
    float: left;
    background: #2cb6c7;
    padding: 15px;
    font-size: 13px;
    height: 170px;
    width: 100%;
    display: inline-block
}

#slide-right .sr-news li:before {
    content: "•";
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1em
}

#slide-right .sr-news li a {
    color: #fff
}

#slide-right .sr-news li.srn-big {
    margin-bottom: 5px;
    margin-top: -3px
}

#slide-right .sr-news li.srn-big:before {
    display: none
}

#slide-right .sr-news li.srn-big a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px !important
}

.swiper-pagination-bullet-active {
    background: #b3100f
}

#main {
    padding-bottom: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

#main.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 3;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / .2)
}

.pages li:hover {
    background: #aaa
}

.pages li.active {
    background: #666
}

h1.title {
    font-size: 22px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

h1.title span {
    display: inline-block;
    position: relative
}

h1.title span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b3100f;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0
}

h1.title a.title-more {
    font-size: 14px
}

.booklist {
    position: relative
}

.booklist-wrap {
    overflow: hidden;
    position: relative;
    margin: 0 12px
}

.applist .booklist-wrap {
    margin: 0
}

.booklist-cat .booklist-wrap {
    margin: 0;
    padding-bottom: 15px
}

.booklist-wrap ul {
    list-style: none;
    margin: 0;
    justify-content: left;
    padding: 0;
    height: 100%
}

.booklist-cat .booklist-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.booklist-wrap ul li {
    width: 166px;
    margin: 5px 5px 10px;
    float: left;
    height: 100%;
    padding: 0;
    padding-top: 12px;
    text-align: center
}

.booklist-wrap .blw-thumb {
    margin-bottom: 5px;
    width: 100%;
    height: 230px;
    position: relative;
    display: inline-block
}

.booklist-wrap .blw-thumb .thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    border: 2px solid #fff;
    width: 100%;
    height: 100%
}

.booklist-wrap .blw-thumb img {
    width: auto;
    height: 100%;
    max-width: 100%
}

.promotion, .multimedia {
    height: 30px;
    min-width: 36px;
    padding: 0 3px;
    border: 2px solid #fff;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #b3100f
}

.multimedia {
    background: #b3100f;
    top: auto;
    bottom: -2px;
    font-weight: 400
}

.booklist-wrap .blw-title {
    font-size: 14px !important;
    margin: 0 0 5px;
    line-height: 1.3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.booklist-wrap .blw-writer {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #a6a6a6;
    margin: 0 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2px
}

.booklist-wrap .blw-version {
    margin-bottom: 0;
    text-align: left
}

.booklist-wrap .old-price {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 5px
}

.booklist-wrap .old-price-no-line-through {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 5px
}

.booklist-wrap .blw-cart {
    font-weight: 700;
    color: #b3100f;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding: 3px 15px 3px 35px;
    border-radius: 3px
}

.booklist-wrap .blw-cart-icon {
    background-position: -32px 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 7px
}

.booklist-wrap ul li .blw-cart:hover {
    background: #b3100f;
    color: #fff
}

.booklist-wrap ul li .blw-cart:hover .blw-cart-icon {
    background-position: -64px 0
}

.booklist .blw-btn {
    font-size: 30px;
    width: 30px;
    height: 50px;
    background: rgb(255 255 255);
    border: none;
    position: absolute;
    top: 105px;
    left: -10px;
    z-index: 3;
    outline: none
}

.booklist .blw-btn.disabled {
    display: none !important
}

.booklist .blw-btn:hover {
    width: 60px;
    color: #fff;
    background: #b3100f
}

.booklist .blw-btn.blw-next {
    right: -10px;
    left: auto
}

.applist ul {
    margin: 0
}

.applist ul li {
    width: 129px;
    margin: 5px 7px 10px
}

.applist ul li:last-of-type {
    margin-right: 10px
}

.applist .blw-thumb {
    width: 90px;
    height: 90px
}

.applist .blw-thumb .thumb {
    border-radius: 10px;
    overflow: hidden
}

.applist .blw-thumb .thumb img {
    width: 100%;
    height: 100%
}

.applist .blw-btn {
    top: 35px;
    height: 45px;
    padding-bottom: 5px
}

.applist .booklist-wrap .blw-title {
    height: auto
}

#bot-info .bi-block .bi-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

#bot-info .bi-block .bi-desc {
    margin-bottom: 20px;
    font-size: 13px
}

#bot-info .h4-title-box {
    margin-bottom: 0
}

#bot-info .bi-newsletter, #bot-info .bi-support, #bot-info .bi-app {
    padding-top: 15px;
    padding-bottom: 15px
}

#bot-info .bi-support, #bot-info .bi-app {
    border-left: 2px solid #e5e5e5
}

#bot-info .bi-newsletter .bin-form {
    margin-right: 20px;
    position: relative
}

#bot-info .bi-newsletter .bin-form .form-control {
    height: 38px;
    width: 100%;
    padding-right: 40px
}

#bot-info .bi-newsletter .bin-form .bin-submit {
    position: absolute;
    width: 40px;
    text-align: center;
    height: 38px;
    top: 0;
    right: 0;
    line-height: 38px;
    color: #b3100f
}

#bot-info .bi-app .bia-list {
    display: block;
    clear: both
}

#bot-info .bi-app .bia-list .bia-item {
    height: 44px;
    padding: 6px 15px 7px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .04);
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    color: #999
}

#bot-info .bi-app .bia-list .bia-item:hover {
    color: #666
}

#bot-info .bi-app .bia-list .bia-item i.fa {
    font-size: 26px;
    position: absolute;
    top: 7px;
    left: 10px
}

#bot-info .bi-app .bia-list .bia-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700
}

.bi-app .bi-desc {
    position: relative;
    padding-left: 45px
}

.bi-app .bi-desc .bi-app-img {
    position: absolute;
    top: 0;
    left: 0
}

#breadcrumb .breadcrumb {
    background: none;
    font-size: 13px;
    padding: 15px 0;
    margin: 0
}

#breadcrumb > .breadcrumb > li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #aaa
}

#detail .detail-thumb img {
    border: 1px solid #d8d8d8;
    max-width: 300px;
    width: 100%
}

#detail .detail-thumb .multimedia {
    bottom: auto;
    top: -2px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 12px
}

#detail .detail-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px
}

#detail .detail-writer {
    display: block;
    margin-bottom: 5px
}

#detail .detail-writer a {
    color: #b3100f
}

#detail .detail-action {
    padding-bottom: 20px;
    display: block;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px
}

#detail .detail-action .da-price {
    float: left;
    font-weight: 700;
    font-size: 40px;
    color: #d90d04;
    line-height: 54px;
    margin-right: 30px;
    display: inline-block
}

#detail .detail-action .da-oldprice {
    float: left;
    line-height: 14px;
    font-size: 12px;
    color: #aaa;
    padding-top: 12px;
    margin-right: 30px
}

#detail .detail-action .da-oldprice span {
    display: block;
    text-decoration: line-through;
    font-size: 14px
}

#detail .detail-action .da-btn .btn-order {
    vertical-align: top;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    height: 49px;
    padding: 4px 40px;
    margin-right: 5px;
    background-color: #db0806
}

#detail .detail-action .da-btn .btn-order:hover {
    background: #c30a08
}

#detail .detail-action .da-btn .btn-order i.icon-vertical {
    position: absolute;
    top: 38%;
    left: 20px
}

#detail .detail-action .da-tips {
    float: left
}

#detail .detail-action .da-tips span {
    display: block;
    margin: 5px 0;
    font-size: 12px
}

#detail .detail-action .da-tips span a i {
    font-size: 10px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #888;
    line-height: 12px;
    color: #888;
    border-radius: 50%;
    text-align: center;
    vertical-align: top
}

#detail .detail-action .da-extend {
    display: block;
    margin-top: 20px
}

#detail .detail-action .da-extend .dae-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

#detail .detail-action .da-extend .dae-content {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px
}

#detail .detail-action .da-extend .dae-content li {
    margin: 5px 0
}

#detail .detail-action .da-extend .dae-content li a {
    color: #999;
    cursor: pointer
}

#detail .detail-action .da-extend .dae-content li .pull-right {
    color: #b3100f;
    font-weight: 700;
    padding-top: 2px
}

#detail .detail-action .alert {
    font-size: 12px;
    padding: 10px 15px;
    margin: 15px 0
}

#detail .detail-action .btn-disable {
    background: #ccc !important;
    border-bottom-color: #bbb !important;
    position: relative
}

#detail .detail-action .btn-disable:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

#detail .detail-info tr > td {
    border: none;
    padding-left: 0
}

#detail .detail-info p a {
    color: #b3100f
}

#detail .detail-info p {
    margin: 5px
}

#detail .detail-social {
    margin-bottom: 20px;
    display: block
}

#detail .detail-desc {
    display: block;
    margin-bottom: 15px
}

#detail .detail-tags {
    display: block
}

#detail .detail-tags a {
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px
}

#detail .detail-tags a:hover {
    color: #b3100f;
    border-color: #b3100f
}

.box {
    background: #fff;
    display: block;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 rgb(0 0 0 / .05);
    border-radius: 3px;
    margin-bottom: 15px
}

.box .box-title {
    padding: 7px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    font-weight: 700;
    position: relative
}

.box .box-title:before {
    content: "";
    width: 80px;
    bottom: -1px;
    left: 15px;
    height: 2px;
    background: #b3100f;
    position: absolute
}

.box .box-content {
    padding: 15px
}

.box .box-content .box-list {
    margin: -15px 0;
    list-style: none;
    padding: 0
}

.box .box-content .box-list li a {
    padding: 10px 0;
    font-size: 12px;
    display: block;
    border-bottom: 1px solid #efefef
}

.box .box-content .box-list li.active a {
    color: #b3100f
}

.box .box-content .box-list li.active a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    font-size: 14px
}

.cate-page .cate-left {
    width: 200px;
    float: left;
    margin-top: 20px
}

.cate-page .cate-content {
    margin-top: 5px;
    width: 920px;
    float: right
}

.cate-filter .block {
    margin-bottom: 10px;
    font-size: 12px
}

.cate-filter .bootstrap-select > .btn {
    font-size: 12px
}

.cate-filter .form-control {
    font-size: 12px;
    height: 30px
}

.cate-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b3100f
}

.cl-title {
    font-size: 14px;
    height: 36px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px
}

.cl-title span.clt {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    font-weight: 700
}

.cl-title span.clt:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: #b3100f
}

.cl-title-line {
    height: 1px;
    margin: 15px 0
}

.cl-title-line span.clt {
    width: 150px;
    height: 1px;
    line-height: normal;
    position: absolute;
    bottom: -1px
}

.cl-title .pull-right {
    font-size: 12px
}

.cl-title .pull-right .btn {
    font-size: 12px;
    box-shadow: none !important;
    font-weight: 700
}

.cl-title .pull-right .btn-group {
    display: inline-block;
    width: 120px !important
}

.cl-title .pull-right .btn-default {
    border: none
}

.booklist-cat .booklist-wrap ul li {
    width: 164px;
    margin: 10px;
    max-height: 362px
}

.cate-1-list {
    margin-bottom: 20px
}

.cate-1-list .cl-title .pull-right {
    margin-top: 10px
}

.cate-1-list .booklist {
    padding: 0 5px
}

.cate-1-list .booklist-wrap ul li {
    width: 158px
}

.search-advance {
    padding-left: 130px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px 0 30px
}

.search-advance .sa-icon {
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden
}

.search-advance .sa-icon i {
    font-size: 140px;
    color: #ededed;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: -20px
}

.form-page-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.form-page-container .f-title {
    text-align: center;
    margin: 30px 0
}

.f-form {
    font-size: 13px
}

.f-form label span {
    color: red
}

.f-form .btn, .f-form input, .f-form span.text {
    font-size: 13px
}

.f-select .bootstrap-select {
    float: left !important;
    width: 49% !important;
    margin-right: 1% !important
}

.f-select .bootstrap-select:last-of-type {
    margin-right: 0 !important;
    margin-left: 1% !important
}

.f-select3 .bootstrap-select {
    width: 31.33% !important;
    margin-right: 2% !important
}

.f-select3 .bootstrap-select:last-of-type {
    width: 33.33% !important;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.f-right .f-title {
    text-align: left
}

.btn-social.btn-facebook {
    background: #197DD1
}

.btn-social.btn-apple {
    background: #000
}

.btn-social.btn-twitter {
    background: #0EBDD7
}

.btn-social.btn-google-plus {
    background: #D13434
}

.btn-social {
    color: #fff !important;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 9px 10px
}

.btn-social i {
    margin-right: 10px;
    width: 20px;
    text-align: center
}

.cpc-left .table {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.cpc-left .table .cpc-head {
    background: #fff !important
}

.cpc-left .table .cpc-head td {
    border-top: none
}

.cpc-left .table .cpc-head td.book .btn {
    padding: 3px 5px;
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    border: none !important
}

.cpc-left .thumb {
    width: 75px;
    float: left;
    height: 95px;
    overflow: hidden
}

.cpc-left .thumb img {
    width: 100%;
    height: auto
}

.cpc-left .book-info h2 {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.cpc-left .book-info p {
    margin-bottom: 0
}

.cpc-left .book-info .cart-remove {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 8px;
    line-height: 1em
}

.cpc-left .book-info .cart-remove i {
    line-height: 1em;
    color: #b3100f
}

.cpc-left .date {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    width: 120px
}

.cpc-left .price {
    font-weight: 700;
    color: #b3100f;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    width: 120px
}

.cpc-left .price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #aaa;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    width: 120px
}

.cpc-left .list-content {
    padding: 0;
    margin: 0;
    list-style: none
}

.cpc-left .list-content li {
    padding: 20px 25px;
    padding-left: 80px;
    padding-right: 50px;
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgb(0 0 0 / .075)
}

.cpc-left .list-content li .btn-classbook {
    padding: 6px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none
}

.cpc-left .list-content li.active .btn-classbook {
    display: inline-block
}

.cpc-left .list-content li.active {
    border-color: #b3100f
}

.cpc-left .list-content li .cpc-icon {
    position: absolute;
    top: 24px;
    left: 25px
}

.cpc-left .list-content li label {
    display: block
}

.cpc-left .list-content li label.c-title {
    font-weight: 700
}

.cpc-left .list-content li.active label.c-title {
    color: #b3100f
}

.cpc-left .list-content li label .desc {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 400;
    color: #333
}

.cpc-left .list-content li label input[type=radio] {
    position: absolute;
    top: 28px;
    right: 15px
}

.cpc-left .list-content li .boxContent {
    font-size: 12px;
    margin-top: 10px
}

.cpc-left .list-content li .boxContent .cardList {
    padding: 0;
    margin: 0
}

.cpc-left .list-content li .boxContent .cardList input {
    position: relative;
    right: auto;
    top: 5px
}

.cpc-left .list-content li .boxContent .cardList li {
    margin: 0 2px 2px 0;
    box-shadow: none;
    padding: 6px;
    width: 96px
}

.cpc-right .total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee
}

.cpc-right .total .text-right {
    font-size: 16px;
    font-weight: 700;
    color: #b3100f
}

.cart-page-container .cpc-right .box-checkout {
    margin-top: 10px
}

.cpc-right .box-contact {
    font-size: 12px
}

.cpc-right .box-contact .hotline {
    margin-top: 10px;
    color: #b3100f;
    font-size: 20px;
    text-align: center
}

.red {
    color: red
}

#box-account span {
    font-weight: 700
}

#tb_amount td, #tb_amount table {
    border: none
}

.itemlist {
    margin-bottom: 0
}

.history .itemlist {
    margin-top: -1px
}

.history td.book {
    width: 40%
}

.history td.text-center {
    width: 20%
}

.history td.text-right {
    width: 20%
}

.history td span {
    padding-top: 20px;
    display: block
}

.history td .price {
    font-weight: 700;
    color: #b3100f
}

.itemlist .cpc-head {
    font-weight: 700
}

.itemlist td {
    padding: 12px !important
}

.itemlist .book .thumb {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left
}

.itemlist .book .thumb img {
    width: 100%;
    height: auto
}

.itemlist .book-info {
    padding-left: 75px
}

.itemlist .book-info h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 5px
}

.itemlist .book-info p {
    font-size: 12px;
    margin-bottom: 0
}

.devicelist {
    margin-top: -1px;
    margin-bottom: 0
}

.devicelist .head td {
    background: #333;
    color: #fff;
    border: none
}

.news-list {
    display: block
}

.news-list .nl-wrap {
    overflow: hidden
}

.news-list ul.news-list-ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%
}

.news-list ul.news-list-ul li {
    background: #f7f7f7;
    position: relative;
    float: left;
    width: 48%;
    margin: 0 1% 20px;
    padding: 7px 15px 15px;
    padding-left: 215px;
    font-size: 12px
}

.news-list ul.news-list-ul li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200px;
    overflow: hidden
}

.news-list ul.news-list-ul li .thumb img {
    min-width: 100%;
    height: 100%
}

.news-list ul.news-list-ul li .info {
    height: 105px;
    overflow: hidden
}

.news-list ul.news-list-ul li .info h2 {
    font-size: 14px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 700
}

.news-list ul.news-list-ul li .info p {
    margin-bottom: 0;
    line-height: 1.2em
}

.news-list ul.news-list-ul li .info .time {
    font-size: 11px;
    margin-bottom: 5px
}

.news-list ul.news-list-ul li .info .desc a {
    color: #b3100f
}

.news-list ul.news-list-ul li.news-big {
    width: 98%;
    float: none;
    padding: 20px;
    padding-left: 540px;
    background: #2AB3C4;
    color: #fff
}

.news-list ul.news-list-ul li.news-big .thumb {
    width: 520px
}

.news-list ul.news-list-ul li.news-big .info {
    font-size: 14px;
    height: auto
}

.news-list ul.news-list-ul li.news-big .info h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3em;
    margin-top: 0
}

.news-list ul.news-list-ul li.news-big .info a {
    color: #fff
}

.news-list ul.news-list-ul li.news-big .info .time {
    font-size: 12px;
    margin-bottom: 10px
}

.news-list ul.news-list-ul li.news-big .info p {
    line-height: 1.3em
}

.news-list ul.news-list-ul li.news-big .info .btn {
    background: rgb(0 0 0 / .2) !important
}

.news-detail {
    margin-bottom: 30px
}

.news-detail .nd-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3em
}

.news-detail .nd-info {
    display: block
}

.news-detail .article-social {
    display: block;
    margin-bottom: 10px
}

.news-detail .article img {
    max-width: 90%
}

.news-detail .article .desc {
    font-weight: 700
}

.title-normal {
    margin: 10px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.news-related ul.news-list-ul li {
    width: 23%;
    padding: 0;
    background: none;
    height: auto
}

.news-related ul.news-list-ul li .info {
    height: auto
}

.news-related ul.news-list-ul li .thumb {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 5px
}

.comment {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}

.comment-wrap {
    margin: 0 -10px
}

.support-list {
    margin-bottom: 50px
}

.sl-tabs {
    overflow: hidden;
    display: block
}

.sl-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative
}

.sl-tabs ul:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    background: #ddd
}

.sl-tabs ul li {
    float: left;
    margin-right: 10px
}

.sl-tabs ul li a {
    line-height: 1em;
    padding: 10px 20px;
    display: inline-block;
    background: #f4f4f4;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-bottom: none;
    font-weight: 700
}

.sl-tabs ul li.active a {
    background: #fff;
    color: #b3100f;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3
}

.sl-content .slc-item {
    padding: 15px 0;
    position: relative;
    padding-left: 45px;
    border-bottom: 1px solid #eee
}

.sl-content .slc-item:last-of-type {
    border-bottom: none
}

.sl-content .slc-item .slci {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #b3100f;
    background: #fff;
    color: #b3100f;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 18px;
    left: 0
}

.sl-content .slc-item .slc-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px
}

.sl-content .slc-item p {
    margin-bottom: 0;
    font-size: 13px
}

.line-tabs li a {
    padding: 10px 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 15px
}

.line-tabs li.active a {
    position: relative;
    color: #b3100f !important
}

.line-tabs li.active a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b3100f
}

.tabs-center {
    text-align: center
}

.tabs-center li {
    float: none;
    display: inline-block
}

.mp-dock {
    height: 350px;
    background: url(../images/dock.jpg) center bottom no-repeat;
    position: relative;
    margin-bottom: 20px
}

.mp-dock .device {
    position: absolute;
    left: 100px;
    bottom: 32px
}

.mp-dock .info {
    display: block;
    padding-left: 330px;
    padding-top: 20px;
    max-width: 1000px
}

.mp-dock .info .mp-title {
    margin-bottom: 10px
}

.mp-dock .info .mp-title p {
    font-size: 22px;
    margin-bottom: 0
}

.mp-dock .info .mp-title span {
    color: #b3100f;
    font-size: 30px;
    font-weight: 300
}

.mp-dock .info .mp-title img {
    vertical-align: inherit;
    margin-right: 10px
}

.mp-dock .info .info-text {
    font-size: 16px
}

.mp-dock .info .info-text strong {
    color: #b3100f
}

.mp-dock .pack {
    text-align: center;
    font-size: 0
}

.mp-dock .pack .pack-item {
    font-size: 16px;
    text-align: center;
    width: 270px;
    height: 86px;
    padding: 15px 0;
    display: inline-block;
    background: #b3100f;
    border-radius: 5px;
    margin: 30px 10px 0;
    color: #fff;
    text-align: center
}

.mp-dock .pack .pack-item span {
    font-size: 26px;
    font-weight: 700;
    display: block
}

.layout3 .layout3-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.layout3 .layout3-block:last-of-type {
    border-bottom: none
}

.layout3 .layout3-block .lb-title {
    color: #b3100f;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px
}

.layout3 .layout3-block ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.layout3 .layout3-block ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.layout3 .layout3-block ul li span.number {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    background: #b3100f;
    color: #fff;
    font-size: 12px
}

.mp-layout {
    margin-top: 30px;
    margin-bottom: 100px
}

.mp-layout .layout3-block {
    padding: 30px 0;
    width: 940px;
    margin: 0 auto
}

.mp-layout .mpl-left {
    padding-right: 350px
}

.mp-layout .mpl-right {
    padding-left: 350px
}

.mp-layout .mpl-img {
    position: absolute;
    top: -30px;
    right: 0;
    width: 280px;
    text-align: center
}

.mp-layout .mpl-img img {
    width: 280px
}

.mp-layout .mpl-right .mpl-img {
    left: 0
}

.device-content {
    display: block
}

.device-content .dc-frame-01 {
    background: url(../images/dc-01.jpg) top center no-repeat;
    height: 660px;
    position: relative
}

#dc-01-simulator {
    position: absolute;
    bottom: 90px;
    left: 237px
}

#dc-01-order {
    position: absolute;
    bottom: 90px;
    right: 160px
}

.dc-frame .box-control-bottom {
    display: inline-block
}

.dc-frame-01 .box-control-bottom {
    text-align: center
}

.dc-frame {
    padding: 20px 0;
    padding-right: 420px;
    position: relative;
    border-top: 1px solid #eee;
    overflow: hidden
}

.dc-frame .dc-thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.dc-frame.dc-right .dc-thumb {
    right: auto;
    left: 0
}

.dc-frame.dc-right {
    padding-left: 420px;
    padding-right: 0
}

.dc-frame .dcf-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 30px;
    margin-bottom: 40px
}

.dc-frame .dcf-title span {
    color: #b3100f;
    font-weight: 700;
    display: block
}

.dc-frame .desc {
    font-size: 16px;
    margin-bottom: 30px
}

.dc-frame .desc ul {
    padding-left: 10px;
    margin: 0;
    width: 48%;
    display: inline-block;
    font-size: 13px;
    vertical-align: top
}

.dc-frame .block {
    margin-bottom: 20px
}

.dc-frame-02 {
    height: 450px
}

.dc-frame-04 {
    padding-right: 470px
}

.dc-frame-05 {
    height: 510px
}

.dc-clip {
    display: block;
    padding: 30px 0;
    overflow: hidden
}

.dc-clip .dcc-title {
    position: relative;
    text-align: center
}

.dc-clip .dcc-title:before {
    content: "";
    width: 100%;
    top: 10px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 18px;
    left: 0
}

.dc-clip .dcc-title span {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 2
}

.dc-clip .dcc-title span img {
    vertical-align: text-top
}

.dc-clip .dcc-wrap {
    margin: 0 -1%
}

.dc-clip .dcc-item {
    width: 18%;
    margin: 2% 1%;
    float: left
}

.dc-clip .dcc-item iframe {
    width: 100% !important
}

.dc-clip .dcc-item .dcci-title {
    font-weight: 700
}

.btn-big {
    font-size: 26px;
    padding: 8px 28px;
    border-radius: 5px
}

.box-control-bottom {
    padding: 10px
}

.box-control-bottom p {
    padding: 0;
    margin: 0
}

.box-control-bottom .fa-caret-right {
    color: #2cb6c7;
    margin-right: 5px
}

.control-right {
    float: right;
    text-align: right;
    margin-right: 50px;
    cursor: pointer
}

.hightlight {
    color: #2cb6c7
}

.modal-body h1, .modal-body h2, .modal-body h3 {
    margin-top: 0
}

#pop-huongdan p {
    margin-bottom: 0 !important
}

#pop-huongdan h3 {
    font-size: 16px
}

#pop-huongdan .mtop {
    margin: 10px 0 !important;
    color: #b3100f;
    font-weight: 700
}

#pop-huongdan .mbot {
    margin: 10px 0 !important;
    font-weight: 700
}

#pop-huongdan .fco {
    color: #b3100f;
    font-weight: 700
}

#pop-huongdan .ph-border {
    padding: 10px
}

.bcb-full {
    margin-right: 130px
}

.tc-icon {
    background-image: url(../images/teacher-sprites.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px
}

.tci-01 {
    background-position: 0 0
}

.tci-02 {
    background-position: -40px 0
}

.tci-03 {
    background-position: -80px 0
}

.tci-04 {
    background-position: -120px 0
}

.tci-05 {
    background-position: -160px 0
}

.tci-06 {
    background-position: -200px 0
}

.teacher-page .cate-content {
    padding: 0 40px
}

.teacher-page .cate-name {
    font-size: 48px;
    font-weight: 300;
    text-transform: none
}

.teacher-page .cate-sub {
    font-size: 28px;
    color: #b3100f;
    font-weight: 300
}

.tp-top {
    margin-bottom: 30px
}

.tpt-right {
    width: 50%;
    float: right;
    text-align: center;
    float: right
}

.tpt-right img {
    max-width: 100%;
    height: auto
}

.tpt-left {
    width: 50%;
    float: left;
    padding-right: 30px
}

.tpt-left ul {
    list-style: none;
    padding: 10px 0;
    margin: 10px 0 0
}

.tpt-left ul li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px
}

.tpt-left ul li .tc-icon {
    position: absolute;
    top: 0;
    left: 0
}

.tpt-left ul li .tci-01 {
    top: -8px
}

.tpt-left p {
    margin-bottom: 0
}

.tpb-left {
    width: 30%;
    float: left
}

.tpb-left img {
    max-width: 100%;
    height: auto
}

.tpb-right {
    width: 70%;
    float: right;
    padding-left: 20px;
    font-size: 16px
}

.tp-bottom {
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-bottom: 40px
}

.teacher-page a.tc-more {
    color: #b3100f
}

.author-page .cate-name {
    font-size: 48px;
    font-weight: 300
}

.author-page .cate-sub {
    font-size: 46px;
    color: #b3100f;
    margin: 0 0 20px;
    font-weight: 300
}

.author-page .cate-content {
    line-height: 2em
}

.ap-block {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px
}

.ap-block a {
    color: #b3100f
}

.ap-03 {
    padding-bottom: 0;
    margin-bottom: 60px
}

.ap-right {
    width: 35%;
    float: right;
    text-align: center
}

.ap-right img {
    max-width: 100%
}

.ap-left {
    width: 65%;
    padding-right: 30px;
    font-size: 16px
}

.ap-recent .ap-right {
    width: 65%;
    padding-right: 30px;
    font-size: 16px;
    text-align: left;
    float: right
}

.ap-recent .ap-right p {
    margin-bottom: 0
}

.ap-recent .ap-left {
    width: 35%;
    padding-right: 30px;
    float: left
}

.ap-recent .ap-left img {
    max-width: 100%
}

.ap-top {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px
}

.ap-bottom {
    margin-top: 20px;
    text-align: center
}

.ap-bottom img {
    max-width: 80%
}

.ap-04 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0
}

.ap-04 ul li {
    padding-left: 45px;
    position: relative;
    padding-top: 5px;
    min-height: 42px;
    line-height: 1.3em;
    margin-bottom: 10px
}

.number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #b3100f;
    background: #fff;
    color: #b3100f;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0
}

.author-faq ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.author-faq ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 50px
}

.author-faq ul li span.af-number {
    position: absolute;
    width: 30px;
    text-align: left;
    left: 0;
    top: 0
}

.author-faq ul li h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #b3100f;
    font-size: 24px
}

.profiles-page {
    background: #f5f5f5
}

.box-mine .name {
    font-weight: 700;
    display: block
}

.box-mine .email {
    font-size: 11px;
    display: block
}

.box-mine .balance {
    display: block;
    text-align: center;
    margin: 10px 0
}

.cp-pull-left .cpc-left .box-list li:last-of-type a {
    border-bottom: none
}

.cp-pull-left .cpc-left .box-list li.active a {
    color: #333
}

#pagination {
    text-align: center;
    margin: 5px 0
}

#pagination .pagination li a {
    border-radius: 3px !important;
    margin: 0 5px;
    border: none !important;
    background: #f2f2f2 !important;
    font-weight: 700;
    color: #555 !important
}

#pagination .pagination li.active a {
    color: #fff !important;
    background: #2CB6C7 !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right
}

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgb(100 177 216 / .4)
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1035 +1
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid #fff0;
    border-right: 7px solid #fff0;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgb(204 204 204 / .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgb(204 204 204 / .2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.modal-header {
    border-bottom: none;
    background: #2cb6c7;
    color: #fff
}

.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 12px 15px
}

.close {
    color: #fff;
    opacity: .7;
    text-shadow: none
}

.close:hover {
    opacity: 1;
    color: #fff
}

.detail-rating {
    margin-bottom: 10px
}

.detail-rating .rating-mark {
    display: inline-block
}

.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double #fff;
    width: 30px;
    height: 30px
}

.symbol-empty {
    background-color: #ccc
}

.symbol-filled {
    background-color: #000
}

.detail-rating .rating-symbol {
    font-size: 17px
}

.rating-symbol {
    cursor: pointer;
    margin: 0 2px
}

.rating-symbol .fa-star {
    color: #ddd
}

.rating-symbol .fa-star.active {
    color: #b3100f
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    top: 3px
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 11px;
    color: #fff
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c"
}

.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
    opacity: .65
}

.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox input[type="checkbox"]:checked + label::before, .checkbox input[type="radio"]:checked + label::before {
    background-color: #2cb6c7;
    border-color: #2cb6c7;
    color: #fff !important
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform 0.1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled + label {
    opacity: .65
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"
}

input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
    color: #fff
}

input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
    color: #fff
}

#footer .footer-info {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 200px;
    font-size: 12px
}

#footer .footer-info .footer-logo {
    position: absolute;
    top: 0;
    left: 0
}

#footer .footer-menu {
    padding-left: 200px
}

#footer .footer-menu .fm-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px
}

#footer .footer-menu .fm-block {
    float: left;
    margin-right: 80px
}

#footer .footer-menu .fmb-list {
    padding: 0;
    margin: 0;
    list-style: none
}

#footer .footer-menu .fmb-list li {
    font-size: 13px
}

#footer .footer-menu .fmb-list-2col {
    width: 400px
}

#footer .footer-menu .fmb-list-2col li {
    width: 48%;
    float: left;
    margin-right: 2%
}

#footer .footer-menu .fm-block-2 {
    margin-right: 10px
}

#loginModal .modal-header h4, #loginModal .modal-header .close {
    color: white !important;
    text-align: center;
    font-size: 1.5rem
}

#btn-appDownload a.btn-app {
    max-width: 60%;
    display: inline-block;
    float: left;
    margin-right: 5px
}

#btn-appDownload a.btn-pay {
    max-width: 37%;
    float: left;
    display: inline-block
}

#logo .logo-img img.img-responsive {
    margin-left: auto;
    margin-right: auto
}

.navbar {
    min-height: 20px;
    margin-bottom: 0
}

.navbar-brand {
    height: 30px;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 600
}

.navbar-default .navbar-brand {
    color: #b3100f
}

.navbar-nav > li > a, .nav-user {
    padding-top: 5px;
    padding-bottom: 5px
}

.address_footer .title_address {
    font-weight: 700;
    color: #d90d04;
    font-size: 15px;
    margin-bottom: 5px
}

.address_footer .col_address {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    line-height: 20px
}

.h4-title-box {
    font-weight: 700;
    padding: 12px 0;
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #e5e5e5
}

.tbl-support > tbody > tr > td i, .socical-div i {
    width: 28px;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-weight: 700
}

.socical-div i {
    border-radius: 50%;
    margin-right: 10px
}

.tbl-support > tbody > tr > td {
    border: none;
    vertical-align: middle
}

.color-nxbctqg {
    color: #b3100f
}

.bg-white {
    background: #fff
}

.bg-nxbctqg {
    background-color: #b3100f;
    color: #FFF
}

#header {
    background: #f7f7f7
}

.mg-b-05r {
    margin-bottom: .5rem
}

.mg-b-1r {
    margin-bottom: 1rem
}

.mg-b-15r {
    margin-bottom: 1.5rem
}

.mg-b-2r {
    margin-bottom: 2rem
}

.mg-b-3r {
    margin-bottom: 3rem
}

#panel-home-top > .bg-white:last-child {
    border-right: none
}

#panel-home-top > .bg-white {
    border-right: 1px solid #e1e1e1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center
}

.panle-top-link > div {
    display: inline-block
}

.panel-top-img img {
    padding-right: 10px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.panel-top-text p {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0
}

.panel-top-text .bold {
    color: #555;
    font-weight: 700
}

.homepage-image-news {
    background-color: #e0e0e091;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

#home_news .item-news a {
    color: #969696
}

#home_news .list-item-news {
    padding-bottom: 25px
}

#home_news .item-news a h4 {
    color: #333
}

#myNavbar {
    margin-top: 5px;
    margin-bottom: 5px
}

#menu {
    height: 400px;
    padding-left: 0;
    padding-right: 0
}

.col-box-header {
    margin-top: 10px
}

p.menu-title-1 {
    font-size: 20px;
    font-weight: 700
}

p.menu-title-2 {
    font-size: 35px;
    font-weight: 700
}

p.menu-title-3 {
    font-size: 15px
}

p.menu-title-1, p.menu-title-2, p.menu-title-3 {
    color: #b3100f;
    margin: 0;
    font-family: 'Times New Roman';
    line-height: 1
}

.navbar-default .navbar-nav > li > a:hover {
    color: #b3100f
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li .nav-user {
    color: #777
}

.btn-cart-img {
    background: #d90d04
}

.btn-cart-img:hover, .btn-cart-img:active, .btn-cart-img:focus {
    background: #bf0e06
}

.div-by {
    position: relative;
    margin-top: 20px;
    display: inline-flex;
    display: -webkit-inline-flex
}

.div-by .read-with-app {
    position: absolute;
    top: 55px;
    font-size: 11px;
    left: 0;
    white-space: normal;
    width: 100%;
    text-align: left;
    color: #aaa;
    font-weight: 500
}

#cart-table .quantity-book .input-group-addon {
    cursor: pointer
}

.quantity-book .quantity-value {
    width: 35px;
    padding: 4px;
    text-align: center
}

.add-to-cart-success .btn-view-cart {
    padding: 6px 24px;
    background: #c30a08;
    color: #fff
}

.add-to-cart-success:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -4px;
    right: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f1f1f1;
    -webkit-box-shadow: -1px -1px 0 #dfdfdf;
    box-shadow: -1px -1px 0 #dfdfdf;
    z-index: -1
}

.add-to-cart-success {
    display: none;
    position: fixed;
    min-width: 266px;
    right: 10px;
    top: 39px;
    background: #f1f1f1;
    z-index: 99;
    padding: 15px 20px;
    box-shadow: 1px 1px 15px #b3b3b3
}

.add-to-cart-success .close {
    font-size: 15px;
    color: #555;
    margin: -9px -11px 0 0
}

#reviews .item-review {
    margin-bottom: 15px
}

#reviews .profile-review i.fa-user-circle {
    font-size: 25px
}

#reviews .content-review {
    padding-top: 5px
}

#reviews .star-review {
    color: #777
}

.left-menu-item .md-list {
    display: none !important;
    height: calc(100% - 40px) !important
}

.left-menu-item.active .md-list {
    display: block !important
}

.row.wrap-menu-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.wrap-menu-slide #menu-dropdown {
    height: 100%
}

.left-menu-item.active {
    height: calc(100% - 40px) !important
}

.left-menu-item.active .md-list {
    display: block;
    margin: 0 !important;
    overflow-y: auto
}

.left-menu-item .md-list .mdl-ul {
    height: auto !important
}

.left-menu-item .md-list li a {
    height: auto !important;
    line-height: 18px !important;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 6px 10px 6px 0;
    position: relative
}

.left-menu-item .md-list li a:after {
    float: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px
}

@media (max-width: 1199px) {
    #navbar .navbar-right {
        margin-right: 0
    }

    #slide-right {
        width: 240px
    }

    #slide-right .sr-qc320 img {
        width: 100%
    }

    #slide-right .sr-news {
        color: #fff;
        height: 137px;
        line-height: 1.2em;
        overflow: hidden
    }

    #slide-right .sr-news li.srn-big a {
        font-size: 13px
    }

    #slide-right .sr-news li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    #slide-right .sr-news li.srn-big {
        overflow: visible;
        white-space: normal
    }

    #slide-right .sr-news li:last-of-type {
        display: none
    }

    #menu-dropdown #md-list.mdl-home .mdl-ul {
        height: 324px
    }

    #menu-dropdown #md-list-topic.mdl-home .mdl-ul {
        height: 324px
    }

    #menu-dropdown #md-list .mdl-ul li a {
        height: 35px;
        line-height: 35px
    }

    #menu-dropdown #md-list-topic .mdl-ul li a {
        height: 35px;
        line-height: 35px
    }

    .applist ul li {
        width: 120px
    }

    #bot-info .bi-app {
        padding: 20px
    }

    #bot-info .bi-app .bia-list .bia-item {
        margin-right: 4px
    }

    #bot-info .bi-support {
        padding-left: 20px
    }

    #footer .footer-menu .fm-block-1 {
        margin-right: 40px
    }

    #footer .footer-menu .fmb-list-2col {
        width: 360px;
        margin-right: 20px
    }

    #footer .footer-menu .fm-block-3 {
        margin-right: 0
    }

    #detail .detail-action .da-oldprice {
        margin-right: 10px
    }

    #detail .detail-action .da-btn {
        margin-right: 15px
    }

    .cate-page .cate-content {
        width: 720px
    }

    .cate-page .booklist-wrap {
        margin: 0
    }

    .cate-page .cate-1-list .booklist-wrap ul li {
        width: 155px
    }

    .cate-page .cate-list .booklist-cat .booklist-wrap ul li {
        width: 124px
    }

    .cate-page .cate-list .booklist-cat .booklist-wrap .blw-thumb {
        height: 180px;
        width: 100%
    }

    .cpc-left .list-content li .boxContent .cardList li {
        width: 95px
    }

    .cpc-left td.bool {
        width: 270px
    }

    .dc-frame .btn-classbook.btn-big {
        font-size: 16px;
        padding: 8px 18px
    }

    .dc-frame .box-control-bottom .control-right {
        margin-right: 20px
    }

    .dc-frame .box-control-bottom .control-right p {
        font-size: 12px
    }

    .dc-frame .box-control-bottom {
        padding: 5px
    }

    .device-content .dc-frame-01 {
        background-image: url(../images/dc-01.jpg);
        background-size: cover;
        background-position: 50% 25%;
        height: 570px
    }

    .bcb-full {
        margin-right: 0
    }

    #dc-01-order {
        bottom: 75px;
        right: 100px
    }

    #dc-01-simulator {
        bottom: 75px;
        left: 170px
    }

    .mp-dock .device {
        left: 50px
    }

    .mp-dock .info {
        padding-left: 270px
    }

    .mp-dock .pack {
        text-align: left
    }

    .mp-dock .pack .pack-item {
        margin: 30px 20px 0 0
    }

    .mp-layout .layout3-block {
        width: 100%
    }

    .mp-layout .mpl-img img {
        width: 280px !important
    }

    .news-list ul.news-list-ul li.news-big {
        padding: 0
    }

    .news-list ul.news-list-ul li.news-big .thumb {
        width: 100%;
        float: none;
        height: 320px;
        position: relative
    }

    .news-list ul.news-list-ul li.news-big .thumb img {
        width: 100%;
        min-width: 100%
    }

    .news-list ul.news-list-ul li.news-big .info {
        padding: 20px
    }

    .news-list ul.news-list-ul li .thumb img {
        max-width: 100%
    }

    .tpt-right {
        width: 40%
    }

    .tpt-left {
        width: 60%
    }

    .teacher-page .cate-content {
        padding: 0
    }

    .tpb-right {
        font-size: 14px
    }

    .ap-left, .ap-recent .ap-right, .ap-top, .author-faq ul li {
        font-size: 14px;
        line-height: 1.5em
    }

    .author-faq ul li h3 {
        font-size: 22px
    }

    .profiles-page-container.cp-pull-left .cpc-right td {
        font-size: 12px
    }

    .search-page .booklist-cat .booklist-wrap ul li, .search-advance-page .booklist-cat .booklist-wrap ul li {
        width: 136px
    }

    .search-page .booklist-cat .booklist-wrap .blw-thumb, .search-advance-page .booklist-cat .booklist-wrap .blw-thumb {
        width: 100%;
        height: 190px
    }
}

@media (max-width: 992px) {
    #panel-home-top > .bg-white:nth-child(even) {
        border-right: none
    }

    .div-right-slide {
        width: 50%;
        display: inline-block;
        float: left
    }

    .booklist-cat .booklist-wrap ul li {
        margin: 7px
    }
}

@media (max-width: 768px) {
    #logo img.img-responsive {
        margin-left: auto;
        margin-right: auto
    }

    .navbar > .container .navbar-brand {
        margin-left: 0
    }

    #menu {
        padding-left: 15px;
        padding-right: 15px
    }

    #navbar .navbar-nav > li #cart {
        padding: 10px 15px
    }

    .nav-user .nu-content {
        position: static
    }

    #navbar .navbar-right .nav-login:hover .nav-login-pop {
        width: 100%;
        position: static
    }

    #navbar .navbar-right .nav-login {
        width: 100%
    }

    #detail .detail-thumb img {
        max-width: 151px;
        margin: auto
    }

    .add-to-cart-success {
        margin-top: 5px
    }
}

@media (max-width: 530px) {
    h1.title {
        position: relative;
        padding-right: 100px;
        height: auto;
        line-height: 26px;
        font-size: 20px;
        text-align: justify
    }

    h1.title span {
        display: inline-block;
        position: relative;
        padding-bottom: 10px
    }

    h1.title .title-more {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px
    }
}

@media (max-width: 480px) {
    #detail .detail-action .da-btn .btn-order {
        font-size: 13px;
        height: 42px;
        padding: 2px 18px
    }

    #detail .detail-action .da-oldprice {
        padding-bottom: 10px;
        width: 100%
    }

    #detail .detail-action .da-btn .btn-order i.icon-vertical {
        left: 7px
    }

    .div-by {
        margin-bottom: 65px
    }

    .div-by .read-with-app {
        top: 45px
    }
}

@media (max-width: 398px) {
    .booklist-cat .booklist-wrap ul li {
        width: 50%;
        margin: 0;
        padding: 7px
    }

    .booklist-cat .booklist-wrap .blw-thumb {
        width: 100%;
        height: 100%
    }

    .booklist-wrap .blw-thumb img {
        width: 100%
    }

    .booklist-wrap .blw-thumb .thumb {
        position: static
    }
}

@media (min-width: 992px) {
    .col-md-24 {
        width: 20%;
        padding-right: 15px;
        padding-left: 15px
    }

    #header-search-app .col-md-8 {
        padding-right: 0
    }

    .wrap-menu-slide .right-slide {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    #bot-info .bi-box-content {
        display: flex;
        display: -webkit-flex
    }

    #myNavbar ul.navbar-right > li {
        border-right: 1px solid #e1e1e1
    }

    #myNavbar ul.navbar-right > li:last-child {
        border-right: none
    }
}

@media (max-width: 529px) {
    .div-right-slide {
        height: 105px
    }
}

#type_register_id {
    width: 100%;
    background-color: #fff;
    height: 30px;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px
}

.table.order_table > tbody > tr > td {
    vertical-align: middle
}

.cart-remove {
    font-size: 18px;
    color: #b3100f
}

form.add_voucher {
    display: flex
}

form.add_voucher button {
    width: 80px
}

form.add_voucher .form-control {
    border-radius: 4px 0 0 4px;
    width: calc(100% - 80px)
}

.btn_order, .btn-pay {
    background: #da150a !important;
    border-bottom: 2px solid #da150a !important;
    color: #fff
}

.badge-done {
    color: #fff;
    background-color: #4365bf
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-primary {
    color: #fff;
    background-color: var(--main_color)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

table.table_main thead th {
    background: var(--main_color);
    color: #fff;
    border: 0
}

table.table_main td, table.table_main th {
    border: 0 !important;
    vertical-align: middle !important
}

table.table_main tbody tr:nth-child(2n) td {
    background: #f1f1f1 !important
}

.shead {
    margin-bottom: 10px
}

.shead span {
    margin-left: 10px
}

.show_voucher_approve {
    display: flex;
    margin: 0;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer
}

.show_voucher_approve span {
    display: block;
    width: calc(100% - 40px);
    padding: 0 10px
}

.show_voucher_approve i.fa {
    font-size: 20px;
    width: 20px;
    text-align: right
}

.show_voucher_approve .fa-ticket {
    color: #b3100f
}

.form_voucher_approve {
    padding: 15px;
    margin-top: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    display: none
}

.form_voucher_approve .voucher_list .item {
    margin-top: 5px
}

.form_voucher_approve .voucher_list .item:first-child {
    margin-top: 10px
}

.form_voucher_approve .voucher_list label {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 700;
    cursor: pointer
}

.form_voucher_approve .voucher_list label input[type="radio"] {
    margin: 0 4px 0 0
}

.voucher_wrap {
    background: #ccc !important;
    border-radius: 8px;
    padding: 8px
}

.cpc-right {
    position: sticky;
    top: 10px
}

.checkout_ebook_info {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 20px
}

.checkout_ebook_info h4 {
    font-weight: 700;
    margin: 0 0 10px
}

.checkout_ebook_info table.table td, .checkout_ebook_info table.table th {
    border: 1px solid #999 !important;
    vertical-align: middle
}

.price {
    color: #b3100f;
    font-size: 18px
}

.sub-price {
    color: #b3100f;
    font-size: 14px
}

.modal-header .modal-title {
    font-weight: 700;
    text-transform: uppercase
}

.modal-header {
    background: var(--main_color)
}

.checkout_info {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px
}

.checkbox-inline, .radio-inline {
    padding-top: 0 !important
}

.checkout_info h4 {
    font-weight: 700;
    margin: 0 0 10px
}

.pay_des {
    display: none;
    padding: 10px;
    background: #f9f9f9;
    color: #000;
    border-radius: 8px
}

.checkout_pay {
    padding: 10px 20px;
    margin-top: 20px;
    background: #ccc;
    border-radius: 15px
}

.checkout_pay .item {
    margin: 10px 0
}

.radio_custom input[type="radio"] {
    display: none
}

.radio_custom {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.radio_custom span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 50%
}

.radio_custom input[type="radio"] + span:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--main_color);
    border-radius: 50%;
    left: 3px;
    top: 3px;
    display: none
}

.radio_custom input[type="radio"]:checked + span:after {
    display: block
}