/*
Theme Name: IFNTThemes
Theme URI: https://infitech.vn/
Author: IRT
Author URI: https://infitech.vn/
Description: infitech
Version: 9.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme wordpress, wordpress theme dev, wordpress dev, infitech.vn
Text Domain: irt
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


.lds-dual-ring.load {
    display: none;
}

  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }

  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .overlay_irt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 9999999999;
    opacity: 1;
    transition: all 0.5s;
  }

  #wpadminbar{
    z-index: 9 !important;
  }
  @media screen and (max-width: 768px) {
    html {
      margin-top: 0px !important;
    }
    #wpadminbar {
        display: none;
    }
}

.header-top .text-title.special, .header-top .item-icon .text-box a.special{
  color: #333333;
}

.media-article__time img{
  width: auto;
}