<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover {
  text-decoration: none;
}
footer {
  margin-top: 30px;
  border-top: solid thin silver;
  padding-top: 10px;
}
.ul-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-btn .fa {
  display: none;
}
.my-btn.loading .fa {
  display: inline-block;
}
.dongtay-btn {
  background: #11adbb;
  color: white;
  border-radius: 2px;
}
.dongtay-btn:hover {
  color: white;
}
.dongtay-btn.btn1 {
  background-color: #ec920e;
}
body .loading-div {
  display: none;
}
body.on-loading {
  position: relative;
}
body.on-loading .loading-div {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(144, 132, 132, 0.07);
  padding-top: 10%;
}
/*------------------Left sidebar Css---------------------*/
#left-sidebar {
  width: 90%;
  border-right: solid thin silver;
}
#left-sidebar .link-category a {
  color: #080808;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
#left-sidebar #category {
  margin-top: 15px;
}
#left-sidebar #category .title {
  font-size: 17px;
  color: #2b2b2b;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
}
#left-sidebar #category ul.parent-category {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0px;
  list-style: none;
}
#left-sidebar #category ul.parent-category li {
  margin-bottom: 8px;
}
#left-sidebar #category ul.parent-category li a {
  font-size: 1em;
  color: #020202;
  background-color: transparent;
}
#left-sidebar #category ul.parent-category li a:hover {
  text-decoration: none;
  color: #004400;
}
#left-sidebar #category ul.parent-category li a.parent-title {
  cursor: pointer;
}
#left-sidebar #category ul.parent-category li .child-category {
  margin-top: 5px;
  padding-left: 30px;
}
#left-sidebar #category ul.parent-category li.active &gt; a {
  font-size: 1.1em;
  color: #004400;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}
