.section-index-intro {
  padding: 25px 0 0;
  background: #fff; }
  .section-index-intro .intro-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 0px; }
    .section-index-intro .intro-content__text {
      font-weight: bold;
      font-size: 15px;
      line-height: 1.7;
      color: #08364a; }

.section-index-capacity .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-capacity .capacity-wrapper {
  background: #08364A;
  padding: 30px 25px;
  margin-top: 20px; }

.section-index-capacity .capacity-group {
  background: #FFD380;
  padding: 20px;
  margin-bottom: 50px; }
  .section-index-capacity .capacity-group:last-child {
    margin-bottom: 0; }
  .section-index-capacity .capacity-group__title {
    text-align: center;
    color: #08364A;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    padding: 10px 0px; }
  .section-index-capacity .capacity-group__grid {
    display: flex;
    gap: 15px; }

.section-index-capacity .capacity-card {
  flex: 1;
  min-width: 0;
  position: relative; }
  .section-index-capacity .capacity-card__img {
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4 / 3; }
    .section-index-capacity .capacity-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section-index-capacity .capacity-card__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFD380;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 15px;
    margin: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    border-radius: 0 0 4px 4px; }

@media (max-width: 767px) {
  .section-index-capacity .capacity-wrapper {
    padding: 20px 15px; }
  .section-index-capacity .capacity-group__grid {
    flex-direction: column;
    gap: 12px; }
  .section-index-capacity .capacity-card__img {
    aspect-ratio: 16 / 9; } }

.section-index-equipment .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-equipment .equipment-slider {
  margin-top: 20px; }

.section-index-equipment .equipment-slider {
  position: relative; }

.section-index-equipment .equipment-card {
  position: relative;
  overflow: hidden; }
  .section-index-equipment .equipment-card__img {
    aspect-ratio: 4 / 3; }
    .section-index-equipment .equipment-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section-index-equipment .equipment-card__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 12px 10px;
    margin: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }

.section-index-cert .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-cert .cert-slider {
  margin-top: 25px;
  position: relative; }

.section-index-cert .cert-card {
  text-align: center;
  padding: 0px; }
  .section-index-cert .cert-card__img {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-index-cert .cert-card__img img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .section-index-cert .cert-card__caption {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 12px 0 0;
    line-height: 1.4; }

@media (max-width: 767px) {
  .section-index-cert .cert-card__caption {
    font-size: 12px; } }

.section-index-achievement .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-achievement .achievement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px; }

.section-index-achievement .achievement-item__img {
  border-radius: 6px;
  overflow: hidden;
  background: #f9f9f9; }
  .section-index-achievement .achievement-item__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .section-index-achievement .achievement-item__img:hover img {
    transform: scale(1.03); }

@media (max-width: 991px) {
  .section-index-achievement .achievement-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; } }

@media (max-width: 767px) {
  .section-index-achievement .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; } }

.section-index-achievement .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-achievement .achievement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 25px; }

.section-index-achievement .achievement-card__img {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .section-index-achievement .achievement-card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; }
  .section-index-achievement .achievement-card__img:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }

@media (max-width: 991px) {
  .section-index-achievement .achievement-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 767px) {
  .section-index-achievement .achievement-grid {
    grid-template-columns: 1fr; } }

.section-index-project .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-project .listProject {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  margin-top: 25px; }

.section-index-project .project-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0; }
  .section-index-project .project-card__img {
    overflow: hidden;
    aspect-ratio: 4 / 3; }
    .section-index-project .project-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
    .section-index-project .project-card__img:hover img {
      transform: scale(1.04); }
  .section-index-project .project-card__caption {
    font-size: 16px;
    font-weight: bold;
    color: #08364a;
    text-align: center;
    margin: 15px 0 0;
    line-height: 1.4; }

@media (max-width: 991px) {
  .section-index-project .project-card {
    flex: 0 0 calc(50% - 10px); } }

@media (max-width: 575px) {
  .section-index-project .listProject {
    gap: 15px; }
  .section-index-project .project-card {
    flex: 0 0 100%; } }

@media (max-width: 767px) {
  .section-index-project .listProject {
    display: block; }
  .section-index-project .project-card {
    margin: 0 5px; } }

.section-index-client .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-client .listClient {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px; }
  .section-index-client .listClient--row-top .client-item {
    flex: 0 0 calc(25% - 15px);
    max-width: 266px; }
  .section-index-client .listClient--row-bottom .client-item {
    flex: 0 0 calc(20% - 16px);
    max-width: 266px; }

.section-index-client .client-item {
  min-width: 0;
  text-align: center; }
  .section-index-client .client-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain; }

