﻿.dn {
  display: none; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none !important; }
  a:focus, a:hover {
    color: unset; }

.reset, #banner .banner_tchu .khungAnh .contentBanner p.first, #banner .banner_tchu .khungAnh .contentBanner p.second, .itemField .item .outer h3, .itemProduct .item h3, .itemProject .item .khungAnh .inner h3, #libraryHome .itemLibrary .listItem .item .outer h3, #footer .item.lienHe ul, .categoryName h1, .itemServices .item h2, .itemServices .item h3, #lienHe .wrapper .guiThanhCong p.second {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: initial; }

p {
  margin-bottom: 0; }

.clear:after, .itemField:after, .itemProduct:after, .itemProject:after, #libraryHome .row:after, #libraryHome .itemLibrary .listItem:after, #libraryHome .itemLibrary .listItem .item:after, #footer .mainFooter:after, .copyRight:after, #gioiThieu #section1 .content:after, #gioiThieu #section4 .listItem:after, #tinTuc .row:after, #services .row:after, #project .row:after, #product .row:after, .otherPost .listTin .item:after, .commentFacebook .wrapper:after, .itemServices:after, .orderServices .form:after, #lienHe .wrapper:after, #lienHe .wrapper .left .block_form:after, #lienHe .wrapper .left .block_form .item_form.submit:after, #project .row .contentLeft .head:after, #project .row .contentLeft.chiTiet .information:after, #product .row .contentLeft .head .bottom:after, #product .row .contentLeft.chiTiet .information:after {
  content: "";
  clear: both;
  display: block; }

.candoc {
  top: 50%;
  position: relative;
  transform: translateY(-50%); }

.canngang {
  left: 50%;
  position: relative;
  transform: translateX(-50%); }

.cangiua {
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%); }

main {
  width: 100%; }

body {
  font-family: "Roboto";
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  min-width: 1200px; }

.list-inline {
  margin-left: 0; }
  .list-inline > li {
    padding: 0; }

#header .top_header {
  height: 40px;
  background: #272f43;
  position: relative;
  z-index: 2; }
  #header .top_header .row {
    display: flex;
    justify-content: space-between; }
    #header .top_header .row:before {
      display: none; }
    #header .top_header .row:after {
      display: none; }
  #header .top_header .left {
    display: flex;
    font-family: "Roboto";
    color: #fff;
    font-size: 14px;
    line-height: 40px; }
    #header .top_header .left i {
      margin-right: 5px; }
    #header .top_header .left span {
      margin-right: 3px; }
    #header .top_header .left a {
      font-family: "Roboto";
      color: #fff;
      font-size: 14px;
      line-height: 40px; }
    #header .top_header .left .hotLine {
      margin-right: 17px;
      padding-right: 15px;
      background: url(images/line.jpg) no-repeat right center; }
      #header .top_header .left .hotLine a {
        font-family: "RobotoBold"; }
  #header .top_header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header .top_header .right .languages {
      margin-right: 14px; }
    #header .top_header .right .item {
      padding-left: 14px;
      padding-right: 17px;
      background: url(images/line.jpg) no-repeat right center;
      display: inline-block; }
      #header .top_header .right .item.active a, #header .top_header .right .item:hover a {
        color: #fff; }
      #header .top_header .right .item img {
        margin-right: 8px;
        width: 22px;
        height: 16px;
        border: solid 1px #f3d3d3; }
      #header .top_header .right .item a {
        font-family: "Roboto";
        color: #93a2ca;
        font-size: 13px;
        line-height: 40px; }

#header .bottom_header {
  height: 98px;
  background: #fff; }
  #header .bottom_header .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header .bottom_header .row:before {
      display: none; }
    #header .bottom_header .row:after {
      display: none; }
    #header .bottom_header .row .logo {
      width: 300px;
      position: relative; }
      #header .bottom_header .row .logo a {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        #header .bottom_header .row .logo a img {
          max-width: 100%;
          max-height: 100%; }
    #header .bottom_header .row .right {
      width: calc(100% - 300px);
      width: -webkit-calc(100% - 300px);
      display: flex;
      justify-content: flex-end;
      height: 98px;
      align-items: center; }

.social a {
  margin-right: 8px;
  display: inline-block;
  transition: 0.4s; }
  .social a:hover {
    transform: translateY(-3px); }

#menu > ul > li:hover > ul > li {
  height: auto; }

#menu > ul > li > a {
  font-family: "RobotoMedium";
  color: #666666;
  font-size: 15px;
  line-height: 36px;
  padding: 0 10px;
  transition: 0.3s; }

#menu > ul > li > ul {
  z-index: 9999;
  padding: 10px 0;
  background: rgba(39, 46, 67, 0.9); }
  #menu > ul > li > ul > li > a {
    font-family: "RobotoMedium";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    transition: 0.4s;
    width: 270px;
    background: transparent;
    border-bottom: solid 1px #687086; }
    #menu > ul > li > ul > li > a:hover {
      color: #f7ad01;
      background: #272e43;
      border-color: #272e43; }
  #menu > ul > li > ul > li.has-sub a:before {
    display: none; }
  #menu > ul > li > ul > li.has-sub a:after {
    display: none; }
  #menu > ul > li > ul > li > ul {
    top: -10px;
    padding: 10px 0;
    background: rgba(39, 46, 67, 0.9); }
    #menu > ul > li > ul > li > ul > li > a {
      font-family: "RobotoMedium";
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      padding: 5px 15px;
      transition: 0.4s;
      width: 270px;
      background: transparent;
      border-bottom: solid 1px #687086; }
      #menu > ul > li > ul > li > ul > li > a:hover {
        color: #f7ad01;
        background: #272e43;
        border-color: #272e43; }
  #menu > ul > li > ul > li:last-child a {
    border-color: transparent; }

#menu > ul > li.active > a, #menu > ul > li:hover > a {
  color: #f7ad01; }

#menu > ul > li:first-child > a {
  padding-left: 0; }

#menu > ul > li:last-child > a {
  padding-right: 0; }

.boxSearch {
  width: 76px;
  position: relative;
  height: 98px; }
  .boxSearch a.search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .boxSearch a.search i {
      color: #666666;
      transition: 0.3s; }
    .boxSearch a.search:hover a i {
      color: #f7ad01; }
  .boxSearch .content {
    position: absolute;
    top: 67px;
    width: 250px;
    background: #ffffff;
    border: 1px solid #999;
    right: 0;
    z-index: 9999;
    display: none; }
    .boxSearch .content input {
      font-family: "UtmAvo";
      color: #333333;
      font-size: 14px;
      line-height: 40px;
      height: 40px;
      padding: 0 10px;
      border: 0;
      outline: 0; }
    .boxSearch .content a.search2 {
      position: absolute;
      top: 7px;
      right: 10px;
      color: #666;
      transition: 0.3s; }
      .boxSearch .content a.search2:hover {
        color: #f7ad01; }

#banner .banner_tchu a.control {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer; }
  #banner .banner_tchu a.control:hover i {
    background: #f7ad01; }
  #banner .banner_tchu a.control.prev {
    left: 40px; }
  #banner .banner_tchu a.control.next {
    right: 40px; }
  #banner .banner_tchu a.control i {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: 0.4s; }

