/*Root*/

:root {
  --color-light-bau: rgba(255, 255, 255, 0.8);
  --color-white-bau: #f3f3f3;
  --color-dark-bau: rgba(13, 55, 118, 1);
  --color-dark-2-bau: rgb(50, 105, 181);
}

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
  /* height: 769px; */
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider .single-slider .box {
  margin-top: 100px;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}

.slider .single-slider .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}

.slider .single-slider h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.slider .single-slider p.slider-title {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #1a76d1;
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
  background: #2c2d3f;
  color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.slider .single-slider .button {
  margin-top: 30px;
}

.slider .single-slider .btn {
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px;
}

.slider .single-slider .button .arrow-right {
  display: inline-block;
  width: 24px;
  margin-left: 8px;
}

.slider .single-slider .feature {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.slider .single-slider .feature span {
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.slider .single-slider .feature span.active {
  color: #fff;
}

.slider .single-slider .feature img.line-through {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  margin: 0 25px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
  animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider span {
  animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider p {
  animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .feature img {
  animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
  animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/

/*===========================
	Start Introduce Area CSS
=============================*/
.introduce {
  padding: 53px 0 46px;
}

.introduce h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.introduce .text {
  margin: 35px 67px 71px 0;
  font-size: 18px;
  color: #383838;
  line-height: 35px;
}

.introduce .container .row .right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.introduce-slider .single-slider {
  padding: 24px 19px;
}

.introduce .btn {
  margin-right: 40px;
  border-radius: 25px;
  padding: 13px 16px;
  font-weight: 600;
}

.introduce #carousel-custom-dots {
  position: absolute;
  z-index: 9999;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.introduce #carousel-custom-dots li.owl-dot {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  zoom: 1;
  user-select: none;
  cursor: pointer;
}

.introduce #carousel-custom-dots li.owl-dot.active {
  background: #fff;
}

/* Counter */
.counter-container {
  justify-content: space-between;
  align-items: center;
  margin: 72px auto 0;
}

.company-counter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.company-counter .line-through {
  height: 64px;
}

.company-counter .content {
  text-align: center;
}

.company-counter .content .counter-img {
  height: 31px;
  width: auto;
  object-fit: cover;
  margin-right: 8px;
}

.company-counter .content span.counter {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #061d3f;
}

.company-counter .content span.counter-title {
  color: #061d3f;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 3px;
}

/*===========================
	End Introduce Area CSS
=============================*/

/*===========================
	Start Services Area CSS
=============================*/
.service {
  padding: 29px 0 58px;
}

.service .container .text {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 20px;
}

.service .container .content {
  width: calc(100% - 80px - 80px);
  margin: 0 auto;
}

.service .container .content>.title {
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  color: #061d3f;
  text-align: center;
  margin: 0 auto;
}

.service .container .content>.description {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: center;
  margin: 20px auto 0;
}

.service .container .content p.description span {
  font-weight: 500;
  color: #08244f;
}

.service .container div.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 47px;
  flex-wrap: wrap;
}

.service .container div.tab .tab-item {
  padding: 8px 12px;
  cursor: pointer;
  margin-right: 35px;
  border-bottom: 1.5px solid rgba(56, 56, 56, 0.2);
}

.service .container div.tab .tab-item:hover {
  border-color: #08244f;
}

.service .container div.tab .tab-item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #383838;
  text-transform: uppercase;
}

.service .container div.tab .tab-item.active {
  font-size: 16px;
  font-weight: 500;
  border-color: #08244f;
}

.service .container div.tab .tab-item.active span {
  font-weight: 500;
  color: #041228;
}

.service .container .system {
  height: 460px;
  overflow: hidden;
  padding: 35px 8px 40px;
  background: #f3faff;
  border-radius: 20px;
}

.service .container .system-item {
  display: none;
}

.service .container .system-item.active {
  display: flex;
}

.service .container .system .system-item .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 50px;
}

.service .container .system .system-item .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.service .container .system .system-item .button .btn {
  border-radius: 24px;
  padding: 11px 16px;
  font-weight: 500;
}

.service .container .system .system-item img.system-img {
  object-fit: contain;
  width: 100%;
  max-width: unset;
}

/* Animation */
.service .container .content .item.active .title {
  animation: fadeInUp 1s both 0.2s;
}

.service .container .content .item.active .description {
  animation: fadeInUp 1s both 0.4s;
}

.service .container .system-item.active .system-img {
  animation: fadeInUp 1s both 0.4s;
}

.service .container .system-item.active .title {
  animation: fadeInRight 1s both 0.6s;
}

.service .container .system-item.active .description {
  animation: fadeInRight 1s both 0.8s;
}

.service .container .system-item.active .btn {
  animation: fadeInLeft 1s both 1s;
}

/*===========================
	End Services Area CSS
=============================*/

/*===========================
	Start Industries Area CSS
=============================*/
.industries {
  padding: 47px 0;
}

.industries .container .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #061d3f;
  text-transform: capitalize;
}

.industries .container .text {
  margin-bottom: 39px;
  font-size: 14px;
  font-weight: 300;
  color: #383838;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
}

.industries .container .button .btn {
  border-radius: 24px;
  padding: 9px 16px;
}

.industries .container .industry-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries .container .industry-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 6px;
  left: 20px;
}

.industries .container .industry-right img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.industries .container .industry-right span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-left: 10px;
}

.industries .container .list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px; */
  justify-content: center;
  margin-top: 50px;
  row-gap: 15px;
}

.industries .container .list .item {
  position: relative;
  text-align: center;
}

.industries .container .list .item img {
  object-fit: cover;
}

.industries .container .list .item .industry-detail {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 6px;
  left: 7px;
}

.industries .container .list .item .industry-detail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 0 15px 10px 5px;
}

.industries .container .list .item .industry-detail span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.industries .container .list .item:hover .industry-bg {
  transform: scale(1.1);
}

.industries .industry-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

.industries .image-container {
  position: relative;
  display: inline-block;
  transition: all 0.5s ease;
  width: 100%;
  overflow: hidden;
}
.industries .list .item:hover .image-container img.industry-right-bg, .industries .item:hover .image-container img.industry-right-bg {
  transform: scale(1.1);
}
.industries .list .item:hover .image-container , .industries .item:hover .image-container  {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.industries .industry-right-bg {
  display: block;
  width: 100%;
  height: auto;
}

.industries .overlay-industries-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(8, 36, 79, 0.5),
      rgba(40, 70, 119, 0.46),
      rgba(50, 87, 146, 0.28));

  pointer-events: none;
}

/* Animation */
.industries .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.industries .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.industries .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.industries .container .btn {
  animation: fadeInLeft 1s both 0.6s;
}

/* .industries .container .industry-right-bg {
  animation: fadeInRight 1s both 0.2s;
} */

.industries .container .list .item {
  animation: fadeInUp 1s both 0.5s;
}

.industries .container .industry-right {
  animation: fadeInRight 1s both 0.5s;
}

.industries .container .list .item .industry-detail {
  animation: fadeInUp 1s both 1s;
}

/*===========================
	End Industries Area CSS
=============================*/

/*===========================
	Start Why Choose Us Area CSS
=============================*/
.choose-us {
  background-color: #fbfaf5;
  padding: 27px 0 42px;
}

.choose-us .container .section-title {
  text-align: center;
}

.choose-us .container .title {
  color: #061d3f;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 18px 0;
  line-height: normal;
  text-transform: capitalize;
}

.choose-us .container .text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 44px;
}

