/*
Theme Name: Neo Media
Description: This is a child theme for Flatsome Theme
Author: Neo Media
Template: flatsome
Version: 3
*/

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track{;background-color:#F5F5F5;border-radius:0}
::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
::-webkit-scrollbar-thumb{background-color:#807d7d;border-radius:0;}

.information .tab-title::-webkit-scrollbar{
    display: none;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpcf7-spinner {display: none;}
.w-100 {width: 100% !important;}
.border-radius-7 {border-radius: 7px !important;}
.h-100 {height: 100% !important;}
.bg-white {background: white;}
.bg-dark-overlay {background: rgba(0,0,0,.5)}
.bg-white-overlay {background: rgba(255,255,255,.7)}
b, strong {font-weight: bold;}
.button:hover, button:hover {background-color: #fed935 !important;color:#333;border-color: #fed935 !important;box-shadow: unset;mix-blend-mode: unset;}

html,body {
    font-size: 16px;
    line-height: 1.5;
    background: white;
    font-weight: 500;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, input[type='password'], input[type='time'], input[type='date'], select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    display: block;
    height: 40px;
    line-height: 40px;
}
input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {box-shadow:unset;background: unset;}
textarea {min-height:100px;padding: 5px 10px;}
form button, form input[type=submit] {
    margin: 0 auto;
    text-transform: initial;
    background: var(--fs-color-primary);
    color: white;
    padding: 0 20px;
}
p {margin-bottom: 15px;}
.button {font-weight: 500;line-height: 46px;font-size: 16px;}
.section-title b {background: transparent;}
.image-shadow .img-inner, .video-shadow {box-shadow: 7px 7px 1px #333;}
.section-title-container {margin-bottom:20px;}
.section-title b {display: none;}
.section-title .section-title-main {
    padding-bottom: 10px;
    border: none;
    font-size: 26px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    !;!i;!;
    margin: 0;
}
.section-title {margin-bottom: 0;border: none;}
.section-title-main:after {
    content: '';
    height: 4px;
    background: #00a376;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 60px;
    border-radius: 10px;
}
.section-title-bold-center span, .section-title-center span {margin: 0 auto !important;!i;!;}
.section-title-bold-center span:after, .section-title-center span:after {
    left: calc(50% - 30px);
}
#breadcrumbs {
    background: #00a376;
    padding: 8px 0;
    color: #fff;
}
#breadcrumbs p {margin:0;}
.breadcrumbs, #breadcrumbs span {
    font-size: 13px;
    text-transform: initial !important;
    font-weight: 500;
    color: #fff;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 13px;
    color: #fff;
}
#breadcrumbs .dashicons {
    font-size: 18px;
    line-height: 22px;
}
a {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
button {border-radius: 5px;}
@media screen and (min-width: 769px){
    .col-1-5 {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}
.advanced-search .form-row .form-col {float:left;width:50%}
.advanced-search .form-row .form-col:first-child {width:100%;}

.row .row-small:not(.row-collapse), .container .row-small:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}
.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 5px 10px;
    margin-bottom: 0;
}
.row.row-small {
    max-width: 1250px !important;
}

.flickity-prev-next-button {
    opacity: 1;
    height: 40px;
    width: 40px;
    background: #3abf94;
    padding: 10px;
    margin: 0 !important;
}
.flickity-prev-next-button svg {
    position: static;
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
    transform: translate(0);
}
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {border: none;}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    background-color: transparent !important;
    fill: #0a2c3d !important;
} 
.form-row .form-col {margin-bottom: 10px;}

/*************** MENU MOBILE ***************/
.off-canvas .sidebar-menu {padding: 0;background: #f4fcff;height: 100vh;}
.sidebar-menu a {
    color: #4e5454 !important;
    text-transform: initial !important;
    font-size: 14px !important;
}
.off-canvas .sidebar-menu .nav-sidebar {background: #f4fcff;}
.byline {display: none;}

/*************** HEADER.   ***************/
.home #masthead {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}
.admin-bar #masthead {top: auto;}
.home .stuck #masthead {background: white;box-shadow: 0px 2px 5px #0000002e;}
.home .logo img {
    filter: brightness(0) invert(1);
}
.home .stuck .logo img {
    filter: unset;
}
#masthead .nav-left > li {
    margin: 0;
}
#masthead .nav-left > li > a {
    padding: 0 20px;
    font-size: 15px;
    color: #333;
}
#masthead .nav-left .has-dropdown .icon-angle-down {opacity: 1;height: 15px;}
.home #masthead .nav-left > li > a {color: #fff;}
.home .stuck #masthead .nav-left > li > a {color: #333;}
#masthead .nav-left > li .sub-menu {
    padding: 0 15px;
    border: none;
    box-shadow: 5px 5px 4px #00000036;
}
#masthead .nav-left > li .sub-menu a {
    font-size: 14px;
    color: #5a5a5a;
    margin: 0;
    padding: 13px 0 10px;
    border-bottom: 1px dashed #d9d9d9;
    transition: all inear .3s;
    -webkit-transition: all inear .3s;
    -moz-transition: all inear .3s;
}
#masthead .nav-left > li .sub-menu a:hover {color:#00a376;}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {border:none;}
.header-button a, .header-button button {height: 40px;line-height: 40px;text-transform: inherit;font-size: 14px;font-weight: 500;}
.html.header-button-2 {margin-left:0;}
#masthead .mobile-nav a[data-open="#main-menu"] {
    padding: 0;
}
.mobile-nav a[data-open="#main-menu"] i {
    display: block;
    font-weight: 500;
    width: 41px;
    height: 2px;
    margin-top: 22px;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    position: relative;
}
.mobile-nav a[data-open="#main-menu"], .mobile-nav a[data-open="#main-menu"] .menu-title {
    display: block !important;
    margin-left: 0;
    font-size: 14px;
    color: #fff;
}
.mobile-nav a[data-open="#main-menu"] i:before {
    position: absolute;
    content: "";
    left: 0;
    top: -13px;
    width: 75%;
    padding: 0;
    background: 0 0;
    border-top: 2px solid #00a376;
    border-radius: 0;
}
.mobile-nav a[data-open="#main-menu"] i:after {
    position: absolute;
    content: "";
    float: left;
    width: 100%;
    height: 16px;
    left: 0;
    top: -20px;
    padding: 0;
    background: 0 0;
    border-top: 2px solid #00a376;
    border-bottom: 2px solid #00a376;
    border-radius: 0;
}
.home .mobile-nav a[data-open="#main-menu"] i:before, .home .mobile-nav a[data-open="#main-menu"] i:after {
    border-color: #fff;
}
.stuck .mobile-nav a[data-open="#main-menu"] i:before, .stuck .mobile-nav a[data-open="#main-menu"] i:after {
    border-color: #00a376;
}
a.hotline-mb {
    width: 42px;
    justify-content: center;
}
.home a.hotline-mb svg {fill:#fff;}
a.hotline-mb svg, .stuck a.hotline-mb svg {
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #00a376;
    cursor: pointer;
}
.mobile-sidebar .sidebar-menu li {
    width: 100% !important;
    padding: 0;
}
.mobile-sidebar .sidebar-menu li .toggle {
    margin: 0;
    font-size: 10px;
    width: 36px;
    height: 36px;
    line-height: 40px;
}
.mobile-sidebar .sidebar-menu li a {
    font-weight: 600;
    font-size: 15px !important;
}
.mobile-sidebar .sidebar-menu .sub-menu li a {
    font-weight: 500;
}
.mobile-sidebar .sidebar-menu .html_topbar_right {
    width: 100% !important;
    padding: 10px 0 !important;
}
.mobile-sidebar .sidebar-menu .html_topbar_right a {
    padding: 10px;
}
.mobile-sidebar .sidebar-menu .html_topbar_right img {
    max-height: 80px;
    display: block;
    margin: 0 auto;
}

/*************** HOME.   ***************/
.shortcode-search_form {
    max-width: 980px;
    padding: 30px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 2px 2px 5px #00000042;
    margin-top: -100px;
}
.advanced-search .form-label {
    text-align: left;
    color: #0a2c3d;
    margin: 0;
    display: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}
.tab-panels {padding-top: 20px;}
.advanced-search .form-label i {
    margin-left: 5px;
    vertical-align: -2px;
}
.shortcode-search_form ul.nav li {margin-right: 15px;}
.shortcode-search_form ul.nav li a {
    font-size: 18px;
    font-weight: 500;
    color: #0a2c3d;
    padding: 0 0 5px 0;
    text-transform: math-auto;
}
.shortcode-search_form ul.nav li a:before {background-color: #00a376;height: 2px;border-radius: 99px;}
.shortcode-search_form ul.nav li.active a, .shortcode-search_form ul.nav li a:hover {color: #0a2c3d;}
.shortcode-search_form form {margin:0;}
.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.form-row .form-col {
    padding: 0 5px;
}
.shortcode-search_form select {border:none;border-radius: 5px;margin-bottom: 10px;}
.form-row .form-col.action {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}
.form-row .form-col.action button {
    margin: 0 3px 0;
    flex: 1;
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.section-service .box {
    background: #3abf94;
    padding: 20px;
    border-radius: 15px;
    background-size: cover;
}
.section-service .box-image {
    border-radius: 7px;
}
.section-service .box .box-text {color: white;}
.section-service .box .box-text img {
    margin-top: -60px;
    margin-bottom: 15px;
}
.section-service .box .box-text h3 a {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}
.section-ky-gui form {
    margin: 40px auto 0;
    text-align: center;
}
.section-ky-gui form label {
    width: 250px;
    margin: 0 10px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}
.section-ky-gui form input {
    margin-bottom: 0;
    height: 40px;
    background: none;!;
    border: none;
    border-bottom: 2px solid #3abf94;
    outline: none;
    box-shadow: unset;
    color: #3abf94;!;
    padding: 0;
    border-radius: 0;!;
}
.section-ky-gui #kg_submit {
    vertical-align: bottom;
    border: none;
    font-weight: normal;
    border-radius: 5px;
    text-transform: uppercase;
    width: 150px;
    background: #3abf94;
    color: white;
}
.section-ky-gui #kg_submit:hover {
    background: #fed935 !important;
    color: #333 !important;
    border-color: #fed935 !important;
    box-shadow: unset;
}
.section-du-an .banner {
    background: rgb(236 247 244);
}
.section-du-an .banner:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 30px;
    background: white;
    bottom: 0;
    left: 0;
}
.section-du-an .banner-bg.fill {
    bottom: 100px;
    height: calc(100% - 100px);
}
.section-du-an .banner-layers {
    max-width: unset;
}
.section-du-an .text-box-content {
    box-shadow: 2px 3px 5px #0000003b;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.section-du-an .text-box-content h2, .section-du-an .text-box-content h3, .section-du-an .text-box-content h4 {
    font-weight: bold;
    font-size: 36px;
}
.section-du-an .text-box-content a.button {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 30px;
    border-radius: 7px 0 0 7px;
}
.section-du-an .slider .flickity-prev-next-button {
    opacity: 1 !important;
    border: none;
    width: 60px;
    height: 70px;
    left: calc(50% + 10px);
    bottom: 65px;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    top: unset;
    border-radius: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a2c3d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") no-repeat center center #ffffff;
    background-size: 35px;
    border-radius: 7px;
}
.section-du-an .slider .flickity-prev-next-button:hover {
    background-color: #fed008;
}
.section-du-an .flickity-prev-next-button.next {
    left: calc(50% + 75px);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a2c3d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center center #ffffff;
    background-size: 35px;
}
.section-du-an .slider-nav-light .flickity-prev-next-button svg, .section-du-an .slider-nav-light .flickity-prev-next-button .arrow {
    display:none;
}
.section-du-an .view-all-project {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    right: 10px;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-weight: 600;
    color: #00a376;
    background-color: transparent !important;
    border: 1px solid #00a376;
    opacity: 1;
    box-shadow: unset;
    margin: 0;
    border-radius: 7px;
}
.section-du-an .view-all-project:hover {
    color: #333;
    background: #fed935 !important;
}
.section-video .row .row {margin: 0 -10px;}
.section-video .row .col {padding: 0 10px 20px;}
.open-video .play svg {
    fill: white;
    opacity: .7;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    display: block;
}
.open-video:hover .play svg {
    opacity: 1;
}
.open-video .video-title {
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: transparent;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#lightbox_autoopen {padding: 20px 30px 10px !important;}

/*************** LIST BAT DONG SAN   ***************/
.post-type-archive-du_an #main {background: rgb(250, 250, 250);}
.bat-dong-san-item .col-inner, .du-an-item .col-inner {
    background: white !important;
    box-shadow: 0 8px 32px rgb(0 0 0 / 8%);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    background: #f8f8f8;
}
.bat-dong-san-item .trang_thai {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    z-index: 99;
}
.bat-dong-san-item .box-text .trang_thai {position: relative;padding:0;}
.bat-dong-san-item .trang_thai span {
    background: var(--fs-color-secondary);
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    color: white;
}
.bat-dong-san-item .trang_thai span.hot {
    color: white;
    background: #b30000;
}
.bat-dong-san-item .trang_thai span.new {background: #ffe057;color: #333;}
.flickity-slider .bat-dong-san-item .col-inner {
    box-shadow: 0px 0px 5px #00000024;
}
.bat-dong-san-item .box-text, .du-an-item .box-text {
    padding: 15px 15px 5px;
    background: white;
}
.bat-dong-san-item .wrap-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px dashed #bfbfbf;
    padding: 5px 0;
    border-top: 1px dashed #bfbfbf;
}
.bat-dong-san-item .post-title {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 40px;
}
.bat-dong-san-item:hover .post-title {
    color: var(--fs-color-primary);
}
.bat-dong-san-item .post-code {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    font-size: 16px;
}
.bat-dong-san-item .address {
    display: flex;
    color: #0a2c3db8;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0;
}
.bat-dong-san-item .address span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bat-dong-san-item .address i {
    margin-right: 10px;
    font-size: 13px;
    margin-top: 3px;
}
.bat-dong-san-item .list {
    display: flex;
    margin: 5px 0;
    color: #0a2c3d;
    font-size: 13px;
    justify-content: space-between;
}
.bat-dong-san-item .list .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.bat-dong-san-item .list .item .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.bat-dong-san-item .list .item svg {
    width: 100%;
    height: auto;
    fill: #000000;
}
.bat-dong-san-item .trang_thai .project-name {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    background: var(--fs-color-primary);
    width: auto;
    color: white;
    border-radius: 5px;
    line-height: 22px;
    height: 22px;
}
.bat-dong-san-item .address svg {
    fill: #db1d22;
    margin-right: 3px;
    height: 11px;
    margin-top: 2px;
    width: auto;
}
.bat-dong-san-item .price {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #00a376;
    position: relative;
    white-space: nowrap;
}
.price .note {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 3px;
}
.price .note svg {
    width: 12px;
    height: 12px;
    fill: #00a376;
    display: block;
}
.bat-dong-san-item .view {
    position: absolute;
    width: 100%;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.bat-dong-san-item:hover .view {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.bat-dong-san-item .view a {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    padding: 10px;
    background: #00a376;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #fed42438;
    text-transform: uppercase;
}
.bat-dong-san-item .view a:last-child {border:none;}
.bat-dong-san-item .view a:hover {
    background: #ffe057;
    color: #333;
}
.shortcode-search_form_bat_dong_san {
    max-width: unset;
    margin-top: 20px;
    background: #efefef;
    padding: 20px 25px;
    box-shadow: unset;
    border: 1px solid #ebebeb;
}
#secondary .form-row .form-col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
#secondary .shortcode-search_form select {background-color: #ebebeb;}
.archive-page-header {margin-bottom: 30px;display: block !important;}

/*************** LIST DU AN   ***************/
.box-du-an .project-name {font-size: 16px;margin-bottom: 5px;}
.box-du-an .address {
    font-weight: 600;
    color: #00a376;
    margin-bottom: 5px;
}

/*************** SINGLE BATDONGSAN   ***************/
.single-bat_dong_san_ban, .single-bat_dong_san_thue {overflow-y: hidden;height: 100vh;}
.bat-dong-single-wrap {
    display: flex;
    padding: 2px;
    height: calc(100vh - 120px);
}
.bat-dong-single-wrap .gallery-image {
    width: 50%;
}
.bat-dong-single-wrap .gallery-image .wrap-gallery {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
}
.bat-dong-single-wrap .gallery-image .grid-item {
    flex: 0 0 auto;
    width: 50%;
    padding: 2px;
    height: auto;
}
.bat-dong-single-wrap .gallery-image .image-cover {
    padding-top: 66.667%;
    height: 100%;
}
.bat-dong-single-wrap .gallery-image .grid-item:first-child {
    width: 100%;
}
.information {flex: 1;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;width: 50%;background: white;position: relative;}
.information .wrap-title {
    padding: 10px;
    border-bottom: 1px dashed #ebebeb;
}
.information .wrap-title h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.information .wrap-title .tt-pr .tt-item {
    margin-right: 20px;
    font-size: 14px;
}
.meta-top-left {max-width: calc(100% - 200px);}
.meta-top {
    border-bottom: 1px dashed #ebebeb;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.meta-top .meta {
    display: flex;
}
.meta-top .meta > span, .meta-top .meta > a {
    white-space: nowrap;
    font-size: 13px;
    margin-right: 3px;
    padding: 0 10px;
    background: #00a376;
    color: #fff;
    line-height: 27px;
    height: 26px;
    border-radius: 3px;
}
.meta-top .meta > span:last-child {margin-right:0}
.meta-top h1 {
    margin: 0;
    font-size: 20px;
}
.information .meta-bottom {
    padding: 10px 15px 0;
}
.information .meta-bottom .price {
    font-size: 34px;
    font-weight: bold;
    color: #00a376;
    letter-spacing: -.5px;
    line-height: 1;
}
.information .meta-bottom .note_price {
    color: #00a376;
    font-size: 13px;
    margin-bottom: 10px;
    font-style: italic;
}
.information .address {
    font-size: 14px;
    font-weight: 500;
}
.information .address svg {
    vertical-align: -2px;
    margin-right: 3px;
    width: 14px;
    fill: #00a376;
}
.information .meta-bottom .list {
    display: flex;
}
.information .meta-bottom .list .item {
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 13px;
    padding: 7px 25px;
    background: #f1f1f1;
    margin-right: 1px;
    font-weight: 500;
}
.information .meta-bottom .list .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.information .meta-bottom .list .icon svg {
    width: 100%;
    height: auto;
}
.meta-top-right, .meta-post {
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.meta-top-right p, .meta-post p {
    margin: 0 10px 0 0;
    font-size: 14px;
    display: inline-block;
}
.list-icon-share {
    display: flex;
}
.list-icon-share a {
    width: 24px;
    margin: 0 2px !important;
    border-radius: 5px;
    overflow: hidden;
}
.list-icon-share a.link {background: #25b7d3;}
.list-icon-share a img {display:block;}
.information .action {
    padding: 10px 15px;
    display: flex;
}
.information .action a {
    width: 100%;
    padding: 12px 20px 10px;
    background: #00a376;
    margin-right: 5px;
    border-radius: 7px;
    color: white;
    font-size: 12px;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.information .action a.booking {
    background: #fed004;
    color: #333;
}
.information .action a.booking img {
    filter: brightness(0%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.information .action a.booking:hover img {
    filter: brightness(100%);
}
.information .action a .icon {
    width: 32px;
    margin-right: 10px;
}
.information .action a p {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
}
.information .action a:hover {
    background: #0a2c3d;
    color: white;
}
.information .block-tabs {
    padding: 0 15px;
    background: white;
    position: sticky;
    top: 70px;
    z-index: 9;
}
.information .tab-title {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.information .nav-tabs {
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
 }
.information .content {
    padding: 0 15px;
    overflow: hidden scroll;
    position: relative;
}
.information .nav-tabs .nav-tab-item {
    display: inline-block;
    margin: 0;
    background: none;
    width: auto;
    height: auto;
    box-shadow: unset;
    padding: 15px 20px;
    color: #333;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.information .nav-tabs .flickity-prev-next-button {
    top: 50%;
    z-index: 9999;
    opacity: 1;
    background: #ffffffe8;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.information .nav-tabs .flickity-prev-next-button svg {
    fill: black;
    padding: 9px;
}
.information .nav-tabs .flickity-prev-next-button.previous {
    left: 0;
}
.information .nav-tabs .flickity-prev-next-button.next {
    right: 0;
}
.information .nav-tabs .nav-tab-item:hover, .information .nav-tabs .nav-tab-item.active {
    color: #00a376;
}
.information .nav-tabs .nav-tab-item:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    background: transparent;
    bottom: 0px;
    left: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.information .nav-tabs .nav-tab-item.active:after {
    background: #00a376;
}
.information .content .content-section {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.information .content .content-section:last-child {border:none;}
.hinh_thuc_tham_quan {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    max-width: 120px;
    margin: 10px 20px 20px;
    font-weight: 600;
    vertical-align: top;
}
.hinh_thuc_tham_quan span {
    display: block;
    line-height: 1.3;
}
.hinh_thuc_tham_quan img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    display: block;
    margin: 0 auto 10px;
}
.hinh_thuc_tham_quan.active img, .hinh_thuc_tham_quan:hover img {
    filter: none;
}
.bat-dong-single-wrap .related {margin: 0 -10px;}
.bat-dong-single-wrap .bat-dong-san-item .wrap-title {display: block;padding: 5px 0 0;border: none;margin: 0;}
.related .bat-dong-san-item .price {
    text-align: left;
    padding: 0 15px 0 0;
    display: inline-block;
}
.bat-dong-single-wrap .thong-tin-bds, #quick_view_popup .bat-dong-san-item .view, .bat-dong-single-wrap .view {display: none;}

/*************** POPUP  ***************/
.popup-header > img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.popup-header .title {
    display: flex;
    margin: 30px 0 15px;
    border-bottom: 2px solid #0a2c3d;
    align-items: center;
    padding-bottom: 3px;
}
.popup-header .title h4 {
    flex: 1;
    margin: 0;
}
.popup-header .title a {
    flex: 0 0 auto;
    padding: 0 30px;
    background: #0a2c3d;
    line-height: 40px;
    height: 40px;
    color: white;
    border-radius: 7px;
}
.popup-content button {
    width: 100%;
}
.input-after-unit {
    position: relative;
}
.input-after-unit span {
    line-height: 40px;
    position: absolute;
    right: 5px;
    padding: 0 10px;
    font-size: 12px;
    background: #ececec;
    border-radius: 5px;
    top: 0;
}
#quick_view_popup {
    position: fixed;
    z-index: 1010;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    background: #00000059;
    display: none;
}
#quick_view_popup .main-popup {
    width: 100%;
    max-width: 1400px;
    background: white;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}
#quick_view_popup .close-popup {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: white;
}
#quick_view_popup .close-popup svg {
    width: 100%;
}
#quick_view_popup .information .wrap-title h1 {
    padding-right: 50px;
}

/*************** VIDEOS ***************/
.list-video-cateory {
    margin: 15px 0 -15px;
    position: relative;
}
.list-video-cateory li {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.list-video-cateory li a {
    display: block;
    padding: 0 20px;
    background: #fed004;
    border-radius: 10px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
}
.list-video-cateory li:hover a {
    background: #00a376;
    color: white;
}
.block-video {
    padding-top: 15px;
    border-top: 1px dashed #c5c5c5;
}
.block-video .block-title {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}
.block-video .block-title span {
    font-size: 20px;
    font-weight: 600;
}
.block-video .block-title a {
    margin: 5px auto 0 15px;
    font-weight: 500;
}
.block-video .block-title a:before {
    content:'';
    display: inline-block;
    border-left: 8px solid #00a376;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 5px;
}

/*************** TUYEN DUNG ***************/
.post-type-archive-tuyen_dung .archive-page-header {
    margin: 0;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.post-type-archive-tuyen_dung .archive-page-header .wrap-header {
    display: inline-block;
    background-color: rgba(0,48,80,0.7);
    border: 1px solid rgba(0,48,80,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    color: #fff;
    padding: 30px 40px 20px;
    margin: 0 15px;
}
.post-type-archive-tuyen_dung .archive-page-header .wrap-header a {
    color: white;
}
.post-type-archive-tuyen_dung .archive-page-header .wrap-header h1 {
    text-transform: uppercase;
    color: white;
    justify-content: center;
    font-size: 28px;
    padding: 20px 0 0;
}
.timeline {
    list-style: none;
    padding: 60px 0;
    position: relative
}
.timeline a:hover {
    text-decoration: none;
    color: rgb(0, 163, 118)
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: rgb(0, 163, 118);
    left: 50%;
    margin-left: -1.5px
}
.timeline>li {
    margin-bottom: 20px;
    position: relative
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s
}
.timeline>li>.timeline-panel:hover {
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.18)
}
.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d6d6d6;
    border-right: 0 solid #d6d6d6;
    border-bottom: 15px solid transparent;
    content: " "
}
.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}
.timeline>li>.timeline-badge {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0, 163, 118);
    z-index: 100;
    line-height: 15px;
    padding: 4px 10px;
    border-radius: 3px
}
.timeline>li>.timeline-badge span {
    display: block;
    font-weight: 700
}
.timeline>li:nth-child(even)>.timeline-panel {
    float: right
}
.timeline>li:nth-child(even)>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li:nth-child(even)>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}
.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}
.timeline-body>p+p {
    margin-top: 5px
}
.single-tuyen-dung-header {
    margin: 0;
    padding: 80px 0 40px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    animation: panning 60s infinite linear;
    -webkit-animation: panning 60s infinite linear;
    -moz-animation: panning 60s infinite linear;
    margin-bottom: 30px;
}
.single-tuyen-dung-header a {
    color: white;
}
.single-tuyen-dung-header .section-title {
    font-size: 20px;
    color: white;
    justify-content: center;
    margin: 26px 0 10px;
}
.single-featured img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@keyframes panning {
    0% {
        background-position: 0% 0%
    }
    50% {
        background-position: 100% 100%
    }
    100% {
        background-position: 0% 0%
    }
}
@-webkit-keyframes panning {
    0% {
        background-position: 0% 0%
    }
    50% {
        background-position: 100% 100%
    }
    100% {
        background-position: 0% 0%
    }
}

/*************** POST ***************/
#block-banner-news .wrap-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-banner-news .judson_2 {
    text-align: center;
    font-size: 32px;
}
.archive, .single {
    background-color: #f5f1e6;
}
.category #main, .category #wrapper, .single-post #main, .single-post #wrapper {
    background: transparent;
    padding-top: 0;
}
.category #content, .single-post #content {
    padding-top: 0;
}
.wrap-content-post {
    background-color: #fff;
    border-radius: 3px;
    margin-top: -50px;
    overflow: hidden;
}
#news-menu {
    margin-bottom: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    list-style: none;
    padding: 0;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
