.about-banner {
  position: relative;
}
.about-banner-img img {
  height: 56.25%;
}
.about-banner-text {
  position: absolute;
  width: 100%;
  color: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-banner-text p {
  color: #ffffff;
}
.about-banner-text .general-title {
  margin-bottom: 10px;
  width: 41.67%;
}
.about-banner-text .sub-title {
  margin-bottom: 0;
  width: 41.67%;
}
.about-section .general-title {
  margin-bottom: 10px;
}
.vision-section {
  position: relative;
}
.vision-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0F75BD 0%, rgba(15, 117, 189, 0) 51.18%);
  z-index: 1;
}
.row-title {
  margin-bottom: 20px;
}
.intro-list > .col {
  display: flex;
}
.intro-item {
  padding: 30px;
  border: 1px solid #D9E3EA;
  background: #F6FAFD;
  border-radius: 6px;
  width: 100%;
}
.intro-item img {
  width: 36px;
  margin-bottom: 10px;
}
.intro-item .sub-title {
  color: var(--sub-text);
  margin-bottom: 0 !important;
}
.vision-item {
  width: 41.67%;
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.vision-item p {
  color: #ffffff;
}
.vision-item:last-child {
  margin-bottom: 0;
}
.vision-item .general-title {
  margin-bottom: 10px;
}
.about-item-col {
  display: flex;
}
.sg-play {
  width: 36px !important;
  height: 36px !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  transform: scale(1) !important;
}
#share-carousel .image-cover {
  position: relative;
}
.carousel-custom-prev {
  height: 80%;
}
.carousel-custom-next {
  height: 80%;
}
/**/
.tab-section {
  padding: 0;
  background-color: var(--light-bg);
  border-bottom: 1px solid var(--normal-border);
}
.service-tab {
  padding: 0;
  display: flex;
  margin-bottom: 0;
}
.service-tab li {
  list-style: unset;
  width: 100%;
  text-align: center;
  display: block;
  border-right: 1px solid var(--normal-border);
}
.service-tab li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--sub-text);
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
}
.service-tab li.active a {
  background-color: var(--primary-color);
  color: #ffffff;
}
.service-page-carousel .carousel-item {
  position: relative;
}
.carousel-caption {
  display: block;
  z-index: 2;
}
.service-page-carousel .carousel-control-prev,
.service-page-carousel .carousel-control-next {
  z-index: 2;
}
.advantage-item {
  background-color: var(--primary-color);
  border-radius: 3px;
  transition: 0.4s all;
  width: 100%;
}
.advantage-item h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
.advantage-item p {
  color: #ffffff !important;
}
.advantage-item:hover {
  background-color: var(--second-color);
}
.advantage-list > .col {
  display: flex;
}
.advantage-list > .col > .row > .col {
  display: flex;
  padding-bottom: 24px;
}
.advantage-list > .col > .row > .col a {
  display: flex;
  width: 100%;
}
.contact-now {
  margin-top: 40px;
}
.contact-now span {
  font-size: 22px;
  line-height: 34px;
  color: var(--main-title);
  margin-right: 15px;
}
.contact-now a {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 16px;
}
.advantage-header {
  display: flex;
  justify-content: space-between;
}
.advantage-close {
  width: 20px;
  height: 20px;
  outline: none;
  box-shadow: none;
  border: none;
  background-image: url(/images/sg-close.svg);
  background-color: transparent;
}
.advantage-close a {
  display: block;
  width: 20px;
  height: 20px;
}
.advantage-left-header > p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--primary-color);
  text-transform: uppercase;

}
.service-detail-row {
  margin-bottom: 40px;
}
.service-detail-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.service-detail-item img {
  width: 36px;
  margin-right: 20px;
}
.service-detail-image {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.service-detail-infor h3 {
  font-size: 22px;
  line-height: 34px;
  color: var(--main-title);
}
.service-detail-infor p {
  color: var(--sub-text);
}
.advantage-detail {
  display: none;
}
.advantage-detail-open {
  display: block;
}
.advantage-list {
  display: flex;
}
.advantage-list-close {
  display: none;
}
/**/
.timeline {
  white-space: nowrap;
  overflow-x: auto;
}

.timeline ol {
  font-size: 0;
  width: 100%;
  padding: 220px 0;
  transition: all 1s;
  margin-bottom: 0;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 110px;
  height: 1px;
  background: var(--primary-color);
}
.timeline ol li:first-child {
  width: 0;
}
.timeline ol li:last-child {
  width: 110px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}
.timeline ol li:last-child {
  width: 160px;
}
.timeline ol li:last-child::after {
  display: none;
}

.timeline ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 3px solid #FE4C00;
  z-index: 2;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 230px;
  font-size: 1rem;
  white-space: normal;
  color: var(--sub-text);
  border-left: 2px dashed var(--normal-border);
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ol li div p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
    .timeline ol li .time {
        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
        color: var(--primary-color);
    }

.timeline ol li:nth-child(odd) div {
  top: 0;
  transform: translateY(-100%);
  padding: 0 15px 30px 15px;
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100%);
  padding: 30px 15px 0 15px;
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-history .general-title {
  margin-bottom: 10px;
}
/**/
@media only screen and (max-width: 767px) {
  .intro-list > .col {
    margin-bottom: 20px;
  }
  .about-item-col {
    margin-bottom: 20px;
  }
  .vision-item {
    width: 100%;
  }
  .vision-section::after {
    background: linear-gradient(90deg, #0F75BD 0%, rgba(15, 117, 189, .3) 51.18%);
  }
  .carousel-item img {
    height: 56.25%;
  }
  .carousel-custom-prev {
    width: 20%;
  }
  .carousel-custom-next {
    width: 20%;
  }
  .service-tab li a {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /**/
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 96%;
    height: auto !important;
    margin: 0 auto 16px;
    margin-bottom: 0;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
    padding: 0 15px 30px 25px;
  }
  .timeline ol li:nth-child(even) div {
    padding: 0 15px 30px 25px;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 0;
    top: 4px;
    transform: translateX(0%);
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #FE4C00;
  }
  .timeline ol li:nth-child(odd) div::before {
    top: 4px;
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #FE4C00;
  }
  .timeline ol li {
    width: 100% !important;
  }
  .timeline ol li:last-child div {
    padding-bottom: 0;
  }
  .timeline ol li::after {
    display: none;
  }
  .about-banner-img img {
    height: calc(100vh - 70px);
    object-fit: cover;
  }
  .about-banner-text .general-title {
    width: 100%;
  }
  .about-banner-text .sub-title {
    width: 100%;
  }
  .service-page-carousel .carousel-item img {
    height: calc(100vh - 70px);
  }
}