/*
 * @name wowBook
 * @desc style for wowBook plugin for jQuery
 *
 * @author Marcio Aguiar
 * @version 1.0
 *
 * Date: Wed Dec 8 10:05:49 2010 -0200
 */

.wowbook {
  position: relative;
  zoom: 1;
}

.wowbook-page {
  zoom: 1;
}

.wowbook-page-content {
  position: absolute;
  overflow: hidden;
  zoom: 1;
}

.wowbook-loading .wowbook-page-content {
  background-image: url("../loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

img.wowbook-lazy {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wowbook-left {}

.wowbook-right:nth-child(1) {}

.wowbook-right:nth-child(1) #cover {
  display: flex;
}

.wowbook-right:nth-child(1) img {
  margin-left: auto;
  padding: 5px;
}

.wowbook-page:first-child .wowbook-gutter-shadow {
  background: url(../images/moc-thot.png) repeat-y right top;
  background-color: #fff;
}

.wowbook-page .last_cover .wowbook-gutter-shadow {
  background: url(../images/moc-thot.png) repeat-y left top;
  background-color: #fff;
}

.wowbook-disabled {}

.wowbook-handle {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  width: 500px;
  z-index: 10000;
  -webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
  display: none;
}

.wowbook-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.wowbook-page-content.wowbook-double-page {
  padding: 0;
}

.wowbook-shadow-clipper {
  position: absolute;
  overflow: hidden;
  z-index: 999;
  zoom: 1;
  -webkit-backface-visibility: hidden;
}

.wowbook-shadow-container {
  display: none;
  position: absolute;
  z-index: 999;
  zoom: 1;
}

.wowbook-shadow-internal {
  background: url("../images/shadow_internal_fold.png") repeat-y;
  height: 500px;
  width: 200px;
  position: absolute;
  zoom: 1;
  -webkit-backface-visibility: hidden;
}

.wowbook-shadow-fold {
  background: url("../images/shadow_fold.png") right top repeat-y;
  height: 500px;
  width: 100px;
  position: absolute;
  zoom: 1;
  -webkit-backface-visibility: hidden;
}

.wowbook-shadow-fold-flipped {
  background-image: url("../images/shadow_fold_flip_h.png");
}

.wowbook-fold-gradient {
  background: url("../images/fold_gradient.png") right top repeat-y;
  height: 500px;
  width: 125px;
  position: absolute;
  top: 0;
  zoom: 1;
  -webkit-backface-visibility: hidden;
}

.wowbook-fold-gradient-flipped {
  background-image: url("../images/fold_gradient_flip_h.png");
}

.wowbook-fold-gradient-container {
  position: absolute;
  z-index: 1001;
}

.wowbook-gutter-shadow {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
}

.wowbook-left .wowbook-gutter-shadow {
  background: url("../images/gutter_shadow_left.png") right top repeat-y;
  right: 0;
  width: 70px;
}

.wowbook-right .wowbook-gutter-shadow {
  background: url("../images/gutter_shadow_right.png") right top repeat-y;
  left: 0;
}

.wowbook-hard-page-shadow {
  background: #888;
  position: absolute;
  top: 0;
  z-index: 999;
}

.wowbook-page-number {
  bottom: 0;
  padding-bottom: 8px;
  position: absolute;
}

.wowbook-left .wowbook-page-number {
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "be-b";
  display: none;
}

.wowbook-right .wowbook-page-number {
  right: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  text-align: center;
  font-size: 15px;
  font-family: "be-b";
  color: #000;
  display: none;
}

.wowbook-book-shadow {
  -moz-box-shadow: 0 0 7px #666;
  -ms-box-shadow: 0 0 7px #666;
  -webkit-box-shadow: 0 0 7px #666;
  -o-box-shadow: 0 0 7px #666;
  box-shadow: 0 0 7px #666;
}

.wowbook-hard-page-shadow {
  background: #888;
  box-shadow: 0 0 2px 0px #666;
  background: rgba(96, 96, 96, 0.5);
  position: absolute;
  top: 0;
  z-index: 999;
}

.wowbook-page-holded {}

.wowbook-page-holded object {}

.wowbook-thumbnails {
  background: none;
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: optimizeQuality;
  z-index: 10000;
}

.wowbook-thumbnails .wowbook-clipper {
  overflow: hidden;
  position: relative;
}

.wowbook-thumbnails ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.wowbook-thumbnails .wowbook-button {
  background: none no-repeat 50% 50% #333;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}

.wowbook-thumbnail {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.wowbook-thumbnail .wowbook-page-content {
  position: relative;
}

.wowbook-thumbnail.wowbook-right {
  margin-right: 1em;
}

.wowbook-overlay {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.wowbook-horizontal.wowbook-thumbnails {
  width: 100%;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper {
  height: 100%;
  position: relative;
  margin: 0 30px;
}

.wowbook-horizontal.wowbook-thumbnails ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-button {
  width: 30px;
  height: 100%;
  background-image: url("../images/icons/arrow_left.png");
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
  left: auto;
  right: 0;
  background-image: url("../images/icons/arrow_right.png");
}

.wowbook-horizontal .wowbook-thumbnail {
  white-space: normal;
  *white-space: nowrap;
}

.wowbook-horizontal .wowbook-thumbnail .wowbook-page-content {
  *white-space: normal;
}

.wowbook-vertical.wowbook-thumbnails {
  display: inline-block;
  height: 100%;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-clipper {
  position: absolute;
  top: 30px;
  bottom: 30px;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button {
  height: 30px;
  width: 100%;
  background-image: url("../images/arrow_up.png");
}

.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button {
  bottom: 0;
  top: auto;
  background-image: url("../images/arrow_down.png");
}

.wowbook-vertical .wowbook-thumbnail.wowbook-right {
  margin-right: 0;
}

.wowbook-vertical .wowbook-thumbnail:first-child {
  margin-left: 50%;
}

.wowbook-inner-clipper {
  top: -220px !important;
}

.wowbook-origin {
  top: 220px !important;
}

#container {}

#features {}

.wowbook {
  color: #333;
}

.wowbook-page-content {}

.bg-menu-photo {
  background-color: var(--clr-white);
}

.wowbook-left .wowbook-gutter-shadow {
  background: url("../images/moc-khuyen.jpg") repeat-y left top;
  opacity: 1;
  width: 15px;
  z-index: 5;
}

.wowbook-right .wowbook-gutter-shadow {
  background: url("../images/moc-khuyen.jpg") repeat-y right top;
  width: 15px;
}

#container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  position: relative;
}

.nav-menu-container {
  height: 46px;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2147483647;
  zoom: 1;
  display: none;
}

.nav-menu-container a {
  display: block;
  height: 46px;
  width: 48px;
  padding: 0;
  background: #000000 no-repeat;
  background-position: 8px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-menu-container #zoomin {
  background-image: url("../images/icons/zoom_in.png");
}

.nav-menu-container #zoomout {
  background-image: url("../images/icons/zoom_out.png");
}

.nav-menu-container #first {
  background-image: url("../images/icons/arrow_double_left.png");
}

.nav-menu-container #last {
  background-image: url("../images/icons/arrow_double_right.png");
}

.nav-menu-container #next {
  background-image: url("../images/icons/arrow_right.png");
}

.nav-menu-container #back {
  background-image: url("../images/icons/arrow_left.png");
}

.nav-menu-container #slideshow {
  background-image: url("../images/icons/slideshow_play.png");
}

.nav-menu-container #slideshow.wowbook-disabled {
  background-image: url("../images/icons/slideshow_pause.png");
}