.choose-us .choose-us-bg {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.choose-us .container .item .partner-feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.choose-us .container .item .partner-feature img {
  width: 29px;
  height: 30px;
  object-fit: cover;
}

.choose-us .container .item .partner-feature span {
  color: #061d3f;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-left: 15px;
}

.choose-us .container .item .description {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  text-align: left;
  padding-top: 15px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* Animation */
.choose-us .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.choose-us .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.choose-us .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.choose-us .choose-us-bg {
  animation: fadeInLeft 1s both 0.4s;
}

.choose-us .container .item {
  animation: fadeInRight 1s both 0.6s;
}

.choose-us .description {
  display: none;
}

.choose-us .partner-feature {
  cursor: pointer;
}

.choose-us .partner-feature .fa-chevron-down {
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.choose-us .partner-feature .fa-chevron-down.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


/*===========================
	End Why Choose Us Area CSS
=============================*/

/*===========================
	Start Case study Area CSS
=============================*/
.case-studies {
  background-color: #fff;
  padding: 54px 0 24px;
}

.case-studies .container .title {
  color: #061d3f;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 18px 0;
  line-height: normal;
  text-transform: capitalize;
}

.case-studies .container .text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 44px;
}

.case-studies .container .button .btn {
  border-radius: 24px;
  padding: 9px 16px;
}

/* Animation */
.case-studies .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.case-studies .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.case-studies .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.case-studies .container .item {
  overflow: hidden;
  margin: 13px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.case-studies .container .item:hover {
  box-shadow: 0px 3px 12px 0px #00000029;
  transition: box-shadow 400ms ease-out;
}

.case-studies .case-study-slider img {
  max-height: 250px;
  min-height: 250px;
  object-fit: contain;
}

.case-studies .container .item .tag {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1a5cbf;
  text-transform: uppercase;
  margin: 10px 8px 4px;
}

.case-studies .container .item .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #08244f;
  margin: 0 7px 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
  height: 60px;
}

/* Animation */
.case-studies .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.case-studies .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.case-studies .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.case-studies .container .item {
  animation: fadeInRight 1s both 0.6s;
}

.case-studies .container .btn {
  animation: fadeInLeft 1s both 0.6s;
}

/*===========================
	End Case study Area CSS
=============================*/

/*===========================
	Start Awards Area CSS
=============================*/
.awards {
  background-color: #08244f;
  padding: 35px 0 20px;
  height: 464px;
  margin-top: 100px;
  position: relative;
}

.awards .container .section-title {
  color: #c4e2f6;
}

.awards .container .title {
  color: #fbfaf5;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 18px 0;
  line-height: normal;
  text-transform: capitalize;
}

.awards .container .text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02rem;
  margin-bottom: 44px;
}

.awards .container .award-1 {
  height: 81px;
}

.awards .container .award-1 img {
  height: 100%;
}

.awards .container .award-2 {
  position: absolute;
  bottom: -20px;
}

.awards .container .button .btn {
  margin-top: 48px;
  border-radius: 24px;
  padding: 9px 16px;
}

/* Animation */
.awards .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.awards .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.awards .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.awards .container .award-1 {
  animation: fadeInUp 1s both 0.4s;
}

.awards .container .award-2 {
  animation: fadeInRight 1s both 0.6s;
}

.awards .container .btn {
  animation: fadeInLeft 1s both 0.6s;
}

/*===========================
	End Awards Area CSS
=============================*/

/*===========================
	Start Why Choose Us Area CSS
=============================*/
.clients {
  background-color: #fff;
  padding: 27px 0 80px;
}

.clients .container .section-title {
  text-align: center;
}

.clients .container .title {
  color: #061d3f;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 18px 0;
  line-height: normal;
  text-transform: capitalize;
}

.clients .container .text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 62px;
}

.clients .partner-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 55px;
}

.clients .partner-list img {
  width: 173px !important;
  height: 76px;
  object-fit: contain;
}

.clients .container {
  position: relative;
}

.clients .container>.btn {
  position: absolute;
  padding: 0;
  top: calc(50% - 24px);
  z-index: 2;
}

.clients .container .btn.feedbacks-prev-slider {
  left: 0;
}

.clients .container .btn.feedbacks-next-slider {
  right: 0;
  transform: rotate(180deg);
}

.clients .container .feedback-card {
  background-color: #f3faff;
  border-radius: 50px;
  height: 320px;
  padding: 0 48px;
}

.clients .container .feedback-card .avatar {
  border: 2px solid #325792;
  border-radius: 50%;
  padding: 9px;
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.clients .container .feedback-card .avatar>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.clients .container .feedback-card .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  letter-spacing: 0.01rem;
  text-align: center;
  color: #08244f;
  margin-top: 14px;
}

.clients .container .feedback-card .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #1a5cbf;
}

.clients .container .feedback-card .content {
  position: relative;
  padding: 28px 40px;
}

.clients .container .feedback-card .content>img {
  width: unset;
  position: absolute;
}

.clients .container .feedback-card .content>img:first-child {
  top: 0;
  left: 10px;
}

.clients .container .feedback-card .content>img:last-child {
  bottom: 0;
  right: 10px;
  transform: rotate(180deg);
}

.clients .container .feedback-card .content>p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
  color: #1d1d1b;
  margin-bottom: 0;
}

/* Animation */
.clients .container .section-title {
  animation: fadeInUp 1s both 0.2s;
}

.clients .container .title {
  animation: fadeInUp 1s both 0.2s;
}

.clients .container .text {
  animation: fadeInUp 1s both 0.4s;
}

.clients .partner-list {
  animation: fadeInUp 1s both 0.4s;
}

/*===========================
	Start About us Area CSS
=============================*/
.principle {
  padding: 65px 0;
  background-color: #fff;
  background: transparent url("../img/wave.png") no-repeat;
  background-position: 70%;
  background-size: cover;
}

.principle .container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.principle .container .intro {
  font-size: 28px;
  font-weight: 200;
  line-height: 80px;
  letter-spacing: 1px;
  text-align: left;
  max-width: 272px;
  color: #041228;
}

.principle .container .intro span {
  font-weight: 500;
  color: #1a5cbf;
}

.principle .container .principle-list .principle-item {
  position: relative;
  margin-left: 40px;
  margin-bottom: 50px;
}

.principle .container .principle-list .principle-item .number {
  border: 1px solid #ffffff;
  background: #0d3776;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  box-shadow: -6px 4px 10px 0px #00000040;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -109px;
}

.principle .container .principle-list .principle-item h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: left;
  color: #08244f;
  text-transform: uppercase;
}

.principle .container .principle-list .principle-item ul {
  padding-left: 28px;
}

.principle .container .principle-list .principle-item li {
  list-style: disc;
}

.principle .container .principle-list .principle-item li,
.principle .container .principle-list .principle-item p {
  color: #383838;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
  text-align: left;
}

.ceo-message {
  background-color: #fff;
  padding: 60px 0 42px;
}

.principle .container .title,
.ceo-message .container .title,
.teams .container .title,
.milestones .container .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #061d3f;
  margin-bottom: 33px;
}

.ceo-message .container .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f3faff;
  border-radius: 20px;
  column-gap: 10%;
  padding: 26px;
  position: relative;
}

.ceo-message .container .box .avatar {
  width: 302px;
  height: 290px;
  position: relative;
}

.ceo-message .container .box .avatar img {
  position: absolute;
  bottom: 60px;
  z-index: 0;
}

.ceo-message .container .box .avatar .name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 19px 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 328px;
  background-color: #f3faff;
  color: #08244f;
}

.ceo-message .container .box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: left;
}

.ceo-message .container .box .message {
  max-width: calc(100% - 302px - 10%);
}

.ceo-message .container .box .btn.btn-link {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 5px;
  color: #1d1d1b;
}

.ceo-message .container .box .read-more-para {
  display: none;
}

.ceo-message .container .box>img {
  transform: rotate(180deg);
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 32px;
}

.teams {
  background-color: #fff;
  padding: 40px 0 32px;
}

.teams .container .list .name-card {
  overflow: hidden;
  max-width: 262px;
  background-color: #dbebfa59;
  border-radius: 18px 19px 35px 0px;
}

.teams .container .list .name-card img {
  height: 277px;
  object-fit: cover;
}

.teams .container .list .name-card .content {
  margin: 6px 0px 6px 14px;
  padding: 7px 0 2px 7px;
  border-left: 2px solid #124797;
}

.teams .container .list .name-card .content p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #08244f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.teams .container .list .name-card .mb-custom {
  margin-bottom: 0 !important;
}

.teams .container .list .name-card .content p:last-child {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #373737;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.teams .container .list .owl-stage-outer {
  margin-bottom: 32px;
}

.milestones {
  /* height: calc(817 / 1440 * 100vw); */
  /* max-height: 817px; */
  padding-bottom: 20px;
  padding-top: 40px;
  background: #08244f url("../img/milestone-bg.png") no-repeat center;
  background-size: cover;
  height: auto;
}

.milestones #chartArrowDesktop {
  background: url("../img/about-us-timeline-pc.png") no-repeat center;
  background-size: contain;
  height: 656px;
  position: relative;
}

.milestones #chartArrowDesktop h4 {
  color: #fff;
}

.milestones #chartArrowDesktop p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 30px;
}

.milestones #chartArrowDesktop .content,
.milestones #chartArrowMobile .content {
  position: absolute;
}

.milestones #chartArrowDesktop .content:first-of-type {
  top: 36%;
  left: 65px;
  width: 281px;
}

.milestones #chartArrowDesktop .content:nth-of-type(2) {
  bottom: 5%;
  left: 30%;
  width: 261px;
}

.milestones #chartArrowDesktop .content:nth-of-type(3) {
  left: 40%;
  top: 25%;
  width: 256px;
}

.milestones #chartArrowDesktop .content:nth-of-type(4) {
  left: 63%;
  bottom: 15%;
  width: 286px;
}

.milestones #chartArrowDesktop .content:last-of-type {
  right: 8%;
  top: 6%;
  width: 244px;
}

.milestones .container .title {
  color: #fff;
}

/*===========================
	End About us Area CSS
=============================*/

/*===========================
	Start Service Area CSS
=============================*/
.services {
  background-color: #fff;
  padding: 70px 0 107px;
}

.services .container .column {
  margin-bottom: 60px;
}

