@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");

body {
  font-family: "Google Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.section-title-center {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 45px;
  color: var(--fs-color-primary);
  justify-content: center;
  margin-bottom: 30px;
}

.section-title-center:before {
  content: "";
  height: 4px;
  width: 150px;
  background-color: var(--fs-color-secondary);
  position: absolute;
  bottom: -10px;
}

.section-title-center b {
  display: none;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem !important;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

/* home */
.home1 {
  align-items: end;
}

.home1 .col-text p img {
  margin-bottom: 0;
}

.home1 .col-text ul {
  list-style: none;
  padding-left: 0;
}

.home1 .col-text ul li {
  position: relative;
  padding-left: 28px;
  margin: 0;
  margin-bottom: 15px;
}

.home1 .col-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/flatsome-child/assets/imgs/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.home1 .col-text .button {
  border-radius: 99px;
}

.home2 .row {
  background-color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 20px 15px !important;
  border-radius: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-shadow: 0px 10px 60px 0px
    rgba(28.999999999999993, 67.99999999999997, 149, 0.13);
}

.home2 .row .col {
  padding-bottom: 0;
}

.home2 .icon-box {
  align-items: center;
}

.home2 .icon-box h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--fs-color-primary);
  line-height: 1;
  margin-bottom: 0;
}

.home2 .icon-box p {
  font-size: 14px;
}

.home3 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.home3 img {
  border-radius: 30px;
}

.home3 .box-content h3 {
  font-size: 24px;
}

.home3 .main-button {
  margin-top: 40px;
}

.home3 .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home3 .video-button-wrapper .button.icon.circle {
  background-color: #ffffff;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #ffffff;
  margin: 0;
}

.home3 .video-button-wrapper .icon-play {
  font-size: 1em !important;
  color: var(--primary-color);
  height: 24px;
}

.home3 .video-button-wrapper .button.icon.circle::before,
.home3 .video-button-wrapper .button.icon.circle::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--fs-color-primary);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

.home4 {
  background-color: rgb(245, 247, 250);
  padding: 60px 0 30px;
}

.home4 .box {
  border-radius: 0.75rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  overflow: hidden;
}

.home4 .image-cover {
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
}

.home4 .box-badge .box-text {
  bottom: 12px;
  width: calc(100% - 24px);
  left: 12px;
  background-color: var(--fs-color-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.home4 .box-badge .box-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.home5 {
  padding: 60px 0 30px;
}

.home6 {
  background-color: rgb(245, 247, 250);
  padding: 60px 0 30px;
}

.home6 .col-inner {
  border-radius: 0.75rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  overflow: hidden;
}

.home7 {
  background-color: #ecfdf5;
  padding: 60px 0;
}

.home7 .icon {
  background-color: var(--fs-color-primary);
  border: 4px solid #bbf7d0;
  border-radius: 99px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home7 .icon img {
  max-width: 40px;
}

.home8 {
  padding: 60px 0;
}

.home9 {
  background-color: rgb(245, 247, 250);
  padding: 60px 0 30px;
}

.home9 .post-item .box {
  border-radius: 0.75rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  overflow: hidden;
}

.home9 .post-item .box-text {
  padding: 0.75rem;
}

.bbrum .col {
  padding-bottom: 0;
}

.breadcrumbs {
  padding: 10px 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs a {
  color: #222;
}

.ss_df .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea,
select,
.select2-selection {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
}

.primary,
input[type="submit"],
input[type="submit"].button {
  margin-bottom: 0;
  border-radius: 0.75rem;
}

.wpcf7 .col {
  padding-bottom: 0;
}

.picon {
  margin-bottom: 7px;
  line-height: 1.4;
  position: relative;
  padding-left: 26px;
}

.picon .fa,
.picon .fal,
.picon .far,
.picon .fas {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.7;
}

.picon br {
  display: none;
}

#project-list {
  margin-top: 30px;
}

.loai-hinh-list {
  margin-bottom: 10px;
}

.loai-hinh-list .row {
  max-width: 1100px !important;
}

.loai-hinh-list .box {
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
}

.loai-hinh-list .box img {
  border-radius: 10px;
}

.loai-hinh-list .box-text {
  padding: 0;
  padding-top: 8px;
  text-align: center;
}

.loai-hinh-list .box-text a {
  color: var(--fs-color-primary);
}

.project-item .col-inner {
  padding-top: 10px;
}

.project-item .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.project-item .box-text {
  padding: 15px;
}

.project-item .post-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.project-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.project-item .from_the_blog_excerpt {
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.project-item .btn-view-more {
  color: var(--fs-color-primary);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.project-item .project-date {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  color: #adadad;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  line-height: 30px;
}

.woocommerce-breadcrumb {
  display: none;
}

.product-small.box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 9px;
  padding: 13px 13px 10px;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-bottom: 12px;
}

.product-small .box-image img {
  border-radius: 10px;
}

.product-small .box-text {
  padding-bottom: 0;
}

.product-small .product-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-small .product-title a {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #3f3f3f;
  font-size: 1.25rem;
  min-height: 52px;
}

.product-small .price-wrapper {
  margin: 5px 0;
  color: #a0a0a0;
  font-weight: 600;
  line-height: 26px;
  min-height: 26px;
}

.product-small span.amount {
  color: #e00;
  font-weight: 800;
  font-size: 16px;
  margin: 0 5px 0 0;
}

.product-small del span.amount {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 500;
  opacity: 1;
}

/* BLOG */
.breadcrumb {
  background: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 15px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 10px;
}

.blog-wrapper {
  background-color: #f9f9f9;
}

.archive-page-header {
  display: none;
}

#post-list .page-title {
  font-weight: 700;
  font-size: 28px;
  color: #111;
}

.layout-content {
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 0.75rem;
}

.list-child-cat {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

.list-child-cat li {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}

.list-child-cat li a {
  font-size: 13px;
  border-radius: 30px;
  display: block;
  padding: 6px 15px;
  color: #fff;
  background-color: var(--fs-color-primary);
  transition: all 0.2s ease-in-out;
}

#post-list .col {
  padding-bottom: 0;
}

#post-list .box {
  border-top: 1px dashed #e1e1e1;
  padding-top: 15px;
  margin-bottom: 15px;
}

#post-list .badge,
#post-list .is-divider {
  display: none;
}

#post-list .box-vertical {
  display: flex;
  align-items: top;
  gap: 15px;
}

