/*
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.   ***************/
.hotline-hd{
  display: flex !important;
}
.hotline-hd img{
      min-width: 35px;
    margin-right: 12px;
}
.hotline-hd p{
      color: #1f8e43;
    font-size: 25px;
    font-weight: 600;
    display: block;
    line-height: 1;
}
.hotline-hd p span{
      font-weight: 500;
    font-size: 12px;
    color: #7E7E7E;
    display: block;
    letter-spacing: 1.3px;
}
.searchform-wrapper input{
  width: 100%;
  font-size: 14px;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.searchform-wrapper button{height: 50px;padding: 10px 27px;min-width: 50px !important;}
.searchform-wrapper button i{
}
#wide-nav{
      border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.header-nav{
}
.header-bottom-nav>li{margin: 0 25px;}
.header-bottom-nav>li>a{
  display: inline-block;
  font-size: 16px !important;
  font-weight: 700;
  color: #253D4E;
}
#mega-menu-wrap {
    background: #1f8e43;
}
.slider-home img{
      border-radius: 30px;
}
.menu-danhmuc{display: flex;float: left;justify-content: unset;flex-direction: row;gap: 14px;padding-top: 5px;}
.menu-danhmuc .ux-menu-link{
}
.menu-danhmuc .ux-menu-link a{
}
.col12-danhmuc .col-inner{
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  -ms-flex-flow: row;
  /* flex-flow: row; */
  /* -webkit-box-align: end; */
  -ms-flex-align: end;
  /* align-items: flex-end; */
}
.col12-danhmuc .col-inner h3{color: #000;font-size: 24px;float: left;width: auto;padding-right: 14px;text-transform: uppercase;}
.banner-quangcao{
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent !important;
}
.product-small{
      background-color: #fff;
      border: 1px solid #ececec;
      border-radius: 15px;
      overflow: hidden;
}
.onsale{
  display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
  background-color: #e69623;
}
.badge-container {
    margin: 0px 0 0;
}
.product-small .price{
}
.product-small .price span{
  font-size: 18px;
    font-weight: bold;
    color: #1f8e43;
}
.product-small .price ins span{
  font-size: 18px;
    font-weight: bold;
    color: #1f8e43;
}
.product-small .price del span{
     font-size: 14px;
    color: #adadad;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
#mega-menu-wrap img{
  max-width: 25px;
    margin: 8px;
}
.h2-title-tintuc{margin-bottom: 0;}
.h2-title-tintuc h2{
}
.h2-title-tintuc h2 span{
      color: #253D4E;
      position: relative;
      border-bottom: 1px solid #1f8e43;
      padding-bottom: 9px;
      font-size: 22px;
      text-transform: unset;
}
.h2-title-tintuc h2 a{
  font-size: 16px;
    color: #7E7E7E;
}
.home-tintuc .col{
   padding-bottom: 20px;
}
#newsletter-form{
}
#newsletter-form p{display: flex;}
#newsletter-form input.wpcf7-email{
  /* border: 0; */
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(images/icon-plane.png) #fff no-repeat 25px center;
  height: 70px;
  margin-bottom: 0;
}
#newsletter-form input.wpcf7-submit{
      font-size: 16px;
      font-weight: 500;
      padding: 11px 40px;
      color: #ffffff;
      border: none;
      background-color: #1f8e43;
      border: 1px solid #02712b;
      border-radius: 0px 35px 35px 0px;
      margin: 0;
}
@media(min-width:1100px){
.col3-top-footer{
          flex-basis: 20%;
        max-width: 20%;
}
}
.icon-top-footer{
  position: relative;
  background: #F4F6FA;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
}
.icon-top-footer h3{
  color: #242424;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 21px;
}
.icon-top-footer p{
      margin-bottom: 0;
      color: #adadad;
      font-size: 14px;
}
.hotline-footer{
}
.hotline-footer p{
  color: #1f8e43;
    font-size: 25px;
    font-weight: 600;
    display: block;
    line-height: 1;
}
.hotline-footer p span{
  font-weight: 500;
    font-size: 12px;
    color: #7E7E7E;
    display: block;
    letter-spacing: 1.3px;
}
#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;
  }
.archive-header {
    background: url(images/header-bg.png) no-repeat center center;
    /* border-radius: 20px; */
    padding: 70px 80px;
    background-size: cover;
}
#content_pages{margin-top: 30px;}
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 30px;
}
.widget{
      position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
@media(max-width:549px){
  #newsletter-form input.wpcf7-submit{
    padding: 11px 15px;
  }
}