/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Author URI: hoanqhd@gmail.com
Template: flatsome
Version: 3.20.1
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Base font:*/
body{font-family:  "SVN-Gotham",  sans-serif}
/*Navigation font::*/
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:  "SVN-Gotham", sans-serif;}
/*Heading font:*/
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "SVN-Gotham", sans-serif;}

/* Khai báo font gotham bold */
/*@font-face {
    font-family: 'SVN-Gotham';
    font-weight: 700;
    font-style: normal;
    src: url('assets/fonts/SVN-Gotham Bold.otf') format('truetype');
}*/
@font-face {
    font-family: 'SVN-Gotham';
    font-weight: 700;
    font-style: normal;
    src: url('assets/fonts/SVN-Gotham Regular.otf') format('truetype');
}
@font-face {
    font-family: 'SVN-Gotham';
    font-weight: 300;
    font-style: normal;
    src: url('assets/fonts/SVN-Gotham Light.otf') format('truetype');
}
@font-face {
    font-family: 'SVN-Gotham';
    font-weight: 100;
    font-style: normal;
    src: url('assets/fonts/SVN-Gotham Thin.otf') format('truetype');
}
@font-face {
    font-family: 'SVN-Gotham';
    font-weight: 400;
    font-style: normal;
    src: url('assets/fonts/SVN-Gotham Book.otf') format('truetype');
}
/* Khai báo font Great Vibes */
@font-face {
    font-family: 'Great Vibes';
    font-weight: 400;
    font-style: normal;
    src: url('assets/fonts/GreatVibes-Regular.ttf') format('truetype');
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 10em;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}





.wpcf7-submit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-position: right 20px center!important;
    background-size: 18px!important;
    padding-right: 50px !important;
    transition: all 0.3s ease!important;
}

/* Hiá»‡u á»©ng khi hover - icon di chuyá»ƒn sang pháº£i */
.wpcf7-submit:hover {
    background-position: right 15px center!important;
    padding-right: 55px !important;
}

#login-form-popup {
    border-radius: 12px;
    border: 2px solid;
}

.grecaptcha-badge {
    opacity: 0;
}

.article-inner .row .entry-content p,.category-page-row .shop-container p {
    text-align: justify
}

.absolute-footer {
    background-color: var(--primary-color)!important;
}

/*CSS title center*/
.section-title-center:before,.section-title-center:after {
    content: "";
    flex-grow: 1;
}

.section-title-center b {
    opacity: .68;
    height: 1px
}

.section-title-center span {
    font-weight: normal;
}

.section-title-center h3 {
    margin-top: -10px
}

/*text typing*/
.my-text-typing {
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff
}

@keyframes tp-typing {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }

    55%,65%,75% {
        opacity: 1
    }

    60%,70% {
        opacity: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.banner-layers.container {
    max-width: 100%;
    overflow: visible;
}

.text-bao-gia .col-inner {
    display: flex;
    justify-content: center;
}

/*Form bao gia ngang*/
.mysec-baogia .col-inner {
    display: flex;
    justify-content: center;
}

.mysec-dark .section-bg.fill {
    mix-blend-mode: multiply;
    background-color: color-mix(in srgb, var(--fs-color-primary, #2f1401) 50%, transparent);
}

.mysec-dark {
    box-shadow: inset 0 0vw 11vw 0 #000000;
}

.single-product #footer .mysec-dark {
    background-color: color-mix(in srgb, var(--fs-color-primary, #2f1401) 50%, transparent);
}

.mysec-dark p span input {
    color: #eed300!important
}

.wpcf7-spinner {
    display: none
}

.row-bao-gia .wpcf7 p>span>input {
    background: transparent!important
}

.row-bao-gia #icon-form {
    color: #fff
}

.row-bao-gia .wpcf7 input::placeholder {
    color: #fff
}

.row-bao-gia .flex-col.ml-half {
    margin-left: 0
}

@media only screen and (min-width: 850px) {
    .row-bao-gia .flex-col.flex-grow {
        margin-right:12px
    }
}

.wpcf7 p {
    position: relative
}

#icon-form {
    position: absolute;
    color: #666;
    z-index: 1;
    font-size: 18px;
    top: 8px;
    left: 10px
}

.contact-input {
    padding-left: 40px!important
}

@media (max-width: 549px) {
    .add-plus .my-text-typing {
        font-size: 14px;
    }
}

.row-bao-gia .wpcf7 select {
    color: #fff;
    background: transparent;
}

.row-bao-gia .wpcf7 select option {
    color: #fff;
    background: var(--primary-color,#2f1401);
}

/*Äá»•i mÃ u Scroll bar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #000;
    background: var(--primary-color)
}

::-webkit-scrollbar-thumb:hover {
    background: #d5ccaa
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 5px grey
}

/*Chia cá»™t CF7*/
#form-left {
    width: 49%;
    float: left;
    margin-right: 2%
}

#form-right {
    width: 49%;
    float: left
}

.formvisit:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.formvisit {
    display: block
}

/* Fix overflow on mobile devices*/
@media only screen and (max-width: 549px) {
    body {
        overflow:hidden
    }
}

/*Form - date input*/
@media (max-width: 849px) {
    input[type=date] {
        -webkit-appearance:none;
        -moz-appearance: none;
        appearance: none
    }
}

/*button gold*/
.btn-gold {
    border: 1px solid var(--fs-color-secondary) !important;
    background-color: var(--fs-color-secondary) !important;
    /* color: #795548 !important; */
    text-transform: capitalize !important;
}

.form-top .btn-gold,.btn-maxwidth {
    width: 100%!important;
    padding: 10px
}

.price .woocommerce-Price-amount {
    display: none
}

.form-popup .btn-gold, .lightbox-content .btn-gold {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*CSS listing property*/
/*du an*/
/*change z-index icon share social & backtotop*/
.social-icons.icon-style-outline a i,.back-to-top i {
    z-index: 1;
}

.social-icons.icon-style-outline a:after, .circle:after {
    border-radius: 99%;
    z-index: -1;
}

/*Imahe light box  animation*/
.image-lightbox .img-inner,.image-lightbox .image-cover {
    overflow: hidden;
}

/* Overlay báº±ng ::before */
.image-lightbox .img-inner::before,.image-lightbox .image-cover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    z-index: 1;
    transition: all 0.3s ease-out;
}

/* Icon kÃ­nh lÃºp báº±ng ::after */
.image-lightbox .img-inner::after,.image-lightbox .image-cover::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 2rem;
    /* KÃ­ch thÆ°á»›c icon */
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

/* Hiá»‡u á»©ng hover */
.image-lightbox .img-inner:hover img,.image-lightbox .image-cover:hover img {
    transform: scale(1.1);
}

.image-lightbox .img-inner:hover::before,.image-lightbox .image-cover:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
}

.image-lightbox .img-inner:hover::after,.image-lightbox .image-cover:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

/*Paste tu style css*/
.text-justify {
    text-align: justify;
}

.img-tien-ich .box-image,.my-gallery .image-cover {
    border: .5px solid white
}

/*animation menu left*/
/*animation menu*/
.sidebar-menu ul>li {
    opacity: 0;
    transform: translateY(-15px);
    transition: transform .3s,opacity .3s
}

