@charset "UTF-8";
/*
Theme Name: C11WE1224
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@media all and (max-width: 576px) {
  .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .mobile-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --image-background: #FFF;
}

header .header-main ul.header-nav-main.nav-left > li > a {
  line-height: 1;
  padding: 0;
  color: #F00;
  transition: 0.6s ease;
}
header .header-main ul.header-nav-main.nav-left > li.current-menu-item {
  background: rgba(255, 255, 255, 0.1450980392);
  padding: 10px 10px;
  line-height: 1;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}
header .header-main ul.header-nav-main.nav-left > li.current-menu-item > a {
  line-height: 1;
  padding: 0;
  color: #F00;
}
header .header-main ul.header-nav-main.nav-left > li:hover a {
  color: #F00;
}
header .header-main .header-inner {
  position: relative;
  z-index: 3;
}
header .header-main:before {
  content: "";
  position: absolute;
  right: -10%;
  top: 0;
  width: 80%;
  height: 100%;
  background: rgba(65, 160, 110, 0.14);
  transform: skewX(-40deg);
  z-index: 2;
}
header .header-main:after {
  z-index: 1;
  content: "";
  position: absolute;
  right: calc(-10% + 15px);
  top: 0;
  width: 80%;
  height: 100%;
  background: rgba(205, 234, 216, 0.49);
  transform: skewX(-40deg);
}

.fp-heading {
  margin-bottom: 30px;
}
.fp-heading h2, .fp-heading h3 {
  color: #19a9ee;
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 36px);
  font-family: "Black Ops One", serif;
}
.fp-heading p {
  color: #666;
  max-width: 800px;
  margin: 0 auto 10px auto;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  color: #000;
}

section.about-us div.text p:first-child {
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
section.about-us div.text p:first-child * {
  color: #19a9ee;
}
section.about-us div.text p:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
  border-radius: 5px;
  background: #19a9ee;
}
section.about-us div.text p:nth-child(2), section.about-us div.text p:nth-child(2) * {
  color: #19a9ee;
}

section.key-metrics .key-metrics-item p {
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}
section.key-metrics .key-metrics-item p:first-child {
  font-size: 200%;
  color: #19a9ee;
}
section.key-metrics .key-metrics-item p:nth-child(2) {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
section.key-metrics .key-metrics-item p:nth-child(3) {
  color: #666;
  text-align: justify;
  font-style: italic;
}
@media all and (max-width: 576px) {
  section.key-metrics {
    padding-bottom: 0 !important;
  }
}

section.our-services .box {
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
  top: 0;
  box-shadow: 1px 0 10px rgba(64, 64, 64, 0.2);
}
section.our-services .box .box-text {
  padding: 10px;
  background: #FFF;
  transition: 0.6s ease;
  transition-delay: 0.2s;
}
section.our-services .box .box-text .box-text-inner * {
  color: #333;
  transition: 0.6s ease;
  transition-delay: 0.2s;
}
section.our-services .box:hover {
  top: -10px;
  box-shadow: 1px 0 40px rgba(64, 64, 64, 0.2);
  cursor: pointer;
}
@media all and (max-width: 576px) {
  section.our-services .box:hover {
    top: 0;
  }
}
section.our-services .box:hover .box-text * {
  color: #000;
}

section.our-strengths .icon-box {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  padding: 10px;
  height: 100%;
}
section.our-strengths .icon-box .icon-box-img {
  display: flex;
  align-items: center;
}
section.our-strengths .icon-box .icon-box-img svg {
  color: #188f22;
}
section.our-strengths .icon-box .icon-box-text h3, section.our-strengths .icon-box .icon-box-text h4, section.our-strengths .icon-box .icon-box-text h5, section.our-strengths .icon-box .icon-box-text h6, section.our-strengths .icon-box .icon-box-text strong {
  color: #000;
  text-transform: uppercase;
}
section.our-strengths .icon-box .icon-box-text p {
  color: #666;
  font-size: 95%;
}
@media all and (max-width: 576px) {
  section.our-strengths .icon-box .icon-box-text p {
    white-space: normal;
  }
}
@media all and (max-width: 576px) {
  section.our-strengths .icon-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.our-strengths .icon-box .icon-box-text {
    padding-left: 0;
  }
}

section.blogs .post-item {
  padding-bottom: 15px;
}

section.our-projects {
  padding-bottom: 80px !important;
}
section.our-projects .fp-heading h2, section.our-projects .fp-heading h3 {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  width: fit-content;
  margin: 0 auto;
}
section.our-projects .box {
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
}
section.our-projects .box .box-image {
  padding: 10px;
}
section.our-projects .box .box-image .image-cover {
  border-radius: 5px;
}
section.our-projects .box .box-text {
  background: #FFF;
  text-align: left;
  padding-top: 0;
}
section.our-projects .box .box-text .post-title a {
  height: 3em; /* Cố định chiều cao */
  line-height: 1.5; /* Đặt khoảng cách dòng */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.our-projects .box .box-text .post-meta {
  margin-left: 0;
}
section.our-projects .box:hover .box-text .post-title a {
  color: #19a9ee;
}
@media all and (max-width: 576px) {
  section.our-projects {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
  }
}

