body{
    padding-top: 60px !important;
    margin: 0 !important;
}
/*  Menu Mobile */
#bg-menu-mobile {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    overflow: auto;
}
.bg-video{
    top: 60px;
}
.mobile-menu{
    display: flex !important;
    z-index: 10000;
    right: 0;
    height: 60px;
    top: 0;
}
  /*HAMBURGUER*/
  .label-hamburguer {
    border: 2px solid #222222;
    cursor: pointer;
    position: relative;
    left: 15px;
    width: 30px;
    padding: 0;
    height: 30px;
    z-index: 4;
    top: 15px;
  }
  #label-hamburguer span{
    z-index: 999999999999 !important;
    display: block;
    position: absolute;
    height: 3px;
    width: 90%;
    background: #111;
    opacity: 1;
    left: 50%;
    transition: .25s ease-in-out;
    transform: translateX(-50%);
  }
  #label-hamburguer span:nth-child(1) {
    top: 10%;
  }
  
  #label-hamburguer span:nth-child(2) {
    top: 45%;
  }
  
  #label-hamburguer span:nth-child(3) {
    top: 80%;
  }
  #label-hamburguer.open span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
    left: 2px;
  }
  
  #label-hamburguer.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
    transition: .16s ease-in-out;
  }
  
  #label-hamburguer.open span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
    left: 2px;
  }


.background-front{
    top: 0;
}
.front-title {
    font-size: 40px;
    line-height: 120%;
}
.front-subtitle{
    font-size: 24px;
    line-height: 120%;
}
.front-card--test{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.section-title{
    font-size: 32px;
    line-height: 44px;
}
.front-news--title{
    font-size: 16px;
    line-height: 150%
}
.front-news--date{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}
.front-card--img{
    height: 55px;
}
.img-card{
    width: 100px;
    height: 100px;
}
.img-front{
    height: 140px;
    object-fit: cover;
}
.img-icon{
    height: 49px;
    width: 49px;
}

#bg-menu-mobile {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    overflow: auto;
  }
  @media only screen and (max-height: 750px) {
    .modal-content__img {
      /* width: 450px; */
      margin-top: -30px;
  }
}
  @media(max-width: 1500.1px){
      .top-image{
        padding: 20px;
        width: 155px;
      }
  }
  @media(max-width: 1290.1px){
    .main-title{
        font-size: 30px;
    }
  }

    /* .bg-video{
        clip-path: polygon(15% 8%, 100% 8%, 100% 100%, 0% 100%);
      } */
      .breadcumb-menu {
        height: 60px;
        left: 45px;
        top: 0;
    }
    .subTitle__front{
      font-size: 20px;
    }
    .swal2-show{
        max-width: 350px !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;

    }
    .swal2-content{
        padding-top: 0 !important;
        padding-bottom: 0px !important;

    }
    .card__text--title {
        font-size: 28px;
    }
  
  /* @media (max-width: 767.98px) { */
    .title-blog{
      font-size: 28px;
    }
    .gdrp-content{
        flex-direction: column;
      }
      .cookie-message{
        width: 100%;
      }
    .line-problem::before{
      content: none;;
    }
    .event-content{
      border-left: none;
      padding-left: 0;
    }
    .home-subscribe-mobile{
      width: 100%;
    }
    .home-subscribe-mobile form{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .breadcumb-menu li,  .breadcumb-menu .mdi:before, .breadcumb-menu a{
      font-size: 12px;
    }
    .menu-foundation-container img{
      width: 16px;
      height: auto;
    }
    .project__img{
      position: relative !important;
      margin-bottom: 25px;
      top:0;
    }
    .slider-for .slick-track{
      height: 480px !important;
    }
    .carousel-introduction .slick-next{
      right: 25px !important;
    }
    .carousel-introduction .slick-prev {
      left: 25px !important;
    }  
    .home-section {
      padding-top: 45px;
    }
    .section-title {
      font-size: 2rem;
      padding-bottom: 1rem;
    }
    .wrapper-arrow svg {
        width: 40px;
        margin: 0;
    }
    .carousel-control-next, .carousel-control-prev {
      width: 35%;
      padding-bottom: 35px;
    }
    .text-main{
      text-align: center;
      font-size: 1.3rem;
      line-height: 1.3rem;
    }
    .text-main .btn-primary{
      margin: auto;
    }

    #mainNav .nav-item {
      text-align: center;
      border-bottom: 1px solid #cccccc;
    }
    #mainNav .nav-item:last-child {
      border: none;
    }
    #mainNav .navbar-brand-stick {
      padding-top: 0;
      display: inline-block;
      text-align: center;
      border: none;
    }
    #mainNav .navbar-brand-stick .btn-outline-primary{
      margin-top: 1rem;
    }
    #mainNav .navbar-brand-nostick {
      display: none;
    }
    .footer{
      text-align: center;
    }
    .social-menu-floating{
      display: none;
    }
    .nav-footer .nav-item {
      display: block;
      width: 100%;
      border: none;
    }
    .page-title{
        font-size: 3rem !important;
        line-height: 3rem !important;
    }
    .nav-social.justify-content-end{
      -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
      justify-content: center!important;
    }
    .home-section .carousel {
      border: 0.8rem solid white;
    }
    .home-section .carousel .carousel-item .card-news .card-content{
      padding: 1rem;
      display: flex;
      justify-content: center;
    }
    .home-section .carousel .carousel-item .card-news .card-content h3{
      font-size: 1.4rem;
      line-height: 1.6rem;
    }
    .home-section .carousel .carousel-item .card-news .card-news-img{
      background-size: cover;
    }
    .section__title{
        font-size: 35px !important;
    }
    .card__area--par {
        transform: translateY(0px) !important;
    }
    .p1{
      order: 1;
    }
    .p2{
      order: 2;
    }
    .p3{
      order: 3;
    }
    /* .bg-video {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      top: 0%;
      left: -35%;
      width: 135%;
  } */
  .subtitle-section{
    font-size: 28px;
    line-height: 30px;
  }
  .subtitle-work {
    font-size: 20px !important;
}