.services .container .service-card {
  border-radius: 10px;
  background-color: #f3faff;
  padding: 24px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services .container .service-card .image {
  aspect-ratio: 456 / 356;
  margin: 0 53px 24px;
  border-radius: 25px;
  width: calc(100% - 106px);
  overflow: hidden;
  background-color: #fff;
}

.services .container .service-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services .container .service-card .content {
  padding: 0 36px;
  flex: 1;
}

.services .container .service-card h3 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.services .container .service-card p {
  font-size: 24px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services .container .service-card .button {
  text-align: center;
}

.services .container .service-card a {
  color: #fff;
  padding: 11px 16px;
  border-radius: 24px;
}

/*===========================
	End Service Area CSS
=============================*/

/*===========================
	Start Address Area CSS
=============================*/
.address {
  padding: 72px 0 0px;
}

.address .address-container {
  display: grid;
  grid-template-columns: 40% 60%;
  padding-top: 70px;
  margin-bottom: 20px;
}

.address .address-container .map {
  padding-top: 16px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.address .address-container .map iframe {
  background-color: #d9d9d9;
}

.address .address-container .content {
  padding-top: 16px;
  border-left: 1px solid #000000;
  padding-left: 46px;
  display: grid;
  grid-template-columns: 94px auto;
  position: relative;
}

.address .address-container .content i {
  position: absolute;
  font-size: 8px;
  transform: rotate(45deg);
  top: -4px;
  left: -4.5px;
}

.address .address-container .content .title {
  position: absolute;
  top: -70px;
  left: -45px;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 1px;
  text-align: center;
  min-width: 88px;
  color: #041228;
}

.address .address-container .content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}

.address .address-container .content ul {
  padding-left: 30px;
}

.address .address-container .content li {
  list-style: disc;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
}

/*===========================
	End Address Area CSS
=============================*/

/*===========================
	Start Overview Area CSS
=============================*/
.history {
  padding: 16px 0 65px;
}

.overview {
  padding: 37px 0 56px;
  background: transparent url("../img/wave-3.png") no-repeat;
  background-position: 70%;
  background-size: cover;
}

.history .container .title,
.overview .container .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #061d3f;
  margin-bottom: 34px;
}

.history .container .text,
.overview .container .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  margin-bottom: 52px;
}

.history .history-container {
  display: grid;
  grid-template-columns: 43% 57%;
  padding-top: 70px;
  margin-bottom: 20px;
}

.history .history-container .image {
  padding-right: 50px;
}

.history .history-container .image p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  margin-top: 12px;
}

.history .history-container .content {
  border-left: 1px solid #000000;
  padding-left: 46px;
  position: relative;
}

.history .history-container .content i {
  position: absolute;
  font-size: 8px;
  transform: rotate(45deg);
  top: -4px;
  left: -4.5px;
}

.history .history-container .content .title {
  position: absolute;
  top: -70px;
  left: -45px;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 1px;
  text-align: center;
  min-width: 88px;
  color: #041228;
}

.history .history-container .content-item {
  display: grid;
  grid-template-columns: 45px auto;
}

.history .history-container .content-item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  height: fit-content;
}

.history .history-container .content-item ul {
  margin-bottom: 20px;
}

.history .history-container .content-item li {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
}

.overview .container .board {
  background: #f3faff;
  padding: 8px 20px;
  box-shadow: 0px 3px 3px 0px #38383826;
}

.overview .container .board .board-container {
  max-width: 1055px;
  margin: auto;
  display: grid;
  grid-template-columns: 174px auto;
  align-items: center;
}

.overview .container .board .board-container label {
  color: #124797;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}

.overview .container .board .board-container .value {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  padding: 13px 16px 13px 42px;
}

.overview .container .board .board-container .value:not(:last-child) {
  border-bottom: 1px solid #363a3c1a;
}

.overview .container .board .board-container .value ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.overview .container .board .board-container .value .list-custom {
  display: grid;
  grid-template-columns: 50% 50%;
}

.overview .container .board .board-container .value li {
  list-style: disc;
}

/*===========================
	End Overview Area CSS
=============================*/

/*===========================
	Start Our team Area CSS
=============================*/
.our-team {
  background: #fff url("../img/wave-4.png") repeat top center;
  background-size: cover;
}

.our-team .team {
  padding: 80px 0 30px;
}

.our-team .team:nth-child(even) {
  background-color: rgba(243, 250, 255, 0.5);
}

.our-team .team .member img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.our-team .team .member h3 {
  color: rgba(8, 36, 79, 1);
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  margin: 25px 0 8px;
  text-transform: uppercase;
}

.our-team .team .member p {
  color: rgba(55, 55, 55, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.our-team .team .member ul {
  padding-left: 26px;
}

.our-team .team .member li {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: left;
  color: rgba(29, 29, 27, 1);
  list-style: disc;
}

/*===========================
	End Our team Area CSS
=============================*/

/*===========================
	Start Our team Area CSS
=============================*/
.award {
  padding: 30px 0 75px;
  background: #fff url("../img/wave-5.png") no-repeat center top;
  background-size: cover;
}

.award .container .title {
  display: flex;
  align-items: flex-end;
  column-gap: 27px;
  margin: 45px 0;
}

.award .container .title span {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.award .container .title hr {
  flex: 1;
}

.award .group-item {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 97px;
}

.award .container .item {
  padding: 20px;
  max-width: 322px;
  text-align: center;
}

.award .container .item img {
  height: 100px;
  margin-bottom: 12px;
}

.award .container .item p {
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}

/*===========================
	End Our team Area CSS
=============================*/

/*===========================
	Start Contact Area CSS
=============================*/
.contact-section .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #124797;
  margin-bottom: 20px;
}

.contact-section .text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
}

.contact-form .banner {
  width: calc(510 / 1440 * 100%);
  background-size: cover;
  padding-right: 39px;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fbfaf5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
}

.contact-form .form-main {
  color: #808080;
}

.contact-form .form-main .form-layout p {
  width: calc(50% - 25px / 2);
}

.contact-form .form-main>p {
  width: 100%;
}

.contact-form .form-main label,
.contact-form ::placeholder,
.form-group-recruitment label,
.form-group-recruitment ::placeholder {
  color: #808080;
  width: 100%;
}

.contact-form .form-main .form-layout:nth-child(4) p {
  width: 100%;
}

.contact-form .form-main input,
.form-main select,
.form-main textarea,
.form-group-recruitment .content-form input {
  width: 100%;
  height: 50px;
  background-color: #f2f7fb;
  border: none;
  color: #808080;
  outline: none;
  padding: 0 13px;
}

.contact-form .form-main textarea {
  height: 170px;
}

.contact-form .form-main .form-layout {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.form-group-recruitment .content-form .upload_cv {
  height: auto;
  padding: 16px;
}

.contact-form .button-form {
  text-align: center;
}

.form-group-recruitment .button-form input {
  padding: 15px 24px;
}

.contact-form .primary,
.form-group-recruitment .primary {
  padding: 15px;
  border-radius: 24px;
}

.contact-form span,
.form-group-recruitment span {
  color: red;
}

select {
  text-indent: 1px;
  text-overflow: "";
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  border: none;
  background: transparent url("https://bau-homepage.bappartners.com/wp-content/uploads/2024/05/Arrow-Right.svg") no-repeat 96%;
}

.contact-form .form-container {
  padding: 48px 25px;
  max-width: 815px;
  position: relative;
}

.contact-address {
  background-color: #f3faff;
  padding: 55px 0 62px;
}

.contact-address .container .address-card {
  padding: 20px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}

.contact-address .container .address-card .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-address .container .address-card .card-item {
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 11px;
}

.contact-address .container .address-card iframe {
  border-radius: 10px;
  background: #d9d9d9;
}

.contact-email {
  padding: 27px 0;
  background: #fff url("../img/wave-6.png") no-repeat center;
  background-size: cover;
}

.contact-email .item {
  padding: 12px;
}

.contact-email .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px #0000001a;
  aspect-ratio: 1;
  border-radius: 50%;
  max-width: 157px;
  margin: auto;
}

.contact-email .item a:hover {
  transform: scale(1.1);
  transition: transform 500ms ease-out;
}

.contact-email .item .item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #08244f;
  margin: 14px 0;
}

.contact-email .item .item-email {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #383838;
}

/*===========================
	End Contact Area CSS
=============================*/
/*===========================
	Start Service Detail Area CSS
=============================*/
.service-detail .introduction, .service-detail .reason_build
, .service-detail .reason_choose, .service-detail .development_process, .service-detail .list_case_study 
{
  padding: 50px 0px;
}
.service-detail .introduction .content h2, .service-detail .reason_build .content h2,
.service-detail .reason_choose .content h2 , .service-detail .development_process .content h2,
.service-detail .list_case_study h2
{
  color: var(--main-color-dark-2);
  font-size: 50px;
  font-weight: 500; 
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.service-detail .introduction .content p, .service-detail .reason_build .content p,
.service-detail .reason_choose .content .item, .service-detail .development_process .content p 
{
  color: var(--color-text);
  font-size: var(--font-size-text-large);
  line-height: 35px;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 300;
}
.service-detail .introduction .thumb img {
  width: 569px;
  height: 383px;
  object-fit: contain;
}
.service-detail .reason_build {
  margin-top: 50px;
}
.service-detail .reason_build .content .contact-poster {
  width: 461px;
  height: 275px;
  border-radius: 20px;
  position: sticky;
  top: 110px;
}
.service-detail .reason_build .content .contact-poster .content-poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 36px 58px;
}
.service-detail .reason_build .content .contact-poster .content-poster h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}
.service-detail .owl-carousel .owl-item img {
  height: 380px;
  object-fit: contain;
}
.service-detail .reason_build .content .contact-poster .content-poster .btn-light,
.service-detail .contact_detail_services .btn-light
{
  padding: 0 16px;
  border-radius: 24px;
  width: 100%;
  max-width: 193px;
  height: 48px;
  max-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: var(--font-size-text-normal);
  font-weight: 500;
}
.service-detail .reason_build .list h4 {
  font-weight: 500;
  font-size: var(--font-size-text-normal);
  line-height: 24px;
  margin-bottom: 0;
  color: var(--main-color);
}
.service-detail .reason_build .list p, .service-detail .reason_build .list li {
  font-size: var(--font-size-text-normal);
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
}
.service-detail .reason_build .list .fa-check-circle {
  font-size: 22px;
}
.service-detail .reason_build .list li {
  margin-bottom: 15px;
}
.service-detail .reason_build .list ul {
  padding-left: 30px;
  margin: 25px 0 40px;
}
.service-detail .reason_choose .content .item {
  display: flex;
  align-items: start;
  column-gap: 10px;
  margin-bottom: 30px;
  padding-right: 50px;
}
.service-detail .reason_choose .content .item .fa-check-circle {
  color: var(--primary-color-medium);
  font-size: 18px;
  margin-top: 10px;
}
.service-detail .reason_choose .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 2px;
}
.service-detail .development_process .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #38383850;
}
.service-detail .development_process .step:last-child {
  border: none;
  padding: 0;
}
.service-detail .development_process .step h5 {
  font-size: 48px;
  font-weight: 500;
  color: var(--primary-color-medium);
}
.service-detail .development_process .step h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: var(--primary-color-medium);
}
.service-detail .contact_detail_services {
  max-height: 232px;
  height: 232px;
}
.service-detail .contact_detail_services h3 {
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
}
.service-detail .list_case_study .list_items {
  gap: 30px;
}
.service-detail .list_case_study .items {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  padding: 0;
  border-radius: 8px;
  width: calc((100% / 3) - 20px);
  transition: box-shadow 0.5s ease;
}
.service-detail .list_case_study .items:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-detail .list_case_study .items:hover .card-img {
  transform: scale(1.05);
}
.service-detail .list_case_study .items .card-img  {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  padding: 10px;
  height: 30vw;
  max-height: 200px;
}
.service-detail .list_case_study .card-texts {
  padding: 0 15px;
}
.service-detail .list_case_study .card-texts h3 {
  font-weight: 500;
  font-size: var(--font-size-text-large);
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
}
.service-detail .list_case_study .card-texts p {
  color: var(--color-text);
  font-size: var(--font-size-text-normal);
  text-align: justify;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
}
.service-detail .list_case_study a  {
  text-decoration: none;
  color: var(--main-color);
}
/** Pagination **/
.service-detail .pagination {
  gap: 16px;
}

