/*!
Theme Name: anybook
Theme URI: http://underscores.me/
Author: Quantt88
Author URI: http://zenzweb.com/
Description: Create by Quantt88
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anybook
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

anybook is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.post, .page {
  margin: 0 !important;
}

@font-face {
  font-family: beVNB;
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("opentype");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: beVNM;
  src: url("../fonts/BeVietnamPro-Medium.ttf") format("opentype");
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: beVNR;
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: beVNSB;
  src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: MyriadPro;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Androgyne;
  src: url("../fonts/UTM Androgyne.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Avo;
  src: url("../fonts/UTM Avo.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: AvoB;
  src: url("../fonts/UTM AvoBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Helvet;
  src: url("../fonts/UTM Helve.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: HelvetIns;
  src: url("../fonts/UTM HelvetIns.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: ConCung;
  src: url("../fonts/ConCung.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url("../fonts/nunito/Nunito-Regular.ttf") format("truetype");
  font-display: swap;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  /* font-family: ConCung, sans-serif; */
  font-family: Nunito, sans-serif;
  color: #000;
  background: #fdf1e8;
  background-image: linear-gradient(to right, #f9f1ea, #fdf1e8);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body.overflow-h {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #888;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.outer {
  max-width: calc(100% - calc(100vw * (100 * 2) / 1920));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer2 {
  max-width: calc(100% - (100vw * (345 * 2) / 1920));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer3 {
  max-width: calc(100% - (100vw * (285 * 2) / 1920));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer4 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer5 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page,
.post {
  margin: 0;
}

.page-title {
  margin-top: 0 !important;
}

.entry-title {
  margin: 0 !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus, a:hover, a:visited {
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 0;
}

.loadingpage {
  position: relative;
}

.loadingpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url("../assets/loading-paged.gif") center/30px no-repeat;
  z-index: 999999;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
}

.search-form label {
  width: 100%;
}

.search-form label .search-field {
  width: 100%;
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff;
}

.search-form label .search-field:focus {
  outline: 0 !important;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  background: url("../assets/search.svg") center/14px no-repeat, transparent;
  color: transparent;
  border: 0 !important;
  width: 24px;
  height: 24px;
  padding: 0;
}

.pagi {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: calc(100vw * 10 / 1920);
}

.pagi .page-numbers {
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #08c31b;
  background: #08c31b;
  margin: 0 2px;
  color: #fff;
  font-size: 0.875rem;
}

.pagi .page-numbers.current {
  color: #08c31b;
  border: 1px solid #08c31b;
  background: #fff;
}

.pagi img {
  width: 7px;
  margin: 0 1px;
}

.khoa-hoc-slider .item {
  margin: 0 22px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: left;
}

.khoa-hoc-slider .item .image img {
  width: 100%;
}

.khoa-hoc-slider .item .age {
  font-family: Nunito, sans-serif;
  background: #ffebd9;
  color: #b95001;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 32px;
  -ms-border-radius: 32px;
  -webkit-border-radius: 32px;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.khoa-hoc-slider .item .age p {
  margin: 0 !important;
}

.khoa-hoc-slider .item .s-title {
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  color: #1a191b;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 72px;
}

.khoa-hoc-slider .item .s-desc {
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #66626b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}

.khoa-hoc-slider .item .price {
  font-family: Nunito, sans-serif;
  font-size: 1.75rem;
  color: #1a191b;
  margin-bottom: 20px;
}

.khoa-hoc-slider .item .used {
  color: #807b86;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
}

.khoa-hoc-slider .item .redirect a {
  display: inline-block;
  padding: 14px;
  color: #dd700d;
  width: 100%;
  border: 1px solid #dd700d;
  text-align: center;
  border-radius: 130px;
  -ms-border-radius: 130px;
  -webkit-border-radius: 130px;
}

.khoa-hoc-slider .item .redirect a:hover {
  color: #fff;
  background: #dd700d;
}

.khoa-hoc-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: -20px;
  margin-top: 25px;
  margin-bottom: 55px;
}

.khoa-hoc-slider .slick-dots li button {
  background: #e3e2e4;
  font-size: 0;
  height: 5px;
  width: 80px;
  margin: 0 8px;
  cursor: pointer;
}

.khoa-hoc-slider .slick-dots li.slick-active button {
  background: #f5cb0d;
}

.khoa-hoc-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  padding: 30px;
  font-size: 0;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}

.khoa-hoc-slider .slick-arrow.slick-next {
  right: -70px;
  background: url("../assets/next.svg") center/50% no-repeat, #fff;
  border: 1px solid #b95001;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.khoa-hoc-slider .slick-arrow.slick-prev {
  left: -70px;
  background: url("../assets/prev.svg") center/50% no-repeat, #fff;
  border: 1px solid #b95001;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-about {
  background: #fff;
  border-radius: 60px 60px 0 0;
  -ms-border-radius: 60px 60px 0 0;
  -webkit-border-radius: 60px 60px 0 0;
  padding-top: 200px;
}

.home-about .wrap-home-about {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-about .wrap-home-about .title {
  font-family: ConCung, sans-serif;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #f78c2e;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.home-about .wrap-home-about .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-about .wrap-home-about .content .image {
  width: calc(50% - 45px);
  margin-right: 45px;
}

.home-about .wrap-home-about .content .image img {
  width: 100%;
}

.home-about .wrap-home-about .content .text {
  width: calc(50% - 45px);
  margin-left: 45px;
  text-align: justify;
}

.home-about .wrap-home-about .content .text .normal-text {
  margin-bottom: 50px;
}

.home-about .wrap-home-about .content .text .listing-text .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-about .wrap-home-about .content .text .listing-text .item svg {
  margin-right: 20px;
}

.page-book.blur:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2;
}

.page-book .wrap-book-page-manga {
  z-index: 1;
}

.page-book .wrap-book-page-audio {
  z-index: 1;
}

.outer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.read-more a {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
  font-family: ConCung, sans-serif;
}

.read-more a:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.read-more a:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

#masthead {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#masthead.head-fixed {
  position: fixed !important;
  background: #fff;
  border-bottom: 1px solid #ffeddc;
}

#masthead .site-branding {
  width: 10%;
}

#masthead .site-branding img {
  height: calc(100vw * 106 / 1920);
}

#masthead .main-navigation {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#masthead .main-navigation a {
  margin: 0 30px;
  color: #dd700d;
  font-size: 1.25rem;
  font-family: ConCung, sans-serif;
}

#masthead .main-navigation .wrap-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

#masthead .login {
  text-align: right;
}

.home-page {
  min-height: 75vh;
  width: 100%;
  background: url("../images/back.png") center/cover no-repeat;
}

.home-page .banner {
  background-position: 50% 107%;
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 100px;
}

