.particleground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#ProjectModal .modal-dialog {
  width: 1170px;
  max-width: 100%;
  border: 0;
  margin-top: 60px; }
  #ProjectModal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0; }

#ProjectModal .close {
  position: absolute;
  right: 15px;
  font-size: 40px;
  z-index: 1;
  opacity: 1;
  color: #ffffff;
  top: -40px;
  font-family: 'Arial';
  font-weight: 700; }

#ProjectModal .slick-prev:before, #ProjectModal .slick-next:before {
  color: #ffffff; }

#ProjectModal .item {
  position: relative;
  padding: 0; }
  #ProjectModal .item .type-project {
    background-color: black;
    color: #ffffff;
    padding: 5px 10px;
    display: none; }
  #ProjectModal .item .image-proj {
    width: 100%;
    height: 450px;
    max-height: 50vh;
    background-size: cover;
    background-position: center; }
  #ProjectModal .item .infor_place {
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 5px 15px;
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#de2721));
    background: linear-gradient(to right, transparent, #de2721); }
  #ProjectModal .item .name_palce {
    font-family: 'Arial'; }
  #ProjectModal .item .name {
    color: #ffffff;
    font-size: 16px; }

#videoModal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 0;
  border-radius: 0; }

#videoModal .modal-header {
  padding: 10px; }

.wall-container,
.wall-nano-container {
  position: relative; }
  .wall-container .painted-wall,
  .wall-nano-container .painted-wall {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
    /* background-image: url("../images/wall/wall-n.jpg"); */
    overflow: hidden;
    background-size: cover;
    background-position: bottom; }
  .wall-container a,
  .wall-nano-container a {
    color: #000000; }

#section-1 {
  position: relative;
  z-index: 10;
  float: left;
  width: 100%; }
  #section-1 .wall-container {
    color: #fff;
    background-size: cover;
    background-position: top; }
    #section-1 .wall-container img.image_bottom {
      height: 100px; }
    #section-1 .wall-container .painted-wall {
      background: #e02622;
      background: -webkit-gradient(linear, left top, right top, from(#a0081d), to(#e02622));
      background: linear-gradient(to right, #a0081d, #e02622);
      overflow: hidden;
      -webkit-transition: width 1s ease;
      transition: width 1s ease; }
    #section-1 .wall-container .block-text {
      position: relative;
      z-index: 1;
      width: 60%;
      left: 20%;
      top: 0;
      padding-bottom: 20px;
      font-family: 'Arial', Arial, Helvetica, sans-serif;
      padding-top: 15px; }
      #section-1 .wall-container .block-text > div:nth-child(1) {
        font-size: 18px; }
      #section-1 .wall-container .block-text > div:nth-child(2) {
        font-size: 20px;
        padding-top: 5px;
        line-height: 25px; }
        #section-1 .wall-container .block-text > div:nth-child(2) span:last-child {
          font-family: 'Arial'; }
      #section-1 .wall-container .block-text > div:nth-child(3) {
        padding-top: 5px;
        font-size: 18px; }
    #section-1 .wall-container .drop-out-contain {
      position: absolute;
      width: 100%;
      z-index: 1; }
      #section-1 .wall-container .drop-out-contain .white-wall {
        position: absolute;
        height: 80%;
        top: 20%;
        left: 20%;
        background-color: #ffffff;
        width: 0%; }
    #section-1 .wall-container .drop-out {
      left: 20%;
      position: relative;
      width: 30%;
      width: 450px;
      z-index: 1; }
      #section-1 .wall-container .drop-out .block {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        #section-1 .wall-container .drop-out .block .column {
          -ms-flex: 0 0 33.333333%;
          -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
          border-right: solid 1px #fff;
          text-align: center;
          padding: 0 5px; }
          #section-1 .wall-container .drop-out .block .column:last-child {
            border-right: none; }
          #section-1 .wall-container .drop-out .block .column .big-title {
            font-family: 'Arial', serif;
            font-weight: 700;
            font-size: 30px;
            border-bottom: solid 1px #fff; }
          #section-1 .wall-container .drop-out .block .column .title {
            font-family: 'Arial', Arial, Helvetica, sans-serif;
            font-size: 18px;
            padding-top: 8px; }
          #section-1 .wall-container .drop-out .block .column .text {
            font-family: 'Arial', Arial, Helvetica, sans-serif;
            font-size: 18px; }
    #section-1 .wall-container.animate .painted-wall {
      width: 100%; }
    #section-1 .wall-container.animate .white-wall {
      width: 80%; }
    #section-1 .wall-container.animate .block-text div:nth-child(1) {
      -webkit-animation-name: textSlideIn;
      animation-name: textSlideIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    #section-1 .wall-container.animate .block-text div:nth-child(2) {
      -webkit-animation-name: textSlideIn;
      animation-name: textSlideIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    #section-1 .wall-container.animate .block-text div:nth-child(3) {
      -webkit-animation-name: textSlideIn;
      animation-name: textSlideIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #section-1 .wall-container.animate .drop-out {
      -webkit-animation-name: sweepRightDropOut, dropOutBackground;
      animation-name: sweepRightDropOut, dropOutBackground;
      -webkit-animation-duration: 0.15s, 0.5s;
      animation-duration: 0.15s, 0.5s;
      -webkit-animation-timing-function: linear, ease;
      animation-timing-function: linear, ease;
      -webkit-animation-fill-mode: forwards, forwards;
      animation-fill-mode: forwards, forwards;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
      #section-1 .wall-container.animate .drop-out .block {
        -webkit-animation-name: blockSlideOut;
        animation-name: blockSlideOut;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        border: solid 3px #fff; }
  @media (min-width: 1280px) {
    #section-1 .wall-container .block-text {
      padding-top: 30px; }
      #section-1 .wall-container .block-text div:nth-child(1) {
        font-size: 30px; }
      #section-1 .wall-container .block-text div:nth-child(2) {
        font-size: 48px;
        padding-top: 10px;
        line-height: 55px; }
      #section-1 .wall-container .block-text div:nth-child(3) {
        padding-top: 10px;
        font-size: 18px; }
    #section-1 .wall-container .drop-out .block {
      padding: 20px 15px; }
      #section-1 .wall-container .drop-out .block .column .big-title {
        font-size: 72px; }
      #section-1 .wall-container .drop-out .block .column .title {
        font-size: 24px;
        font-family: 'Arial';
        padding-top: 10px; }
      #section-1 .wall-container .drop-out .block .column .text {
        font-size: 18px; } }