#banner .banner_tchu .khungAnh:before {
  padding-bottom: 42%; }

#banner .banner_tchu .khungAnh .contentBanner {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }
  #banner .banner_tchu .khungAnh .contentBanner p.first {
    font-family: "UtmAvoBold";
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px; }
  #banner .banner_tchu .khungAnh .contentBanner p.second {
    font-family: "Roboto";
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    text-align: center; }

#banner .banner_tcon a.control {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer; }
  #banner .banner_tcon a.control:hover i {
    background: #f7ad01; }
  #banner .banner_tcon a.control.prev {
    left: 40px; }
  #banner .banner_tcon a.control.next {
    right: 40px; }
  #banner .banner_tcon a.control i {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: 0.4s; }

#banner .banner_tcon .khungAnh:before {
  padding-bottom: 26%; }

#statistic {
  height: 120px;
  background: #30ade5; }
  #statistic .listItem {
    height: 120px;
    display: flex;
    justify-content: space-between; }
    #statistic .listItem .item {
      position: relative;
      padding-left: 90px;
      width: 25%; }
      #statistic .listItem .item .wrapper_img {
        width: 90px;
        padding-right: 5px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
        #statistic .listItem .item .wrapper_img img {
          max-height: 100%;
          max-width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
      #statistic .listItem .item .content {
        margin-top: 26px; }
        #statistic .listItem .item .content span {
          font-family: "RobotoBold";
          color: #fff;
          font-size: 18px;
          line-height: 36px;
          text-transform: uppercase;
          height: 36px;
          overflow: hidden;
          display: block; }
        #statistic .listItem .item .content p {
          font-family: "Roboto";
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          height: 30px;
          overflow: hidden;
          width: 100%; }

#fieldHome {
  padding: 60px 0 26px 0;
  background: #ffffff; }

.titleName h2 a, .titleName h2 span, .titleName h3 a, .titleName h3 span {
  font-family: "RobotoBold";
  color: #f7ad01;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  text-transform: uppercase; }
  .titleName h2 a:after, .titleName h2 span:after, .titleName h3 a:after, .titleName h3 span:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 3px;
    width: 50px;
    background: #f7ad01;
    left: 50%;
    transform: translateX(-50%); }

.titleName .description {
  font-family: "Roboto";
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin: 17px 0 43px 0;
  padding: 0 170px; }

.itemField {
  margin: 0 -15px; }
  .itemField .item {
    width: 33.33%;
    float: left;
    margin-bottom: 28px;
    padding: 0 15px; }
    .itemField .item:hover .outer {
      background: #f7ad01; }
      .itemField .item:hover .outer a.name {
        color: #fff; }
      .itemField .item:hover .outer a.icon i {
        background: #fff;
        color: #f7ad01;
        webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
    .itemField .item .khungAnh:before {
      padding-bottom: 67.57%; }
    .itemField .item .outer {
      background: #f2f2f2;
      transition: 0.4s;
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 80px; }
      .itemField .item .outer h3 {
        width: calc(100% - 22px);
        width: -webkit-calc(100% - 22px);
        padding-right: 30px; }
      .itemField .item .outer a.name {
        font-family: "RobotoBold";
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
        overflow: hidden;
        display: inline-block; }
      .itemField .item .outer a.icon {
        width: 22px;
        height: 22px;
        display: inline-block; }
        .itemField .item .outer a.icon i {
          background: #999999;
          color: #fff;
          width: 22px;
          height: 22px;
          border-radius: 50%;
          text-align: center;
          line-height: 22px; }

#productHome {
  padding: 43px 0 45px 0;
  background: #f4f4f4; }
  #productHome .titleName {
    margin-bottom: 43px; }
    #productHome .titleName .list {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #productHome .titleName .list > li > a {
        font-family: "Roboto";
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        padding: 0 18px 0 14px;
        display: inline-block;
        background: url(images/line2.png) no-repeat right center;
        transition: 0.3s; }
      #productHome .titleName .list > li:first-child a {
        padding-left: 0; }
      #productHome .titleName .list > li:last-child a {
        padding-right: 0;
        background: transparent; }
      #productHome .titleName .list > li:hover a, #productHome .titleName .list > li.active a {
        color: #f7ad01; }

.itemProduct {
  margin: 0 -15px; }
  .itemProduct .item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px; }
    .itemProduct .item .wrapper {
      padding: 20px;
      background: #ffffff;
      border: solid 1px #e6e6e6; }
    .itemProduct .item:hover .khungAnh .khungAnhCrop0 {
      transform: scale(1.1); }
    .itemProduct .item:hover h3 a.name {
      color: #f7ad01; }
    .itemProduct .item:hover a.detail {
      background: #f7ad01;
      color: #fff; }
    .itemProduct .item .khungAnh:before {
      padding-bottom: 91%; }
    .itemProduct .item h3 a.name {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 24px;
      height: 48px;
      overflow: hidden;
      transition: 0.3s;
      margin-bottom: 11px;
      display: inline-block;
      margin-top: 10px;
      width: 100%; }
    .itemProduct .item .description {
      font-family: "Roboto";
      color: #666666;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 12px;
      height: 48px;
      overflow: hidden; }
    .itemProduct .item a.detail {
      width: 130px;
      height: 40px;
      display: block;
      margin: 0 auto;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 13px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: center;
      background: #d5d5d5;
      transition: 0.4s; }

#featureProduct {
  padding: 62px 0 93px 0;
  width: 100%;
  overflow: hidden; }
  #featureProduct .titleName {
    width: 1170px;
    margin: 0 auto; }
  #featureProduct .itemProject .slick-list {
    margin: 0 -1px; }
  #featureProduct .itemProject a.control {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer; }
    #featureProduct .itemProject a.control:hover i {
      background: #f7ad01; }
    #featureProduct .itemProject a.control.prev {
      left: 20px; }
    #featureProduct .itemProject a.control.next {
      right: 20px; }
    #featureProduct .itemProject a.control i {
      background: rgba(0, 0, 0, 0.5);
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      transition: 0.4s; }

