@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
    font-family: 'SVN-Rosellinda';
    src: url('../fonts/SVN-RosellindaAlyamore.woff2') format('woff2'),
        url('../fonts/SVN-RosellindaAlyamore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy-Bold';
    src: url('../fonts/SVN-GilroyBold.woff2') format('woff2'),
        url('../fonts/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy-Light';
    src: url('../fonts/SVN-GilroyLight.woff2') format('woff2'),
        url('../fonts/SVN-GilroyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SanFranciscoDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amostely Signature';
    src: url('../fonts/AmostelySignatureRegular.woff2') format('woff2'),
        url('../fonts/AmostelySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mind-Blowing-Bold';
    src: url('../fonts/MindBlowingBold-Bold.woff2') format('woff2'),
        url('../fonts/MindBlowingBold-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
/*     font-family: "SVN-Gilroy-Light"; */
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
	margin: 0;
	line-height: 1.5;
}

a {
    color: #F68B1F;
    text-decoration: none;
}

h1,
h2,
h3 {
    /*font-family: "SVN-Gilroy-Bold";*/
    color: #323232;
}
h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}
p{
	margin-top: 0;
}
.btn-popup {
    min-width: 138px;
}

.btn-gradient {
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 13px;
    border: none;
    padding: 0 29px;
    /*font-family: "SVN-Gilroy-Bold";*/
    background-image: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}

.btn-gradient-sm {
    height: 43px;
}

.btn-gradient-lg {
    height: 48px;
}

.img-cover {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

article time.updated {
    display: none;
}
article.loop-gradient .detail-content {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
}

article.loop-gradient .detail {
    color: #fff;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.banner::after,
article.loop-gradient .detail::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

article.loop-gradient .detail-content a {
    color: #fff;
}

article.loop-gradient .detail::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 109, 142, 1) 70%);
}

.entry-title .yasr-stars-title,
.entry-title .yasr-stars-title-average {
    display: none;
}

.aligncenter,
.center{
    text-align:center;
	background: rgb(0 0 0 / 5%);
	font-style: italic;
	font-size: 16px;
}
.aligncenter,
.center{
    margin-left:auto;
    margin-right:auto;
    display: block;
}
figure{
    max-width: 100%;
}
.header-main .hfe-nav-menu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
}

#home-slider {
    position: relative;
    z-index: 2;
}

#home-slider .caption {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 15%;
    text-align: left;
}

#home-slider .caption h2 {
    color: #fff;
    font-family: 'SVN-Rosellinda';
}

#home-slider .caption h3 {
    color: #fff;
}

#home-slider .slider-button {
    color: #fff;
    background: #F68B1F;
    border-radius: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Bold";
}

#home-slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 100%;
    opacity: 1;
    background: rgba(112, 112, 112, 0.8);
}

#home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.fancybox .layout-1 {
    color: #4D4D4D;
    font-size: 18px;
    border-radius: 10px;
    min-height: 413px;
    overflow: hidden;
    border: 1px solid #BFBFBF;
}

.fancybox .layout-1:hover::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/fancybox-layout-1.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox .layout-1:hover,
.fancybox .layout-1:hover .card-title {
    color: #fff;
}

.fancybox .layout-1 .card-title-svg {
    height: 145px;
    overflow: hidden;
}

.fancybox .layout-1 svg text {
    font-family: "Mind-Blowing-Bold";
}

.fancybox .layout-1:hover svg text {
    fill: #fff;
}

.fancybox .layout-1 .card-text {
    padding: 0 6px;
}

.fancybox .layout-1:hover p strong {
    color: #F68B1F;
}

.fancybox .default .card-body,
.fancybox .layout-1 .card-body {
    position: relative;
    z-index: 2;
}

.fancybox .layout-1 .card-title {
    color: #F68B1F;
    font-size: 103px;
    font-family: "SVN-Rosellinda";
}

.fancybox .layout-1 p strong {
    color: #dc3545;
    font-family: "SVN-Gilroy-Bold";
}

.fancybox .default {
    padding: 25px;
    font-size: 18px;
    color: #4D4D4D;
    text-align: left;
    overflow: hidden;
    border-radius: 16px;
    min-height: 297px;
    border: 1px solid #C9C9C9;
}

.fancybox .default .card-icon {
    color: #F68B1F;
}

.fancybox .default .card-title {
    color: var(--pri_color);
    font-size: 24px;
}

.fancybox .default:hover::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/fancybox-default.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox .default:hover,
.fancybox .default:hover .card-icon,
.fancybox .default:hover .card-title {
    color: #fff;
}

.fancybox .layout-2 {
    position: relative;
    overflow: hidden;
}

.fancybox .layout-2 .card-title {
    color: #F68B1F;
    font-family: 'SVN-Rosellinda';
}

.fancybox .layout-2 .card-text p {
    font-size: 20px;
    font-family: "SanFranciscoDisplay";
}

