.box-white {
    padding: 36px;
    background-color: white;
    color: black;
    border-radius: 18px;
}

.box-white .motto-more>a {
    color: black;
}

.strength-item {
    background-color: white;
    padding: 30px;
    border-radius: 28px;
}

.strength-item-title::before {
    /* content: '';
    width: 7px;
    height: 7px;
    background-color: #BABABA;
    position: absolute;
    top: 5px;
    left: 0; */
    display: none;
}

.strength-item-title {
    font-size: 18px;
    text-align: center;
}

.strength-item-list li {
    font-weight: 400;
    font-size: 16px;
}

.read-more-btn {
    display: inline-block;
    background-color: #00E88F;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #00c779;
}

.premium .pricing-package-content {
    padding-bottom: 43px;
}

.col-md-4.custom-padding {
    /* padding-left: 6px !important;
    padding-right: 6px !important; */
}

.mission-item {
    padding: 16px 12px;
}

@media only screen and (min-width: 992px) {
    .about-footer {
        max-width: 436px;
    }
}

@media only screen and (min-width: 768px) {
    .service-item-title {
        font-size: 18px;
    }
}

.package-for-text-2 {
    background: linear-gradient(to bottom right, rgb(102 241 187), transparent 120%);
    border-radius: 12px;
}

.the-manh-icon {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;

    >img {
        max-width: 64px;
        max-height: 64px;
    }
}

.the-manh-noi-dung {
    font-size: 18px;
    font-weight: 600;
}

.gallery-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-row {
  display: flex;
  gap: 15px;
}

.gallery-col {
  flex: 1;
  position: relative;
}

.tall-img {
    height: calc(100% - 30px);
    position: relative;
    z-index: 2;
}

.tall-img-1 {
  height: calc(100% + 30px);
  position: relative;
  top: -30px;
  z-index: 2;
  object-fit: cover;
}

.row-limit {
  max-height: 521px;
  overflow: visible;
}

@media (max-width: 768px) {
  .gallery-row {
    flex-direction: column;
  }

  .tall-img {
    height: auto;
    top: 0;
  }
}

.block-team-blue {
    background-color: #024CEF;
}

@media (max-width: 768px) {
    .gallery-row {
        flex-direction: column;
    }

    .tall-img {
        top: 0;
    }

    .block-team-blue {
        background-color: #024CEF;
        border-radius: 10px;
    }

    .block-team-blue.publication-item img {
        min-height: 297px !important;
    }
}

.glow-box {
    background: #024CEF;
    width: 600px;
}