/*---------------list_item-----------------*/
.list_item_project .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.list_item_project .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 5px;
}
@media (min-width: 576px) {
  .list_item_project .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .list_item_project .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .list_item_project .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 5px;
  }
}
.list_item_project .row_item .col_item .item {
  position: relative;
}
.list_item_project .row_item .col_item .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  opacity: 60%;
  z-index: 1;
  border-radius: 20px;
}
.list_item_project .row_item .col_item .item .img {
  border-radius: 20px;
}
.list_item_project .row_item .col_item .item .img a {
  display: block;
  width: 100%;
  padding-top: 74.6%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.list_item_project .row_item .col_item .item .img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.list_item_project .row_item .col_item .item .img a img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  height: auto;
  opacity: 1;
  border-radius: 3px;
}
.list_item_project .row_item .col_item .item .info {
  padding: 0 12px;
  position: absolute;
  left: 50%;
  top: 68%;
  -webkit-transform: translate(-50%, calc(-0% + 39px));
      -ms-transform: translate(-50%, calc(-0% + 39px));
          transform: translate(-50%, calc(-0% + 39px));
  width: 100%;
  z-index: 2;
}
@media (min-width: 400px) {
  .list_item_project .row_item .col_item .item .info {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .list_item_project .row_item .col_item .item .info {
    -webkit-transform: translate(-50%, calc(-50% + 35px));
        -ms-transform: translate(-50%, calc(-50% + 35px));
            transform: translate(-50%, calc(-50% + 35px));
  }
}
.list_item_project .row_item .col_item .item .info .title {
  margin: 0 0 10px;
  text-align: center;
}
.list_item_project .row_item .col_item .item .info .title a {
  font-family: lato-medium;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.list_item_project .row_item .col_item .item .info .see-more {
  text-align: center;
}
.list_item_project .row_item .col_item .item .info .see-more a {
  font-family: lato-regular;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

/*-------------------list_other----------------*/
.list_other {
  background: #EFF7FD;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 35px 0 62px;
}
.list_other .wrapper_orther {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 600px) {
  .list_other .wrapper_orther {
    padding: 0 15px;
  }
}
.list_other .list_other-title {
  font-family: LinhHelBold;
  font-size: 30px;
  color: #14289E;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
  text-align: center;
}
.list_other .list_item_project {
  padding: 0;
}
.list_other .list_item_project .row_item .col_item_orther {
  width: 100%;
  padding: 0;
}
.list_other .list_item_project .row_item .col_item_orther .item .img {
  border-radius: 10px 10px 0 0;
}
.list_other .list_item_project .row_item .col_item_orther .item .img a {
  display: block;
  width: 100%;
  padding-top: 77.6%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.list_other .list_item_project .row_item .col_item_orther .item .img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.list_other .list_item_project .row_item .col_item_orther .item .img a img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  height: auto;
  opacity: 1;
  border-radius: 3px;
}
.list_other .list_item_project .row_item .col_item_orther .item .info {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 23px;
}
.list_other .list_item_project .row_item .col_item_orther .item .info .title {
  padding: 0 0 15px;
}
.list_other .list_item_project .row_item .col_item_orther .item .info .title a {
  font-family: lato-bold;
  font-size: 19px;
  color: #3A3A3A;
  text-transform: uppercase;
}
.list_other .list_item_project .row_item .col_item_orther .item .info .see-more a {
  background: -o-linear-gradient(359.94deg, #890E10 -4.45%, #E82526 104.12%);
  background: linear-gradient(90.06deg, #890E10 -4.45%, #E82526 104.12%);
  color: #fff;
  font-family: lato-medium;
  font-size: 15px;
  min-width: 157px;
  padding: 9px 20px;
  text-align: center;
  border-radius: 7px;
  position: relative;
}
.list_other .list_item_project .row_item .col_item_orther .item .info .see-more a:after {
  content: "";
  width: 7px;
  height: 10px;
  background: url("../images/nav_project.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
}