/*
Theme Name: LBK
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.13
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --paragraph-gray: #585858;
}

.header-main .nav-top-link {
  font-size: 16px;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
  background-color: #fff;
}

.stuck .nav-line-bottom>li>a:before, .stuck .nav-line-grow>li>a:before, .nav-line>li>a:before {
  background-color: var(--primary-color);
}

.stuck .header-main .nav > li > a {
  line-height: 16px !important;
}

.header-nav {
  gap: 15px;
}

.header-nav-main.nav-left {
  justify-content: space-between;
  padding-left: 15px;
}

.header-nav-main .nav-top-link .dashicons-admin-home {
  scale: 1.5;
}

.section-banner {
  overflow: hidden;
}

#banner-video {
  position: absolute;
  inset: 0;
}

#banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner-video .banner-overlay {
  position: absolute;
  inset: 0;
  background-color: #00000045;
}

.home .section-banner .row {
  padding-top: 500px;
}

.home .section-banner .row .col-left img {
  float: none;
}

.home .section-banner .row td {
  font-size: 16px;
  border-bottom: none;
}

.home .section-banner .row .col-left p {
  font-size: 28px;
}

.home .section-banner .row .col-left .col-inner {
  padding-right: 75px;
}

.home .section-banner .row .col-left .button {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff !important;
  font-weight: 500;
}

.home .section-banner .row .col-right .col-inner {
  padding-left: 75px;
}

.section-banner h2 {
  font-size: 70px !important;
}

.home .section-banner .row .col.large-12 {
  border-top: 1px solid #f9f9f940;
  padding-top: 15px;
}

.before-title, .entry-category {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.before-title::before, .entry-category:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2025/07/seraphin-icon-rectangle-2.svg) no-repeat center center;
  margin-right: 10px;
}

h2.title, .entry-title {
  font-size: 40px;
}

.section-about-us .flex {
  gap: 5px;
  flex-wrap: wrap;
}

.section-about-us .flex-item {
  padding: 5px 15px;
  background-color: #eee;
  border-radius: 4px;
}

.has-icon-rectangle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  background-color: var(--primary-color);
}

.has-icon-rectangle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2025/07/seraphin-icon-rectangle.svg) no-repeat center center;
  margin-right: 10px;
}

.section-highlights {
  padding-top: 60px !important;
}

.section-highlights h3 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 15px;
}

.section-highlights h4 {
  font-size: 20px;
}

.section-highlights p {
  font-size: 16px;
  margin-bottom: 0;
}

.section-highlights .icon-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  height: 100%;
}

.section-highlights svg path {
  fill: var(--primary-color);
}

.section-solutions .row {
  flex-wrap: nowrap;
}

.section-solutions .box {
  border-radius: 8px;
  overflow: hidden;
}

.section-core .col-inner:has(.img) {
  border-radius: 8px;
  overflow: hidden;
}

.section-core .title {
  font-size: 70px;
}

.section-core .border-b-1 {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.section-why-choose .title {
  max-width: 600px;
  margin: 0 auto;
}

.section-why-choose .icon-box {
  width: 310px;
  height: 325px;
  border-radius: 8px;
  text-align: left;
  padding: 15px;
}

.section-why-choose .icon-box h4, .section-why-choose .icon-box h5 {
  color: #fff;
  position: absolute;
  top: 30px;
  left: 125px;
  max-width: 150px;
}

.section-why-choose .icon-box h5 {
  top: 60px;
}

.section-why-choose .icon-box img {
  height: 100px;
  object-fit: cover;
}

.section-why-choose .icon-box-img {
  margin: unset;
  margin-bottom: 15px;
}

.section-why-choose .col-inner .icon-box:nth-child(1) {
  position: absolute;
  top:0;
  left: 10%;
  transform: rotate(5deg);
  z-index: 1;
  background-color: #141414;
  color: #fff;
}

.section-why-choose .col-inner .icon-box:nth-child(2) {
  position: relative;
  z-index: 2;
  background-color: #eee;
}

.section-why-choose .col-inner .icon-box:nth-child(3) {
  position: absolute;
  top: 0;
  right: 10%;
  transform: rotate(-5deg);
  z-index: 1;
  background-color: var(--primary-color);
  color: #fff;
}

.header-main .has-icon-rectangle {
  display: inline-block;
  color: #fff;
  padding: 10px 15px !important;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  backdrop-filter: blur(10px);
  line-height: 1 !important;
}

.header-wrapper.stuck .has-icon-rectangle {
  background-color: var(--primary-color);
  color: #fff;
}

.section-quote p {
  font-size: 26px;
}

.section-quote .name {
  font-size: 45px;
  line-height: 1;
}

.section-quote .col.large-7 .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px 30px;
}

.section-quote .col.large-7 .col-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2000px;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transform: translateX(-100px);
}

.section-quote .img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.section-banner-2 .flex {
  justify-content: flex-end;
  gap: 15px;
}

/* .section-banner-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2000px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
} */