.home-page .banner .ke-sach {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.home-page .banner .ke-sach img {
  width: 100%;
}

.home-page .wrap-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-page .wrap-banner .left {
  width: 30%;
}

.home-page .wrap-banner .left .text .title {
  margin-bottom: 10px;
  font-size: 60px;
  text-transform: uppercase;
  color: #FA4E4E;
  line-height: 1.2;
  font-family: ConCung, sans-serif;
}

.home-page .wrap-banner .left .text .desc {
  margin-bottom: 30px;
}

.home-page .wrap-banner .right {
  width: calc(70% - 50px);
  margin-left: 50px;
}

.home-page .wrap-banner .right img {
  width: 100%;
}

.login>a.no-logged {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

.login>a.no-logged:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.login>a.no-logged:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.continue-page a {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
  font-family: ConCung, sans-serif;
}

.continue-page a:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.continue-page a:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.multi-btn a {
  font-family: ConCung, sans-serif;
}

.multi-btn a.continue {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
  font-family: ConCung, sans-serif;
}

.multi-btn a.continue:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.multi-btn a.continue:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.multi-btn a.cancel {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #c8c8c8;
  background: #f9f9f9;
  color: #c8c8c8;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #f9f9f9;
  position: relative;
}

.multi-btn a.cancel:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.multi-btn a.cancel:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.multi-btn a.redirect {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #10cfad;
  background: #8effeb;
  color: #10cfad;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #8effeb;
  position: relative;
}

.multi-btn a.redirect:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.multi-btn a.redirect:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.hot-product {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 142px;
  margin-bottom: 260px;
}

.hot-product .wrap-hot-product {
  text-align: center;
}

.hot-product .wrap-hot-product .title {
  font-family: ConCung, sans-serif;
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #f78c2e;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.hot-product .wrap-hot-product .title:after {
  content: "";
  position: absolute;
  background: url("../assets/drawn.svg") center/contain no-repeat;
  width: 120px;
  height: 65px;
  top: -25px;
  right: -100px;
}

.hot-product .wrap-hot-product .listing {
  display: flex;
  flex-wrap: wrap;
}

.hot-product .wrap-hot-product .listing .item {
  width: calc(100% / 4 - (10px * 3 / 4));
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hot-product .wrap-hot-product .listing .item:nth-child(4n+4) {
  margin-right: 0;
}

.hot-product .wrap-hot-product .listing .item .image {
  width: 100%;
}

.hot-product .wrap-hot-product .listing .item .image img {
  width: 100%;
}

.hot-product .wrap-hot-product .listing .item .wrap-text {
  width: 100%;
}

.hot-product .wrap-hot-product .listing .item .wrap-text .s-title {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.khoa-hoc .wrap-khoa-hoc {
  text-align: center;
}

.khoa-hoc .wrap-khoa-hoc .title {
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #f78c2e;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.wrap-lott {
  position: relative;
  width: 100%;
}

.failed_ani,
.true_ani {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}

.failed_ani.show,
.true_ani.show {
  opacity: 1;
  visibility: visible;
  z-index: 10 !important;
}

.true_ani.show svg {
  transform: scale(1.6) !important;
}

.wrap-page-book {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.next {
  position: absolute;
  /* top: calc(40vh + 160px); */
  bottom: 15px;
  right: 0;
  z-index: 20;
  cursor: pointer;
  height: 64px;
  width: 64px;
  display: inline-block;
}

.prev {
  position: absolute;
  /* top: calc(40vh + 160px); */
  bottom: 15px;
  left: 0;
  z-index: 20;
  cursor: pointer;
  height: 64px;
  width: 64px;
  display: inline-block;
}

.text {
  position: absolute;
  z-index: 30;
  bottom: 50px;
  display: inline-block;
  width: 55%;
  margin-right: auto;
  margin-left: 100px;
}

.text p {
  margin: 5px 0 !important;
}

.page-template-home .text {
  width: 100%;
  position: relative;
  margin-left: 0;
  bottom: 0;
}

.page-book {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: opacity 4s;
  visibility: hidden;
}

.page-book.show {
  opacity: 1;
  transition: opacity 4s;
  visibility: visible;
}

.page-book img {
  max-width: 100%;
  object-fit: contain;
}

.page-book img.main {
  position: relative;
}

.page-book img.layer {
  position: absolute;
  top: 0;
}

.page-book img.idx0 {
  z-index: 0;
}

.page-book img.idx1 {
  z-index: 1;
}

.page-book img.idx2 {
  z-index: 2;
}

.page-book img.idx3 {
  z-index: 3;
}

.page-book img.idx4 {
  z-index: 4;
}

.page-book img.idx5 {
  z-index: 5;
}

.page-book img.idx6 {
  z-index: 6;
}

.page-book img.idx7 {
  z-index: 7;
}

.wrap-book-page {
  height: 100vh;
  overflow: hidden;
}

.wrap-book-page-manga {
  width: 50%;
  position: relative;
}

.wrap-book-page-audio {
  width: calc(50% - (100vw * 30 / 1920));
  /* height: calc(100vh - 100px); */
  height: calc(100vh);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 100px;
  margin-left: calc(100vw * 30 / 1920);
}

*[id^="audio_click"] {
  position: absolute;
  left: 20%;
  top: calc(40vh + 160px);
  height: 60px;
  width: 60%;
}

.wrap-content-book {
  /* height: 40vh; */
  height: calc(100vh - 100px - 80px);
}

.wrap-content-book-header {
  margin-bottom: 10px;
  display: flex;
}

.wrap-content-book-header .book-title {
  width: calc(100% - 271px);
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.wrap-content-book-header .book-title .navi {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-content-book-header .book-title .navi .navi-book-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 7px;
  width: 35px;
  height: 35px;
  border: 1px solid #f78c2e;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
}

.wrap-content-book-header .book-title .title {
  color: #f78c2e;
  font-size: 1.5rem;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.wrap-content-book-header .reward-point {
  text-align: center;
  width: 241px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-content-book-header .reward-point .point {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 180px;
  height: 87px;
}

.wrap-content-book-header .reward-point .point>div {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

.wrap-content-book-header .reward-point .point>div>span {
  position: absolute;
  display: block;
  line-height: 0;
}

.wrap-content-book-header .reward-point .point>div>span.shadow1 {
  width: 4px;
  height: 4px;
  top: 3px;
  left: 29px;
}

.wrap-content-book-header .reward-point .point>div>span.shadow2 {
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
}

.wrap-content-book-header .reward-point .point>div>span.star {
  width: 43px;
  height: 41px;
  top: 0;
  right: -25px;
}

.wrap-content-book-header .reward-point .point>div>span.drawn {
  width: 120px;
  height: 65px;
  top: -35px;
  right: -100px;
}

.wrap-content-book-header .reward-point .description {
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

.content-book {
  height: 62%;
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 1.25rem;
}

/* width */
.content-book::-webkit-scrollbar {
  width: 6px;
  -webkit-appearance: none;
}

/* Track */
.content-book::-webkit-scrollbar-track {
  width: 15px;
}

/* Handle */
.content-book::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.3);
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

/* Handle on hover */
.content-book::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50, 50, 50, 0.7);
}

.layer-hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.delay {
  animation-name: delay;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.headbump {
  animation-name: headbump;
  animation-duration: 0.5s;
  /* animation-delay: 4.5s; */
  animation-iteration-count: infinite;
}

.flipclose {
  animation-name: flipclose;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes headbump {
  0% {
    transform: rotate3d(1, 0, 1, -1deg);
  }

  50% {
    transform: rotate3d(1, 0, 1, 1deg);
  }

  100% {
    transform: rotate3d(1, 0, 1, -1deg);
  }
}

@keyframes flipclose {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1);
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  100% {
    transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, -350, 0, 0, 1);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}

@keyframes delay {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}

@media screen and (max-width: 2560px) and (min-width: 1921px) {
  .text {
    bottom: 195px;
  }
}

.popup-qa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-qa.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.popup-qa.show:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.popup-qa .redirect-page {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.popup-qa .redirect-page.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  display: block;
  width: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.popup-qa .redirect-page a {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

.popup-qa .redirect-page a:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.popup-qa .redirect-page a:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.wrap-qa-action {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wrap-qa-action a {
  /* color: rgb(221, 112, 13); */
  color: rgba(221, 112, 13, 1);
  font-size: 20px;
}

.wrap-qa-action .action-sound {
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-qa-action .action-sound a {}

.wrap-qa-action .action-close {
  position: absolute;
  top: 0;
  right: 0;
}

.wrap-qa-action .action-close a {}

.wrap-qa-action>img {
  max-width: 106px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-popup-qa {
  width: 50%;
}

.wrap-qa {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  color: #f78c2e;
}

.wrap-qa .question {
  width: 100%;
  text-align: center;
  /* color: #f78c2e; */
  color: rgba(136, 70, 226, 1);
  font-size: 32px;
}

.wrap-qa .answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-qa .answers .answer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.wrap-qa .answers .answer.col50 {
  width: calc(50% - 20px);
}

.wrap-qa .answers .answer.col100 {
  width: 100%;
}

.wrap-qa .answers .answer.answered .answer-true {
  color: #08c31b;
  border: 3.5px solid #08c31b;
  background: #b7ffb6;
}

.wrap-qa .answers .answer.answered .answer-wrong {
  color: #dd0d0d;
  border: 3.5px solid #dd0d0d;
  background: #ffd6c9;
}

.wrap-qa .answers .answer>span {
  padding: 3px 40px;
  display: inline-block;
  border-radius: 35px;
  -ms-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  color: #f78c2e;
  border: 3.5px solid #f78c2e;
  background: #f5f5f3;
  width: 100%;
  text-align: center;
}

.wrap-qa .answers .answer>span:hover {
  background: #f78c2e;
}

.wrap-qa .answers .answer p {
  margin: 0;
}

.archive #masthead {
  position: relative;
}

.wrap-category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 120px;
  border: 4px solid #dd700d;
  border-radius: 75px;
  -ms-border-radius: 75px;
  -webkit-border-radius: 75px;
}

.wrap-category .content {
  width: 50%;
  padding: 90px;
}

.wrap-category .content .cat-title {
  font-family: ConCung, sans-serif;
  font-size: 3.125rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #f78c2e;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.wrap-category .content .cat-description {
  margin-bottom: 40px;
}

.wrap-category .content .cat-listing-title {
  color: #fa4e4e;
  margin-bottom: 40px;
}

.wrap-category .content .cat-listing {
  column-count: 2;
  column-gap: 70px;
}

.wrap-category .content .cat-listing .item {
  margin-bottom: 16px;
}

.wrap-category .image {
  width: 50%;
}

.wrap-category .image img {
  width: 100%;
}

.collap-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 5%;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #dd700d;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.collap-menu.show {
  top: 130px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.collap-menu.show svg {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotate(180deg);
}

.single-book #masthead {
  background: white;
  border-bottom: 1px solid #ffeddc;
  top: -100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.single-book #masthead.show {
  top: 0;
}

.single-book .collap-menu {
  display: flex;
}

.single-book .wrap-book-page {
  margin-top: 0;
}

.single-book .site-footer {
  display: none;
}

#popup-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

#popup-login.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-login .wrap-popup-login {
  width: 40%;
  background: #fff;
  padding: 108px 87px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-login .wrap-popup-login .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

#popup-login .wrap-popup-login .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-login .wrap-popup-login .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-login .wrap-popup-login .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-login .wrap-popup-login .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-login .wrap-popup-login .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-login .wrap-popup-login .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-login .wrap-popup-login .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-login .wrap-popup-login .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-login .wrap-popup-login .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-login .wrap-popup-login .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

#popup-login .wrap-popup-login .wrap-content .image {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

#popup-login .wrap-popup-login .wrap-content .image img {
  width: 100%;
}

#popup-login .wrap-popup-login .wrap-content .form-login {
  width: calc(50% - 10px);
}

#popup-login .wrap-popup-login .wrap-content .form-login .title {
  margin-bottom: 20px;
  text-align: center;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item:last-child {
  margin-bottom: 0;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item.forgot {
  text-align: right;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item.forgot a {
  color: #f78c2e;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item label {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
  color: #1a191b;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item input {
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #aaa7ae !important;
  padding: 9px 0;
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item input:focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0 !important;
}

#popup-login .wrap-popup-login .wrap-content .form-login .control button {
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

#popup-login .wrap-popup-login .wrap-content .form-login .control button:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

#popup-login .wrap-popup-login .wrap-content .form-login .control button:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

#popup-finish {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

#popup-finish.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-finish .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 60px 87px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-finish .wrap-popup-pre .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

#popup-finish .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-finish .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-finish .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup-finish .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup-finish .multi-btn {
  margin-top: 20px;
}

#popup-finish .multi-btn a.cancel {
  margin-right: 24px;
}

#popup-minigame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

#popup-minigame.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-minigame .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 60px 87px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-minigame .wrap-popup-pre .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

#popup-minigame .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-minigame .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-minigame .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup-minigame .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup-minigame .wrap-popup-pre.minigame {
  width: 80%;
  height: 90vh;
  z-index: 9999999;
  outline: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-minigame .wrap-popup-pre.minigame:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 84px;
  -ms-border-radius: 84px;
  -webkit-border-radius: 84px;
  border: 24px solid #ffdcc1;
}

#popup-minigame .multi-btn {
  margin-top: 20px;
}

#popup-minigame .multi-btn a {
  margin-bottom: 20px;
}

#popup-sticker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

#popup-sticker.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-sticker .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 60px 87px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-sticker .wrap-popup-pre .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

#popup-sticker .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-sticker .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-sticker .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup-sticker .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup-sticker.show {
  z-index: 99999;
}

#popup-sticker .wrap-popup-pre.used_point {
  width: 30%;
}

#popup-sticker .wrap-popup-pre.used_point .multi-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#popup-sticker .wrap-popup-pre.used_point .multi-btn a {
  width: calc(100% / 2 - (24px * 1 / 2));
  display: inline-block;
}

#popup-sticker .wrap-popup-pre.used_point .multi-btn a.redirect {
  margin-right: 24px;
  margin-bottom: 20px;
}

#popup-sticker .wrap-popup-pre.used_point .multi-btn a.continue {
  margin-bottom: 20px;
}