.fancybox .layout-2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(13, 119, 126, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.fancybox .layout-2 .card-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.fancybox .layout-2 .btn-more {

    text-align: center;
    color: #fff;
    background: #F68B1F;
    display: inline-block;
    border-radius: 29px;

}

.fancybox .layout-2 .card-sub_title {
    font-family: "SVN-Gilroy-Bold";
    text-align: left;
}

.fancybox .layout-3 .card-img img {
    max-height: 107.22px;
}

.fancybox .layout-3 .card-title {
    font-size: 36px;
}

.fancybox .layout-3 .card-text {
    font-size: 22px;
}

.fancybox .layout-4 {
    position: relative;

}

.fancybox.quocte {
    border-bottom: 1px dashed #9E9E9E;
}

.fancybox .layout-4 .card-title {
    color: #4B4B4B;
    margin-top: 15px;
    font-family: "Amostely Signature";
}

.fancybox .layout-4 .sub-title {
    color: #F68B1F;
    line-height: 1;
    margin-top: -16px;
    font-family: "SanFranciscoDisplay";
}

.fancybox .layout-4 .sub-title span {
    padding-left: 7%;
}

.fancybox .layout-4 .card-text {
    position: relative;
    color: #9E9E9E;
    z-index: 2;
    margin-top: 20px;
}

.fancybox .layout-4::before,
.fancybox .layout-4::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

.fancybox .layout-4::before {
    left: 0;
    background: url('../images/quocte-left.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.fancybox .layout-4::after {
    right: 0;
    background: url('../images/quocte-right.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.fancybox .layout-5 .card-text {
    color: #9E9E9E;
}

.fancybox .layout-5 .card-img {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 25px;
}

.fancybox .layout-5 .play-video {
    position: relative;
    z-index: 1;
}

.fancybox .layout-5 .play-video .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.project-highlight .highlight-item {
    color: #fff;
    width: 100%;
}

.project-highlight .highlight-item .entry-title a {
    font-size: 20px;
    color: #F68B1F;
}

.project-highlight .highlight-item .content {
    max-width: 400px;
    position: relative;
    background: var(--pri_color);
}

.project-highlight .highlight-item .entry-content {
    margin-top: 10px;
}

.project-highlight .meta {
    font-size: 14px;
}

.project-highlight .meta .btn {
    padding: 0 10px;
}

.project-highlight .highlight-item .view-more a {
    border-radius: 32px;
    border: 1px solid #fff;
    height: 43px;
    font-size: 16px;
    min-width: 178px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    font-family: "SVN-Gilroy-Bold";
}

.project-highlight .highlight-item .meta {
    position: relative;
}

.list-post-heading.highlight {
    border: none;
    margin-bottom: 54px;
	text-align: center;
}

.list-post-heading.highlight .more a {
    color: #fff;
    line-height: 38px;
}

.project-highlight .highlight-item .meta-content {
    position: relative;
    z-index: 2;
}

.project-highlight .highlight-item .more a {
    color: #fff;
    line-height: 32px;
}

.project-highlight .highlight-item .meta::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 109, 142, 1) 100%);
}

.post-list-wrapper article.news-item.first .post-thumbnail {
    width: 100%;
    margin-bottom: 24px;
}

.post-list-wrapper article.news-item {
    margin-bottom: 18px;
}

.post-list-wrapper article.news-item .post-thumbnail {
    border-radius: 10px;
}

.post-list-wrapper article.news-item .entry-title {
    font-size: 16px;
}

.post-list-wrapper article.news-item .entry-meta {
    font-size: 14px;
}

.post-list-wrapper article.news-item .excrept {
    color: #9E9E9E;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 35px;
}

.post-list-wrapper article.news-item.first .excrept {
    margin-bottom: 10px;
}

.list-post-heading {
    margin-bottom: 25px;
    border-bottom: 1px solid #CECECE;
}

.list-post-heading ul li a {
    color: #4B4B4B;
    font-family: "SVN-Gilroy-Bold";
}

.list-post-heading ul li:hover a {
    color: #F68B1F;
}
.related-post .item-related{
    text-align: left;
    font-size: 14px;
    margin-bottom: 25px;
}
.related-post .item-related .thumb{
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px;
}
.related-post .item-related .title{
    font-size: 18px;
    margin: 0;
}
.related-post .item-related:hover .title{
    color: #f28f1f;
}
.related-post .item-related .description{
    color: #333;
}

.banner {
    position: relative;
}

.banner .banner-content {
    position: relative;
    z-index: 2;
}

.banner h1 {
    color: #fff;
}

.banner h1 .breadcrumb {
    font-size: 16px;
    margin-top: 10px;
}

.banner .breadcrumb,
.banner .breadcrumb a {
    color: #fff;
    font-family: "SVN-Gilroy-Bold";
}

.banner .breadcrumb a:hover {
    color: #F28F1F;
}

.banner .breadcrumb span {
    font-family: "SVN-Gilroy-Light";
}

.form-horizontal {
    border-radius: 5px;
    min-height: 93px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}

.form-horizontal .btn,
.form-horizontal input.form-control,
.form-horizontal .select2 .select2-selection {
    height: 40px;
    border: none;
}

.form-horizontal input.form-control,
.form-horizontal .select2 .select2-selection {
    color: #fff;
    background: rgba(255, 255, 255, 0.55);
}

.form-horizontal .select2 .select2-selection span {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.form-horizontal .select2 .select2-selection .select2-selection__arrow {
    top: 5px;
    right: 10px;
}

.form-horizontal .select2 .select2-selection .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.form-horizontal ::placeholder {
    color: #fff !important;
}

.form-horizontal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.form-horizontal form,
.form-horizontal select {
    display: block;
    width: 100%;
}

.btn-popup,
.form-horizontal select,
.form-horizontal input[type='submit'] {
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.btn-popup,
.form-horizontal input[type='submit'] {
    background: #F28F1F;
    color: #fff;
    display: block;
    border: none;
    height: 40px;
    font-size: 14px;
}
.form-horizontal input[type='submit']{
    width: 100%;
}
.form-horizontal form label {
    width: 100%;
}

.wpcf7-spinner {
    position: absolute;
    right: 15px;
    top: 8px;
}

.wpcf7-form .label-subscribe {
    background: #F28F1F;
    color: #fff;
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
}

article .entry-content,
article.project-item .entry-content {
    font-size: 16px;
    text-align: justify;
}

article .entry-content img {
    max-width: 100%;
    height: auto;
}

/** Project items **/
article.project-item .hot,
article.project-item .meta span,
article.project-item .view-more .btn {
    font-size: 14px;
    /*font-family: "SVN-Gilroy-Bold";*/
}

article.project-item .entry-content {
    color: #fff;
}

article.project-item .hot {
    position: absolute;
    display: block;
    width: 40px;
    height: 61px;
    top: 0;
    left: 34px;
    z-index: 2;
    background: #F68B1F;
    text-align: center;
    padding-top: 18px;
    text-transform: uppercase;
}
article.project-item .project-thumbnail{
    display: block;
    height: 265px;
}
article.project-item .project-thumbnail img{
    width: 100%;;
    height: 100%;
    object-fit: cover;
}
article.project-item .detail-content{
    min-height: 160px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 0;
    background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}
.first article.project-item .detail-content{
    /*background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);*/
}
article.project-item .detail::after{
    display: none;
}
article.project-item .detail-content header {
    overflow: hidden;
}

article.project-item .detail-content .entry-content {
    min-height: 74px;
    overflow: hidden;
}

article.project-item .entry-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
article.project-item .detail-content a:hover{
    color: #F68B1F;
}
.banner::after {
    top: 10%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--pri_color) 100%);
}

