body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--bgactive);
}
.details-content.show {
    display: block !important;
}
.nav-item.hidden {
    display: none;
}
input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
div#page {
    max-width: inherit;
}
.re__pr-short-info .re__pr-short-info-item .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #999;
    display: block;
}
.re__main-content .re__pr-short-info {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.re__pr-short-info .re__pr-short-info-item {
    /* float: left; */
    padding-right: 20px;
}
body div#custom_popup:last-of-type {
    display: none !important;
}
.re__pr-short-info .re__pr-short-info-item:first-of-type {
    padding-left: 0px;
}
.re__main-content {
    float: left;
}
.arrow_1:after {
    display: none;
}
.main_slide {
    height: calc(848px * 472 / 840);
    margin-bottom: 8px;
    border-radius: 4px;
    cursor: pointer;
}
.wrap_slide_album .item_img img {
    /* width: 100%; */
    /* object-fit: cover; */
    /* height: auto; */
    min-height: 100%;
    cursor: pointer;
    height: 100%;
    width: auto;
    text-align: center;
}

.arrow_1 {
    background: #fff;
    border-radius: 50%;
    font-weight: normal !important;
    letter-spacing: -.2px;
    padding: 5px 11px;
    border-radius: 4px;
}
.sub_slide {
    height: 90px;
}
.wrap_slide_album .sub_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}

.sub_slide .item_img {
    height: 100%;
}
.re__breadcrumb {
    margin-bottom: 8px;
}
.main_slide .swiper-pagination-fraction  {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: auto;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    font-family: "Roboto Medium" !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #fff;
    padding: 0px 8px;
    left: calc(100% - 61px) !important;
    bottom: 16px !important;
}
#box-share {
    display: none;
    position: absolute;
    top: 56px;
    left: 0px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgb(182 182 182 / 42%);
    padding: 8px 0;
    z-index: 3;
}
.re__pr-specs-content {
    display: flex;
    flex-wrap: wrap;

}
.re__pr-specs-content .re__pr-specs-content-item {
    border-bottom: 1px solid #F2F2F2;
    width: calc(50% - 15px);
    float: left;
}
.re__pr-specs-content-item .re__pr-specs-content-item-icon {
    float: left;
    margin-top: 10px;
    width: 24px;
    height: 24px;
}
.re__pr-specs-content-item .re__pr-specs-content-item-title {
    float: left;
    margin-top: 10px;
    margin-left: 16px;
    width: 128px;
    /*font-family: "Roboto Medium" !important;*/
    font-size: 14px;
    line-height: 24px;
    font-weight: normal !important;
    color: #2C2C2C;
}
.re__pr-specs-content-item .re__pr-specs-content-item-value {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
    width: calc(100% - 24px - 16px - 128px - 16px);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal !important;
    color: #2C2C2C;
}
.re__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    text-align: center;
}
.swiper-slide-active .re__pr-image-cover {
    z-index: 0;
}
.re__pr-image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
h3.js__card-title.vipFive {}

.re__card-compact>a .re__card-image {
    height: calc(100% - 136px - 12px - 16px);
    width: calc(100% + 1px);
    margin-left: -0.5px;
    margin-top: -0.5px;
    position: relative;
    overflow: hidden;
}

.re__card-compact>a .re__card-image>img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}



.re__card-compact>a .re__card-image .re__card-image-feature {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
}

.js__card {
    color: #333 !important;
}

.re__card-compact>a .re__card-image .re__card-image-feature>span {
    color: #fff;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-title>*:not([class*="re__icon-"]) {
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    color: #004E7F;
}

