body {
    font-family: 'Montserrat', sans-serif;
}

html {
    overflow: visible !important;
}

html.non_scroll {
    overflow: hidden !important;
}

div#loadpage {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background: #096444;
    background-size: cover;
    transition: 1s all ease-in-out;
}

div#loadpage a {
    pointer-events: none;
}

.fullpage-wrapper #primary {
    display: none;
}

#loadpage.show {
    opacity: 1;
    visibility: visible;
}

div#loadpage.hidden {
    opacity: 0;
    visibility: hidden;
}

#loadpage img {
    position: absolute;
    width: 500px;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 1.5s all;
}

#loadpage.show img {
    opacity: 1;
    visibility: visible;
}

footer,
section.section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-nav-left {
    float: left;
}

.main-nav-left ul {
    margin: 0;
    list-style: none;
    text-align: left;
}

.site-logo a {
    position: relative;
    display: block;
    border-top: unset;
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(168 149 104 / 0.5)), color-stop(20%, rgb(168 149 104 / 0.5)), to(rgba(169, 149, 103, 0)));
    background-image: -o-linear-gradient(top, rgb(168 149 104 / 0.5) 0%, rgb(168 149 104 / 0.5) 20%, rgba(169, 149, 103, 0) 100%);
    background-image: linear-gradient(to bottom, rgb(168 149 104 / 0.5) 0%, rgb(168 149 104 / 0.5) 20%, rgba(169, 149, 103, 0) 100%); */
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5) 0%, rgb(0 0 0 / 0.5) 20%, rgba(0, 0, 0, 0) 100%);
}

.site-header,
.main-navigation,
.main-navigation ul ul {
    background-color: transparent;
}

.headroom--not-top {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: block !important;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    display: block;
}

.main-navigation li {
    float: none;
    display: block;
    padding: 12px 0 17px;
    width: 350px;
}

.main-navigation ul li a {
    text-align: right;
    text-decoration: none !important;
    outline: none;
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;

    color: #FFF;
    font-family: "SVN-GilroyHeavy";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 5px;
}

.main-nav-left ul li a i {
    color: #fff;
}

.main-navigation .main-nav ul li a[href*="tel"] {
    font-size: 15px;
    font-weight: 400;
}

.site-logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-navigation .main-nav ul li a[href*="tel"] i {
    margin-right: 3px;
}

.has-underline {
    position: relative;
}

.text-center .has-underline {
    margin: 0 auto;
}

.text-right .has-underline {
    margin: 0 auto;
    margin-right: 0;
}

.text-right .has-underline {
    margin: 0 auto;
    margin-left: 0;
}

.has-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('../images/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.main-nav-left ul li:not(.wpml-ls-menu-item) a::after,
.main-navigation .main-nav ul li:not(.wpml-ls-menu-item) a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.main-navigation ul li[class*="current-menu-"]>a:hover,
.main-navigation ul li[class*="current-menu-"].sfHover>a,
.main-navigation ul li[class*="current-menu-"]>a,
.main-navigation ul li:hover>a,
.main-navigation ul li:focus>a,
.main-navigation ul li.sfHover>a {
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 45px;
}

.main-navigation ul li[class*="current-menu-"]>a:hover:after,
.main-navigation ul li[class*="current-menu-"].sfHover>a:after,
.main-navigation ul li[class*="current-menu-"]>a:after,
.main-navigation ul li:hover>a:after,
.main-navigation ul li:focus>a:after,
.main-navigation ul li.sfHover>a:after {
    content: '';
    display: block;
    width: 41px;
    height: 1px;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    position: absolute;
    right: 0;
    top: 50%;
}

.modal-video-close-btn:hover {
    background-color: transparent;
}

.location_mobile {
    display: none;
}

.row.detail_distances .col-md-12 {
    display: none;
}

.main-nav-left ul li a {
    display: block;
}

.main-nav-left ul li.current-menu-item>a:after,
.main-nav-left ul li>a.active:after,
.main-nav-left ul li:hover>a:after,
.main-nav-left ul li:focus>a:after,
.main-navigation .main-nav ul li[class*="current-menu-"]>a:after,
.main-navigation .main-nav ul li>a.active:after,
.main-navigation .main-nav ul li:hover>a:after,
.main-navigation .main-nav ul li:focus>a:after {
    width: 100%;
    opacity: 1;
}

.site-header a,
.site-header a:visited {
    color: #fff7d9;
}

.home_sec1 .fp-tableCell {
    vertical-align: bottom;
}

.home_sec1 h1.special_title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
    color: #ffffff;
    font-size: 73px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 80px;
    text-transform: unset;
}

.special_title {
    font-family: "Dancing Script";
}

.home_sec2 {
    background-repeat: repeat-x;
    background-position: center;
    overflow: hidden;
}


.home_sec7 .wrap_similar_text .similar_title,
.home_sec_vitri .wrap_similar_text .similar_title,
.about_sec3 .wrap_similar_text .similar_title,
.about_sec1 .wrap_similar_text .similar_title {
    background-image: unset;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
}

.home_sec7 .wrap_similar_text .similar_subtitle::before,
.home_sec_vitri .wrap_similar_text .similar_subtitle::before {
    background-color: #fff;
}

.home_sec7 .wrap_similar_text .similar_subtitle,
.home_sec_vitri .wrap_similar_text .similar_subtitle {
    color: #fff;
}

.home_sec13 .after_svg,
.home_sec10 .after_svg,
.home_sec2 .after_svg {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.wrap-content-round .similar_link,
.wrap_similar_text .similar_link {
    display: inline-block;
    margin-top: 30px;
    position: relative;
}

.wrap-content-round .similar_link a,
.wrap_similar_text .similar_link a {
    color: #e4c779;
    display: block;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 30px;
    text-decoration: none;
    outline: none;
}

.wrap-content-round .similar_link::before,
.wrap_similar_text .similar_link::before {
    border: 1px solid #d2b76e;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg);
    z-index: -1;
    transition: .5s all ease-in-out;
}

.wrap-content-round .similar_link:hover::before,
.wrap_similar_text .similar_link:hover::before {
    background-color: #fff;
    border-color: #d2b76e !important;
}

.wrap_similar_text .similar_link:hover a {
    color: #e4c779 !important;
}

.text-white.wrap_similar_text .similar_link a {
    background-image: unset;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #fff;
}

.text-white.wrap_similar_text .similar_link::before {
    border-color: #fff;
}

.wrap-content-round .similar_link a::after,
.wrap_similar_text .similar_link a::after {
    content: '\e87a';
    font-family: Linearicons;
    display: inline-block;
    margin-left: 13px;
}

.wrap_similar_text .similar_title {
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 15px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.wrap_similar_text .similar_title.special_title {
    text-transform: initial;
}

.home_sec9 .wrap_similar_text .similar_title {
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%);
}

.home_sec11 .wrap_similar_text .similar_title {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.text-white .wrap_similar_text .similar_subtitle,
.text-white .wrap_similar_text .similar_title,
.text-white .wrap_similar_text .similar_content {
    color: #fff;
}

.wrap_similar_text .similar_title.mb-15 {
    margin-bottom: 15px;
}


.home_sec12 .wrap_similar_text .similar_title {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.home_sec12 .wrap_similar_text .similar_subtitle {
    margin-bottom: 6px;
    margin-top: 60px;
}

.wrap_similar_text .similar_subtitle.has-underline {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.wrap_similar_text .similar_content {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.home_sec_vitri .wrap_similar_text .similar_content {
    font-size: 18px;
}

.wrap_similar_text .similar_content p {
    margin-bottom: 15px;
}

.wrap_similar_text .similar_content p:last-child {
    margin-bottom: 0;
}

.home_sec6 {
    overflow: hidden;
}

ul.list_infos_project {
    margin: 0 -30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.list_infos_project li {
    position: relative;
    padding: 0 30px;
    width: 40%;
    margin-right: 10%;
    display: table;
    text-align: left;
    margin-bottom: 40px;
}

ul.list_infos_project .icon {
    width: 75px;
    height: 75px;
    text-align: center;
    margin-right: 30px;
    float: left;
}

ul.list_infos_project .icon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    transition: .3s all ease-in-out;
}

ul.list_infos_project .info-item:hover img {
    transform: scale(1.2);
}

ul.list_infos_project .content {
    color: #fff7d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

ul.list_infos_project.list_info_num .content {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}

ul.list_infos_project.list_info_num .content .info {
    font-family: "SVN-GilroyHeavy";
    font-size: 18px;
    text-transform: initial;
    line-height: 55px;
}

ul.list_infos_project.list_info_num .content .info span {
    font-size: 50px;
}

ul.list_infos_project .content .info {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

footer.section .container,
section.section .container {
    position: relative;
    z-index: 1;
}

section.section .container.text-content {
    z-index: 100;
}

.meta-popup.mobile {
    display: none;
}

.map-location img {
    width: 100%;
}

.slick-product-maris .item-slide {
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
    height: 100vh;
    width: 100vw !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-product-maris .item-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 100%);
}

.slick-arrow {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: calc(100% + 55px);
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}

.statistics_slide li::before {
    content: '';
    display: block;
    width: 350px;
    height: 3px;
    background-image: url('../images/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -50px;
}

.statistics_slide {
    list-style: none;
    margin: 0;
}

.statistics_slide li {
    color: #108c85;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.statistics_slide li span {
    font-size: 35px;
    line-height: 45px;
    text-transform: initial;
}

.statistics_slide li:last-child {
    padding-bottom: 0;
}

.home_sec8 {
    overflow: hidden;
    position: relative;
}



.home_sec9 {
    overflow: hidden;
}

.wrap_similar_text {
    position: absolute;
    max-width: 670px;
    padding: 65px;
    transform: translateY(-50%);
    left: -40px;
}

.wrap_similar_text:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    left: 0;
    top: 0;
    filter: blur(65px);
}

.home_sec2 .wrap_similar_text:before {
    display: none;
}

.home_sec7 {
    overflow: hidden;
}

.home_sec11 .round {
    padding-right: 75px;
    z-index: 2;
}

.home_sec11 .round .zoomBtnMb.in {
    right: 55px;
    bottom: 95px;
}

.home_sec11 .round .zoomBtnMb.out {
    right: 95px;
    bottom: 50px;
}

.home_sec7 .point_icon {
    position: absolute;
    background-color: #ededed;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.home_sec7 .point_icon.active,
.home_sec7 .point_icon:hover {
    background-image: linear-gradient(-268deg, #7ccdc9 0%, #1c8b85 100%);
}

.home_sec7 .point_icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 20px auto;
    display: block;
}

.home_sec7 .point_icon.active img,
.home_sec7 .point_icon:hover img {
    filter: brightness(0) invert(1);
}

.point_icon:nth-child(1) {
    right: 100px;
    top: 5px;
}

.point_icon:nth-child(2) {
    top: 123px;
    right: -5px;
}

.point_icon:nth-child(3) {
    right: -45px;
    top: 50%;
    margin-top: -50px;
}

.point_icon:nth-child(4) {
    bottom: 124px;
    right: -5px;
}

.point_icon:nth-child(5) {
    right: 100px;
    bottom: 5px;
}

#panzoom-parent {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.map-location {
    position: relative;
}

.zoomBtnMb {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background-color: #e0802b;
    position: absolute;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    border: 1px solid transparent;
}

.home_sec11 .round .zoomBtnMb:focus {
    background-color: #e0802b;
    color: #fff;
    border-color: transparent;

}

.home_sec11 .round .zoomBtnMb:hover {
    border-color: #e0802b;
    color: #e0802b;
    background: #fff;
}

.home_sec12 {
    overflow: hidden;
}

a.link-post {
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: none;
}

.post {
    padding: 0 4px;
    margin: 0;
}

.post img {
    width: 100%;
    height: calc(30vh);
    object-fit: cover;
    object-position: center;
}

.post figure {
    margin: 0;
    position: relative;
    transition: .3s all ease-in-out;
    background-color: #fff;
}

.post figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 30px 20px 25px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0) 100%);
}

.post .post_name {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    transition: .3s all ease-in-out;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.post .post_date,
.post .post_excerpt {
    max-height: 0;
    overflow: hidden;
    /* transition: .3s all ease-in-out; */
    font-size: 12px;
    color: #fff;
}

a.link-post:hover .post_date,
a.link-post:hover .post_excerpt {
    max-height: 300px;
}

a.link-post:hover figcaption {
    background: #808183;
    padding: 45px 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.post a.link-post:hover .post_name {
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-post .slick-arrow i {
    display: inline-block;
    margin: 0 15px;
}

.slick-post .slick-arrow.next {
    right: 0;
}

.slick-post .slick-arrow.prev {
    left: 0;
}

.slick-post .slick-arrow:hover {
    color: #b98a3a;
}

footer ul {
    margin: 0;
    list-style: none;
}

footer ul.list_info li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 14px;
    color: #f5f5f5;
}

footer ul.list_info li:last-child {
    margin-bottom: 0;
}

footer ul.list_info .content {
    margin-left: 15px;
}

footer ul.list_info .content strong a {
    font-size: 23px;
    line-height: 28px;
}

.wrap_content_center img {
    margin-left: -15px;
}

footer li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    padding: 0 10px;
}

footer li a {
    font-weight: 600;
    color: #fff;
}

footer li a span {
    color: #ddbb69;
    font-size: 18px;
}

footer li+li {
    border-left: 1px solid #fff;
}

footer p:last-child {
    margin-bottom: 0;
}


footer a:visited,
footer a:focus,
footer a:hover,
footer a {
    line-height: 24px;
    outline: none;
    text-decoration: none;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 1px solid #b57735;
    background-color: #e3e0dc;
    color: #717171;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    padding: 0 15px;
    outline: none;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    color: #717171;
    border: 1px solid #b57735;
    background-color: #e3e0dc;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #717171;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    padding-right: 35px;
    transition: .2s all ease-in-out;
    background-image: linear-gradient(86deg, #b98a3a 0%, #c4a061 100%);
    border-color: transparent;
    margin: 6px;
    position: relative;
}

.wpcf7 .submit {
    position: relative;
    display: inline-block;
}

.wpcf7 .submit::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background-color: transparent;
    border: 1px solid;
    /* border-image: linear-gradient(86deg, #c4a061 0%, #fce8b0 100%); */
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    border-image-slice: 1;
}

.wpcf7 .submit::after {
    content: '\f061';
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 40px;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.cd-popup.is-visible {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 90vw;
    max-height: 80vh;
    background: transparent;
    text-align: left;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.cd-popup.post .cd-popup-container {
    max-height: 100vh;
    max-width: 1260px;
    width: 100%;
}

.cd-popup.post .container {
    position: relative;
    max-height: 100vh;
}

.cd-popup.post h4.title-post {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cd-popup.post .col-md-12 {
    padding: 30px 50px 50px;
}

.cd-popup.post .content {
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

.cd-popup.post img {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.cd-popup.post p+p {
    margin-top: 20px;
}

.cd-popup.post figure.wp-caption {
    width: 100% !important;
}

.is-visible .cd-popup-container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cd-popup .cd-popup-close {
    transition: 250ms;
    cursor: pointer;
    position: fixed;
    top: 15px;
    color: #fff;
    right: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 0.7;
    transform: scale(0.8, 0.8);
}

.cd-popup.is-visible .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
    opacity: 1;
}

.wrap_distances {
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
}

.utility_distance span {
    font-size: 40px;
    font-weight: 700;
}

.utility_distance::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #1c8b85;
    background-color: #d7eeed;
    border-radius: 50%;
}

.home_sec10 {
    overflow: hidden;
    background-size: 100%200%;
    background-position: top;
}

.wrap_distances::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    left: -90px;
    width: calc(100% + 180px);
    height: 2px;
    background: url('../images/line_long.png') no-repeat center;
    z-index: -1;
}

.utilities {
    margin: 0 0 20px;
    list-style: none;
    color: #108c85;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.utilities li+li {
    margin-top: 25px;
}

.button_actions {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 0;
}

.utility_distance_mobile,
.button_action_mobile {
    display: none;
}

a.button_action {
    border-radius: 15px 0 0 15px;
    background-image: linear-gradient(to right, #b8984f 0%, #c4a95f 100%), linear-gradient(to top, #a99767 0%, #89764a 100%);
    color: #fff;
    padding: 8px 7px 6px 13px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 1px;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: block;
    max-width: 44px;
    text-decoration: none !important;
}

a.button_action:hover {
    background-image: linear-gradient(to right, #0a6847 0%, #26795b 100%);
}

.form-hotline-op h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.bg_abs {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg_abs img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

footer .has-line::after {
    content: '';
    display: block;
    width: 2px;
    height: 450px;
    background: url('../images/line-hor.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 0;
}



svg .character {
    fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-width: 1;
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
}

svg.outline .character {
    fill: #ffffff;
    stroke: #ffffff;
}

.svg-character.active .character {
    fill-opacity: 1 !important;
    stroke-opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*.section svg {*/
/*    position: absolute;*/
/*    top: -492px;*/
/*    width: 860px;*/
/*    left: -175px;*/
/*}*/

svg.outline,
.home_sec12 svg {
    position: absolute;
    top: -492px;
    width: 860px;
    right: -175px;
    left: auto;
}


/**
MAP LOCATION
*/
.bot-dot {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.map-icon.hidden {
    opacity: 0;
    visibility: hidden;
}

.map-icon.hidden.show {
    opacity: 1;
    visibility: visible;
}

.bot-dot .map-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    z-index: 9;
}

.bot-dot .map-icon:hover {
    text-decoration: none;
}


.zoom-map {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.zoom-map img {
    width: auto;
    height: auto;
}

.zoom-map .map-icon {
    position: absolute;
    /* opacity: 0; */
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* visibility: hidden; */
}

.zoom-map .map-icon.hidden.show {
    opacity: 1;
    visibility: visible;
}

.zoom-map .map-icon.hidden {
    opacity: 0;
    visibility: hidden;
}


.zoom-map .show-pic img {
    width: 190px;
    height: 190px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.faci-text {
    width: 100%;
    height: auto;
}

.faci-text h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    text-align: center;
    padding: 15px 40px 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    background: #ed9161;
}

.map-info-location {
    z-index: 5;
    height: 100%;
}

.bot-dot img {
    width: auto;
    height: auto;
}

.show-pic {
    width: 200px;
    height: 200px;
    left: auto;
    top: auto;
    right: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    z-index: 9000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #ed9161;
    position: absolute;
}

.show-pic.showup {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: red;
}

.home_sec1 .bg_abs {
    position: absolute !important;
    z-index: 1;
}

.item-slider-banner {
    position: relative;
    display: table-cell !important;
    height: 100vh;
    vertical-align: middle;
    width: 100vw !important;
}

.list-dots {
    display: none;
}

.wrap_similar_text.text-black {
    color: #333;
}

.home_sec4 {
    overflow: hidden;
}

.wrap_similar_text.text-black * {
    color: inherit;
}

.home_sec4 .wrap_similar_text:before {
    display: none;
}

.home_sec2 .wrap_similar_text .similar_content {
    color: #fff7d9;
}

.home_sec2 .wrap_similar_text {
    left: 50%;
    max-width: 680px;
    padding: 0;
    transform: translate(-50%, -50%);
    width: 580px;
}

.home_sec4 .wrap_similar_text {
    position: relative;
    transform: initial;
    padding: 255px 0 0;
    left: unset;
    top: unset;
    max-width: 550px;
}

.home_sec4 .wrap_similar_text.wrap_quymo::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -150px;
    background: url('../images/tongquan.png') no-repeat center;
    background-size: contain;
    width: 1200px;
    height: 1200px;
}

.home_sec6 .wrap_similar_text {
    position: static;
    transform: initial;
    padding: 0;
    margin-bottom: 75px;
}

.home_sec6 .wrap_similar_text::before {
    display: none;
}

h2.title_news {
    color: #171717;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.slick-post.slick-initialized .slick-slide figure {
    opacity: .3;
}

.slick-post.slick-initialized .slick-slide.slick-active figure {
    opacity: 1;
}

.wrap-menu-media {
    width: 60%;
}

.wrap-menu-media ul {
    margin: 0 -4px;
    list-style: none;
    text-align: right;
}

.wrap-menu-media ul li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg);
}

.wrap-menu-media ul li:hover a,
.wrap-menu-media ul li.active a {
    color: #b89950;
}

.wrap-menu-media ul li:hover,
.wrap-menu-media ul li.active {
    background-color: #fff;
}

.wrap-menu-media ul li a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 25px;
    text-decoration: none;
    outline: none;
    -webkit-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg);
}

.wrap-menu-media ul li:last-child a::after {
    display: inline-block;
    margin-left: 15px;
    content: '\e87a';
    font-family: 'Linearicons';
    font-size: 14px;
    line-height: 15px;
}

.home_sec8 .fp-tableCell {
    vertical-align: bottom;
}

.container.copyright {
    margin-bottom: 30px;
    margin-top: 40px;
}

.container.copyright p {
    display: inline-block;
    margin: 0;
    opacity: 0.8;
}

.container.copyright img {
    margin-right: 20px;
}

.container.copyright .socials {
    margin-left: 40px;
    display: inline-block;
}

.container.copyright .socials a {
    opacity: 0.5;
    color: #f1f1f1;

    display: inline-block;
    margin-right: 4px;
}

section.section.home_sec5 {
    background: url('../images/bg_text_sec5.png') repeat center;
    background-size: contain;
}

.home_sec5 .fp-tableCell {
    vertical-align: top;
}

.wrap-content-sec5 {
    padding: 30px 0 30px;
    margin-bottom: 160px;
}


.wrap-content-sec5 h2 {
    color: #171717;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.wrap-content-sec5 .content {
    color: #171717;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.wrap-content-sec5 p {
    margin-bottom: 10px;
}

.wrap-content-sec5 p:last-child {
    margin-bottom: 0;
}

#fp-nav.right {
    right: 60px;
}

.fp-slidesNav ul li {
    margin: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 99px;
    padding: 3px;
}

.fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    opacity: 0;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    opacity: 1;
}

#fp-nav {
    margin: 0 !important;
    position: static;
}

.fp-slidesNav ul li a {
    text-align: center;
    color: #fff;
    line-height: 22px;
}

#fp-nav ul li a i {
    font-size: 25px;
}

.wrap-fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.wrap-fp-nav ul {
    margin: 0;
    list-style: none;
}

.loading_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/bg_sec9.jpg') center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-in-out;
}

.loading_svg.active {
    opacity: 1;
    visibility: visible;
}

.about_sec1 .wrap_similar_text {
    padding: 0;
    right: 40px;
    left: unset;
    max-width: 420px;
}

.about_sec1 .wrap_similar_text::before {
    display: none;
}

.wrap_similar_text .has_underline {
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.has_underline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 2px;
    background-color: #eeeeee;
}

.wrap-bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-bg-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45;
    object-fit: cover;
}

.wrap-bg-section::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.about_sec2 .wrap-content-sec5 {
    color: #1c1c1c;
}

.about_sec2 .wrap-content-sec5 .similar_content {
    font-size: 13px;
    line-height: 22px;
}

.about_sec2 .wrap-content-sec5 .similar_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

.wrap-list-info .item-info+.item-info {
    margin-top: 20px;
}

.wrap-list-info .item-info {
    font-size: 25px;
    line-height: 23px;
}

.wrap-list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    height: 100%;
    color: #333333;
}

.wrap-list-info .item-info .lable_info {
    color: #464646;
    font-size: 12px;
    line-height: 24px;
}

ul.list_infos_project li:nth-child(n+3)::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: -20px;
    background: url('../images/line-ngang.png') no-repeat center;
    background-size: 100%100%;
}

