/*
Theme Name: GPP Theme
Theme URI: https://giaiphappro.com
Author: Giai Phap Pro
Author URI: https://giaiphappro.com
Description: Theme tối ưu cho doanh nghiệp, phát triển bởi Giải Pháp Pro
Version: 1.0
Text Domain: gpptheme
*/

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: arial !important;
}
body {
  font-family: Arial !important;
	font-size: 17px;
}
.wp-block-image img{margin:5px;margin-bottom:15px}
.blog-author-image {
    display: none;
}
h1, h2, h4, h5, h6 {
    color: #000000 !important;}
.banner h1, .banner h2, .banner h3
{line-height: 1.3}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
    background-color: rgb(255 255 255 / 62%);}

i.icon-envelop {
    color: blue;}
i.icon-phone {
    color: blue;
}
.header-main {
    border-bottom: 1px solid #f2f2f2;
}
.goi-ngay {
    bottom: 100px;
    position: fixed;
    width: 60px;
    right: 25px;
	  z-index:999;
}

.fb {
    bottom: 250px;
    position: fixed;
    width: 60px;
    right: 25px;
	  z-index:999;
}
.zalo {
    bottom: 180px;
    position: fixed;
    width: 60px;
    right: 25px;
	  z-index:999;
}
.zalo img {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.95; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}
.goi-ngay img {
    animation: blink 2s infinite;
}
.text texthero{
  opacity: 0;
  transform: translateY(12px);
  animation: hero-in .7s cubic-bezier(.2,.7,.2,1) .1s both;
}
@keyframes hero-in{
  to{ opacity:1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  .text texthero{ animation: none; opacity:1; transform:none; }
}

@font-face{
  font-family:'fl-icons';
  src:url('/wp-content/themes/GPP/assets/css/icons/fl-icons.woff2?v=1.0') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}