#left-sidebar #book-format .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
#left-sidebar #book-format ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}
#left-sidebar #book-format ul li a {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
  line-height: 35px;
  cursor: pointer;
}
#left-sidebar #book-format ul li.active a {
  font-size: 16px;
  color: #1b8bcd;
  background-color: transparent;
  cursor: pointer;
}
#left-sidebar #price-range .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: block;
}
#left-sidebar #sponsors .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 20px;
}
#left-sidebar #sponsors img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
/************************book-item*******************/
.book-item {
  display: block;
  padding: 15px;
  margin-bottom: 30px;
}
.book-item .book-thumb {
  position: relative;
  text-align: center;
}
.book-item .book-thumb .thumb-link {
  display: inline-block;
  position: relative;
}
.book-item .book-thumb .thumb-link .mask-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333a42a3;
}
.book-item .book-thumb img {
  max-height: 212px;
  min-height: 212px;
}
.book-item .book-thumb .addCart-div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
}
.book-item .book-thumb .addCart-div .addCartBtn {
  background: #ff5722;
  color: white;
  padding: 3px 10px;
  border-radius: 2px;
}
.book-item .book-thumb .commission {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-weight: bold;
  color: #ffffff;
  background: #FF5722;
  display: block;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 13px;
}
.book-item .book-name {
  font-size: 1em;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  max-height: 30px;
  height: 30px;
  overflow: hidden;
}
.book-item .book-name a {
  color: #333333;
  font-weight: bold;
}
.book-item .book-name a:hover {
  text-decoration: none;
}
.book-item .detail .author {
  font-size: 1em;
  color: #5d5d5d;
  background-color: transparent;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.book-item .detail .sale-price {
  font-weight: bold;
  font-size: 13px;
}
.book-item .detail .origin-price {
  color: silver;
  text-decoration: line-through;
  font-size: 13px;
}
.book-item .detail .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
.book-item .detail .introduce {
  display: none;
}
.book-item .text-center {
  text-align: center;
  display: none;
}
.book-item .text-center .add-to-cart {
  background-image: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #1b8bcd;
  margin-top: 10px;
  border: none;
  padding: 7px 20px;
  box-shadow: 0px 5px 5px #cee6f2;
  text-transform: uppercase;
  border-radius: 30px;
}
.book-item .text-center .add-to-cart:hover,
.book-item .text-center .add-to-cart:focus {
  background-image: none;
  border: none;
  outline: none;
  border-radius: 30px;
}
.book-item:hover {
  box-shadow: 0px 2px 5px #c2ccd4;
}
.book-item:hover .book-thumb .thumb-link .mask-hover {
  display: block;
}
.book-item:hover .addCart-div {
  display: block;
}
.widget-title {
  border-bottom: solid 1px #00BCD4;
}
.widget-title .first-title {
  color: #00BCD4;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 20px;
  margin-right: 30px;
  position: relative;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: top;
}
.widget-title .first-title .text-title {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}
.widget-title.blue-v {
  border-bottom: solid 1px #00BCD4;
}
/*----------Product Widget Css -----------*/
.product-widget .products {
  display: flex;
  box-sizing: content-box;
}
.product-widget .book-item {
  width: 20%;
  float: left;
  padding: 40px 20px;
}
.product-widget .book-item a {
  text-decoration: none;
}
.product-widget .book-item .image-thumb {
  text-align: center;
}
.product-widget .book-item .image-thumb img {
  max-width: 150px;
  margin: auto;
}
.product-widget .book-item .avatar {
  width: 100%;
  border: solid thin #f4f4f4;
}
.product-widget .book-item .title {
  font-size: 1em;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  max-height: 41px;
  overflow: hidden;
  white-space: normal;
}
.product-widget .book-item .author {
  font-size: 1em;
  color: #5d5d5d;
  background-color: transparent;
}
.product-widget .book-item .price {
  margin-top: 6px;
  font-size: 0.9em;
}
.product-widget .book-item .price .origin-price {
  text-decoration: line-through;
  color: #b5b3b3;
}
.product-widget .book-item .price .sale-price {
  font-size: 1em;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
}
.product-widget .book-item .price .commission {
  margin-left: 8px;
  color: red;
  font-weight: bold;
}
.product-widget .book-item .rating {
  margin-top: 6px;
}
.product-widget .book-item .rating i {
  float: left;
  margin-right: 5px;
  color: #FF9800;
}
.product-widget .book-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .product-widget .products {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
  }
  .product-widget .products .book-item {
    width: 190px;
  }
  .product-widget .products .book-item .avatar {
    width: 150px;
  }
}
.product-aside-widget .widget-title {
  background-color: #00bcd4;
  padding: 0px 10px;
  border-bottom-color: transparent;
}
.product-aside-widget .widget-title .text-title {
  line-height: 35px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.product-aside-widget .product-item {
  margin-bottom: 20px;
  border-bottom: solid thin #f4f4f4;
}
.product-aside-widget .product-item .product-thumb {
  text-align: center;
}
.product-aside-widget .product-item .product-thumb img {
  width: 150px;
  border: solid thin #f4f4f4;
}
.product-aside-widget .product-item .product-meta {
  padding: 15px;
}
.product-aside-widget .product-item .product-meta .meta-name {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  margin-bottom: 7px;
}
.product-aside-widget .product-item .product-meta .meta-name a {
  color: #000;
  text-decoration: none;
}
.product-aside-widget .product-item .product-meta .sale-price {
  font-weight: bold;
}
.product-aside-widget .product-item .product-meta .origin-price {
  color: silver;
  text-decoration: line-through;
}
.product-aside-widget .product-item .product-meta .commission {
  font-weight: bold;
  color: #FF5722;
}
/**------------post widget Css----------------**/
.news-widget .widget-title {
  background: #00bcd4;
  color: #FFF;
  font-size: 15px;
  height: 35px;
  line-height: 20px;
  position: relative;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 20px;
  border-bottom-color: transparent;
}
.news-widget .widget-title .text-title {
  line-height: 35px;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.news-widget .new-item {
  margin: 10px;
  border-bottom: solid thin #2298c0;
  border-bottom-style: dashed;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news-widget .new-item img {
  width: 100%;
}
.news-widget .new-item .new-desc {
  margin-top: 10px;
}
.news-widget ul {
  list-style: none;
  padding: 0;
}
.news-widget ul li:last-child .new-item {
  border-bottom-color: transparent;
}
/**------------breadcrumb Css----------------**/
.page-breadcrumb .breadcrumb {
  background: transparent;
  padding-left: 0;
  margin-bottom: 10px;
}
.page-breadcrumb .breadcrumb li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.page-breadcrumb .breadcrumb li a {
  font-size: 13px;
  text-decoration: none;
}
.page-breadcrumb .breadcrumb li:before {
  content: " " !important;
  padding: 1px 12px 1px 22px;
  background: url(/themes/v1/files/images/static/link_page.png) no-repeat center left;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1000;
  width: 10px;
  height: 30px;
}
.page-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}
.page-breadcrumb .breadcrumb li:first-child:before {
  display: none;
}
/*-------My custom panel css--------*/
.panel-custom {
  border-color: #00BCD4;
}
.panel-custom .panel-heading {
  color: #ffffff;
  background-color: #00BCD4;
  border-color: #00BCD4;
  text-transform: uppercase;
}
/* ------ dropdown components----------------------------*/
.dropdown-v1 {
  position: relative;
  display: inline-block;
}
.dropdown-v1 .dropbtn {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  color: #0e0e0e;
  padding: 3px 20px 3px 10px;
  cursor: pointer;
  border: solid thin #c7c5c5;
  border-radius: 3px;
}
.dropdown-v1 .dropbtn:after {
  position: absolute;
  top: 11px;
  right: 5px;
  border: 5px solid transparent;
  border-top-color: #333;
  content: '';
}
.dropdown-v1 .dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding-top: 4px;
}
.dropdown-v1 .dropdown-content .content-inner {
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.dropdown-v1 .dropdown-content .content-inner a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-v1 .dropdown-content .content-inner a:hover {
  background-color: #00BCD4;
  color: white;
}
.dropdown-v1:hover .dropdown-content {
  display: block;
}
.dropdown-v1:hover .dropbtn {
  border-color: #00BCD4;
  color: #00BCD4;
}
.dropdown-v1:hover .dropbtn:after {
  border-top-color: #00BCD4;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}
.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}
.card-title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
}
.card-text {
  clear: both;
  margin-top: .5em;
  color: rgba(0, 0, 0, 0.68);
}
.card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: .75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}
.top-new h3 {
  padding: 5px 0px;
  width: 100%;
  float: left;
  font-size: 19px;
  margin: 10px 0;
  margin-bottom: 0;
  font-weight: bold;
}
.top-new h3 a {
  color: #161617;
  text-decoration: none;
}
.top-new h3 a:hover {
  color: #2e7dbb;
}
.new-list ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  padding: 10px 0px;
  border-top: 1px solid #EFEFEF;
}
.new-list .img {
  width: 120px;
  height: 80px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 10px;
}
.new-list .new-title {
  font-size: 1em;
  margin-top: 0;
}
.new-list .new-title a {
  text-decoration: none;
}
.new-list .new-title a:hover {
  color: #2e7dbb;
}
.pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pagination li {
  display: inline-block;
}
.pagination li span,
.pagination li a {
  margin-right: 10px;
  border-radius: 3px!important;
  background-color: #c5c6c7;
  color: #464748;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: bold;
}
.pagination li.disabled span {
  border-radius: 3px!important;
  background-color: #c5c6c7;
  color: #464748;
}
.pagination li.active a {
  background-color: #FF9800;
  border-color: #FF9800;
}
.pagination.pull-left {
  margin-left: 15px;
}
.tt-dropdown-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  padding: 0px!important;
}
.tt-dropdown-menu .result-header {
  background-color: #eeeeee;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: solid thin #c0c0c0;
}
.tt-dropdown-menu .link-search {
  display: inline-block;
  width: 100%;
  padding: 5px 0px!important;
}
.tt-dropdown-menu .location-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-hint {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
  min-width: 271px;
  margin-top: 2px;
  width: 100%;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  width: 100%;
  padding: 3px 10px;
  border-bottom: solid thin #eeeeee;
}
.tt-suggestion .location-name {
  color: #333333;
}
.tt-suggestion .tt-highlight {
  color: #009688;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-cursor {
  background-color: #64BBC7;
  color: white!important;
}
.tt-cursor .tt-highlight {
  color: #FFFFFF;
}
.tt-cursor .location-name {
  color: #000000!important;
}
.tt-cursor .location-address {
  color: #F3F1F1!important;
}
.review-listing-widget .replyBtn {
  cursor: pointer;
}
.review-listing-widget .relpyComment {
  display: none;
}
.omb_authTitle {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.omb_login .omb_socialButtons a {
  color: white;
  opacity: 0.9;
}
.omb_login .omb_socialButtons a:hover {
  color: white;
  opacity: 1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {
  background: #3b5998;
}
.omb_login .omb_socialButtons .omb_btn-twitter {
  background: #00aced;
}
.omb_login .omb_socialButtons .omb_btn-google {
  background: #c32f10;
  padding: 6px;
  font-size: 16px;
}
.omb_login .omb_loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
  display: block;
  position: absolute;
  left: 37%;
  top: -0.6em;
  margin-left: -1.5em;
  background-color: white;
  /* width: 3em; */
  text-align: center;
  font-size: 14px;
}
.omb_login .omb_loginForm .input-group.i {
  width: 2em;
}
.omb_login .omb_loginForm .help-block {
  color: red;
}
.omb_login .input-group .form-control {
  height: 40px;
}
.bg-grey {
  background-color: #E9EAED;
}
.bg-white {
  background-color: white;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.text-main-color {
  color: #004400 !important;
}
.main-background {
  background-color: #004400 !important;
}
.border-color-main {
  border-color: #004400;
}
.white-background {
  background-color: #FFFFFF!important;
}
.hover-pointer {
  cursor: pointer;
}
.text-v1 {
  color: #2e7dbb;
}
.text-highlight {
  color: #c41200 !important;
}
.title-red {
  color: #d9534f;
}
.text-gray {
  color: #A49E9E !important;
}
.text-silver {
  color: silver!important;
}
.text-white {
  color: white;
}
.text-black {
  color: #000 !important;
}
.text-333 {
  color: #333333;
}
.text-444 {
  color: #444 !important;
}
.text-555 {
  color: #555 !important;
}
.text-666 {
  color: #666 !important;
}
.text-11 {
  font-size: 11px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-13 {
  font-size: 13px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-15 {
  font-size: 15px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-17 {
  font-size: 17px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-19 {
  font-size: 19px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-27 {
  font-size: 27px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-40 {
  font-size: 40px !important;
}
.text-50 {
  font-size: 50px !important;
}
.non-uppercase {
  text-transform: none!important;
}
/* TEXT-ITALIC
--------------------------------------------------*/
.text-italic {
  font-style: italic!important;
}
.text-bold {
  font-weight: bold;
}
.text-upper {
  text-transform: uppercase;
}
/* FONT-WEIGHT
--------------------------------------------------*/
.font-weight-100 {
  font-weight: 100!important;
}
.font-weight-200 {
  font-weight: 200!important;
}
.font-weight-300 {
  font-weight: 300!important;
}
.font-weight-400 {
  font-weight: 400!important;
}
.font-weight-500 {
  font-weight: 500!important;
}
/* DISPLAY
-------------------------------------------------- */
.display-none {
  display: none;
}
.display-block {
  display: block;
}
/* BACKGROUND
-------------------------------------------------- */
.background-none {
  background: none !important;
}
.background-white {
  background: #fff !important;
}
/* Margin
-------------------------------------------------- */
.margin0 {
  margin: 0px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin15 {
  margin: 15px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin25 {
  margin: 25px !important;
}
.margintop-20 {
  margin-top: -20px !important;
}
.margintop-15 {
  margin-top: -15px !important;
}
.margintop-10 {
  margin-top: -10px !important;
}
.margintop-5 {
  margin-top: -5px !important;
}
.margintop0 {
  margin-top: 0px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop35 {
  margin-top: 35px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop60 {
  margin-top: 60px !important;
}
.marginbottom-20 {
  margin-bottom: -20px !important;
}
.marginbottom-15 {
  margin-bottom: -15px !important;
}
.marginbottom-10 {
  margin-bottom: -10px !important;
}
.marginbottom-5 {
  margin-bottom: -5px !important;
}
.marginbottom0 {
  margin-bottom: 0px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
.marginleft0 {
  margin-left: 0px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft15 {
  margin-left: 10px !important;
}
.marginright0 {
  margin-right: 0px !important;
}
.marginright5 {
  margin-right: 5px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright15 {
  margin-right: 15px !important;
}
.marginwidth-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
/* Padding
-------------------------------------------------- */
.padding0 {
  padding: 0px !important;
}
.padding1 {
  padding: 1px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding25 {
  padding: 25px !important;
}
.paddingtop0 {
  padding-top: 0px !important;
}
.paddingtop5 {
  padding-top: 5px !important;
}
.paddingtop10 {
  padding-top: 10px !important;
}
.paddingtop15 {
  padding-top: 15px !important;
}
.paddingtop20 {
  padding-top: 20px !important;
}
.paddingtop30 {
  padding-top: 30px !important;
}
.paddingbottom0 {
  padding-bottom: 0px !important;
}
.paddingbottom5 {
  padding-bottom: 5px !important;
}
.paddingbottom10 {
  padding-bottom: 10px !important;
}
.paddingbottom20 {
  padding-bottom: 20px !important;
}
.paddingbottom30 {
  padding-bottom: 30px !important;
}
.paddingleft0 {
  padding-left: 0px !important;
}
.paddingleft5 {
  padding-left: 5px !important;
}
.paddingleft10 {
  padding-left: 10px !important;
}
.paddingleft15 {
  padding-left: 15px !important;
}
.paddingleft20 {
  padding-left: 20px !important;
}
.paddingright0 {
  padding-right: 0px !important;
}
.paddingright5 {
  padding-right: 5px !important;
}
.paddingright10 {
  padding-right: 10px !important;
}
.paddingright15 {
  padding-right: 15px !important;
}
.paddingright20 {
  padding-right: 20px !important;
}
.paddingwidth10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* Pointer
-------------------------------------------------- */
.pointer-disable {
  pointer-events: none;
  cursor: default;
}
.pointer {
  pointer-events: auto;
  cursor: pointer;
}
.help {
  cursor: help;
}
/* Width Height
-------------------------------------------------- */
.w15 {
  width: 15px;
}
.w24 {
  width: 24px;
}
.w36 {
  width: 36px;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w-full {
  width: 100%!important;
}
/* table
-------------------------------------------------- */
table tr td.valign-middle {
  vertical-align: middle;
}
/* Border
-------------------------------------------------- */
.border-none {
  border: none !important;
}
@media (max-width: 768px) {
  .alignt-center-mobile {
    text-align: center !important;
  }
}
.right-align {
  text-align: right !important;
}
.left-align {
  text-align: left !important;
}
.center-align {
  text-align: center !important;
}
.justify-align {
  text-align: justify !important;
}
.vertical0 {
  vertical-align: 0;
}
.vertical-1 {
  vertical-align: -1px;
}
.vertical-2 {
  vertical-align: -2px;
}
.vertical1 {
  vertical-align: 1px;
}
.vertical2 {
  vertical-align: 2px;
}
/*-----------radius--------------*/
.radius2 {
  border-radius: 2px!important;
}
.radius3 {
  border-radius: 3px!important;
}
.radius4 {
  border-radius: 4px!important;
}
#menuHeader .checkout-nav {
  background: #FF5722;
  color: white;
}
#menuHeader header {
  position: relative;
  padding-top: 20px;
}
#menuHeader header #header-left {
  position: relative;
}
#menuHeader header #header-right {
  padding-top: 15px;
}
#menuHeader header .cart-block-mobile {
  display: none;
}
#menuHeader header .header-main-logo .logo-brand img {
  width: 70px;
  height: auto;
}
#menuHeader header .header-main-logo .mini-submenu {
  display: none;
  position: absolute;
  left: 18px;
  top: 5px;
}
#menuHeader header .header-main-logo .mini-submenu .icon-bar {
  display: block;
  border-radius: 1px;
  height: 3px;
  width: 22px;
  margin-top: 5px;
  background-color: #fead00;
}
#menuHeader header .form-search {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
#menuHeader header .form-search .fa-search {
  font-size: 20px;
  color: #c0c0c0;
  background-color: transparent;
  position: absolute;
  left: 15px;
  top: 12px;
}
#menuHeader header .form-search input {
  border: 1px solid #d7d7d7;
  padding: 10px 10px;
  width: 100%;
  border-radius: 40px;
  font-size: 16px;
  color: #2f2e2e;
  background-color: rgba(0, 0, 0, 0.09);
  padding-left: 50px;
  padding-right: 10px;
}
#menuHeader header .form-search input:hover,
#menuHeader header .form-search input:focus {
  outline: none;
  border-radius: 40px;
  border: 1px solid #d7d7d7;
}
#menuHeader header .cart-block {
  float: right;
  display: flex;
}
#menuHeader header .cart-block &gt; a.cart-link {
  display: inline-block;
  padding: 16px 10px;
  color: #aba7a7;
  font-size: 13px;
  text-decoration: none;
}
#menuHeader header .cart-block .fa-shopping-cart {
  float: left;
  margin-left: 30px;
  margin-right: 8px;
  /* line-height: 45px; */
  font-size: 19px;
  color: #c0c0c0;
  background-color: transparent;
}
#menuHeader header .cart-block .cart-item-count {
  right: -6px;
  background-color: #f35a2a;
  top: 4px;
}
#menuHeader header .cart-block.has-item .fa-shopping-cart {
  color: #4CAF50;
}
#menuHeader header .cart-block .cart-nav {
  line-height: 49px;
  margin-left: 18px;
}
#menuHeader header .cart-block .cart-dropdown {
  padding: 10px;
}
#menuHeader header .cart-block .cart-dropdown .nav-cart-item {
  min-width: 300px;
  margin-bottom: 10px;
}
#menuHeader header .cart-block .cart-dropdown .nav-cart-item .media-heading {
  font-size: 12px;
}
#menuHeader header .cart-block .user-nav {
  line-height: 49px;
  margin-left: 18px;
}
#menuHeader header .cart-block .user-nav .login-link {
  color: #5b5757;
  display: inline;
  padding: 3px 10px;
  border: solid thin silver;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
}
#menuHeader header .cart-block .user-nav .login-link:hover {
  border-color: #4CAF50;
}
#menuHeader header .cart-block .user-nav .dropdown-toggle {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 0;
}
#menuHeader header .cart-block .user-nav .dropdown-toggle:focus {
  outline: none;
}
@media (max-width: 992px) {
  #menuHeader header {
    margin-bottom: 10px;
    padding-top: 5px;
  }
  #menuHeader header #header-left {
    padding-bottom: 5px;
    border-bottom: solid thin #e8e5e5;
  }
  #menuHeader header .header-main-logo {
    text-align: center;
  }
  #menuHeader header .header-main-logo .mini-submenu {
    display: block;
  }
  #menuHeader header .cart-block-mobile {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 23px;
  }
  #menuHeader header .cart-block-mobile .cart-item-count {
    top: 0;
    background: rgba(244, 71, 71, 0.89);
    padding: 2px 6px;
  }
  #menuHeader header .form-search {
    width: 100%;
  }
  #menuHeader header .form-search .fa-search {
    top: 6px;
  }
  #menuHeader header .form-search input {
    width: 100%;
    border-radius: 30px;
    font-size: 13px;
    padding: 5px 10px;
    padding-left: 50px;
    padding-right: 10px;
  }
  #menuHeader header .cart-block {
    display: none;
  }
}
#menuHeader #main-menu-mobile {
  display: none;
}
#menuHeader #main-menu {
  height: 50px;
  margin-top: 20px;
  padding: 0;
  box-shadow: 0px 3px 3px #cecece, 0px -1px 1px #f4f4f4;
  background: #004400;
}
#menuHeader #main-menu ul {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  padding-left: 0;
}
#menuHeader #main-menu ul li {
  float: left;
  display: inline-block;
  vertical-align: top;
}
#menuHeader #main-menu ul li a {
  font-size: 15px;
  color: #ffffff;
  background-color: transparent;
  padding: 0 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