#popup-sticker .stickers {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-height: 350px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#popup-sticker .stickers::-webkit-scrollbar {
  width: 6px;
}

#popup-sticker .stickers::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#popup-sticker .stickers::-webkit-scrollbar-thumb {
  background: #888;
}

#popup-sticker .stickers::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#popup-sticker .stickers .item {
  width: calc(100% / 3 - (10px * 2 / 3));
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

#popup-sticker .stickers .item:nth-child(3n+3) {
  margin-right: 0;
}

#popup-sticker .stickers .item img {
  width: 100%;
  max-width: 105px;
  padding: 10px;
}

#popup-sticker .stickers .item.active img {
  border: 1px solid #f78c2e;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#popup-sticker .sticker-chosen {
  text-align: center;
}

#popup-sticker .sticker-chosen img {
  width: 50%;
  object-fit: contain;
  max-width: 165px;
}

#popup-sticker .close {
  position: absolute;
  max-width: 32px;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

#popup-sticker .close img {
  width: 100%;
  object-fit: contain;
}

#popup-sticker .used-point {
  margin-right: 24px;
}

#popup-point {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

#popup-point.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-point .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 60px 87px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-point .wrap-popup-pre .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

#popup-point .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-point .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-point .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-point .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-point .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-point .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-point .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-point .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-point .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-point .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup-point .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup-point .close {
  position: absolute;
  max-width: 32px;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

