@charset "UTF-8";
/* Mixin */
/* Set các giá trị với màn hình tương ứng */
#boi-bai-tarot {
  font-size: 16px; }
  #boi-bai-tarot .mo-ta {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 10px; }
  #boi-bai-tarot #div-xem-ket-qua-tarot {
    display: none;
    margin-top: 15px;
    margin-bottom: 20px; }

.link-tarot-action {
  cursor: pointer;
  border: 1px solid #FFF;
  outline: 2px solid #006e33;
  padding: 5px 15px 6px;
  color: #FFF !important;
  background: #006e33;
  font-size: 13px; }

.img-boi-bai-tarot {
  width: 100%;
  max-width: 450px; }

#div-result {
  margin-top: 10px; }

.content-show {
  display: none; }
  .content-show .type_content {
    margin-bottom: 5px; }

.similar-tarot-page {
  margin-bottom: 5px;
  margin-top: 10px; }

.cards-out {
  max-width: 900px;
  margin: auto; }
  @media (max-width: 479px) {
    .cards-out {
      padding: 0 5px; } }

@media (max-width: 479px) {
  .div-card-out {
    padding: 0; } }

.tarot-type {
  display: inline-block;
  margin: 0 4%;
  padding: 0;
  width: 90%;
  position: relative;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .tarot-type .tarot-type-title {
    font-weight: bold;
    color: #006e33;
    padding: 5px 0;
    font-size: 20px; }
    @media (max-width: 479px) {
      .tarot-type .tarot-type-title {
        font-size: 14px; } }
  .tarot-type.nguoc .card__face--back img {
    transform: scale(-1, -1); }

.card {
  display: inline-block;
  transition: transform 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -moz-transition: transform 1s;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 175%;
  z-index: 10; }
  .card.is-flipped {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); }

.img-card-tarot {
  border-radius: 10px; }

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden; }
  .card__face img {
    width: 100%; }

.card__face--back {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg); }

.img-nguoc {
  transform: scale(-1, -1); }

/*# sourceMappingURL=boi-bai-tarot.css.map */