.wp-block-video {
  text-align: center;
}

.wp-block-video video {
  max-height: 60px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

body.single-post {
  background: #fdfbfa;
  background-image: linear-gradient(to right, #f9f1ea, #fdfbfa);
}

.entry-meta {
  display: flex;
  align-items: center;
}

.entry-meta svg {
  margin-right: 10px;
  width: 22px;
  position: relative;
  bottom: 1px;
}

.entry-share {
  display: flex;
  align-items: center;
  font-family: Nuntio, sans-serif;
  font-size: 16px;
  color: #66626B;
}

.entry-share>span>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #FCEEE2;
  margin-left: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.entry-share>span>a:focus {
  outline: 0 !important;
}

.entry-share>span:hover>a {
  background: #DD700D;
}

.entry-share>span:nth-child(2):hover>a svg path {
  fill: #fff;
}

.entry-share>span:nth-child(3):hover>a svg path {
  stroke: #fff;
}

.blog-tags {
  text-align: center;
  font-family: Nuntio, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(100vw * 72 / 1920);
  margin-bottom: calc(100vw * 68 / 1920);
}

.blog-tags span:nth-child(1) {
  margin-right: 24px;
}

.blog-tags span:nth-child(2) {
  padding: 0 12px;
  border-radius: 24px;
  color: #DD700D;
  border: 1px solid #DD700D;
}

.entry-tags {
  margin-top: calc(100vw * 44 / 1920);
  margin-bottom: calc(100vw * 44 / 1920);
}

.entry-tags a {
  font-family: Nuntio, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 24px;
  color: #DD700D;
  border: 1px solid #DD700D;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: Nuntio, sans-serif;
  font-size: 16px;
  margin-bottom: 26px;
}

.blog-filter .blog-count-post {
  width: 50%;
  color: #DD700D;
  font-weight: 600;
}

.blog-filter .filter {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog-filter .filter .filter-label {
  margin-right: 10px;
  color: #95919A;
}

.blog-filter .filter select {
  background: transparent !important;
  padding: 3px 10px;
  border-radius: 3px;
  color: #515151;
}

.cart-items .cart-checkout-listing input[type="radio"] {
  transform: scale(1.3);
}

.blog-category .item a:focus {
  outline: 0 !important;
}

.home-blog {
  background: #FCEEE2;
  padding-top: calc(100vw * 120 / 1920);
  padding-bottom: calc(100vw * 120 / 1920);
  border-radius: 60px 60px 0 0;
  -webkit-border-radius: 60px 60px 0 0;
  -ms-border-radius: 60px 60px 0 0;
}

.home-blog .wrap-home-blog {
  text-align: center;
}

.home-blog .wrap-home-blog .title {
  font-family: ConCung, sans-serif;
  font-size: 2.5rem;
  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-blog-slider.change {
  position: relative;
}

#home-blog-slider.change:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}

#home-blog-slider .item {
  margin: 0 22px !important;
  padding: 24px !important;
  background: #fff;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: left;
}

#home-blog-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;
  width: 100%;
}

#home-blog-slider .slick-dots li button {
  background: #e3e2e4;
  font-size: 0;
  height: 5px;
  width: 80px;
  margin: 0 8px;
  cursor: pointer;
}

#home-blog-slider .slick-dots li.slick-active button {
  background: #f5cb0d;
}

#home-blog-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;
}

#home-blog-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;
}

#home-blog-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;
}

.site-main.mb #home-blog-slider .item {
  margin-bottom: 20px !important;
}

.home-blog-all {
  display: none;
}

.site-main.mb .home-blog-all {
  display: block !important;
}

.home-blog-all 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;
}

.home-blog-all 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;
}

.home-blog-all 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;
}

input[type="radio"] {
  accent-color: #dd700d;
}

.wp-block-audio {
  text-align: center;
}

.wp-block-audio audio {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#payment .wc_payment_methods {
  display: none !important;
}

#order_review_heading {
  display: none !important;
}

.page-book.show {
  z-index: 10 !important;
}

.hide-menu {
  top: -100% !important;
}

#popup-login .error {
  color: red;
  font-size: 12px;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item label span {
  color: red;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item.error {
  border-color: red !important;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item .error {
  color: red;
  font-size: 12px;
}

#updatePass .error {
  color: red;
  font-size: 12px;
}

#updateUser .error {
  color: red;
  font-size: 12px;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.error {
  border-color: red !important;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item .error {
  color: red;
  font-size: 12px;
}

.page-template-gift .listing-gift .item .wrap-item .action .purchase a {
  white-space: nowrap;
}

#popup-sticker .wrap-popup-pre.used_point .multi-btn a {
  white-space: nowrap;
}

.wrap-content-book-header .book-header-action .description {
  flex: 1;
  padding-left: 20px;
}

#book-render.mb .wrap-content-book-header .book-header-action .description {
  flex: auto;
  padding-left: 0;
}

.site-main.mb .khoa-hoc .wrap-khoa-hoc {
  margin-bottom: 115px;
}

.site-main.mb .khoa-hoc-slider .slick-arrow {
  top: auto;
  bottom: -70px;
  width: 20px;
  height: 20px;
  padding: 20px;
}

.site-main.mb .khoa-hoc-slider .slick-arrow.slick-prev {
  left: 0;
}

.site-main.mb .khoa-hoc-slider .slick-arrow.slick-next {
  right: 0;
}

#popup-mobile-read {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -9999;
  background: #fdf1e8;
  background-image: linear-gradient(to right, #f9f1ea, #fdf1e8);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}

#popup-mobile-read.show {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
  display: flex;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video .media-controls .controls-bar:nth-child(1) {
  display: none;
}

video .media-controls .controls-bar:nth-child(2) {}

video .media-controls .controls-bar:nth-child(3) {
  display: none;
}

.wrap-vid {
  position: absolute;
  left: 20%;
  /* top: calc(40vh + 160px); */
  bottom: 15px;
  height: 60px;
  width: 60%;
  display: flex;
  align-items: center;
}

*[id^="control-vid"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 25px;
  background: #eff1f2;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  width: 100%;
}

*[id^="control-vid"] *[id^="playpause"] {
  position: absolute;
  cursor: pointer;
  left: 15px;
  line-height: 0;
}

*[id^="control-vid"] *[id^="playpause"]>span {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -9999;
  display: inline-block;
  line-height: 0;
}

*[id^="control-vid"] *[id^="playpause"]>span.active {
  position: relative;
  visibility: visible;
  z-index: 1;
}

*[id^="control-vid"] span svg {
  height: 22px;
  width: 22px;
}

/* Fallback stuff */
progress[value] {
  appearance: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25) inset;
  color: dodgerblue;
  display: inline-block;
  height: 6px;
  order: 1;
  position: relative;
  width: calc(100% - 16px);
}

/* WebKit styles */
progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25) inset;
}

progress[value]::-webkit-progress-value {
  background-image: linear-gradient(to right,
      #f78c2e, #dd700d);
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}

/* Firefox styles */
progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(to right,
      #f78c2e, #dd700d);
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}

/* .popup-qa.show:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
} */
.wrap-popup-qa {
  position: relative;
  z-index: 10;
}

.page-point .point>div>span.number {
  position: relative;
  display: block;
  line-height: 1;
}

.wrap-content-book-header .reward-point .point>div>span.number {
  position: relative;
  display: block;
  line-height: 1;
}

.popup-ani-finish-page {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: contain;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
}

.popup-ani-finish-page.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.page-template-gift .listing-gift .item.hidden-pur,
.no-pur {
  opacity: 0.5;
}

.page-template-account .site-main {
  margin-top: 200px;
  min-height: 50vh;
  margin-bottom: 166px;
}

.wrap-account {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Nunito', sans-serif;
}

.wrap-account .wrap-account-nav {
  width: 22%;
  text-align: center;
}

.wrap-account .wrap-account-nav .avatar {
  text-align: center;
}

.wrap-account .wrap-account-nav .avatar .wrap-avatar {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: calc(100vw * 48 / 1920);
}

.wrap-account .wrap-account-nav .avatar .wrap-avatar img {
  object-fit: contain;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #dd700d;
}

.wrap-account .wrap-account-nav .avatar .wrap-avatar .svg-ava {
  padding: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.wrap-account .wrap-account-nav .avatar .wrap-avatar .svg-ava svg {}

.wrap-account .wrap-account-nav .account-nav {
  text-align: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid rgba(227, 226, 228, 1);
}

.wrap-account .wrap-account-nav .account-nav .item {
  padding: 20px 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1A191B;
}

.wrap-account .wrap-account-nav .account-nav .item svg {
  stroke: #DD700D;
  margin-right: 15px;
}

.wrap-account .wrap-account-nav .account-nav .item svg path {
  stroke: #DD700D;
}

.wrap-account .wrap-account-nav .account-nav .item.active,
.wrap-account .wrap-account-nav .account-nav .item:hover {
  background: #DD700D;
  color: #fff;
}

.wrap-account .wrap-account-nav .account-nav .item.active a,
.wrap-account .wrap-account-nav .account-nav .item:hover a {
  color: #fff;
}

.wrap-account .wrap-account-nav .account-nav .item.active svg,
.wrap-account .wrap-account-nav .account-nav .item:hover svg {
  /* 	stroke: #fff; */
}

.wrap-account .wrap-account-nav .account-nav .item.active svg path,
.wrap-account .wrap-account-nav .account-nav .item:hover svg path {
  stroke: #fff;
}

.wrap-account #wrap-account-content {
  width: calc(78% - (100vw * 158 / 1920));
  margin-left: calc(100vw * 158 / 1920);
  color: #1A191B;
}

.wrap-account #wrap-account-content .title {
  font-size: 40px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: calc(100vw * 48 / 1920);
}

