	@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto:wght@300;400;700&display=swap");

:root {
  --primary-color: #00ffff;
  --secondary-color: #ff00ff;
  --bg-color: #000011;
  --text-color: #ffffff;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #070b3b;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #fff;
  border: 4px solid #070b3b;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 10px #ffffff;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #070b3b;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #070b3b;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #070b3b;
  border-width: 10px 10px 10px 0;
  border-color: transparent #070b3b transparent transparent;
}

.right::after {
  left: -13px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-item::before {
    left: 60px;
    border: medium solid #ffffff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }

  .left::after,
  .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}
.content {
  padding: 15px;
  background-color: #070b3b;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  gap: 15px;
}
.content h3 {
  margin: 0;
  font-size: 1em;
  white-space: nowrap;
  color: #333;
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
}
.content p {
  color: #fff;
  margin: 5px 0;
  font-size: 0.9em;
}
.content a {
  display: inline-block;
  margin-top: 5px;
  color: #007bff;
  text-decoration: none;
  font-size: 0.8em;
}
.content a:hover {
  text-decoration: underline;
}
.section-title {
  text-align: center;
}
.inner-banner .inner-title {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #3b3c3e;
  font-weight: 600;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin: 5px;
}
.inner-banner .inner-title ul li i {
  font-size: 14px;
}
.inner-banner .inner-title ul li a {
  color: #fff;
}
.inner-banner .inner-title ul li.active {
  color: #0071dc;
}
.breadcrumb-main {
  padding: 40px 0;
}
.inner-title h3 {
  font-weight: 600;
  font-size: 36px;
}
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }
  .timeline-box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline-box::before {
    left: 60px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .left::after,
  .right::after {
    left: 15px;
  }
  .right {
    left: 0%;
  }
}
.hero {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #066cc0;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),*/
  /*  radial-gradient(circle at 80% 80%, rgba(0, 102, 204, 0.4) 0%, transparent 50%);*/
  background: #070b3b;
  z-index: 1;
}

.hero-content {
  text-align: center;
  z-index: 2;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero h1 {
  font-size: 4rem;
  margin: 1rem auto ;
  background: linear-gradient(45deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowText 3s ease-in-out infinite alternate;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 65%;
  /*font-family: "Orbitron", sans-serif;*/
}

@keyframes glowText {
  from {
    text-shadow: 0 0 5px rgba(0, 168, 255, 0.5), 0 0 10px rgba(0, 168, 255, 0.5);
  }
  to {
    text-shadow: 0 0 20px rgba(0, 168, 255, 0.8), 0 0 30px rgba(0, 168, 255, 0.8);
  }
}

.hero p {
      margin-bottom: 2rem;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0071dc;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-button::before {
  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);
  transition: all 0.5s ease;
}
.cta-button:hover {
  color: #fff;
}
.cta-button:hover::before {
  left: 100%;
}
.about-us .news_title a {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  color: #000000;
  font-size: 40px;
}
.about-info h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}
.about-us .cls_content_hot_news {
  padding: 5px 20px;
}
.about-info p:nth-child(2) {
  padding-top: 10px;
  margin-bottom: 0;
  color: #444;
}
.company-info p {
  line-height: 1.8;
}
.about-us .bp-news-button-action {
  display: none;
}
.management .item {
  padding: 10px;
}
.management .card {
   background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 10px;
  box-shadow: 10px 10px 30px #d1d1d1, -10px -10px 30px #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.management .card:hover {
  transform: translateY(-5px);
}
#carousel_fav img {
  object-fit: cover;
}
.management .bp-news-button-action {
  display: none;
}
.management .card-body {
  text-align: center;
}
.management .news_title {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.management .inner-title h3 {
  margin-bottom: 40px;
}
.core {
  background: linear-gradient(135deg, #070b3b 0%, #363d43 100%);
  color: #001f3f;
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding: 80px 20px;
}
.core::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/files_upload/bgr-core-value.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.interactive-area {
  width: 100%;
  height: 500px;
  position: relative;
}
.value-item {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001f3f;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 10px 20px rgba(0, 31, 63, 0.2);
}
.value-item:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(0, 31, 63, 0.3);
}
.value-details {
  position: absolute;
  background-color: #ffffff;
  color: #001f3f;
  padding: 30px;
  border-radius: 15px;
  text-align: left;
  width: 240px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 15px 30px rgba(0, 31, 63, 0.2);
}
.value-details.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.value-details h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}
.value-details p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}
#values h2 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.reason-block  {
    background: #070b3b;
    padding: 60px 0;
}
.reason-title {
  text-align: center;
  margin-bottom: 60px;
}

.reason-title h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.reason-title p {
  font-size: 1.2rem;
  color: #dedede;
}
.reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.reason {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.reason:hover {
  transform: translateY(-10px);
}

.reason-icon {
  font-size: 3rem;
  color: #1e88e5;
  margin-bottom: 20px;
}

.reason h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1a237e;
}

.reason p {
  color: #546e7a;
}
.award #carousel_fav img {
    object-fit: contain;
}
.award .item {
    padding: 10px;
}
.award .card {
    box-shadow: unset !important;
}
.award .award-title {
     font-weight: 700;
    text-align: center;
    color: rgb(17 24 39 / 1);
        font-size: 36px;
    line-height: 2rem;
    margin-bottom: 40px;
}
.award .news_title {
    text-align: center;
}
.award .news_title a {
    color: black;
}
.owl-dots {
    display: none;
}
.award h2 {
    text-align: center;
    color: rgb(17 24 39 / 1);
        font-size: 16px;
}
.award .bp-news-button-action {
    display: none;
}
.values-section {
  padding: 80px 0;
  background: #070b3b;
}
.values-section .section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #Fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 30px;
}

.value-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.value-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.value-icon {
  background-color: #070b3b;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.value-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-title {
  font-size: 20px;
  font-weight: 600;
}

.value-description {
  color: #555;
  font-size: 16px;
}
.owl-nav {
        position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 0;
    margin-top: 20px;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.owl-carousel:hover .owl-nav  {
    opacity: 1;
    margin: 0;
}
.owl-prev,.owl-next {
    width: 40px;
    height: 40px;
    background: #070b3b !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff !important;
}
.owl-prev:hover,.owl-next:hover {
    background: #fff !important;
    color: black !important;
}
@media screen and (min-width:992px) {
    /*.owl-nav {*/
    /*    display: none;*/
    /*}*/
}
@media screen and (max-width : 992px) {
    .hero h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 768px) {
    .about-us .news_title a {
        font-size: 36px;
    }

    .cls_img_hot_news,    .about-us .cls_content_hot_news {
            padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    }
}
