
/**************
    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-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a{
    position: relative;
    background: #3e9ff9;
}

.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a::after{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3e9ff9 transparent transparent transparent;
}


/* Offcanvas mobile menu */

/* Search */

/* Navbar dropdown */


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

/* Home */

.asv-typewrite {
    color: #fff;
}

.asv-typewrite .Typewriter__cursor {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}



.jo-tab-about .uk-tab>.uk-active>a{
    position: relative;
    border-radius: 4px;
}

.jo-tab-about .uk-tab>.uk-active>a::after{
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #0779e4 transparent transparent transparent;
}


.skill-progress-wrap {
    position: relative;
}

.skill-percent {
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #0779e4;
}

.skill-name{
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}

.experience-item{
    margin-bottom: 25px;
}

.job-title{
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
}

.job-date{
    font-size: 13px;
    font-weight: 500;
    color: #0779e4;
}

.company-name{
    font-size: 13px;
    font-weight: 500;
    color: #cccccc;
}

.company-name .uk-icon{
    color: #0779e4;
}

.job-description {
    margin-top: 5px;
}

/* Testimonials */
.jo-testimonials-slider .el-item picture{
	position: relative;
    display: inline-block;
}

.jo-testimonials-slider .el-item picture:after{
	position: absolute;
    content: '';
    bottom: 0px;
    right: -15px;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
    background-image: url(../img/quote-icon.png);
    background-size: 16px;
  	background-repeat: no-repeat;
 	background-position: center center;
    border-radius: 50%;
    background-color: #0779e4;
}


/* 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ệ */


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