.itemProject .item {
  width: 25%;
  padding: 0 1px;
  overflow: hidden;
  float: left; }
  .itemProject .item:hover .khungAnh .inner {
    height: 100%; }
    .itemProject .item:hover .khungAnh .inner .content {
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .itemProject .item:hover .khungAnh .inner .content a.detail i {
        webkit-animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
    .itemProject .item:hover .khungAnh .inner a.name {
      height: auto;
      max-height: 48px; }
  .itemProject .item .khungAnh:before {
    padding-bottom: 100%; }
  .itemProject .item .khungAnh .inner {
    position: absolute;
    height: 50px;
    bottom: 0;
    transition: 0.7s;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .itemProject .item .khungAnh .inner h3 {
      padding: 13px 0; }
    .itemProject .item .khungAnh .inner a.name {
      display: inline-block;
      font-family: "RobotoBold";
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      padding: 0 20px;
      text-transform: uppercase;
      text-align: center;
      transition: 0.3s;
      height: 24px;
      overflow: hidden;
      width: 100%; }
      .itemProject .item .khungAnh .inner a.name:hover {
        color: #f7ad01; }
    .itemProject .item .khungAnh .inner a.detail {
      width: 156px;
      height: 40px;
      font-family: "RobotoBold";
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      text-transform: uppercase;
      background: #f7ad01;
      padding-left: 24px;
      margin: 18px auto 0 auto;
      display: block; }
      .itemProject .item .khungAnh .inner a.detail i {
        margin-left: 7px; }

#libraryHome {
  background: #f4f4f4;
  padding: 58px 0 80px 0; }
  #libraryHome .row {
    margin: 0 -25px; }
  #libraryHome .titleName {
    margin-bottom: 28px; }
    #libraryHome .titleName h2 a, #libraryHome .titleName h2 span, #libraryHome .titleName h3 a, #libraryHome .titleName h3 span {
      text-align: left;
      margin-bottom: 16px; }
      #libraryHome .titleName h2 a:after, #libraryHome .titleName h2 span:after, #libraryHome .titleName h3 a:after, #libraryHome .titleName h3 span:after {
        left: 0;
        transform: translateX(0);
        bottom: -16px; }
  #libraryHome .itemLibrary {
    width: 50%;
    padding: 0 25px;
    float: left; }
    #libraryHome .itemLibrary .listItem {
      margin: 0 -15px; }
      #libraryHome .itemLibrary .listItem .item {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 20px; }
        #libraryHome .itemLibrary .listItem .item:hover .khungAnhCrop {
          transform: scale(1.1); }
        #libraryHome .itemLibrary .listItem .item:hover .outer a.name {
          color: #f7ad01 !important; }
        #libraryHome .itemLibrary .listItem .item:first-child .khungAnh {
          width: 100%; }
        #libraryHome .itemLibrary .listItem .item:first-child .outer {
          width: 100%;
          padding-left: 0; }
          #libraryHome .itemLibrary .listItem .item:first-child .outer a.name {
            font-family: "RobotoBold";
            color: #333333;
            font-size: 16px;
            line-height: 20px;
            max-height: 40px;
            height: auto;
            margin-top: 14px;
            margin-bottom: 10px; }
          #libraryHome .itemLibrary .listItem .item:first-child .outer .description {
            font-family: "Roboto";
            color: #666666;
            font-size: 14px;
            line-height: 20px;
            height: 60px;
            overflow: hidden;
            margin-top: 6px; }
        #libraryHome .itemLibrary .listItem .item .khungAnh {
          float: left;
          width: 90px; }
          #libraryHome .itemLibrary .listItem .item .khungAnh:before {
            padding-bottom: 60%; }
        #libraryHome .itemLibrary .listItem .item .outer {
          width: calc(100% - 90px);
          padding-left: 15px;
          float: left; }
          #libraryHome .itemLibrary .listItem .item .outer a.name {
            font-family: "Roboto";
            color: #333333;
            font-size: 14px;
            line-height: 20px;
            height: 60px;
            overflow: hidden;
            transition: 0.4s;
            display: inline-block; }

.khungVideo {
  position: relative;
  z-index: 1; }
  .khungVideo:before {
    padding-bottom: 56.25%;
    content: "";
    display: block; }
  .khungVideo iframe {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1; }

.thongKe {
  font-family: "Arimo";
  color: #999999;
  font-size: 13px;
  line-height: 20px;
  display: flex; }
  .thongKe i {
    margin-right: 7px; }
  .thongKe .date {
    margin-right: 18px; }

.khungAnh {
  overflow: hidden; }
  .khungAnh .khungAnhCrop, .khungAnh .khungAnhCrop0 {
    transition: 0.7s; }

.container {
  width: 1170px !important; }

#footer {
  background: url(images/footer.jpg) no-repeat top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-top: 66px; }
  #footer .mainFooter {
    padding-bottom: 23px;
    border-bottom: solid 1px #46526e; }
  #footer .item {
    float: left; }
    #footer .item:first-child {
      width: 378px;
      float: left;
      padding-right: 50px; }
      #footer .item:first-child .logoFooter {
        margin-bottom: 20px; }
        #footer .item:first-child .logoFooter img {
          max-width: 325px; }
      #footer .item:first-child .info {
        font-family: "Roboto";
        color: #f3f3f3;
        font-size: 14px;
        line-height: 24px;
        font-style: italic; }
    #footer .item.lienHe {
      width: 368px;
      padding-right: 20px; }
      #footer .item.lienHe span.title {
        display: inline-block;
        width: 100%;
        font-family: "RobotoBold";
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        margin-top: -9px;
        margin-bottom: 20px; }
      #footer .item.lienHe ul li {
        font-family: "Roboto";
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative; }
        #footer .item.lienHe ul li a {
          font-family: "Roboto";
          color: #fff;
          font-size: 14px;
          line-height: 20px; }
        #footer .item.lienHe ul li i {
          position: absolute;
          left: 0;
          top: 3px; }
    #footer .item.Facebook iframe {
      min-height: 210px; }
    #footer .item.map {
      width: 424px; }
      #footer .item.map .khungAnh:before {
        padding-bottom: 53%; }

.copyRight {
  font-family: "Roboto";
  color: #fff;
  font-size: 14px;
  line-height: 43px; }
  .copyRight .left {
    width: 50%;
    float: left; }
    .copyRight .left a {
      color: #fff;
      transition: 0.3s; }
      .copyRight .left a:hover {
        color: #f7ad01; }
    .copyRight .left span {
      display: inline-block; }
      .copyRight .left span:first-child {
        margin-right: 30px; }
  .copyRight .right {
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-end; }
    .copyRight .right span {
      font-family: "RobotoBold";
      font-size: 16px;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 20px; }

#backTop {
  position: fixed;
  z-index: 9999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  right: 40px;
  bottom: 100px;
  display: none;
  cursor: pointer; }
  #backTop img {
    width: 100%;
    height: 100%; }

#breadcrums {
  height: 40px;
  background: #f4f4f4; }
  #breadcrums .row {
    height: 40px; }
    #breadcrums .row ul li a {
      font-family: "RobotoMedium";
      color: #666666;
      font-size: 14px;
      line-height: 40px;
      padding-right: 30px;
      background: url(images/right.png) no-repeat right 11px center;
      transition: 0.3s; }
      #breadcrums .row ul li a:hover {
        color: #f7ad01; }
    #breadcrums .row ul li:last-child a {
      padding-right: 0;
      background: transparent; }

#myNarBar {
  background: #272f43;
  height: 60px; }
  #myNarBar .row {
    height: 60px; }
  #myNarBar ul {
    display: flex;
    justify-content: center; }
    #myNarBar ul li a {
      padding: 0 30px;
      font-family: "RobotoMedium";
      color: #fff;
      font-size: 16px;
      line-height: 60px;
      text-transform: uppercase; }
    #myNarBar ul li:hover a, #myNarBar ul li.active a {
      background: transparent;
      color: #f7ad01; }