.service-detail .pagination li a {
  border-radius: 5px;
  border: none;
  box-shadow: 0px 4px 4px 0px #00000026;
  color: #38383880;
}

.service-detail .pagination li.active a {
  background-color: #08244f;
  color: #fff;
}

/*===========================
	End Service Detail Area CSS
=============================*/
/*===========================
	Start News and Resources Area CSS
=============================*/
.basic-section .custom-container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
}

.basic-section:nth-child(odd) {
  background: #fff;
  padding: 40px 0;
}

.basic-section:nth-child(even) {
  background: #f3faff;
  padding: 40px 0;
}

.basic-section .container .title {
  display: flex;
  align-items: flex-end;
  column-gap: 27px;
  margin-bottom: 45px;
}

.basic-section .container .title span {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
  text-transform: capitalize;
}

.basic-section .container .title hr {
  flex: 1;
}

.basic-section .container .subtitle {
  color: #124797;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 21px;
}

.basic-section .see-more-btn {
  padding: 11px 16px;
  border-radius: 24px;
  margin-top: 44px;
}

.cus-card.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 20px 0px #00000029;
}

.cus-card.card a {
  overflow: hidden;
}

.cus-card.card:not(:last-child) {
  margin-bottom: 24px;
}

.cus-card.card:hover {
  box-shadow: 0px 3px 28px 0px #00000060;
  transition: box-shadow 400ms ease;
}

.cus-card.card:hover img {
  transform: scale(1.2);
}

.cus-card.card.card-left {
  flex-direction: row;
  align-items: stretch;
}

.cus-card.card.card-right {
  flex-direction: row-reverse;
  align-items: stretch;
}

.cus-card.card.card-left .card-body {
  padding: 8px 8px 8px 16px;
}

.cus-card.card.card-right .card-body {
  padding: 8px 16px 8px 8px;
}

.cus-card.card .card-body {
  padding: 16px 8px 8px 8px;
  flex: 1;
  min-height: 174px;
}

.cus-card.card img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 536 / 374;
}

.cus-card.card.card-left img,
.cus-card.card.card-right img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 206 / 153;
}

.cus-card.card.card-left>a,
.cus-card.card.card-right>a {
  width: calc(206 / 567 * 100%);
  display: inline-block;
}

.cus-card.card .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #041228;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

.cus-card.card.card-center .card-title {
  text-align: center;
  display: block;
}

.cus-card.card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

.cus-card.card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #1d1d1b;
}

.press-release-slider {
  position: relative;
}

.basic-section .owl-item.center {
  transform: scale(1.15) translateY(-10%);
  transition: transform 400ms ease;
  z-index: 3;
}

.basic-section .owl-nav {
  height: 0;
}

.tv-channels-section .owl-stage {
  padding-top: 100px !important;
}

.tv-channels-section .cus-card.card .card-body {
  padding: 8px;
}

.tv-channels-section .cus-card.card .card-title {
  height: 48px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.basic-section .owl-nav .owl-prev,
.basic-section .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  box-shadow: 0px 3px 16px 0px #00000029;
  color: #041228 !important;
  border-radius: 8px !important;
  padding: 4px 2px 4px 8px !important;
  background: linear-gradient(270deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 48.57%) !important;
}

.basic-section .owl-nav .owl-prev {
  left: 16px;
  transform: rotate(180deg);
}

.basic-section .owl-nav .owl-next {
  right: 16px;
}

.basic-section .owl-nav .owl-prev:hover,
.basic-section .owl-nav .owl-next:hover {
  background-color: #fff !important;
  transition: background-color 400ms ease;
}

.basic-section .owl-stage {
  padding: 24px 0;
}

/*===========================
	End News and Resources Area CSS
=============================*/

/*===========================
	Start News Area CSS
=============================*/
.news {
  background-color: #fff;
  padding: 37px 0;
}

.news .slider-card {
  display: flex;
  flex-direction: row;
}

.news .slider-card a:has(img) {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  min-width: 50%;
  max-width: 50%;
}

.news .slider-card img {
  aspect-ratio: 564 / 374;
  object-fit: cover;
}

.news .slider-card .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #061d3f;
  margin-bottom: 22px;
}

.news .slider-card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 22px;
  color: #1d1d1b;
}

.news .slider-card .card-body {
  padding-right: 8px;
}

.news .slider-card:hover img {
  transform: scale(1.2);
}

.news .news-card,
.news .nav-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 20px 0px #00000029;
}

.news .news-card {
  margin-bottom: 30px;
}

.news .nav-card {
  margin-bottom: 22px;
}

.news .news-card a:has(img) {
  display: block;
  overflow: hidden;
  min-width: calc(267 / 672 * 100%);
  max-width: calc(267 / 672 * 100%);
}

.news .nav-card a:has(img) {
  display: block;
  overflow: hidden;
  min-width: calc(150 / 458 * 100%);
  max-width: calc(150 / 458 * 100%);
}

.news .news-card img {
  aspect-ratio: 267 / 243;
  object-fit: cover;
  border-radius: 8px;
}

.news .nav-card img {
  aspect-ratio: 150 / 131;
  object-fit: cover;
  border-radius: 8px;
}

.news .news-card .card-body,
.news .nav-card .card-body {
  padding: 8px 8px 8px 20px;
}

.news .news-card .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #041228;
  margin-bottom: 10px;
}

.news .nav-card .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;

  color: #041228;
  margin-bottom: 10px;
}

.news .news-card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #1d1d1b;
  margin-bottom: 10px;
}

.news .news-card .text-muted,
.news .slider-card .text-muted,
.news .nav-card .text-muted {
  color: #676e73 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

.news .card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

.news .news-card:hover,
.news .nav-card:hover {
  box-shadow: 0px 3px 28px 0px #00000060;
  transition: all 0.4s ease;
}

.news .news-card:hover img,
.news .nav-card:hover img {
  transform: scale(1.2);
}

.news .container .title {
  display: flex;
  align-items: flex-end;
  column-gap: 14px;
  margin: 34px 0;
}

.news .container .title span {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
  text-transform: capitalize;
}

.news .container .title hr {
  flex: 1;
}

.news .news-slider {
  position: relative;
}

.news .news-slider .owl-dots {
  margin-left: calc(50% + 20px);
  text-align: left;
}

/**Search box **/
.search-box {
  background: #fff;
  display: flex;
  border-radius: 15px;
  border: 1px solid #c1c1c1cc;
  position: relative;
  overflow: hidden;
}

.search-box input {
  height: 60px;
  width: 100%;
  outline: none;
  padding-left: 16px !important;
  padding-right: 60px !important;
  border: none !important;
  font-size: 20px;
}

.search-box input::placeholder {
  color: #989898;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

.search-box button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  font-size: 24px;
  color: #696969;
}

/*===========================
	End News Area CSS
=============================*/

/*===========================
	Start Knowledge Area CSS
=============================*/
.knowledge .tags {
  text-align: center;
  margin-bottom: 20px;
}

.knowledge .tags a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.knowledge .card.card-left {
  display: flex;
  flex-direction: row;
}

.knowledge .card.card-right {
  display: flex;
  flex-direction: row-reverse;
}

.knowledge .card.card-left:not(:last-child),
.knowledge .card.card-right:not(:last-child) {
  margin-bottom: 30px;
}

.knowledge .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0px #00000029;
}