#menuHeader #main-menu ul li a:hover {
  text-decoration: none;
}
#menuHeader #main-menu ul li a .fa-shopping-cart {
  font-size: 32px;
  color: #c0c0c0;
  background-color: transparent;
  line-height: 60px;
}
#menuHeader #main-menu ul li a .fa-user-o {
  font-size: 32px;
  color: #c0c0c0;
  background-color: transparent;
  line-height: 60px;
}
#menuHeader #main-menu ul li span {
  padding: 0 20px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#menuHeader #main-menu ul li span .fa-bars {
  font-size: 32px;
  color: #c0c0c0;
  background-color: transparent;
  line-height: 60px;
}
#menuHeader #main-menu ul li.current a {
  border-bottom: 4px solid #1b8bcb;
}
@media (max-width: 992px) {
  #menuHeader #main-menu {
    display: none;
  }
}
body .mobileMenuOnly {
  display: block!important;
  overflow-y: scroll;
  background: white;
  padding: 0 13px;
  position: fixed;
  top: 55px;
  left: 0;
  bottom: 0;
  max-height: inherit;
  right: 38%;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100vh;
  will-change: transform;
  z-index: 997;
}
body .mobileMenuOnly #left-sidebar {
  width: auto;
  border-right: none;
}
body .mobileMenuOnly #left-sidebar #category ul.parent-category {
  margin-top: 8px;
}
body .mobileMenuOnly #left-sidebar #category ul.parent-category li {
  margin-bottom: 0;
}
body .mobileMenuOnly a {
  text-decoration: none;
  color: black;
  padding: 5px 0;
  display: block;
  font-size: 13px;
}
body .mobileMenuOnly .mobileMenu-link {
  border-bottom: solid thin #f3f3f3;
  margin-bottom: 5px;
}
body .mobileMenuOnly .mobileMenu-link a {
  text-decoration: none;
  color: black;
  display: block;
  font-size: 13px;
}
body.is-active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body.is-active .mobileMenuOnly {
  transform: translateX(0);
}
#footer {
  background: white;
  padding-top: 60px;
  padding-bottom: 50px;
  border-top: solid thin #f4f4f4;
}
#footer .icon {
  float: left;
  font-size: 20px;
  color: #3778a0;
  background-color: #ffffff;
}
#footer .title {
  font-size: 18px;
  color: #3778a0;
  background-color: #ffffff;
  float: left;
  display: block;
  margin-left: 7px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .introduce {
  font-size: 13px;
  color: #464444;
  background-color: transparent;
  float: left;
  line-height: 20px;
}
#footer .link {
  font-size: 12px;
  color: #2196F3;
  background-color: transparent;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  font-weight: bold;
}
#footer .item2 .detail span.info {
  font-size: 13px;
  color: #464444;
  background-color: transparent;
  display: block;
  margin-bottom: 7px;
}
#footer .item3 .detail i {
  font-size: 20px;
  color: #d7d7d7;
  background-color: transparent;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer .item3 .detail span {
  font-size: 13px;
  color: #464444;
  background-color: transparent;
  display: block;
  float: left;
  margin-bottom: 7px;
}
#footer .item4 .detail span {
  font-size: 13px;
  color: #464444;
  background-color: transparent;
  display: block;
  float: left;
  margin-bottom: 7px;
}
#copyright {
  background: #167db8;
}
#copyright p {
  font-size: 14px;
  color: #d7d7d7;
  background-color: transparent;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.br-widget {
  display: flex;
}
.br-widget &gt; a:first-child {
  display: none;
}
.br-widget .br-current-rating {
  display: block!important;
}
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
/*-------------------Sumary widger------------------*/
.rating-sumary-widget {
  border-bottom: solid thin #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.rating-sumary-widget .star-break {
  color: #edb867;
}
.rating-sumary-widget .progress-bar-dongtay {
  background-color: #edb867;
}
.rating-widget i {
  color: #cbc6bf;
  font-size: 15px;
  margin-right: 5px;
}
.rating-widget i.br-selected {
  color: #edb867;
}
.rating-widget.star-lg i {
  font-size: 20px;
}
.review-listing-widget {
  margin-top: 20px;
}
.review-listing-widget .review-item {
  border-top: solid thin #f2f0f0;
  padding-top: 18px;
}
#motchu-nav {
  background-color: #004400;
  border-radius: 0;
  margin-bottom: 0;
}
#motchu-nav a {
  color: white;
}
#motchu-nav .nav li a:hover {
  background-color: transparent;
}
#userSocialLogin .fullscreen_bg {
  position: fixed;
  top: -63px;
  bottom: -38px;
  left: -247px;
  right: -61px;
  background-size: cover;
  -webkit-filter: blur(30px);
  filter: blur(4px);
}
#userSocialLogin .dark-cover {
  opacity: .5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: multiply;
  z-index: 1040;
  background-color: rgba(105, 96, 96, 0.63);
}
#userSocialLogin .mainbox {
  z-index: 1500;
  margin-top: 100px;
  margin-bottom: 200px;
}
#userSocialLogin .panel-login {
  border: none;
}
#userSocialLogin .panel-login .panel-heading {
  color: #ffffff;
  background-color: #8BC34A;
  border-color: #8bc34a;
  text-align: center;
  position: relative;
}
#userSocialLogin .panel-login .panel-heading .close {
  position: absolute;
  top: 10px;
  right: 13px;
}
#userSocialLogin .panel-login .panel-body {
  padding: 60px 0;
}
.register-panel .register-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
}
.register-panel .omb_btn-google {
  background: #c32f10;
  padding: 8px;
  font-size: 14px;
  color: white;
  border-radius: 3px;
}
.register-panel .orLogin {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.register-panel .orLogin h3 {
  font-size: 11px;
  margin: 0;
}
.register-panel .orLogin h3 span {
  background-color: #fff;
  padding: 0px 10px;
  color: #666;
}
.register-panel .orLogin h3 hr {
  margin: 0;
  margin-top: -6px;
  border-top: 1px solid #c8d7e1;
}
.register-panel input.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(148, 145, 145, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.block-widget {
  margin-bottom: 30px;
}
.block-widget .products-list {
  display: flex;
  box-sizing: content-box;
}
.block-widget .book-item {
  width: 25%;
  float: left;
  padding: 40px 20px;
}
.block-widget .book-item a {
  text-decoration: none;
}
.block-widget .book-item .image-thumb {
  position: relative;
  text-align: center;
}
.block-widget .book-item .image-thumb .thumb-link {
  display: inline-block;
  position: relative;
}
.block-widget .book-item .image-thumb .thumb-link .mask-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333a42a3;
}
.block-widget .book-item .image-thumb .addCart-div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
}
.block-widget .book-item .image-thumb .addCart-div .addCartBtn {
  background: #ff5722;
  color: white;
  padding: 3px 10px;
  border-radius: 2px;
}
.block-widget .book-item .avatar {
  border: solid thin #f4f4f4;
  max-width: 100%;
  height: 181px;
}
.block-widget .book-item .title {
  font-size: 1em;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.block-widget .book-item .title h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 4px;
}
.block-widget .book-item .title h4 a {
  color: #2b2b2b;
}
.block-widget .book-item .author {
  font-size: 1em;
  color: #5d5d5d;
  background-color: transparent;
}
.block-widget .book-item .price {
  margin-top: 6px;
  font-size: 0.9em;
}
.block-widget .book-item .price .origin-price {
  text-decoration: line-through;
  color: #b5b3b3;
}
.block-widget .book-item .price .sale-price {
  font-size: 1em;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
}
.block-widget .book-item .price .commission {
  margin-left: 8px;
  color: red;
  font-weight: bold;
}
.block-widget .book-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.block-widget .book-item:hover .image-thumb .thumb-link .mask-hover {
  display: block;
}
.block-widget .book-item:hover .addCart-div {
  display: block;
}
@media (max-width: 992px) {
  .block-widget {
    margin: 0 -15px;
    margin-bottom: 30px;
  }
  .block-widget .products-list {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
  }
  .block-widget .products-list .book-item {
    width: 190px;
  }
  .block-widget .products-list .book-item .avatar {
    height: 160px;
  }
}
#siteFrontendIndex {
  padding-top: 25px;
  background-color: #f4f4f4;
}
#siteFrontendIndex .carousel-indicators li {
  border-color: #FF9800;
}
#siteFrontendIndex .carousel-indicators li.active {
  background-color: #FF9800;
}
#siteFrontendIndex .bx-viewport {
  height: 370px!important;
}
#siteFrontendIndex .bx-wrapper {
  box-shadow: none!important;
  border: none!important;
}
#siteFrontendIndex .bx-controls-direction .bx-prev {
  left: 0;
}
#siteFrontendIndex .bx-controls-direction .bx-next {
  right: 0;
}
#siteFrontendIndex .main-content-title {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  font-weight: bold;
  float: left;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
