/*
Theme Name: flatsome Child
Theme URI: http://flatsome.uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Author: UX-Themes
Author URI: https://uxthemes.com
Template: flatsome
Version: 3.19.5

Text Domain: flatsome
*/
@font-face {
  font-family: 'UVNV';
  /* Đặt tên font chính xác */
  font-display: auto;
  src: url("../../fonts/uvnv.ttf") format("truetype");
  /* Đảm bảo đường dẫn đúng */
}

/*  anh  nen web */
/* #main, #wrapper {
    background-image: url('../../uploads/2024/12/NEN-WEB-.png');
} */

body * {
  font-family: 'UVNV' !important;
}


.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 12px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-0-5 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header.transparent a {
  color: white;
}

.header.transparent li:hover a {
  color: #8d40aa;
}

/* p {
  margin: 30px;
  font-size: 18px;
  line-height: 33px;
}
h3{
  font-size: 50px;
  line-height: 63px;
  font-weight: 700px;
}
h5{
  font-size: 28px;
  line-height: 35px;
}
h2{
  font-size: 55px;
  line-height: 70px;
  font-weight: 700px;
  color: #FA897B; 
  background-image: linear-gradient(90deg, #FA897B 36%, #CCABD8 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
} */
.back-ground-cus {
  color: #FA897B;
  background: url(https://demo1.k-tech-services.com/profile_chiquyen/wp-content/uploads/2025/01/NEN-TRANG-CUOI-_page-0001-scaled.jpg);
}

/** Text Gradient Example */
.text-gradient {
  color: #FA897B;
  background-image: linear-gradient(90deg, #FA897B 36%, #CCABD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-button a,
.btn-header {
  color: #ffffff !important;
  background-image: linear-gradient(90deg, #FA897B 36%, #CCABD8 100%);
  padding: 3px 30px !important;
}

.header-button a {
  background: #000 !important;
}

.col-intro-cty {
  padding: 20px;
}

.r-intro-cpn {
  background: linear-gradient(315deg, #CCABD8, #FA897B);
}

.col-intro-cty::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(10deg);
  width: 26px;
  height: 50%;
  background: #fff;
}

.col-intro-cty::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: skewX(-10deg);
  width: 26px;
  height: 50%;
  background: #fff;
}

@media (min-width: 1024px) {


  .col-intro-cty:last-child::before,
  .col-intro-cty:last-child::after {
    content: none;
  }

  .c-i-service .col-inner {
    height: 330px;
  }
}

.c-i-service {
  padding: 20px;
}

.c-i-service .col-inner {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: all 0.3s ease;
  height: 340px;
}

.c-i-service>.col-inner:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-card-p {
  font-size: 14px;
  line-height: 20px;
}

.img-border-cs img {
  border-radius: 32px;
}

.img-has-border img {
  border-radius: 12px 12px 0 0;
}

.img-inner.image-zoom.dark {
  border-radius: 12px 12px 0 0;
}

.title-right .section-title {
  justify-content: end;
}

.box-contactt {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 600px;
  margin: 50px auto;
}

.box-contactt .col-inner {
  background-color: #fff;
}

.box-contactt .wpcf7-form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.box-contactt .wpcf7-form-control:focus {
  border-color: #007bff;
  outline: none;
}

.box-contactt .wpcf7-submit {
  /* background-color: var(--primary-color); */
  color: #FA897B;
  background-image: linear-gradient(90deg, #FA897B 36%, #CCABD8 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  /*   padding: 0px 12px !important; */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0px;
  margin: 0;
}

.box-contactt .wpcf7-submit:hover {
  background-color: #0056b3;
}

.box-contactt .sbm-btn-ct {
  text-align: center;
  padding-bottom: 0px;
}

.box-contactt .wpcf7-spinner {
  display: none;
}

#box-contactt,
#box-contactt2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 600px;
  margin: 50px auto;
}

#box-contactt .col-inner,
#box-contactt2 .col-inner {
  background-color: #fff;
}

#box-contactt .wpcf7-form-control,
#box-contactt2 .wpcf7-form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

#box-contactt .wpcf7-form-control:focus,
#box-contactt2 .wpcf7-form-control:focus {
  border-color: #007bff;
  outline: none;
}

#box-contactt .wpcf7-submit,
#box-contactt2 .wpcf7-submit {
  color: #FA897B;
  background-image: linear-gradient(90deg, #FA897B 36%, #CCABD8 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  /*   padding: 0px 12px !important; */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0px;
  margin: 0;
}

#box-contactt .wpcf7-submit:hover,
#box-contactt2 .wpcf7-submit:hover {
  background-color: #0056b3;
}

#box-contactt .sbm-btn-ct,
#box-contactt2 .sbm-btn-ct {
  text-align: center;
  padding-bottom: 0px;
}

#box-contactt .wpcf7-spinner,
#box-contactt2 .wpcf7-spinner {
  display: none;
}

#main:has(article):before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #fafafa url(//lifepepper.co.jp/wordpress/wp-content/themes/lifepepper/img/common/title.jpg) center no-repeat;
  background-size: cover;
  z-index: 0;
}

/* #main:has(article), #wrapper:has(article){
  background-color: unset;
  } */
.box-blog-post .is-divider {
  display: none;
}

#footer h3 {
  font-size: 33px
}

.is-divider.divider.clearfix {
  display: none;
}

.post-item>.col-inner {
  border-radius: 16px;
  box-shadow: 0 0 2px 2px #86e3ce;
}

.post-item img {
  border-radius: 12px;
}

.banner.has-hover.has-video {
  border-radius: 22px;
  box-shadow: 0px 0px 11px 0px #fcc3cd5e;
}

.banner.has-hover.has-video .banner-bg.fill {
  border-radius: 22px;
}

