.solution-1 {
  height: 698px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}

.solution-1 .content {
  color: #fff;
}

.solution-1 .content h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.solution-1 .uk-grid > * {
  padding-left: 30px;
}

.solution-2 {
  padding: 100px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-2 .item {
  border-radius: 8px;
  overflow: hidden;
}

.solution-2 .item .img {
  display: block;
  position: relative;
  padding-top: 70%; /* 420/600*100% */
  overflow: hidden;
}

.solution-2 .item .content {
  background: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.solution-2 .item .content p {
  margin: 0;
}

.solution-2 .item .content .title {
  font-size: 22px;
  line-height: 35px;
  font-weight: 800;
  margin-bottom: 15px;
}

.solution-2 .item .content .fullcontent {
  flex: 1 1 0%;
  margin-bottom: 20px;
}

.solution-2 .item .content .fullcontent ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: -20px;
}

.solution-2 .item .content .fullcontent ul li {
  width: 50%;
  margin-bottom: 20px;
}

.solution-2 .item .content .fullcontent ul li.uk-margin-small-top {
  padding-top: 20px;
  border-top: 1px solid #dadada;
  margin-top: 0 !important;
}

.solution-2 .item .content .fullcontent ul li .small-text {
  display: block;
  font-size: 14px;
}

.solution-2 .item .content .fullcontent ul li .number {
  font-size: 20px;
  font-weight: 800;
}

.solution-2 .item .content .fullcontent ul li .number small {
  font-size: 60%;
}

.solution-2 .item .content .fullcontent ul li p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.solution-2 .uk-slider-items li:nth-child(2n) .item .content {
  background: #9c1519; /* #9c1519 */
}

.solution-2 .uk-slider-items li:nth-child(2n) .item .content * {
  color: white;
}

/* Responsive */
@media (max-width: 1025px) {
  .solution-2 .nav-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .solution-2 .uk-slidenav {
    position: static !important;
    display: inline-flex;
    margin: 0 15px;
  }

  .solution-2 .uk-slidenav.uk-position-center-left,
  .solution-2 .uk-slidenav.uk-position-center-right {
    transform: none;
  }
}

@media (max-width: 400px) {
  .solution-2 .item .content {
    padding: 30px;
  }

  .solution-2 .item .content .fullcontent ul {
    margin-bottom: -10px;
  }

  .solution-2 .item .content .fullcontent ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .solution-2 .item .content .fullcontent ul li.uk-margin-small-top {
    padding-top: 10px;
  }
}

.solution-3 {
  height: 803px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(/wp-content/uploads/b-2.png);
}

@media screen and (max-width: 1300px) {
  .solution-3 {
    background-size: 70% 100%;
  }
}

@media screen and (max-width: 1025px) {
  .solution-3 {
    background-size: contain;
  }
}

.solution-3 .custom-wrapper-solution {
}

@media screen and (max-width: 1600px) {
  .solution-3 .custom-wrapper-solution {
    max-width: 90% !important;
  }
  .solution-3 .custom-wrapper-solution .wrapper {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 1530px) {
  .solution-3 .custom-wrapper-solution {
    max-width: 85% !important;
  }
}

@media screen and (max-width: 1430px) {
  .solution-3 .custom-wrapper-solution {
    max-width: 80% !important;
  }
}

@media screen and (max-width: 1330px) {
  .solution-3 .custom-wrapper-solution {
    max-width: 70% !important;
  }
}

@media screen and (max-width: 1025px) {
  .solution-3 .custom-wrapper-solution {
    max-width: 100% !important;
    margin: 0;
  }
}

.solution-3 .uk-container {
  width: 100%;
}

.solution-3 .item .icon {
  margin-bottom: 20px;
  min-height: 69px;
}

.solution-3 .item .content p {
  margin: 0;
}

.solution-3 .item .content .title {
  font-weight: 700;
  font-size: 18px;
}

.solution-3 .item .content .desc {
  font-size: 14px;
  max-width: 200px;
}

@media screen and (max-width: 1025px) {
  .solution-3 .content-wrapper {
    padding: 30px;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .solution-3 .content-wrapper {
    padding: 30px 15px;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 8px;
  }
}

@media screen and (max-width: 576px) {
  .solution-3 {
    height: auto;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
  }
}

.solution-4 {
  background-repeat: no-repeat;
  height: 698px;
  display: flex;
  align-items: center;
}

.solution-4 .content-wrapper {
  padding-top: 60px;
}

.solution-4 .content-wrapper .section-title {
  margin-bottom: 20px;
}

.solution-4 .content-wrapper .content {
  font-size: 14px;
}

.solution-4 .content-wrapper .content p {
  color: #fff;
}

.solution-4 .img-list-wrapper {
  display: flex;
  position: relative;
}

.solution-4 .img-list-wrapper .img-list {
  display: flex;
}

.solution-4 .img-list-wrapper .img-list .img-item {
  position: relative;
}

.solution-4 .img-list-wrapper .img-list .img-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.solution-4 .img-list-wrapper .img-list .img-item .text p {
  margin: 0;
}

.solution-4 .img-list-wrapper .img-list .img-item .text br {
  display: none;
}

.solution-4 .img-list-wrapper .img-list .img-item .text .year {
  color: #9c1519; /* #9c1519 */
  display: flex;
  flex-direction: column;
}

.solution-4 .img-list-wrapper .img-list .img-item .text .year strong {
  font-size: 60px;
  font-weight: 800;
  line-height: 0.8;
  display: block;
}

.solution-4 .img-list-wrapper .img-list .img-item .text .year span {
  display: block;
  font-size: 20px;
}

.solution-4 .img-list-wrapper .img-list .img-item .text .brief {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* thay +line(4) */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-4 .img-list-wrapper .img-list .img-item + .img-item {
  margin-left: 30px;
}

.solution-4 .img-list-wrapper .bottom-list {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  transform: translate(calc(25% + 7.5px), calc(-50% - 7.5px));
}

/* Responsive */
@media screen and (max-width: 1279.98px) {
  .solution-4 .img-list-wrapper .img-list .img-item .img img {
    max-width: 240px;
  }
}

@media screen and (max-width: 1025px) {
  .solution-4 {
    height: 800px;
    background-size: cover;
  }

  .solution-4 .content-wrapper {
    padding: 30px;
    background: rgba(8, 88, 161, 0.4);
    border-radius: 8px;
  }

  .solution-4 .wrapper-1 {
    order: 2;
  }

  .solution-4 .wrapper-2 {
    order: 1;
  }

  .solution-4 .img-list-wrapper {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .solution-4 {
    height: auto;
    padding: 40px 0;
  }

  .solution-4 .img-list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .solution-4 .img-list-wrapper .img-list .img-item .img img {
    max-width: 100%;
  }

  .solution-4 .img-list-wrapper .bottom-list {
    margin-top: 20px;
    width: auto !important;
    height: auto !important;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .solution-4 .img-list-wrapper .img-list .img-item + .img-item {
    margin-left: 10px;
  }

  .solution-4 .img-list-wrapper .img-list .img-item .text p {
    font-size: 13px;
  }

  .solution-4 .img-list-wrapper .bottom-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .solution-4 .img-list-wrapper {
    margin-bottom: 0;
  }

  .solution-4 .img-list-wrapper .img-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .solution-4 .img-list-wrapper .img-list .img-item + .img-item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.solution-enterprise-5 {
  padding: 100px 0 !important;
}

.solution-enterprise-5 .story-slider > div {
  box-shadow: -1.928px 2.298px 91.08px 0.92px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.solution-enterprise-5 .item .img {
  height: 100%;
}

.solution-enterprise-5 .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.solution-enterprise-5 .item .content-wrapper {
  padding: 50px;
}

.solution-enterprise-5 .item .content-wrapper .name {
  font-weight: 900;
  font-size: 25px;
}

.solution-enterprise-5 .item .content-wrapper .list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}

.solution-enterprise-5 .item .content-wrapper .list ul li {
  width: 33.33%;
  display: flex;
}

.solution-enterprise-5 .item .content-wrapper .list ul li .icon {
  margin-right: 10px;
  padding-top: 5px;
  flex: 0 0 40px;
  text-align: center;
}

.solution-enterprise-5 .item .content-wrapper .list ul li .text {
  padding-right: 15px;
}

.solution-enterprise-5 .item .content-wrapper .list ul li .text span {
  font-size: 14px;
}

.solution-enterprise-5 .item .content-wrapper .list ul li .text strong {
  display: block;
  font-weight: 900;
  font-size: 25px;
}

.solution-enterprise-5 .item .content-wrapper .content {
  font-size: 14px;
  margin-bottom: 20px;
}

.solution-enterprise-5 .item .content-wrapper .content p i {
  display: block;
}

.solution-enterprise-5 .item .content-wrapper .content ul {
  margin: 0;
}

.story-slider .item {
  height: 100%;
}

.story-slider .item .uk-grid {
  height: 100%;
}
/* Responsive */
@media screen and (max-width: 576px) {
  .solution-enterprise-5 .item .content-wrapper {
    padding: 30px;
  }

  .solution-enterprise-5 .item .content-wrapper .list ul {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .solution-enterprise-5 .item .content-wrapper .list ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}

.solution-6 {
  padding-top: 0;
  padding-bottom: 100px !important;
}

.solution-6 .process-slider {
  position: relative;
  padding: 0 30px;
}

.solution-6 .process-slider .line {
  position: absolute;
  height: 1px;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  background: #9c1519;
}

.solution-6 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  height: 250px;
}

.solution-6 .item .icon {
  transition: 0.3s all;
}

.solution-6 .item .icon img {
  max-width: 35px;
}

.solution-6 .item:hover .bevel-corner .bevel {
  border-color: #9c1519;
}

.solution-6 .item:hover .bevel-corner .bevel-content {
  background: #9c1519;
}

.solution-6 .item:hover .icon {
  transform: scale(1.2);
}

.solution-6 .item:hover .icon img {
  filter: brightness(0) invert(100%);
}

.solution-6 .caption {
  margin-top: 30px;
  text-align: center;
  max-width: 150px;
}

.solution-6 .bevel-corner {
  transform: rotate(45deg);
  position: relative;
}

.solution-6 .bevel-corner .bevel {
  border-width: 10px;
  border-color: #efefef;
  border-style: solid;
  height: 0px;
  transition: 0.3s all;
}

.solution-6 .bevel-corner .bevel-content {
  width: 84.75px;
  height: 65px;
  background: #efefef;
  margin: -1px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.solution-6 .bevel-corner .bevel.tr,
.solution-6 .bevel-corner .bevel.tl {
  border-top: 0;
}

.solution-6 .bevel-corner .bevel.br,
.solution-6 .bevel-corner .bevel.bl {
  border-bottom: 0;
}

.solution-6 .bevel-corner .bevel.tr,
.solution-6 .bevel-corner .bevel.br {
  border-right-color: transparent !important;
}

.solution-6 .bevel-corner .bevel.tl,
.solution-6 .bevel-corner .bevel.bl {
  border-left-color: transparent !important;
}

.solution-6 .bevel-corner .content {
  transform: rotate(-45deg);
}

.solution-6 .nav-wrapper a {
  top: calc(50% - (118.79px / 4));
}

.solution-7 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-7 .item {
  padding: 50px;
  background: rgba(14, 89, 157, 0.8);
  color: #fff;
  height: 100%;
}

.solution-7 .item .number {
  font-weight: 900;
  font-size: 70px;
  position: relative;
}

.solution-7 .item .number:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.solution-7 .item .title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.solution-7 .item .caption {
  font-size: 14px;
}

.solution-7 .item .caption ul {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .solution-7 .item {
    padding: 30px 50px;
  }
}

.solution8 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.project-list {
  padding-top: 30px;
}

.project-list .project {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.project-list .project .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 6;
  transition: 0.3s all;
  box-sizing: border-box;
  padding-right: 120px;
}

.project-list .project .title p {
  color: #fff;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;

  /* Thay cho +line(2) */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-list .project .btn-skew {
  z-index: 7;
}

.project-list .project .img {
  display: block;
  position: relative;
}

.project-list .project .img::before {
  content: "";
  display: block;
  padding-top: 100%; /* Thay cho +img-scale(100%) */
}

.project-list .project .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.project-list .project .caption-wrapper {
  color: #333;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 20px 20px 50px 20px;
  z-index: 5;
  transition: 0.4s all;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
  box-sizing: border-box;
  position: absolute;
}

.project-list .project .name {
  font-size: 25px;
  line-height: 20px;
  color: #9c1519;
  font-weight: 800;
  margin-bottom: 20px;
}

.project-list .project .content {
  font-size: 14px;
}

.project-list .project .content p {
  margin: 0;
}

.project-list .project::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 80%
  );
  transition: 0.3s all;
  z-index: 4;
}

.project-list .project:hover::before,
.project-list .project:hover .title {
  opacity: 0;
}

.project-list .project:hover .caption-wrapper {
  bottom: 0;
}

.project-section .modulepager {
  padding-bottom: 0;
  margin-top: 30px;
}

.solution-8 {
  padding: 100px 0 !important;
}