.wrap-account #wrap-account-content .content {}

#updateUser {
  display: flex;
  flex-wrap: wrap;
}

#updateUser .item {
  width: calc(100% / 2 - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
}

#updateUser .item:nth-child(2n+2) {
  margin-right: 0;
}

#updateUser .item label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
}

#updateUser .item input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #AAA7AE;
  background: transparent !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  padding: 13px 0;
  font-size: 20px;
  outline: 0 !important;
}

#updateUser .item input::-ms-input-placeholder {
  color: #AAA7AE;
  font-size: 20px;
}

#updateUser .item input::placeholder {
  color: #AAA7AE;
  font-size: 20px;
}

#updateUser .item.username input {
  color: #AAA7AE;
}

#updateUser .multi-btn {
  width: 100%;
}

#updatePass {
  display: flex;
  flex-wrap: wrap;
}

#updatePass .item {
  width: 70%;
  margin-bottom: 30px;
}

#updatePass .item label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
}

#updatePass .item input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #AAA7AE;
  background: transparent !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  padding: 13px 0;
  font-size: 20px;
  outline: 0 !important;
}

#updatePass .item input::-ms-input-placeholder {
  color: #AAA7AE;
  font-size: 20px;
}

#updatePass .item input::placeholder {
  color: #AAA7AE;
  font-size: 20px;
}

#updatePass .multi-btn {
  width: 100%;
}

#popup-sticker .stickers .item.chosen img {
  border: 1px solid #f78c2e;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: saturate(0.2);
}

#popup-sticker .stickers .item {
  display: flex;
  justify-content: center;
}

#popup-sticker .stickers .item img {
  object-fit: contain;
}

#popup-sticker .error {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  font-size: 14px;
  font-family: 'Nuntio', sans-serif;
  width: 100%;
  margin-top: 8px;
  color: #f78c2e;
}

#popup-sticker .error.show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker {}

.content.sticker .chapter {
  margin-bottom: calc(100vw * 42 / 1920);
}

.content.sticker .chapter:last-child {
  margin-bottom: 0;
}