.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

#gioiThieu {
  overflow: hidden; }
  #gioiThieu #section1 {
    padding: 55px 0 70px 0;
    background: #ffffff; }
    #gioiThieu #section1 .titleName {
      margin-bottom: 46px; }
      #gioiThieu #section1 .titleName h2 a:after, #gioiThieu #section1 .titleName h2 span:after, #gioiThieu #section1 .titleName h3 a:after, #gioiThieu #section1 .titleName h3 span:after {
        width: 75px; }
    #gioiThieu #section1 .content {
      margin: 0 -25px; }
      #gioiThieu #section1 .content .left {
        float: left;
        width: 50%;
        padding: 0 25px; }
      #gioiThieu #section1 .content .right {
        float: left;
        width: 50%;
        padding: 0 25px; }
        #gioiThieu #section1 .content .right .khungAnh:before {
          padding-bottom: 84%; }
  #gioiThieu #section2 {
    background: url(images/tamnhin.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0 153px 0; }
    #gioiThieu #section2 .titleName {
      margin-bottom: 76px; }
      #gioiThieu #section2 .titleName a, #gioiThieu #section2 .titleName span {
        color: #fff; }
        #gioiThieu #section2 .titleName a:after, #gioiThieu #section2 .titleName span:after {
          background: #fff;
          width: 75px; }
    #gioiThieu #section2 .listItem {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #gioiThieu #section2 .listItem .item {
        width: 380px;
        float: left;
        margin-right: 110px; }
        #gioiThieu #section2 .listItem .item:nth-child(2n+2) {
          margin-right: 0; }
        #gioiThieu #section2 .listItem .item .title {
          display: flex;
          margin-bottom: 27px; }
          #gioiThieu #section2 .listItem .item .title .wrapper_img {
            width: 44px;
            height: 40px;
            position: relative; }
            #gioiThieu #section2 .listItem .item .title .wrapper_img img {
              max-width: 100%;
              max-height: 100%;
              position: absolute;
              top: 50%;
              transform: translateY(-50%); }
          #gioiThieu #section2 .listItem .item .title span {
            font-family: "RobotoMedium";
            color: #fff;
            font-size: 20px;
            line-height: 40px;
            text-transform: uppercase;
            margin-left: 11px;
            display: inline-block; }
        #gioiThieu #section2 .listItem .item .description {
          color: #fff;
          line-height: 22px; }
  #gioiThieu #section3 {
    padding: 50px 0 80px 0; }
    #gioiThieu #section3 .titleName .description {
      margin-bottom: 36px; }
    #gioiThieu #section3 .titleName h2 a:after, #gioiThieu #section3 .titleName h2 span:after, #gioiThieu #section3 .titleName h3 a:after, #gioiThieu #section3 .titleName h3 span:after {
      width: 75px; }
    #gioiThieu #section3 .listItem a.control {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 100;
      cursor: pointer; }
      #gioiThieu #section3 .listItem a.control:hover i {
        background: #272f43; }
      #gioiThieu #section3 .listItem a.control.prev {
        left: -50px; }
      #gioiThieu #section3 .listItem a.control.next {
        right: -50px; }
      #gioiThieu #section3 .listItem a.control i {
        background: #7f7f7f;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        transition: 0.4s;
        border-radius: 50%; }
    #gioiThieu #section3 .listItem .slick-list {
      margin: 0 -20px; }
      #gioiThieu #section3 .listItem .slick-list:before {
        content: "";
        position: absolute;
        width: 20px;
        top: 0;
        left: 0;
        height: 100%;
        background: #ffffff;
        z-index: 99; }
      #gioiThieu #section3 .listItem .slick-list:after {
        content: "";
        position: absolute;
        width: 20px;
        top: 0;
        right: 0;
        height: 100%;
        background: #ffffff;
        z-index: 99; }
    #gioiThieu #section3 .listItem .item {
      padding: 0 20px; }
      #gioiThieu #section3 .listItem .item span.number {
        display: inline-block;
        width: 100%;
        font-family: "RobotoBold";
        color: #272f43;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
        border-bottom: solid 1px #272f43;
        margin-bottom: 23px; }
      #gioiThieu #section3 .listItem .item .info {
        color: #666666;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: justify; }
      #gioiThieu #section3 .listItem .item .khungAnh:before {
        padding-bottom: 65%; }
  #gioiThieu #section4 {
    background: #f4f4f4;
    padding: 65px 0 82px 0; }
    #gioiThieu #section4 .titleName h2 a:after, #gioiThieu #section4 .titleName h2 span:after, #gioiThieu #section4 .titleName h3 a:after, #gioiThieu #section4 .titleName h3 span:after {
      width: 75px; }
    #gioiThieu #section4 .listItem {
      margin: 0 -25px; }
      #gioiThieu #section4 .listItem .item {
        width: 25%;
        float: left;
        padding: 0 25px; }
        #gioiThieu #section4 .listItem .item .wrapper_img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          background: #272f43;
          position: relative;
          margin: 0 auto 22px auto; }
          #gioiThieu #section4 .listItem .item .wrapper_img img {
            position: absolute;
            top: 50%;
            left: 50%;
            max-height: 100%;
            max-width: 100%;
            transform: translate(-50%, -50%); }
        #gioiThieu #section4 .listItem .item span.name {
          display: inline-block;
          font-family: "RobotoBold";
          color: #333333;
          font-size: 16px;
          line-height: 22px;
          height: 22px;
          overflow: hidden;
          width: 100%;
          text-align: center;
          margin-bottom: 13px; }
        #gioiThieu #section4 .listItem .item .info {
          color: #666666;
          line-height: 22px;
          text-align: center; }
          #gioiThieu #section4 .listItem .item .info a {
            color: #004370;
            transition: 0.3s;
            margin-left: 2px;
            display: inline-block; }
            #gioiThieu #section4 .listItem .item .info a:hover {
              color: #f7ad01; }
  #gioiThieu #section5 {
    background: #ffffff;
    padding: 60px 0; }
    #gioiThieu #section5 .titleName h2 a:after, #gioiThieu #section5 .titleName h2 span:after, #gioiThieu #section5 .titleName h3 a:after, #gioiThieu #section5 .titleName h3 span:after {
      width: 75px; }
    #gioiThieu #section5 .listItem .item {
      padding: 0 10px; }
      #gioiThieu #section5 .listItem .item:hover .khungAnh {
        border-color: #004370; }
      #gioiThieu #section5 .listItem .item .khungAnh {
        border: solid 1px transparent;
        transition: 0.4s; }
        #gioiThieu #section5 .listItem .item .khungAnh:before {
          padding-bottom: 44%; }