#post-list .box-vertical .box-text {
  padding: 0;
}

#post-list .post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.col-cat .navbar-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-cat .navbar {
  z-index: 2;
  top: 30px;
  padding-right: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.col-cat .navbar-expand .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  width: 100%;
}

.col-cat .navbar-expand .navbar-nav li {
  display: block;
  width: 100%;
  margin: 0;
}

.col-cat .navbar-expand .navbar-nav li a {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.col-cat .navbar-expand .navbar-nav li a i {
  font-size: 16px;
  min-width: 20px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 4px;
}

article .entry-header {
  display: none;
}

.single-post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}

.single-post-meta .avartar {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.single-post-meta .author-link {
  color: #111;
  font-weight: 500;
  display: block;
  margin-left: 10px;
}

.single-post-meta .update-time,
.social-share-wrap .update-time {
  font-size: 13px;
  color: #aaa;
  margin-left: auto !important;
}

.entry-content div:not([class]) {
  margin-bottom: 1rem;
}

.widget {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 5px;
}

.recent-blog-posts-li .badge-inner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* product details */
.badge-container {
  margin-top: 0;
  top: 10px;
  right: 10px;
  left: unset;
}

.badge-container .badge {
  width: 46px;
  height: 24px;
  font-size: 12px;
  border: 2px solid #fff;
  border-radius: 99px;
}

.badge-container .badge-inner {
  line-height: 1.4;
  font-weight: 500;
}

.post-item .post-title a {
  margin: 0;
  color: #2b2f34;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
  min-height: 39px;
}

.post-item .from_the_blog_excerpt {
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
  min-height: 39px;
}

.project-item .post-title a {
  min-height: 52px;
}

.home10 {
  padding: 60px 0 30px;
}

.home10 .col-inner {
  border-radius: 0.75rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}

.home10 .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.home10 .icon-box-img {
  border-radius: 99px;
  overflow: hidden;
}

.home10 .icon-box h3 {
  margin-bottom: 5px;
}

.home10 .col-inner > p {
  min-height: 103px;
}

@media only screen and (max-width: 48em) {
  .col.col-cat {
    display: none;
  }
}

#footer .footer-main .section-content {
  padding-top: 64px;
  padding-bottom: 32px;
}

#footer .ux-logo-link {
  padding: 0 !important;
}

#footer .ft-top {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
}

#footer .ft-top h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}

#footer .ft-top p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 22px;
  color: var(--fs-color-primary);
  margin: 0;
}

#footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}

#footer .footer-social li {
  margin: 0 !important;
}

#footer .footer-mid h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

#footer .footer-mid ul {
  list-style: none;
  margin: 0;
}

#footer .footer-mid ul li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

#footer .footer-mid ul li a {
  color: #334862;
}

#footer .footer-mid ul li a:hover {
  color: var(--fs-color-primary);
}

.absolute-footer.dark {
  display: none !important;
}

#top-bar .nav > li,
#top-bar .nav > li a {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

#masthead .nav > li {
  margin: 0 12px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #111827;
}

#masthead .nav > li > a:hover {
  color: var(--fs-color-primary);
}

.home11 {
  background-color: rgb(245, 247, 250);
}

.row-demo.row-collapse > .col:last-child {
  background-color: #f5f7fa;
}

.row-demo.row-collapse > .col:last-child > .col-inner {
  padding: 50px;
}

.row-demo .col-text {
  color: #fff;
}

.row-demo .col-text > .col-inner {
  padding: 64px 80px;
}

.row-demo .col-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.row-demo .col-text h2 strong {
  color: var(--fs-color-primary);
}