.blog h2{
    font-size: 24px;
  }
  .blog h3{
    font-size: 22px;
  }
  .search-overlay__icon{
      height: 25px;
  }
  .search-term{
    width: 70%;
    font-size: 28px;
  }
@media (max-height: 800px){
    .m-front{
        margin-top: 0;
    }
}
  @media (max-height: 650px) {
    .modal-content__img {
        width: 250px;
        margin-top: 0px;
  }
} 
/* New Style Mobile */
.background-front{
    top: 0;
}
.front-title {
    font-size: 40px;
    line-height: 120%;
}
.front-subtitle{
    font-size: 24px;
    line-height: 120%;
}
.front-card--test{
    font-size: 20px;
    line-height: 24px;
}
.section-title{
    font-size: 32px;
    line-height: 44px;
}
.front-news--title{
    font-size: 16px;
    line-height: 150%
}
.front-news--date{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}
.front-card--img{
    height: 55px;
}
.img-card{
    width: 100px;
    height: 100px;
}
.img-front{
    height: 140px;
    object-fit: cover;
}
.img-icon{
    height: 49px;
    width: 49px;
}
@media (max-width: 767px) {
    .front-title{
        font-weight: 600;
        font-size: 26px !important;
        line-height: 120%;
    }
    .front-card--img{
        display: none;
    }
    #video{
        height: 65vh;
    }
    .front__main--text{
        height: 50vh !important;
    }
    .front-subtitle{
        font-size: 20px !important;
        font-weight: normal !important;
        font-family: 'Lato' !important;
    }
    .border-card{
      padding: 0 !important;
      height: 12px;
    }
    .front-card--infoShadow,
    .front-card--secondaryShadow{
      border-bottom: none
    }
    .front-card--infoShadow{
      margin-top:  0 !important;
    }
    .col-md-6>.front-card{
      margin-bottom: 20px;
    }
    footer > div.pb-4{
      padding-bottom: 0 !important;
    }
    footer .container>.row .col-md-3{
      order: 1;
    }
    footer .container>.row .col-md-2{
      text-align: center;
    }
    footer .container>.row .col-xs-12{
      margin-bottom: 15px !important;
    }
    .footer-text{
      font-weight: 500;
      font-size: 10px;
    }
}