/* CSS Document */

a {
  font-size: 100%;
}

a:visited {
  color          : #333;
  text-decoration: none;
}

a:link {
  color          : #333;
  text-decoration: none;
}

a:hover {
  color          : #c00;
  text-decoration: none;
}

.demoHeaders {
  margin-top: 2em;
}

#dialog-link {
  padding        : 0;
  text-decoration: none;
  position       : relative;
}

#dialog-link span.ui-icon {
  margin    : 0 5px 0 0;
  position  : absolute;
  left      : 0.2em;
  top       : 50%;
  margin-top: -8px;
}

#icons {
  margin : 0;
  padding: 0;
}

#icons li {
  margin    : 2px;
  position  : relative;
  padding   : 4px 0;
  cursor    : pointer;
  float     : left;
  list-style: none;
}

#icons span.ui-icon {
  float : left;
  margin: 0 4px;
}

.fakewindowcontain .ui-widget-overlay {
  position: absolute;
}

.socail1 {
  margin  : 20px 0 0;
  position: fixed;
  right   : 0;
}

/* Footer  */
.page_footer {
  /* background: #f4f4f4; */
  background-image : url(/static/web/images/bg-footer.png);
  background-repeat: no-repeat;
  background-size  : cover;
}

.new-footer {
  padding      : 33px 0 30px;
  /* text-align: center; */
}

.title-footer {
  font            : normal normal normal 15px/21px Lato;
  letter-spacing  : 0px;
  color           : #ffffff;
  /* margin-bottom: 15px; */
}

.title-content-item {
  display: block;
}

.footer-warning {
  font          : normal normal normal 15px/21px Lato;
  letter-spacing: 0px;
  color         : #ffffff;
}

.title-content-mobile {
  display: flex;
}

.title-content-item {
  font          : normal normal normal 15px/21px Lato;
  letter-spacing: 0px;
  color         : #ffffff;
  margin-bottom : 10px;
  margin-right  : 15px;
}

.title-content-item>img {
  margin-right: 8px;
}

.footer_infor {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  padding        : 20px 0;
  max-width      : 1306px;
  margin         : 0 auto;
}

.footer_infor>h3 {
  text-align    : justify;
  font          : normal normal normal 15px/32px Roboto;
  letter-spacing: 0px;
  color         : #222;
  margin        : 0;
}

.footer_infor>h3>a {
  text-align    : justify;
  font          : normal normal normal 15px/25px Roboto;
  letter-spacing: 0px;
  color         : #1175bb;
  margin        : 0;
  padding       : 0 4px;
}

.footer_infor>p {
  text-align    : right;
  font          : normal normal normal 15px/25px Roboto;
  letter-spacing: 0px;
  color         : #898989;
  margin        : 0;
}

.backToTop {
  display         : block;
  width           : 35px;
  height          : 35px;
  text-align      : center;
  border-radius   : 50%;
  line-height     : 35px;
  font-size       : 17px;
  background-color: #1175bb;
  position        : fixed;
  bottom          : 1%;
  z-index         : 5;
  color           : #fff !important;
  right           : 3px;
  margin          : 17.5px;
}

/* //// */

/* Contact  */
.contact-page__main {
  background-image: none !important;
}

.contact-page .header_title {
  font-size    : 25px;
  font-weight  : 700;
  color        : #000;
  font-family  : 'Times New Roman', Times, serif;
  margin-bottom: 20px;
}

.contact-page .title-content {
  display       : flex;
  flex-direction: column;
}

.contact-page .title-content>.title-content-item {
  display    : flex;
  align-items: center;
  margin     : 0 0 10px 0;
  color      : #000;
  font-family: 'Times New Roman', Times, serif;
  font-size  : 16px;
}

.contact-page .btn-contact {
  /* text-align: center; */
  margin-top: 15px;
}

/* /////////////// */

.content-home__header {
  background         : url('/static/web/assets/bg_search.png');
  background-position: 1px 0px;
  height             : 50px;
  background-size    : 100% 100%;
  width              : 100%;
  display            : flex;
  align-items        : baseline;
  justify-content    : space-between;
  padding            : 0px 70px;
}

