:root {
	--border-color: #E2C3D3;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: unset;
    top: 0px !important; 
    padding-right: 0 !important;
  }



.btn:focus{
  box-shadow: unset;
  outline: unset;
}

.dummy{
  display: block;
  padding-top: 80%;
}
.my-dummy{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-dummy img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

button.btn.btn-primary {
  padding: 8px 30px;
  line-height: 20px;
  /*background: #0085ff !important;*/
}

.btn-outline-info.focus, 
.btn-outline-info:focus,
.form-group:focus{
  box-shadow: unset;
  outline: unset;
}

#public-main h3 {
    font-size: 1.5rem !important;
    line-height: 1.4;
  }

.btn-page{
  background: #741c4a;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
}
.btn-page.btn-page-white{
  background: #fff;
  color: #741c4a;
}

.navbar-nav a{
  font-size: 15px;
}
.project-category-home div.slick-arrow {
	visibility: hidden;
}
.project-category-home h2.title-category-home {
  margin-top: 5px;
  margin-bottom: 0;
}
.slider-home-top .box-shadow {
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#mid-banner #banner-img {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  display: flex;
  /*justify-content: flex-end;*/
}
#mid-banner #banner-img .bg-fill ,
.banner-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#mid-banner .banner-bg{
  text-align: right;
}
#mid-banner .banner-bg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-box-text{
  width: 100%;
  padding: 50px;
  position: relative;
    z-index: 9;
}


.banner-box-text h2,
#public-main .banner-box-text h3{
  color: #fff;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin-bottom: 20px;
  text-shadow: 1px 2px 1px #000;
}
#public-main .banner-box-text h3{
  font-size: 24px !important;
  margin-bottom: 0;
}
#public-main .banner-box-text h3.text-shadow,
.banner-box-text h2.text-shadow{
  text-shadow: 1px 2px 2px #000;
}

.banner-box-text a.btn{
  font-size: 20px;
  background: #fff !important;
  color: #000 !important;
  padding: 7px 25px 11px  !important;
  cursor: pointer;
}
.banner-box-text a.btn:hover{
  background: #30333a !important;
  border-color: #30333a !important;
  color: #fff !important;
}

#mid-banner #banner-img .bg-fill {
  z-index: 2;
  background: linear-gradient(270deg, rgba(255,255,255,0) 40%, rgba(130,30,83,1) 65% );
}
#navbarHeader .right-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbarHeader .right-menu-top li .day {
  padding-left: 1rem;
}
#product-carousel .pro-img {
  max-height: 500px;
  overflow: hidden;
}

#product-carousel .gallery-indicator {
  position: static !important;
  width: auto;
  height: max-content;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin-left: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
  margin-top: 1rem;
}

#product-carousel .gallery-indicator > li {
  display: inline;
  flex-basis: 130px;
  flex-shrink: 1;
  height: max-content;
  text-indent: unset !important;
}

