/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url("./fonts/style-typography.css");
:root {
  --text-color: var(--fs-color-secondary);
  --background-color: var(--fs-color-success);
}
#masthead {
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
}
.nav-dropdown.nav-dropdown-bold > li > a:hover {
  background-color: var(--fs-color-secondary) !important;
  color: #fff !important;
}
.large-columns-3 .post-item .col-inner,
.large-columns-4 .post-item .col-inner {
  overflow: hidden;
  border-radius: 12px;
}
.btn-none-hover,
.btn-none-hover:hover {
  margin: 0px 0px 16px 0px;
  padding: 0px 25px;
  background-color: #439fec66 !important;
  border-radius: 25px;
  border: none !important;
  cursor: auto;
}
.btn-none-hover span {
  color: var(--fs-color-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}
.section-title b {
  opacity: 0;
}
.box-blog-post .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-title-normal,
.section-title-normal span {
  border-bottom: none;
}
.section-banner-home {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    #fff 0%,
    var(--fs-color-primary) 100%
  );
}
.section .img-inner img {
  border-radius: 25px;
}
.section-banner-home p {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.1px;
  word-spacing: 0px;
  color: var(--text-color);
}
.section-banner-home .text-dh {
  z-index: auto;
  font-family: "Pacifico", Sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5em;
  letter-spacing: 2.9px;
  word-spacing: 0px;
}
.stack-custom-lt {
  align-items: stretch !important;
}
.stack-custom-lt .row {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.stack-custom-lt .row .col {
  padding: 15px;
}
.stack-custom-lt .row .col-inner {
  padding: 36px 12px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-accordion i {
  display: none;
}
.custom-accordion .accordion-title {
  text-align: left;
  background-color: #fff;
  margin-bottom: 10px;
  border-top: none;
}
.custom-accordion .accordion-title.active {
  background-color: #fff;
  border-color: var(--fs-color-primary);
  color: var(--text-color);
  font-weight: 500;
}
.custom-accordion .accordion-inner {
  text-align: left;
}
.section-lt {
  background-image: url("../../uploads/2025/05/bg-circles5.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 28vw auto;
}
/*----------------------- Start css Custom img box -------------------------*/
.custom-img-box .box-image {
  padding: 20px;
}
.custom-img-box .box-image img {
  filter: invert(1);
}
.custom-img-box .box-image > div:hover img {
  filter: invert(0.3);
  cursor: pointer;
}
.custom-img-box .box-image > div {
  background-color: var(--background-color);
  border-radius: 50%;
  padding: 10px;
}
.custom-img-box.graduate .box-image > div {
  padding: 15px;
}
.custom-img-box.school .box-image > div {
  padding: 16px;
}
.custom-img-box.like .box-image > div {
  padding: 18px;
}
.custom-img-box .box-text {
  padding: 0 10px !important;
}
.custom-img-box .box-text h4 {
  font-size: 36px;
}
.custom-img-box .box-text p {
  font-size: 14px;
  font-weight: 500;
}
.custom-img-box-ct {
  animation: fadeInLeft 2s ease-in-out;
}
.custom-img-box-ct img {
  padding: 20px;
}
.custom-img-box-ct .box-text {
  color: #333 !important;
}
.custom-img-box-ct .box-text h4 {
  color: var(--text-color);
}
.stack-custom-lt > .row > .col {
  cursor: pointer;
  min-height: 300px;
}

.stack-custom-lt > .row > .col:hover .col-inner {
  background-color: var(--background-color);
  color: #fff;
  z-index: 2;
}
.stack-custom-lt > .row > .col:hover .text-lt {
  display: block;
}
.stack-custom-lt > .row > .col:hover .custom-img-box-lt {
  display: none;
}
.text-lt {
  font-size: 14px;
  display: none;
  font-weight: 500;
}
.text-lt h4 b {
  font-size: 16px;
  color: #fff;
}
/* End custom img box all */
.tablepress caption {
  display: none;
}
thead th,
tbody td {
  padding-left: 10px !important;
}

/* ẨN COMMENT */
.entry-author,
#comments {
  display: none;
}
/* END  */
/* td[rowspan] {
  vertical-align: middle;
  text-align: center;
} */
.title-divider::after {
  content: "";
  position: relative;
  border-bottom: 2px solid var(--fs-color-secondary);
  min-width: 60px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 4px;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
  height: 40px;
}
input[type="submit"] {
  background-color: var(--fs-color-secondary) !important;
  border-radius: 4px;
}
.wpcf7-spinner {
  display: none;
}
.post-sidebar,
.right-sidebar-contact-form > .col,
.right-sidebar-news-blog > .col {
  padding: 0 !important;
}
.right-sidebar-contact-form {
  border: 0.5px solid #ebebeb;
  border-radius: 5px;
  /* padding: 10px 20px; */
}
.right-sidebar-contact-form .section-title-container,
.right-sidebar-news-blog .section-title-container {
  margin-bottom: 0;
}
.right-sidebar-contact-form .text,
.right-sidebar-contact-form .ux-menu,
.right-sidebar-contact-form .wpcf7 {
  padding: 0 15px;
}
.right-sidebar-contact-form .text p {
  margin-bottom: 0;
  font-size: 14px;
}
.right-sidebar-contact-form .ux-menu {
  align-items: center;
  font-size: 24px;
  color: var(--fs-color-secondary);
  font-weight: 600;
}
.blog-wrapper.blog-single .row-divided > .col + .col:not(.large-12) {
  border-left: none;
}
.right-sidebar-contact-form h4 {
  background-color: var(--fs-color-secondary);
  padding: 10px 0;
  color: #fff;
}
.right-sidebar-contact-form h4 span {
  font-size: 16px !important;
}
.right-sidebar-news-blog {
  margin-top: 30px;
  border: 0.5px solid #ebebeb;
  border-radius: 5px;
}
.right-sidebar-news-blog h4 {
  background-color: var(--fs-color-secondary);
  padding: 10px 0;
  color: #fff;
}
.right-sidebar-news-blog .post-item {
  padding-bottom: 0;
}
.right-sidebar-news-blog .post-item .col-inner {
  padding: 15px;
  border-bottom: 0.5px solid #ebebeb;
}
.right-sidebar-news-blog .post-item .post-title {
  font-size: 14px;
}
.right-sidebar-news-blog .box-text {
  padding: 0 10px;
}
.blog-wrapper.blog-archive .image-cover {
  padding-top: 75% !important ;
}
/* .banner-custom img{
  object-position: 50% 27%!important;
} */
.section-footer .container.section-title-container {
  margin-bottom: 0 !important;
}
.custom-stack-dh > .row {
  flex: 1;
}
.date-custom i {
  padding-right: 5px;
}
/* PAGE ABOUT US */
.sec-services .number {
  font-size: 5rem;
  line-height: 60px;
  position: absolute;
  font-weight: 700;
  left: -1rem;
  top: -3rem;
  color: rgba(0, 0, 0, 0.1);
}

/* Swiper css */
.section-swiper p {
  font-size: 0.9rem;
  max-width: 680px;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 10px;
}
.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  padding: 0px 0 95px 0;
}

.swiper-slide {
  width: 10rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
}

.swiper-slide h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
}

.swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}

.swiper-slide .slide-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 90%;
  text-align: center;
}

.swiper-slide .author {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -96px;
  width: 100%;
  grid-template-columns: 1fr;
  justify-items: center;
}

.swiper-slide .author span {
  color: #111;
  display: block;
  margin: 5px 0 10px 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.swiper-slide .author img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3.5px solid white;
}

.swiper-slide .author ul {
  display: flex;
  align-items: center;
}

.swiper-slide-active .author {
  display: grid;
  opacity: 1;
}

/* Slide Backgrounds & Fonts */
.swiper-slide--one {
  background: linear-gradient(
    to bottom,
    var(--fs-color-primary),
    var(--fs-color-secondary)
  );
}

/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
  /* display: none; */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 25px;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

@media screen and (max-width: 768px) {
  .custom-img-box .box-image {
    width: 30% !important;
  }
  .custom-img-box .box-text p {
    font-size: 16px;
    font-weight: 500;
  }
  .custom-img-box-ct .box-image {
    width: 30% !important;
  }
  .stack-custom-lt {
    display: flex;
    flex-direction: column;
  }
  .stack-custom-lt > .row > .col::after {
    width: 0;
  }
  .custom-img-box-lt img {
    width: 50% !important;
  }
  .custom-img-box-lt h4 {
    font-size: 16px;
  }
  .pb-0 .col {
    padding-bottom: 0;
  }
  .right-sidebar-contact-form > .col .col-inner,
  .right-sidebar-news-blog > .col .col-inner {
    padding: 0 30px !important;
  }
  .right-sidebar-news-blog .post-item .col-inner {
    padding: 15px 10px !important;
  }
  .right-sidebar-news-blog .box-text {
    padding: 10px 0;
  }
  .right-sidebar-news-blog .image-zoom.image-cover {
    padding-top: 75% !important;
  }
  .custom-stack-dh {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .custom-stack-dh .box-image {
    width: 100% !important;
  }
  .custom-stack-dh .profile-dh .box-image {
    width: 30% !important;
  }
  .custom-stack-dh .box-text-inner {
    font-size: 18px;
  }
  .sec-services .number {
    font-size: 4rem;
    line-height: 1;
    position: relative;
    top: auto;
    left: auto;
  }
  .order-1 {
    order: 1;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
    top: 65px;
  }
  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