.row-demo form {
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px #0000000a;
  border-radius: 16px;
  padding: 24px;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: transparent;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -10px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.row-demo input.wpcf7-form-control {
  box-shadow: none !important;
  border: 1px solid #e5e7eb;
  padding: 11px 12px;
  border-radius: 8px;

  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  margin: 0;
}

.row-demo .wpcf7 label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin: 0;
  background-color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  border-radius: 99px;
  border: 0;
  color: #fff;
}

.row-demo input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: var(--fs-color-primary);
}

.wpcf7 p.mess {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #374151;
}

.row-demo .wpcf7 label {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo .wpcf7 label span {
  color: #ef4444;
}

.row-demo form .row:not(.row-collapse) {
  margin: 0;
}

.row-demo form .col {
  padding: 0 6px 12px;
}

.page-id-191 .home11 {
  display: none !important;
}

.dv1 .section-content {
  padding: 80px 0 50px;
}

.dv2 .icon-box .icon-box-img {
  height: 70px;
}

.dv2 .icon-box h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 0;
}

.dv2 .icon-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.dv4 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.dv4 .box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 9px;
  padding: 13px 13px 10px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-bottom: 12px;
  margin-top: 5px;
}

.dv4 .box-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.dv4 .box h3 {
  margin-bottom: 10px;
}

.dv4 .box h4 {
  color: #e00;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 15px;
}

.dv4 .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dv4 .box ul li {
  margin: 0 0 12px 0;
  position: relative;
  padding-left: 28px;
}

.dv4 .box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.6663%205L7.49967%2014.1667L3.33301%2010%22%20stroke%3D%22%23162DB0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20style%3D%22%26%2310%3B%20%20%20%20stroke%3A%20%2324983d%3B%26%2310%3B%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
}

.main-button.button {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  border: 0;
  border-radius: 99px;
  text-transform: none;
  margin: 0;
}

.dvtt {
  background-color: #fff;
}

.home_faq .col-left .col-inner {
  max-width: 520px;
  margin: 0;
}

.home_faq .col-left h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 64px;
}

.home_faq .col-left .button span {
  color: #fff;
}

.home_faq .accordion-item:first-child .accordion-title {
  border-top: 0;
}

.home_faq .accordion-item .accordion-title {
  font-size: 18px;
  line-height: 26px;
  color: #111827;
  padding: 12px 0 12px;
  background-color: transparent !important;
  padding-right: 40px;
  opacity: 0.8;
}

.home_faq .accordion .toggle {
  margin: 0;
  left: unset;
  right: 0;
}

.home_faq .accordion .toggle .icon-angle-down:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%206.6665V25.3332%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.home_faq .accordion .active .toggle .icon-angle-down:before {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
}

.home_faq .accordion .accordion-inner {
  padding: 0;
  padding-bottom: 12px;
}

.home_faq .accordion .accordion-inner * {
  margin-bottom: 0;
}

.home_faq .accordion-title.active {
  color: var(--fs-color-primary);
  opacity: 1;
}

.home_faq .col {
  padding-bottom: 0;
}

.entry-content {
  padding-top: 0;
}

section.no-results {
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 15px;
}

section.no-results .searchform {
  display: none;
}

.dv6 .icon-box {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
}

.dv6 .icon-box .icon-box-img {
  border-radius: 99px;
  overflow: hidden;
}

.dv7,
.dv9 {
  padding: 60px 0;
}

.dv8 {
  padding: 60px 0;
  background-color: rgb(245, 247, 250);
}

.dv9 .box-image {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .section-title-center {
    font-size: 22px;
    line-height: 1.6;
  }

  .home1 .col-text {
    margin-top: 60px;
  }

  .home2 .icon-box {
    justify-content: center;
    margin-top: 10px;
  }

  .home2 .icon-box-left .icon-box-img + .icon-box-text {
    flex: unset;
  }

  .home3 .box-content h3 {
    font-size: 20px;
  }

  .home10 .col-inner {
    padding: 15px 30px;
  }

  .row-demo.row-collapse > .col:last-child > .col-inner {
    padding: 15px;
  }

  #footer .footer-main .stack {
    display: block;
    padding: 0 15px;
  }

  #footer .footer-main .stack .text {
    margin: 15px 0 !important;
  }

  #footer .footer-social {
    padding: 0 15px;
    justify-content: center;
  }

  .row-demo.row-collapse > .col:last-child > .col-inner {
    padding: 15px;
  }

  #footer .ft-top .stack {
    display: block;
    padding: 15px;
    text-align: center;
  }

  #footer .ft-top h2 {
    margin-top: 15px;
  }

  .sidebar-menu-top-content {
    display: none !important;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .related .small-columns-2 .flickity-slider > .col {
    flex-basis: 85%;
    max-width: 85%;
  }

  .slider.flickity-enabled
    button.flickity-prev-next-button
    svg.flickity-button-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: 5px !important;
  }

  .dv7,
  .dv9 {
    padding: 30px 0;
  }

  .section.dv6 {
    padding: 30px 0 !important;
  }

  .section-title-container {
    margin-bottom: 0;
  }

  .home_faq .col-left h2 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .home9 {
    padding: 30px 0;
  }
}