#section-1 .quote-container {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-1 .quote-container.animate .block-text > div:first-child {
    opacity: 1; }
    #section-1 .quote-container.animate .block-text > div:first-child span {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  #section-1 .quote-container.animate .block-text > div:last-child {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #section-1 .quote-container .image {
    bottom: 0;
    left: 20%;
    position: relative;
    width: 27%;
    top: 20px;
    z-index: 1;
    float: left; }
    @media screen and (min-width: 1400px) {
      #section-1 .quote-container .image {
        left: 24%; } }
  #section-1 .quote-container .block-text {
    position: relative;
    top: 30px;
    height: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    margin-top: 20%;
    width: 560px;
    left: 14%;
    z-index: 1; }
    @media screen and (min-width: 1600px) {
      #section-1 .quote-container .block-text {
        left: 18%; } }
    #section-1 .quote-container .block-text > div {
      font-family: 'Arial';
      color: #1e1e1e;
      font-size: 18px;
      line-height: 28px; }
      #section-1 .quote-container .block-text > div span {
        font-family: 'Arial'; }
      #section-1 .quote-container .block-text > div:first-child {
        position: relative;
        opacity: 0;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease; }
        #section-1 .quote-container .block-text > div:first-child span {
          display: inline-block;
          -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
          -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
          -webkit-transform: translateY(50%);
          transform: translateY(50%);
          opacity: 0; }
        #section-1 .quote-container .block-text > div:first-child::before {
          content: '\201C';
          font-size: 40px;
          font-family: Arial, serif;
          width: 12px;
          height: 10px;
          display: inline-block;
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
        #section-1 .quote-container .block-text > div:first-child::after {
          content: '\201D';
          font-size: 40px;
          font-family: Arial, serif;
          width: 12px;
          height: 10px;
          position: absolute;
          bottom: 12px;
          right: -16px;
          background-size: cover; }
      #section-1 .quote-container .block-text > div:last-child {
        font-size: 16px;
        opacity: 0;
        margin-top: 15px;
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px); }
    #section-1 .quote-container .block-text .text-last {
      font-family: 'Arial'; }
      #section-1 .quote-container .block-text .text-last span {
        font-family: 'Arial'; }

