@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese");
.flex-wrapper {
  display: flex; }
  .flex-wrapper.overwrite {
    display: flex !important; }
  .flex-wrapper.flex-wrap {
    flex-wrap: wrap; }
  .flex-wrapper.flex-direction-row {
    flex-direction: "row"; }
  .flex-wrapper.flex-direction-col {
    flex-direction: "column"; }
  .flex-wrapper > *.flex-grow {
    flex-grow: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mt-0 {
  margin-top: 0px; }

@font-face {
  font-family: "SFUFuturaExtraBold";
  src: url("fonts/SFUFUTURAEXTRABOLD.eot");
  src: url("fonts/SFUFUTURAEXTRABOLD.eot?#iefix") format("embedded-opentype"), url("fonts/SFUFUTURAEXTRABOLD.woff") format("woff"), url("fonts/SFUFUTURAEXTRABOLD.ttf") format("truetype"), url("fonts/SFUFUTURAEXTRABOLD.svg#SFUFuturaExtraBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SFUFuturaBold";
  src: url("SFUFuturaBold.eot");
  src: url("SFUFuturaBold.eot?#iefix") format("embedded-opentype"), url("SFUFuturaBold.woff") format("woff"), url("SFUFuturaBold.ttf") format("truetype"), url("SFUFuturaBold.svg#SFUFuturaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "UTMHelveBold";
  src: url("fonts/UTMHelveBold.eot");
  src: url("fonts/UTMHelveBold.eot?#iefix") format("embedded-opentype"), url("fonts/UTMHelveBold.woff") format("woff"), url("fonts/UTMHelveBold.ttf") format("truetype"), url("fonts/UTMHelveBold.svg#UTMHelveBold") format("svg");
  font-weight: normal;
  font-style: normal; }
.duan h2 {
  font-weight: 700 !important;
  font-size: 20pt;
  margin: 15px 0;
  color: #12207c;
  font-family: SFUFuturaBold; }
.duan .project-tabs .project-tab {
  display: none !important; }
  .duan .project-tabs .project-tab.active {
    display: flex !important; }

/*group*/
.group, .duan {
  padding: 80px 0 20px 0; }

.group .gp-l .color1 {
  color: #12207c; }

.group .gp-l .color2 {
  color: #cb1e1bea; }

.thanhngang {
  float: left;
  height: 5px;
  background: #cb1e1bea;
  width: 27%; }

h2:not(.texttext) {
  font-weight: 600; }

.gp-l a {
  padding: 10px;
  border: 1px solid #cb1e1bea;
  color: #cb1e1bea;
  float: right;
  margin: 0 0 20px 10px;
  background: none;
  border-radius: 0;
  transition: all 0.2s ease; }

.gp-l a:hover {
  text-decoration: none;
  background: #cc0300f6;
  color: white;
  border-radius: 0; }

.gp-r img {
  width: 80%;
  display: block;
  margin: auto auto; }

.group {
  background: rgba(161, 170, 179, 0.103); }

/*dự án nổi bật*/
/* .duan-link a:hover {
    text-decoration: none;
    color: $red;
    border: 1px solid $red;
} */
.duan-link {
  margin: 40px 0 40px 0;
  display: flex; }
  @media (max-width: 768px) {
    .duan-link a {
      width: 100%;
      display: block; } }
  .duan-link a {
    text-transform: uppercase;
    color: black;
    padding: 10px;
    border: 1px solid black;
    margin: 0px 10px 0px 10px; }
  .duan-link a:hover {
    text-decoration: none; }
  .duan-link .active {
    color: #cb1e1bea;
    border: 1px solid #cb1e1bea; }

.pic-item {
  width: calc(33% - 10px);
  height: 250px;
  overflow: hidden;
  margin: 5px;
  position: relative;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75); }
  .pic-item img {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: auto;
    max-width: 130%;
    max-height: 130%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .pic-item img:hover {
      -webkit-transform: scale(1.5, 1.5);
      -moz-transform: scale(1.5, 1.5);
      -o-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5); }

.duan-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.duan-text {
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  padding: 8px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  text-transform: capitalize;
  background: rgba(15, 15, 15, 0.658);
  font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; }

.tatca {
  width: 100%;
  background: #12207c; }

.tatca .container {
  display: flex;
  justify-content: flex-end; }

.tatca a {
  padding: 10px 10px 8px 10px;
  margin: 15px;
  background: #cb1e1bea;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  font-family: UTMHelveBold;
  font-size: 14px; }

.tatca a:hover {
  text-decoration: none; }

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