﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/fontawe512/css/all.min.css");
@media only screen and (min-width: 1281px) and (max-width: 1550px) {
  .wrapper .wrapper-content .wrapper-menu .nav-links .nav-link .mega-box li a {
    font-size: 12pt !important;
  }
  .slick-slider .slick-slide img {
    height: 365px !important;
  }
  .overall .title-banner .intro .fitness-first .text-block .text-lockup p {
    font-size: 13pt !important;
    line-height: 40px !important;
  }
  .double-target .intro .fitness-first .text-block .text-lockup p {
    font-size: 13pt !important;
    line-height: 40px !important;
  }
  .organizational-structure p {
    font-size: 13pt !important;
  }
  .another-info .another-info-content p {
    font-size: 12pt !important;
    line-height: 37px;
  }
  .field-activity .about-fa .our-story {
    font-size: 13pt !important;
  }
  .field-activity .about-fa .our-story ul li span {
    font-size: 13pt !important;
  }
  .triple-point .triple-point-content .service-item h4 {
    font-size: 20px !important;
  }
  .triple-point .triple-point-content .service-item .main-content p {
    font-size: 13pt !important;
  }
  .wrapper .wrapper-content .wrapper-menu .nav-links .nav-link .mega-box li a {
    font-size: 12pt !important;
    width: 100%;
  }
  .mega-box .content .mega-menu-item .sub-mega-menu .nav-pills .nav-link {
    font-size: 12pt !important;
  }
  .nav-links li a {
    font-size: 16px !important;
  }
  .mega-links li a {
    font-size: 12pt !important;
  }
  .anh2-carousel .peek-solutions .solution-content .bg-dots {
    right: -124px !important;
  }
}
@font-face {
  font-family: "fs magistral-bold";
  src: url("../../fonts/fs magistral full/fs magistral full/fs magistral-bold.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-bolditalic.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-book.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-bookitalic.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-extrabold.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-extrabolditalic.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-light.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-lightitalic.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-medium.ttf") format("truetype"), url("../../fonts/fs magistral full/fs magistral full/fs magistral-mediumitalic.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-extrabold";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-extrabold.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-regular";
  src: url("../../fonts/raleway/static/raleway-regular.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-italic-variablefont_wght";
  src: url("../../fonts/raleway/raleway-italic-variablefont_wght.ttf") format("truetype"), url("../../fonts/raleway/raleway-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-bold";
  src: url("../../fonts/raleway/static/raleway-bold.ttf") format("truetype");
}
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

.nav-bar {
  background: transparent;
}
.nav-bar .nav-links li a {
  color: #fff;
}
.nav-bar .logo .text h2 {
  color: #fff !important;
}
.nav-bar .fa-search {
  color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bar.scrolled {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.nav-bar.scrolled .nav-links li a {
  color: #333;
}
.nav-bar.scrolled .nav-links li a:hover {
  color: #fff;
}
.nav-bar.scrolled .logo .text h2 {
  color: #333 !important;
}
.nav-bar.scrolled .fa-search {
  color: #333;
}

#home {
  font-family: "manrope-regular";
  position: relative;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
#home .title-content {
  padding-top: 30px 0;
}
#home .title-content h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
}
#home .title-content::after {
  position: relative;
  top: 12px;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #dc3545;
  margin: auto;
  z-index: 2;
}
#home .title-content::before {
  content: "";
  position: relative;
  top: 75px;
  display: block;
  width: 900px;
  height: 1px;
  background: color-mix(in srgb, #444444, transparent 60%);
  margin: auto;
  z-index: 1;
}
#home .anh2-carousel .anh-carousel {
  height: 100%;
}
#home .anh2-carousel .carousel-image {
  height: 100vh;
  object-fit: cover;
  border-radius: 0;
}
#home .anh2-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
#home .anh2-carousel .overlay-content {
  display: flex;
  flex-direction: column;
}
#home .anh2-carousel .peek-solutions {
  width: 1200px;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-dots {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0.6;
  z-index: -1;
  width: 200px;
  height: 200px;
  top: 28%;
  right: -43px;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-arrows {
  width: 1168px;
  height: 38px;
  position: absolute;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-arrows .slick-next img {
  width: 200px;
  height: 38px;
  right: 0;
  position: absolute;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-arrows .slick-next::before {
  opacity: 0;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-arrows .slick-prev img {
  width: 200px;
  height: 38px;
  position: absolute;
  left: 25px;
}
#home .anh2-carousel .peek-solutions .solution-content .bg-arrows .slick-prev::before {
  opacity: 0;
}
#home .anh2-carousel .peek-solutions .peek-solutions {
  position: relative;
  padding: 20px;
  background-color: #f5f5f5;
}
#home .anh2-carousel .peek-solutions .slick-slider {
  width: 100%;
  max-width: 100%;
}
#home .anh2-carousel .peek-solutions .slick-slider .slick-slide {
  overflow: hidden;
}
#home .anh2-carousel .peek-solutions .slick-slider .slick-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding: 0 12px;
  transition: all 0.3s ease-out 0s;
}
#home .anh2-carousel .peek-solutions .slick-slider .slick-slide img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#home .anh2-carousel .peek-solutions .forhover {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
#home .anh2-carousel .peek-solutions .slick-dots {
  bottom: 10px;
  text-align: center;
}
#home .anh2-carousel .peek-solutions .slick-dots li button:before {
  font-size: 12px;
  color: #ff5733;
}
#home .anh2-carousel .vie-lg {
  font-family: "fs magistral-bold";
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
}
#home .anh2-carousel .eng-lg {
  font-family: "fs magistral-bold";
  font-size: 25px;
  text-align: center;
  color: #ba8b4d;
  text-transform: uppercase;
}
#home .anh2-carousel .underline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
#home .anh2-carousel .underline img {
  width: 35px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 12px;
}
#home .anh2-carousel .underline hr {
  background-color: #ffffff;
  width: 64%;
  padding: 0;
  margin: 0;
  position: absolute;
  margin-top: 20px;
}
#home .owl-prev {
  right: 7%;
  top: 89%;
}
#home .owl-next {
  right: 1%;
  top: 89%;
}
#home .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#home .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#home .overall {
  background-color: #ffffff;
}
#home .overall .title-banner {
  padding: 30px 0;
}
#home .overall .title-banner .intro .fitness-first {
  position: relative;
  margin: 0;
  background-color: #ffffff;
}
#home .overall .title-banner .intro .fitness-first .text-block {
  position: relative;
  height: 100%;
}
#home .overall .title-banner .intro .fitness-first .text-block .text-lockup {
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 40px 15px;
}
#home .overall .title-banner .intro .fitness-first .text-block .text-lockup h2 {
  color: #0b57d0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
}
#home .overall .title-banner .intro .fitness-first .text-block .text-lockup hr {
  width: 31%;
  height: 3px;
  background-color: #0b57d0;
  border-radius: 10px;
}
#home .overall .title-banner .intro .fitness-first .text-block .text-lockup p {
  font-size: 14pt;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: justify;
  line-height: 45px;
}
#home .overall .title-banner .intro .fitness-first .large-thumb {
  position: relative;
  background-image: url("/assets/images/ban-lanh-dao.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .double-target {
  background-color: #f9f9f9;
  padding: 45px 0;
}
#home .double-target .intro .fitness-first {
  position: relative;
  margin: 0;
}
#home .double-target .intro .fitness-first .text-block {
  position: relative;
  height: 100%;
  background-color: #f7f7f7;
}
#home .double-target .intro .fitness-first .text-block .text-lockup {
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 40px 15px;
}
#home .double-target .intro .fitness-first .text-block .text-lockup h2 {
  color: #0b57d0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
}
#home .double-target .intro .fitness-first .text-block .text-lockup hr {
  width: 40%;
  height: 3px;
  background-color: #0b57d0;
  border-radius: 10px;
}
#home .double-target .intro .fitness-first .text-block .text-lockup p {
  font-size: 14pt;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: justify;
  line-height: 45px;
}
#home .double-target .intro .fitness-first .large-thumb {
  position: relative;
  background-image: url("/assets/images/ban-lanh-dao.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .organizational-structure {
  background-color: #f9f9f9;
  padding: 45px 0;
}
#home .organizational-structure .os-title h2 {
  color: #0b57d0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
}
#home .organizational-structure .os-title hr {
  width: 40%;
  height: 3px;
  background-color: #0b57d0;
  border-radius: 10px;
}
#home .organizational-structure .img-faqs {
  position: relative;
  height: 700px;
  z-index: 0;
}
#home .organizational-structure .w-100 {
  width: 100% !important;
}
#home .organizational-structure .img {
  height: 400px;
  width: 80%;
  border-radius: 4px;
  -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  background-size: cover;
}
#home .organizational-structure .img.img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: -1;
  background-size: cover;
}
#home .organizational-structure .subheading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#home .organizational-structure p {
  position: relative;
  font-weight: 500;
  font-size: 14pt;
  text-align: justify;
}
#home .organizational-structure .myaccordion {
  margin: 0 auto;
  overflow: hidden;
}
#home .organizational-structure .myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: black;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -0.5px rgba(0, 0, 0, 0.21) !important;
}
#home .organizational-structure .myaccordion .card {
  border: none;
  background: transparent;
}
#home .organizational-structure .myaccordion .fa {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
#home .organizational-structure .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#home .organizational-structure .myaccordion .card-header {
  border: none;
  background: transparent;
}
#home .organizational-structure .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#home .organizational-structure .myaccordion .btn-link:hover,
#home .organizational-structure .myaccordion .btn-link:focus {
  text-decoration: none;
}
#home .organizational-structure [data-toggle=collapse] .fa:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-style: normal;
}
#home .organizational-structure [data-toggle=collapse].collapsed .fa:before {
  content: "\f077";
  font-family: "FontAwesome";
  font-style: normal;
}
#home .organizational-structure button[aria-expanded=true] {
  background-color: #dc3545;
  color: #fff !important;
}
#home .organizational-structure button[aria-expanded=true] .fa {
  color: #fff !important;
}
#home .organizational-structure button[aria-expanded=false] {
  background-color: #fff;
}
#home .organizational-structure .card-body {
  font-size: 12pt;
  text-align: justify;
  line-height: 30px;
}
#home .organizational-structure .card-body p {
  font-size: 12pt;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}