#siteFrontendIndex #projectHighlightCarousel {
  position: relative;
  margin: auto;
}
#siteFrontendIndex #projectHighlightCarousel .carousel-inner .item img {
  width: 100%;
}
@media (max-width: 992px) {
  #siteFrontendIndex #projectHighlightCarousel {
    width: auto;
  }
}
#siteFrontendIndex #banner {
  background: url('/themes/v1/files/images/static/banner-bg.png') repeat-x;
}
#siteFrontendIndex #banner img {
  float: left;
  margin-top: 20px;
  max-width: 100%;
  max-height: 100%;
}
#siteFrontendIndex #banner #banner-content {
  float: left;
  margin-top: 30%;
}
#siteFrontendIndex #banner #banner-content #back-to-school {
  font-size: 20px;
  color: #1b8bcd;
  background-color: transparent;
  text-transform: uppercase;
}
#siteFrontendIndex #banner #banner-content #special-off {
  font-size: 40px;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
#siteFrontendIndex #banner #banner-content #special-off span {
  color: #1b8bcd;
}
#siteFrontendIndex #banner #banner-content #student-community {
  font-size: 26px;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
}
#siteFrontendIndex #banner #banner-content button {
  font-size: 26px;
  color: #ffffff;
  background-color: #1b8bcd;
  margin-top: 30px;
  border: none;
  padding: 10px 40px;
  box-shadow: 0px 5px 5px #97c4e1;
  text-transform: uppercase;
  border-radius: 40px;
}
#siteFrontendIndex #banner #banner-content button:hover,
#siteFrontendIndex #banner #banner-content button:focus {
  border: none;
  outline: none;
  border-radius: 40px;
}
#siteFrontendIndex #services {
  background-color: white;
  border-bottom: 1px solid #d7d7d7;
}
#siteFrontendIndex #services .service-item {
  border-right: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
}
#siteFrontendIndex #services .service-item .icon {
  font-size: 26px;
  color: #1b8bcd;
  background-color: transparent;
  margin-top: 25px;
}
#siteFrontendIndex #services .service-item .service-title {
  font-size: 18px;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 10px;
}
#siteFrontendIndex #services .service-item .service-description {
  color: #1b8bcd;
}
#siteFrontendIndex #services .service-item:first-child {
  border-left: 1px solid transparent;
}
#siteFrontendIndex #services .service-item:last-child {
  border-right: 1px solid transparent;
}
#siteFrontendIndex #main-content {
  padding-top: 50px;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item {
  padding: 45px 25px;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item a:hover {
  text-decoration: none;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .image-thumb {
  padding: 0 15px;
  display: block;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .avatar {
  width: 100%;
  border: solid thin #f4f4f4;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .title {
  font-size: 1em;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  max-height: 41px;
  overflow: hidden;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .author {
  font-size: 1em;
  color: #5d5d5d;
  background-color: transparent;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .price {
  margin-top: 6px;
  font-size: 0.9em;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .price .origin-price {
  text-decoration: line-through;
  color: #b5b3b3;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .price .sale-price {
  font-size: 1em;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .price .commission {
  margin-left: 8px;
  color: red;
  font-weight: bold;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .rating {
  margin-top: 6px;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item .book-item .rating i {
  float: left;
  margin-right: 5px;
  color: #FF9800;
}
#siteFrontendIndex #main-content .current-bestsellers li.slide-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .avatar {
  width: 100%;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .title {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .author {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .price {
  font-size: 18px;
  color: #333333;
  background-color: transparent;
  margin-top: 5px;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .star-wrap {
  margin-top: 5px;
  float: left;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .star-wrap .fa-star {
  float: left;
  font-size: 14px;
  color: #facc1f;
  background-color: transparent;
  padding: 7px 1px;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#siteFrontendIndex #main-content .top-rate-books li .book-item:hover {
  box-shadow: 0px 5px 5px #d4e6f4;
}
#siteFrontendIndex #other-slider-wrap {
  background-color: white;
}
#siteFrontendIndex #other-slider-wrap .bx-viewport {
  height: auto!important;
}
#siteFrontendIndex #other-slider-wrap .container .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .avatar-wrap {
  text-align: right;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .avatar-wrap .img-thumb {
  float: right;
  max-width: 260px;
  max-height: 100%;
  padding: 30px 20px;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .title {
  font-size: 30px;
  color: #03a9f4;
  background-color: transparent;
  margin-top: 15%;
  display: inline-block;
  vertical-align: top;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .price {
  font-size: 18px;
  color: #ce561a;
  background-color: transparent;
  float: left;
  margin-top: 5px;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .star-wrap {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 5px;
  float: left;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .star-wrap .fa-star {
  float: left;
  font-size: 14px;
  color: #facc1f;
  background-color: transparent;
  padding: 7px 1px;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .reviews {
  float: left;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .author {
  margin-top: 5px;
  font-size: 16px;
  color: #524848;
  background-color: transparent;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .view-detail {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #00BCD4;
  margin-top: 30px;
  border: none;
  padding: 10px 40px;
  box-shadow: 0px 5px 5px rgba(0, 188, 212, 0.12);
  border-radius: 40px;
}
#siteFrontendIndex #other-slider-wrap .container .other-slider li .view-detail:hover,
#siteFrontendIndex #other-slider-wrap .container .other-slider li .view-detail:focus {
  border: none;
  outline: none;
  border-radius: 40px;
}
#siteFrontendIndex #limit-time-offer {
  padding: 40px 0 20px 0;
}
#siteFrontendIndex #limit-time-offer .limit-time-offer-title {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  text-transform: uppercase;
}
#siteFrontendIndex #limit-time-offer .text-center {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#siteFrontendIndex #limit-time-offer .limit-time-offer-content {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#siteFrontendIndex #limit-time-offer .limit-time-offer-content .item {
  padding: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
#siteFrontendIndex #limit-time-offer .limit-time-offer-content .item .number {
  font-size: 30px;
  color: #1b8bcd;
  background-color: transparent;
}
#siteFrontendIndex #limit-time-offer .limit-time-offer-content .item .field {
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
  text-transform: uppercase;
}
#siteFrontendIndex #promotion {
  margin-left: 0;
  margin-bottom: 0;
  padding: 40px 0;
}
#siteFrontendIndex #promotion .book-item {
  position: relative;
}
#siteFrontendIndex #promotion .book-item .off {
  position: absolute;
  top: 20px;
  left: 15;
  padding: 7px 20px;
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  background: #ffff00;
  text-transform: uppercase;
}
#siteFrontendIndex #promotion .book-item .avatar {
  width: 100%;
}
#siteFrontendIndex #promotion .book-item .title {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
#siteFrontendIndex #promotion .book-item .author {
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#siteFrontendIndex #promotion .book-item .original-price {
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  text-decoration: line-through;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
#siteFrontendIndex #promotion .book-item .sale-price {
  font-size: 18px;
  color: #1b8bcd;
  background-color: transparent;
  float: left;
  margin-top: 7px;
}
#siteFrontendIndex #promotion .book-item:hover {
  box-shadow: 0px 5px 5px #d4e6f4;
}
#siteFrontendIndex #our-latest-new {
  background: #f5f5f5;
  padding: 50px 0;
}
#siteFrontendIndex #our-latest-new .our-latest-new-title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
#siteFrontendIndex #our-latest-new .item .avatar {
  width: 100%;
}
#siteFrontendIndex #our-latest-new .item .date {
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
  display: inline-block;
  margin-top: 10px;
}
#siteFrontendIndex #our-latest-new .item .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  display: inline-block;
  margin-top: 10px;
}
#siteFrontendIndex #our-latest-new .item .introduce {
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
  display: inline-block;
  margin-top: 15px;
}
#siteFrontendIndex #our-latest-new .item .continue {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #1b8bcd;
  background-color: transparent;
  text-transform: uppercase;
}
#siteFrontendIndex #our-latest-new button {
  font-size: 20px;
  color: #1b8bcd;
  background-color: transparent;
  width: 100%;
  margin-top: 40px;
  border: 1px solid #1b8bcd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#siteFrontendIndex #customers {
  padding: 50px 0;
  background: #fff;
}
#siteFrontendIndex #customers .customer-title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#siteFrontendIndex #customers .customer-introduce {
  font-size: 16px;
  color: #333333;
  background-color: transparent;
  line-height: 20px;
  margin-top: 50px;
}
#siteFrontendIndex #customers .item {
  text-align: center;
  margin-top: 50px;
  opacity: 0.4;
}
#siteFrontendIndex #customers .item .avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 3px 3px #f1f1f1, 0px -3px 3px #f1f1f1;
}
#siteFrontendIndex #customers .item .name {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 10px;
  font-weight: bold;
}
#siteFrontendIndex #customers .item .job {
  font-size: 14px;
  color: #d7d7d7;
  background-color: transparent;
  margin-top: 10px;
}
#siteFrontendIndex #customers .item.active {
  opacity: 1;
}
#siteFrontendIndex #analysis {
  padding-top: 40px;
  padding-bottom: 150px;
}
#siteFrontendIndex #analysis .item {
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  padding-top: 30px;
  padding-bottom: 30px;
}
#siteFrontendIndex #analysis .item .icon {
  font-size: 20px;
  color: #1b8bcd;
  background-color: transparent;
}
#siteFrontendIndex #analysis .item .number {
  font-size: 30px;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
  margin-top: 10px;
}
#siteFrontendIndex #analysis .item .name {
  font-size: 16px;
  color: #1b8bcd;
  background-color: transparent;
  margin-top: 10px;
}
#siteFrontendIndex #subcribe-wrap {
  position: relative;
}
#siteFrontendIndex #subcribe-wrap #subcribe {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #1b8bcd;
}
#siteFrontendIndex #subcribe-wrap #subcribe .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#siteFrontendIndex #subcribe-wrap #subcribe form input.email {
  border: 1px solid #d7d7d7;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 40px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
