﻿@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;
}*/
@import url("../../../fonts/roboto/font-roboto.css");
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%; } }

#pHomeDss {
  margin-top: 62px; }
  @media only screen and (max-width: 992px) {
    #pHomeDss {
      margin-top: 93px; } }
  @media only screen and (max-width: 600px) {
    #pHomeDss {
      margin-top: 87px; } }
  @media only screen and (max-width: 577px) {
    #pHomeDss {
      margin-top: 84px; } }
  @media only screen and (max-width: 415px) {
    #pHomeDss {
      margin-top: 76px; } }
  @media only screen and (max-width: 376px) {
    #pHomeDss {
      margin-top: 73px; } }
  #pHomeDss .wrapper {
    padding: 0 6%;
    width: 100%; }
  #pHomeDss .wrapper-flex {
    display: flex;
    justify-content: space-between; }
  #pHomeDss .block {
    padding: 10px; }
    #pHomeDss .block:first-child {
      /*padding-left: 0;*/ }
    #pHomeDss .block:last-child {
      /*padding-right: 0;*/ }
  #pHomeDss .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    text-align: center;
    cursor: pointer; }
    #pHomeDss .box:hover img {
      opacity: 0.4;
      transform: scale(1.1);
      transition: all 0.5s ease; }
    #pHomeDss .box:hover .caption h4 {
      /*transform: translate3d(0,-10%,0);*/ }
    #pHomeDss .box:hover .caption {
      /*background-color: rgba(58,52,42,0.7);*/ }
    #pHomeDss .box > img {
      opacity: 0.8;
      width: 100%;
      max-height: 130px;
      min-height: 130px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    #pHomeDss .box .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(58, 52, 42, 0);
      background-color: rgba(58, 52, 42, 0.7);
      backface-visibility: hidden;
      transition: background-color 0.35s;
      color: rgba(255, 255, 255, 0.9); }
      #pHomeDss .box .caption h4 {
        transition: transform 0.35s;
        text-transform: uppercase;
        font-size: 15px;
        text-shadow: 1px 1px #000;
        padding: 10px 5px;
        margin: 0; }
  #pHomeDss .title-card {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #1b687e; }
    #pHomeDss .title-card > h5 {
      text-transform: uppercase;
      font-weight: 700; }
    #pHomeDss .title-card > p {
      transition: all 0.5s ease-in-out;
      position: relative;
      font-family: 'Roboto Condensed'; }
      #pHomeDss .title-card > p:before {
        content: "";
        position: absolute;
        width: 30%;
        height: 2px;
        background-color: #e74c3c;
        left: 50%;
        transform: translate(-50%);
        bottom: -6px; }
  #pHomeDss .banner {
    position: relative;
    margin-bottom: 30px; }
    #pHomeDss .banner > img {
      width: 100%;
      max-height: 130px;
      background-size: cover;
      background-position: center; }
    #pHomeDss .banner .title-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #pHomeDss .banner .title-card > h5, #pHomeDss .banner .title-card > p {
        color: #fff; }
  #pHomeDss .wrapper-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px; }
    #pHomeDss .wrapper-block:nth-child(2) .wrapper-block-infor {
      margin-left: -55px;
      margin-right: 0; }
      @media only screen and (max-width: 769px) {
        #pHomeDss .wrapper-block:nth-child(2) .wrapper-block-infor {
          margin-left: 0; } }
    #pHomeDss .wrapper-block-infor {
      width: 60%;
      height: 300px;
      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;
      /*@include ipadSmPort {
                height: 350px;
            }

            @include iphonePlus {
                height: 500px;
            }

            @include iphone {
                height: 535px;
            }*/ }
      @media only screen and (max-width: 1024px) {
        #pHomeDss .wrapper-block-infor {
          height: 345px; } }
      @media only screen and (max-width: 769px) {
        #pHomeDss .wrapper-block-infor {
          width: 100%;
          height: 100%; } }
      #pHomeDss .wrapper-block-infor > h6 {
        color: #1b687e;
        text-transform: uppercase;
        font-weight: 700;
        position: relative; }
        #pHomeDss .wrapper-block-infor > h6:before {
          content: "";
          position: absolute;
          width: 15%;
          height: 1px;
          background: #ff6b79;
          left: 50%;
          transform: translate(-50%);
          bottom: -6px;
          display: block; }
      #pHomeDss .wrapper-block-infor > p {
        color: #1b687e;
        text-align: justify; }
      #pHomeDss .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; }
      #pHomeDss .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; }
      #pHomeDss .wrapper-block-infor:hover:before {
        width: 100%;
        height: 100%;
        border-left: 2px solid #ff6b79;
        border-top: 2px solid #ff6b79;
        z-index: 1; }
      #pHomeDss .wrapper-block-infor:hover:after {
        width: 100%;
        height: 100%;
        border-right: 2px solid #ff6b79;
        border-bottom: 2px solid #ff6b79; }
    #pHomeDss .wrapper-block-img {
      width: 45%; }
      @media only screen and (max-width: 769px) {
        #pHomeDss .wrapper-block-img {
          display: none;
          width: 0; } }
      #pHomeDss .wrapper-block-img > img {
        width: 100%;
        height: 400px;
        background-size: cover; }
  #pHomeDss .card-block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px; }
    #pHomeDss .card-block .card-content {
      text-align: center;
      width: calc(100% / 3);
      padding: 20px;
      color: #fff;
      border-radius: 12px;
      /*&:first-child {
                background-color: #3d6889;
            }

            &:nth-child(2) {
                background-color: #4e8dbd;
            }

            &:last-child {
                background-color: #73d0f4;
            }*/ }
      #pHomeDss .card-block .card-content:hover .card-content-items {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22); }
      #pHomeDss .card-block .card-content:first-child {
        /*padding-left: 0;*/ }
      #pHomeDss .card-block .card-content:last-child {
        /*padding-right: 0;*/ }
      #pHomeDss .card-block .card-content-top {
        background-image: url(../../../images/dss/bg-card.jpg);
        background-size: cover;
        position: relative;
        height: 100px; }
        @media only screen and (max-width: 600px) {
          #pHomeDss .card-block .card-content-top {
            height: 50px; } }
        #pHomeDss .card-block .card-content-top > h6 {
          text-transform: uppercase;
          font-size: 18px;
          margin-bottom: 0;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 95%; }
      #pHomeDss .card-block .card-content-items {
        background-color: #e5f6f5;
        padding: 20px;
        height: 200px;
        text-align: justify; }
        @media only screen and (max-width: 600px) {
          #pHomeDss .card-block .card-content-items {
            height: 125px; } }
        #pHomeDss .card-block .card-content-items > p {
          color: #1b687e; }
  #pHomeDss .wrapper-introduce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    #pHomeDss .wrapper-introduce .blog-introduce {
      text-align: center;
      width: 32%;
      position: relative; }
      #pHomeDss .wrapper-introduce .blog-introduce:hover > img {
        /*transform: translateY(0);*/
        transition: all 0.5s ease;
        top: 0;
        height: 100%; }
      #pHomeDss .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; }
  #pHomeDss .card-capabilities {
    display: flex;
    width: 100%;
    overflow: hidden; }
    #pHomeDss .card-capabilities .block {
      width: 25%; }
      #pHomeDss .card-capabilities .block-wrapper {
        text-align: center; }
        @media only screen and (max-width: 992px) {
          #pHomeDss .card-capabilities .block-wrapper {
            display: flex;
            align-items: center; } }
        @media only screen and (max-width: 577px) {
          #pHomeDss .card-capabilities .block-wrapper {
            display: inherit; } }
        #pHomeDss .card-capabilities .block-wrapper:hover {
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22); }
        #pHomeDss .card-capabilities .block-wrapper > img {
          width: 128px;
          height: auto;
          max-height: 150px;
          background-size: cover;
          /*border: 1px solid #e5f6f5;*/ }
        #pHomeDss .card-capabilities .block-wrapper .block-items {
          text-align: center;
          padding: 20px;
          min-height: 240px;
          background-color: #e5f6f5;
          color: #1b687e; }
          @media only screen and (max-width: 1200px) {
            #pHomeDss .card-capabilities .block-wrapper .block-items {
              min-height: 278px; } }
          @media only screen and (max-width: 1024px) {
            #pHomeDss .card-capabilities .block-wrapper .block-items {
              min-height: 326px; } }
          @media only screen and (max-width: 992px) {
            #pHomeDss .card-capabilities .block-wrapper .block-items {
              min-height: 150px;
              margin-left: 20px; } }
          #pHomeDss .card-capabilities .block-wrapper .block-items > h6 {
            text-transform: uppercase;
            font-weight: 700; }
          #pHomeDss .card-capabilities .block-wrapper .block-items > p {
            text-align: justify; }
  #pHomeDss .application-wrapper {
    width: calc(100% / 3);
    padding: 20px; }
    #pHomeDss .application-wrapper:first-child {
      /*padding-left: 0;*/ }
    #pHomeDss .application-wrapper:last-child {
      /*padding-right: 0;*/ }
    #pHomeDss .application-wrapper .block {
      position: relative;
      text-align: center;
      transition: all 0.6s ease;
      overflow: hidden;
      padding: 0; }
      #pHomeDss .application-wrapper .block:after {
        content: "";
        position: absolute;
        background: #fff;
        opacity: 0.7;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: skew(-50deg) scaleX(0);
        transform: skew(-50deg) scaleX(0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #pHomeDss .application-wrapper .block:hover .caption > h5, #pHomeDss .application-wrapper .block:hover .caption > p {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      #pHomeDss .application-wrapper .block:hover:after {
        -webkit-transform: skew(-50deg) scaleX(1);
        transform: skew(-50deg) scaleX(1);
        transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      #pHomeDss .application-wrapper .block > img {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 280px; }
      #pHomeDss .application-wrapper .block .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        padding: 30px;
        color: #1b687e; }
        #pHomeDss .application-wrapper .block .caption > h5 {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 18px; }
          #pHomeDss .application-wrapper .block .caption > h5:before {
            content: "";
            position: absolute;
            width: 30%;
            height: 1px;
            background-color: #e74c3c;
            left: 50%;
            transform: translate(-50%);
            bottom: 0; }
        #pHomeDss .application-wrapper .block .caption > h5, #pHomeDss .application-wrapper .block .caption > p {
          margin: 0;
          width: 100%;
          opacity: 0; }

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