.box_info .box_info_top .l_info {
  padding: 0;
  padding-right: 120px;
  margin-left: calc((100% - var(--container)) / 2);
  max-width: calc(var(--container) / 12 * 6);
}
.box_info .r_info {
  padding: 0;
}
.box_info .box_info_bot {
  padding-top: 1rem;
  background: #fff;
  bottom: -110px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
@media (max-width: 767px) {
  .box_info .box_info_top .l_info {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .box_info .r_info {
    padding: 0;
  }
  .box_info .box_info_bot {
    position: unset !important;
  }
}

.box_team {
  padding: 80px 0;
  background-color: #E9F4FA;
}
@media (max-width: 767px) {
  .box_team {
    padding: 30px 0;
  }
}

h3 {
  padding-top: 100px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  h3 {
    padding-top: 0;
  }
}

.row-device {
  margin: 0 -60px;
}
.row-device .col-device {
  padding: 0 60px;
}

.devices .list_device {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.devices .list_device .item_device {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.devices .list_device .item_device:hover .img img {
  transform: scale(1.1);
}
.devices .list_device .item_device:hover svg rect {
  fill: #B57B31;
}
.devices .list_device .item_device:hover .gradient_text {
  background: #fff;
  color: #B57B31 !important;
  -webkit-text-fill-color: #B57B31;
}
.devices .list_device .item_device .img {
  height: 208px;
}
.devices .list_device .item_device .img img {
  transition: all 0.35s;
}
.devices .list_device .item_device .title_device {
  font-size: 1.125rem;
  line-height: 25px;
  height: 50px;
  -webkit-line-clamp: 2;
}
.devices .list_device .item_device .icon span {
  width: 80px;
  height: 4px;
  background: var(--color-main);
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}
.devices .list_device .item_device .summary_device {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .devices .list_device {
    grid-gap: 15px;
  }
  .devices .list_device .item_device .img {
    height: 115px;
  }
}

.system {
  background: #F4F9FC;
}
.system .item .title_item {
  font-size: 14px;
  background: rgba(40, 107, 166, 0.7);
}

.thong_diep .thong_diep_content {
  width: 62.5%;
  margin: auto;
  color: #000;
}

.box_news {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.box_news .item_banner {
  padding: 12px;
  background: #F5F5F7;
}
.box_news .item_banner .item-link {
  background: #fff;
  padding: 12px;
  gap: 24px;
  border: 1px solid #fff;
}
.box_news .item_banner .item-link:hover {
  border: 1px solid #293787;
}

.box_history {
  background-color: #E9F4FA;
}
.box_history .box_history_content .slick-prev {
  left: -50px !important;
}
.box_history .box_history_content .slick-next {
  right: -40px !important;
  left: unset !important;
}
.box_history .box_history_content .item_history {
  padding: 0 12px;
}
.box_history .box_history_content .item_history .img {
  height: 220px;
}
.box_history .box_history_content .item_history .time_place {
  height: 220px;
  place-items: center;
}
.box_history .box_history_content .item_history .time_place .title_history {
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .box_history .box_history_content .slick-prev {
    left: 0 !important;
  }
  .box_history .box_history_content .slick-next {
    right: 0 !important;
  }
}

.box_news_mobile .slick-list {
  margin: 0;
}
.box_news_mobile .slick-prev {
  left: -15px !important;
}
.box_news_mobile .slick-next {
  right: -15px !important;
}

/*# sourceMappingURL=gioithieu.css.map */
