.top-home {
  position: relative;
}

.slide-main .swiper {
  height: 900px !important;
}
.slide-main .swiper .swiper-wrapper,
.slide-main .swiper .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.navbar .dropdown-toggle {
  color: #fff;
}
.navbar ul.dropdown-menu li {
  padding: 0;
}

.bp_nav_link {
  justify-content: start;
}
.top-home .container-fluid {
  max-width: 1700px;
}
.bp_menu_active {
  border-width: 0;
  border-top: 1px solid #fff;
}
.sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}
.social-icons {
  display: flex;
  gap: 20px;
}
.social-icon {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.header-top {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  padding: 15px 0;
}
.header-top .navbar ul.navbar-nav > li {
  padding: 0;
}
.header-top .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 20px 0;
  margin: 0 20px;
  text-transform: uppercase;
}
.header-top .navbar ul.navbar-nav > li:first-child a {
  margin-left: 0;
}
.bp_slide_title_note {
  max-width: 60%;
  text-align: left;
}
.text_slide {
  bottom: unset;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  left: 40%;
}

.navbar-toggler {
  background-color: #fff;
}
.text_slide .main-title {
  font-size: 92px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.42em;
  color: #fff;
  font-weight: 600;
}
.text_slide .main-title .highlight {
  font-weight: 600;
}
.text_slide .description {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.text_slide .slide_buttons {
  margin-top: 30px;
}
.text_slide .wide_button {
  padding: 22px 50px;
  border-radius: 30px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.4s linear 0s;
  z-index: 1;
  color: #fff;
  display: inline-block;
}
.header-logo {
  max-width: 120px;
}


.form-top {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  right: 10%;
  max-width: 400px;
  width: 100%;
  color: #fff;
  backdrop-filter: blur(20px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
}
.bp_form_label_up {
  display: none;
}
.form-top #frm-action-2970 > p {
  font-size: 30px;
  margin-bottom: 20px;
}
.form-top .bp_form_data {
  height: 52px;
  color: #272727;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  border: 2px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: #333;
}

.form-top .bp_form_data ::placeholder {
  color: rgba(100, 100, 100, 0.8);
}
.form-top #frm-action-2970 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 40px;
}
.form-top .bp_form_field {
  padding: 0;
}
.form-top .bp-btn-send {
  padding: 24px 40px;
  background: #36afb7;
  color: #fff;
  width: 100%;
  margin: 0;
  border: 1px solid #36afb7;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.form-top .bp-btn-send i {
  font-size: 12px;
  margin-left: 10px;
}
.form-top .bp-btn-send:hover {
  background: transparent;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.about-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-logo {
  max-width: 120px;
}
.about-us {
  padding: 100px 0 80px;
}

.main-title {
  font-size: 52px;
  font-weight: 600;
  margin: 25px 0 30px;
  color: #287ec2;
  position: relative;
  word-wrap: break-word;
  line-height: 1.15;
  letter-spacing: -0.015em;
}


.subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
  text-align: center;
}

.cta-button {
  background-color: #5cb85c;
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.cta-button:hover {
  background-color: #4cae4c;
  transform: translateY(-2px);
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 80px;
}

.feature-card {
  text-align: center;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background-color: #e8f5e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.4;
  position: relative;
}

.feature-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #5cb85c;
  display: block;
  margin: 15px auto 0;
}

.feature-description {
  color: #777;
  line-height: 1.6;
  font-size: 0.95rem;
}
.services {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(74, 158, 255, 0.1) 0%, rgba(0, 212, 170, 0.1) 100%);
  border: 1px solid rgba(74, 158, 255, 0.2);
  border-radius: 60px;
  color: #4a9eff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 32px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(74, 158, 255, 0.12);
}

.floating-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #4a9eff, #00d4aa);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 80px;
}
.section-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, #0f172a 0%, #334155 50%, #0f172a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.7;
}
.services .col {
  grid-column: span 4;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03), 0 8px 24px rgba(15, 23, 42, 0.04);
}