#popup-point .close img {
  width: 100%;
  object-fit: contain;
}

#popup-point .wrap-content .voucher-apply-total-point {
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  color: #ff6f6f;
  margin-bottom: 27px;
}

#popup-point .wrap-content .wrap-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

#popup-point .wrap-content .wrap-info.exchange {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#popup-point .wrap-content .wrap-info.exchange span.highlight {
  color: #f07315;
}

#popup-point .wrap-content .wrap-info.exchange-apply {
  display: block;
  text-align: center;
  margin-bottom: 27px;
}

#popup-point .wrap-content .wrap-info.exchange-apply span.highlight {
  color: #f07315;
}

#popup-point .wrap-content .wrap-info .image {
  width: 30%;
}

#popup-point .wrap-content .wrap-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  -ms-border-radius: 14px;
  -webkit-border-radius: 14px;
}

#popup-point .wrap-content .wrap-info .info {
  width: calc(70% - 20px);
  margin-left: 20px;
  text-align: justify;
}

#popup-point .wrap-content .wrap-info .info .title {
  font-size: 1rem;
  color: #dd700d;
  margin-bottom: 15px;
}

#popup-point .wrap-content .wrap-info .info .short-desc {
  font-family: Nunito, sans-serif;
  font-size: 1.25rem;
}

#popup-point .wrap-content .price-point {
  width: 100%;
  text-align: center;
  margin-top: 36px;
}

#popup-point .wrap-content .price-point .price-point-title {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
}

#popup-point .wrap-content .price-point .price {
  color: #dd700d;
}

#popup-point .wrap-content .content {
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 42px;
}

.wrap-popup-qa {
  padding: 80px 0;
}

.popup-qa .redirect-page {
  display: none !important;
}

.popup-qa .redirect-page.show {
  display: flex !important;
}

.page-book img {
  width: 100% !important;
}

.wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 108px 87px;
  border: 16px solid #ff826e;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

.wrap-popup-pre:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 84px;
  -ms-border-radius: 84px;
  -webkit-border-radius: 84px;
  border: 24px solid #ffdcc1;
}

.wrap-popup-pre .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

.wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

.wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

.wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

.wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

.wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

.wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

.wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

.wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

.wrap-popup-pre .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.wrap-qa-redirect {
  width: 40%;
  background: #fff;
  padding: 108px 87px;
  border: 16px solid #ff826e;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  display: none;
  position: relative;
}

.wrap-qa-redirect:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 84px;
  -ms-border-radius: 84px;
  -webkit-border-radius: 84px;
  border: 24px solid #ffdcc1;
}

.wrap-qa-redirect.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  display: block;
}

.wrap-qa-redirect .patten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

.wrap-qa-redirect .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wrap-qa-redirect .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

.wrap-qa-redirect .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

.wrap-qa-redirect .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

.wrap-qa-redirect .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

.wrap-qa-redirect .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

.wrap-qa-redirect .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

.wrap-qa-redirect .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

.wrap-qa-redirect .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

.wrap-qa-redirect .wrap-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.wrap-qa-redirect .wrap-content .title {
  color: #f78c2e;
}

.wrap-qa-redirect .wrap-content .content {
  margin-bottom: 20px;
}

.wrap-content-book-header .reward-point {
  width: auto;
  justify-content: flex-start;
}

.wrap-content-book-header .reward-point .point {
  width: auto;
  margin-bottom: 0;
  height: auto;
  font-family: ConCung, sans-serif;
}

.wrap-content-book-header .reward-point .description {
  color: #f78c2e;
}

.wrap-content-book-header {
  flex-wrap: wrap;
}

.wrap-content-book-header .wrap-book-title {
  display: flex;
}

.wrap-content-book-header .book-title {
  width: 100%;
  margin-right: 0;
}

.wrap-content-book-header .book-header-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.wrap-content-book-header .book-header-action .reward-point {
  margin-right: 35px;
  width: calc(27% - 20px);
}

.wrap-content-book-header .book-header-action .description {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  color: #F86C40;
  margin-right: 10px;
  width: calc(45% - 25px);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.reset-book {
  width: 28%;
  text-align: right;
}

.reset-book a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  border: 2px solid #dd700d;
  color: #dd700d;
  font-size: 14px;
  font-family: ConCung, sans-serif;
}

.reset-book a:hover {
  background: #dd700d;
  color: #fff;
}

.back-page {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}

.back-page a svg {
  position: relative;
  top: 3px;
}

.back-page a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  border: 2px solid #ECECEC;
  color: #97C93D;
  background: #F9FEE1;
  font-size: 14px;
}

.back-page a:hover {
  background: #fff;
}

.page-template-minigame .site-main {
  margin-top: 200px;
  min-height: 50vh;
}

.page-template-minigame .wrap-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 55px;
}

.page-template-minigame .wrap-title .title {
  font-size: 2.5rem;
  color: #dd700d;
  text-transform: uppercase;
  width: 50%;
}

.page-template-minigame .wrap-title .wrap-page-point {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.back-reading a {
  padding: 11px 22px;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  border: 2px solid #dd700d;
  margin-right: 20px;
  color: #dd700d;
}

.back-reading a svg {
  position: relative;
  top: 3px;
}

.back-reading a:hover {
  background: #dd700d;
  color: #fff;
}

.back-reading a:hover svg path {
  fill: #fff;
}

.page-point {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-point .point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
}

.page-point .point>div {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 50px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
  text-transform: uppercase;
  font-family: ConCung, sans-serif;
}

.page-point .point>div>span {
  position: absolute;
  display: block;
  line-height: 0;
}

.page-point .point>div>span.shadow1 {
  width: 4px;
  height: 4px;
  top: 3px;
  left: 29px;
}

.page-point .point>div>span.shadow2 {
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
}

.page-point .point>div>span.star {
  width: 43px;
  height: 41px;
  top: 0;
  right: -25px;
}

.page-point .point>div>span.drawn {
  width: 120px;
  height: 65px;
  top: -35px;
  right: -100px;
}

.game-content {
  display: flex;
  flex-wrap: wrap;
}

.game-content .game {
  width: calc(70% - (100vw * 80 / 1920));
  margin-right: calc(100vw * 80 / 1920);
}

.game-content .game .multi-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.game-content .game .title {
  margin-bottom: 32px;
}

.game-content .game .select-game {
  display: flex;
  flex-wrap: wrap;
}

.game-content .game .select-game .item {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 32px 23px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px solid #cecece;
  cursor: pointer;
}

.game-content .game .select-game .item.active, .game-content .game .select-game .item:hover {
  border: 2px solid #dd700d;
}

.game-content .game .select-game .item:nth-child(3n+3) {
  margin-right: 0;
}

.game-content .game .select-game .item .image img {
  width: 100%;
}

.game-content .game .select-game .item .name {
  font-size: 1.25rem;
}

.game-content .game .select-game .item .price {
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  color: #ff6f6f;
}

.game-content .level {
  width: 30%;
}

.game-content .level .title {
  margin-bottom: 32px;
}

.game-content .level .select-level .item {
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  color: #dd700d;
  margin-bottom: 20px;
  cursor: pointer;
}

.game-content .level .select-level .item input {
  accent-color: #dd700d;
  margin-right: 5px;
  transform: scale(1.3);
}

.page-template-gift .site-main {
  margin-top: 200px;
  min-height: 50vh;
}

.page-template-gift .wrap-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 55px;
}