.knowledge .card a {
  display: block;
  overflow: hidden;
}

.knowledge .card.card-left>a,
.knowledge .card.card-right>a {
  min-width: calc(206 / 567 * 100%);
  max-width: calc(206 / 567 * 100%);
}

.knowledge .card.card-left img,
.knowledge .card.card-right img {
  aspect-ratio: auto;
  border-radius: 8px !important;
  height: 100%;
}

.knowledge .card img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.knowledge .card .card-body {
  padding: 11px;
  min-height: 174px;
}

.knowledge .card.card-left .card-body {
  padding: 8px 8px 8px 11px;
}

.knowledge .card .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #08244f;
  margin-bottom: 10px;
}

.knowledge .card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

.knowledge .card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #1d1d1b;
  margin-bottom: 10px;
}

.knowledge .card:hover {
  box-shadow: 0px 3px 28px 0px #00000060;
  transition: all 0.4s ease;
}

.knowledge .card:hover img {
  transform: scale(1.2);
}

/*===========================
	End Knowledge Area CSS
=============================*/

/*===========================
	Start Press release Area CSS
=============================*/
.press-release {
  background: linear-gradient(162.32deg,
      rgba(217, 232, 255, 0.198) 4.18%,
      rgba(106, 146, 204, 0.04) 97.54%),
    url("../img/wave-7.png") no-repeat center bottom !important;
  background-size: cover !important;
}

.press-release .card:hover {
  box-shadow: 0px 3px 28px 0px #00000060;
  transition: all 400ms ease;
}

.press-release .card:hover img {
  transform: scale(1.2);
}

.press-release .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0px #00000029;
}

.press-release .card-layout .card a {
  display: block;
  overflow: hidden;
  max-height: 206.6px;
}

.press-release .card-layout .card img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.press-release .card-layout .card .card-body {
  padding: 11px 15px;
}

.press-release .card.card-left .card-body {
  padding: 8px 8px 8px 11px;
}

.press-release .card-layout .card .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #08244f;
  margin-bottom: 10px;
}

.press-release .card-layout .card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

.press-release .card-layout .card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #1d1d1b;
}

.press-release .card-overlay {
  height: 256px;
  overflow: hidden;
}

.press-release .card-overlay:not(:last-child) {
  margin-bottom: 25px;
}

.press-release .card-overlay .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  background: linear-gradient(0deg,
      #223c67 0%,
      rgba(217, 217, 217, 0) 66.01%,
      rgba(34, 60, 103, 0) 66.01%);
}

.press-release .card-overlay .card-img {
  height: 100%;
  object-fit: cover;
}

.press-release .card-overlay .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  width: 100%;
}

.press-release .card-overlay .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  width: 100%;
}

.press-release .card-overlay a:hover img {
  filter: blur(1px);
  text-decoration: none;
}

/*===========================
	End Press release Area CSS
=============================*/
/*===========================
	Start Tv Channels Area CSS
=============================*/
.tv-channels {
  padding: 50px 0;
  background: #fff url("../img/wave-8.png") no-repeat center;
  background-size: cover;
}

.tv-channels .container .card {
  background: transparent;
}

.tv-channels .container .card a {
  width: 100%;
  /* aspect-ratio: 567 / 343; */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tv-channels .container .card a:hover .force-overlay {
  opacity: 1;
}

.tv-channels .container .card a .force-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  font-size: 92px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background: linear-gradient(0deg,
      #223c67 0%,
      rgba(217, 217, 217, 0) 66.01%,
      rgba(34, 60, 103, 0) 66.01%);
  transition: opacity 400ms ease-out;
}

.tv-channels .container .card img {
  object-fit: cover;
  height: 350px;
}

.tv-channels .container .primary-card .card-body {
  text-align: center;
}

.tv-channels .container .primary-card .card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 18px;
  color: #08244f;
}

.tv-channels .container .card .card-body {
  padding: 20px 0;
}

.tv-channels .container .card:not(.primary-card) .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
}

.tv-channels .container .card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

/*===========================
	End Tv Channels Area CSS
=============================*/

/*===========================
	Start Hiring Area CSS
=============================*/
.hiring {
  background: linear-gradient(49.16deg,
      #f3faff -21.02%,
      rgba(243, 250, 255, 0) 101.77%),
    url(../img/wave-9.png) no-repeat center;
  background-size: cover;
  padding: 34px 0 83px 0;
  position: relative;
}

.hiring .container .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #08244f;
  margin-bottom: 32px;
}

.hiring .container .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.hiring .container .tab .tab-item {
  font-size: 24px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.hiring .container .tab .tab-item {
  padding: 8px 12px;
  cursor: pointer;
}

.hiring .container .tab .tab-item:hover {
  border-bottom: 1px solid #08244f;
}

.hiring .container .tab .tab-item.active {
  border-bottom: 3px solid #08244f;
}

.hiring .container .row .col {
  margin-bottom: 30px;
}

.hiring .container .cus-card .card-body {
  text-align: center;
}

.hiring .container .cus-card .card-title {
  margin-bottom: 0px;
}

.hiring .container.result-form h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.hiring .container.result-form h3 span {
  text-transform: capitalize;
}

.close-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #08244F;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #08244F;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #fff;
  top: 7px;
  left: 13px;
}

.close-btn::before {
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

.close-btn:hover::before,
.close-btn:hover::after {
  background-color: #08244F;
}

.close-btn:hover {
  background-color: #fff;
}

/*  */

.life-at-bap {
  padding: 33px 0 53px 0;
  background: linear-gradient(110.82deg,
      #f3faff -20.28%,
      rgba(243, 250, 255, 0.4) 75.15%,
      rgba(243, 250, 255, 0) 149.75%);
}

.life-at-bap .container .title {
  color: #08244f;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 14px;
}

.life-at-bap .container .text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}

.life-at-bap .container .life-img {
  width: 100%;
  object-fit: cover;
}

.life-at-bap .container .life-img.left {
  aspect-ratio: 568 / 344;
  margin-bottom: 22px;
}

.life-at-bap .container .life-img.right {
  aspect-ratio: 568 / 419;
  margin-bottom: 19px;
}

.life-at-bap .container .join-us {
  margin-top: 60px;
  padding: 60px 20px;
  border-radius: 20px;
  background: linear-gradient(269.04deg, #08244f 0.36%, #223c67 100%);
}

.life-at-bap .container .join-us .content {
  max-width: 898px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.life-at-bap .container .join-us h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.life-at-bap .container .join-us .btn {
  padding: 11px 13px;
  border-radius: 24px;
  color: #08244f;
}

.career-search-toolbar {
  margin-top: -109px;
}

.career-search-toolbar .container {
  background: #fff;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}

.career-search-toolbar .container form {
  max-width: 989px;
  margin: 0 auto;
}

.career-search-toolbar .container .flex-grow {
  flex: 1;
}

.career-search-toolbar .container .form-item {
  display: flex;
  flex-direction: column;
  margin-right: 46px;
}

.career-search-toolbar .container .form-item label {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
}

.career-search-toolbar .container .form-item .form-select-box {
  border: 0.8px solid #383838;
  border-radius: 10px;
  width: 158px;
  position: relative;
  overflow: hidden;
}

.career-search-toolbar .container .form-item .form-select-box select {
  width: 100%;
  padding: 8px 14px;
  border: none;
  outline: none;
}

.career-search-toolbar .container .form-item .form-select-box i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.career-search-toolbar .container .form-item .form-search-box {
  border: 0.8px solid #383838;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.career-search-toolbar .container .form-item .form-search-box input {
  width: 100%;
  padding: 8px 14px 8px 50px;
  border: none;
  outline: none;
  width: 100%;
}

.career-search-toolbar .container .form-item .form-search-box input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #00000033;
}

.career-search-toolbar .container .form-item .form-search-box i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.career-search-toolbar .container .btn {
  padding: 11px 30px;
  border-radius: 24px;
}

/*===========================
	End Hiring Area CSS
=============================*/

/*===========================
	Start Industries Area CSS
=============================*/

.industries-banner .box {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  min-height: 100vh;
  padding: 0 0 45px 0;
}

.industries-banner .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.industries-banner .box .content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}

.industries-banner .box .content .slider-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  max-width: 90%;
}

.industries-banner .box .content .btn {
  margin-top: 44px;
  padding: 11px 16px;
  border-radius: 24px;
  border-width: 2px;
}

.industries-banner .box .statistic {
  display: grid;
  grid-template-columns: auto calc(427 / 1440 * 100%);
  align-items: center;
}

.industries-banner .box .feature {
  background: #223c67b2;
  padding: 27px 41px 27px 0;
}