#home .another-info {
  background-color: #fff;
}
#home .another-info .another-info-content {
  font-size: 14pt;
  padding: 45px 0;
}
#home .another-info .another-info-content .rounded {
  border-radius: 10px !important;
}
#home .another-info .another-info-content .bg-white {
  background-color: #fff !important;
}
#home .another-info .another-info-content .pb-3 {
  padding-bottom: 1rem !important;
}
#home .another-info .another-info-content .pe-3 {
  padding-right: 1rem !important;
}
#home .another-info .another-info-content .start-0 {
  left: 0 !important;
}
#home .another-info .another-info-content .top-0 {
  top: 0 !important;
}
#home .another-info .another-info-content .me-3 {
  margin-right: 1rem !important;
}
#home .another-info .another-info-content .flex-shrink-0 {
  flex-shrink: 0 !important;
}
#home .another-info .another-info-content .ps-5 {
  padding-left: 3rem !important;
}
#home .another-info .another-info-content .pt-5 {
  padding-top: 3rem !important;
}
#home .another-info .another-info-content .overflow-hidden {
  overflow: hidden !important;
}
#home .another-info .another-info-content p {
  text-align: justify;
}
#home .banner-cover .peek-projects .peek-1 .link-to {
  background-color: transparent;
  display: block;
}
#home .banner-cover .peek-projects .peek-1 .link-to img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-color: transparent;
  border-radius: 25px !important;
}
#home .banner-cover .peek-projects .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 4%;
  left: 3%;
}
#home .banner-cover .peek-projects .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease;
}
#home .banner-cover .peek-projects .owl-dot.active {
  width: 50px;
  background-color: #ffffff;
  border-radius: 10px;
}
#home .banner-cover .peek-projects .owl-dot:hover {
  background-color: #555;
}
#home .banner-cover .servicess {
  padding: 0;
  font-size: 12pt;
}
#home .banner-cover .servicess .single-feature::selection {
  background-color: #dc3545;
  color: #fff;
}
#home .banner-cover .servicess .single-feature {
  background-color: #ffffff;
  padding: 30px 30px 15px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}