.re__card-compact>a .re__card-info .re__card-info-content {
    position: relative;
    margin: 12px 16px 16px 16px;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-config {
    margin-top: 6px;
    font-size: 15px;
}

.re__card-info {
    color: #333;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-config .re__card-config-dot {
    margin: 0 8px;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-location {
    margin-top: 6px;
    font-size: 14px;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-contact {
    margin-top: 16px;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-title {
    height: 42px;
}

.re__card-compact>a .re__card-info .re__card-info-content .re__card-contact .re__card-published-info .re__card-published-info-published-at {
    color: #999;
    font-size: 13px;
    margin: 8px 0;
}

.re__card-compact {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 6px rgb(44 44 44 / 4%);
    border-radius: 4px;
    box-sizing: content-box;
    background: #fff;
    height: calc(400px - 2px);
}
.custom_arrow .re__btn {
    background: #fff;
    border: 1px solid #ccc;
    cursor: unset;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    border-radius: 4px;
}
.item_popup {
    display: none !important;
}
.item_popup.show {
    display: block !important;
}
.re__ldp .re__disclaimer {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #F2F2F2;
    padding-top: 40px;
}

.re__section .re__section-title {
    display: block;
}
.custom_slide_1 .re__section-title,.custom_slide_2 .re__section-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.re__tag--md {
    overflow: hidden;
    display: inline-block;
    /* float: left; */
    padding: 6px 16px;
    border-radius: 40px;
    background: #F2F2F2;
    margin-right: 8px;
    color: #2C2C2C;
    cursor: pointer;
    font-size: 14px;
}
#popup .popup-choice {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    height: 56px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 12px 0px;
}
#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: -1;
}
#popup .re__action-right {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}
.re__ldp  .wrap-large {
    display: flex;
    flex-wrap: wrap;
}
.sub_slide  .swiper-slide-thumb-active img {
    border: 2px solid #2C2C2C;
}
.re__main-sidebar .re__sidebar-box {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 16px;
    text-align: center;
}

img.re__contact-avatar {
    font-family: "Lexend Medium" !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    color: #74150F;
    background-color: #FFECEB;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
}

.re__prefix-contact-name {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal !important;
    color: #999;
    display: block;
    margin-top: 8px;
    margin-bottom: -4px;
    font-family: Montserrat, sans-serif;
}
.load-video iframe {
    width: 100%;
    height: 60vh;
}
.re__contact-box .re__btn {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    padding: 13px 15px;
    border-radius: 8px;
    background: #FAFAFA;
    border: solid 1px #ccc;
    margin-top: 8px;
    width: 100%;
    display: inline-block;
}

.re__btn-se-border--md {}

.re__contact-box .re__btn.re__btn-cyan-solid {
    color: #fff;
    background: #ED1C24;
}

.re__btn.re__btn-cyan-solid--md.phone.js__phone {
    background: #ED1C24;

    color: #fff;
}

.re__btn.re__btn-cyan-solid--md.phone.js__phone a {
    color: #fff;
}
div#contact-again {
    padding: 0;
    overflow: hidden;
}

div#contact-again .inner_header {
    padding: 20px;
    border-color: #F2F2F2;
    margin: 8px 0 0;
    padding: 8px 24px 16px;
    height: auto;
    width: auto;
    border-bottom: 1px solid #F2F2F2;
}
.form-horizontal {
    padding: 16px 24px;
}
.inner_form input:not([type="submit"]),.inner_form textarea {background: #fff;width: 100%;margin-bottom: 15px;border: 1px solid #2C2C2C;font-size: 14px;line-height: 20px;font-weight: normal !important;padding: 13px 15px;border-radius: 8px;color: #2C2C2C;background: #fff;border: 1px solid #ccc;display: block;width: 100%;box-sizing: border-box;}

.re__form-group.re__text-left {
    padding: 16px 24px;
}
.inner_popup .re__colright {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;

}
.inner_popup .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 10px !important;
}

