/*
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.   ***************/
@media (min-width: 1400px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1320px !important;
    }
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url(fonts/SVN-Gilroy-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url(fonts/SVN-GILROY-MEDIUM.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url(fonts/SVN-Gilroy-Bold.ttf);
    font-weight: 700;
}
body{
   font-family: 'SVN-Gilroy';
}
.searchform-wrapper{/* max-width: 270px; */}
.searchform-wrapper .flex-row{
}
.searchform-wrapper .flex-row .flex-col{margin-left: 0 !important;margin-right: -23px;}
.searchform-wrapper .flex-row .flex-col.flex-grow{
  order: 1;
}
.searchform-wrapper .flex-row .flex-col button{padding: 0;min-width: 20px;font-size: 12px;}
.searchform-wrapper .flex-row .flex-col button i{
  color: #000;
}
.searchform-wrapper .flex-row .flex-col.flex-grow input{
  border: unset;
  border-bottom: 1px solid #000;
  border-radius: 2px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000 !important;
  height: 38px;
  background: transparent;
  box-shadow: unset;
}
.searchform-wrapper .flex-row .flex-col.flex-grow input::placeholder{
font-weight: 400;
font-size: 12px;
line-height: 20px;
color:#fff;
}
.icon-header{
}
.icon-header p{
font-weight: 400;
font-size: 14px;
line-height: 17.12px;
color: #C4A76F;
}
.hdSuport{
  padding-left: 45px;
  background: url(images/phonehd.png) left center no-repeat;
  /* display: flex; */
  margin: 0 !important;
  /* flex-wrap: wrap; */
  margin: 0 20px !important;
}
.hdSuport span{
  color: #5B5757;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
  width: 100%;
}
.hdSuport span a{
  color: #326936;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hdSuport strong{
  /* color: var(--S1, #000); */
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
  color: #EB2E28;
}
.ssc {
    margin: 0px;
    list-style: none;
}
.ssc li {
    display: inline-block;
    margin: 0px 4px;
}
.header-block{
  display: contents !important;
}
.html_topbar_left{
    /* display: contents !important; */
}
.html_topbar_right{
    /* display: contents !important; */
    position: absolute !important;
    right: 0;
    top: -26px;
}
.row-header{
  width: 403px !important;
}

.header-nav-main.nav-left{
}
.header-nav-main.nav-left>li{margin: 0 9px;}
.header-nav-main.nav-left>li:not(:hover) > ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
.header-nav-main.nav-left>li>a{font-weight: 700;font-size: 16px;/* line-height: 100%; *//* text-transform: uppercase; */color: #5B5757;}
.header-nav-main.nav-left>li>ul{
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 2;
  min-width: calc(100% + 40px);
  max-width: 300px;
  padding: 4px 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: var(--br-transition);
  display: block;
}
.header-nav-main.nav-left>li>ul>li{
          --li-mb: 0px;
          padding: 0;
          position: relative;
          border-bottom: 1px solid #efefef;
          display: -webkit-inline-box;
          min-width: 200px;
          width: 200px;
}
.header-nav-main.nav-left>li>ul>li:not(:hover) > ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
  display:none;
    }
.header-nav-main.nav-left>li>ul>li.menu-item-has-children>a:before{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid #565e64;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: all .3s ease;
}
.header-nav-main.nav-left>li>ul>li.menu-item-has-children:hover a:before{
  transform: translateY(-50%) rotate(-90deg);
  border-top-color: #00a4dc;
}
.header-nav-main.nav-left>li>ul>li:hover>a {
   color: #00a4dc;
}
.header-nav-main.nav-left>li>ul>li>a{
          display: block;
          padding: 15px 20px;
          width: 100%;
          /* white-space: nowrap; */
          font-weight: 500;
          margin: 0;
          line-height: 10px;
          text-transform: unset;
}
.header-nav-main.nav-left>li>ul>li>ul{
  left: 100%;
  top: 0;
  margin-left: 10px;
  margin-top: 0;
  min-width: 200px;
  max-width: unset;
  columns: 2;
  --webkit-columns: 2;
  padding: 12px 20px;
  background: #fff;
  display: none !important;
  position: absolute;
  border-radius: 10px;
}
.header-nav-main.nav-left>li>ul>li>ul:before {
  content: "";
        position: absolute;
        bottom: 100%;
        right: 100%;
        top: 15px;
        left: auto;
        border-top: 7px solid transparent;
        border-right: 7px solid #fff;
        border-bottom: 7px solid transparent;
        filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, .1));
}
.header-nav-main.nav-left>li>ul>li>ul>li{
}
.hheader-nav-main.nav-left>li>ul>li>ul>li:hover>a{
    color: #C4A76F;
}
.header-nav-main.nav-left>li>ul>li>ul>li>a{
}
.h2-text-lydo{margin: 30px 0;margin-bottom: 40px;}
.h2-text-lydo h2{
font-weight: 700;
font-size: 32px;
line-height: 100%;
color: #302000;
}
.h2-text-lydo h2 strong{
  color: #C4A76F;
}
.icon-lydo{
  background: #FDEDD5;
  box-shadow: 0px 4px 9.7px 0px #4F1C0040;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 15px;
  padding-right: 45px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.icon-lydo .icon-box-img{
  position: absolute;
  right: 0;
  margin-bottom: 0;
  bottom: 0;
}
.icon-lydo .icon-box-img .icon-inner{
  /* border-radius: 74px 13px 0px 3px; */
  /* background: #C4A76F; */
  padding: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 40px;
}
.icon-lydo .icon-box-img .icon-inner:before{
  content:"";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width:144px;
  height:144px;
  background: hsl(40deg 42% 60% / 30%);
  border-radius: 50%;
  z-index: 0;
}
.icon-lydo .icon-box-text{
  
}
.icon-lydo .icon-box-text h3{
font-weight: 700;
font-size: 17.27px;
line-height: 100%;
color: #302000;
}
.icon-lydo .icon-box-text p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #302000;
}
.but-datlichngay{
  background: url(images/backdatlich.png) no-repeat;
}
.but-datlichngay span{
font-weight: 700;
font-size: 13px;
line-height: 100%;
color: #302000;
}
.h2-title-dichvu{/* margin-bottom: 0; */}
.h2-title-dichvu h2{border: unset;text-align: center;position: relative;}
.h2-title-dichvu h2:before{
  content:"";
  position: absolute;
  top: -22px;
  right: 0;
  left:0;
  width:74px;
  height:74px;
  background: #FDEDD5;
  border-radius: 50%;
  margin: 0 auto;
  display: none;
}
.h2-title-dichvu h2 span{font-weight: 700;font-size: 32px;line-height: 100%;color: #5B5757;margin: 0 auto;border: unset;padding-bottom: 0;position: relative;}
.item-service{position: relative;padding-bottom: 20px;}
.item-service .img-service{overflow: hidden;}
.item-service:hover img{
}
.item-service .img-service img{
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  border-radius: 5px;
}
.item-service:hover img{
      transform: scale(1.1);
}
.item-service .text-servier{/* position: absolute; *//* bottom: 0; *//* width: 80%; *//* background: #302000; *//* border-radius: 4px; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* padding: 10px; */margin-top: 10px;}
.item-service .text-servier h3{text-align: center;margin-bottom: 0;}
.item-service .text-servier h3 a{font-weight: 700;font-size: 18px;line-height: 100%;color: #302000;}
.tab-duan{
}
.tab-duan ul.nav{margin-bottom: 0;}
.tab-duan ul.nav li{margin: 0px 20px;margin-bottom: 5px;}
.tab-duan ul.nav li.active{
}
.tab-duan ul.nav li a{font-weight: 400;font-size: 20px;line-height: 24px;vertical-align: middle;color: #2C2C2C;text-transform: unset;color: #C4A76F;}
.tab-duan ul.nav li.active a{color: #fff;padding: 5px 35px;border-radius: 5px;color: #302000;}
.item-duan{
      align-self: flex-start;
      transition-property: transform, opacity;
      transition-timing-function: ease-in-out;
      transform-style: preserve-3d;
      overflow: hidden;
      padding: 0;
      margin: 0;
      border-radius: 5px;
      overflow: hidden;
}
.item-duan a{
  padding-bottom: 59%;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1px;
}
.item-duan .portfolio-item__img{
  border-radius: 3px 3px 3px 3px;
      position: absolute;
    background-color: rgba(0, 0, 0, .1);
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-duan .portfolio-item__img img{
      height: auto;
      position: absolute;
      top: calc(50% + 1px);
      left: calc(50% + 1px);
      transform: scale(1.01) translate(-50%, -50%);
      display: block;
      width: 100%;
      max-height: none;
      max-width: none;
      transition: filter .3s;
      transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.item-duan:hover img{
      /* transform: scale(1.1); */
}
.item-duan .portfolio-item__overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #00000066;
  border-radius: 5px;
}
 .item-duan:hover .portfolio-item__overlay{
    opacity: 1;
    transition: opacity .5s;
}
.item-duan .portfolio-item__overlay h3{font-weight: 700;font-size: 24px;line-height: 100%;text-align: center;vertical-align: middle;color: #FFFFFF;}
.but-xemthem{
  background: url(images/backdatlich.png) no-repeat;
  padding: 0px 31px;
}
.but-xemthem span{
font-weight: 700;
font-size: 13px;
line-height: 100%;
color: #302000;
}
.h2-title-vct{margin-bottom: 0;}
.h2-title-vct h2{border: unset;font-weight: 400;}
.h2-title-vct h2 span{font-weight: 400;font-size: 32px;line-height: 100%;color: #C4A76F;border: unset;text-transform: unset;margin: 0;padding: 0;}
.h3-title-vct{margin-bottom: 0;}
.h3-title-vct h3{border: unset;}
.h3-title-vct h3 span{font-weight: 400;font-size: 96px;line-height: 100%;color: #FDEDD5;border: unset;margin: 0;padding: 0;}
.text-vechungtoi{
}
.text-vechungtoi h4{font-weight: 700;font-size: 32px;line-height: 100%;color: #FDEDD5;margin-bottom: 25px;color: #00A4DC;}
.text-vechungtoi h4 strong{
  color: #5B5757;
}
.text-vechungtoi p{font-weight: 400;font-size: 16px;line-height: 20px;color: #000;}
.but-khampha{
    background: url(images/backkhampha.png) no-repeat;
  padding: 0px 31px;
}
.but-khampha span{
  font-weight: 700;
font-size: 13px;
line-height: 100%;
color: #302000;
}
.banner-vct{border-radius: 4px;overflow: hidden;}
.banner-vct .video-button-wrapper{
}
.banner-vct .video-button-wrapper a{background: #fff;}
.banner-vct .video-button-wrapper a i{color: #F30000;}
.banner-mautk{
  border-radius: 5px;
  overflow: hidden;
}
.h2-title-khachhang{
}
.h2-title-khachhang h2{border: unset;text-align: center;}
.h2-title-khachhang h2 span{font-weight: 700;font-size: 32px;line-height: 100%;text-transform: uppercase;color: #FDEDD5;margin: 0 auto;border: unset;padding: 0;}
.item-kh{background: #fff;position: relative;padding: 10px;border-radius: 10px;padding-bottom: 33px;margin-top: 10px;}
.item-kh:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 15px; */
  width:352px;
  height:10px;
  background: url(images/beforekh.png) no-repeat;
  margin: 0 auto;
  display: none;
}
.item-kh:after{
  content:"";
  position: absolute;
  top: -14px;
  /* left: 0; */
  right: 25px;
  bottom: 0;
  width:42px;
  height:30px;
  background: url(images/afterkh.png) no-repeat;
  /* margin: 0 auto; */
  display: none;
}
.item-kh .top-kh{/* display: flex; *//* align-items: center; */}
.item-kh .top-kh .img-kh{/* width: 98px; */}
.item-kh .top-kh .img-kh img{/* width: 98px; *//* height: 98px; *//* border-radius: 50%; */}
.item-kh .top-kh .name-kh{margin-inline-start: 0;margin-top: 15px;}
.item-kh .top-kh .name-kh h3{font-weight: 700;font-size: 20px;line-height: 25px;color: #00A4DC;margin-bottom: 10px;}
.item-kh .top-kh .name-kh h4{font-weight: 500;font-size: 14px;line-height: 20px;color: #000;margin-bottom: 0;}
.item-kh .bottom-kh{font-weight: 400;font-size: 14px;letter-spacing: 0%;color: #302000;margin-top: 20px;}
.proHotHomeOwl .owl-dots{text-align: center;}
.proHotHomeOwl .owl-dots .owl-dot span{
  background: #C4A76F;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
.proHotHomeOwl .owl-dots .owl-dot.active span{
  background: #FDEDD5;
}
.blog-home{
}
.blog-home .box-text-bottom{
  /* border: 1px solid #FFFFFF; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.blog-home .box-text-bottom .box-image{
}
.blog-home .box-text-bottom .box-text{padding-left: 15px;padding-right: 15px;}
.blog-home .box-text-bottom .box-text h5{
}
.blog-home .box-text-bottom .box-text h5 a{
font-weight: 700;
font-size: 14px;
color: #302000;
}
.blog-home .box-text-bottom .is-divider{
  display: none;
}
.blog-home .box-text-bottom a.button{font-weight: 400;font-size: 14px;line-height: 25px;color: #302000;border: unset;text-transform: unset;min-height: 23px;position: relative;padding-left: 45px;}
.blog-home .box-text-bottom a.button:before{
   content:"";
   position: absolute;
   top: -0;
   /* left: 0; */
   left: 0px;
   bottom: 0;
   width:34px;
   height:26px;
   background: url(images/butxemthem.png) no-repeat;
}
.h2-title-yc{
}
.h2-title-yc h2{border: unset;margin-bottom: 0;}
.h2-title-yc h2 span{font-weight: 700;font-size: 32px;color: #302000;border: unset;margin: 0;padding: 0;}
.form-home{
}
.form-home .wpcf7-form-control-wrap input.wpcf7-form-control{
  border-radius: 5px;
  height: 40px;
  margin-bottom: 10px;
  background: #F0F0F0;
}
.form-home textarea{
   border-radius: 5px;
   height: 126px;
   background: #F0F0F0;
}
.form-home .send_gui{
  background: url(images/butxemthem.png) 169px 14px #EB2E28  no-repeat;
  padding-left: 22px;
  padding-right: 50px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #FDEDD5;
}
.h3-title-footer{
}
.h3-title-footer h3{font-weight: 700;font-size: 15px;color: #00A4DC;}
.icon-footer{align-items: center;}
.icon-footer .icon-box-img{/* width: 11px !important; */}
.icon-footer .icon-box-text{
}
.icon-footer .icon-box-text p{font-weight: 500;font-size: 14px;line-height: 20px;color: #5B5757;}
.text-footer{
}
.text-footer ul{
}
.text-footer ul li{margin-left: 0;}
.h3-title-footer-new{margin-bottom: 0;}
.h3-title-footer-new h3{border: unset;margin-top: 15px;margin-bottom: 15px;}
.h3-title-footer-new h3 span{font-weight: 700;font-size: 15px;border: unset;margin: 0;padding: 0;color: #00A4DC;}
.menu-footer{
}
.menu-footer .menu-item{
}
.menu-footer .menu-item a{font-weight: 500;font-size: 14px;line-height: 20px;color: #5B5757;position: relative;padding-left: 13px;}
.menu-footer .menu-item a:before{
   content:"";
   position: absolute;
   top: 11px;
   left: 0px;
   bottom: 0;
   width: 5px;
   height: 5px;
   background: #5B5757;
   border-radius: 50%;
}
.menu-footer .menu-item a span{
}
.text-fanpage p{margin-bottom: 0;}
.br-sticky-buttons {
    --size: 55px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: #000;
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
    position: fixed;
}
ul.list-style-none {list-style:none; margin:0; padding:0;}
ul.list-style-none li {margin:0;}
.skeleton-bg {
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4Ij4NCjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTA1MjU0IiBzdHJva2Utd2lkdGg9IjEwIiByPSI0NSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY2IDQ0IiBzdHlsZT0iJiMxMDsgICAgLyogc3Ryb2tlLWRhc2hhcnJheTogMTY2IDQ0OyAqLyYjMTA7Ij4NCiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIi8+DQo8L2NpcmNsZT4NCjwvc3ZnPg==);
    background-size:30px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#eee;
}
.br-sticky-buttons:before, .br-sticky-buttons:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none;
}
.br-sticky-buttons:before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 #000;
}
.br-sticky-buttons__item {
    width: var(--size);
    aspect-ratio: 1;
}
.br-sticky-buttons a {
    text-decoration: none;
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.br-sticky-buttons a[title="Hotline"] {
    animation: animate 1.5s ease infinite;
}
.br-sticky-buttons a[title="Hotline"] .br-sticky-buttons__item-image {
    padding: 7px;
}
.br-sticky-buttons__item-image {
    width: var(--size);
    height: var(--size);
    background: rgba(0, 0, 0, 0);
}
[class*="img-wrapper-"] > img {
    width: 100%;
    height: 100%;
    object-position: center;
}
.img-wrapper-contain > img {
    object-fit: contain;
}
.br-sticky-buttons__item-text {
    padding: 5px 25px 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: none;
}
.br-sticky-buttons:after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 #000;
}
@keyframes animate {
    0% {transform:rotate(0deg) scale(1) skew(1deg);}
    10% {transform:rotate(-25deg) scale(1) skew(1deg);}
    20% {transform:rotate(25deg) scale(1) skew(1deg);}
    30% {transform:rotate(-25deg) scale(1) skew(1deg);}
    40% {transform:rotate(25deg) scale(1) skew(1deg);}
    50% {transform:rotate(0deg) scale(1) skew(1deg);}
    100% {transform:rotate(0deg) scale(1) skew(1deg);}
}
.img-galery col{
}
.contact-form-baogia input{border-radius: 5px;}
.contact-form-baogia select{border-radius: 5px;}
.contact-form-baogia textarea{border-radius: 5px;}
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 30px;
}
h1.page-title{
  border: unset;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
h1.page-title:before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    display: none;
    left: 0;
    width: 74px;
    height: 74px;
    background: #FDEDD5;
    border-radius: 50%;
    margin: 0 auto;
}
h1.page-title span{
      font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #302000;
    margin: 0 auto;
    border: unset;
    padding-bottom: 0;
    position: relative;
}
.blog-archive{
}
.blog-archive .image-cover{border-radius: 10px;}
.blog-archive .image-cover a{/* position: relative; */border-radius: 10px;}
.blog-archive .image-cover a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .7s ease;
}
.blog-archive .box-blog-post:hover .image-cover a:after {
    opacity: 1;
}
.blog-archive .image-cover img{
  /* position: relative; */
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.blog-archive .box-blog-post:hover .image-cover img {
    transform: scale(1.1);
}
.blog-archive .box-blog-post h5{
}
.blog-archive .box-blog-post h5 a{
  color:#000;
  font-weight: 700;
  font-size: 20px;
}
.blog-archive .box-blog-post .is-divider{
  display:none;
}
.blog-archive .box-blog-post .from_the_blog_excerpt {
  /* display:none; */
}
.project-ht{
  padding: 30px 20px 20px;
    border: 1px solid #000;
    border-radius: 15px;
}
.br-blog-sidebar__heading {
  line-height: 1.2;
    font-weight: 700;
    position: relative;
    --wd-tags-mb: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.br-blog-sidebar__heading:before {
      content: "";
      display: block;
      width: 48px;
      aspect-ratio: 1;
      background: #302000;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: -8px;
      z-index: 0;
      width: 30px;
      top: -10px;
      left: -12px;
      opacity: 0.3;
}
.br-blog-sidebar__heading span{position: relative;}
.duan-ht .product-title a{
  display: block;
  margin-bottom: var(--wd-tags-mb);
  color: var(--wd-title-color);
  text-transform: var(--wd-title-transform);
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
#comments{
  display:none;
}
.slider-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
}
.slider-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--fs-color-primary);
}
.RelatedOwl{
}
.RelatedOwl .post-img-wrapp{overflow: hidden;}
.RelatedOwl .post-img-wrapp a{position: relative;}
.RelatedOwl .post-img-wrapp a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .7s ease;
}
.RelatedOwl article:hover .post-img-wrapp a:after{
   opacity: 1;
}
.RelatedOwl .post-img-wrapp a img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    border-radius: 10px;
}
.RelatedOwl article:hover img{
    transform: scale(1.1);
}
.RelatedOwl article h3.post-title{line-height: 25px;}
.RelatedOwl article h3.post-title a{
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.baiviet-lienquan{margin-bottom: 50px;}
.term-description{margin: 40px 0;/* margin-bottom: 50px; */overflow: hidden;}
.category-page-row {
    margin-bottom: 40px;
    /* padding-top: 0; */
}
.product-main {
    padding: 0;
}
.woocommerce-breadcrumb{
      display: inline-block;
      overflow: hidden;
      padding-right: 10px;
      padding-left: 10px;
      height: 25px;
      border-radius: 5px;
      background-color: #302000;
      color: #fff;
      line-height: 25px;
}
.woocommerce-breadcrumb a{
  color: #fff;
}
h1.product_title.entry-title{
      margin-bottom: 10px;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 700;
      color: #000;
}
.br-article-meta__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 30px;
}
.product-footer{margin-top: 30px;}
.duan-lq{margin-bottom: 40px;background: rgb(241, 241, 241);margin-top: 40px;padding-top: 30px;padding-bottom: 30px;}
.searchform-wrapper .flex-row .flex-col.flex-grow input::placeholder {
  color: #000;
 
}
@media(max-width:549px){
  .searchform-wrapper {
    max-width: 100%;
}
  .h2-text-lydo h2{
    font-size: 25px;
  }
  .h2-title-dichvu h2 span{
    font-size: 25px;
  }
  .item-duan .portfolio-item__overlay h3{
    font-size: 25px;
  }
  .h3-title-vct h3 span{
        font-size: 65px;
  }
  .slider-mauthiet .col{
    padding-bottom: 30px;
  }
  .h2-title-khachhang h2 span{
    font-size: 25px;
  }
  .h2-title-yc h2 span{
    font-size: 25px;
  }
  .h3-title-footer h3{
    font-size: 14px;
  }
}
.h2-title-smart{
}
.h2-title-smart h2{
  border: unset;
}
.h2-title-smart h2 span{font-weight: 700;font-size: 32px;line-height: 100%;color: #FFFFFF;border: unset;margin: 0;padding: 0;}
.text-smart{font-weight: 500;font-size: 16px;line-height: 100%;text-align: justify;color: #FFFFFF;padding-right: 50px;}
.text-smart p{
  
}
.but-xemtc{
  padding-right: 50px;
}
.but-xemtc:before{
  content: "";
  position: absolute;
  top: 11px;
  right: 9px;
  width: 18px;
  height: 15px;
  background: url(images/butxemthem.png) no-repeat;
}
.but-xemtc span{
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #FFFFFF;

}
.icon-giatri{background: url(images/backgiatri.png) center no-repeat;padding: 22px 81px;height: 241px;}
.icon-giatri .icon-box-img{
}
.icon-giatri .icon-box-text{
}
.icon-giatri .icon-box-text h3{font-weight: 700;font-size: 15px;line-height: 20px;text-transform: uppercase;color: #FFFFFF;}
.icon-giatri .icon-box-text p{font-weight: 400;font-size: 14px;line-height: 20px;color: #FFFFFF;}
.icon-conso{
}
.icon-conso .icon-box-img{
}
.icon-conso .icon-box-text{
}
.icon-conso .icon-box-text h3{font-weight: 700;font-size: 56px;line-height: 100%;letter-spacing: 0%;text-align: center;text-transform: uppercase;color: #00A4DC;margin-bottom: 10px;}
.icon-conso .icon-box-text p{
font-weight: 700;
font-size: 16px;
line-height: 100%;
  text-transform: uppercase;
color: #5B5757;
}
.sec-dichvu{
}
.sec-dichvu:before{
  content: "";
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 100%;
  height: 210px;
  background: url(images/backdv.jpg) no-repeat;
}
.h2-title-duan{margin-bottom: 0;}
.h2-title-duan h2{border: unset;text-align: center;}
.h2-title-duan h2 span{font-weight: 700;font-size: 32px;line-height: 100%;color: #FFFFFF;margin: 0 auto;border: unset;padding: 0;}
.text-duan{
font-weight: 500;
font-size: 16px;
line-height: 20px;
color:#ffffff;
}
.text-duan p{
  
}
    width: 100%;
            padding: 50px 0;
            position: relative;
            display: flex;
            justify-content: center;
            transform: scale(1.5);
            transform-origin: center center;
        }

        .swiper-wrapper {
            display: flex;
            align-items: center;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.4s ease, opacity 0.4s ease;
            position: relative;
        }

        .swiper-slide video {
            width: 100% !important;
            max-width: 640px !important;
            height: auto !important;
            border-radius: 12px;
            transition: transform 0.4s ease, opacity 0.4s ease;
            pointer-events: none;
        }

        .swiper-slide-active video {
            transform: scale(1.3) !important;
            z-index: 3;
        }

        .swiper-slide-prev video,
        .swiper-slide-next video {
            transform: scale(0.85) !important;
            opacity: 0.5 !important;
            z-index: 1;
        }

        .play-button {
            position: absolute;
            width: 60px;
            height: 60px;
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 4;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 39%;
            bottom: 0;
        }

        .play-button::before {
            content: '';
            position: absolute;
            left: 22px;
            top: 16px;
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
        }

        .swiper-pagination {
            position: absolute;
            bottom: 0px !important;
            text-align: center;
            width: 100%;
        }

        .swiper-pagination-bullet {
            background: #efefef !important;
            width: 8px !important;
            height: 8px !important;
            opacity: 1 !important;
        }

        .swiper-pagination-bullet-active {
            background: #e28f26 !important;
        }

        .video-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 10000;
        }

        .video-container {
            position: relative;
            display: inline-block;
        }

        .video-overlay video {
            max-width: 90vw;
            max-height: 80vh;
            border-radius: 12px;
            z-index: 10001;
        }
.project-new{
  padding-top: 42px !important;
  padding-bottom: 56px !important;
}
.linkduan{
  display:none;
}
.but-xemtc02{
  padding-right: 50px;
  padding-left: 50px;
}
.but-xemtc02:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 9px;
    width: 18px;
    height: 15px;
    background: url(images/butxemthem.png) no-repeat;
}
.but-xemtc02:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    width: 18px;
    height: 15px;
    background: url(images/butxemthem.png) no-repeat;
    transform: rotate(180deg);
}
.but-xemtc02 span{
      font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.h2-title-mautieubieu{margin-bottom: 0;}
.h2-title-mautieubieu h2{border: unset;}
.h2-title-mautieubieu h2 span{font-weight: 700;font-size: 14px;line-height: 100%;color: hsl(0deg 0% 0% / 50%);border: unset;margin: 0;padding: 0;}
.h3-title-mautieubieu{
}
.h3-title-mautieubieu h3{border: unset;}
.h3-title-mautieubieu h3 span{font-weight: 700;font-size: 24px;line-height: 100%;color: #00A4DC;border: unset;margin: 0;padding: 0;}
.item-tieubieu{
  box-shadow: 0px 7px 52.5px 0px #0000001A;
  background: #FFFFFF;
  margin-bottom: 12px;
  border-radius: 10px;
}
.item-tieubieu .img-tieubieu{
}
.item-tieubieu .img-tieubieu img{
}
.item-tieubieu .text-tieubieu{padding: 0 10px;padding-top: 10px;padding-bottom: 12px;}
.item-tieubieu .text-tieubieu h3{margin-bottom: 0;}
.item-tieubieu .text-tieubieu h3 a{
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #302000;
}
.butxemthem-tb{
}
.butxemthem-tb a{
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #302000;
}
.ads-box2a1-content table{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgb(29 96 198 / 20%);
	transition: all 0.4s;
	margin-bottom: 0;
}
.ads-box2a1-content table tr{
	border-bottom: 1px solid #e4eff2;
}
.ads-box2a1-content table tr td{
	padding: 10px 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	position: relative;
	color: #000;
}
.ads-box2a1-content table tr td:nth-child(1) {
  width: 15%;
  color: #000;
  background: #EBF3FF;
  text-align: left;
  font-weight: 400;
}
.ads-box2a1-content table tr td a {
  /* display: block; */
  /* width: 100%; */
  background: #0b76b7;
  color: #fff;
  padding: 0 36px;
  border-radius: 5px;
  background: #EB2E28;
  text-transform: unset;
}
.ads-box2a1-content table tr td a:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 9px;
    width: 18px;
    height: 15px;
    background: url(images/butxemthem.png) no-repeat;
}
.ads-box2a1-content table tr td a:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    width: 18px;
    height: 15px;
    background: url(images/butxemthem.png) no-repeat;
    transform: rotate(180deg);
}
.ads-box2a1-content table tr td a:hover{
	background:#00a4dc;
	color:#fff;
}
.ads-box2a1-content table tr td:nth-child(3) {
  background: #eaf4ff;
}
.ads-box2a1-content table tr td h5 {
  color: #0b76b7;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 50px 0px 20px 0px;
}
.ads-box2a1-content table tr td h3 {
  font-size: 30px;
  line-height: 29px;
  color: #f7773e;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}
.ads-box2a1-content table tr td u {
  color: #0b76b7;
  text-decoration: none;
}
.ads-box2a1-content table tr:last-child td .xemtinhnang i {
  color: #0b76b7;
  position: absolute;
  top: 3px;
  right: -15px;
}
.ads-box2a1-content table tr td i {
  font-style: initial;
  /* color: #f7773e; */
}
.ads-box2a1-content table tr.tinhnangthem > td > table {
  box-shadow: none;
}
#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;
  }
#post-list .col{
  padding-bottom: 30px;
}
.tax-product_cat .pageBreamBox {
    margin-bottom: 0;
}
.single-product .pageBreamBox {
    margin-bottom: 0;
}
.search-results .pageBreamBox {
    margin-bottom: 0;
}
@media(max-width:549px){
  .h2-title-smart h2 span{
    font-size: 25px;
  }
  .text-vechungtoi h4{
    font-size: 25px;
    margin-top: 30px;
  }
  .icon-giatri{
        margin-bottom: 30px;
        background-size: 350px 226px;
        padding: 22px 63px;
        height: 226px;
  }
  .icon-conso {
    margin-bottom: 30px;
}
  .icon-conso .icon-box-text h3{
       font-size: 45px;
  }
  .h2-title-duan h2 span{
     font-size: 25px;
  }
}
.swiper-backface-hidden .swiper-slide.swiper-slide-prev .banner.has-hover{
  padding-top: 250px !important;
  margin-top: 60px;
}
.swiper-backface-hidden .swiper-slide.swiper-slide-next .banner.has-hover{
  padding-top: 250px !important;
  margin-top: 60px;
}
.project-new .banner{border-radius: 10px;overflow: hidden;}
@media(max-width:549px){
    .swiper-backface-hidden .swiper-slide .banner.has-hover{
  padding-top: 120px !important;
 
}
  .swiper-backface-hidden .swiper-slide .banner.has-hover .open-video{
    font-size: 15px !important;
  }
  .swiper-backface-hidden .swiper-slide.swiper-slide-active .banner.has-hover{
    padding-top: 150px !important;
  }
  .swiper-backface-hidden .swiper-slide.swiper-slide-prev .banner.has-hover{
  padding-top: 120px !important;
  margin-top: 20px;
}
.swiper-backface-hidden .swiper-slide.swiper-slide-next .banner.has-hover{
  padding-top: 120px !important;
  margin-top: 20px;
}
  .ads-box2a1-content table tr td{
    font-size: 12px;
        padding: 3px;
  }
  .proHotHomeOwl .owl-stage-outer .owl-stage{
   height:350px;
  }
  .proHotHomeOwl .owl-stage-outer{
   height:350px;
  }
}
.album-duan .gallery-item{padding: 0 5px 10px;}
.album-duan{
      position: sticky;
    z-index: 2;
    top: 50px;
    padding-right: 0;
    padding-left: 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 20px 2px rgb(0 0 0 / 5%);
    border-radius: 10px;
}