.content-home__header__search {
  /* float: right; */
  background     : url('/static/web/assets/ke_h_f.png');
  padding        : 10px;
  background-size: 100% 100%;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.content-home__header__search .input-searchBook {
  border-radius: 50px;
  width        : 300px;
  height       : 35px;
  border       : none;
  margin-right : 10px;
  box-shadow   : none !important;
  background   : #9b7046;
  font-weight  : bold;
  color        : #000;
}

.content-home__header__search .input-searchBook.menuBars {
  width          : 35px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  position       : relative;
}

.content-home__header__search .input-searchBook>input {
  background: #9b7046;
  box-shadow: none !important;
  color     : #000;
}

.content-home__header__search .input-searchBook>input::placeholder {
  color: #000;
}

.content-home__header__search_input {
  display    : flex;
  align-items: center;
}

.sortBooks {
  position   : relative;
  display    : flex;
  align-items: center;
  padding    : 0 10px;
  cursor     : pointer;
  width      : auto !important;
}

.popUp-sortBooks {
  position: absolute;
  top     : 150%;
  left    : 0;
  padding : 0 5px;

  background   : #9b7046;
  width        : 100%;
  border-radius: 5px;
  z-index      : 1;
  opacity      : 0;

  visibility: hidden;
  transition: all 0.25s ease-in;
}

.popUp-sortBooks.menuBars {
  width: 200px;

  left      : unset;
  right     : 0;
  visibility: hidden;
  transition: all 0.25s ease-in;
}

.popUp-sortBooks.active {
  visibility: visible;
  opacity   : 1;
  top       : 130%;
}

.popUp-sortBooks_item {
  padding: 5px 10px;
  cursor : pointer;
}

.popUp-sortBooks_item:hover {
  color: #fff;
}

.content-home__header__search button {
  position  : relative;
  left      : -35px;
  background: transparent;
  outline   : none;
  border    : none;
  background: #9b7046;
}

.search__filter {
  position : relative;
  top      : 3px;
  color    : #222;
  font-size: 20px;
  cursor   : pointer;
}

.book-filter {
  position  : fixed;
  top       : 0;
  right     : -100%;
  width     : 500px;
  height    : 100vh;
  background: #fff;
  padding   : 20px 30px;
  z-index   : 1000;
  transition: 0.5s all ease-in-out;
  overflow-y: auto;

  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width   : none;
}

.book-filter::-webkit-scrollbar {
  display: none;
}

.book-filter.active {
  right: 0;
}

.book-filter h3 {
  text-align    : left;
  letter-spacing: 0px;
  color         : #222222;
  text-transform: capitalize;
  margin-bottom : 20px;
  font-size     : 18px;
}

.book-filter__close {
  position: absolute;
  top     : 20px;
  right   : 20px;
  cursor  : pointer;
}

.book-filter__item {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  background     : #f0f2f5;
  border-radius  : 50px;
  margin-bottom  : 15px;
  height         : 35px;
  padding        : 0px 10px;
  cursor         : pointer;
}

.book-filter__item.check {
  margin-bottom: 10px;
}

.book-filter__item__child {
  padding-left: 20px;
}

.book-filter__item__child li p {
  text-align    : left;
  letter-spacing: 0px;
  color         : #161616;
  text-transform: capitalize;
  cursor        : pointer;
  font-weight   : 600;
  margin-bottom : 5px;
}

.book-filter__item__child li:hover>p,
.book-filter__item__child li.active>p {
  color: #1175bb;
}

.book-filter__item__child li p:nth-child(1) {
  padding-top: 0px;
}

.book-filter__item-check {
  display      : flex;
  align-items  : center;
  font-size    : 15px;
  font-weight  : bold;
  margin-bottom: 10px;
}

.book-filter__item-check>p {
  font-size  : 15px;
  font-weight: 500;
  margin     : 0;
  color      : #1175bb;
  padding    : 0;
}

.book-filter__item-check>i {
  margin-right: 10px;
  color       : #1175bb;
  font-size   : 15px;
}

.book-filter__item-check {
  display    : flex;
  align-items: center;
}

.book-filter__item--input {
  width        : 100%;
  height       : 35px;
  border       : none;
  background   : #f0f2f5;
  color        : #000;
  outline      : none;
  border-radius: 50px;
  padding      : 0px 10px;
  margin-bottom: 15px;
}

.book-filter__item--input::placeholder {
  color: #000;
}

.book-filter__button {
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
}

.button__delete-filter,
.button__search {
  height       : 35px;
  padding      : 0px 20px;
  cursor       : pointer;
  border-radius: 50px;
  line-height  : 35px;
}

.button__delete-filter {
  background  : #f0f2f5;
  color       : #000;
  font-weight : 600;
  margin-right: 10px;
}

.button__search {
  color      : #fff;
  background : #1075bb;
  font-weight: 600;
}

.content-home__header__sort {
  display        : flex;
  align-items    : center;
  justify-content: center;
  position       : relative;
  top            : 18px;
  width          : 150px;
  height         : 30px;
  border-radius  : 50px;
  border         : 1px solid #5e462b;
  background     : #a77d4e;
  z-index        : 10;
}

.category-book {
  font-size   : 22px;
  font-weight : bold;
  margin-right: 15px;
}

.notice-notFound {
  background-color: rgb(255, 255, 251);
  border          : 1px solid rgb(253, 216, 53);
  color           : rgb(223, 189, 21);
  padding         : 16px 24px;
  display         : flex;
  font-size       : 15px;
  align-items     : center;
}

.notice-notFound.have-result {
  color : rgb(13, 92, 182);
  border: 1px solid rgb(13, 92, 182);
}

.notice-notFound>i {
  margin-right: 15px;
}

.content-home__header__sort p {
  line-height  : 30px;
  margin-bottom: 0px;
  padding-top  : 0px;
  color        : #e8c77d;
  font-weight  : 600;
  cursor       : pointer;
}

.content-home__header__sort__name {
  padding-right: 10px;
  border-right : 1px solid #5e462b;
}

.content-home__header__sort__date {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  width          : 100%;
  padding        : 0px 15px;
}

.content-home__header__sort__date i {
  position: relative;
  top     : -2px;
}

.content-home__header__sort ul {
  position  : absolute;
  left      : 0;
  top       : 225%;
  border    : 1px solid #5e462b;
  background: #a77d4e;
  width     : 150px;
  opacity   : 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.content-home__header__sort ul.active {
  top       : 125%;
  opacity   : 1;
  visibility: visible;
}

.content-home__header__sort ul li {
  display        : flex;
  justify-content: space-between;
  border-bottom  : 1px solid #5e462b;
  padding        : 2px 10px;
  cursor         : pointer;
  transition     : 0.5s;
}

.content-home__header__sort ul li p {
  display     : inline-block;
  margin-right: 10px;
  color       : #e8c77d;
  transition  : 0.5s;
}

.content-home__header__sort ul li:hover p {
  margin-left: 7px;
}

.content-home__header__sort ul li i {
  position: relative;
  top     : 4px;
}

.content-home__footer {
  /* background: url('/static/web/assets/bg_pagination.png'); */
  background-size    : 100% 115%;
  background-position: 0px -5px;
  height             : 50px;
  width              : 100%;
  display            : flex;
  align-items        : center;
  justify-content    : center;
}

.content-home__footer__pagination {
  background     : url(/static/web/assets/ke_h_f.png);
  padding        : 10px !important;
  background-size: 100% 100%;
  display        : flex;
  justify-content: center;
}

.content-home__footer__pagination>li,
.content-home__footer__pagination>li>a {
  background-color: #e8c77d !important;
  color           : #222;
  border-radius   : 50% !important;
  /* border       : 1px solid #222; */
}

.content-home__footer__pagination>.ant-pagination-item-active {
  border-color: #000 !important;
}

.disabled {
  opacity   : 0;
  visibility: hidden;
}

.product {
  width           : auto;
  background-image: url(/static/web/assets/nen.png);
  background-size : 100% 100%;
  padding         : 30px 0px 0px;
}

.product ul {
  padding        : 0 50px;
  width          : 100%;
  justify-content: space-between;
  display        : flex;
  margin-bottom  : 0;
}

.product .shelf_wood {
  width     : 100%;
  margin-top: -10px;
}

/* #showPC .product:nth-child(1) ul {
  background: url('/static/web/images/shelf_wood.avif');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 241px;
} */
.product li {
  position       : relative;
  float          : left;
  width          : 175px;
  height         : 230px;
  /* margin      : 50px 0px 0px 85px; */
  background     : url(/static/web/assets/feat_item1.png);
  text-align     : center;
  cursor         : pointer;
  background-size: 100%;
  transition     : 0.3s all ease;
}

.product li:not(:last-child) {
  margin: 0 31px 0 0;

}

.product li a img {
  width     : 163px;
  height    : 226px;
  margin    : 4px 0 0 0;
  float     : left;
  transition: 0.3s all ease;
  object-fit: cover;
}

.product li a .showname {
  height: calc(226px - 80px);
}

.product li a .icon-view {
  position  : absolute;
  bottom    : 10px;
  left      : 10px;
  background: rgba(0, 0, 0, 0.7);
  padding   : 0 5px;
  color     : #fff;
}

.product li:hover {
  transform: scale(1.05);
  z-index  : 20;
}

.product li:hover .product__description-container {
  opacity   : 1;
  visibility: visible;
}

.product__description_name_nobook {
  color             : #000;
  text-align        : left;
  padding           : 10px 10px 0;
  height            : 80px;
  overflow          : hidden;
  word-wrap         : break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display           : -webkit-box;
  font-size         : 13px;
  font-weight       : 500;
}

.product__description-container {
  position  : absolute;
  top       : 0;
  right     : -186%;
  padding   : 0px 10px;
  width     : 350px;
  opacity   : 0;
  visibility: hidden;
  transition: 0.3s all ease;
}

.product__description {
  padding      : 0px 10px;
  background   : #fff;
  padding      : 10px 15px 15px;
  border-radius: 10px;
  z-index      : 15;
}

.product__description__title {
  text-align : left;
  font-weight: 600;
  margin     : 10px 0;
  padding-top: 0px;
  font-size  : 17px;
}

.product__description__short__description {
  text-align   : left;
  margin-bottom: 0px;
  padding-top  : 0px;
  margin-top   : 5px;
  height       : 120px;
  font-size    : 15px;
  overflow     : hidden;
}

.product__description__image {
  width     : 230px;
  max-height: 300px;
  margin    : 10px auto 0px;
}

.product__description__share {
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
  margin-top     : 10px;
}

.share__facebook,
.share__zalo {
  font-size    : 10px;
  color        : #fff;
  padding      : 2px 10px;
  border-radius: 3px;
  display      : flex;
}

.share__facebook img,
.share__zalo img {
  margin-left: 5px;
}

.share__facebook {
  margin-right: 10px;
  background  : #3b5998;
}

.share__zalo {
  background: #1075bb;
}

.product__description__download {
  display        : flex;
  justify-content: flex-start;
  margin-top     : 10px;
}

.product__description__download p {
  display      : inline-block;
  background   : #1075bb;
  font-size    : 10px;
  color        : #fff;
  padding      : 2px 10px;
  border-radius: 3px;
  margin-bottom: 0px;
}

.product li .button {
  border          : none;
  background-color: #016fd1;
  color           : #fff;
  padding         : 8px 14px 8px 14px;
  text-transform  : uppercase;
  font-size       : 11px;
  font-weight     : bold;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 4px;
  margin          : 10px 0 0 0;
}

.product li .button:hover {
  cursor          : pointer;
  background-color: #c00;
}

.product li .read {
  border          : none;
  position        : absolute;
  bottom          : 20px;
  left            : 138px;
  background-color: #c00;
  color           : #fff;
  padding         : 5px 12px 5px 12px;
  margin          : 0 0 5px 0;
  font-size       : 11px;
  behavior        : url(../../images1/styles/border-radius.htc);
  border-radius   : 3px;
}

.product li .read:hover {
  cursor          : pointer;
  background-color: #069;
}

.product li .download {
  border          : none;
  position        : absolute;
  bottom          : 20px;
  left            : 220px;
  background-color: #036;
  color           : #fff;
  padding         : 5px 12px 5px 12px;
  margin          : 0 0 5px 0;
  font-size       : 11px;
  behavior        : url(../../images1/styles/border-radius.htc);
  border-radius   : 3px;
}

.product li .download:hover {
  cursor          : pointer;
  background-color: #099;
}

.product1 {
  width: auto;
}

.product1 ul {
  height    : 355px;
  background: url(/static/web/assets/feat_shelf.png);
  padding   : 0 0 0 60px;
  width     : 940px;
}

.product1 li {
  float     : left;
  width     : 90%;
  height    : 300px;
  margin    : 0 0 0 50px;
  background: url(/static/web/assets/feat_item.png) no-repeat;
}

.product1 li img {
  width : 190px;
  height: 295px;
  margin: 4px 0 0 0;
}

.product1 li .button {
  border          : none;
  background-color: #016fd1;
  color           : #fff;
  padding         : 5px 15px 5px 15px;
  text-transform  : uppercase;
  font-size       : 11px;
  font-weight     : bold;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 4px;
}

.product1 li .button:hover {
  cursor          : pointer;
  background-color: #c00;
}

.product1 li .text {
  padding-top: 60px;
  font-size  : 20px;
  color      : #06c;
  line-height: 25px;
}

.product1 li .post_info_content {
  float: left;

  padding       : 0;
  vertical-align: top;
  width         : 100%;
}

.product1 li .text a:visited {
  color          : #fff;
  text-decoration: none;
}

.product1 li .text a:link {
  color          : #fff;
  text-decoration: none;
}

.product1 li .text a:hover {
  color          : #fff;
  text-decoration: underline;
}

.product1 li .read {
  background-color: #c00;
  border          : medium none;
  border-radius   : 3px;
  bottom          : 20px;
  color           : #fff;
  font-size       : 18px;
  left            : 138px;
  margin          : 0 0 5px;
  padding         : 13px 12px;
}

.product1 li .download {
  background-color: #036;
  border          : medium none;
  border-radius   : 3px;
  bottom          : 20px;
  color           : #fff;
  font-size       : 18px;
  left            : 220px;
  margin          : 0 0 5px;
  padding         : 13px 12px;
}

.read {
  padding: 0 0 40px 0;
  z-index: 99999;
}

.control {
  margin: 10px 30px -10px 0;
  float : right;
}

.control li {
  font-weight     : bold;
  display         : inline;
  padding         : 7px 15px 7px 15px;
  background-color: #4d1a01;
  margin          : 0 5px 0 5px;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 4px;
}

.control li.search {
  background-color: transparent;
}

.control li a:visited {
  color          : #fff;
  text-decoration: none;
}

.control li a:link {
  color          : #fff;
  text-decoration: none;
}

.control li a:hover {
  color          : #fff;
  text-decoration: none;
}

.control li:hover {
  background-color: #c00;
}

.control li.search:hover {
  background-color: transparent;
}

.control .textbox {
  border          : none;
  background-color: transparent;
  color           : #fff;
  width           : 200px;
  background-color: #4d1a01;
  margin          : 0 0 0 -15px;
  padding         : 7px 10px 7px 10px;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 4px;
}

.control .button-search {
  border          : none;
  background-color: #4d1a01;
  height          : 28px;
  color           : #fff;
  padding         : 0 10px 0 10px;
  margin          : 0 0 1px 0;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 4px;
}

.control .button-search:hover {
  cursor          : pointer;
  background-color: #c00;
}

.dir {
  float : left;
  margin: 0 0 0 50px;
}

.dir li {
  font-weight: bold;
  float      : left;
  margin     : 14px 0 0 20px;
}

.dir li img {
  float : left;
  margin: -5px 5px 0 0;
}

.dir li a:visited {
  color          : #4d1a01;
  text-decoration: none;
}

.dir li a:link {
  color          : #4d1a01;
  text-decoration: none;
  font-size      : 14px;
}

.dir li a:hover {
  color          : #fff;
  text-decoration: none;
}

.info-detail {
  text-align : center;
  color      : #fff;
  opacity    : 0.5;
  padding    : 0 0 20px 0;
  font-size  : 11px;
  line-height: 14px;
}

.info-detail a:visited {
  color          : #fff;
  text-decoration: none;
}

.info-detail a:link {
  color          : #fff;
  text-decoration: none;
}

.info-detail a:hover {
  color          : #fff;
  text-decoration: underline;
}

.book {
  width: auto;
}

.book li {
  list-style-type: disc;
  padding        : 10px 0 0 0;
  margin         : 0 0 0 10px;
}

.book a:visited {
  color          : #333;
  text-decoration: none;
}

.book a:link {
  color          : #333;
  text-decoration: none;
}

.book a:hover {
  color          : #c00;
  text-decoration: none;
}

.list {
  width: auto;
}

.list li {
  list-style-type: disc;
  padding        : 10px 0 0 0;
  margin         : 0 0 0 10px;
}

.list li li {
  margin: 0 0 0 20px;
}

.list a:visited {
  color          : #333;
  text-decoration: none;
}

.list a:link {
  color          : #333;
  text-decoration: none;
}

.list a:hover {
  color          : #c00;
  text-decoration: none;
}

.socail {
  position: absolute;
  bottom  : -1px;
  width   : 100%;
}

.socail ul {
  text-align: center;
}

.socail li {
  margin : 0 5px 0 0;
  display: inline;
}

.save {
  position: absolute;
  bottom  : 35px;
  width   : 100%;
}

.save ul {
  text-align: center;
}

.save li {
  margin : 0 5px 0 0;
  display: inline;
}

.category {
  position: absolute;
  right   : 20px;
  top     : 335px;
}

.download .left {
  float: left;
  width: 250px;
}

.download .right {
  float: right;
  width: 700px;
}

.download .left h1 {
  background-color: #069;
  color           : #fff;
  text-transform  : uppercase;
  font-weight     : bold;
  padding         : 10px;
  font-size       : 16px;
  margin          : 0 0 2px 0;
}

.download .left li {
  background-color: #06c;
  padding         : 10px;
  font-weight     : bold;
}

.download .left li a:visited {
  color          : #fff;
  text-decoration: none;
}

.download .left li a:link {
  color          : #fff;
  text-decoration: none;
}

.download .left li a:hover {
  color          : #fff;
  text-decoration: none;
}

.download .left li li {
  background-color: #fff;
  border          : 1px #ccc solid;
  border-top      : none;
  margin          : 10px -10px -10px -10px;
  font-weight     : normal;
  padding         : 10px 10px 10px 20px;
}

.download .left li li a:visited {
  color          : #333;
  text-decoration: none;
}

.download .left li li a:link {
  color          : #333;
  text-decoration: none;
}

.download .left li li a:hover {
  color          : #333;
  text-decoration: none;
}

.download-page ul {
  height    : auto;
  background: none;
  padding   : 0;
  width     : auto;
  margin    : 0 0 0 -30px;
}

.download-page li {
  width     : 152px;
  height    : 300px;
  margin    : 0 0 0 30px;
  background: none;
}

.download-page li:first-child {
  margin: 0 0 0 30px;
}

.download-page li img {
  width : 100%;
  height: auto;
  margin: 4px 0 0 0;
}

.list {
  width : auto;
  margin: -12px 0 20px 0;
}

.list span {
  float      : left;
  color      : #666;
  font-weight: bold;
  padding    : 5px 10px 0 0;
}

.list select {
  float  : left;
  border : 1px #ccc solid;
  padding: 5px;
  width  : 200px;
  color  : #666;
}

.help {
  width: auto;
}

.help .left {
  width: 300px;
  float: left;
}

.help .left h1 {
  background-color: #069;
  color           : #fff;
  text-transform  : uppercase;
  font-weight     : bold;
  padding         : 10px;
  font-size       : 16px;
  margin          : 0 0 2px 0;
}

.help .left li {
  background-color: #06c;
  padding         : 10px;
  font-weight     : bold;
}

.help .left li a:visited {
  color          : #fff;
  text-decoration: none;
}

.help .left li a:link {
  color          : #fff;
  text-decoration: none;
}

.help .left li a:hover {
  color          : #fff;
  text-decoration: none;
}

.help .left li li {
  background-color: #fff;
  border          : 1px #ccc solid;
  border-top      : none;
  margin          : 10px -10px -10px -10px;
  font-weight     : normal;
  padding         : 10px 10px 10px 20px;
}

.help .left li li a:visited {
  color          : #333;
  text-decoration: none;
}

.help .left li li a:link {
  color          : #333;
  text-decoration: none;
}

.help .left li li a:hover {
  color          : #333;
  text-decoration: none;
}

.help .right {
  width : 950px;
  float : right;
  margin: -10px 0 0 0;
}

.help .right1 {
  width : 650px;
  float : right;
  margin: -10px 0 0 0;
}

/* Contact */
.contact {
  width   : auto;
  position: relative;
}

.contact .h1 {
  font-style    : normal;
  font-size     : 16px;
  font-weight   : bold;
  text-transform: uppercase;
  color         : #d34b27;
  padding       : 10px 0 5px 0;
  border-bottom : 1px #d34b27 solid;
  margin        : 0 0 20px 0;
}

.contact .control {
  position: absolute;
  top     : 0;
  right   : 0;
}

.contact .box {
  clear : both;
  margin: 0 0 10px 0;
}

.contact .box .title {
  padding       : 7px 0 5px 0;
  text-transform: none;
  font-weight   : bold;
}

.contact .text {
  margin: 0 0 15px 0;
}

.contact .textbox {
  margin: 0 0 10px 0;
}

.contact .box .style1 {
  width        : 60%;
  border       : 1px #b0b0b0 solid;
  padding      : 7px;
  color        : #666;
  behavior     : url(../styles/border-radius.htc);
  border-radius: 3px;
}

.contact .box .style2 {
  /* font-family: Arial, Helvetica, sans-serif; */
  width        : 99%;
  height       : 120px;
  border       : 1px #b0b0b0 solid;
  padding      : 5px;
  color        : #666;
  behavior     : url(../styles/border-radius.htc);
  border-radius: 3px;
}

.contact .box .style3 {
  padding         : 5px 10px 5px 10px;
  border          : none;
  background-color: #007da8;
  color           : #fff;
  behavior        : url(../styles/border-radius.htc);
  border-radius   : 3px;
  font-weight     : bold;
}

.contact .box .style3:hover {
  background-color: #d34b27;
  cursor          : pointer;
}

.wrapper_account {
  width : 50%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .product ul li:last-child .product__description-container {
    right: 100%;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }

  .menu {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .contact-page .header_title {
    font-size: 21px;
  }

  /* Footer  */
  .new-footer {
    text-align: left;
    padding   : 30px;
  }

  .title-footer {
    line-height: 24px;
  }

  /* .title-content {
    display: flex;
    flex-direction: column;
  } */
  .title-content-item {
    line-height: 24px;
  }

  .title-content-item>img {
    width : 19px;
    height: 19px;
  }

  .footer-warning {
    line-height: 24px;
  }

  /* /// */
  .product li {
    width : 140px;
    height: 204px;
  }

  .product li a img {
    width : 130px;
    height: 200px;
  }

  .product li a .showname {
    height: calc(200px - 70px);
  }

  .product__description_name_nobook {
    height: 70px;
  }

  .content-home__header__search .input-searchBook {
    width: 200px;
  }

  .banner1 {
    height: 190px;
  }

  .banner {
    width: 100%;
  }

  .banner .quochuy {
    width      : 90px;
    height     : 90px;
    margin-left: 10px;
  }

  .banner .bannerTitle {
    left: 0px;
  }

  /* .banner .bannerTitle_en {
    height: 40px;
  } */

  .menu {
    width: 750px;
  }

  .wrapper {
    width: 100%;
  }

  .wrapper_account {
    width: 60%;
  }

  .content-home__header {
    padding: 0px 50px;
  }

  .content-home__header__search input {
    width: 200px;
  }

  .content-home__footer {
    margin-top: 30px;
  }

  .product__description-container {
    right: -266%;
  }

  .product ul li:last-child .product__description-container,
  .product ul li:nth-child(3) .product__description-container {
    right: 100%;
  }

  .banner .bannerTitle_tongcuc {
    font-size: 13px;
  }

  .banner .bannerTitle_en {
    font-size: 8px;
  }

  /* Header  */
  .nav-icon {
    display: initial;
  }

  .wrapper-menu {
    display        : flex;
    justify-content: flex-end;
    padding-right  : 15px;
    padding-top    : 15px;
    padding-bottom : 15px;
  }

  .content_home {
    padding: 0px;
    margin : 0px;
  }

  .bannerTitle__hotline {
    display: none;
  }

  .content-home__header {
    padding: 0px 10px;
  }

  .banner1 {
    height: 170px;
  }

  .menu {
    position      : fixed;
    top           : 0;
    right         : -100%;
    width         : 50%;
    height        : 100%;
    background    : #fff;
    padding-top   : 100px;
    z-index       : 1000;
    display       : flex;
    flex-direction: column;
    align-items   : center;
    transition    : 0.5s all ease;
  }

  .menu.active {
    right: 0;
  }

  .close-menu {
    position: absolute;
    top     : 20px;
    right   : 20px;
    display : initial;
  }

  ul#dropdown-menu {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
  }

  ul#dropdown-menu li a {
    display   : inline-block;
    width     : 200px;
    text-align: center;
    color     : #000;
  }

  ul#dropdown-menu li:hover a {
    text-decoration : none;
    color           : unset;
    background-color: unset;
    font-weight     : bold;
  }

  ul#dropdown-menu ul {
    background-color: #fff;
    display         : block;
    position        : unset;
  }

  ul#dropdown-menu li {
    text-align: center;
  }

  ul#dropdown-menu ul li {
    width        : 100%;
    border-bottom: none;
  }

  /* // */
}