.utility_sec2 .wrap-bg-section .bg {
    opacity: 1;
}

.utility_sec2 .wrap-bg-section::before {
    z-index: 1;
    background-image: -o-linear-gradient(271deg, #150e09 0%, #2e1e13 13.5%, rgba(98, 66, 41, 0) 42.5%, rgba(112, 75, 47, 0) 50%, rgba(98, 66, 41, 0) 57.5%, #2e1e13 86.5%, #150e09 100%);
    background-image: linear-gradient(-181deg, #150e09 0%, #2e1e13 13.5%, rgba(98, 66, 41, 0) 42.5%, rgba(112, 75, 47, 0) 50%, rgba(98, 66, 41, 0) 57.5%, #2e1e13 86.5%, #150e09 100%);
    opacity: 0.4;
    background-color: unset;
}

.round {
    position: absolute;
    width: 70vh;
    height: 70vh;
    top: 55%;
    transform: translateY(-50%);
    left: -10vh;
    display: flex;
    align-items: center;
    z-index: 10;
    border: 2px solid #d2b76e;
    border-radius: 50%;
}

.round::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
    filter: blur(60px);
}

.wrap-content-round {
    color: #fff7d9;
    font-size: 14px;
    line-height: 22px;
    margin: 0 10vh 0 15vh;
    position: relative;
    z-index: 11;
}

.wrap-content-round .lable {
    color: #d9d9bd;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 75px;
    position: relative;
    margin-bottom: 15px;
}

.wrap-content-round .lable::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #bb9c53;
}

