/*
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.   ***************/
.hdSuport{
  padding-left: 35px;
  background: url(images/phonehd.png) left center no-repeat;
  /* display: flex; */
  /* margin: 0 !important; */
  /* flex-wrap: wrap; */
  /* margin: 0 20px !important; */
  /* padding: 10px 0; */
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0;
}
.hdSuport a{
font-weight: 700;
font-size: 20px;
color: #626262;
}
.header-nav-main>li.menu-item{
  margin: 0 14px;
}
.header-nav-main>li.menu-item>a{
  color: #434343;
  font-size: 14px;
  font-weight: 700;
}
.slider-home{
   width: 100vw;
   height: calc(100vh - 100px);
   overflow: hidden;
   /* display: flex; */
   /* justify-content: center; */
   /* align-items: center; */
   /* object-fit: cover; */
   /* object-position: center; */
}
.slider-home .slider{height: 100%;}
.slider-home .slider .flickity-viewport{height: 100%;}
.slider-home .slider .flickity-viewport .flickity-slider{height: 100%;}
.slider-home .slider .flickity-viewport .flickity-slider .img{height: 100%;}
.slider-home .slider .flickity-viewport .flickity-slider .img .img-inner{height: 100%;}
.slider-home .slider .flickity-viewport .flickity-slider .img .img-inner img{height: 100%;object-fit: cover;object-position: center;}
.h2-title-gioithieu{
}
.h2-title-gioithieu h2{border: unset;}
.h2-title-gioithieu h2 span{font-weight: 700;font-size: 20px;color: #D80C18;border: unset;margin: 0;padding: 0;}
.text-gioithieu{
font-weight: 400;
font-size: 14px;
color: #383838;
}
.text-gioithieu p{
  
}
.but-xemtc{border: 1px solid !important;padding-right: 55px;position: relative;}
.but-xemtc:before{
  content:"";
  position: absolute;
  right: 13px;
  top: 13px;
  background: url(images/linetc.png);
  width: 28px;
  height: 9px;
}
.but-xemtc span{
font-weight: 700;
font-size: 14px;
color: #C12026;
}
.h2-title-text{margin-bottom: 0;}
.h2-title-text h2{
  border: unset;text-align: center;
}
.h2-title-text h2 span{font-weight: 700;font-size: 32px;color: #C12026;margin: 0 auto;border: unset;position: relative;padding-bottom: 20px;}
.h2-title-text h2 span:before{
   content:"";
   position: absolute;
   right: 0;
   bottom: 0;
   background: #44C9F6;
   width: 87px;
   height: 4px;
   left: 0;
   margin: 0 auto;
}
.proHome {
    padding: 10px 0;
}

.proHomeNameBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 10px;
    position: relative;
}

.proHomeName h2 {
    margin: 0;
    /* position: relative; */
}

    .proHomeName h2 a {
        text-transform: uppercase;
        color: #00113C;
        font-size: 24px;
    }

    .proHomeName h2:after {
        content: "";
        position: absolute;
        width: 144px;
        height: 3px;
        border-radius: 6px;
        background: #44C9F6;
        left: 0;
        bottom: -2px;
    }

.proHomeCategoryGr {
}

.proHomeCategoryGrReadMore {
}

    .proHomeCategoryGrReadMore>a {
        /* background: #F6F6F6; */
        /* padding: 10px 16px; */
        color: #C12026;
        font-size: 14px;
        font-weight: 700;
        border-radius: 33px;
        /* overflow: hidden; */
        position: relative;
        padding-top: 0;
        padding-right: 0;
        padding: 7px 13px;
        border: 1px solid #44C9F6;
    }
.proHomeCategoryGrReadMore>a:before{
   content: "";
   position: absolute;
   width: 43px;
   height: 7px;
   border-radius: 6px;
   background: url(images/linext.png);
   right: 0;
   top: 16px;
   display: none;
}
    .proHomeCategoryGrReadMore:hover {
    }

        .proHomeCategoryGrReadMore:hover a {
           
        }
.proHomeItem {
    background: white;
    /* border-radius: 10px; */
    overflow: hidden;
    margin-bottom: 25px;
}
.proHomeItemThumb img {
    max-width: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.proHomeItemContent {
}

.proHomeItemTitle {
    padding-top: 10px;
}

    .proHomeItemTitle a {
        font-weight: bold;
        color: black;
        /* text-transform: uppercase; */
        font-size: 16px;
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* line-height: normal; */
        height: 51px;
    }

.proHomeItemDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .9em;
    margin: 8px 0;
    height: 46px;
}
.proHomeItemThumb {
    /* padding-top: 100%; */
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    height: 191px;
}
.proHomeItem-xemthem{
}
.proHomeItem-xemthem>a{font-weight: 400;font-size: 14px;color: #808080;position: relative;padding-right: 19px;}
.proHomeItem-xemthem>a:before{
   content: "";
   position: absolute;
   width: 14px;
   height: 8px;
   /* border-radius: 6px; */
   background: url(images/linext1.png);
   right: 0;
   top: 7px;
}
.proHomeItem:hover .proHomeItemThumb img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.proHomeItemTitle a:hover{
  color: #C12026;
}
.home-project-slider .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    top: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-indent: -9999px;
    margin: 0;
}

    .home-project-slider .owl-prev:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #C12026;
        transition: 0.4s all;
        transform: rotate(0);
        border-radius: 50%;
        display: none;
    }

    .home-project-slider .owl-prev:after {
        content: "";
        position: absolute;
        background: url(images/arrow-left.png) center no-repeat;
        /* background-size: 15px; */
        width: 30px;
        height: 40px;
        background-size: 30px 40px;
    }