article.project-item .detail::after {
    top: 20%;
}

article.project-item .meta .contact {
    margin-top: 8px;
}

.project-highlight .meta .address .district,
article.project-item .meta .address .district {
    display: none;
}

.project-highlight .meta i,
article.project-item .meta i {
    color: #F68B1F;
}

.project-highlight .meta .btn,
article.project-item .meta .btn {
    background: #fff;
    min-width: 57px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    color: #F68B1F;
}

article.project-item .view-more {
    margin-bottom: 80px;
}

article.project-item .view-more .btn {
    color: #fff;
    height: 48px;
    min-width: 173px;
    border-radius: 24px;
    border: 2px solid #fff;
    line-height: 43px;
    transition: all 0.3s;
}

article.project-item .view-more .btn:hover {
    background: #F68B1F;
    border-color: #F68B1F;
}

.project .load-more {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

/** News **/
.news .more {
    margin-bottom: 63px;
}

.menu-category {
    border-top: 1px dashed #aaa;
}

.menu-category li a {
    color: #4D4D4D;
    font-size: 18px;
}

.menu-category li a {
    color: #4D4D4D;
    font-size: 18px;
}

.menu-category li:hover a {
    color: #F68B1F;
}

article.news-item {
    margin-bottom: 27.5px;
}

article.news-item .post-thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 13px;
}

article.news-item .post-details {
    padding-left: 17.5px;
}

article.news-item .excrept {
    color: #414141;
}

article.news-item .entry-meta .post-on i {
    color: #F68B1F;
}

article.news-item .read-more a:hover,
article.news-item .entry-meta .post-on a {
    color: #9E9E9E;
}

article.news-item .post-details .entry-title a {
    color: #505050;
}

article.news-item .post-details .entry-title:hover a {
    color: #F68B1F;
}

/** Subscribe form **/
.subscribe-form {
    border-radius: 10px;
    position: relative;
    padding: 25px 20px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.form-content {
    position: relative;
    z-index: 2;
}
.subscribe-form::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--pri_color) 0%, var(--sec_color) 100%);
}

.subscribe-form .title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 16px;
}
#subscribe-contact .subscribe-form .title{
    margin-top: 0;
    text-transform: uppercase;
}
.subscribe-form .sub-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.subscribe-form .form-group {
    margin-bottom: 20px;
}

.subscribe-form .label-subscribe,
.subscribe-form .form-group input.form-control {
    height: 55px;
    border: none;
    border-radius: 5px;
}
.subscribe-form .form-group input.form-control {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    padding-left: 15px;
}

.subscribe-form .form-group ::placeholder {
    color: #fff;
}

.subscribe-form .label-subscribe {
    font-size: 19px;
    line-height: 38px;
    font-family: "SVN-Gilroy-Bold";
}

.widget_block .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 20px;
}

.subscribe-form .submit-wrapper .wpcf7-spinner {
    top: 15px;
    right: 5px;
}

.subscribe-form .submit-wrapper {
    margin-bottom: 20px;
    text-align: center;
}
.subscribe-form .submit-wrapper input[type="submit"]{
    background-color: #ff9900;
    border: none;
    color: #fff;
    width: 50%;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    min-height: 55px; 
}
.recruitment {
    margin-bottom: 30px;
}

.search-filter-recruitment {
    margin-bottom: 30px;
}

.search-filter-recruitment .searchandfilter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-filter-recruitment .searchandfilter h4 {
    color: #4D4D4D;
    font-size: 16px;
}

.recruitment .header {
    color: #4D4D4D;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "SVN-Gilroy-Bold";
}

.recruitment .job-item {
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    border: 1px solid #D2D2D2;
}

.recruitment .header,
.recruitment .job-item {
    padding: 0 30px;
}

.recruitment .job-item:hover {
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(160deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}

.recruitment .job-item .read-more {
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    min-width: 152px;
    height: 46px;
    line-height: 32px;
    background: #F68B1F;
}

.project-single {
    margin-top: 23px;
}

.project-single .options {
    overflow: hidden;
    border-radius: 23px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05);
}

.project-single .options .price {
    font-size: 16px;
}

.project-single .options .price-number {
    color: var(--pri_color);
    font-family: "SVN-Gilroy-Bold";
}

.project-single .options .suffix {
    color: #9A9A9A;
    font-size: 14px;
}

.project-single .options .price-label {
    color: #F68B1F;
}

.project-single .options .map {
    height: 203px;
}

.project-single .options .map iframe {
    width: 100%;
}

.project-single .option-body {
    padding: 0 20px;
}

.project-single .options .title {
    font-size: 16px;
    margin-top: 48px;
    margin-bottom: 15px;
}