#news-menu::-webkit-scrollbar {
    height: 0
}
#news-menu li {
    margin-bottom: 0;
}
#news-menu li a {
    color: #979797;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 500;
    white-space: nowrap;
}
.post-sidebar .is-divider {display: none;}
.post-sidebar .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #00a376;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #00a376;
    display: flex;
    align-items: center;
    text-transform:initial;
}
.post-sidebar .widget {margin-bottom: 10px;}
.post-sidebar .widget img {border-radius: 7px;}
#news-menu li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #00a376;
    bottom: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 15px;
}
#news-menu li:hover a {color:#1c389c}
#news-menu li.current-menu-item a {color:#333}
#news-menu li:hover a:after, #news-menu li.current-menu-item a:after {
    width: calc(100% - 30px);
}
.category .box-image {vertical-align: top;}
.box-image .image-cover {border-radius: 7px;}
.category .post-item .col-inner {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 10px;
}
.box-vertical .post-item .box-text {
    padding: 0 20px;
    vertical-align: top;
}
.post-item .box-text .post-title {
    font-size: 16px;
    font-weight: 600;
}
.post-item .box-text .from_the_blog_excerpt {
    font-size: 14px;
}
.wrap-content-post .article-inner {
    padding: 0 10px;
}
.wrap-content-post .article-inner h1.entry-title {
    font-size: 20px;
}
.entry-header-text-top {padding-bottom: 0;}
#secondary .searchform {
    margin: 10px 0 0;
}
#secondary .search-field {
    border-radius: 0;
    padding-right: 50px;
    border-color: #00a376;
    color: #00a376;
}
#secondary .ux-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #00a376;
    line-height: 1;
}
.recent-blog-posts-li .box-text {
    padding: 0 15px;
}
.recent-blog-posts-li .plain {
    padding-top: 10px;
    display: flex;
}
.recent-blog-posts-li .box-text h3 {
    font-size: 14px;
    font-weight: 500;
}
.recent-blog-posts-li .box-image {}
.related-post .box-text {padding: 10px 0 0;}
.related-post .box-text .post-title {font-size: 15px;font-weight: normal;}
.recent-blog-posts-li .plain .calendar {
    border: 1px solid #00a376;
    border-radius: 3px;
    width: 57px;
    height: 57px;
}
.recent-blog-posts-li .plain .m_y {
    height: 22px;
    background-color: #00a376;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}
.recent-blog-posts-li .plain .day {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #00a376;
}
.posts_by_category .view_all a {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #00a376;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

/*************** SUPPORT ***************/
.ho-tro-archive .col-inner {height: 100%;border-radius: 7px;overflow: hidden;}
.meta-post {border-top: 1px dashed #ebebeb;border-bottom: 1px dashed #ebebeb;padding: 5px 0;margin-bottom: 15px;}
.single-ho_tro .meta-top, .single-post .meta-top {
    padding: 5px 0;
    margin-bottom: 15px;
    border-top: 1px dashed #ebebeb;
}

/*************** FOOTER ***************/
#footer .section-title-main {
    text-transform: initial;
    font-size: 20px;
}
#footer .row {position: relative;z-index: 1;}
#footer .section-title-main:before {display: none;}
#footer .section-title-main:after {background: white;width: 40px;}
#footer .ux-menu-link__link {min-height:unset;}
#footer .follow-icons .icon {border-radius: 5px !important;}
.absolute-footer {
    color: white !important;
    padding: 10px 0;
}
#footer-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.addThis_listSharing {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.addThis_listing .addThis_item {
    margin-top: 10px;
    margin-bottom: 0;
}
.addThis_listing {
    list-style: none;
    margin: 0;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon svg {border-radius: 50%;}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 1) transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.back-to-top, .back-to-top.active {
    background: #75ba40 !important;
    border: none !important;
    color: white !important;
    line-height: 47px !important;
    height: 45px;
    bottom: 10px;
    left: 50%;
    width: 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.lightbox-content {border-radius: 7px;overflow: hidden;}
table ul {
    margin: 0;
    padding-left: 20px;
}
table ul li:last-child {margin-bottom:0;}
.video-item .box-text {padding: 0;}

/*LOADING*/
.loading {
    color: rgb(255,255,255,.1);
    position: relative;
}
.loading:after {
    -webkit-animation: loading 500ms infinite linear;
    animation: loading 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

img.mfp-img {max-height: 800px;padding: 0;}
.mfp-bottom-bar {margin-top: 0;top: 0;z-index: 999;}
.mfp-counter {top: 0;left: 0;background: #fed007;padding: 5px 10px;right: inherit;color: #333;}
.mfp-ready .mfp-arrow-right, .mfp-ready .mfp-arrow-left {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: inherit;
    left: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: var(--fs-color-secondary);
    color: black;
    opacity: 1;
}
.mfp-ready .mfp-arrow-right {
    left: initial;
    right: 10px;
}
.mfp-ready .mfp-arrow i {font-size: 28px !important;top: 0;}

@media (min-width: 1300px){
    .slider-nav-outside .flickity-prev-next-button.previous {right: calc(100% - 50px);}
    .slider-nav-outside .flickity-prev-next-button.next {left: calc(100% - 50px);}

}

.slider-nav-outside .flickity-prev-next-button.previous {right: initial;left: 10px;}
.slider-nav-outside .flickity-prev-next-button.next {left: initial;right: 10px;}

@media screen and (max-width: 1200px){
    #header .html.header-button-1, #header .html.header-button-2 {display: none;}
}
@media screen and (max-width: 980px){
    .post-type-archive-tuyen_dung .archive-page-header {padding: 70px 0;}
    .bat-dong-single-wrap .gallery-image, .information {width: 100%;}
    .bat-dong-single-wrap {display: block;height: auto;}
    #quick_view_popup .main-popup, .single-bat_dong_san_ban, .single-bat_dong_san_thue {overflow: initial;height: auto;}
    .information .content {overflow: hidden;}
    #quick_view_popup .information .block-tabs {top: 0;}
    .bat-dong-san-item .view {position: static;opacity: 1;visibility: visible;}
    .information .nav-tabs .nav-tab-item:hover {color: #333;}
    .information .nav-tabs .nav-tab-item.active {color: #00a376 !important;}
}
@media screen and (max-width: 768px){
    #quick_view_popup .main-popup, .bat-dong-single-wrap {display: block;height: auto;}
    .single-bat_dong_san_ban, .single-bat_dong_san_thue {overflow: initial;height: auto;}
    .section-du-an .view-all-project {position: static;display: block;max-width: 220px;margin: 10px auto 0;}
    .bat-dong-san-item .post-code {font-size: 18px;}
    .home .shortcode-search_form {max-width: 500px;}
    .advanced-search .form-row {display: none;overflow:hidden;}
    .advanced-search .form-label {display: block;}
    .header-main li.html.html_topbar_left {display: block !important;}
    .timeline:before {
        left: 40px
    }
    .timeline>li>.timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px)
    }
    .timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }
    .timeline>li>.timeline-panel {
        float: right
    }
    .timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
    .timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
    input[type="date"]:not(.has-value):before{
      color: lightgray;
      content: attr(placeholder);
    }
}
@media screen and (max-width: 580px){
    .information .action {display: block;}
    .information .action a {width:100%;max-width: unset;margin-bottom: 10px;}
    .information .action a.booking {margin-bottom:0;}
    .information .meta-bottom .list .item {flex-direction: column;width: 100%;padding: 10px 10px 5px;font-size: 11px;text-align: center;}
    .information .meta-bottom .list .item .icon {margin:0;}
    .meta-top {display: block;}
    .meta-top-left {width: 100%;margin-bottom: 10px;max-width: unset;}
    .section-ky-gui form label {width: 100%;margin: 0 0 15px;padding: 0 20px;}
    .section-ky-gui #kg_submit {width: calc(100% - 40px);}
    .section-ky-gui form input {border: 1px solid white;margin-top: 5px;padding: 0 10px;}
    .section-ky-gui form {margin-top: 20px;}
    .col:last-child {padding-bottom: 0 !important;}
    .home .shortcode-search_form {max-width: calc(100% - 40px);}
    .popup-header .title, .popup-header .title a {display: block;text-align: center;}
    .hinh_thuc_tham_quan {margin: 10px 5px;max-width: calc(50% - 15px);}
    .section-du-an .banner {padding: 0 !important;}
    .section-du-an .banner-inner.fill, .section-du-an .banner-inner .text-box {position: static !important;width: 100% !important;}
    .flickity-slider .banner-layers {padding:0;}
    .section-du-an .banner-bg.fill {position: relative;height: auto;padding-top: 65% !important;}
    .open-video .video-title {font-size: 15px;margin: 5px 0 0;line-height: 1.3;}
    .section-du-an .slider .flickity-prev-next-button {display: block;bottom: 0;top: 200px;left: 0;width: 40px;height: 50px;background-size: 25px;}
    .section-du-an .slider .flickity-prev-next-button.next {left: 45px;}
    .addThis_listing {display: flex;}
    .addThis_listing .addThis_item {margin: 0 5px 0 0;}
    .addThis_listSharing {bottom: 0;}
    .addThis_listing .addThis_item .addThis_item--icon {width: 34px;height: 34px;}
    .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {display: none !important;}
    .row-slider .flickity-prev-next-button {width: 30px !important;height: 30px;padding: 8px;background: var(--fs-color-secondary)b8 !important;opacity: 1 !important;}
    .slider-nav-outside .flickity-prev-next-button.previous {right: initial;left: 10px;}
    .slider-nav-outside .flickity-prev-next-button.next {left: initial;right: 10px;}
    .meta-top .meta {display: block;}
    .meta-top .meta > span, .meta-top .meta > a {display: inline-block;margin-right: 0;margin-bottom: 3px;padding: 0 5px;}
    .slider-wrapper .flickity-prev-next-button {display: block;left: 5px;transform: translateX(0);width: 30px;height: 30px;}
    .slider-wrapper .flickity-prev-next-button.next {left: initial;right: 5px;}
    .information .block-tabs {padding: 0 5px;}
    .information .nav-tabs .nav-tab-item {font-size: 14px;padding: 15px 10px;}
}
@media screen and (max-width: 550px){
    .recent-blog-posts-li .box-text, .post-item .box-text {padding: 10px 0 0;}
    .wrap-content-post .article-inner {padding: 0;}
}

.form-row .select2-container {margin-bottom: 0;width: 100% !important;}
.select2-container--default .select2-selection--single {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 40px;
}
.select2-container .select2-choice>.select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 13px;
}
.select2-results__option--selectable {
    font-size: 13px;
}
.select2-dropdown {border:none;box-shadow: 5px 10px 10px #00000061;margin-top: -8px;border-radius: 5px !important;overflow: hidden;}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 34px;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    min-height: unset;
}
.select2-container {border-radius: 5px;border: 1px solid #ebebeb;}
.shortcode-search_form .select2-container--default .select2-selection--single {border:none;}

/*************** SOCIAL ***************/
.social-icons {display: flex;align-items: center;}
.social-icons.text-right {justify-content: flex-end}
.social-icons .icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background: transparent;
    color: #184363;
    border: none;
    margin: 0 3px !important;
}
.social-icons .button {
    border-radius: 7px !important;
    background-color: #f0f0f0;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.social-icons .icon i, .social-icons .icon svg {display: block;top: 0;color: #fff;}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.icon:hover i {color: inherit !important;}
.social-icons .icon svg {
    fill: #fff;
    transition: fill .3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons .button svg {fill: #508ba0;}
.social-icons .button i {color: #508ba0}
.social-icons a.button.twitter>svg {
    fill: #00aced;
}
.social-icons a.button.pinterest>svg {
    fill: #cb2027;
}
.social-icons a.button.linkedin>svg {
    fill: #007bb6;
}
.social-icons a.button.whatsapp>svg {
    fill: #55b750;
}
.social-icons a.button.telegram>svg {
    fill: #08c;
}
.text-center .social-icons {justify-content: center;}
.footer-primary {border-top: 1px solid #ffffff2b;padding-top: 15px;}