@media (min-width: 1280px) {
  #section-1 .quote-container .block-text > div {
    font-size: 17px;
    line-height: 32px; }
    #section-1 .quote-container .block-text > div:first-child {
      font-size: 20px; }
      #section-1 .quote-container .block-text > div:first-child::before {
        width: 18px;
        height: 12px;
        top: 5px;
        left: -15px; }
      #section-1 .quote-container .block-text > div:first-child::after {
        width: 18px;
        height: 12px;
        bottom: 17px;
        right: -20px; } }

@media (min-width: 1450px) {
  #section-1 .quote-container .block-text > div {
    font-size: 18px;
    margin-top: 10px; }
    #section-1 .quote-container .block-text > div:first-child {
      font-size: 24px; } }

@media (min-width: 1920px) {
  #section-1 .quote-container .block-text {
    width: 32%; }
    #section-1 .quote-container .block-text > div {
      font-size: 20px; }
      #section-1 .quote-container .block-text > div:first-child {
        font-size: 25px; }
        #section-1 .quote-container .block-text > div:first-child::before {
          width: 18px;
          height: 16px;
          top: 5px;
          left: -2px; }
        #section-1 .quote-container .block-text > div:first-child::after {
          width: 18px;
          height: 16px;
          bottom: 17px;
          right: -26px; } }