.wrap-content-round h4.name {
    padding-top: 10px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: "SVN-GilroyHeavy";
    text-transform: uppercase;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-utility {
    position: absolute;
    width: 40vh;
    height: 40vh;
    top: 15vh;
    left: 15vh;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.icon-utility {
    position: absolute;
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.icon-utility img {
    width: 10vh;
    height: 10vh;
    object-fit: contain;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.icon-utility .img-active {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.icon-utility.active img:not(.img-active),
.icon-utility:hover img:not(.img-active) {
    opacity: 0;
}

.icon-utility.active .img-active,
.icon-utility:hover .img-active {
    opacity: 1;
}

.list-category ul {
    margin: 115px 10px 10px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #778a92;
    border-bottom: 1px solid #778a92;
}

.list-category ul li a {
    display: block;
    font-size: 14px;
    color: #f2f2f2;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
}

.list-category ul li {
    border-right: 1px solid #778a92;
}

.list-category ul li:first-child {
    border-left: 1px solid #778a92;
}

.list-category ul li a:hover,
.list-category ul li.active a {
    color: #f7e176;
}

.item-news {
    padding: 10px;
}

.item-news a {
    display: block;
    position: relative;
    text-decoration: none !important;
    height: 0;
    width: 100%;
    padding-bottom: 77%;
    overflow: hidden;
}

.item-news img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .2s all ease-in-out;
}

.item-news .news-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 22px;
    transition: .2s all ease-in-out;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.item-news .news-title h4 {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-news a:hover img {
    transform: scale(1.2);
}

ul.slick-dots {
    margin: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
}

ul.slick-dots li {
    margin: 0 3px;
}

ul.slick-dots li button {
    font-size: 0;
    background-color: #ffffff;
    opacity: 0.5;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: .2s all ease-in-out;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    box-shadow: 0 0 26px 3px rgba(22, 22, 22, 0.18);
    background-color: #b98a3a;
    opacity: 1;
}

.single-post.full-width-content .container.grid-container {
    padding: 0;
}

.single-post .post {
    padding: 0;
}

.single-post .list-category ul {
    margin-top: 200px;
    margin-bottom: 55px;
}

.wrap-head-single-post {
    background: transparent url('../images/banner-post.png') no-repeat center;
    background-size: cover;
    height: 400px;
}

footer:not(.fp-section) {
    padding: 150px 0;
    min-height: 100vh;
    display: table-cell;
    width: 100vw;
    vertical-align: bottom;
}

h1.title-post {
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "SVN-GilroyHeavy";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 50px 0 10px;
    text-align: center;
    padding: 10px 60px;
}

.post-date {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.post-date::after {
    margin-top: 15px;
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #c9ab70;
    margin-bottom: 35px;
}

.post-content {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 50px;
}

.post-content figure {
    width: 100% !important;
}

.post-content img.size-full {
    width: 100%;
}

.post-content h2 {
    color: #ba9642;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    padding-top: 20px;
    color: #202020;
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    margin: 0 auto 50px;
}

.single-post .post img {
    height: auto;
}

.single-post .post-content p {
    margin-bottom: 25px;
}

.single-post .post-content p:last-child {
    margin-bottom: 0;
}

.related_news {
    margin: 0 -10px 90px;
}

.related_news .item-news {
    width: 33.33333%;
    float: left;
}

.single-post .post .related_news img {
    height: 100%;
}

.related_title {
    color: #c4a061;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 110px;
    padding-top: 10px;
    margin-bottom: 30px;
    font-family: "SVN-GilroyHeavy";
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.list-tabs .wrap-img {
    padding: 10px;
}

.list-tabs .wrap-img a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background-color: #000;
}

.list-tabs .wrap-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}

.list-tabs .wrap-img a:hover img {
    opacity: 0.5;
}

.list-tabs .wrap-img a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c9ab70;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.list-tabs .wrap-img a:hover:before {
    opacity: 1;
    top: 28px;
    left: 28px;
    right: 28px;
    bottom: 28px;
}

.list-video .wrap-img a:before {
    display: none;
}

.list-video .wrap-img a {
    background-color: #000;
}

.list-video .wrap-img img {
    opacity: 0.5;
}

.list-tabs .wrap-img a:after {
    content: '';
    display: block;
    background-image: url(../images/zoom-image.png);
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.list-video .wrap-img a:after {
    width: 70px;
    height: 75px;
    background-image: url(../images/icon-player.png);
    background-size: 100%100%;
}

.list-video .slick-current.slick-active .wrap-img a:after {
    opacity: 1;
}

.list-tax-gallery.list-category ul {
    margin-bottom: 30px;
}
/*.fancybox-show-thumbs .fancybox-inner{*/
/*    right: 0 !important;*/
/*}*/
.page-template-library .fancybox-slide--image{
    padding-bottom: 120px;
}
/*.fancybox-show-thumbs .fancybox-inner {*/
/*    position: relative;*/
/*    right: unset;*/
/*    top: 50%;*/
/*    width: 77.5%;*/
/*    height: 0;*/
/*    padding-bottom: 35%;*/
/*    bottom: unset;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.fancybox-is-open .fancybox-bg {*/
/*}*/

/*!* .fancybox-toolbar button.fancybox-button:not(.fancybox-button--close) , *!*/
/*.fancybox-infobar {*/
/*    display: none !important;*/
/*}*/

/*.fancybox-slide--image {*/
/*    padding: 0;*/
/*}*/

/*.fancybox-slide--image .fancybox-content {*/
/*    !*width: 100% !important;*!*/
/*    !*height: 100% !important;*!*/
/*    !*transform: unset !important;*!*/
/*}*/

/*.fancybox-image {*/
/*    object-fit: cover;*/
/*}*/

.fancybox-show-thumbs .fancybox-thumbs {
    bottom: 0;
    width: calc(77.5% - 200px);
    left: 50%;
    transform: translate(-50%, 0%);
    top: unset;
    overflow-x: hidden;
    background-color: transparent;
    padding: 10px 0;
}

.fancybox-show-thumbs .fancybox-inner::before {
    content: '';
    display: block;
    z-index: -1;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100px;
}

/*.fancybox-button {*/
/*    color: #fff;*/
/*    background: transparent;*/
/*    border-radius: 50%;*/
/*    padding: 0;*/
/*}*/

.fancybox-thumbs__list a {
    margin: 0 5px;
    border: 3px solid #d7d7d7;
}

.fancybox-thumbs__list a:before {
    display: none;
}

.fancybox-thumbs__list a.fancybox-thumbs-active {
    border-color: #cfae5d;
}

/*.fancybox-button:focus {*/
/*    background-color: transparent;*/
/*}*/

/*.fancybox-button:hover {*/
/*    background: #fff;*/
/*    color: #f7d988;*/
/*}*/

.fancybox-navigation .fancybox-button {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
    border: 1px solid #fff;
    padding: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: -25px;
}

.fancybox-toolbar,
.fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible;
}

.fancybox-toolbar {
    right: unset;
    top: 50%;
    left: calc(100% + 35px);
    background-color: transparent;
}

.fancybox-button.fancybox-button--close svg {
    border: 1px solid #fff;
    border-radius: 50%;
}

.wrap-iframe iframe {
    width: 100%;
    min-height: 400px;
}

.wrap-map-loccation img {
    max-height: 100vh;
}

.location_sec1 {
    background-color: #eeeeee !important;
}

.location_sec1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 238px;
    background-image: linear-gradient(to top, rgba(141, 103, 62, 0) 0%, #8d653e 100%);
    opacity: 0.9;
}

.marker {
    position: absolute;
}

.marker::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 26px;
    background: transparent url('../images/marker.png') no-repeat center;
    background-size: contain;
    left: -10px;
    top: -13px;
    cursor: pointer;
}

.marker .info {
    visibility: hidden;
    opacity: 0;
    transition: .2s all ease-in-out;
    position: absolute;
    left: 20px;
    transform: translateY(-50%);
    width: max-content;
    height: max-content;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.marker:hover .info {
    opacity: 1;
    visibility: visible;
}

.marker .cat_name {
    position: absolute;
    width: max-content;
    font-size: 10px;
    color: #616668;
    left: 50%;
    transform: translate(-50%, calc(-50% - 4px));
}

.wrap-cat-location {
    position: absolute;
    bottom: 10%;
    background-image: linear-gradient(to bottom, #8d5d3e 0%, #9f7552 100%);
    padding: 20px;
    border-radius: 20px;
}

.item-cat+.item-cat {
    margin-top: 10px;
}

.item-cat .icon {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.item-cat .icon img {
    filter: brightness(0) invert(1);
}

.item-cat {
    display: flex;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

.item-cat.active .icon img,
.item-cat:hover .icon img {
    filter: unset;
}

.item-cat.active,
.item-cat:hover {
    color: #f2e88f;
}

.wrap-bg-apartment {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* overflow: hidden; */
}

.wrap_img_action.wrap-bg-apartment {
    height: auto;
}

.apartment-map {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.apartment-bg {
    width: 1920px;
    height: 1080px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.wrap-bg-apartment img {
    max-width: unset;
    width: 1920px !important;
    height: 1080px !important;
}

.wrap_img_top img {
    width: 100vw;
}

.fancybox-navigation .fancybox-button[disabled] {
    opacity: 0;
    visibility: hidden;
}

#tooltip_floor,
#tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    cursor: pointer;
}

#tooltip_floor.active,
#tooltip_floor:hover,
#tooltip:hover,
#tooltip.active {
    visibility: visible;
    opacity: 1;
}

#tooltip .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff7cc;
    background-color: #fff7cc;
    border-radius: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

#tooltip .dot::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 2px solid #fff7cc;
    left: -12px;
    top: -12px;
    position: absolute;
}

#tooltip_floor .content {
    position: absolute;
    width: 129px;
    height: 144px;
    background-color: #d3b468;
    text-align: center;
    color: #023c28;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

#tooltip_floor .content::before {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 125px;
    height: 140px;
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
}

#tooltip_floor .content .apartment-square {
    color: #333;
    font-weight: 400;
    font-size: 11px;
    font-style: italic;
    text-transform: initial;
    margin: 6px 0;
    padding-bottom: 6px;
    position: relative;
}

#tooltip_floor .content .apartment-square::after {
    content: '';
    display: block;
    width: 107px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    height: 2px;
    background: url('../images/line-ngang.png') no-repeat center;
    background-size: 100%100%;
}

#tooltip_floor .content .apartment-utility {
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    text-transform: initial;
}

#tooltip .content {
    position: absolute;
    left: -213px;
    top: 0;
    transform: translateY(-50%);
    width: 105px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    color: #bb9c53;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "SVN-GilroyHeavy";
    background: url('../images/bg-tooltip-non.png') no-repeat center;
    background-size: 100%100%;
}

#tooltip:hover .content,
#tooltip.changeBG .content {
    background-image: url('../images/bg-tooltip.png');
    color: #fff;
}

#tooltip .content::before {
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    position: absolute;
    width: 90px;
    height: 3px;
    background-image: linear-gradient(45deg, #ffffff 0%, #eed186 100%);
    opacity: 0.8;
}

.cd-popup.apartment {
    background-color: rgb(0 0 0 / 0.7);
}

.cd-popup.apartment .cd-popup-container {
    top: 50%;
    bottom: unset;
    height: 100%;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 100vh);
    background: url('../images/bg-popup.png') no-repeat center;
    background-size: cover;
    transition: .3s all ease-in-out;
    padding: 55px 75px 35px;
}

.cd-popup.apartment.is-visible .cd-popup-container {
    transform: translate(-50%, -50%);
}

.cd-popup.apartment .cd-popup-close {
    position: absolute;
    width: 114px;
    height: 54px;
    opacity: 0;
    transform: scale(.5);
    transition: .6s all ease-in-out;
    transition-delay: .3s;
    padding: 6px;
    color: #e4c779;
}

.cd-popup.apartment .cd-popup-close span {
    color: #f7f0d7;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.cd-popup.apartment .cd-popup-close svg {
    width: 44px;
}

.cd-popup.apartment.is-visible .cd-popup-close {
    opacity: 1;
    transform: scale(1);
}

.content-ajax-block {
    padding: 45px 15px;
    padding-right: 65px;
}

.content-ajax-block h4 {
    color: #131313;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
}

.content-ajax-block h4 strong {
    font-weight: 700;
}

.content-ajax-block h4::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 108px;
    height: 2px;
    background-image: linear-gradient(86deg, #b98a3a 0%, #c4a061 100%);
}

.content-ajax-block .note {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
}

.content-ajax-block .block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.list-floors {
    margin: -10px -4px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

ul.list-floors li {
    margin: 10px 4px 0;
}

ul.list-floors li a {
    display: block;
    border-radius: 99px;
    background-color: #fff;
    background-image: linear-gradient(86deg, #c2964c 0%, #d4b379 100%);
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid transparent;
}

ul.list-floors li a.active,
ul.list-floors li a:hover {
    background-image: unset;
    color: #c19641;
    border-color: #c19641;
}

.wrap-img_floor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.floor_secs.section .fp-tableCell {
    vertical-align: bottom;
}

.wrap-img-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.wrap-img_floor img {
    width: 100vw;
}

.about_sec2 .wrap-bg-apartment {
    bottom: 0;
    top: unset;
    height: auto;
}

.wrap_apartment_scroll .desc {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.wrap-img-hover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}

.cd-popup.get-info,
.page_404 {
    background-image: url('../images/bg_404.png');
    background-size: cover;
    background-position: center;
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline-block;
}

.page_404 .wrap_similar_text {
    max-width: unset;
}

.wrap-img-mobile {
    display: none;
}

.wrap_content_left+img {
    max-width: 80px;
    margin: 30px auto;
    display: block;
}

a.btn-map {
    background-image: linear-gradient(to bottom, #8d5d3e 0%, #9f7552 100%);
    position: fixed;
    z-index: 999;
    right: 55px;
    bottom: 40px;
    padding: 0;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.fancybox-close-small {
    right: -22px;
}

a.btn-go-gg-map {
    padding: 10px 20px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    background: #c57035;
    border: 1px solid #fff;
    border-bottom: 0;
    z-index: 9999;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    font-size: 13px;
    text-decoration: none !important;
}

.sec2_logo {
    padding-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
}

.sec2_logo::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: url('../images/line-ngang.png') no-repeat center;
    background-size: 100%100%;
}

body.blog .icon_mouse,
body.single-post .icon_mouse {
    display: none;
}

.icon_mouse {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation: mouse-wheel 1.2s ease infinite;
    cursor: pointer;
}

.icon-scroll span {

    animation-delay: .2s
}



.icon-scroll .mouse {

    height: 32px;

    width: 18px;

    border: 1px solid rgba(255, 255, 255, .8);

    border-radius: 2em
}



.icon-scroll .wheel {

    position: relative;

    display: block;

    height: .1875em;

    width: .1875em;

    margin: .1875em auto 0;

    background: rgba(255, 255, 255, .8);

    animation: mouse-wheel 1.2s ease infinite;

    border-radius: 50%
}

.icon-arrows::after,

.icon-arrows::before {

    content: ''

}



.icon-arrows span {

    display: block;

    width: 10px;

    height: 10px;

    border-right: 1px solid rgba(255, 255, 255, .8);

    border-bottom: 1px solid rgba(255, 255, 255, .8);

    margin: 0 auto;

    transform: rotate(45deg);

    animation: mouse-scroll 1s infinite;

    animation-direction: alternate
}

@keyframes mouse-wheel {

    0% {

        transform: translateY(0)
    }

    50% {

        transform: translateY(.375em)
    }

    100% {

        transform: translateY(0)
    }

}



@keyframes mouse-scroll {

    0% {

        opacity: 0
    }

    50% {

        opacity: .5
    }

    100% {

        opacity: 1
    }

}

.btn-play-video {
    width: 150px;
    height: 170px;
    background: url('../images/play-button.png') no-repeat center;
    background-size: 150px 170px;
    display: inline-block;
}

.wrap_similar_text .similar_subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 70px;
    color: #d9d9bd;
}

.wrap_similar_text .similar_subtitle::before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    width: 51px;
    height: 1px;
    background-color: #bb9c53;
    top: 50%;
}

ul.list_infos_project.list_info_num {
    margin: 40px -15px 0;
}

ul.list_infos_project.list_info_num li {
    padding: 0;
    width: 30%;
    margin-right: 3%;
}

ul.list_infos_project.list_info_num li:nth-child(n+3)::before {
    display: none;
}

ul.list_infos_project.list_info_num li:nth-child(5) {
    width: 60%;
}

.page_404 .wrap_similar_text:before,
.home_sec_vitri .wrap_similar_text:before {
    display: none;
}

.slick_distances .slick-slide.slick-active .item-distance {
    position: relative;
}

.item-distance {
    text-align: center;
    position: relative;
    min-height: 600px;
}

.slick-slide:nth-child(odd) .item-distance .wrap-icon {
    left: 50%;
    top: 0;
}

.item-distance .wrap-icon {
    width: 204px;
    height: 234px;
    position: absolute;
    transform: translateX(-50%);
    background-color: #c5a55b;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.item-distance img {
    width: 200px;
    height: 230px;
    object-fit: cover;
    display: block;
    margin: 2px;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: .3s all ease-in-out;
}

.item-distance:hover img {
    transform: scale(1.2);
}

.slick-slide:nth-child(odd) .item-distance .content {
    top: calc(50% + 40px);
}

.item-distance .content {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.item-distance .time {
    font-size: 15px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 15px;
    font-family: 'SVN-GilroyHeavy', serif;
    color: #e4c779;
    transition: .3s all ease-in-out;
}

.item-distance .time span {
    font-size: 62px;
    display: inline-block;
}

.item-distance:hover .time {
    transform: scale(1.2);
}

.item-distance .place {
    color: #fff7d9;
    font-size: 13px;
    line-height: 22px;
}

.home_sec9 .wrap_similar_text {
    position: static;
    transform: initial;
    max-width: 100%;
    padding: 0 0 65px;
}

.home_sec9 .wrap_similar_text .similar_subtitle {
    width: max-content;
    display: inline-block;
    margin: auto;
}

.home_sec9 .wrap_similar_text::before {
    display: none;
}

.slick-slide:nth-child(even) .item-distance .wrap-icon {
    left: 50%;
    bottom: 0;
}

.slick-slide:nth-child(even) .item-distance .content {
    bottom: calc(50% + 40px);
}

.slick_distances .slick-list:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background: url(../images/line-ngang.png) no-repeat center;
    background-size: 100%100%;
}

.item-distance::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 1px;
    height: 55px;
    background-image: linear-gradient(-1deg, #c4a55b 0%, #e3c678 100%);
    z-index: -1;
}

.slick-slide:nth-child(even) .item-distance::before {
    top: 50%;
    bottom: unset;
}

.item-distance:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 43px;
    height: 43px;
    border: 2px solid #c5a55b;
    background-color: #FFF;
}