@media (min-width: 1440px) {
  .banner-box-text h2{
    font-size: 30px !important;
  }
  #public-main .banner-box-text h3{
    font-size: 26px !important;
  }
}
@media (max-width: 1200px) {
  .banner-box-text h2{
    font-size: 22px !important;
  }
  #public-main .banner-box-text h3{
    font-size: 20px !important;
  }
  .banner-box-text a.btn{
    font-size: 17px;
    padding: 5px 25px 9px  !important;
  }
}
@media (max-width: 768px) {
  .banner-box-text{
    padding: 50px 20px;
  }
}
@media (max-width: 548px) {
  .banner-box-text {
    /*width: 70%;*/
    height: 100%;
    top: 0;
    right: 2%;
    color: white;
    z-index: 10;
    font-size: 1rem;
    padding: 20px;
    width: 100%;
  }
  #mid-banner #banner-img .bg-fill {
    background: linear-gradient(90deg, rgb(0 0 0 / 57%) 0%, rgba(130,30,83,1) 100%);
  }
}
@media (min-width: 549px) {
  #mid-banner #banner-img .banner-box-text {
    /*width: 50%;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);*/
    color: white;
    z-index: 10;
    font-size: 1.2rem;
  }
}

  .flex-view {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  :root {
    --primary-color: #741b4a !important;
  }
  .slider-slick-home .slick-prev img, .slider-slick-home .slick-next img {
    max-width: 45px;
  }
  .slider-slick-home .slick-prev:before, .slider-slick-home .slick-next:before {
    display: none;
  }
  .slider-slick-home .slick-prev {
    z-index: 99;
    left: 5px;
  }
  .slider-slick-home .slick-next {
    z-index: 99;
    right: 32px;
  }
  aside.right-contents.sticky-container-parents {
    display: none;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link {
    position: relative;
  }
  .vn-en-menu{
    display: flex;
    align-items: center;
  }
  .vn-en-menu a{
    display: flex;
    align-items: center;
  }
  .navbar-nav .icon {
    position: relative;
    /*top: -3px;*/
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link.sub-icon:after {
    top: 1px;
    right: 5px;
    position: absolute;
    content: "\f0dd";
    border: none;
    background: 0 0;
    font: 400 20px/1 FontAwesome;
    speak: none;
    display: block;
    padding: 0;
    text-indent: 0;
    text-align: center;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
  }
  ul.menu-item.has-sub {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    padding-top: 5px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  a.nav-link.ml-2:hover ul.menu-item.has-sub, 
  .navbar-nav .nav-item:hover ul.menu-item.has-sub {
    display: block;
    padding: 0;
    padding-left: 0px;
    padding-bottom: 5px;
    box-shadow: 0 0 4px 0px #ccc;
  }
  li.sub-menu-item.level2 {
    list-style: none;
    padding: 6px 20px;
    padding-right: 30px;
    border-bottom: 1px dashed #741b4a;
  }
  li.sub-menu-item.level2:last-child {
    border-bottom: none;
  }
  .vn-en-menu .icon {
    /*width: 20px*/
  }

  @media(max-width: 768px){
    ul.menu-item.has-sub{
      position: relative;
      display: none !important;
    }
    ul.menu-item.has-sub.show{
      display: block !important;
    }
  }

  .horizontal-gallery .imageScroller {
    font-size: 0;
    white-space: nowrap;
    height: 350px;
  }
  .media-box .p-album a {
    display: block;
    padding-top: 66%;
  }
  .post-recent-content.float-left {
    margin-top: 10px;
  }
  .project-home-topv1 .horizontal-gallery {
    margin-top: 10px;
  }
  .project-home-topv1 {
    padding-top: 10px !important;
  }
  .content-new-center-home.content-news-home .content-new {
    /*width: calc(100% - 214px);*/
  }

  .bg-soft-white, .text-white, .bg-soft-white h1, .text-white h1 {
    color: #fff !important;
  }
  .bg-soft-white, .text-white *{
    color: #fff !important; 
  }
  .fs-1-3rem p{
    font-size: 1.3rem !important;
  }
  #page-heading {
    background-image: url(../assets/images/top-banner.jpg);
    background-position: 50%;
  }
  .h1, h1 {
    font-size: 1.6rem !important;
  }
  .clamp2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
  }
  .clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .horizontal-gallery .imageScroller li {
    display: inline-block;
    position: relative;
  }
  .horizontal-gallery .count-media {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 99;
    background: #821e53;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
  }
  .horizontal-gallery {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: 600;
  }
  .tongquan-row {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    line-height: 30px;
    float: left;
  }
  .tongquan-row .tongquan-key {
    font-weight: 400;
    flex: 0 0 auto;
    width: 30%;
    color: rgba(68, 76, 89, 0.76);
  }
  .tongquan-row .tongquan-val {
    color: #444c59;
    font-weight: 500;
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    font-weight: 600;
    display: inline-block;
    max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    line-height: inherit;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(48, 50, 53, 0.1);
  }
  .proj-status {
    position: absolute;
    color: #51ff2a;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    text-align: left;
    bottom: 0;
    left: 0;
    padding: 0.5rem 1rem;
  }
  .card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card-img-top {
    position: relative;
  }
  .project-card {
    border: 1px solid #ececec;
    padding-top: 0;
    text-align: center;
    border-radius: 5px;
    height: 100%;
  }
  .info-sticky-header li a.active, .info-sticky-header li a:hover {
    border-bottom: 2px solid #c72528;
  }
  .info-sticky-header li {
    display: inline-block;
    padding: 6px 10px 0;
  }
  .info-sticky-header li:first-child {
    padding-left: 0;
  }
  .info-sticky-header li a.active, .info-sticky-header li a:hover {
    border-bottom: 2px solid #c72528;
  }
  .info-sticky-header li a {
    font-weight: 600;
    border-bottom: 2px solid transparent;
    line-height: 50px;
    font-weight: 400;
    display: block;
  }
  .nav-project-detail {
    opacity: 1;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    font-size: 16px;
  }
  .info-sticky-header {
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
  .form-project-success {
    background: #741b4a;
    margin-bottom: 0 !important;
  }
  .box-contact .box-contact-head img {
    max-height: 60px;
    width: auto;
    margin-right: 15px;
    margin-top: 5px;
  }
  .box-contact .box-contact-head {
    display: flex;
  }
  .mb-3 {
    color: #000;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
  }

  .btn-sidebar{
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .btn-sidebar:hover{
    color: #fff;
    background: #f86c6b;
    border-color: #f86c6b !important;
  }

  .proj-detail {
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 0.5rem 1rem;
    font-size: 15px;
  }
  .media-box li.w-50percent {
    width: calc(50% - 5px);
    position: relative;
    display: table;
  }
  .media-box li.w-50percent>a {
    width: 100%;
    padding-top: 67%;
    display: block;
  }
/*.media-box li {
    width: calc(33.33% - 5px);
    margin: 5px 5px 0 0;
    float: left;
    position: relative;
  }*/
.media-box-gallery{
  display: flex;
  flex-wrap: wrap;
}

.media-box-gallery li {
    width: calc(50% - 5px );
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
  }
.media-box-gallery li:nth-child(n+3) {
    width: calc(33.33% - 5px );
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
  }

  .media-box-gallery li:before{
    content: "";
    display: block;
    padding-top: 67%;
  }
  .media-box-gallery li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .media-box-gallery li a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .media-box-gallery li a .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
  }
  .media-box-gallery li a .view-all-photo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0px 10px 2px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    z-index: 9;
  }
  .fancybox-show-thumbs .fancybox-inner{
    right: 0;
  }
  .myFancyBox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 13px;
    font-weight: 300;
    color: #999;
  }
  .accordion-section {
    border-top: 1px solid #e5e5e5;
    padding: 0.5rem 0;
  }
  .accordion {
    overflow-anchor: none;
  }

.desc-project.clamp2 {
  padding-right: 20px;
}


  .h3, h3 {
    font-size: 1.4rem;
  }
  .img-response {
    max-width: 100%;
    display: block;
  }
  .content-category-home .image .img-response {
    /*max-width: 250px;*/
  }

  .project-card .card-title {
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
  }
  .project-card .card-text {
    max-width: 100%;
    font-size: 16px;
    text-align: left;
    height: 50px;
    max-height: unset;
  }
  .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
  }
  
  .breadcrumb .breadcrumb-item a {
    /*color: #fff !important;*/
  }
  .breadcrumb a:hover{
    color: #000 !important;
  }
  .breadcrumbs_top_page .breadcrumb li {
    color: #ddd;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: #dcdcdc;
  }

  .bring-to-top-button {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 24px;
    z-index: 99;
  }
  .bring-to-top-button #bringToTopButton {
    color: #fff;
    cursor: pointer;
  }
  .flex-view-top {
    display: flex;
	align-items: flex-start;
  }
  button.navbar-toggler:focus{
    outline: unset;
    box-shadow: unset;
  }
  button.navbar-toggler.mr-auto {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 10px 15px;
  }
    button.navbar-toggler.mr-auto span{
      color: #000;
    }
  #navMenuLight .navbar-brand {
    width: 175px;
  }
  #navMenuLight {
    width: 100%;
    padding: 0 !important;
  }
  #navbarHeader {
    padding-left: 10px;
  }
  .center-content-home .title-head::before {
    /*display: none;*/
  }
  .flex-view-left {
    display: flex;
    align-items: flex-start;
    /*justify-content: end;*/
    flex-wrap: wrap;
  }