.text-header {
  font-size: 80px;
}


.s-c {
  padding-top: 0px !important;
}

.s-header-banner {
  height: 820px;
  background-image: url('https://demo1.k-tech-services.com/profile_chiquyen/wp-content/uploads/2024/12/Thiet-ke-chua-co-ten-3.png');
  background-size: 100% 100%;
}

.c-has-banner>.col-inner {
  height: 700px;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  max-width: 1200px;
}

.tiktok-embed section {
  display: none !important;
}

blockquote {
  border-left: unset;
  /* color: #333; */
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.25em;
  padding: 0px;
  position: relative;
}

[data-e2e="video-v2-Card-LeftWrapper"] {
  display: none !important;
}

.post-item .box-image img {
  object-fit: cover;
}

.slider-right .box.box-default.box-text-bottom.box-blog-post.has-hover {
  background-color: #f6f6f6;
  border-radius: 22px;
  box-shadow: 0 0 2px 2px #fa897b4a;
}

.slider-right .box.box-default.box-text-bottom.box-blog-post.has-hover img {
  border-radius: 22px;
}

.slider-right .post-item {
  padding: 12px !important;
}

.slider-right .post-item>.col-inner {
  padding: 12px !important;
}

.slider-right .post-item>.col-inner {
  box-shadow: unset;
}

.slider-right .image-zoom.image-cover {
  border-radius: 22px;
}

.tiktok-video {
  position: relative;
  width: 108%;
  max-width: 325px;
  aspect-ratio: 325 / 612;
  height: auto;
  border-radius: 22px;

}

.tiktok-video iframe {
  border-radius: 22px;
  transform: scale(0.9);
  transform-origin: center;
  /* Đặt gốc để scale ở giữa */
  width: 100%;
  height: 100%;
  border: none;
}

.css-1rwjhy3.init-cover {
  background: unset;
}

.img-border-cs .img-inner.image-zoom.dark {
  border-radius: 32px;
  box-shadow: 0 0 2px 2px #d0e6a5;
}

.img-border-cs {
  border-radius: 30px;
  box-shadow: 0 0 2px 2px #d0e6a5;
}

.bs-2 {
  box-shadow: 0 0 2px 2px #fa897b4a;
}

.post-item .image-zoom.image-cover {
  border-radius: 16px;
  box-shadow: 0 0 2px 2px #ffdd94;
}

.blog-cus .post-item>.col-inner {
  border-radius: 16px;
  box-shadow: 0 0 2px 2px #ffdd94;
}

.cs-news .post-item>.col-inner {
  border-radius: 0px;
  box-shadow: 0 0 2px 2px #86e3ce;
  border-radius: 16px;
}

.post-item .box-text.text-center {
  background-color: #e1e1e14d;
}

@media (max-width: 546px) {

  #main,
  #wrapper {
    background-image: url(https://demo1.k-tech-services.com/profile_chiquyen/wp-content/uploads/2024/12/NEN-WEB-.png);
    background-size: contain;
  }

  h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .tiktok-video {
    aspect-ratio: 325 / 523;
  }

  .img-mb {
    height: 160px !important;
  }

  .img-mb .img-inner.image-cover.dark {
    padding-top: 160px !important;
  }
}

.init-cover {
  background: none !important;
}

.logo-doitac-swiper {
  width: 100%;
  background-color: white;
}

.logo-doitac-wrapper {

  align-items: center;
  transition-timing-function: linear !important;
}

.logo-doitac-slide {
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.logo-doitac-slide img {
  display: block;
  object-fit: contain;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-wrapper.blog-archive.page-wrapper p.from_the_blog_excerpt {
  display: none;
}

.blog-wrapper.blog-archive.page-wrapper .post-item .box-text.text-center {
  height: 70px;
}

.box-shadow-5 {
  box-shadow: unset !important;
}

.box-shadow-5 {
  box-shadow: unset !important;
}




.transparent #logo img {
  filter: brightness(200);
}


.home-number {
  margin-top: -65px;

  @media only screen and (max-width: 768px) {
    margin-top: 0;
  }
}

.home-number .box-number .txt-content h3 {
  @media only screen and (max-width: 768px) {
    font-size: 22px;
  }
}


.home-number .box-number .txt-content p {
  @media only screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.home-number .box-number .icon-box-img {
  @media only screen and (max-width: 768px) {
    width: 40px !important;
  }
}


.nav-icon .header-button .button {
  @media only screen and (max-width: 768px) {
    min-width: 10px !important;
    padding: 3px 10px !important;
  }
}


.list-btn {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

.list-btn .button.btn-about {
  background: red;
}


.list-btn .button.btn-about2 {
  background: #000;
  border: 1px solid #FFBD59;
}


.list-btn .button.btn-about2 span {
  color: #fff;
}


.title-feedback .section-title .section-title-main {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 7px 0;
}


.title-policy .section-title .section-title-main {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.txt-content p {
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}


.about-policy .banner .icon-box .text h3 {
  line-height: 1.45;
}

.about-customer .box-customer .box-image .image-cover {
  @media only screen and (max-width: 768px) {
    padding-top: 90% !important;
  }
}

.txt-tag p {
  margin: 0;
  background: red;
  line-height: 1;
  padding: 5px 10px;
  width: max-content;
  border-radius: 4px;
}

.txt-name p {
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 7px;
}


.home-blog .box-blog {
  border-radius: 10px;
  overflow: hidden;
}


.home-blog .banner .text-box .button {
  color: var(--primary);
  opacity: 1;
  margin: 0;
  font-size: 16px;
  min-height: auto;
  line-height: 1;
}

@media (max-width: 821px) {
	.lang-item>a>img {
		width: 40px !important;
		max-width: 40px !important;
		height: auto !important;
	}
}