.nav-menu-container #flipsound {
  background-image: url("../images/icons/sound_on.png");
}

.nav-menu-container #flipsound.wowbook-disabled {
  background-image: url("../images/icons/sound_off.png");
}

.nav-menu-container #thumbs {
  background-image: url("../images/icons/thumbs.png");
}

.nav-menu-container #fullscreen {
  background-image: url("../images/icons/fullscreen_on.png");
}

.nav-menu-container #fullscreen.wowbook-disabled {
  background-image: url("../images/icons/fullscreen_off.png");
}

.nav-menu-container a:hover {
  background-color: #2c2c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
}

.nav-menu-container a:active,
.nav-menu-container a:hover,
.nav-menu-container a {
  outline: none;
}

@media screen and (max-width: 568px),
screen and (max-height:380px) {
  #container {}

  .nav-menu-container {
    margin: auto;
    top: 0px;
  }

  .nav-menu-container li {
    height: 32px;
  }

  .nav-menu-container li a {
    background-size: 50% 50%;
    height: 32px;
    width: 32px;
  }

  html {
    -webkit-text-size-adjust: none;
  }

  #click_to_open {
    display: none;
  }
}

#main {
  position: relative;
}

#click_to_open {
  position: absolute;
  left: 25%;
  margin-left: -180px;
  top: 50%;
  margin-top: -50px;
}

.js #features {
  mmargin-left: -12000px;
}

.wowbook-page {
  mmargin: 0 2px !important;
}

.wowbook-page h1 {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 32px;
  color: white;
  background: #aa2b2b;
  line-height: 1.5;
  padding: 5px 5px 0px;
  margin: 0;
}

.wowbook-page .subtitle {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 1.5;
  padding: 5px 5px 0px;
  font-style: italic;
}

.wowbook-page p,
.wowbook-page ul {
  font-family: "News Cycle", sans-serif;
  font-size: 24px;
  margin-top: 0.5em;
}

.wowbook-page li {
  list-style: none;
}

.feature {
  padding: 1em 1em;
  font-family: "BebasNeueRegular", sans-serif;
  height: 500px;
  width: 400px;
  background: url("../../images/bg-menu-book.png") no-repeat;
}

.feature h1,
.feature h2 {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 38px;
  color: black;
}

.wowbook-page .feature.pagefx p {
  font-size: 22px;
}

.wowbook-page .feature.pagefx .subtitle {
  margin-top: 0;
  font-size: 18px;
}