.wall-nano-container {
  color: #1e1e1e;
  width: 100%;
  float: left;
  padding-bottom: 150px;
  text-align: center; }
  .wall-nano-container .painted-wall {
    -webkit-transition: all 0.5s 0.5s ease;
    transition: all 0.5s 0.5s ease;
    width: 100%; }
  .wall-nano-container .block-text {
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 15px;
    text-align: center; }
    .wall-nano-container .block-text > div:nth-child(1) {
      font-family: 'Arial';
      font-size: 28px;
      color: #e32924;
      background: -webkit-linear-gradient(left, #a40a1d, #e32924);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .wall-nano-container .block-text > div:nth-child(2) {
      font-size: 12px;
      font-family: 'Arial', Arial, Helvetica, sans-serif;
      color: #1e1e1e; }
  .wall-nano-container .drop-out {
    background: transparent;
    height: 240px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 30px;
    width: 300px;
    text-align: center;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    font-size: 11px;
    z-index: 1;
    position: relative; }
    .wall-nano-container .drop-out .block {
      background: #ffffff;
      height: 100%;
      left: 0;
      padding-top: 5px;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 2; }
    .wall-nano-container .drop-out img {
      height: auto; }
    .wall-nano-container .drop-out button {
      color: #fff;
      border-radius: 30px;
      border-width: 3px;
      bottom: 10px;
      font-family: 'Arial', Arial, Helvetica, sans-serif;
      height: 28px;
      left: calc(50% - 65px);
      padding: 0 10px;
      position: absolute;
      width: 130px; }
    .wall-nano-container .drop-out.left img {
      max-width: 43%; }
    .wall-nano-container .drop-out.left .text {
      padding-top: 3%; }
    .wall-nano-container .drop-out.right img {
      max-width: 60%; }
    .wall-nano-container .drop-out.right .text {
      padding-top: 5%; }
  .wall-nano-container.animate .painted-wall {
    opacity: 1;
    width: 100%;
    left: 0; }
  .wall-nano-container.animate .drop-out {
    -webkit-animation-name: dropOutBackground;
    animation-name: dropOutBackground;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
    .wall-nano-container.animate .drop-out .block {
      -webkit-animation-name: blockNanoSlideOut;
      animation-name: blockNanoSlideOut;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.75s;
      animation-delay: 0.75s; }
  .wall-nano-container.animate .block-text div:nth-child(1) {
    -webkit-animation-name: textSlideInDown;
    animation-name: textSlideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .wall-nano-container.animate .block-text div:nth-child(2) {
    -webkit-animation-name: textSlideInDown;
    animation-name: textSlideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }

@media (min-width: 1280px) {
  .wall-nano-container .block-text {
    padding-top: 30px; }
    .wall-nano-container .block-text > div:nth-child(1) {
      font-size: 30px; }
    .wall-nano-container .block-text > div:nth-child(2) {
      font-size: 18px;
      padding-top: 5px; }
  .wall-nano-container .drop-out {
    font-size: 16px; }
    .wall-nano-container .drop-out .block {
      padding-top: 10px; }
    .wall-nano-container .drop-out button {
      bottom: 10px;
      height: 30px;
      left: calc(50% - 98px);
      width: 200px; } }

@media (min-width: 1500px) {
  .wall-nano-container .block-text {
    padding-top: 30px; }
    .wall-nano-container .block-text > div:nth-child(1) {
      font-size: 34px; }
    .wall-nano-container .block-text > div:nth-child(2) {
      font-size: 18px;
      padding-top: 5px; }
  .wall-nano-container .drop-out {
    font-size: 18px; }
    .wall-nano-container .drop-out .block {
      padding-top: 20px; }
    .wall-nano-container .drop-out button {
      border-radius: 30px;
      border-width: 3px;
      bottom: 10px;
      height: 38px;
      left: calc(50% - 75px);
      padding: 5px 10px 2px 10px;
      width: 150px;
      font-size: 14px; } }

@-webkit-keyframes sweepRightDropOut {
  0% {
    opacity: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    overflow: visible; } }

@keyframes sweepRightDropOut {
  0% {
    opacity: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    overflow: visible; } }

@-webkit-keyframes dropOutBackground {
  0% {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5); } }

@keyframes dropOutBackground {
  0% {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5); } }

@-webkit-keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes textSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes textSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes blockNanoSlideOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    opacity: 0;
    border-image: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(15px, 20px);
    transform: translate(15px, 20px);
    opacity: 1;
    border: 3px solid #fff;
    border-image: url("../images/border.svg") 10% stretch;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(171, 171, 171, 0.5);
    box-shadow: 0px 0px 7px 1px rgba(171, 171, 171, 0.5); } }

@keyframes blockNanoSlideOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    opacity: 0;
    -o-border-image: none;
    border-image: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(15px, 20px);
    transform: translate(15px, 20px);
    opacity: 1;
    border: 3px solid #fff;
    -o-border-image: url("../images/border.svg") 10% stretch;
    border-image: url("../images/border.svg") 10% stretch;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(171, 171, 171, 0.5);
    box-shadow: 0px 0px 7px 1px rgba(171, 171, 171, 0.5); } }

@-webkit-keyframes blockSlideOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); }
  50% {
    opacity: 0.5;
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab; }
  100% {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); } }

@keyframes blockSlideOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); }
  50% {
    opacity: 0.5;
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab; }
  100% {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); } }

@supports (-ms-ime-align: auto) {
  #section-1 .wall-container.animate .drop-out {
    overflow: visible;
    opacity: 0; }
    #section-1 .wall-container.animate .drop-out .block {
      border: solid 3px #fff; }
  #section-1 .wall-nano-container.animate .drop-out {
    overflow: visible; }
    #section-1 .wall-nano-container.animate .drop-out .block {
      border: solid 3px #fff;
      -o-border-image: url("../images/border.svg") 10% stretch;
      border-image: url("../images/border.svg") 10% stretch; } }