.section-index-client .clientPhotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px; }
  .section-index-client .clientPhotos-item {
    overflow: hidden; }
    .section-index-client .clientPhotos-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
    .section-index-client .clientPhotos-item:hover img {
      transform: scale(1.05); }

.section-index-client .owl-dots {
  display: none; }

@media (max-width: 991px) {
  .section-index-client .listClient--row-top .client-item {
    flex: 0 0 calc(50% - 10px); }
  .section-index-client .listClient--row-bottom .client-item {
    flex: 0 0 calc(33.333% - 14px); }
  .section-index-client .clientPhotos {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .section-index-client .listClient {
    display: block;
    position: relative; }
  .section-index-client .client-item {
    margin: 0 5px; }
  .section-index-client .clientPhotos {
    grid-template-columns: 1fr;
    gap: 15px; } }

.section-index-news .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-news .news-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }

.section-index-news .news-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .section-index-news .news-item__img {
    overflow: hidden;
    aspect-ratio: 16 / 9; }
    .section-index-news .news-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
    .section-index-news .news-item__img:hover img {
      transform: scale(1.05); }
  .section-index-news .news-item__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1; }
  .section-index-news .news-item__meta {
    font-size: 13px;
    color: #888;
    margin: 0 0 8px; }
  .section-index-news .news-item__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4; }
    .section-index-news .news-item__title a {
      color: #08364a;
      text-decoration: none; }
      .section-index-news .news-item__title a:hover {
        color: #c8a84b; }
  .section-index-news .news-item__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    flex: 1;
    margin: 0 0 16px; }
  .section-index-news .news-item__btn {
    margin-top: auto; }

.section-index-news.is-slider .news-list {
  display: block; }

@media (max-width: 767px) {
  .section-index-news .news-list {
    display: block;
    margin-top: 20px; }
  .section-index-news .news-item {
    margin: 0 5px; } }

.section-index-social .wrap-title h2 {
  text-transform: uppercase;
  font-weight: 700; }

.section-index-social .social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  margin-top: 25px; }

.section-index-social .social-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 0; }
  .section-index-social .social-card__img {
    overflow: hidden;
    aspect-ratio: 4 / 3; }
    .section-index-social .social-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
    .section-index-social .social-card__img:hover img {
      transform: scale(1.04); }
  .section-index-social .social-card__caption {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #08364a;
    text-align: center;
    margin: 15px 0 0;
    line-height: 1.4; }

@media (max-width: 767px) {
  .section-index-social .social-grid {
    display: block;
    margin-top: 20px; }
    .section-index-social .social-grid::after {
      display: none; }
  .section-index-social .social-card {
    margin: 0 0; } }

