/*
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.   ***************/
  html {font-size: 100%;}
        body {
            background-color: #fafafa;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
            line-height: 1.5;
            color: #333;
        }
.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: 80px;
    height: 52px;
    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;
    display: none;
  }
  
  .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;
    display: none;
  }
.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: 10px;
      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;
  }
}
.header-nav-main{
}
.header-nav-main>li{margin: 0 10px;}
.header-nav-main>li>a{font-weight: 500;font-size: 15px;}
.project-home{
}
.project-home .text-box{
   width: 90%;
   transform: translate(-50%, -50%) !important;
   top: 50%;
   left:50%;
}
.project-home .text-box-content{
}
.project-home .text-box-content h3{
}
.project-home .text-box-content h3 a{font-size: 36px;text-transform: uppercase;}
.project-home .text-box-content p{
}
.project-home .banner{
  padding-top: 650px;
  margin-bottom: 30px;
}
.project-home .banner .overlay {
  background-color: rgba(0, 0, 0, 0.31);
}
.icon-project{background: #ececec;padding: 10px;}
.project-new{
}
.project-new .item{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.project-new .item:last-child{
  margin-bottom: 0px;
}
.project-new .item .newsimg{width: 200px;overflow: hidden;}
.project-new .item .newsimg:hover img{
  transform: scale(1.1);
}
.project-new .item .newsimg img{-webkit-transition: all, 10s;
       transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.project-new .item .newsname{width: calc(100% - 200px);padding-left: 10px;}
.project-new .item .newsname a{color: #000;font-weight: 500;font-size: 20px;}
.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: 300;font-size: 17px;line-height: 23px;color: #ffffff;}
.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: '\f105';
   font-family: fl-icons !important;
   position: absolute;
   top: 5px;
   left: 0px;
   bottom: 0;
   /* width: 5px; */
   /* height: 5px; */
   color: #fe6a00;
   border-radius: 50%;
}
.menu-footer .menu-item a span{
}
.text-soail{display: flex;gap: 20px;justify-content: center;}
.text-soail p{display: flex;gap: 20px;margin-bottom: 0;}
.text-soail img{margin-bottom: 0 !important;width: auto;}
.text-bottom-ft{display: flex;gap: 20px;justify-content: end;}
.text-bottom-ft p{margin-bottom: 0;}
.gioi-thieu-section {
    background-position-y: center;
    background-size: 700px;
    background-image: url(/wp-content/uploads/2025/09/belgian-penthouse-ad-jo-studio_dezeen_2364_col_1-scaled-1-e1632540732318.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: right;
}
.gioi-thieu-section .section-bg {
    background-image: url(/wp-content/uploads/2025/09/plan_left-015-1.png);
    background-repeat: no-repeat !important;
    background-size: 300px !important;
    background-position-x: left;
    background-position-y: center;
    background-attachment: fixed;
}
.gioi-thieu-section .large-8 .col-inner {
    border-radius: 10px;
    background: white;
    padding: 20px;
}
.sub-title {
    display: block;
    position: absolute;
    background: none;
    transform-origin: 0 0;
    font-size: 70px;
    top: -10px;
    color: rgba(37, 37, 37, .05);
    font-weight: bold;
    text-transform: uppercase;
}
.news-page .box h3 {
    position: absolute;
    background: #413c36;
    top: -50px;
    padding: 30px 60px;
    width: auto;
    left: 20%;
    background-image: linear-gradient(to right, #423d34, #423d34);
    color: #9b9884;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.news-page .box h3 a{color: #fff;}
h1.pagetitle{text-align: center;text-transform: uppercase;margin-bottom: 20px;}
.content-service ul, .content-service ol{margin-left: 25px;}
.othertitle{font-size: 25px;text-transform: uppercase;position: relative;color: #000000;padding-bottom: 10px;margin-bottom: 20px;}
.othertitle:before{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #fe6a00;
}
.sidebar-category{
}
.sidebar-category ul{margin-left: 25px;}
.sidebar-category ul li{margin-bottom: 5px;}
.sidebar-category ul li a{font-size: 17px;font-style: italic;}
h1.pagetitle-project{font-size: 2.25rem;margin-bottom: 5px;}
.post-meta{margin-bottom: 15px;}
.post-meta a{color: #3182ce;}
.post-meta span{
}
.post-meta time{color: #888;}
.aspect-16 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.aspect-16 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s ease, filter 1s ease;
    cursor: pointer;
}
.text-title{margin-top: 10px;}
.text-title a{color: #000000;font-weight: 700;}
.catory-lq{
}
.catory-lq a{
  font-size: .75rem;
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: #3182ce;
  color: #fff;
}
.aspect-16:hover img {
    transform: scale(1.1);
    filter: grayscale(50%);
}
.blog-moinhat{
    /* border: 1px solid #ddd; */
}
.blog-moinhat .post-item{padding-bottom: 0;}
.blog-moinhat .post-item .col-inner{
  box-shadow:unset
}
.blog-moinhat .post-item .box-vertical{border-bottom: 1px dashed;padding-bottom: 10px;padding-top: 10px;/* padding: 10px; */display: table;}
.blog-moinhat .post-item .box-vertical .box-image{
  width: 30% !important;
  display: table;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
  /* border-radius: 50%; */
}
.blog-moinhat .post-item .box-vertical .box-text{padding: 0;padding-left: 10px;vertical-align: unset;}
.blog-moinhat .post-item .box-vertical .box-text h5{
  
}
.blog-moinhat .post-item .box-vertical .box-text h5 a{
  color: #101a1c;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  /* text-align: justify; */
}
.blog-moinhat .post-item .box-vertical .box-text .is-divider{
  display: none;
}
#comments{
  display:none;
}
 .col-blog-duan .col-inner{
      position: sticky;
    top: calc(var(--flatsome-scroll-padding-top) + 5px);
    transition: top .6s;
  }
@media (max-width: 768px) {
    .news-page .box h3{
        position: inherit;
        background: #413c36;
        top: 0;
        padding: 15px;
        width: auto;
        left: 0;
        background-image: linear-gradient(to right, #423d34, #423d34);
        color: #9b9884;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
  .project-home .banner{
    padding-top: 450px
  }
}
@media (min-width: 550px) and (max-width:768px){
  .project-new .item .newsname {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}
}