﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*@import url('../../font/font-roboto.css');
ul,li{ list-style:none}
body{
    color:#333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size:13px;
}*/
p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 90%;
    margin-left: 5%; } }

#pHomeSurvey {
  margin-top: 80px; }
  @media only screen and (max-width: 992px) {
    #pHomeSurvey {
      margin-top: 106px; } }
  @media only screen and (max-width: 600px) {
    #pHomeSurvey {
      padding-right: 30px; } }
  #pHomeSurvey .wrapper-top {
    text-align: center;
    margin-bottom: 90px; }
    @media only screen and (max-width: 600px) {
      #pHomeSurvey .wrapper-top {
        margin-bottom: 30px; } }
    #pHomeSurvey .wrapper-top > h5 {
      text-transform: uppercase;
      color: #6a6a6a; }
    #pHomeSurvey .wrapper-top > p {
      color: #999999;
      transition: all 0.5s ease-in-out;
      position: relative; }
      #pHomeSurvey .wrapper-top > p:before {
        content: "";
        position: absolute;
        width: 30%;
        height: 2px;
        background-color: #e74c3c;
        left: 50%;
        transform: translate(-50%);
        bottom: -6px; }
  #pHomeSurvey .wrapper-introduce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    #pHomeSurvey .wrapper-introduce .blog-introduce {
      text-align: center;
      width: 32%;
      position: relative; }
      #pHomeSurvey .wrapper-introduce .blog-introduce:hover > img {
        /*transform: translateY(0);*/
        transition: all 0.5s ease;
        top: 0;
        height: 100%; }
      #pHomeSurvey .wrapper-introduce .blog-introduce > img {
        width: 100px;
        height: 0;
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -100%);
        overflow: hidden;
        transition: 0.5s ease;
        z-index: -99; }
      #pHomeSurvey .wrapper-introduce .blog-introduce-title {
        pointer-events: auto;
        cursor: pointer; }
        #pHomeSurvey .wrapper-introduce .blog-introduce-title > h5 {
          color: #fff;
          padding: 20px 50px; }
          @media only screen and (max-width: 600px) {
            #pHomeSurvey .wrapper-introduce .blog-introduce-title > h5 {
              font-size: 15px;
              padding: 20px 10px; } }
      #pHomeSurvey .wrapper-introduce .blog-introduce .title-design {
        background-color: #3d6889; }
      #pHomeSurvey .wrapper-introduce .blog-introduce .title-manage {
        background-color: #4e8dbd; }
      #pHomeSurvey .wrapper-introduce .blog-introduce .title-deployment {
        background-color: #73d0f4; }
  #pHomeSurvey .wrapper-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 992px) {
      #pHomeSurvey .wrapper-block {
        display: unset; } }
    #pHomeSurvey .wrapper-block-infor {
      width: 60%;
      height: 280px;
      text-align: center;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      margin-right: -55px;
      background: #fff;
      z-index: 99;
      position: relative; }
      @media only screen and (max-width: 992px) {
        #pHomeSurvey .wrapper-block-infor {
          width: 100%;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 415px) {
        #pHomeSurvey .wrapper-block-infor {
          height: 320px; } }
      #pHomeSurvey .wrapper-block-infor > h6 {
        margin-top: 25px;
        color: #6a6a6a;
        text-transform: uppercase;
        font-weight: 700;
        position: relative; }
        #pHomeSurvey .wrapper-block-infor > h6:before {
          content: "";
          position: absolute;
          width: 15%;
          height: 1px;
          background: #ff6b79;
          left: 50%;
          transform: translate(-50%);
          bottom: -6px;
          display: block; }
      #pHomeSurvey .wrapper-block-infor > p {
        color: #999999; }
      #pHomeSurvey .wrapper-block-infor:before {
        content: "";
        position: absolute;
        border-right: 2px solid #ff6b79;
        border-top: 2px solid #ff6b79;
        width: 15%;
        height: 15%;
        right: 0;
        top: 0;
        transition: .5s;
        -webkit-transition: .5s;
        z-index: 1; }
      #pHomeSurvey .wrapper-block-infor:after {
        content: "";
        position: absolute;
        border-left: 2px solid #ff6b79;
        border-bottom: 2px solid #ff6b79;
        width: 15%;
        height: 15%;
        left: 0;
        bottom: 0;
        transition: .5s;
        -webkit-transition: .5s; }
      #pHomeSurvey .wrapper-block-infor:hover:before {
        width: 100%;
        height: 100%;
        border-left: 2px solid #ff6b79;
        border-top: 2px solid #ff6b79;
        z-index: 1; }
      #pHomeSurvey .wrapper-block-infor:hover:after {
        width: 100%;
        height: 100%;
        border-right: 2px solid #ff6b79;
        border-bottom: 2px solid #ff6b79; }
    #pHomeSurvey .wrapper-block-img {
      width: 60%; }
      @media only screen and (max-width: 992px) {
        #pHomeSurvey .wrapper-block-img {
          width: 100%;
          margin-bottom: 15px; } }
      #pHomeSurvey .wrapper-block-img > img {
        width: 100%;
        height: 400px;
        box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-size: cover; }
  #pHomeSurvey .title-card {
    text-align: center;
    margin-bottom: 30px;
    color: #1b687e; }
    #pHomeSurvey .title-card > h5 {
      text-transform: uppercase;
      font-weight: 700; }
    #pHomeSurvey .title-card > p {
      transition: all 0.5s ease-in-out;
      position: relative; }
      #pHomeSurvey .title-card > p:before {
        content: "";
        position: absolute;
        width: 30%;
        height: 2px;
        background-color: #e74c3c;
        left: 50%;
        transform: translate(-50%);
        bottom: -6px; }
  @media only screen and (max-width: 769px) {
    #pHomeSurvey .group-tabs {
      display: flex; } }
  @media only screen and (max-width: 600px) {
    #pHomeSurvey .group-tabs {
      display: unset; } }
  #pHomeSurvey .group-tabs ul {
    display: flex;
    flex-direction: column; }
    #pHomeSurvey .group-tabs ul li {
      list-style: none; }
      #pHomeSurvey .group-tabs ul li a {
        padding: 10px;
        border: 1px solid #eee;
        margin-bottom: 5px;
        border-radius: 5px;
        margin-right: 30px;
        height: 80px;
        line-height: 50px;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #1b687e;
        display: block; }
        @media only screen and (max-width: 992px) {
          #pHomeSurvey .group-tabs ul li a {
            height: unset;
            padding: 5px 8px;
            font-size: 13px;
            margin-right: 8px; } }
        @media only screen and (max-width: 769px) {
          #pHomeSurvey .group-tabs ul li a {
            line-height: 35px;
            font-size: 11px; } }
        @media only screen and (max-width: 600px) {
          #pHomeSurvey .group-tabs ul li a {
            text-align: center; } }
        #pHomeSurvey .group-tabs ul li a i {
          margin-right: 10px;
          width: 40px;
          height: 40px;
          line-height: 41px;
          text-align: center;
          background-color: #FAFAFA;
          border: 1px solid #ccc;
          color: #1b687e; }
          @media only screen and (max-width: 992px) {
            #pHomeSurvey .group-tabs ul li a i {
              width: 30px;
              height: 30px;
              line-height: 30px; } }
          @media only screen and (max-width: 769px) {
            #pHomeSurvey .group-tabs ul li a i {
              display: none; } }
        #pHomeSurvey .group-tabs ul li a:hover, #pHomeSurvey .group-tabs ul li a.active {
          background: #52c0eb;
          color: #fff; }
          #pHomeSurvey .group-tabs ul li a:hover i, #pHomeSurvey .group-tabs ul li a.active i {
            color: #52c0eb; }
  #pHomeSurvey .group-tabs .tab-content {
    margin-bottom: 20px; }
    @media only screen and (max-width: 769px) {
      #pHomeSurvey .group-tabs .tab-content {
        margin-left: 20px; } }
    #pHomeSurvey .group-tabs .tab-content > div > img {
      width: 100%;
      max-height: 365px;
      background-size: cover; }
      @media only screen and (max-width: 769px) {
        #pHomeSurvey .group-tabs .tab-content > div > img {
          width: 87%; } }
      @media only screen and (max-width: 600px) {
        #pHomeSurvey .group-tabs .tab-content > div > img {
          width: 100%; } }

#footer {
  float: left; }