.search-mobile{
  display: none;
}
@media(max-width: 768px){
  .navbar{
    justify-content: unset;
  }
    #navbarHeader {
      background: #f1f1f1;
    }
    .search-mobile{
      display: block;
      flex: 1;
      position: relative;
    }
    .search-mobile button{
      position: absolute;
      top: 0;
      right: 0;
    }

  .desc-project{
    /*max-height: 36px;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  }
}

  .footer,
  .footer a,
  footer a{
    color: #999 !important;
    font-weight: bold;
  }
  footer.has-background .container>.row {
    /*align-items: center;*/
  }
  ul.list.disc {
    list-style: disc;
    background: transparent;
    font-size: 13px;
    padding-left: 24px;
  }
  footer.has-background {
    border-top: 3px solid #741b4a;
    padding: 40px 0;
    background: #741b4a;
    color: #999;
    padding-bottom: 20px;
  }
  .has-background .list .link {
    font-size: 13px;
    font-weight: bold;
  }
  .has-background .list {
    list-style: none;
    padding: 0;
  }
  .logo-footer {
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .social-footer {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 15px;
  }
  .has-background .list li {
    margin-bottom: 10px;
  }
  .social-footer .item {
    /*margin-right: 20px;*/
    margin: 0 5px;
  }
  .last-menu-footer .item {
    padding-left: 8px;
    position: relative;
    width: 100%;
  }
  .last-menu-footer .item li {
    margin-bottom: 10px;
  }

  @media(max-width: 768px){
    .last-menu-footer .item{
      padding-left: 25px;
    }
  }

  .title-head::before {
    position: absolute;
    top: 40px;
    left: 0;
    width: 73px;
    height: 1px;
    background-color: #949494;
    content: "";
  }
  .service-home {
    margin-top: -1px;
    margin-bottom: 25px;
  }
  .navMenu__searchBox .input-group-append {
    z-index: 999;
  }
  .title-head {
    font-weight: 700 !important;
    color: #741b4a;
    font-size: 20px !important;
    position: relative;
    margin-bottom: 20px;
  }
  .service1 {
    font-size: 14px;
    font-weight: 600;
  }
  .service2 {
    font-size: 14px;
    font-weight: 400;
  }
  .service3 {
    font-size: 18px;
    font-weight: 600;
    color: #741b4a;
  }
  .service4 {
    font-weight: 400;
    color: #741b4a;
  }
  .content-news-footer-bottom .left-content {
    width: 100%;
    margin-top: 3px;
    /*margin-bottom: 20px;*/
  }
  .content-news-footer-bottom .left-content .image {
    width: 100%;
    position: relative;
  }
  .content-news-footer-bottom .left-content .image:before{
    content: "";
    display: block;
    padding-top: 80%;
  }
  .content-news-footer-bottom .left-content .image a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .content-news-footer-bottom .left-content .image a img{
    object-fit: cover;
    height: 100%;
  }

  
  .content-news-home .image {
    flex: 0 0 30%;
  }
  .content-news-home .image img{
    object-fit: cover;
    height: 100%;
  }
  .content-news-home .content-new {
    flex: 1;
    padding-left: 5px;
  }
  .content-news-home .title-new .link {
    font-weight: bold;
    font-size: 15px;
    color: #373f41;
  }
  .center-home-news-home {
    margin: 30px 0;
  }
  .center-home-news .left-content-home, .center-home-news .right-content-home {
    width: 100%;
    position: relative;
  }
  .content-right-home-image {
    margin-bottom: 20px;
  }
  .center-home-news .center-content-home {
    width: calc(100%);
    padding: 20px 0;
    position: relative;
  }
  .content-new-center-home.content-news-home .image {
    flex: 0 0 214px;
    padding-right: 10px;
    height: 131px;
  }
  .content-new-center-home.content-news-home .image .img-response {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .content-new-center-home .item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .content-new-center-home .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }
  .center-home-news .right-content-home {
    padding-left: 0px;
  }
  .center-home-news .left-content-home {
    /*padding-right: 30px;*/
  }
  .content-news-home .title-new .link.bold {
    font-weight: 700;
  }
  .desc-new-center {
    font-size: 13px;
    font-weight: 400;
  }
  .item-right {
/*
    border-bottom: 1px solid var(--border-color);
*/
    margin-bottom: 20px;
  }
  .item-right:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .content-news-home .category .link {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 500;
  }
  .content-news-home .category-time{
    margin: 5px 0;
    display: flex;
    align-items: center;
  }
  .content-news-home .time{
    position: relative;
  }
  .content-news-home .time a {
    color: #741b4a;
    font-size: 12px;
    font-weight: 500;
    /*margin-top: 3px;*/
    margin-left: 25px;
    position: relative;
  }
  .content-news-home .time:before {
    position: absolute;
    left: 11px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: inline-block;
    content: "";
    background-color: #741b4a;
  }
  .slider-slick-home .slick-list.draggable {
    padding: 0 !important;
  }
  .header-icon-5 {
    width: 11px;
    position: relative;
    font-weight: 200;
    top: -2px;
    margin-right: 6px;
  }
  .right-menu-top li {
    padding: 0 15px;
    display: inline-block;
  }
  .nav-link.ml-2 {
    margin-left: 0px !important;
  }

  @media(min-width: 991px){
    .content-news-footer-bottom .right-content {
      padding-left: 0px;
    }
  }
  @media(min-width: 1440px){
    .content-news-footer-bottom .left-content .image:before{
      padding-top: 70%;
    }
  }

  @media(max-width: 768px){
    .content-news-home .image {
      flex: 0 0 40%;
    }
  }

/*news page*/
.content-new-center-home.content-news-home.content-news-page .image {
  width: 300px;
  padding-right: 10px;
  height: 130.5px;
}
.content-new-center-home.content-news-home.content-news-page .content-new{
  width: calc(100% - 300px);
}
.content-new-center-home.content-news-page .item{
  align-items: flex-start;
}
.content-new-center-home.content-news-page .title-new .link{
  font-size: 18px;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  color: var(--primary-color);
  flex-grow: 1;
}
.content-news-home.content-news-page .category .link ,
.content-news-home.content-news-page .time a ,
.content-news-page .desc-new-center{
  font-size: 14px;
}

@media(max-width: 768px){
  .content-new-center-home.content-news-page .item{
    flex-wrap: wrap;
    margin: 20px 0;
    padding-bottom: 15px;
  }
  .content-new-center-home.content-news-home.content-news-page .image{
    flex: 0 0 100%;
    width: 100%;
  }
  .content-new-center-home.content-news-home.content-news-page .content-new{
    width: 100%;
    flex: 0 0 100%;
  }
  .content-new-center-home.content-news-page .title-new .link{
    height: auto;
    max-height: unset;
  }
  .content-new-center-home.content-news-home.content-news-page .image{
    height: 200px;
  }
}
/*news page*/

  body .navbar-nav li.nav-item a.nav-link{
    /*color: #000;*/
    /*border-right: 1px solid #741b4a;*/
    margin-right: 1px;
  }
  body .navbar-nav li.nav-item a.nav-link.active ,
  body .navbar-nav li.nav-item:hover a.nav-link {
    background: #741b4a !important;
    /*margin-left: -1px !important;*/
    color: #fff !important;
  }
  .navbar-nav a.dropdown-item:hover{
    border-color: transparent !important;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link {
    padding: 8px 29px 4px 30px;
    position: relative;
    font-size: 16px;
    height: 36px;
    padding-bottom: 10px;
    line-height: 18px
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link.active {
    /*padding-right: 45px;*/
  }
  li.vn-en-menu.dropdown .nav-link:before {
    display: none !important;
  }

  #navMenuLight .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link:before {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 1px;
    height: 25px;
    content: "";
    background: #741b4a;
  }

  #navMenuLight .navbar-light .navbar-nav .nav-link:hover:before ,
  #navMenuLight .navbar-light .navbar-nav .nav-link.active:before {
    background: #fff;
    z-index: 9;
    right: -1px;
  }

  .header-icon {
    margin-right: 5px;
  }
  .navMenu__searchBox {
    display: none;
    margin-bottom: 6px;
  }
  .img-response {
    display: inline-block;
    max-width: 100%;
  }
  header.header-top-j {
    padding: 10px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  }

  @media(max-width: 768px){
    #navMenuLight .navbar-light .navbar-nav .nav-link:before{
      display: none;
    }
  }

  #navMenuLight .navbar-nav .nav-item{
    padding: 3px 0;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
  }
  .right-menu-top .link {
    font-size: 14px;
    color: #000;
  }
  ul.right-menu-top {
    padding: 0;
    margin: 0;
  }
  .navMenu__searchBox .day {
    color: #000000;
    font-size: 14px;
  }
  .navMenu__searchBox .search-project-frm {
    width: 213px;
    margin-left: 10px;
  }
  li.vn-en-menu.dropdown.show {
    display: inline-block !important;
  }
  .slider-slick-home .slick-slide img {
    width: 100%;
  }
  .bottom-content-home {
    background: #f9f9f9;
    padding: 40px 0;
  }
  #public-main .sidebar {
    width: 100%;
    height: 100%;
  }
  .slider-home-top {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .project-feature-top .title-project .link {
    /*font-size: 18px;
    display: block;
    color: #373f41;
    margin-top: 10px;
    font-weight: 700;*/
    font-size: 15px;
    font-weight: 700;
    /*height: 36px;*/
    color: #741b4a;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .project-feature-top .title-project .clamp2{
    height: unset !important;
  }
  .project-feature-top .image-project {
    position: relative;
    height: calc(100% - 85px);
  }
  .project-feature-top .image-project:before{
    content: "";
    display: block;
    padding-top: 50%;
  }

  .project-feature-top .image-project a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .project-feature-top .image-project img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-home-top .title-head {
    margin-bottom: 20px;
  }

  .title-head-top {
    font-size: 22px;
    font-weight: 800;
    color: #741b4a;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .left-content .title-new .link {
    font-weight: 700;
    margin-top: 7px;
    display: block;
    font-size: 20px;
  }
  .desc-new {
    font-size: 13px;
    font-weight: 400;
    color: #373f41;
    margin-top: 5px;
  }
  .right-content .item {
    margin-bottom: 20px;
    /*max-height: 125px;*/
  }
  .project-category-home .items-project-category-home {
    border-top: 1px solid var(--border-color);
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid var(--border-color);
    /*flex-wrap: wrap;*/
    /*-webkit-flex-wrap: wrap;*/
  }
  
  .flex-view-top.items-project-category-home .item {
    /*padding: 0px 20px;*/
  }

  .items-project-category-home .title-category-home .link {
    font-size: 16px;
    font-weight: 700;
    color: #741b4a;
    display: inline-block;
    margin-bottom: 3px;
  }
  .project-card {
    height: auto !important;
  }
  .content-category-home .title-project .link {
    font-size: 15px;
    font-weight: 700;
    /*min-height: 38px;*/
    color: #741b4a;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 10px;
  }
  .content-category-home .title-project{
    min-height: 36px;
  }
  .content-category-home .title-project .link.clamp2{
    display: -webkit-box !important;
    
  }
  .more-project .link {
    font-size: 12px;
    font-weight: 400;
    color: #741b4a;
    display: block;
    margin-top: 8px;
  }
  .clamp2 {
    /*font-size: 13px;
    display: -webkit-box;
    max-height: calc(2 * var(--yt-link-line-height, 1.6rem));
    min-height: 38px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;*/
  }
  .clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
  }
  .items-project-category-home .item {
    width: 100%;
    position: relative;
    /*border-bottom: 1px solid #741b4a;*/
    /*margin-bottom: 20px;*/
    /*padding-bottom: 20px;*/
  }
  .items-project-category-home .item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .items-project-category-home .item:last-child:before {
    display: none;
  }
  body .navbar-brand>img {
    /*max-width: 150px;*/
    margin-left: 20px;
  }
  .center-home-news, .content-news-footer-bottom, .last-menu-footer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .article-category-blog-relation {
    padding-left: 15px;
  }
  .slider-slick-home {
    margin-bottom: 30px;
  }

  .content-news-home .right-content .content-new {
      /*margin-top: -3px;*/
  }
  .content-news-home .right-content .title-new .link{
    font-size: 14px;
  }