.main-mb-frame2 {
  position: relative; }
  .main-mb-frame2 .left-title-frame2 {
    font-family: 'Arial';
    width: 40%;
    top: 10%;
    position: absolute;
    left: -2%;
    text-align: right; }
  .main-mb-frame2 .right-title-frame2 {
    font-family: 'Arial';
    width: 40%;
    top: 10%;
    position: absolute;
    left: 62%;
    text-align: left; }

.desc-mb-frame2 {
  text-align: center; }

.frame3 .text-mb .products-mb {
  text-align: center; }

.frame3 .text-mb .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px; }

.frame3 .text-mb .item {
  min-height: 300px; }
  .frame3 .text-mb .item .item_info {
    color: black; }
  .frame3 .text-mb .item .sub_name_product {
    font-size: 16px;
    text-transform: uppercase; }
  .frame3 .text-mb .item .name_product {
    font-weight: bold; }

.wall-nano-mb {
  background-image: url("../images/PTBV-mb.png");
  background-size: cover;
  background-position: bottom;
  padding: 15px;
  padding-bottom: 110px; }
  .wall-nano-mb .block-text {
    position: relative; }
  .wall-nano-mb .main-text-mb {
    margin-top: 30px;
    padding: 15px; }
    .wall-nano-mb .main-text-mb .img-left {
      padding: 0px 5%; }
    .wall-nano-mb .main-text-mb .text {
      margin-top: 15px;
      text-align: center;
      line-height: 15px;
      font-size: 16px; }
    .wall-nano-mb .main-text-mb .grounded-radiants {
      color: white;
      font-size: 16px;
      margin-top: 10px; }
    .wall-nano-mb .main-text-mb .col-xs-6 {
      padding-left: 5px;
      padding-right: 5px; }
      .wall-nano-mb .main-text-mb .col-xs-6 .item {
        position: relative;
        min-height: 220px;
        background-color: white;
        padding: 10px; }
      .wall-nano-mb .main-text-mb .col-xs-6 .btn-detail {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 10px;
        margin-left: -10px; }

