
/**************
    GLOBAL
**************/

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



img.aligncenter{
    display: block;
}

figcaption{
    text-align: center;
}

.uk-lightbox iframe {
  max-width: 1200px !important;
}
  
/******* 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: #fdd10c;
}

/* Offcanvas mobile menu */


/* Search */

/* Navbar dropdown */


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

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



.jo-button-group{
    transition: .3s;
    width: fit-content;
}

.jo-button-group .el-item:nth-child(1){
    transform: scale3d(.5, .5, 1);
    margin-right: calc(var(--icon-width, 60px) * -1);
    opacity: 0;
    transition: all 0.5s;
    --icon-width: 60px;
}

.jo-button-group .el-item:nth-child(2) {
    transform: scale3d(1, 1, 1);
    transition: all 0.3s;
}

.jo-button-group .el-item:nth-child(3){
    transform: scale3d(1, 1, 1);
    margin-left: 0;
    opacity: 1;
    --icon-width: 60px;
}

.jo-button-group:hover .el-item:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-right: 0;
    opacity: 1;
}

.jo-button-group:hover .el-item:nth-child(3) {
    transform: scale3d(.5, .5, 1);
    margin-left: calc(var(--icon-width, 60px) * -1);
    opacity: 0;
}

/* 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){
 
}
  
 
/* 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) {
  
}
  
  