.section-index-client .owl-nav,
.section-index-equipment .owl-nav,
.section-index-cert .owl-nav,
.section-index-achievement .owl-nav,
.section-index-project .owl-nav,
.section-index-social .owl-nav,
.section-index-news .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
  padding: 0; }
  .section-index-client .owl-nav button.owl-prev,
  .section-index-client .owl-nav button.owl-next,
  .section-index-equipment .owl-nav button.owl-prev,
  .section-index-equipment .owl-nav button.owl-next,
  .section-index-cert .owl-nav button.owl-prev,
  .section-index-cert .owl-nav button.owl-next,
  .section-index-achievement .owl-nav button.owl-prev,
  .section-index-achievement .owl-nav button.owl-next,
  .section-index-project .owl-nav button.owl-prev,
  .section-index-project .owl-nav button.owl-next,
  .section-index-social .owl-nav button.owl-prev,
  .section-index-social .owl-nav button.owl-next,
  .section-index-news .owl-nav button.owl-prev,
  .section-index-news .owl-nav button.owl-next {
    pointer-events: auto;
    width: 36px;
    height: 36px;
    background: rgba(8, 54, 74, 0.7) !important;
    color: #fff !important;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.3s ease;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .section-index-client .owl-nav button.owl-prev:hover,
    .section-index-client .owl-nav button.owl-next:hover,
    .section-index-equipment .owl-nav button.owl-prev:hover,
    .section-index-equipment .owl-nav button.owl-next:hover,
    .section-index-cert .owl-nav button.owl-prev:hover,
    .section-index-cert .owl-nav button.owl-next:hover,
    .section-index-achievement .owl-nav button.owl-prev:hover,
    .section-index-achievement .owl-nav button.owl-next:hover,
    .section-index-project .owl-nav button.owl-prev:hover,
    .section-index-project .owl-nav button.owl-next:hover,
    .section-index-social .owl-nav button.owl-prev:hover,
    .section-index-social .owl-nav button.owl-next:hover,
    .section-index-news .owl-nav button.owl-prev:hover,
    .section-index-news .owl-nav button.owl-next:hover {
      background: #08364a !important; }
    .section-index-client .owl-nav button.owl-prev i,
    .section-index-client .owl-nav button.owl-next i,
    .section-index-equipment .owl-nav button.owl-prev i,
    .section-index-equipment .owl-nav button.owl-next i,
    .section-index-cert .owl-nav button.owl-prev i,
    .section-index-cert .owl-nav button.owl-next i,
    .section-index-achievement .owl-nav button.owl-prev i,
    .section-index-achievement .owl-nav button.owl-next i,
    .section-index-project .owl-nav button.owl-prev i,
    .section-index-project .owl-nav button.owl-next i,
    .section-index-social .owl-nav button.owl-prev i,
    .section-index-social .owl-nav button.owl-next i,
    .section-index-news .owl-nav button.owl-prev i,
    .section-index-news .owl-nav button.owl-next i {
      line-height: 1; }
    .section-index-client .owl-nav button.owl-prev span,
    .section-index-client .owl-nav button.owl-next span,
    .section-index-equipment .owl-nav button.owl-prev span,
    .section-index-equipment .owl-nav button.owl-next span,
    .section-index-cert .owl-nav button.owl-prev span,
    .section-index-cert .owl-nav button.owl-next span,
    .section-index-achievement .owl-nav button.owl-prev span,
    .section-index-achievement .owl-nav button.owl-next span,
    .section-index-project .owl-nav button.owl-prev span,
    .section-index-project .owl-nav button.owl-next span,
    .section-index-social .owl-nav button.owl-prev span,
    .section-index-social .owl-nav button.owl-next span,
    .section-index-news .owl-nav button.owl-prev span,
    .section-index-news .owl-nav button.owl-next span {
      display: none; }
  .section-index-client .owl-nav button.owl-prev,
  .section-index-equipment .owl-nav button.owl-prev,
  .section-index-cert .owl-nav button.owl-prev,
  .section-index-achievement .owl-nav button.owl-prev,
  .section-index-project .owl-nav button.owl-prev,
  .section-index-social .owl-nav button.owl-prev,
  .section-index-news .owl-nav button.owl-prev {
    margin-left: -18px; }
  .section-index-client .owl-nav button.owl-next,
  .section-index-equipment .owl-nav button.owl-next,
  .section-index-cert .owl-nav button.owl-next,
  .section-index-achievement .owl-nav button.owl-next,
  .section-index-project .owl-nav button.owl-next,
  .section-index-social .owl-nav button.owl-next,
  .section-index-news .owl-nav button.owl-next {
    margin-right: -18px; }

.section-index-client .social-grid,
.section-index-client .news-list,
.section-index-equipment .social-grid,
.section-index-equipment .news-list,
.section-index-cert .social-grid,
.section-index-cert .news-list,
.section-index-achievement .social-grid,
.section-index-achievement .news-list,
.section-index-project .social-grid,
.section-index-project .news-list,
.section-index-social .social-grid,
.section-index-social .news-list,
.section-index-news .social-grid,
.section-index-news .news-list {
  position: relative; }

@media (max-width: 767px) {
  .section-index-client .owl-nav button.owl-prev,
  .section-index-client .owl-nav button.owl-next,
  .section-index-equipment .owl-nav button.owl-prev,
  .section-index-equipment .owl-nav button.owl-next,
  .section-index-cert .owl-nav button.owl-prev,
  .section-index-cert .owl-nav button.owl-next,
  .section-index-achievement .owl-nav button.owl-prev,
  .section-index-achievement .owl-nav button.owl-next,
  .section-index-project .owl-nav button.owl-prev,
  .section-index-project .owl-nav button.owl-next,
  .section-index-social .owl-nav button.owl-prev,
  .section-index-social .owl-nav button.owl-next,
  .section-index-news .owl-nav button.owl-prev,
  .section-index-news .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 12px; }
  .section-index-client .owl-nav button.owl-prev,
  .section-index-equipment .owl-nav button.owl-prev,
  .section-index-cert .owl-nav button.owl-prev,
  .section-index-achievement .owl-nav button.owl-prev,
  .section-index-project .owl-nav button.owl-prev,
  .section-index-social .owl-nav button.owl-prev,
  .section-index-news .owl-nav button.owl-prev {
    margin-left: -5px; }
  .section-index-client .owl-nav button.owl-next,
  .section-index-equipment .owl-nav button.owl-next,
  .section-index-cert .owl-nav button.owl-next,
  .section-index-achievement .owl-nav button.owl-next,
  .section-index-project .owl-nav button.owl-next,
  .section-index-social .owl-nav button.owl-next,
  .section-index-news .owl-nav button.owl-next {
    margin-right: -5px; } }