.before-title-white {
  color: #141414;
  background-color: #fff;
}

.section-1 .button {
  margin-top: 30px;
}

.section-why-2 .img-inner {
  border-radius: 8px;
  overflow: hidden;
}

.section-why-2 .box-image {
  margin-left: 0;
  margin-bottom: 30px;
}

.section-why-2 .box {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.section-why-2 .col-2 .box {
  background-color: #141414;
  color: #fff;
}

.section-why-2 .col-2 .box h4 {
  color: #fff;
}

.section-why-2 .col-3 .box {
  background-color: var(--primary-color);
  color: #fff;
}

.section-why-2 .col-3 .box h4 {
  color: #fff;
}

.section-why-2 .box h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.section-why-2 .box p {
  font-size: 16px;
}

.section-why-2 .h-100 .col-inner {
  height: 100%;
  padding-bottom: 30px;
}

.section-why-2 .h-100 .img,
.section-why-2 .h-100 .img-inner,
.section-why-2 .h-100 img {
  height: 100%;
}

.section-why-2 .h-100 img {
  object-fit: cover;
}

.section-history .tab a {
  padding: 0px 15px;
}

.section-history .panel .col-inner {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.section-history .panel .col:first-of-type .col-inner {
  padding: 30px;
}

.our-team-banner {
  padding-top: 150px !important;
  padding-bottom: 90px !important;
}

.section-banner .before-title, .entry-category {
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: none;
  padding: 2px 10px;
}

.section-banner .before-title::before, .entry-category:before {
  background: url(/wp-content/uploads/2025/07/seraphin-icon-rectangle.svg) no-repeat center center;
}

.section-banner .has-icon-rectangle {
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}

.section-quote-2 .text-top {
  font-size: 26px;
}

.section-quote-2 .text-top:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url(/wp-content/uploads/2025/07/seraphin-icon-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.section-quote-2 .col-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.large-text {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}

.founder-text {
  font-size: 14px;
  color: var(--paragraph-gray);
}

.section-quote-2 img,
.list-staff img {
  border-radius: 8px;
  overflow: hidden;
}

.list-staff h4 {
  font-size: 26px;
}

.list-staff p {
  font-size: 14px;
  color: var(--paragraph-gray);
}

.section-solutions-2 .title {
  font-size: 70px;
  line-height: 1;
}

.section-solutions-2 img {
  border-radius: 8px;
}

.section-list-faq .accordion-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.section-list-faq .accordion-title {
  border: none;
  padding: 15px 30px;
  position: relative;
}

.section-list-faq .accordion-title.active,
.section-list-faq .accordion-title.active + .accordion-inner {
  color: #fff;
  background-color: var(--primary-color);
}

.section-list-faq .accordion-title .toggle {
  left: unset;
  right: 15px;
  margin-right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-list-faq .accordion-title.active .toggle {
  transform: translateY(-50%) rotate(-180deg);
}

.section-gallery .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.section-gallery .row .gallery-col .col-inner {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.section-gallery .row .gallery-col:nth-child(7n+1) {
  grid-column: span 1;
}

.section-gallery .row .gallery-col:nth-child(7n+2) {
  grid-column: span 2;
}

.section-gallery .row .gallery-col:nth-child(7n+3),
.section-gallery .row .gallery-col:nth-child(7n+4),
.section-gallery .row .gallery-col:nth-child(7n+5) {
  grid-column: span 1;
}

.section-gallery .row .gallery-col:nth-child(7n+6) {
  grid-column: span 2;
}

.section-gallery .image-lightbox,
.section-gallery .box,
.section-gallery .box-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.section-gallery .box-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.section-gallery .box-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.section-gallery .image-lightbox:hover img {
  filter: blur(2px) brightness(0.75);
}

.section-gallery .image-lightbox:after {
  content: '+';
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: .5s;
}

.section-gallery .image-lightbox:hover:after {
  opacity: 1;
}

.job-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.job-list-grid .job-card {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  position: relative;
}

.job-card .job-header {
  display: flex;
  gap: 15px;
  align-items: center;
}

.job-card .job-header h3 {
  font-size: 26px;
  margin-bottom: 0;
}

.job-card .job-meta {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.job-card .apply-btn {
  position: absolute;
  padding: 10px 15px;
  right: 30px;
  bottom: 36px;
}

.job-card .apply-btn:hover {
  background-color: yellowgreen;
  color: #fff;
}

.job-hero-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 45px;
  width: 100%;
}

.job-hero-box p {
  color: var(--primary-color);
}

.job-hero-box p img {
  margin-right: 10px !important;
}

.job-hero-box .apply-btn {
  width: 100%;
  background-color: var(--primary-color);
  margin-bottom: 0;
}

.single-tuyendung .title {
  font-size: 70px;
  margin-bottom: 0;
}

.single-tuyendung h2 {
  font-size: 40px;
}

.single-tuyendung h3 {
  font-size: 28px;
}

.single-tuyendung .section-banner {
  margin-bottom: 30px;
}

.job-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 45px;
}

.job-skills .skill-tag {
  padding: 5px;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: var(--primary-color);
}

.single-tuyendung .icon-box h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.fd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
}

.fd-item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.fd-content {
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 20px;
}

.fd-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fd-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.fd-author span {
  font-weight: bold;
  color: #000;
}

.section-fd .slider .text-center > p {
  font-size: 40px;
  line-height: 1.2;
}

.section-fd .slider .icon-box {
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.section-fd .slider .icon-box img {
  padding-top: 0;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
}

.section-before-footer .col-inner {
  background-color: #ffff7e;
  padding: 45px;
  border-radius: 8px;
  overflow: hidden;
}

.section-before-footer .button {
  margin-top: 30px;
  margin-bottom: 0;
}

.section-before-footer .title {
  font-size: 70px;
}

.section-before-footer p {
  max-width: 540px;
}

.section-before-footer .flex {
  gap: 15px;
  position: absolute;
  right: 45px;
  bottom: 50px;
}

.section-before-footer .flex .flex-item {
  color: var(--primary-color);
  background-color: transparent;
}

.section-before-footer .flex .flex-item::before {
  background: url(/wp-content/uploads/2025/07/seraphin-icon-rectangle-2.svg) no-repeat center center;
}

.fd-slider {
  width: 100%;
  padding: 40px 0;
}

.fd-slide-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.fd-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.fd-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fd-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.fd-author span {
  font-weight: bold;
}

.is-divider {
  display: none;
}

.home .post-item .post-title {
  font-size: 16px;
}

.post-item .post-title {
  font-size: 24px;
}

.post-item .post-title a {
  color: #141414;
}

.post-item .post-title:hover {
  color: var(--primary-color);
}

.post-item .from_the_blog_excerpt {
  font-size: 16px;
}

.post-item .box-image {
  border-radius: 8px;
  overflow: hidden;
}

.post-item .box-image:hover img {
  transform: scale(1.1);
}

.blog-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.blog-category-links strong {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  color: #222;
}

.blog-category-links a {
  background: #f4f4f4;
  padding: 8px 14px;
  border-radius: 25px;
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.blog-category-links a:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-1px);
}

.blog-category-links a.active {
  background: var(--primary-color);
  color: #fff;
  pointer-events: none;
  box-shadow: 0 0 0 2px rgba(183,32,41,0.2);
}

.entry-category {
  width: fit-content;
  padding: 10px 15px;
}

.posted-on {
  margin-right: 10px;
}

.entry-meta .dashicons {
  margin-right: 5px;
}

.entry-meta a {
  line-height: 20px;
}

.blog-wrapper .post-item .from_the_blog_excerpt {
  display: none;
}

.blog-wrapper .post-item .box {
  background-color: #f9f9f9;
  padding: 10px;
  padding-bottom: 0;
  transition: .3s;
}

.blog-wrapper .post-item .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-wrapper .post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.blog-wrapper .post-item .link-load {
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
  height: 35px;
  font-size: 14px;
  background-color: #aaaaaa;
  margin-inline: -10px;
  padding-inline: 10px;
  color: #fff;
}

.blog-wrapper .post-item .link-load:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/09/seraphin-arrow.svg) center center / contain no-repeat;
  margin: 0 0 0 10px;
  transition: .3s;
}

.blog-wrapper .post-item .box-text {
  padding-bottom: 0;
}

.blog-wrapper .post-item .badge {
  top: 0;
}

.blog-wrapper .post-item:hover .box {
  background-color: var(--primary-color);
  box-shadow: 0 10px 20px 10px rgba(0,0,0,.1);
}

.blog-wrapper .post-item:hover img {
  transform: scale(1.1);
}

.blog-wrapper .post-item:hover .post-title a {
  color: #fff;
}

.blog-wrapper .post-item:hover .link-load:after {
  margin-left: 20px;
}

.header-bottom {
  overflow: hidden;
}

.header-bottom .flex-center {
  width: 100%;
}

.header-bottom .flex-center .html {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
}

.header-bottom .slogan-web {
  flex-basis: 75%;
  max-width: 75%;
  text-align: center;
}

.header-bottom .link-web {
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
  position: relative;
}

.header-bottom .link-web::before {
  content: '';
  width: 10px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  right: -5px;
  transform: rotate(15deg);
}

.header-bottom .link-web:after {
  content: '';
  width: 10px;
  height: 50px;
  background-color: #ff0000;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(15deg);
}

.home #main .section-title-main {
  color: var(--primary-color);
}