@media (max-width: 760px) {

  /* .product li{
    width: 63px;
        height: 90px
  } */
  /* .product li a img{
    width: 60px;
        height: 90px
  } */
  .wrapper_account {
    width: 100%;
  }

  .banner .sach_title {
    display: none;
  }

  .nav-icon {
    display: initial;
  }

  .wrapper-menu {
    display        : flex;
    justify-content: flex-end;
    padding-right  : 15px;
  }

  .content_home {
    padding: 0px;
    margin : 0px;
  }

  .bannerTitle__hotline {
    display: none;
  }

  .content-home__header {
    padding: 0px 10px;
  }

  .banner1 {
    height: 170px;
  }

  .menu {
    left : 100%;
    width: 100%;
  }

  .menu.active {
    left: 0;
  }

  .close-menu {
    position: absolute;
    top     : 20px;
    right   : 20px;
    display : initial;
  }
}

@media (max-width: 540px) {
  .banner .quochuy {
    width      : 70px;
    height     : 70px;
    margin-left: 10px;
  }

  .banner .bannerTitle_name {
    font-size: 44px;
  }

  .banner .bannerTitle_tongcuc {
    line-height: 20px;
  }

  .product__description-container {
    display: none;
  }

  .product__description__image {
    width     : 100%;
    max-height: 240px;
  }

  .content-home__header__search .input-searchBook,
  .sortBooks {
    width       : 140px;
    margin-right: 0;
  }

  .sortBooks {
    margin-right: 0 !important;
  }

  /* .content-home__header__search {
    display: none;
  } */
  .search__filter {
    margin-left: 5px;
  }

  .book-filter {
    width: 100%;
  }

  #showPC .product:nth-child(1) ul {
    background-position: 0px 119px;
  }

  .content-home__header__search {
    flex-wrap: wrap;
  }

  .category-book {
    width        : 100%;
    text-align   : center;
    margin-bottom: 10px;
  }

  /* Footer  */
  .new-footer {
    text-align: left;
  }

  .title-footer {
    line-height: 24px;
  }

  .title-content-item {
    line-height: 24px;
  }

  .title-content-item>img {
    width : 19px;
    height: 19px;
  }

  .footer-warning {
    line-height: 24px;
  }

  /* //// */
}