.mfp-ready .sidebar-menu ul>li {
    opacity: 1;
    transform: none
}

.sidebar-menu ul>li,[data-animate-delay="200"],[data-animate]+[data-animate] {
    transition-delay: .2s
}

.sidebar-menu ul>li+li,[data-animate-delay="300"] {
    transition-delay: .3s
}

.sidebar-menu ul>li+li+li,[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .4s
}

.sidebar-menu ul>li+li+li+li,[data-animate-delay="500"] {
    transition-delay: .5s
}

.sidebar-menu ul>li+li+li+li+li,[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .6s
}

.sidebar-menu ul>li+li+li+li+li+li,[data-animate-delay="700"] {
    transition-delay: .7s
}

.sidebar-menu ul>li+li+li+li+li+li+li,[data-animate-delay="800"],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .8s
}

.sidebar-menu ul>li+li+li+li+li+li+li+li,[data-animate-delay="900"] {
    transition-delay: .9s
}

.sidebar-menu ul>li+li+li+li+li+li+li+li+li,[data-animate-delay="1000"] {
    transition-delay: 1s
}

/*shake button + text typing*/
.mysec-dark .wpcf7-response-output,.mysec-dark input[type=text] {
    color: #fff
}

/* btn 66 */
/*css button*/
.button.is-outline {
    border: 1px solid;
    /*color: var(--fs-color-secondary);*/
    background: transparent;
    position: relative;
    overflow: hidden;
}

.button.is-outline::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--fs-color-secondary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.button.is-outline:hover::after {
    top: 0;
}

.button.is-outline span, .social-icons .button.icon>i {
    position: relative;
    z-index: 1;
}

.button.is-outline:hover span {
    color: white;
}

.button span {
    transition: all .3s ease-out;
}

.button:hover span {
    letter-spacing: 1px;
}

/*color listing gold*/
.color-listing ul li.bullet-star:before {
    color: #FFEB3B
}

.gold-listing ul li.bullet-star:before {
    color: #FF9800
}

/*--- background menu mobile ---*/
.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #00000036;
}

.nav-sidebar.nav-vertical>li:first-child {
    border-top: 1px solid #00000036;
    margin-top: 20px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #bd8e47;
    font-size: 12pt;
    text-transform: capitalize;
}

@media only screen and (max-width: 549px) {
    .mobile-nav li a span {
        display:unset!important
    }

    .mobile-nav.nav.nav-right {
        width: 79px
    }
}

@media only screen and (max-width: 849px) {
    .has-transparent .header-main .nav > li > a {
        color:#fff
    }

    .header-main .nav > li > a,.stuck .header-main .nav > li > a {
        color: #bd8d41
    }
}

/*Top content page transparent header*/
.header:not(.transparent) #logo a img {
    padding: 6px 0 6px 0
}

.header.transparent #masthead {
    border-bottom: 1px solid #fff;
}

/*@media (min-width: 850px){ .transparent #masthead #logo{margin-top:-30px;}}*/
@media (max-width: 849px) {
    .header.transparent #logo a img {
        padding:6px 0 6px 0
    }
}

#masthead {
    z-index: 99
}

.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .nav > li > a {
    font-weight: bold;
}

/*CSS bolg tin tá»©c*/
/*CSS proeprty listing*/
.product-small.box .title-wrapper {
    display: grid;
    /*margin-top:-63px;background-color:#242429b8;*/
    margin-bottom: .7em;
    padding-right: 3px;
    text-align: left
}

.product-small.box .name.product-title.woocommerce-loop-product__title {
    /*margin-left:32%;*/
    position: relative;
    /*margin-top:-44px*/
}

.product-small.box .name.product-title.woocommerce-loop-product__title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #850905;
    font-weight: 700
}

.price .woocommerce-Price-amount {
    display: none
}

.product-small .box-excerpt {
    font-size: 12pt;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.button.xem-chi-tiet {
    border: 1px solid !important;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    padding: 5px 15px;
}

.project-info:after, .project-info:before {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    overflow: hidden;
    background-color: #999;
    margin: 10px 0;
    width: 100%;
}

@media only screen and (min-width: 550px) {
    .listing-vertical .col:nth-child(2n+0) .product-small .box-text {
        order:-1;
        width: 50%;
    }

    .listing-vertical .col:nth-child(2n+0) .product-small {
        display: flex
    }
}

.product-small {
    align-items: center;
}

/*Anhr logo*/
.image-tools.top.right {
    opacity: .9!important;
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 6px;
    top: 2%;
    right: 2%;
    transition: all .2s linear;
    padding: 0;
}

.product-small .box-image:hover .image-tools {
    opacity: 1!important;
    border-radius: 6px;
    transition: all .2s linear;
}

.product-small .box-image:hover .image-tools img {
    border-radius: 6px!important;
}

/*CSS title*/
.title-left .section-title span {
    margin-left: 0
}

.title-right .section-title-main,.title-left .section-title-main {
    font-weight: bold;
    text-transform: capitalize
}

.title-right .section-title b:last-child,.title-left .section-title b:first-child {
    display: none
}

.title-right .section-title b:first-child,.title-left .section-title b:last-child {
    background-color: #cb8639;
    opacity: .5
}

@media only screen and (max-width: 549px) {
    .title-right .section-title b:first-child,.title-left .section-title b:last-child {
        margin-bottom:10px
    }
}


/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	
}

@media (max-width: 849px) {
    
}

@media (max-width: 549px) {
    
}