.services .col:nth-child(1) {
  grid-column: span 4;
  background: linear-gradient(135deg, rgba(74, 158, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.services .col:nth-child(2) {
  grid-column: span 4;
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.services .col:nth-child(3) {
  grid-column: span 4;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.services .col:nth-child(4) {
  grid-column: span 6;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.services .col:nth-child(5) {
  grid-column: span 6;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.services .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 158, 255, 0.02) 0%, rgba(0, 212, 170, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.services .col:hover::before {
  opacity: 1;
}

.services .col:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 40px 80px rgba(74, 158, 255, 0.06);
  border-color: rgba(74, 158, 255, 0.3);
}
.services .cls_content_hot_news {
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bp_news_info {
  display: none;
}
.services .bp_number_count {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #4a9eff 0%, #00d4aa 100%);
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 24px rgba(74, 158, 255, 0.25);
  position: relative;
  overflow: hidden;
}
.services .bp_number_count::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg) translate(-100%, -100%);
  transition: transform 0.6s ease;
}
.services .col:hover .bp_number_count::after {
  transform: rotate(45deg) translate(100%, 100%);
}
.services .news_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin: 0;
}
.services .bp_news_sub p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}
.services .bp_news_sub ul {
  list-style: none;
  margin-bottom: 24px;
  display: grid;
  gap: 8px;
  padding: 0;
}

.services .bp_news_sub li {
  color: #64748b;
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.services .bp_news_sub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #4a9eff, #00d4aa);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(74, 158, 255, 0.4);
}
.services .bp_news_more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a9eff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: auto;
}
.services .bp_news_header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.services .news_title a {
  color: #0f172a;
}
.banner-description {
  background-image: url("/files_upload/1s059.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.banner-description p {
  max-width: 700px;
  font-size: 24px;
  margin: auto;
}
.about-info .news_title {
  font-size: 52px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-info .news_title a {
  color: #287ec2;
}
.about-info .bp_news_sub p {
  color: #121212;
}
.about-info .bp-news-button-action {
  margin-top: 30px;
}
.about-info .bp_news_more {
  background: #53ceb7;
  color: #fff;
  border: 1px solid #53ceb7;
  padding: 22px 50px;
  border-radius: 30px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  text-align: center;
  transition: all 0.4s linear 0s;
  z-index: 1;
}
.about-info .row {
  align-items: center;
}
.advantage-item {
  display: flex;
  align-items: flex-start;
}

.advantage-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.advantage-icon svg {
  width: 100%;
  height: 100%;
}

.advantage-content {
  flex: 1;
}

.advantage-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.advantage-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  font-weight: normal;
  color: #121212;
}
.why-choose .news_title {
  font-size: 52px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #287ec2;
}
.why-choose .news_title a {
  color: #287ec2;
}
.cls_img_hot_news {
  padding: 0;
}
.cls_img_hot_news img {
  border-radius: 0;
}
.why-choose .row {
  align-items: center;
}
.why-choose .bp_news_sub {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose .order-sm-1,
.about-info .order-sm-1 {
  padding: 0 120px;
}

.stats-banner {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("/files_upload/1s059.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.stats-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  position: relative;
}

.stat-item {
  text-align: center;
  color: white;
}
.stat-number {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: white;
}

.stat-label {
  font-size: 1.1rem;
  color: #cbd5e1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news {
  padding-bottom: 100px 0;
}
.natural-main img {
    height: 300px;
}

.blog .bp_news_sub p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  color: gray;
  font-weight: 300;
}

.sub-blog .cls_img_hot_news img {
  height: 70px;
}
.natural-blog .cls_img_hot_news img {
    height: 90px;
}
.bp_block_item .row {
    margin: 0;
}
.sub-blog .bp_block_item .row {
  margin: 0;
}
.sub-blog .bp_block_item {
    
      padding: 0 0 5px 0;
    border-bottom: 2px solid #57cbf5;
    margin-bottom: 20px;
}
.natural-blog .bp_block_item{
    margin: 5px 0;
    border-bottom: none;
}
.natural-blog .order-sm-1 {
    display: none;
}
.natural-main .cls_content_hot_news {
    display: none;
}
 .logo-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
        }

        .logo-text {
            font-size: 24px;
            font-weight: bold;
            color: #10b981;
            letter-spacing: 8px;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }

        .line {
            position: absolute;
            height: 2px;
            background: linear-gradient(90deg, 
                transparent 0%, 
                #10b981 20%, 
                #10b981 80%, 
                transparent 100%);
            top: 50%;
            transform: translateY(-50%);
        }

        .line-left {
            right: calc(50% + 180px);
            width: 100px;
        }

        .line-right {
            left: calc(50% + 180px);
            width: 100px;
        }
.blog > h2 {
  text-align: center;
  font-size: 52px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 100;
  margin-bottom: 20px;
}

.blog .news_title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}
.sub-blog .news_title {
 font-size: 12px;   
 text-transform: uppercase;
}
.sub-blog .bp_news_sub {
    display: none;
}
.blog .news_title a {
  color: #272727;
}
.blog .bp_news_more i {
  display: none;
}
.blog .bp_news_more {
 display: none;
}
.blog .bp-news-button-action {
  text-align: center;
  margin-top: 40px;
}
.brand .swiper-slide img {
  height: 80px;
  object-fit: contain;
}
.parnter {
  padding: 80px 0;
}

.vision-section:last-child {
  margin-bottom: 0;
}

.icon-vision {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.icon-vision h2 {
    color: #287ec2;
}
.icon {
  width: 50px;
  height: 50px;
  background: #5dade2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 25px;
  height: 25px;
  fill: white;
}
.project .card-body {
  transform: scaleY(0);
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: rgba(121, 215, 216, 0.8);
}
.project .card:hover .card-body {
  transform: scaleY(1);
}

.project .news_title {
  font-size: 32px;
  margin: 0;
}
.project .news_title a {
  color: #fff;
}
.project .card-text p {
  color: #fff;
  font-size: 14px;
}
.project .bp_news_more {
  font-weight: 400;
  padding: 12px 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  transition: all 0.4s linear 0s;
  z-index: 1;
  margin-top: 30px;
}
.project .bp_news_more:hover {
  background: #4ebbe3;
}
.project #carousel_fav img {
  height: 480px;
}
.project > h2 {
  text-align: center;
  font-size: 52px;
  position: relative;
  overflow-wrap: break-word;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 100;
  margin-bottom: 40px;
}
@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@media (max-width: 1440px) {
  .form-top {
    top: 55%;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .form-top {
    display: none;
  }
  .bp_slide_title_note {
    max-width: 95%;
    margin: auto;
    text-align: center;
  }
  .main-title {
    max-width: 60%;
    margin: auto;
  }
  .text_slide {
    transform: unset;
    left: unset;
    bottom: 10%;
  }

}
@media (max-width: 1024px) {
  .stats-container {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-card {
    justify-content: start;
  }
  .contact-card > .contact-item:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
      .header-top .navbar-expand-lg .navbar-nav .nav-link {
      color: #121212;
  }
  .why-choose .order-sm-1,
  .about-info .order-sm-1 {
    padding: 20px;
  }
  .blog .bp_block_item {
    margin-bottom: 20px;
  }
  .header-top .navbar ul.navbar-nav > li {
    padding: 10px 25px;
  }

}
@media (max-width: 768px) {
  .text_slide .main-title {
    font-size: 60px;
    text-align: center;
  }
  .stats-container {
    flex-direction: column;
    gap: 40px;
  }

  .stat-number {
    font-size: 3rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stats-banner {
    height: auto;
    padding: 60px 20px;
  }
  .main-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .services .news_title {
      font-size: 18px;
  }
  .about-info .news_title,
  .why-choose .news_title,
  .project > h2,
  .blog > h2{
      font-size: 40px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 2rem;
  }
.services .news_title {
    font-size: 16px;
}
.services .bp_news_sub p {
    font-size: 14px;
}
  .features {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-card {
      display: none;
  }
  .text_slide .main-title {
      max-width: 95%;
  }
  .wide_button {
      margin-bottom: 20px;
  }
  .services .col {
      grid-column: unset !important;
  }
}