.content.sticker .chapter .stickers {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .chapter.active .stickers {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  visibility: visible;
  opacity: 1;
  height: 350px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .stickers::-webkit-scrollbar {
  width: 6px;
}

.content.sticker .stickers::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.content.sticker .stickers::-webkit-scrollbar-thumb {
  background: #888;
}

.content.sticker .stickers::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content.sticker .stickers .item {
  width: calc(100% / 6 - (25px * 5 / 6));
  margin-right: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
}

.content.sticker .stickers .item.active {
  border: 1px solid #f78c2e;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.content.sticker .stickers .item:nth-child(6n+6) {
  margin-right: 0;
}

.content.sticker .stickers .item img {
  width: 100%;
  max-width: 105px;
  padding: 10px;
  object-fit: contain;
  max-height: 120px;
}

.content.sticker .stickers .item.active img {
  /*   border: 1px solid #f78c2e;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px; */
}

.content.sticker .stickers .item.chosen {
  border: 1px solid #f78c2e;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: saturate(0.2);
}

.content.sticker .chapter .chapter-title {
  background: #DD700D;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(100vw * 42 / 1920);
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.content.sticker .chapter .chapter-title>span {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.content.sticker .chapter .chapter-title>span {
  transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .chapter.active .chapter-title>span {
  transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .chapter .chapter-book {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .chapter.active .chapter-book {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.content.sticker .chapter .chapter-book .item {
  width: calc(100% / 4 - (24px * 3 / 4));
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border: 1px solid rgba(221, 112, 13, 1);
  text-align: center;
}

.content.sticker .chapter .chapter-book .item:nth-child(4n+4) {
  margin-right: 0;
}

.content.sticker .chapter .chapter-book .item .thumb-item {
  width: 100%;
}

.content.sticker .chapter .chapter-book .item .thumb-item img {
  width: 100%;
}

.content.sticker .chapter .chapter-book .item .title-item {
  width: 100%;
  font-size: 16px;
  /* font-family: 'ConCung', sans-serif; */
}

#masthead .login .wrap-avatar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

#masthead .login .wrap-avatar img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #dd700d;
  margin-right: 10px;
}

#masthead .login .wrap-avatar .svg-ava {
  padding: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

a.menu-display-name {
  padding: 5px;
  border: 0;
  background: transparent;
  color: #f78c2e;
  text-shadow: none;
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  margin: 0;
}

a.menu-display-name:before, a.menu-display-name:after {
  display: none;
}

.wrap-history {}

.wrap-history .info {
  background: rgba(255, 236, 217, 1);
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.wrap-history .info-point {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.wrap-history .info-point-total {
  flex: 1;
  color: rgba(221, 112, 13, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-history .info-point-total>span {
  font-size: 40px;
  font-weight: 700;
  margin-left: 24px;
}

.wrap-history .info-point-more {}

.wrap-history .info-point-more a {
  color: rgba(221, 112, 13, 1);
  border: 1px solid rgba(221, 112, 13, 1);
  padding: 10px 24px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -ms-border-radius: 45px;
}

.wrap-history .info-point-more a:hover {
  color: #fff;
  background: rgba(221, 112, 13, 1);
}

.wrap-history .info-gift {
  margin-left: 24px;
}

.wrap-history .info-gift a {
  color: rgba(221, 112, 13, 1);
  border: 1px solid rgba(221, 112, 13, 1);
  padding: 10px 24px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -ms-border-radius: 45px;
}

.wrap-history .info-gift a:hover {
  color: #fff;
  background: rgba(221, 112, 13, 1);
}

.wrap-history .tracking-point {
  width: 100%;
}

.wrap-history .tracking-point-listing {}

.wrap-history .tracking-point-item {
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(192, 189, 195, 1);
}

.wrap-history .tracking-point-item:last-child {
  border-bottom: 0;
}

.wrap-history .tracking-point-item .icon {
  margin-right: 32px;
}

.wrap-history .tracking-point-item .icon svg {
  max-height: 60px;
  max-width: 60px;
  object-fit: contain;
}

.wrap-history .tracking-point-item .point-detail {
  flex: 1;
  padding-right: 20px;
}

.wrap-history .tracking-point-item .point-detail-title {
  font-size: 24px;
  color: rgba(12, 0, 28, 1);
}

.wrap-history .tracking-point-item .point-detail-content {
  color: rgba(159, 158, 158, 1);
  font-size: 18px;
}

.wrap-history .tracking-point-item .point-detail-time {
  color: rgba(159, 158, 158, 1);
  font-size: 18px;
}

.wrap-history .tracking-point-item .point-value {
  color: rgba(221, 112, 13, 1);
  font-size: 32px;
  font-weight: 700;
  float: right;
}

.wrap-history .tracking-point-pagi {
  margin-top: calc(100vw * 70 / 1920);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.wrap-history .tracking-point-pagi-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: rgba(221, 112, 13, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.wrap-history .tracking-point-pagi-number.active,
.wrap-history .tracking-point-pagi-number:hover {
  background: rgba(221, 112, 13, 1);
  color: #fff;
}

.pagi {
  margin-bottom: calc(100vw * 84 / 1920);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  font-size: 18px;
  color: rgba(221, 112, 13, 1);
  border: 1px solid transparent !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  background: transparent !important;
  color: rgba(146, 146, 146, 1) !important;
}

.page-numbers.current,
.page-numbers:hover {
  border: 1px solid rgba(221, 112, 13, 1) !important;
  background: rgba(221, 112, 13, 1) !important;
  color: #fff !important;
}

#popup-signup {
  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-signup.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-login .wrap-popup-login .wrap-content {
  /* position: unset; */
}

#popup-signup .wrap-popup-signup {
  width: 45%;
  background: #fff;
  padding: 20px 30px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-signup .wrap-popup-signup .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-signup .wrap-popup-signup .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-signup .wrap-popup-signup .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-signup .wrap-popup-signup .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

#popup-signup .wrap-popup-signup .wrap-content .image {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

#popup-signup .wrap-popup-signup .wrap-content .image img {
  width: 100%;
  max-width: 220px;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login {
  width: calc(50% - 10px);
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .title {
  margin-bottom: 20px;
  text-align: center;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item.col50 {
  width: calc(100% / 2 - 10px);
  float: left;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item.col50.mar-20 {
  margin-right: 20px;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item:last-child {
  margin-bottom: 0;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item.forgot {
  text-align: right;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item.forgot a {
  color: #f78c2e;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item label {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
  color: #1a191b;
}

#popup-signup .wrap-popup-signup .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-signup .wrap-popup-signup .wrap-content .form-login .item input.error {
  border-bottom: 1px solid red !important;
}

#popup-signup .wrap-popup-signup .wrap-content .form-login .item input:focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0 !important;
}

#popup-signup .wrap-popup-signup .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-signup .wrap-popup-signup .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-signup .wrap-popup-signup .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;
}

.wrap-popup-signup,
.wrap-popup-login {}

.wrap-popup-signup .line,
.wrap-popup-login .line {
  color: #95919A;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.wrap-popup-signup .line:before,
.wrap-popup-login .line:before {
  content: "";
  position: absolute;
  background: #95919A;
  height: 1px;
  width: 20%;
}

.wrap-popup-signup .line:after,
.wrap-popup-login .line:after {
  content: "";
  position: absolute;
  background: #95919A;
  height: 1px;
  width: 20%;
}

.wrap-popup-signup .line:before,
.wrap-popup-login .line:before {
  left: 0;
}

.wrap-popup-signup .line:after,
.wrap-popup-login .line:after {
  right: 0;
}

.wrap-popup-signup .action,
.wrap-popup-login .action,
.wrap-popup-lostpass .action {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #1A191B;
  text-align: center;
}

.wrap-popup-lostpass .action {
  margin-top: 24px;
}

.wrap-popup-signup .action span,
.wrap-popup-login .action span,
.wrap-popup-lostpass .action span {
  color: #DD700D;
  cursor: pointer;
}

.social-login {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-bottom: 16px;
}

.social-login>a {
  padding: 7px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #AAA7AE;
  margin: 0 4px;
  cursor: pointer;
}

#popup-lostpass {
  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-lostpass.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-lostpass .wrap-popup-lostpass {
  width: 40%;
  background: #fff;
  padding: 70px 50px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-lostpass .wrap-popup-lostpass .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-lostpass .wrap-popup-lostpass .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-lostpass .wrap-popup-lostpass .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .image {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .image img {
  width: 100%;
  max-width: 220px;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login {
  width: calc(50% - 10px);
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .title {
  margin-bottom: 20px;
  text-align: center;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.col50 {
  width: calc(100% / 2 - 10px);
  float: left;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.col50.mar-20 {
  margin-right: 20px;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item:last-child {
  margin-bottom: 0;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.forgot {
  text-align: right;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.forgot a {
  color: #f78c2e;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item label {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
  color: #1a191b;
}

#popup-lostpass .wrap-popup-lostpass .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-lostpass .wrap-popup-lostpass .wrap-content .form-login .item input.error {
  border-bottom: 1px solid red !important;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item input:focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0 !important;
}

#popup-lostpass .wrap-popup-lostpass .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-lostpass .wrap-popup-lostpass .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-lostpass .wrap-popup-lostpass .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;
}

#errorall {
  font-size: 14px;
  color: red;
  margin-top: 20px;
}

#updatePass input.error {
  border-color: red;
}

span.off-part {
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
}

/* #popup-signup.show span.off-part, */
/* #popup-login.show span.off-part, */
/* #popup-lostpass.show span.off-part{ */
/* display: block; */
/* } */
.wrap-menu-account {
  display: none;
}

.wrap-menu-account.mobile {
  display: block;
}

#popup-login .wrap-popup-login .wrap-content .form-login .item input.error {
  border-color: red !important;
}

.outline-mb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.home-about .wrap-home-about .content .image {
  display: flex;
  flex-wrap: wrap;
}

.home-about .wrap-home-about .content .image img {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.home-about .wrap-home-about .content .image img:hover {
  transform: scale(1.05);
  transform-origin: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

.home-about .wrap-home-about .content .image img:nth-child(2n+2) {
  margin-right: 0;
}

.home-about .wrap-home-about .content .image {
  width: calc(40% - 45px);
  margin-right: 45px;
}

.home-about .wrap-home-about .content .text {
  width: calc(55% - 45px);
  margin-left: 45px;
  text-align: justify;
}

#popup-minigame .wrap-popup-pre.minigame .scontrols a.close {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border: 3px solid #f78c2e;
  background: #fff;
  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-minigame .wrap-popup-pre.minigame .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;
}

#popup-minigame .wrap-popup-pre.minigame .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;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other {
  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-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.other {
  text-align: center;
  font-size: 18px;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .item.other p:nth-child(2) {
  font-weight: 700;
}

#popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other: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-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other: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-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other span {
  margin-left: 4px;
}

#popup-changepass-success {
  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-changepass-success.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-changepass-success .wrap-popup-success {
  width: 40%;
  background: #fff;
  padding: 70px 50px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-changepass-success .wrap-popup-success .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-changepass-success .wrap-popup-success .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-changepass-success .wrap-popup-success .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-changepass-success .wrap-popup-success .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

#popup-changepass-success .wrap-popup-success .wrap-content .image {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

#popup-changepass-success .wrap-popup-success .wrap-content .image img {
  width: 100%;
  max-width: 220px;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login {
  width: calc(50% - 10px);
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .title {
  margin-bottom: 20px;
  text-align: center;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item.col50 {
  width: calc(100% / 2 - 10px);
  float: left;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item.col50.mar-20 {
  margin-right: 20px;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item:last-child {
  margin-bottom: 0;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item.forgot {
  text-align: right;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item.forgot a {
  color: #f78c2e;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item label {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
  color: #1a191b;
}

#popup-changepass-success .wrap-popup-success .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-changepass-success .wrap-popup-success .wrap-content .form-login .item input.error {
  border-bottom: 1px solid red !important;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .item input:focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0 !important;
}

#popup-changepass-success .wrap-popup-success .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-changepass-success .wrap-popup-success .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-changepass-success .wrap-popup-success .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-changepass-success .wrap-popup-success .wrap-content .form-login .noti {
  text-align: center;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 24px;
}

#popup-changepass-success .wrap-popup-success .wrap-content .form-login .action {
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  font-size: 1.125rem;
  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-changepass-success .wrap-popup-success .wrap-content .form-login .action: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-changepass-success .wrap-popup-success .wrap-content .form-login .action: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-sticker-zoom {
  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-zoom.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup-sticker-zoom .off-part {
  position: absolute !important;
  top: 10px;
  right: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999;
  font-weight: 200;
  color: #fff;
  background: rgba(234, 0, 0, 1);
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-transform: uppercase;
}

#popup-sticker-zoom .wrap-popup-success {
  width: 30%;
  background: #fff;
  padding: 70px 50px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup-sticker-zoom .wrap-popup-success .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-zoom .wrap-popup-success .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup-sticker-zoom .wrap-popup-success .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .image {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .image img {
  width: 100%;
  max-width: 220px;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login {
  width: calc(50% - 10px);
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .title {
  margin-bottom: 20px;
  text-align: center;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item.col50 {
  width: calc(100% / 2 - 10px);
  float: left;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item.col50.mar-20 {
  margin-right: 20px;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item:last-child {
  margin-bottom: 0;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item.forgot {
  text-align: right;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item.forgot a {
  color: #f78c2e;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item label {
  font-family: Nunito, sans-serif;
  font-size: 0.875rem;
  color: #1a191b;
}

#popup-sticker-zoom .wrap-popup-success .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-sticker-zoom .wrap-popup-success .wrap-content .form-login .item input.error {
  border-bottom: 1px solid red !important;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .item input:focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0 !important;
}

#popup-sticker-zoom .wrap-popup-success .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-sticker-zoom .wrap-popup-success .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-sticker-zoom .wrap-popup-success .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-sticker-zoom .wrap-popup-success .wrap-content .form-login .noti {
  text-align: center;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 24px;
}

#popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .action {
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  font-size: 1.125rem;
  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-sticker-zoom .wrap-popup-success .wrap-content .form-login .action: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-sticker-zoom .wrap-popup-success .wrap-content .form-login .action: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-sticker-zoom .wrap-popup-success .wrap-content img.chosen {
  filter: saturate(0.2);
}

/* .page-book img{
	opacity: 0;
} */
@keyframes fadOri {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-70px);
    transform-origin: center;
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: center;
  }
}

@keyframes fadRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(70px);
    transform-origin: center;
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: center;
  }
}

@keyframes fadUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-70px);
    transform-origin: center;
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: center;
  }
}

@keyframes fadDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(70px);
    transform-origin: center;
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: center;
  }
}

.cat-banner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cat-banner img {
  width: 100%;
}

.cat-banner img.pc {}

.cat-banner img.mb {
  display: none;
}

.cat-banner.mobile img.pc {
  display: none;
}

.cat-banner.mobile img.mb {
  display: block;
}

.blog-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 60px;
}

.blog-category .item {
  padding: 8px 24px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -ms-border-radius: 55px;
  margin-bottom: 20px;
}

.blog-category .item a {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  color: rgba(181, 181, 181, 1);
}

.blog-category .item:hover {
  background: rgba(221, 112, 13, 1);
}

.blog-category .item:hover a {
  color: #fff;
}

.blog-category .item.active {
  background: rgba(221, 112, 13, 1);
}

.blog-category .item.active a {
  color: #fff;
}

.blog-category .item.all {}

.blog-category .item.all a {}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  font-family: Nunito, sans-serif;
}

.blog-listing .item {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3 - ((100vw * 20 / 1920) * 2 / 3));
  margin-right: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 60 / 1920);
}

.blog-listing .item:nth-child(3n+3) {
  margin-right: 0;
}

.blog-listing .item .entry-thumb {
  width: 100%;
  margin-bottom: 24px;
}

.blog-listing .item .entry-thumb a {}

.blog-listing .item .entry-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.blog-listing .item .entry-info {}

.blog-listing .item .entry-info .entry-cate {}

.blog-listing .item .entry-info .entry-cate a {
  font-size: 20px;
  color: rgba(221, 112, 13, 1);
}

.blog-listing .item .entry-info .entry-title {}

.blog-listing .item .entry-info .entry-title h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(26, 25, 27, 1);
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing .item .entry-info .entry-description {
  font-size: 20px;
  color: rgba(149, 145, 154, 1);
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing .item .entry-info .entry-meta {
  margin-bottom: 12px;
}

.blog-listing .item .entry-info .entry-meta time {
  font-size: 16px;
  color: rgba(149, 145, 154, 1);
  font-family: Nuntio, sans-serif;
}

.blog-listing .item .entry-info .readmore a {
  font-size: 16px;
  color: rgba(221, 112, 13, 1);
}

.blog-listing-first {
  margin-bottom: calc(100vw * 60 / 1920);
  font-family: Nunito, sans-serif;
}

.blog-listing-first .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.blog-listing-first .item .entry-thumb {
  width: calc(100% / 2 - ((100vw * 60 / 1920) * 1 / 2));
  margin-right: calc(100vw * 60 / 1920);
}

.blog-listing-first .item .entry-thumb a {}

.blog-listing-first .item .entry-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.blog-listing-first .item .entry-info {
  width: calc(100% / 2 - ((100vw * 60 / 1920) * 1 / 2));
}

.blog-listing-first .item .entry-info .entry-cate {}

.blog-listing-first .item .entry-info .entry-cate a {
  font-size: 20px;
  color: rgba(221, 112, 13, 1);
}

.blog-listing-first .item .entry-info .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing-first .item .entry-info .entry-title h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(26, 25, 27, 1);
  font-size: 32px;
}

.blog-listing-first .item .entry-info .entry-description {
  font-size: 24px;
  color: rgba(149, 145, 154, 1);
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing-first .item .entry-info .entry-meta time {
  font-size: 20px;
  color: rgba(149, 145, 154, 1);
}

#purchase-category {
  background: rgba(252, 238, 226, 1);
  padding-top: calc(100vw * 60 / 1920);
  padding-bottom: calc(100vw * 60 / 1920);
  position: relative;
}

#purchase-category .title {
  font-size: 52px;
  color: rgba(221, 112, 13, 1);
}

#purchase-category .description {
  font-size: 20px;
  font-family: Nunito, sans-serif;
  color: rgba(132, 132, 132, 1);
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(221, 112, 13, 1);
}

#purchase-category .purchase-list {
  display: flex;
  flex-wrap: wrap;
}

#purchase-category .purchase-list .item {
  width: calc(100% / 4 - (20px * 3 / 4));
  margin-right: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  padding: 20px 12px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

#purchase-category .purchase-list .item:nth-child(4n+4) {
  margin-right: 0;
}

#purchase-category .purchase-list .item .tick {}

#purchase-category .purchase-list .item .tick input {
  visibility: hidden;
  opacity: 0;
}

#purchase-category .purchase-list .item .tick span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid rgba(168, 168, 168, 1);
  background: transparent;
}

#purchase-category .purchase-list .item .tick span img {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#purchase-category .purchase-list .item.active {
  background: rgba(254, 233, 216, 1);
}

#purchase-category .purchase-list .item.active .tick {}

#purchase-category .purchase-list .item.active .tick span {
  border: 1px solid rgba(221, 112, 13, 1);
  background: rgba(221, 112, 13, 1);
}

#purchase-category .purchase-list .item.active .tick span img {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

#purchase-category .purchase-list .item.follow {
  background: rgba(254, 233, 216, 1) !important;
}

#purchase-category .purchase-list .item.follow .tick {}

#purchase-category .purchase-list .item.follow .tick span {
  border: 1px solid rgba(221, 112, 13, 1) !important;
  background: rgba(221, 112, 13, 1) !important;
}

#purchase-category .purchase-list .item.follow .tick span img {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.5s;
}

#purchase-category .purchase-list .item .info-product {
  font-family: Nunito, sans-serif;
  padding-left: 16px;
}

#purchase-category .purchase-list .item .info-product .price {
  color: rgba(242, 115, 0, 1);
  font-size: 16px;
  margin-bottom: 4px;
}

#purchase-category .purchase-list .item .info-product .price.free {
  color: rgba(4, 168, 30, 1);
}

#purchase-category .purchase-list .item .info-product .price.follow {
  color: rgba(4, 168, 30, 1);
}

#purchase-category .purchase-list .item .info-product .p-title {
  color: rgba(43, 43, 43, 1);
  font-size: 24px;
  margin-bottom: 4px;
}

#purchase-category .purchase-list .item.all .info-product .p-title {
  line-height: 1;
}

#purchase-category .purchase-list .item .info-product .p-desc {
  font-size: 16px;
  color: rgba(143, 142, 145, 1);
}

#purchase-category .customer-info {
  width: 60%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
}

#purchase-category .customer-info .customer-wrap {
  width: 50%;
}

#purchase-category .customer-info .customer-wrap .c-title {
  font-family: Nunito, sans-serif;
  font-size: 28px;
  color: rgba(221, 112, 13, 1);
  margin-bottom: 20px;
}