.home-project-slider .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    top: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-indent: -9999px;
    margin: 0;
}

    .home-project-slider .owl-next:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #C12026;
        transition: 0.4s all;
        transform: rotate(0);
        border-radius: 50%;
        display: none;
    }

    .home-project-slider .owl-next:after {
        content: "";
        position: absolute;
        background: url(images/arrow-right.png) center no-repeat;
        /* background-size: 16px; */
        /* transform: rotate(180deg); */
        width: 30px;
        height: 40px;
        background-size: 30px 40px;
    }
.projHomeOwl .pPageItem {
    border-radius: 10px;
    overflow: hidden;
}
.pPageItemCover {
    padding-top: 201px;
    position: relative;
}
.pPageItemCover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pPageItemContent {
    padding: 10px 10px;
}
.pPageItemTitle {
    margin-bottom: 8px;
}
.pPageItemTitle a {
    font-weight: bold;
    color: #515151;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* text-align: justify; */
    line-height: normal;
    height: 38px;
    text-align: center;
}
.postHomeItem {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5.2px 12.47px 0px #00000012;
}
.postHomeItemThumb {
    padding-top: 56.25%;
    position: relative;
    padding-top: 221px;
    overflow: hidden;
}
.postHomeItemThumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.postHomeItemContent {
    padding: 16px 20px;
}
.postHomeItemTitle {
    margin-bottom: 10px;
}
.postHomeItemTitle a {
    font-weight: bold;
    color: #C30813;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
.postHomeItemDesc {
    font-size: 14px;
    /* text-align: justify; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #515151;
}
.postIDate{
font-weight: 400;
font-size: 13px;
color: #747474;

}
.postIDate i{
}
.but-xemtc:hover span{
  color:#fff;
}
.but-xemtc:hover:before{
  filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.video-sp{
  border-radius: 12px;
  overflow: hidden;
}
.video-sp .video-button-wrapper{
}
.video-sp .video-button-wrapper a{background: #C12026;width: 50px;height: 50px;min-width: 50px;line-height: 43px;min-height: 50px;}
.video-sp .video-button-wrapper a i{font-size: 24px;}
.video-sp #text-box-title{
  background: hsl(0deg 0% 0% / 67%);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color:#fff;
  bottom: 0;
  border-radius: 12px;
  padding: 10px 20px;
}
.img-doitac{
}
.img-doitac img{
  border: 1px dashed #e1e1e1;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
}
.img-doitac .box-image:hover img{
  border-color: #000000;
}
.h3-title-footer{
}
.h3-title-footer h3{font-weight: 700;font-size: 16px;color: #ffffff;text-transform: uppercase;}
.icon-footer{align-items: center;}
.icon-footer .icon-box-img{width: 15px !important;}
.icon-footer .icon-box-text{
}
.icon-footer .icon-box-text p{font-weight: 400;font-size: 16px;line-height: 23px;color: #fff;}
.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: 0;margin-bottom: 15px;}
.h3-title-footer-new h3 span{font-weight: 700;font-size: 20px;border: unset;margin: 0;padding: 0;color: #fff;position: relative;text-transform: unset;}
.h3-title-footer-new h3 span:before{
   content: "";
   position: absolute;
   bottom: -7px;
   left: 0;
   width: 45px;
   height: 4px;
   border-radius: 2px;
   background: #5D5D5D;
   display: none;
}
.menu-footer{
}
.menu-footer .menu-item{
}
.menu-footer .menu-item a{font-weight: 400;font-size: 16px;line-height: 20px;color: #fff !important;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: #fff;
   border-radius: 50%;
}
.menu-footer .menu-item a span{
}
.text-fanpage p{margin-bottom: 0;}
.text-fanpage iframe{/* border-radius: 12px; */}
.soal-ft{
}
.soal-ft p{gap: 20px;display: flex;}
.soal-ft img{margin-bottom: 0 !important;}
#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;
  }