.page-template-gift .wrap-title .title {
  font-size: 2.5rem;
  color: #dd700d;
  text-transform: uppercase;
  width: 50%;
}

.page-template-gift .wrap-title .wrap-page-point {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.page-template-gift .listing-gift {
  display: flex;
  flex-wrap: wrap;
}

.page-template-gift .listing-gift .item {
  width: calc(100% / 3 - (20px * 2 / 3));
  margin-right: 20px;
  margin-bottom: 40px;
  font-size: 1rem;
  padding: 20px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 23px;
  -ms-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.page-template-gift .listing-gift .item:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-gift .listing-gift .item.active, .page-template-gift .listing-gift .item:hover {
  border: 1px solid #dd700d;
}

.page-template-gift .listing-gift .item .wrap-item {
  display: flex;
  flex-wrap: wrap;
}

.page-template-gift .listing-gift .item .wrap-item .image {
  width: calc(25% - (24px * 2 / 3));
  margin-right: 24px;
}

.page-template-gift .listing-gift .item .wrap-item .image img {
  width: 100%;
  border-radius: 14px;
  -ms-border-radius: 14px;
  -webkit-border-radius: 14px;
  object-fit: cover;
  max-height: 110px;
}

.page-template-gift .listing-gift .item .wrap-item .info {
  width: calc(50% - (24px * 2 / 3));
  margin-right: 24px;
}

.page-template-gift .listing-gift .item .wrap-item .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #dd700d;
  margin-bottom: 15px;
}

.page-template-gift .listing-gift .item .wrap-item .info .short-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Nunito, sans-serif;
}

.page-template-gift .listing-gift .item .wrap-item .action {
  width: calc(25% - (24px * 2 / 3));
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-gift .listing-gift .item .wrap-item .action .purchase a {
  font-family: ConCung, sans-serif;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #f78c2e;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

.page-template-gift .listing-gift .item .wrap-item .action .purchase a:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 5px;
  left: 19px;
  line-height: 0;
}

.page-template-gift .listing-gift .item .wrap-item .action .purchase a:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 8px;
  left: 5px;
  line-height: 0;
}

.page-template-gift .listing-gift .item .wrap-item .action .viewmore a {
  color: #dd700d;
  font-family: Nunito, sans-serif;
  text-decoration: underline;
}

.btnz {
  cursor: pointer;
  display: none;
  padding: 12px 10px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #dd700d;
}

.btnz.change {
  padding: 12px 7px;
}

.bar1,
.bar2,
.bar3 {
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bar1 {
  width: 20px;
}

.bar2 {
  width: 20px;
}

.bar3 {
  width: 14px;
  margin-left: 6px;
  margin-bottom: 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 7px);
  transform: rotate(-45deg) translate(-2px, 7px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  width: 20px;
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .btnz {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    right: 20px;
  }

  .btnz.change {
    position: absolute;
    z-index: 9999999;
  }
}

.navi-book-btn {
  cursor: pointer;
  display: inline-block;
}

.navi-book-btn .bar1,
.navi-book-btn .bar2,
.navi-book-btn .bar3 {
  display: block;
  width: 17px;
  height: 3px;
  background-color: #f78c2e;
  margin-bottom: 0;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.navi-book-btn .bar3 {
  margin-bottom: 0;
}

.navi-book-btn.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 4px);
  transform: rotate(-45deg) translate(-2px, 5px);
  background-color: #000;
}

.navi-book-btn.change .bar2 {
  opacity: 0;
}

.navi-book-btn.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -4px);
  transform: rotate(45deg) translate(-2px, -5px);
  background-color: #000;
}

#container30 {
  width: calc(100vw * 827 / 1920);
  height: calc(100vw * 676 / 1920);
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container30 .me {
  position: relative;
  background-size: calc(100vw * 827 / 1920) calc(100vw * 676 / 1920);
  background-repeat: no-repeat;
  display: inline-block;
  margin: calc(-100vw * 0.5 / 1920) calc(100vw * 2.2 / 1920) calc(100vw * 2.2 / 1920);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s;
}

#container30 .full {
  height: calc(100vw * 676 / 1920);
  width: calc(100vw * 827 / 1920);
  border-radius: 15px;
}

#container30 .me_0 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: -0px -0px;
}

#container30 .me_1 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) 0px;
}

#container30 .me_2 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) 0px;
}

#container30 .me_3 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) 0px;
}

#container30 .me_4 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) 0px;
}

#container30 .me_5 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 688.65 / 1920) 0px;
}

#container30 .me_6 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 135.03 / 1920);
}

#container30 .me_7 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 135.03 / 1920);
}

#container30 .me_8 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 135.03 / 1920);
}

#container30 .me_9 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 135.03 / 1920);
}

#container30 .me_10 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 135.03 / 1920);
}

#container30 .me_11 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 688.65 / 1920) calc(-100vw * 135.03 / 1920);
}

#container30 .me_12 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 270.06 / 1920);
}

#container30 .me_13 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 270.06 / 1920);
}

#container30 .me_14 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 270.06 / 1920);
}

#container30 .me_15 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 270.06 / 1920);
}

#container30 .me_16 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 270.06 / 1920);
}

#container30 .me_17 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 688.65 / 1920) calc(-100vw * 270.06 / 1920);
}

#container30 .me_18 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 405.09 / 1920);
}

#container30 .me_19 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 405.09 / 1920);
}

#container30 .me_20 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 405.09 / 1920);
}

#container30 .me_21 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 405.09 / 1920);
}

#container30 .me_22 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 405.09 / 1920);
}

#container30 .me_23 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 688.65 / 1920) calc(-100vw * 405.09 / 1920);
}

#container30 .me_24 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 540.12 / 1920);
}

#container30 .me_25 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 540.12 / 1920);
}

#container30 .me_26 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 540.12 / 1920);
}

#container30 .me_27 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 540.12 / 1920);
}

#container30 .me_28 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 540.12 / 1920);
}

#container30 .me_29 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 688.65 / 1920) calc(-100vw * 540.12 / 1920);
}

#container30 .prevent_click {
  pointer-events: none;
}

#container30 .correct {
  border-radius: 0;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  animation: corect 0.5s ease;
  animation-delay: 0.2s;
}

@keyframes corect {
  0% {
    transform: scale(1);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  50% {
    transform: scale(1.25);
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  100% {
    transform: scale(1);
    border-radius: 0;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  }
}

#container30 .pre_img {
  margin-top: 0;
  width: auto;
  position: absolute;
  right: -145px;
  top: 0;
  height: 90px;
}

#container30 .pre_img img {
  height: 100%;
  object-fit: contain;
}