.frame5 .head-frame5 {
  padding: 20px;
  text-align: center;
  background: #e02622;
  background: -webkit-gradient(linear, left top, right top, from(#9f081d), to(#e52823));
  background: linear-gradient(to right, #9f081d, #e52823);
  margin-left: 15px;
  margin-right: 15px; }
  .frame5 .head-frame5 .text-content {
    padding: 20px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    border: 3px solid;
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(#9f081d), to(#e52823));
    background: linear-gradient(to right, #9f081d, #e52823);
    transform: translate(6px, 6px);
    -moz-transform: translate(6px, 6px);
    -webkit-transform: translate(6px, 6px);
    -o-transform: translate(6px, 6px);
    -ms-transform: translate(6px, 6px);
    -webkit-transition: all 0.5s 1s ease;
    transition: all 0.5s 1s ease;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5); }
  .frame5 .head-frame5 .box-white {
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5); }

.frame6 .dealer-mb {
  background-image: url("../images/Group 19.png");
  background-size: cover;
  background-position: bottom; }
  .frame6 .dealer-mb .item_info {
    margin-bottom: 20px; }
  .frame6 .dealer-mb .sub_title {
    font-weight: bold;
    background: -webkit-linear-gradient(#a40a1d, #e32924);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.body_lang__en .frame6 .sub_title {
  font-size: 30px; }

@media (min-width: 1280px) {
  .body_lang__en #section-1 .wall-container .drop-out .block .column .title {
    font-size: 22px; } }

@media screen and (max-width: 1206px) {
  #section-1 .quote-container .block-text {
    left: 15%;
    top: 30%;
    width: 35%;
    margin-top: 25%; }
  #section-1 .quote-container .image {
    bottom: 0;
    left: 20%;
    position: relative;
    width: 27%;
    top: 20px; } }

@media screen and (max-width: 769px) {
  .frame2 .title h2 {
    line-height: 2; }
  #section-1 .wall-container .drop-out {
    width: 80%;
    left: 10%;
    max-width: 320px; }
  .main-mb-frame2 {
    text-align: center; }
  #section-1 .quote-container .block-text {
    left: 0%;
    top: 30%;
    width: 55%;
    margin-top: 45%; }
  #section-1 .quote-container .image {
    width: 45%;
    left: 5%;
    margin-top: 10%; }
  #section-1 .wall-container .block-text {
    width: 80%;
    left: 10%; }
  #section-1 .quote-container .block-text > div {
    line-height: 18px; }
  #section-1 .quote-container .block-text > .text-different:before {
    content: '\201C';
    font-size: 30px;
    font-family: Arial, serif;
    width: 12px;
    height: 10px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  #section-1 .quote-container .block-text > .text-different:after {
    content: '\201D';
    font-size: 30px;
    font-family: Arial, serif;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: 56px;
    right: -13px;
    background-size: cover; }
  #section-1 .quote-container .block-text > div:last-child {
    font-size: 16px; }
  .frame3 {
    padding-top: 30px; }
  .frame5 .title .Aligner-item--fixed .root-anima {
    width: 90%; }
  .frame5.animation .root-anima .text-content {
    font-size: 16px; }
  .frame5 {
    padding-top: 30px;
    background-color: #f0f0f0; }
  .frame5 #placeCarousel .item .name {
    font-size: 16px;
    padding: 15px 5px; }
  .frame6 {
    background-color: #f0f0f0; }
  .frame6 .list_sub {
    font-size: 18px; }
  .frame6 .kova_btn {
    margin-top: 10px; }
  .wall-nano-container .block-text > div:nth-child(1) {
    font-size: 30px; }
  #section-1 .wall-container .block-text > div:nth-child(2) {
    font-size: 20px; }
  #section-1 .wall-container .drop-out .block .column .big-title {
    font-size: 28px; }
  #section-1 .wall-container .drop-out .block .column .title {
    font-size: 15px; }
  #section-1 .wall-container .drop-out .block .column .text {
    font-size: 14px; }
  #section-1 .quote-container .block-text > div {
    font-size: 14px; }
  .frame3 .text-mb .item .sub_name_product {
    font-size: 20px; }
  .frame3 .text-mb .item .name_product {
    font-size: 22px; }
  .frame3 .text-mb .item .item_info {
    font-size: 20px; }
  .main-mb-frame2 .right-title-frame2 {
    font-size: 14px; }
  .main-mb-frame2 .left-title-frame2 {
    font-size: 14px; }
  .wall-nano-container .block-text > div:nth-child(2) {
    font-size: 20px; }
  .wall-nano-mb .main-text-mb .text {
    font-size: 12px; }
  .frame4 .news .item .title {
    font-size: 14px; }
  .frame4 .videos .video-item .icon-play {
    width: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 19px); }
  .videos {
    width: 100%;
    float: left; }
  .desc-mb-frame2 {
    text-align: justify; } }

