﻿/*======================================================
    2025 NK Section
=======================================================*/
.font-yellow {
  color: #ffcc00;
}

.form-control {
  
  font-size: 12px; 
}
.dropdown:hover .dropdown-menu {
  display: block;
}


.header-right .lang {
  min-width: 86px;
  padding: .1rem 0;
  margin: .125rem 0 0;
  font-size: .8rem;
  border: 0px;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.header-right .lang .dropdown-item {

  padding: .15rem .5rem;

}

.header-right .lang img {
  width: 20px;
}

.top-wx {
  width: 23px;
}

.top-wx-code {
  padding: 0;
}

.top-wx-code img {
  width: 170px;
}

.top-wx-code p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.overlay-1 {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.overlay-current {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0431b8;
  transform: skewY(-2deg);
  z-index: 0;
}

.default-btn {

  font-size: 14px;
  font-weight: 600;
}

.read-more {
  text-transform:none;
  font-size: .8rem; 
  font-weight:300;
  color: #000;
}

.section-heading h2 {
  color: #0431b8;
}

/*======================================================
    ad area Info
=======================================================*/

.ad-area {
  position: relative;

}

.ad-area-inner {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
  transform: translateY(0px);
  padding: 20px;
}


.ad-area-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.ad-area-inner .ad-area-list:not(:last-of-type) {
  border-right: 1px solid rgba(97, 97, 97, 0.5);
}

.ad-area-list h3 {

  font-size: 22px;
  font-weight: 700;
  color: #0431b8;
  text-align: left;
  margin: 0 0 .8rem 0;
}

.ad-area-list .ad-area-icon i {
  font-size: 40px;
  color: #ffc107;
  margin-right: 20px;
}

/*======================================================
    2.0 About Section
=======================================================*/
.about-section {
  overflow: hidden;
}

.list-feature {
  margin-bottom: 30px;
  margin-right: 40px;
}

.list-feature li {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

.list-feature li i {
  font-size: 26px;
  margin-right: 20px;
  color: #0d6efd;
  margin-top: 5px;
}

/*======================================================
    services Section
=======================================================*/
.service-section {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}


.service-section .section-heading,
.service-section .section-heading h2 {
  color: #FFF;
}

.service-section::before {
  content: "";
  width: 200vw;
  height: calc(100% + 80px);
  display: block;
  background-image: url(../images/bg4.jpg);
  background-attachment: fixed;
  background-position: top center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  transform: translate(-50%, -50%) rotate(2deg);
  z-index: -1;
}

.service-section::after {
  content: "";
  width: 200vw;
  height: calc(100% + 80px);
  display: block;
  background-color: rgba(60, 55, 241, 0.51);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  transform: translate(-50%, -50%) rotate(-7deg);
  z-index: -1;
}
.service-details h4{
  line-height: 35px;
}
.service-details ul li{
  padding-top: 10px; 
  }
.service-details ul li p{
  margin: 0;
  line-height: 22px;
  } 

/* .service-section::before {
   background-color: rgba(3, 31, 105, 0.6);
  content: "";
  clip-path: polygon(0 0,100% 50px,100% 100%,0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; 
}
*/
.service-item {
  background-color: #fff;
  padding: 0px;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 0px 2px rgb(251, 252, 255);
}

.service-item:hover {
  box-shadow: 0px 0px 0px 2px rgb(251, 252, 255);
}

.service-item:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.service-item .service-content {
  padding: 0px 30px 30px 40px;
}

/*======================================================
    showcase Section
=======================================================*/
.showcase {
  background-image: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.counter-item {
  text-align: center;
  padding: 25px 0;
}

.counter-content i {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.counter-content .counter-icon {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.counter-content .counter-icon:before {
  background-color: #c9dbf7;
  content: "";
  width: 50px;
  height: 70px;
  position: absolute;
  left: 26px;
  top: -15px;
  opacity: 0.1;
  clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
  transform: rotate(-30deg);
  z-index: -1;
}

.counter-content h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin: 5px 0 5px 0;
}

.counter-content h4 {
  color: #FFF;
  font-family: "Work Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.project-content {

  margin: -30px 10px 0;
}

/*======================================================
    CTA Section
=======================================================*/
.cta-section {
  position: relative;

}

.cta-wrap {
  position: relative;
}

.cta-wrap:before {}

.cta-content {
  padding: 100px 10px;
}

.cta-content p {
  color: #fff;
}

.cta-content h2 {
  color: #fff;
}

/*======================================================
    gettrack Section
=======================================================*/
.gettrack-form {
  border-radius: 15px 15px 15px 15px;
  padding: 30px 30px 10px 30px;
  margin-bottom: 60px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #0904A2 0%, #110CCD 100%);
}


.gettrack-form .form-control {

  background-color: rgba(255, 255, 255, 0.95);
  height: 40px;
  border-radius: 0px;
  border: 0;
}

.gettrack-form .nice-select {
  background-color: rgba(255, 255, 255, 0.95);
  height: 40px;
  border-radius: 0px;
  border: 0;

}

.gettrack-form .form-control:focus,
.gettrack-form .nc-open {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0px 0px 1px 3px rgba(129, 168, 250, 0.8);
}


.gettrack-form .form-control.address {
  height: auto;
}


.footer-logo img {
  max-width: 360px;
}

.footer-widget-box p {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 1px;
}

.footer-widget-box h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.footer-contact{
  padding-top: 20px;
}

.footer-widget-box {
  width: 90%;
}

.footer-newsletter p {
  color: #fff;
}

.thumb-post .thumb-post-meta {
  height: 70px;
  color: #fff;
  font-size: 12px;
}

/* #########
about page
######### */

.top-nav-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  list-style: none;
  justify-content: center;
}

.top-nav-ul-item {
  display: -ms-flexbox;
  display: flex
}

.top-nav-ul-item a {
  font-size: 1.5rem;
  color: #fff;
}

.top-nav-ul-item a:hover {
  color: #ffcc00;
}

.top-nav-ul-item+.top-nav-ul-item {
  padding-left: .5rem
}

.top-nav-ul-item+.top-nav-ul-item::before {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1rem;
  color: #efb509;
  content: "/"
}

.top-nav-ul-item+.top-nav-ul-item:hover::before {
  text-decoration: underline
}

.top-nav-ul-item+.top-nav-ul-item:hover::before {
  text-decoration: none
}

.top-nav-ul-item.active a {
  color: #ffcc00;
}

.about-area {
  position: relative;
}

.about-area-inner {
  padding: 20px 0;
}


.about-more {
  padding: 20px 0;
}

.about-link-img {
  position: relative;
}

.about-link-img-more {
  position: absolute;
  padding: 15px;
  bottom: 5px;
  z-index: 22;
}

/*
**/
.phi-title {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.phi-title .phi-title-ico {
  font-size: 2.5rem;
  color: #ffcc00;
  padding-right: 20px;
}

.phi-title .phi-title-con h3 {
  padding: 0;
  margin: 0;
  font-size: 2rem;
}

.phi-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phi-right::before {
  background-color: #0d6efd;
  content: "";
  clip-path: polygon(50px 0px, 100% 0px, 100% 100%, 0px 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;


}

.phi-right .phi-right-img {
  position: relative;
  padding: 10px 10px 10px 60px;
}

.phi-left-con {}

.phi-left-con p {
  margin: 0;
  line-height: 2rem;
}

.phi-list-box {
  display: grid;
  align-items: center;

}

.phi-list-row {
  padding: 40px 10px;
  position: relative;
  background-image: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.phi-list {
  text-align: center;
}

.phi-list .phi-list-title {
  font-size: 1.2rem;
  color: #fff;
  margin: 10px 0;

}

.phi-list i {
  color: #ffcc00;
  margin-right: 15px;
  font-size: 1.8rem;
}

.phi-list .odometer {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  margin-left: 10px;
}

.phi-list-link {
  display: grid;
}

/*
network css
**/
.network-nav {
  padding: 0 0 20px 0;
  align-items: center;
  justify-content: center;
}

.network-nav .network-nav-item {
  padding-left: .5rem;
  font-size: 1.5rem;
}

.network-nav .network-nav-item a {
  color: #000;
}

.network-nav .network-nav-item a:hover {
  color: #ffcc00;
}

.network-nav .network-nav-item .active {
  color: #ffcc00;
  font-weight: 700;
}

.network-nav-item+.network-nav-item::before {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #ffcc00;
  content: "/";
}

.network-inner {}

.network-inner .network-box .network-box-h3 {
  font-size: 1.5rem;
  color: #0431b8;
}

.network-inner .network-box .network-box-h4 {
  font-size: 1.25rem;
}

.network-box .card {
  border: 1px solid #0d6efd;
  border-radius: 0px;
}

.network-box .card-body {
  margin: 0 0 0 1.25rem;
}

.network-box .card-body .card-title {
  font-size: 1rem;
  font-weight: 600;

}

.network-box .card-body .card-title i {
  margin-top: 1px;
}

.network-box .card-body i {
  position: absolute;
  color: #ffcc00;
  margin-top: 8px;
  left: 1rem;
  font-size: 1rem;
}

.network-box .card-body .card-text {
  font-size: 0.8rem;
  color: #495057;
}

.network-box .card-body .card-tel {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

/*
    contactus css
*/
.contactus .card {
  border: 0px;
}

.contactus .card-header {
  font-size: 1.5rem;
  color: #0431b8;
  background-color: #FFF;
  padding: 1.25rem .75rem 1.25rem 0;
}

.contactus .card-body {
  border: 1px solid #0d6efd;
  border-radius: 0px;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.contactus .border0 {
  border: 0px solid #0d6efd; 
}

.contactus .card-body i {
  position: absolute;
  color: #ffcc00;
  margin-top: 8px;
  left: 1.25rem;
  font-size: 1rem;
}

.contactus .card-body .card-text {
  font-size: .85rem;
  color: #000;
}

.contactus .card-body .card-tel {
  font-size: .85rem;
  color: #000;
  margin: 0 0 0.5rem 0;
}

/* 悬浮按钮容器 */
.floating-container {
  position: absolute;
  right: 30px;
  top: 25vh; 
  z-index: 10;
  /* 确保在Bootstrap组件之上 */
  transition: right 0.3s ease-in-out;
  padding-right: 10px;
}

 
/* 悬浮按钮容器样式 */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  transition: all .5s ease-in-out;
}
/* top按钮样式 */
.floating-top-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  border: 1px solid #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 24px rgb(0 0 0 / 20%);
}

.floating-top-btn span,
.floating-btn span {
  
  display: block;
  font-size: 12px;
  font-weight: 500;
}

/* 功能按钮样式 */
.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  border: 1px solid #fff; 
  display: block;
  text-align: center;
  /* align-items: center;
  justify-content: center; */
  margin:2px 0 10px 0;
  padding: 8px 0 0 0;
  transition: all 0.3s ease;
  /* transform: translateX(60px); 
  opacity: 0; */
  box-shadow: 0 3px 24px rgb(0 0 0 / 20%);
  line-height: 20px;
}
.floating-btn i{
  font-size: 18;
}
.floating-btn:hover {
  color: #fff;
  background-color: #0431b8;
}

/* 按钮颜色 */
.btn-top {
  background-color: #ffcc00;
  font-size: 20px;
}
.btn-wx {
  background-color: #06c662;
  font-size: 20px;
}
.btn-chat {
  background-color: #ffcc00;
}


.btn-share {
  background-color: #dc3545;
}


/* 全球网络CSSCSS */
#map-container {
  width: 100% !important;
  /* 强制占满父容器宽度 */
  height: 100% !important;
  /* 强制占满父容器高度 */
  object-fit: cover;
  padding: 0;
  /* 防止图表拉伸（Chart.js 响应式需配合 JS 配置） */
}



.tooltip-card {
  background: #fff;
  /* border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);  */
  /* box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px; */
  padding: 5px;
  min-width: 150px;
  max-width: 300px;
  padding: 10px;
  margin: 5px;
}

.tooltip-card ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  /* list-style: disc;
list-style-position:inside; */
  gap: 10px;
  padding: 0;
  margin: 0;
}

.tooltip-card li {
  padding: 0;
  margin: 0;
  position: relative;
  padding: px;
}

.tooltip-card li::before {
  content: "•";
  left: 0;
  font-size: 12px;
  padding-right: 5px;
  color: gold;
}

.tooltip-card li::marker {
  margin: 0
}

h3.region-title {
  margin: 0;
  padding-left: 5px;
  font-size: 1rem;
}

.schedule-item {
  font-size: 22px;
  color: #000;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.schedule-item a{
  margin: 0 0 0 25px;
  font-size: 16px;
}