/*
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;
  }
.hd-ls{
}
.hd-ls a{font-weight: 600;font-size: 14px;color: #890F00;padding: 0 20px;}
.hd-email{

}
.hd-email a{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #5B5757;
}
.companyname{

}
.companyname p{
font-weight: 700;
font-size: 24px;
color: #890F00;
}
.companyname span{
font-weight: 700;
font-size: 16px;
color: #D0AB66;
}
.header-nav-main{

}
.header-nav-main>li.menu-item{margin: 0 20px;}
.header-nav-main>li.menu-item>a{
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.header-nav-main>li.menu-item.active>a{
  font-weight: 700;
}
.header-nav-main>li.menu-item.active>a::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 3px;
  background: #D0AB66;
  border-radius: 24px;
  display: block !important;
  margin: 0 auto;
  opacity: 1;
}
.home-slider{

}
.home-slider h2{
font-weight: 700;
font-size: 32px;
color: #D0AB66;
}
.home-slider p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #E2CDA6;
}
.logo-left .logo {
   
}
.count-inner{
  margin-top: -68px;
}
.row-count{
  background: #890F00;
  border-radius: 9px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}
.row-count::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #D0AB66;
width: 100%;
height: 9px;
border-radius: 9px;
}
.icon-count{

}
.icon-count h3{font-weight: 700;font-size: 32px;color: #D0AB66;margin-bottom: 0;}
.icon-count p{
font-weight: 700;
font-size: 14px;
color: #E2CDA6;
}
.text-nn{position: relative;}
.text-nn h2{
    align-items: center;
    /* display: flex; */
    /* flex-flow: row wrap; */
    /* justify-content: revert; */
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 45px;
    color: #D0AB66;
}
.text-nn h2 span{text-align: center;margin: 0 auto;padding-right: 20px;background: #fff;}
.text-nn h2 span strong{
  color: #000000;

}
.text-nn h2 b{
      background: #D9D9D9;
      display: block;
      flex: 1;
      height: 4px;
      opacity: 1;
      border-radius: 14px;
      margin-top: -16px;
}
.text-nn p{font-weight: 600;font-size: 18.36px;color: #000000;margin-bottom: 0;position: absolute;right: 0;top: 0;}
.text-nn strong{
color: #890F00;
font-weight: 700;
}
.text-gioithieu{

}
.text-gioithieu p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000;
}
.icon-gt{background: #FFFFFF;border-radius: 9px;padding: 15px 20px;padding-bottom: 20px;margin-top: 100px;height: 207px;}
.icon-gt .icon-box-img{margin-top: -70px;margin-bottom: 0;}
.icon-gt .icon-box-img .icon{
  
}
.icon-gt .icon-box-img .icon .icon-inner{
  background: #fff;
  border-radius: 50%;
  padding: 26px;
}
.icon-gt .icon-box-img .icon .icon-inner img{
  
}
.icon-gt .icon-box-text{

}
.icon-gt .icon-box-text h3{font-weight: 700;font-size: 20px;color: #890F00;text-transform: uppercase;}
.icon-gt .icon-box-text p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000;
}
.icon-gt:hover{
  background: #890F00;
}
.icon-gt:hover .icon .icon-inner{
  background: #890F00;
}
.icon-gt:hover .icon .icon-inner img{
  filter: brightness(0) invert(1);
}
.icon-gt:hover h3{
  color: #ffffff;
}
.icon-gt:hover p{
  color: #ffffff;
}
.text-logo{margin: 0 auto;/* text-align: center; */align-items: center;display: ruby;}
.text-logo h3{font-weight: 700;font-size: 32px;text-transform: uppercase;color: #7D2727;/* background: #7D2727; */}
.team-intro{
    display:flex;
    /* max-width:1000px; */
    margin:auto;
    position: relative;
    align-items: center;
}
.team-intro::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: #890F00; */
  width: 100%;
  height: 211px;
}
.intro-left{
    background: #890F00;
    color:#fff;
    padding:40px;
    width: 40%;
    text-align:left;
    position: relative;
    padding-left: 75px;
    margin-top: auto;
}

.intro-left h3{
    font-size: 40px;
    margin-bottom: 0;
    color: #D0AB66;
    font-weight: 700;
}
.intro-left p{
font-weight: 700;
font-size: 21.33px;
text-transform: uppercase;
color: #D0AB66;

}
.intro-right{
    background:#caa86a;
    padding: 65px 20px;
    width: 60%;
    text-align:left;
    font-size:14px;
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    padding-right: 100px;
}
.team-section{

}
.team-section .team-item{background: #fff;padding-bottom: 10px;margin-bottom: 20px;}
.team-section .team-item .team-img{
    display: block;
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 100%;
}
.team-section .team-item .team-img img{
 transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-section .team-item h4{font-weight: 700;font-size: 13.56px;text-align: center;text-transform: uppercase;color: #890F00;margin-top: 10px;}
.team-section .team-item p{font-weight: 400;font-size: 12px;line-height: 16.95px;text-align: center;color: #5B5757;margin-bottom: 0;}
.team-section .team-item:hover img{
      transform: scale(1.1);
}
.team-slider .owl-nav{text-align: center;margin-top: 20px;}
.team-slider .owl-nav button span{display: none;}
.team-slider .owl-nav .owl-prev{
  background: url(/wp-content/themes/flatsome-child/images/butleft.svg) no-repeat !important;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.team-slider .owl-nav .owl-next{
    background: url(/wp-content/themes/flatsome-child/images/butright.svg) no-repeat !important;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.text-pl{

}
.text-pl h3{font-weight: 600;font-size: 36px;text-transform: uppercase;color: #D0AB66;margin-bottom: 0;}
.text-pl p{font-weight: 600;font-size: 14px;color: #890F00;}
.text-nangluc{padding: 30px 15px;position: relative;background: #7D2727;}
.text-nangluc p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: justify;
color: #FFFFFF;
}
.sec-nangluc{
position: relative;
}
.sec-nangluc::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58.3333333333%;
  background: #7D2727;
}
.text-nangluc::before{
 content:"";
 position:absolute;
 left: -72px;
 top:0;
 width: 50px;
 height:100%;
 background:#D0AB66;
 clip-path: polygon(70% 0, 100% 0, 50% 100%, 0 100%);
}
.sec-nangluc::after{
 content:"";
 position:absolute;
 right: 56.333333%;
 top:0;
 width: 50px;
 height:100%;
 background:#7D2727;
 clip-path: polygon(45% 0, 100% 0, 50% 100%, 0 100%);
}
.icon-yc{
  background: #F6F6F6;
border-radius: 9px;
padding: 25px;
}
.icon-yc .icon-box-img{

}
.icon-yc .icon-box-img img{
  
}
.icon-yc .icon-box-text{

}
.icon-yc .icon-box-text h3{
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
color: #000000;

}
.icon-yc .icon-box-text p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #5B5757;

}
.icon-yc .icon-box-text a.button{font-weight: 700;font-size: 14px;color: #890F00;border: 1px solid #890F00;padding: 0 35px;/* line-height: 26px; */}
.icon-yc .icon-box-text a.button span{
  
}
.icon-yc:hover{
  background: #890F00;

}
.icon-yc .icon-box-text a.button:hover{
  color: #fff;
}
.icon-yc:hover .icon-box-img img{
filter: brightness(0) invert(1);
}
.icon-yc.icon-q .icon-box-text h3{
  color: #890F00;
}
.icon-yc:hover .icon-box-text h3{
  color: #ffffff;
}
.icon-yc:hover .icon-box-text p{
  color: #ffffff;
}
.icon-yc:hover .icon-box-text a.button{
  color: #ffffff;
  border: 1px solid #ffffff;
}
.icon-yc.icon-q{
  background: url(/wp-content/themes/flatsome-child/images/backq.png) center no-repeat;
  border-radius: unset;
  height: 321px;
}
.icon-yc.icon-q:hover{
  background: url(/wp-content/themes/flatsome-child/images/backqdo.png)  center no-repeat;
}
  .icon-yc.icon-q::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  height: 100%;
  width: 100%;
  background: url(/wp-content/themes/flatsome-child/images/beforq.png) center no-repeat;
  z-index: -1;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
.blog-home{

}
.blog-home .post-item{

}
.blog-home .post-item img{
  border-radius: 9px;
}
.blog-home .post-item .box-text{

}
.blog-home .post-item .box-text .post-meta{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #595959;
}
.blog-home .post-item .box-text h5{

}
.blog-home .post-item .box-text h5 a{
font-weight: 700;
font-size: 16px;
color: #890F00;

}
.blog-home .post-item .box-text .from_the_blog_excerpt {
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #595959;

}
.blog-home .post-item .box-text a.button{font-weight: 700;font-size: 13.17px;color: #595959;border: unset;text-transform: unset;padding: 0;}
.logo-ft {

}
.logo-ft .icon-box-img{margin-bottom: 0;}
.logo-ft h3{
font-weight: 700;
font-size: 14.31px;
color: #890F00;
}
.icon-footer{align-items: center;}
.icon-footer img{padding-top: 0;}
.icon-footer p{font-weight: 400;font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 0;}
.text-folow{

}
.text-folow p{
margin-bottom: 0;
display: flex;
}
.text-folow img{margin-bottom: 0 !important;padding: 0 5px;display: block;opacity: 1;width: auto;}
.h3-footer{margin-top: 35px;}
.h3-footer h3{
font-weight: 700;
font-size: 15px;
color: #890F00;
}
.menu-footer{

}
.menu-footer .menu-item{

}
.menu-footer .menu-item a{font-weight: 400;font-size: 14px;line-height: 20px;color: #000000;position: relative;}
.menu-footer .menu-item a::before{
  content:"";
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  margin-right: 9px;
}
.title-right{

}
.title-right p{
  background: #890F00;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
.blog-right{

}
.blog-right .post-item{padding-bottom: 10px;border-bottom: 1px solid #ececec;padding-top: 10px;}
.blog-right .post-item .col-inner{
  box-shadow: unset;
}
.blog-right .post-item .box{
  box-shadow: unset;
  display: table;
  width: 100%;
}
.blog-right .post-item .box .box-image{
  width: 35% !important;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
}
.blog-right .post-item .box .box-text{padding: 0;padding-left: 10px;display: block;}
.blog-right .post-item .box .box-text h5{
  
}
.blog-right .post-item .box .box-text h5 a{
  color: #890F00;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-lv{
  background: #ffffff;
  padding: 5px;
}
.pageBreamBox{
  background: #D0AB66;
  color: #fff;
  margin-bottom: 30px;
  padding: 10px 0;
}
.pageBreamBox a{
  color: #ffffff;
}
.blog-archive{
  background-color: #f1f1f1;
}
#post-list{

}
#post-list .post-item{
  padding-bottom: 30px;
}
#post-list .post-item .box-text{
  padding: 0;
  padding-left: 20px;
  display: block;
}
#post-list .post-item .box-text h5 a{
  color: #7D2727;
  font-size: 19px;
}
.blog-single{
   background-color: #f1f1f1;
}
.relate-post {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    color: #7D2727;
    text-transform: uppercase;
    /* background: linear-gradient(90deg, #ef3935, #f16534); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.signRelateGrid {
   
}
.postTwo {
    /* background-color: white; */
    /* padding: .75rem; */
    /* border-radius: .5rem; */
    /* margin-bottom: 33px; */
    /* display: flex; */
    /* gap: .75rem; */
    /* align-items: center; */
}
.postRelate {
    /* flex-wrap: wrap; */
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    /* -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%); */
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px !important;
}
.postRelate .postTwoThumb {
    width: 100%;
    height: 160px;
}
.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}
.postTwoTitle a {
    font-size: 1em;
    color: #7D2727;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 49px;
    margin-bottom: 5px;
    line-height: 24px;
}
.postTwoDescription {
    font-size: 0.90em;
    color: black;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
}
.postTwoContent{
  padding: 10px;
}
.contact-form .input-group p {
    margin-bottom: 10px;
    /* float: left; */
    border: 1px solid rgba(249, 249, 249, 0.25);
    position: relative;
    /* display: inline-flex; */
    /* border-collapse: separate; */
}
.contact-form .input-group .input-group-addon {
    border-radius: 0px;
    border: none;
    position: absolute;
    padding: 10px;
    background-color: #7D2727;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    align-items: center;
    display: flex;
}
.contact-form .input-group .input-group-addon i {
    color: rgba(255, 255, 255, 0.94);
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.contact-form .input-group .wpcf7-form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #0E0E0E;
    min-height: 40px;
    /* border: none; */
    height: 46px;
    -webkit-box-shadow: none;
    /* box-shadow: none; */
    /* border-left: 1px solid rgba(255, 255, 255, 0.29); */
    /* background: rgb(245, 245, 245); */
    /* margin-bottom: 0; */
    /* width: 100%; */
    /* display: table-cell; */
    /* position: relative; */
    /* z-index: 2; */
    /* float: left; */
    /* width: 100%; */
    /* margin-bottom: 0; */
    padding-left: 51px;
    margin-bottom: 0;
}
.contact-form .input-group textarea.wpcf7-form-control{
  height: 212px;
}
.team-detail h1.post-title{
  color: #890F00;
  font-size: 25px;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2{
  font-weight: 700 !important;
}
.slider-law .item a{
      display: block;
      position: relative;
      overflow: hidden;
      height: 275px;
      width: 100%;
}
.slider-law .item a img{
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-law .item a:hover img{
  transform: scale(1.1);
}
.slider-law .owl-nav{text-align: center;margin-top: 20px;}
.slider-law .owl-nav button span{display: none;}
.slider-law .owl-nav .owl-prev{
  background: url(/wp-content/themes/flatsome-child/images/butleft.svg) no-repeat !important;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.slider-law .owl-nav .owl-next{
    background: url(/wp-content/themes/flatsome-child/images/butright.svg) no-repeat !important;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
@media(max-width:549px){
  .count-inner {
    margin-top: 0;
}
.icon-count h3{
  font-size: 24px;
}
.icon-count {
    margin-bottom: 20px;
}
.text-nn h2{
  font-size: 32px;
}
.text-nn p{
  position: relative;
}
.text-logo h3 {
  font-size: 20px;
}
.team-intro {
    display: block;
}
.intro-left{
  width: 100%;
  padding: 25px;
  padding-left: 25px;
}
.intro-right {
    padding: 25px 25px;
    width: 100%;
}
.intro-left h3 {
    font-size: 32px;
}
.text-pl h3{
  font-size: 32px;
}
.sec-nangluc::before{
      top: unset;
    bottom: 0;
    height: 80%;
    width: 100%;
    display: none;
}
.sec-nangluc::after{
  display: none;
}
.icon-yc{
  margin-bottom: 20px;
}
.text-nangluc::before{
  display: none;
}
.text-nangluc{
 
}
.icon-yc.icon-q{
  margin-bottom: 40px;
}
.icon-yc .icon-box-text {
    padding: 0 45px;
}
#post-list .post-item .box-text {
    padding: 0;
    padding-left: 0;
    padding-top: 20px;
    display: block;
}
.postRelate .postTwoThumb{
  height: 250px;
}
}