span.wpcf7-spinner {
    position: absolute;
}
.inner_form input[type="submit"] {
    width: 100%;
    border-radius: 10px;
    background: #e03c31;
    height: 50px;
    border: 1px;
    color: #fff;
    font-size: 18px;
}
.re__main-content {
    width: 100%;
    margin-right: 30px;
}
.re__main-sidebar {
    width: auto;
}
div#home-page {
    max-width: 100% !important;
}
button:hover {
    background: transparent;
}
.list-bds-home {
    display: flex;
    position: relative;
}
.partner_slide  .swiper-slide {
    margin-top: 0 !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_slide  .item_logo {
    position: relative;
    width: 100%;
}

.list-bds-home >* {
    position: relative;
    display: block;
    width: calc(33.33% - 20px);
    margin: 0 10px;
}
.partner_slide .swiper-pagination {
    bottom: -10px;
}
.partner_slide .swiper-pagination {
    bottom: -30px;
}

.partner_slide {
    position: static;
}

.swiper-pagination-bullet {
    background: var(--coloractive);
    border-radius: 0;
}
.partner_slide {
    position: static;
}
.map_contact {
    padding-top: 40px;
}
.slide_map iframe {
    width: 100%;
    display: block;
}

.list_map .item {
    width: calc(100% - 30px);
    box-shadow: 0 0 30px rgb(33 54 113 / 8%);
    background-color: #ffffff;
    min-height: 160px;
    box-sizing: border-box;
    padding: 25px;
    cursor: pointer;
    transition: .5s all;
}
.list_map .item h3{
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: .5s all;
}
.list_map .swiper-slide-thumb-active .item {
    background-color: var(--coloractive);;
}
.re__card-compact {
    height: auto;
}

.re__card-compact .re__card-image.re__card-image-addon {
    height: 276px;
}

.re__card-compact .re__card-image.re__card-image-addon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .re__card-info {
    padding: 35px 45px;
}

.home .re__card-info .re__card-title {
    text-transform: uppercase;
    color: #606368;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
}

.home h3.js__card-title.vipFive {
    font-weight: 700;
    color: #606368;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home .re__card-info-content * {
    color: #333333;
}

.home .re__card-info .re__card-title:before {
    height: 2px;
    background: #ED1C24;
    width: 84px;
    content: '';
    position: absolute;
    bottom: 17px;
}

.home .re__card-info-content .re__card-config {
    margin-bottom: 10px;
}

.home .re__card-info-content .re__card-location {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}

.home .re__card-info-content .re__card-location svg {
    display: block;
    margin-right: 6px;
}

.home .re__card-info-content .nav_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.home .re__card-info-content .nav_bottom * {
    color: #666666;
    font-size: 16px;
}

.home .re__card-info-content .nav_bottom a.js__product-link-for-product-id {
    font-weight: 100;
}

.home .re__card-info-content .nav_bottom a.arrow {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 99, 104, 0.3);
    border: 1px solid #606368;
}
.home-project .color-strip{
    background: url(../../images/project_frame.png) no-repeat center center/cover;
    width: 406px;
    height: 154px;
}
.bds_dd {
    padding-top: 50px;
    position: relative;
}

.home-project .color-strip {
    top: 60px !important;
    width: 406px;
    height: 154px;
    transform: unset;
}
.dtk .text-project-home > p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 20px;
}

.partner_slide .item_logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.partner_slide .item_logo img {
    max-height: 100%;
    max-width: 100%;
}

.partner_slide .swiper-pagination {
    position: unset !important;
}

.partner_slide .swiper-pagination span {
    border-radius: 50% !important;
    background: #606368;
}

.partner_slide .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ED1C24;
}

.new-lifestyle .item-news-home .pic-img img {
}

.new-lifestyle .item-news-home {
    min-height: 500px;
}

.new-lifestyle .item-news-home {
    background: #616369;
}

.new-lifestyle .item-news-home * {
    color: white !important;
}

.new-lifestyle .item-news-home .view-more {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    font-size: 20px;
    min-width: 290px;
}

.new-lifestyle .txt-news-home h3 {
    font-size: 30px;
}

.new-lifestyle .txt-news-home .date-thumb {
    font-weight: 100;
}
.home-partner{
    background-size: auto;
    background-repeat: no-repeat;
}
.footer .title-big h2 {
    color: #ED1C24;
    /*font-size: 70px;*/
}

.footer {
    background: #444547;
}

.footer .wrap-content {padding: 100px 0 0 0;width: 80%;}

.footer .title-small h3 {
    font-size: 30px;
    color: white;
    position: relative;
    font-weight: 500;
    padding-bottom: 38px;
}

.footer .title-small h3:before {
    width: 61px;
    height: 2px;
    background: #ED1C24;
    content: '';
    position: absolute;
    bottom: 20px;
}

.company-text ul {
    font-size: 16px;
    font-weight: 500;
}

.copy_right {
    height: 70px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 30%);
    font-weight: 100;
    font-size: 16px;
    margin-top: 70px;
}

.footer .color-strip {
    width: 155px;
    height: 349px;
    opacity: .8 !important;
    top: calc(50% - 217px);
}

.social {
    right: 126px;
    top: 0 !important;
    transform: unset !important;
}

.social li {
    width: 55px;
    height: 55px;
    background: #FFFFFF;
}

.social li a {
    color: #606368;
}

.wheel::after {
    color: white;
}

.wheel span {
    background: white;
}