.industries-banner .box .feature .feature-container {
  display: flex;
  justify-content: space-between;
  max-width: calc(816 / 950 * 100%);
  margin-left: auto;
}

.industries-banner .box .feature .item {
  max-width: 188px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fbfaf5;
}

.industries-banner .box .feature .item .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}

.industries-detail {
  background-color: #ffffff;
}

.industries-detail .industries-services,
.industries-detail .industries-product,
.industries-detail .industries-why-choose-us {
  padding: 48px 0;
}

.industries-detail .title {
  color: #061d3f;
  font-size: 50px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.industries-detail .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  max-width: 80%;
}

.industries-detail .services {
  margin-top: 64px;
  padding: 24px 24px 24px 0;
  background: linear-gradient(180.09deg,
      #e8f5ff 0.08%,
      rgba(243, 250, 255, 0.941897) 40.24%,
      rgba(243, 250, 255, 0.44) 99.92%);
  border-radius: 30px;
  gap: 1.75rem;
}

.industries-detail .services .list {
  flex: 1;
  gap: 11px;
}

.industries-detail .services a {
  padding: 11px 11px 5px;
  text-transform: uppercase;
  color: #6e757a !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}

.industries-detail .services a:hover {
  color: #124797 !important;
}

.industries-detail .services a.active {
  border-left: 3px solid #0d3776;
  color: #124797 !important;
}

.industries-detail .services .image-box {
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover !important;
  min-height: 373px;
  padding: 16px 24px 16px 32px;
  max-width: 654px;
}

.industries-detail .industries-why-choose-us .list {
  display: grid;
  grid-template-columns: calc(50% - 179px) calc(50% - 179px);
  gap: 110px 33%;
  background: url(../img/choose-us.png) no-repeat center;
  background-size: 33% auto;
  padding-top: 54px;
}

.industries-detail .industries-why-choose-us .item .partner-feature {
  color: #325792;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
}

.industries-detail .industries-why-choose-us .item:nth-child(odd) .partner-feature {
  text-align: right;
}

.industries-detail .industries-why-choose-us .item .description {
  color: #383838;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-bottom: 0;
}

.cussess-stories-slider .owl-item {
  padding: 0 10px;
}

.industries-detail .industries-product .product {
  margin: 20px 0;
  padding: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.industries-detail .industries-product .product .product-img img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin: auto;
}

.industries-detail .industries-product .product:hover {
  box-shadow: 0px 3px 12px 0px #00000029;
  transition: box-shadow 800ms ease;
}

.industries-detail .industries-product .product .group-result {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 800ms ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries-detail .industries-product .product:hover .group-result {
  transform: translateX(-15px);
  opacity: 1;
  background: #061d3fbf;
  z-index: 99;
  height: 210px;
  max-height: 210px;
  width: 100%;
  padding: 0 10px 0 25px;
}

.industries-detail .industries-product .product .info li {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}

.industries-detail .industries-product .product .info .result {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.industries-detail .industries-product .product .info li span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
}

.industries-detail .industries-product .product .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #08244f;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 5px;
  max-height: 64px;
  min-height: 60px;
}

.industries-detail .industries-product .product .info .description {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
  height: 80px;
}

.industries-detail .owl-prev, .single-knowledge .related-article .owl-prev {
  left: -25px;
  position: absolute;
  top: 50%
}

.industries-detail .owl-next, .single-knowledge .related-article .owl-next {
  right: -25px;
  position: absolute;
  top: 50%;
}

.owl-theme .owl-nav [class*='owl-'] {
  background: transparent !important;
  color: #061d3f !important;
  font-size: 16px !important;
}

/*===========================
	End Industries Area CSS
=============================*/

/*===========================
	Start Case Study CSS
=============================*/
.case-study-banner {
  width: 100%;
  height: 500px;
  background-color: #08244F;
}

.case-study-banner .wrapper {
  width: 100%;
  height: 500px;
  background-color: #08244F;
}

.case-study-banner .wrapper {
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 20px;
}

.case-study-banner .wrapper button {
  margin-top: 175px;
  background-color: #FFCC4A;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 11px 12px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.case-study-banner .wrapper p {
  margin-top: 25px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #ffffff;
  max-width: 1075px;
}


.case-study {
  width: 100%;
}

.case-study .container {
  max-width: 1520px;
}

.case-study .container .wrapper {
  margin: 100px 0 150px;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.case-study .container .content {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
}

.case-study .container .content .box,
.more .container .content .end .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 25px; */
  box-shadow: 0px 3px 4px 2px #0000000D;
  padding: 10px;
  margin-bottom: 40px;
  border-radius: 10px;
  max-width: 900px;
  width: 100%;
}

.case-study .container .content .box.reverse,
.more .container .content .end .box.reverse {
  flex-direction: row-reverse;
  background-color: #F5F8FF;
}

.case-study .container .content .box a,
.more .container .content .end .box a {
  border-radius: 5px;
  overflow: hidden;
}

.case-study .container .content .box .box-title,
.more .container .content .end .box .box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1A5CBF;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.case-study .container .content .box .box-text,
.more .container .content .end .box-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 30px;
  max-width: 438px;
}

.case-study .container .content .box .box-icon,
.more .container .content .end .box .box-icon {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 30px;
  margin-bottom: 44px;
}

.case-study .container .content .box .box-icon-wp,
.more .container .content .end .box .box-icon-wp {
  font-size: 10px;
  line-height: 7.2px;
  letter-spacing: 10%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.case-study .container .content .box .box-icon-wp img,
.more .container .content .end .box .box-icon-wp img {
  width: 40px;
  object-fit: contain;
}

.case-study .container .content .box .box-btn,
.more .container .content .end .box .box-btn {
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  padding: 16px;
  margin-left: -16px;
  outline: none;
  text-decoration: none;
}

.case-study .container .content .box .box-btn i,
.more .container .content .end .box .box-btn i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study .container .content .box .box-img,
.more .container .content .end .box .box-img {
  object-fit: contain;
  width: 374px;
  height: 220px;
  font-size: 10px;
}

.case-study .container .sub-content,
.more .container .sub-content {
  width: 100%;
  max-width: 400px;
  padding: 10px;
}

.case-study .container .sub-content a,
.more .container .sub-content a {
  text-decoration: none;
}

.case-study .container .sub-content .search,
.more .container .wrapper .sub-content .search {
  position: relative;
}

.case-study .container .sub-content .search input,
.more .container .sub-content .search input {
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #989898;
  border: 1px solid #C1C1C1CC;
  border-radius: 12px;
}

.case-study .container .sub-content .search .icon,
.more .container .sub-content .search .icon {
  position: absolute;
  top: 20px;
  right: 27px;
  font-size: 20px;
  color: #696969;
  cursor: pointer;
}

.case-study .container .sub-content .category,
.more .container .sub-content .category {
  background-color: #FBFAF5;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 20px 30px;
}

.case-study .container .sub-content .category h3,
.case-study .container .sub-content .tag h3,
.more .container .sub-content .category h3,
.more .container .sub-content .tag h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  margin-bottom: 25px;
}

.case-study .container .sub-content .category .info,
.case-study .container .sub-content .tag .info,
.more .container .sub-content .category .info,
.more .container .sub-content .tag .info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 8px;
}

.case-study .container .sub-content .category .info a,
.case-study .container .sub-content .tag .info a,
.more .container .sub-content .category .info a,
.more .container .sub-content .tag .info a {
  text-decoration: none;
}

.case-study .container .sub-content .category .info .item,
.case-study .container .sub-content .tag .info .item,
.more .container .sub-content .category .info .item,
.more .container .sub-content .tag .info .item {
  margin-bottom: -10px;
  border-radius: 14px;
  border: 1.5px solid #C1C1C1;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #696969;
  background: transparent;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.case-study .container .sub-content .category .info .item.checked,
.case-study .container .sub-content .tag .info .item.checked,
.more .container .sub-content .category .info .item.checked,
.more .container .sub-content .tag .info .item.checked {
  color: #195CBF;
  border: 2px solid #195CBF;
}

.case-study .container .sub-content .category .info .item i,
.more .container .sub-content .category .info .item i {
  display: none;
}

.case-study .container .sub-content .category .info .item.checked i,
.more .container .sub-content .category .info .item.checked i {
  font-size: 15px;
  margin-right: 10px;
  display: block;
}

.case-study .container .sub-content .tag,
.more .container .sub-content .tag {
  background-color: #F5F5F5B2;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 20px 30px;
  ;
}

.case-study .container .content .page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.case-study .container .content .page span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #989898;
  cursor: pointer;
}

.case-study .container .content .page span.checked {
  padding: 7px 14px;
  border: 1px solid #195CBF;
  color: #195CBF;
  border-radius: 100%;
}

.case-study .container .content .page i {
  font-size: 12px;
  cursor: pointer;
}

/*===========================
	End Case Study CSS
=============================*/

/*===========================
	Start More CSS
=============================*/
.more {
  width: 100%;
}

.more .container {
  max-width: 100%;
}

.more .container .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 550px;
  background-color: #08244F;
  width: 100%;
  justify-content: center;
}

.more .container .banner button {
  background-color: #FFCC4A;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 11px 12px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.more .container .banner p {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  padding: 0 20px;
  max-width: 1440px;
}