#home .banner-cover .servicess .single-feature .title {
  gap: 10px;
}
#home .banner-cover .servicess .single-feature .title img {
  width: 20px;
  margin-top: 2px;
  border-radius: 0px;
}
#home .banner-cover .servicess .single-feature p {
  margin-left: 30px;
}
#home .banner-cover .servicess .single-feature a {
  color: #222;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease 0s;
}
#home .banner-cover .servicess .single-feature:hover {
  background-color: #dc3545;
  color: #fff;
  cursor: pointer;
}
#home .banner-cover .servicess .single-feature:hover a {
  color: #fff;
}
#home .banner-cover .servicess .mb-30 {
  margin-bottom: 30px;
}
#home .banner-cover .servicess .pb-20 {
  padding-bottom: 20px;
}
#home .banner-cover .servicess h4 {
  font-size: 14pt;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
#home .field-activity {
  background-color: #ffffff;
}
#home .field-activity .about-fa {
  padding: 40px 0;
}
#home .field-activity .about-fa .about-img {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 600px;
}
#home .field-activity .about-fa .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#home .field-activity .about-fa .title-content2 {
  padding-top: 30px 0;
}
#home .field-activity .about-fa .title-content2 h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
}
#home .field-activity .about-fa .title-content2::after {
  position: relative;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #dc3545;
  margin: auto;
  z-index: 2;
  bottom: 33px;
  right: 170px;
}
#home .field-activity .about-fa .title-content2::before {
  content: "";
  position: relative;
  display: block;
  width: 300px;
  height: 1px;
  background: color-mix(in srgb, #444444, transparent 60%);
  margin: auto;
  z-index: 1;
  right: 170px;
  top: 80px;
}
#home .field-activity .about-fa .our-story {
  padding-right: 35%;
  padding: 40px;
  padding-right: 40px;
  background-color: color-mix(in srgb, #444444, transparent 96%);
  padding-right: 220px;
  font-size: 14pt;
  border-top: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#home .field-activity .about-fa .our-story ul {
  list-style: none;
  padding: 0;
  font-size: 14pt;
}
#home .field-activity .about-fa .our-story ul li {
  padding: 5px 0;
  display: flex;
}
#home .field-activity .about-fa .our-story ul li i {
  margin-top: 3px;
  margin-right: 5px;
  color: #dc3545;
}
#home .field-activity .about-fa .our-story ul li span {
  text-align: justify;
}
#home .triple-point .triple-point-content {
  background-image: url(/assets/images/pexels-necatiomerk-31161557.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
#home .triple-point .triple-point-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#home .triple-point .triple-point-content .row {
  display: flex;
  flex-wrap: wrap;
}
#home .triple-point .triple-point-content .col-lg-4, #home .triple-point .triple-point-content .col-md-6 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#home .triple-point .triple-point-content .service-item {
  position: relative;
  margin-top: 95px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 83%;
}
#home .triple-point .triple-point-content .service-item:hover .icon img {
  margin-top: -10px;
}
#home .triple-point .triple-point-content .service-item .icon {
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc3545;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}
#home .triple-point .triple-point-content .service-item .icon img {
  max-width: 86px;
  transition: all 0.2s;
}
#home .triple-point .triple-point-content .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-right: 47px;
  transition: all 0.4s;
  font-family: "manrope-regular";
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#home .triple-point .triple-point-content .service-item .main-content .height-cover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#home .triple-point .triple-point-content .service-item .main-content .main-button a {
  display: inline-block;
  background-color: #dc3545;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