#purchase-category .customer-info .customer-wrap .c-title.no-mar {
  margin-bottom: 0;
}

#purchase-category .customer-info .customer-wrap .row-field {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item {
  font-size: 14px;
  font-family: Nunito, sans-serif;
  color: rgba(26, 25, 27, 1);
  width: calc(100% / 2 - (18px * 1 / 2));
  text-align: left;
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item:nth-child(1) {
  margin-right: 18px;
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item label {
  width: 100%;
  display: block;
  text-align: left;
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item label span {
  color: rgba(255, 0, 0, 1);
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item input {
  border: 0 !important;
  border-bottom: 1px solid rgba(26, 25, 27, 1) !important;
  padding: 10px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item input::-ms-input-placeholder {
  font-size: 14px;
  font-family: Nunito, sans-serif;
  color: rgba(149, 145, 154, 1);
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item input::placeholder {
  font-size: 14px;
  font-family: Nunito, sans-serif;
  color: rgba(149, 145, 154, 1);
}

#purchase-category .customer-info .customer-wrap .row-field .row-field-item input:focus {
  border-bottom: 2px solid rgba(26, 25, 27, 1) !important;
  outline: 0 !important;
}

#purchase-category .error {
  color: red;
  font-size: 12px;
  text-align: left;
  width: 100%;
}

#purchase-category .purchase-list .error {
  font-size: 16px;
  text-align: center;
  margin-bottom: calc(100vw * 60 / 1920);
}

#purchase-category .customer-info .customer-wrap .submit-field {}

#purchase-category>.shape {
  position: absolute;
}

#purchase-category>.shape1 {
  bottom: 0;
  left: 60px;
  max-width: 320px;
  object-fit: contain;
}

#purchase-category>.shape2 {
  top: 10%;
  left: 0;
  max-width: 90px;
  object-fit: contain;
}

.submit-field {
  display: inline-block;
  position: relative;
}

.submit-field input {
  font-family: ConCung, sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 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;
  cursor: pointer;
}

.submit-field input:hover,
.submit-field input:focus {
  border: 3px solid #f78c2e !important;
}

.submit-field: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;
}

.submit-field: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;
}

.page-template-category #masthead,
.page-template-blog #masthead,
.page-template-checkout #masthead,
.single-post #masthead {
  position: relative;
}

.outer5 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.outer6 {
  width: 70%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-checkout .site-main {
  min-height: 51vh;
}

.page-template-checkout .outer5>h1 {
  font-size: 24px;
  color: #DD700D;
  margin-top: 35px;
  margin-bottom: 18px;
}

.page-template-checkout .e-title {
  /* font-family: ConCung, sans-serif; */
  margin-bottom: 16px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: calc(100% / 2 - (24px * 1 /2));
}

.woocommerce-billing-fields__field-wrapper .form-row:nth-child(1) {
  margin-right: 24px;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  width: 100%;
  display: block;
  color: #1A191B;
  font-family: Nuntio, sans-serif;
  font-size: 14px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  font-size: 14px;
  color: #1A191B;
  border: 0 !important;
  border-bottom: 1px solid #AAA7AE !important;
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 0;
  background: transparent !important;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus {
  background: transparent !important;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-ms-input-placeholder {
  font-size: 14px;
  font-family: Nunito, sans-serif;
  color: rgba(149, 145, 154, 1);
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
  font-size: 14px;
  font-family: Nunito, sans-serif;
  color: rgba(149, 145, 154, 1);
}

.cart-items {
  margin-top: 20px;
  margin-bottom: 16px;
}

.cart-checkout-title {
  margin-bottom: 16px;
}

.cart-checkout-item {
  font-family: Nuntio, sans-serif;
}

.cart-checkout-item-info {
  margin-bottom: 16px;
}

.cart-checkout-item-info-title {
  font-size: 24px;
  color: #2B2B2B;
}

.cart-checkout-item-info-desc {
  font-size: 16px;
  color: #8F8E91;
}

.purchase-item {
  font-size: 18px;
  color: #000000;
}

.cart-checkout-item-listing-item {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}

.cart-checkout-item-listing-item .price {
  font-size: 18px;
  font-weight: bold;
}

input[name="billing_foo_appota"] {
  font-size: 16px;
}

.promo {
  padding: 5px 12px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 27px;
  -ms-border-radius: 27px;
  -webkit-border-radius: 27px;
  background: #CAFFB7;
  font-size: 14px;
  color: #2B9207;
}

#purchase-category .customer-text {
  font-family: Nuntio, sans-serif;
  font-size: 20px;
  color: #DD700D;
  margin-bottom: calc(100vw * 20 / 1920);
}

#purchase-category .show-signin {
  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;
}

#purchase-category .show-signin: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;
}

#purchase-category .show-signin: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;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.cart-items {}

.cart-items .cart-checkout-listing {
  /*   max-height: 450px;
  overflow: auto; */
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px
}

