.banner {
  height: 550px;
  width: 100%;
  background-image: url("/img/home/background.png");
  background-size: cover;
}
.banner-title {
  position: relative;
  top: 157px;
  color: #fff;
}
.banner-title h1 {
  font-size: 59px;
  font-weight: bold;
  line-height: 1.1em;
}
.banner-title p {
  margin-top: 16px;
  font-size: 24px;
}
.banner-title button {
  margin-top: 58px;
}
.subnav {
  width: 100%;
  margin-top: 71px;
  background-color: #f7f8fa;
}
.subnav-main {
  height: 352px;
  margin-top: 50px;
  display: flex;
}
.subnav-main-left {
  margin-left: 80px;
  width: 322px;
  height: 280px;
}
.subnav-content {
  height: 352px;
  margin-left: 138px;
}
.subnav-content h2 {
  font-size: 30px;
  color: #1d2129;
}
.subnav-content h3 {
  font-size: 18px;
  margin-top: 18px;
  color: #1d4989;
}
.subnav-content p {
  margin-top: 53px;
  line-height: 27px;
}
.subnav-content button {
  margin-top: 14px;
}
.service-bg {
  width: 100%;
  height: 674px;
  background-image: url("/img/background.png");
  background-size: cover;
}
.service-bg h2 {
  position: relative;
  top: 60px;
  font-size: 38px;
  font-weight: bold;
}
.service-content {
  margin-top: 110px;
  display: flex;
}
.service-content-left {
  width: 460px;
  height: 200px;
}
.service-content-introduce {
  position: absolute;
  z-index: 998;
  top: 253px;
  width: 406px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
}
.service-content-introduce p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 39px;
}
.service-content-introduce .button-icons {
  width: 20px;
  height: 20px;
  background-image: url("/img/return-m.png");
}
.service-content-center {
  margin-left: 20px;
}
.service-content-right {
  margin-left: 20px;
}
.card-title {
  font-size: 19px;
  font-weight: 600;
  color: #1d2129;
}
.card:hover .underline-crude {
  width: 403px;
}
.underline-crude {
  width: 75px;
  height: 3px;
  transition: width 2s;
  background: #1d4989;
}
.underline-fine {
  width: 403px;
  height: 1px;
  margin-top: -2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.programme-modular {
  margin-top: 72px;
}
.programme-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.programme-title a {
  font-size: 16px;
  color: #1d4989;
}
.programme-modular-main {
  display: flex;
  margin-top: 69px;
}
.programme-modular-main-img {
  width: 630px;
  height: 427px;
  background-color: #f7f8fa;
}
.programme-modula-introduce {
  width: 628px;
  height: 427px;
  color: #fff;
  background-color: #1d4989;
  padding: 0 60px;
}
.programme-modula-introduce h2 {
  font-size: 24px;
  font-weight: bold;
}
.programme-modula-introduce p {
  font-size: 16px;
  margin-top: 16px;
}
.rogramme-modular-button-box {
  display: flex;
  margin-top: 50px;
}
.company-profile-bg {
  background-image: url("/img/background2.png");
  margin-top: 108px;
  height: 442px;
}
.company-profile {
  height: 478px;
  display: flex;
}
.company-profile-main {
  width: 600px;
}
.company-profile h2 {
  font-size: 30px;
  margin-top: 80px;
  color: #333;
  font-weight: bold;
}
.company-profile p {
  width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 33px;
  color: #666;
}
.company-profile img {
  position: relative;
  top: -36px;
  margin-left: 60px;
}
#owlCarouselImg .owl-dots,
#owlCarouselText .owl-dots {
  display: none;
}
.carousel-indicators-box {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  bottom: 60px;
}
.carousel-indicators-box [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
  opacity: 1;
}
.carousel-indicators-box .active {
  background-color: #fff;
}