@media(min-width: 1600px){
  .project-feature-top .image-project:before{
    padding-top: 65%;
  }

  .content-news-home .image .dummy{
    padding-top: 65%;
  }
}

@media (max-width: 1440px) {
  .right-content .item{
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .items-project-category-home .title-category-home .link{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .items-project-category-home .title-category-home .link::before {
    position: absolute;
    top: 45px;
    left: 0;
    width: 73px;
    height: 1px;
    background-color: #949494;
    content: "";
  }
  .right-content .item {
    align-items: flex-start;
    max-height: unset;
  }
  .content-news-home .image{
    height: 124px;
    padding-right: 10px;
  }
  .content-news-footer-bottom .left-content .image:before {
      padding-top: 50%;
  }
  .content-news-home .left-content .image{
    height: unset;
  }
  .content-news-home .title-new .link{
    font-size: 14px;
  }
  .content-news-footer-bottom .left-content .image a img{
    width: 100%;
  }

  .content-category-home .title-project .link.clamp2{
    height: unset;
  }
}
  

@media(max-width: 1366px){
    .clamp3-md-2 {
          -webkit-line-clamp: 2;
    }
}

@media (min-width: 801px) {
  .navMenu__searchBox {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 100%;
  }


  #navMenuLight .navbar-expand-xl .navbar-collapse {
    /*display: flex;
    width: calc(100% - 207px);
    flex-basis: calc(100% - 207px);*/
  }
  button.navbar-toggler.mr-auto {
    display: none;
  }
  .slider-home-top .title-head {
    margin-bottom: 18px;
    font-size: 19px !important;
    color: #741b4a;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .slider-home-top .title-head::before {
    top: 35px;
  }
  .slider-slick-home .item {
    height: 350px;
  }
  .content-category-home .image {
    /*max-height: 125px;*/
    overflow: hidden;
  }
  .slider-slick-home .item img, 
  .content-category-home .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-slick-home {
    margin-bottom: 0px;
  }
  #public-main .sidebar {
    width: 100%;
    height: auto;
  }
  header.header-top-j {
    padding: 6px 0;
  }
  #navMenuLight .navbar-brand {
    /*width: 200px;*/
  }
  .last-menu-footer .item {
    width: calc(33.3%);
    padding-left: 20px;
  }
  .content-news-home .content-new {
    /*width: calc(100% - 140px);*/
  }
  body .navbar-brand>img {
    /*max-width: 260px;*/
    margin-right: 20px;
    /*width: 100%;*/
    margin-left: inherit;
    padding: 0;
  }
  .center-home-news .right-content-home {
    padding-left: 30px;
  }
  .center-home-news .left-content-home, 
  .center-home-news .right-content-home {
    width: 270px;
    position: relative;
  }
  .center-home-news .right-content-home{
    width: 300px;
  }
  /*  .center-home-news .center-content-home:before {
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #741b4a;
    content: "";
  }*/



  .content-news-footer-bottom .right-content {
    /*width: calc(100% - 440px);*/
    /*flex: 1;*/
    /*padding-left: 20px;*/
  }
  .center-home-news .center-content-home:after {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    content: "";
  }
  .center-home-news .center-content-home {
    /*width: calc(100% - 600px);*/
    flex: 1;
    position: relative;
  }
  
  .items-project-category-home .item {
    /*width: calc(25% - 10px);*/
    position: relative;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .items-project-category-home .owl-stage-outer:before,
  .items-project-category-home .item:before {
    position: absolute;
    right: 1px;
    top: 20px;
    width: 0.8px;
    height: calc(100% - 20px);
    content: "";
    background-color: var(--border-color);
    display: block !important;
  }

  .items-project-category-home .owl-stage-outer:before{
    right: unset;
    left: 0;
    z-index: 1;
  }
  .content-news-footer-bottom .left-content {
    /*width: 550px;*/
  }
  .last-menu-footer .item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 85%;
    display: inline-block;
    content: "";
    background-color: #bfbdbe;
  }
  
  #navbarHeader {
    padding-left: 0px;
  }
  .center-home-news .center-content-home {
    padding: 0;
  }
  ul.right-menu-top li {
    padding: 0 5px;
  }
  #navMenuLight .navbar-nav {
    flex-direction: inherit;
  }

  .flex-view-top.items-project-category-home .slick-list {
    padding: 0 2px;
  }
}