#container30 .pre_img li {
  display: inline-block;
  list-style: none;
}

#container30 .pre_img li img {
  width: 150px;
  height: 75px;
  position: relative;
  cursor: pointer;
}

#container30 .cover {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#container30 .score {
  margin: 13% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
}

#container30 #scr_head {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family: cursive;
  color: #3d3d3d;
}

#container30 #scr_time {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container30 #scr_moves {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container30 .start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 45px;
}

#container30 .reset {
  position: relative;
  margin: 20px auto;
}

#container30 .OK {
  padding: 8px 25px;
  float: right;
  cursor: pointer;
}

#container30 .button {
  font-family: ConCung, sans-serif;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: absolute;
  z-index: 999;
}

#container30 .button:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

#container30 .button:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

#container30 .button.close {
  margin-left: 10px;
}

#container30 .button.redirect {
  margin-left: 10px;
  border: 3px solid #10cfad;
  background: #8effeb;
  color: #10cfad;
}

#container30 .button:active {
  border-bottom: 1px solid #bd3e31;
}

#container30 .i {
  text-align: center;
  font-family: cursive;
  font-weight: 550;
  color: #3c3c3c;
}

#container20 {
  width: calc(100vw * 689 / 1920);
  height: calc(100vw * 541 / 1920);
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container20 .me {
  position: relative;
  background-size: calc(100vw * 689 / 1920) calc(100vw * 541 / 1920);
  background-repeat: no-repeat;
  display: inline-block;
  margin: calc(-100vw * 0.5 / 1920) calc(100vw * 2.2 / 1920) calc(100vw * 2.2 / 1920);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s;
}

#container20 .full {
  height: calc(100vw * 541 / 1920);
  width: calc(100vw * 689 / 1920);
  border-radius: 15px;
}

#container20 .me_0 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: -0px -0px;
}

#container20 .me_1 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) 0px;
}

#container20 .me_2 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) 0px;
}

#container20 .me_3 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) 0px;
}

#container20 .me_4 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) 0px;
}

#container20 .me_5 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 135.03 / 1920);
}

#container20 .me_6 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 135.03 / 1920);
}

#container20 .me_7 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 135.03 / 1920);
}

#container20 .me_8 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 135.03 / 1920);
}

#container20 .me_9 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 135.03 / 1920);
}

#container20 .me_10 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 270.06 / 1920);
}

#container20 .me_11 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 270.06 / 1920);
}

#container20 .me_12 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 270.06 / 1920);
}

#container20 .me_13 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 270.06 / 1920);
}

#container20 .me_14 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 270.06 / 1920);
}

#container20 .me_15 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 405.09 / 1920);
}

#container20 .me_16 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 405.09 / 1920);
}

#container20 .me_17 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 405.09 / 1920);
}

#container20 .me_18 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 405.09 / 1920);
}

#container20 .me_19 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 550.92 / 1920) calc(-100vw * 405.09 / 1920);
}

#container20 .prevent_click {
  pointer-events: none;
}

#container20 .correct {
  border-radius: 0;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  animation: corect 0.5s ease;
  animation-delay: 0.2s;
}

@keyframes corect {
  0% {
    transform: scale(1);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  50% {
    transform: scale(1.25);
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  100% {
    transform: scale(1);
    border-radius: 0;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  }
}

#container20 .pre_img {
  margin-top: 0;
  width: auto;
  position: absolute;
  right: -145px;
  top: 0;
  height: 90px;
}

#container20 .pre_img img {
  height: 100%;
  object-fit: contain;
}

#container20 .pre_img li {
  display: inline-block;
  list-style: none;
}

#container20 .pre_img li img {
  width: 150px;
  height: 75px;
  position: relative;
  cursor: pointer;
}

#container20 .cover {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#container20 .score {
  margin: 13% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
}

#container20 #scr_head {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family: cursive;
  color: #3d3d3d;
}

#container20 #scr_time {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container20 #scr_moves {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container20 .start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 45px;
}

#container20 .reset {
  position: relative;
  margin: 20px auto;
}

#container20 .OK {
  padding: 8px 25px;
  float: right;
  cursor: pointer;
}

#container20 .button {
  font-family: ConCung, sans-serif;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: absolute;
  z-index: 999;
}

#container20 .button:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

#container20 .button:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

#container20 .button.close {
  margin-left: 10px;
}

#container20 .button.redirect {
  margin-left: 10px;
  border: 3px solid #10cfad;
  background: #8effeb;
  color: #10cfad;
}

#container20 .button:active {
  border-bottom: 1px solid #bd3e31;
}

#container20 .i {
  text-align: center;
  font-family: cursive;
  font-weight: 550;
  color: #3c3c3c;
}

#container12 {
  width: calc(100vw * 551 / 1920);
  height: calc(100vw * 406 / 1920);
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container12 .me {
  position: relative;
  background-size: calc(100vw * 551 / 1920) calc(100vw * 406 / 1920);
  background-repeat: no-repeat;
  display: inline-block;
  margin: calc(-100vw * 0.5 / 1920) calc(100vw * 2.2 / 1920) calc(100vw * 2.2 / 1920);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s;
}

#container12 .full {
  height: calc(100vw * 406 / 1920);
  width: calc(100vw * 551 / 1920);
  border-radius: 15px;
}

#container12 .me_0 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: -0px -0px;
}

#container12 .me_1 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) 0px;
}

#container12 .me_2 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) 0px;
}

#container12 .me_3 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) 0px;
}

#container12 .me_4 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 133.33 / 1920);
}

#container12 .me_5 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 133.33 / 1920);
}

#container12 .me_6 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 133.33 / 1920);
}

#container12 .me_7 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 133.33 / 1920);
}

#container12 .me_8 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: 0px calc(-100vw * 266.66 / 1920);
}

#container12 .me_9 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 137.73 / 1920) calc(-100vw * 266.66 / 1920);
}

#container12 .me_10 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 275.46 / 1920) calc(-100vw * 266.66 / 1920);
}

#container12 .me_11 {
  height: calc(100vw * 133.33 / 1920);
  width: calc(100vw * 133.33 / 1920);
  background-position: calc(-100vw * 413.19 / 1920) calc(-100vw * 266.66 / 1920);
}

#container12 .prevent_click {
  pointer-events: none;
}

#container12 .correct {
  border-radius: 0;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  animation: corect 0.5s ease;
  animation-delay: 0.2s;
}

@keyframes corect {
  0% {
    transform: scale(1);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  50% {
    transform: scale(1.25);
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  100% {
    transform: scale(1);
    border-radius: 0;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  }
}

#container12 .pre_img {
  margin-top: 0;
  width: auto;
  position: absolute;
  right: -145px;
  top: 0;
  height: 90px;
}

#container12 .pre_img img {
  height: 100%;
  object-fit: contain;
}

#container12 .pre_img li {
  display: inline-block;
  list-style: none;
}

#container12 .pre_img li img {
  width: 150px;
  height: 75px;
  position: relative;
  cursor: pointer;
}

#container12 .cover {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#container12 .score {
  margin: 13% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
}

#container12 #scr_head {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family: cursive;
  color: #3d3d3d;
}

#container12 #scr_time {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container12 #scr_moves {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: cursive;
  color: #3d3d3d;
}

#container12 .start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 45px;
}