.cart-items .cart-checkout-listing::-webkit-scrollbar {
  width: 2px;
}

.cart-items .cart-checkout-listing::-webkit-scrollbar-thumb {
  background: #f3f3f3;
}

.cart-items .cart-checkout-listing::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart-items .cart-checkout-listing .cart-checkout-title {
  margin-bottom: 16px;
}

.cart-items .cart-checkout-listing .cart-checkout-item {
  width: 100%;
  background: #FFF7F0;
  padding: 32px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 16px;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-billing-fields>h3 {
  display: none;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 80 / 1920);
}

.woocommerce #payment #place_order {
  float: none;
  margin-bottom: 15px;
  font-family: ConCung, sans-serif;
}

.woocommerce #payment #place_order {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 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;
}

.woocommerce #payment #place_order: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;
}

.woocommerce #payment #place_order: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;
}

#customer_details {
  width: calc(100% / 2 - ((100vw * 72 / 1920) * 1 / 2));
  margin-right: calc(100vw * 72 / 1920);
}

#customer_details .col-1 {
  width: 100%;
}

#order_review {
  width: calc(100% / 2 - ((100vw * 72 / 1920) * 1 / 2));
  font-family: Nuntio, sans-serif;
}

.billing_foo_appota_item_wrap {
  margin-bottom: 28px;
}

.billing_foo_appota_item {
  font-size: 16px;
  margin-bottom: 12px;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  margin-bottom: 24px;
}

.checkout-total {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.checkout-total .label {
  font-size: 16px;
  width: 50%;
}

.checkout-total .total {
  width: 50%;
  text-align: right;
  padding-left: 10px;
  font-size: 20px;
  color: #DD700D;
  white-space: nowrap;
  font-weight: 600;
}

.form-row.place-order {
  background: #F8F8F8;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.woocommerce-checkout #payment {
  background: transparent !important;
}

.noted-text-order {
  font-size: 12px;
  color: #95919A;
}

#updateSubcribe {
  width: 100%;
}

#updateSubcribe .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(192, 189, 195, 1);
}

#updateSubcribe .item:last-child {
  margin-bottom: 0;
  padding-bottom: 32px;
  border-bottom: 0;
}

#updateSubcribe .item .info-product {
  width: calc(70% - (100vw * 36 / 1920));
  margin-right: calc(100vw * 36 / 1920);
}

#updateSubcribe .item .info-product .p-title {
  font-size: 24px;
  color: rgba(43, 43, 43, 1);
  margin-bottom: 8px;
}

#updateSubcribe .item .info-product .p-expried {
  font-size: 16px;
  color: rgba(143, 142, 145, 1);
  font-weight: 600;
}

#updateSubcribe .item .info-product .p-expried .highlight {
  font-size: 18px;
  color: rgba(221, 112, 13, 1);
  font-weight: 700;
}

#updateSubcribe .item .subcribe-action {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#updateSubcribe .item .subcribe-action.cancelled {}

#updateSubcribe .item .subcribe-action.expried {}

#updateSubcribe .item .subcribe-action a {
  display: inline-block;
  padding: 12px 24px;
  color: rgba(221, 112, 13, 1);
  background: transparent;
  border: 1px solid rgba(221, 112, 13, 1);
  border-radius: 100px;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
}

#updateSubcribe .item .subcribe-action a:hover {
  color: #fff;
  background: rgba(221, 112, 13, 1);
}

#updateSubcribe .item .subcribe-action.cancelled a {}

#updateSubcribe .item .subcribe-action.outdate a,
#updateSubcribe .item .subcribe-action.expried a {
  color: #fff;
  background: rgba(221, 112, 13, 1);
}

#updatePayment {
  width: 100%;
}

#updatePayment .payRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(227, 226, 228, 1);
  padding: 43px 0;
}

#updatePayment .payRow:last-child {
  border-bottom: 0;
}

#updatePayment .payRow.headRow {
  font-weight: 700;
  font-size: 20px;
  color: rgba(26, 25, 27, 1);
}

#updatePayment .payRow .payCol {
  width: calc(100% / 5);
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

#updatePayment .payRow .payCol .or_id {
  display: block;
  width: 100%;
  color: rgba(51, 49, 54, 1);
  font-weight: 700;
}

#updatePayment .payRow .payCol .or_item {
  display: block;
  width: 100%;
  color: rgba(128, 123, 134, 1);
}

#updatePayment .payRow .payCol:nth-child(5n+5) {
  /* margin-right: 0; */
}

#updatePayment .payRow .payCol:nth-child(1) {
  font-size: 16px;
}

#updatePayment .payRow .payCol:nth-child(2) {
  font-size: 16px;
  color: rgba(51, 49, 54, 1);
}

#updatePayment .payRow .payCol:nth-child(3) {
  font-size: 16px;
  color: rgba(51, 49, 54, 1);
}

#updatePayment .payRow .payCol:nth-child(4) {
  font-size: 16px;
  color: rgba(51, 49, 54, 1);
}

#updatePayment .payRow .payCol:nth-child(5) {
  font-size: 16px;
  color: rgba(51, 49, 54, 1);
}

#updatePayment .payRow .payCol:nth-child(5) a {
  font-size: 16px;
  color: rgba(221, 112, 13, 1) !important;
  font-weight: 700;
}

#popup_order_detail {
  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_order_detail.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup_order_detail .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 40px 60px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup_order_detail .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_order_detail .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup_order_detail .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup_order_detail .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup_order_detail .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup_order_detail .multi-btn {
  margin-top: 20px;
}

#popup_order_detail .multi-btn a.cancel {
  margin-right: 24px;
}

#popup_order_detail .close {
  position: absolute;
  max-width: 32px;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

#popup_order_detail .close img {
  width: 100%;
  object-fit: contain;
}

#popup_order_success {
  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_order_success.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#popup_order_success .wrap-popup-pre {
  width: 40%;
  background: #fff;
  padding: 40px 60px;
  border: 16px solid #ff826e;
  outline: 24px solid #ffdcc1;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

#popup_order_success .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_order_success .wrap-popup-pre .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

#popup_order_success .wrap-popup-pre .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

#popup_order_success .wrap-popup-pre .wrap-content {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

#popup_order_success .wrap-popup-pre .wrap-content span.highlight {
  color: #dd700d;
}

#popup_order_success .multi-btn {
  margin-top: 20px;
}

#popup_order_success .multi-btn a.cancel {
  margin-right: 24px;
}

#popup_order_success .close {
  position: absolute;
  max-width: 32px;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

#popup_order_success .close img {
  width: 100%;
  object-fit: contain;
}

#popup_order_success .order-received-icon {
  margin-bottom: 46px;
}

#popup_order_success .order-received-text {
  font-family: Nunito, sans-serif;
  font-size: 24px;
  color: rgba(26, 25, 27, 1);
  margin-bottom: 10px;
}

#popup_order_success .order-received-desc {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#popup_order_success .bttn {
  margin-top: 46px;
}

.popup-order-title {
  font-size: 24px;
  color: rgba(221, 112, 13, 1);
  margin-bottom: 31px;
  text-transform: uppercase;
}

.popup-order-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.popup-order-detail-info {
  width: calc(100% / 2 - ((100vw * 40 / 1920) * 1 / 2));
  margin-right: calc(100vw * 40 / 1920);
  text-align: left;
}

.popup-order-detail-info-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 12px;
}

.popup-order-detail-info-name {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(26, 25, 27, 1);
}

.popup-order-detail-info-email {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(26, 25, 27, 1);
  margin-bottom: 24px;
}

.popup-order-detail-info-subcribe {
  max-height: 164px;
  overflow: auto;
}

.popup-order-detail-info-subcribe::-webkit-scrollbar {
  width: 2px;
}

.popup-order-detail-info-subcribe::-webkit-scrollbar-thumb {
  background: #f3f3f3;
}

.popup-order-detail-info-subcribe::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup-order-detail-info-subcribe-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(227, 226, 228, 1);
}

.popup-order-detail-info-subcribe-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.popup-order-detail-info-subcribe-item-title {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  color: rgba(43, 43, 43, 1);
}

