	.slide .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.7;
}
.swiper-slide[data-swiper-slide-index="1"]:before {
  display: none;
}
.swiper-slide[data-swiper-slide-index="1"] .text_slide {
  left: 10%;
}
.swiper-slide[data-swiper-slide-index="1"] .banner-item-content h1,
.swiper-slide[data-swiper-slide-index="1"] .banner-item-content p {
  color: #000000;
}
.banner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-parter .swiper-slide {
    height: 87px !important;
}
.swiper-slide .imgae-right img {
  animation: move-vertical-centered 6s ease-in-out infinite;
  width: auto;
  max-width: 400px;
  height: auto;
}
.text_slide {
  z-index: 2;
  bottom: unset;
  top: 10%;
  left: 10%;
  right: 10%;
  text-align: left;
}
.banner-item-content span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 6px 25px;
  background-color: #0071dc;
  border-radius: 50px;
  display: inline-block;
}
.banner-item-content h1 {
  margin-top: 25px;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  max-width: 780px;
  margin-bottom: 20px;
}
.banner-item-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  max-width: 680px;
  margin-bottom: 35px;
  text-align: justify;
}
.typing-text.blinking::after {
  content: "|";
  animation: blink 0.7s infinite;
}

.theme-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  background-color: #0071dc;
}
.theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}
.theme-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #070b3b;
}
.theme-btn:hover {
  color: #fff !important;
}
.theme-btn2 {
  background: #fff;
  color: #070b3b;
  margin-left: 20px;
}

/*About Us*/
.about-us .news_title a {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  color: #0071dc;
  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;
}

.about-us .bp_news_more {
  padding: 9px 25px;
  background-color: #0071dc;
  color: #fff;
  position: relative;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s;
  margin-top: 20px;
}
.about-us .bp_news_more::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}

.about-us .bp_news_more:hover:before {
  height: 100%;
  width: 135%;
  background-color: #070b3b;
}
.process {
  padding: 100px 0 80px 0;
}
.step-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #3366cc;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  width: 100%;
}
.step-description {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: left;
  min-height: 63px;
}
.icon {
  width: 90%;
  height: 200px;
  background-color: #e6f2ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
}
.icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.process-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 90px;
  position: relative;
  padding-top: 10px;
}
.process-line {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3366cc;
  width: 0; /* Chiều rộng bắt đầu từ 0 */
  transition: width 2s ease-out; /* Thay đổi chiều rộng với animation khi được kích hoạt */
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #3366cc;
  border-radius: 50%;
  position: absolute;
  top: 1px;
}
.step {
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 5px;
}

.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
  color: #0071dc;
  /*text-transform: uppercase;*/
}

.process .section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}
.couter-img img {
  width: 60px;
}
.counter-another-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-another-content h2 {
  color: #252525;
  font-size: 35px;
  line-height: 50px;
  margin: 0;
}
.couter-left span {
  font-size: 35px;
  line-height: 1;
}
.couter-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.counter-another-content p {
  font-size: 17px;
  color: #444;
  margin-bottom: 0;
  font-weight: 600;
}
.counter-section {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 30px;
}
.talk-area {
  background-image: url("/files_upload/talk-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 100px 0;
  margin-top: 120px;
}
.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}
.talk-content .section-title {
  margin-bottom: 30px;
}
.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
  color: #0071dc;
}
.talk-content .section-title h2 {
  color: #fff;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.6;
}
.partner {
  background: #070b3b;
  position: relative;
}
.partner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url("/files_upload/5.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner .swiper-slide img,
.partner .swiper-slide {
  border-radius: 8px;
}

.partner .brand {
  margin-top: 30px;
}
.partner .section-title span {
  font-size: 24px;
  text-transform: uppercase;
}

.video-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.video-area .section-title {
  margin: 0;
}
.video-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #070b3b;
}

.video-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("/files_upload/3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-area .theme-btn {
  background-color: #fff;
  color: #0071dc;
}

.video-content .section-title span {
  color: #fff;
}

.video-content .section-title h2 {
  color: #fff;
}

.video-content.video-content-on-color .section-title span {
  color: #252525;
}

.video-content.video-content-on-color .section-title h2 {
  color: #252525;
}

.video-btn-area {
  float: right;
}