@media (min-width: 1500px) {
  .items-project-category-home .slick-list{
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  #navMenuLight .navbar-brand {
    width: 320px;
  }
  .right-menu-top {
    /*width: 100%;*/
    /*float: right;*/
    /* text-align: right; */
  }
  .navMenu__searchBox .day {
    color: #000000;
    font-size: 13px;
    min-width: 233px;
  }
  #navMenuLight .navbar-expand-xl .navbar-collapse {
    display: flex;
    /*width: calc(100%);
    flex-basis: calc(100%);*/
    justify-content: flex-end;
    flex: 1;
  }
  .navMenu__searchBox .search-project-frm {
    width: 242px;
    margin-left: 0;
    margin-right: 0;
  }
  ul.right-menu-top li {
    padding: 0 15px;
    white-space: nowrap;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
   .navMenu__searchBox .search-project-frm {
    width: 275px;
    margin-left: 10px;
    margin-right: 15px;
  }

   #navMenuLight .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

}

@media(max-width: 768px){
  .follow_us{
    display: none;
  }
  .theme-default{
    padding: 0;
  }
  .slider-home-top{
    margin-top: 0;
  }
  .slider-home-top .box-shadow{
    box-shadow: unset;
  }

  .center-home-news-home{
    margin:  0 0 20px;
  }

  body .navbar-brand>img{
    margin: 0;
    padding: 0 10px;
  }
}

@media(max-width: 580px){
  #mid-banner .img-fluid{
        max-width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .content-new-center-home.content-news-home .image{
    flex: 0 0 40%;
    width: 40%;
  }
  .content-new-center-home.content-news-home .content-new{
    flex: 0 0 60%;
    width: 60%;
  }
  .theme-default .nivoSlider{
    /*height: 175px;*/
  }
  .slider-home-top .title-head{
    padding-top: 10px;
  }
}

.project-feature-top{
  height: calc(100% - 60px);
}


@media(min-width: 990px){
  .theme-default .nivoSlider{
    /*height: 430px;*/
  }
}
@media( min-width: 850px ) and ( max-height: 700px ){
  .theme-default .nivoSlider{
    height: 340px !important;
  }
  .project-feature-top .image-project{
    /*height: 145px;*/
  }
}

div.content-category-home img {
  border: 3px solid #e1e1dc;
}

div.content-category-home .image{
      position: relative;
   }
   div.content-category-home .image:before{
      content: "";
      display: block;
      padding-top: 47%;
   }
   div.content-category-home .image a{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
   }
   div.content-category-home .image a img{
      object-fit: cover;
      height: 100%;
   }

@media (max-width: 1920px) and (min-width: 1100px) {
  .flex-view-top.items-project-category-home .item {
    padding: 0px 20px;
  }
  .flex-view-top.items-project-category-home .swiper-button-next {
    right: -10px;
  }
  .flex-view-top.items-project-category-home .swiper-button-prev {
    left: -10px;
  }
  .slider-home-top .col-md-3 {
    background: #f7f7f7;
    color: #000;
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
  }

  .slider-home-top .title-head {
    margin-top: 8px;
  }
  .slider-home-top .title-head::before {
    background-color: #741b4a;
  }
  li.vn-en-menu.dropdown:hover .dropdown-menu {
    display: inline-block;
  }
  #navMenuLight .navbar-brand {
    padding-left: 13px;
  }
  ul.navbar-nav.ml-auto {
    position: relative;
    top: 5px;
  }
}
@media(max-width: 990px){

}
@media(max-width: 768px){
   div.content-category-home .image a img{
      width: 100%;
   }
}

/*input.form-control {
  min-height: 38px;
}*/
.info-contact{
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}
.info-contact h2{
  font-size: 26px !important;
  color: #000;
}

form#form-contact {
  background: #741c4a;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
}

.modal-header .close {
    padding: 5px1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 30px;
}

#modal-contact form#form-contact {
  background: unset;
  color: #000;
}

.partner-slider .col-partner {
  box-shadow: #b2cfe0 0 0 3px;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
}