.popup-order-detail-info-subcribe-item-desc {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.popup-order-detail-info-subcribe-item-desc .price {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.popup-order-detail-method {
  width: calc(100% / 2 - ((100vw * 40 / 1920) * 1 / 2));
  text-align: left;
}

.popup-order-detail-method-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 12px;
}

.popup-order-detail-method-detail {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 46px;
}

.popup-order-detail-method-total {
  padding: 24px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: rgba(248, 248, 248, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
}

.popup-order-detail-method-total-label {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  width: 35%;
}

.popup-order-detail-method-total-sum {
  width: 65%;
  text-align: right;
}

.popup-order-detail-method-total-sum bdi {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(221, 112, 13, 1);
}

.popup-order-detail-method-help {}

.popup-order-detail-method-help .ft {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  color: rgba(18, 18, 18, 1);
}

.popup-order-detail-method-help .fc a {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(221, 112, 13, 1);
}

#popup_order_success .bttn 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_order_success .bttn 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_order_success .bttn 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;
}

.blog-detail {
  padding-bottom: calc(100vw * 153 / 1920);
}

.blog-detail .item .entry-thumb {
  width: 100%;
  margin-bottom: 24px;
}

.blog-detail .item .entry-thumb a {}

.blog-detail .item .entry-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.blog-detail .item .entry-info {}

.blog-detail .item .entry-info .entry-cate {}

.blog-detail .item .entry-info .entry-cate a {
  font-size: 20px;
  color: rgba(221, 112, 13, 1);
}

.blog-detail .item .entry-info .entry-title {}

.blog-detail .item .entry-info .entry-title h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(26, 25, 27, 1);
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-detail .item .entry-info .entry-description {
  font-size: 20px;
  color: rgba(149, 145, 154, 1);
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-detail .item .entry-info .entry-content {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: rgba(51, 49, 54, 1);
}

.blog-detail .item .entry-info .entry-meta {
  margin-bottom: 12px;
  font-family: Nuntio, sans-serif;
}

.blog-detail .item .entry-info .entry-meta time {
  font-family: Nuntio, sans-serif;
  font-size: 16px;
  color: rgba(149, 145, 154, 1);
}

.blog-detail .item .entry-info .readmore a {
  font-size: 16px;
  color: rgba(221, 112, 13, 1);
}

.view-count {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  align-items: center;
  color: rgba(149, 145, 154, 1);
  font-size: 16px;
  font-family: Nuntio, sans-serif;
}

.view-count:before {
  content: "";
  height: 60%;
  width: 1px;
  background: rgba(149, 145, 154, 1);
  position: absolute;
  left: 0;
}

.relate-post {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 120px;
  background: rgba(252, 238, 226, 1);
}

.relate-post-title {
  font-size: 52px;
  color: rgba(221, 112, 13, 1);
  margin-bottom: 40px;
}

.relate-post-slider .item .entry-thumb {
  width: 100%;
  margin-bottom: 24px;
}

.relate-post-slider .item .entry-thumb a {}

.relate-post-slider .item .entry-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.relate-post-slider .item .entry-info {
  font-family: Nunito, sans-serif;
}

.relate-post-slider .item .entry-info .entry-cate {}

.relate-post-slider .item .entry-info .entry-cate a {
  font-size: 20px;
  color: rgba(221, 112, 13, 1);
}

.relate-post-slider .item .entry-info .entry-title {}

.relate-post-slider .item .entry-info .entry-title h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(26, 25, 27, 1);
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.relate-post-slider .item .entry-info .entry-description {
  font-size: 20px;
  color: rgba(149, 145, 154, 1);
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.relate-post-slider .item .entry-info .entry-meta {
  margin-bottom: 12px;
}

.relate-post-slider .item .entry-info .entry-meta time {
  font-family: Nuntio, sans-serif;
  font-size: 16px;
  color: rgba(149, 145, 154, 1);
}

.relate-post-slider .item .entry-info .readmore a {
  font-size: 16px;
  color: rgba(221, 112, 13, 1);
}

.relate-post-slider .item {
  background: #f5f5f5;
  margin: 0 10px;
}

.relate-post-slider .item .entry-thumb {
  width: 100%;
  margin-right: 0;
}

.relate-post-slider .item .entry-info {
  width: 100%;
  padding: 20px;
}

.relate-post-slider .item .entry-thumb {
  margin-bottom: 0;
}

.relate-post-slider .item .entry-thumb a img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.relate-post-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 15px;
  font-size: 0;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}

.relate-post-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;
}

.relate-post-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;
}

.wrap-guide-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  /* position: relative; */
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  display: none;
}

.wrap-guide-text.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-text {
  width: 30%;
  background: #fff;
  padding: 108px 87px;
  border: 16px solid #ff826e;
  border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
}

.guide-text: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;
}

.guide-text .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;
}

.guide-text .patten span {
  position: absolute;
  background: #ff826e;
  display: block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.guide-text .patten span:nth-child(1) {
  width: 28px;
  height: 28px;
  top: 22%;
  left: -3px;
}

.guide-text .patten span:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 10%;
  right: -23px;
}

.guide-text .patten span:nth-child(3) {
  width: 25px;
  height: 25px;
  bottom: 67px;
  left: 26px;
}

.guide-text .patten span:nth-child(4) {
  width: 14px;
  height: 14px;
  bottom: 12%;
  right: 4%;
}

.guide-text .patten span:nth-child(5) {
  width: 53px;
  height: 53px;
  bottom: -4px;
  left: -4px;
}

.guide-text .patten span:nth-child(6) {
  width: 9px;
  height: 9px;
  bottom: 4%;
  left: 11%;
}

.guide-text .patten span:nth-child(7) {
  width: 9px;
  height: 9px;
  bottom: 6%;
  right: 12%;
}

.guide-text .patten span:nth-child(8) {
  width: 40px;
  height: 40px;
  bottom: -1%;
  right: 1%;
}

.guide-text .wrap-content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.guide-text .wrap-content .title {
  color: #f78c2e;
}

.guide-text .wrap-content .content {
  margin-bottom: 20px;
}

.guide-text .close {
  position: absolute;
  max-width: 32px;
  top: -72px;
  right: -72px;
  cursor: pointer;
}

.guide-text .close img {
  width: 100%;
  object-fit: contain;
}

.wrap-book-category {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wrap-book-category .item {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}

.wrap-book-category .item:nth-child(2n+2) {
  margin-right: 0;
}

.wrap-book-category .item .cur-image {
  width: 35%;
}

.wrap-book-category .item .cur-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 19px 19px 42px rgba(0, 0, 0, 0.25);
}

.wrap-book-category .item .cur-conent {
  width: calc(65% - 48px);
  margin-left: 48px;
}

.wrap-book-category .item .cur-conent .cur-parent-title {
  color: rgba(221, 112, 13, 1);
  font-size: 20px;
  margin-bottom: 24px;
}

.wrap-book-category .item .cur-conent .cur-title {
  margin-bottom: 24px;
}

.wrap-book-category .item .cur-conent .cur-title a {
  font-size: 24px;
}

.wrap-book-category .item .cur-conent .cur-desc {
  font-size: 20px;
  color: rgba(149, 145, 154, 1);
  margin-bottom: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wrap-book-category .item .cur-conent .readmore {}

.wrap-book-category .item .cur-conent .readmore 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;
}

.wrap-book-category .item .cur-conent .readmore 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;
}

.wrap-book-category .item .cur-conent .readmore 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;
}

@media only screen and (min-device-width: 1281px) {
  .back-level {
    display: none !important;
  }
}

@media only screen and (min-device-width: 1921px) {
  .wrap-popup-qa {
    width: 45%;
  }
}

@media only screen and (max-device-width: 1366px) {
  .guide-text {
    width: 30%;
    padding: 20px 10px;
    border: 7px solid #ff826e;
    border-radius: 32px;
    -ms-border-radius: 32px;
    -webkit-border-radius: 32px;
    outline: 0 !important;
  }

  .guide-text: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;
  }

  .guide-text .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  .guide-text .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  .guide-text .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  .guide-text .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  .guide-text .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  .guide-text .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  .guide-text .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  .guide-text .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  .guide-text .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  .guide-text .close {
    position: absolute;
    max-width: 25px;
    top: -14px;
    right: -35px;
    cursor: pointer;
  }
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 821px) {
  .wrap-book-category .item .cur-image {
    width: 40%;
  }

  .wrap-book-category .item .cur-conent {
    width: calc(60% - 28px);
    margin-left: 28px;
  }
}