.slick-slide:nth-child(2) .item-distance:after {
    width: 35px;
    height: 35px;
}

.slick-slide:nth-child(3) .item-distance:after {
    width: 28px;
    height: 28px;
}

.slick-slide:nth-child(4) .item-distance:after {
    width: 21px;
    height: 21px;
}

.slick-slide:nth-child(5) .item-distance:after {
    width: 19px;
    height: 19px;
}

.wrap-head-media .wrap_similar_text {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    padding: 0;
    width: 40%;
}

.wrap-head-media .wrap_similar_text::before {
    display: none;
}

.wrap-head-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}

.home_sec7 .wrap_similar_text .similar_title {
    margin-bottom: 0;
    line-height: 50px;
}

.slick-post .slick-slide>div:first-child>.post:last-child,
.slick-post .slick-slide>div:last-child>.post:nth-child(2),
body:not(.single-post) .post:first-child {
    width: 25% !important;
}


.slick-post .slick-slide>div:first-child>.post:nth-child(2),
.slick-post .slick-slide>div:last-child>.post:last-child {
    width: 50% !important;
}

.col-item-partner {
    padding: 20px 15px;
    width: 20%;
    text-align: center;
}

.ft_partners .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-lephong {
    margin-top: 40px;
    padding-top: 30px;
    position: relative;
}

.info-lephong::before {
    content: '';
    display: block;
    width: 425px;
    height: 2px;
    background: url('../images/line-ngang.png') no-repeat center;
    background-size: 100%100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
}

.info-lephong h4 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
}

.partner_name {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 40px;
}

footer .content {
    font-size: 14px;
    line-height: 25px;
}

#nav-icon3 {
    width: 53px;
    height: 60px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    z-index: 20;
    background: url('../images/menu.png') no-repeat center;
    background-size: contain;
}

.main-navigation.toggled #nav-icon3 {
    background-image: url('../images/menu-close.png');
}


.menu-toggle {
    padding: 0;
    display: block;
}

.menu-toggle:before {
    display: none;
}


.inside-header {
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.main-navigation {
    float: unset !important;
    margin-left: auto;
}

div#mobile-menu {
    position: fixed;
    right: 0;
    top: -30px;
    height: 110vh;
    display: flex;
    align-items: center;
    transform: translateX(100%);
    transition: .3s all ease-in-out;
    padding-right: 400px;
}

div#mobile-menu::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 100%;
    background: #A9935B;
    background-size: cover;
    left: 0;
    top: 0;
}

.main-navigation.toggled div#mobile-menu {
    transform: translateX(0);
}

a.button_action.regis_form {
    margin-bottom: 25px;
    height: 320px;
    position: relative;
}

a.button_action.regis_form span {
    transform: rotate(-90deg);
    display: block;
    height: 33px;
    width: 310px;
    position: relative;
    left: -142px;
    top: 136px;
}

.text-right .wrap_similar_text .similar_subtitle {
    padding-left: 0;
    padding-right: 70px;
}

.text-white .wrap_similar_text .similar_subtitle::before {
    background-color: #fff;
}

.text-right .wrap_similar_text .similar_subtitle::before {
    right: 0;
    left: unset;
}

.about_sec3 .wrap_similar_text:before {
    display: none;
}

.about_sec2 .wrap_similar_text:before {
    display: none;
}

ul.list_quymo {
    list-style: none;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

ul.list_quymo li {
    display: inline-block;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 40px;
}

ul.list_quymo li .lable {
    color: #fff7d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

ul.list_quymo li .content {
    color: #fff7d9;
    font-size: 16px;
    font-weight: 700;
}

.about_sec2 .content_right {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.about_sec2 .content_right .label {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.about_sec2 .content_right .info {
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff7d9;
    font-family: "SVN-GilroyHeavy";
    font-size: 18px;
    font-weight: 700;
}

.about_sec2 .content_right .info span {
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}

.about_sec2 .content_right .item {
    margin-top: 30px;
}

.about_sec2 .wrap_similar_text {
    transform: unset;
    padding: 0 40px;
}

.about_sec3 .wrap_similar_text {
    padding: 0;
}

.floor_name {
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.floor_num {
    margin-bottom: 15px;
    color: #e4c678;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.floor_acreage {
    color: #f7f0d7;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.floor_desc {
    color: #f7f0d7;
    font-size: 13px;
    line-height: 24px;
}

.floor_desc strong {
    font-weight: 600;
    font-size: 16px;
}

.wrap-img_floor .num_apartment {
    position: absolute;
    display: block;
    z-index: 99999;
    height: 30px;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.8);
}

.wrap-img_floor .num_apartment.active span {
    background-color: #cbac62;
    background-image: linear-gradient(to right, #cda54a 0%, #cda54a 1%, #d0b368 100%);
}

.wrap-img_floor .num_apartment::before {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background-color: #ffffff;
    opacity: 0.52;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    animation: beforezoomOut infinite 1s;
}

.wrap-img_floor .num_apartment span {
    background-color: #096444;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 30px;
    color: #fff7d9;
    font-size: 12px;
    font-weight: 700;
    background-color: #096444;
}


.beforezoomOut {
    animation-name: beforezoomOut
}

@keyframes beforezoomOut {
    from {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 0;
    }
}

img.apartment_location {
    margin-bottom: 45px;
}


.left_apartment {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right_apartment {
    width: 50%;
    padding: 0 15px;
}

.left_apartment img {
    width: 32%;
    /* min-height: 45vh;
    object-fit: contain; */
}

.right_apartment img {
    width: 100%;
}

.wrap-apartment {
    display: flex;
    flex-wrap: wrap;
}

.txt_loccation {
    color: #cbac61;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.apartment_name {
    font-size: 30px;
    font-weight: 900;
    color: #c4a45b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: max-content;
}

.apartment_desc {
    color: #f7f0d7;
    font-size: 13px;
    line-height: 16px;
}

.apartment_desc p {
    margin-bottom: 10px;
}

.apartment_desc strong {
    font-size: 20px;
    font-weight: 700;
}

.apartment_note {
    opacity: 0.8;
    color: #f7f0d7;
    font-family: Montserrat;
    font-size: 9px;
    margin-top: 40px;
}

.share {
    position: absolute;
    right: 150px;
    top: 15px;
    opacity: 0.8;
    color: #f7f0d7;
    font-size: 11px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
}

.share a {
    color: #f7f0d7;
    text-decoration: none;
    display: flex;
    align-items: center;
}

span.ic_fb {
    width: 10px;
    height: 54px;
    display: inline-block;
    margin-left: 14px;
    background: url(../images/fb_icon.png) no-repeat center;
    background-size: contain;
}

.home_sec9 .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 30px;
}

#load-media {
    margin: 0 -15px;
}

.floor_secs.section .container .col-md-4 {
    z-index: 2;
    bottom: 350px;
    position: absolute;
}

#fp-nav ul li .fp-tooltip.left {
    left: 50px;
}

/* body.home[class*="fp-viewing-section_1"] .wrap-fp-nav, */
body.home.fp-viewing-section_8 .wrap-fp-nav {
    right: 50px;
    left: unset;
}

/* body.home[class*="fp-viewing-section_1"] .wrap-fp-nav #fp-nav ul li .fp-tooltip.left, */
body.home.fp-viewing-section_8 .wrap-fp-nav #fp-nav ul li .fp-tooltip.left {
    right: 35px;
    left: unset;
}

.fp-controlArrow {
    display: none;
}

.fp-slidesNav.center {
    bottom: 60px;
    text-align: center;
}

.home_sec_vitri .container .col-md-12 {
    position: absolute;
    transform: translateY(-50%);
}

.bot-dot .dot {
    position: absolute;
    text-align: center;
    color: #036747;
    font-weight: 600;
    line-height: 9px;
    cursor: pointer;
}

.bot-dot .cat {
    font-size: 10px;
}

.bot-dot .name {
    font-size: 12px;
}

.bot-dot img {
    max-width: 30px;
}

.bot-dot .icon {
    position: relative;
}

.noted-block {
    position: absolute;
    bottom: 50px;
    right: 100px;
    background: rgb(255 255 255 / 61%);
    border-radius: 999px;
    padding: 3px 20px;
    color: red;
    animation: noted 1s infinite;
}

@keyframes noted {

    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }

}

.bot-dot .icon .before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    border-radius: 99px;
    background-color: rgb(255 255 255 / 0.7);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: box_icon_zoomOut 1s infinite;
}

.box_icon_zoomOut {
    animation-name: box_icon_zoomOut
}

.site-header .header-image {
    width: 219px;
}

@keyframes box_icon_zoomOut {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* .col-item-partner:first-child img {
    transform: scale(1.2);
}

.col-item-partner:first-child {
    transform: translateY(90px);
} */

.partner_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

#fp-nav ul li {
    width: auto;
    height: auto;
    margin: 10px 0 0;
}

#fp-nav ul li a {
    display: block;
    line-height: 1.4;
    color: #fff;
    opacity: .5;
    width: 40px;
    height: calc(100vh/19);
    min-height: 25px;
    max-height: 55px;
    text-align: center;
    position: relative;
}

#fp-nav ul li a.active,
#fp-nav ul li a.active::before {
    opacity: 1;
}

#fp-nav ul li a::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 38px;
    opacity: .5;
}

#fp-nav ul li .fp-tooltip {
    text-transform: uppercase;
    line-height: 1.4;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    white-space: nowrap;
    opacity: 0;
    text-align: left;
    transition: all .3s ease-in-out;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    transition: all .3s ease-in-out;
    transform: translateX(0);
}

.floor_gr {
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.dot-star {
    position: absolute;
    left: 84.7%;
    top: 20.9%;
    width: 30px;
    animation: rotate-in-center 2s infinite;
}

.rotate-in-center {
    -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@-webkit-keyframes rotate-in-center {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.8);
        transform: rotate(360deg) scale(1.8);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-in-center {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.8);
        transform: rotate(360deg) scale(1.8);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.wrap-tooltip-mb .content {
    border: 2px solid #c12d2c;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: -50px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 10px;
    color: #c12d2c;
    background: #f1f1f1;
}

.wrap-tooltip-mb .content::before {
    z-index: -1;
    position: absolute;
    left: -12.5px;
    top: -12.5px;
    content: '';
    display: block;
    background: rgba(241, 241, 241, 0.4);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.wrap-tooltip-mb [tooltip-id] {
    position: absolute;
    display: none;
}

body.blog .site-header #nav-icon3,
body.blog .site-header .site-logo img,
body.page-template-library.fp-viewing-section_2 header #nav-icon3,
body.page-template-library.fp-viewing-section_2 header .site-logo img,
body.page-template-library.fp-viewing-section_3 header #nav-icon3,
body.page-template-library.fp-viewing-section_3 header .site-logo img,
body.page-template-location.fp-viewing-section_1 header #nav-icon3,
body.page-template-location.fp-viewing-section_1 header .site-logo img {
    filter: brightness(0) invert(1);
}

body.blog .site-header,
body.page-template-location.fp-viewing-section_1 .site-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(168 149 104 / 0.5)), color-stop(20%, rgb(168 149 104 / 0.5)), to(rgba(169, 149, 103, 0)));
    background-image: -o-linear-gradient(top, rgb(168 149 104 / 0.5) 0%, rgb(168 149 104 / 0.5) 20%, rgba(169, 149, 103, 0) 100%);
    background-image: linear-gradient(to bottom, rgb(168 149 104 / 0.5) 0%, rgb(168 149 104 / 0.5) 20%, rgba(169, 149, 103, 0) 100%);
}

.page-template-location .home_sec_vitri {
    overflow: hidden;
}

.page-template-location .home_sec_vitri .wrap_similar_text::after {
    content: '';
    display: block;
    width: 596px;
    height: 246px;
    background-color: rgb(179 158 109);
    position: absolute;
    bottom: 0px;
    right: 50px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(48px);
}

.location-img {
    position: absolute;
    width: 199px;
    height: 201px;
    box-shadow: 0 0 40px rgba(171, 152, 110, 0.31);
    border-radius: 50%;
    background: #08422e;
    border: 4px solid #08422e;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    z-index: 99;
}

.bot-dot .dot.active .location-img,
.bot-dot .dot:hover .location-img {
    opacity: 1;
    visibility: visible;
}

.location-img img {
    max-width: 100% !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    object-fit: cover;
}

.location-name {
    position: absolute;
    top: 80%;
    height: 20%;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #d2b76e;
    display: flex;
    align-items: center;
}

.location-name span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tags {
    float: left;
    font-size: 13px;
    line-height: 35px;
    color: #5f5f5f;
}

.tags .label {
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}

.tags .item-tag {
    cursor: pointer;
    background-color: #ebebeb;
    border-radius: 35px;
    margin: 0 6px;
    padding: 0 25px;
    display: inline-block;
}

.tags .item-tag:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%), linear-gradient(-56deg, #0b6847 0%, #04462f 64%, #003321 100%);
}