.slider-home-top .col-md-3 {
  /*max-height: 430px;*/
}

.bg-logo {
  background-color: #821E53;
}
.fs-1-3rem {
  font-size: 1.3rem !important;
}
.fs-2rem {
  font-size: 2rem !important;
}
#about-content h3.fs-2rem {
  font-size: 2rem !important;
}

.img-about{
  display: flex;
  display:-webkit-flex;
  /*height: 100%;*/
  /*padding: 8px 0;*/
}
.img-about img{
  object-fit: cover;
  height: 100%;
}

#about-content{
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
#about-content p{
  color: #000;
}
#about-content .intro{
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;*/
}
#about-content .intro:before {
    width: 100%;
    right: 0;
    /*background: url(../assets/images/about-background.jpg) center right no-repeat;*/
    background-size: auto 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}
#about-content .about-footer{
  position: relative;
  padding: 130px 0;
}
#about-content .about-footer:before {
    width: 100%;
    right: 0;
    background: url(../assets/images/about-footer-background.jpg) bottom left no-repeat;
    background-size: auto 90%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}
.about-footer-content{
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 700;
  align-items: baseline;
}

#about-content .title,
.about-footer-content .title{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 20px;
  line-height: 27px !important;
}
.about-footer-content h3{
  font-size: 24px;
  margin-right: 20px;
  line-height: 27px !important;
  color: #000;
}
/*#about-content h3.title{
  text-transform: uppercase;
  letter-spacing: 1px;
}*/

#about-content .intro .intro-content {
    float: left;
    position: relative;
    height: -webkit-fill-available;
    padding: 0;
    z-index: 2;
}
#about-content .intro .intro-content h2 {
   font-size:  30px !important
}
#about-content .intro .intro-content h1 {
    font-family: rv-font2;
    color: #B2913D;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px !important;
    padding: 50px 0;
}
#about-content p {
    color: #000;
    font-size: 16px;
    /*font-family: rv-font2;*/
    padding-bottom: 30px;
    line-height: 27px;
}
#about-content .intro img.__right {
    max-width: 50%;
    height: auto;
    float: right;
    margin-right: -21px;
    position: relative;
    z-index: 2;
}

.about-banner{
  position: relative;
}
.about-banner:before{
  content: "";
  display: block;
  padding-top: 40%;
}
.about-banner .img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-banner .img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-banner .banner-title{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.about-banner .banner-title .container{
  padding-left: 50px;
}
.about-banner .banner-title h2{
  text-transform: uppercase;
  color: #fff;
  font-size: 22px !important;
}

.banner-breadcrumb{
  display: flex;
}
.banner-breadcrumb a{
  color: #fff;
}
.banner-breadcrumb .item.active{
  margin-left: 7px;
}
.banner-breadcrumb .item.active:before {
    display: inline-block;
    padding-right: 7px;
    color: #fff;
    content: "/";
}

@media (max-width: 1024px){
  #about-content .intro{
      padding: 30px;
      min-height: unset;
  }
}

@media (max-width: 768px){
  #about-content .intro{
    height: unset;
  }
  #about-content .intro{
      display: flex;
      flex-wrap: wrap;
  }
  #about-content .intro .intro-content {
      padding-right: 15px;
      text-align: justify !important;
  }
  #about-content .intro .intro-content,
  #about-content .intro img.__right{
      width: 100%;
      max-width: 100%;
      padding: 0;
  }
  #about-content .intro:before,
  #about-content .intro:after{
    display: none;
  }

  #about-content .intro .intro-content h1.title{
    padding: 20px 0;
  }
  #about-content .intro .intro-content p{
    margin-bottom: 10px;
  }

  #about-content .intro{
    padding: 30px 0;
  }
  #about-content .about-footer{
    padding: 100px 0;
  }
}

.text-uppercase{
  text-transform: uppercase;
}

footer .social-share{
  padding-left: 0;
  margin-bottom: 1rem;
}
footer .social-share li a{
  border-color: #999;
  color: #999 !important;
}
footer .social-share li a:hover{
  border-color: #fff;
  color: #fff !important;
}
/*sdf*/

.sidebarx {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    max-width: 395px;
    width: 395px;
    height: 100%;
    margin: 0 0 30px 30px;
}
.sidebar-content {
    display: block;
    width: 100%;
    padding: 20px 40px;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.project__title {
    display: block;
    width: 100%;
    font-family: rv-font2;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    color: #30333a;
}
.project__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}
.project__address a, .project__address h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
}
.project__address a {
    color: #838383;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.project__address a, .project__address h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
}
.project__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.project__price li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}
.project__price li p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
}
.project__price li b {
    display: block;
    width: 100%;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #c72528;
}
.project-general__list {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: solid 1px rgba(0,0,0,.1);
    list-style: unset;
}
.project-general__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-general__list li p {
    width: 90px;
    min-width: 90px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
}
.project-general__list li b {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #30333a;
}
.sidebarx .call-rva {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 48px;
    margin-top: 32px;
    padding: 0 16px;
    border: 0;
    background-color: #c72528;
    border-radius: 4px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.sidebarx .group-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.sidebar .group-cta a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #337588;
    text-align: center;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.sidebarx .group-cta a+a {
    border-left: 1px solid #ccc;
}
.sidebarx .group-cta a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #337588;
    text-align: center;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.detail-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
}
.detail-more li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dotted #dedede;
    width: 47%;
    margin-right: 3%;
    padding: 7px 0 7px 7px;
    float: left;
}
.detail-more li:nth-child(2n+2) {
    margin-right: 0;
}
.detail-more li .left {
    float: left;
    color: rgba(68,76,89,.76);
    font-size: 16px;
    line-height: 24px;
}
.detail-more li .right {
    max-width: 48%;
    overflow: hidden;
    height: auto!important;
    text-align: right;
    float: right;
    padding: 0;
    color: #444c59;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.detail-more li .right.list-type span {
    display: inline-block;
    position: relative;
}
.detail-more li .right.list-type span::after {
    content: ',';
    padding-right: 4px;
}
.detail-more span:last-child{
  font-weight: bold;
}
.project-general__list li b span::after {
    content: ',';
    padding-right: 4px;
}
.project-general__list li b span:last-child::after {
    content: '';
}

@media (max-width: 767px) {
  .detail-more li {
    width: 100%;
    margin-right: 0;
  }
  .sidebarx {
      position: static;
      top: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      margin: 0;
  }

  #proj-chitiet .detail-more{
    overflow: unset;
    margin-top: 15px;
    font-size: 14px;
  }
}