body.sticky .wheel::after {
    color: #606368;
}

body.sticky .wheel span {
    background: #606368;
}

.dknt .content {
    font-weight: 100;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 50px;
}

.wrap_form {
    max-width: 500px;
    margin: auto;
    position: relative;
}

.wrap_form input,.wrap_form textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    height: 58px;
    padding: 10px 20px;
    font-size: 16px;
    color: #8F8F8F;
    font-weight: 300;
    margin-bottom: 15px;
}
.wrap_form input:not(.wpcf7-submit),.wrap_form textarea,
.dknt .content{
    font-family: Montserrat, sans-serif;
}

.wrap_form textarea {
    height: 140px;
}

.wrap_form input.wpcf7-submit {
    background: rgba(96, 99, 104, 0.3);
    /* 1 */
    border: 1px solid #606368;
    font-size: 20px;
    color: #606368;
    font-weight: 500;
    width: 190px;
    margin-top: 30px;
}

section.dknt {}

section.dknt .wrap-large {
    padding: 186px 0 100px;
}

.wrap_form:before {
    height: 153px;
    width: 330px;
    content: '';
    background-image: url('https://namthanhland.com.vn/wp-content/themes/thuythu/images/project_frame.png');
    position: absolute;
    bottom: 14px;
    left: -234px;
}

.dknt h2.splitting {
    display: inline-block;
    position: relative;
}

.dknt h2.splitting:before {
    content: '';
    background-image: url(https://namthanhland.com.vn/wp-content/themes/thuythu/images/project_frame.png);
    position: absolute;
    bottom: -14px;
    right: -36px;
    width: 99px;
    height: 176px;
}
.loadicon svg {
    width: 75%;
    height: 75%;
}

.wrap-loadicon {
    text-align: center;
}
.re__contact-box .re__btn{
    color: #ee1c24;
}.text-about-intro p {
     color: white;
 }
.recruitment-enviroment .text-about-intro p {
    color: #333333;
}
.video_play {
    margin-top: -100px;
    padding-top: 50px;
}

.video_play img {
    display: block;
}

.video_play a.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF;
    filter: drop-shadow(0px 4px 10px rgba(192, 105, 2, 0.2));
    width: 163.15px;
    height: 163.15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

a.play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: -1;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}
/*.select-selected .text-ani-item .char {*/
/*    opacity: 1 !important;*/
/*}*/
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.wrap-form-project .ani-item, .wrap-form-project .text-ani-item .char{
    opacity: 1 !important;
}
.company-text span {
    filter: brightness(0) invert(1);
}

.project-product .slidebox-arrow {
    color: white;
}
.page-template-bds .form-project .input-select select {
    /*display: block !important;*/
    /*background: transparent;*/
    /*border: 1px solid var(--coloractive) !important;*/
    /*color: #333333;*/
    /*height: 55px;*/
}
.list_map .swiper-slide-thumb-active .item * {
    color: white;
    fill: white;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.re__pr-short-info-action-context {
    display: none;
    position: absolute;
    top: 56px;
    left: 0px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgb(182 182 182 / 42%);
    padding: 8px 0;
    z-index: 3;
}
.re__pr-short-info-action-context a {
    white-space: nowrap;
    margin: 0;
    padding: 10px 16px;
    box-sizing: content-box;
    cursor: pointer;
    color: #2C2C2C;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: none;
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
}
.re__pr-short-info-action {
    float: right;
    position: absolute;
    height: 48px;
    margin-top: 2px;
    margin-left: 42%;
    display: flex;
    align-items: center;
    cursor: pointer;
    right: 0;
}
.re__pr-short-info-action-context svg {
    margin-right: 10px;
}
.bg-home, .bg-home img {
    max-height: 100vh;
}
.inner_form.form-horizontal br {
    display: none;
}

.re__colright {
    margin-bottom: 15px;
}
.re__hotline-sms,.re__list-more {
    display: none;
}
.re__item-more svg {
    position: relative;
    top: 4px;
}
.re__item-more a {
    color: #333;
}
span.wpcf7-not-valid-tip {
    background-color: rgba(128,195,66,.9);
    display: inline-block;
    position: absolute;
    color: #fff;
    width: auto;
    height: auto;
    max-width: 250px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 8px 12px;
    border-radius: 10px;
    z-index: 9999;
    left: 17px;
    top: -41px;
}

span.wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: rgba(128,195,66,.9) transparent transparent;
}
.item_logo a {
    position: absolute;
    inset: 0;
}
a.style_button {
    flex-wrap: wrap;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: var(--coloractive);
    color: #fff;
    margin: 0 0 0 3px;
    border: 0;
    padding: 5px;
}
.list-bds-home.ani-item.home.project_page_dd {
    flex-wrap: wrap;
}