.shares {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shares .label {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 15px;
}

.new_arrow.slick-arrow {
    top: 50%;
    width: 31px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%100%;
}

.new_arrow.prev {
    background-image: url('../images/new-prev.png');
    right: calc(100% + 15px);
}

.new_arrow.next {
    background-image: url('../images/new-next.png');
    left: calc(100% + 15px);
}

body.blog {
    background-image: linear-gradient(to left, #c3b492 0%, #b9a476 100%);
}

.blog-page {
    padding-top: 145px;
    padding-bottom: 30px;
}

.blog-head .subtitle {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    margin-bottom: 10px;
}

.blog-head .subtitle::before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    width: 51px;
    height: 1px;
    background-color: #fff;
    top: 50%;
}

.blog-head .title {
    font-family: "SVN-GilroyHeavy";
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.row-posts {
    clear: both;
}

.item-post {
    padding: 7px;
}

.item-post:first-child {
    width: 50%;
    float: left;
}

.item-post:nth-child(5n - 3) {
    margin-top: 70px;
    width: 50%;
    float: right;
}

.item-post:nth-child(5n - 2) {
    width: 25%;
    float: left;
}

.item-post a {
    display: block;
    color: #fff;
}

.item-post .box_post {
    position: relative;
}

.item-post:first-child .box_post,
.item-post:nth-child(5n - 2) .box_post {
    height: 0;
    padding-bottom: 100%;
}

.item-post:nth-child(5n - 3) .box_post {
    height: 0;
    padding-bottom: 52%;
}

.item-post:not(:nth-child(5n)) img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.item-post:not(:nth-child(5n)) .post_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.clear {
    clear: both;
}

.item-post .post_cat_date {
    color: #fff7d9;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.item-post .post_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item-post .inner-post_content {
    padding: 0 25px 25px 30px;
    position: relative;
}

.item-post .btn-more {
    display: inline-block;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c9a85d;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.item-post .btn-more i {
    margin-left: 3px;
}

.item-post:not(:nth-child(5n)) .post_bottom {
    max-height: 0;
    overflow: hidden;
    transition: .5s all ease-in-out;
}

.item-post:not(:nth-child(5n)) a:hover .post_bottom {
    max-height: 150px;
}

.item-post:not(:nth-child(5n)) a:hover .post_content::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(-56deg, #0b6847 0%, #04462f 64%, #003321 100%);
    opacity: 0;
    transition: .3s all ease-in-out;
}

.item-post:not(:nth-child(5n)) a:hover .post_content::before {
    opacity: 1;
}

.item-post:not(:nth-child(5n)) a:hover .post_title {
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-post .post_excerpt {
    color: #fff7d9;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 15px 0 20px;
}

.item-post:nth-child(5n) {
    margin-top: 40px;
    float: right;
    width: calc(200% / 3);
}

.item-post:nth-child(5n) .post_feature {
    position: relative;
    height: 0;
    padding-bottom: 54.4%;
}

.item-post:nth-child(5n) .post_feature img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.item-post:nth-child(5n) .post_content {
    position: absolute;
    right: calc(100% - 95px);
    width: 55%;
    box-shadow: 0 0 57px rgba(63, 44, 4, 0.03);
    background-color: #ffffff;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
}

.item-post:nth-child(5n) .post_excerpt {
    -webkit-line-clamp: 5;
}

.item-post:nth-child(5n) .inner-post_content {
    padding: 65px 45px 50px;
}

.item-post:nth-child(5n) .post_title {
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-post:nth-child(5n) .post_excerpt {
    margin-top: 15px;
    color: #333333;
}

.item-post:nth-child(5n) .post_cat_date {
    color: #333333;
}

.row-posts {
    position: relative;
    padding-bottom: 135px;
}

.row-posts:not(:nth-last-child(2))::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: #867655;
    left: 50%;
    bottom: 25px;
}

.row-posts:nth-last-child(2) {
    padding-bottom: 50px;
}

.button_LoadMore a {
    display: inline-block;
    position: relative;
}

.button_LoadMore img {
    animation: mouse-wheel 1.2s ease infinite;
}

.button_LoadMore a.loading img {
    opacity: 0;
}

.button_LoadMore a.loading::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/loading.svg') no-repeat center;
    background-size: 100%100%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}

.blog #page {
    position: relative;
    overflow: hidden;
}

.blog #page::before {
    position: absolute;
    background: url('../images/blog-before.png');
    background-size: 100%100%;
    width: 737px;
    height: 586px;
    content: '';
    top: 400px;
    left: -300px;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.blog #page::after {
    position: absolute;
    background: url('../images/blog-after.png');
    background-size: 100%100%;
    width: 1248px;
    height: 1326px;
    content: '';
    top: -360px;
    right: -708px;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

body.page-template-can-ho-mau .wrap-fp-nav {
    display: none;
}

/*body.page-template-contact .info-lephong::before {*/
/*    display: none;*/
/*}*/

/*body.page-template-contact .info-lephong h4 {*/
/*    margin-bottom: 25px;*/
/*}*/

/*body.page-template-contact .info-lephong h4 strong {*/
/*    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);*/
/*    -webkit-background-clip: text;*/
/*    background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    display: block;*/
/*}*/

.wrap-img-utility {
    position: relative;
}

/*body.page-template-contact ul.contacts {*/
/*    margin-top: 25px;*/
/*}*/

/*body.page-template-contact footer li+li {*/
/*    border-left: unset;*/
/*}*/

/*body.page-template-contact .partner_name {*/
/*    min-height: unset;*/
/*}*/

.partner_name_2 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    display: none;
}

/*body.page-template-contact .col-item-partner {*/
/*    width: 35%;*/
/*    position: relative;*/
/*}*/

/*body.page-template-contact .row:not(:first-child) .col-item-partner+.col-item-partner::before {*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: url('../images/bf_partner.png');*/
/*    background-size: 100%100%;*/
/*}*/

.row-gallery {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery {
    width: 25%;
    padding: 4px;
    margin: 0;
}

.inner-gallery {
    cursor: pointer;
    position: relative;
    height: 280px;
    overflow: hidden;
    max-height: 30vh;
}

.inner-gallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .3s all ease-in-out;
}

.inner-gallery .gallery-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0 25px 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}

.inner-gallery::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.inner-gallery:hover::before {
    background: rgb(0 0 0 / 0.5);
}

.inner-gallery:hover img {
    transform: scale(1.1);
}

.list-video ul.slick-dots,
.list-galleries ul.slick-dots {
    margin-top: 25px;
}

.list-video ul.slick-dots li button,
.list-galleries ul.slick-dots li button {
    opacity: 1;
    cursor: pointer;
    outline: none;
    font-size: 15px;
    color: #003321;
    font-weight: 600;
    background-color: #fff7d9;
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.list-video ul.slick-dots li:hover button,
.list-video ul.slick-dots li.slick-active button,
.list-galleries ul.slick-dots li:hover button,
.list-galleries ul.slick-dots li.slick-active button {
    background-color: #003321;
    color: #ffffff;
}

.thuvien_sec2 .wrap-bg-section .bg,
.thuvien_sec1 .wrap-bg-section .bg {
    opacity: 1;
}

.page-template-library .site-header {
    background: transparent;
}

.content-lp .content_subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 70px;
    color: #d9d9bd;
}

.content-lp .content_subtitle::before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    width: 51px;
    height: 1px;
    background-color: #bb9c53;
    top: 50%;
}

.content-lp .content_subtitle.text-white::before {
    background-color: #fff;
}