@media only screen and (max-device-width: 1280px) {
  .outer5 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }

  .site-main.mb .wrap-popup-pre {
    max-width: 400px !important;
  }

  #masthead .main-navigation li.mobile {
    text-align: right;
  }

  .wrap-menu-collpase {
    margin: 0 30px;
    color: #dd700d;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .collapsedd {
    margin-left: 15px;
  }

  .collapsedd svg {
    transform: rotate(180deg);
  }

  .collapsedd.rot svg {
    transform: rotate(0deg);
  }

  .wrap-menu-account.mobile .account-nav .item {
    margin-bottom: 16px;
  }

  .wrap-menu-account.mobile .account-nav .item:last-child {
    margin-bottom: 0;
  }

  .wrap-menu.hozio ul li.mobile {
    margin-bottom: 8px !important;
  }

  .wrap-menu.hozio .wrap-menu-account.mobile .account-nav .item {
    margin-bottom: 8px !important;
  }

  .wrap-menu.hozio .wrap-menu-collpase {
    margin-bottom: 8px !important;
  }

  .wrap-menu-account.mobile .account-nav a {
    color: #737373 !important;
    padding-right: 30px;
  }

  .wrap-menu-account.mobile .account-nav svg {
    display: none !important;
  }

  .wrap-menu-account.mobile .account-nav {
    transform-origin: top;
  }

  #masthead.change .main-navigation ul {
    margin-bottom: 16px;
  }

  .collap-menu {
    top: 5px;
    left: 0;
  }

  .wrap-vid {
    height: 52px;
  }

  .wrap-content-book-header .book-header-action .reward-point {
    margin-right: 35px;
    width: calc(40% - 35px);
    margin-bottom: 10px;
  }

  .wrap-content-book-header .book-header-action .description {
    margin-right: 0;
    width: calc(60%);
    margin-bottom: 10px;
    font-size: 12px;
  }

  .reset-book {
    width: 38%;
    text-align: left;
  }

  .content-book {
    height: 38vh;
  }

  .wrap-content-book {
    height: auto;
  }

  #container12,
  #container20,
  #container30 {
    top: 10px;
  }

  .wrap-popup-pre:after {
    content: "";
    position: absolute;
    top: -19px !important;
    left: -19px !important;
    width: calc(100% + 38px) !important;
    height: calc(100% + 38px) !important;
    border-radius: 44px !important;
    -ms-border-radius: 44px !important;
    -webkit-border-radius: 44px !important;
    border: 12px solid #ffdcc1 !important;
  }

  .button {
    font-size: 12px !important;
    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;
    z-index: 999
  }

  .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
  }

  .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
  }

  .button.redirect {
    margin-left: 10px;
    border: 3px solid #10cfad;
    background: #8effeb;
    color: #10cfad
  }

  #popup-minigame .scontrols {
    /* position: absolute;
		bottom:35px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		z-index:5; */
    max-width: 155px;

    a {
      white-space: nowrap;
      margin-left: 0 !important;
    }
  }

  #popup-minigame .scontrols .close {
    margin-left: 10px;
  }

  .page-template-minigame .site-main {
    margin-top: 100px;
  }

  .game-content {
    position: relative;
    width: 100%;
  }

  .game-content .level {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .game-content .level.mm {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: -999;
  }

  .game-content .game.mm {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: -999;
  }

  #popup-login {
    height: 100vh;
  }

  #popup-login .wrap-popup-login {
    width: 100%;
    height: 100%;
    padding: 35% 20px 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: auto;
    padding-bottom: 100px;
  }

  #popup-login .wrap-popup-login .patten {
    display: block;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: none;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-login .wrap-popup-login .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-login .wrap-popup-login .wrap-content {
    display: flex;
  }

  #popup-login .wrap-popup-login .wrap-content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  #popup-login .wrap-popup-login .wrap-content .image img {
    width: 100%;
    max-width: 220px;
  }

  #popup-login .wrap-popup-login .wrap-content .form-login {
    width: 100%;
  }

  #popup-signup {
    height: 100vh;
  }

  #popup-signup .wrap-popup-signup {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: auto;
    padding-bottom: 100px;
  }

  #popup-signup .wrap-popup-signup .patten {
    display: block;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: none;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-signup .wrap-popup-signup .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-signup .wrap-popup-signup .wrap-content {
    display: flex;
  }

  #popup-signup .wrap-popup-signup .wrap-content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  #popup-signup .wrap-popup-signup .wrap-content .form-login {
    width: 100%;
  }

  #popup-lostpass {
    height: 100vh;
  }

  #popup-lostpass .wrap-popup-lostpass {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: auto;
    padding-bottom: 100px;
  }

  #popup-lostpass .wrap-popup-lostpass .patten {
    display: block;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: none;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-lostpass .wrap-popup-lostpass .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content {
    display: flex;
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content .image img {
    width: 100%;
    max-width: 220px;
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content .form-login {
    width: 100%;
  }

  #container12, #container20, #container30 {
    top: auto;
  }

  #container12 .pre_img, #container20 .pre_img, #container30 .pre_img {
    left: -145px;
    right: auto;
  }

  #popup-signup .wrap-popup-signup .wrap-content .form-login .title,
  #popup-login .wrap-popup-login .wrap-content .form-login .title,
  #popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .title {
    font-size: 20px;
  }

  .wrap-account .wrap-account-nav {
    display: none;
  }

  .wrap-account #wrap-account-content {
    width: 100%;
    margin-left: 0;
  }

  .wrap-account #wrap-account-content .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  #updateUser {
    padding: 0 16px;
  }

  #updateUser .item {
    width: 100%;
    margin-right: 0;
  }

  #updateUser .item label,
  #updateUser .item input {
    font-size: 14px;
  }

  #updateUser .item input::-ms-input-placeholder {
    font-size: 14px;
  }

  #updateUser .item input::placeholder {
    font-size: 14px;
  }

  .content.sticker .stickers .item {
    width: calc(100% / 3 - (4px * 2 / 3));
    margin-right: 4px;
    margin-bottom: 8px;
  }

  .content.sticker .stickers .item:nth-child(6n+6) {
    margin-right: 4px;
  }

  .content.sticker .stickers .item:nth-child(3n+3) {
    margin-right: 0;
  }

  .wrap-history .info-point-total {
    font-size: 12px;
    width: 100%;
    margin-bottom: 12px;
  }

  .wrap-history .info-point-total>span {
    font-size: 20px;
  }

  .wrap-history .info-point-more {
    width: 100%;
  }

  .wrap-history .info-point-more a {
    font-size: 14px;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }

  .wrap-history .tracking-point-item .point-detail-title {
    font-size: 16px;
  }

  .wrap-history .tracking-point-item .point-value {
    font-size: 20px;
  }

  .wrap-history .tracking-point-item .point-detail-title,
  .wrap-history .tracking-point-item .point-detail-content,
  .wrap-history .tracking-point-item .point-detail-time {
    font-size: 12px;
  }

  .wrap-history .tracking-point-item .icon {
    margin-right: 12px;
  }

  .wrap-history .tracking-point-item .icon svg {
    max-height: 32px;
    max-width: 32px;
  }

  #updatePass {
    padding: 0 16px;
  }

  #updatePass .item {
    width: 100%;
    margin-right: 0;
  }

  #updatePass .item label,
  #updatePass .item input {
    font-size: 14px;
  }

  #updatePass .item input::-ms-input-placeholder {
    font-size: 14px;
  }

  #updatePass .item input::placeholder {
    font-size: 14px;
  }

  #masthead.change .main-navigation .wrap-menu {
    justify-content: flex-end;
  }

  #masthead .login {
    text-align: right;
  }

  .wrap-menu.hozio .login {
    text-align: right !important;
  }

  #masthead .login .account-nav svg path {
    stroke: #DD700D;
  }

  #masthead .login .wrap-avatar.mobile {
    display: none;
  }

  #masthead .login .menu-display-name.mobile {
    display: none;
  }

  #masthead.change .main-navigation .wrap-menu.hozio {
    padding-right: 50px;
  }

  #book-render.ipad .wrap-book-page-manga {
    width: 50% !important;
  }

  #book-render.ipad .wrap-book-page-audio {
    width: calc(50% - (100vw * 30 / 1920)) !important;
    margin-left: calc(100vw * 30 / 1920);
    padding-top: 100px;
  }

  .no-logged {
    margin: 0 auto !important;
    position: relative;
    right: 50%;
    transform: translateX(50%);
  }

  #popup-changepass-success {
    height: 100vh;
  }

  #popup-changepass-success .wrap-popup-success {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: auto;
    padding-bottom: 100px;
  }

  #popup-changepass-success .wrap-popup-success .patten {
    display: block;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: none;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-changepass-success .wrap-popup-success .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-changepass-success .wrap-popup-success .wrap-content {
    display: flex;
  }

  #popup-changepass-success .wrap-popup-success .wrap-content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  #popup-changepass-success .wrap-popup-success .wrap-content .image img {
    width: 100%;
    max-width: 220px;
  }

  #popup-changepass-success .wrap-popup-success .wrap-content .form-login {
    width: 100%;
  }

  #popup-changepass-success .wrap-popup-success .wrap-content .form-login .action {
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other {
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
  }

  #popup-sticker-zoom {
    height: 100vh;
  }

  #popup-sticker-zoom .wrap-popup-success {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: auto;
    padding-bottom: 100px;
  }

  #popup-sticker-zoom .wrap-popup-success .patten {
    display: block;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: none;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup-sticker-zoom .wrap-popup-success .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
  }

  #popup-sticker-zoom .wrap-popup-success .wrap-content {
    display: flex;
  }

  #popup-sticker-zoom .wrap-popup-success .wrap-content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  #popup-sticker-zoom .wrap-popup-success .wrap-content .image img {
    width: 100%;
    max-width: 220px;
  }

  #popup-sticker-zoom .wrap-popup-success .wrap-content .form-login {
    width: 100%;
  }

  #popup-sticker-zoom .wrap-popup-success .wrap-content .form-login .action {
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
  }

  #popup-lostpass .wrap-popup-lostpass .wrap-content .form-login .action.other {
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
  }

  #book-render.ipad .wrap-popup-qa {
    width: 60% !important;
  }

  #popup_order_detail .wrap-popup-pre .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
    bottom: 3px;
    left: 3px;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup_order_detail .wrap-popup-pre .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
    right: 5%;
  }

  #popup_order_detail .wrap-popup-pre {
    width: 90%;
    padding: 15px;
    height: 86vh;
  }

  #popup_order_detail .wrap-popup-pre.exchange,
  #popup_order_detail .wrap-popup-pre.exchange-apply {
    height: auto !important;
  }

  #popup_order_detail .wrap-popup-pre .wrap-content {
    height: 100%;
  }

  #popup_order_detail .wrap-popup-pre .wrap-scroll {
    height: 100%;
    overflow: auto;
    border-radius: 14px;
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-bottom: 20px;
  }

  #popup_order_detail .wrap-content .wrap-info .image {
    margin-bottom: 15px;
  }

  #popup_order_detail .wrap-content .wrap-info .image,
  #popup_order_detail .wrap-content .wrap-info .info {
    width: 100%;
    margin-left: 0;
  }

  #popup_order_detail .wrap-popup-pre:after {
    border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
  }

  #popup_order_success .wrap-popup-pre .patten {
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(1) {
    width: 17px;
    height: 17px;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(2) {
    width: 34px;
    height: 28px;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(3) {
    width: 12px;
    height: 12px;
    bottom: 32px;
    left: 15px;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(4) {
    width: 9px;
    height: 9px;
    bottom: 16%;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(5) {
    width: 31px;
    height: 31px;
    bottom: 3px;
    left: 3px;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(6) {
    width: 9px;
    height: 9px;
    bottom: 4%;
    left: 6%;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(7) {
    width: 6px;
    height: 6px;
    right: 7%;
  }

  #popup_order_success .wrap-popup-pre .patten span:nth-child(8) {
    width: 26px;
    height: 26px;
    right: 5%;
  }

  #popup_order_success .wrap-popup-pre {
    width: 90%;
    padding: 40px 15px;
    height: auto;
  }

  #popup_order_success .wrap-popup-pre.exchange,
  #popup_order_success .wrap-popup-pre.exchange-apply {
    height: auto !important;
  }

  #popup_order_success .wrap-popup-pre .wrap-content {
    height: 100%;
  }

  #popup_order_success .wrap-popup-pre .wrap-scroll {
    height: 100%;
    overflow: auto;
    border-radius: 14px;
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-bottom: 20px;
  }

  #popup_order_success .wrap-content .wrap-info .image {
    margin-bottom: 15px;
  }

  #popup_order_success .wrap-content .wrap-info .image,
  #popup_order_success .wrap-content .wrap-info .info {
    width: 100%;
    margin-left: 0;
  }

  #popup_order_success .wrap-popup-pre:after {
    border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
  }

  .popup-order-detail-info {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .popup-order-detail-method {
    width: 100%;
  }
}