@media (max-width: 414px) {

  .banner .bannerTitle_tongcuc,
  .banner .bannerTitle_en {
    font-size: 12px;
  }

  .banner .bannerTitle_name {
    font-size: 35px;
  }

  .content-home__header__search input {
    width: 190px;
  }

  .content-home__header {
    background     : url('/static/web/assets/bg_pagination.png');
    background-size: 10000% 200%;
  }

  .content-home__header__search {
    top: 10px;
  }

  .content-home__header__sort {
    top: 10px;
  }

  .content-home__footer {
    background-size: 10000% 100%;
  }

  .pro20ct {
    height: 210px;
  }

  #showPC .product:not(:first-child) ul {
    background: transparent;
  }

  .product ul li:nth-child(1) .product__description-container,
  .product ul li:nth-child(3) .product__description-container {
    right: -102%;
    width: 250px;
  }

  .product ul li:nth-child(2) .product__description-container,
  .product ul li:nth-child(4) .product__description-container {
    right: 78%;
    width: 250px;
  }

  .product__description__short__description {
    height: 78px;
  }

  .product li:hover {
    transform: scale(1);
  }
}

@media (max-width: 375px) {
  .banner1 {
    height: 185px;
  }

  .banner .quochuy {
    width : 70px;
    height: 70px;
  }

  .banner .bannerTitle {
    margin: -5px 25px;
  }

  .banner .bannerTitle_name {
    font-size : 30px;
    margin-top: 10px;
  }

  .product ul li:nth-child(2) .product__description-container,
  .product ul li:nth-child(4) .product__description-container {
    right: 68%;
  }
}

@media (max-width: 320px) {
  .banner1 {
    height: 200px;
  }

  .banner .bannerTitle {
    margin: -5px 15px;
  }

  .content-home__header__search input {
    width: 140px;
  }

  .product ul li:nth-child(2) .product__description-container,
  .product ul li:nth-child(4) .product__description-container {
    right: 43%;
  }
}