.latest-posts-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 2px solid var(--primary-color);
  background: #fff;
  display: flex;
  align-items: center;
}

.latest-posts-marquee-title {
background-color: var(--primary-color);
padding: 10px 40px 10px 20px;
color: #fff;
clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
z-index: 1;
}

.latest-posts-marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 45s linear infinite;
  animation-play-state: running;
}

.latest-posts-marquee-wrapper:hover .latest-posts-marquee {
  animation-play-state: paused;
}

.latest-posts-marquee .post-item {
  display: inline-block;
  margin: 0 50px;
  font-weight: bold;
  color: #b62129;
}

.latest-posts-marquee .post-item a {
  color: inherit;
  text-decoration: none;
}

.latest-posts-marquee .post-item a:hover {
  color: blue;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home .section-banner .row {
    padding-top: unset;
  }

  #banner-video {
    position: relative;
  }

  .section-solutions .row {
    flex-wrap: wrap;
  }

  .section-core .title {
    font-size: 45px;
  }

  .section-quote .img {
    border-radius: unset;
  }

  .section-quote .col:has(.img) {
    padding: 0;
  }

  .section-quote .col.large-7 .col-inner {
    padding: 30px 0;
  }

  h2.title, .entry-title {
    font-size: 24px;
  }

  .section-why-choose .col-inner .icon-box {
    position: relative !important;
    transform: unset !important;
    margin-bottom: 30px;
    inset: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .section-why-choose {
    padding-bottom: 0 !important;
  }

  .section-highlights h3 {
    font-size: 45px;
  }

  .large-text {
    font-size: 24px;
  }

  .section-banner h2 {
    font-size: 45px !important;
  }

  .job-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-tuyendung .title {
    font-size: 45px;
  }

  .latest-posts-marquee-title {
    opacity: 0;
  }

  .section-gallery .row .gallery-col {
    grid-column: unset !important;
  }

  .section-gallery .row {
    display: inline-block;
    grid-template-columns: repeat(1, 1fr);
  }

  .section-gallery .box-image img,
  .section-gallery .image-lightbox, .section-gallery .box, .section-gallery .box-image,
  .section-gallery .row .gallery-col .col-inner {
    height: auto;
  }
}