.more .container .wrapper {
  margin-bottom: 160px;
  display: flex;
  justify-content: center;
  max-width: 1520px;
  margin: 50px auto 0;
  ;
}

.more .container .wrapper .content {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
}

.more .container .content .featured {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
}

.more .container .content .featured .app {
  display: flex;
  gap: 20px;
}

.more .container .content .featured .app .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  letter-spacing: 1px;
  gap: 6px;
}

.more .container .content .featured .app .item img,
.more .container .content .featured .system .item img {
  width: 55px;
  height: 48px;
  object-fit: contain;
}

/* CSS icon have alt = iOS */
.more .container .content .featured .app .item img[alt="iOS"],
.more .container .content .featured .system .item img[alt="iOS"] {
  width: 39px;
}

.more .container .content .featured .system {
  display: flex;
  gap: 20px;
}

.more .container .content .featured .system .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.more .container .content .information {
  margin-top: 90px;

}

.more .container .content .information .item h3.sub {
  font-size: 35px;
  line-height: 42px;
}

.more .container .content .information .content p {
  text-align: justify;
  line-height: 2.2;
  font-size: 16px;
}

/* Fix padding Ul  trong single post */
.more .container .content .information .content ul,
#single-knowledge .content ul,
#single-post .content ul {
  padding: 0 35px;
}

.more .container .content .information .content ul li {
  list-style: initial;
}

.more .container .content .information .content h2,
.more .container .content .information .content h3 {
  font-size: 1.5rem;
}

.more .container .content .social {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 43px;
  border-top: 0.5px solid #3838381A;
  flex-wrap: wrap;
  row-gap: 15px;
}

.more .container .content .social .btn {
  background-color: #0E5CDF;
  color: #ffffff;
  padding: 15px 16px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.85px;
}

.more .container .content .social .btn a {
  color: #fff !important;
}

.more .container .content .social .main {
  display: flex;
  gap: 20px;
}

.more .container .content .social .main .btn {
  border: 1px solid #0E5CDF;
  background-color: transparent;
  color: #0E5CDF;
  font-weight: 400;
  padding: 11px 15px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.more .container .content .end {
  margin-top: 200px;
}

.more .container .content .end h3 {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 66px;
  letter-spacing: 2.75px;
  color: #000000;
  margin-bottom: 50px;
}

/*===========================
	End More CSS
=============================*/

/*===========================
	Start Knowledge Offshore CSS
=============================*/
.offshore .container {
  padding-top: 36px;
}

.offshore .container .slider {
  position: relative;
  width: 100%;
}

.offshore .container .slider .item {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.offshore .container .slider .item img {
  max-width: 564px;
}

.offshore .container .slider .item .content {
  padding: 22px 0 54px 29px;
}

.offshore .container .slider .item .content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #061D3F;
  margin-bottom: 22px;
}

.offshore .container .slider .item .content .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #1D1D1B;
  margin-bottom: 22px;
}

.offshore .container .slider .item .content .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #6E757A;
}

.offshore .container .slider .owl-controls {
  position: absolute;
  bottom: 6px;
  right: 41%;
}

.offshore {
  background-color: #fff;
  padding: 37px 0;
}

.offshore .slider-card {
  display: flex;
  flex-direction: row;
}

.offshore .slider-card a:has(img) {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  min-width: 50%;
  max-width: 50%;
}

.offshore .slider-card img {
  aspect-ratio: 564 / 374;
  object-fit: cover;
}

.offshore .slider-card .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #061d3f;
  margin-bottom: 22px;
}

.offshore .slider-card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 22px;
  color: #1d1d1b;
}

.offshore .slider-card .card-body {
  padding-right: 8px;
}

.offshore .slider-card:hover img {
  transform: scale(1.2);
}

.offshore .offshore-card,
.offshore .nav-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 20px 0px #00000029;
}

.offshore .offshore-card {
  margin-bottom: 30px;
}

.offshore .nav-card {
  margin-bottom: 22px;
}

.offshore .offshore-card a:has(img) {
  display: block;
  overflow: hidden;
  min-width: calc(267 / 672 * 100%);
  max-width: calc(267 / 672 * 100%);
}

.offshore .nav-card a:has(img) {
  display: block;
  overflow: hidden;
  min-width: calc(150 / 458 * 100%);
  max-width: calc(150 / 458 * 100%);
}

.offshore .offshore-card img {
  aspect-ratio: 267 / 243;
  object-fit: cover;
  border-radius: 8px;
}

.offshore .nav-card img {
  aspect-ratio: 150 / 131;
  object-fit: cover;
  border-radius: 8px;
}

.offshore .offshore-card .card-body,
.offshore .nav-card .card-body {
  padding: 9px 12px 10px 25px;
}

.offshore .offshore-card .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #041228;
  margin-bottom: 10px;
}

.offshore .nav-card .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;

  color: #041228;
  margin-bottom: 10px;
}

.offshore .offshore-card .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #1d1d1b;
  margin-bottom: 10px;
}