.list-bds-home.ani-item.home.project_page_dd>* {
    width: calc(33.33% - 23px);
    margin-bottom: 23px;
}

.form-project-section select {
    transition: all 0.3s ease-in-out;
    text-align: left;
    position: relative;
    display: block;
    height: 55px;
    color: #444;
    padding: 17px;
    border: 1px solid var(--coloractive);
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0 5px;
}
.join-form br {
    display: none;
}
.nav-item.bds_dd{
    padding-top: 0;
}
.tax-project-category .list-project-home {
    flex-wrap: wrap;
}

.tax-project-category .list-project-home .item-project-home {
    width: calc(25% - 20px);
    margin-bottom: 20px;
}.header.hide .logo img {
     width: 70px;
     height: 70px;
 }

.header .logo img {
    transition: .5s all;
}

.wrap_slider {
    position: relative;
}

.home-partner .wrap_slider {
    margin: 0 80px;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    cursor: pointer;
}

.arrow_slider svg {
    height: auto;
    transform: scale(1.5);
    fill: #606368;
}

.arrow_slider.next {
    left: unset;
    right: -50px;
}

.arrow_slider.prev svg {transform: scale(1.5) rotate(180deg);}

.box-value {width: 100%;border: none;box-shadow: none;}

.value-list {
    display: block;
    max-width: 1000px;
    margin: auto;
}
.about-business {
    max-width: 73vw;
    display: flex;
}

.about-business .title-post {
    width: max-content;
    flex: 0 0 auto;
}
.single-bds .title-page{
    display: none;
}
.re__pr-short-info-item.js__pr-config-item.date_post {
    display: flex;
    align-items: center;
}

.re__pr-short-info-item.js__pr-config-item.date_post span {
    font-size: 14px;
    margin-left: 10px;
    color: #999;
}

.re__pr-short-info-item.js__pr-config-item.date_post span.title {
    margin-left: 0;
}
.wpcf7 form .wpcf7-response-output {
    display: inline-block;
}
.box-home-estate {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px !important;
}

.list-home-estatte {
    margin: 60px -10px 0;
}
.pic-home-estate img{
    object-fit: cover;
}
@media only screen and (min-width: 1545px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1544px) {
    /*.re__main-content {*/
    /*    width: 696px;*/
    /*    margin-right: 30px;*/
    /*}*/
}