/*.navbarHeader*/
#navbarHeader .custom-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#navbarHeader .custom-menu>div{
    /*margin-bottom: 0 !important;*/
}
#navbarHeader .custom-menu .form-control{
    height: 30px;
    padding: 0 10px !important;
    font-size: 13px;
    line-height: 30px;
}
#navbarHeader .custom-menu .btn{
    padding: 0 5px;
}

#navMenuLight .navbar-light .custom-menu .navbar-nav .vn-en-menu .nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
.right-menu-top .link {
    display: flex;
    align-items: center;
}
/*.navbarHeader*/

#featuredProperties .card{
   margin-top: 0 !important;
}
.swiper-gallery .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 12px;
  height: 12px;
  margin-bottom: -2px;
}
.listing-card-v2 .listing-card-v2__header .swiper-gallery .swiper-slide img{
   object-fit: cover;
    width: 100%;
    height: 100%;
}

.mh-alo-phone{
   right: 0 !important;
   left: unset !important;
}

@media(min-width: 991px){
  .container {
      width: calc(100% - 10%) !important;
      max-width: 100% !important;
      /*padding: 0 10% !important;*/
  }
}
@media(min-width: 1200px){
  .container {
      width: calc(100% - 10%) !important;
      max-width: 100% !important;
      /*padding: 0 10% !important;*/
  }
  #about-content .container {
      /*width: 100% !important;
      max-width: 1100px !important;*/
      /*padding: 0 10% !important;*/
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .listing-card-v2 {
      max-width: 100%;
  }
}
@media(max-width: 768px){
  .container {
      width: 100% !important;
      padding: 0 15px;
      max-width: 100% !important;
      /*padding: 0 10% !important;*/
  }
  .listing-card-v2{height:300px;}
  .listing-card-v2 .listing-card-v2__header {
      height: calc(100% - 117px) !important;
  }
}
@media(max-width: 1200px){
   #navMenuLight .navbar-light .navbar-nav .nav-link{
   padding: 5px 18px !important;
   font-size: 14px;
  }
  #navMenuLight .navbar-light .navbar-nav .nav-link.active:after{
   top: 0;
   right: 3px;
  }
}
@media(max-width: 990px){
  .container {
      width: calc(100% - 5%) !important;
      padding: 0 15px;
      max-width: 100% !important;
      /*padding: 0 10% !important;*/
  }

}
@media(max-width: 580px){
  .container {
      width: 100% !important;
      padding: 0 5px;
  }

  .row{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row>div{
    padding-left: 5px;
    padding-right: 5px;
  }

}

/*theme detail*/
.item-icon{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dedede;
}
.item-icon i{
  line-height: 1;
  margin-top: 5px;
  margin-right: 7px;
  color: #30a4cd;
}

.author-name{
  letter-spacing: 1px;
}

/*theme detail*/
/*bangtinh*/
.bangtinh{
  margin-top: 20px;
  border-top: 1px solid rgba(48,51,58,.2);
}

.tool-box {
  display: block;
  padding: 0 8px;
    border-radius: 2px;
    border: 4px solid #f4f4f4;
}

.tool-box-left .content{
  padding: 20px;
}

.tool-box .form-group label{
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  font-weight: bold;
}
.tool-box .form-group label span:last-child{
  padding-right: 15px;
}
.calc-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.calc-group .range {
    display: block;
    width: calc(100% - 95px);
    float: left;
}
.range_input{
  display: none;
}
.calc-group .input-group{
    width: 90px;
    /*height: 36px;*/
    margin-left: 20px;
    border: solid 1px #ccc;
    border-radius: 0.25rem;

}
.calc-group .input-group-text{
  border: 0;
}
.calc-group .input-group input{
  border-right: 0;
  padding-right: 0;
  font-size: 14px;
  border: 0;
  text-align: center;
}
.calc-group .input-group input:focus{
  box-shadow: unset;
  outline: unset;
}
.calc-group .input-group .input-group-text{
  background: unset;
  border-color: #ccc;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 33px;
  justify-content: center;
  line-height: 1px;
}

.slider-container {
  width: 100%;
  height: 35px;
}
.slider-container .irs .irs-line,
.slider-container .irs .irs-bar,
.slider-container .irs .irs-bar-edge {
  height: 2px;
  top: 28px;
}
.slider-container .irs .irs-slider {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #444c59;
}
.slider-container .irs .irs-slider:hover,
.slider-container .irs .irs-slider.state_hover {
  top: 4px;
  width: 28px;
  height: 28px;
  margin-left: -2px;
}
.slider-container .irs .irs-from,
.slider-container .irs-to,
.slider-container .irs-single {
  font-size: 12px;
  padding: 1px 4px;
}
.slider-container .range-slider-container,
.slider-container .range-slider-container .irs {
  height: 35px;
}
.slider-container .irs .irs-line,
.slider-container .irs .irs-bar,
.slider-container .irs .irs-bar-edge {
  top: 18px;
  height: 5px;
  background: rgba(131, 131, 131, 0.15);
  border: none;
}
.slider-container .irs .irs-bar,
.slider-container .irs .irs-bar-edge {
  background: #444c59
}
.slider-container .irs-handle{
  top: 9px;
  border-color: #444c59;
}
.range_price{
  display: none;
}
.type-thanhtoan .form-check-inline{
  align-items: flex-start;
}
.type-thanhtoan .form-check-inline label{
  font-weight: normal;
  font-size: 13px;
}
.type-thanhtoan .form-check-inline .form-check-input{
  margin-top: 6px;
}

.calc-right{
  background: #f3f4f7;
  flex: 0 0 45%;
  max-width: 475px;
}
.calc-right .calc-content{
  padding: 20px;
  height: 100%;
}
.calc-right>h3{
  font-size: 18px;
  padding-bottom: 10px;
}
.chart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(48,51,58,.2);
}
.chart-box>div{
  flex: 1;
}
.chart-box .render-chart{
  padding: 0 10px;
  flex: 0 0 50%;
  position: relative;
}

.chart-description{
  text-align: right;
  padding: 0 15px 0 40px;
}
.chart-description .chart-legend .value{
  font-weight: bold;
  margin-bottom: 5px;
}
.chart-description .chart-legend:nth-child(1) .value{
  color: #6975c8;
}
.chart-description .chart-legend:nth-child(2) .value{
  color: #4ab5c1;
}
.chart-description .chart-legend:nth-child(3) .value{
  color: #ce68a5;
}
#myChart{
  position: relative;
  z-index: 9;
}
.donut-inner {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
   text-align: center;
   font-size: 18px;
    font-weight: 600;
    color: #333;
}
.donut-inner h5 {
   margin-bottom: 0;
   margin-top: 0;
   font-size: 26px;
   font-weight: 900;
}
.total-pay{
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.total-pay .title{
  width: 30%;
}
.total-pay .pay-price{
  width: 70%;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
}

.down-payment button{
  width: 100%;
  border-radius: 0;
  margin:  10px 0;
  background-color: #821e53;
  border-color: #821e53;
  font-size: 15px;
  padding: 7px 20px 10px;
  letter-spacing: 1px;
}
.table_bangtinh{
  display: none;
}

#ModalSubscription .close{
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  opacity: 1;
}
.post-subscription{
  font-size: 16px;
}

