/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    right: 0;
  }
  
  /*phone*/
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: #cf203170;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  .phone-vr-img-circle {
    background-color: #CF2031;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  
  #zalo-vr .phone-vr-img-circle {
    background-color: #1F5E9D;
  }
  
  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1f5e9da3;
    background-color: #1f5e9d7a;
  }
.postItem{
      background-color: rgb(255, 255, 255);
      border-radius: 24px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px 0px;
      opacity: 1;
      overflow: hidden;
}
.postItem .postIThumb{
  height: 208px;
    width: 100%;
    overflow: hidden;
}
.postItem .postIThumb img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.postItem .postIContent{padding: 10px;}
.postItem .postIContent .postITitle{
}
.postItem .postIContent .postITitle a{
  color:#2c2b2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.postItem .postIContent .postIReadmore{margin-top: 10px;margin-bottom: 15px;}
.postItem .postIContent .postIReadmore a{
  color:#2c2b2b;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.postItem .postIContent .postIReadmore a:before{
  content: "\f061";
  font: normal normal normal 20px / 1 FontAwesome;
  color: #fff;
  background: #e31f26;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -7px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.banner-hanhtrinh{
  border-radius: 24px;
  overflow: hidden;
  background-color: transparent;
}
.banner-hanhtrinh-01{
  border-radius: 24px;
  overflow: hidden;
  background-color: transparent;
}
.banner-hanhtrinh-01:hover .text-hanhtrinh{
  display:none;
}
.banner-hanhtrinh-01 .text-hanhtrinh-01{
  display:none;
}
.banner-hanhtrinh-01 .text-hanhtrinh-01 p{
  color: #000000;
}
.banner-hanhtrinh-01:hover .text-hanhtrinh-01{
  display:block;
  height: 100%;
  background: #fff;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 10px;
}
.sec-conso{
      background: linear-gradient(180deg, var(--token-38690221-9002-4fa8-8056-2c34ffb7dc32, #ff323a) 57.20720720720721%, rgb(255, 88, 51) 100%);
}
.text-conso{
}
.text-conso h3{
      font-weight: 700;
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 0;
}
.text-conso p{
}
.img-conso{margin-top: -125px;}
.sec-phatrien{
  background: linear-gradient(180deg, var(--token-4741f72e-3b36-49cf-851b-1e44fa9a054a, #ffeaeb) 0%, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)) 100%);
}
.img-phattrien img{
  border-radius: 24px;
}
.row-chiase .icon-box{
      background-color: rgb(255, 255, 255);
      border-radius: 24px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px 0px;
      padding: 10px 20px;
      margin-bottom: 20px;
}
#masthead{
  --tw-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0px 6px 10px 0px var(--tw-shadow-color);
}
.h2-title{
}
.h2-title h2{font-size: 31px;border-left: 2px solid #e31f26;padding-left: 20px;}
.icon-giatri{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 20px;
  padding: 15px;
  align-items: center;
}