#container12 .reset {
  position: relative;
  margin: 20px auto;
}

#container12 .OK {
  padding: 8px 25px;
  float: right;
  cursor: pointer;
}

#container12 .button {
  font-family: ConCung, sans-serif;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: absolute;
  z-index: 999;
}

#container12 .button:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

#container12 .button:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

#container12 .button.close {
  margin-left: 10px;
}

#container12 .button.redirect {
  margin-left: 10px;
  border: 3px solid #10cfad;
  background: #8effeb;
  color: #10cfad;
}

#container12 .button:active {
  border-bottom: 1px solid #bd3e31;
}

#container12 .i {
  text-align: center;
  font-family: cursive;
  font-weight: 550;
  color: #3c3c3c;
}

.scontrols {
  display: inline-grid;
  max-width: 205px;
}

.scontrols a {
  font-family: ConCung, sans-serif;
}

.scontrols a.continue,
.scontrols a.reset {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #ffd817;
  color: #dd700d;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #ffd6d6;
  position: relative;
}

.scontrols a.continue:before,
.scontrols a.reset:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.scontrols a.continue:after,
.scontrols a.reset:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.scontrols a.cancel,
.scontrols a.close {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #c8c8c8;
  background: #f9f9f9;
  color: #c8c8c8;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #f9f9f9;
  position: relative;
}

.scontrols a.cancel:before,
.scontrols a.close:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.scontrols a.cancel:after,
.scontrols a.close:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.scontrols a.redirect {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #10cfad;
  background: #8effeb;
  color: #10cfad;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  border-radius: 150px;
  -ms-border-radius: 150px;
  -webkit-border-radius: 150px;
  box-shadow: 0 4px 0 0 #8effeb;
  position: relative;
}

.scontrols a.redirect:before {
  content: "";
  position: absolute;
  background: url("../assets/ico-1.svg") center/contain no-repeat;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 29px;
  line-height: 0;
}

.scontrols a.redirect:after {
  content: "";
  position: absolute;
  background: url("../assets/ico-2.svg") center/contain no-repeat;
  width: 13px;
  height: 12px;
  top: 11px;
  left: 13px;
  line-height: 0;
}

.line-footer {
  width: 100%;
  height: 32px;
  background: #fceee2;
  background-image: linear-gradient(to right, #fceee2, #ffd0ad);
}

.site-info {
  width: 50%;
  margin: 36px auto 45px;
  text-align: center;
}

.site-info .social {
  margin-bottom: 20px;
}

.site-info .social a {
  display: inline-block;
  margin: 0 12px;
}

.site-info .site-footer-description {
  margin-bottom: 20px;
}

.mobile {
  display: none;
}

#masthead .cart {
  display: none !important;
}

.menu-icon {
  display: none;
}

#popup-minigame .box {
  position: absolute;
  top: 0;
}

.scontrols {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 99;
}

.scontrols a {
  max-height: 40px;
  margin-bottom: 12px;
  text-align: center;
}

.scontrols a:last-child {
  margin-bottom: 0;
}

.back-level {
  display: none;
}

@media only screen and (max-width: 1600px) {
  #popup-login .wrap-popup-login {
    padding: 80px 40px;
    width: 50%;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
  .wrap-book-page {
    &>.outer3 {
      max-width: calc(100% - (100vw * (260 * 2) / 1920));
    }
  }
}