.offshore .offshore-card .text-muted,
.offshore .slider-card .text-muted,
.offshore .nav-card .text-muted {
  color: #676e73 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

.offshore .card .card-title:hover {
  color: #124797;
  cursor: pointer;
  text-decoration: none;
}

.offshore .offshore-card:hover,
.offshore .nav-card:hover {
  box-shadow: 0px 3px 28px 0px #00000060;
  transition: all 0.4s ease;
}

.offshore .offshore-card:hover img,
.offshore .nav-card:hover img {
  transform: scale(1.2);
}

.offshore .container .title {
  display: flex;
  align-items: flex-end;
  column-gap: 14px;
  margin: 34px 0;
}

.offshore .container .title span {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
  text-transform: capitalize;
}

.offshore .container .title hr {
  flex: 1;
}

.offshore .offshore-slider {
  position: relative;
}

.offshore .offshore-slider .owl-dots {
  margin-left: calc(50% + 20px);
  text-align: left;
}

.offshore .container .tag,
.knowledge-tag .container .content .main .tag {
  background-color: #FBFAF5;
  border-radius: 20px;
  margin-top: 31px;
  padding: 34px 27px 42px 35px;
}

.offshore .container .tag .title,
.knowledge-tag .container .content .main .tag .title {
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 400;
  color: #1B1B1B;
  text-align: start;
}

.offshore .container .tag .content,
.knowledge-tag .container .content .main .tag .content {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.offshore .container .tag .content .item,
.knowledge-tag .container .content .main .tag .content .item {
  padding: 8px;
  color: #383838;
  text-decoration: none;
  border: 0.5px solid #38383880;
  border-radius: 5px;
  border: none;
  outline: none;
}

.tag .content .item {
  background-color: #e6e6e6;
}

.offshore .container .tag .content .item.active,
.knowledge-tag .container .content .main .tag .content .item.active {
  background: #1A5CBF;
  color: #ffffff;
  border: none;
}

.offshore .container .pagination-links,
.knowledge-tag .container .content .pagination-links {
  margin-top: 39px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 30px;
}

.offshore .container .pagination-links .page-numbers,
.knowledge-tag .container .content .pagination-links .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 7px;
  box-shadow: 0px 4px 4px 0px #0000000D;
  border-radius: 5px;
  color: #38383880;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.offshore .container .pagination-links .page-numbers.current,
.knowledge-tag .container .content .pagination-links .page-numbers.current {
  background: #08244F;
  color: #fff;
}

/*===========================
	End Knowledge Offshore CSS
=============================*/

/*===========================
	Start Knowledge Tag CSS
=============================*/
.knowledge-tag {}

.knowledge-tag .container {
  padding: 46px 0;
}

.knowledge-tag .container .name {
  font-size: 50px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #08244F;
  text-align: center;
  margin-bottom: 76px;
}

.knowledge-tag .container .content {
  text-align: center;
}

.knowledge-tag .container .content .link {
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #1A5CBF;
  border-radius: 5px;
  text-align: center;
  padding: 12.5px 15px;
  text-decoration: none;
  text-align: center;
}

.knowledge-tag .container .content .main .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.knowledge-tag .container .content .main .list .base {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 75px;
}

.knowledge-tag .container .content .main .list .base .wrap {
  box-shadow: 0px 3px 28px 0px #00000029;
  border-radius: 8px;
}

.knowledge-tag .container .content .main .list .base .wrap .sub {
  padding: 12px 18px;
}

.knowledge-tag .container .content .main .list .base .wrap .sub h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.knowledge-tag .container .content .main .list .base .wrap .sub p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}


.knowledge-tag .container .content .main {
  margin-top: 71px;
  display: flex;
  gap: 21px;
}

.knowledge-tag .container .content .main .core {
  max-width: 765px;
  width: 100%;
}

.knowledge-tag .container .content .main .sub-core {
  max-width: 375px;
}

/*===========================
	End Knowledge Tag CSS
=============================*/

/*===========================
	Start Single Knowledge And Post CSS
=============================*/
.single-knowledge .container {
  padding: 40px 0 68px;
}

.single-knowledge .container .row .col-7 .info,
.single-post .container .row .col-7 .info {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 43px;
  border-top: 0.5px solid #3838381A
}

.single-knowledge .container .row .col-7 .info .btn,
.single-post .container .row .col-7 .info .btn {
  color: #ffffff;
  background-color: #0E5CDF;
  border-radius: 24px;
  padding: 15px 16px;
  font-size: 17px;
  line-height: 18px !important;
  font-weight: 600;
  letter-spacing: 0.85px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.single-post .container .row .col-7 .info .btn a {
  color: #fff;
}

.single-knowledge .container .row .col-7 .info .social,
.single-post .container .row .col-7 .info .social {
  display: flex;
  gap: 20px;
}

.single-knowledge .container .row .col-7 .info .social .btn,
.single-post .container .row .col-7 .info .social .btn {
  background-color: transparent;
  color: #0E5CDF;
  border: 1px solid #0E5CDF;
}

.single-knowledge .container .row .col-7 .info .social .btn img,
.single-post .container .row .col-7 .info .social .btn img {
  margin-right: 15px;
}

.single-knowledge .container .tag {
  background-color: #FBFAF5;
  border-radius: 20px;
  padding: 34px 27px 42px 35px;
}

.single-knowledge .container .tag .title {
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 400;
  color: #1B1B1B;
}

.single-knowledge .container .tag .content {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.single-knowledge .container .tag .content .item {
  padding: 8px 11px;
  color: #383838;
  text-decoration: none;
  border: 0.5px solid #38383880;
  border-radius: 5px;
  background: transparent;
  border: 0.5px solid #38383880;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

.single-knowledge .container .tag .content .item.active {
  background: #1A5CBF;
  color: #ffffff;
  border: none;
  font-weight: 500;
}

.single-knowledge .container .popular {
  margin-top: 34px;
  position: sticky;
  top: 128px;
}

.single-knowledge .container .popular .title,
.single-post .container .popular .title {
  display: flex;
  align-items: end;
  column-gap: 15px;
}

.single-knowledge .container .popular .title h3,
.single-post .container .popular .title h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #08244f;
}

.single-knowledge .container .popular .title hr,
.single-post .container .popular .title hr {
  flex: 1;
}

.single-knowledge .container .popular .list,
.single-post .container .popular .list {
  margin-top: 34px;
}

.single-knowledge .container .popular .list .nav-card,
.single-post .container .popular .list .nav-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 20px 0px #00000029;
  margin-bottom: 22px;
}

.single-knowledge .container .popular .list .nav-card a:has(img),
.single-post .container .popular .list .nav-card a:has(img) {
  display: block;
  overflow: hidden;
  min-width: calc(150 / 458* 100%);
  max-width: calc(150 / 458* 100%);
}

.single-knowledge .container .popular .list .nav-card img,
.single-post .container .popular .list .nav-card img {
  aspect-ratio: 150 / 131;
  object-fit: cover;
  border-radius: 8px;
}

.single-knowledge .container .popular .list .nav-card .card-body,
.single-post .container .popular .list .nav-card .card-body {
  padding: 8px 8px 8px 20px;
}

.single-knowledge .container .popular .list .nav-card .card-title,
.single-post .container .popular .list .nav-card .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #041228;
  margin-bottom: 20px;
}

.single-knowledge .container .popular .list .nav-card .text-muted,
.single-post .container .popular .list .nav-card .text-muted {
  color: #676e73 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

.related-article {
  margin-top: 66px;
}

.related-article .title {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #08244F;
  text-align: center;
  margin-bottom: 45px;
}

.related-article .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.related-article .list .wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.related-article .list .wrap:hover {
  box-shadow: 0px 3px 12px 0px #00000029;
  transition: all 0.4s ease;
}

.related-article .list .wrap .link {
  display: block;
  height: 279px;
}

.related-article .list .wrap .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-article .list .wrap .content {
  padding: 9px 14px 15px 10px;
}

.related-article .list .wrap .content .name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post .container {
  padding: 40px 0 66px;
}

.single-knowledge .container .related-article .list .owl-controls,
.single-post .container .related-article .list .owl-controls {
  margin-top: 30px;
}

/*===========================
	End Single Knowledge And Post CSS
=============================*/

/*===========================
	Start Search Base CSS
=============================*/
.search-post-banner {
  width: 100%;
  height: 500px;
  background-color: #08244F;
}

.search-post-banner .wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.search-post-banner .wrapper {
  max-width: 1520px;
  margin: 0 auto;
}

.search-post-banner .wrapper h3 {
  margin-top: 25px;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
}

.page-header {
  padding: 39px 0;
}

.page-header .page-title {
  font-size: 500;
  font-size: 50px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #08244F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header .page-title span {
  color: #000000;
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 52px;
  background-color: #EEEEEE;
  min-width: 142px;
  height: 51px;
  border-radius: 3px;

}

.search-post {
  display: flex;
  justify-content: center;
  /* margin-bottom: 45px; */
}

.search-box.empty {
  border: 1px solid red !important;
  /* Màu đỏ cho border khi input rỗng */
  border-radius: 13px;
}

#search-error-msg {
  color: red;
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

.search-post form {
  width: 765px;
}

.search-results .card {
  width: 370px;
  height: 517px;
  border-radius: 8px;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.16);
}

.search-results .card img {
  width: 100%;
  height: 353px;
  object-fit: cover;
}

.offshore-card.card.offshore-card_large--left a:has(img) {
  width: calc(267 / 243 * 100%);
  min-width: calc(267 / 729 * 100%);
}

.offshore-card.card.offshore-card_large--left img {
  aspect-ratio: 267 / 243;
  height: 100%;
  object-fit: cover;
}

.search-results {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 140px;
  gap: 25px;
  justify-content: start;
}

.search-content {
  padding: 11px 18px;
}

.search-results .card h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.search-results .card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/*===========================
	End Search Base CSS
=============================*/

/*===========================
	Start Common Other CSS
=============================*/

.card-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv-channels .container .primary-card .card-title {
  display: inline !important;
}

.card-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rg-25 {
  row-gap: 25px;
}

/*===========================
	End Common Other CSS
=============================*/

/* Start See more CSS */
.see-more {
  padding: 10px;
}

.see-more .wrapper {
  display: flex;
  justify-content: center;
  gap: 76px;
  max-width: 1160px;
  margin: auto;
}

.see-more .col_left,
.see-more .col_right {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  max-width: 533px;
  width: 100%;
  margin: auto;
}

.see-more .background {
  height: 312px;
}

.see-more .col_left .background,
.see-more .col_right .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.see-more .col_left .background {
  background-image: url(../img/medtech.png);
}

.see-more .col_right .background {
  background-image: url(../img/medtech.png);
}

.see-more .col_left .background::after,
.see-more .col_right .background::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}

.see-more .list {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: rgba(243, 250, 255, 0.7);
  max-height: 320px;
  overflow: auto;
}

.see-more .wrapper .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.5px solid rgba(56, 56, 56, 0.3);
  height: 50px;
  align-items: center;
  padding: 10px 0;
}

.see-more .wrapper .item:last-child {
  border-bottom: none;
}

.see-more .item a {
  text-decoration: none;
  color: rgba(8, 36, 79, 1);
}

.see-more .item a:hover {
  color: #0E5CDF;
}

/* End See more CSS */
/* Start Timeline CSS */
.timeline {
  position: fixed;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  gap: 20px;
}

.timeline .timeline-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--color-dark-bau);
}

.timeline-item.active .timeline-dot {
  background-color: var(--color-dark-bau);
}

.timeline.welcome-active .timeline-item.active .timeline-dot,
.timeline.special-active .timeline-item.active .timeline-dot {
  background-color: var(--color-white-bau);
}

.timeline.welcome-active .timeline-dot,
.timeline.special-active .timeline-dot {
  border: 1px solid var(--color-light-bau);
}


.timeline-item {
  cursor: pointer;
  width: auto;
  height: auto;
  transition: background-color 0.3s, color 0.3s, width 0.3s, height 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 30px;
  color: var(--color-dark-bau);
}

.timeline-item span {
  opacity: 0;
  transition: opacity 0.3s;
}

.timeline-item.active span {
  opacity: 1;
}

.timeline:hover .timeline-item span {
  opacity: 1;
}

.timeline-item.active {}

.timeline-item[data-index="0"].welcome-active span,
.timeline-item[data-index="0"].welcome-active {
  display: inline;
}

.timeline.welcome-active .timeline-item span {
  color: var(--color-light-bau);
  opacity: 1;
}

.timeline.welcome-active .timeline-item.active span,
.timeline.special-active .timeline-item.active span {
  color: var(--color-white-bau);
}

.timeline.welcome-active .timeline-item {}



.timeline:hover .timeline-item {
  color: var(--color-dark-bau);
}

.timeline.special-active .timeline-item {
  color: var(--color-light-bau);
}

.timeline.special-active .timeline-item:hover {
  color: var(--color-white-bau);
}

.timeline .timeline-item:hover {
  color: var(--color-dark-2-bau);
}

/* img tag .mouse-cursor */
.timeline.welcome-active img,
#welcome .mouse-cursor {
  opacity: 1;
  position: absolute;
  bottom: -50px;
  right: -10px;
}

/* animation top to down for it and infinite */
.timeline.welcome-active img,
#welcome .mouse-cursor {
  animation: topToDown 1s infinite;
}

@keyframes topToDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.timeline img {
  opacity: 0;
}
