/*
Theme Name:           Flatsome Child
Description:          This is a child theme for Flatsome Theme
Author:               Hai Ton
Template:             flatsome
Version:              1.0
*/

/* Common */
.section-title-container {
  margin-bottom: 40px;
}
.section-title {
  margin-bottom: 10px;
}
.section-title-center {
  justify-content: center;
}
.section-title b {
  display: none;
}
h2.section-title span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.section-title-normal,
.section-title-normal span {
  border: none;
}

/* Home page */
.categories-section .section-bg,
.why-learn-section .section-bg {
  background-color: var(--white);
}
.categories-section .icon-box {
  background-color: var(--bg);
  padding: 30px;
  border-radius: 10px;
}
.categories-section .icon-inner img {
  width: auto!important;
  height: 90px;
}
.categories-section .icon-box .button {
  margin-top: 12px;
}
.explore-box .col-inner,
.explore-box .icon-box {
  height: 100%;
}
.products-section .product-small .box-image {
  padding: 30px 58px;
  border-radius: 10px;
  background-color: var(--white);
}
.stories-section {
  padding-bottom: 70px!important;
}
.stories-section .box {
  background-color: var(--white);
  border-radius: 16px;
  padding: 20px;
}
.why-learn-section {
  padding-bottom: 70px!important;
}
.why-learn-section .icon-box {
  background-color: var(--bg);
  padding: 30px;
  border-radius: 10px;
}
.why-learn-section .icon-box-img {
  width: auto!important;
}
.why-learn-section .icon-inner img {
  height: 90px;
  width: auto!important;
}
.cta-section {
  padding-bottom: 15px!important;
}
.cta-section .section-title-container {
  margin-bottom: 12px;
}
.cta-section h3.section-title span {
  text-transform: capitalize;
}

/* back to top button */
.back-to-top {
  padding: 0;
  bottom: 30px;
  right: 30px;
}
.back-to-top i {
  vertical-align: baseline;
}

/* About page */
.story-start-area {
  display: none;
}
.story-start-area .section-bg {
  background-color: #fff;
}
.core-value-area .section-bg {
  background-color: var(--white);
}
.core-value-area {
  display: none;
}
.learn-process-area .section-bg {
  background-color: var(--white);
}

/* Contact page */
.contact-area {
  padding-top: 80px!important;
}
.contact-area .section-bg {
  background-color: var(--white);
}
.contact-info-block .col-inner {
  padding: 40px;
  background-color: var(--theme);
  border-radius: 16px 16px 16px 16px;
}
.contact-content-block {
  padding: 0;
}
.contact-content-block .col-inner {
  margin-left: 40px!important;
}
.contact-content-block .section-title span {
  text-transform: capitalize;
}
.contact-content-block .section-title-container {
  margin-bottom: 30px;
}
.contact-content-block .button {
  margin-bottom: 0;
}

/* Breadcrumb */
.breadcrumb .section-bg {
  background-color: var(--white);
}
.breadcrumb:has(+ .about-area) .section-bg {
  background-color: var(--bg);
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb .col {
  padding-bottom: 0;
}

/* Blog Single Post */
.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-single.page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.why-learn-section,
.learn-process-area {
  display: none;
}

/* Footer */
.footer-widgets {
  border: none;
}
.footer-widgets {
  padding: 100px 0 50px;
  position: relative;
  z-index: 9;
}
.single-footer-widget .widget-head {
  margin-bottom: 20px;
}
.single-footer-widget .footer-content .text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.single-footer-widget .footer-content .text a {
  color: var(--header);
  font-size: 22px;
  font-weight: 500;
}
.single-footer-widget .footer-content .text {
  margin-bottom: 20px;
}
.absolute-footer {
  padding: 0;
}
.copyright-footer {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}