a:focus, input:focus, textarea:focus, select:focus {
  outline: 0;
  border: 0; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.categoryName {
  height: 60px;
  background: #272f43; }
  .categoryName h1 a, .categoryName h1 span {
    font-family: "RobotoBold";
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-transform: uppercase;
    display: inline-block; }

.listTinDS .item {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap; }
  .listTinDS .item:after {
    display: block;
    content: "";
    clear: both; }
  .listTinDS .item:hover .outer {
    background: #f4f4f4; }
    .listTinDS .item:hover .outer a.name {
      color: #f7ad01; }
    .listTinDS .item:hover .outer a.detail {
      background: #f7ad01;
      border-color: #f7ad01;
      color: #fff; }
      .listTinDS .item:hover .outer a.detail i {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
  .listTinDS .item:hover .khungAnh .khungAnhCrop {
    transform: scale(1.1); }
  .listTinDS .item .khungAnh {
    width: 35%;
    overflow: hidden;
    float: left; }
    .listTinDS .item .khungAnh:before {
      padding-bottom: 66.67%; }
    .listTinDS .item .khungAnh .khungAnhCrop {
      transition: 0.5s; }
  .listTinDS .item .outer {
    width: 65%;
    padding-left: 20px;
    float: left;
    position: relative;
    transition: 0.4s; }
    .listTinDS .item .outer a.name {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 18px;
      line-height: 22px;
      width: 100%;
      margin: 10px 0 15px 0;
      transition: 0.3s;
      overflow: hidden;
      height: auto;
      max-height: 44px;
      display: block; }
    .listTinDS .item .outer .thongKe {
      font-family: "Roboto"; }
    .listTinDS .item .outer P {
      font-family: "Roboto";
      color: #666666;
      font-size: 15px;
      line-height: 21px;
      height: auto;
      max-height: 63px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: justify;
      text-overflow: ellipsis;
      margin: 5px 0 12px 0; }
    .listTinDS .item .outer a.detail {
      display: block;
      width: 137px;
      height: 40px;
      font-family: "Roboto";
      color: #666666;
      font-size: 15px;
      line-height: 40px;
      text-transform: uppercase;
      background: transparent;
      padding-left: 27px;
      transition: 0.5s;
      border: solid 1px #e2e2e2; }
      .listTinDS .item .outer a.detail i {
        margin-left: 9px; }

#tinTuc .row, #services .row, #project .row, #product .row {
  margin: 0 -30px;
  padding: 50px 0 60px 0; }
  #tinTuc .row.ct, #services .row.ct, #project .row.ct, #product .row.ct {
    padding: 69px 0 65px 0; }
  #tinTuc .row .contentLeft, #services .row .contentLeft, #project .row .contentLeft, #product .row .contentLeft {
    width: 70%;
    padding: 0 30px;
    float: left; }
    #tinTuc .row .contentLeft #phantrang, #services .row .contentLeft #phantrang, #project .row .contentLeft #phantrang, #product .row .contentLeft #phantrang {
      margin-top: 18px; }
  #tinTuc .row .contentRight, #services .row .contentRight, #project .row .contentRight, #product .row .contentRight {
    width: 30%;
    float: left;
    padding: 0 30px; }

#phantrang {
  margin: 0; }
  #phantrang .SplitPages {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    flex-wrap: wrap; }
    #phantrang .SplitPages a {
      width: 34px;
      height: 34px;
      margin: 0 3px;
      text-align: center;
      padding: 0;
      transition: 0.4s; }
      #phantrang .SplitPages a i {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        transition: 0.4s;
        color: #333333; }
      #phantrang .SplitPages a.hientai, #phantrang .SplitPages a:hover {
        background: #f7ad01;
        border-color: #f7ad01;
        color: #fff; }
        #phantrang .SplitPages a.hientai i, #phantrang .SplitPages a:hover i {
          background: #f7ad01;
          border-color: #f7ad01;
          color: #fff; }

.otherPost {
  margin-bottom: 17px; }
  .otherPost a.title {
    display: inline-block;
    width: 100%;
    font-family: "RobotoCondensedBold";
    color: #333333;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 6px;
    position: relative; }
    .otherPost a.title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      height: 3px;
      width: 50px;
      background: #f7ad01; }
  .otherPost .listTin {
    margin-top: 16px; }
    .otherPost .listTin .item {
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: solid 1px #e2e2e2;
      margin-bottom: 0; }
      .otherPost .listTin .item:last-child {
        border-bottom: 0; }
      .otherPost .listTin .item:hover .khungAnh .khungAnhCrop {
        transform: scale(1.1); }
      .otherPost .listTin .item:hover .outer a.name {
        color: #f7ad01; }
      .otherPost .listTin .item .khungAnh {
        width: 30%;
        float: left; }
        .otherPost .listTin .item .khungAnh:before {
          padding-bottom: 67%; }
      .otherPost .listTin .item .outer {
        width: 70%;
        padding: 0 12px;
        float: left; }
        .otherPost .listTin .item .outer .thongKe {
          font-family: "Roboto"; }
        .otherPost .listTin .item .outer a.name {
          font-family: "Roboto";
          color: #444;
          font-size: 14px;
          line-height: 18px;
          max-height: 36px;
          height: auto;
          margin-bottom: 3px;
          overflow: hidden;
          display: block;
          margin-top: 0;
          transition: 0.4s; }
        .otherPost .listTin .item .outer .thongKe {
          font-size: 12px; }

.namePost {
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 25px; }
  .namePost span.name {
    font-family: "RobotoBold";
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    margin-top: -4px;
    margin-bottom: 12px;
    display: inline-block; }
  .namePost .thongKe {
    margin-bottom: 15px;
    font-family: "Roboto"; }

.noidung {
  font-family: "Roboto";
  color: #666666;
  font-size: 15px;
  line-height: 22px; }

.box_share {
  height: 22px;
  margin-top: 30px;
  /*padding-bottom: 34px;
  border-bottom: solid 1px #e2e2e2*/ }
  .box_share .group_share {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 22px;
    float: right;
    width: 50%; }
    .box_share .group_share .addthis_inline_share_toolbox {
      display: inline-block;
      margin-right: 5px; }
    .box_share .group_share .fb-like {
      display: inline-block; }

.commentFacebook {
  margin-top: 32px; }
  .commentFacebook span.title {
    font-family: "RobotoBold";
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 18px;
    text-transform: uppercase;
    display: block; }
  .commentFacebook .wrapper {
    padding: 12px;
    border: solid 1px #e2e2e2; }

.fb-like {
  margin-top: -5px; }

#services .row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 53px; }
  #services .row .contentLeft {
    order: 2; }
    #services .row .contentLeft .description {
      line-height: 24px;
      margin-bottom: 33px; }
  #services .row .contentRight {
    order: 1; }