#siteFrontendIndex #subcribe-wrap #subcribe form input.email:hover,
#siteFrontendIndex #subcribe-wrap #subcribe form input.email:focus {
  outline: none;
  border-radius: 40px;
  border: 1px solid #d7d7d7;
}
#siteFrontendIndex #subcribe-wrap #subcribe form input.submit {
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  background: #1b8bcd;
  border: 1px solid #1b8bcd;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0px 7px 7px #b2d5e9;
}
#siteFrontendIndex #subcribe-wrap #subcribe form input.submit:hover,
#siteFrontendIndex #subcribe-wrap #subcribe form input.submit:focus {
  outline: none;
  border-radius: 40px;
  border: 1px solid #1b8bcd;
  background: darkcyan;
}
#breadcrums {
  margin-top: 40px;
  margin-bottom: 20px;
}
#breadcrums a {
  cursor: pointer;
}
#frontendSiteBook {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
#frontendSiteBook .text-blue {
  color: #03A9F4;
}
#frontendSiteBook #content {
  /************************list******************/
  /*******************end list*************/
}
#frontendSiteBook #content .result-title {
  padding: 0 0 10px;
  border-bottom: solid thin #efefef;
  margin-bottom: 15px;
}
#frontendSiteBook #content .filter {
  margin-bottom: 40px;
}
#frontendSiteBook #content .filter span {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  float: left;
  display: block;
  margin-top: 15px;
  margin-right: 20px;
}
#frontendSiteBook #content .filter select {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
  width: 200px;
}
#frontendSiteBook #content .viewer {
  text-align: right;
}
#frontendSiteBook #content .viewer .fa {
  font-size: 30px;
  color: #d7d7d7;
  background-color: transparent;
  margin-left: 10px;
}
#frontendSiteBook #content .viewer .fa.active {
  font-size: 30px;
  color: #2b2b2b;
  background-color: transparent;
}
#frontendSiteBook #content .list .book-item {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#frontendSiteBook #content .list .book-item .avatar-wrap {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 0;
  margin: 0;
  position: relative;
  width: 200px;
}
#frontendSiteBook #content .list .book-item .avatar-wrap .avatar {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 170px;
}
#frontendSiteBook #content .list .book-item .avatar-wrap .avatar img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteBook #content .list .book-item .list-no-clearfix {
  display: none;
}
#frontendSiteBook #content .list .book-item .detail-wrap {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 0;
  min-height: 10px;
}
#frontendSiteBook #content .list .book-item .detail-wrap .title {
  font-size: 18px;
  color: #5d5d5d;
  background-color: transparent;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .author {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .price {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 5px;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .star-wrap {
  margin-top: 5px;
  float: left;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .star-wrap .fa-star {
  float: left;
  font-size: 14px;
  color: #facc1f;
  background-color: transparent;
  padding: 7px 1px;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .introduce {
  display: block;
  margin-top: 10px;
  position: relative;
  height: 90px;
  overflow: hidden;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .introduce p {
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  line-height: 24px;
  text-align: justify;
}
#frontendSiteBook #content .list .book-item .detail-wrap .detail .introduce:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 50px;
}
#frontendSiteBook #content .list .book-item .text-center {
  text-align: left;
  padding: 0;
}
#frontendSiteBook #content .list .book-item .text-center .add-to-cart {
  background-image: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #1b8bcd;
  margin-top: 10px;
  border: none;
  padding: 7px 20px;
  box-shadow: 0px 5px 5px #cee6f2;
  text-transform: uppercase;
  border-radius: 30px;
}
#frontendSiteBook #content .list .book-item .text-center .add-to-cart:hover,
#frontendSiteBook #content .list .book-item .text-center .add-to-cart:focus {
  background-image: none;
  border: none;
  outline: none;
  border-radius: 30px;
}
#frontendSiteBook #content .list .book-item:hover {
  box-shadow: 0px 5px 5px #d4e6f4;
}
#bookDetail {
  background-color: #f4f4f4;
  padding-bottom: 150px;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}