#swal2-content{
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

@media(max-width: 580px){
  .tool-box-left .content{
    padding: 20px 0;
  }
}
/*bangtinh*/

.scroll-sticky{
  position: -webkit-sticky;
    position: sticky;
    top: 30px;
}
.project-home-topv1 .scroll-sticky{
    top: 70px;
}

.left-cat-menu .nav-link{
  text-transform: uppercase;
}
.left-cat-menu .nav-link:hover{
  text-decoration: underline;
  color: #741b4a;
}


/*post-item*/
.post-item{
  border-top: 1px solid #efefef;
  padding-top: 15px;
}
.post-item:first-child{
  border-top: 0;
  padding-top: 0;
}

.sidebar-menu{
  border:  1px solid #ccc;
  border-radius: 5px;
}
div.left-cat-menu li.left-cat-menu-title,
.sidebar-menu .title-header{
  padding: 5px 10px 10px;
  background: #821e53;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sidebar-menu #sidebar_category_new{
  padding: 10px;
}
.sidebar-menu #sidebar_category_new li{
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-menu #sidebar_category_new li a:hover{
  text-decoration: underline;
  color: #741b4a;
}

.field.field-right{
  margin-left: auto;
}
.list_theme_category .field.field-right sub{
  top: 3px;
}

.post-recent-content a{
  font-size: 15px;
  font-weight: bold;
}
/*post-item*/

/*project detail*/
.maps-title{
  display: block;
  width: 100%;
  margin-top: -3px;
    padding: 5px 10px 10px;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
    background: #fff;
}
.maps-title .icon{
  color: #c72528!important;
  font-size: 22px;
  margin-right: 5px;
}
.toggle-btn{
  cursor: pointer;
}
/*project detail*/
/*project-other*/
.blog-related,
.project-other-content{
  border-top: 1px solid #741b4a;
  margin-top:  30px;
  padding-top: 30px;
}
.project-other .item-body{
  /*border: 1px solid #e1e1dc;*/
    padding: 5px 10px 10px;
    border-top: 0;
}
.project-other .content-category-home{
  height: 100%;
  border: 1px solid #e1e1dc;
  overflow: hidden;
  border-radius: 5px;
}
.project-other .content-category-home .title-project{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 42px;*/
  margin: 5px 0 5px;
}
.project-other .content-category-home .title-project .link{
  font-size: 15px;
  font-weight: 700;
  height: auto;
  margin:  0;
  min-height: unset;
}
.project-other .content-category-home .card-text{
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.project-other .content-category-home img {
  border: 0;
}
.project-other .content-category-home .image a {
  border: 3px solid #e1e1dc;
}
.detail-icon{
  font-size: 13px;
}
.detail-icon .field{
  margin-right: 7px;
}
#heading-tienich h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem !important;
}
.bangtinh .tool-box .tool-box-left label {
    font-size: 1.1rem;
}
#public-main .bangtinh h3.header-title {
    font-size: 1.3rem !important;
    margin-bottom: 5px;
}

.ratio {
    overflow: hidden;
    position: relative;
}
.ratio .ratio-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ratio.ratio-16x9 {
    padding-top: 56.25%;
}
.ratio.ratio-4x3 {
    padding-top: 75%;
}

.card.project-card .card-title > a {
    font-size: 1.25rem;
}
.card.project-card .card-body {
    padding: 0.8rem 0px 0px 0px;
}

#big{
  background-color: #333333;
}
#big .owl-stage-outer .owl-stage .owl-item {
    background-color: #333333;
}

#project-relation > .container > h3 {
    padding-left: 8px;
}

#sidebar_category_new a.item_cate_category {
    font-size: 1.1rem;
}
#sidebar_category_new > li {
    margin-bottom: 0.5rem;
}

@media(max-width: 768px){
  .blog-related,
  .project-other-content{
    margin-top: 0;   
    padding-top: 20px;
  }
}

/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

.price_show_currency{
  /*display: none;*/
}

/*pagination*/
.pagination{
  justify-content: center;
  padding: 30px 0;
}
.pagination li{
  width: auto;
  margin: 0 4px;
  border-radius: 5px;
  background: #fff !important;
  border: 1px solid #ccc !important;
}
.pagination a,
.pagination span{
  display: block;
  padding: 5px 5px 8px;
  min-width: 38px;
  color: #333;
  font-size: 17px;
  border-radius: 5px;
}
.pagination span{
  color: #fff;
}
.pagination .disabled span{
  color: #333;
  opacity: 0.5;
}
.pagination a:hover,
.pagination>.active>span:hover {
    background-color: #821e53 !important;
    border-color: #821e53 !important;
    color: #fff;
}
/*pagination*/

.group-section-wrap{
  padding-top: 0;
}

.text-date{
  padding: 10px;
  background: #f1f1f1f1;
  margin-bottom: 10px
}

/*sidebar*/
.widget .post-recent-thumb{
  width: 100%;
}

@media(max-width: 768px){
  .widget .post-recent{
    display: flex;
  }
  .widget .post-recent-thumb{
    flex: 0 0 30%;
    margin-right: 10px;
  }  

  .widget .post-recent-content{
    margin-top: -5px;
  }
}
/*sidebar*/

.copyright-text ,
.copyright-text p{
  font-size: 13px;
  color: #999;
}

@media(max-width: 768px){
  .copyright-text p{
    padding-left: 25px;
  }
}


.html-content ul,
.fancybox-content .quote ul,
#contentDetails .quote ul,
#fixed_content_detail .quote ul{
    list-style:  auto;
    padding-left: 20px;
}

.html-content ol,
.fancybox-content .quote ol,
#contentDetails .quote ol,
#fixed_content_detail .quote ol{
    list-style:  auto;
    padding-left: 20px;
}

.html-content ul li,
.fancybox-content ul li,
#contentDetails ul li,
#fixed_content_detail .quote ul li{
    list-style-type: disc;
}

.html-content ol li,
.fancybox-content ol li,
#contentDetails ol li,
#fixed_content_detail .quote ol li{
    list-style-type: decimal;
}