.danhMuc {
  margin-bottom: 17px; }
  .danhMuc a.title {
    display: inline-block;
    width: 100%;
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    background: #272f43; }
  .danhMuc ul {
    padding: 15px 0 29px 0;
    background: #f4f4f4; }
    .danhMuc ul li a {
      font-family: "RobotoMedium";
      color: #666666;
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 8px;
      border-bottom: solid 1px #e2e2e2;
      padding-top: 9px;
      padding-left: 12px;
      padding-right: 12px;
      display: block;
      width: 100%;
      transition: 0.3s; }
    .danhMuc ul li:hover ul {
      display: block; }
    .danhMuc ul li > ul {
      display: none;
      padding: 0;
      background: #fdf1f1; }
      .danhMuc ul li > ul > li > a {
        font-family: "RobotoMedium";
        color: #666666;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 8px;
        border-bottom: solid 1px #e2e2e2;
        padding-top: 9px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 100%;
        transition: 0.3s; }
      .danhMuc ul li > ul > li:hover > a, .danhMuc ul li > ul > li.active > a {
        color: #fff;
        background: #f7ad01;
        border-color: #f7ad01;
        padding-left: 12px;
        padding-right: 12px; }
    .danhMuc ul li:hover > a, .danhMuc ul li.active > a {
      color: #fff;
      background: #f7ad01;
      border-color: #f7ad01;
      padding-left: 12px;
      padding-right: 12px; }

.itemServices {
  margin: 0 -15px; }
  .itemServices.project .item a.name {
    height: 22px;
    overflow: hidden; }
  .itemServices .item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 28px; }
    .itemServices .item:focus {
      outline: 0; }
    .itemServices .item:hover .khungAnhCrop, .itemServices .item:hover .khungAnhCrop0 {
      transform: scale(1.1); }
    .itemServices .item:hover a.name {
      color: #f7ad01; }
    .itemServices .item .khungAnh:before {
      padding-bottom: 66%; }
    .itemServices .item a.name {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 22px;
      height: 44px;
      display: inline-block;
      width: 100%;
      overflow: hidden;
      transition: 0.3s;
      margin-top: 13px; }

.orderServices {
  margin-top: 30px;
  padding-bottom: 46px;
  border-bottom: solid 1px #e2e2e2;
  overflow-x: hidden; }
  .orderServices span.title {
    display: inline-block;
    font-family: "RobotoBold";
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .orderServices .form {
    padding: 30px;
    background: #f4f4f4;
    margin: 0 -10px;
    position: relative; }
    .orderServices .form .item {
      padding: 0 10px;
      float: left;
      margin-bottom: 10px;
      width: 50%;
      height: 40px;
      font-family: "Roboto";
      color: #666666;
      font-size: 15px;
      line-height: 40px; }
      .orderServices .form .item::placeholder {
        opacity: 1;
        font-family: "Roboto";
        color: #666666;
        font-size: 15px;
        line-height: 40px; }
      .orderServices .form .item input, .orderServices .form .item select, .orderServices .form .item textarea {
        width: 100%;
        background: #ffffff;
        border: solid 1px #e2e2e2;
        padding: 0 10px;
        height: 40px; }
      .orderServices .form .item input {
        height: 40px; }
      .orderServices .form .item textarea {
        height: 118px; }
      .orderServices .form .item.text {
        width: 100%;
        height: 118px;
        font-family: "Roboto";
        color: #666666;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 27px; }
        .orderServices .form .item.text::placeholder {
          opacity: 1;
          font-family: "Roboto";
          color: #666666;
          font-size: 15px;
          line-height: 20px; }
        .orderServices .form .item.text textarea {
          padding: 20px 10px; }
      .orderServices .form .item.code {
        width: 136px;
        padding: 0;
        margin-right: 6px;
        margin-left: 10px;
        margin-bottom: 0; }
        .orderServices .form .item.code input {
          border-radius: 5px;
          border: solid 1px #b8dafc; }
      .orderServices .form .item.capcha {
        width: 95px;
        padding: 0;
        margin-right: 6px;
        margin-bottom: 0; }
    .orderServices .form a.change {
      display: block;
      float: left;
      width: 36px;
      height: 36px;
      border-radius: 5px;
      margin-top: 3px;
      background: url(images/change.jpg) no-repeat; }
    .orderServices .form .submit {
      position: absolute;
      right: 40px;
      bottom: 30px; }
      .orderServices .form .submit a {
        display: inline-block;
        font-family: "RobotoBold";
        color: #666666;
        font-size: 15px;
        line-height: 40px;
        width: 145px;
        height: 40px;
        text-transform: uppercase;
        margin-left: 10px;
        border: solid 1px #c0c0c0;
        text-align: center;
        transition: 0.4s; }
        .orderServices .form .submit a:hover {
          background: #f7ad01;
          color: #fff;
          border-color: #f7ad01; }
        .orderServices .form .submit a:first-child {
          background: #f7ad01;
          color: #fff;
          border-color: #f7ad01; }
          .orderServices .form .submit a:first-child:hover {
            background: #f4f4f4;
            color: #666666;
            border-color: #c0c0c0; }

.otherServices {
  margin-top: 30px; }
  .otherServices span.title {
    display: inline-block;
    margin-bottom: 16px;
    font-family: "RobotoBold";
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase; }
  .otherServices .itemServices a.control {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -52px;
    cursor: pointer; }
    .otherServices .itemServices a.control.next {
      right: 15px; }
    .otherServices .itemServices a.control.prev {
      right: 65px; }
    .otherServices .itemServices a.control i {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      transition: 0.4s;
      background: #7f7f7f;
      color: #fff; }
      .otherServices .itemServices a.control i:hover {
        background: #f7ad01; }
  .otherServices .itemServices .slick-list {
    /*margin: 0 -15px;*/ }
    .otherServices .itemServices .slick-list:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      background: #ffffff;
      z-index: 100;
      height: 100%; }
    .otherServices .itemServices .slick-list:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 15px;
      background: #ffffff;
      z-index: 100; }
  .otherServices .itemServices .item {
    margin-bottom: 0; }
    .otherServices .itemServices .item .info {
      height: 66px;
      overflow: hidden;
      margin-top: 4px; }

#lienHe {
  padding: 70px 0 82px 0; }
  #lienHe .wrapper .guiThanhCong {
    position: relative;
    padding-top: 84px;
    padding-left: 23%;
    padding-right: 23%;
    width: 100%; }
    #lienHe .wrapper .guiThanhCong:before {
      position: absolute;
      content: "";
      width: 80px;
      height: 80px;
      top: 4px;
      border-radius: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(images/success.png) no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; }
    #lienHe .wrapper .guiThanhCong p.title {
      font-family: "RobotoBold";
      color: #f7ad01;
      font-size: 30px;
      line-height: 30px;
      margin-top: 18px;
      text-align: center;
      margin-bottom: 6px;
      text-transform: none; }
    #lienHe .wrapper .guiThanhCong p.first {
      font-family: "Roboto";
      color: #000;
      font-size: 15px;
      line-height: 24px;
      padding: 10px 0;
      margin-bottom: 0;
      text-align: center; }
    #lienHe .wrapper .guiThanhCong p.second {
      font-family: "Roboto";
      color: #333333;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 22px;
      text-align: center; }
      #lienHe .wrapper .guiThanhCong p.second a {
        color: #f7ad01; }
      #lienHe .wrapper .guiThanhCong p.second span {
        margin: 0 4px; }
    #lienHe .wrapper .guiThanhCong a.back {
      font-family: "RobotoBold";
      color: #fff;
      font-size: 15px;
      line-height: 42px;
      height: 42px;
      text-align: center;
      padding: 0 34px;
      display: inline-block;
      background: #2f374a;
      left: 50%;
      position: relative;
      transform: translateX(-50%);
      margin-bottom: 10px;
      transition: 0.3s; }
      #lienHe .wrapper .guiThanhCong a.back:hover {
        background: #f7ad01; }
  #lienHe .wrapper p.title {
    font-family: "RobotoBold";
    color: #f7ad01;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase; }
  #lienHe .wrapper .left {
    width: 45%;
    padding-right: 52px;
    float: left; }
    #lienHe .wrapper .left ul.info {
      margin-top: 7px;
      margin-bottom: 11px; }
      #lienHe .wrapper .left ul.info li {
        font-family: "Roboto";
        color: #333333;
        font-size: 15px;
        line-height: 24px; }
        #lienHe .wrapper .left ul.info li span {
          font-family: "RobotoBold";
          display: inline-block;
          width: 75px; }
        #lienHe .wrapper .left ul.info li a {
          font-family: "Roboto";
          color: #333333;
          font-size: 15px;
          line-height: 24px; }
    #lienHe .wrapper .left .block_form .item_form {
      margin-bottom: 8px; }
      #lienHe .wrapper .left .block_form .item_form:first-of-type {
        margin-top: 9px; }
      #lienHe .wrapper .left .block_form .item_form input,
      #lienHe .wrapper .left .block_form .item_form textarea,
      #lienHe .wrapper .left .block_form .item_form select {
        width: 100%;
        outline: 0;
        height: 38px;
        border: solid 1px #cbcbcb;
        padding: 0 10px;
        font-family: "Roboto";
        color: #333333;
        font-size: 14px;
        line-height: 38px; }
        #lienHe .wrapper .left .block_form .item_form input::placeholder,
        #lienHe .wrapper .left .block_form .item_form textarea::placeholder,
        #lienHe .wrapper .left .block_form .item_form select::placeholder {
          font-family: "Roboto";
          color: #333333;
          font-size: 15px;
          line-height: 38px;
          opacity: 1; }
      #lienHe .wrapper .left .block_form .item_form textarea {
        height: 96px;
        padding: 10px;
        resize: none;
        line-height: 20px; }
        #lienHe .wrapper .left .block_form .item_form textarea::placeholder {
          line-height: 20px;
          opacity: 1; }
    #lienHe .wrapper .left .block_form .item_form.submit {
      margin-top: 8px;
      margin: 0 -3px; }
      #lienHe .wrapper .left .block_form .item_form.submit .item {
        width: 50%;
        padding: 0 3px;
        float: left; }
        #lienHe .wrapper .left .block_form .item_form.submit .item:last-child a {
          background: #a3a3a3; }
          #lienHe .wrapper .left .block_form .item_form.submit .item:last-child a:hover {
            background: #f7ad01; }
      #lienHe .wrapper .left .block_form .item_form.submit a {
        height: 40px;
        font-family: "Roboto";
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        transition: 0.3s;
        width: 100%;
        padding: 0 3px;
        text-align: center;
        background: #f7ad01;
        text-transform: uppercase; }
        #lienHe .wrapper .left .block_form .item_form.submit a:hover {
          background: #999999; }
  #lienHe .wrapper .right {
    float: left;
    width: 55%; }
    #lienHe .wrapper .right #map2 {
      margin-top: 9px; }
      #lienHe .wrapper .right #map2 #map_canvas {
        height: 493px; }