@media only screen and (min-width: 1024px) {
    .re__pr-config {
        margin-bottom: 40px;
    }
    .re__pr-short-info {
        margin: 16px 0px;
    }
    .re__pr-info .re__pr-config {
        margin-bottom: 40px;
    }
    .re__pr-short-info .re__pr-short-info-item {
        padding-left: 64px;
    }
    .main_slide {
        height: calc(696px * 472 / 840);
    }
    .re__breadcrumb {
        margin-top: 24px;
    }
    .re__section .re__section-title {
        margin-bottom: 24px;
    }
    .re__section {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .re__main-sidebar {
        display: none;
    }
    .home .re__card-info {
        padding: 10px;
    }
    .re__main-content {
        width: 100%;
    }
    .re__hotline-sms {
        background: #fff;
        position: fixed;
        height: 79px;
        width: 100%;
        right: 0px;
        z-index: 8;
        bottom: -1px;
        box-sizing: border-box;
        display: block;
        padding: 16px;
        box-shadow: 0px -2px 2px rgb(203 203 203 / 25%);
    }
    .re__hotline-sms .re__hotline-main .re__btn-mail, .re__hotline-sms .re__hotline-main .re__btn-more {
        float: left;
        text-align: center;
        height: 48px;
        width: 48px;
        margin: 0 12px 0 0;
        padding: 0px;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-sizing: border-box;
    }
    .re__hotline-sms .re__hotline-main .re__btn-more a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
    }
    .re__hotline-sms .re__hotline-main {
        width: 100%;
    }
    .re__hotline-sms .re__hotline-main .re__btn-hotline {
        float: right;
        position: relative;
        min-width: calc(100% - 60px);
        background-color: var(--coloractive);
        border-radius: 8px;
        height: 48px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        display: inline-block;
    }
    .re__hotline-main .re__tooltip-copy {
        background: rgba(0,0,0,0.8);
        border-radius: 4px;
        padding: 8px 12px;
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal !important;
        color: #fff;
        position: fixed;
        bottom: 88px;
        left: calc(50% - 66px);
        display: none;
        opacity: 0;
    }
    .re__btn-hotline svg {
        top: 5px;
        position: relative;
        right: 10px;
    }
    .re__bg-more.active {
        display: block;
    }
    .re__bg-more {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99;
        background: rgba(0,0,0,0.6);
    }
    .re__list-more.active {
        display: block;
    }
    .re__list-more {
        display: none;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 78px;
        left: 0px;
        z-index: 100;
        background: rgba(0,0,0,0.6);
        background: #fff;
        border-radius: 16px 16px 0px 0px;
    }
    .re__hotline-sms.active {
        z-index: 999;
        box-shadow: unset;
    }
    .re__list-more .re__title-more {
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #F2F2F2;
        margin-bottom: 8px;
        padding: 16px 16px 10px;
        text-align: center;
    }


    .re__list-more .re__title-more .re__action-back {
        display: none;
        left: 16px;
        right: unset;
        position: absolute;
    }
    .re__list-more.active-share .re__action-back {
        display: inline-block;
    }
    .re__list-more .re__title-more .re__close-more {
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .re__list-more.active-share .re__item-more {
        display: none;
    }
    .re__list-more .re__sub-share {
        display: none;
    }
    .re__list-more.active-share .re__sub-share {
        display: block;
    }
    .re__list-more.active-share .re__sub-share .re__item-more {
        display: block;
    }
    .re__list-more .re__item-more a {
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 12px 12px 12px 16px;
        box-sizing: border-box;
        overflow: hidden;
        height: auto !important;
    }
    .list-bds-home.ani-item.home.project_page_dd>* {
        width: calc(50% - 23px);
    }
}
@media only screen and (max-width: 991px) {
    .home h3.js__card-title.vipFive {
        font-size: 15px;
    }

    .home .re__card-info-content .nav_bottom * {
        font-size: 14px;
    }

    .list-bds-home {
        flex-wrap: wrap;
    }

    .list-bds-home >* {
        width: calc(50% - 22px);
        margin: 0 10px 20px;
    }

    .list-home-estatte {
        flex-wrap: wrap;
    }

    .box-home-estate {width: calc(100% / 2 - 5px);}

    .box-home-estate:nth-child(2) {
        margin: 0;
    }

    .list-project-home {
        flex-wrap: wrap;
    }

    .item-project-home {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .list-bds-home.ani-item.home.project_page_dd>* {
        margin: 0 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .list_map .item {
        width: 100%;
    }
    .contact-intro .wrap-small {
        padding-bottom: 20px;
    }
    .list-bds-home >* {
        width: 100%;
        margin: 0 0px 20px;
    }
    g
    .list-bds-home.ani-item.home.project_page_dd>* {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .form-project-section select {
        height: 40px;
        padding: 0 10px;
        font-size: 13px;
    }

    .wrap-form-project>* {
        width: 50%;
        margin-bottom: 10px;
    }

    .reset-button, .search-project {
        order: unset;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
    }

    .form-project-section select {
        width: calc(100% - 10px);
        font-size: 12px;
    }

    .wrap-form-project {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }

    a.style_button {
        height: 40px;
        width: 100%;
        margin-top: 10px;
    }

    a.style_button svg {
        width: 23px;
        height: auto;
        display: block;
        margin: 5px auto 0;
    }
    .select-selected {
        font-size: 12px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        padding: 0 15px;
        margin: 0 5px;
    }

    .search-project svg {
        width: 25px;
    }
    .header.hide .logo img {
        max-height: 100%;
        max-width: 100%;
    }

    .logo a {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }

    .logo a img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .logo {
        width: 85px !important;
        height: 85px !important;
    }
    .nav-click{
        top: 15px;
    }
    .header.hide .logo {
        width: 70px !important;
        height: 70px !important;
        top: 12px;
    }
    .pic-business-thumbs {
        -webkit-mask-image: unset !important;
    }
    section.dknt .wrap-large {
        padding: 60px  0;
    }

    .social {
        right: unset;
        margin: 30px 0;
    }

    .copy_right {
        margin-top: 0;
    }

    .footer .wrap-content {
        padding: 50px 0;
    }
    [title], img[alt] {
        max-width: 100%;
        /* height: auto; */
    }

    .chart .bg_img.zoom-pic img {
        max-width: 100%;
        height: auto;
    }

    .leader {
        margin-top: 20px;
        display: none;
    }
    .video_play a.play {
        width: 50px;
        height: 50px;
    }

    .video_play a.play svg {
        width: 20px;
    }

    a.play:before {
        width: 80px;
        height: 80px;
    }

    .video_play img {
        height: 30vh !important;
    }

    .video_play {
        padding-top: 0;
        margin-top: -50px;
    }
    .list-bds-home.ani-item.home.project_page_dd>* {
        width: 100% !important;
    }
    .re__pr-specs-content .re__pr-specs-content-item {
        width: 100% !important;
    }

    .re__pr-specs-content {
        margin-bottom: 30px;
    }

    .custom_slide_1 .re__section-title, .custom_slide_2 .re__section-title {
        margin: 30px 0 10px;
    }
    .sustain-partner-logo .pic-cover img {
        max-width: 75%;
        margin: auto;
    }
    .page-template-develop .item-news-home * {
        color: #333333 !important;
    }
    .logo {
        width: 65px !important;
        height: 65px !important;
    }

    .header.hide .logo {
        width: 50px !important;
        height: 50px !important;
        top: -2px;
    }

    .text-home-estate {
        margin: 30px 30px 0;
    }

    .box-home-estate:not(:last-child) {
        margin-bottom: 30px;
    }

    .partner_slide .item_logo {
        height: 85px;
    }

    .partner_slide .item_logo img {
        height: auto;
    }

    .new-lifestyle .txt-news-home h3 {
        font-size: 18px;
    }

    .new-lifestyle .item-news-home .title-post.color-yellow {
        display: none;
    }

    .new-lifestyle .item-news-home .view-more {
        min-width: unset;
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
        width: 100%;
    }

    .new-lifestyle .item-news-home {
        min-height: unset;
    }

    .new-lifestyle .txt-news-home .date-thumb {
        margin-top: 0;
    }
    .about-business {
        flex-wrap: wrap;
        max-width: unset;
    }

    .sub-nav ul {
        width: 100%;
    }
    .project-product .dot-blue .slidebox-pagi-item.is-active {
        background: white;
    }
    .project-relative .item-project-home {
        margin: 0 10px;
    }

    .slide-main-project {
        margin: 0 -5px;
    }
    div#product-detail-web {
        margin-top: 0 !important;
    }

    h1.re__pr-title.pr-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    span.re__pr-short-description.js__pr-address {
        padding-bottom: 10px !important;
        display: block;
    }

    .main_slide {
        height: auto;
    }

    .re__pr-image-cover a {
        padding-bottom: 56.25%;
    }


    .wrap_slide_album a {
        padding-bottom: 56.25%;
        display: inline-block;
    }

    .sub_slide {
        height: 45px;
    }

    .re__pr-short-info .re__pr-short-info-item {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .re__pr-short-info .re__pr-short-info-item:last-child {
        margin: 0;
    }

    .re__pr-short-info .re__pr-short-info-item:nth-child(3) {
        margin-bottom: 0;
    }

    .re__section.re__pr-description {
        padding-top: 20px;
    }

    .re__ldp .re__disclaimer {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .re__hotline-sms {
        display: none;
    }

    .copy_right p {
        font-size: 11px !important;
    }
    .sustain-partner-logo .pic-cover {
        height: 70px;
        margin: 10px;
        width: calc(calc(100% / 3) - 20px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sustain-partner-logo .pic-cover img {
        max-width: 100%;
        max-height: 100%;
    }

    .sustain-partner-logo {
        justify-content: center;
    }
    .box-home-estate {
        width: calc(100% - 20px) !important;
    }
    .banner.show .bg-home {
        padding-bottom: 56.25% !important;
        height: auto !important;
        min-height: unset !important;
    }

    .bg-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}