@media only screen and (max-width: 1440px) {
  .outer3 {
    max-width: 90%;
  }

  .collap-menu {
    left: 1%;
  }

  #popup-sticker .wrap-popup-pre.used_point {
    width: 40%;
  }

  .multi-btn {
    display: flex;
    justify-content: center;
  }

  .multi-btn a {
    white-space: nowrap;
  }

  #masthead .site-branding {
    width: 10%;
  }

  #masthead .main-navigation {
    width: 90%;
  }

  #popup-login .wrap-popup-login {
    padding: 80px 40px;
    width: 50%;
  }

  #masthead .site-branding img {
    height: 96px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 1366px) {
  #popup-login .wrap-popup-login {
    width: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 0.875rem;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .outer3 {
    max-width: calc(100% - (100vw * (25 * 2) / 1920));
  }

  #masthead .main-navigation {
    display: none;
  }

  #masthead.change .site-branding {
    z-index: 9999999;
  }

  #masthead.change .main-navigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    background: #fdf1e8;
    background-image: linear-gradient(to right, #f9f1ea, #fdf1e8);
  }

  #masthead.change .main-navigation ul {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  #masthead .main-navigation a {
    font-size: 1rem;
  }

  #masthead .main-navigation li {
    margin-bottom: 16px;
  }

  #masthead .main-navigation li:last-child {
    margin-bottom: 0;
  }

  #masthead.change .main-navigation .wrap-menu {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  #masthead .login {
    text-align: center;
    width: 100%;
  }

  .home-page .banner {
    text-align: center;
    padding-top: 147px;
  }

  .home-page .wrap-banner .left {
    width: 100%;
  }

  .home-page .wrap-banner .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .home-page .banner .ke-sach {
    bottom: -12px;
  }

  .home-page .wrap-banner .left .text .title {
    font-size: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .wrap-banner .right img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .read-more a {
    font-size: 0.75rem;
    padding: 5px 30px;
  }

  .read-more a:before {
    top: 6px;
    left: 15px;
  }

  .read-more a:after {
    height: 9px;
    top: 9px;
    left: 4px;
  }

  .hot-product {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .hot-product .wrap-hot-product .listing .item {
    width: calc(100% / 2 - (10px * 1 / 2));
    margin-bottom: 20px;
  }

  .hot-product .wrap-hot-product .listing .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .hot-product .wrap-hot-product .listing .item .wrap-text .s-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
  }

  .home-about {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .home-about .wrap-home-about .title,
  .hot-product .wrap-hot-product .title,
  .khoa-hoc .wrap-khoa-hoc .title {
    font-size: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hot-product .wrap-hot-product .title:after {
    right: 0;
  }

  .khoa-hoc-slider .item {
    max-width: 280px;
  }

  .home-about .wrap-home-about .content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home-about .wrap-home-about .content .text {
    width: 100%;
    margin-left: 0;
  }

  .home-about .wrap-home-about .content .text .listing-text .item {
    color: #f78c2e;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .home-about .wrap-home-about .content .text .normal-text {
    margin-bottom: 20px;
  }

  .site-info {
    width: 80%;
  }

  .wrap-category {
    border-radius: 32px;
    -ms-border-radius: 32px;
    -webkit-border-radius: 32px;
    border: 2px solid #dd700d;
  }

  .wrap-category .image {
    display: none;
  }

  .wrap-category .content {
    width: 100%;
    padding: 20px;
  }

  .wrap-category .content .cat-title {
    font-size: 1.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .wrap-category .content .cat-listing {
    column-count: 1;
  }

  #popup-login .wrap-popup-login {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 35% 25px 25px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    display: flex;
    align-items: center;
    /* padding-top: 35% !important; */
  }

  #popup-login .wrap-popup-login .wrap-content {
    display: block;
    width: 100%;
  }

  #popup-login .wrap-popup-login .wrap-content .image {
    width: 100%;
    margin-bottom: 30px;
  }

  #popup-login .wrap-popup-login .wrap-content .form-login {
    width: 100%;
  }

  #popup-login .wrap-popup-login .wrap-content .image img {
    width: 50%;
  }

  #popup-login .wrap-popup-login .patten {
    display: none;
  }

  .single-book #masthead {
    top: -100%;
  }

  .single-book #masthead.show {
    top: 0;
  }

  .single-book .wrap-book-page {
    margin-top: 5px;
  }

  .collap-menu {
    left: 3%;
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .wrap-book-page-manga {
    width: 225px;
  }

  .wrap-book-page-audio {
    width: calc(100% - 240px - (100vw * 108 / 1920));
    height: calc(100vh - 10px);
    padding-top: 0;
    margin-left: 25px;
  }

  .wrap-content-book-header .book-title .title {
    font-size: 1rem;
  }

  .wrap-content-book-header .reward-point .point>div {
    font-size: 0.75rem;
  }

  .wrap-content-book-header .reward-point .description {
    font-size: 0.625rem;
  }

  .wrap-content-book {
    height: 30vh;
  }

  .content-book {
    font-size: 0.875rem;
  }

  .wrap-content-book-header .reward-point .point {
    height: auto;
  }

  .next,
  .prev {
    width: 52px;
    height: 52px;
  }

  *[id^="audio_click_"] {
    height: 52px;
  }

  .popup-qa:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    filter: blur(1px);
  }

  .wrap-popup-qa {
    position: relative;
    z-index: 10;
    width: 67%;
  }

  .continue-page a {
    font-size: 0.75rem;
  }

  .wrap-qa {
    font-size: 0.75rem;
  }

  .wrap-qa-redirect {
    width: 70%;
    padding: 20px 10px;
    border: 7px solid #ff826e;
    border-radius: 32px;
    -ms-border-radius: 32px;
    -webkit-border-radius: 32px;
    outline: 0 !important;
  }

  .wrap-qa-redirect:after {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    width: calc(100% + 38px);
    height: calc(100% + 38px);
    border-radius: 44px;
    -ms-border-radius: 44px;
    -webkit-border-radius: 44px;
    border: 12px solid #ffdcc1;
  }

  .wrap-qa-redirect .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  .wrap-qa-redirect .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  .wrap-qa-redirect .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  .wrap-qa-redirect .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  .wrap-qa-redirect .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  .wrap-qa-redirect .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  .wrap-qa-redirect .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  .wrap-qa-redirect .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  .wrap-qa-redirect .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  .wrap-popup-pre {
    outline: 0 !important;
  }

  .wrap-popup-pre:after {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    width: calc(100% + 38px);
    height: calc(100% + 38px);
    border-radius: 44px;
    -ms-border-radius: 44px;
    -webkit-border-radius: 44px;
    border: 12px solid #ffdcc1;
  }

  #popup-finish .wrap-popup-pre {
    width: 70%;
    padding: 20px 10px;
    border: 7px solid #ff826e;
    border-radius: 32px;
    -ms-border-radius: 32px;
    -webkit-border-radius: 32px;
    position: relative;
  }

  #popup-finish .wrap-popup-pre .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-finish .wrap-popup-pre .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-sticker .wrap-popup-pre {
    width: 70%;
    padding: 20px 10px;
    border: 7px solid #ff826e;
    outline: 12px solid #ffdcc1;
    border-radius: 32px;
    -ms-border-radius: 32px;
    -webkit-border-radius: 32px;
  }

  #popup-sticker .wrap-popup-pre .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-sticker .wrap-popup-pre .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-sticker .stickers {
    max-height: 200px;
  }

  #popup-sticker .sticker-chosen img {
    max-height: 150px;
  }

  #popup-sticker .close {
    max-width: 24px;
    top: -12px;
    right: 4px;
  }

  .multi-btn a {
    font-size: 0.75rem !important;
  }

  .wrap-content-book-header .reward-point .point>div>span.star {
    width: 25px;
    height: auto;
    top: 0;
    right: -14px;
  }

  #popup-sticker .wrap-popup-pre.used_point {
    width: 70%;
  }

  .page-template-minigame .wrap-title .title {
    font-size: 1.5rem;
    width: 30%;
  }

  .page-template-minigame .wrap-title .wrap-page-point {
    width: 60%;
    font-size: 1rem;
  }

  .page-point .point>div {
    font-size: 1rem;
  }

  .page-template-minigame .wrap-title {
    margin-bottom: 20px;
  }

  .game-content .level .title {
    margin-bottom: 10px;
  }

  .game-content .level .select-level .item {
    margin-bottom: 10px;
  }

  .back-reading a {
    font-size: 0.875rem;
  }

  .game-content .level {
    width: 100%;
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
  }

  .game-content .game {
    width: 100%;
    margin-right: 0;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
  }

  .back-reading a {
    padding: 8px 18px;
  }

  .back-reading a svg {
    width: 20px;
    top: 5px;
  }

  .page-template-gift .listing-gift .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-template-gift .wrap-title .title {
    width: 60%;
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    font-size: 1.25rem;
  }

  .page-template-gift .wrap-title .wrap-page-point {
    width: 40%;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
  }

  .page-point .point>div {
    font-size: 0.75rem;
    padding: 5px 28px;
  }

  .page-point .point>div>span.drawn {
    display: none;
  }

  .page-point .point>div>span.star {
    width: 30px;
    right: -20px;
  }

  .page-template-gift .listing-gift .item .wrap-item .image {
    width: calc(25% - (14px * 2 / 3));
    margin-right: 14px;
  }

  .page-template-gift .listing-gift .item .wrap-item .info {
    width: calc(40% - (14px * 2 / 3));
    margin-right: 14px;
  }

  .page-template-gift .listing-gift .item .wrap-item .action {
    width: calc(35% - (14px * 2 / 3));
  }

  .page-template-gift .listing-gift .item .wrap-item .action>div {
    margin: 0 5px;
  }

  .page-template-gift .listing-gift .item .wrap-item .action .purchase a {
    font-size: 0.75rem;
    white-space: nowrap;
  }

  #popup-minigame .wrap-popup-pre {
    padding: 10px;
  }

  #popup-point .wrap-popup-pre .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
    bottom: 3px;
    left: 3px;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-point .wrap-popup-pre .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
    right: 5%;
  }

  #popup-point .wrap-popup-pre {
    width: 90%;
    padding: 15px;
    height: 86vh;
  }

  #popup-point .wrap-popup-pre.exchange,
  #popup-point .wrap-popup-pre.exchange-apply {
    height: auto !important;
  }

  #popup-point .wrap-popup-pre .wrap-content {
    height: 100%;
  }

  #popup-point .wrap-popup-pre .wrap-scroll {
    height: 100%;
    overflow: auto;
    border-radius: 14px;
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-bottom: 20px;
  }

  #popup-point .wrap-content .wrap-info .image {
    margin-bottom: 15px;
  }

  #popup-point .wrap-content .wrap-info .image,
  #popup-point .wrap-content .wrap-info .info {
    width: 100%;
    margin-left: 0;
  }

  #popup-point .wrap-popup-pre:after {
    border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
  }

  #popup-minigame .wrap-popup-pre.minigame {
    height: 96vh;
    width: 90%;
  }
}

@media only screen and (max-width: 820px) {
  #popup-minigame .wrap-popup-pre.minigame {
    width: 96%;
  }

  .back-level {
    display: inline-flex;
  }
}