#project .row {
  margin: 0; }
  #project .row .contentLeft {
    width: 840px;
    padding: 0; }
    #project .row .contentLeft .head {
      margin: 0 -15px 27px -15px; }
      #project .row .contentLeft .head .right {
        width: 30%;
        float: left;
        padding: 0 15px; }
        #project .row .contentLeft .head .right span.name {
          display: block;
          width: 100%;
          font-family: "RobotoBold";
          color: #fff;
          font-size: 15px;
          line-height: 40px;
          text-transform: uppercase;
          padding: 0 14px;
          background: #666666; }
        #project .row .contentLeft .head .right ul {
          background: #f4f4f4;
          padding: 14px 0; }
          #project .row .contentLeft .head .right ul li a {
            padding: 5px 30px;
            font-family: "RobotoMedium";
            color: #f7ad01;
            font-size: 14px;
            line-height: 20px;
            position: relative;
            display: block;
            transition: 0.4s; }
            #project .row .contentLeft .head .right ul li a:hover {
              background: #efe6e6; }
            #project .row .contentLeft .head .right ul li a:before {
              content: "";
              position: absolute;
              width: 6px;
              height: 6px;
              background: #666666;
              border-radius: 50%;
              top: 11px;
              left: 14px; }
      #project .row .contentLeft .head .left {
        width: 70%;
        float: left;
        padding: 0 15px; }
        #project .row .contentLeft .head .left span.name {
          font-family: "RobotoBold";
          color: #333333;
          font-size: 24px;
          line-height: 24px;
          display: inline-block;
          margin-bottom: 13px; }
    #project .row .contentLeft .listTinDS .item {
      display: flex;
      flex-wrap: wrap; }
      #project .row .contentLeft .listTinDS .item .khungAnh {
        width: 42%; }
      #project .row .contentLeft .listTinDS .item .outer {
        width: 58%;
        /*background:#f4f4f4;*/ }
        #project .row .contentLeft .listTinDS .item .outer a.name {
          margin-top: 30px; }
        #project .row .contentLeft .listTinDS .item .outer p {
          margin-bottom: 25px; }
        #project .row .contentLeft .listTinDS .item .outer a.detail {
          padding: 0;
          text-align: center;
          bottom: 36px; }
    #project .row .contentLeft.chiTiet span.title {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 24px;
      line-height: 24px;
      display: block;
      margin-bottom: 20px; }
    #project .row .contentLeft.chiTiet .information {
      margin: 0 -15px 20px -15px; }
      #project .row .contentLeft.chiTiet .information .left {
        padding: 0 14px;
        width: 53%;
        float: left; }
      #project .row .contentLeft.chiTiet .information .right {
        padding: 0 14px;
        width: 47%;
        float: left; }
        #project .row .contentLeft.chiTiet .information .right ul {
          margin-bottom: 14px;
          margin-top: -3px;
          text-align: justify; }
          #project .row .contentLeft.chiTiet .information .right ul li {
            line-height: 22px;
            margin-bottom: 3px; }
            #project .row .contentLeft.chiTiet .information .right ul li span {
              font-family: "RobotoBold"; }
        #project .row .contentLeft.chiTiet .information .right .box_share {
          margin: 0;
          padding: 0;
          border-bottom: 0; }
          #project .row .contentLeft.chiTiet .information .right .box_share .group_share {
            width: 100%;
            justify-content: flex-start; }
    #project .row .contentLeft.chiTiet .content span.title {
      font-size: 18px;
      margin-bottom: 0; }
    #project .row .contentLeft.chiTiet .content .noidung {
      margin-top: 12px;
      text-align: justify; }
    #project .row .contentLeft.chiTiet .slideTourCT .slider-for {
      margin-bottom: 10px; }
      #project .row .contentLeft.chiTiet .slideTourCT .slider-for .khungAnh:before {
        padding-bottom: 66.67%; }
    #project .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list {
      margin: 0 -5px; }
      #project .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        background: #ffffff;
        z-index: 100;
        height: 100%; }
      #project .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 5px;
        background: #ffffff;
        z-index: 100; }
    #project .row .contentLeft.chiTiet .slideTourCT .slider-nav .item {
      padding: 0 5px; }
    #project .row .contentLeft.chiTiet .slideTourCT .slider-nav .khungAnh:before {
      padding-bottom: 67%; }
  #project .row .contentRight {
    width: calc(100% - 840px - 60px);
    padding: 0;
    width: -webkit-calc(100% - 840px - 60px);
    margin-right: 60px; }

