/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
blockquote,
.button,
input,
textarea,
.nav-top-link,
.nav > li > a {
  font-family: "Nunito", sans-serif;
}

.section.xc-footer-1 {
  background-color: #062163 !important;
  padding-top: 25px !important;
  padding-bottom: 28px !important;
}

.section.xc-footer-1 .row {
  align-items: center;
  justify-content: space-between;
}

.xc-footer-1 .col {
  padding-bottom: 20px;
}

.xc-footer-1__logo {
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
}

.xc-footer-1__logo img {
  max-width: 150px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.xc-footer-1__follow.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end !important;
}

.xc-footer-1__follow .button.icon.circle.is-outline {
  background-color: transparent !important;
  border: 1px solid #274080 !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.xc-footer-1__follow .button.icon.circle.is-outline i {
  font-size: 20px !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

.xc-footer-1__follow .button.icon.circle.is-outline:hover {
  background-color: #e2003d !important;
  border-color: #e2003d !important;
}

.xc-footer-1__follow .button.icon.circle.is-outline:hover i {
  color: #ffffff !important;
}

.section.xc-footer-2 {
  background-color: #051c54 !important;
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  color: #ffffff;
}

.xc-footer-2 h3,
.xc-footer-2 .xc-footer__widget-title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.xc-footer-2 h3 {
  margin-bottom: 20px !important;
  text-shadow: none !important;
}

.xc-footer-2 p {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
}

.xc-footer-2__menu,
.xc-footer-2__menu li {
  margin-bottom: 0 !important;
}

.xc-footer-2__menu .menu-item {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.xc-footer-2__menu .menu-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.xc-footer-2__menu .ux-menu-link__link,
.xc-footer-2__menu a {
  font-family: "Nunito", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  transition: color 0.3s !important;
  padding: 0 !important;
  border-bottom: none !important;
  display: flex;
  align-items: center;
}

.xc-footer-2__menu .ux-menu-link__link:hover {
  color: #ffffff !important;
}

.xc-footer-2__menu .ux-menu-link__icon {
  font-size: 14px !important;
  margin-right: 10px !important;
  color: #ffffff !important;
  transition: color 0.3s;
}

.xc-footer-2__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.xc-footer-2__copyright .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xc-footer-2__copyright div,
.xc-footer-2__copyright p {
  color: #9da2af !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  text-align: center;
  margin: 0 !important;
}

.xc-footer-2__copyright a {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
  display: none !important;
}

.entry-content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.xc-float-contact {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99999;
}

.xc-float-contact__items {
  display: flex;
  flex-direction: column;
}

.xc-float-contact__btn {
  position: relative;
  margin-top: -5px;
  width: 90px;
  height: 90px;
  display: block;
  cursor: pointer;
  visibility: visible;
  background-color: transparent !important;
  z-index: 11;
  transition: visibility 0.5s;
}

.xc-float-contact__circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  z-index: 1;
}

.xc-float-contact__img-circle {
  width: 40px;
  height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: xc-circle-img-anim 1s infinite ease-in-out;
  z-index: 3;
}

.xc-float-contact__img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xc-float-contact__bar {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  padding: 8px 55px 7px 15px;
  border-radius: 100px;
  white-space: nowrap;
  background-color: #dd1818;
}

.xc-float-contact__text {
  color: #fff;
}

.xc-float-contact__btn:hover .xc-float-contact__bar {
  opacity: 0.8;
}

.xc-float-contact__btn--phone .xc-float-contact__circle-fill {
  background-color: rgba(221, 24, 24, 0.7);
  animation: xc-circle-fill-anim-phone 1.3s infinite;
}

.xc-float-contact__btn--phone .xc-float-contact__img-circle {
  background-color: #dd1818;
}

.xc-float-contact__btn--zalo .xc-float-contact__circle-fill {
  background-color: rgba(33, 150, 243, 0.7);
  animation: xc-circle-fill-anim-zalo 1.3s infinite;
}

.xc-float-contact__btn--zalo .xc-float-contact__img-circle {
  background-color: #2196f3;
}

.xc-float-contact__btn--contact .xc-float-contact__circle-fill {
  background-color: rgba(34, 91, 214, 0.7);
  animation: xc-circle-fill-anim-contact 1.3s infinite;
}

.xc-float-contact__btn--contact .xc-float-contact__img-circle {
  background-color: #225bd6;
}

@keyframes xc-circle-fill-anim-phone {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(221, 24, 24, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(221, 24, 24, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(221, 24, 24, 0);
  }
}

@keyframes xc-circle-fill-anim-zalo {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(33, 150, 243, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

@keyframes xc-circle-fill-anim-contact {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(34, 91, 214, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(34, 91, 214, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(34, 91, 214, 0);
  }
}

@keyframes xc-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.xc-home-featured .xc-home-featured__box {
  background-color: #228bca !important;
  padding: 50px 40px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.xc-home-featured .xc-home-featured__box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.xc-home-featured .xc-home-featured__box .icon-box-img {
  margin-bottom: 15px !important;
  width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xc-home-featured .xc-home-featured__box .icon-box-img svg,
.xc-home-featured .xc-home-featured__box .icon-box-img img,
.xc-home-featured .xc-home-featured__box .icon-box-img i {
  width: 40px !important;
  height: 40px !important;
  fill: #f4f4f5 !important;
  color: #f4f4f5 !important;
  transition: all 0.3s ease;
}

.xc-home-featured .xc-home-featured__box .icon-box-text p,
.xc-home-featured .xc-home-featured__box .icon-box-text h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  transition: color 0.3s ease;
  text-align: center;
}

.xc-home-featured .xc-home-featured__box:hover .icon-box-text p,
.xc-home-featured .xc-home-featured__box:hover .icon-box-text h3 {
  color: #000000 !important;
}

.xc-section-title {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.xc-section-title p,
.xc-section-title br,
.xc-section-title a:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.xc-section-title__link {
  text-decoration: none !important;
  display: inline-block;
}

.xc-section-title__heading {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: var(--primary-color, #062163) !important;
  margin: 0 0 15px 0 !important;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.xc-section-title__highlight {
  font-weight: 700;
  color: #c70e0e;
  transition: all 0.3s ease;
}

.xc-section-title__link:hover .xc-section-title__highlight {
  color: #b80d1d;
}

.xc-section-title__divider {
  height: 4px;
  width: 100px;
  background: #2575fc;
  border-radius: 2px;
  position: relative;
  margin-left: 27px;
}

.xc-section-title__divider::before {
  content: "";
  position: absolute;
  color: #0c5adb;
  left: -27px;
  top: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #0c5adb;
  box-shadow:
    9px 0 0 0 currentColor,
    18px 0 0 0 currentColor;
}

.xc-home-news__list .box-blog-post {
  border-radius: 5px;
  overflow: hidden;
}

.xc-home-news__list .box-text {
  background-color: var(--primary-color, #062163) !important;
  padding: 15px 10px !important;
}

.xc-home-news__list .post-title {
  margin-bottom: 0 !important;
}

.xc-home-news__list .post-title a {
  color: #f4f4f5 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4em !important;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
}

.xc-home-news__list .post-title a:hover {
  color: #ffffff !important;
}

.xc-news-meta {
  display: none;
}

.xc-home-news__list .xc-news-meta {
  display: block;
  margin-top: 10px;
}

.xc-home-news__list .xc-news-meta__date,
.xc-home-news__list .xc-news-meta__comments {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

.xc-home-news__list .xc-news-meta span + span::before {
  content: "///";
  margin: 0 5px;
  color: #eaeaec;
}

.xc-home-news__list .is-divider,
.xc-home-news__list .from_the_blog_excerpt,
.xc-home-news__list .badge.post-date {
  display: none !important;
}

.xc-home-categories__list .box-category .box-text {
  background-color: var(--primary-color, #062163) !important;
  height: 90px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.xc-home-categories__list .box-category .box-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.xc-home-categories__list .box-category .header-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 5px;
  transition: all 0.3s ease;
}

.xc-home-categories__list .box-category .count {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-transform: none !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-weight: 400 !important;
  transition: all 0.3s ease;
}

.xc-home-categories__list .box-category a:hover .box-text {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.xc-home-categories__list .box-category a:hover .header-title,
.xc-home-categories__list .box-category a:hover .count {
  color: #333333 !important;
}

.xc-home-faq .accordion_title {
  font-size: 22px !important;
  color: rgb(34, 139, 202) !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  text-transform: none !important;
}

.xc-home-faq .accordion-item {
  border: none !important;
  margin-bottom: 10px !important;
}

.xc-home-faq .accordion-title {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #f7f9fb !important;
  color: rgb(0, 0, 0) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  padding: 14px 30px !important;
  border: none !important;
  transition: all 0.3s ease;
}

.xc-home-faq .accordion-title span {
  flex: 1;
  text-align: left;
}

.xc-home-faq .accordion .toggle {
  position: static !important;
  margin: 0 0 0 15px !important;
  color: rgb(0, 0, 0) !important;
  width: auto !important;
  height: auto !important;
}

.xc-home-faq .accordion-inner {
  padding: 20px 30px !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgb(14, 6, 1) !important;
}

.xc-home-faq .accordion-inner p,
.xc-home-faq .accordion-inner li {
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgb(14, 6, 1) !important;
  font-weight: 400 !important;
}

.xc-home-faq .accordion-inner p:last-child {
  margin-bottom: 0 !important;
}

.xc-home-contact {
  padding: 60px 0;
  background-color: #eaeaec !important;
}

.xc-home-contact__info {
  padding-right: 30px;
}

.xc-home-contact__title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  line-height: 1.5;
}

.xc-home-contact__desc {
  font-size: 16px !important;
  color: rgb(14, 6, 1) !important;
  margin-bottom: 25px !important;
}

.xc-home-contact__list {
  list-style: none !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}

.xc-home-contact__item {
  display: flex;
  align-items: center;
  padding: 10px 0 !important;
  border-bottom: 1px solid #dddddd;
  margin: 0 !important;
}

.xc-home-contact__list .xc-home-contact__item:last-child {
  border-bottom: none !important;
}

.xc-home-contact__icon,
.xc-home-contact__item i,
.xc-home-contact__item svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  color: var(--primary-color, #062163);
  font-size: 20px;
  transition: all 0.3s;
}

.xc-home-contact__icon svg,
.xc-home-contact__icon i {
  width: 100%;
  height: auto;
  max-height: 20px;
  font-size: 20px;
  fill: currentColor;
  color: currentColor;
  transition: all 0.3s;
}

.xc-home-contact__item br {
  display: none !important;
}

.xc-home-contact__item p {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  width: 100% !important;
}

.xc-home-contact__text {
  font-size: 16px;
  color: rgb(14, 6, 1);
  transition: color 0.3s;
  line-height: 1.5;
}

.xc-home-contact__item:hover .xc-home-contact__text {
  color: var(--primary-color, #062163);
}

.xc-home-contact__subtitle {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  color: #000000 !important;
}

.xc-home-contact__form {
  background-color: #ffffff;
  padding: 35px 30px;
  border: 1px solid #eaeaec;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.xc-home-contact__fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.xc-home-contact__field {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.xc-home-contact__field--full {
  flex: 0 0 100%;
  max-width: 100%;
}

.xc-home-contact__form label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: rgb(14, 6, 1) !important;
  margin-bottom: 5px !important;
  display: block;
}

.xc-home-contact__form input[type="text"],
.xc-home-contact__form input[type="email"],
.xc-home-contact__form input[type="tel"],
.xc-home-contact__form select,
.xc-home-contact__form .wpcf7-form-control.wpcf7-text {
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #dadbdd !important;
  border-radius: 7px !important;
  padding: 11px 15px !important;
  color: #606266 !important;
  font-size: 15px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  min-height: 40px !important;
  box-sizing: border-box !important;
}

.xc-home-contact__form textarea,
.xc-home-contact__form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #dadbdd !important;
  border-radius: 7px !important;
  padding: 11px 15px !important;
  color: #606266 !important;
  font-size: 15px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  min-height: 170px !important;
  box-sizing: border-box !important;
}

.xc-home-contact__form input[type="text"]:focus,
.xc-home-contact__form input[type="email"]:focus,
.xc-home-contact__form input[type="tel"]:focus,
.xc-home-contact__form textarea:focus,
.xc-home-contact__form select:focus,
.xc-home-contact__form .wpcf7-form-control:focus {
  border-color: #409eff !important;
  background-color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(64, 158, 255, 0.25) !important;
}

.xc-home-contact__form input[type="submit"],
.xc-home-contact__form button[type="submit"],
.xc-home-contact__form .wpcf7-submit {
  background-color: #409eff !important;
  color: #ffffff !important;
  border: 1px solid #409eff !important;
  padding: 8px 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 7px !important;
  cursor: pointer;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  transition: opacity 0.3s;
  display: inline-block;
  margin-top: 5px;
  height: auto !important;
  min-height: 0 !important;
}

.xc-home-contact__form input[type="submit"]:hover,
.xc-home-contact__form button[type="submit"]:hover,
.xc-home-contact__form .wpcf7-submit:hover {
  opacity: 0.8 !important;
  background-color: #409eff !important;
}

.xc-home-contact__form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: -15px;
  margin-bottom: 15px;
  color: #dc3232;
  display: block;
}

.xc-home-contact__form .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 10px !important;
  font-size: 14px;
  border-radius: 3px;
}
@media only screen and (max-width: 48em) {
  .xc-home-contact__field {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xc-float-contact__bar {
    display: none;
  }

  .section.xc-footer-2 {
    padding-top: 60px !important;
  }
  .xc-footer-2__copyright {
    margin-top: 0px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xc-home-featured .xc-home-featured__box {
    padding: 30px 20px !important;
  }
}

.xc-custom-vertical-menu {
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.xc-custom-vertical-menu__title {
  background-color: #f97316;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.xc-custom-vertical-menu__container {
  padding: 0;
}

.xc-custom-vertical-menu__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.xc-custom-vertical-menu__nav > li {
  border-bottom: 1px solid #ededed;
  position: relative;
  margin: 0;
}

.xc-custom-vertical-menu__nav > li:last-child {
  border-bottom: none;
}

.xc-custom-vertical-menu__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  padding: 12px 19px 12px 25px;
  text-decoration: none;
  transition: color 0.3s;
}

.xc-custom-vertical-menu__nav li a:hover {
  color: #4285f4;
}

.xc-custom-vertical-menu__nav li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  transition: transform 0.3s;
}

.xc-custom-vertical-menu__nav ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s linear;
  z-index: 100;
  pointer-events: none;
}

.xc-custom-vertical-menu__nav li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.xc-custom-vertical-menu__nav ul.sub-menu > li {
  border-bottom: 1px solid #ededed;
  margin: 0;
}

.xc-custom-vertical-menu__nav ul.sub-menu > li:last-child {
  border-bottom: none;
}

.xc-home-intro {
  font-family: "Nunito", sans-serif;
  padding-right: 20px;
}

.xc-home-intro__title {
  font-size: 28px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  line-height: 1.4em !important;
  color: #444444;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.xc-home-intro__subtitle {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #555555;
  line-height: 1.5em !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.xc-home-intro__desc {
  text-align: justify;
  color: #666666;
  font-size: 16px;
  margin-bottom: 25px;
}

.xc-home-intro__desc p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

.xc-home-intro__desc p:last-child {
  margin-bottom: 0;
}

.xc-home-intro__btn {
  border-radius: 5px !important;
  font-size: 15px !important;
  padding: 0 30px !important;
  height: 45px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background-color: #2575fc !important;
  transition: all 0.4s ease !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  border: none !important;
  margin-top: 10px;
  box-shadow: none !important;
}

.xc-home-intro__btn:hover {
  background-color: #0350d2 !important;
  color: #ffffff !important;
}

.xc-home-intro__btn i {
  margin-right: 8px !important;
  font-size: 14px;
}

@media only screen and (max-width: 48em) {
  .xc-home-intro {
    padding-right: 0;
  }

  .xc-home-intro__title {
    font-size: 22px !important;
  }

  .xc-home-intro__subtitle {
    font-size: 16px !important;
  }
}

.xc-home-why {
  background-color: #f4f7f9;
}

.xc-home-why__img img {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.accordion_title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #222222;
  margin-bottom: 25px !important;
  line-height: 1.4;
}

.xc-home-why__accordion .accordion-item,
.xc-home-faq__accordion .accordion-item {
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.xc-home-why__accordion .accordion-title,
.xc-home-faq__accordion .accordion-title {
  background-color: #f7f9fb !important;
  padding: 16px 45px 16px 20px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #111111 !important;
  border-bottom: 0 !important;
  margin: 0;
  position: relative;
  display: block;
}

.xc-home-why__accordion .accordion-title.active,
.xc-home-faq__accordion .accordion-title.active {
  background-color: #f7f9fb !important;
  color: #111111 !important;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
}

.xc-home-why__accordion .accordion-title:hover,
.xc-home-faq__accordion .accordion-title:hover {
  background-color: #eef2f6 !important;
}

.xc-home-why__accordion .accordion-title .toggle,
.xc-home-faq__accordion .accordion-title .toggle {
  position: absolute !important;
  right: 15px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1;
}

.xc-home-why__accordion .accordion-title i,
.xc-home-faq__accordion .accordion-title i {
  color: #2575fc !important;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.xc-home-why__accordion .accordion-inner,
.xc-home-faq__accordion .accordion-inner {
  padding: 20px 20px !important;
  background-color: #ffffff;
  color: #555555;
  border: none !important;
}

.xc-home-why__accordion .accordion-inner ul,
.xc-home-faq__accordion .accordion-inner ul {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.xc-home-why__accordion .accordion-inner ul li,
.xc-home-faq__accordion .accordion-inner ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 15px;
}

.xc-home-why__accordion .accordion-inner ul li:last-child,
.xc-home-faq__accordion .accordion-inner ul li:last-child {
  margin-bottom: 0;
}

.xc-home-why__accordion .accordion-inner ul li::before,
.xc-home-faq__accordion .accordion-inner ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2575fc;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
}

.xc-home-product .product-small.box {
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 1px;
  box-shadow: none;
  transition: all 0.3s ease;
}

.xc-home-product .product-small.box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.xc-home-product .box-text-products {
  padding: 15px 10px 10px 10px !important;
  text-align: center !important;
}

.xc-home-product .product-title {
  margin-bottom: 8px !important;
}

.xc-home-product .product-title a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #465157 !important;
  transition: color 0.3s ease;
  white-space: normal;
}

.xc-home-product .product-title a:hover {
  color: #2575fc !important;
}

.xc-home-product .price-wrapper {
  display: flex;
  justify-content: center;
}

.xc-home-product .price-wrapper .price {
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.xc-home-product .price-wrapper .price .amount,
.xc-home-product .price-wrapper .price ins .amount {
  color: #f91616 !important;
}

.xc-home-product .price-wrapper .price del {
  opacity: 1 !important;
}
.xc-home-product .price-wrapper .price del .amount {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.xc-home-product .price-wrapper .price ins {
  background: transparent !important;
  text-decoration: none !important;
}

.xc-home-product .badge-container {
  top: 5px !important;
  left: 5px !important;
}

.xc-home-product .badge-container .callout.badge.badge-square,
.xc-home-product .badge-container .callout.badge.badge-circle {
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  background: transparent !important;
  border: none !important;
}

.xc-home-product .badge-container .badge-inner {
  background-color: #f76b6a !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  padding: 2px 10px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  box-shadow: none !important;
  height: auto !important;
  width: auto !important;
  line-height: 1.5 !important;
}

.xc-home-product .fake-stars {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px !important;
}

.xc-home-product .star-rating::before {
  color: #e7e7e7 !important;
}

.xc-home-product .star-rating span,
.xc-home-product .star-rating span::before {
  color: #f5c60b !important;
}

.xc-home-product .box-text .add-to-cart-button {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  margin-top: -50% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: auto;
  z-index: 10;
}

.xc-home-product .product-small.box:hover .box-text .add-to-cart-button {
  opacity: 1;
  visibility: visible;
}

.xc-home-product .add-to-cart-button .button {
  border-radius: 100px !important;
  padding: 10px 20px !important;
  background-color: #f76b6a !important;
  color: #ffffff !important;
  border: none !important;
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  white-space: nowrap;
}
.xc-home-product .add-to-cart-button .button:hover {
  background-color: #d15150 !important;
}

@media only screen and (max-width: 48em) {
  .accordion_title {
    font-size: 22px !important;
    margin-top: 30px !important;
  }
}

.xc-home-quote {
  padding-top: 30px;
  padding-bottom: 30px;
}

.xc-home-quote > .section-content > .row {
  background-color: #ffffff;
  border-left: 5px solid #157ec5;
  box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 60px;
  align-items: center;
}

.xc-home-quote .xc-quote-subtitle {
  color: #565656;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: none;
}

.xc-home-quote .xc-quote-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 10px;
}

.xc-home-quote .xc-quote-title .xc-text-gradient {
  background-image: linear-gradient(-35deg, #2575fc 0%, #6a11cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2575fc;
}

.xc-home-quote .xc-quote-desc {
  color: #656565;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.xc-home-quote .xc-quote-desc strong {
  color: #000;
  font-weight: 700;
}

.xc-home-quote .button {
  background-color: #098cdb !important;
  padding: 21px 55px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border: 1px solid #0b68be !important;
  border-radius: 50px !important;
  box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  margin-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xc-home-quote .button i {
  margin-right: 8px;
  font-size: 18px;
}

.xc-home-quote .button:hover {
  background-color: #200b6f !important;
  border-color: #eaac02 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

@media screen and (min-width: 850px) {
  .xc-home-quote > .section-content > .row > .col:last-child > .col-inner {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .xc-home-quote > .section-content > .row {
    padding: 30px 20px;
  }
  .xc-home-quote .xc-quote-title {
    font-size: 28px;
  }
  .xc-home-quote .button {
    width: 100%;
    padding: 15px 30px !important;
    margin-top: 20px !important;
  }
}

.header-top {
  background-color: #16163f !important;
  min-height: 48px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.header-top .header-nav-text span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
}
.header-top i {
  color: #ffffff !important;
  margin-right: 8px !important;
  font-size: 14px !important;
}

.header-main {
  background-color: #16163f !important;
  padding: 15px 0;
}

.header-button-1 .button {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  display: inline-flex;
  align-items: center;
}
.header-button-1 .button:hover {
  color: #eaac02 !important;
}
.header-button-1 .button::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #ffffff;
  font-size: 20px;
}

.header-main .flex-left {
  flex-basis: 100%;
}
.header-main .nav-left {
  width: 100%;
}
.header-main .header-search-form {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 20px;
}
.header-main .header-search-form .header-search-form-wrapper,
.header-main .header-search-form .searchform-wrapper {
  width: 100%;
}
.header-main .searchform {
  width: 100%;
  max-width: 1200px;
  margin: 0;
}
.header-main .searchform .search-field {
  border-radius: 0 !important;
  background-color: #ffffff !important;

  color: #515962 !important;
  border: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-height: 52px !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.header-main .searchform .ux-search-submit {
  border-radius: 0 !important;
  background-color: #228bca !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 30px !important;
  min-width: auto !important;
  min-height: 52px !important;
  margin-bottom: 0 !important;
}
.header-main .searchform .ux-search-submit i {
  display: none !important;
}
.header-main .searchform .ux-search-submit::before {
  content: "Tìm kiếm";
  font-family: var(--theme-font-family, "Nunito", sans-serif);
  font-weight: 700;
  font-size: 16px;
  text-transform: none !important;
}
.header-main .searchform .ux-search-submit:hover {
  background-color: #196f9e !important;
}

.header-button-2 .button {
  background-color: #157ec5 !important;
  color: #ffffff !important;
  padding: 0 25px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  min-height: 52px !important;
  margin-bottom: 0 !important;
}
.header-button-2 .button i {
  margin-right: 8px !important;
}
.header-button-2 .button:hover {
  background-color: #10b981 !important;
}

.header-bottom {
  background-color: #ffffff !important;
  border-top: none !important;
  padding: 5px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.header-logo-custom img {
  max-height: 70px;
  width: auto;
  display: block;
}

.header-bottom .nav > li > a {
  color: #404549 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  transition: color 0.3s ease;
}
.header-bottom .nav > li > a:hover,
.header-bottom .nav > li.active > a {
  color: #157ec5 !important;
}

@media screen and (max-width: 767px) {
  h1,
  .page-title h1,
  .entry-title {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }
  h2,
  .section-title span,
  .xc-section-title__heading,
  .accordion_title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }
  h3,
  .post-title,
  .accordion-title span {
    font-size: 16px !important;
  }
  h4,
  h5,
  h6 {
    font-size: 15px !important;
  }
}

.xc-custom-page-header {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 0 50px 0;
}
.archive-page-header,
.shop-page-title {
  display: none !important;
}
.xc-custom-page-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color, #062163);
  opacity: 0.7;
  z-index: 1;
}

.xc-custom-page-header__container {
  position: relative;
  z-index: 2;
}

.xc-custom-page-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xc-custom-page-header__breadcrumb {
  margin-bottom: 5px;
  text-align: center;
}

.xc-custom-page-header__breadcrumb .rank-math-breadcrumb,
.xc-custom-page-header__breadcrumb nav,
.xc-custom-page-header__breadcrumb p,
.xc-custom-page-header__breadcrumb a,
.xc-custom-page-header__breadcrumb span {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 400;
}

.xc-custom-page-header__breadcrumb a {
  transition: color 0.3s;
}
.xc-custom-page-header__breadcrumb a:hover {
  color: #ffd700 !important;
}

.xc-custom-page-header__title {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .xc-custom-page-header {
    padding: 30px 0;
  }
  .xc-custom-page-header__title {
    font-size: 24px !important;
  }
  .xc-custom-page-header__breadcrumb .rank-math-breadcrumb,
  .xc-custom-page-header__breadcrumb nav,
  .xc-custom-page-header__breadcrumb p,
  .xc-custom-page-header__breadcrumb a,
  .xc-custom-page-header__breadcrumb span {
    font-size: 13px;
  }
}

.products .product-small.box {
  background-color: #f7f9fb;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eaeaec;
  transition: all 0.3s ease;
}

.products .product-small.box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: #eaeaea;
}

.products .box-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.products .box-text-products {
  padding: 5px 0 0 0 !important;
  text-align: center;
}

.products .box-text-products .name.product-title {
  margin-bottom: 5px !important;
}

.products .box-text-products .name.product-title a {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: var(--primary-color, #062163) !important;
  text-transform: none !important;
}

.products .box-text-products .name.product-title a:hover {
  color: #157ec5 !important;
}

.products .box-text-products .star-rating {
  margin: 5px auto 10px auto;
  font-size: 13px !important;
  display: block;
  width: max-content;
}

.products .box-text-products .price-wrapper {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products .box-text-products .price {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.products .box-text-products .price ins,
.products .box-text-products .price > .amount:last-child {
  color: #cf1212 !important;
}

.products .box-text-products .price del,
.products .box-text-products .price del .amount {
  color: #999999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-right: 5px;
}

.products .box-text-products .add-to-cart-button {
  width: 100%;
}

.products .box-text-products .add-to-cart-button .button {
  background-color: var(--primary-color, #062163) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  min-height: 38px !important;
  line-height: 38px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 0 15px !important;
  width: 100%;
  transition: background-color 0.3s;
}

.products .box-text-products .add-to-cart-button .button:hover,
.products .box-text-products .add-to-cart-button .button.is-outline:hover {
  background-color: #157ec5 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.products .box-text-products .add-to-cart-button .button.is-outline {
  background-color: var(--primary-color, #062163) !important;
  color: #ffffff !important;
}

.shop-page-title.category-page-title {
  display: none !important;
}

.sidebar-inner .widget-title {
  background-color: #f97316 !important;
  padding: 10px 0px !important;
  text-align: center;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  display: block;
  margin-bottom: 20px !important;
  text-transform: none !important;
}

.sidebar-inner .widget-title + .is-divider {
  display: none !important;
}

.sidebar-inner .widget_product_categories > ul.product-categories {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 !important;
  overflow: hidden;
}

.sidebar-inner .widget_product_categories > ul.product-categories > li {
  border-bottom: 1px solid #ededed !important;
  border-top: none !important;
  margin: 0 !important;
  transition: background-color 0.3s;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li:last-child {
  border-bottom: none !important;
}

.sidebar-inner .widget_product_categories > ul.product-categories > li:before {
  display: none !important;
}

.sidebar-inner .widget_product_categories > ul.product-categories > li > a {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #101010 !important;
  padding: 12px 15px !important;
  transition: all 0.3s ease;
}

.sidebar-inner .widget_product_categories > ul.product-categories > li .toggle {
  margin-right: 10px;
  color: #101010 !important;
  transition: all 0.3s ease;
}

.sidebar-inner .widget_product_categories > ul.product-categories > li:hover {
  background-color: var(--primary-color, #062163) !important;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li:hover
  > a,
.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li:hover
  > .toggle {
  color: #ffffff !important;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children {
  border-left: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-color: #fcfcfc;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children
  > li {
  border-top: 1px solid #f1f1f1 !important;
  margin: 0 !important;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children
  > li:last-child {
  border-bottom: none !important;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children
  > li:before {
  display: none !important;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children
  > li
  > a {
  padding: 10px 15px 10px 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #444 !important;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.sidebar-inner
  .widget_product_categories
  > ul.product-categories
  > li
  > ul.children
  > li
  > a:hover {
  color: var(--primary-color, #062163) !important;
  background-color: #ffffff !important;
  padding-left: 35px !important;
}

.xc-shop-description {
  margin-bottom: 40px !important;
  margin-top: 20px !important;
}
.xc-shop-description__inner {
  background-color: rgba(6, 33, 99, 0.05);
  border: 1px dashed var(--primary-color, #062163);
  padding: 30px;
  border-radius: 8px;
}

.xc-shop-description__inner h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color, #062163);
  text-transform: none !important;
}

.xc-shop-description__inner h3.xc-shop-description__sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--primary-color, #062163);
  text-transform: none !important;
}

.xc-shop-description__inner p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #444;
}

.xc-shop-description__inner .xc-shop-description__list {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style: disc;
}

.xc-shop-description__inner .xc-shop-description__list li {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 767px) {
  .xc-shop-description__inner {
    padding: 20px;
  }
  .xc-shop-description__inner h2 {
    font-size: 20px;
  }
  .xc-shop-description__inner h3.xc-shop-description__sub-title {
    font-size: 16px;
  }
  .xc-shop-description__inner p,
  .xc-shop-description__inner .xc-shop-description__list li {
    font-size: 14px;
  }
}

.blog-wrapper .post-item .box-blog-post {
  background-color: #ffffff;
  box-shadow: 0px 20px 80px rgba(192, 198, 211, 0.25);
  border-radius: 8px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.blog-wrapper .post-item .box-blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0px 25px 90px rgba(192, 198, 211, 0.35);
}

.blog-wrapper .post-item .box-text {
  padding: 20px 25px 25px !important;
}

.blog-wrapper .post-item .is-divider {
  display: none !important;
}

.blog-wrapper .post-item .post-title {
  font-size: 20px !important;
  line-height: 1.5;
  margin-bottom: 10px;
}

.blog-wrapper .post-item .post-title a {
  color: #111;
  font-weight: 700;
  transition: color 0.3s ease;
}

.blog-wrapper .post-item .post-title a:hover {
  color: var(--primary-color, #062163);
}

.blog-wrapper .post-item .from_the_blog_excerpt {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.blog-wrapper .post-item .xc-news-meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-wrapper .post-item .box-image {
  position: relative;
  overflow: hidden;
}

@media (max-width: 689.98px) {
  .blog-wrapper .post-item .post-title {
    font-size: 18px !important;
  }
  .blog-wrapper .post-item .box-text {
    padding: 15px 20px 20px !important;
  }
}

.xc-page-lien-he {
  margin-bottom: 40px;
}

.xc-page-lien-he__info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.xc-page-lien-he__icon-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 35px;
}

.xc-page-lien-he__icon {
  flex: 0 0 auto;
}

.xc-page-lien-he__icon i,
.xc-page-lien-he__icon svg {
  font-size: 40px;
  width: 40px;
  height: 40px;
  fill: var(--primary-color, #157ec5);
  color: var(--primary-color, #157ec5);
}

.xc-page-lien-he__info__content {
  flex-grow: 1;
}

.xc-page-lien-he__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0;
}

.xc-page-lien-he__desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}

.xc-page-lien-he__form-box {
  background-color: #ffffff;
  box-shadow: 0px 20px 80px 0px rgba(193, 199, 212, 0.25);
  padding: 50px;
}

.xc-page-lien-he__heading {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #333;
}

.xc-page-lien-he__form-box .fluentform .ff-btn-submit {
  background-color: #1a7efb !important;
  color: #ffffff !important;
  border-radius: 7px !important;
}

@media (max-width: 1024px) {
  .xc-page-lien-he__icon-box {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .xc-page-lien-he__info {
    gap: 35px;
    margin-bottom: 50px;
  }
  .xc-page-lien-he__icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .xc-page-lien-he__form-box {
    padding: 35px 20px;
  }
  .xc-page-lien-he__heading {
    text-align: center;
    font-size: 23px;
  }
}

.xc-page-contact__blog .badge.post-date,
.xc-page-contact__blog .xc-news-meta {
  display: none !important;
}

.xc-page-contact__blog .is-divider,
.xc-page-contact__blog .from_the_blog_excerpt {
  display: none !important;
}

.xc-page-contact__blog .box-text {
  text-align: left !important;
  padding: 15px 0 0 0 !important;
  background-color: transparent !important;
}

.xc-page-contact__blog .box-blog-post {
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.xc-page-contact__blog .box-blog-post:hover {
  transform: none !important;
}

.xc-page-contact__blog .post-title {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.xc-page-contact__blog .post-title a {
  color: #111 !important;
}

.xc-page-contact__blog .post-title a:hover {
  color: var(--primary-color, #157ec5) !important;
}

.xc-page-lien-he__san-pham .section-title-normal {
  border-bottom: none !important;
  margin-bottom: 35px;
}
.xc-page-lien-he__san-pham .section-title-main {
  font-size: 26px !important;
  font-weight: 700;
  color: #333;
  border-bottom: none !important;
  padding-bottom: 0;
}
.xc-page-lien-he__san-pham .section-title b {
  display: none !important;
}

.xc-page-lien-he__san-pham .section-title a {
  background-color: var(--primary-color, #157ec5);
  color: #fff !important;
  padding: 10px 25px !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  transition: all 0.3s ease;
}
.xc-page-lien-he__san-pham .section-title a i {
  opacity: 1 !important;
  margin: 0 !important;
}
.xc-page-lien-he__san-pham .section-title a:hover {
  background-color: #0d5c94;
}

.xc-page-contact__product .product-small.box {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.xc-page-contact__product .product-small.box:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.xc-page-contact__product .box-text-products {
  padding: 15px 15px 20px 15px !important;
  text-align: left;
}
.xc-page-contact__product .title-wrapper {
  height: auto !important;
}
.xc-page-contact__product .product-title {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.xc-page-contact__product .product-title a {
  color: #333;
}
.xc-page-contact__product .product-title a:hover {
  color: var(--primary-color, #157ec5);
}
.xc-page-contact__product .price-wrapper {
  text-align: left;
  height: auto !important;
}
.xc-page-contact__product .price-wrapper .amount {
  font-size: 16px;
  color: #df0000;
}

.xc-custom-relate-posts {
  background-color: var(--theme-palette-color-1, #f4f6f8);
  padding: 50px 0;
}
.xc-custom-relate-posts__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  text-align: left;
  margin-top: 0;
}
.xc-custom-relate-posts__items {
  margin-bottom: 0;
}
.xc-custom-relate-posts__item {
  background: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
}
.xc-custom-relate-posts__item:hover {
  transform: none !important;
}
.xc-custom-relate-posts__media {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.xc-custom-relate-posts__media .image-cover {
  border-radius: 5px;
}
.xc-custom-relate-posts__content {
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
}
.xc-custom-relate-posts__entry-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.xc-custom-relate-posts__entry-title a {
  color: #333;
}
.xc-custom-relate-posts__entry-title a:hover {
  color: var(--primary-color, #157ec5);
}
.xc-custom-relate-posts__entry-meta {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}

.blog-share {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left !important;
}

.blog-share .is-divider {
  display: none !important;
}

.blog-share::before {
  content: "Chia sẻ tới bạn bè và gia đình";
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.blog-share .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}

.blog-share .button.icon.is-outline {
  border-radius: 3px !important;
  padding: 6px 30px !important;
  border: none !important;
  background-color: var(--primary-color, #157ec5) !important;
  color: #ffffff !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.blog-share .button.icon i {
  font-size: 18px;
}

.blog-share .button.icon.is-outline:hover {
  background-color: #0d5c94 !important;
  color: #ffffff !important;
}

.recent-blog-posts-li .badge.post-date,
.recent-blog-posts-li .badge.post-date .badge-inner {
  border-radius: 50% !important;
  border: none !important;
  box-shadow: none !important;
}
.recent-blog-posts-li .badge.post-date {
  width: 50px !important;
  height: 50px !important;
  margin-top: 0 !important;
}
.recent-blog-posts-li .badge.post-date .badge-inner.bg-fill {
  background-size: cover !important;
  background-position: center !important;
}

.recent-blog-posts-li .flex-grow a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}
.recent-blog-posts-li .flex-grow a:hover {
  color: var(--primary-color, #157ec5);
}

.recent-blog-posts-li .post_comments {
  display: none !important;
}

.xc-shop-bottom-blocks {
  margin-left: auto;
  margin-right: auto;
}
.xc-shop-description-col,
.xc-shop-form-col {
  width: 100%;
}
.xc-shop-page__tu-van {
  display: block;
  background: #21428a38;
  border: 1px dashed #21428a;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.xc-shop-page__tu-van__thong-tin {
  margin-bottom: 30px;
}
.xc-shop-page__tu-van__thong-tin .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 1.25rem;
  border-radius: 5px;
  margin-bottom: 0;
}
.xc-shop-page__tu-van__thong-tin .alert-warning i.fa-bell {
  color: #e30718;
}
.xc-shop-page__tu-van__thong-tin .alert-warning strong p {
  font-size: 18px;
  color: #e10030;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.xc-shop-page__tu-van__thong-tin p {
  margin-bottom: 10px;
}
.xc-shop-page__tu-van__form input.wpcf7-submit {
  background-color: var(--primary-color, #157ec5) !important;
  color: #fff !important;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.xc-shop-page__tu-van h2 {
  color: #e10030;
  font-weight: bold;
}

.xc-shop-page__tu-van__form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.xc-shop-page__tu-van__form input[type="text"],
.xc-shop-page__tu-van__form input[type="email"],
.xc-shop-page__tu-van__form input[type="tel"],
.xc-shop-page__tu-van__form textarea {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.xc-shop-page__tu-van__form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.xc-shop-page__tu-van__form-col {
  flex: 1;
  min-width: 200px;
}

.product-title.entry-title {
  text-transform: uppercase;
}
.product-info .is-divider {
  display: none !important;
}

.price-wrapper .price ins .woocommerce-Price-amount,
.price-wrapper .price > .woocommerce-Price-amount {
  color: #c51212 !important;
}
.price-wrapper .price del .woocommerce-Price-amount {
  color: #8c8c8c !important;
  font-weight: normal;
}
.price-wrapper .price ins {
  text-decoration: none;
}

.widget-title.shop-sidebar {
  text-transform: uppercase;
  font-weight: 700;
}
aside.widget .is-divider,
.widget-title.shop-sidebar + .is-divider {
  max-width: 100% !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #e1e1e1 !important;
}

aside.widget:has(.xc-single-page__diem-manh) {
  border: 1px solid #e1e1e1;
  padding: 20px;
  background: transparent;
  margin-bottom: 30px;
}

.xc-single-page__diem-manh {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.xc-single-page__diem-manh-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
  margin: 0;
}

.xc-single-page__diem-manh-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #69727d;
}

.xc-single-page__diem-manh-icon i,
.xc-single-page__diem-manh-icon svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  fill: currentColor;
}

.xc-single-page__diem-manh-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xc-single-page__diem-manh-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
  line-height: 1.4;
  color: #333;
  text-transform: uppercase;
}

.xc-single-page__diem-manh-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.xc-single-page__support {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
}
.xc-single-page__support-btn {
  flex: 1;
  display: inline-block;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
}
.xc-single-page__support-btn--hotline {
  background-color: #c51212;
}
.xc-single-page__support-btn--hotline:hover {
  background-color: #f93716;
}
.xc-single-page__support-btn--zalo {
  background-color: #2575fc;
}
.xc-single-page__support-btn--zalo:hover {
  background-color: #0359eb;
}

@media (max-width: 480px) {
  .xc-single-page__support {
    flex-direction: column;
  }
}

.xc-single-page__diem-manh-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
  margin: 0;
}

.xc-single-page__diem-manh-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #69727d;
}

.xc-single-page__diem-manh-icon i,
.xc-single-page__diem-manh-icon svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  fill: currentColor;
}

.xc-single-page__diem-manh-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xc-single-page__diem-manh-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
  line-height: 1.4;
  color: #333;
  text-transform: uppercase;
}

.xc-single-page__diem-manh-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.widget_xc_product_slider_widget .xc-custom-sidebar-slider {
  margin-top: 15px;
}
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .product-title {
  margin-bottom: 10px;
}
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .product-title a {
  font-size: 18px;
  font-weight: 600;
  color: #465157;
}

.widget_xc_product_slider_widget .xc-custom-sidebar-slider .price-wrapper {
  margin-bottom: 15px;
}

.widget_xc_product_slider_widget .xc-custom-sidebar-slider .price {
  color: #c51212 !important;
}
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .price .amount {
  font-size: 18px;
  font-weight: 600;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  del
  .woocommerce-Price-amount {
  color: #8c8c8c !important;
  font-size: 14px;
  font-weight: normal;
}

.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .badge-inner.on-sale {
  background-color: #f76b6a;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 8px;
}

.widget_xc_product_slider_widget .xc-custom-sidebar-slider .star-rating {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .star-rating:before {
  color: #e7e7e7;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .star-rating
  span:before,
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .star-rating span {
  color: #ffcc00 !important;
}

.widget_xc_product_slider_widget .xc-custom-sidebar-slider .box-text {
  position: static !important;
}
.widget_xc_product_slider_widget .xc-custom-sidebar-slider .add-to-cart-button {
  position: absolute !important;
  top: 130px !important;
  left: 0;
  right: 0;
  margin: 0 !important;
  text-align: center !important;
  transform: translateY(-50%) !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 20;
  pointer-events: none;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .product-small:hover
  .add-to-cart-button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .add-to-cart-button
  .add_to_cart_button {
  border-radius: 100px;
  background-color: #f76b6a;
  color: #fff;
  border-color: #f76b6a;
  padding: 0 30px;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .add-to-cart-button
  .add_to_cart_button:hover {
  background-color: #d31704;
  border-color: #d31704;
  color: #fff;
}

.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider.slider-nav-reveal
  .flickity-prev-next-button,
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .flickity-prev-next-button {
  background: #fff !important;
  border: 1px solid #333 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  top: 130px !important;
  bottom: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .flickity-prev-next-button.previous {
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .flickity-prev-next-button.next {
  right: 0 !important;
  transform: translateY(-50%) !important;
}
.widget_xc_product_slider_widget
  .xc-custom-sidebar-slider
  .flickity-prev-next-button
  svg {
  width: 40% !important;
  height: auto !important;
  left: 30% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  fill: #333 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 849px) {
  .header-inner.medium-logo-center .logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
    height: 100%;
  }
  .header-inner.medium-logo-center .logo a {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-inner.medium-logo-center .logo img {
    max-height: 40px !important;
    width: auto !important;
  }
  .header-inner.medium-logo-center .flex-left,
  .header-inner.medium-logo-center .flex-right {
    z-index: 1;
  }

  .products .add-to-cart-button .button {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .products .product-title a {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .xc-footer-1__logo {
    justify-content: center !important;
    text-align: center !important;
  }
  .xc-footer-1__logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xc-footer-1__follow.social-icons {
    justify-content: center !important;
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 850px) {
  .col-divided {
    border-right: none !important;
    padding-right: 5px !important;
  }
}