.wowbook-page .feature.pagefx h1 {
  font-size: 48px;
  color: #aa2b2b;
  background: none;
  line-height: 0.7;
  padding: 5px 0px 0px;
  margin: 0;
}

.easy {
  background: #ffffff url("../images/easy.png") no-repeat left top;
  background-size: 200% 100%;
  zoom: 1;
  ffont-size: 1.5em;
  ffont-family: lato;
}

.easy h1,
.easy p,
.easy .subtitle {
  display: none;
}

.wowbook-right .easy {
  background-position: right top;
}

.design {
  background: #ffffff url("../images/design.png") no-repeat;
  background-size: 200% 100%;
}

.design h1 {
  background: none;
  text-indent: -10000px;
  color: #88bfbf;
  text-shadow: 1px 1px 0px #447f7f;
  font-size: 144px;
  line-height: 0.8;
  bborder-bottom: 2px solid #88bfbf;
}

.design .subtitle {
  font-family: "News Cycle", sans-serif;
  font-style: normal;
  font-size: 30px;
  color: #333;
  position: absolute;
  top: 27%;
}

.wowbook-right .design {
  background-position: right top;
}

.wowbook-right .design p {
  text-align: right;
  position: absolute;
  bottom: 1.5em;
  font-size: 30px;
  padding-right: 1em;
}

.responsive pp {
  font-size: 16px;
}

.responsive hh2 {
  font-size: 20px;
}

.responsive h1 {
  color: white;
}

.thumbnails p {
  font-size: 16px;
}

.thumbnails h2 {
  font-size: 20px;
}

.thumbnails h1 {
  color: white;
}

#thumbs_holder {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 10000;
}

#thumbs_holder .wowbook-thumbnails {
  background: none repeat scroll 0 0 #222;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 20px #aa2b2b;
  padding: 10px 0;
  position: relative;
}

#thumbs_holder .wowbook-button {
  background-color: #aa2b2b;
}

.wowbook-thumbnails {
  background: none repeat scroll 0 0 #888;
  background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.wowbook-horizontal.wowbook-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wowbook-vertical .wowbook-thumbnail {
  margin-top: 5px;
  margin-bottom: 5px;
}

#thumbs_type,
#thumbs_position,
#thumbs_size {
  text-align: center;
}

#thumbs_position button {
  width: 49%;
}

#zoom-feature {
  background: #ffffff url("../images/zoom.jpg") no-repeat;
  background-size: 200% 100%;
}

#zoom-feature h1 {
  font-size: 100px;
  color: #333;
  background: none;
  line-height: 1.1;
  padding: 5px 0px 0px;
  text-align: right;
}

#zoom-feature2 {
  background-color: white;
  background-image: url("../images/zoom.jpg");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.deeplinking {
  color: white;
  background: url("../images/chain.jpg") no-repeat;
  background-size: 200% 100%;
}

.deeplinking h1 {
  color: white;
  background: #3d567d !important;
}

.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
  color: #f8f8f8;
  text-decoration: underline;
}

.wowbook-right .deeplinking {
  background-position: top right;
}

.wowbook-page .feature.numbering h1 {
  color: #aa2b2b;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}

.wowbook-page .feature.numbering p {
  font-size: 23px;
}

.wowbook-page .feature.numbering .wowbook-page-number {
  text-indent: 100%;
  overflow: hidden;
}

.wowbook-page .feature.slideshow h1 {
  color: #aa2b2b;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}

.wowbook-page .feature.slideshow a {
  display: block;
  text-align: center;
}

.wowbook-page .feature.flash {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 42%;
}

.wowbook-page .feature.flash p {
  font-size: 20px;
  padding: 0.7em;
}

.wowbook-page .feature.flash h1 {
  display: none;
}

.feature.flash-demo {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-position: top right;
  background-size: 200% 100%;
  padding-top: 25%;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}

.more {
  background: url("../images/more.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 30px;
}

.more h1 {
  display: none;
}

.more ul {
  margin-left: 1em;
}

.more li {
  margin-bottom: 0.7em;
}

.last_cover {
  padding: 0;
}

.wowbook-right .more {
  background-position: top right;
}

div.box-book {
  padding: 50px 0;
  background: url("../../images/menu.jpg") no-repeat center;
  background-size: cover;
}

div.box-book .box-trong {
  max-width: 930px;
  margin: auto;
}

div.box-book .slogan-top {
  color: #fff;
}

div.box-book .wowbook-page-content {
  padding: 20px;
  background: url("../images/thot.png") no-repeat;
  box-shadow: none !important;
}

div.box-book .wowbook-page-content img {
  border: 5px solid #dfe0e4;
}

div.box-book .tieude_tc {}

.wowbook-left .bg-menu-photo {}

.wowbook-right .bg-menu-photo>div {
  display: flex;
}

.wowbook-right .bg-menu-photo>div a {
  margin-left: auto;
}

.wowbook-right .bg-menu-photo img,
.wowbook-left .bg-menu-photo img {
  padding: 10px;
}