.content-lp .content_title {
    display: inline-block;
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 1;
    padding-top: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.content-lp .content_title.text-white {
    background-image: unset;
    background-color: transparent;
    text-shadow: 0 0 10px rgba(119, 107, 77, 0.46);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.list-video .slick-track {
    padding: 50px 0;
}

.list-video .slick-slide{
    transition: all 0.3s ease-in-out;
}
.list-video .slick-current.slick-active {
    transform: scale(1.4);
    position: relative;
    z-index: 11;
}

.list-video .new_arrow {
    filter: brightness(0) invert(1);
    transform: translateY(calc(-50% - 35px));
}

.list-video .new_arrow.next {
    left: 82%;
}

.list-video .new_arrow.prev {
    right: 82%;
    left: unset;
}

.list-download {
    max-width: 300px;
    margin: auto;
}

h4.name-download {
    max-width: 300px;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.wrap-download-pdf img {
    max-height: 45vh;
    width: auto;
    max-width: 300px;
    margin: auto;
}

.wrap-download-pdf a {
    display: block;
    margin: auto;
    width: max-content;
}

.fancybox-thumbs__list {
    margin: 0 auto;
}

.utility_secs .apartment-map img {
    width: 100%;
}

.utility_secs .location-img {
    width: 300px;
    height: 300px;
}

.bot-dot .num {
    width: 29px;
    height: 29px;
    background-color: #096444;
    line-height: 29px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff7d9;
    font-weight: 700;
}

.bot-dot .dot:hover .num,
.bot-dot .dot.changeColor .num {
    background-image: linear-gradient(to right, #cda54a 0%, #cda54a 1%, #d0b368 100%);
}

.floor_content {
    position: absolute;
    top: 50%;
    width: 100%;
}

.floor_content h2 {
    display: inline-block;
    font-family: 'SVN-GilroyHeavy', serif;
    background-image: linear-gradient(to right, #c4a45b 0%, #e4c779 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.floor_content ul {
    margin: 0;
    list-style: none;
}

.floor_content br {
    display: none;
}

.floor_content .num {
    width: 21px;
    height: 21px;
    background-color: #096444;
    line-height: 21px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 11px;
    color: #fff7d9;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.floor_content a.dot {
    display: inline-block;
    color: #f7f0d7;
    font-size: 11px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    padding: 3px 20px 3px 3px;
    border-radius: 99px;
    transition: .3s all ease-in-out;
    text-decoration: none;
}

.floor_content a.dot.active,
.floor_content a.dot:hover {
    color: #013523;
    background-image: linear-gradient(to right, #cda54a 0%, #cda54a 1%, #d0b368 100%);
}

.floor_content li+li {
    margin-top: 3px;
}

.utility_secs {
    overflow: hidden;
}

.inner-floor_content {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.showroom {
    height: 80vh;
}

.nav-showroom {
    height: 20vh;
    padding: 4vh 0;
}

.showroom img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.page-template-can-ho-mau .site-header {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.slick-nav-showroom {
    padding-left: 95px;
    padding-right: 95px;
}

.slick-nav-showroom .showroom_arrow {
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #acacac;
    color: #acacac;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.slick-nav-showroom .showroom_arrow:hover {
    border-color: #c0a159;
    color: #c0a159;
}

.slick-nav-showroom .showroom_arrow::before {
    content: '';
    font-family: 'Linearicons';
}

.slick-nav-showroom .showroom_arrow.prev::before {
    content: '\e879';
}

.slick-nav-showroom .showroom_arrow.next::before {
    content: '\e87a';
}

.slick-nav-showroom .showroom_arrow.prev {
    left: 40px;
}

.slick-nav-showroom .showroom_arrow.next {
    right: 40px;
}

.slick-nav-showroom img {
    cursor: pointer;
    height: 12vh;
    border-radius: 5px;
    object-fit: cover;
    transition: .3s all ease-in-out;
}

.slick-nav-showroom .slick-slide {
    padding: 0 5px;
}

.slick-nav-showroom .slick-slide>div {
    position: relative;
    background-color: #000000;
    border-radius: 5px;
}

.slick-nav-showroom .slick-slide>div::before {
    cursor: pointer;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 5px;
    border: 2px solid #f4efd1;
}

.slick-nav-showroom .slick-slide.slick-current>div::before,
.slick-nav-showroom .slick-slide>div:hover::before {
    border-color: #c3a55c;
}

.slick-nav-showroom .slick-slide.slick-current img,
.slick-nav-showroom .slick-slide>div:hover img {
    opacity: 0.4;
}

.house_template_sec1 {
    background-color: #f5f5f5 !important;
}

.nav-house_templates {
    position: absolute;
    top: 40%;
    width: 100%;
}

.inner-nav-house_templates {
    position: absolute;
    transform: translateY(-50%);
    margin: 0;
    list-style: none;
}

.inner-nav-house_templates li+li {
    margin-top: 8px;
}

a.template-item:hover .template-name {
    opacity: 1;
    visibility: visible;
}

.template-name {
    opacity: 0;
    visibility: hidden;
    line-height: 35px;
    border-radius: 38px;
    background-color: rgb(0 0 0 / 0.6);
    padding: 0 24px;
    color: #e8e8e8;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
}

a.template-item {
    text-decoration: none !important;
}

a.template-item .num {
    color: #003321;
    font-size: 21px;
    font-weight: 500;
    line-height: 44px;
    width: 40px;
    height: 44px;
    text-align: center;
    background-color: #ffffff;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border-radius: 2px;
    display: inline-block;
}

a.template-item.active .num,
a.template-item:hover .num {
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%);
    color: #ffffff;
}

#house_templates.loading {
    filter: blur(10px);
}

#tooltip[data-id="1"] .content {
    left: unset;
    right: -213px;
}

#tooltip[data-id="1"] .content::before {
    left: unset;
    right: 100%;
}

h4.name-video {
    max-width: 100%;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.load_ajax {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../images/loading.svg') no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition-delay: .5s;
}
.fancybox-button{
    right: 100px;
}
@media only screen and (min-width: 1500px) {
    .about_sec2 .content_right {
        padding-left: 90px;
    }

    .utility_sec_1 .inner-floor_content {
        transform: translateY(-20%);
    }

    .cd-popup.apartment .cd-popup-container {
        padding-left: 15%;
        padding-right: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body .grid-container,
    .container {
        max-width: 1280px;
    }

    .left_apartment {
        -webkit-transform: scale(1.3) translateX(20%);
        -ms-transform: scale(1.3) translateX(20%);
        transform: scale(1.3) translateX(20%);
    }

    .left_apartment>* {
        max-width: 60%;
    }

    .left_apartment img {
        width: 30%;
    }

}

@media only screen and (max-width: 1499px) {
    .item-distance {
        min-height: 500px;
    }

    .item-distance .wrap-icon {
        width: 164px;
        height: 194px;
    }

    .item-distance img {
        width: 160px;
        height: 190px;
    }

    .bot-dot img {
        max-width: 18px;
    }
}

@media only screen and (min-width: 1100px) and (max-height: 720px) {
    #loadpage img {
        width: 300px;
    }

    .thuvien_sec1 .fp-tableCell,
    .thuvien_sec2 .fp-tableCell {
        vertical-align: bottom;
        padding-bottom: 80px;
    }

    .content-lp .content_title {
        margin-bottom: 20px;
    }

    .list-video .slick-current.slick-active {
        transform: scale(1.25);
    }

    .list-video .slick-track {
        padding: 40px 0 25px;
    }

    .list-video ul.slick-dots,
    .list-galleries ul.slick-dots {
        margin-top: 0;
    }

    .blog-content .container {
        max-width: 980px;
    }

    .blog-head .title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 35px;
    }

    .blog-page {
        padding-top: 75px;
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 250px;
    }

    .list-tabs .list-video .wrap-img a:after {
        width: 40px;
        height: 45px;
    }

    ul.list_infos_project li:nth-child(n+3)::before {
        top: -10px;
    }

    .inner-floor_content {
        -webkit-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
    }

    .page-template-location .home_sec_vitri .wrap_similar_text {
        bottom: 0;
        left: unset;
        padding: 0;
        transform: translateY(50%);
    }

    .page-template-location .home_sec_vitri .fp-tableCell {
        vertical-align: middle;
    }

    .about_sec3 img {
        max-width: 70%;
        margin: auto;
        display: block;
    }

    .about_sec2 .content_right .info span {
        font-size: 40px;
    }

    ul.list_quymo li {
        margin-bottom: 20px;
    }

    ul.list_quymo li .content {
        font-size: 14px;
    }

    footer .fp-tableCell {
        transform: scale(0.8);
    }

    .wrap-menu-media ul li a,
    .home_sec7 .wrap_similar_text .similar_title {
        line-height: 30px;
    }

    .wrap-content-round {
        font-size: 14px;
        line-height: 1.3;
    }

    a.button_action.regis_form span {
        left: -135px;
    }

    .round {
        left: -4vh;
    }

    .wrap-content-round h4.name {
        font-size: 30px;
        line-height: 1.3;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #fp-nav ul li .fp-tooltip {
        font-size: 10px;
    }

    ul.list_infos_project li {
        margin-bottom: 15px;
    }

    .wrap_similar_text .similar_subtitle {
        margin-bottom: 5px;
    }

    ul.list_infos_project.list_info_num {
        margin-top: 20px;
    }

    ul.list_infos_project.list_info_num .content .info span {
        font-size: 35px;
    }

    .home_sec4 .wrap_similar_text {
        padding-top: 185px;
    }

    ul.list_infos_project .content {
        font-size: 12px;
        line-height: 1.2;
    }

    ul.list_infos_project .icon,
    ul.list_infos_project .icon img {
        width: 50px;
        height: 50px;
    }

    ul.list_infos_project .content .info {
        font-size: 13px;
    }

    .main-navigation li {
        padding: 5px 0;
    }

    .main-navigation ul li a {
        font-size: 16px;
    }

    .home_sec1 .wrap_similar_text .similar_title {
        font-size: 37px;
    }

    .related_title,
    h1.title-post,
    .content-lp .content_title,
    .wrap_similar_text .similar_title {
        font-size: 35px;
    }

    .home_sec9 .fp-tableCell {
        padding-bottom: 0;
        vertical-align: middle;
    }

    .home_sec9 .wrap_similar_text .similar_title,
    .home_sec6 .wrap_similar_text {
        margin-bottom: 0;
    }

    .slick_distances {
        transform: scale(0.8);
        margin-top: -40px;
    }

    .home_sec9 .wrap_similar_text {
        padding-bottom: 0;
    }

    .site-header .header-image {
        max-width: 130px;
    }

    #nav-icon3 {
        height: 40px;
    }

    .home_sec_vitri .wrap_similar_text .similar_content,
    .wrap_similar_text .similar_content {
        font-size: 14px;
        line-height: 1.3;
    }

    .sec2_logo img {
        max-height: 20vh;
        object-fit: contain;
    }

    .wrap-content-round .similar_link a,
    .wrap_similar_text .similar_link a {
        line-height: 40px;
        padding: 0 25px;
        font-size: 13px;
    }

}
ul.fixed_button {
    margin: 0;
    list-style: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    flex-direction: column;
}
ul.fixed_button  > li{
    width: 45px;
}

ul.fixed_button a {
    width: 45px;
    height: 45px;
    background-color: #A9935B;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    transition: .5s all;
}

ul.fixed_button a svg {
    fill: white;
    width: auto;
}

ul.fixed_button a:hover {
    background: var(--main-cl);
}
ul.fixed_button li.open_form{
    transform: rotate(
            -90deg);
    position: relative;
}
ul.fixed_button li.open_form a{
    border-radius: 23px;
    width: max-content;
}
ul.fixed_button li.open_form span {
    color: white;
    max-width: unset;
    /* width: 200px; */
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 23px;
}

@media (min-width: 1200px) {

    body .grid-container,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 980px;
    }
}

@media (min-width: 1300px) {

    body .grid-container,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1199px) {
    h1.title-post {
        padding: 10px 0 0;
    }

    .wrap-head-single-post {
        height: 200px;
    }

    .blog-page {
        padding-top: 75px;
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 50vh;
        transform: translateY(50%);
    }

    .about_sec2 .wrap_similar_text {
        padding: 0;
    }

    .page-template-contact .home_sec8 {
        padding-top: 140px !important;
        min-height: 100vh;
    }

    .home_sec8 .fp-tableCell {
        vertical-align: middle;
    }

    .list-category ul {
        margin-top: 150px;
    }

    .list-tabs {
        margin-bottom: 50px;
    }

    .wrap-cat-location {
        bottom: 5%;
        padding: 10px;
    }

    .wrap-list-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wrap-list-info .item-info {
        width: 33.3333%;
    }

    .wrap-list-info .item-info+.item-info {
        margin-top: 0;
    }

    .map-block {
        display: none;
    }

    .wrap_apartment_scroll .desc>* {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .container.copyright {
        text-align: center;
    }

    .overview {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home_sec4,
    .home_sec3,
    .home_sec2 {
        min-height: 550px;
    }

    .wrap-bg-apartment {
        position: relative;
    }

    .wrap-content-sec5 {
        margin-bottom: 0;
    }

    .wrap_img_top {
        display: none;
    }

    .wrap-fp-nav {
        display: none;
    }

    .home_sec5 .before_svg img {
        max-width: 400px;
    }

    .home_sec5 .wrap_similar_text .similar_title br {
        display: none;
    }

    .home_sec5 .before_svg {
        right: -115px;
        top: -100px;
    }

    section.section {
        overflow: hidden;
        position: relative;
    }

    .main-nav-left ul li,
    .main-navigation li {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .fancybox-image {
        object-fit: contain;
    }


    footer li+li {
        border-left: unset;
    }

    .last-partners .new_arrow.slick-arrow {
        display: none !important;
    }

    .related_title,
    h1.title-post,
    .content-lp .content_title,
    .wrap_similar_text .similar_title {
        font-size: 30px;
    }

    [class*="thuvien_sec"] {
        padding: 100px 0 80px !important;
    }

    .wrap-img_floor .num_apartment {
        transform: translate(-50%, -50%) scale(0.6);
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 35vh;
    }

    .wrap-img_floor {
        position: relative;
    }

    .utility_sec_1 .floor_content {
        top: 100%;
    }

    .utility_sec_1 .inner-floor_content {
        bottom: 0;
        top: unset;
        -webkit-transform: translateY(10%) scale(0.7);
        -ms-transform: translateY(10%) scale(0.7);
        transform: translateY(10%) scale(0.7);
    }

    .home_sec_vitri {
        padding-bottom: 56.25% !important;
    }

    .about_sec2 {
        padding: 100px 0 150px !important;
    }

    .about_sec1 .wrap_similar_text {
        padding: 0;
        right: 30px;
        max-width: 50%;
        margin-left: auto;
    }

    .about_sec3 .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about_sec3,
    .about_sec1 {
        padding: 100px 0 !important;
    }

    .home_sec9 .wrap_similar_text {
        padding-bottom: 30px;
    }

    .home_sec9 .fp-tableCell {
        padding: 80px 0 20px;
    }

    .home_sec6 .wrap_similar_text .similar_title {
        max-width: 60%;
    }

    ul.list_infos_project li .name {
        margin-bottom: 5px;
    }

    ul.list_infos_project li {
        margin-bottom: 40px;
    }

    ul.list_infos_project .content .info {
        line-height: 1.4;
    }

    ul.list_infos_project li:nth-child(n+3)::before {
        top: -20px;
    }

    .icon_mouse {
        display: none !important;
    }

    .home_sec2 .wrap_similar_text {
        max-width: 70%;
        margin: auto;
        left: unset;
        width: 100%;
        transform: unset;
    }

    .wrap_similar_text {
        padding: 0;
        transform: unset;
        position: relative;
        left: unset;
        max-width: unset;
    }

    .slider_banner .wrap_similar_text {
        max-width: 50%;
    }

    .site-header .header-image {
        max-width: 180px;
    }

    #nav-icon3 {
        height: 55px;
    }

    .page_404 {
        min-height: 550px;
    }

    footer {
        padding: 100px 0 0 !important;
    }

    .home_sec7 .container {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .utility_sec2 {
        padding-bottom: 100vh !important;
    }

    .round {
        top: 50%;
    }

    .wrap-content-round .lable {
        margin-bottom: 0;
    }

    .item-slider-banner {
        min-height: 80vh;
        height: 550px !important;
    }

    footer .fp-tableCell {
        transform: unset;
    }

    footer {
        padding: 80px 0 !important;
    }
    div#mobile-menu{
        padding-right: 200px;
    }
}

@media only screen and (max-width: 991px) {
    div#mobile-menu{
        padding-right: 0px;
    }
    .page-template-location .home_sec_vitri .wrap_similar_text::after{
        display: none;
    }
    .wrap-content-utility {
        position: relative;
    }

    .utility_sec2.is-mobile {
        background: url(../images/bg_text_sec5.png) repeat center;
        background-image: linear-gradient(to top, rgb(9 103 69) 0%, rgb(8 91 61) 20%, rgb(0 52 34) 100%);
    }

    .utility_sec2.is-mobile .desc {
        font-size: 12px;
    }

    .wrap-content-utility .content {
        position: relative;
        padding: 30px 15px 50px;
        color: #beab80;
    }

    .slick-utilities ul.slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .post .post_date, .post .post_excerpt{
        display: none;
    }
    ul.list_infos_project li:nth-child(n+3)::before{
        display: none;
    }
    div#mobile-menu::before{
        display: none;
    }
    .location-name{
        font-size: 7px;
    }
    .location-img {
        width: 150px;
        height: 150px;
    }
    .about_sec2 .content_right .item {
        margin-top: 15px;
        width: 50%;
        float: left;
    }

    .col-md-3.offset-md-3.about_sec2_content_right {
        width: 100%;
        margin-left: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .about_sec2 .content_right {
        padding-left: 0;
    }

    .cd-popup.apartment .cd-popup-container {
        overflow-y: auto;
    }
    .col-item-partner.logo-lephong{
        width: 40%;
    }
    .home_sec_vitri .container {
        max-width: 100%;
    }
    .floor_content .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .info_floor {
        text-align: left !important;
    }

    .floor_num,
    .floor_gr {
        font-size: 12px;
    }

    .floor_name {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .floor_content .num {
        background-image: linear-gradient(to right, #cda54a 0%, #cda54a 1%, #d0b368 100%);
    }

    .floor_content li {
        width: 50%;
        display: inline-block;
    }

    .floor_content a.dot {
        font-size: 10px;
        align-items: flex-start;
    }
    .inner-floor_content {
        transform: unset !important;
    }

    .utility_sec_1 .inner-floor_content,
    .inner-floor_content {
        position: static;
    }

    .floor_content {
        position: static !important;
        transform: unset !important;
        max-height: initial !important;
        max-width: initial !important;
        padding: 20px 0;
        background-image: linear-gradient(to right, rgb(9 103 69) 0%, rgb(8 91 61) 20%, rgb(0 52 34) 100%);
    }

    .floor_content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 120px;
        max-width: 50%;
    }

    .apartment-map {
        height: auto;
    }

    .page-template-apartment .apartment-bg {
        width: 100%;
        height: auto;
        position: static;
    }

    .page-template-apartment .wrap-bg-apartment img {
        width: 100% !important;
        height: auto !important;
    }

    .apartment_name {
        background-image: unset;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-fill-color: unset;
        color: #c4a45b;
    }

    .fancybox-toolbar {
        top: 0;
        left: unset;
        right: -20px;
    }

    .main-navigation li {
        padding: 25px 15px;
        padding-right: 15%;
        width: 100%;
    }

    .wrap-menu-media ul {
        text-align: center;
    }

    .home_sec7 .wrap_similar_text .similar_subtitle {
        display: inline-block;
    }

    .home_sec7 .container {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .wrap-head-media {
        flex-wrap: wrap;
    }

    .wrap-menu-media {
        width: 100%;
    }

    .wrap-head-media .wrap_similar_text {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .round {
        left: 0;
        width: 45%;
        height: 0;
        padding-bottom: 40%;
    }

    .item-utility {
        width: 70%;
        height: 70%;
        top: 15%;
        left: 15%;
    }

    .wrap-content-round h4.name {
        font-size: 25px;
    }

    .icon-utility {
        width: 25%;
        height: 25%;
    }

    .wrap-content-round {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 10% 0 15%;
        width: 75%;
    }

    .utility_sec2 {
        padding-bottom: 50vh !important;
    }

    .is-mobile.utility_sec2 {
        padding-bottom: 0 !important;
    }

    .home_sec_vitri {
        padding-bottom: 0% !important;
    }

    .home_sec_vitri .container .col-md-12 {
        transform: translateY(-115%);
    }

    .overview {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    body #controls {
        bottom: 20px !important;
    }

    .home_sec3 {
        min-height: auto;
    }

    #video-element {
        position: relative !important;
        height: auto !important;
        display: block;
    }

    #player {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .sec2_logo img {
        max-width: 250px;
    }

    .slider_banner .wrap_similar_text {
        max-width: 70%;
    }

    .fp-slidesNav ul li {
        margin: 0 10px;
    }

    .fp-slidesNav.center {
        bottom: 15px;
    }

    .content-ajax-apartment {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .wrap-cat-location-mb {
        background-image: linear-gradient(to bottom, #8d5d3e 0%, #9f7552 100%);
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .item-cat {
        width: 50%;
        margin-top: 10px;
    }

    .wrap_apartment_scroll .desc {
        max-height: 100vh;
    }

    .inside-header .main-nav-left,
    div#primary-menu {
        display: none;
    }

    .main-navigation ul,
    .gen-sidebar-nav {
        display: block;
    }

    .main-navigation ul {
        text-align: center;
    }

    .main-navigation .landing-menu {
        position: fixed;
        padding-top: 110px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #0e8c85;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
    }

    .main-navigation .main-nav ul li a {
        line-height: 50px;
        font-size: 18px;
    }

    .main-navigation.toggled .main-nav li {
        text-align: center !important;
        animation-name: fadeInLeft;
        animation-delay: .2ss;
        animation-fill-mode: forward
    }

    .main-navigation.toggled .main-nav li {
        animation-duration: .3s;
    }

    .main-navigation .main-nav li:nth-child(1) {
        animation-delay: 0ms;
    }

    .main-navigation .main-nav li:nth-child(2) {
        animation-delay: 30ms;
    }

    .main-navigation .main-nav li:nth-child(3) {
        animation-delay: 60ms;
    }

    .main-navigation .main-nav li:nth-child(4) {
        animation-delay: 90ms;
    }

    .main-navigation .main-nav li:nth-child(5) {
        animation-delay: 120ms;
    }

    .main-navigation .main-nav li:nth-child(6) {
        animation-delay: 150ms;
    }

    .main-navigation .main-nav li:nth-child(7) {
        animation-delay: 180ms;
    }

    .main-navigation .main-nav li:nth-child(8) {
        animation-delay: 210ms;
    }

    .main-navigation .main-nav li:nth-child(9) {
        animation-delay: 240ms;
    }

    .main-navigation .main-nav li:nth-child(10) {
        animation-delay: 270ms;
    }

    .site-header a,
    .site-header a:visited {
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

    .main-navigation.toggled .landing-menu {
        transform: translateY(0);
    }

    button.menu-toggle {
        position: fixed;
        z-index: 9999;
        top: 35px;
        right: 40px;
    }

    div#mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        max-height: 0;
        overflow: hidden;
        transition: .3s all ease-in-out;
        z-index: 30;
        background: #A9935B;
    }

    .main-navigation.toggled #mobile-menu {
        overflow: initial;
        overflow-y: auto;
        max-height: 100vh;
        max-width: 100vw;
    }

    div#mobile-menu ul {
        padding: 130px 0 100px;
    }

    .nav-float-right .inside-header .main-navigation {
        width: 100%;
    }

    .single-post .list-category ul {
        margin-top: 150px;
        margin-bottom: 25px;
    }

    .post-content {
        margin-bottom: 50px;
    }

    .related_title {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    .list_news ul.slick-dots {
        margin-bottom: 50px;
    }

    .item-news .news-title {
        padding: 20px 15px;
    }

    .list-category ul {
        margin-top: 120px;
    }

    .container.copyright img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .container.copyright .socials {
        margin-left: 0;
        margin-top: 15px;
    }

    ul.list_infos_project li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .list-dots {
        display: block;
        margin: 0 0 30px;
    }

    .list-dots ul {
        list-style: none;
    }

    .list-dots ul li {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 24px;
        margin-top: 5px;
    }

    .list-dots ul li span {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        margin-right: 5px;
    }

    .home_sec6 .bg_abs {
        position: absolute !important;
    }

    .location_mobile {
        display: block;
    }

    .location_mobile img {
        width: 100%;
    }

    .home_sec5 {
        background: url('../images/bg_round_7.png') center no-repeat;
        background-size: 110%;
    }

    .home_sec5 .container .col-md-4 {
        position: relative;
        max-width: 100%;
        margin: 0;
        flex-basis: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        transform: unset;
        top: 0;
        text-align: left !important;
    }

    .home_sec7 .point_icons {
        position: absolute;
        top: -35px;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .home_sec7 .point_icon {
        position: static;
        margin: 0;
    }

    .home_sec11 .round .zoomBtnMb.in {
        top: -65px;
        left: 15px;
        right: unset;
    }

    .home_sec11 .round .zoomBtnMb.out {
        top: -65px;
        left: 75px;
        right: unset;
    }

    .home_sec11 .round,
    .home_sec7 .round {
        position: relative;
        border-radius: unset;
        border: none;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        text-align: center;
        justify-content: center;
        padding: 60px 0;
    }

    .home_sec11 .round .wrap_similar_text,
    .home_sec7 .round .wrap_similar_text {
        max-width: 720px;
    }

    #panzoom-parent,
    .bg_abs {
        position: relative !important;
    }

    .slick-post {
        margin-bottom: 60px;
    }

    .post img {
        height: 170px;
    }

    .post figcaption {
        padding: 20px 10px;
    }

    footer .wrap-logo img {
        margin-bottom: 30px;
    }

    .utility_distance {
        font-size: 60px;
        padding-bottom: 30px;
    }

    .utility_distance span {
        font-size: 30px;
    }

    .home_sec9 .wrap_similar_text:before {
        height: 600px;
        left: -140px;
        top: -114px;
    }

    .home_sec8 .wrap_similar_text .similar_title {
        text-align: right;
    }

    .home_sec8 .wrap_similar_text .similar_content br {
        display: none;
    }

    .home_sec8 .img_blur.img5 {
        width: 600px;
        height: 600px;
        bottom: 90px;
        right: -300px;
    }

    .home_sec8 .img-content .img2 {
        width: 200px;
        height: 200px;
        margin-left: 0;
    }

    .home_sec8 .img-content .img3 {
        width: 150px;
        height: 150px;
    }

    .home_sec8 .img-content .img4 {
        width: 200px;
        height: 190px;
    }

    section.section.home_sec10 {
        padding: 90px 0 150px !important;
    }

    section.section.home_sec8 {
        padding: 100px 0 !important;
    }

    .slick-product-maris .item-slide>.container {
        margin-bottom: 100px;
    }

    .home_sec6 .before_svg {
        height: 100%;
    }

    .inside-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wrap-btn_video a {
        width: 100px;
        height: 100px;
    }

    .wrap-btn_video a::before {
        margin-top: 25px;
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    .modal-video {
        background-color: #000;
    }

    .modal-video-close-btn {
        right: 0;
    }

    .info-project {
        margin-bottom: 60px;
    }

    .home_sec5 .before_svg {
        display: none;
    }

    .home_sec4 .overview>.col-md-6 {
        max-width: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }

    .map-location {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }

    .home_sec5 .panzoom {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .main-navigation.toggled #nav-icon3 span {
        background-color: #ee3526;
    }

    .home_sec_vitri .wrap_similar_text .similar_link::before,
    .home_sec_vitri .wrap_similar_text .similar_title br {
        display: none;
    }

    .home_sec_vitri .wrap_similar_text .similar_link a {
        padding: 0;
    }

    .home_sec_vitri .wrap_similar_text {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .home_sec_vitri .wrap_similar_text .similar_subtitle{
        padding-left: 0;
    }

    .home_sec_vitri .wrap_similar_text .similar_subtitle::before{
        display: none;
    }

    .home_sec_vitri .container .col-md-12 {
        transform: unset;
        position: relative;
        background: #808183;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {

    button.menu-toggle {
        position: relative;
        z-index: 9999;
        top: 0;
        right: 0;
        width: max-content;
        float: right;
    }

    .site-logo a {
        padding: 15px 0;
    }

    .site-logo {
        margin-top: 0;
    }

    .inside-header>:not(:last-child):not(.main-navigation) {
        margin-bottom: 0;
    }

    /*.page-template-contact footer {*/
    /*    padding: 100px 0 !important;*/
    /*    min-height: 100vh;*/
    /*}*/

    .page_404 .wrap_similar_text {
        text-align: center;
    }

    .page_404 .wrap_similar_text h1.entry-title {
        font-size: 30px;
    }

    .page-template-location .home_sec_vitri .wrap_similar_text {
        bottom: 30px;
        padding-top: 0;
        transform: unset;
        max-width: 100%;
    }

    .page-template-location .home_sec_vitri .container .col-md-12 {
        max-width: 40%;
    }

    .main-navigation ul li a {
        font-size: 25px;
    }

    .floor_content .container,
    .floor_content .col-md-4 {
        position: static;
    }

    .floor_content {
        position: absolute;
        max-width: 35%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 75%;
        overflow: auto;
    }

    .floor_content .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }

    .dot-star {
        width: 20px;
    }

    .utility_sec_1 .inner-floor_content,
    .inner-floor_content {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: static;
    }

    .floor_content h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .floor_content a.dot {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .utility_sec_1 .floor_content {
        top: 20%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .floor_content .num {
        flex: 0 0 21px;
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 150px;
    }

    .floor_name {
        font-size: 25px;
    }

    .showroom,
    .showroom img {
        height: auto;
    }

    .nav-showroom {
        height: auto;
        padding: 15px 0;
    }

    .inner-nav-house_templates {
        width: max-content;
    }

    .inner-gallery {
        height: 150px;
    }

    [class*="thuvien_sec"] {
        padding: 70px 0 50px !important;
    }

    .wrap-download-pdf img {
        height: auto;
        width: 100%;
        max-height: unset;
        max-width: 280px;
    }

    h4.name-download {
        max-width: 280px;
    }

    .item-post:nth-child(5n - 3) {
        margin-top: 40px;
    }

    .item-post:nth-child(5n - 2) .box_post {
        padding-bottom: 50%;
    }

    .item-post:nth-child(5n - 2) {
        width: 50%;
    }

    .blog-head .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .item-post:nth-child(5n) .post_content {
        width: 70%;
    }

    .item-post:nth-child(5n) .inner-post_content {
        padding: 45px 25px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .col-item-partner.logo-lephong{
        width: 50%;
    }

    #tooltip .dot {
        transform: scale(0.5);
    }

    #tooltip .content::before {
        width: 50px;
        height: 1px;
    }

    #tooltip .content {
        left: -145px;
        transform: translateY(-50%) scale(0.7);
    }

    #tooltip[data-id="1"] .content {
        right: -145px;
    }

    /* .page-template-apartment .apartment-bg {
        width: 674px;
        height: 858px;
        transform: translate(-50%, -50%) scale(0.615, 0.615) !important;
        left: 50% !important;
        top: 50% !important;
    }

    .page-template-apartment .wrap-bg-apartment img {
        width: 674px !important;
        height: 858px !important;
    } */

    .location-name {
        padding: 0 35px;
        font-size: 8px;
        line-height: 12px;
    }

    #tooltip_floor {
        display: none;
    }

    .location-img {
        width: 149px;
        height: 151px;
    }

    .bot-dot .num {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }

    .fancybox-toolbar {
        right: 0;
    }

    .floor_content a.dot.active,
    .floor_content a.dot:hover {
        background: transparent;
        color: #f7f0d7;
    }

    /*.page-template-contact .partner_logo {*/
    /*    transform: scale(0.8);*/
    /*}*/

    .item-post .post_excerpt {
        display: none;
    }

    .bot-dot img {
        max-width: 15px;
    }

    .dot-star {
        left: 75.8%;
        top: 20.4%;
    }

    .slick_distances .slick-arrow {
        margin-top: -11px;
    }

    .slick-arrow.prev {
        display: block !important;
        left: -40px;
    }

    div#mobile-menu::before {
        width: 100%;
    }

    .list-tabs .list-video .wrap-img a:after {
        width: 90px;
        height: 100px;
        background-size: contain;
    }

    .list-video .slick-track {
        padding: 0;
    }

    .list-video .slick-current.slick-active {
        transform: unset;
    }

    .about_sec1 .wrap_similar_text:before {
        display: block;
    }

    footer:not(.fp-section) {
        display: block;
    }

    .related_news {
        margin: 0 0 40px;
    }

    .item-post:not(:nth-child(5n)) .post_content {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    }

    .item-post .inner-post_content {
        padding: 0 15px 15px;
    }

    .item-post:nth-child(5n) .post_content {
        position: static;
        width: 100%;
        transform: unset;
    }

    .item-post:nth-child(5n) .inner-post_content {
        padding: 25px;
    }

    .item-post:nth-child(5n) .box_post {
        height: auto;
        padding: 0 !important;
    }

    .blog #page::after,
    .blog #page::before {
        display: none;
    }

    .item-post .box_post {
        height: 0;
        padding-bottom: 56.25% !important;
    }

    .item-post:nth-child(5n - 3) {
        margin-top: 15px;
    }

    .item-post {
        width: 100% !important;
        float: none !important;
    }

    .page-template-location .home_sec_vitri .wrap_similar_text {
        position: static;
        padding: 30px 0;
    }

    .page-template-location .home_sec_vitri .container .col-md-12 {
        max-width: 100%;
    }

    .about_sec3 {
        padding: 50px 0 !important;
    }

    .about_sec2 .content_right .item {
        margin-top: 10px;
        width: 50%;
        float: left;
    }

    .about_sec2 {
        padding: 50px 0 100px !important;
        background-position: left !important;
    }

    .about_sec3 .wrap_similar_text {
        padding: 0;
        text-align: right;
        margin-top: 30px;
    }

    .about_sec2 .content_right {
        padding: 0;
    }

    .about_sec1 .wrap_similar_text {
        padding: 80px 0 0;
        right: 15px;
        max-width: 95%;
    }

    .related_news ul.slick-dots li button {
        background-color: #666;
    }

    .single-post.full-width-content .container.grid-container {
        margin-top: 63px;
    }

    .page_404 {
        min-height: 300px;
    }

    .page_404 .wrap_similar_text h1.entry-title {
        font-size: 20px;
    }

    .related_title {
        margin-top: 15px;
        line-height: 1.3;
        padding-bottom: 0;
    }

    .page_404 .entry-content {
        margin-top: 10px;
        font-size: 12px;
    }

    .wp-caption .wp-caption-text {
        font-size: 12px;
        line-height: 1.3;
        width: 90%;
        margin: 0 auto 30px;
    }

    /*body.page-template-contact .col-item-partner {*/
    /*    width: 100%;*/
    /*}*/

    .post-content h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tags {
        float: unset;
    }

    .tags .item-tag {
        padding: 0;
        background: transparent;
    }

    .shares {
        float: unset;
        margin-top: 15px;
    }

    .tags .item-tag:before {
        content: '#';
    }

    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    #load-media {
        margin: 0;
    }
    .wrap_similar_text .similar_content p br{
        display: none;
    }


    ul.contacts {
        margin-top: 20px;
    }

    .info-lephong h4 {
        font-size: 18px;
    }

    .col-item-partner {
        width: 50%;
    }

    .home_sec9 .wrap_similar_text {
        padding-bottom: 0;
    }

    a.button_action.mail {
        display: none;
    }

    .list-galleries {
        margin-top: 20px;
    }

    a.link-post:hover figcaption {
        background-image: unset;
        padding: 20px 10px;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .inner-gallery .gallery-name {
        padding: 0 15px 15px;
        font-size: 14px;
    }

    .gallery {
        width: 50%;
    }

    .fancybox-button {
        width: 25px;
        height: 25px;
    }

    .fancybox-navigation .fancybox-button--arrow_right,
    .fancybox-navigation .fancybox-button--arrow_left {
        transform: scale(0.7);
    }

    .slick-post .slick-slide>div:first-child>.post:last-child,
    .slick-post .slick-slide>div:last-child>.post:nth-child(2),
    body:not(.single-post) .post:first-child {
        width: 50% !important;
    }

    ul.list_infos_project li:nth-child(n+3)::before {
        display: none !important;
    }

    .home_sec6 .wrap_similar_text .similar_title {
        max-width: 100%;
    }

    .home_sec1 .wrap_similar_text .similar_title {
        font-size: 25px;
    }

    .item-slider-banner .container {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
    }

    #loadpage img {
        max-width: 80%;
    }

    .fullpage-wrapper {
    }

    .slick-nav-showroom {
        padding-left: 45px;
        padding-right: 45px;
    }

    .slick-nav-showroom .showroom_arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .slick-nav-showroom .showroom_arrow.next {
        right: 0;
    }

    .slick-nav-showroom .showroom_arrow.prev {
        left: 0;
    }

    .page-template-library .site-header,
    .page-template-can-ho-mau .site-header,
    body.blog .site-header,
    body.page-template-location.fp-viewing-section_1 .site-header,
    .site-header {
        background-image: linear-gradient(to top, rgb(9 103 69) 0%, rgb(8 91 61) 20%, rgb(0 52 34) 100%);
    }

    .related_title,
    h1.title-post,
    .content-lp .content_title,
    .wrap_similar_text .similar_title {
        margin-bottom: 15px;
    }

    .site-header .header-image {
        max-width: 130px;
    }



    .wrap-img_floor .num_apartment {
        transform: translate(-50%, -50%) scale(0.3);
    }

    .cd-popup.apartment .cd-popup-container {
        padding: 50px 0;
    }

    .site-logo a {
        padding: 5px 0;
    }

    #nav-icon3 {
        height: 45px;
    }

    .home_sec1 .bg_abs {
        position: relative !important;
        height: auto !important;
    }

    .home_sec1 .bg_abs img {
        height: auto;
        position: relative;
    }

    .main-navigation ul li a {
        font-size: 20px;
    }

    div#mobile-menu ul {
        padding: 0;
        width: 100%;
    }

    .main-navigation.toggled #mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-navigation li {
        padding: 15px;
        padding-right: 25%;
    }

    .wrap-cat-location-mb {
        display: block;
    }

    .item-cat {
        width: 100%;
    }

    a.btn-map {
        right: 10px;
        bottom: 50px;
        background: #fff;
        color: #000;
    }

    .news_sec1 .wrap-bg-section,
    .thuvien_sec1 .wrap-bg-section {
        position: absolute;
    }

    .news_sec1 .wrap-bg-section .bg,
    .thuvien_sec1 .wrap-bg-section .bg,
    .thuvien_sec2 .wrap-bg-section .bg,
    .thuvien_sec3 .wrap-bg-section .bg {
        position: absolute;
        height: 100%;
    }

    .wrap-img-mobile {
        display: block;
    }

    .wrap-img-mobile img {
        width: 100%;
        max-width: 100vw;
        height: auto;
    }

    .item-slider-banner {
        min-height: auto;
        height: auto !important;
    }

    .marker::before {
        width: 15px;
        height: 17px;
    }

    .related_news .item-news {
        width: 100%;
    }

    .related_news {
        flex-wrap: wrap;
    }

    h1.title-post {
        font-size: 23px;
        font-weight: 600;
    }

    .related_title {
        font-size: 25px;
        text-align: left !important;
    }

    .related_title::after {
        left: 0;
        transform: unset;
    }

    .list_news {
        margin-bottom: 50px;
    }

    .list-category ul li {
        border: unset !important;
        background: rgba(255, 255, 255, 0.29);
        margin: 3px 10px;
    }

    .list-category ul {
        border: unset;
    }

    ul.list_infos_project .slick-dots li {
        padding: 0 2px;
    }

    ul.list_infos_project li {
        margin-bottom: 0;
    }

    .list_infos_project ul.slick-dots {
        margin: 0 auto;
    }

    ul.list_infos_project .icon {
        float: unset;
        margin: 0 auto 10px;
    }

    ul.list_infos_project .content {
        text-align: center;
        display: block;
        padding: 0 15px;
    }

    .home_sec4 ul.list_infos_project .content {
        text-align: left;
        padding: 0;
    }

    .home_sec4 .list_infos_project ul.slick-dots {
        margin: 0 15px;
    }

    .wrap_similar_text .similar_title,
    .wrap-content-sec5 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .inside-header {
        padding: 0 15px;
    }

    .marker .info.active {
        opacity: 1;
        visibility: visible;
    }

    .marker .info {
        z-index: 10;
        padding: 0px 5px;
        font-size: 9px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -220%);
    }

    .marker .cat_name {
        display: none;
    }

    .location_sec1 {
        padding-top: 100px !important;
        padding-bottom: 30px !important;
    }

    .wrap-content-utility {
        position: relative;
    }

    .utility_sec2 {
        background: url(../images/bg_text_sec5.png) repeat center;
        background-image: linear-gradient(to top, rgb(9 103 69) 0%, rgb(8 91 61) 20%, rgb(0 52 34) 100%);
    }

    .utility_sec2 .desc {
        font-size: 12px;
    }

    .wrap-content-utility .content {
        position: relative;
        padding: 30px 15px 50px;
        color: #beab80;
    }

    .slick-utilities ul.slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .utility_sec2 {
        padding-bottom: 0 !important;
    }

    .about_sec3.home_sec6 {
        padding: 0 !important;
    }

    .about_sec3 ul.list_infos_project .icon {
        width: 80px;
    }

    .wrap-list-info .item-info+.item-info {
        margin-top: 20px;
    }

    .about_sec3 ul.list_infos_project li::after {
        display: none;
    }

    .about_sec1 {
        padding-top: 0 !important;
    }

    .about_sec1 .wrap-bg-section {
        display: none;
    }

    .about_sec3 .wrap-bg-section {
        position: relative;
    }

    .wrap-bg-section {
        position: static;
    }

    .wrap-bg-section .bg {
        position: static;
        height: auto;
    }

    .wrap-list-info {
        flex-wrap: wrap;
    }

    .wrap-list-info .item-info {
        width: 100%;
        text-align: center;
    }

    .fancybox-show-thumbs .fancybox-inner {
        top: 50%;
        right: unset !important;
        left: 50% !important;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .fancybox-navigation .fancybox-button {
        top: 50%;
        transform: translateY(-50%);
    }

    .fancybox-show-thumbs .fancybox-inner::before,
    .fancybox-show-thumbs .fancybox-thumbs {
        display: none !important;
    }

    .wrap-head-media,
    .wrap-head-media .wrap_similar_text {
        margin-bottom: 0;
    }

    .wrap_content_right {
        margin-top: 30px;
    }

    .wrap_content_left {
        margin-bottom: 30px;
    }

    .wrap_content_center a {
        text-align: center;
        display: block;
    }

    footer ul.list_info li {
        margin-bottom: 20px;
    }

    .slick-post {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .wrap-menu-media ul li {
        margin-top: 10px;
    }

    h2.title_news {
        margin-bottom: 10px;
    }

    .home_sec7 .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home_sec6 .wrap_similar_text {
        text-align: center;
    }

    .content-ajax-apartment,
    .content-ajax-block {
        padding: 30px 0;
    }

    .wrap_apartment_scroll .desc>* {
        width: 100%;
        float: unset;
        padding-right: 0;
    }

    ul.list-floors {
        margin: 50px -5px;
        flex-wrap: wrap;
    }

    ul.list-floors li+li {
        margin-left: 5px;
    }

    ul.list-floors li {
        margin: 2px 5px;
    }

    .home_sec3 {
        min-height: 200px;
    }

    .wrap-tooltip-mb .content {
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    .wrap-tooltip-mb .content::before {
        width: 25px;
        height: 25px;
        left: -5px;
        top: -5px;
    }

    .home_sec4 .wrap_similar_text {
        padding-bottom: 50px;
        padding-top: 260px;
    }

    .home_sec2 .wrap_similar_text:before {
        opacity: 0.85;
    }

    .home_sec2 .wrap_similar_text {
        left: 0;
        right: 0;
        max-width: 680px;
        padding: 30px 15px;
    }

    .cd-popup.point-map h4.title {
        font-size: 14px;
        margin-top: 20px;
    }

    .bot-dot .map-icon {
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 6px;
    }

    .meta-popup.mobile {
        display: block;
    }

    .slick-product-maris .item-slide>.container {
        margin: 30px 0;
    }

    .slick-product-maris .item-slide {
        height: auto;
    }

    .slick-product-maris .item-slide::before,
    .home_sec6 .before_svg {
        display: none;
    }

    .home_sec6 .bg_abs {
        position: relative !important;
    }

    .list-dots ul li {
        width: 100%;
        background-color: #26928c;
        border-radius: 5px;
        padding: 5px;
    }

    .slick-product-maris .slick-arrow.next {
        right: 15px;
        bottom: 20px;
        top: unset;
    }

    .slick-nav-showroom img {
        height: 7vh;
    }

    .nav-house_templates {
        top: 30%;
    }

    a.template-item .num {
        line-height: 34px;
        font-size: 15px;
        width: 30px;
        height: 34px;
    }

    .button_action_mobile {
        position: fixed;
        bottom: 15px;
        z-index: 99;
        left: 15px;
        display: block;
    }

    a.button_action {
        color: #fff;
    }

    a.button_action.down {
        display: none;
    }

    .kenit-alo-phone {
        visibility: visible;
        background-color: transparent;
        cursor: pointer;
        z-index: 8 !important;
    }

    .kenit-alo-img-circle {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        position: absolute;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-repeat: no-repeat;
    }

    .kenit-alo-circle-fill {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: rgb(238, 53, 38);
    }

    .kenit-alo-circle {
        width: 90px;
        height: 90px;
        top: -15px;
        left: -15px;
        position: absolute;
        border-radius: 100%;
        opacity: .1;
        border-color: rgb(238, 53, 38);
        opacity: .5;
        box-shadow: 0 3px 15px rgba(224, 128, 43, 0.88);
        background-color: rgb(238, 53, 38);
        display: none;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
    }

    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse;
    }

    .tada {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }

        50% {
            opacity: 1;
        }
    }

    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }

        50% {
            opacity: 1;
        }
    }

    @-webkit-keyframes pulse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes pulse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @-webkit-keyframes tada {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        10%,
        20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes tada {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        10%,
        20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .cd-popup.post .container {
        max-height: 80vh;
    }

    .row.detail_distances .col-md-12 {
        display: block;
    }

    .post img {
        height: 200px;
    }

    footer h4 {
        line-height: 25px;
        margin-bottom: 20px;
    }

    .home_sec12 .wrap_similar_text .similar_title {
        margin-bottom: 60px;
    }

    .slick-post .slick-arrow {
        top: -40px;
    }

    .col-md-6.has-line {
        order: 2;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    footer .has-line::after {
        display: none;
    }

    footer {
        background-size: cover;
        background-position: center;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .post:nth-child(2),
    .post:nth-child(6) {
        max-width: 100%;
        flex-basis: 100%;
    }

    .home_sec11 .wrap_similar_text .similar_title {
        margin-bottom: 20px;
    }

    .icon_column,
    .utilities {
        padding-left: 15px;
    }

    .utilities li+li {
        margin-top: 10px;
    }

    .row.detail_distances>.col-md-2 {
        margin-top: 25px;
    }

    .utility_distance_mobile span {
        font-size: 20px;
        font-weight: 700;
    }

    .utility_distance_mobile {
        display: inline-block;
        background-image: -o-linear-gradient(181deg, #1c8b85 0%, #74cdc8 100%);
        background-image: linear-gradient(-91deg, #1c8b85 0%, #74cdc8 100%);
        color: #00b6ac;
        font-size: 45px;
        font-weight: 900;
        line-height: 50px;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .utility_distance_mobile::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 26px;
        height: 26px;
        border: 2px solid #1c8b85;
        background-color: #d7eeed;
        border-radius: 50%;
    }

    .utility_distance_mobile::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 12px;
        left: -90px;
        width: calc(100% + 180px);
        height: 1px;
        background: url(../images/line_long.png) no-repeat center;
        z-index: -1;
    }

    section.section.home_sec10 {
        padding: 80px 0 80px !important;
    }

    .wrap_distances {
        display: none;
    }

    section.section.home_sec9 {
        padding: 0 !important;
    }

    .home_sec9 .fp-tableCell {
        padding-bottom: 0;
        padding-top: 60px;
    }

    .home_sec9 .container {
        margin-top: 0;
    }

    .home_sec8 .img_blur.img5 {
        bottom: -110px;
    }

    .home_sec8 .img_blur.img1 {
        display: none;
    }

    /* .home_sec8 .img-content .img4, */
    .home_sec8 .img-content .img3,
    .home_sec8 .img-content .img2 {
        width: 150px;
        height: 150px;
    }

    .home_sec8 .img-content .img4 {
        width: 220px;
        height: 220px;
        margin-top: 20px;
    }

    .home_sec8 .img-content .img3 {
        margin: 15px;
    }

    .home_sec8 .img-content .col-md-12 {
        text-align: center;
    }

    section.section.home_sec8 {
        padding: 40px 0 !important;
    }

    .home_sec8 .wrap_similar_text .similar_title {
        font-size: 40px;
        line-height: 44px;
    }

    .home_sec7 .wrap_similar_text .similar_title {
        padding-top: 0;
    }

    .home_sec11 .round,
    .home_sec7 .round {
        padding-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_sec7 .point_icon {
        width: 60px;
        height: 60px;
    }

    .home_sec7 .point_icon img {
        width: 30px;
        height: 30px;
        margin: 15px auto;
    }

    .slick-arrow.next {
        right: 0;
    }

    .statistics_slide li span {
        font-size: 25px;
        line-height: 35px;
    }

    ul.list_infos_project li {
        width: auto;
    }

    ul.list_infos_project li:nth-child(even) {
        margin-left: 0;
    }

    .button_action_mobile a.button_action.call,
    .button_action_mobile a.button_action.regis_form {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0;
        line-height: 40px;
        padding: 0;
        max-width: initial;
        font-size: 15px;
    }

    .button_action_mobile a.button_action.call {
        position: fixed;
        right: 15px;
        bottom: 15px;
    }

    .page-template-block-b .wrap-img_floor {
        transform: scale(1.8) translateY(17%);
    }

    .page-template-block .wrap-img_floor {
        transform: scale(1.8) translateY(-14%);
    }

    .button_action_mobile a.button_action.call::after,
    .button_actions a.button_action.call,
    .button_action_mobile a.button_action.regis_form::after,
    .button_actions a.button_action.regis_form {
        display: none;
    }

    .button_actions {
        bottom: 50px;
        top: unset;
    }

    .similar_content,
    .wrap_similar_text .similar_content {
        font-size: 14px;
    }

    .wrap_similar_text .similar_subtitle {
        font-size: 14px;
        display: inline-block;
    }

    .wrap-btn_video a::before {
        margin-top: 13.5px;
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    .wrap-btn_video a {
        width: 50px;
        height: 50px;
    }

    .home_sec1 h1.special_title {
        font-size: 40px;
        line-height: 44px;
    }

    .home_sec4,
    .home_sec3,
    .home_sec2 {
        min-height: auto;
    }

    .overview {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrap-content-utility img.bg {
        position: static;
        height: auto;
    }
    ul.fixed_button{
        right: 5px;
        bottom: 15px;
        top: unset;
        transform: unset;
    }
    ul.fixed_button a{
        width: 40px;
        height: 40px;
    }
    ul.fixed_button li.open_form span {
        height: 40px;
        line-height: 42px;
        font-size: 13px;
    }
    ul.fixed_button li.open_form{
        width: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-toolbar{
        top: -20px;
    }

    .bot-dot .num {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .floor_name {
        font-size: 20px;
    }

    .floor_secs.section .container .col-md-4 {
        bottom: 50px;
        max-width: max-content;
    }

    .wrap-menu-media ul li a{
        line-height: 35px;
    }
    .slick_distances {
        margin-bottom: 30px;
    }

    .wrap-apartment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .right_apartment img {
        max-height: 40vh;
        object-fit: contain;
    }

    .left_apartment img {
        margin-left: auto;
        margin-bottom: -80px;
    }

    .left_apartment,
    .right_apartment {
        width: 100%;
    }

    .left_apartment img {
        margin-bottom: -80px;
    }
    .wrap-content-utility img.bg{
        aspect-ratio: 425/300;
    }
    .fancybox-button{
        right: 0px;
    }
}