@media screen and (max-width: 416px) {
  #section-1 .wall-container .drop-out {
    width: 80%;
    left: 10%; }
  #section-1 .quote-container .block-text {
    left: 0%;
    top: 30%;
    width: 55%;
    margin-top: 75%; }
  #section-1 .quote-container .image {
    width: 45%;
    left: 5%;
    margin-top: 56%; }
  #section-1 .wall-container .block-text {
    width: 80%;
    left: 10%; }
  #section-1 .quote-container .block-text > div {
    line-height: 18px; }
  #section-1 .quote-container .block-text > .text-different:before {
    content: '\201C';
    font-size: 30px;
    font-family: Arial, serif;
    width: 12px;
    height: 10px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  #section-1 .quote-container .block-text > .text-different:after {
    content: '\201D';
    font-size: 30px;
    font-family: Arial, serif;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: 56px;
    right: -13px;
    background-size: cover; }
  #section-1 .quote-container .block-text > div:last-child {
    font-size: 16px; }
  .frame3 {
    padding-top: 30px; }
  .kova_btn {
    padding: 10px 0px; }
  .grounded-radiants {
    font-size: 12px !important;
    border-width: 1px;
    min-height: 32px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(12, 12, 12, 0.27);
    box-shadow: 0px 2px 2px 0px rgba(12, 12, 12, 0.27); }
  .frame5 .title .Aligner-item--fixed .root-anima {
    width: 90%; }
  .frame5.animation .root-anima .text-content {
    font-size: 16px; }
  .frame5 {
    padding-top: 30px;
    background-color: #f0f0f0; }
  .frame5 #placeCarousel .item .name {
    font-size: 12px;
    padding: 15px 5px; }
  .frame6 {
    background-color: #f0f0f0; }
  .frame6 .list_sub {
    font-size: 18px; }
  .frame6 .kova_btn {
    margin-top: 10px; }
  .wall-nano-container .block-text > div:nth-child(1) {
    font-size: 18px; }
  #section-1 .wall-container .block-text > div:nth-child(2) {
    font-size: 20px; }
  #section-1 .wall-container .drop-out .block .column .big-title {
    font-size: 28px; }
  #section-1 .wall-container .drop-out .block .column .title {
    font-size: 15px; }
  #section-1 .wall-container .drop-out .block .column .text {
    font-size: 14px; }
  #section-1 .quote-container .block-text > div {
    font-size: 14px; }
  .frame3 .text-mb .item {
    min-height: initial;
    margin-bottom: 40px; }
  .frame3 .text-mb .item .sub_name_product {
    font-size: 14px; }
  .frame3 .text-mb .item .name_product {
    font-size: 14px; }
  .frame3 .text-mb .item .item_info {
    font-size: 14px;
    text-align: left; }
  .main-mb-frame2 .right-title-frame2 {
    font-size: 14px; }
  .main-mb-frame2 .left-title-frame2 {
    font-size: 14px; }
  .wall-nano-container .block-text > div:nth-child(2) {
    font-size: 14px; }
  .wall-nano-mb .main-text-mb .text {
    font-size: 12px; }
  .frame4 .news .item .title {
    font-size: 14px; } }

@media screen and (max-width: 376px) {
  #section-1 .wall-container .drop-out .block .column .text {
    font-size: 12px; }
  .wall-nano-mb .main-text-mb .grounded-radiants {
    font-size: 14px; }
  .frame5 #placeCarousel .item .name {
    font-size: 12px;
    letter-spacing: -0.1px; }
  .frame4 .seemore {
    font-size: 14px; }
  #section-1 .wall-container.animate .block-text div:nth-child(1) {
    font-size: 15px; }
  #section-1 .wall-container .block-text > div:nth-child(2) span:last-child {
    font-size: 18px; } }

@media screen and (max-width: 321px) {
  #section-1 .quote-container .block-text {
    margin-top: 85%; }
  #section-1 .quote-container .image {
    margin-top: 71%; }
  .wall-nano-mb .main-text-mb .text {
    font-size: 10px; }
  .wall-nano-mb .main-text-mb .col-xs-6 .item {
    min-height: 200px; }
  .wall-nano-mb .main-text-mb .grounded-radiants {
    font-size: 10px; }
  .grounded-radiants {
    font-size: 12px; }
  .frame3 {
    padding-bottom: 20px; }
  .frame5 #placeCarousel .item .name {
    font-size: 9px; }
  #section-1 .quote-container .block-text > div:last-child {
    font-size: 12px; }
  #section-1 .quote-container .block-text > div {
    font-size: 12px; }
  .desc-mb-frame2 {
    font-size: 14px; }
  .frame5 .head-frame5 .text-content {
    font-size: 18px; }
  .frame4 .seemore {
    font-size: 14px; }
  #section-1 .wall-container.animate .block-text div:nth-child(1) {
    font-size: 14px; }
  #section-1 .wall-container .block-text > div:nth-child(2) span:last-child {
    font-size: 16px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .particles-js-canvas-el {
    display: none; }
  #particles-js {
    background-image: url("../images/sp.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; } }

/*For Edge:*/
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  .particles-js-canvas-el {
    display: none; }
  #particles-js {
    background-image: url("../images/sp.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; } }

@supports (-ms-ime-align: auto) {
  /* IE Edge 12+ CSS */
  .particles-js-canvas-el {
    display: none; }
  #particles-js {
    background-image: url("../images/sp.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; } }