@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

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

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'UTM-Bebas';
  src: url("../fonts/UTM-Bebas.ttf") format("truetype"); }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.partner img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "RobotoCondensed";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.carousel {
  z-index: 0; }
  .carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle; }
  .carousel .slider-arrow {
    cursor: pointer;
    z-index: 1; }

header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 48px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  header .logo {
    display: inline-block;
    vertical-align: middle;}
    header .logo img {
      display: block; }
  header .header {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 10px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  padding-left: 0px }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-family: "UTM-Bebas";
        border-top: solid 2px transparent;
        line-height: 21px;
        padding: 24px 20px 27px 20px; }
      .main-nav > ul > li:hover > a, .main-nav > ul > li.active > a {
        background: #fff;
        border-color: #ed1b24; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-left: 2px; }
      .main-nav li ul a {
        background: rgba(255, 255, 255, 0.9);
        display: block;
        text-transform: uppercase;
        color: #111;
        font-size: 14px;
        padding: 10px 15px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
      .main-nav li ul li:hover > a {
        background: #ed1b24;
        color: #fff; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  margin-right: 40px; }
  .language a {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    border: solid 1px #000000;
    border-radius: 50%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 30px; }
    .language a:hover {
      background: #f1f1f1; }
  .language ul {
    position: absolute;
    overflow: hidden;
    right: 0px;
    z-index: 1;
    display: none; }
    .language ul a {
      margin-top: 5px;
      background: #fff; }
      .language ul a:hover {
        background: #ed1b24;
        color: #fff;
        border-color: #ed1b24; }

.search-fr {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .search-fr input {
    width: 100%;
    height: 38px;
    border: none;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #999999;
    width: 178px; }
    .search-fr input::-webkit-input-placeholder {
      color: #999; }
    .search-fr input:-moz-placeholder {
      color: #999; }
    .search-fr input::-moz-placeholder {
      color: #999; }
    .search-fr input:-ms-input-placeholder {
      color: #999; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    color: #444;
    font-size: 14px; }

#slider .img img {
  display: block;
  width: 100%; }
#slider .carousel-indicators {
  display: none; }
  #slider .carousel-indicators li {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 2px; }
    #slider .carousel-indicators li.active {
      background: #ed1b24;
      margin: 0 2px;
      border-color: #ed1b24; }
#slider .slider-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -30px; }
  #slider .slider-arrow img {
    display: block;
    height: 60px; }
  #slider .slider-arrow.prev {
    left: 15px; }
  #slider .slider-arrow.next {
    right: 15px; }

.slider-cas .slick-list {
  margin: 0; }
  .slider-cas .slick-list .slick-slide {
    margin: 0; }
.slider-cas .img img {
  display: block;
  width: 100%; }
.slider-cas .slick-arrow {
  height: 50px;
  display: block;
  top: 50%;
  margin-top: -25px;
  opacity: 0.5; }
  .slider-cas .slick-arrow:hover {
    opacity: 1; }
  .slider-cas .slick-arrow.prev {
    left: 140px; }
  .slider-cas .slick-arrow.next {
    right: 140px; }

.h-title {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "UTM-Bebas"; }
  .h-title.v2 {
    color: #fff; }
  .h-title span {
    color: #ed1b24; }

.h-about {
  margin-top: 60px; }
  .h-about .h-title {
    margin-bottom: 11px; }
  .h-about .i-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #8c8c8c;
    letter-spacing: 14px;
    margin-bottom: -7px;
    margin-left: 2px;
    margin-top: 28px; }
  .h-about .text {
    position: relative;
    padding-left: 100px; }
    .h-about .text .s-title {
      position: absolute;
      left: 0;
      font-size: 95px;
      line-height: 1;
      color: #b9b9b9;
      text-transform: uppercase;
      opacity: 0.2;
      -webkit-transform: rotate(-90deg) translateX(-100%);
      transform: rotate(-90deg) translateX(-100%);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      margin-top: -5px;
      margin-left: -12px;
      letter-spacing: 5px; }
  .h-about .s-content {
    color: #999;
    line-height: 24px; }
    .h-about .s-content span {
      color: #666666; }
    .h-about .s-content p {
      margin-bottom: 5px; }
    .h-about .s-content.v2 {
      padding-left: 250px;
      background: #f7f7f7;
      padding: 21px 40px 18px 250px;
      position: relative;
      margin-top: 50px; }
    .h-about .s-content .img {
      position: absolute;
      left: 0;
      top: 50%;
      max-width: 230px;
      margin: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }

.h-projects {
  background: #f7f7f7;
  padding-top: 39px;
  margin-top: 70px;
  padding-bottom: 60px; }
  .h-projects .h-title {
    margin-bottom: 32px; }

.pro-tab {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px; }
  .pro-tab li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 34px 4px 34px;
    position: relative; }
    .pro-tab li:after {
      content: '';
      position: absolute;
      height: 10px;
      border-right: dotted 1px #bababa;
      right: -30px;
      top: 50%;
      margin-top: -5px; }
    .pro-tab li:last-child:after {
      content: none;
      display: none; }
    .pro-tab li a {
      font-size: 20px;
      color: #a0a0a0; }
      .pro-tab li a:hover {
        color: #333; }
    .pro-tab li.active a {
      color: #ed1b24;
      font-weight: 600; }

.prj {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .prj img {
    display: block;
    width: 100%; }
  .prj:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(155, 155, 155, 0.3);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0; }
  .prj .ct {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: rgba(155, 155, 155, 0.8);
    padding: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-align: center;
    color: #fff;
    opacity: 0; }
    .prj .ct .table {
      height: 100%; }
    .prj .ct .title {
      font-size: 18px;
      color: #f0f0f0;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 8px; }
      .prj .ct .title:after {
        content: '';
        display: block;
        height: 1px;
        width: 35px;
        background: #fff;
        margin: 5px auto auto; }
      .prj .ct .title a:hover {
        color: #ed1b24; }
    .prj .ct span {
      display: block;
      color: #f0f0f0;
      line-height: 24px;
      text-align: center;
      max-width: 355px;
      margin: auto; }
  .prj.big .ct {
    position: absolute;
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px; }
    .prj.big .ct .title {
      font-size: 24px; }
  .prj:hover:before {
    opacity: 1; }
  .prj:hover .ct {
    opacity: 1; }

.view-more {
  display: inline-block;
  vertical-align: middle;
  background: #ed1b24;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 28px; }
  .view-more:hover {
    background: #666;
    color: #fff; }

.h-adv {
  background-image: url("../images/bg2.jpg");
  padding: 60px 0; }
  .h-adv .h-title {
    margin-top: 38px;
    margin-bottom: 30px; }
  .h-adv .ct {
    background: rgba(51, 51, 51, 0.8);
    position: relative; }
  .h-adv .text {
    background-image: url("../images/bg1.jpg");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0px;
    padding: 0 20px;
    margin-right: 30px; }
    .h-adv .text .table {
      height: 100%; }
      .h-adv .text .table .cell .ct2 {
        max-width: 448px;
        margin: auto; }
    .h-adv .text .s-content {
      color: #040404;
      font-size: 15px;
      line-height: 22px;
      margin-top: 20px; }

.adv-fr {
  padding-right: 130px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 1px; }
  .adv-fr input, .adv-fr textarea {
    display: block;
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 0;
    border-bottom: solid 1px #fff;
    background: none;
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 36px;
    color: #fff; }
    .adv-fr input::-webkit-input-placeholder, .adv-fr textarea::-webkit-input-placeholder {
      color: #f7f7f7; }
    .adv-fr input:-moz-placeholder, .adv-fr textarea:-moz-placeholder {
      color: #f7f7f7; }
    .adv-fr input::-moz-placeholder, .adv-fr textarea::-moz-placeholder {
      color: #f7f7f7; }
    .adv-fr input:-ms-input-placeholder, .adv-fr textarea:-ms-input-placeholder {
      color: #f7f7f7; }
  .adv-fr textarea {
    height: 77px;
    resize: none; }
  .adv-fr button {
    text-transform: uppercase;
    color: #fff;
    background: #ed1b24;
    font-size: 16px;
    line-height: 40px;
    padding: 0 33px; }
  .adv-fr button:hover{
    background: #666
  }
  .adv-fr .s-title {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    margin-right: -11px;
    margin-top: -6px;
    letter-spacing: 7px;
    white-space: nowrap; }
    .adv-fr .s-title span {
      color: #001007; }

.h-testimonial {
  background: #f7f7f7;
  padding-top: 38px;
  padding-bottom: 60px; }
  .h-testimonial .h-title {
    margin-bottom: 30px; }

.testi {
  background: #fff;
  padding-left: 150px;
  padding-right: 95px;
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  padding: 35px 95px 25px 150px;
  margin-bottom: 38px; }
  .testi .ct {
    text-align: right;
    margin-right: 230px;
    font-family: "Roboto";
    margin-top: -6px;
    position: relative; }
    .testi .ct:before {
      content: '';
      width: 36px;
      height: 32px;
      background-image: url("../images/quote.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -10px;
      left: -40px; }
    .testi .ct p {
      letter-spacing: 1px;
      text-indent: 26px;
      font-size: 16px;
      color: #a1a1a1;
      /* line-height: 28px; */
      margin-bottom: 13px; }
    .testi .ct .name {
      font-weight: bold;
      font-size: 18px;
      color: #707070; }
    .testi .ct span {
      font-size: 16px;
      color: #a1a1a1; }
  .testi .img {
    float: right;
    width: 200px;
    display: block;
    margin-bottom: -38px; }
    .testi .img img {
      display: block;
      width: 100%; }

.testi-cas .slick-arrow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 8px #f7f7f7;
  background: #fff;
  font-size: 22px;
  color: #e4e4e4;
  line-height: 85px;
  text-align: center;
  top: 50%;
  margin-top: -70px; }
  .testi-cas .slick-arrow.prev {
    left: -50px; }
  .testi-cas .slick-arrow.next {
    right: -50px; }

.h-partner {
  padding-top: 38px;
  padding-bottom: 50px; }
  .h-partner .h-title {
    margin-bottom: 25px; }

.partner-cas .slick-arrow {
  font-size: 24px;
  line-height: 1;
  top: 50%;
  margin-top: -12px;
  color: #ed1b24; }
  .partner-cas .slick-arrow.prev {
    left: -20px; }
  .partner-cas .slick-arrow.next {
    right: -20px; }

.partner {
  display: block;
  height: 80px;
  position: relative;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .partner:hover {
    opacity: 1;}
    .partner:hover img{
      -webkit-filter: grayscale(0);
      filter: grayscale(0); 
    }

footer {
  background: #ebebeb;
  padding-top: 60px; }
  footer .logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 38px; }
    footer .logo img {
      display: block; }
  footer .f-line {
    font-size: 16px;
    font-family: "Roboto";
    color: #666666;
    margin-bottom: 5px; }
    footer .f-line i {
      color: #ed1b24;
      margin-right: 2px; }
  footer .social {
    margin-top: 18px; }
    footer .social a {
      font-size: 17px;
      color: #666666;
      margin: 0 9px; }
      footer .social a:hover {
        color: #ed1b24; }
  footer .footer {
    border-top: solid 1px #9a9a9a;
    font-size: 17px;
    color: #999999;
    line-height: 26px;
    padding: 20px 0;
    margin-top: 30px; }
    footer .footer a {
      color: #ed1b24; }
      footer .footer a:hover {
        text-decoration: underline; }

@media all and (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media all and (max-width: 1499px) {
  .slider-cas .slick-arrow.prev {
    left: 20px; }
  .slider-cas .slick-arrow.next {
    right: 20px; } }
@media all and (max-width: 1199px) {
  .main-nav > ul > li {
    margin-right: 0; }

  .h-cart {
    margin-left: 20px; }

  .main-nav > ul > li > a {
    padding: 24px 15px 27px 15px; }

  .testi-cas {
    padding: 0 25px; }
    .testi-cas .slick-arrow {
      width: 70px;
      height: 70px;
      border: solid 5px #f7f7f7;
      line-height: 60px;
      margin-top: -35px; }
      .testi-cas .slick-arrow.prev {
        left: -10px; }
      .testi-cas .slick-arrow.next {
        right: -10px; }

  .partner-cas {
    padding: 0 15px; }
    .partner-cas .slick-arrow.prev {
      left: -10px; }
    .partner-cas .slick-arrow.next {
      right: -10px; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #ed1b24;
      width: 17px;
      border-bottom: double 7px #ed1b24;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #ed1b24; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #ed1b24; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .m-nav .nav-close {
      top: 13px;
      right: 10px;
      background: none; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0;
      margin-top: 15px; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #ed1b24; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #ed1b24; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #ed1b24;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #ed1b24;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #ed1b24;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }
    .m-nav .language {
      margin-right: 10px; }
    .m-nav .search-fr input {
      border: solid 1px #ccc;
      border-radius: 4px;
      padding-left: 6px;
      width: 185px; }
    .m-nav .search-fr button {
      right: 10px; }

  .sb-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .sb-nav.act {
      right: 0; }
    .sb-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .sb-nav .sb-close {
      top: 9px;
      right: 10px;
      background: none; }

  header {
    top: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0; }
    header .header {
      background: none; }
    header .logo img {
      max-height: 60px; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -20px; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 10px; }
    header .language {
      display: none; }
    header .search-fr {
      display: none; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  .h-about .img {
    margin-top: 30px; }

  .h-adv .text {
    position: static;
    background-image: url("../images/bg1.jpg");
    padding: 100px 20px;
    margin-right: 0px; }

  .adv-fr {
    padding-left: 20px; }

  .testi {
    padding: 35px 40px 25px 50px; }

  .pro-tab li {
    margin: 0 25px 4px 25px; }
    .pro-tab li:after {
      right: -26px; } }
@media all and (max-width: 767px) {
  .slider-cas .img img {
    min-height: 200px; }
  .slider-cas .slick-arrow {
    height: 40px;
    margin-top: -20px;
    opacity: 1; }
    .slider-cas .slick-arrow.prev {
      left: 10px; }
    .slider-cas .slick-arrow.next {
      right: 10px; }

  .h-title {
    font-size: 30px; }

  .h-about {
    margin-top: 30px; }
    .h-about .text {
      padding-left: 45px; }
      .h-about .text .s-title {
        font-size: 42px; }
    .h-about .s-content.v2 {
      padding-left: 0;
      padding: 15px; }
      .h-about .s-content.v2 .img {
        position: static;
        display: block;
        margin: 0px auto 20px auto;
        -webkit-transform: none;
        transform: none; }

  .pro-tab li:after {
    content: none;
    display: none; }

  .prj {
    margin-bottom: 10px; }

  .adv-fr {
    padding-left: 20px;
    padding-right: 60px; }
    .adv-fr .s-title {
      font-size: 70px;
      margin-top: -3px;
      margin-right: -7px; }

  .testi {
    padding: 20px 30px; }
    .testi .img {
      float: none;
      margin: 0 auto 20px auto; }
    .testi .ct {
      margin-right: 0;
      text-align: center; }
      .testi .ct p, .testi .ct span {
        font-size: 14px; }
      .testi .ct:before {
        content: none;
        display: none; }

  .testi-cas {
    padding: 0 15px; }
    .testi-cas .slick-arrow {
      width: 50px;
      height: 50px;
      border: solid 4px #f7f7f7;
      font-size: 18px;
      line-height: 42px;
      margin-top: -25px; } }
@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .header {
      background: none; } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .search, header.fixed .search-fr {
      display: none; }
    header.fixed .nav-open {
      margin-top: -20px; } }
.h-about .img {
  left: -36px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .h-about .img .item {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .h-about .img .item img {
      display: block; }
      .h-about .img .item img.hv {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
    .h-about .img .item:after {
      content: '';
      width: 49px;
      height: 49px;
      background-image: url("../images/ab-ic.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      margin-top: -25px;
      opacity: 0; }
    .h-about .img .item:nth-child(1) {
      z-index: 1; }
    .h-about .img .item:nth-child(2) {
      position: absolute;
      top: 30px;
      right: -81px;
      z-index: 2; }
    .h-about .img .item:nth-child(3) {
      position: absolute;
      bottom: -75px;
      right: 30px; }
    .h-about .img .item:hover {
      z-index: 4; }
      .h-about .img .item:hover:after {
        opacity: 1; }
      .h-about .img .item:hover img.hv {
        opacity: 0.6; }

@media all and (max-width: 767px) {
  .h-about .img {
    margin-right: 60px; }
    .h-about .img .item:nth-child(2) {
      max-width: 60%; }
    .h-about .img .item:nth-child(3) {
      max-width: 65%; }
      .h-about .img{
        left: -7px !important;
      } }

@media (max-width: 768px){
  .btn-call {
    bottom: 80px !important;
    left: 30px !important;
  }
  .short-descript{
    max-height: unset !important;
  }
  .summary{
    width: 100% !important;
  }
}
/* code mới */
.short-descript{
    max-height: 500px;
    overflow-x: hidden;
}

/* end code mới */