
/**************
    GLOBAL
**************/
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-style: normal;
    font-display: swap;
}



img.aligncenter{
    display: block;
}

figcaption{
    text-align: center;
}

.uk-lightbox iframe {
  max-width: 1200px !important;
}


/* Animation waves */
.waves {
  height: 100px;
  width: 100%;
  margin-top: -50px;
  z-index: 10;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

  
/******* Header ********/
/* toolbar */

/* header bar */
.tm-header-placeholder{
    display: none;
}

.uk-sticky-fixed .uk-navbar-nav>li>a{
  color: #000;
}

.uk-sticky-fixed .uk-navbar-nav>li.uk-active>a {
    color: #f24405;
}

/* Offcanvas mobile menu */


/* Search */

/* Navbar dropdown */


  
/******* Main Content ********/

/* Home */
.jo-headline{
    font-weight: 700;
    font-size: 2.5rem;
}

.jo-gallery-video .el-item a::after{
    content: '';
    position: absolute;
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 42px;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Blogs */

  
  
/* Single Post */
  

/* Services */
.row-solution{
  background-image: url(../img/img-solutions-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

  
/* Sidebar */

  
  
/* Form liên hệ */
.wpcf7-form{
  max-width: 700px;
  margin: auto;
}

/** Sidebar **/

  
  
/******* Footer *******/




/***********************
      RESPONSIVE
***********************/
/* Smartphones (portrait only ) ----------- */
@media only screen and (max-width : 480px){
    .jo-headline{
        font-size: 1.6rem !important;
    }

    #toptop{
        bottom: 80px !important;
        background: #ffffffa3 !important;
    }
    
    .uk-subnav-pill>*>:first-child{
        font-size: 14px;
        padding: 8px 15px;
    }

    .hotline-phone-ring-wrap{
        left: -20px;
    }

    .uk-button-large{
        padding: 0 30px;
        font-size: 16px;   
    }
}
  
/* Smartphones (portrait and landscape ) ----------- */
@media only screen and (max-width : 640px){
    .waves {
        height: 80px;
        margin-top: -40px;
    }
}
  
 
/* Tablets (portrait) ----------- */
@media only screen and (max-width : 960px){
    .jo-headline{
        font-size: 2rem;
    }
    
    .row-solution{
      background-image: none;
    }
}
  
/* Large laptop  ----------- */
@media only screen and (max-width : 1400px) {
  
}

/* Large Desktops  ----------- */
@media only screen and (min-width : 1400px) {
  
}
  
  