#product .row {
  margin: 0; }
  #product .row .contentLeft {
    width: 840px;
    padding: 0; }
    #product .row .contentLeft .head {
      border-bottom: solid 1px #e2e2e2;
      margin-bottom: 32px; }
      #product .row .contentLeft .head span.name {
        font-family: "RobotoBold";
        color: #333333;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        margin-top: 13px; }
      #product .row .contentLeft .head .bottom span.left {
        display: block;
        width: 50%;
        float: left;
        margin-top: 11px; }
      #product .row .contentLeft .head .bottom .right {
        float: right;
        width: 50%;
        margin-bottom: 13px;
        display: flex;
        justify-content: flex-end; }
        #product .row .contentLeft .head .bottom .right span {
          margin-right: 10px;
          line-height: 36px; }
        #product .row .contentLeft .head .bottom .right select {
          width: 223px;
          height: 36px;
          line-height: 36px;
          border: solid 1px #e2e2e2;
          padding: 0 10px; }
    #product .row .contentLeft .itemServices .item:hover .khungAnh {
      border-color: #f7ad01; }
    #product .row .contentLeft .itemServices .item .khungAnh {
      border: solid 1px #c7c7c7;
      transition: 0.4s; }
    #product .row .contentLeft .itemServices .item a.name {
      text-align: center;
      width: 100%;
      height: 44px; }
    #product .row .contentLeft.chiTiet span.title {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 20px;
      line-height: 24px;
      display: block;
      text-transform: uppercase;
      padding-bottom: 9px;
      border-bottom: solid 1px #e2e2e2;
      margin-top: 12px;
      margin-bottom: 28px; }
    #product .row .contentLeft.chiTiet .information {
      margin: 0 -15px 20px -15px; }
      #product .row .contentLeft.chiTiet .information div.left {
        padding: 0 14px;
        width: 53%;
        float: left; }
      #product .row .contentLeft.chiTiet .information div.right {
        padding: 0 14px;
        width: 47%;
        float: left; }
        #product .row .contentLeft.chiTiet .information div.right span.name {
          font-family: "RobotoBold";
          color: #333333;
          font-size: 18px;
          line-height: 24px;
          margin-top: -3px;
          display: block; }
        #product .row .contentLeft.chiTiet .information div.right ul {
          margin-bottom: 0;
          margin-top: 4px; }
          #product .row .contentLeft.chiTiet .information div.right ul li {
            line-height: 22px;
            padding: 6px 0;
            border-bottom: solid 1px #e2e2e2; }
            #product .row .contentLeft.chiTiet .information div.right ul li span.left {
              width: 144px;
              display: inline-block;
              padding-right: 5px; }
            #product .row .contentLeft.chiTiet .information div.right ul li span.right {
              width: calc(100% - 144px);
              width: -webkit-calc(100% - 144px); }
        #product .row .contentLeft.chiTiet .information div.right .download {
          padding-top: 18px;
          margin-bottom: 8px; }
          #product .row .contentLeft.chiTiet .information div.right .download a {
            padding-left: 31px;
            display: inline-block;
            padding-top: 7px;
            padding-right: 10px;
            padding-bottom: 3px;
            background: url(images/pdf.jpg) no-repeat top left, url(images/right2.png) no-repeat right top 11px, url(images/line3.png) no-repeat left 31px bottom;
            font-family: "Roboto";
            color: #148adc;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 11px; }
        #product .row .contentLeft.chiTiet .information div.right .box_share {
          margin: 0;
          padding: 0;
          border-bottom: 0; }
          #product .row .contentLeft.chiTiet .information div.right .box_share .group_share {
            width: 100%;
            justify-content: flex-start; }
    #product .row .contentLeft.chiTiet .content {
      padding-bottom: 33px;
      border-bottom: solid 1px #e2e2e2; }
      #product .row .contentLeft.chiTiet .content span.title {
        font-size: 18px;
        margin-bottom: 0;
        border-bottom: 0; }
      #product .row .contentLeft.chiTiet .content .noidung {
        margin-top: 12px;
        text-align: justify; }
    #product .row .contentLeft.chiTiet .slideTourCT .slider-for {
      margin-bottom: 10px; }
      #product .row .contentLeft.chiTiet .slideTourCT .slider-for .khungAnh {
        border: solid 1px #c7c7c7; }
        #product .row .contentLeft.chiTiet .slideTourCT .slider-for .khungAnh:before {
          padding-bottom: 66.67%; }
    #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list {
      margin: 0 -5px; }
      #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        background: #ffffff;
        z-index: 100;
        height: 100%; }
      #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .slick-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 5px;
        background: #ffffff;
        z-index: 100; }
    #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .item {
      padding: 0 5px; }
    #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .khungAnh {
      border: solid 1px #c7c7c7; }
      #product .row .contentLeft.chiTiet .slideTourCT .slider-nav .khungAnh:before {
        padding-bottom: 67%; }
  #product .row .contentRight {
    width: calc(100% - 840px - 60px);
    padding: 0;
    width: -webkit-calc(100% - 840px - 60px);
    margin-right: 60px; }

.otherProduct {
  margin-top: 36px; }
  .otherProduct span.name {
    font-family: "RobotoBold";
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 34px;
    display: block; }
  .otherProduct .itemServices {
    margin: 0; }
    .otherProduct .itemServices a.control {
      position: absolute;
      width: 40px;
      height: 40px;
      top: -66px;
      cursor: pointer; }
      .otherProduct .itemServices a.control.next {
        right: 0; }
      .otherProduct .itemServices a.control.prev {
        right: 50px; }
      .otherProduct .itemServices a.control i {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        transition: 0.4s;
        background: #7f7f7f;
        color: #fff; }
        .otherProduct .itemServices a.control i:hover {
          background: #f7ad01; }
    .otherProduct .itemServices .slick-list {
      margin: 0 -15px; }
      .otherProduct .itemServices .slick-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        background: #ffffff;
        z-index: 100;
        height: 100%; }
      .otherProduct .itemServices .slick-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 15px;
        background: #ffffff;
        z-index: 100; }
    .otherProduct .itemServices .item {
      padding: 0 15px; }