.project-single .option-body ul {
    margin-bottom: 42px;
}

.project-single .option-body li {
    color: #4D4D4D;
    font-size: 14px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}

.project-single .option-body li .icon {
    width: 20px;
}

.project-single .option-body li i {
    font-size: 16px;
    color: #F68B1F;
}

.project-single .details-header {
    min-height: 86px;
    border-radius: 15px;
    padding: 0 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}

.project-single .details-header h2 {
    color: #fff;
}

.project-single .details-header .toc li:not(:last-child) {
    margin-right: 20px;
}

.project-single .details-header .toc li a {
    color: #fff;
    font-size: 18px;
}
@media (max-width: 991px) {.project-single .details-header .toc li a {font-size: 16px;}}
.project-single .details-header .toc li:hover a,
.tags-wrapper .social-share li:hover a,
.project-single .details-header .social-share li:hover a {
    color: #F68B1F;
}

.project-single .details-header .toc li.active::after {
    content: "";
    display: block;
    width: 54px;
    height: 5px;
    border-radius: 3px;
    margin-top: 3px;
    background: #F68B1F;
}

.project-single .details-header .social-share {
    color: #fff;
    font-family: "SVN-Gilroy-Bold";
}

.tags-wrapper .social-share li:not(:last-child),
.project-single .details-header .social-share li:not(:last-child) {
    margin-right: 5px;
}

.project-single .details-header .social-share a {
    color: #fff;
    font-size: 24px;
}

