@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.group_title {
  text-align: center;
  padding: 4% 0;
}
.group_title h2 {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #0d0d0d;
  padding-bottom: 10px;
  position: relative;
}
.group_title h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background: #f7941d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.list_item_project {
  margin-top: 50px;
}
.list_item_project .row_item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  .list_item_project .row_item {
    margin: 0 -12px;
  }
}
.list_item_project .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_project .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .list_item_project .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .list_item_project .row_item .col_item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .list_item_project .row_item .col_item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.list_item_project .row_item .col_item .item {
  position: relative;
  overflow: hidden;
}
.list_item_project .row_item .col_item .item .img a {
  display: block;
}
.list_item_project .row_item .col_item .item .img a img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .list_item_project .row_item .col_item .item .img a {
    width: 100%;
    padding-top: 72%;
    position: relative;
  }
  .list_item_project .row_item .col_item .item .img a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.list_item_project .row_item .col_item .item:hover .info {
  top: 0;
  justify-content: center;
  background: rgba(9, 112, 152, 0.85);
}
.list_item_project .row_item .col_item .item:hover .info h3, .list_item_project .row_item .col_item .item:hover .info .title {
  padding-left: 0;
}
.list_item_project .row_item .col_item .item:hover .info h3:after, .list_item_project .row_item .col_item .item:hover .info .title:after {
  top: -10px;
}
.list_item_project .row_item .col_item .item:hover .info .short {
  display: block;
}
.list_item_project .row_item .col_item .item.other1 {
  width: 50%;
}
.list_item_project .row_item .col_item .item.other1 .img a {
  padding-top: 30%;
}
.list_item_project .row_item .col_item .item.other2 .img a {
  padding-top: 63%;
}
.list_item_project .row_item .col_item .item .info {
  width: 100%;
  background: rgba(9, 112, 152, 0.54);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px 10px 15px;
  overflow: hidden;
  position: absolute;
  top: 84%;
  bottom: 0;
  transition: all 300ms ease 0s;
}
.list_item_project .row_item .col_item .item .info h3, .list_item_project .row_item .col_item .item .info .title {
  padding-left: 35px;
  color: #FFF;
  position: relative;
}
.list_item_project .row_item .col_item .item .info h3:after, .list_item_project .row_item .col_item .item .info .title:after {
  content: "";
  width: 28px;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.list_item_project .row_item .col_item .item .info h3 a, .list_item_project .row_item .col_item .item .info .title a {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_item_project .row_item .col_item .item .info .short {
  display: none;
  color: #f6f7f8;
}
.list_item_project .row_item .col_item .item .info .short p {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: top 10px left;
}
.list_item_project .row_item .col_item .item .info .short p:first-child {
  background-image: url("../../../../resources/images/icon_loc.png");
}
.list_item_project .row_item .col_item .item .info .short p:nth-child(2) {
  background-image: url("../../../../resources/images/icon_us.png");
}
.list_item_project .row_item .col_item .item .info .short p:nth-child(3) {
  background-image: url("../../../../resources/images/icon_u.png");
}

.btn_viewmore {
  color: #097098;
  background: transparent;
  border: 1px solid #097098;
  display: inline-block;
  padding: 8px 40px;
  font-size: 15px;
  border-radius: 25px;
  position: relative;
  transition: 300ms ease-in-out;
  cursor: pointer;
  margin: 15px 0 10px;
}
.btn_viewmore:hover, .btn_viewmore:focus {
  color: #ffffff;
  background: #097098;
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  text-align: center;
}
.list_other .list_other-title h3 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}
.list_other .list_other-title h3 span {
  font: 300 1.3333333333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 0 38px;
  z-index: 1;
}
@media (min-width: 992px) {
  .list_other .list_other-title h3 span {
    font-size: 2.1333333333rem;
  }
}
.list_other .list_other-title h3 b, .list_other .list_other-title h3 strong {
  font-weight: 600;
}
.list_other .list_other-title h3:before, .list_other .list_other-title h3:after {
  content: "";
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.list_other .list_other-title h3:before {
  background: linear-gradient(to right, #f04e26 50px, transparent 50px, transparent calc(100% - 50px), #f04e26 calc(100% - 50px));
  width: calc(100% + 100px);
  height: 6px;
  top: 18px;
}
.list_other .list_other-title h3:after {
  background: linear-gradient(to right, #f04e26 30px, transparent 30px, transparent calc(100% - 30px), #f04e26 calc(100% - 30px));
  width: calc(100% + 60px);
  height: 3px;
  top: 28px;
}
.list_other .list_item_service .row_item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .list_other .list_item_service .row_item {
    margin: 0 -12px;
  }
}
.list_other .list_item_service .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_other .list_item_service .row_item .col_item {
  padding: 12px;
}
.list_other .list_item_service .row_item .col_item .item {
  height: 100%;
  overflow: hidden;
}
.list_other .list_item_service .row_item .col_item .item .img {
  width: 100%;
}
.list_other .list_item_service .row_item .col_item .item .img a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.list_other .list_item_service .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.list_other .list_item_service .row_item .col_item .item .img .date {
  font: 600 1.2rem/150% "Open Sans" m1;
  color: #fff;
  background: #0b75a8;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 11px 9px;
}
.list_other .list_item_service .row_item .col_item .item .img .date span {
  display: block;
  position: relative;
}
.list_other .list_item_service .row_item .col_item .item .img .date span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 1px;
  background: #fff;
}
.list_other .list_item_service .row_item .col_item .item .info {
  background: #fff;
  padding: 15px 25px;
  margin: -25px 15px 0;
  position: relative;
  z-index: 1;
}
.list_other .list_item_service .row_item .col_item .item .info h3 a {
  display: block;
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  color: #443e3e;
}
.list_other .list_item_service .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: justify;
  color: #443e3e;
  height: 4.2rem;
  overflow: hidden;
}
.list_other .list_item_service .row_item .col_item .item .info .view_detail {
  display: block;
  margin-top: 1.4rem;
  margin-left: 5px;
}
.list_other .list_item_service .row_item .col_item .item .info .view_detail span {
  font: 500 0.8666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #f56423;
  display: inline-block;
  padding: 8px 18px;
  position: relative;
}
.list_other .list_item_service .row_item .col_item .item .info .view_detail span:before, .list_other .list_item_service .row_item .col_item .item .info .view_detail span:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
.list_other .list_item_service .row_item .col_item .item .info .view_detail span:before {
  border-top: 2px solid #f45a14;
  border-left: 2px solid #f45a14;
  top: -5px;
  left: -5px;
}
.list_other .list_item_service .row_item .col_item .item .info .view_detail span:after {
  border-bottom: 2px solid #f45a14;
  border-right: 2px solid #f45a14;
  bottom: -5px;
  right: -5px;
}
.list_other .list_item_service .row_item .col_item .item:hover .info h3 a, .list_other .list_item_service .row_item .col_item .item:focus .info h3 a {
  color: #f04e26;
}
.list_other .list_item_service .row_item .slick-arrow {
  background: #fa4c02;
  width: 35px;
  height: 35px;
  top: 35%;
  z-index: 99;
}
.list_other .list_item_service .row_item .slick-arrow:before {
  font: 300 1.4rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.list_other .list_item_service .row_item .slick-arrow.slick-prev {
  left: -30px;
}
.list_other .list_item_service .row_item .slick-arrow.slick-prev:before {
  content: "";
}
.list_other .list_item_service .row_item .slick-arrow.slick-next {
  right: -30px;
}
.list_other .list_item_service .row_item .slick-arrow.slick-next:before {
  content: "";
}