.box.box-blog-post .box-image .image-cover {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
}
.box.box-blog-post .box-image .image-cover img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.box.box-blog-post .box-text {
  padding: 10px;
}
.box.box-blog-post .box-text .post-title {
  color: #000;
}
.box.box-blog-post .box-text .post-meta {
  width: fit-content;
  background: #333;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 80%;
}
.box.box-blog-post .box-text .from_the_blog_excerpt {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}
.box.box-blog-post.box-vertical .box-text {
  padding: 0 10px;
}

@media all and (max-width: 576px) {
  footer section {
    padding-bottom: 0 !important;
  }
}
footer .ft-heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Kanit", sans-serif;
}

.yw-working-flow {
  width: 100%;
  position: relative;
}
.yw-working-flow .yw-working-flow-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 100px;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 30px;
  transition: 0.6s ease;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item .item-image {
  position: relative;
  aspect-ratio: 1/1;
  background: #FFF;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: wf_animation 5s ease infinite;
  animation-direction: alternate;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item .item-image .item-image-inner {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 20px;
  border-radius: 50%;
  background: #19a9ee;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item .item-text {
  bottom: -30px;
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item .item-count {
  bottom: -20;
  font-size: 40px;
  position: absolute;
  color: #f3de03;
  line-height: 1;
  font-weight: bold;
  font-family: "Black Ops One", serif;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(odd) {
  top: -100px;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(odd):after {
  z-index: 1;
  content: "";
  width: 120px;
  height: 30px;
  background: #FFF;
  position: absolute;
  bottom: 30%;
  right: -74px;
  transform: rotate(30deg);
  transform-origin: left;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(even):not(:last-child):after {
  z-index: 1;
  content: "";
  width: 120px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: 30%;
  right: -74px;
  transform: rotate(-30deg);
  transform-origin: left;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(even) .item-text {
  top: -10px;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(even) .item-count {
  top: -50px;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(2) .item-image {
  animation-delay: 1s;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(3) .item-image {
  animation-delay: 2s;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(4) .item-image {
  animation-delay: 3s;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(5) .item-image {
  animation-delay: 4s;
}
.yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(6) .item-image {
  animation-delay: 5s;
}
@media all and (max-width: 576px) {
  .yw-working-flow .yw-working-flow-inner {
    flex-direction: column;
    justify-content: left;
    align-items: start;
    padding-top: 0;
    gap: 10px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item {
    width: 100%;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item:after, .yw-working-flow .yw-working-flow-inner .working-flow-item:before {
    display: none;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(odd) {
    top: unset;
    left: -15px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item:nth-child(even) {
    right: -15px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item .item-image {
    width: 25%;
    padding: 5px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item .item-text {
    position: relative;
    top: unset !important;
    bottom: unset;
    flex-grow: 1;
    text-align: left;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item .item-count {
    top: 0 !important;
    right: 30px !important;
    opacity: 0.5;
  }
}
@media all and (max-width: 850px) {
  .yw-working-flow .yw-working-flow-inner .working-flow-item {
    padding: 10px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item .item-text {
    font-size: 12px;
    white-space: normal;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item .item-count {
    font-size: 25px;
  }
  .yw-working-flow .yw-working-flow-inner .working-flow-item:after, .yw-working-flow .yw-working-flow-inner .working-flow-item:before {
    height: 10px !important;
  }
}

@keyframes wf_animation {
  0% {
    background: #f3de03;
  }
  40% {
    background: #FFF;
  }
}
body.archive .page-title {
  font-family: "Black Ops One", serif;
  font-size: 140%;
  color: #19a9ee;
  margin-bottom: 0;
}

.widget .widget-title {
  background: #19a9ee;
  color: #FFF;
  padding: 10px;
  display: block;
  border-radius: 2px;
}
.widget .is-divider {
  display: none;
}
.widget.widget_product_search input[type=search] {
  box-shadow: none;
}
.widget.widget_product_search button[type=submit] {
  transition: 0.6s ease;
}
.widget.widget_product_search button[type=submit]:hover {
  color: #19a9ee;
}
.widget.widget_products ul li img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  margin-bottom: 0;
  text-transform: lowercase;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a:first-letter {
  text-transform: uppercase;
}

body.single .kk-star-ratings, body.page .kk-star-ratings {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single .entry-header .entry-header-text, body.page .entry-header .entry-header-text {
  padding-bottom: 0;
}
body.single .entry-header .entry-divider, body.page .entry-header .entry-divider {
  display: none;
}
body.single .entry-content, body.page .entry-content {
  padding-top: 0;
}
body.single .rank-math-breadcrumb, body.page .rank-math-breadcrumb {
  background: #F1F1F1;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
}

.rank-math-breadcrumb {
  margin-bottom: 15px;
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.rank-math-breadcrumb a {
  color: #000;
}
.rank-math-breadcrumb span {
  color: #333;
}

section.contact-us-frm .col.col-border {
  border: 1px solid #F1F1F1;
  padding: 15px;
  background: #188f22;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
section.contact-us-frm .featured-text-01 {
  margin-bottom: 15px;
}
section.contact-us-frm .featured-text-01 p {
  margin-bottom: 0;
}
section.contact-us-frm .featured-text-01 p:first-child {
  font-size: clamp(16px, 4vw, 22px);
  line-height: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
section.contact-us-frm .featured-text-01 p:nth-child(2) {
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
}
section.contact-us-frm .wpcf7 form {
  margin-bottom: 0;
  position: relative;
}
section.contact-us-frm .wpcf7 form .flex-row {
  gap: 15px;
}
section.contact-us-frm .wpcf7 form .flex-row .flex-col.ml-half {
  margin-left: 0;
}
section.contact-us-frm .wpcf7 form select {
  margin-bottom: 0;
}
section.contact-us-frm .wpcf7 form input:not(.button), section.contact-us-frm .wpcf7 form select {
  border-radius: 5px;
}
section.contact-us-frm .wpcf7 form input.button {
  display: block;
  margin: 0;
  border-radius: 5px;
  background: #7fb584;
  border: none;
}
section.contact-us-frm .wpcf7 form .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
section.contact-us-frm .wpcf7 form .wpcf7-response-output {
  display: none;
}

.blog-category-heading {
  position: relative;
  border-bottom: 1px solid #19a9ee;
}
.blog-category-heading p {
  margin: 0;
}
.blog-category-heading a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
}

section.feedbacks .icon-box.testimonial-box .icon-box-text .star-rating:before {
  color: #ffd200;
}
section.feedbacks .icon-box.testimonial-box .icon-box-text .star-rating span:before {
  color: #ffd200;
}
section.feedbacks .icon-box.testimonial-box .icon-box-text .testimonial-text p {
  margin: 0;
  font-size: 90%;
}
section.feedbacks .icon-box.testimonial-box .icon-box-text .testimonial-text strong {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
section.feedbacks .icon-box.testimonial-box .icon-box-text .testimonial-text p:not(:first-child) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=style.css.map */