@media only screen and (max-device-width: 820px) {
  a.menu-display-name.mobile {
    display: none;
  }

  .content.sticker .chapter .chapter-book .item {
    width: calc(100% / 2 - (24px * 1 / 2));
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 20px 30px;
  }

  .content.sticker .chapter .chapter-book .item:nth-child(4n+4) {
    margin-right: 24px;
  }

  .content.sticker .chapter .chapter-book .item:nth-child(2n+2) {
    margin-right: 0;
  }

  #masthead .site-branding {
    width: 35%;
  }

  .blog-filter .filter {
    width: 100%;
    justify-content: flex-start;
    margin-top: 5px;
  }

  .blog-category {
    width: 90%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .blog-category .item {
    margin-right: 15px;
  }

  .blog-category .item a {
    font-size: 14px;
  }

  .blog-listing-first .item {
    background: #f5f5f5;
    margin-bottom: 20px;
  }

  .blog-listing-first .item .entry-thumb {
    width: 100%;
    margin-right: 0;
  }

  .blog-listing-first .item .entry-info {
    width: 100%;
    padding: 20px;
  }

  .blog-listing-first .item .entry-info .entry-cate a {
    font-size: 12px;
  }

  .blog-listing-first .item .entry-info .entry-title h2 {
    font-size: 14px;
  }

  .blog-listing-first .item .entry-info .entry-description {
    font-size: 12px;
  }

  .blog-listing-first .item .entry-info .entry-meta time {
    font-size: 12px;
  }

  .blog-listing-first .item .entry-thumb {
    margin-bottom: 0;
  }

  .blog-listing-first .item .entry-thumb a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }

  .blog-listing .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #f5f5f5;
  }

  .blog-listing .item .entry-info {
    width: 100%;
    padding: 20px;
  }

  .blog-listing .item .entry-info .entry-cate a {
    font-size: 12px;
  }

  .blog-listing .item .entry-info .entry-title h2 {
    font-size: 14px;
  }

  .blog-listing .item .entry-info .entry-description {
    font-size: 12px;
  }

  .blog-listing .item .entry-info .entry-meta time {
    font-size: 12px;
  }

  .blog-listing .item .entry-thumb {
    margin-bottom: 0;
  }

  .blog-listing .item .entry-thumb a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }

  .blog-listing .item .entry-info .readmore a {
    font-size: 12px;
  }

  #purchase-category {
    padding-bottom: 60px;
  }

  #purchase-category .title {
    font-size: 24px;
  }

  #purchase-category .description {
    font-size: 14px;
  }

  #purchase-category>.shape {
    display: none;
  }

  #purchase-category .purchase-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  #purchase-category .customer-info {
    width: 100%;
  }

  #purchase-category .customer-info .customer-wrap .c-title {
    font-size: 16px;
  }

  #purchase-category .customer-info .customer-wrap .row-field .row-field-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  #purchase-category .customer-info .customer-wrap {
    width: calc(100% - 40px);
  }

  #purchase-category .customer-text {
    font-size: 16px;
    margin-bottom: 24px;
  }

  #purchase-category .show-signin {
    font-size: 18px;
  }

  #customer_details {
    width: 100%;
    margin-right: 0;
  }

  #order_review {
    width: 100%;
  }

  .page-template-checkout .e-title {
    font-size: 18px;
  }

  .cart-checkout-title {
    font-size: 18px;
  }

  .cart-checkout-item-info-title {
    font-size: 18px;
  }

  .woocommerce form .form-row {
    width: 100%;
    margin-right: 0 !important;
  }

  #updateSubcribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-account #wrap-account-content .title {
    margin-bottom: 48px;
  }

  #updateSubcribe .item .info-product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #updateSubcribe .item .info-product .p-title {
    font-size: 16px;
  }

  #updateSubcribe .item .info-product .p-expried {
    font-size: 14px;
  }

  #updateSubcribe .item .info-product .p-expried .highlight {
    font-size: 16px;
  }

  #updateSubcribe .item .subcribe-action {
    width: 100%;
    justify-content: flex-start;
  }

  #updatePayment {
    padding-left: 15px;
    padding-right: 15px;
  }

  #updatePayment .payRow.headRow {
    display: none;
  }

  #updatePayment .payRow {
    align-items: flex-start;
  }

  #updatePayment .payRow .payCol:nth-child(1) {
    order: 1;
    -WebKit-order: 1;
    -ms-order: 1;
    width: 50%;
    text-align: left;
  }

  #updatePayment .payRow .payCol:nth-child(2) {
    order: 2;
    -WebKit-order: 2;
    -ms-order: 2;
    width: 50%;
    text-align: right;
  }

  #updatePayment .payRow .payCol:nth-child(2) bdi {
    font-weight: 700;
  }

  #updatePayment .payRow .payCol:nth-child(3) {
    order: 3;
    -WebKit-order: 3;
    -ms-order: 3;
    width: 50%;
    text-align: left;
  }

  #updatePayment .payRow .payCol:nth-child(4) {
    order: 4;
    -WebKit-order: 4;
    -ms-order: 4;
    width: 50%;
    text-align: right;
  }

  #updatePayment .payRow .payCol:nth-child(5) {
    order: 5;
    -WebKit-order: 5;
    -ms-order: 5;
    width: 100%;
    text-align: right;
  }

  #popup_order_detail .wrap-popup-pre {
    width: 100%;
    height: 100vh;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }

  #popup_order_detail .wrap-popup-pre .patten {
    display: none;
  }

  #popup_order_detail .wrap-popup-pre:after {
    display: none;
  }

  #popup_order_detail .close {
    top: 10px;
    right: 10px;
  }

  #popup_order_detail .wrap-popup-pre .wrap-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }

  .relate-post-slider .item {
    background: #f5f5f5;
    margin-bottom: 20px;
    max-width: 250px;
  }

  .relate-post-slider .item .entry-thumb {
    width: 100%;
    margin-right: 0;
  }

  .relate-post-slider .item .entry-info {
    width: 100%;
    padding: 20px;
  }

  .relate-post-slider .item .entry-info .entry-cate a {
    font-size: 12px;
  }

  .relate-post-slider .item .entry-info .entry-title h2 {
    font-size: 14px;
  }

  .relate-post-slider .item .entry-info .entry-description {
    font-size: 12px;
  }

  .relate-post-slider .item .entry-info .entry-meta time {
    font-size: 12px;
  }

  .relate-post-slider .item .entry-thumb {
    margin-bottom: 0;
  }

  .relate-post-slider .item .entry-thumb a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }

  .relate-post-title {
    font-size: 20px;
  }

  .relate-post-slider .slick-arrow {
    top: auto;
    bottom: -70px;
    width: 20px;
    height: 20px;
    padding: 20px;
  }

  .relate-post-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .relate-post-slider .slick-arrow.slick-next {
    right: 0;
  }

  .outer6 {
    width: calc(100% - 30px);
  }

  .wp-block-audio audio {
    width: 100%;
  }

	.wrap-book-category .item {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 24px;
	  padding: 0;
		padding-bottom: 24px;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: stretch;
	  border: 0;
		border-bottom: 1px solid rgba(217, 217, 217, 1);
	  border-radius: 0;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	}

	.wrap-book-category .item:last-child{
		border-bottom: 0;
	}

	.wrap-book-category .item:nth-child(2n+2) {
	  margin-right: 0;
	}

	.wrap-book-category .item .cur-image {
	  width: 30%;
	}

	.wrap-book-category .item .cur-image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  box-shadow: 9px 9px 22px rgba(0, 0, 0, 0.25);
	}

	.wrap-book-category .item .cur-conent {
	  width: calc(70% - 24px);
	  margin-left: 24px;
	}

	.wrap-book-category .item .cur-conent .cur-parent-title {
	  color: rgba(221, 112, 13, 1);
	  font-size: 12px;
	  margin-bottom: 8px;
	}

	.wrap-book-category .item .cur-conent .cur-title {
	  margin-bottom: 8px;
	}

	.wrap-book-category .item .cur-conent .cur-title a {
	  font-size: 14px;
	}

	.wrap-book-category .item .cur-conent .cur-desc {
	  font-size: 12px;
	  color: rgba(149, 145, 154, 1);
	  margin-bottom: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 4;
	  -webkit-box-orient: vertical;
	}

	.wrap-book-category .item .cur-conent .readmore {
		display: none;
	}
}