.project-single .content-heading {
    min-height: 61px;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    padding-left: 38px;
    margin-bottom: 20px;
    background: url('../images/bg-heading.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.project-single .content-heading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}

.project-single .content-heading .heading-title {
    color: #fff;
    font-size: 21px;
    position: relative;
    z-index: 3;
}

.project-single .details-content .entry-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.project-single .entry-content {
    color: #333333;
    font-size: 16px;
}

.project-single .overview .post-thumbnail {
    overflow: hidden;
    border-radius: 15px;
    max-height: 454px;
    margin-bottom: 38px;
}

.project-single .meta-box {
    display: none
}

.project-single .project-comments {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.project-single .related-project {
    margin: 38px 0;
}
.project-single .entry-content table{
	position: relative;
    overflow: hidden;
	color: #fff;
	background: url(../images/bg-heading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.project-single .entry-content td{
	position: relative;
    z-index: 1;
	padding: 8px;
	text-align: center;
	border: 2px solid #fff;
}
.project-single .entry-content table td:before{
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5, 119, 119, 83%);
}
.partner-heading .title-heading,
.list-post-heading .title-heading,
.project-single .heading .title-heading, .related-title {
    color: var(--pri_color);
    margin-bottom: 20px;
}

.partner-heading .sub-title,
.list-post-heading .sub-title,
.project-single .heading .sub-title {
    color: #9E9E9E;
}

.vote {
    margin-top: 45px;
    margin-bottom: 5px
}

.vote .yasr-vv-stats-text-container {
    color: #ccc;
    font-size: 14px;
}

.vote .yasr-small-block-bold {
    color: #198754;
}

.vote .yasr-already-voted-text {
    display: none;
}

.vote .yasr-dashicons-visitor-stats {
    fill: #fff !important;
}

h2 .yasr-star-rating,
h2 .yasr-stars-title-average {
    display: none;
}

.tags-wrapper {
    min-height: 63px;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
}

.tags-wrapper span {
    font-family: "SVN-Gilroy-Bold";
}

.tags-wrapper .social-share a {
    font-size: 24px;
    color: #9A9A9A;
}

.tags-wrapper ul li a {
    color: #707070;
}

.comment-form {
    color: #505050;
}

.comment-form .form-control {
    border-color: #D1D1D1;
    font-size: 14px;
    color: #9A9A9A
}

.comment-form textarea.form-control {
    resize: none;
    border-radius: 15px;
    margin-top: 5px;
}

.comment-form input.form-control {
    border-radius: 13px;
}

.comment-form .form-control::placeholder {
    color: #9A9A9A;
}

.comment-form .form-submit {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.comment-form label {
    color: #505050;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "SVN-Gilroy-Bold";
}

.comment-form label.submit-label {
    color: #fff;
    font-size: 20px;
    min-width: 219px;
    line-height: 55px;
    font-family: "SVN-Gilroy-Light";
}

.comments-area .comment-details,
.comments-area .comment-details .comment-meta a {
    color: #505050;
}

.comments-area ol {
    list-style: none;
}

.comments-area ol li .comment-body {
    margin-bottom: 17px;
}

.comments-area>ol {
    padding-left: 0;
    float: left;
    width: 100%;
}

.comments-area .comment-author img {
    border-radius: 100%;
    box-shadow: 10px 10px 24px 0 rgba(0, 0, 0, 0.1);
}

.comments-area .comment-content {
    width: 100%;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.comments-area .comment-content::before {
    content: "";
    display: block;
    width: 15px;
    height: 21px;
    top: -2px;
    left: -15px;
    z-index: 2;
    position: absolute;
    background: url(../images/arrow-comment.png);
    background-size: contain;
}

.comments-area .author-name,
.comments-area .comment-reply-link,
.comments-area .comment-details .reply i {
    color: var(--pri_color);
}

.comments-area .comment-details .reply i {
    font-size: 12px;
    vertical-align: 1px;
}

.tags-wrapper ul li:hover a,
.comments-area .comment-details .reply:hover a,
.comments-area .comment-details .reply:hover i {
    color: #F68B1F;
}

.comments-area .author-name {
    font-family: "SVN-Gilroy-Bold";
}

.comment-reply-title {
    font-size: 16px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.comments-area>.comment-respond .comment-reply-title {
    display: none;
}

article.gallery-item .detail{
    border-radius: 0;
    margin-bottom: 25px;
}
article.gallery-item .detail .thumbnail{
    position: relative;
    overflow: hidden;
    height: 213px;
    border-radius: 8px;
}
article.gallery-item .detail .thumbnail a{
    line-height: 0;
}
article.gallery-item .detail .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.gallery-item .detail .image-count span {
    font-family: "SVN-Gilroy-Bold";
    font-size: 76px;
}

article.gallery-item .detail .image-count {
    margin-bottom: 20px;
}

article.gallery-item .detail .play-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: rgb(255 255 255 / 70%);
    border: 3px solid var(--pri_color);
    border-radius: 50%;
}
article.gallery-item .detail .play-icon i{
    color: var(--pri_color);
    font-size: 20px;
    padding-left: 5px;
}

article.gallery-item .detail .play-icon img {
    max-width: 82px;
}

article.gallery-item .detail header {
    max-height: 24px;
    overflow: hidden;
}

article.gallery-item .detail h2 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 0;
}
article.gallery-item .detail-content a {
    color: #323232;
}
article.gallery-item .detail::after {
    display: none;
    top: 30%;
}

.list-profile li:not(:last-child) {
    margin-right: 7px;
}

.list-profile li {
    margin-bottom: 10px;
}

.list-profile li a {
    color: #aaa;
    padding: 15px;
    border-radius: 13px;
    border: 1px solid #ddd;
}

.list-profile li a i {
    color: #F74A22;
}

/** Contact modal **/
#contact-modal {
    font-size: 16px;
}

#contact-modal .modal-title {
    color: var(--pri_color);
}

#contact-modal .modal-title i {
    color: #F68B1F;
    font-size: 20px;
}

#contact-modal li i {
    color: var(--pri_color);
    font-size: 18px;
}

aside.widget-area{
    border-left: 1px solid #D6D6D6;
    padding-left: 20px;
}
aside .widget_block {
    margin-bottom: 30px;
}

aside .widget_block .widget-title {
    margin-bottom: 28px;
    margin-top: 0;
}

aside .news-post-widget .wiget-title {
    margin-bottom: 30px;
}

aside .widget-post-item {
    margin-bottom: 18.5px;
    padding-bottom: 18.5px;
    border-bottom: 1px solid #D6D6D6;
}

aside .widget-post-item .entry-title {
    font-size: 16px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 8px;
}
aside .widget-post-item .entry-title a{
    display: block;
    color: #323232;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
aside .widget-post-item .entry-title:hover a {
    color: #F68B1F;
}

aside .widget-post-item .post-thumbnail {
    width: 88px;
    height: 88px;
    display: block;
    overflow: hidden;
    border-radius: 9px;
}

aside .widget-post-item .post-details {
    width: calc(100% -88px);
    padding-left: 14px;
}

aside .widget-post-item .entry-meta {
    color: #9E9E9E;
}

.bottom-line::after {
    content: "";
    display: block;
    height: 5px;
    width: 45px;
    margin-top: 10px;
    background: #F68B1F;
    border-radius: 3px;
}
aside .widget-post-item .entry-meta .comment{
    display: none;
}

#back-to-top {
    position: fixed;
    z-index: 10;
    color: #fff;
    background: #F28F1F;
    right: 24px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
	text-align: center;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#chat-bubble-root ._bc_cbb {
    bottom: 100px;
}

.wpcf7-form {
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 20px;
    margin: auto;
}
.sub-title{
	margin-bottom: 0 !important;
}
.title-line .elementor-heading-title{
	position: relative;
	padding-bottom: 15px;
}
.title-line .elementor-heading-title:after{
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 3px;
	background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}
.title-line.white .elementor-heading-title:after{
	background: #fff;
}
.list-post-home .widget-post-item{
    position: relative;
    flex-direction: column;
}
.list-post-home .post-right .widget-post-item:not(:last-child){
    margin-bottom: 15px;
}
.list-post-home .post-thumb{
    display: block;
    line-height: 0;
    height: 585px;
}
.list-post-home .post-right .post-thumb{
    height: 285px;
}
.list-post-home .post-thumb img{
    height: 100%;
    object-fit: cover;
}
.list-post-home .widget-post-item .post-details{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
    background-color: rgb(0 0 0 / 30%);
}
.list-post-home .post-right .widget-post-item .post-details{
    padding: 10px 15px;
}
.list-post-home .widget-post-item .entry-title{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.list-post-home .widget-post-item .entry-title a{
    color: #fff;
}
.list-post-home .see-more {
    display: block;
    text-align: center;
    padding-top: 30px;
}
.btn-view-all{
    display: inline-block;
    color: #fff;
    background-color: var( --sec_color );
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-view-all:hover{
    background-color: #f58f11;
}
.home-slide-project .swiper-slide{
    background: transparent;
}
.home-slide-project .item-project{
    position: relative;
    display: block;
    width: 100%;
}
.home-slide-project .item-project .project-thumbnail{
    display: block;
    line-height: 0;
    height: 245px;
}
.home-slide-project .item-project .project-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home-slide-project .item-project .detail-content{
    display: block;
    text-align: left;
    padding: 20px 15px;
    min-height: 131px;
    font-size: 14px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.home-slide-project .item-project .entry-title{
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.home-slide-project .item-project .entry-title a{
    color: var( --sec_color );
}
.home-slide-project .item-project .entry-title a:hover{
    color: #F68B1F;
}
.home-slide-project .item-project .address i{
    display: inline-block;
    color: #F68B1F;
    margin-right: 10px;
}
.home-slide-project .swiper-pagination{
    bottom: 0 !important;
    display: none;
}
.home-slide-project .swiper-pagination-bullet{
    width: 24px;
    height: 6px;
    border-radius: 2px;
    background: #fff;
    opacity: 1;
}
.home-slide-project .swiper-pagination-bullet-active{
    background: #fe9900;
}
.slide-project-widget .swiper-control{
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    color: var( --sec_color );
    border-radius: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 10%);
    cursor: pointer;
}
.slide-project-widget .project-button-next{
    right: -88px;
}
.slide-project-widget .project-button-prev{
    left: -88px;
}
.slide-project-widget .swiper-control:hover{
    color: #fff;
    background: #F68B1F;
}
#partner-slider{
    padding-bottom: 40px;
}
.partner-heading{
    display: none;
}
#partner-slider .slide-image{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    border: 1px solid var( --sec_color );
    border-radius: 10px;
}
#partner-slider .slide-image img{
    max-height: 80px;
    max-width: 140px;
    height: auto;
    width: auto;
}
.partner-widget .partner-slider-wrap .swiper-control{
    position: absolute;
    bottom: 0;
    width: auto;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #346b68;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
.partner-widget .partner-slider-wrap .button-prev-img{
    left: calc(50% - 40px);
}
.partner-widget .partner-slider-wrap .button-next-img{
    left: calc(50% + 10px);
}
.banner-page-heading .breadcrumb{
    background-color: #f1f1f1;
    padding: 12px 10px;
}
.banner-page-heading .breadcrumb a{
    color: #323232;
}
.banner-page-heading .breadcrumb .ms-3{
    margin: 0 10px !important;
}
#list-project .center{
    background: transparent;
    margin: 0;
    font-style: initial;
}
.page-template-page-news .banner-title .entry-title, .page-template-page-tuyen-dung .banner-title .entry-title{
    color: var(--pri_color);
    font-weight: bold;
}
.page-template-page-news article.news-item .entry-title{
    margin: 20px 0;
    font-size: 16px;
    margin-top: 0;
}
article.news-item .entry-meta .read-more{
    display: none;
}
.list-news-top article.news-item{
    flex-wrap: wrap;
}
.list-news-top article.news-item .post-thumb, .list-news-top article.news-item .post-thumbnail{
    width: 100%;
}
article.news-item .excrept{
    display: none !important;
}
.list-news-top .news-left article.news-item .excrept{
    display: block !important;
}
.list-news-top .news-left article.news-item .post-thumbnail{
    height: 385px;
}
.list-news-top article.news-item .post-details{
    padding-left: 0;
}
.page-template-page-news .list-news-top article.news-item .entry-title{
    margin: 10px 0;
}
.page-template-page-news .list-news-top .news-left .entry-title{
    font-weight: bold;
    font-size: 20px;
}
.page-template-page-news .list-news-top .news-left .entry-title a{
    color: #323232;
}
#list-news .border-line{
    border-top: 1px dashed #aaa;
    margin-bottom: 20px;
}
.single-post .banner-title, .single-tuyen-dung h2.entry-title{
    display: none;
}
.single-tuyen-dung .banner-title .entry-title{
    margin: 15px 0;
}
.single-post .entry-header h2.entry-title{
    margin-top: 0;
}
.single-post .entry-header .entry-meta, .single-tuyen-dung .entry-header .entry-meta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 25px;
}
.single-post .entry-header .entry-meta .icon-share, .single-tuyen-dung .entry-header .entry-meta .icon-share{
    display: inline-block;
    background: #1877f2;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}
.slide-project-news article.project-item .project-thumbnail, .related-project article.project-item .project-thumbnail{
    height: 175px;
}
.slide-project-news article.project-item, .related-project article.project-item{
    width: 100%;
}
.slide-project-news article.project-item .detail, .related-project article.project-item .detail{
    margin-bottom: 0;
    border-radius: 10px;
}
.slide-project-news article.project-item .detail-content, .related-project article.project-item .detail-content{
    padding: 15px 12px;
    font-size: 14px;
    min-height: 145px;
}
.slide-project-news .swiper-slide-active article.project-item .detail-content, 
.related-project .swiper-slide-active article.project-item .detail-content{
    background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);
}
.slide-project-news article.project-item .entry-title, .related-project article.project-item .entry-title{
    font-size: 16px;
}
.slide-project-news article.project-item .meta span, .related-project article.project-item .meta span{
    font-size: 12px;
}
.slide-project-news .swiper-control{
    z-index: 5;
    top: 50%;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    background: var(--pri_color);
    transform: translateY(-50%);
    position: absolute;
    width: 58px;
    height: 58px;
    font-size: 20px;
    line-height: 54px;
    box-shadow: 0 7px 5px 0 rgb(0 0 0 / 10%);
}
.slide-project-news .swiper-control:hover{
    background: #F68B1F;
}
.slide-project-news .project-related-next, .project-single .related-project .project-related-next{
    right: -29px;
    left: auto;
}
.slide-project-news .project-related-prev, .project-single .related-project .project-related-prev{
    left: -29px;
    right: auto;
}
.list-project-news .title-heading{
    color: var(--pri_color);
    font-size: 28px;
    margin-top: 0;
}
.view-all-project{
    margin-top: 30px;
    text-align: center;
}
.view-all-project a{
    display: inline-block;
    height: 48px;
    line-height: 48px;
}
.recruitment .load-more{
    text-align: center;
}
.contact-banner .entry-title{
    margin-bottom: 10px;
}
.info-contact.elementor-widget.elementor-list-item-link-full_width a {
    display: inline-block;
    width: auto;
}
.list-recruitment .elementor-icon-box-title{
    margin-top: 0;
}
.form-recruit{
    padding: 20px 25px;
}
.form-recruit .title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}
.form-recruit .form-content{
    display: block;
    padding: 0 20px;
}
.form-recruit input.form-control, .form-recruit .select2 .select2-selection{
    height: 48px;
}
.form-recruit .select2 .select2-selection span{
    line-height: 48px;
}
.form-recruit .submit-form{
    text-align: center;
}
.form-recruit .submit-form .btn{
    line-height: 32px;
    text-transform: uppercase;
}
.video-home .elementor-custom-embed-play{
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--pri_color ) 0%, var(--sec_color ) 100%);
    border-radius: 50%;
}
.video-home .elementor-custom-embed-play:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 1px solid var(--pri_color);
    border-radius: 50%;
    animation: border_layout_2 3s linear infinite ;
}
.video-home .elementor-custom-embed-play .eicon-play{
    opacity: 1
}
.video-home .elementor-custom-embed-play .eicon-play:before{
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
}
.tax-danh_muc_thu_vien .page-title{
    color: var(--pri_color);
    margin-bottom: 0;
}
@keyframes border_layout_2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.slider-images-box .iterm-slide{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.slider-images-box .iterm-slide:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, var( --sec_color ) 100%);
    transition: .3s all ease;
}
.slider-images-box .banner-img{
    width: 100%;
    height: 400px;
}
.slider-images-box .banner-img img{
    height: 100%;
    object-fit: cover;
}
.slider-images-box .iterm-slide .esee{
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    padding: 40px 30px;
    color: #fff;
    transition: .3s all ease;
}
.slider-images-box .iterm-slide .title{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.slider-images-box .iterm-slide .desc{
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    line-height: 26px;
}
.slider-images-box .iterm-slide:hover:before{
    height: 100%;
    background: linear-gradient(180deg, var(--pri_color) 0%, var( --sec_color ) 100%);
    /*background: linear-gradient(90deg, var(--pri_color) 0%, var( --sec_color ) 100%);*/
    opacity: 0.85;
}
.slider-images-box .iterm-slide:hover .esee{
    height: auto;
}
.slider-images-box .iterm-slide .desc{
    height: auto;
}
.slider-images-box .swiper-pagination{
    display: none;
}
/* ===== Widget / Archive: Danh sách sản phẩm ===== */
.widget-area h3.widget-title {
    margin-top: 0;
}
.list-san-pham {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.list-san-pham .item-san-pham {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.list-san-pham .item-san-pham * {
    transition: all ease 0.3s;
}
.widget .list-san-pham .item-san-pham,
.widget-san-pham .list-san-pham .item-san-pham {
    flex: 0 0 100%;
    max-width: 100%;
}
#secondary .list-san-pham .item-san-pham .realty {
    display: flex;
}
#secondary .list-san-pham .item-san-pham .thumb-link {
    flex: 0 0 30%;
    max-width: 30%;
}

/* Card */
.realty {
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}
.shadow-6 {
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.realty:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    transform: translateY(-2px);
}

/* Thumbnail */
.realty .thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f0f0f0;
}
.realty .thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.realty:hover .thumb-link img {
    transform: scale(1.04);
}
.realty-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--pri_color, #c8a96e);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 9px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* Info */
.info-realty {
    padding: 12px 14px 14px;
}
.info-realty h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.info-realty h4 a {
    color: inherit;
    text-decoration: none;
}
.info-realty h4 a:hover {
    color: var(--pri_color, #c8a96e);
}
.info-realty .dia-chi {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-realty .details {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
    margin-top: 4px;
}
.info-realty .details .price {
    font-size: 15px;
    font-weight: 700;
    color: var(--pri_color, #c8a96e);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-realty .details .area {
    color: #333;
    white-space: nowrap;
    font-weight: 600;
}
.info-realty .details .area sup {
    font-size: 9px;
}

/* More link */
.widget-san-pham .more_link_ar,
.shortcode-san-pham .more_link_ar {
    text-align: right;
    margin-top: 10px;
}
.widget-san-pham .more_link_ar a,
.shortcode-san-pham .more_link_ar a {
    font-size: 13px;
    color: var(--pri_color, #c8a96e);
    text-decoration: none;
    font-weight: 500;
}
.widget-san-pham .more_link_ar a:hover,
.shortcode-san-pham .more_link_ar a:hover {
    text-decoration: underline;
}
/* ===== Modal Tư Vấn ===== */
.modal-tu-van-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,.55);
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal-tu-van-overlay.is-open {
    display: flex;
}
.modal-tu-van-box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 520px;
    padding: 36px 32px 28px;
    box-shadow: 0 8px 40px rgba(0,0,0,.18);
    animation: modalFadeIn .25s ease;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.modal-tu-van-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #888;
    padding: 0 4px;
    transition: color .2s;
}
.modal-tu-van-close:hover { color: #222; }
.modal-tu-van-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--pri_color, #c8a96e);
    text-align: center;
}
.modal-tu-van-box .wpcf7-form label {
    font-size: 14px;
    font-weight: 500;
}
.modal-tu-van-box .wpcf7-form input:not([type=submit]),
.modal-tu-van-box .wpcf7-form textarea,
.modal-tu-van-box .wpcf7-form select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 14px;
    transition: border-color .2s;
}
.modal-tu-van-box .wpcf7-form input:focus,
.modal-tu-van-box .wpcf7-form textarea:focus {
    border-color: var(--pri_color, #c8a96e);
    outline: none;
}
.modal-tu-van-box .wpcf7-form input[type=submit] {
    background: var(--pri_color, #c8a96e);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
    width: 100%;
    margin-top: 6px;
}
.modal-tu-van-box .wpcf7-form input[type=submit]:hover { opacity: .85; }
@media (max-width: 480px) {
    .modal-tu-van-box { padding: 28px 18px 20px; }
}
/* ===== Form tìm kiếm sản phẩm ===== */
.sp-filter.realty-filter {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 22px 18px;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.sp-filter .option-select {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}
.sp-filter .option-select > li {
    flex: 1 1 180px;
    min-width: 140px;
}

/* Label trên mỗi field */
.sp-filter .sp-field-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #999;
    margin-bottom: 5px;
}

/* Select */
.sp-filter .option-select select {
    width: 100%;
    border: 1px solid #dde0e4;
    border-radius: 6px;
    padding: 9px 32px 9px 12px;
    font-size: 13px;
    background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 12px center;
    -webkit-appearance: none;
    appearance: none;
    color: #333;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
    line-height: 1.4;
}
.sp-filter .option-select select:hover { border-color: var(--pri_color, #c8a96e); }
.sp-filter .option-select select:focus { border-color: var(--pri_color, #c8a96e); box-shadow: 0 0 0 3px rgba(200,169,110,.15); outline: none; }

/* Submit button */
.sp-filter .sp-submit-wrap { flex: 0 0 auto; min-width: 130px; }
.sp-filter #btnSearchSP {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    background: var(--pri_color, #c8a96e);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .15s;
    letter-spacing: .2px;
    height: 40px;
}
.sp-filter #btnSearchSP:hover { background: var(--sec_color, #b5933b); transform: translateY(-1px); }
.sp-filter #btnSearchSP:active { transform: translateY(0); }
.sp-filter #btnSearchSP svg { flex-shrink: 0; }

/* Range slider diện tích */
.sp-area-field { flex: 1 1 260px !important; }
.sp-area-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.sp-area-label strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--pri_color, #c8a96e);
    text-transform: none;
    letter-spacing: 0;
}
.sp-range-wrap {
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 4px;
}
.sp-range-track {
    position: absolute;
    left: 4px;
    right: 4px;
    height: 5px;
    background: #e4e6ea;
    border-radius: 3px;
    pointer-events: none;
}
.sp-range-fill {
    position: absolute;
    height: 5px;
    background: var(--pri_color, #c8a96e);
    border-radius: 3px;
    transition: left .05s, width .05s;
}
.sp-range {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    height: 5px;
    margin: 0;
    z-index: 2;
    top: 3px;
}
.sp-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--pri_color, #c8a96e);
    box-shadow: 0 1px 6px rgba(0,0,0,.18);
    cursor: grab;
    pointer-events: all;
    transition: transform .15s, box-shadow .15s;
}
.sp-range::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.2); box-shadow: 0 2px 10px rgba(0,0,0,.25); }
.sp-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--pri_color, #c8a96e);
    box-shadow: 0 1px 6px rgba(0,0,0,.18);
    cursor: grab;
    pointer-events: all;
}
.sp-range::-webkit-slider-runnable-track { height: 5px; }
.sp-range:focus { outline: none; }

/* Responsive */
@media (max-width: 991px) {
    .sp-filter .option-select > li { flex: 1 1 calc(50% - 6px); min-width: 0; }
    .sp-area-field { flex: 1 1 100% !important; }
    .sp-filter .sp-submit-wrap { flex: 1 1 100%; }
}
@media (max-width: 575px) {
    .sp-filter.realty-filter { padding: 14px; }
    .sp-filter .option-select > li { flex: 1 1 100%; }
    .sp-filter .option-select { gap: 8px; }
}

/* ===== CTA Hotline - single san-pham ===== */
.sp-cta-hotline {
    margin: 28px 0 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff8ee 0%, #fff 100%);
    border: 1px solid rgba(200,169,110,.35);
    box-shadow: 0 2px 14px rgba(200,169,110,.12);
    overflow: hidden;
}
.sp-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 22px;
}
.sp-cta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sp-cta-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #888;
}
.sp-cta-phone {
    font-size: 22px;
    font-weight: 800;
    color: var(--pri_color, #c8a96e);
    text-decoration: none;
    letter-spacing: .5px;
    transition: color .2s;
}
.sp-cta-phone:hover { color: var(--sec_color, #b5933b); text-decoration: none; }
.sp-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn-sp-hotline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: background .2s, transform .15s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-sp-hotline:hover { transform: translateY(-1px); text-decoration: none; }
.btn-sp-hotline.btn-call {
    background: var(--pri_color, #c8a96e);
    color: #fff;
}
.btn-sp-hotline.btn-call:hover { background: var(--sec_color, #b5933b); color: #fff; }
.btn-sp-hotline.btn-tuvan {
    background: #fff;
    color: var(--pri_color, #c8a96e);
    border: 2px solid var(--pri_color, #c8a96e);
}
.btn-sp-hotline.btn-tuvan:hover { background: var(--pri_color, #c8a96e); color: #fff; }
@media (max-width: 575px) {
    .sp-cta-inner { flex-direction: column; align-items: flex-start; }
    .sp-cta-phone { font-size: 18px; }
    .sp-cta-actions { width: 100%; }
    .btn-sp-hotline { flex: 1; justify-content: center; }
}

/* ===== Slide sản phẩm nổi bật shortcode ===== */
.shortcode-slide-san-pham { margin-bottom: 28px; }
.slide-san-pham-wrap { position: relative; padding: 0 30px; }
.list-san-pham--slide { display: flex !important; flex-wrap: nowrap !important; }
.list-san-pham--slide.swiper-wrapper > .swiper-slide { height: auto; display: flex; flex-direction: column; }
.list-san-pham--slide .item-san-pham { width: 100% !important; flex: 1; }
.list-san-pham--slide .item-san-pham .realty { height: 100%; display: flex; flex-direction: column; }
.slide-sp-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: var(--pri_color, #c8a96e);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    font-size: 13px;
}
.slide-sp-control:hover { background: var(--sec_color, #b5933b); }
.slide-sp-prev { left: 0; }
.slide-sp-next { right: 0; }
.shortcode-slide-san-pham .swiper-pagination { position: static; margin-top: 10px; }