#bookDetail .radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#bookDetail .boob-detail-header .left-detail {
  border-right: solid 2px #f4f4f4;
}
#bookDetail .boob-detail-header .detail-thumb {
  padding: 70px 0;
}
#bookDetail .boob-detail-header .detail-thumb .book-thumb {
  max-width: 180px;
}
#bookDetail .boob-detail-header .div-book-detail .book-title {
  font-size: 20px;
  color: #4c4e4e;
  font-weight: 300;
}
#bookDetail .boob-detail-header .div-book-detail .price-div {
  border-top: solid thin #f3f3f3;
  margin-top: 10px;
  padding-top: 5px;
}
#bookDetail .boob-detail-header .div-book-detail .price-div &gt; p {
  margin-bottom: 7px;
}
#bookDetail .boob-detail-header .div-book-detail .price-div &gt; p .text-label {
  display: inline-block;
  color: #999;
  font-size: 13px;
  font-weight: 300;
  width: 100px;
}
#bookDetail .boob-detail-header .div-book-detail .price-div .price-label {
  color: red;
  font-size: 24px;
}
#bookDetail .boob-detail-header .div-book-detail .price-div small {
  font-size: 13px;
}
#bookDetail .boob-detail-header .div-book-detail .price-div .old-price-label {
  font-weight: 300;
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}
#bookDetail .boob-detail-header .div-book-detail .price-div .save-price {
  color: #00BCD4;
  font-size: 12px;
  font-weight: bold;
}
#bookDetail .boob-detail-header .div-book-detail .price-div .commission {
  color: red;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div {
  margin-top: 30px;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .quantity-col1 {
  clear: both;
  float: left;
  width: 84px;
  margin-right: 31px;
  margin-top: 7px;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .bootstrap-touchspin .input-group-btn {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 3px 10px;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0 4px 4px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 3px 10px;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .bootstrap-touchspin [name=qty] {
  display: block;
  border: 0;
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  height: 28px;
  padding: 0;
  width: 28px;
  text-align: center;
}
#bookDetail .boob-detail-header .div-book-detail .buy-div .add-to-cart {
  background: #11adbb;
  color: white;
}
#bookDetail .boob-detail-header .div-book-detail .policy-div {
  border-top: solid thin #f3f3f3;
  margin-top: 30px;
  padding-top: 10px;
}
#bookDetail .boob-detail-header .div-book-detail .policy-div b {
  color: red;
}
#bookDetail .boob-detail-header .div-book-detail .policy-div ul {
  padding-left: 15px;
}
#bookDetail .boob-detail-header .div-book-detail .policy-div ul li {
  font-style: italic;
}
#bookDetail .book-detail-content .sub-title {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}
#bookDetail .book-detail-content .author-info {
  margin-top: 20px;
  border: 1px solid #d1d3d4;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: transparent;
  -webkit-box-shadow: 0px 5px 5px -1px #d9d9d9;
  -moz-box-shadow: 0px 5px 5px -1px #d9d9d9;
  box-shadow: 0px 5px 5px -1px #d9d9d9;
}
#bookDetail #sidebar #related-books .title {
  font-size: 20px;
  color: #2b2b2b;
  background-color: transparent;
  display: block;
  margin-bottom: 30px;
}
#bookDetail #sidebar #related-books .item {
  margin-bottom: 20px;
}
#bookDetail #sidebar #related-books .item .avatar {
  width: 100%;
}
#bookDetail #sidebar #related-books .item .detail {
  padding: 0;
}
#bookDetail #sidebar #related-books .item .detail .book-title {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
}
#bookDetail #sidebar #related-books .item .detail .author {
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  display: block;
  margin-top: 5px;
}
#bookDetail #sidebar #related-books .item .detail .price {
  margin-top: 6px;
  font-size: 0.9em;
}
#bookDetail #sidebar #related-books .item .detail .price .origin-price {
  text-decoration: line-through;
  color: #b5b3b3;
}
#bookDetail #sidebar #related-books .item .detail .price .sale-price {
  font-size: 1em;
  color: #1b8bcd;
  background-color: transparent;
  font-weight: bold;
}
#bookDetail #sidebar #related-books .item .detail .price .commission {
  margin-left: 8px;
  color: red;
  font-weight: bold;
}
#frontendSiteSale .header-title {
  background: url('/themes/v1/files/images/static/sale_header_bg.jpg') no-repeat;
  padding: 55px 0 45px;
  text-align: center;
  background-size: cover;
  color: white;
}
#frontendSiteSale #bodyContentSale {
  padding-top: 30px;
}
#frontendSiteSale #bodyContentSale #content {
  /************************list******************/
  /*******************end list*************/
}
#frontendSiteSale #bodyContentSale #content .result-title {
  padding: 0 0 10px;
  border-bottom: solid thin #efefef;
  margin-bottom: 15px;
}
#frontendSiteSale #bodyContentSale #content .filter {
  margin-bottom: 40px;
}
#frontendSiteSale #bodyContentSale #content .filter span {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  float: left;
  display: block;
  margin-top: 15px;
  margin-right: 20px;
}
#frontendSiteSale #bodyContentSale #content .filter select {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
  width: 200px;
}
#frontendSiteSale #bodyContentSale #content .viewer {
  text-align: right;
}
#frontendSiteSale #bodyContentSale #content .viewer .fa {
  font-size: 30px;
  color: #d7d7d7;
  background-color: transparent;
  margin-left: 10px;
}
#frontendSiteSale #bodyContentSale #content .viewer .fa.active {
  font-size: 30px;
  color: #2b2b2b;
  background-color: transparent;
}
#frontendSiteSale #bodyContentSale #content .list .book-item {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .avatar-wrap {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 0;
  margin: 0;
  position: relative;
  width: 200px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .avatar-wrap .avatar {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 170px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .avatar-wrap .avatar img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .list-no-clearfix {
  display: none;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 0;
  min-height: 10px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .title {
  font-size: 18px;
  color: #5d5d5d;
  background-color: transparent;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .author {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .price {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 5px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .star-wrap {
  margin-top: 5px;
  float: left;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .star-wrap .fa-star {
  float: left;
  font-size: 14px;
  color: #facc1f;
  background-color: transparent;
  padding: 7px 1px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .introduce {
  display: block;
  margin-top: 10px;
  position: relative;
  height: 90px;
  overflow: hidden;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .introduce p {
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  line-height: 24px;
  text-align: justify;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .detail-wrap .detail .introduce:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 50px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .text-center {
  text-align: left;
  padding: 0;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .text-center .add-to-cart {
  background-image: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #1b8bcd;
  margin-top: 10px;
  border: none;
  padding: 7px 20px;
  box-shadow: 0px 5px 5px #cee6f2;
  text-transform: uppercase;
  border-radius: 30px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item .text-center .add-to-cart:hover,
#frontendSiteSale #bodyContentSale #content .list .book-item .text-center .add-to-cart:focus {
  background-image: none;
  border: none;
  outline: none;
  border-radius: 30px;
}
#frontendSiteSale #bodyContentSale #content .list .book-item:hover {
  box-shadow: 0px 5px 5px #d4e6f4;
}
#frontendSiteSearch {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
#frontendSiteSearch .text-blue {
  color: #03A9F4;
}
#frontendSiteSearch #content {
  /************************block*******************/
  /****************end block*************/
  /************************list******************/
  /*******************end list*************/
}
#frontendSiteSearch #content .result-title {
  padding: 0 0 10px;
  border-bottom: solid thin #efefef;
  margin-bottom: 15px;
}
#frontendSiteSearch #content .filter {
  margin-bottom: 40px;
}
#frontendSiteSearch #content .filter span {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  float: left;
  display: block;
  margin-top: 15px;
  margin-right: 20px;
}
#frontendSiteSearch #content .filter select {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
  width: 200px;
}
#frontendSiteSearch #content .viewer {
  text-align: right;
}
#frontendSiteSearch #content .viewer .fa {
  font-size: 30px;
  color: #d7d7d7;
  background-color: transparent;
  margin-left: 10px;
}
#frontendSiteSearch #content .viewer .fa.active {
  font-size: 30px;
  color: #2b2b2b;
  background-color: transparent;
}
#frontendSiteSearch #content .book-item {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: solid thin #f4f4f4;
}
#frontendSiteSearch #content .book-item .book-thumb {
  width: 152px;
}
#frontendSiteSearch #content .book-item .book-name {
  font-size: 1em;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 3px;
  display: inline-block;
}
#frontendSiteSearch #content .book-item .book-name a {
  font-weight: bold;
}
#frontendSiteSearch #content .book-item .book-name a:hover {
  text-decoration: none;
}
#frontendSiteSearch #content .book-item .detail .author {
  font-size: 1em;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSearch #content .book-item .detail .publisher {
  margin-top: 10px;
}
#frontendSiteSearch #content .book-item .detail .categories {
  margin-top: 10px;
}
#frontendSiteSearch #content .book-item .detail .categories .category-tags li {
  float: left;
  margin-right: 7px;
  font-size: 13px;
}
#frontendSiteSearch #content .book-item .detail .categories .category-tags li:last-child .sparator {
  display: none;
}
#frontendSiteSearch #content .book-item .detail .categories .category-tags li.tag-label {
  color: #6ec509;
}
#frontendSiteSearch #content .book-item .detail .price {
  margin-top: 10px;
  font-size: 0.9em;
}
#frontendSiteSearch #content .book-item .detail .price .origin-price {
  text-decoration: line-through;
  color: #b5b3b3;
  margin-right: 10px;
}
#frontendSiteSearch #content .book-item .detail .price .sale-price {
  font-size: 1.4em;
  color: #585858;
  background-color: transparent;
  font-weight: bold;
}
#frontendSiteSearch #content .book-item .detail .price .commission {
  margin-left: 8px;
  color: red;
  font-weight: bold;
}
#frontendSiteSearch #content .book-item .detail .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSearch #content .book-item .detail .introduce {
  display: none;
}
#frontendSiteSearch #content .book-item .desc {
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #frontendSiteSearch #content .book-item .book-thumb {
    width: 90px;
  }
}
#frontendSiteSearch #content .list .book-item {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#frontendSiteSearch #content .list .book-item .avatar-wrap {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 0;
  margin: 0;
  position: relative;
  width: 200px;
}
#frontendSiteSearch #content .list .book-item .avatar-wrap .avatar {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 170px;
}
#frontendSiteSearch #content .list .book-item .avatar-wrap .avatar img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteSearch #content .list .book-item .list-no-clearfix {
  display: none;
}
#frontendSiteSearch #content .list .book-item .detail-wrap {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 0;
  min-height: 10px;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .title {
  font-size: 18px;
  color: #5d5d5d;
  background-color: transparent;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .author {
  font-size: 16px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .price {
  font-size: 18px;
  color: #2b2b2b;
  background-color: transparent;
  margin-top: 5px;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .star-wrap {
  margin-top: 5px;
  float: left;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .star-wrap .fa-star {
  float: left;
  font-size: 14px;
  color: #facc1f;
  background-color: transparent;
  padding: 7px 1px;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .reviews {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
  background-color: transparent;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .introduce {
  display: block;
  margin-top: 10px;
  position: relative;
  height: 90px;
  overflow: hidden;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .introduce p {
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  line-height: 24px;
  text-align: justify;
}
#frontendSiteSearch #content .list .book-item .detail-wrap .detail .introduce:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 50px;
}
#frontendSiteSearch #content .list .book-item .text-center {
  text-align: left;
  padding: 0;
}
#frontendSiteSearch #content .list .book-item .text-center .add-to-cart {
  background-image: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #1b8bcd;
  margin-top: 10px;
  border: none;
  padding: 7px 20px;
  box-shadow: 0px 5px 5px #cee6f2;
  text-transform: uppercase;
  border-radius: 30px;
}
#frontendSiteSearch #content .list .book-item .text-center .add-to-cart:hover,
#frontendSiteSearch #content .list .book-item .text-center .add-to-cart:focus {
  background-image: none;
  border: none;
  outline: none;
  border-radius: 30px;
}
#frontendSiteSearch #content .list .book-item:hover {
  box-shadow: 0px 5px 5px #d4e6f4;
}
#frontendPage {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
#frontendPage .container {
  max-width: 1000px;
}
#frontendPage .desktop-menu ul li {
  margin: 3px 0;
}
#frontendPage .desktop-menu ul li a {
  color: #696464;
  text-decoration: none;
  font-size: 13px;
}
#frontendPage .desktop-menu ul li.active a {
  font-weight: bold;
}
#frontendPage .dongtay-page-content {
  border-left: solid thin #e2e2e2;
  padding-left: 30px;
}
#frontendPage .dongtay-page-content h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #03A9F4;
}
#frontendPage .dongtay-page-content .fa-circle-o {
  color: #2196F3;
}
#frontendPostIndex {
  background-color: #f4f4f4;
  padding-top: 25px;
}
#frontendPostIndex .widget-title {
  border-bottom-width: 2px;
  margin-bottom: 20px;
}
#frontendPostIndex .header-title {
  color: #005164;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #4CAF50;
  font-weight: normal;
}
#frontendPostIndex .header-title h1 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
}
#frontendPostIndex .article {
  margin-bottom: 50px;
}
#frontendPostIndex .article .header-meta {
  font-size: 13px;
  color: #607D8B;
  margin-bottom: 10px;
}
#frontendPostIndex .article .article-meta .article-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 400;
}
#frontendPostIndex .article .article-meta .article-title a {
  text-decoration: none;
  color: #0274be;
}
#frontendPostIndex .article .article-meta .readmore {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#frontendPostIndex .article:hover .article-title a {
  color: #2197cc;
}
@media (max-width: 768px) {
  #frontendPostIndex .article .article-meta {
    margin-top: 20px;
  }
}
#frontendPostIndex .right-aside {
  padding-left: 50px;
}
#frontendPostIndex .right-aside #newRightBaner .bannerLive {
  margin-bottom: 15px;
}
#frontendPostView {
  background-color: #f4f4f4;
  padding-top: 25px;
}
#frontendPostView .article-header {
  margin-bottom: 10px;
}
#frontendPostView .article-header h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
#frontendPostView .header-meta {
  font-size: 13px;
  color: #607D8B;
  margin-bottom: 10px;
}
#frontendPostView .article-content {
  font-size: 14px;
}
#frontendPostView .article-content img {
  max-width: 100%!important;
  margin: auto;
  height: auto!important;
}
#frontentCartIndex {
  padding-top: 30px;
  background-color: #f4f4f4;
}
#frontentCartIndex .panel-custom {
  border-color: #00BCD4;
}
#frontentCartIndex .panel-custom .panel-heading {
  color: #ffffff;
  background-color: #00BCD4;
  border-color: #00BCD4;
  text-transform: uppercase;
}
#frontentCartIndex .media-heading {
  font-size: 13px;
}
#frontentCartIndex .cart-item {
  border-bottom: solid thin #f3f3f3;
  padding-bottom: 7px;
}
#frontentCartIndex .cart-item:last-child {
  border-bottom-color: transparent;
}
#frontentCartIndex .cart-item .quantity-div {
  display: flex;
  margin-top: 5px;
}
#frontentCartIndex .cart-item .quantity-div .quantity-col1 {
  clear: both;
  float: left;
  width: 84px;
  margin-right: 31px;
}
#frontentCartIndex .cart-item .quantity-div .bootstrap-touchspin .input-group-btn {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
#frontentCartIndex .cart-item .quantity-div .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 0px 10px;
}
#frontentCartIndex .cart-item .quantity-div .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0 4px 4px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 0px 10px;
}
#frontentCartIndex .cart-item .quantity-div .bootstrap-touchspin [name=qty] {
  display: block;
  border: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  height: 22px;
  padding: 0;
  width: 32px;
  text-align: center;
}
#frontentCartIndex .cart-item .quantity-div .item-amount {
  font-weight: bold;
  color: #2196F3;
}
#frontentCartIndex .cart-item .quantity-div .delete-cart {
  margin-left: 15px;
  font-size: 12px;
  color: #888181;
  cursor: pointer;
}
#frontentCartIndex .cart-footer {
  border-top: solid thin silver;
  margin-top: 10px;
  padding-top: 10px;
}
#frontentCartIndex .cart-footer .l-label {
  width: 120px;
  display: inline-block;
}
#frontentCartIndex .cart-footer .total-amount {
  font-size: 14px;
  color: #2196F3;
  font-weight: bold;
}
#frontentCartIndex .cart-footer .x-label {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
#frontentCartIndex .cart-footer .x-label input {
  margin-right: 10px;
}
#frontentCartIndex .price {
  font-size: 12px;
}
#frontentCartIndex .sale-price {
  font-weight: bold;
}
#frontentCartIndex .origin-price {
  color: silver;
  text-decoration: line-through;
}
#frontentCartIndex .commission {
  font-weight: bold;
  color: #FF5722;
}
#frontentCartIndex .note-text {
  margin-top: 35px;
}
#frontendCartThank {
  background-color: #f4f4f4;
  padding-top: 30px;
}
</pre></body></html>