.section-header {
    background-color: var(--fs-color-primary);
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.section-header i {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Bố cục listing như trong ảnh */

.listing-container {
    background-color: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}

.listing-wrapper {
    overflow-x: auto;
    padding: 20px;
}

.listing-table {
    display: table;
    border-collapse: collapse;
    min-width: 100%;
}

.listing-row {
    display: table-row;
    border-bottom: 1px solid #eee;
}

.listing-row:last-child {
    border-bottom: none;
}

.listing-cell {
    display: table-cell;
    padding: 12px 15px;
    vertical-align: top;
    min-width: 400px;
    border-right: 1px solid #f0f0f0;
}

.listing-cell:last-child {
    border-right: none;
}

.facility-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    padding: 5px 0;
}

.facility-item:last-child {
    margin-bottom: 0;
}

.facility-number {
    background-color: var(--fs-color-primary);
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.facility-name {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Chỉ hiển thị 10 hàng,phần còn lại scroll ngang */

.row-number {
    display: table-cell;
    padding: 12px 15px;
    text-align: center;
    font-weight: bold;
    color: #1a5f7a;
    background-color: #f8f9fa;
    border-right: 1px solid #eee;
    width: 50px;
    vertical-align: top;
}

/* Thanh scroll tùy chỉnh */

.listing-wrapper::-webkit-scrollbar {
    height: 8px;
}

.listing-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.listing-wrapper::-webkit-scrollbar-thumb {
    background: var(--fs-color-primary);
    border-radius: 4px;
}

.listing-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--fs-color-secondary);
}

/* Chỉ dẫn scroll */

.scroll-hint {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    padding: 10px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-hint i {
    margin: 0 8px;
    color: #2a9d8f;
}

/* Responsive */

@media (max-width: 768px) {
    .section-header {
        font-size: 1.2rem;
        padding: 12px 15px;
    }
    .listing-cell {
        padding: 10px 12px;
    }
    .row-number {
        padding: 10px 12px;
        width: 40px;
    }
}

@media (max-width: 480px) {
    .facility-name {
        font-size: 0.9rem;
    }
}
/*End listing tiện ích*/
.text-title {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: currentColor;
    text-align: center;
    position: relative;
    width: fit-content;
}
.glass-card .col-inner {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgb(90 164 177 / 37%);
}
.accordion {
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.accordion-title span {
    color: #ece9dc;
}
.accordion .accordion-inner p {
    text-align: justify; /* font-style: italic; */
}

.accordion-title .icon-angle-down:before {
    font-size: 12.5pt;
    content: "\2b";
    font-family: "FontAwesome";
}
.accordion-title.active .icon-angle-down:before {
    content: "\f068";
}
.accordion-title {
    padding-left: 12px;
}
.accordion .toggle {
    right: 0;
    left: unset;
}
.accordion-inner {
    padding-left: 15px;
}
.accordion-title.plain.active {
    background: var(--fs-color-primary);
}
.accordion-title.active {
    border-color: #fff;
}
/*read more - read less*/
.toggle-btn:hover {
    letter-spacing: 2px;
}
.toggle-btn {
    transition: all 0.2s linear;
}
.text-content {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Mặc định hiển thị 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.text-content.expanded {
    -webkit-line-clamp: unset; /* Hiển thị toàn bộ nội dung khi mở rộng */
}
/*List TMB tien ich*/
.tmb-tgc .banner-bg .overlay {
    opacity: 0.1;
}
.phan-khu.active {
    opacity: 1;
    pointer-events: none;
    z-index: 20;
}
/*content phân khu*/
.button-stack .button.is-outline::after {
    display: none;
}
.button-phankhu .stack a {
    text-transform: capitalize;
}
@media (min-width: 850px) {
    .button-phankhu .stack a {
        width: 100%;
    }
    .button-phankhu .stack {
        overflow-x: hidden;
        display: block;
        padding: 5px;
        margin-bottom: 20px;
        height: 583px;
    }
    .stack.button-flex {
        height: unset;
    }
}
@media (max-width: 849px) {
    .button-phankhu .stack .col:first-child {
        overflow: auto;
        white-space: nowrap;
        display: block;
        padding: 5px;
        margin-bottom: 20px;
    }
    .button-phankhu .stack .col:nth-child(2) {
        overflow-x: auto;
        position: relative;
    }
    .button-phankhu .stack .col:nth-child(2) ol {
        width: 1250px;
        column-count: 4;
    }
    .button-stack p {
        display: inline-flex;
        margin-bottom: 0;
    }
}
/*CSS tong mat bang*/
.phan-khu {
    opacity: 0;
    z-index: 10; /* mặc định */
    transition:
        opacity 0.3s ease,
        z-index 0.3s ease;
}
.phan-khu {
    pointer-events: none;
    animation: fadeInShadow 3s infinite ease-in-out forwards;
}
/*Bổ sung map image*/
@keyframes fadeInShadow {
    0% {
        filter: drop-shadow(2px 2px 2px #ede0a4);
    }

    50% {
        filter: drop-shadow(2px 2px 17px #ede0a4);
    }

    100% {
        filter: drop-shadow(2px 2px 2px #ede0a4);
    }
}
/*Tong the*/
/*Hotpost map*/
a.hotspot {
    transition: none;
}
.icon1 .icon-plus:before {
    content: "1";
}
.icon2 .icon-plus:before {
    content: "2";
}
.icon3 .icon-plus:before {
    content: "3";
}
.icon4 .icon-plus:before {
    content: "4";
}
.icon5 .icon-plus:before {
    content: "5";
}
.icon6 .icon-plus:before {
    content: "6";
}
.icon7 .icon-plus:before {
    content: "7";
}
.icon8 .icon-plus:before {
    content: "8";
}
.icon9 .icon-plus:before {
    content: "9";
}
a.hotspot {
    opacity: 1;
    box-shadow: 0 0 10px 0 #fff;
    border: 1px solid;
}

.hotspot-wrapper div:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    animation: e-hotspot-expand 2s infinite;
    background-color: #fff;
    border-radius: 99px;
}

@keyframes e-hotspot-expand {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media screen and (min-width: 850px) {
    a.hotspot i {
        font-size: 18px;
    }
    a.hotspot {
        width: 25px !important;
        height: 25px !important;
    }
}

@media screen and (max-width: 849px) and (min-width: 550px) {
    a.hotspot i {
        font-size: 15px;
    }
    a.hotspot {
        width: 20px !important;
        height: 20px !important;
    }
}

@media screen and (max-width: 549px) {
    a.hotspot {
        width: 18px !important;
        height: 18px !important;
    }
    a.hotspot i {
        font-size: 11px;
    }
}
@media screen and (min-width: 360px) {
    a.hotspot:hover {
        max-width: 350px !important;
        width: 100% !important;
        min-width: 22px;
    }
    /*IMG Hover Hospot*/
    a.hotspot:hover .icon-plus:after {
        display: block;
        background-repeat: no-repeat;
        color: var(--fs-color-primary);
        padding: 2px 8px;
    }
    a.hotspot:hover {
        max-height: 45px !important;
        height: 100% !important;
        min-height: 22px;
        border-radius: 12px;
        padding: 0;
        border-color: var(--fs-color-primary);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hotspot-wrapper:hover {
        z-index: 1;
    }
    a.hotspot:hover .icon-plus:before {
        content: "";
    }
    .hotspot-wrapper:hover div:before {
        border-radius: 9px;
    }
    /*CSS hotspot hover title*/
    a.hotspot:after {
        padding: 5px 10px;
        font-size: 10px;
    }
    a.hotspot:hover:after {
        content: attr(aria-label);
    }
}
.icon10 a:not(:hover) .icon-plus:before,
.icon11 a:not(:hover) .icon-plus:before {
    display: inline-block;
}
.icon10 .icon-plus:before,
.icon11 .icon-plus:before {
    content: "→";
    font-family: "FontAwesome";
    transform: rotate(180deg);
}
.icon11 .icon-plus:before {
    transform: rotate(0deg);
}

.number-listing li.direct1::before {
    content: "→";
    font-family: "FontAwesome";
}
.number-listing li.direct1::before {
    background: #214a93;
    transform: rotate(180deg);
}
.number-listing li.direct1.caotoc::before {
    transform: rotate(0deg);
}
a.hotspot {
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*CSS animation text đầu trang*/
.animated-text {
    display: inline-block;
    opacity: 1; /* Đảm bảo hiển thị */
}
@media (max-width: 549px) {
    .text-size {
        font-size: 0.4rem !important;
    }
}
.animated-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    animation: fall 0.5s forwards;
    animation-delay: calc(0.1s * var(--i));
}

.animated-text .space {
    display: inline;
}

@keyframes fall {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}
@media (max-width: 849px) {
    .sticky-section {
        height: unset !important;
        padding: 60px 0 !important;
    }
    .banner.sticky-section.tong-quan {
        padding: 12% !important;
    }
    .banner.sticky-section {
        padding-top: 60% !important;
    }
}
/*Banner - Section Dark bot top*/
.sec-bg:before,
.sec-bgbot:before,
.sec-bgtop:before,
.sec-bgbottop:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sec-bgbottop:before {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 45%, #000000 100%);
}
.sec-bg:before {
    background: linear-gradient(
        180deg,
        var(--fs-color-primary) 0%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0) 45%,
        var(--fs-color-primary) 100%
    );
}
.sec-bgtop:before {
    background: linear-gradient(1deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.sec-bgbot:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, #000000 100%);
}
/*Text bg gradient*/
.text-bgtop {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 25%) 75%, #00000000 100%);
}
.text-bgbot {
    background: linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 25%) 75%, #00000000 100%);
}
/*Text design*/
.text-index {
    position: relative;
    z-index: 1;
}
.button-index {
    position: relative;
    z-index: 35;
}
.custom-title span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.25;
}
.text-trans span {
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.text-dark span {
    -webkit-text-stroke: 1px var(--fs-color-primary);
}
.text-gra span {
    background: linear-gradient(359deg, #ffffff00 0%, #ffffff00 12%, #ffffff 79%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff26 !important;
    text-stroke: 1px #ffffff26 !important;
}
/*bg custom*/
.col-bgcustom .col-inner {
    background: linear-gradient(180deg, #00000000 0%, rgb(0 0 0 / 50%) 25%, rgb(0 0 0) 45%, #000000 100%);
}
@media only screen and (max-width: 549px) {
    .col-bgcustom {
        background: #000000;
    }
}
@media only screen and (max-width: 849px) {
    .row-bgcustom {
        background: var(--fs-color-primary);
    }
}

/*map animation*/
.banner-vitri .banner-layers.container {
    overflow: hidden;
}
/* .img-location {
    right: 11%;
    bottom: 27%;
} */
.map-animation,
.map-animation .text-box-content,
.map-animation .text-box-content .text-inner {
    height: 100%;
}

.location-animation {
    position: relative;
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
    transition: visibility 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-animation {
    width: 42.24%;
    height: 75%;
}

.location-animation-circle {
    width: 100%;
    height: 100%;
}

.location-animation-circle-fill {
    width: 55%;
    height: 55%;
}

.location-animation-circle-inner {
    width: 30%;
    height: 30%;
}

.map-animation {
    right: -25.5%;
    top: 35.3%;
    z-index: 0;
}

.location-animation-circle,
.location-animation-circle-fill,
.location-animation-circle-inner {
    position: absolute;
    border-radius: 100%;
    transition:
        transform 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    will-change: transform, opacity;
    pointer-events: none;
}

.location-animation-circle {
    border: 2px solid var(--fs-color-primary);
    background: var(--fs-color-secondary);
    animation: location-animation-circle-anim 1.2s infinite ease-in-out;
}

.location-animation-circle-fill {
    animation: location-animation-circle-anim 1.2s infinite ease-in-out;
    border: 2px solid var(--fs-color-primary);
    background: var(--fs-color-secondary);
}

.location-animation-circle-inner {
    border: 2px solid var(--fs-color-primary);
    animation: location-animation-circle-anim 1.2s infinite ease-in-out;
    background: var(--fs-color-secondary);
}

@keyframes location-animation-circle-anim {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }
    30% {
        transform: scale(0.7);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
/*animation svg road*/
.road-location,
.road-location .text-box-content,
.road-location .text-box-content .text-inner {
    height: 100%;
}
.road-location {
    top: 50%;
    left: 30.5%;
}
.road-location p {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.road-location .road {
    width: 62%;
    height: auto;
    overflow: visible;
}
.road-location .road path {
    animation: dash 40s linear infinite;
    transition: all 0.5s ease;
    stroke-dasharray: 6 6 !important;
}
@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}
/*Slidde vitri*/
.fix-height > .col-inner {
    height: 339px;
}

.slide-vitri .flickity-prev-next-button {
    top: 9px;
    bottom: 100%;
    opacity: 1;
    margin-left: 0 !important;
    z-index: 1;
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: unset !important;
    }
}
.slide-vitri .flickity-prev-next-button.previous {
    display: none !important;
}
.icon-box:hover .icon-box-img img {
    filter: brightness(0) invert(1);
}

.slide-vitri .flickity-slider > .row:not(.is-selected) {
    opacity: 1 !important;
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
    background: linear-gradient(45deg, #203f44 0%, var(--fs-color-primary) 100%);
}
.slide-vitri .icon-box:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 30px;
    height: 1px;
    background: #bcbcbc;
    left: calc(60px + 10px);
}
.slide-vitri .flickity-prev-next-button:not(hover) svg {
    background-color: #ffff;
}

.img .caption {
    transform: translateY(0%);
}
.img:hover .caption {
    transform: translateY(20%);
    z-index: 1;
}
.img-border {
    border: 1px solid;
}

/*Tab sản phẩm*/
.building-tabs {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
    position: absolute;
    width: 100%;
}

.building-tabs.active, html[ng-app="uxBuilder"] .building-tabs {
    opacity: 1;
    visibility: visible;
    position: relative;
}
/*tab button sản phẩm*/
.button-customtab {
    overflow: auto;
    white-space: nowrap;
    display: block;
    padding: 5px;
}
.button-customtab p {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.btn-switch-toa {
    font-style: normal;
    font-size: 16pt;
    text-align: center;
    text-transform: uppercase;
    color: var(--fs-color-primary);
    background: none;
    border: 0;
    border-bottom: 1px solid var(--fs-color-primary);
    margin-right: 0;
    opacity: 0.5;
    margin-bottom: 0;
    font-family: "Arsenal";
    padding: 0 10px;
}
.btn-switch-toa:not(last-child) {
    margin-right: 12px;
}
.btn-switch-toa.active {
    opacity: 1;
    border-bottom: 2px solid var(--fs-color-primary);
}
.tabbed-content .nav-outline > li.active > a,
.tabbed-content .nav-outline > li:hover > a {
    border-radius: 0;
    border: 1px solid transparent;
    background: var(--fs-color-primary);
    color: #fff;
}

.tabbed-content .nav-outline > li > a {
    font-size: 1.14rem;
    padding: 3px 22px;
    color: var(--primary-color);
    border: 1px solid var(--fs-color-primary);
    transition: all 0.5s ease;
    border-radius: 0;
    margin: 0 2px;
}

.tabbed-content ul {
    overflow: auto;
    white-space: nowrap;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
/*Tab effect*/
.tab-panels .entry-content {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
    transition:
        filter 1.3s,
        transform 1.6s,
        opacity 0.7s ease-in;
    will-change: filter, transform, opacity;
    transform: translate3d(0, 70px, 0);
}
.tab-panels .panel.active {
    animation-delay: 0.1s;
    opacity: 1 !important;
    transform: translateZ(0) scale(1);
}
/*san pham*/
.san-pham {
    overflow-x: auto;
}
.san-pham table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

.san-pham th,
.san-pham td {
    border: 1px solid #ffffff3d;
    padding: 10px;
    color: #feefb9;
    font-weight: bold;
}

.san-pham th {
    background-color: var(--fs-color-primary);
    color: #ffffff;
}
/*CSS màu table nền tối*/
.dark .tabbed-content .nav-outline > li.active > a,
.dark .tabbed-content .nav-outline > li:hover > a {
    background: var(--fs-color-primary);
    color: #fff;
}

.dark .tabbed-content .nav-outline > li > a {
    color: #fff;
    border: 1px solid var(--fs-color-primary);
}
/*gia ban*/
.text-icon {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}
.text-icon p {
    margin: 0 0 10px 0;
    border-radius: 99%;
    border: 1px solid;
    width: 45px;
    height: 45px;
    transition: all 0.3s;
    padding: 2px;
}
.text-icon p:hover {
    background: var(--fs-color-secondary);
    transition: all 0.3s;
}
.text-gradient span {
    background: linear-gradient(45deg, #2b7a82 0%, #26b0b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff26 !important;
    text-stroke: 1px #ffffff26 !important;
}
.csbh .text-gradient span {
    background: linear-gradient(45deg, #a5d8d5 0%, #e4c686 100%);
    -webkit-background-clip: text;
}
.section-title span {
    text-transform: none;
}
#particles-js-canvas-el {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .text-ontop {
        bottom: unset;
        top: 70%;
    }

    @media (max-width: 349px) {
        .text-ontop {
            top: 55%;
        }
    }

    @media screen and (max-width: 850px) {
        .dai-ly .col {
            flex-basis: 50%;
            max-width: 50%;
        }
    }

    .col-daily:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -25px;
        right: -25px;
        bottom: -25px;
        border: 1px solid #a96b11;
    }

    .dai-ly {
        background: #fff
    }

    /*Banner - Section Dark bot top*/
    .sec-bgbot:before,.sec-bgtop:before,.sec-bgbottop:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .sec-bgbottop:before {
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 45%, #000000 100%)
    }

    .sec-bgtop:before {
        background: linear-gradient(1deg, rgba(0, 0, 0, 0) 50%, #000000 100%)
    }

    .sec-bgbot:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, #000000 100%)
    }

    .text-index {
        position: relative;
        z-index: 1;
    }

    /*CSS Brand*/
    .brand-topright:before,.brand-bottomright:before,.brand-bottomleft:before,.brand-topleft:before,.nhan-su:after,.thu-ngo:after,.van-phong:after,.about-leader:before,.leader-inner:before {
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(/wp-content/uploads/2026/04/empire-realty-brand.png) no-repeat right top;
        width: 100%;
        opacity: .5;
        background-size: 19% auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .brand-topleft:before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .brand-bottomright:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .brand-bottomleft:before {
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }

    .banner-search:before {
        filter: brightness(0) invert(1);
    }

    .banner-search .banner-layers.container {
        max-width: 1170px;
        overflow: visible;
    }

    /*home unique*/
    .usp > .col-inner {
        background: #39553a0d;
        border-radius: 3px;
        padding: 5px;
    }

    .usp .row {
        border: 1px solid #dca4474d;
        border-radius: 3px;
        margin: 0;
        padding: 25px 0;
        display: flex;
    }

    /*animation unq*/
    .row-usp .col::before {
        content: '';
        position: absolute;
        width: calc(100% + 15px);
        height: calc(100% + 60px);
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%,-50%);
        visibility: hidden;
        z-index: 1;
        transition: .3s;
        border-radius: 3px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .row-usp .col::after {
        content: '';
        width: calc(100% + 20px);
        height: calc(100% + 40px);
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%,-50%);
        visibility: hidden;
        z-index: 3;
        transition: .3s;
        border-radius: 3px;
        border: 1px #fff solid;
        position: absolute
    }

    .row-usp .col:hover::before {
        opacity: 1;
        visibility: visible;
        width: calc(100% + 15px);
        height: calc(100% + 60px)
    }

    .row-usp .col:hover::after {
        opacity: 1;
        visibility: visible;
        width: calc(100% + 15px);
        height: calc(100% + 60px);
    }

    .row-usp .col:hover img {
        filter: brightness(0) invert(1);
        z-index: 3;
        position: relative;
    }

    .row-usp .col:nth-child(1)::before {
        background-image: url(/wp-content/uploads/2026/04/Empire-Realty_tu-van-ky-gui-thu-cap-bat-dong-san.jpg)
    }

    .row-usp .col:nth-child(2)::before {
        background-image: url(/wp-content/uploads/2026/04/Empire-Realty_Dich-vu-cung-cap.jpg)
    }

    .row-usp .col:nth-child(3)::before {
        background-image: url(/wp-content/uploads/2026/04/Empire-Realty_Tu-van-thiet-ke-thi-cong.jpg)
    }

    .row-usp .col:nth-child(4)::before {
        background-image: url(/wp-content/uploads/2026/04/Empire-Realty_Tu-van-quan-ly-van-hanh-khai-thac.jpg)
    }

    .row-usp .col:hover p {
        color: #fff;
        z-index: 3;
        position: relative;
    }

    .row-usp .col .icon-box-text:before {
        width: calc(100% + 15px);
        height: calc(100% + 60px);
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        visibility: hidden;
        z-index: 2;
        transition: .3s;
        border-radius: 3px;
        background-color: rgb(220 164 71 / 85%);
        position: absolute;
        content: '';
    }

    .row-usp .col:hover .icon-box-text:before {
        opacity: 1;
        visibility: visible;
        width: calc(100% + 15px);
        height: calc(100% + 60px);
    }

    .row-usp .col:not(:last-child) .col-inner {
        border-right: 1px #e4e4e4 solid;
        padding-right: 20px;
        padding-left: 20px;
    }

    .row-usp .col:last-child .col-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (max-width: 549px) {
        .row-usp .col:not(:last-child) .col-inner {
            border-bottom: 1px #e4e4e4 solid;
        }

        .row-usp .col .col-inner {
            padding: 10px 0;
        }
    }

    @media(max-width: 549px) {
        .row-usp .col:hover::before,.row-usp .col:hover .icon-box-text:before,.row-usp .col:hover::after {
            opacity:0 !important;
            display: none !important
        }

        .row-usp .col p {
            color: #4a4a4a!important
        }

        .row-usp .col:hover img {
            filter: none;
        }
    }

    @media(max-width: 849px) and (min-width: 550px) {
        .row-usp .icon-box-left,.row-usp .icon-box-right {
            display:unset
        }

        .row-usp .icon-box-img {
            margin: 0 auto 1em;
        }

        .row-usp .col .col-inner {
            padding-left: 6px!important;
            padding-right: 6px!important;
        }
    }

    /*intro rotation*/
    .s_service .sblock .scontent .radius-circle {
        position: absolute;
        background-image: url(/wp-content/uploads/2026/04/bg-circle.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        text-align: center;
        top: 6%;
        right: 6%;
        width: calc(100% - 12%);
        height: calc(100% - 12%);
        z-index: 1;
    }

    .s_des {
        position: absolute;
        /* display: flex; */
        margin: 0px;
        padding: 0px;
        width: calc(100% - 40%);
        height: calc(100% - 40%);
        background-color: color-mix(in srgb, var(--fs-color-primary, #2f1401) 67%, transparent);
        top: 20%;
        left: 20%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .text-intro,.text-intro .text-box-content {
        height: 100%
    }

    .s_right {
        padding-top: 100%!important
    }
    .s_right .s_des p {
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2em;
    }
    .s_right .s_des p:last-child {
        margin-bottom: 0;
    }
    .s_right .s_des p span {
        display: block;
        padding: 0px;
        width: 100%;
        font-weight: 700;
        font-size: 28px;
    }

    .s_right .s_des {
        font-weight: 500;
        font-size: 16px;
    }

    @media (max-width: 849px) {
        .s_right .s_des .text-top {
            font-size: 22px;
            margin: 20px 0 9px;
        }

        .s_right .s_des .text-bot {
            font-size: 12px;
        }
    }

    @media (max-width: 549px) {
        .s_right .s_des .text-top {
            margin: 20px 0 -6px;
        }
    }

    .s_right .banner-layers {
        overflow: hidden;
    }

    .s_right,.s_right .banner-bg {
        border-radius: 99%;
        border: 1px solid #ffffff66;
    }

    @-webkit-keyframes rotating /* Safari and Chrome */
    {
        from {
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotating {
        from {
            -ms-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .rotating {
        -webkit-animation: rotating 16s linear infinite;
        -moz-animation: rotating 16s linear infinite;
        -ms-animation: rotating 16s linear infinite;
        -o-animation: rotating 16s linear infinite;
        animation: rotating 16s linear infinite;
    }

    /*CSS home search form*/
    .bds-search-fields-1st {
        display: flex;
        padding-right: 1px
    }

    .bds-search-fields-1st select:first-child {
        margin-right: 3px
    }

    .bds-search-fields-1st select:last-child {
        margin-left: 1px
    }

    .bds-search-fields {
        margin-top: 4px
    }

    .form-flat select {
        border-radius: 0
    }

    .form-flat button,.form-flat input {
        border-radius: 0!important
    }

    @media (max-width: 549px) {
        .btn-cssearch {
            display:none!important
        }
    }

    /*homepage*/
    .slider .flickity-prev-next-button {
        opacity: 1!important
    }

    /*.flickity-prev-next-button{bottom:unset;top:5%}.flickity-prev-next-button.previous{left:unset;right:9%}.flickity-prev-next-button.next{left:unset;right:1%}.slider .flickity-prev-next-button svg{border-radius:0}.slider .flickity-prev-next-button{opacity:1!important}@media screen and (max-width: 549px){.flickity-prev-next-button.previous{right:15%!important}.flickity-prev-next-button{top:-3%;padding:16px}.slider .flickity-prev-next-button svg{border:2px solid!important}}*/
    /*Text design*/
    .text-index {
        position: relative;
        z-index: 1
    }

    .custom-title span {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-family: sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1.25;
    }

    .text-trans span {
        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #000;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        color: transparent;
    }

    .text-dark span {
        -webkit-text-stroke: 1px var(--fs-color-primary);
    }

    .text-gra span {
        background: linear-gradient(359deg, #ffffff00 0%, #ffffff00 12%, #ffffff 79%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #ffffff26!important;
        text-stroke: 1px #ffffff26!important;
    }

    /*tin tuc*/
    @media (min-width: 850px) {
        .tintuc-vertical .col.post-item .is-outline {
            display:none
        }
    }

    @media (max-width: 849px) {
        .tintuc-vertical .col.post-item {
            padding: 0 2px 15px;
        }
    }

    .tabbed-content .nav-outline>li.active>a,.tabbed-content .nav-outline>li:hover>a {
        border-radius: 0;
        border: 1px solid transparent;
        background: var(--fs-color-primary);
        color: #fff
    }

    .tabbed-content .nav-outline>li>a {
        font-size: 1.14rem;
        padding: 3px 22px;
        color: var(--primary-color);
        border: 1px solid var(--fs-color-primary);
        transition: all .5s ease;
        border-radius: 0;
        margin: 0 2px
    }

    .tabbed-content ul {
        overflow: auto;
        white-space: nowrap;
        display: block;
        text-align: center;
        padding-bottom: 10px
    }








    .empire-map .hotspot-wrapper {
    width: 13px;
    height: 8%;
    z-index: 22;
    cursor: pointer;
    transform: translateX(-50%)
}

.empire-map .hotspot-wrapper div {
    display: none
}

.empire-map .hotspot-wrapper:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--fs-color-primary);
    bottom: 0;
    left: 6px
}

.empire-map .hotspot-wrapper:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--fs-color-primary);
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.empire-map .active-hotspot::before,.empire-map .active-hotspot::after,.empire-map .active-hotspot:hover::before,.empire-map .active-hotspot:hover::after {
    background: var(--fs-color-secondary);
}

.empire-map .hotspot-wrapper.active-hotspot {
    z-index: 25
}

.empire-map .office-hotspot-1 {
    top: 12%;
    left: 41.5%
}

.empire-map .office-hotspot-2 {
    bottom: 22%;
    left: 61%
}

.empire-map .office-hotspot-3 {
    bottom: 22%;
    right: 46%;
    height: 5%
}

.office-info-wrapper {
    margin-top: 20px
}

.office-detail {
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / .3);
    box-shadow: 0 8px 32px 0 rgb(90 164 177 / 37%)
}

.office-detail-inner {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.office-detail h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.office-add {
    display: flex;
    gap: 12px;
    margin-bottom: 25px
}

.office-indicators-wrapper {
    text-align: center;
    margin: 30px 0 20px
}

.indicator-inner {
    display: inline-flex;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / .3);
    box-shadow: 0 8px 32px 0 color-mix(in srgb,var(--fs-color-primary,#2f1401) 37%,transparent)
}

.indicator-item {
    padding: 8px 20px;
    background: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #1e1e2f;
    box-shadow: rgb(0 0 0 / .1) 0 2px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none
}

.indicator-item i {
    color: var(--fs-color-primary);
    margin-right: 8px
}

.indicator-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(255 152 0 / 20%)!important
}

.indicator-item.active {
    background: var(--fs-color-primary)!important;
    color: white!important
}

.indicator-item.active i {
    color: white!important
}

.office-detail {
    animation: fadeSlide 0.4s ease
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 768px) {
    .office-indicators-wrapper>div:first-child {
        flex-wrap:wrap;
        justify-content: center;
        gap: 10px!important
    }

    .indicator-item {
        font-size: 12px!important;
        padding: 6px 15px!important
    }

    .office-detail {
        padding: 20px!important;
        min-height: 300px
    }

    .office-detail [style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr!important
    }
}

.before-footer .section-bg.fill {
    background-color: color-mix(in srgb,var(--fs-color-primary,#2f1401) 50%,transparent)
}

.before-footer .section-bg img {
    mix-blend-mode: multiply
}

.office-detail {
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / .3);
    box-shadow: 0 8px 32px 0 color-mix(in srgb,var(--fs-color-primary,#2f1401) 37%,transparent)
}


.empire-luxury-footer {
        --luxury-gold: #98733f;
        --luxury-gold-light: #bd8f44;
        --luxury-gold-dark: #72522d;
        --luxury-cream: #f5f0e6;
        --luxury-dark: #1a1a1a;
        --luxury-border: rgba(213, 204, 170, 0.3);
        --luxury-gradient: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }
    
    .empire-footer-section {
        background: var(--luxury-gradient);
        position: relative;
        overflow: hidden;
    }
    .empire-footer-section.mysec-dark {
        background-size: cover;
        background-position: 30% 50%;
        background-image: url(/wp-content/uploads/2026/04/Empire-Realty-bg-building.jpg);
    }
    .dark #icon-form {
        color:#f1f1f1;
    }
    .empire-footer-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--luxury-gold), var(--luxury-gold-light));
    }
    
    .empire-footer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .empire-logo-section {
        padding: 80px 0 60px;
        position: relative;
        z-index: 2;
    }
    
    .empire-logo-container {
        text-align: center;
        position: relative;
    }
    
    .empire-logo {
        display: inline-block;
        margin-bottom: 30px;
        position: relative;
    }
    
    .empire-logo::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 2px;
        background: #fff;
    }
    
    .empire-logo img {
        height: 140px;
        width: auto;
        filter: brightness(1.1);
    }
    
    .empire-tagline {
        color: var(--luxury-cream);
        font-size: 18px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 30px 0 0;
        opacity: 0.9;
    }
    
    .empire-content-section {
        padding: 0 0 30px;
        position: relative;
        z-index: 2;
    }
    
    .empire-contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .empire-contact-grid > .col {
        max-width: 100%;
        padding-bottom: 0;
    }
    
    .empire-contact-form {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid var(--luxury-border);
        border-radius: 20px;
        padding: 50px 40px;
        position: relative;
        overflow: hidden;
    }
    
    /*.empire-contact-form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--luxury-gold);
    }*/
    
    .empire-form-title {
        color: var(--luxury-cream);
        font-size: 28px;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 40px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
    }
    
    .empire-form-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 2px;
        background: #ffffff;
    }
    
    .empire-contact-info {
        padding: 50px 40px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 20px;
        border: 1px solid var(--luxury-border);
    }
    
    .empire-contact-item {
        margin-bottom: 30px;
        /* padding-left: 40px; */
        position: relative;
    }
    
    .empire-contact-item i {
        position: absolute;
        left: 0;
        top: 0;
        /*color: var(--luxury-gold);*/
        font-size: 24px;
        width: 32px;
        text-align: center;
    }
    
    .empire-contact-item h4 {
        color: var(--luxury-cream);
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 8px;
        opacity: 0.8;
    }
    
    .empire-contact-item a, .empire-contact-item span {
        color: var(--luxury-cream);
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
        transition: all 0.3s ease;
        display: block;
        line-height: 1.6;
    }
    
    .empire-contact-item a:hover {
        color: var(--luxury-cream);
        transform: translateX(5px);
    }
    
    .empire-office-list {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid rgb(255 255 255 / 30%);
    }
    
    .empire-office-list h4 {
        /*color: var(--luxury-gold);*/
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .empire-office-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .empire-office-list li {
        color: var(--luxury-cream);
        padding: 12px 0;
        font-size: 15px;
        line-height: 1.6;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
        padding-left: 20px;
        opacity: 0.9;
    }
    
    .empire-office-list li strong {
        /*color: var(--luxury-gold-light);*/
        font-weight: 500;
        display: inline-block;
        min-width: 120px;
    }
    
    .empire-office-list li::before {
        content: '▸';
        /*color: var(--luxury-gold);*/
        position: absolute;
        left: 0;
        font-size: 12px;
        opacity: 0.7;
    }
    
    .empire-office-list li:last-child {
        border-bottom: none;
    }
    
    .empire-social-section {
        /*margin-top: 40px;
        border-top: 1px solid var(--luxury-border);*/
        padding-top: 40px;
        text-align: center;
    }
    
    .empire-social-title {
        color: var(--luxury-cream);
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        opacity: 0.8;
    }
    
    .empire-social-links {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .empire-social-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(152, 115, 63, 0.1);
        border: 1px solid var(--luxury-border);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--luxury-cream);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .empire-social-link:hover {
        background: var(--luxury-gold);
        transform: translateY(-3px);
        border-color: var(--luxury-gold);
    }
    
    .empire-social-link i {
        font-size: 18px;
    }
    
    .empire-legal-links {
        margin-top: 20px;
        justify-items: center;
    }
    
    .empire-legal-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .empire-legal-links li {
        position: relative;
    }
    
    .empire-legal-links li::after {
        content: '•';
        position: absolute;
        right: -18px;
        color: var(--luxury-gold);
        opacity: 0.5;
    }
    
    .empire-legal-links li:last-child::after {
        display: none;
    }
    
    .empire-legal-links a {
        color: var(--luxury-cream);
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.5px;
        opacity: 0.8;
        transition: all 0.3s ease;
    }
    
    .empire-legal-links a:hover {
        color: var(--luxury-gold-light);
        opacity: 1;
    }
    
    .empire-footer-bottom {
        padding: 30px 0;
        border-top: 1px solid var(--luxury-border);
        text-align: center;
        color: rgba(245, 240, 230, 0.6);
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        z-index: 2;
    }
    
    .empire-footer-bottom p {
        margin: 0;
        opacity: 0.7;
    }
    
    .empire-footer-bottom strong {
        /*color: var(--luxury-gold-light);*/
        font-weight: 400;
    }
    
    /* Responsive Design */
    @media (max-width: 992px) {
        .empire-contact-grid {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 0 20px;
        }
        
        .empire-logo-section {
            padding: 60px 0 40px;
        }
        
        .empire-content-section {
            padding: 0 0 30px;
        }
        
        .empire-contact-form > .col-inner,
        .empire-contact-info > .col-inner {
            padding: 40px 30px;
        }
    }
    
    @media (max-width: 768px) {
        .empire-tagline {
            font-size: 16px;
            letter-spacing: 2px;
            padding: 0 20px;
        }
        
        .empire-form-title {
            font-size: 24px;
        }
        
        .empire-contact-item a,
        .empire-contact-item span {
            font-size: 16px;
        }
        
        .empire-legal-links ul {
            flex-direction: column;
            gap: 15px;
        }
        
        .empire-legal-links li::after {
            display: none;
        }
        
        .empire-office-list li {
            padding-left: 15px;
        }
        
        .empire-office-list li strong {
            display: block;
            margin-bottom: 5px;
        }
    }
    
    @media (max-width: 480px) {
        .empire-contact-form,
        .empire-contact-info {
            padding: 30px 20px;
        }
        
        .empire-logo img {
            height: 100px;
        }
        
        .empire-social-links {
            justify-content: center;
        }
        
        .empire-contact-item {
            padding-left: 32px;
        }
        
        .empire-contact-item i {
            font-size: 20px;
        }
    }
    
    /* Contact Form 7 Custom Styling */
    .empire-contact-form .wpcf7-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .empire-contact-form .wpcf7-form-control {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid var(--luxury-border);
        border-radius: 8px;
        color: var(--luxury-cream);
        padding: 15px;
        font-size: 15px;
        transition: all 0.3s ease;
    }
    
    .empire-contact-form .wpcf7-form-control:focus {
        outline: none;
        border-color: var(--luxury-gold);
        background: rgba(152, 115, 63, 0.1);
    }
    
    .empire-contact-form .wpcf7-form-control::placeholder {
        color: rgba(245, 240, 230, 0.5);
    }
    
    .empire-contact-form .wpcf7-submit {
        background: linear-gradient(135deg, var(--primary-color), var(--fs-color-secondary));
        color: var(--luxury-dark);
        border: none;
        border-radius: 8px;
        padding: 16px 30px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 10px;
    }
    
    .empire-contact-form .wpcf7-submit:hover {
        background: var(--luxury-gold-light);
        transform: translateY(-2px);
    }


    .zalo-icon {
    font-family: sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700
}

.soc-contact {
    opacity: 0
}

.socials.contact {
    position: fixed;
    bottom: 22.5px;
    right: 10px;
    z-index: 100
}

.soc-contact i {
    position: relative;
    width: 85%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

.soc-contact span {
    position: absolute;
    display: block;
    transform: translateX(20px);
    opacity: 0;
    white-space: nowrap;
    right: calc(100% - 30px);
    padding: 10px 35px 10px 15px;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid rgb(255 255 255 / .3);
    pointer-events: none;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px
}

.soc-contact {
    flex-wrap: wrap;
    justify-content: center;
    width: 45px;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    position: relative;
    z-index: 2;
    background: color-mix(in srgb,var(--fs-color-primary,#2f1401) 75%,transparent);
    display: flex;
    align-items: center;
    text-decoration: none
}

.socials.contact.scrolled .soc-contact {
    animation: goLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    border: 1px solid;
    border-color: #fff
}

.socials.contact .soc-contact:hover {
    border-color: rgb(255 255 255 / .3);
    box-shadow: 0 10px 20px rgb(255 255 255 / .3);
    color: #fff
}

.socials.contact .hotline {
    border-color: rgb(255 255 255 / .3)
}

.socials.contact a:nth-of-type(1) {
    animation-delay: .3s
}

.socials.contact a:nth-of-type(2) {
    animation-delay: .5s
}

.socials.contact a:nth-of-type(3) {
    animation-delay: .7s
}

.socials.contact a:nth-of-type(4) {
    animation-delay: .9s
}

.socials.contact a:nth-of-type(5) {
    animation-delay: 1.1s
}

.socials.contact a:nth-of-type(6) {
    animation-delay: 1.3s
}

.soc-contact:hover::after {
    background-color: var(--fs-color-secondary,#c06528);
    box-shadow: 0 10px 20px rgb(255 255 255 / .3)
}

.soc-contact:hover i {
    animation: Callicon 3s infinite
}

.soc-contact:hover i {
    animation: Callicon 3s forwards
}

.hotline i {
    animation: Callicon 3s infinite
}

.soc-contact:hover span {
    transform: none;
    opacity: 1;
    transition: all .3s ease-in-out .1s;
    pointer-events: auto
}

.hotline span {
    opacity: 1;
    right: -2px;
    padding-right: 50px;
    pointer-events: auto;
    transform: none
}

@media (max-width: 549px) {
    .hotline span {
        display:none
    }

    .btn-label a {
        letter-spacing: 0.5px!important
    }
}

.soc-contact::after {
    content: '';
    border-radius: inherit;
    transition: all .3s ease-in-out
}

.socials.contact a {
    text-decoration: none;
    margin-top: 10px
}

.soc-contact span::after,.soc-contact::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.soc-contact.hotline span:after {
    background: color-mix(in srgb,var(--fs-color-primary,#2f1401) 75%,transparent)
}

.soc-contact.hotline:hover span:after,.soc-contact.view-360 span::after {
    background: linear-gradient(135deg,color-mix(in srgb,var(--fs-color-secondary,#c06528) 75%,transparent) 0,color-mix(in srgb,var(--fs-color-secondary,#c06528) 100%,transparent) 50%,color-mix(in srgb,var(--fs-color-secondary,#c06528) 75%,transparent) 100%);
    animation: BorderBox 3s infinite;
    background-size: 300% 300%
}

.soc-contact.hotline:hover span {
    letter-spacing: 1.5px
}

.soc-contact span::after {
    content: '';
    background-color: var(--fs-color-secondary,#c06528);
    border-radius: 30px;
    border: 0;
    animation: BorderBox 3s infinite;
    z-index: -1
}

.soc-contact.whatsapp-chat span::after {
    background: linear-gradient(135deg,#4FCE5D 0,#2a8c35 50%,#4FCE5D 100%);
    background-size: 300% 300%
}

.soc-contact.whatsapp-chat:hover::after {
    background: linear-gradient(0deg,#2a8c35,#4FCE5D)
}

.soc-contact.viber-chat span::after {
    background: linear-gradient(135deg,#7360f2 0,#665CAC 50%,#7360f2 100%);
    background-size: 300% 300%
}

.soc-contact.viber-chat:hover::after {
    background: linear-gradient(0deg,#665CAC,#7360f2)
}

.soc-contact.messenger-chat span::after {
    background: linear-gradient(135deg,#0866ffcc 0,#0866ff 50%,#0866ffcc 100%);
    background-size: 300% 300%
}

.soc-contact.messenger-chat:hover::after {
    background: #0866ff
}

.soc-contact.zalo-chat span::after {
    background: linear-gradient(135deg,#8fc1ff 0,#006af5 50%,#8fc1ff 100%);
    background-size: 300% 300%
}

.soc-contact.zalo-chat:hover::after {
    background: linear-gradient(0deg,#006af5 0%,#8fc1ff 100%)
}

@keyframes BorderBox {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes Callicon {
    0% {
        transform: scale(1) rotate(0)
    }

    40% {
        transform: scale(1.07) rotate(40deg)
    }

    45% {
        transform: scale(1.14) rotate(20deg)
    }

    50% {
        transform: scale(1.21) rotate(40deg)
    }

    55% {
        transform: scale(1.14) rotate(20deg)
    }

    60% {
        transform: scale(1.07) rotate(40deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}
.my-property-logo {
    display: inline-block;
    align-self: center; 
    object-fit: contain !important;
    border-radius: 6px;
    background: var(--fs-color-primary);
    transition: all .2s linear !important;
    padding: 3px;
}
.uni_project .large-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.uni_project .large-12 .box-image {
    padding-top: 0 !important;
}
@media only screen and (min-width: 550px) {
    .uni_project .large-12:nth-child(2n+0) .product-small .box-text {
        order:-1;
        width: 50%
    }

    .uni_project .large-12:nth-child(2n+0) .product-small {
        display: flex
    }
}




.why-us b:after,
.why-us.left b:after{
    padding: 0;
    margin: 0;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: 9px;
}
.why-us.left b:after {
    position: relative;
    left: -10px;
    top: -5px;
    display: block;
}
.why-us strong{align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.why-us b{
    background-color: #000000;
    display: block;
    flex: 1;
    height: 1px;
    opacity: .3;
    margin-left: 20px;
    margin-right: 10px;
}