#home .triple-point .triple-point-content .service-item .main-content .main-button a:hover {
  background-color: transparent;
  color: #333;
  border: 1px solid;
}
#home .triple-point .triple-point-content .service-item .main-content p {
  font-size: 14pt;
}
#home .triple-point .triple-point-content .service-item h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all 0.4s;
  margin-top: 20px;
}
#home .triple-point .triple-point-content .service-item p {
  color: #4a4a4a;
  margin-bottom: 25px;
}
#home .solution .title-content::after {
  position: relative;
  top: 12px;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #dc3545;
  margin: auto;
  z-index: 2;
}
#home .solution .title-content::before {
  content: "";
  position: relative;
  top: 75px;
  display: block;
  width: 900px;
  height: 1px;
  background: color-mix(in srgb, #444444, transparent 60%);
  margin: auto;
  z-index: 1;
}
#home .solution .main-content {
  display: grid;
  justify-content: center;
  background-image: url(/assets/images/bg-solution.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#home .solution .main-content .title-content {
  padding-top: 30px 0;
}
#home .solution .main-content .title-content h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #fff;
}
#home .solution .main-content .main-body {
  display: grid;
  justify-content: center;
  width: 1400px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding-top: 10px;
  padding-bottom: 38px;
}
#home .solution .main-content .main-body .service-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home .solution .main-content .main-body .service-item p {
  font-size: 14pt;
  text-align: left;
}
#home .solution .main-content .main-body .service-item .read-more {
  background-color: #dc3545;
  color: #fff;
}
#home .solution .main-content .main-body .service-item a.h4 {
  font-weight: 700;
  height: 50px;
  gap: 5px;
  color: #333;
}
#home .solution .main-content .main-body .service-item a.h4 i {
  font-size: 30px;
}
#home .solution .main-content .main-body .service-item .service-img {
  position: relative;
  overflow: hidden;
}
#home .solution .main-content .main-body .service-item .service-img img {
  transition: 0.5s;
  border-radius: 0px;
  height: 166px;
  object-fit: cover;
}
#home .solution .main-content .main-body .service-item .service-img::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(68, 210, 246, 0.4);
  transition: 0.5s;
}
#home .solution .main-content .main-body .service-item:hover .service-img img {
  transform: scale(1.2);
}
#home .solution .main-content .main-body .service-item:hover .service-img::after {
  width: 100% !important;
  height: 100% !important;
}
#home .solution .main-content .main-body .service-item:hover .service-content::after {
  width: 100% !important;
  height: 100% !important;
}
#home .solution .main-content .main-body .service-item:hover .service-content .service-content-inner {
  position: relative;
  color: #fff !important;
  transition: 0.5s;
  z-index: 2;
}
#home .solution .main-content .main-body .service-item:hover .service-content .service-content-inner a.h4 {
  color: #fff !important;
  transition: 0.5s;
}
#home .solution .main-content .main-body .service-item:hover .service-content .service-content-inner a.h4:hover {
  color: #fff !important;
}
#home .solution .main-content .main-body .service-item .service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
#home .solution .main-content .main-body .service-item .service-content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #102147;
  transition: 0.5s;
  z-index: 1;
}
#home .solution .main-content .main-body .service-item .service-content .service-content-inner {
  transition: 0.5s;
  font-family: "manrope-regular";
}
#home .solution .main-content .main-body .service-item .service-content .service-content-inner .height-cover {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
#home .software-data {
  position: relative;
}
#home .software-data .main-slider {
  display: flex;
  justify-content: center;
}
#home .software-data .main-slider .main-slider-body {
  padding: 30px 0;
  width: 1400px;
  margin-bottom: 45px;
}
#home .software-data .main-slider .nav-tabs {
  border: 0;
}
#home .software-data .main-slider .nav-item {
  width: 100%;
  margin-bottom: 15px;
}
#home .software-data .main-slider .nav-item:last-child {
  margin-bottom: 0;
}
#home .software-data .main-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -12%;
  width: 100%;
}
#home .software-data .main-slider .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background-color: #555;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease;
}
#home .software-data .main-slider .owl-dot.active {
  width: 50px;
  background-color: #333;
  border-radius: 10px;
}
#home .software-data .main-slider .owl-dot:hover {
  background-color: #555;
}
#home .software-data .main-slider .nav-link {
  color: #3e5050;
  border: 0;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
}
#home .software-data .main-slider .nav-link i {
  background-color: #ffffff;
  color: #388da8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  font-size: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#home .software-data .main-slider .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  transition: 0.3s;
}
#home .software-data .main-slider .nav-link p {
  font-size: 15px;
  margin: 0;
}
#home .software-data .main-slider .nav-link:hover {
  background: color-mix(in srgb, #388da8, transparent 96%);
}
#home .software-data .main-slider .nav-link.active {
  background: color-mix(in srgb, #388da8, transparent 96%);
  color: #3d4348;
}
#home .software-data .main-slider .tab-pane img {
  border-radius: 15px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#home .testimonials {
  background-color: #ffffff;
}
#home .testimonials .testimonials-main .p-inline {
  text-align: center;
  padding-bottom: 30px;
  font-size: 13pt;
  width: 1200px;
}
#home .testimonials .testimonials-main .testimonials-body .overlay-ct .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  bottom: 291px;
  height: 600px;
}
#home .testimonials .testimonials-main .testimonials-body .overlay-ct .overlay .overlay-content {
  color: #fff;
  height: 70%;
  width: 80%;
}
#home .testimonials .testimonials-main .testimonials-body .overlay-ct img {
  width: 100%;
  height: 600px;
  border-radius: 0px;
  object-fit: cover;
}
#home .forhelp {
  background-color: #ffffff;
}
#home .forhelp .forhelp-content .row {
  display: flex;
  justify-content: space-around;
}
#home .forhelp .forhelp-content .forhelp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  transition: 0.3s;
}
#home .forhelp .forhelp-content .forhelp-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
#home .forhelp .forhelp-content .forhelp-item p {
  margin-top: 20px;
}
#home .forhelp .forhelp-content .forhelp-item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