.video-play-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-top: 45px;
  text-align: center;
}

.video-play-img img {
  border-radius: 30px;
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.video-play-img .play-area-content {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: -40px;
  max-width: 470px;
  background-color: #25252538;
  border-radius: 70% 30px 30px 30px;
  padding: 150px 30px 100px 100px;
}

.video-play-img .play-area-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 32px;
  top: 30px;
  width: 92.7%;
  height: 92.1%;
  background-color: #0071dc;
  border-radius: 70% 30px 30px 30px;
}

.video-play-img .play-area-content span {
  color: #fff;
}

.video-play-img .play-area-content h2 {
  color: #fff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.video-play-img .play-area {
  position: absolute;
  z-index: 1;
  top: 44%;
  bottom: auto;
  left: -50px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.play-area .play-on {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #070b3b;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.play-area .play-on::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: rgb(0 0 0 / 50%);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}
/*.play-area .play-on i {*/
/*  position: relative;*/
/*  left: 4px;*/
/*  top: 1px;*/
/*}*/

.play-area .play-on:hover {
  color: #070b3b;
  background: #fff;
}
.video-active {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 90%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #000;
}

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.fade-in {
  animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.video-nam-a {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-nam-a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.no-scroll {
  overflow: hidden;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1002;
  transition: color 0.2s ease;
}

.close-video:hover {
  color: #ff0000;
}

@media (max-width: 768px) {
  .video-active {
    width: 95%;
  }
  
  .close-video {
    top: -35px;
    font-size: 20px;
  }
}
.values-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff, #f0f4ff);
}
.section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /*color: #1a56db;*/
  margin-bottom: 40px;
}

.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: #1a56db;
  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;
}
.company-info p {
  line-height: 1.8;
}
.bp_lb_date {
  display: none;
}

.blog-category .bp_category_option {
  display: grid;
  grid-template-columns: repeat(4,auto);
  gap: 30px;
}
.blog-category .bp_img_category_option {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.blog-category .bp_category_option li {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 8px;
}
.blog-category .bp_category_option li h3 {
  color: #252525;
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 600;
}
.bp_block_item .row {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .video-play-img img {
    height: auto;
  }
  .video-play-img .play-area {
    left: 0;
    top: 50%;
  }
  .play-area .play-on {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .counter-another-content {
    flex-direction: column;
    text-align: center;
  }
  .couter-left {
    justify-content: center;
  }
  .counter-another-content h2 {
    font-size: 26px;
  }
  .couter-left span {
    font-size: 26px;
  }
  .blog-category .bp_category_option {
          grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 768px) {
  .banner-item-content h1 {
    font-size: 52px;
  }
  .banner-item-content p {
    font-size: 16px;
  }
  .text_slide {
    left: 0;
    right: 0;
  }
  .about-us .cls_content_hot_news {
    padding: 5px 0;
  }
  .talk-content .section-title h2 {
    font-size: 32px;
  }
  .video-play-img .play-area {
    left: 0;
    top: 20%;
  }
  .play-area .play-on {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .video-play-img {
    padding-top: 20px;
  }
  .video-area {
    padding-top: 20px;
  }
  .video-play-img img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 567px) {
  .banner-item-content h1 {
    font-size: 48px;
  }
  .banner-item-content p {
    font-size: 15px;
  }
  .banner-item-content span {
    font-size: 14px;
  }
  .theme-btn {
    font-size: 14px;
  }
  .about-us .news_title a {
    font-size: 36px;
  }
  .company-info p {
    font-size: 14px;
  }
  .talk-content .section-title h2 {
    font-size: 29px;
  }
  .counter-section {
      grid-template-columns: repeat(2, auto);
  }
  .video-active iframe {
      height: 230px;
  }
  .video-active {
      width: 95%;
  }
}
@media screen and (max-width: 456px) {
  .about-us .news_title a {
    font-size: 26px;
  }
  .company-info p {
    font-size: 14px;
  }
  .talk-content .section-title h2 {
    font-size: 24px;
  }
  .blog-category .bp_img_category_option {
      height: 100px;
  }
  .blog-category .bp_category_option li h3 {
      font-size: 16px;
      padding: 10px 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .service-shape img {
    max-width: 500px;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes move-vertical-centered {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