.banner_site {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 210px;
    position: relative;
}
.banner_site:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
}
.banner_site .container, .banner_site .flex {
    min-height: 210px;
    position: relative;
}
.content_bannersite {
    color: #fff;
    text-align: center;
}
.banner_site .breadcrumb {
    background: none;
    padding: 0;
    color: #fff;
}
.banner_site .breadcrumb a{
  color: #fff;
}
.banner_site .flex {
    align-items: center;
    justify-content: center;
}
.banner_site .head_title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
#content_pages {
    padding: 30px 0;
}
.banner_site{
  background-image: url(images/banner2.webp);
}
#content_pages .box{
      box-shadow: 0 0 20px 0 rgb(0 0 0 / 23%);
    height: 100%;
}
#content_pages .box .box-text{
      padding: 15px;
}
.blog-single{
  border-top: 1px solid #ececec;
    padding-top: 30px;
}
.widget_home_xn{
}
.widget_home_xn ul{
}
.widget_home_xn ul li{
}
.widget_home_xn ul li a{
      position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
}
.widget_home_xn ul li a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    display: block;
    top: 18px;
    background-image: url(images/arrowssmallblack.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
#secondary{
}
.widget .is-divider{
      background-color: #C12026;
  height: 2px;
  max-width: 54px;
}
.widget_categories>ul{
}
.widget_categories>ul>li{
}
.widget_categories>ul>li>a{
      position: relative;
      display: block;
      padding: 10px 10px 10px 20px;
      /* border-bottom: 1px solid #e1e1e1; */
      color: #000;
      font-weight: 700;
}
.widget_categories>ul>li>a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    display: block;
    top: 18px;
    background-image: url(images/arrowssmallblack.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
#comments{
  display:none;
}
.relate-post{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-bottom: 2px solid #e8e9eb;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}
.relate-post::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #C12026;
    margin: auto 0;
    left: 0px;
    right: 0;
    bottom: -2px;
}
.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: 10px !important;
}
.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}
.postRelate .postTwoThumb {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}
.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}
.postTwoTitle a {
        color: #333;
        height: 42px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 21px;
        font-weight: 700;
}
.single-product .product.type-product{
      border-top: 1px solid #ececec;
    padding-top: 30px;
}
.form-baogia h3{
      color: #5F5D5B;
}
.form-baogia input{
      border-radius: 12px;
}
.form-baogia textarea{
      border-radius: 12px;
}
.form-baogia .wpcf7-spinner {
    display: none;
}
.popup-baogia form{margin-bottom: 0;/* color: #000; */font-weight: 400;}
#content_pages .col{
      padding-bottom: 30px;
}
@media(max-width:549px){
  .h2-title-gioithieu h2 span{
    font-size: 17px;
  }
  .h2-title-text h2 span{
    font-size: 20px;
  }
  .proHomeName h2 a{
    font-size: 20px;
  }
  .proHomeCategoryGrReadMore{
    display:none;
  }
  .home-project-slider .owl-prev{
    left: -15px;
  }
  .home-project-slider .owl-next{
    right: -15px;
  }
  .h3-title-footer h3{
     font-size: 14px;
  }
  .h3-title-footer-new h3 span{
     font-size: 18px;
  }
  #secondary {
    margin-top: 30px;
}
  .relate-post {
    font-size: 17px;
  }
}