html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

a {
  color: #009432;
}

p,
span,
li {
  color: #444;
  font-weight: 500;
  line-height: 1.6;
}

body.scroll-active header.header {
  height: 80px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.scroll-active header.header > .container > .socmed-header {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

body.scroll-active header.header > .container > .logo-header-outer {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

body.scroll-active header.header > .container > .contact-header {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: #111;
  font-weight: 700;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

section.hero-banner-book-service {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 190px;
  position: relative;
}

section.hero-banner-book-service > .ornament-dot,
section.hero-banner-book-service > .ornament-wave {
  position: absolute;
  z-index: 10;
}

section.hero-banner-book-service > .ornament-dot {
  width: 131px;
  top: -25px;
  right: 738px;
}

section.hero-banner-book-service > .ornament-wave {
  width: 136px;
  right: 790px;
  bottom: 30px;
}

section.hero-banner-book-service > .side-img {
  width: -webkit-calc(100% - 835px);
  width: calc(100% - 835px);
  height: 100%;
  overflow: hidden;
  position: relative;
}

section.hero-banner-book-service > .side-img > img {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

section.hero-banner-book-service > .side-text {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 835px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 108px;
  padding-right: 90px;
}

section.hero-banner-book-service > .side-text > h1 {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}

section.hero-banner-book-service > .side-text > p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 38px;
}

section.hero-banner-book-service > .side-text > a {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background-color: #009432;
  color: #fff;
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
  padding: 20px 35px;
  border-radius: 6px;
}

section.hero-banner-book-service > .side-text > a > span {
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}

section.step-make-book {
  padding-bottom: 70px;
}

section.banner--cta {
  margin: 70px 0;
  padding: 60px;
  background-color: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

section.banner--cta img {
  height: 100%;
  background-image: url("../images/banner-call-to-action-1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 0;
  right: 0;
}

section.banner--cta .container {
  position: relative;
  z-index: 10;
}

section.banner--cta .cta--text > h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 12px;
}

section.banner--cta .cta--text > p {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

section.banner--cta .cta--text > a {
  background-color: #009432;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 6px;
  padding: 20px 35px;
  display: inline-block;
  text-decoration: none;
}

section.banner--cta .cta--text > a > span {
  color: #fff;
  font-weight: 700;
}

section.describe {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.book-service {
  padding: 70px 0;
  background-color: #F24E2B;
}

section.top-content {
  display: block;
  padding-top: 228px;
  position: relative;
}

section.wp-list-product,
section.wp-detail-product,
section.wp-list-article,
section.wp-detail-article,
section.wp-contact-us {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
}

section.wp-detail-product .title-product {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

section.wp-detail-product .block-price {
  display: block;
}

section.wp-detail-product .block-price > h4.price {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #009432;
}

section.wp-detail-product .block-price > span {
  display: inline-block;
  color: #999;
  margin-left: 4px;
  position: relative;
  top: -3px;
}

section.wp-detail-product .block-discount {
  display: block;
  margin-bottom: 30px;
}

section.wp-detail-product .block-discount > span:first-child {
  text-decoration: line-through;
  margin-right: 8px;
  color: #ee5253;
  font-weight: 700;
}

section.wp-detail-product .block-discount > .badge {
  position: relative;
  top: -2px;
}

section.wp-detail-product .block-desc {
  display: block;
  margin-bottom: 42px;
}

section.wp-detail-product .block-desc > h5 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 6px;
  font-weight: 700;
}

section.wp-detail-product .block-desc > p {
  line-height: 28px;
}

section.wp-detail-article .container {
  max-width: 800px;
}

section.wp-detail-article .container .title-article {
  margin-bottom: 30px;
}

section.wp-detail-article .container img {
  width: 100%;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

section.why-us {
  background-color: #FDBD75;
  padding: 70px 0;
}

@-webkit-keyframes pulse-icon-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(238, 82, 83, 0);
    box-shadow: 0 0 0 12px rgba(238, 82, 83, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-o-keyframes pulse-icon-green {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(238, 82, 83, 0);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse-icon-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(238, 82, 83, 0);
    box-shadow: 0 0 0 12px rgba(238, 82, 83, 0);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
    box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
}

header.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .top-header {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

header.header .top-col-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header .top-col-header:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.header .logo-header {
  display: block;
}

header.header .logo-header > img {
  max-width: 250px;
}

header.header .search-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header.header .search-header > input {
  width: 100%;
  padding: 18px 22px;
  border-radius: 6px 0 0 6px;
  background: #f4f4f4;
  border: 0;
}

header.header .search-header > input:focus {
  outline: none;
}

header.header .search-header > button {
  background: #f4f4f4;
  border: 0;
  border-radius: 0 6px 6px 0;
  padding: 18px 22px;
}

header.header .contact-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

header.header .contact-header .icon-contact {
  width: 47px;
  height: 47px;
  background: #ee5253;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: pulse-icon-green 2s infinite;
  -o-animation: pulse-icon-green 2s infinite;
  animation: pulse-icon-green 2s infinite;
}

header.header .contact-header > .contact-text {
  margin-left: 10px;
  position: relative;
  top: 4px;
}

header.header .contact-header > .contact-text > h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .contact-header > .contact-text > span {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  position: relative;
  top: -2px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .contact-header:hover > .contact-text > h3,
header.header .contact-header:hover > .contact-text > span {
  color: #009432 !important;
}

header.header .btn-nav-mobile,
header.header .nav-mobile {
  display: none;
}

header.header .main-nav {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header .main-nav > .container > .select-category {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

header.header .main-nav > .container > .select-category > ul {
  width: 270px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
  top: 65px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container > .select-category > ul > li {
  display: block;
}

header.header .main-nav > .container > .select-category > ul > li > a {
  font-family: "Manrope", sans-serif;
  padding: 13px 25px;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container > .select-category > ul > li > a:hover {
  color: #009432;
  background: #f9f9f9;
}

header.header .main-nav > .container > .select-category:hover > ul {
  opacity: 1;
  visibility: visible;
}

header.header .main-nav > .container > ul {
  padding-left: 0;
  margin-bottom: 0;
}

header.header .main-nav > .container > ul > li {
  display: inline-block;
  margin-right: 35px;
}

header.header .main-nav > .container > ul > li > a {
  font-family: "Manrope", sans-serif;
  display: block;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container > ul > li > a:hover {
  color: #009432;
}

header.header .main-nav > .container > ul > li.active > a {
  color: #009432;
}

header.header .main-nav > .container > ul > li.dropdown {
  position: relative;
}

header.header .main-nav > .container > ul > li.dropdown > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}

header.header .main-nav > .container > ul > li.dropdown > ul {
  width: 250px;
  background-color: #FFF;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container > ul > li.dropdown > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #111;
  font-weight: 600;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header .main-nav > .container > ul > li.dropdown > ul > li > a:hover {
  background-color: #009432;
  color: #FFF;
}

header.header .main-nav > .container > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}

header.header .main-nav > .container > ul > li:last-child {
  margin-right: 0;
}

header.header.hide-top-header {
  top: -120px;
}

header.header.hide-top-header .main-nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: none;
}

section.breadcrumb {
  background: #272A3D;
  display: block;
  padding: 65px 0;
  margin-top: 190px;
  margin-bottom: 0;
  position: relative;
}

section.breadcrumb:before {
  content: " ";
  width: 530px;
  height: 100%;
  display: block;
  background-image: url("../images/bg-breadcrumb.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
}

section.breadcrumb > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

section.breadcrumb > .container > .title-breadcrumb {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

section.breadcrumb > .container > ul {
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

section.breadcrumb > .container > ul > li {
  display: inline;
}

section.breadcrumb > .container > ul > li:after {
  content: "/";
  display: inline-block;
  margin: 0 7px;
  color: #fff;
}

section.breadcrumb > .container > ul > li > a {
  color: #fff;
  text-decoration: none;
}

section.breadcrumb > .container > ul > li > a:hover {
  text-decoration: underline;
}

section.breadcrumb > .container > ul > li.active > a {
  font-weight: 700;
}

section.breadcrumb > .container > ul > li:last-child:after {
  display: none;
}

ul.side-menu {
  list-style: none;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

ul.side-menu > li {
  display: block;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 5px;
}

ul.side-menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

ul.side-menu > li > a > .icon {
  width: 33px;
  color: #009432;
}

ul.side-menu > li > a > .text {
  font-weight: 500;
}

ul.side-menu > li > a:hover {
  background: #f1f1f1;
}

ul.side-menu > li.active a {
  background: #009432;
}

ul.side-menu > li.active a > .icon,
ul.side-menu > li.active a > .text {
  color: #fff;
}

ul.side-menu > li:first-child {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 25px 10px 25px;
}

ul.side-menu > li:last-child {
  margin-bottom: 0;
}

.main-slider {
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
}

.main-slider .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.main-slider .slider-item img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.main-slider .slider-item .text-slider {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .slider-item .text-slider > .title-slider {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 26px;
}

.main-slider .slider-item .text-slider > .subtitle-slider {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
}

.main-slider .slick-dots {
  bottom: 55px;
  padding-left: 60px;
  text-align: left;
}

.main-slider .slick-dots > li {
  width: auto;
  height: auto;
  margin-right: 13px;
}

.main-slider .slick-dots > li > button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.main-slider .slick-dots > li > button:before {
  content: "";
  background: rgba(222, 222, 222, 0.65);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.main-slider .slick-dots > li > button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-slider .slick-dots > li.slick-active > button:before {
  opacity: 1;
}

section.slide-product.left,
section.slide-product.right {
  padding: 100px 0;
}

section.slide-product.left .side-banner,
section.slide-product.right .side-banner {
  padding-top: 15px;
}

section.slide-product.left .side-banner .banner-slider-product,
section.slide-product.right .side-banner .banner-slider-product {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

section.slide-product.left .side-banner .banner-slider-product > img,
section.slide-product.right .side-banner .banner-slider-product > img {
  width: 100%;
}

section.slide-product.left .heading-product-slider,
section.slide-product.right .heading-product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

section.slide-product.left .heading-product-slider > .heading-product > h2,
section.slide-product.right .heading-product-slider > .heading-product > h2 {
  font-size: 36px;
  margin-bottom: 13px;
}

section.slide-product.left .heading-product-slider > .heading-product > a,
section.slide-product.right .heading-product-slider > .heading-product > a {
  color: #009432;
  font-weight: 700;
  text-decoration: none;
}

section.slide-product.left .heading-product-slider > .heading-product > a > span,
section.slide-product.right .heading-product-slider > .heading-product > a > span {
  color: #009432;
}

section.slide-product.left .heading-product-slider > .heading-product > a > .fas,
section.slide-product.right .heading-product-slider > .heading-product > a > .fas {
  position: relative;
  top: 1px;
}

section.slide-product.left .heading-product-slider > .nav-slider-product,
section.slide-product.right .heading-product-slider > .nav-slider-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  border-radius: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow:before,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #111;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow.slick-prev,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow.slick-prev {
  margin-right: 15px;
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow.slick-prev:before,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow.slick-prev:before {
  content: "\f060";
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow.slick-next:before,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow.slick-next:before {
  content: "\f061";
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow:hover,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow:hover {
  background: #009432 !important;
}

section.slide-product.left .heading-product-slider > .nav-slider-product > .slick-arrow:hover:before,
section.slide-product.right .heading-product-slider > .nav-slider-product > .slick-arrow:hover:before {
  color: #fff;
}

section.slide-product.left .slider-list-product .slick-slide,
section.slide-product.right .slider-list-product .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

section.slide-product.left .slider-list-product .slick-list,
section.slide-product.right .slider-list-product .slick-list {
  padding-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}

section.slide-product.left .slider-list-product .slick-track,
section.slide-product.right .slider-list-product .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.slide-product.left .slider-list-product .slider-item,
section.slide-product.right .slider-list-product .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.slide-product.left .slider-list-product .slider-item .col-product:first-child > .product-thumb,
section.slide-product.left .slider-list-product .slider-item .col-product:nth-child(2) > .product-thumb,
section.slide-product.left .slider-list-product .slider-item .col-product:nth-child(3) > .product-thumb,
section.slide-product.right .slider-list-product .slider-item .col-product:first-child > .product-thumb,
section.slide-product.right .slider-list-product .slider-item .col-product:nth-child(2) > .product-thumb,
section.slide-product.right .slider-list-product .slider-item .col-product:nth-child(3) > .product-thumb {
  margin-bottom: 30px;
}

section.slide-product.left .slider-list-product .slider-item > .product-thumb,
section.slide-product.right .slider-list-product .slider-item > .product-thumb {
  height: 50%;
}

section.slide-product.left.grey,
section.slide-product.right.grey {
  background: #f8f8f8;
}

section.slide-product.left.grey .heading-product-slider > .nav-slider-product > .slick-arrow,
section.slide-product.right.grey .heading-product-slider > .nav-slider-product > .slick-arrow {
  background: #fff;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
}

.heading--main {
  font-size: 50px;
  line-height: 1.3;
}

.card--thumb-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1EEEC;
  padding: 40px;
  border-radius: 15px;
  height: 100%;
}

.card--thumb-1 > img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 80px;
  margin-right: 25px;
  position: relative;
  top: 3px;
}

.card--thumb-1 > .thumb--text > h4,
.card--thumb-1 > .thumb--text > p {
  color: #10083C;
}

.card--thumb-1 > .thumb--text > h4 {
  line-height: 1.3;
}

.card--thumb-1 > .thumb--text > p {
  margin-bottom: 0;
}

.heading-bubble {
  background-color: #F24E2B;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  padding: 55px 100px;
  margin-bottom: 70px;
  border-radius: 20px;
  position: relative;
}

.heading-bubble:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #F24E2B;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.heading-bubble.up:before {
  top: 0px;
  bottom: auto;
}

.thumb-list-1 {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumb-list-1 > li {
  width: 33.3333%;
  padding: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.thumb-list-1 > li > span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #10083C;
  margin-bottom: 5px;
}

.thumb-list-1 > li > img {
  width: 100px;
  margin-bottom: 20px;
}

.thumb-list-1 > li > h2 {
  font-size: 24px;
  font-weight: 700;
  color: #10083C;
}

.thumb-list-1 > li > p {
  margin-bottom: 0;
  color: #10083C;
}

.thumb-list-1 > li:nth-child(odd) {
  background-color: #DDE1DE;
}

.thumb-list-1 > li:nth-child(even) {
  background-color: #E8EBE9;
}

.list--step-make-book {
  padding-left: 0;
  margin-top: 90px;
  margin-bottom: 0;
}

.list--step-make-book > li {
  display: block;
  padding-left: 60px;
  padding-bottom: 15px;
  position: relative;
}

.list--step-make-book > li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ededed;
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
}

.list--step-make-book > li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 20px;
  display: block;
}

.list--step-make-book > li > span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
  font-size: 18px;
  color: #111;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.list--step-make-book > li > h4 {
  font-size: 22px;
  position: relative;
}

.list--step-make-book > li > h4:hover {
  cursor: pointer;
}

.list--step-make-book > li > h4:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 4px;
  right: 0;
}

.list--step-make-book > li > p {
  display: none;
  margin-bottom: 0;
}

.list--step-make-book > li.active > p {
  display: block;
}

.list--step-make-book > li.active > h4:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list--step-make-book > li:last-child:before {
  display: none;
}

.heading--submain {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.row--describe {
  padding-bottom: 70px;
}

.row--describe .side-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row--describe:last-child {
  padding-bottom: 0;
}

.row--describe span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #F79F20;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 5px;
}

.row--describe h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.row--describe p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.row--describe a {
  background-color: #009432;
  color: #fff;
  padding: 15px 35px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
}

.row--describe img {
  width: 100%;
}

.book-service--thumb {
  height: 100%;
  background-color: #F2FBFF;
  padding: 35px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
}

.book-service--thumb > .thumb--text > h4 {
  color: #023047;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.book-service--thumb > .thumb--text > .text--link {
  font-weight: 700;
  text-decoration: none;
}

.book-service--thumb > .thumb--text > .text--link > span {
  color: #009432;
  margin-right: 7px;
}

.book-service--thumb > .thumb--text > .text--link > i {
  position: relative;
  top: 1px;
}

.book-service--thumb > img {
  width: 65px;
}

.alert {
  border-radius: 8px;
  padding: 20px 30px;
}

.alert-warning span {
  color: #664d03 !important;
}

.alert-warning ul li {
  color: #664d03 !important;
}

.btn {
  font-family: "Manrope", sans-serif;
  padding: 10px 24px;
  line-height: 1;
  font-weight: 700;
}

.btn > span {
  font-weight: 700;
}

.btn-main {
  border-radius: 6px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.btn-main > i {
  font-size: 14px;
}

.btn-main > span {
  color: #fff;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.btn-main.btn-red {
  background: #ee5253;
}

.btn-main.btn-red:hover {
  color: #fff;
  background: #ec3b3c;
}

.btn-main.btn-green {
  background: #009432;
}

.btn-main.btn-green:hover {
  color: #fff;
  background: #007b29;
}

.btn-main.btn-lg {
  font-size: 18px;
  padding: 16px 26px;
}

.btn-main:hover {
  color: #fff;
}

.text-success {
  color: #009432 !important;
}

.why-us--thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.why-us--thumb > .thumb--icon {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.why-us--thumb > .thumb--icon > img {
  width: 65px;
}

.why-us--thumb > .thumb--text > h3,
.why-us--thumb > .thumb--text > p {
  color: #000;
}

.hero-banner--book {
  width: 100%;
  height: 645px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 190px;
}

.hero-banner--book > .side--banner {
  width: 50%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.hero-banner--book > .side--banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), #111);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hero-banner--book > .side--banner > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  z-index: 1;
}

.hero-banner--book > .side--banner > .banner--text {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hero-banner--book > .side--banner > .banner--text > h1 {
  font-size: 48px;
  line-height: 1.19;
  color: #fff;
  margin-bottom: 10px;
}

.hero-banner--book > .side--banner > .banner--text > h1 > span {
  font-weight: 700;
  line-height: 1.19;
  color: #FB8500;
}

.hero-banner--book > .side--banner > .banner--text > p {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 25px;
}

.hero-banner--book > .side--banner > .banner--text > a {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  background-color: #009432;
  color: #fff;
  padding: 13px 32px;
  border-radius: 6px;
}

.card-order {
  border-radius: 13px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.card-order > .card-header {
  padding: 25px 30px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  border-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-order > .card-header > h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: auto;
  margin-bottom: 0;
}

.card-order > .card-header > .nav-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-order > .card-header > .nav-order > .slick-arrow {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  border-radius: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.card-order > .card-header > .nav-order > .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #111;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.card-order > .card-header > .nav-order > .slick-arrow.slick-prev {
  margin-right: 10px;
}

.card-order > .card-header > .nav-order > .slick-arrow.slick-prev:before {
  content: "\f060";
}

.card-order > .card-header > .nav-order > .slick-arrow.slick-next:before {
  content: "\f061";
}

.card-order > .card-header > .nav-order > .slick-arrow:hover {
  background: #009432 !important;
}

.card-order > .card-header > .nav-order > .slick-arrow:hover:before {
  color: #fff;
}

.card-order > .card-body {
  padding: 0;
}

.card-order > .card-body > .slider-order .slider-item > ul {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-bottom: 0;
}

.card-order > .card-body > .slider-order .slider-item > ul > li {
  display: block;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a > .ppl-order {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a > .title {
  font-weight: 700;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a > .meta {
  font-size: 14px;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a > .meta > .meta-date {
  color: #999;
  margin-right: 10px;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a > .meta > .meta-status {
  font-weight: 700;
}

.card-order > .card-body > .slider-order .slider-item > ul > li > a:hover {
  background: #f5f5f5;
}

.card-order > .card-body > .slider-order .slider-item > ul > li:last-child {
  margin-bottom: 0;
}

.product-thumb {
  display: block;
  text-decoration: none;
  position: relative;
}

.product-thumb > .frame-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.product-thumb > .frame-img > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumb > .title-product {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}

.product-thumb > .price-product {
  display: block;
  margin-bottom: 20px;
}

.product-thumb > .price-product > span {
  display: block;
}

.product-thumb > .price-product > span:first-child {
  margin-bottom: 3px;
  color: #009432;
}

.product-thumb > .price-product > span:last-child {
  font-size: 14px;
  color: #999;
}

.product-thumb > .price-discount {
  display: block;
  color: #ee5253;
  text-decoration: line-through;
  font-weight: 700;
}

.product-thumb > .label-product {
  background: #ee5253;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 4px;
  position: absolute;
  top: -13px;
  left: 14px;
  z-index: 10;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  padding: 11px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border: none;
  background: #f1f1f1;
  color: #111;
}

.page-link:hover {
  color: #009432 !important;
}

.page-item {
  margin-right: 13px;
}

.page-item:last-child {
  margin-right: 0;
}

.page-item.active > .page-link {
  background: #009432;
  border-color: #009432;
}

.tab-img-product {
  display: block;
  position: relative;
}

.tab-img-product > ul.big-thumb-img {
  width: 100%;
  padding-top: 100%;
  padding-left: 0;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.tab-img-product > ul.big-thumb-img > li {
  width: 100%;
  height: 100%;
  background: #999;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.tab-img-product > ul.big-thumb-img > li > span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab-img-product > ul.big-thumb-img > li > img {
  width: 100%;
}

.tab-img-product > ul.big-thumb-img > li.active {
  overflow: visible;
  opacity: 1;
}

.tab-img-product > ul.nav-thumb-detail-product {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-img-product > ul.nav-thumb-detail-product > li {
  display: inline-block;
  margin-right: 10px;
}

.tab-img-product > ul.nav-thumb-detail-product > li > a {
  width: 80px;
  padding-top: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #999;
  position: relative;
}

.tab-img-product > ul.nav-thumb-detail-product > li > a:before {
  content: " ";
  width: 80px;
  height: 80px;
  border: 4px solid #009432;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 10;
}

.tab-img-product > ul.nav-thumb-detail-product > li > a > span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab-img-product > ul.nav-thumb-detail-product > li > a > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-img-product > ul.nav-thumb-detail-product > li.active > a:before {
  opacity: 1;
}

.tab-img-product > ul.nav-thumb-detail-product > li:last-child {
  margin-right: 0;
}

.modal-order .modal-content {
  border-radius: 12px;
}

.modal-order .modal-header {
  padding: 20px 30px;
}

.modal-order .modal-body {
  padding: 30px;
}

.modal-order .modal-body > .img-order {
  display: block;
  margin-bottom: 30px;
}

.modal-order .modal-body > .img-order > img {
  max-width: 100%;
}

.modal-order .modal-body > ul {
  padding-left: 0;
  margin-bottom: 0;
}

.modal-order .modal-body > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.modal-order .modal-body > ul > li > span:first-child {
  width: 140px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-order .modal-body > ul > li > span:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-order .modal-body > ul > li:last-child {
  margin-bottom: 0;
}

.thumb-article {
  margin-bottom: 55px;
}

.thumb-article > .frame-img {
  width: 100%;
  padding-top: 59%;
  background: #111;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.thumb-article > .frame-img > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumb-article > .text-article {
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px 30px 30px;
}

.thumb-article > .text-article > a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 13px;
  color: #111;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.thumb-article > .text-article > a:hover {
  color: #009432;
}

.meta-article {
  font-weight: 700;
}

.meta-article > .meta-list {
  display: inline-block;
  margin-right: 25px;
}

.meta-article > .meta-list > .fas,
.meta-article > .meta-list > span {
  color: #999;
}

.meta-article > .meta-list > .fas {
  margin-right: 7px;
}

.meta-article > .meta-list:last-child {
  margin-right: 0;
}

.map-google {
  width: 100%;
  height: 100%;
  background: #444;
  border-radius: 15px;
  overflow: hidden;
}

.contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.contact-list > li {
  margin-bottom: 24px;
}

.contact-list > li > a {
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 20px 30px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.contact-list > li > a > .frame-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  margin-right: 17px;
  background: #009432;
  position: relative;
  top: 7px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.contact-list > li > a > .text-card > span {
  display: block;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.contact-list > li > a > .text-card > span:first-child {
  color: #777;
  margin-bottom: 5px;
}

.contact-list > li > a > .text-card > span:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.contact-list > li > a:hover {
  background: #009432;
  border-color: #009432;
}

.contact-list > li > a:hover > .frame-icon {
  background: #fff;
  color: #009432;
}

.contact-list > li > a:hover > .text-card > span {
  color: #fff;
}

.contact-list > li > a:hover > .text-card > span > h5 {
  color: #fff;
}

.contact-list > li:last-child {
  margin-bottom: 0;
}

footer.footer {
  display: block;
}

footer.footer .info-footer {
  background: #272A3D;
  padding: 100px 0;
}

footer.footer .info-footer-2 {
  background: #1F2130;
}

footer.footer .info-footer-2 > .container {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #2D2F40;
}

footer.footer .heading-footer {
  color: #fff;
  margin-bottom: 20px;
}

footer.footer ul.contact-footer {
  padding-left: 0;
  margin-bottom: 0;
}

footer.footer ul.contact-footer > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

footer.footer ul.contact-footer > li > .icon {
  width: 35px;
  color: #009432;
  font-size: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.footer ul.contact-footer > li > span {
  color: #fff;
  line-height: 26px;
  position: relative;
  top: -2px;
}

footer.footer ul.contact-footer > li:last-child {
  margin-bottom: 0;
}

footer.footer ul.list-footer {
  padding-left: 0;
  margin-bottom: 0;
}

footer.footer ul.list-footer > li {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

footer.footer ul.list-footer > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

footer.footer ul.list-footer > li > a:hover {
  color: #009432;
}

footer.footer ul.list-footer > li:last-child {
  margin-bottom: 0;
}

footer.footer .thumb-footer {
  background: #2D3046;
  border-radius: 6px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer.footer .thumb-footer > .icon {
  width: 45px;
  height: 45px;
  font-size: 17px;
  border-radius: 50%;
  background: #292B3A;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009432;
}

footer.footer .thumb-footer > span {
  color: #fff;
  line-height: 26px;
}

footer.footer ul.list-thumb-logo {
  padding-left: 0;
  margin-bottom: 0;
}

footer.footer ul.list-thumb-logo > li {
  display: inline-block;
  background: #fff;
  padding: 7px 8px;
  border-radius: 4px;
  margin-right: 11px;
  margin-bottom: 13px;
}

footer.footer ul.list-thumb-logo > li > img {
  height: 17px;
}

footer.footer ul.list-thumb-logo > li:last-child {
  margin-right: 0;
}

footer.footer .copyright {
  background: #1F2130;
  padding: 20px 0;
}

footer.footer .copyright > .container-fluid {
  text-align: center;
  color: #fff;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1500px) {
  .container-fluid {
    max-width: 1440px;
  }
}

@media (max-width: 1200px) {
  section.hero-banner-book-service > .ornament-dot {
    right: 503px;
  }

  section.hero-banner-book-service > .ornament-wave {
    right: 555px;
  }

  section.hero-banner-book-service > .side-img {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
  }

  section.hero-banner-book-service > .side-text {
    width: 600px;
    padding-left: 70px;
    padding-right: 70px;
  }

  section.hero-banner-book-service > .side-text > h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  body {
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    position: relative;
    right: 0;
  }

  body.show-nav-mobile {
    right: 300px;
  }

  body.show-nav-mobile header.header {
    right: 300px;
  }

  body.show-nav-mobile header.header .btn-nav-mobile > span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body.show-nav-mobile header.header .btn-nav-mobile > span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  body.show-nav-mobile header.header .btn-nav-mobile > span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  body.show-nav-mobile header.header .nav-mobile {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    right: 0;
  }

  section.top-content {
    padding-top: 130px;
  }

  section.banner--cta {
    text-align: center;
  }

  section.banner--cta .cta--text > h1,
  section.banner--cta .cta--text > p {
    color: #fff;
  }

  section.banner--cta .cta--text > h1 {
    font-size: 40px;
  }

  section.banner--cta:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  section.hero-banner-book-service {
    height: auto;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  section.hero-banner-book-service > .ornament-dot,
  section.hero-banner-book-service .ornament-wave {
    display: none;
  }

  section.hero-banner-book-service > .side-img,
  section.hero-banner-book-service > .side-text {
    width: 100%;
  }

  section.hero-banner-book-service > .side-img {
    height: 650px;
    display: block;
    background-color: #111;
  }

  section.hero-banner-book-service > .side-img > img {
    opacity: 0.35;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }

  section.hero-banner-book-service > .side-text {
    width: 100%;
    height: auto;
    background-color: transparent !important;
    padding: 40px !important;
    position: absolute;
    bottom: 0;
  }

  header.header .top-header {
    height: 80px;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }

  header.header .logo-header > img {
    width: 210px;
  }

  header.header .top-col-header > .contact-header {
    display: none;
  }

  header.header .btn-nav-mobile {
    width: 30px;
    height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header.header .btn-nav-mobile > span {
    width: 100%;
    height: 3px;
    background: #111;
    display: block;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .btn-nav-mobile > span:first-child {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }

  header.header .btn-nav-mobile > span:nth-child(2) {
    opacity: 1;
  }

  header.header .btn-nav-mobile > span:last-child {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  header.header .btn-nav-mobile:hover {
    cursor: pointer;
  }

  header.header .nav-mobile {
    width: 300px;
    height: 100%;
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .nav-mobile > .contact-header {
    padding: 20px;
    margin-bottom: 10px;
  }

  header.header .nav-mobile > .contact-header > .icon-contact {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  header.header .nav-mobile > .contact-header > .contact-text {
    margin-left: 10px;
  }

  header.header .nav-mobile > .contact-header > .contact-text > h3 {
    font-size: 22px;
    margin-bottom: 3px;
  }

  header.header .nav-mobile > .contact-header > .contact-text > span {
    font-size: 13px;
  }

  header.header .nav-mobile > .search-header {
    padding: 0 20px 30px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }

  header.header .nav-mobile > .search-header > input,
  header.header .nav-mobile > .search-header > button {
    padding: 14px 20px;
  }

  header.header .nav-mobile > .search-header > input {
    font-family: "Manrope", sans-serif;
  }

  header.header .nav-mobile > ul {
    margin-bottom: 0;
    padding-left: 0;
  }

  header.header .nav-mobile > ul > li {
    display: block;
  }

  header.header .nav-mobile > ul > li > a {
    padding: 12px 20px;
    display: block;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .nav-mobile > ul > li > a:hover {
    color: #009432;
    background: #f9f9f9;
  }

  header.header .nav-mobile > ul > li.dropdown > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .nav-mobile > ul > li.dropdown > a > span {
    color: #111;
  }

  header.header .nav-mobile > ul > li.dropdown > a > .fas {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .nav-mobile > ul > li.dropdown > ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 0;
    background: #f9f9f9;
    display: none;
  }

  header.header .nav-mobile > ul > li.dropdown > ul > li {
    display: block;
  }

  header.header .nav-mobile > ul > li.dropdown > ul > li > a {
    display: block;
    padding: 12px 20px 12px 45px;
    color: #111;
    font-weight: 700;
    text-decoration: none;
  }

  header.header .nav-mobile > ul > li.dropdown.collapsed > a > .fas {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header.header .main-nav {
    display: none;
  }

  header.header.hide-top-header {
    top: 0;
  }

  section.breadcrumb {
    margin-top: 80px;
  }

  .main-slider {
    height: 450px;
  }

  .hero-banner--book {
    margin-top: 80px;
  }

  .hero-banner--book > .side--banner > .banner--text > h1 {
    font-size: 40px;
  }

  .heading--main {
    font-size: 40px;
  }

  .row--describe h1 {
    font-size: 36px;
  }

  .list--step-make-book {
    margin-top: 30px;
  }

  .thumb-list-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thumb-list-1 > li {
    width: 100%;
  }
}

@media (max-width: 850px) {
  section.wp-detail-article .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .main-slider {
    height: 700px;
  }

  .main-slider .slider-item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
  }

  .main-slider .slider-item img,
  .main-slider .slider-item .text-slider {
    position: static;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
  }

  .main-slider .slider-item img {
    width: 85%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .main-slider .slider-item .text-slider {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-slider .slider-item .text-slider .title-slider {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-slider .slider-item .text-slider > .subtitle-slider {
    text-align: center;
    margin-bottom: 25px;
  }

  .main-slider .slider-item .text-slider > .btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .main-slider .slick-dots {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 30px;
  }

  .hero-banner--book {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-banner--book > .side--banner {
    width: 100%;
    padding-top: 100%;
  }

  footer.footer .heading-footer {
    margin-bottom: 15px;
  }

  footer.footer ul.contact-footer > li {
    margin-bottom: 12px;
  }

  footer.footer ul.list-footer > li {
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.wp-list-product,
  section.wp-detail-product {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  section.wp-detail-product .block-discount {
    margin-bottom: 25px;
  }

  section.wp-detail-product .block-desc {
    margin-bottom: 30px;
  }

  section.hero-banner-book-service > .side-img {
    height: 750px;
  }

  section.hero-banner-book-service > .side-text > h1 {
    font-size: 45px;
  }

  section.banner--cta {
    padding: 40px 30px !important;
  }

  section.breadcrumb:before {
    opacity: 0.2;
  }

  section.slide-product.left,
  section.slide-product.right {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  section.slide-product.left .heading-product-slider > .heading-product,
  section.slide-product.right .heading-product-slider > .heading-product {
    padding-right: 20px;
  }

  section.slide-product.left .heading-product-slider > .heading-product > h2,
  section.slide-product.right .heading-product-slider > .heading-product > h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }

  section.slide-product.left .slider-list-product .slider-item .col-product,
  section.slide-product.right .slider-list-product .slider-item .col-product {
    margin-bottom: 40px;
  }

  section.slide-product.left .slider-list-product .slider-item .col-product > .product-thumb:last-child,
  section.slide-product.right .slider-list-product .slider-item .col-product > .product-thumb:last-child {
    margin-bottom: 0;
  }

  .hero-banner--book > .side--banner {
    height: 500px;
  }

  .hero-banner--book > .side--banner > .banner--text {
    padding: 20px 20px 40px 20px !important;
  }

  .thumb-list-1 > li {
    width: 100%;
    padding: 30px;
  }

  .heading-bubble {
    font-size: 36px;
    padding: 40px !important;
  }

  .card--thumb-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card--thumb-1 > img {
    width: 70px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  footer.footer {
    margin-top: 20px;
  }

  footer.footer .info-footer {
    padding: 80px 0;
  }

  footer.footer ul.list-thumb-logo > li {
    margin-bottom: 0;
  }

  footer.footer .copyright > .container-fluid {
    text-align: left;
  }
}